@charset "UTF-8";

/* ==========================================================================
   LP: ひと足早くチェックしたい、2026年秋のウィメンズ新作ライトアウター
   PC拡大基準幅: 1400px / SP拡大基準幅: 750px (FIX版デザイン基準)
   単位方針: PC=rem固定(ビジュアル要素の幅/余白/位置はcalc(vw)で拡大) / SP=calc(vw)
   font-sizeのみ例外: PC=rem / SP=calc(vw) の二択(要素種別に関わらず)
   ========================================================================== */

.p-feature {
  --pc-vw: calc(100vw / 1400);
  --sp-vw: calc(100vw / 750);
  color: #000;
}

/* --------------------------------------------------------------------------
   MV
   -------------------------------------------------------------------------- */

.p-feature__mv {
  position: relative;
}

.p-feature__mv__slider {
  position: relative;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  margin: 0;
  padding: 0;
  list-style: none;
  aspect-ratio: 3 / 4;
}

.p-feature__mv__slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.p-feature__mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-feature__mv__heading {
  position: absolute;
  left: calc(25 * var(--sp-vw));
  bottom: calc(30 * var(--sp-vw));
  color: #fff;
}

.p-feature__mv__heading-main {
  margin: 0;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 400;
  font-size: calc(67 * var(--sp-vw));
  line-height: 1.044776;
  letter-spacing: 0.05em;
}

.p-feature__mv__heading-main-break {
  display: inline;
}

.p-feature__mv__heading-sub {
  margin: calc(16 * var(--sp-vw)) 0 0;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 400;
  font-size: calc(33 * var(--sp-vw));
  line-height: 1.666667;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .p-feature__mv__slider {
    aspect-ratio: auto;
    scroll-snap-type: none;
  }

  .p-feature__mv__slide {
    flex: 0 0 calc(470 * var(--pc-vw));
    width: auto;
    aspect-ratio: 1 / 2;
  }

  .p-feature__mv__slide[data-mv-slide-clone] {
    display: none;
  }

  .p-feature__mv__slide + .p-feature__mv__slide {
    margin-left: calc(-5 * var(--pc-vw));
  }

  .p-feature__mv__heading {
    left: calc(80 * var(--pc-vw));
    bottom: calc(70 * var(--pc-vw));
  }

  .p-feature__mv__heading-main {
    font-size: 4.5rem;
    line-height: 1;
  }

  .p-feature__mv__heading-main-break {
    display: none;
  }

  .p-feature__mv__heading-sub {
    margin-top: calc(10 * var(--pc-vw));
    font-size: 2.5rem;
    line-height: 1.8;
  }
}

/* --------------------------------------------------------------------------
   イントロ (H1 + リード文)
   -------------------------------------------------------------------------- */

.p-feature__intro {
  width: calc(700 * var(--sp-vw));
  margin: calc(100 * var(--sp-vw)) auto 0;
}

.p-feature__intro__heading {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: calc(35 * var(--sp-vw));
  line-height: 1.857143;
  letter-spacing: 0.03em;
}

.p-feature__intro__lead {
  margin: calc(50 * var(--sp-vw)) 0 0;
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: calc(25 * var(--sp-vw));
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .p-feature__intro {
    width: 80rem;
    margin: 15rem auto 0;
  }

  .p-feature__intro__heading {
    font-size: 2.3rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  .p-feature__intro__lead {
    margin-top: 5rem;
    font-size: 1.7rem;
    line-height: 1.75;
  }
}

/* --------------------------------------------------------------------------
   商品セクション共通 (.p-feature__item)
   -------------------------------------------------------------------------- */

.p-feature__items {
  display: flex;
  flex-direction: column;
  gap: calc(150 * var(--sp-vw));
  margin-top: calc(150 * var(--sp-vw));
}

.p-feature__item__top {
  display: block;
}

.p-feature__item__main {
  margin: calc(50 * var(--sp-vw)) 0 0;
}

.p-feature__item__main img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.p-feature__item__heading {
  display: block;
  margin: 0;
  padding: 0 calc(25 * var(--sp-vw));
}

.p-feature__item__heading__number-wrap {
  display: block;
}

.p-feature__item__heading__number {
  display: block;
  margin: 0;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 500;
  font-size: calc(40 * var(--sp-vw));
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-feature__item__heading__text {
  display: block;
  margin: calc(20 * var(--sp-vw)) 0 0;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 400;
  font-size: calc(45 * var(--sp-vw));
  line-height: 1.333333;
  letter-spacing: 0.05em;
}

.p-feature__item__heading__rule {
  display: block;
  width: calc(70 * var(--sp-vw));
  height: 0;
  margin: calc(-5 * var(--sp-vw)) 0 0;
  border-top: 1.5px solid #000;
}

.p-feature__item__title-break--pc {
  display: none;
}

.p-feature__item__lead {
  margin: calc(30 * var(--sp-vw)) 0 0;
  padding: 0 calc(25 * var(--sp-vw));
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: calc(25 * var(--sp-vw));
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-feature__item__coords {
  position: relative;
  margin: calc(80 * var(--sp-vw)) 0 0;
}

.p-feature__item__coords__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
  aspect-ratio: 3 / 4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.p-feature__item__coords__image.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-feature__item__coords__image:last-child {
  margin-top: calc(20 * var(--sp-vw));
}

.p-feature__item__price-list {
  width: calc(600 * var(--sp-vw));
  margin: calc(50 * var(--sp-vw)) auto 0;
  padding: 0;
  list-style: none;
}

.p-feature__item__price-row {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
}

.p-feature__item__price-row + .p-feature__item__price-row {
  margin-top: calc(56 * var(--sp-vw));
}

.p-feature__item__price-row__name {
  flex: 0 0 auto;
  width: calc(130 * var(--sp-vw));
  text-align: left;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 400;
  font-size: calc(25 * var(--sp-vw));
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-feature__item__price-row__value {
  flex: 1 1 auto;
  text-align: left;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 400;
  font-size: calc(25 * var(--sp-vw));
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-feature__item__price-row__note {
  flex: 0 0 auto;
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: calc(27 * var(--sp-vw));
  line-height: 1.620370;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-feature__item__product {
  margin: calc(80 * var(--sp-vw)) 0 0;
  padding: 0 calc(55 * var(--sp-vw));
}

.p-feature__item__product__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 21;
}

.p-feature__item__product__detail {
  margin-top: calc(30 * var(--sp-vw));
}

.p-feature__item__product__detail__text {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 400;
  font-size: calc(25 * var(--sp-vw));
  line-height: 2;
}

.p-feature__item__product__detail__price {
  display: flex;
  align-items: center;
  gap: calc(20 * var(--sp-vw));
  margin-top: calc(50 * var(--sp-vw));
  padding-inline: calc(20 * var(--sp-vw));
}

.p-feature__buy {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 400;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-feature__buy:hover,
.p-feature__buy:focus-visible {
  background-color: #000;
  color: #fff;
}

.p-feature__buy--list {
  width: calc(200 * var(--sp-vw));
  height: calc(40 * var(--sp-vw));
  font-size: calc(25 * var(--sp-vw));
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .p-feature__items {
    gap: 15rem;
    margin-top: 15rem;
  }

  .p-feature__item__top {
    display: grid;
    grid-template-columns:
      calc(150 / 1400 * 100%)
      calc(550 / 1400 * 100%)
      calc(550 / 1400 * 100%)
      calc(150 / 1400 * 100%);
    grid-template-areas:
      "main main main main"
      ". heading lead .";
    row-gap: 5rem;
  }

  .p-feature__item__main {
    grid-area: main;
    margin-top: 0;
  }

  .p-feature__item__main img {
    aspect-ratio: 8 / 5;
  }

  .p-feature__item__heading {
    display: flex;
    align-items: flex-start;
    grid-area: heading;
    align-self: start;
    margin-top: 0;
    padding: 0;
  }

  .p-feature__item__heading__number-wrap {
    flex: 0 0 auto;
  }

  .p-feature__item__heading__number {
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .p-feature__item__heading__text {
    display: block;
    flex: 0 0 auto;
    margin: 0 0 0 3rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .p-feature__item__heading__rule {
    width: 4rem;
    margin-top: 0;
    border-top-width: 1px;
  }

  .p-feature__item__title-break--pc {
    display: inline;
  }

  .p-feature__item__title-break--sp {
    display: none;
  }

  .p-feature__item__lead {
    grid-area: lead;
    align-self: start;
    margin-top: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2;
  }

  .p-feature__item__coords {
    width: calc(630 * var(--pc-vw));
    margin: 10rem auto 0;
  }

  .p-feature__item__coords__image {
    aspect-ratio: 7 / 10;
  }

  .p-feature__item__coords__image:last-child {
    margin-top: 2rem;
  }

  .p-feature__item__price-list {
    width: 31.2rem;
    margin-top: 5rem;
  }

  .p-feature__item__price-row {
    gap: 1.5rem;
    padding: 0;
  }

  .p-feature__item__price-row + .p-feature__item__price-row {
    margin-top: calc(22 * var(--pc-vw));
  }

  .p-feature__item__price-row__name {
    width: 9rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .p-feature__item__price-row__value {
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .p-feature__item__price-row__note {
    font-size: 1.3rem;
    line-height: 1.480769;
  }

  .p-feature__item__product {
    display: grid;
    grid-template-columns: 30rem 39rem;
    grid-template-areas: "detail image";
    column-gap: 10rem;
    align-items: center;
    width: 79rem;
    margin: 8rem auto 0;
    padding: 0;
  }

  .p-feature__item__product__image {
    grid-area: image;
    aspect-ratio: 3 / 4;
  }

  .p-feature__item__product__detail {
    grid-area: detail;
    margin-top: 0;
  }

  .p-feature__item__product__detail__text {
    font-size: 1.3rem;
    line-height: 1.923077;
  }

  .p-feature__item__product__detail__price {
    gap: 2rem;
    margin-top: 5rem;
    padding: 0;
  }

  .p-feature__buy--list {
    width: 8rem;
    height: 2.1rem;
    font-size: 1.1rem;
    line-height: 1;
  }
}

/* --------------------------------------------------------------------------
   最終CTAボタン
   -------------------------------------------------------------------------- */

.p-feature__cta {
  margin: calc(200 * var(--sp-vw)) auto calc(199 * var(--sp-vw));
}

.p-feature__cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(600 / 700 * 100%);
  margin: 0 auto;
  height: calc(150 * var(--sp-vw));
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: calc(30 * var(--sp-vw));
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-feature__cta__button:hover,
.p-feature__cta__button:focus-visible {
  background-color: #fff;
  color: #4d4d4d;
}

@media (min-width: 768px) {
  .p-feature__cta {
    margin: 20rem auto 19.5rem;
    width: 70rem;
  }

  .p-feature__cta__button {
    width: 50rem;
    height: 10rem;
    font-size: 2rem;
    line-height: 2.0125;
  }
}
