/*modify by pekey 20190523*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- loading --*/
/*================*/

.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*�啣�by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading�恍�＄SS��憪�*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*甇斤�摔oding��暺�暺�憿���*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading�恍�＄SS蝯���*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:1rem;
	font-weight:bold;
	color:#333;
	font-family:敺株�甇�暺�擃�;
	text-align:center;
}








#top {
    border-top: 0.00005px #fff0 solid;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 5;
    opacity: 0;
}








/*/////////////////////////////////////////////////////////*/
/*-------����--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.3s ease all;
	background-color: #fff;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
}
.header:before {
	position:absolute;
	content:'';
	top: 0;
	width: 100%;
	height:3px;
	background-color:var(--primary_color);
	transition: 0.3s ease all;
}









	
	.header > .wrap {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		/* width: auto; */
		padding:0 0;
		max-width: 119.0625rem; /*1908*/
		justify-content: space-between;
	}





@media screen and (min-width: 1101px) {


/*瘚桀��*/
.header.fixed{
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
	transition: 0.3s ease all;
	padding: 0px 0px;
	background-color: #fff;
}
.header.fixed:before {
	display:none;
}


}




@media (max-width: 1100px){
	
	.header{
		/*padding: 5px 0px 0px;*/
	}
	/*瘚桀��*/
	.header.fixed{
		/*padding: 5px 0px 0px;*/
		background-color: rgba(255,255,255,0.95);
	}
	
	
.header > .wrap {
	width: unset;
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    padding: 0px 20px;

	width: 90%;
	padding: 0;
}	
	
	
	
}










/*================*/
/*-- ��璈�menu���� --*/
/*================*/
.menu_btn {
	position:absolute;
	width: 31px;
	height: 18px;
	/*background-color: #d97d7d;
	 top: 13px; */
	top: 50%;
	right: 5%;
	/*right: 0px;*/
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	cursor:pointer;
	display:none;
	z-index: 99;
	text-align: right;
}
	.menu_btn span {
		display: inline-block;
		background-color: #222262;
		height:2px;
		/*height:4px;*/
		margin: 0px 0px 6px;
		transition:0.3s ease all;
		border-radius:3px;
		width: 100%;
	}

	.menu_btn span:nth-of-type(2){
		width: 26px;
	}
	.menu_btn span:nth-of-type(3){
		width: 21px;
	}
	
	
	
		/*暺���*/
		.menu_btn.active {
			width: 30px;
			top: 26px;
			/* right: 3%;*/
			position: absolute;
			-webkit-transform: translateX(0%) translateY(0%);
			transform: translateX(0%) translateY(0%);
		}
			.menu_btn.active span {
				background:#ffffff;
				margin: 6px 0px;
			}
			/*.menu_btn.active span:nth-of-type(1) {
				transform: rotate(45deg);
				transform-origin: top left;
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				transform: rotate(-45deg);
				transform-origin: bottom left;
			}*/

			.menu_btn.active span:nth-of-type(1) {
				/*transform: rotate(39deg);
				transform-origin: top left;*/
				width: 100%;
				transform: translateY(1px) rotate(45deg);
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				/*transform: rotate(-39deg);
				transform-origin: bottom left;*/
				transform: translateY(-27px) rotate(-45deg);
				width: 100%;
			}

@media (max-width: 1100px){
	
		/*��璈�menu����*/
		.menu_btn {
			display:block;
			/*right: 7.5%;*/
			right: 5%;
			/*right: 0px;
			left: auto;
			top: 50%;
			margin: -12px 0px 0px;*/
		}
}
@media (max-width: 640px){
	
		/*��璈�menu����*/
		/*.menu_btn {
			left: 15px;
		}*/
}

















/*================*/
/*----- logo -----*/
/*================*/
.logo{
	width: 12.5rem; /*200*/
    transition: 0.3s ease all;
    animation-name: bounceIn;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    visibility: visible;
}


	.logo a{
		display: block;
		transition:0.3s ease all;
		padding: 0.625rem 0;
	}
	
		.logo img{
			width: 100%;
			height: auto; 
		} 
	
	/*hover*/
	.logo a:hover{
		transform: scale(0.9);
		animation: bounceIn;	
	}
	


	
@media (max-width: 1200px){	

	.logo {
		/* width: 13.4375rem; */ /*215*/
		/* width: 215px; */
	}	
	
}




@media screen and (min-width: 1101px) {

	/*瘚桀��*/
	.header.fixed .logo{
		width: 11.25rem; /*180*/
		padding: 0px 0px;
	}

}


@media (max-width: 1100px){


.logo {
    transition: 0.3s ease all;
    /*width: 80px;*/
    /* padding: 10px 0px 10px 50px; */
    /* padding: 10px 0px; */
    float: none;
    /* position: unset;*/
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;
    width: 9.375rem; /*150*/
	padding: 0;
}
	
	/*瘚桀��*/
	.header.fixed .logo{
		transition: 0.3s ease all;
		width: 9.375rem; /*150*/
		padding: 0;
	}
}

@media (max-width: 400px){
	
	/* .logo {
		width: 135px;
		padding: 15px 0px;
	}	 */
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- ���剖�喳�� -----*/
/*================*/	
	
		
		
.headerRightT{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* top: 30px; */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	/* justify-content: center;*/
	width: 100%;
	z-index: 0;
}		
		



	
	
/*@media (max-width: 1100px){
	
	.headerRightT {
		position: unset;
		right: unset;
		top: unset;
		-webkit-transform: none;
		transform: none;
		padding-right: 13%;
	}	
		
}
	
	
	
	
@media (max-width: 768px){	
		
	.headerRightT {
		padding-right: 15%;
	}		
	
}	
	
	
	
	
@media (max-width: 640px){	
		
	.headerRightT {
		padding-right: 22%;
	}		
	
}	*/
		
	
	
	
	
	
	
	
	
	

/*================*/
/*----- 隤�蝟� -----*/
/*================*/			
        
  	
	/*隤�蝟餃��憛�*/
	.Lang_area {
		/*position: absolute;
		top: 50%;
		right: 0px;
		margin: -17px 0px;*/
		position: relative;
		z-index:4;
		box-sizing: border-box;
		margin-right: 8%;
	}
	
		.Lang{
			padding: 0 16px 0 0;
			text-align: center;
			/* border-radius: 26px; */
			/* background-color: #fff; */
			/* border: solid 0.5px #bfbfbf00; */
		}
			.Lang img{
				width: 20px;
				height:auto;
			}	
		
			.Lang > a {
				
				font-size: .75rem;
				line-height: 2.125;
				color: #58595b;
				display: block;
				/*border: 1px #c3c3c3 solid;
				border-radius: 5px;*/
				text-decoration:none;
				padding: 0px 0px 0px 0px;
				/* position: relative; */
				/* background-color: #b0b0b0; */
			}
			
			.Lang > a:before {
				position: absolute;
				content: "";
				border-top: solid 7px #898989;
				border-left: solid 4px rgba(255,255,255,0);
				border-right: solid 4px rgba(255,255,255,0);
				/* top: 50%; */
				top: 8px;
				right: 0px;
				/* transform: translateY(-45%); */
			}		
			
		
		.nL_in_area{
			position: absolute;
			width: 75px;
			top: 24px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #fff;
			border-radius:3px;
			display:none;
			margin: 1px 0px 0px;
			box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
		}
		/*.nL_in_area.active{
			display:block;
		}	*/	
		
		
		
			.nL_in{
				text-align: center;
			}
				.nL_in > a{
					color: #898989;
					display: inline-block;
					text-decoration: none;
					font-size: .75rem;
					line-height: 1.5;
					text-decoration:none;
				}
							
			.Lang > a:hover ,
			.nL_in > a:hover {
				opacity:0.5;
			}			
	
			
				
	
	
@media (max-width: 1100px){	

	.Lang_area {
		margin-right: 70px;
	}
	
}
	
	
	
	
	
	
	


/*================*/
/*----- ��撠� -----*/
/*================*/			
						
		




/*PC��撠���憛�------------------------------------------------*/

.search_areaPC{
	box-sizing: border-box;
	padding-right: 20px;
}
	/*��撠�icon*/
	.search_iconPC{
		transition: 0.3s ease all;		
		/* padding: 0px 0px 25px 20px; */
	}
		.search_iconPC label{
			position: relative;
			display: block;
		}
			
			.search_iconPC label div{
				position:relative;
				display:block;
			}
			.search_iconPC label div img{
				width:20px;
				height: 20px;
				display: block;
			}
			.search_iconPC label div:before{
				position: absolute;
				content: '';
				background-color: #faa9cb;
				width: 0%;
				height: 1px;
				bottom: -12px;
				left: 0px;
				opacity: 0;
				transition: 0.2s ease all;
			}
			
			
		/*hover*/
		.search_iconPC:hover label{
			/*opacity:0.5;*/
			transition: 0.3s ease all;
		}	
		.search_iconPC:hover label div:before{
			background-color:#faa9cb;
			width: 120%;
			opacity:1;
			transition: 0.2s ease all;
		}		
		
		
		


.search_inAreaPC{
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display:none;
	top: 49px;
	left: 0px;
	/*right: 0px;*/
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	padding: 30px 10% 30px;
	/* border-bottom-left-radius: 10px; */
	/* border-bottom-right-radius: 10px; */
}
.header.fixed .search_inAreaPC {
    top: 38px;
}
	
	/*��撠�憿���*/
	.search_categoryAreaPC3{
		position: absolute;			
		left: 15px;
		width: 59px;
		z-index: 2;
	}
		.search_categoryAreaPC3 select{
			color: #fff;
			background: #000 url(../images/select_arrow_white.png) no-repeat;
			background-size: 13px;
			background-position: right;
			padding-right: 18px !important;
		}

	.search_inBoxPC{
		position: relative;
		width: 100%;
		padding: 0px 50px 0px 0px;
		box-sizing: border-box;
	}
		.search_inBoxPC input{
			background: transparent;
			border: 0px;
			color: #fff;
			font-size: 1rem;
			font-weight: bold;
			line-height: 1.375;
			height: 40px;
			padding: 0px;
			border-radius: 0;
			width: 100%;
			border-bottom: 1px solid #b0b0b0;
		}
		.search_inBoxPC input[type="text"]:focus{
			border: 0px;
		}
		
	.search_inBoxPC a{
		z-index: 2002;
		/*color: #39bc9e;*/
		color: #000000;
		position: absolute;
		right: 0px;
		top: 10px;
		text-decoration: none;
	}
		.search_inBoxPC span{
			display:inline-block;
			vertical-align:middle;
		}
		.search_closePC{
			font-size:1.375rem;
			font-weight:lighter;
		}	

	
	
@media (max-width: 1100px){		

	.search_inAreaPC {
		/*top: 54px;*/
		top: 39px;
	}
	.header.fixed .search_inAreaPC {
		top: 33px;
	}	
}
	
@media (max-width: 640px){	
	
	.search_inAreaPC {
		padding: 15px 5%;
	}
	
}
	
@media (max-width: 400px){		
	
	.search_inAreaPC {
		top: 37px;
	}
	
}	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- 銝餅���� -----*/
/*================*/

.header_rightArea{
    float: right;
}

	.navbar{
		font-family: jf_openhuninn;
	}

		.nav{
			float: left;
			box-sizing: border-box;
			position: relative;			
		}
			.nav > a{
				display: block;
				text-decoration: none;
				color: var(--primary_color);
				font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
				transition: 0.3s ease all;
				position: relative;
				padding: 2.1875rem clamp(0.9678rem, 1.5625vw, 1.8750rem); /*35*/  /* 15.48px , 1.5625vw , 30.00px */
				
			}
			/*.nav.geneinfo > a{
			}*/
			

			/*hover*/
			.nav:hover > a {
				/* opacity: 0.5; */
				transition: 0.3s ease all;
				background: var(--primary_color);
				color: #ffffff;
			}

				
				
			/*銝餅���琯銝����詨��*/						
			.navOpen {
			}
			.navOpen.pc {
				position:absolute;
				width:164px;
				/* margin:0px 0px 0px -82px; */
				display:none;
				z-index: 2;
				/*top: 108px;*/
				top: 77px;
				left:50%;
				-webkit-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);
			}							
			
			
			.nav:hover .navOpen.pc {
				display:block;
			}
			/*.navbar .nav:nth-of-type(4):hover .navOpen.pc {
				display:block;
			}*/							
							
			.header.fixed .navOpen.pc {
				top: 56px;
			}				
										
							
							
							
			/*.navOpen.pc.geneinfo {
				width: 100%;
				position:absolute;
				left: 0;
				top: 80px;
				display: none;
				z-index: 2;
				background-color: rgba(255,255,255,0.9);
				box-shadow: 9px 6px 19px -8px rgba(0,0,0,0.5);
				border-top: 1px solid rgba(0,0,0,0.1);
				
				transition: 0.3s ease all;
			}
							
			
			.header.fixed .navOpen.pc.geneinfo {
				top: 56px;
			}
				.geneinfo_area{
					text-align: center;
					padding: 30px 0px;
				}*/
				
					/*摮��詨�宰璅�憿���憛�*/
					/*.nav_titArea{
						float: left;
						width: 20%;
						height: 100%;
						box-sizing: border-box;
						padding: 50px 40px;
					}
						.nav_titIn{
							color: #595757;
							font-size: 1.4em;
							text-align: right;
						}*/
						
						
					
					/*摮��詨�宰��蝯���銵典��憛�*/
					/*.nav_inArea{
						float: left;
						width: 80%;
						min-height: 132px;
						box-sizing: border-box;
						padding: 7px 0px 7px 40px;
						border-left: 1px solid #716764;
					}
						.nav_inContent{
							text-align: left;
						}
							.navIn_listArea{
								float: left;
								padding-right: 100px;
								box-sizing: border-box;
							}
								.navIn_list{
									display: inline-block;
									box-sizing: border-box;
									width: 24%;
									padding: 7px 0px;
									text-align: left;
								}
									.navIn_list a{
										display: inline-block;
										color: #595757;
										text-decoration: none;
										font-size: 1em;
										letter-spacing: 0;
									}*/
									/*hover*/
									/*.navIn_list a:hover{
									}*/
							
			
			/*mobile��*/
			.navOpen.mobile {
				display:none;
				opacity:0;
				z-index:-999999;
				position: absolute;
			}	
			
			/*hover*/
			.nav:hover .navOpen.pc {
				display: block;
				
				transition: 0.3s ease all;
			}	
								
				.navOpenBg {
					position:relative;
					background: rgb(0 0 0 / 80%);
					/*background: rgb(210 5 0 / 0.8);*/
				}
			
					.navOpenList a {
						text-align:center;
						font-size: 0.9688rem;
						color:#fff;
						line-height: 1.375;
						padding: 10px 5px;
						/* background:rgba(0,0,0,0.65); */
						transition:0.3s ease all;
						text-decoration:none;
						letter-spacing: 0px;
						display: block;
					}
						.navOpenList > a:hover {
							background: #feedd7;
							color: #929292;
						}
			
			
					/*.navOpenBg:before {
						position: absolute;
						content:'';
						border-bottom: solid 8px rgba(0,0,0,0.6);
						border-left: solid 12px rgba(255,255,255,0);
						border-right: solid 12px rgba(255,255,255,0);
						top:-8px;
						left:50%;
						margin:0px 0px 0px -12px;
					}*/
					
					.navOpen.pc  .navOpenList a {
					}	
						/*hover*/
						.navOpen.pc  .navOpenList a:hover {
						}
	
	
	
	
	
	
	
	
	

@media (max-width: 1500px){	
		
	/*瘚桀��*/
	.header.fixed .navbar{
		padding: 0px 0px;
	}
	
		
	.nav > a{
		/* padding: 30px 10px; */
	}
	.header.fixed .nav > a {
		/* padding: 20px 10px; */
	}	
		
}	
	
	
	
	
@media screen and (min-width: 1101px) {

	.header.fixed .nav > a{
		transition: 0.3s ease all;
		font-size: 1rem;

		padding-top: 1.9688rem; /*31.5*/
		padding-bottom: 1.9688rem;
	}
	
}


@media (max-width: 1100px){
	
	
	/*銝餅����*/
	.navbar {
		position: fixed;
		width: 200px;
		top: 0px;
		right: -200px;
		height: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.7);
		transition: 0.3s ease all;
		padding: 69.14px 0px 0;
		margin:0;
		overflow-y: auto;
		z-index: 4;
	}
		.header.fixed .navbar{
			/* padding: 46px 0px; */
			padding: 69.14px 0px 0;
		}
		.navbar.active {
			/*left: 0px;*/
			right: 0px;
			box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
		}
			.nav {
				float:none;
				width: 100%;
				padding: 0px;
				position: relative;
			}
				.nav.geneinfo:after {
					position: absolute;
					content: '';
					border-top: solid 5px #999;
					border-left: solid 3px rgba(255,255,255,0);
					border-right: solid 3px rgba(255,255,255,0);
					top: 19px;
					right: 15px;
				}
				
				.nav > a {
					border:none;
					border-radius:0px;
					text-align:left;
					padding: 13px 15px;
					color: #cecece;
					border-bottom: 1px solid #5b5b5b;
					font-size: 0.875rem;
					font-size: 1rem;
				}
				
				.header.fixed .nav > a{
					transition: 0.3s ease all;
					padding: 13px 15px;
				}
				
				
				
					/*�嗅��璅∪�*/
					.nav.active > a{
						background: transparent;
					}
					
					
						/*撅����詨��*/
						.navOpen {
							position:relative;
							top:0px;
							left:0px;
							margin:0px;
							width:auto;
							border-radius:0px;
							background:#444;
						}
							.navOpen:before, .navOpen:after {
								border-bottom: solid 8px #444;
								left: 23px;
							}
								.nO_list a {
									text-align:left;
									padding: 15px 15px;
								}
								
						
						/*hover*/
						.nav:hover .navOpen.pc {
							display:none;
						}	
						.fixed_nav:hover .navOpen.pc {
							display:none;
						}
							
							.navOpen.mobile {
								display: none;
								opacity: 1;
								z-index: 1;
								position: relative;
							}
								.navOpenBg {
									box-shadow: none;
								}
									.navOpen.mobile  .navOpenList {
									}
									.navOpen.mobile  .navOpenList > a {
										text-align:left;
										font-size:0.875rem;
										color: #cecece;
										line-height: 1.375;
										/*padding: 12px 15px;*/
										padding: 12px 15px 12px 30px;
										background-color: rgba(0, 0, 0, 0.7);
										transition:0.3s ease all;
										text-decoration:none;
										display:block;
										border-bottom: 1px solid #5b5b5b;
									}
										.navOpenList > a:hover {
											opacity: 0.7;
										}
}








	
	

@media (max-width: 640px){
	
	/*銝餅����*/
	.navbar {
		width: 100%;
		right: -100%;
	}
	
}




















