@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
#towel {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
  /*background: #333;
	color: #fff;*/
}
#towel img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 10px auto;
}
#towel p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#towel h1, #towel h2, #towel h3, #towel h4, #towel h5 {
  color: #333;
  text-align: center;
  background: none;
  border: none;
  font-weight: normal;
}
#towel h1 {
  font-size: 4em;
  line-height: 160%;
  letter-spacing: 1px;
  margin: 50px auto 30px;
  font-weight: bold;
  color: #C63135;
}
#towel h1 span {
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0;
  color: #333;
}
#towel h2 {
  font-size: 2.2em;
  line-height: 180%;
  margin: 30px auto 20px;
  font-weight: bold;
}

#towel h3 img {
width: 50%;
padding-top: 70px;
max-width: 300px;
}
#towel h4 {
  font-size: 1.5em;
  line-height: 180%;
  margin: 50px auto 20px;
  font-weight: bold;
}
#towel .categorylist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
  justify-content: center;
}
#towel section.category {
  margin: 30px auto 0;
  width: 95%;
  max-width: 870px;
}
#towel .categorylist div {
  flex-basis: calc(100% / 2 - 1%);
  padding: 1%;
}
#towel .categorylist div.box {
  font-weight: 500;
}
#towel .categorylist div a.blue {
  color: #333;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1em;
  background-color: #fff;
  border: 2px solid #006db0;
  text-decoration: none;
  border-radius: 8px;
  line-height: 165%;
}
#towel .categorylist div a.orange {
  color: #333;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1em;
  background-color: #fff;
  border: 2px solid orangered;
  text-decoration: none;
  border-radius: 8px;
  line-height: 165%;
}
#towel .categorylist div a.blue span, #towel .categorylist div a.orange span {
  font-weight: bold;
  font-size: 1.5em;
}
#towel .categorylist div a.orange span {
  color: orangered;
}
#towel .categorylist div a.blue span {
  color: #006db0;
}
#towel .towel_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#towel section.item_2 .flex div {
  flex-basis: 50%;
  margin-bottom: 25px;
}
#towel .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#towel .brandlist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
}
#towel .brandlist div {
  flex-basis: calc(100% / 3 - 1%);
  padding: 2% 5%;
  margin: auto 0;
}
#towel p.main_text {
  margin: 0 auto 35px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
}
#towel p.main_text2 {
  margin: 0 auto 35px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
}
#towel p.main_text span.bigdate {
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  /*background: linear-gradient(transparent 70%, black 100%);*/
  line-height: 150%;
}
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0;
}
#towel section {
  width: 100%;
  margin: 10px auto;
}
#towel section.style {
  margin: 0px auto 70px;
}
#towel p.itemname {
  width: 100%;
  margin: 0 auto !important;
  text-align: left;
}
#towel p.price {
  width: 100%;
  margin: 0 auto !important;
}
#towel p.price span {
  color: #C52F32;
  font-size: 1.4em !important;
  font-weight: bold;
}
#towel .li_pricebox {
  display: flex;
  margin: 0 auto;
  width: 90%;
  /*height:auto;*/
  justify-content: center;
  align-items: center;
}
#towel .li_pricebox li {
  height: auto;
  margin: 0 auto;
  /*background-color: aquamarine;*/
  padding: 0 1%;
}
#towel .box1 {
  width: 20%;
}
#towel .box2 {
  width: 25%;
  font-size: 1.3em;
  font-weight: bold;
}
#towel .box3 {
  width: 55%;
  color: #C63135;
  font-size: 4em;
  font-weight: bold;
}
#towel .box3 span {
  font-size: 0.4em;
}
#towel .smallword {
  font-size: 1em;
}
#towel .li_pricebox .box_3 p {}
/*VIEW MOREボタンの設定*/
#towel p.button {
  display: block;
  margin: 20px auto !important;
  padding: 11px 12px;
  color: #FFF;
  background: #006db0;
  cursor: pointer;
  transition: all 0.5s;
  max-width: 770px;
  width: 80%;
  text-align: center;
  border-radius: 8px;
}
/* 購入ボタン */
#towel .itemlist a, #towel .itemlist span, #towel .buy, #towel .buypink, #towel section.style .otheritem, .itemlist a, .itemlist .coming {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #006db0;
  background: #006db0;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  border-radius: 8px;
}
#towel section.style .otheritem {
  /* font-family: 'DIN-Condensed', sans-serif;*/
  font-size: 1em;
  text-align: center;
  max-width: 500px;
  width: 65%;
  padding: 10px 3px;
  margin: 10px auto;
}
#towel .buy {
  padding: 5px 0;
  margin: 10px auto 0;
  width: 70%;
}
#towel .itemlist span {
  background: #FFF;
  color: #333;
}
#towel .buy:hover, #towel .itemlist a:hover, #towel section.style .otheritem:hover, .itemlist a:hover, .itemlist .coming {
  background: #FFF;
  text-align: center;
  border: 1px solid #006db0;
  color: #006db0;
}
#towel section.style .textaria {
  margin: 20px auto;
  width: 100%;
}
#towel .itemlist, .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
#towel .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#towel .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
.featherlight-content {
  width: 100%;
  max-width: 600px !important;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 40px !important;
  border-bottom: 0 !important;
}
.featherlight-content p {
  font-size: 1em !important;
  color: #666;
}
.featherlight-content p.colorname {
  width: 100%;
  border-bottom: 1px solid #666666;
  text-align: left;
  font-size: 1.3em !important;
  color: #006db0;
}
.featherlight-content .name {
  width: 80%;
  margin: 20px auto;
}
.featherlight-content a:hover {
  text-decoration: none !important;
}
.featherlight-content a {
  outline: none !important;
}
.itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
.itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
#towel a .linkred {
  color: #C63135 !important;
}
/* 回遊リンク */
#towel .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#towel .Banner4 h3 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #333;
  border-bottom: 1px solid #333;
  color: #333;
  letter-spacing: 3px;
}
#towel .Banner4 ul {
  display: inline;
}
#towel .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #towel h1 {
    font-size: 7vw;
    line-height: 150%;
    margin: 20px auto ;
  }
  #towel h1 span {
    font-size: 5vw;
  }
  #towel h2 {
    font-size: 5vw;
    padding-bottom: 0px;
    line-height: 160%;
    margin: 50px auto 10px;
    font-weight: bold;
  }
  #towel h4 {
    font-size: 4.5vw;
  }
  #towel p.main_text span.bigdate {
    font-size: 4vw;
  }
  #towel section.style .otheritem {
    /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 0.85em;
  }
  #towel p, #towel div, #towel .other_text, .featherlight-content p {
    /*	font-size: 3.5vw!important;*/
    line-height: 180%;
  }
  #towel p.main_text {
    margin: 0 auto 10px !important;
    /*	font-size:2.5vw!important;*/
    width: 95%;
  }
  #towel p.main_text2 {
    margin: 0 auto 10px !important;
    /*	font-size:2.5vw!important;*/
    width: 95%;
    text-align: left;
  }
  #towel section.category {
    margin: 0px auto;
    width: 95%;
  }
  #towel section {
    margin: 0vw auto 5vw;
  }
  #towel section.style {
    margin: 0vw auto;
  }
  #towel section.style .textbox p {
    text-align: left;
  }
  #towel section.style2 .textbox, #towel section.style3 .textbox {
    /*  margin: 5.5vw auto;*/
  }
  #towel section.style .textaria {
    margin: 1vw auto 0vw;
  }
  #towel section.style .textaria p {
    font-size: 3vw !important;
    line-height: 150%;
  }
  #towel .itemlist div {
    font-size: 2.8vw !important;
    line-height: 150% !important;
  }
  #towel .itemlist div:first-child {
    width: 77%;
  }
  #towel .itemlist div:last-child {
    width: 23%;
  }
  /*#towel .itemlist span{
	font-size: 2.5vw;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}

p.price{
	font-size: 3.5vw!important;
	line-height: 110%;
}*/
  #towel section.style3 .itembox {
    padding: 3vw 0;
  }
  #towel .li_pricebox {
    display: flex;
    margin: 0 auto;
    width: 95%;
    /*height:auto;*/
    justify-content: center;
    align-items: center;
  }
  #towel .li_pricebox li {
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 1%;
  }
  #towel .box1 {
    width: 25%;
    padding: 0 1%;
  }
  #towel .box1 img {
    width: 90%;
  }
  #towel .box2 {
    width: 23%;
    font-size: 3vw;
    ;
    font-weight: bold;
    line-height: 100%;
  }
  #towel .box2 p {
    font-size: 3vw;
    ;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
    padding-left: 1%;
  }
  #towel .box3 {
    width: 52%;
    color: #C63135;
    font-size: 7.9vw;
    font-weight: bold;
  }
  #towel .box3 span {
    font-size: 0.5em;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #towel .Banner4 {
    text-align: center;
    width: 100%;
  }
  #towel .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #towel .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  #towel section.instagram {
    margin: 12.125vw auto;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #towel .header {
    position: relative;
    /*height: 109vw;*/
  }
  #towel .header .title {
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}