@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,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: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
#nylon {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'soleil', 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: left;
  background: #FFF;
  color: #333;
}
#nylon img, .featherlight-content img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#nylon p {
  font-size: 1em !important;
  margin-top: 0 !important;
  line-height: 180%;
}
#nylon .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%;
}
#nylon section.category {
  margin: 0px auto;
  width: 100%;
}
#nylon .categorylist div {
  flex-basis: calc(100% / 3 - 1%);
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid white;
}
#nylon .categorylist div.group {}
#nylon .categorylist div a {
  color: white;
  display: block;
  padding: 6% 3%;
  font-size: larger;
  background: #171717;
  text-align: center;
}
#nylon .categorylist div a:hover {
  background: white;
  text-align: center;
  border: 1px solid #171717;
  color: #171717;
}
#nylon section.main .doubleimage {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 10px;
}
#nylon section.main .doubleimage div {
  flex-basis: 50%;
}
#nylon h1, #nylon h2, #nylon h3, #nylon h4, #nylon h5 {
  color: #333;
  text-align: center;
  font-weight: 600;
  background: none;
  border: none;
  font-family: 'Futura-pt', 'Noto Sans JP', sans-serif;
}
#nylon h1 {
  font-size: 2.7em;
  line-height: 120%;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin: 30px auto 0px;
}
#nylon h1 span {
  font-size: 0.6em;
  line-height: 150%;
}
#nylon img.logo {
  width: 65% !important;
  max-width: 400px;
  height: auto;
  border: none;
  /*width: 10%;*/
  padding-bottom: 30px;
}
/*#nylon section.whats h2 {
	font-size: 1.8em;
	font-weight: 500;
	background: #FFF;
	margin: -80px auto 30px;
	width: 100%;
	padding: 2% 0;
	line-height: 110%;
}
#nylon section.whats h2 span {
	font-size: 0.5em;
}*/
#nylon section.hybrid h2 {
  width: 70%;
  max-width: 500px;
  margin: 100px auto;
}
#nylon h3 {
  font-size: 2.5em;
  margin: 0 auto 50px;
}
#nylon .nylon_wrap {
  width: 100% !important;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}
#nylon .flex, .featherlight-content .flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
/*#nylon section.whats {
	width: 100%;
	margin: 100px auto;
}*/
#nylon section.whats .whats_inner {
  max-width: 700px;
  padding: 5%;
  margin: 0 auto;
}
#nylon p.itemtext {
  margin: 50px auto !important;
  width: 100%;
  max-width: 650px;
  text-align: left;
}
#nylon section.whats .whats_inner p {
  text-align: left;
}
#nylon section.item .item_box {
  width: 100%;
  margin: 100px auto;
}
#nylon section.item .textaria {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 50px;
}
#nylon section.item .textaria p.styling {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 1.5em !important;
  font-family: 'Futura-pt', sans-serif;
  font-weight: bold;
}
#nylon section.hybrid {
  width: 100%;
  margin: 100px auto;
}
#nylon section.hybrid .swim {
  margin: 0 auto 100px;
}
#nylon section.hybrid .all_itemlist {
  margin: 100px auto;
}
#nylon section.hybrid .all_itemlist .flex div {
  flex-basis: calc(100% / 4);
  padding: 2%;
}
.featherlight-content p.itemname, #nylon section.hybrid .all_itemlist .flex div p.itemname {
  font-size: 0.9em !important;
  line-height: 150%;
  text-align: center;
  margin: 5px auto 0 !important;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.featherlight-content p.price, #nylon p.price, p.price {
  width: 100%;
  display: block;
  font-size: 1.1em !important;
}
#nylon p.price span, p.price span {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}
#nylon .slide ul {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#nylon.slide ul li img {
  width: 100%;
}
#nylon p.model {
  padding-bottom: 30px;
}
/* 購入ボタン */
#nylon .buy, .featherlight-content .buy, .itemlist a, #nylon .itemlist a, #nylon .itemlist .coming, .itemlist .coming, #nylon .otheritem a {
  display: block;
  width: 100%;
  max-width: 120px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #171717;
  background: #171717;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#nylon .buy:hover, .itemlist a:hover, .featherlight-content .buy:hover, #nylon .itemlist a:hover, .itemlist .coming, #nylon .otheritem a:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #171717;
  color: #171717;
}
#nylon .otheritem a {
  max-width: 500px;
  padding: 10px;
}
#nylon .buy, .featherlight-content .buy {
  margin: 10px auto;
}
#nylon .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%;
  margin: 10px 0;
  font-family: 'Futura-pt', 'Noto Sans JP', sans-serif;
}
.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%;
}
/* 回遊リンク */
#nylon .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
#nylon .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;
}
#nylon .Banner4 ul {
  display: inline;
}
#nylon .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
.featherlight-content {
  width: 100%;
  max-width: 600px !important;
  font-family: 'Futura-pt', 'Noto Sans JP', sans-serif;
  padding: 40px !important;
  border-bottom: 0 !important;
}
.featherlight-content p {
  font-size: 1em !important;
  color: #666;
  text-align: center;
}
.featherlight-content .flex div {
  flex-basis: 50%;
  padding: 2%;
}
.featherlight-content .name {
  width: 80%;
  margin: 20px auto;
}
.featherlight-content a:hover {
  text-decoration: none !important;
}
.featherlight-content a {
  outline: none !important;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #nylon section.item .textaria p.styling {
    padding-left: 2%;
  }
  .itemlist div:first-child {
    padding: 3px 1% 3px 3%;
  }
  #nylon img.logo {
    width: 85% !important;
    height: auto;
    border: none;
    width: 10%;
    margin-bottom: 10px;
  }
  /* profile */
  #nylon section.profile .flex div {
    padding: 0 4%;
  }
  /* ヘッダー・フッターの崩れを直す */
  #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;
  }
  #nylon h1 {
    font-size: 5.7vw;
    margin: 50px auto;
    line-height: 200%;
  }
  #nylon section.whats h2 {
    font-size: 7.5vw;
    margin: -13vw auto 5.5vw;
    width: 100%;
  }
  #nylon h3 {
  /*  font-size: 5.5vw;*/
  }
  #nylon section.hybrid h2 {
    margin: 16.375vw auto;
  }
  #nylon p, #nylon div {
    font-size: 3.5vw !important;
    line-height: 180%;
  }
  #nylon section.whats .whats_inner {
    padding: 5% 8% 10%;
  }
  #nylon section.whats, #nylon section.item .item_box, #nylon section.hybrid, #nylon section.hybrid .swim, #nylon section.hybrid .all_itemlist {
    margin: 7.375vw auto;
  }
  #nylon p.itemtext {
    text-align: left;
    margin: 6.5vw auto 3.2vw !important;
  }
  #nylon section.item .textaria p.styling {
    font-size: 4.5vw !important;
  }
  #nylon section.hybrid .all_itemlist .flex div {
    flex-basis: calc(100% / 2);
  }
  #nylon section.item .textaria, #nylon section.style .textaria .comment {
    margin: 8.25vw auto 7vw !important;
  }
  #nylon .itemlist div {
    font-size: 3vw !important;
    line-height: 150% !important;
  }
  p.price, #nylon p.price, #nylon p.model {
    line-height: 110%;
  }
  #nylon .itemlist div:first-child {
    width: 82%;
    padding: 1vw 1% 1vw 0;
  }
  #nylon .itemlist div:last-child {
    width: 18%;
  }
  #nylon .otheritem a {
    max-width: 300px;
  }
  #nylon .itemlist .coming {
    line-height: 100%;
  }
  #nylon .flex, .featherlight-content .flex {
    width: 95%;
    margin: auto;
  }
  .featherlight-content {
    padding: 5% 15px !important;
    font-size: 3.125vw !important;
  }
  .featherlight-content p.itemname, #nylon section.hybrid .all_itemlist .flex div p.itemname {
    height: 15vw;
    font-size: 3.125vw !important;
  }
  #nylon section.hybrid p.itemtext {
    width: 90%;
    margin: 10vw auto;
    text-align: left;
  }
  #nylon section.main .doubleimage {
    width: 100%;
    max-width: 800px;
    margin: 10px 0px 20px 0px;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #nylon .Banner4 {
    text-align: center;
    width: 100%;
  }
  #nylon .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #nylon .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #nylon .header {
    position: relative;
  }
  #nylon .header .title1, #nylon .header .title2 {
    position: absolute;
    width: 100%;
    top: 57vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #nylon .header .title2 {
    width: 53%;
  }
}