@charset "utf-8";

/* Reset
-------------------------------------------------------------------------------*/

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; /*追加*/ max-height:100%; }body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

html, body{ background-color: #ffffff; }
h1,h2,h3,h4,p,strong,span{ font-weight: normal; }
ul,li{ list-style: none; }
img{ vertical-align: bottom; }
address{ font-style: normal; }
em{ font-style: normal; }

/* basic
-------------------------------------------------------------------------------*/
body{
  font: 14px/1.8 "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

a{ text-decoration: none; color: #333; }

@media (hover: hover) {
  .op, a {
    transition: opacity 0.2s ease;
  }
  .op:hover,
  a:hover {
    opacity: 0.6;
  }
  .sold > img:hover{
    opacity: 1;
  }
}

.clrfx:after{
  content:"";
  display:block;
  clear:both;
  height: 0;
}


/* module
-------------------------------------------------------------------------------*/
.wrapper{
  width: 1000px;
  margin: 31px auto;
}

.clmn2, .clmn3, .clmn4, .clmn5{
  width: 100%;
  letter-spacing: -0.35em;
}

.clmnBox, .clmnBoxList > li{
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 0;
}

.clmn2 .clmnBox{ width: 50%; }
.clmn3 .clmnBoxList > li{ width: 33%; }
.clmn4 .clmnBoxList > li{ width: 25%; }


/* layout
-------------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

/* main nav */
#mainNav{
  position: fixed;
  width: 1000px;
  margin-top: -32px;
  background-color: #FFF;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
}

#mainNav li{
  display: inline-block;
  box-sizing: border-box;
  width: 12.5%;
  border: 1px solid #000;
  border-right: none;
  vertical-align: top;
}
#mainNav li:last-child{ border-right: 1px solid #000; }

#mainNav a{
  display: block;
  height: 25px;
  padding-top: 6px;
  text-align: center;
  font-size: 10px;
}

#openMenu{
  display: none;
  position: fixed;
  top: 12px;
  right: 22px;
  width: 40px;
  height: 39px;
  z-index: 1000;
  background: url(../images/1506/nav_btn.gif) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
}
#spHeadLogo{
  display: none;
}

/* header */
#header{
  position: relative;
  width: 1000px;
  height: 460px;
  box-sizing: border-box;
  border: 1px solid #000;
  background: url(../images/1506/main_title_pc.jpg) no-repeat;
}

#header h1{
  height: 0;
  text-indent: -9999px;
}

#header p{
  position: absolute;
  top: 225px;
  left: -92px;
  width: 500px;
  height: 197px;
  background: url(../images/1506/lead_0613.png) no-repeat 130px 0px ;
  text-indent: -9999px;
}
#header p > img{ width: 349px; }

/* banner */
.banner{
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
}


.banner > div:first-child a{
  display: block;
  width: 100%;
  border: 1px solid #000;
}
img {
  max-width: 100%;
}

/* about */
#about{
  box-sizing: border-box;
  margin: 10px 0;
  padding-top: 2px;
  border: 1px solid #000;
}

#about a[href="#open"]{ display: block; }
#about > div:first-child img{ width: 100%; }
#about > div:nth-child(2){ display: none; }

#about dl{ border-top: 1px solid #000; }
#about dt, #about dd{ text-indent: -9999px; height: 0; }

#about dl:nth-of-type(1){ height: 606px; background: url(../images/1506/about_ill_1.gif) no-repeat; }
#about dl:nth-of-type(2){ height: 1080px; background: url(../images/1506/about_ill_2.gif) no-repeat; }
#about dl:nth-of-type(3){ height: 824px; background: url(../images/1506/about_ill_3.gif) no-repeat; }
#about dl:nth-of-type(4){ height: 1098px; background: url(../images/1506/about_ill_4.gif) no-repeat; }
#about dl:nth-of-type(5){ height: 1032px; background: url(../images/1506/about_ill_5.gif) no-repeat; }

#about a[href="#close"]{
  display: block;
  height: 110px;
  padding-top: 50px;
  text-align: center;
}
#about a[href="#close"] > img{ width: 65px; }


/* product nav */
#productNav li{ border: 1px solid #000; }
#productNav li:nth-child(1){
  border-right: none;
}
#productNav li:nth-child(2){
  width: 34%;
}
#productNav li:nth-child(3){
  border-left: none;
}

#productNav .nav_towelin{
  background: url(../images/1506/productnav_towelin.jpg) no-repeat center / cover;
}
#productNav .nav_under{
  background: url(../images/1506/productnav_under.jpg) no-repeat center / cover;
}
#productNav .nav_pochi{
  background: url(../images/1506/productnav_pochi.jpg) no-repeat center / cover;
}

#productNav li > a{
  display: block;
  height: 333px;
  text-indent: -9999px;
}


/* product */
.product{
  box-sizing: border-box;
  margin: 10px 0;
  border: 1px solid #000;
}

.productheader{
  height: 460px;
  text-indent: -9999px;
}

.productList{
  width: 100%;
  box-sizing: border-box;
  padding: 4.5% 4.5% 3% 4.5%;
}

.productList h3{
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 15px;
  line-height: 25px;
}
.productList h3 + p{
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(../images/1506/productlist_arrow.png) no-repeat;
  background-size: 25px;
}

.productList ul{ letter-spacing: -0.35em; }

.productList li{
  display: inline-block;
  position: relative;
  width: 227px;
  height: 280px;
  line-height: 1.4;
  vertical-align: top;
}
.productList li > a{
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.productList li > a img{ width: 100%; }

/* badge */
.productList li > a .badge1{
  position: absolute;
  top: 50%;
  right: 15px;
}
.productList li > a .badge2{
  position: absolute;
  top: 0;
  left: 15px;
}
.productList li > a .badge1 > span,
.productList li > a .badge2 > span{
  display: block;
}
.badge2 > span + span{
  margin-top: 10px;
}

/* product [crepe] */
#product_crepe .productheader{
  background: url(../images/2308/productheader_crepe.jpg) no-repeat;
  background-size: cover;
}
#product_crepe h3 > img{ width: 86px; }

/* product [faffwa] */
#product_faffwa .productheader{
  background: url(../images/1506/productheader_faffwa.jpg) no-repeat;
  background-size: cover;
}
#product_faffwa h3 > img{ width: 114px; }

/* product [pochi] */
#product_pochi .productheader{
  background: url(../images/2308/productheader_pochi.jpg) no-repeat;
  background-size: cover;
}
#product_pochi h3 > img{ width: 86px; }

/* product [under] */
#product_under .productheader{
  background: url(../images/2308/productheader_under.jpg) no-repeat;
  background-size: cover;
}
#product_under h3 > img{ width: 92px; }

/* product [towelin] */
#product_towelin .productheader{
  background: url(../images/1506/towlin202107.jpg) no-repeat;
  background-size: cover;
}

#list_towelin_haramaki h3 > img{ width: 100px; }
#list_towelin_pants h3 > img{ width: 180px; }
#list_towelin_leg h3 > img{ width: 200px; }
#list_towelin_others h3 > img{ width: 107px; }


/* notice */
#notice{
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 9%;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
}

#notice h2{ margin-bottom: 30px; text-align: left; }
#notice h2 > img{ width: 156px; }

#notice dl{
  display: inline-block;
  text-align: left;
}
#notice dt:before{
  content: "■";
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
  color: #FF47AD;
}

#notice dd{ margin: -2.25em 0 0 6.5em; }

/* content nav */
#contentNav ul{ border: 1px solid #000; letter-spacing: 0; overflow: hidden; }
#contentNav li{
  margin-top: -1px;
  border-top: 1px solid #000;
  float: left;
}
#contentNav li + li{ border-left: 1px solid #000; }
#contentNav li:nth-child(5){ border-left: none; }

#contentNav li > a{
  display: block;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
#contentNav li:nth-child(1) > a{ background-image: url(../images/1506/contentnav_2.jpg); }
#contentNav li:nth-child(2) > a{ background-image: url(../images/1506/contentnav_1.jpg); }
#contentNav li:nth-child(3) > a{ background-image: url(../images/1506/contentnav_6.jpg); }
#contentNav li:nth-child(4) > a{ background-image: url(../images/1506/contentnav_7.jpg); }

#footer{
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#footer li{ display: inline-block; }
#footer li + li{ margin-left: 52px; }
#footer li > a{ display: block; }

#footer ul{ margin-top: 25px; }
#footer ul:first-of-type img{ width: 39px; }

#footer ul:last-of-type{
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
#footer ul:last-child li{ margin-bottom: 3%; }


#footer p img{ width: 229px; }



/* product detail
-------------------------------------------------------------------------------*/
.productSlide img{
  display: block;
  width: 100%;
}

.productSlide .mainImgs{
  position: relative;
  box-sizing: border-box;
  padding-top: 66.5%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  overflow: hidden;
}

.productSlide .mainImgs li{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.productSlide .thumb{ border: 1px solid #000; }
.productSlide .thumb li{
  box-sizing: border-box;
  float: left;
  width: 20%;
  border-right: 1px solid #000;
  opacity: 0.6;
  cursor: pointer;
}
.productSlide .thumb li:nth-child(5){ border-right: none; }
.productSlide .thumb li.active,
.productSlide .thumb li.over{ opacity: 1; }

.productDetail{
  box-sizing: border-box;
  margin: 10px 0;
  border: 1px solid #000;
  padding: 6.8% 0;
}
.productDetail > div:first-child{
  width: 450px;
  text-align: center;
}
.productDetail > div:last-child{ width: 548px; padding-right: 50px; }

.productDetail .productImg > img{ width: 270px; }
.productDetail h1{ margin: 15px 0; }
.productDetail .cartLabel > img{ width: 134px; }

.cart li{
  display: none;
  margin: 25px;
  vertical-align: top;
  line-height: 1;
}

.cart p{ margin-bottom: 8px; }

.size4 li{ margin: 25px; }
.size6 li{ margin: 25px 10px; }

.cart li img,
.size4 li img,
.size6 li img{ width: 100px; }
.size1 li img{ width: 190px; }

.cart li span{
  display: block;
  font-size: 11px;
  margin-top: 8px;
  color: #f00;
}
.cart li em{
  display: block;
  font-size: 11px;
  margin-top: 8px;
}

.sold{ cursor: default; }

.productDetail > div:last-child > p{ margin-bottom: 30px; }
.productDetail > div:last-child > p strong{
  display: block;
  font-size: 15px;
}

.productDetail > div:last-child a{ color: #4d87ff; }

.red{ color: #f00; }


/* reflow
-------------------------------------------------------------------------------*/
/* 1000px 以下 メインナビ用マイナーブレイクポイント */
@media only screen and (max-width: 1000px) {
  .wrapper{ margin-top: 63px; }
  #mainNav{
    width: 100%;
    margin-top: -63px;
  }
  #mainNav li{ width: 25%; }
  #mainNav li:nth-child(4){ border-right: 1px solid #000; }
  #mainNav li:nth-child(n+5){ border-top: none; }
}

/* 500px 以下 */
@media only screen and (max-width: 500px) {
  
  .wrapper{ width: 100%; }
  
  .clmn2 .clmnBox,
  .clmnBoxList > li{ width: 100%; }
  .clmn3 .clmnBoxList > li{ width: 100% !important; }
  .clmn4 .clmnBoxList > li{ width: 50%;}
  #contentNav li > a{
    height: 50vw;
  }
  
  #mainNav{
    box-sizing: border-box;
    padding-top: 64px;
    border: 1px solid #000;
  }
  #spHeadLogo{
    display: block;
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 1000;
    width: 124px;
  }
  #spHeadLogo img {
    max-width: 100%;
  }
  
  #mainNav li{ width: 50%; }
  #mainNav li:nth-child(2n+1){ border-left: none; }
  #mainNav li:nth-child(2n){ border-right: none; }
  #mainNav li:nth-child(n+3){ border-top: none; }
  #mainNav li:nth-child(n+7){ border-bottom: none; }
  .manuDeactive li{ display: none !important; }
  
  #openMenu{ display: block; }
  
  #header{
    width: 100%;
    height: auto;
    padding-top: 66.6%;
    background:#bec3c3 url(../images/1506/main_title_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  #header p{
    position: static;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    padding-top: 62%;
    background: #bec3c3 url(../images/1506/lead_sp_0613.png) no-repeat center;
    background-size: 100%;
  }
  #header p > img{ width: 90%; }
    
  #about dl:nth-of-type(1){ padding-top: 67.2%; background: url(../images/1506/about_ill_1_sp.gif) no-repeat; }
  #about dl:nth-of-type(2){ padding-top: 128.8%; background: url(../images/1506/about_ill_2_sp.gif) no-repeat; }
  #about dl:nth-of-type(3){ padding-top: 91%; background: url(../images/1506/about_ill_3_sp.gif) no-repeat; }
  #about dl:nth-of-type(4){ padding-top: 163.4%; background: url(../images/1506/about_ill_4_sp.gif) no-repeat; }
  #about dl:nth-of-type(5){ padding-top: 169.2%; background: url(../images/1506/about_ill_5_sp.gif) no-repeat; }
  #about dl{ height: 0 !important; background-size: 100% !important; }
  #about a[href="#close"]{
    height: 60px;
    padding-top: 10px;
  }
  #about a[href="#close"] > img{ width: 45px; }
  
  #productNav li:nth-child(1){ border-bottom: none; border-right: 1px solid #000; }
  #productNav li:nth-child(3){ border-top: none; border-left: 1px solid #000; }
  #productNav .nav_towelin{ background-image: url(../images/1506/productnav_towelin_sp.jpg); }
  #productNav .nav_under{ background-image: url(../images/1506/productnav_under_sp.jpg); }
  #productNav .nav_pochi{ background-image: url(../images/1506/productnav_pochi_sp.jpg); }
  #productNav li > a{
    height: 166px;
    background-position: center 90%;
  }
  #productNav li:nth-child(1) img{ width: 250px; padding-top: 20px; }
  #productNav li:nth-child(2) img{ width: 163px; padding-top: 16px; }
  #productNav li:nth-child(3) img{ width: 75%; padding-top: 32px; }
  
  #product_crepe .productheader{ background: url(../images/2308/productheader_crepe_sp.jpg) no-repeat center; }
  #product_faffwa .productheader{ background: url(../images/1506/productheader_faffwa_sp.jpg) no-repeat center; }
  #product_pochi .productheader{ background: url(../images/1506/productheader_pochi20190703_sp.jpg) no-repeat center; }
  #product_under .productheader{ background: url(../images/1506/productheader_under_sp.jpg) no-repeat center; }
  #product_towelin .productheader{ background: url(../images/1506/productheader_towelin_sp0610.jpg) no-repeat center; }
  .productheader{ height: 0; padding-top: 100%; background-size: 100% !important; }
  
  .productList li{ width: 50% !important; height: auto; padding-bottom: 6%; }
  
  /*.productList li > a span{
    top: 22%;
    left: 15%;
    width: 34%;
    height: 0;
    padding-top: 34%;
  }*/
  
  #notice dd{ margin: 0 0 15px 0; }
  
  #contentNav li:nth-child(2),
  #contentNav li:nth-child(1),
  #contentNav li:nth-child(6),
  #contentNav li:nth-child(7){ border-left: none; }
  
  #footer{ font-size:14px; }
  #footer li + li{ margin-left: 5%; }
  
  
  .productDetail > div:first-child{ width: 100%; }
  .productDetail > div:last-child{
    width: 100%;
    margin-top: 25px;
    padding: 5%;
  }
  
  .cart li{
    width: 38%;
    margin: 25px 2.5%;
  }
  
  .size1 li{ width: 50%; }
  .size4 li, .size6 li{ margin: 25px 2.5%; }

  .cart li img,
  .size4 li img,
  .size6 li img{ width: 100%; }
}
