@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&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;
}
#vest_nov {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  text-align: center;
color: #333;
}
#vest_nov img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0px auto;
}
#vest_nov p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#vest_nov h1, #vest_nov h2, #vest_nov h3, #vest_nov h4, #vest_nov h5 {
 
  text-align: center;
  background: none;
  border: none;

  color:#333;
   font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
}
#vest_nov h1 {
  font-size: 3em;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin: 50px auto;
  font-weight: 800;

}
#vest_nov h1 span {
  font-size:1.7em;


}
#vest_nov h2 {
  font-size: 1.5em;
  line-height: 180%;
  margin: 70px auto 0px;
  font-weight: bold;

}
#vest_nov h2 span {
 
  font-size: 2em;
  line-height: 150%;
}



#vest_nov h3 {

  font-size: 1.5em;
  line-height: 180%;
  margin: 30px auto 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

  #vest_nov #y2k{
    background: linear-gradient(transparent 70% , #a6c6ff 70%);
      display: inline-block;
     
  }
#vest_nov .vest_nov_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#vest_nov section.item_3 .flex div {
  flex-basis: 33.33%;
  padding-bottom: 70px;
}
#vest_nov section.item_2 .flex div {

   flex-basis: 33.33%;
}
#vest_nov .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
    justify-content: center;
}
#vest_nov .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;
}
#vest_nov .brandlist div {
  flex-basis: calc(100% / 3 - 1%);
  padding: 2% 5%;
  margin: auto 0;
}
#vest_nov p.main_text {
  margin: 20px auto 80px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
}
#vest_nov p.main_text2 {
    margin: 35px auto 30px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
  
}
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0;
}
#vest_nov section {
  width: 100%;
  margin: 10px auto;
}
#vest_nov section.style {
  margin: 0px auto;
}
#vest_nov p.itemname {
  width: 100%;
  margin: 20px auto 0!important;
  text-align: center;
  line-height: 180%;
}
#vest_nov p.price {
  width: 100%;
  margin: 10px auto 0 !important;
  font-size: 1em !important;
}
#vest_nov p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}
/*VIEW MOREボタンの設定*/
#vest_nov p.button {
  display: block;
  margin: 20px auto !important;
  padding: 11px 12px;
  color: #FFF;
  background: #333;
  cursor: pointer;
  transition: all 0.5s;
  max-width: 770px;
  width: 80%;
  text-align: center;
}
/* 購入ボタン */
#vest_nov .itemlist a, #vest_nov .itemlist span, #vest_nov .buy, #vest_nov section.style .otheritem, .itemlist a, .itemlist .coming {
  display: block;
  width: 100%;
  max-width: 130px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #222;
  background: #222;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#vest_nov section.style .otheritem {
  font-size: 1em;
  text-align: center;
  max-width: 500px;
  width: 65%;
  padding: 10px 3px;
  margin: 10px auto;
}
#vest_nov .buy {
  padding: 8px 0;
  margin: 10px auto 0;
  width: 70%;
}
#vest_nov .itemlist span {
  background: #FFF;
  color: #333;
}
#vest_nov .buy:hover, #vest_nov .itemlist a:hover, #vest_nov section.style .otheritem:hover, .itemlist a:hover, .itemlist .coming {
  background: #FFF;
  text-align: center;
  border: 1px solid #222;
  color: #222;
}
#vest_nov section.style .textaria {
  margin: 20px auto 100px;
  width: 100%;
}
#vest_nov .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;
}
#vest_nov .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#vest_nov .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: #333;
}
.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%;
}

#vest_nov .itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 95%;
 max-width: 600px;
 padding: 5px 0;
/* border-top: 1px #333 solid;*/
 margin: 15px auto;
}

#vest_nov .itemlist:last-of-type{
/*	border-bottom: 1px #333 solid;*/
}

#vest_nov .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 180%;
}

#vest_nov .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}
#vest_nov .itemlist p.price{
	margin: 0 auto!important;
	font-size: 1.2em!important;
	display: block;
}




/* 回遊リンク */
#vest_nov .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#vest_nov .Banner4 h3 {
  font-size: 30px !important;
  margin: 100px auto 50px;
  padding: 20px 0;
  border-top: double#333;
  border-bottom: 1px solid#333;
  color: #333;
  letter-spacing: 3px;
}
#vest_nov .Banner4 ul {
  display: inline;
}
#vest_nov .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;
  }
  #vest_nov h1 {
     font-size: 4.8vw;
    line-height: 170%;
    margin: 30px auto 4.5vw;
  }
  #vest_nov h1 span {
   
    font-size: 8vw;
  }
  #vest_nov h2 {
    font-size: 3.7vw;
    margin: 40px auto 20px;
  }
  #vest_nov h2 span {
    font-size: 7vw;
  }
  #vest_nov h3 {
  font-size: 4vw;
  line-height: 180%;
  margin: 25px auto 25px;
  font-weight: bold;
}
#vest_nov .Banner4 h3 {
  font-size: 4vw;
}
 
  #vest_nov section.style .otheritem {
  
    font-size: 1em;
  }
  #vest_nov p.itemname {
    font-size: 3vw !important;
  }
  #vest_nov p, #vest_nov div, #vest_nov .other_text, .featherlight-content p {
    font-size: 3vw !important;
    line-height: 180%;
  }
  #vest_nov p.main_text {
    margin: 10px auto 50px !important;
    font-size: 3vw !important;
    width: 95%;
    text-align: left;
  }
 
  #vest_nov p.main_text2 {
    margin: 10px auto 20px !important;
    font-size: 3vw !important;
    width: 95%;
    text-align: left;
  }
  #vest_nov section.category {
    margin: 0px auto;
    width: 95%;
  }
  #vest_nov section {
    margin: 0vw auto 5vw;
  }
  #vest_nov section.style {
    margin: 0vw auto;
  }
  #vest_nov section.style .textbox p {
    text-align: left;
  }
  #vest_nov section.style2 .textbox, #vest_nov section.style3 .textbox {
    margin: 5.5vw auto;
  }
  #vest_nov section.style .textaria {
    margin: 1vw auto 0vw;
  }
  #vest_nov section.style .textaria p {
    font-size: 3vw !important;
    line-height: 150%;
  }
  #vest_nov .itemlist div {
    font-size: 3vw !important;
    line-height: 150% !important;
  }
  #vest_nov .itemlist div:first-child {
    width: 77%;
  }
  #vest_nov .itemlist div:last-child {
    width: 23%;
  }
  #vest_nov .itemlist span {
    font-size: 3vw;
  }
  .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%;
  }
  #vest_nov section.style3 .itembox {
    padding: 3vw 0;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #vest_nov .Banner4 {
    text-align: center;
    width: 100%;
  }
  #vest_nov .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #vest_nov .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  #vest_nov section.instagram {
    margin: 12.125vw auto;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #vest_nov .header {
    position: relative;
    /*height: 109vw;*/
  }
  #vest_nov .header .title {
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}