@charset "UTF-8";

@media screen and (min-width: 769px) {
 .lp-wrapper {
  --lp-side: 7.1428571429%;
  --lp-content-max: 1600px;
  -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 - classy04_PConly / classy04_SPonly（元 classy04_style.css） */
 .classy04_PConly {
  display: block;
 }
 .classy04_SPonly {
  display: none !important;
 }
 .lp-video_container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
 }
 .lp-video_container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }

 /* lead */
 .lp-wrapper .lp-lead {
  margin: min(80px, 4.1666666667%) 0 min(55px, 2.8645833333%) 0;
 }

 .lp-wrapper .lp-lead__title {
  font-family: proxima-nova, sans-serif;
  /* margin-bottom: 2.1428571429%; */
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 1;
  line-height: 1.3;
  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.06em;
 }
 .lp-wrapper .lp-lead p,
 .lp-wrapper .lp-lead span {
  font-size: 20px;
  line-height: 2;
  text-align: center;
 }

 /* h2 */
 .lp-wrapper .lp-looks > h2,
 .lp-wrapper .lp-content_styling h2,
 .lp-wrapper .lp-looks__buttons h2 {
  text-align: center;
  line-height: 1;
  font-size: 36px;
  font-weight: 400;
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
 }
 .lp-wrapper .lp-looks > h2 span,
 .lp-wrapper .lp-content_styling h2 span {
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 2;
  font-size: 16px;
  margin: 25px 0 25px;
 }
 .lp-wrapper .lp-looks > h2::after {
  content: '';
  display: block;
  width: 100px;
  margin: 32px auto 0;
  border-bottom: 1px solid #fff;
 }

 .lp-wrapper .lp-content_styling h2::after,
 .lp-wrapper .lp-looks__buttons h2::after {
  content: '';
  display: block;
  width: 100px;
  margin: 32px auto 0;
  border-bottom: 1px solid #001f37;
 }

 .lp-wrapper .lp-looks > h2 {
  color: #fff;
 }

 /* styling */
 .lp-wrapper .styling_slider {
  display: flex;
  gap: min(24px, calc(24 / 1600 * 100%));
  padding: 0 var(--lp-side);
 }
 .lp-wrapper .styling_slider li {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  text-align: left;
 }
 .lp-wrapper .styling_slider img {
  height: auto;
  width: 100%;
  margin: 0;
 }
 .lp-wrapper .styling_title {
  position: relative;
  padding: 15px 0 12px;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1;
 }
 .lp-wrapper .styling_link {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
 }

 /* feature */
 .lp-wrapper .lp-content_feature {
  --lp-item-gap: min(24px, calc(24 / 1600 * 100%));
  --lp-rule-space: min(120px, 6.4285714286vw);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--lp-item-gap);
  row-gap: 100px;
  margin: 0 auto var(--lp-rule-space);
  padding: calc(var(--lp-rule-space) * 2 + 1px) var(--lp-side) 0;
 }
 .lp-wrapper .lp-content_feature::before {
  content: '';
  position: absolute;
  top: var(--lp-rule-space);
  left: var(--lp-side);
  right: var(--lp-side);
  height: 1px;
  background: #cbcbcb;
 }
 .lp-wrapper .lp-content_feature > div:nth-of-type(-n + 2) {
  width: calc((100% - var(--lp-item-gap)) / 2);
  min-width: 0;
 }
 .lp-wrapper .lp-content_feature > div:nth-of-type(n + 3) {
  width: calc((100% - 2 * var(--lp-item-gap)) / 3);
  min-width: 0;
 }
 .lp-wrapper .lp-content_feature img {
  display: block;
  width: 100%;
  margin-bottom: 18px;
 }
 .lp-content_feature .feature_title {
  padding: 10px 0 30px;
 }
 .lp-content_feature .price {
  display: flex;
  flex-direction: column;
 }
 .lp-content_feature .price__row {
  display: grid;
  grid-template-columns: minmax(0, 85px) max-content max-content;
  column-gap: 1em;
  align-items: baseline;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 16px;
 }
 .lp-content_feature .price__row:not(:last-child) {
  margin-bottom: 8px;
 }
 .lp-content_feature .price__row a {
  text-decoration: underline;
  font-size: 16px;
 }
 .lp-content_feature .price__amount {
  white-space: nowrap;
  font-size: 16px;
  margin-left: 0;
 }
 .lp-content_feature .price__arrive {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
 }

 /* looks  */
 .lp-wrapper .lp-looks {
  --lp-section-gap: min(120px, 6.4285714286vw);
  --looks-heading: 265px;
  container-type: inline-size;
  position: relative;
  isolation: isolate;
  margin-bottom: 0;
  padding: var(--lp-section-gap) var(--lp-side) 0;
  background-color: #fff;
  background-image: none;
 }
 .lp-wrapper .lp-looks::before {
  --lp-item-gap: min(24px, 1.5cqi);
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: calc(var(--lp-section-gap) + var(--looks-heading) + ((100cqi - 3 * var(--lp-item-gap)) / 4) * 3 / 4);
  background: #4e4e46;
 }
 .lp-wrapper .lp-looks > h2,
 .lp-wrapper .lp-looks__items,
 .lp-wrapper .lp-looks__buttons {
  position: relative;
  z-index: 1;
 }
 .lp-wrapper .lp-looks__items {
  --lp-item-gap: min(24px, 1.5cqi);
  --lp-row-gap: min(70px, 4.375cqi);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--lp-item-gap);
  row-gap: var(--lp-row-gap);
 }
 .lp-wrapper .lp-looks__item {
  min-width: 0;
  width: auto;
 }
 .lp-wrapper .lp-looks__photo {
  margin-bottom: 18px;
 }
 .lp-wrapper .lp-looks__photo img {
  width: 100%;
 }
 .lp-wrapper .lp-looks__description {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
 }
 .lp-wrapper .lp-looks__description:not(:last-child) {
  margin-bottom: 8px;
 }
 .lp-wrapper .lp-looks__description h3 {
  width: 90px;
  font-size: 16px;
  font-weight: 400;
 }
 .lp-wrapper .lp-looks__description h3 a,
 .lp-wrapper .lp-looks__description h3 > span {
  display: inline-block;
  width: 90px;
  font-size: 16px;
 }
 .lp-wrapper .lp-looks__description h3 a {
  text-decoration: underline;
 }
 .lp-wrapper .lp-looks__arrive {
  display: inline;
  margin: 0 0 0 1em;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
  white-space: nowrap;
 }
 .lp-wrapper .lp-looks__price {
  white-space: nowrap;
  font-size: 16px;
  margin-left: 1em;
 }
 .lp-wrapper .lp-looks__buttons {
  --buttons-pad-top: min(120px, 6.4285714286vw);
  --buttons-pad-bottom: min(160px, 8.5714285714vw);
  margin: var(--buttons-pad-top) auto var(--buttons-pad-bottom);
 }
 .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: 14px;
  text-decoration: none;
  border: 2px solid #001f37;
  transition: all 0.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;
  max-width: 575px;
  margin: 0 auto;
 }
 .lp-wrapper .lp-looks__shop a {
  width: calc(50% - 25px);
 }
 .lp-wrapper .lp-looks__shop a:first-child {
  margin-right: 50px;
 }

 /* feature_bottom */
 .lp-wrapper .lp-content_feature_bottom {
  --lp-banner-max: 587px;
  --lp-banner-gap-max: 50px;
  --lp-banner-pair-max: 1224px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(var(--lp-banner-gap-max), calc(100vw * 50 / 1224));
  margin: 0 auto 7.1428571429% auto;
  padding: 0 max(var(--lp-side), calc((100% - var(--lp-banner-pair-max)) / 2));
 }
 .lp-wrapper .lp-content_feature_bottom .feature_title {
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  /* font-size:40px; */
  /* margin: 60px 0 20px; */
  font-size: 36px;
  margin: 80px 0 0;
 }
 .lp-wrapper .lp-content_feature_bottom p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
 }
 .lp-wrapper .feature_button a,
 .lp-wrapper .feature_button .comingsoon {
  display: block;
  padding: 0;
  width: 50%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  margin: 20px auto 80px;
  text-decoration: none;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
 }
 .lp-wrapper .feature_button a:hover {
  background: none;
  border: solid 1px #fff;
  color: #fff;
 }
 .lp-wrapper .lp-content_feature_bottom .cont1,
 .lp-wrapper .lp-content_feature_bottom .cont2 {
  flex: 1 1 0;
  min-width: 0;
  max-width: var(--lp-banner-max);
  width: auto;
  height: 340px;
  overflow: hidden;
  margin-right: 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }
 .lp-wrapper .lp-content_feature_bottom .cont1 {
  background-image: url(/ex/img/free/fall26/th_oc.jpg);
 }
 .lp-wrapper .lp-content_feature_bottom .cont2 {
  background-image: url(/ex/img/free/fall26/th_mt.jpg);
 }

 /* 追加 - ナビゲーション（PC） */
 .lp-wrapper .tabs {
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: min(160px, 8.3333333333%);
 }
 .tabs li {
  display: block;
  width: 250px;
  position: relative;
  cursor: pointer;
  list-style: none;
 }
 .tab-nav__banner {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
 }
 .tab-nav__banner img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: filter 0.35s ease;
 }
 .tabs li:not(.active) .tab-nav__banner img {
  filter: grayscale(100%);
 }
 .tabs li.active .tab-nav__banner img,
 .tabs li:hover .tab-nav__banner img {
  filter: grayscale(0%);
 }
 .tab-nav__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  pointer-events: none;
 }
 .tab-nav__line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: #001f37;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease-out;
 }
 .tabs li.active .tab-nav__line {
  transform: scaleX(1);
 }

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

 .lp-content_feature a {
  text-decoration: underline;
 }

 .lp-looks__modal {
  display: none;
 }

 .br-sp {
  display: none;
 }

 /* 中身が1600pxを超える幅（7.14%余白の内側が1600pxになる1867px〜） */
 @media screen and (min-width: 1867px) {
  .lp-wrapper .styling_slider,
  .lp-wrapper .lp-content_feature {
   padding-left: calc((100% - var(--lp-content-max)) / 2);
   padding-right: calc((100% - var(--lp-content-max)) / 2);
  }
  .lp-wrapper .lp-content_feature::before {
   left: calc((100% - var(--lp-content-max)) / 2);
   right: calc((100% - var(--lp-content-max)) / 2);
  }
  .lp-wrapper .lp-looks {
   padding-left: calc((100% - var(--lp-content-max)) / 2);
   padding-right: calc((100% - var(--lp-content-max)) / 2);
  }
 }
}
