@charset "utf-8";

/*---------------------------------------------------------------------
Import CSS
---------------------------------------------------------------------*/
@import url("common/clear.css");
@import url("common/common.css");


.flex_b_sb{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h3{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 38px;
}

h3:after{
  content: "";
  height: 2px;
  width: 44px;
  background: #000;
  position: absolute;
  bottom: -1em;
  right: 50%;
  margin-right: -22px;
}


@media only screen and (min-width: 1024px) {

  h3{
    font-size: 2.4rem;
    margin-bottom: 50px;
  }

  h3:after{
    width: 86px;
    bottom: -0.5em;
    margin-right: -43px;
  }
  
}


/*---------------------------------------------------------------------
製品紹介
---------------------------------------------------------------------*/
#product{
  background: url(../img/page/sp/sp_main_img.jpg) no-repeat center top;
  background-size: 100% auto;
}

#product h2{
  font-size: 2.3rem;
  font-weight: bold;
  height: 65px;
  padding-top: 21px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255,255,255,0.50)
}

#product h2 + p{
  padding: 20px;
  background: rgba(255,255,255,0.75);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 160%;
}


@media only screen and (min-width: 1024px) {

  #product{
    background: url(../img/page/pc/pc_main_img.jpg) no-repeat center top;
  }

  #product h2{
    font-size: 3.6rem;
    height: 160px;
    padding-top: 58px;
  }

  #product h2 + p{
    text-align: center;
    padding: 35px 0 0 0;
    font-size: 1.8rem;
    line-height: 180%;
    height: 200px;
    box-sizing: border-box;
  }
  
}


/*---------------------------------------------------------------------
ナビゲーション
---------------------------------------------------------------------*/
nav{
  padding: 20px;
  border-bottom: 1px solid #333;
}

nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav ul li{
  font-size: 1.3rem;
  font-weight: bold;
  width: 50%;
}

nav ul li:nth-child(odd){
  padding-right: 10px;
  box-sizing: border-box;
}

nav ul li:nth-child(even){
  padding-left: 10px;
  box-sizing: border-box;
}

nav ul li a{
  text-decoration: none !important;
  position: relative;
  width: 100%;
  padding: 7px 0;
  height: 50px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav ul li a span{
  display: block;
}

nav ul li a:after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/arrow_w.svg) no-repeat center center #000;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

nav ul li a:hover{
  opacity: 0.7;
}


@media only screen and (min-width: 1024px) {

  nav{
    padding: 20px 0;
    width: 1000px;
    margin: 0 auto;
  }

  nav ul li{
    font-size: 1.7rem;
    width: inherit;
  }
  
  nav ul li:nth-child(1){margin-right: 100px}
  nav ul li:nth-child(2){margin-right: 100px}
  nav ul li:nth-child(3){margin-right: 100px}
  nav ul li:nth-child(5){margin-right: 82px}
  nav ul li:nth-child(6){margin-right: 20px}

  nav ul li:nth-child(odd){
    padding-right: 0;
  }

  nav ul li:nth-child(even){
    padding-left: 0;
  }

nav ul li a{
  padding: 10px 0 7px 0;
  border-bottom: 3px solid #FFF;
}

  nav ul li a br{
    display: none;
  }

  nav ul li a:after{
    width: 20px;
    height: 20px;
    position: inherit;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-left: 10px;
  }

  nav ul li a:hover{
    border-bottom: 3px solid #000;
  }
  
}


/*---------------------------------------------------------------------
製品詳細
---------------------------------------------------------------------*/
.list{
  padding:25px 20px 30px 20px;
}

.list:nth-of-type(even){
  background: #EEEEEE;
}

.list h2{
  font-size: 2.1rem;
  font-weight: bold;
}

.list h2 + ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.list h2 + ul li{
  border: 1px solid #000;
  font-size: 1.1rem;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
}


@media only screen and (min-width: 1024px) {

  .list{
    padding:50px 0 60px 0;
  }
  
  .list_inner{
    width: 1000px;
    margin: 0 auto;
  }
  
  .product_title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list h2{
    font-size: 3.2rem;
  }

  .list h2 + ul{
    margin-top: 0;
  }

  .list h2 + ul li{
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px;
    margin-left: 30px;
    margin-right: 0;
    background: #FFF;
  }

}


/*　スライダー
---------------------------------------*/
.slider_set{
  margin-top: 12px;
  width: 100%;
  position: relative;
}

.icon_slider{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon_slider li{
  width: 56px;
  height: 56px;
  background: rgba(255,29,51,0.80);
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_towel{
	width: 102px;
	height: 120px;
  position: absolute;
  right: 5px;
  top: 5px ;
  z-index: 1002;
/*  padding: 8px 10px;*/
  background: #FFF;
}

.icon_towel img{
		width:74px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
}

.flex-control-thumbs {
  position: absolute;
  bottom: -55px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-control-thumbs li {
  margin-right: 6px;
}

.flex-control-thumbs img {
  width: auto;
  height: 43px;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: 0;
  background: url(../img/common/arrow_w_l.svg) no-repeat center center rgba(204,204,204,0.50);
  background-size: 18px 18px;
  display: block;
  position: absolute;
  z-index: 1000;
}
.flex-direction-nav .flex-next {
  right: 0;
  background: url(../img/common/arrow_w.svg) no-repeat center center rgba(204,204,204,0.50);
  background-size: 18px 18px;
  display: block;
  position: absolute;
  z-index: 1000;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}


@media only screen and (min-width: 1024px) {
  
  .slider_set{
    margin-top: 40px;
    width: 500px;
  }

  .icon_slider{
    top: -12px;
    left: 8px;
  }

  .icon_slider li{
    width: 100px;
    height: 100px;
    margin-left: 8px;
    margin-top: 0;
    font-size: 2.4rem;
    font-weight: bold; 
  }

  .icon_towel{
    width: 101px;
    height: 120px;
    right: 10px;
    top: 10px;
  }

  .icon_towel img{
		width:74px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
  }

  .flex-control-thumbs {
    position: absolute;
    bottom: -96px;
    left: 0;
  }
  
  .flex-control-thumbs li {
    margin-top: 0;
  }

  .flex-control-thumbs img {
    height: 76px;
  }

  .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

    
}


/*　ラインナップ
---------------------------------------*/
.intro{
  margin-top: 67px;
  width: 100%;
}

.intro p{
  font-size: 1.2rem;
  line-height: 160%;
}

.intro .btn_b_a{
  margin-top: 15px;
  border-radius: 0;
  background: #262626;
}

.intro .btn_b_a span{
  display: inline;
  background: #D70000;
  border-radius: 0;
  padding: 0 5px;
  font-size: 1.2rem;
  margin-left: 3px;
}

.lineup{
  margin-top: 30px;
}

.lineup ul{
  font-size: 1.2rem;
}

.size_set{
  margin-top: 25px;
}

.size_set img{
  width: 100%;
}

.size_multi{
  margin-top: 25px;
}

.size_multi section{
  width: 100%;
  padding: 0 0 40px 0;
}

.size_multi section h4{
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.size_multi section h4 span{
  font-size: 1rem;
  margin-left: 1em;
}

.size_multi img{
  width: 100%;
}


@media only screen and (min-width: 1024px) {
  
  .intro{
    margin-top: 40px;
    width: 450px;
  }

  .intro p{
    font-size: 1.8rem;
  }

  .intro .btn_b_a{
    margin-top: 25px;
    text-align: center;
  }

  .lineup{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .lineup h3{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0;
  }
  
  .lineup h3:after{
    display: none;
  }

  .lineup ul{
    font-size: 1.6rem;
    border-left: 2px solid #000;
    margin-left: 25px;
    padding-left: 25px;
  }

  .size_set{
    margin-top: 35px;
  }

  .size_multi{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .size_multi section{
    width: 50%;
    padding: 0;
  }

  .size_multi section h4{
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .size_multi section h4 span{
    font-size: 1.4rem;
  }
  
}


/*　商品概要
---------------------------------------*/
.summary{
  width: 100%;
  margin-top: 34px;
}

.summary section{
  margin-top: 0;
}

.summary section + section{
  margin-top: 30px;
}

.summary section h4{
  font-size: 1.3rem;
  font-weight: bold;
}

.summary section dl{
  margin-top: 14px;
}

.summary section dl dt{
  clear: both;
  float: left;
  font-weight: bold;
  width: 5em;
  padding: 5px 0;
}

.summary section dl dd{
  padding-left: 5em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.summary section dl dd:nth-of-type(even) {
    background: #e2e2e2;
}

.summary + a{
  margin-top: 27px;
  line-height: 140%;
  padding-top: 7px;
  border-radius: 0;
}


@media only screen and (min-width: 1024px) {
  
  .summary{
    width: 1000px;
    margin-top: 50px;
  }

  .summary div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .summary section{
    margin-top: 50px;
  }

  .summary section + section{
    margin-top: 50px;
  }

  .summary section h4{
    font-size: 1.8rem;
  }

  .summary section dl{
    margin-top: 30px;
    font-size: 1.6rem;
  }

  .summary section dl dt{
    width: 5em;
  }

  .summary section dl dd{
    padding-left: 5em;
  }

  .summary + a{
    margin-top: 45px;
    padding-top: 0;
    line-height: 40px;
    min-height: 40px;
  }

  .summary + a br{
    display: none;
  }
  
  .pattern01 section,
  .pattern02 section:nth-of-type(4),
  .pattern02 section:nth-of-type(5){
    width: 450px;
  }
  
  .pattern02 section:nth-of-type(1),
  .pattern02 section:nth-of-type(2),
  .pattern02 section:nth-of-type(3){
    width: 300px;
  }

  
}