@charset "UTF-8";
.lp-wrapper .nova {
  font-family: "proxima-nova",sans-serif;
}
@media screen and (min-width: 769px){
.lp-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #001f37;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 13px;
}

.lp-wrapper * {
  margin: 0;
  padding: 0;
  outline: none;
}

.lp-wrapper a {
  cursor: pointer;
}

.lp-wrapper img {
  vertical-align: top;
}

.lp-wrapper .is-delay {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lp-wrapper .m-br::before {
  content: "\A";
  white-space: pre;
}

.lp-wrapper .m-italic {
  font-style: italic;
  font-family: adobe-garamond-pro, freight-display-pro serif;
}

/* video */
.lp-video_container{
  position:relative;
}
.lp-video_container video {
  /* background: url('/lp/summer23/images/kv.jpg') no-repeat; */
  /* background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  min-width: 100vw;
  min-height: 70%;
  min-height: 70vh; */
  width: 100%;
}

/* lead */
.lp-wrapper .lp-lead {
  margin: 6.4285714286% 0;
}

.lp-wrapper .lp-lead__title {
  font-family: proxima-nova, sans-serif;
  /* margin-bottom: 2.1428571429%; */
   margin-bottom: -0.857143%
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 1;
  line-height: 1.5;
  font-weight: normal;
}


.lp-wrapper .lp-lead__title b {
  display: block;
  font-family: freight-display-pro, adobe-garamond-pro serif;
  font-weight: 400;
  font-size: 52px;
  letter-spacing: 0.08em;
}
.lp-wrapper .lp-lead p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

/* styling */
.styling_slider{
  padding: 0 7.1428571429%;
}
.styling_slider li{
  padding:0 5px;
  text-align:center;
}
.styling_slider img{
    height: auto;
    width: 100%;
    margin: 0;
}
.styling_title{
  font-family: freight-display-pro, adobe-garamond-pro serif;
  font-size: 24px;
  padding:15px 0 10px;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.styling_slider .slick-dots{
  bottom:-50px;
  width:86%;
}

.jplook_title{
  font-family: freight-display-pro, adobe-garamond-pro serif;
  /* font-size: 24px; */
  padding:15px 0 10px;
  font-size: 30px;
  line-height: 1;
}
.jplook_title span{
  display:block;
  padding-bottom: 3px;
  font-size: 16px;
  text-align:center;
  font-family: proxima-nova, sans-serif;
}

.jplook_txt {
  font-size: 15px;
  max-width: 300px;
  margin: 0 auto;
  text-align: justify;
  width: 90%;
}




/* feature */
.lp-content_feature{
  display:flex;
  margin: 7.1428571429% auto -360px;
  padding: 0 7.1428571429%;
  margin-top:130px;
}
.lp-content_feature div{
  width:50%;
}
.lp-content_feature div:first-child{
  margin-right:30px;
}
.lp-content_feature img {
  width: 100%;
}
.lp-content_feature .feature_title{
  padding:10px 0 30px;
}
.lp-content_feature .price a{
  display:block;
  margin-bottom: 3px;
  font-size: 14px;
}


/* looks  */
.lp-wrapper .lp-looks {
  margin-bottom: 10.7142857143%;
  /* padding: calc(360px + (100/1400*100%)) 7.1428571429% 0 7.1428571429%; */
  padding: calc(320px + (100/1400*100%)) 7.1428571429% 0 7.1428571429%;
  background-image: linear-gradient(to bottom, #EBEBE6 0%, #EBEBE6 720px, #fff 720px, #fff 100%);
}
.lp-wrapper .lp-looks h2 {
  text-align: center;
  line-height: 2;
  font-size: 36px;
  font-weight: 400;
  font-family: freight-display-pro, adobe-garamond-pro serif;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.lp-wrapper .lp-looks h2 span{
  display:block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size:16px;
  margin:10px 0 20px;
}
.lp-wrapper .lp-looks h2::after {
  content: "";
  display: block;
  width: 100px;
  margin: 40px auto 0;
  border-bottom: 1px solid #001f37;
}
.lp-wrapper .lp-looks__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -50px;
}
.lp-wrapper .lp-looks__item {
  width: calc(25% - 50/1400*100%);
  margin-left: 3.5714285714%;
  margin-bottom: 3.5714285714%;
}
.lp-wrapper .lp-looks__photo {
  margin-bottom: 20px;
}
.lp-wrapper .lp-looks__photo img {
  width: 100%;
}
.lp-wrapper .lp-looks__description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 12px;
}
.lp-wrapper .lp-looks__description:not(:last-child) {
  /* margin-bottom: 18px; */
  margin-bottom: 8px;
}
.lp-wrapper .lp-looks__description h3 {
  /* font-size: 12px; */
  font-size: 14px;
}
.lp-wrapper .lp-looks__description h3 a{
  text-decoration: underline;
}
.lp-wrapper .lp-looks__arrive {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 10px;
}
.lp-wrapper .lp-looks__price {
  white-space: nowrap;
  font-size: 14px;
}

.mb-20 {
 margin-bottom: 20px;
}


.lp-wrapper .lp-looks__buttons {
  max-width: 575px;
  margin: 3.5714285714% auto 0;
}
.lp-wrapper .lp-looks__buttons h3 {
  margin-bottom: 50px;
  padding-top: 10px;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.lp-wrapper .lp-looks__button {
  display: block;
  line-height: 60px;
  height: 60px;
  background: #001f37;
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid #001f37;
  transition: all .2s;
}
.lp-wrapper .lp-looks__button:hover {
  background: #fff;
  color: #001f37;
}
.lp-wrapper .lp-looks__shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.lp-wrapper .lp-looks__shop a {
  width: calc(50% - 25px);
}
.lp-wrapper .lp-looks__shop a:first-child {
  margin-right: 50px;
}


/* feature_bottom */
.lp-content_feature_bottom{
  display:flex;
  margin: 7.1428571429% auto;
  padding: 0 7.1428571429%;
}
.lp-content_feature_bottom .feature_title{
  font-family: freight-display-pro, adobe-garamond-pro serif;
  /* font-size:40px; */
  /* margin: 60px 0 20px; */
  font-size:46px;
  margin: 80px 0 0;
}


.lp-content_feature_bottom p{
  color:#fff;
  font-size: 16px;
}
.cont1,.cont2{
  text-align:center;
}
.feature_button a,.feature_button.comingsoon{
  display: block;
  padding:10px;
  width:50%;
  background:#fff;
  margin: 20px auto 80px;
  text-decoration:none;
  border:solid 1px #fff;
}
.feature_button a:hover{
  background:none;
  border:solid 1px #fff;
  color:#fff;
}
.lp-content_feature_bottom .cont1{
  background:url(/ex/img/free/fall25/th_online.jpg) no-repeat bottom;
  width: 50%;
  margin-right: 50px;
  background-position: center;
}
.lp-content_feature_bottom .cont2{
  background:url(/ex/img/free/fall25/th_125thshirts.jpg) no-repeat top;
  width: 50%;
  background-position: center;
}





/* 追加 */
.tabs {
  font-family: freight-display-pro, adobe-garamond-pro serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.tabs li {
  display: block;
  width: 200px;
  color: #ccc;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tabs li::after {
  content: "";
  background: #ccc;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.tabs li.active {
  color: #001f37;
}
.tabs li.active::after {
  background: #001f37;
}

.tabs li:hover {
  opacity: .6;
}
.tabs li:hover::after {
  opacity: .6;
}

.tab-panel {
  display: none !important;
} 
.tab-panel.active {
  display: block !important;
}
.styling_slider {
  display: flex;
}

.jplook_title {
  position: relative;
  margin-bottom: 40px;
  
}

/* .jplook_title::after {
  content: "";
  background: #ccc;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
} */

.lp-content_feature {
  flex-wrap: wrap;
}
.lp-content_feature a {
  text-decoration: underline;
}
.lp-content_feature div {
  width: calc((100% - 30px)/2);
}
.lp-content_feature div:nth-of-type(n + 3) {
  width: calc((100% - 60px)/3);
  margin-top: 40px;
}
.lp-content_feature div:nth-of-type(3n + 3),.lp-content_feature div:nth-of-type(3n + 4) {
  margin-right: 30px;
}

.lp-content_feature_bottom {
  /* width: 60%; */
  width: 78%;
}
.lp-content_feature_bottom .cont1,.lp-content_feature_bottom .cont2 {
  width: 100%;
  background-size: cover;
}


.lp-looks__modal {
  display: none;
}

  .br-sp {display: none; }
}
