@charset "UTF-8";

#wrap {
 position: relative; width:100%;max-width: 1920px;min-width:1280px; margin: 0 auto; 
}
.wfix {
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0  !important;
}

.ico_main,
.ico_main_bfr:before,
.ico_main_aft:after {
  display: inline-block;
  background: url(../images/ico_main.png) 0 0 no-repeat;
  background-size: 200px auto;
  font-size: 0;
  text-indent: -9999px;
}

.arw_more {
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 100px;
  background: #f7f7f7;
  text-align: center;
}
.arw_more .ico_main {
  width: 17px;
  height: 11px;
  margin-top: 10px;
  background-position: -140px -20px;
}
.more2 {margin-left: 10px;margin-top: 8px;}


.slick-dots {
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 8px;
}
.slick-dots button {
  width: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size:0;
  padding:0;
  cursor:pointer
}

#visual {
  overflow: hidden;
}
#visual .copy_visual {
  position: relative;
  text-align: center;
}
#visual .copy_visual .slider {
  position: relative;
}
#visual .copy_visual .item {
  position: relative;
  height: 350px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*
#visual .copy_visual .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333333));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%);
  content: "";
}*/
#visual .copy_visual .item{background-size: cover;background-position:center;}

#visual .copy_visual .inr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 930px;
  margin: -175px 0 0 -465px;
  padding: 70px 30px;
  color: #fff;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);

  background: rgba(255, 255, 255, 0.15);
}
#visual .copy_visual .inr .gsb {
  display: block;
  font-size: 55px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#visual .copy_visual .inr .gsm {
  display: block;
  font-size: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#visual .copy_visual .slick-dots {
  position: absolute;
  bottom: 45px;
  right: 50%;
}
#visual .copy_visual .slick-dots button {
  border: 1px solid #5f5e5e;
  background: transparent;
}
#visual .copy_visual .slick-dots .slick-active button {
  background: #5f5e5e;
}
#visual .copy_visual .slick-prev {
    position:absolute;
	top:44%;
	left:60px;
	width:60px; height:60px;
    display: block;
	background-color: transparent;
    background-image: url(../images/arrow_left@2x.png);
    background-repeat: no-repeat;
    background-position:center;
    font-size: 0;
    line-height: 0;
	z-index: 9999;
    text-indent: -9999px;
	cursor:pointer;
}
#visual .copy_visual .slick-next {
    right: 60px;
    position:absolute;
	top:44%;
	width:60px; height:60px;
    display: block;
	background-color: transparent;
    background-image: url(../images/arrow_right@2x.png);
    background-position:center;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
     z-index:999;
	 cursor:pointer;
}



#contents {
  position: relative;
  margin-bottom:0 !important;
}


#board {
position: relative;
overflow: hidden;
  margin: 22px 0 50px;
}
#board .wrap_notice {
  position:relative;
 overflow: hidden;
}
#board .wrap_notice .hd {
  text-align: center;
}
#board .wrap_notice .hd .tab {
/*   display: inline-block;
  font-size: 0; */
}
#board .wrap_notice .hd .tab li {
  display: inline-block;
  border:1px solid #959595;
  border-radius: 50px;
  margin: 0 0.5%;
}
#board .wrap_notice .hd .tab a {
  display: block;
  min-width: 80px;
  padding:0 5px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  text-align: center;
}
#board .wrap_notice .hd .tab li.on a {
  position: relative;
  color: #00406c;
}
#board .wrap_notice .hd .tab li.active a {
  position: relative;
  color: #fff;
  background:#26397e;
  border:1px solid #26397e;
  border-radius:50px;
}
#board .wrap_notice .hd .tab li.on a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}

#board .wrap_notice .tabcontent{display:none;}
#board .wrap_notice .tabcontent.active{display:block;}

#board .wrap_notice .wrap_cont {
  padding: 0 ;
  margin-top:0 !important;
}

#board .wrap_notice .lst{
display: flex;flex-wrap:wrap;
box-sizing:border-box;
margin-left:-1%;
margin-right:-1%;
}
#board .wrap_notice *{ box-sizing:border-box;}
#board .wrap_notice .lst li {
  width: 23%;
  margin: 0 1% 20px; padding-top: 20px;
 
}
#board .wrap_notice .product_wrap{position:relative;}
#board .wrap_notice .product_wrap .thumbnail_box {position: relative;width:100%;margin-bottom:15px;}
#board .wrap_notice .product_wrap span.percent {position: absolute;display: block; top: 0;right: 0;width: 40px; height: 40px;background:#568ec2;text-align: center; color:#fff; line-height:39px; float:right; font-size: 12px;}
#board .wrap_notice .product_wrap span.percent b {font-size: 20px;    vertical-align: bottom;}
#board .wrap_notice .product_wrap .product_info{position:relative;display:block;padding:0;margin:0;}
#board .wrap_notice .product_wrap .product_info.maintop{text-align:left;}
#board .wrap_notice .product_wrap .product_info a>div {margin-bottom:.4rem;}
#board .wrap_notice .product_wrap .product_info .flag_box {position:relative;display:block;height:22px;margin-bottom:5px;padding:0;line-height:1;}
#board .wrap_notice .product_wrap .product_info .flag_box .reco  {display:inline-block;border: 1px solid #ff8000;font-size: 12px;color: #fff; background:#ff8000;border-radius: 50px;padding: 3px 10px;font-weight: normal;}
#board .wrap_notice .product_wrap .product_info .flag_box .new  {display:inline-block;border: 1px solid #568ec2;font-size: 12px;color: #fff; background:#568ec2;border-radius: 50px;padding: 3px 10px;font-weight: normal;}
#board .wrap_notice .product_wrap .product_info .flag_box .big {display:inline-block;border: 1px solid #568ec2;font-size: 12px;color: #568ec2;border-radius: 50px;padding: 3px 10px;font-weight: bold;}
#board .wrap_notice .product_wrap .product_info .product_name {font-size: 16px; color:#404040; font-weight: 600;margin-bottom:5px;}
#board .wrap_notice .product_wrap .product_info .product_ml {font-size: 14px; color:#666; font-weight: 300;}
#board .wrap_notice .product_wrap .product_info input.text{border:1px solid #ddd;height:20px;line-height:20px;padding:3px;}
#board .wrap_notice .product_wrap .thumbnail_box .iconCart{position:absolute;width:70%;display:flex;margin:-40px auto 0;left:0;right:0;}
#board .wrap_notice .product_wrap .thumbnail_box .iconCart > a{width:33.33%;text-align:center;}
#board .wrap_notice .product_wrap .thumbnail_box .iconCart{opacity: 0;transition: 0.3s;}
#board .wrap_notice .product_wrap .thumbnail_box:hover .iconCart{display:flex;transition: 0.3s;opacity: 0.6;}
#board .dl_type1 {padding:5px 0;}
#board .dl_type1 + .dl_type1 {border-top:1px solid #aaa;}
#board .dl_type1 > dt {float:left; padding-right:30px; color:#429e9d; font-size:16px; font-weight:bold; box-sizing:border-box;}
#board .dl_type1 > dt span.refer {display:block; margin-top:6px; font-size:14px; font-weight:300; color:#777; line-height:1.2; word-break:keep-all;}
#board .dl_type1 > dd {overflow:hidden;}
#board .dl_type1 > dd.selCheck{font-size:14px;line-height:30px;}
#board .dl_type1 dl {overflow:hidden; line-height:24px;display:flex;}
#board .dl_type1 dl dt{width:40%;line-height:24px;}
#board .dl_type1 dl dd{width:60%;line-height:24px;}
#board .dl_type1 dl dt.c_price {width: 70px; float:left; text-align:left;font-size:14px; color:#666; font-weight:300; }
#board .dl_type1 dl dt.s_price {width: 70px; float:left; text-align:left; font-size:14px; color:#568ec2; font-weight:300;}
#board .wrap_notice .product_wrap .product_info .cost_price {margin-left:.1rem;font-size:14px; color:#666; }
#board .wrap_notice .product_wrap .product_info .cost_price b { font-size:14px; font-weight: 300;}
#board .wrap_notice .product_wrap .product_info .sale_price {margin-left:.1rem;  font-size:14px; color:#568ec2; font-weight: 500;}
#board .wrap_notice .product_wrap .product_info .sale_price b {font-size:16px;}
#board .dl_type1 dl dd {overflow:hidden; font-size:16px; font-weight:300; color:#555;}
#board .dl_type1 dl dd + dt,
#board .dl_type1 dl dd + dt + dd {padding-top:4px; margin-top:4px; border-top:1px solid #e5e5e5}
.mainbtnWrap {display:flex;padding-top:20px;}
.mainbtnWrap > div.ment{width:70%;font-size:14px;}
.mainbtnWrap > div.btnwrap{width:30%;text-align:right;}
.mainbtnWrap > div.btnwrap a{display:inline-block;}
#product_bnr {position: relative; overflow: hidden;margin-bottom: 50px;}
#product_bnr ul li {width: 50%; float:left;}
#product_bnr ul li a img {width: 100%;}

#order {position: relative; overflow: hidden; margin-bottom: 0;}
#order .order_titwrap {padding: 0;height: 22px;}
#order .order_titwrap .order_tit {position: absolute; top: -5px;width:215px;left:0;right:0;margin: 0 auto;display: block;text-align: center; font-size: 25px; font-weight: bold; background:#fff; padding: 0 15px; }
#order .order_titwrap .order_tit strong {color:#ff8000; font-weight: bold;}
#order .order_titwrap::before {display: inline-block;
    width: 100%;
    height: 3px;
    background: #5f5e5e;
    content: '';}
#order	.order_wrap {position: relative; margin-top: 30px;}
#order	.order_wrap *{box-sizing:border-box;}
#order	.order_wrap ul {display:flex;}
#order	.order_wrap ul li {width: 32.333%; margin-right: 2%; background:#f6f6f6; min-height: 350px; padding: 16px 27px;font-size:14px;line-height:1.4;} 
#order	.order_wrap ul li:last-child {margin-right: 0; background:#E6EFF6;}
/*#order	.order_wrap ul li:last-child p {color:#fff;}*/
/*#order	.order_wrap ul li:last-child p.order_tline {border-top:2px solid #fff;}*/
#order	.order_wrap ul li h4 {text-align: center; font-size: 16px; font-weight: bold;margin-bottom: 15px;}
#order	.order_wrap ul li p {font-size: 14px; color:#5f5e5e; padding-top: 20px;}
#order	.order_wrap ul li .order_tline {width:100%;height:2px;background-color:#5f5e5e;margin-bottom:10px;}
#order	.order_wrap ul li p.orange {color:#ff8000; font-weight: bold;	}
#order	.order_wrap ul li p.blue {color:#568ec2; font-weight: bold;}
#order	.order_wrap ul li p strong {font-weight: bold;}



/*main popup*/
.wrap_pop {position:fixed; top:100px; left:100px; width:460px; z-index:10}
.wrap_pop .popup {width:100%;min-height:682px;height:682px;background:#fff; box-shadow:2px 2px 12px rgba(0,0,0,0.3);overflow:hidden;}
.wrap_pop .popup .item {width:100%;min-height:652px;height:652px}
.wrap_pop .popup .item img{width:100%;height:652px;}
.wrap_pop .popup .item figure{margin:0;}
.wrap_pop .popup .item.slick-current {height:auto}
.wrap_pop .popup .slick-dots {position:absolute; bottom:10px; right:50px; font-size:0; z-index:9}
.wrap_pop .popup .slick-dots li {display:inline-block; vertical-align:top;}
.wrap_pop .popup .slick-dots li + li {margin-left:8px;}
.wrap_pop .popup .slick-dots li button {display:block; width:8px; height:8px; border-radius:100%; background:#ccc}
.wrap_pop .popup .slick-dots .slick-active button {background:#56b8b7}

#wrap_pop .slick-prev {
    position:absolute;
	top:306px;
	left:0;
	width:30px;height:50px;
    display: block;
    background-color:#000;
    opacity:0.2;
    background-image: url(../images/arrow_wh_left.png);
    background-repeat: no-repeat;
    background-position:center;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index:999;
}
#wrap_pop .slick-next {
    right: 0;
    position:absolute;
	top:306px;
	width:30px;height:50px;
    display: block;
    background-color:#000;
    opacity:0.2;
    background-image: url(../images/arrow_wh_right.png);
    background-position:center;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
     z-index:999;
}

#wrap_pop a:active, a:focus, button {
   outline: 0;
   border: none;
   -moz-outline-style: none;
}

.wrap_pop .ft_popup {position:relative; padding:6px; font-size:0}
.wrap_pop .ft_popup label {font-size:14px}
.wrap_pop .ft_popup .close {position:absolute; top:50%; right:6px; width:22px; height:22px; margin-top:-11px; text-align:center; box-sizing:border-box; padding:1px;}
.wrap_pop .ft_popup .close i {width:10px; height:10px; background-image: url(../images/popup_close.png); background-size:10px;
    background-position:center;
    background-repeat: no-repeat;}

#platformbnr {
  overflow: hidden;
}
#platformbnr .bnr_visual {
  position: relative;
  width: 100%;
  text-align: center;
}
#platformbnr .bnr_visual .slider {
  position: relative;
}
#platformbnr .bnr_visual .item {
  position: relative;
  height: 70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#platformbnr .bnr_visual .item{background-size:cover;background-position: center;background-repeat:no-repeat;}
#platformbnr .bnr_visual .bnrtxt1 {position: absolute; left: 32%; top: 26%; color:#fff;}
#platformbnr .bnr_visual .bnrtxt2 {position: absolute; left: 33%; top: 26%; color:#fff;}
#platformbnr .bnr_visual .bnrtxt3 {position: absolute; left: 33%; top: 26%; color:#fff;}
#platformbnr .bnr_visual .bnrtxt4 {position: absolute; left: 29%; top: 26%; color:#fff;}
#platformbnr .bnr_visual .bnrtxt5 {position: absolute; left: 19%; top: 26%; color:#fff;}

#platformbnr .bnr_visual .slick-dots {
  position: absolute;
  bottom: 15%;
  right: 39%;
}
#platformbnr .bnr_visual .slick-dots button {
  border: 1px solid #fff;
}
#platformbnr .bnr_visual .slick-dots .slick-active button {
  background: #fff;
}
 #platformbnr .prev, #platformbnr .next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
/*   background: #fff;  */
  text-align: center;
  line-height: 50px;
  font-size: 0;
  z-index: 999;
}
#platformbnr .prev .ico_whprev,#platformbnr .next .ico_whnext {
  width: 12px;
  height: 24px;
display: block;
}
#platformbnr .prev {
  left: 15px;
}
#platformbnr .prev .ico_whprev {
 background: url(../images/arrow_wh_left.png) 50% 50% no-repeat;
 background-size:100%;
}
#platformbnr .next {
  right: -20px;
}
#platformbnr .next .ico_whnext {
 background: url(../images/arrow_wh_right.png) 50% 50% no-repeat;
 background-size: 100%;

}