@charset "UTF-8";

.featured003 .c-breadcrumb {
  display: none;
}


/* =========================================================================
 *  featured003 — 完熟はちみつ配合 クレンジングオイルジェル特集ページ
 *  モバイルファースト：SP → @media (min-width: 768px) で PC 拡張
 * ========================================================================= */

/* =========================================================================
 *  Root / Reset within the scope
 * ========================================================================= */

 .p-featured003 {
  /* Color tokens (Figma Variables) */
  --c-text: #333;            /* CLEAN BLACK */
  --c-text-sub: #686868;     /* クリーングレー */
  --c-white: #fff;           /* 白 */
  --c-gray: #bbb;            /* グレー */
  --c-line: #ddd;            /* 表用グレー */
  --c-bg-gray: #f5f5f5;      /* 背景グレー */
  --c-apibeige: #fefbf1;     /* アピベージュ */
  --c-apibrown: #b2806a;     /* apibrown */
  --c-apibrown-text: #a56b55;/* apibrown_text */
  /* 補助色 (Figma Variables 外) */
  --c-bg-gray-2: #f6f6f6;
  /* SP MV: 写真より CTA が下にはみ出す狭い画面 (390px 未満) でも境目が出ないよう、
     写真下端の地色 rgb(236,237,239) に合わせる */
  --c-bg-mv: #ececee;
  /* MV 商品写真 (mv__bottle_masked.jpg) の地色を実測した値。
     MV 写真はフェードインで表示されるため、その間 section 背景が透けて見える。
     この色を敷いて写真との境目を出さない。写真は左右で地色が異なるため 2 色持つ */
  --c-bg-mv-photo-l: #e7e7e9;  /* 写真 左端 3px の平均 rgb(231,231,233) */
  --c-bg-mv-photo-r: #ececee;  /* 写真 右端 3px の平均 rgb(236,236,238) */
  --c-bg-eco: #f1f0ee;
  --c-overlay-intro: rgba(193, 120, 17, 0.30);

  /* Typography tokens (Figma Variables, SP ベース。PC は @media で上書き)
   *   sp_h2_jp     : 18/28/0.05em
   *   sp_h3_jp     : 16/26/0
   *   sp_text      : 14/26/0
   *   sp_text_small: 13/22/0
   *   sp_title_small: 14/22/0
   *   sp_h2_en     : 20/20/0.1em (line-height 1.0)
   */
  --fs-h2: 1.8rem;
  --lh-h2: 1.555;
  --ls-h2: .05em;
  --fs-h3: 1.6rem;
  --lh-h3: 1.625;
  --fs-body: 1.4rem;
  --lh-body: 1.857;
  --fs-text-small: 1.3rem;
  --lh-text-small: 1.692;
  --fs-title-small: 1.4rem;
  --lh-title-small: 1.571;
  --fs-note: 1rem;
  --lh-note: 1.8;
  --fs-en-heading: 2rem;
  --lh-en-heading: 1;
  --ls-en-heading: .1em;
  --fs-article-title: 1.8rem;
  --lh-article-title: 1.444;
  --ls-article-title: .05em;

  /* Layout tokens */
  --gutter-sp: 2.4rem;
  --gutter-pc: 17rem;
  --content-max: 86rem;
  --container-max: 110rem;
  --section-gap-sp: 6rem;
  --section-gap-pc: 8rem;

  /* font family */
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  color: var(--c-text);
  font-weight: 400;
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;

  /* 全体ベース */
  position: relative;
}

/* PC 用 typography 上書き (Figma Variables)
 *   pc_h2_jp        : 24/38/0.05em
 *   pc_h3_jp        : 18/26/0
 *   pc_text         : 15/26/0
 *   pc_text_small   : 14/24/0
 *   pc_article_title: 18/26/0.05em
 */
@media screen and (min-width: 768px) {
  .p-featured003 {
    --fs-h2: 2.4rem;
    --lh-h2: 1.583;
    --ls-h2: .05em;
    --fs-h3: 1.8rem;
    --lh-h3: 1.444;
    --fs-body: 1.5rem;
    --lh-body: 1.733;
    --fs-text-small: 1.4rem;
    --lh-text-small: 1.714;
    --fs-note: 1.2rem;
    --lh-note: 1.66;
    --fs-en-heading: 2.4rem;
    --lh-en-heading: 1;
    --fs-article-title: 1.8rem;
    --lh-article-title: 1.444;
    --ls-article-title: .05em;
  }
}

/* -------------------------------------------------------------------------
 *  ReviCo (.p-review-revico) 除外ガード
 *  ReviCo は外部配信の HTML/CSS のため、下記「要素セレクタでの一括リセット」が
 *  当たると崩れる (img の height:auto でアバターが潰れる /
 *  button の border・background 消しで「もっと見る」「絞り込み」が不可視になる等)。
 *  そのため各リセットに `:where(:not(.p-review-revico, .p-review-revico *))` を付け、
 *  ReviCo 領域を対象外にする。
 *  `:where()` は詳細度 0 なので、featured003 内の既存上書きとの詳細度関係は不変。
 *  ※クラス指定 (.c-* / .p-featured003-*) のルールは ReviCo の要素に当たらないため対象外。
 * ------------------------------------------------------------------------- */

/* box-sizing はグローバル reset.css の `*, ::before, ::after` で既に border-box */
.p-featured003,
.p-featured003 *:where(:not(.p-review-revico, .p-review-revico *)),
.p-featured003 *:where(:not(.p-review-revico, .p-review-revico *))::before,
.p-featured003 *:where(:not(.p-review-revico, .p-review-revico *))::after {
  box-sizing: border-box;
}

.p-featured003 img:where(:not(.p-review-revico *)),
.p-featured003 picture:where(:not(.p-review-revico *)) {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-featured003 ul:where(:not(.p-review-revico *)),
.p-featured003 ol:where(:not(.p-review-revico *)) {
  list-style: none;
}

:where(.p-featured003) h1:where(:not(.p-review-revico *)),
:where(.p-featured003) h2:where(:not(.p-review-revico *)),
:where(.p-featured003) h3:where(:not(.p-review-revico *)),
:where(.p-featured003) h4:where(:not(.p-review-revico *)),
:where(.p-featured003) p:where(:not(.p-review-revico *)),
:where(.p-featured003) figure:where(:not(.p-review-revico *)),
:where(.p-featured003) ul:where(:not(.p-review-revico *)),
:where(.p-featured003) ol:where(:not(.p-review-revico *)) {
  margin: 0;
  padding: 0;
}

/* s_common.css `.s-container p` (0,1,1) に勝つため (0,1,1) で再宣言 */
.p-featured003 p:where(:not(.p-review-revico *)) {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-family: var(--font-ja);
  font-weight: var(--fw-regular);
}

.p-featured003 a:where(:not(.p-review-revico *)) {
  color: inherit;
  text-decoration: none;
}

.p-featured003 button:where(:not(.p-review-revico *)) {
  font-family: var(--font-mixed);
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* インライン英数フォント */
.p-featured003 .u-en {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

/* レスポンシブ改行 */
.p-featured003 .u-br-pc {
  display: none;
}

.p-featured003 .u-br-sp {
  display: inline;
}

@media screen and (min-width: 768px) {
  .p-featured003 .u-br-pc {
    display: inline;
  }

  .p-featured003 .u-br-sp {
    display: none;
  }
}

/* フルブリード（画面幅いっぱい）ユーティリティ */
.p-featured003 .u-fullbleed {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

/* セクション間マージン (PC 80px / SP 60px、mv→intro は除外) */
.p-featured003 > section + section {
  margin-top: var(--section-gap-sp);
}

@media screen and (min-width: 768px) {
  .p-featured003 > section + section {
    margin-top: var(--section-gap-pc);
  }
}

/* mv→intro は隙間なし */
.p-featured003-mv + .p-featured003-intro {
  margin-top: 0;
}


/* =========================================================================
 *  Common: Section title / body text
 * ========================================================================= */

.p-featured003 .c-title-section {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  font-weight: 400;
  text-align: center;
  color: var(--c-text);
}

/* PC 左寄せモディファイア (sec01, point01__diagram で使う) */
@media screen and (min-width: 768px) {
  .p-featured003 .c-title-section--left {
    text-align: left;
  }
}

.p-featured003 .c-title-section--en {
  font-family: var(--font-mixed);
  font-size: var(--fs-en-heading);
  line-height: var(--lh-en-heading);
  letter-spacing: var(--ls-en-heading);
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
  color: var(--c-text);
}

@media screen and (min-width: 768px) {
  .p-featured003 .c-title-section--en {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}

.p-featured003 .c-text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-text);
}

.p-featured003 .c-note {
  display: block;
  font-size: var(--fs-note);
  line-height: var(--lh-note);
  color: var(--c-text);
}


/* =========================================================================
 *  Common: Media 2-column (PC: 画像 + テキスト 2 カラム / SP: 縦積み)
 *  - 画像右 (デフォルト): grid-template-columns: text 49rem / image 33rem
 *  - 画像左 (--image-left): image 33rem / text 49rem
 *  - eco package (--package): image 32rem + gap 5rem
 * ========================================================================= */

@media screen and (min-width: 768px) {
  .p-featured003 .c-media-2col {
    display: grid;
    grid-template-columns: var(--col-text, 49rem) var(--col-image, 33rem);
    column-gap: var(--col-gap, 4rem);
    align-items: start;
    max-width: var(--content-max);
    margin-inline: auto;
  }

  .p-featured003 .c-media-2col--image-left {
    grid-template-columns: var(--col-image, 33rem) var(--col-text, 49rem);
  }

  .p-featured003 .c-media-2col--package {
    --col-image: 32rem;
    --col-gap: 5rem;
  }
}


/* =========================================================================
 *  Common: Image frame (border-radius + overflow:hidden + aspect-ratio)
 * ========================================================================= */

.p-featured003 .c-img-frame {
  border-radius: .4rem;
  overflow: hidden;
}

.p-featured003 .c-img-frame > img,
.p-featured003 .c-img-frame > picture > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: var(--ar, 3 / 2);
  object-fit: cover;
}

.p-featured003 .c-img-frame--3-2 { --ar: 3 / 2; }
.p-featured003 .c-img-frame--1-1 { --ar: 1 / 1; }


/* =========================================================================
 *  Common: Section divider (border-top + padding-top)
 *  使用箇所: eco / cta / faq / journal / review
 *  ※ mv→intro は隙間 0 のため対象外 (既存 L203 の例外で維持)
 * ========================================================================= */

.p-featured003 .c-section-divider {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-featured003 .c-section-divider {
    position: relative;
  }

  .p-featured003 .c-section-divider::before {
    content: "";

    position: absolute;
    top: 0;
    left: var(--gutter-sp);

    width: calc(100% - (var(--gutter-sp) * 2));
    height: 1px;
    background: var(--c-line);
  }

}

@media screen and (min-width: 768px) {
  .p-featured003 .c-section-divider {
    border-top: 1px solid var(--c-line);
    padding-top: 8rem;
  }
}


/* =========================================================================
 *  Common: Button
 * ========================================================================= */

.p-featured003 .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 34.2rem;
  height: 5rem;
  margin: 0 auto;
  border: 1px solid var(--c-text);
  border-radius: .4rem;
  font-size: var(--fs-body);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .3s ease;
}

.p-featured003 .c-btn:hover {
  opacity: .7;
}

.p-featured003 .c-btn--fill {
  background: var(--c-text);
  color: var(--c-white);
}

.p-featured003 .c-btn--outline {
  background: var(--c-white);
  color: var(--c-text);
}

.p-featured003 .c-btn--small {
  max-width: 23rem;
  height: 4.6rem;
  font-size: 1.5rem;
}


/* =========================================================================
 *  Section: MV
 * ========================================================================= */

.p-featured003-mv {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--c-bg-mv);
  position: relative;
  overflow: hidden;
}

/* -----------------------------------------------------------------------
 *  Feature MV Animation (汎用 / 移植想定)
 *  ホスト要素に .js-featureMvAnimation を付与し、
 *  画像 -> .js-featureMvAnimation__image
 *  テキスト -> .js-featureMvAnimation__text
 *  を子要素に持たせる。 Intersect で .is-active が付くと
 *  画像 (ズームアウト + フェード) とテキスト (フェード) が同時に表示される。
 *  動き・タイミングは featured001 (完熟生せっけん) の MV に合わせている。
 *
 *  transform / opacity は wrapper ではなく中の img に掛ける。
 *  wrapper (.p-featured003-mv__visual) は PC で写真を絶対配置する枠を兼ねるため、
 *  ここを scale するとレイアウトの基準ごと拡大されてしまう。
 * ----------------------------------------------------------------------- */
.js-featureMvAnimation__text {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-featureMvAnimation__image img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(.215, .61, .355, 1), opacity 1.2s;
  transition-delay: 0.1s;
}

.js-featureMvAnimation.is-active .js-featureMvAnimation__text {
  opacity: 1;
}

/* !important は featured001 の MV 実装を踏襲 */
.js-featureMvAnimation.is-active .js-featureMvAnimation__image img {
  transform: scale(1) !important;
  opacity: 1;
}

/* 動きを減らす設定では初期状態から表示 (opacity / transform を img 側で解除) */
@media (prefers-reduced-motion: reduce) {
  .js-featureMvAnimation__text,
  .js-featureMvAnimation__image img {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.p-featured003-mv__inner {
  position: relative;
  max-width: var(--content-max);
  margin-inline: auto;
}

/* SP: 商品写真 (390x600) を親 (= viewport 全幅) いっぱいに表示。
   写真は画面幅に比例して伸縮するため、__inner に固定高 (60rem) を持たせて
   CTA を絶対配置 / bottom 揃えにすると、390px より広い画面で商品が
   CTA テキストへ被る。CTA は写真の直後に通常フローで積む (下記 __cta 参照)。 */
.p-featured003-mv__visual {
  width: 100%;
  aspect-ratio: 390 / 600;
  overflow: hidden;
}

/* <picture> も `.p-featured003 picture { height: auto }` の対象なので高さを継承させる */
.p-featured003-mv__visual > picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* `.p-featured003 img { height: auto }` (0,1,1) に勝つため二重指定 (0,2,0) */
.p-featured003-mv__bottle.p-featured003-mv__bottle {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

/* SP: 商品名 + 価格 + CTA を画像直下に静的配置 */
.p-featured003-mv__cta {
  position: relative;
  z-index: 2;
  padding: 0 var(--gutter-sp) 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  /* 写真は「商品 + 影」が画像高さの 70% で終わり、下 30% は地色のみ。
     その余白へ CTA を重ねる (Figma 390px 時: 写真 600px / テキスト開始 420px)。
     ネガティブマージンの % は親 (__inner = 画面幅) 基準なので、
     写真高さ (画面幅 × 600/390) の 30% = 画面幅 × 46.15% となり、
     どの画面幅でも商品とテキストの位置関係が保たれる。 */
  .p-featured003-mv__cta {
    margin-top: -46.15%;
  }
}

/* 商品名 (SP): 2行構造 (.p-featured003 p に勝つため class 二重指定) */
.p-featured003-mv__cta-name.p-featured003-mv__cta-name {
  font-size: var(--fs-h3);
  line-height: 1.375;
  color: var(--c-text);
  margin-bottom: 1.2rem;
}

.p-featured003-mv__cta-name-sub {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.833;
}

.p-featured003-mv__cta-price.p-featured003-mv__cta-price {
  font-family: var(--font-ja);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--c-text-sub);
  margin-bottom: 1.4rem;
}

.p-featured003-mv__cta-price-num {
  font-family: inherit;
  font-size: 1.2rem;
  color: var(--c-text-sub);
  margin-right: .2em;
}

/* SP CTA ボタン */
.p-featured003-mv__cta .c-btn {
  max-width: none;
  width: 100%;
  height: 5rem;
  font-size: var(--fs-body);
  line-height: var(--lh-title-small);
}

/* PC 限定の左コピーエリア（SP は非表示） */
.p-featured003-mv__copy-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  /* PC: section フルブリード + 中央 860px コンテナ + 写真を背景に絶対配置。
     写真 (2400x900) を featured001 (完熟生せっけん) の MV と同じく
     ビューポート幅いっぱいに等倍縮小させるため、section を写真と同じ
     アスペクト比にして高さを画面幅から決める (旧: height 45rem 固定) */
  .p-featured003-mv {
    display: block;
    position: relative;
    aspect-ratio: 2400 / 900;
    height: auto;

    /* 写真がフェードインし終わるまで見える地色。
       写真は左右で地色が違うため、左右端それぞれの色を敷いて境目を出さない */
    background: linear-gradient(
      to right,
      var(--c-bg-mv-photo-l) 0,
      var(--c-bg-mv-photo-l) calc(50% - 60rem),
      var(--c-bg-mv-photo-r) calc(50% + 60rem),
      var(--c-bg-mv-photo-r) 100%
    );
  }

  /* __inner の max-width:860px を絶対配置の基準にしないため static に戻す
     (これがないと __visual の inset:0 が 860px 幅に閉じ込められる) */
  .p-featured003-mv__inner {
    display: block;
    position: static;
    height: 100%;
  }

  /* PC: 商品写真 (2400x900) を背景レイヤーとして絶対配置。
     幅の上限は設けず section 全面に敷き、ビューポート幅に対して等倍縮小させる
     (section と同じアスペクト比なので object-fit: cover でも切れない)。
     ※テキストは HTML 側で写真の上に重ねる (Figma 13182:18207 と同構造) */
  .p-featured003-mv__visual {
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    margin-inline: auto;

    aspect-ratio: initial;
  }

  /* `.p-featured003 img { height: auto }` (0,1,1) に勝つため二重指定 (0,2,0) */
  .p-featured003-mv__bottle.p-featured003-mv__bottle {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  .p-featured003-mv__copy-pc {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* __inner が static + 幅制約を失うため、860px 中央寄せをここで担保 */
    max-width: var(--content-max);
    margin-inline: auto;

    height: 100%;
    background: transparent;
  }

  .p-featured003-mv__copy-pc h1 {
    font-family: var(--font-mixed);
    font-size: 2.6rem;
    line-height: 1.538;
    letter-spacing: .03em;
    font-weight: 400;
    color: var(--c-text);
    margin-bottom: 1.8rem;
    white-space: nowrap;
  }

  .p-featured003-mv__copy-pc p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    color: var(--c-text);
  }

  .p-featured003-mv__cta {
    display: none;
  }
}


/* =========================================================================
 *  Section: intro
 * ========================================================================= */

 .p-featured003-intro {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.p-featured003-intro__hero {
  position: relative;
}

.p-featured003-intro__hero::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("../img/intro__bg_masked_sp.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.p-featured003-intro__hero::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: var(--c-overlay-intro);
  opacity: .4;
  z-index: 1;
}

.p-featured003-intro__hero-inner {
  position: relative;
  z-index: 2;
  padding: 10rem var(--gutter-sp);
  /* color: var(--c-white); */
  text-align: center;
}

/* heading: SPのみ表示 (色とマージンのみ個別) */
.p-featured003 .p-featured003-intro__heading {
  /* color: var(--c-white); */
  margin: 0 calc(var(--gutter-sp) * -1) 4rem;
}

.p-featured003-intro__movie {
  width: 100%;
  margin: 0 auto 4rem;
  aspect-ratio: 342 / 228;
  overflow: hidden;
  border-radius: .2rem;
  background: rgba(255, 255, 255, .12);
}

.p-featured003-intro__movie img,
.p-featured003-intro__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 動画の周囲に薄い黒線が見える問題への対策。
 * macOS の Chrome/Safari は動画を GPU の独立レイヤーで合成するため、
 * 祖先の overflow:hidden + border-radius でクリップすると
 * 境界のピクセルが半透明になり、背後が透けて黒い縁として見える。
 * (WebKit Bug 68196 / Chromium VideoNG)
 * 親でクリップせず、角丸を video 自身に持たせて境界の不一致をなくす。 */
.p-featured003-intro__movie {
  isolation: isolate;
  overflow: visible;
  background: transparent;
}

.p-featured003-intro__movie video {
  border-radius: .2rem;
  clip-path: inset(0 round .2rem);
  background-color: transparent;
}

.p-featured003-video__overlay {
  z-index: 1;
}

/* -------------------------------------------------------------------------
 *  inline video (自動再生・ループ・マウスオンで再生/一時停止アイコン表示)
 *  GIF の代替として mp4 を埋め込むパーツ。
 *  幅・アスペクト比は配置先のクラス側で指定する。
 * ------------------------------------------------------------------------- */
.p-featured003-video {
  position: relative;
  cursor: pointer;
}

/* 再生/一時停止アイコンのオーバーレイ */
.p-featured003-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

/* マウスオン / キーボードフォーカス時に表示 */
.p-featured003-video:hover .p-featured003-video__overlay,
.p-featured003-video:focus-visible .p-featured003-video__overlay {
  opacity: 1;
}

/* 一時停止中は常時表示 (再生を促す) */
.p-featured003-video.is-paused .p-featured003-video__overlay {
  opacity: 1;
}

.p-featured003-video__icon {
  width: 6.4rem;
  height: 6.4rem;
}

/* 再生中は「一時停止」、一時停止中は「再生」アイコンを出す */
.p-featured003-video__icon--play {
  display: none;
}

.p-featured003-video.is-paused .p-featured003-video__icon--pause {
  display: none;
}

.p-featured003-video.is-paused .p-featured003-video__icon--play {
  display: block;
}

/* 動きを減らす設定の場合はアイコンを常時表示 */
@media (prefers-reduced-motion: reduce) {
  .p-featured003-video__overlay {
    opacity: 1;
  }
}

/* lead 3段落 (改行は .--pc / .--sp で切替) */
.p-featured003-intro__lead {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  /* color: var(--c-white); */
  letter-spacing: 0;
  text-align: left;
}

/* lead PC/SP 切り替え */
.p-featured003-intro__lead--pc {
  display: none;
}

.p-featured003-intro__lead--sp {
  display: block;
}

.p-featured003-intro__lead--sp + .p-featured003-intro__lead--sp {
  margin-top: 2.6rem;
}

.p-featured003-intro__lead--last {
  text-shadow: 0 0 1rem rgba(0, 0, 0, .25);
}

/* 帯 (apibrown) */
.p-featured003-intro__band {
  background: var(--c-apibrown);
  color: var(--c-white);
  padding: 6rem var(--gutter-sp) 5rem;
  text-align: left;
}

.p-featured003-intro__band-inner {
  width: 100%;
  margin: 0 auto;
}

.p-featured003-intro__band p {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-white);
}

.p-featured003-intro__band-note {
  display: block;
  margin-top: 1rem;
  font-size: var(--fs-note);
  line-height: 1.5;
  color: var(--c-white);
}

@media screen and (min-width: 768px) {
  .p-featured003-intro__hero {
    min-height: 74.1rem;
  }

  .p-featured003-intro__hero::before {
    background-image: url("../img/intro__bg_masked.jpg");
  }

  .p-featured003-intro__hero-inner {
    padding: 8rem 0 8rem;
    max-width: none;
    margin: 0 auto;
  }

  .p-featured003-intro__heading {
    display: none;
  }

  .p-featured003-intro__movie {
    max-width: 48rem;
    aspect-ratio: 480 / 320;
    margin: 0 auto 4rem;
  }

  .p-featured003-intro__lead {
    max-width: var(--content-max);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: none;
  }

  .p-featured003-intro__lead--pc {
    display: block;
  }

  .p-featured003-intro__lead--pc + .p-featured003-intro__lead--pc {
    margin-top: 2.6rem;
  }

  .p-featured003-intro__lead--sp {
    display: none;
  }

  .p-featured003-intro__band {
    padding: 4rem 0;
  }

  .p-featured003-intro__band-inner {
    max-width: var(--content-max);
    padding: 0;
    margin: 0 auto;
  }

  .p-featured003-intro__band p {
    text-align: left;
  }
}


/* =========================================================================
 *  Section: sec_01 — みずみずしい透明感
 * ========================================================================= */

 .p-featured003-sec01 {
  padding-inline: var(--gutter-sp);
}

.p-featured003-sec01__title {
  margin-bottom: 2.5rem;
}

.p-featured003-sec01__lead {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.p-featured003-sec01__lead--pc {
  display: none;
}

.p-featured003-sec01__lead--sp {
  display: block;
  margin-bottom: 2.4rem;
}

.p-featured003-sec01__media {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  border-radius: .2rem;
  overflow: hidden;
  /* 黒線対策: 親でクリップせず角丸は video 自身に持たせる (intro / point02 と同様) */
  isolation: isolate;
  overflow: visible;
  aspect-ratio: 3 / 2;
}

.p-featured003-sec01__media img {
  width: 100%;
  height: auto;
  display: block;
}

.p-featured003-sec01__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: .4rem;
  clip-path: inset(0 round .4rem);
  background-color: transparent;
}

.p-featured003-sec01__caption {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
  /* PC: テキスト490 + 画像330 の grid (左に h2/本文、右に画像)
     ※ grid 基本は .c-media-2col、ここでは grid-template-rows と padding-inline のみ個別 */
  .p-featured003-sec01 {
    grid-template-rows: auto auto;
    padding-inline: 0;
  }

  .p-featured003-sec01__title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 3rem;
  }

  .p-featured003-sec01__media {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    width: 33rem;
    margin: 0;
  }

  .p-featured003-sec01__lead--pc {
    display: block;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .p-featured003-sec01__lead--sp,
  .p-featured003-sec01__caption {
    display: none;
  }
}


/* =========================================================================
 *  Section: point (Point01 / 02 / 03 共通)
 *  PC: アコーディオン挙動なし (常時opened, 装飾線 + 中央ラベル)
 *  SP: アコーディオン挙動あり (Point01=opened初期, Point02/03=closed初期)
 * ========================================================================= */

 .p-featured003-point {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .p-featured003 .p-featured003-point {
    --accordion-contents-gutter-sp: 5rem;
  }

  .p-featured003 .p-featured003-point:not(.p-featured003-point01) {
    margin-top: 0;
  }
}

/* border-top をコンテンツ幅に制限するため擬似要素で実装 */
.p-featured003-point::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--gutter-sp) * 2);
  max-width: var(--content-max);
  height: 1px;
  background: var(--c-line);
}

@media (max-width: 767px) {
  .p-featured003-point::before {
    left: 0;
    transform: initial;
    width: 100%;
  }
}

.p-featured003-point__head {
  display: grid;
  grid-template-columns: 9rem 1fr 1.5rem;
  column-gap: 1.6rem;
  align-items: center;
  width: 100%;
  max-width: calc(var(--content-max) + var(--gutter-sp) * 2);
  margin: 0 auto;
  padding: 3rem var(--gutter-sp);
  background: transparent;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.p-featured003-point__icon {
  width: 9rem;
  height: 9rem;
  overflow: hidden;
  border-radius: .4rem;
}

.p-featured003-point__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-featured003-point__head-text {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 1.6rem;
}

.p-featured003-point__no {
  display: block;
  font-family: var(--font-mixed);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--c-text-sub);
  letter-spacing: 0;
}

.p-featured003-point__label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: .03em;
  color: var(--c-text);
}

/* +/- アイコン (SP用) */
.p-featured003-point__toggle {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.p-featured003-point__toggle::before,
.p-featured003-point__toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--c-text);
  transition: transform .3s ease;
}

.p-featured003-point__toggle::before {
  width: 1.5rem;
  height: .1rem;
  transform: translate(-50%, -50%);
}

.p-featured003-point__toggle::after {
  width: .1rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
}

.p-featured003-point[data-state-accordion="opened"] .p-featured003-point__toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

/* アコーディオン body の表示制御 */
.p-featured003-point[data-state-accordion="closed"] .p-featured003-point__body {
  display: none;
}

.p-featured003-point[data-state-accordion="opened"] .p-featured003-point__body {
  display: block;
}

@media (max-width: 767px) {
  .p-featured003-point .p-featured003-point__body {
    padding-bottom: var(--accordion-contents-gutter-sp);
  }
}

@media screen and (min-width: 768px) {
  /* PC タイトル: 装飾線 + 中央ラベル
   * `.p-featured003 button { border-style: none }` に勝つため class 二重指定 */
  .p-featured003 .p-featured003-point__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: var(--content-max);
    margin: 0 auto 6rem;
    padding: 3rem 0;
    cursor: default;
    pointer-events: none;
    position: relative;
    border-bottom: 1px solid var(--c-line);
  }

  .p-featured003-point__icon,
  .p-featured003-point__toggle {
    display: none;
  }

  .p-featured003-point__head-text {
    flex-direction: row;
    align-items: center;
    align-self: initial;
    gap: 2rem;
    position: relative;
  }

  .p-featured003-point__no {
    font-size: var(--fs-body);
    line-height: 1.866;
    color: var(--c-text-sub);
  }

  .p-featured003-point__label {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    letter-spacing: 0;
    font-weight: 500;
    color: var(--c-text);
  }

  /* PC: アコーディオン body は常に展開 */
  .p-featured003-point[data-state-accordion="closed"] .p-featured003-point__body,
  .p-featured003-point[data-state-accordion="opened"] .p-featured003-point__body {
    display: block;
  }
}


/* =========================================================================
 *  Section: Point01 — 肌と自然にやさしい「すこやかクリア設計」
 * ========================================================================= */

@media (max-width: 767px) {
  .p-featured003-point01 {
    margin-top: 5rem;
  }
}

.p-featured003-point01__diagram {
  padding: 3rem var(--gutter-sp) 0;
  margin-bottom: 2rem;
  text-align: center;
}

.p-featured003-point01__diagram-heading {
  margin-bottom: 3.5rem;
}

.p-featured003-point01__diagram-img {
  width: 29.6rem;
  margin: 0 auto 5rem;
}

.p-featured003-point01__diagram-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-featured003-point01__diagram-text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  text-align: left;
}

.p-featured003-point01__diagram-note {
  display: block;
  margin-top: 1.2rem;
  font-size: var(--fs-note);
  line-height: var(--lh-note);
  text-align: left;
}

/* sec_02 / sec_03 画像 + テキスト (SP は flex order で並び替え) */
.p-featured003-point01__media {
  display: flex;
  flex-direction: column;
  padding: 3rem var(--gutter-sp) 0;
}

.p-featured003-point01__media-text-wrap {
  display: contents;
}

.p-featured003-point01__media-title {
  order: 1;
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: var(--lh-h3);
  color: var(--c-text);
  margin-bottom: 1.6rem;
}

.p-featured003-point01__media-image {
  order: 2;
  width: calc(100% - 3.2rem);
  margin: 0 auto 3rem;
}

.p-featured003-point01__media-text {
  order: 3;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

/* sec_04 フリー処方 */
.p-featured003-point01__free {
  padding: 0 var(--gutter-sp);
  border-top: 1px solid var(--c-line);
  margin-top: 6rem;
  padding-top: 5rem;
}

.p-featured003-point01__free-heading {
  margin-bottom: 2rem;
}

.p-featured003-point01__free-lead {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  text-align: left;
  margin-bottom: 3rem;
}

.p-featured003-point01__free-box {
  background: var(--c-bg-gray);
  border-radius: .4rem;
  padding: 3rem 1.5rem 2rem;
  text-align: center;
}

.p-featured003-point01__free-list {
  width: 100%;
  margin: 0 auto 2rem;
}

.p-featured003-point01__free-list img {
  width: 100%;
  height: auto;
  display: block;
}

.p-featured003-point01__free-box .p-featured003-point01__free-text {
  padding-inline: .5rem;
  font-size: var(--fs-text-small);
  line-height: var(--lh-text-small);
  text-align: left;
}

@media screen and (min-width: 768px) {
  /* sec_01 ベン図 + 大見出し+本文+注 (横並び) ※diagram は c-media-2col 不適用 (画像 29.6rem のため独自 grid) */
  .p-featured003-point01__diagram {
    display: grid;
    grid-template-columns: 33rem 1fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 4rem;
    align-items: start;
    max-width: var(--content-max);
    padding: 0;
    margin: 0 auto 5rem;
    text-align: left;
  }

  .p-featured003-point01__diagram-img {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    width: 29.6rem;
    margin: 0;
    margin-left: 1.7rem;
    align-self: start;
  }

  .p-featured003-point01__diagram-heading {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 2.6rem;
  }

  .p-featured003-point01__diagram-text {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: var(--fs-body);
    line-height: var(--lh-body);
  }

  .p-featured003-point01__diagram-note {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    margin-top: 1.6rem;
    font-size: var(--fs-note);
    line-height: var(--lh-note);
  }

  /* sec_02 / sec_03 画像左 + 右テキスト ※grid 基本は .c-media-2col --image-left */
  .p-featured003-point01__media {
    padding: 0;
    margin: 0 auto 5rem;
  }

  .p-featured003-point01__media-image {
    grid-column: 1 / 2;
    width: 33rem;
    margin: 0;
  }

  .p-featured003-point01__media-text-wrap {
    display: block;
    grid-column: 2 / 3;
  }

  .p-featured003-point01__media-title,
  .p-featured003-point01__media-image,
  .p-featured003-point01__media-text {
    order: 0;
  }

  .p-featured003-point01__media-title {
    margin-bottom: 2.2rem;
  }

  /* sec_04 フリー処方 */
  .p-featured003-point01__free {
    max-width: var(--content-max);
    margin: 8rem auto 0;
    padding: 8rem 0 0;
    border-top: 1px solid var(--c-line);
  }

  .p-featured003-point01__free-heading {
    margin-bottom: 5rem;
  }

  .p-featured003-point01__free-lead {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    text-align: center;
    margin-bottom: 4rem;
  }

  .p-featured003-point01__free-box {
    padding: 4rem 9rem 3rem;
    background: var(--c-bg-gray);
    border-radius: .4rem;
  }

  .p-featured003-point01__free-list {
    max-width: 67.9rem;
    margin: 0 auto 3rem;
  }

  .p-featured003-point01__free-box .p-featured003-point01__free-text {
    font-size: var(--fs-text-small);
    line-height: var(--lh-text-small);
    text-align: center;
  }
}


/* =========================================================================
 *  Section: Point02 — 厚膜ジェル + スライダー
 * ========================================================================= */
/* SP: title→本文→image→tags→注 の順に flex order で並び替え
 * PC: 画像左 + 右 (title→本文→tags→注) の grid */

.p-featured003-point02 .p-featured003-point__body {
  padding-bottom: 0;
}

.p-featured003-point02__sec {
  display: flex;
  flex-direction: column;
  padding: 3rem var(--gutter-sp) 0;
  margin-bottom: 6rem;
}

.p-featured003-point02__sec-image {
  order: 3;
  width: 100%;
  margin: 0 0 1.6rem;
}

/* sec-image に動画を内包する場合の枠 */
.p-featured003-point02__movie {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
  /* 黒線対策: 親でクリップせず角丸は video 自身に持たせる (intro と同様) */
  isolation: isolate;
  overflow: visible;
}

.p-featured003-point02__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: .4rem;
  clip-path: inset(0 round .4rem);
  background-color: transparent;
}

.p-featured003-point02__sec-body {
  display: contents;
}

.p-featured003-point02__sec-title {
  order: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.857;
  color: var(--c-text);
  margin-bottom: 1.2rem;
}

.p-featured003-point02__sec-text {
  order: 2;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  margin-bottom: 2rem;
}

.p-featured003-point02__tag-list {
  order: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 1.6rem 0 2rem;
}

.p-featured003-point02__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.8rem;
  height: 3.6rem;
  border: 1px solid var(--c-text);
  background: var(--c-white);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--c-text);
}

.p-featured003-point02__note {
  order: 5;
  display: block;
  font-size: var(--fs-note);
  line-height: var(--lh-note);
  color: var(--c-text);
}

/* Point02 swiper (Swiper公式構成) */

/* 背景帯 (viewport全幅フルブリード) */
.p-featured003-point02__slide-wrap {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--c-apibeige);
  padding: 6rem 0 4rem;
  overflow-x: hidden;
}

.p-featured003-point02__slide-title {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  text-align: center;
  margin: 0 var(--gutter-sp) 3rem;
  color: var(--c-text);
}

/* swiper本体 */
.p-featured003-point02__swiper {
  position: relative;
  margin: 0 var(--gutter-sp);
}

/* slide (card) */
.p-featured003-point02__card {
  display: flex;
  flex-direction: column;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: .4rem;
  padding: 3rem 2rem;
  box-sizing: border-box;
  height: auto;
}

.p-featured003-point02__card-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--c-text);
  width: fit-content;
  margin: 0 auto 3rem;
  padding-bottom: .4rem;;
  border-bottom: solid 1px var(--c-text);
}

.p-featured003-point02__card-fig {
  margin: 0 0 1.6rem;
}

.p-featured003-point02__card-fig img {
  width: 100%;
  height: auto;
  display: block;
}

.p-featured003-point02__card-text {
  font-size: 1.4rem;
  line-height: 1.571;
  color: var(--c-text);
  margin: 0;
}

.p-featured003-point02__card-note {
  display: block;
  margin-top: .4rem;
  font-size: .8rem;
  line-height: 1.25;
  text-align: right;
  color: var(--c-text);
}

/* Swiper Pagination */
.p-featured003-point02__pagination {
  position: static;
  margin-top: 2rem;
  text-align: center;
  line-height: 1;
  /* Swiper 既定の bullet 間 gap(4px) を上書きし Figma の 16px (両側8px) に揃える */
  --swiper-pagination-bullet-horizontal-gap: 8px;
}
.p-featured003-point02__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--c-gray);
  opacity: 1;
  margin: 0 8px;
  vertical-align: middle;
}
.p-featured003-point02__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--c-text);
}

/* Navigation buttons (BEM 二重指定で button reset を上書き)
 * 円 + 矢印を Figma 書き出しの SVG (data URI) で background 表示。
 *   円 : r=20 / fill #222 / opacity .8  (Figma node 11917:25744)
 *   矢印: stroke #fff / prev は左向き(<)、next は左右反転(>) */
.p-featured003-point02__nav.p-featured003-point02__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity .3s ease;
}

.p-featured003-point02__nav.p-featured003-point02__nav--prev {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%20fill='none'%3E%3Ccircle%20cx='20'%20cy='20'%20r='20'%20fill='%23222222'%20opacity='0.8'/%3E%3Cpath%20d='M22%2014L16%2019.5L22%2025'%20stroke='%23ffffff'/%3E%3C/svg%3E");
}
.p-featured003-point02__nav.p-featured003-point02__nav--next {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%20fill='none'%3E%3Ccircle%20cx='20'%20cy='20'%20r='20'%20fill='%23222222'%20opacity='0.8'/%3E%3Cpath%20d='M18%2014L24%2019.5L18%2025'%20stroke='%23ffffff'/%3E%3C/svg%3E");
}
.p-featured003-point02__nav:hover { opacity: .7; }
.p-featured003-point02__nav.swiper-button-lock { display: none; }

.p-featured003-point02__nav--prev { left: .5rem; }
.p-featured003-point02__nav--next { right: .5rem; }

@media screen and (min-width: 768px) {
  /* PC: 画像左330 + テキスト右490 の grid ※grid 基本は .c-media-2col --image-left */
  .p-featured003-point02__sec {
    padding: 0;
    margin: 0 auto 6rem;
  }

  .p-featured003-point02__sec-image {
    grid-column: 1 / 2;
    width: 33rem;
    margin: 0;
  }

  .p-featured003-point02__sec-body {
    display: block;
    grid-column: 2 / 3;
  }

  .p-featured003-point02__sec-image,
  .p-featured003-point02__sec-title,
  .p-featured003-point02__sec-text,
  .p-featured003-point02__tag-list,
  .p-featured003-point02__note {
    order: 0;
  }

  .p-featured003-point02__sec-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.733;
    margin-bottom: 2rem;
  }

  .p-featured003-point02__sec-text {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    margin-bottom: 3rem;
  }

  .p-featured003-point02__tag-list {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    margin: 0 0 2rem;
  }

  /* PC: スライダー帯 */
  .p-featured003-point02__slide-wrap {
    padding: 8rem var(--gutter-sp) 9rem;
  }

  .p-featured003-point02__slide-title {
    font-size: 1.8rem;
    line-height: 1.444;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 auto 4rem;
    max-width: 120rem;
  }

  /* PC swiper: 860px container, overflow:visible で3枚目を右にはみ出させる */
  .p-featured003-point02__swiper {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }
  .p-featured003-point02__swiper .swiper-wrapper {
    overflow: visible;
  }

  .p-featured003-point02__card {
    padding: 4rem 2.5rem 3rem;
    border-radius: .4rem;
    align-items: stretch;
  }

  .p-featured003-point02__card-title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-bottom: .8rem;
  }
  .p-featured003-point02__card-fig {
    width: 100%;
    margin: 0 0 1.6rem;
  }
  .p-featured003-point02__card-fig img {
    width: 100%;
    height: auto;
  }
  .p-featured003-point02__card-text {
    font-size: 1.4rem;
    line-height: 1.571;
    width: 100%;
  }
  .p-featured003-point02__card-note {
    margin-top: .6rem;
    text-align: right;
  }

  .p-featured003-point02__pagination {
    position: static;
    margin-top: 3rem;
    text-align: center;
  }

  /* PC nav: swiper の左右外側に絶対配置 */
  .p-featured003-point02__swiper {
    position: static;
  }
  .p-featured003-point02__nav.p-featured003-point02__nav {
    position: absolute;
    top: auto;
    transform: none;
    top: 40rem;
    z-index: 10;
  }
  .p-featured003-point02__nav--prev {
    left: calc(50% - 43rem - 2rem);
    right: auto;
  }
  .p-featured003-point02__nav--next {
    left: calc(50% + 43rem - 2rem);
    right: auto;
  }
}


/* =========================================================================
 *  Section: Point03 — 天然の角質ピーリングで毛穴もごわつきもクリア
 * ========================================================================= */

 .p-featured003-point03__body-inner {
  padding: 0 var(--gutter-sp);
}

.p-featured003-point03__lead {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  margin-bottom: 3rem;
}

.p-featured003-point03__ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.6rem;
}

.p-featured003-point03__ba figure {
  margin: 0;
}

.p-featured003-point03__ba img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: .2rem;
  display: block;
}

.p-featured003-point03__ba figcaption {
  font-family: var(--font-mixed);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.333;
  letter-spacing: var(--ls-h2);
  color: var(--c-text-sub);
  text-align: center;
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  /* PC: 左本文490 + 右 Before/After 330 ※grid 基本は .c-media-2col */
  .p-featured003-point03__body-inner {
    padding: 0;
  }

  .p-featured003-point03__lead {
    margin-bottom: 0;
  }

  .p-featured003-point03__ba {
    column-gap: 1.6rem;
  }

  .p-featured003-point03__ba img {
    width: 15.7rem;
    height: 15.7rem;
  }

  .p-featured003-point03__ba figcaption {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 1.5rem;
  }
}


/* =========================================================================
 *  Section: eco — 環境配慮仕様
 * ========================================================================= */

 .p-featured003-eco {
  padding: 0 var(--gutter-sp);
}

@media (max-width: 767px) {
  .p-featured003 .p-featured003-eco {
    border-top: solid 1px var(--c-line);

    margin-top: 0;
  }

  .p-featured003 .p-featured003-eco::before {
    content: none;
  }
}

.p-featured003-eco__hero {
  width: 100%;
  margin: 0 0 4rem;
  --ar: 342 / 226;
}

.p-featured003-eco__heading {
  margin-bottom: 4rem;
}

.p-featured003-eco__lead {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  text-align: left;
  margin-bottom: 0;
}

.p-featured003-eco__detail {
  margin-top: 6rem;
}

/* package 章: SP は title→image→text の Figma 順に flex order で並べ替え */
.p-featured003-eco__detail--package {
  display: flex;
  flex-direction: column;
}
.p-featured003-eco__detail--package .p-featured003-eco__detail-title { order: 1; }
.p-featured003-eco__detail--package .p-featured003-eco__detail-image { order: 2; }
.p-featured003-eco__detail--package .p-featured003-eco__detail-text  { order: 3; }

.p-featured003-eco__detail-title {
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: var(--lh-h3);
  color: var(--c-text);
  margin-bottom: 2rem;
}

.p-featured003-eco__detail-text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  margin-bottom: 2rem;
}

.p-featured003-eco__detail-note {
  display: block;
  font-size: var(--fs-note);
  line-height: var(--lh-note);
  margin-bottom: 0;
}

.p-featured003-eco__detail-image {
  width: calc(100% - 3.2rem);
  margin: 0 auto 3rem;
  --ar: 310 / 206;
}

@media screen and (min-width: 768px) {
  .p-featured003-eco {
    max-width: var(--content-max);
    padding: 8rem 0 0;
    margin: 0 auto;
  }

  .p-featured003-eco__hero {
    margin-bottom: 5rem;
    --ar: 860 / 300;
  }

  .p-featured003-eco__heading br {
    display: none;
  }

  .p-featured003-eco__lead {
    text-align: center;
    max-width: var(--content-max);
    margin: 0 auto 8rem;
  }

  .p-featured003-eco__detail {
    margin: 0;
  }
  .p-featured003-eco__detail + .p-featured003-eco__detail {
    margin-top: 5rem;
  }

  /* パッケージ章: 画像320 + テキスト490 ※grid 基本は .c-media-2col --image-left --package */
  .p-featured003-eco__detail--package .p-featured003-eco__detail-image {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    width: 32rem;
    margin: 0;
    --ar: 320 / 220;
  }

  .p-featured003-eco__detail--package .p-featured003-eco__detail-title,
  .p-featured003-eco__detail--package .p-featured003-eco__detail-text {
    grid-column: 2 / 3;
  }
}


/* =========================================================================
 *  Section: CTA — 商品訴求
 * ========================================================================= */

.p-featured003-cta {
  padding-inline: var(--gutter-sp);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-featured003-cta__copy { order: 1; }
.p-featured003-cta__image { order: 2; }
.p-featured003-cta__product { order: 3; }
.p-featured003-cta__price { order: 4; }
.p-featured003-cta .c-btn { order: 5; }

.p-featured003-cta__image {
  width: 28rem;
  margin: 0 auto 3rem;
}

.p-featured003-cta__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-featured003-cta__copy {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  color: var(--c-text);
  text-align: center;
  margin-bottom: 3rem;
}

.p-featured003-cta__copy br:nth-of-type(1),
.p-featured003-cta__copy br:nth-of-type(3) {
  display: none;
}

.p-featured003-cta__product {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-text);
  text-align: center;
  margin: 0 0 .4rem;
}

.p-featured003-cta__price {
  font-size: 1.2rem;
  color: var(--c-text-sub);
  text-align: center;
  margin: 0 0 2.4rem;
}

.p-featured003-cta__price-num {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-right: .2em;
}

@media screen and (min-width: 768px) {
  .p-featured003-cta {
    display: grid;
    grid-template-columns: 42rem 1fr 42rem;
    grid-template-rows: auto auto auto auto 1fr;
    padding-inline: 12rem;
    max-width: var(--container-max);
    margin: 0 auto;
    text-align: center;
  }

  .p-featured003-cta__image {
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100%;
    margin: 0;
    align-self: start;
  }
  .p-featured003-cta__image img {
    width: 100%;
    height: auto;
  }

  .p-featured003-cta__copy { grid-column: 3; grid-row: 1; order: 0; }
  .p-featured003-cta__product { grid-column: 3; grid-row: 2; order: 0; }
  .p-featured003-cta__price { grid-column: 3; grid-row: 3; order: 0; }
  .p-featured003-cta .c-btn { grid-column: 3; grid-row: 4; order: 0; }

  .p-featured003-cta__copy {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.666;
    letter-spacing: .03em;
    margin: 5.8rem 0 2.8rem;
    text-align: center;
  }
  .p-featured003-cta__copy br {
    display: inline !important;
  }

  .p-featured003-cta__product.p-featured003-cta__product {
    font-size: var(--fs-body);
    line-height: 2;
    text-align: center;
    margin: 0 0 .2rem;
  }

  .p-featured003-cta__price.p-featured003-cta__price {
    font-family: var(--font-mixed);
    font-size: 1.2rem;
    color: var(--c-text-sub);
    text-align: center;
    line-height: 1.833;
    margin: 0 0 1.7rem;
  }

}


/* =========================================================================
 *  Section: FAQ
 * ========================================================================= */

 .p-featured003-faq {
  padding-inline: var(--gutter-sp);
}

.p-featured003-faq__heading {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
  color: var(--c-text);
}

.p-featured003-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* FAQ アコーディオンの見た目・挙動は s_common.css の
 * .feature-common-faq__* に共通化済み (2026.07.28 吉岡)。
 * このセクションでは featured003 固有のレイアウト
 * (.p-featured003-faq / __heading / __list) のみを定義する。 */

@media screen and (min-width: 768px) {
  .p-featured003-faq {
    padding-inline: 0;
    max-width: var(--container-max);
    margin: 0 auto;
  }

  .p-featured003-faq__heading {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }

  .p-featured003-faq__list {
    max-width: var(--content-max);
    margin: 0 auto;
    gap: 2rem;
  }
}


/* =========================================================================
 *  Section: JOURNAL
 *  BodyFeaturePageList.ascx が出力する .feature-page__* マークアップを
 *  既存 journal デザインに合わせて上書きする。
 * ========================================================================= */
.p-featured003-journal {
  padding-inline: var(--gutter-sp);
  text-align: center;
}

.p-featured003-journal .feature-page__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 4rem;
  text-align: left;
}

.p-featured003-journal .feature-page__item {
  display: grid;
  grid-template-columns: 9rem 1fr;
  column-gap: 1rem;
  align-items: center;
}

.p-featured003-journal .feature-page__item--thumbnail {
  margin: 0;
  overflow: hidden;
  border-radius: .4rem;
  position: relative;
}

.p-featured003-journal .feature-page__item--thumbnail a {
  display: block;
}

.p-featured003-journal .product__item--new-icon {
  display: none;
}

.p-featured003-journal .feature-page__item--thumbnail img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  display: block;
}

.p-featured003-journal .feature-page__item--details {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.p-featured003-journal .feature-page__item--title {
  font-family: var(--font-mixed);
  font-size: 1.4rem;
  line-height: 1.571;
  font-weight: 400;
  color: var(--c-text);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  word-break: break-all;
}

.p-featured003-journal .feature-page__item--category {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.p-featured003-journal .feature-page__item--category-name {
  align-self: flex-start;
  font-size: 1.2rem;
  line-height: 1.666;
  color: var(--c-text);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 2px;
  margin: 0;
}

.p-featured003-journal .feature-page__item--date {
  font-family: var(--font-mixed);
  font-size: 1.2rem;
  line-height: 1.833;
  letter-spacing: .05em;
  color: var(--c-text-sub);
}

/* View All ボタン (.feature-page__actions) を c-btn--outline c-btn--small 相当に整形 */
.p-featured003-journal .feature-page__actions {
  text-align: center;
}

.p-featured003-journal .feature-page__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 23rem;
  min-width: 0;
  height: 4.6rem;
  margin: 0 auto;
  border: 1px solid var(--c-text);
  border-radius: .4rem;
  background: var(--c-white);
  color: var(--c-text);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity .3s ease;
  padding-inline: 1rem;
}

.p-featured003-journal .feature-page__actions a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .p-featured003-journal {
    padding-inline: 0;
    max-width: var(--container-max);
    margin: 0 auto;
  }

  .p-featured003-journal .feature-page__list {
    max-width: var(--content-max);
    margin: 0 auto 5rem;
    gap: 2.7rem;
  }

  .p-featured003-journal .feature-page__item {
    grid-template-columns: 12rem 1fr;
    column-gap: 2rem;
  }

  .p-featured003-journal .feature-page__item--thumbnail img {
    width: 12rem;
    height: 12rem;
  }

  .p-featured003-journal .feature-page__item--title {
    font-size: 1.8rem;
    line-height: 1.444;
    letter-spacing: .05em;
    -webkit-line-clamp: 2;
            line-clamp: 2;
  }

  .p-featured003-journal .feature-page__item--category {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }

  .p-featured003-journal .feature-page__actions a {
    font-size: 1.5rem;
  }
}


/* =========================================================================
 *  Section: REVIEW
 * ========================================================================= */
.p-featured003-review {
  padding-inline: var(--gutter-sp);
}

@media screen and (min-width: 768px) {
  .p-featured003-review {
    padding-inline: 0;
    max-width: var(--container-max);
    margin: 0 auto;
  }

  /* REVIEW のみ c-title-section--en PC の margin-bottom 5rem を 4rem に上書き */
  .p-featured003-review__heading {
    margin-bottom: 4rem;
  }
}
