@charset "UTF-8";

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: calc(10 * (100vw / 1280));
  }
}

/* ============================================================
   LP 全体
   ============================================================ */
.p-feature {
  padding-bottom: 24rem;
  overflow-x: clip;
}

@media (max-width: 767px) {
  .p-feature {
    padding-bottom: calc(160 * (100vw / 402));
  }
}

/* ============================================================
   MV
   ============================================================ */
.p-feature__mv {
  position: relative;
  width: 100%;
}

.p-feature__mv picture {
  display: block;
  width: 100%;
}

.p-feature__mv img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .p-feature__mv img {
    height: calc(960 * (100vw / 1440));
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .p-feature__mv img {
    height: calc(536 * (100vw / 402));
    object-fit: cover;
  }
}


/* MV テキスト */
.p-feature__mv-title {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-barbour-sans), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(68 * (100vw / 1440));
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
}

.p-feature__mv-title-br,
.p-feature__lead-br-sp,
.p-feature__styling-header-br-sp {
  display: none;
}

@media (max-width: 767px) {
  .p-feature__mv-title {
    font-size: calc(44 * (100vw / 402));
    white-space: nowrap;
  }

  .p-feature__mv-title-br,
  .p-feature__lead-br-sp,
  .p-feature__styling-header-br-sp {
    display: inline;
  }
}

/* ============================================================
   フェードイン
   ============================================================ */
.js-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade.js-fade--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Lead（リード）
   ============================================================ */
.p-feature__lead {
  margin-top: 18rem;
}

.p-feature__lead-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 calc(60 * (100vw / 1440));
}

.p-feature__lead-title {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  color: #000;
  width: calc(600 * (100vw / 1440));
  flex-shrink: 0;
}

.p-feature__lead-text {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  width: 60rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .p-feature__lead {
    margin-top: calc(100 * (100vw / 402));
  }

  .p-feature__lead-inner {
    flex-direction: column;
    gap: calc(60 * (100vw / 402));
    padding: 0 calc(21 * (100vw / 402));
  }

  .p-feature__lead-title {
    font-size: calc(20 * (100vw / 402));
    line-height: calc(36 / 20);
    width: auto;
    flex-shrink: 1;
  }

  .p-feature__lead-text {
    font-size: calc(14 * (100vw / 402));
    line-height: 2;
    width: 100%;
    flex-shrink: 1;
  }
}

/* ============================================================
   商品紹介（product-intro）
   ============================================================ */
.p-feature__product-intro {
  margin-top: 24rem;
}

.p-feature__product-intro-inner {
  display: flex;
  align-items: flex-start;
}

.p-feature__product-intro-fig {
  width: calc(720 * (100vw / 1440));
  flex-shrink: 0;
  margin: 0;
}

.p-feature__product-intro-fig img {
  display: block;
  width: 100%;
  height: calc(720 * (100vw / 1440));
  object-fit: cover;
}

.p-feature__product-intro-body {
  width: 42rem;
  margin-left: auto;
  margin-right: calc(60 * (100vw / 1440));
  position: sticky;
  top: calc(var(--header-height, 0px) + 4rem);
  transition: top 0.3s ease-in-out;
}

.p-feature__product-intro-text {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  margin-top: 6.4rem;
}

@media (max-width: 767px) {
  .p-feature__product-intro {
    margin-top: calc(160 * (100vw / 402));
  }

  .p-feature__product-intro-inner {
    flex-direction: column;
  }

  .p-feature__product-intro-fig {
    width: 100%;
  }

  .p-feature__product-intro-fig img {
    height: calc(402 * (100vw / 402));
  }

  .p-feature__product-intro-body {
    position: static;
    width: calc(300 * (100vw / 402));
    padding: calc(60 * (100vw / 402)) 0 0;
    margin-left: calc(51 * (100vw / 402));
    flex: none;
  }

  .p-feature__product-intro-text {
    font-size: calc(14 * (100vw / 402));
    margin-top: calc(60 * (100vw / 402));
  }
}

/* ============================================================
   セクション見出し（共通）
   ============================================================ */
.p-feature__section-title {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 0;
  color: #000;
}

.p-feature__section-title-line {
  display: block;
  line-height: 2.5;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media (max-width: 767px) {
  .p-feature__section-title {
    font-size: calc(16 * (100vw / 402));
  }

  .p-feature__section-title-line {
    line-height: 2.5;
    text-decoration-thickness: 2px;
  }
}

/* ============================================================
   アイテムリンク（共通）
   ============================================================ */
.p-feature__item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.4rem;
  margin-top: 6rem;
}

.p-feature__item-link {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.p-feature__item-name {
  font-family: var(--font-barbour-sans), sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.p-feature__item-price-buy {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-shrink: 0;
}

.p-feature__item-price {
  font-family: var(--font-barbour-sans), sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.p-feature__item-buy {
  display: block;
  width: 7rem;
  font-family: var(--font-barbour-sans), sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  padding: 0.2rem 0 0.1rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-feature__item-buy:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .p-feature__item-links {
    gap: calc(16 * (100vw / 402));
    margin-top: calc(60 * (100vw / 402));
  }

  .p-feature__item-link {
    gap: calc(20 * (100vw / 402));
  }

  .p-feature__item-name {
    font-size: calc(14 * (100vw / 402));
  }

  .p-feature__item-price-buy {
    gap: calc(10 * (100vw / 402));
  }

  .p-feature__item-price {
    font-size: calc(14 * (100vw / 402));
  }

  .p-feature__item-buy {
    width: calc(60 * (100vw / 402));
    font-size: calc(13 * (100vw / 402));
    padding: calc(1 * (100vw / 402)) 0;
  }
}

/* ============================================================
   特徴セクション（feature）共通
   ============================================================ */
.p-feature__feature {
  margin-top: 24rem;
}

.p-feature__feature-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 calc(60 * (100vw / 1440));
  /* gap: calc(240 * (100vw / 1440)); */
}

.p-feature__feature-body {
  width: 42rem;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--header-height, 0px) + 4rem);
  transition: top 0.3s ease-in-out;
}

.p-feature__feature-imgs {
  width: calc(660 * (100vw / 1440));
  flex-shrink: 0;
}

.p-feature__feature-imgs--single {
  align-self: flex-start;
}

.p-feature__feature-fig {
  margin: 0;
}

.p-feature__feature-fig img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p-feature__feature-text {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  margin-top: 6.4rem;
}

@media (max-width: 767px) {
  .p-feature__feature {
    margin-top: calc(160 * (100vw / 402));
  }

  .p-feature__feature-inner {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .p-feature__feature-body {
    position: static;
    width: calc(300 * (100vw / 402));
    padding: calc(60 * (100vw / 402)) 0 0;
    margin-left: calc(51 * (100vw / 402));
  }

  .p-feature__feature-imgs {
    width: 100%;
    padding: 0 calc(51 * (100vw / 402));
    box-sizing: border-box;
    order: -1;
  }

  .p-feature__feature-fig img {
    width: calc(300 * (100vw / 402));
    height: calc(300 * (100vw / 402));
    aspect-ratio: auto;
  }

  .p-feature__feature-text {
    font-size: calc(14 * (100vw / 402));
    margin-top: calc(60 * (100vw / 402));
  }
}

/* ============================================================
   スタイリング提案ヘッダー
   ============================================================ */
.p-feature__styling-header {
  margin-top: 24rem;
  padding: 0 calc(60 * (100vw / 1440));
}

.p-feature__styling-header-title {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5;
  color: #000;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media (max-width: 767px) {
  .p-feature__styling-header {
    margin-top: calc(80 * (100vw / 402));
    padding: 0 calc(21 * (100vw / 402));
  }

  .p-feature__styling-header-title {
    font-size: calc(16 * (100vw / 402));
    line-height: 2.5;
    text-decoration-thickness: 2px;
  }
}

/* ============================================================
   スタイリングセクション（styling-item）
   ============================================================ */
.p-feature__styling-item {
  margin-top: 12rem;
}

.p-feature__styling-item + .p-feature__styling-item {
  margin-top: 24rem;
}

/* ---- PC: slick スライダー wrapper ---- */
.p-feature__styling-media-outer {
  overflow: hidden;
}

.p-feature__styling-pc-slider {
  display: block;
}

.p-feature__styling-slide {
  margin: 0;
}

.p-feature__styling-slide img {
  display: block;
  width: 100%;
  height: calc(900 * (100vw / 1440));
  object-fit: cover;
}

/* SP: 非表示 */
.p-feature__styling-sp-media {
  display: none;
}

/* ---- テキストエリア ---- */
.p-feature__styling-item-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: calc(60 * (100vw / 1440)) calc(60 * (100vw / 1440)) 0;
  /* gap: calc(240 * (100vw / 1440)); */
}

.p-feature__styling-item-title {
  width: calc(660 * (100vw / 1440));
  flex-shrink: 0;
  font-family: var(--font-barbour-sans), sans-serif;
  font-weight: 300;
  font-size: calc(40 * (100vw / 1440));
  line-height: 1;
  color: #000;
}

.p-feature__styling-item-right {
  width: 42rem;
  flex-shrink: 0;
}

.p-feature__styling-item-body {
  font-family: var(--font-zen-kaku-gothic-new), sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}

@media (max-width: 767px) {
  .p-feature__styling-item {
    margin-top: calc(60 * (100vw / 402));
  }

  .p-feature__styling-item + .p-feature__styling-item {
    margin-top: calc(160 * (100vw / 402));
  }

  /* SP: slick スライダー非表示 */
  .p-feature__styling-pc-slider {
    display: none;
  }

  /* SP: 1枚表示 + 縦書きタイトルオーバーレイ */
  .p-feature__styling-sp-media {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .p-feature__styling-sp-fig {
    margin: 0;
  }

  .p-feature__styling-sp-fig img {
    display: block;
    width: 100%;
    height: calc(502 * (100vw / 402));
    object-fit: cover;
  }

  .p-feature__styling-sp-label {
    display: flex;
    position: absolute;
    top: 0;
    left: calc(4 * (100vw / 402));
    width: calc(20 * (100vw / 402));
    height: 100%;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
  }

  .p-feature__styling-sp-label span {
    font-family: var(--font-barbour-sans), sans-serif;
    font-weight: 300;
    font-size: calc(20 * (100vw / 402));
    line-height: 1;
    color: #000;
    white-space: nowrap;
    transform: rotate(90deg);
    display: block;
  }

  .p-feature__styling-item-text {
    flex-direction: column;
    padding: calc(60 * (100vw / 402)) calc(51 * (100vw / 402)) 0;
    gap: 0;
  }

  .p-feature__styling-item-title {
    display: none;
  }

  .p-feature__styling-item-right {
    width: calc(300 * (100vw / 402));
  }

  .p-feature__styling-item-body {
    font-size: calc(14 * (100vw / 402));
  }
}
