@media screen and (max-width: 768px){
  .lp-video_container video {

    width: 100%;
  }
.centering {
  margin: 0;
}
.lp-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #001f37;
  font-family: sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 3.7333333333vw;
}
.lp-wrapper * {
  margin: 0;
  padding: 0;
  outline: none;
}
.lp-wrapper img {
  vertical-align: top;
}
.lp-wrapper .is-delay {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lp-wrapper .m-italic {
  font-style: italic;
  font-family: adobe-garamond-pro, freight-display-pro serif;
}
.lp-wrapper .m-br::before {
  content: "\A";
  white-space: pre;
}


/* kv */
.supima-main_kv img {
  width: 100%;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  /* opacity: 0; */
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 2s ease-out;
  transition: transform 2s ease-out, opacity 1.5s ease-out;
  transition: transform 2s ease-out, opacity 1.5s ease-out, -webkit-transform 2s ease-out;
}
.supima-main_kv img.animate {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* lead */
.lp-wrapper .lp-lead {
  margin: 13.3333333333vw 8vw;
  text-align: center;
}
.lp-wrapper .lp-lead__title {
  font-family: proxima-nova, sans-serif;
  margin-bottom: 6.6666666667vw;
  font-size: 3.7333333333vw;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 1;
  line-height: 1.7;
}
.lp-wrapper .lp-lead__title b {
  display: block;
  text-align: center;
  font-family: freight-display-pro, adobe-garamond-pro, proxima-nova, serif;
  font-weight: 600;
  font-size: 9vw;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.lp-wrapper .lp-lead p {
  font-size: 3.7333333333vw;
  line-height: 2;
}

/* styling */
.lp-content_styling{
  margin: 0 8vw;
  text-align: center;
}
.styling_slider li p{
  text-align:center;
}
.styling_slider li p a{
  text-decoration: underline;
  display:block;
  text-align:center;
  font-weight:bold;
  padding-top:5px;
}
.styling_title{
  font-size: 28px;
  line-height:1;
  padding:5px 0 15px;
  font-family: freight-display-pro, adobe-garamond-pro, proxima-nova, serif;
}
.styling_title span{
  display:block;
  padding-bottom: 3px;
  font-size: 12px;
  text-align:center;
  font-family: proxima-nova, sans-serif;
}
.styling_slider img{
  width:70%;
}

/* feature */
.lp-content_feature{
  margin:8vw;
}
.lp-content_feature div{
  /* text-align:center; */
}
.lp-content_feature img{
  width:100%;
}
.lp-content_feature .feature_title{
  padding:10px 0;
}
.lp-content_feature .price{
  padding-bottom:30px;
}
.lp-content_feature .price a{
  display:block;
  margin-bottom: 3px;
  text-decoration:underline;
}

/* looks */
.lp-wrapper .lp-looks {
  margin-bottom: 26.6666666667%;
  padding: 16vw 8vw 0;
  background: linear-gradient(to bottom, #EBEBE6 0%, #EBEBE6 128vw, #fff 128vw, #fff 100%);
}
.lp-wrapper .lp-looks h2 {
  text-align: center;
  line-height: 2;
  font-size: 8.4vw;
  font-weight: 400;
  font-family: freight-display-pro, adobe-garamond-pro serif;
  letter-spacing: 0.1em;
  margin-bottom: 10.6666666667vw;
}
.lp-wrapper .lp-looks h2::after {
  content: "";
  display: block;
  width: 21.3333333333vw;
  margin: 8vw auto 0;
  border-bottom: 1px solid #001f37;
}
.lp-wrapper .lp-looks h2 span {
  font-size: 13px;
  display:block;
  padding:10px;
  text-align:center;
}
.lp-wrapper .lp-looks__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 1px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  grid-area: aside;
}
.lp-wrapper .lp-looks__photo {
  position: relative;
  margin-bottom: 1px;
}
.lp-wrapper .lp-looks__photo img {
  width: 100%;
  height: auto;
}
.lp-wrapper .lp-looks__photo::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.lp-wrapper .lp-looks__description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 18px;
  padding: 0 5px;
}
.lp-wrapper .lp-looks__description:not(:last-child) {
  margin-bottom: 18px;
}
.lp-wrapper .lp-looks__description h3 {
  font-weight: 700;
  font-size: 14px;
}
.lp-wrapper .lp-looks__description h3 a {
  color: inherit;
  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;
}
.lp-wrapper .lp-looks__modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(235, 235, 230, 0.9);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
}
.lp-wrapper .lp-looks__modal.is-open {
  opacity: 1;
  visibility: visible !important;
}
.lp-wrapper .lp-looks__modal-inner {
  position: relative;
  width: 69.3333333333vw;
  margin: 0 auto;
}
.lp-wrapper .lp-looks__modal-photo {
  margin-bottom: 20px;
}
.lp-wrapper .lp-looks__modal-photo img {
  width: 100%;
  height: auto;
}
.lp-wrapper .lp-looks__modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  transform: translateY(-40px);
}
.lp-wrapper .lp-looks__buttons {
  margin: 16vw auto 0;
}
.lp-wrapper .lp-looks__buttons h3 {
  margin-bottom: 6.6666666667vw;
  font-size: 4.2666666667vw;
  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;
  margin-bottom: 4vw;
  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;
}

/* feature_bottom */
.lp-content_feature_bottom{
  margin:0;
  padding:0;
}
.lp-content_feature_bottom .feature_title{
  font-family: freight-display-pro, adobe-garamond-pro serif;
  font-size:30px;
  text-align:center;
}
.lp-content_feature_bottom .feature_title p{
  text-align:center;
}
.lp-content_feature_bottom p{
  color:#fff;
  text-align:center;
}
.cont1,.cont2{
  padding:50px 40px;
  text-align:center;
}
.feature_button a,.feature_button.comingsoon{
  display: block;
  padding:10px;
  background:#fff;
  margin: 20px auto 0;
  text-decoration:none;
  border:solid 1px #fff;
  text-align:center;
}
.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;
  background-position: center;
}
.lp-content_feature_bottom .cont2{
  background:url(/ex/img/free/fall25/th_125thshirts.jpg) no-repeat;
  background-position: center;
}





/* 追加 */
.pc {
  display: none !important;
}
.slick-slide {
  height: auto !important;
}



.tabs {
  font-family: freight-display-pro, adobe-garamond-pro serif;
  font-size: 3.9333333333vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 4vw;
}
.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;
}
.tab-panel {
  display: none !important;
} 
.tab-panel.active {
  display: block !important;
}
.lp-content_feature_bottom .cont1,.lp-content_feature_bottom .cont2 {
  width: 100%;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 20px;
}


.styling_slider {
  display: flex;
  flex-wrap: wrap;
}
.styling_slider li {
  width: 50%;
  
}
.styling_slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border: 2px solid #fff; */
}


.styling_title {
  position: relative;
  margin-bottom: 25px;
}
.styling_title::after {
  content: "";
  background: #ccc;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-looks__description.-nonlook {
  display: block;
  font-size: 14px;
}
.lp-looks__description.-nonlook a {
  margin-top: 10px;
  text-align: center;
  display: block;
  text-decoration: underline;
}

.mv img {
  width: 100%;
}

}


@media screen and (min-width: 769px){
  .br-sp {display: none; }
}