@charset "UTF-8";

/*/// ////////////////////////////////


commons
///////////////////////////////////*/
.contentsMore{
   text-align: center;
}
/*.contentsMore a{
	display:block;
	width:15%; height:auto;
	padding:20px;
	background:#3e3a39;
	color:#FFFFFF;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	float:right;
	text-align:center;
}
.contentsMore a:hover{
	background:#EDEDED;
	color:#3e3a39;
}*/
/*.contentsMore a small{
	font-family: 'Montserrat', sans-serif;
	font-size:1.3em;
	letter-spacing:0.15em;
	vertical-align:middle;
}
.contentsMore a span{
	margin:0 10px;
	letter-spacing:0.15em;
	vertical-align:middle;
}
.contentsMore a i{
	font-size:1.3em;
	vertical-align:middle;
}*/
/*/// ////////////////////////////////
commons ------ sp
///////////////////////////////////*/
@media screen and (max-width: 999px){
.contentsMore{
	margin:15px auto;
	padding:0;
}
.contentsMore a{
	/*width:100%;
	float:none;
	padding:40px 0;*/
}
}
@media screen and (max-width:640px){
}

/*/// ////////////////////////////////


news
///////////////////////////////////*/
#news{
	margin-top:50px;
	background:url(../img/common/bk_f7f5f5_top.png) bottom center scroll repeat-x;
	background-image: -webkit-image-set(url("../img/common/bk_f7f5f5_top.png") 1x, url("../img/common/bk_f7f5f5_top@x2.png") 2x);
	background-image: -moz-image-set(url("../img/common/bk_f7f5f5_top.png") 1x, url("../img/common/bk_f7f5f5_top@x2.png") 2x);
	background-image: -ms-image-set(url("../img/common/bk_f7f5f5_top.png") 1x, url("../img/common/bk_f7f5f5_top@x2.png") 2x);
	background-image: image-set(url("../img/common/bk_f7f5f5_top.png") 1x, url("../img/common/bk_f7f5f5_top@x2.png") 2x);
	padding-bottom:80px;
}

#news .ttlWrap{
	display:block;
	padding:2px;
	/*border:2px dashed #CCC;*/
   background:url("../img/home/bg_topnews.png") right scroll no-repeat;
   background-size:contain;
}
#news .ttlWrap h2{
	display:block;
	
	/*background-image: -webkit-image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);*/
	/*background-image: -moz-image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);
	background-image: -ms-image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);
	background-image: image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);*/
	padding:40px 15px 10px;
   width:calc(100% - 260px);
}
#news .ttlWrap h2 small{
	font-family: 'Montserrat', sans-serif;
	font-size:1.7em;
	letter-spacing:0.2em;
	display:block;
	/*float:left;*/
	width:100%;
}
#news .ttlWrap h2 span{
	display:block;
	width:100%; height:auto;
	/*float:right;*/
	/*text-align:right;*/
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.1em;
}
#news .ttlWrap h2 small{
	border-bottom:2px solid #3e3a39;
	padding-bottom:10px;
   margin-bottom: 10px;
}
.newsWrap{
   border-bottom: 3px dotted #CCC;
   margin-bottom: 20px;
}

#newslist{
	margin-bottom:2%;
  padding-bottom: 20px;
   display: flex;
}
#newslist li{
	display:block;
	width:30.33333%; height:auto;
	/*float:left;*/
	margin:3% 1.5% 0 1.5%;
}
#newslist li.tbView{
	display:none;
}
#newslist li a{
	width:100%; height:auto;
	/*background:#3e3a39;*/
	/*border-radius: 6px;*/		/* CSS3草案 */
	/*overfloat:hidden;*/
	color:#3D3A39;
   display: flex;
}
#newslist li a:hover{
	background:#ededed;
}
#newslist li a:hover .date,
#newslist li a:hover .ttl{
	color:#141414;
}
#newslist li a p.newsPh{
	/*float:left;*/
	width:50%; height:auto;
	text-align:center;
	line-height:0;
	font-size:0;
}

#newslist li a p.newsPh img{
}
#newslist li.norm a p.newsPh img{
    border-top-left-radius: 6px;  
    border-bottom-left-radius: 6px;  
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-topleft: 6px;  
    -moz-border-radius-bottomleft: 6px;
	width:100%; height:auto;
}

#newslist li a p.newsPh{
	height:152px;
	/*overflow:hidden;*/
	background:#272222;
    /*border-top-left-radius: 6px;  
    border-bottom-left-radius: 6px;  
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-topleft: 6px;  
    -moz-border-radius-bottomleft: 6px;*/
}
#newslist li a p.newsPh img{
	width:auto; height:100%; min-height:100%;
}
#newslist li a .data{
	/*float:right;*/
	width:42%; height:auto;
	padding:3%;
}
#newslist li a .date{
	padding-top:10px;
	/*color:#EDEDED;*/
}
#newslist li a .date time{
   padding: 4px;
   background-color: #F2F2F2;
}
#newslist li a .ttl{
	font-size:1.3em;
	line-height:1.5em;
	/*color:#EDEDED;*/
	text-align:left;
	margin-top:10px;
}
#newslist li a .ttl span{
   padding: 4px;
   background-color: #F2F2F2;
}
/*/// ////////////////////////////////
news ------ sp
///////////////////////////////////*/
@media screen and (max-width: 999px){
#news{
	margin-top:10%;
	padding-bottom:15%;
}
#news .ttlWrap h2{
   padding:30px 0px 10px;
   }
.newsWrap{
   overflow-x: scroll;
   margin-bottom: 20px;
   }
#newslist{
	/*margin-bottom:10%;*/
   width: 900px;
}
/*#newslist li:nth-child(1),
#newslist li:nth-child(3){
	display:block;
	width:45.0%; height:auto;
	margin:10% 9.5% 0 0 ;
}*/
#newslist li a{
	display:block;
   }
#newslist li a p.newsPh {
   width: 100%;
  height: auto;
   }
#newslist li a .data {
  width: 100%;
   }
/*#newslist li:nth-child(2),
#newslist li:nth-child(4){
	display:block;
	width:45.0%; height:auto;
	margin:10% 0 0 0 ;
}*/
/*#newslist li.tbView{
	display:block;
}*/
}
@media screen and (max-width:640px){
#news{
	margin-top:0;
	padding-bottom:20%;
}
#news .ttlWrap{
	margin-bottom:30px;
	border:none;
   background-image: none;
}
#news .ttlWrap h2{
	padding:0 30px 0px 0px;
	line-height:2.5em;
	background:none;
   width: 100%;
}
#news .ttlWrap h2 small{
	/*font-size:2.5em;*/
	letter-spacing:0.05em;
	float:none;
	width:100%;
}
#news .ttlWrap h2 span{
	width:100%;
	float:none;
	text-align:left;
}
#news .ttlWrap h2 small,
#news .ttlWrap h2 span{
	/*border-bottom:none;
	padding-bottom:5px;*/
}
#newslist{
	margin-bottom:0;
}
/*#newslist li,
#newslist li:nth-child(1),
#newslist li:nth-child(3),
#newslist li:nth-child(2),
#newslist li:nth-child(4){
	display:block;
	width:100%; height:auto;
	margin:0 0 10% 0;
}*/
#newslist li a .ttl{
	line-height:1.2em;
}
}

@media screen and (max-width: 375px){
#newslist li a p.newsPh{
	height:169px;
}
}
@media screen and (max-width: 320px){
#newslist li a p.newsPh{
	height:144px;
}
}
/*/// ////////////////////////////////


snsLinks
///////////////////////////////////*/
#snsLinks{
	background:url(../img/common/bk_f7f5f5_bottom.png) bottom left scroll repeat-x;
	background-image: -webkit-image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	background-image: -moz-image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	background-image: -ms-image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	background-image: image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	padding-bottom:23px;
	position:relative;
	z-index:100;
}
#snsLinks .bkBox{
	background:#f7f5f5;
	padding:50px 0;
}
#snsLinks .fL{
	width:40%; height:auto;
	background:#FFFFFF;
}
#snsLinks .fR{
	width:60%; height:auto;
	list-style:none;
}
#snsLinks .fR li{
	width:47%; height:auto;
	float:left;
	margin-bottom:3.5%;
	margin-left:3%;
	line-height:0em;
}
#snsLinks .fR li.tabiiroBnr{
	margin-left:53%;
}
#snsLinks .fR li a{
	border:8px solid #FFFFFF;
	display:block;
}
#snsLinks .fR li a:hover{
	border:8px solid #3e3a39;
}
#snsLinks .fR li a img{
	width:100%; height:auto;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style],
.uiScaledImageContainer _2zfr,
#u_0_0{ width: 100%!important; min-width:100%!important; } 
/*/// ////////////////////////////////
snsLinks ------ sp
///////////////////////////////////*/
@media screen and (max-width: 999px){
#snsLinks .bkBox{
	padding:100px 0;
}
#snsLinks .fL{
	width:50%;
	height:865px;
}
#snsLinks .fR{
	width:45%;
}
#snsLinks .fR li{
	width:100%;
	margin-left:0;
}
#snsLinks .fR li.tabiiroBnr{
	margin-left:0;
}
}
@media screen and (max-width:640px){
#snsLinks .bkBox{
	padding:15% 0 10% 0;;
}
#snsLinks .fL{
	width:100%;
	height:auto;
	float:none;
}
#snsLinks .fR{
	width:100%;
	float:none;
	margin-top:3%;
}
#snsLinks .fR li{
	width:48.5%; height:auto;
	margin-bottom:3.5%;
	margin-left:0;
	margin-right:3%;
	line-height:0em;
}
#snsLinks .fR li:nth-child(2n){
	margin-right:0;
}
}
/*/// ////////////////////////////////


Content
///////////////////////////////////*/
/*#content .pageWidth img{
	width:48.5%;
	padding:5px;
	display:inline;
}*/
#content .concept{
   margin: 60px auto;
   text-align:center;
   background:url(../img/home/bg_concept.png) top center scroll no-repeat;
   background-size:contain;
}
#content .concept .catch{
   font-size:2.2rem;
   margin-bottom:30px;
   line-height:2.0em;   
}
#content .concept .txt{
   font-size:1.4rem;
   margin-bottom:30px;
   line-height:2.4em;
}
#content .contflex{
   display: flex;
   justify-content: space-between;
}
#content .flexbox{
   width: 48%;
   position: relative;
}
#content .flexbox img{
   width: 100%;
   height: 100%;
   min-height: 480px;
  object-fit: cover;
}
#content .flexbox h2{
   color: #fff;
   font-size: 2.6rem;
   text-align: center;
   line-height: 1.3em;
   position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .flexbox h2 span{
   display: block;
   font-size: 1.4rem;
   line-height: 1.3em;
}
/*/// ////////////////////////////////
Content ------ sp
///////////////////////////////////*/
@media screen and (max-width: 740px){
/*#content .pageWidth img{
	width:95%;
	padding:5px;
	display:inline;
   }*/
#content .concept{
   margin: 40px auto;
   text-align:left;
   background:url(../img/home/bg_concept.png) top left scroll no-repeat;
   background-size:220%;
}
#content .contflex{
   flex-wrap: wrap;
}
#content .flexbox{
   width: 100%;
   margin-bottom: 30px;
}
#content .flexbox img{
   min-height:250px;
   }
}




/*/// ////////////////////////////////


aboutUs
///////////////////////////////////*/
#aboutUs{
	background:url(../img/home/bk_aboutus.jpg) center scroll no-repeat;
	background-size:cover;
	margin-top:-23px;
	position:relative;
	z-index:10;
	padding-top:80px;
	text-align:center;
	padding-bottom:80px;
}
#aboutUs .fL{
	width:40%;
	background:url(../img/common/bk_ffffff_70.png) top center scroll repeat;
}

#aboutUs .fL .rWrap{
	padding:3px;
	border-radius:100px;
	border:1px solid #CEBFBF;
	width:185px; height:185px;
	margin:15% auto 10% auto;
}
#aboutUs .fL h2{
	width:185px; height:185px;
	margin:auto;
	background:url(../img/common/bk_ttl.gif) center scroll repeat;
	background-image: -webkit-image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);
	background-image: -moz-image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);
	background-image: -ms-image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);
	background-image: image-set(url("../img/common/bk_ttl.gif") 1x, url("../img/common/bk_ttl@x2.gif") 2x);
	border-radius:100px;
}
#aboutUs .fL h2 small{
	font-family: 'Montserrat', sans-serif;
	font-size:1.7em;
	letter-spacing:0.2em;
	display:block;
	text-align:center;
	padding-top:48%;
}
#aboutUs .fL h2 span{
	display:block;
	width:auto; height:auto;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.1em;
	display:block;
	text-align:center;
}
#aboutUs .fL .freeTxt{
	margin-top:5%;
}
#aboutUs .fR{
	list-style:none;
	width:60%
}
#aboutUs .productsList li{
	float:left;
	width:33.333333333333%; height:auto;
	line-height:0;
}
#aboutUs .productsList li.btn{
}
#aboutUs .productsList li.btn a{
	display:block;
	height:auto;
	background:#ededed;
	color:#3e3a39;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
#aboutUs .productsList li.btn a:hover{
	background:#3e3a39;
	color:#FFFFFF;
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
}
#aboutUs .productsList li.btn a small{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:1.7em;
	line-height:1.2em;
	letter-spacing:0.1em;
	padding-top:45%;
}
#aboutUs .productsList li.btn a span{
	display:block;
	font-size:1.2em;
	line-height:1.2em;
}
/*/// ////////////////////////////////
aboutUs ------ sp
///////////////////////////////////*/
@media screen and (max-width: 999px){
#aboutUs{
	padding-top:15%;
	text-align:center;
	padding-bottom:15%
}
#aboutUs .fL{
	width:30%;
}	
#aboutUs .fR{
	list-style:none;
	width:70%
}
.teibanItem{
	display:none;
}
#aboutUs .fL p.freeTxt{
	padding:0 6%;
}
#aboutUs .fL p.freeTxt br{
	display:none;	
}
}
@media screen and (max-width:640px){
#aboutUs{
	padding-top:20%;
	padding-bottom:25%;
}
#aboutUs .fL{
	width:90%;
	float:none;
	padding:5% 5% 10% 5%;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-top-left-radius:6px;
	-moz-border-top-right-radius:6px;
}
#aboutUs .fR{
	width:100%;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
}
#aboutUs .productsList li.btn a{
	display:block;
	height:auto;
	background:#272222;
	color:#FFFFFF;
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
}
#aboutUs .productsList li.btn a:hover{
	background:#ededed;
	color:#3e3a39;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#aboutUs .productsList li.btn a small{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:1.7em;
	line-height:1.2em;
	letter-spacing:0.1em;
	padding-top:35%;
}
#aboutUs .productsList li.btn a span{
	display:block;
	font-size:1.2em;
	line-height:1.2em;
}
#aboutUs .fL p.freeTxt br{
	display:inherit;	
}

}

/*/// ////////////////////////////////


CT
///////////////////////////////////*/

#ct{
	background:url(../img/common/bk_f7f5f5_bottom.png) bottom left scroll repeat-x;
	background-image: -webkit-image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	background-image: -moz-image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	background-image: -ms-image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	background-image: image-set(url("../img/common/bk_f7f5f5_bottom.png") 1x, url("../img/common/bk_f7f5f5_bottom@x2.png") 2x);
	padding-bottom:23px;
	position:relative;
	z-index:100;
	padding-bottom:80px;
}
.a_txt{
	color: #c89932;
}
.a_txt:hover{
	color: #bb5520;
}

#ct .pageWidth{
	width: 90%;
	height: auto;
}
.ct_mainTtl{
	margin: 40px 0 0 0;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.ct_hr{
	border-top: 3px double #8c8b8b;
}
.ct_maintxt{
	font-size: 1.3em;
	padding: 10px;
	line-height: 1.8em;
}
.ct_flex{
	display: flex;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.ct_cont{
	width: calc(100% / 3);
	height: auto;
	padding: 10px;
}
.cartjs_product_img{
	width: 100% !important;
	height: auto !important;
}
.cartjs_product_table{
	margin: 0 auto !important;
	text-align: center !important;
}
.cartjs_product_table table{
	width: 100% !important;
	height: auto !important;
}
.cartjs_product_table td{
	font-size: 1.3em !important;
}
.cartjs_cart_in input{
	height: 40px !important;
	font-size: 1.3em !important;
	padding: 10px !important;

}

.btn-flat-border { 
	display: inline-block; 
	padding: .8em 1.5em; 
	text-decoration: none; 
	color: white; 
	border: solid 2px #c89932; 
	background-color: #c89932;
	border-radius: 3px; 
	transition: .4s; 
	font-size: 1.5em;
} 
	
	.btn-flat-border:hover { 
	background: #bb5520; 
	 }
	 .ct_btn{
		 margin: 20px auto;
		 text-align: center;
	 }

@media screen and (max-width:640px){
	.ct_flex{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.ct_cont{
		width: calc(100% / 1);
		height: auto;
		padding: 10px;
	}

	button {
    background: none !important;
    border: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .cartjs_box div.cartjs_cart_in input{
    -webkit-appearance: none !important;

    width: 280px !important;
margin: 0 auto;
background: none;
display: block;
padding: 11px 0 9px;
text-align: center;
border: none;
background: #555555 !important;
color: #ffffff;
font-size: 1.2em !important;
letter-spacing: 1px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-decoration: none;
line-height: 1 !important;
  }
}


/*/// ////////////////////////////////


korea
///////////////////////////////////*/
#korea{
	background:url(../img/korea/bk.png) center scroll repeat;
	position:absolute;
	top:0; left:0;
	width:100%; height:360px;
	/*overflow:hidden;*/
	z-index:13;
}
header #headerNav{
	z-index:15;
}
#korea .pageWidth{
	position:relative;
	height:360px;
}
#korea #ship{
	position:absolute;
	left:-35px;
	bottom:0;
	z-index:11;
}
#korea #copy{
	position:absolute;
	bottom:45px; right:-35px;
}
#korea #wave{
	position:absolute;
	bottom:-10px; right:-250px;
	z-index:10;
}
#korea a{
	display:block;
	width:100%;
	height:360px;
	position:absolute;
	top:0;
	left:0;
	z-index:12;
}
#korea a span{
	display:block;
	width:90px; height:auto;
	padding:5px 0;
	background:#FFF;
	text-align:center;
	font-size:1.2em;
	letter-spacing:0.05em;
	position:absolute;
	bottom:35px; right:-35px;
	z-index:11;
}
#korea a:hover span{
	background:#272222;
	color:#FFF;
	
}
/*/// ////////////////////////////////
korea ------ sp
///////////////////////////////////*/
@media screen and (max-width: 999px){
#korea{
	background:url(../img/korea/bk.png) center scroll repeat;
	background-image: -webkit-image-set(url("../img/korea/bk.png") 1x, url("../img/korea/bk@x2.png") 2x);
	background-image: -moz-image-set(url("../img/korea/bk.png") 1x, url("../img/korea/bk@x2.png") 2x);
	background-image: -ms-image-set(url("../img/korea/bk.png") 1x, url("../img/korea/bk@x2.png") 2x);
	background-image: image-set(url("../img/korea/bk.png") 1x, url("../img/korea/bk@x2.png") 2x);
	background-size:cover;
	position:absolute;
	top:0; left:0;
	width:100%; height:460px;
	/*overflow:hidden;*/
}
#korea .pageWidth{
	height:460px;
}
#korea #ship{
	width:70%; height:auto;
	left:8%;
	bottom:-20px;
}
#korea a{
	height:460px;
}
#korea a span{
	right:70px;
}
#korea #copy{
	position:absolute;
	width:75%;
	top:40px; right:10%;
}
#korea #wave{
	position:absolute;
	bottom:-10px; right:-50px;
	width:380px;
}
}
@media screen and (max-width:640px){
#korea h2{
	position:absolute;
	top:60px; left:0;
	width:100%;
}
#korea h2 img{
	width:279px;
	height:auto;
	margin:auto;
}
#korea a span{
	display:none;
}
#korea #ship{
	bottom:-0px;
	width:205px;
	left:17.5%;
}
#korea #wave{
	width:280px;
	bottom:-0; right:-50px;
}
	
}
/*/// ////////////////////////////////


untitled
///////////////////////////////////*/
/*/// ////////////////////////////////
untitled ------ sp
///////////////////////////////////*/
@media screen and (max-width: 999px){
}
@media screen and (max-width:640px){
}

._2zfs{
	background:none!important;
}