/** Shopify CDN: Minification failed

Line 229:5 Cannot use type selector "--primary" directly after nesting selector "&"
Line 230:5 Cannot use type selector "--ghost" directly after nesting selector "&"
Line 231:5 Cannot use type selector "--sm" directly after nesting selector "&"
Line 275:5 Cannot use type selector "__label" directly after nesting selector "&"
Line 976:5 Cannot use type selector "__head" directly after nesting selector "&"
Line 977:5 Cannot use type selector "__step" directly after nesting selector "&"
Line 978:5 Cannot use type selector "__title" directly after nesting selector "&"
Line 979:5 Cannot use type selector "__lead" directly after nesting selector "&"

**/
/* =============================================================================
   横展開ガイド（汎用 / 固有の分類）
   各セクション見出しの先頭タグで判別:
     [A] 汎用パーツ ……… そのまま他LPへコピー可（ブランド共通で使える）
     [B] 汎用パターン …… 骨格(レイアウト/構造)は流用、色・文言・画像は差し替え前提
     [C] このLP固有 …… 移植非推奨（このプライムデーLP専用。作り替え前提）

   [A] 汎用パーツ：
     - Mont @font-face（英字フォント）
     - トークン（カラー/--en/--pps-pad/--pps-radius）※ブランド設計トークン
     - .pps-btn（共通ボタン）/ .hscroll（横スクロール）/ .pps-countdown（カウントダウン）
     - .pps-sec（セクション共通ラッパ：幅・見出し）
     - .lpc（商品カード lp-product-card）★横展開の主役
     - 価格ブロック（product-price-v2 上書き：横並び/%OFF/税込）
     - タブ（CSSのみのタブUI）
   [B] 汎用パターン（型のみ流用）：
     - ベントー（.pps-why__bcard 系のカードグリッド）
     - 比較表 / 特典 / 安心3点 / sticky アンカーナビ / 下部追従バー
   [C] このLP固有：
     - :has() overflow解除 / 各種 @keyframes / 告知バー
     - ヒーロー KV（.pps-hero 一式）/ 診断 / WHY ANKER の中身 / 人気の2モデル
   ============================================================================= */

/* [A] ── Mont（英字見出し用：MontForAnker） ── */
@font-face {
  font-family: "Mont";
  src: url("/cdn/shop/files/MontForAnker-Book.woff2?v=1736241676") format("woff2"),
       url("/cdn/shop/files/MontForAnker-Book.woff") format("woff");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("/cdn/shop/files/MontForAnker-SemiBold.woff2?v=1736241329") format("woff2"),
       url("/cdn/shop/files/MontForAnker-SemiBold.woff?v=1736241329") format("woff");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

.page-container:has(.page-bousai-sale-2026),
.themeV2:has(.page-bousai-sale-2026) {
  overflow: visible !important;
}

@keyframes pps-hero-swap-a {
  0%, 46% { opacity: 1; }
  50%, 96% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pps-hero-swap-b {
  0%, 46% { opacity: 0; }
  50%, 96% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes pps-benefits-loop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes pps-badge-spin {
  to { transform: rotate(360deg); }
}
@keyframes pps-scene-frame {
  0%   { opacity: 0; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  12%  { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes pps-scene-img {
  0%   { transform: scale(1.05) translateX(1%); }
  45%  { transform: scale(1.12) translateX(-1%); }
  100% { transform: scale(1.12) translateX(-1%); }
}
@keyframes pps-scene-img-rev {
  0%   { transform: scale(1.05) translateX(-1%); }
  45%  { transform: scale(1.12) translateX(1%); }
  100% { transform: scale(1.12) translateX(1%); }
}
@keyframes pps-scene-depth {
  0%    { z-index: 4; }
  12%   { z-index: 4; }
  12.1% { z-index: 3; }
  45.3% { z-index: 3; }
  45.4% { z-index: 1; }
  100%  { z-index: 1; }
}
@keyframes pps-intro-rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pps-kv-fallback {
  to { opacity: 1; transform: none; }
}
@keyframes arrowSlideDown {
  0%   { transform: translateY(0); opacity: 1; }
  50%  { transform: translateY(40px); opacity: 0; }
  51%  { transform: translateY(-40px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.page-bousai-sale-2026 {
  /* [A] ── トークン（シンプル＆洗練：ブルー × 黒 × アクセント1色） ── */
  --clr-blue: #00cbeb;
  --clr-band: #ebe9e0;
  --clr-blue-deep: #0098b3;
  --clr-ink: #000f16;
  --clr-sub: #373a3c;
  --clr-line: #e3e9ed;
  --clr-bg: #f4f8fb;
  --clr-accent: #FF3243;
  --clr-models-bg: #00a4e4;
  --en: "Mont", "Helvetica Neue", sans-serif;
  --pps-pad: 20px;
  /* 追従UIの張り付き位置：通常ブラウザは 0＝上端フラッシュ（浮かせ廃止・余白は各要素の
     padding で確保）。全画面型アプリ内ブラウザのみ env が実値を返しステータスバー分下がる */
  --pps-sticky-top: env(safe-area-inset-top, 0px);
  @media (min-width: 1080px) { --pps-sticky-top: 0px; }
  --pps-radius: 14px;

  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: var(--clr-ink);
  line-height: 1.7;
  background: #fff;
  padding-bottom: 0px;
  & .en { font-family: var(--en); }

  /* [A] PC のみ有効な改行 */
  & br.m-pc {
    display: none;
    @media (min-width: 1080px) { display: inline; }
  }

  /* [A] 初期ビュー外のセクションは接近まで描画スキップ（content-visibility）
     対象外①: sticky を含むセクション（pps-models / pps-more / pps-cmp）
       → iOS WebKit（特にアプリ内ブラウザ）で c-v と sticky が干渉し残像・白抜けが出る（2026-07-08 実症状確認）
     対象外②: KV直下の pps-why / pps-benefits
       → SP で描画解禁が間に合わず、下地（青＋ノイズ）だけ見える空白帯になるため初回描画に含める（2026-07-08） */
  & .pps-diagnosis,
  & .pps-assure,
  & .pps-scene-band,
  & .Diagnosis {
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
  }
  /* showcase は丸ごと(≒6800px)でなくブロック単位で c-v：接近時の layout/paint バーストを分割 */
  & .pps-showcase__block {
    content-visibility: auto;
    contain-intrinsic-size: auto 1700px;
  }
  /* リサイズ中（.is-resizing）は通常 c-v 対象外の重量セクションも一時的に描画スキップし、
     ドラッグ中の毎フレーム全長再レイアウトを画面内ぶんに限定（終了200msで解除） */
  &.is-resizing .pps-why,
  &.is-resizing .pps-benefits,
  &.is-resizing .pps-models,
  &.is-resizing .pps-more,
  &.is-resizing .pps-cmp {
    content-visibility: auto;
    contain-intrinsic-size: auto 2400px;
  }

  /* iOS(WebKit) は c-v の再スキップ描画が遅く、戻りスクロールで
     下地（青＋ノイズ）だけの帯が見えるため c-v を全面無効化 */
  @supports (-webkit-touch-callout: none) {
    & .pps-diagnosis,
    & .pps-assure,
    & .pps-scene-band,
    & .Diagnosis,
    & .pps-showcase__block,
    &.is-resizing .pps-why,
    &.is-resizing .pps-benefits,
    &.is-resizing .pps-models,
    &.is-resizing .pps-more,
    &.is-resizing .pps-cmp {
      content-visibility: visible;
    }
  }

  /* [A] sticky 計算の安定化（iOS WebKit のアプリ内ブラウザ対策）：
     張り付き要素を含むセクションを BFC（flow-root）＋ layout containment にして、
     ブラウザバー伸縮時の座標再計算をセクション内に閉じ込める */
  & .pps-models,
  & .pps-more,
  & .pps-tabs,
  & .pps-cmp {
    display: flow-root;
    contain: layout;
  }

  /* [A] sticky 要素の safe-area ふた：全画面型アプリ内ブラウザ（X等）では sticky が
     env(safe-area-inset-top) 分下がって張り付き、上の隙間をコンテンツが透けて通る。
     張り付き中（.is-stuck＝JSで付与）だけ背景色と同色の影を上へ伸ばして隙間を塞ぐ。
     通常ブラウザは env=0 で無影響 */
  & .pps-cmp__filters.is-stuck,
  & .pps-cmp__header.is-stuck {
    box-shadow: 0 calc(-1 * var(--pps-sticky-top)) 0 0 #fff;
  }
  & .pps-tabs__labels.is-stuck {
    box-shadow: 0 calc(-1 * var(--pps-sticky-top)) 0 0 var(--clr-band);
  }
  /* [A] 共通ボタン */
  & .pps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.2s ease-out, transform 0.1s ease-out;

    &--primary { background: var(--clr-accent); color: #fff; }
    &--ghost { background: #fff; color: var(--clr-ink); border: 1px solid var(--clr-line); }
    &--sm { min-height: 40px; padding: 8px 16px; font-size: 13px; }
    &:active { transform: scale(0.98); }
    &:focus-visible { outline: 3px solid var(--clr-blue); outline-offset: 2px; }

    @media (hover: hover) and (pointer: fine) {
      &:hover { opacity: 0.88; }
    }
  }

  /* [A] 横スクロール（scroll-snap） */
  & .hscroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: thin;

    & > * { scroll-snap-align: start; flex: 0 0 auto; }
  }

  /* [C] ── 告知バー ── */
  & .pps-announce {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 14px;
    padding: 8px 16px;
    background: var(--clr-ink);
    color: #fff;
    font-size: 12px;

    @media (min-width: 1080px) { font-size: 13px; }
  }

  & .pps-countdown {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-family: var(--en);

    & b { font-size: 1.25em; font-weight: 700; font-variant-numeric: tabular-nums; }
    &__label { font-family: inherit; opacity: 0.85; margin-right: 4px; }
    &.is-ended b { opacity: 0.5; }
  }

  /* [C] ── セール終了表示（deadline 以降は hero の CTA と差し替え・以降の本文は非表示） ── */
  & .pps-ended {
    display: none;
    justify-items: center;
    gap: 18px;
    margin-top: 6px;
    padding-top: 26px;
    padding-bottom: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;

    @media (min-width: 1080px) {
      gap: 24px;
      margin-top: 0;
      padding-top: 32px;
      padding-bottom: 36px;
    }
  }
  & .pps-ended__msg {
    margin: 0;
    font-size: clamp(14px, 3.7vw, 16px);
    font-weight: 500;
    color: #fff;
  }
  & .pps-ended__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(400px, 100%);
    min-height: 56px;
    padding: 16px 32px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(10, 60, 170, 0.12), 0 5px 12px rgba(10, 60, 170, 0.12);
    text-decoration: none;
    transition: opacity 0.2s ease-out, transform 0.1s ease-out;

    & span { color: var(--clr-blue-deep); font-weight: 700; font-size: clamp(14px, 3.7vw, 16px); }
    &:active { transform: scale(0.98); }
    &:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

    @media (min-width: 1080px) { min-height: 64px; }
    @media (hover: hover) and (pointer: fine) {
      &:hover { opacity: 0.88; }
    }
  }
  /* リサイズ中は常時アニメとノイズ層を停止（JSが .is-resizing を付与）。
     KVは animation を外して1枚目のみの静止表示に（ベーススタイルが scene1 だけ opacity:1）。
     解除時は3枚同時に再スタートするため位相ズレ・空白は出ない */
  &.is-resizing .pps-hero__scenery .pps-hero__scene,
  &.is-resizing .pps-hero__scenery .pps-hero__scene img {
    animation: none !important;
  }
  &.is-resizing .pps-benefits__loop-track {
    animation-play-state: paused !important;
  }
  &.is-resizing .gradationmesh::after {
    visibility: hidden;
  }

  &.is-sale-over {
    padding-bottom: 0;

    & .pps-announce { display: none; }
    & .pps-hero__ctas { display: none; }
    & .pps-blueband > :not(.gradationmesh):not(.pps-hero) { display: none; }
    & .pps-blueband ~ * { display: none; }
    & .pps-hero .pps-ended { display: grid; }
  }

  /* [C] ── ヒーロー（KV：推しポップ＋ループスライダー） ── */

  & .pps-blueband {
    position: relative;
    z-index: 0;
    background: var(--clr-band);
  }

  & .pps-arch {
    display: none;
    position: relative;
    z-index: 2;
    height: clamp(40px, 7vw, 96px);
    margin-top: calc(-1 * clamp(40px, 7vw, 96px));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C30,100 20,0 50,0 C80,0 70,100 100,100 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    @media (min-width: 1080px) {
      height: clamp(72px, 6vw, 132px);
      margin-top: calc(-1 * clamp(72px, 6vw, 132px));
    }
  }

  & .gradationmesh {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-color: var(--clr-band);
  }
  /* ノイズ（sleepシリーズと同テクスチャ）。ビューポート1枚分のみ sticky で
     追従（帯全長を1枚の巨大ラスタにしない）。祖先に overflow:hidden があると sticky が
     死ぬため .gradationmesh には付けない */
  & .gradationmesh::after {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100lvh;
    background-image: url("/cdn/shop/files/bousai-sale-noise.png");
    background-repeat: repeat;
    background-size: 200px 200px;
    opacity: 1;
  }

  & .pps-hero {
    position: relative;
    overflow: clip;
    color: #fff;
    isolation: isolate;
    background: transparent;
    padding: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;

    @media (min-width: 1080px) {
      padding: 0 0 32px;
      gap: 24px;
    }
  }

  & .pps-hero__photo {
    position: relative;
    aspect-ratio: 680 / 878;
    z-index: 5;
    overflow: hidden;

    @media (min-width: 1080px) {
      aspect-ratio: 1043 / 501;
    }
  }

  & .pps-hero__stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 14px;
    z-index: 6;
    background: repeating-linear-gradient(
      -55deg,
      rgba(255, 255, 255, 0.9) 0 7px,
      transparent 7px 19px
    );

    @media (min-width: 1080px) {
      height: 20px;
      background: repeating-linear-gradient(
        -55deg,
        rgba(255, 255, 255, 0.9) 0 10px,
        transparent 10px 27px
      );
    }
  }
  /* KV写真＋上掛けグラデ（::before）は1枚目の decode 完了（JSが .is-kv-in 付与）まで
     まとめて非表示 → フェード＋スケール収束で登場。グラデだけが先に見えるのを防ぐ。
     JS 不発時は pps-kv-fallback（2.6s 後）で必ず表示 */
  & .pps-hero__scenery {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    contain: paint;
    opacity: 0;
    transform: scale(1.045);
    transition: opacity 0.7s ease-out, transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: pps-kv-fallback 0.7s ease-out 2.6s forwards;
  }
  & .pps-hero__scenery.is-kv-in {
    opacity: 1;
    transform: none;
    animation: none;
  }
  & .pps-hero__scenery::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.26) 4%,
        rgba(0, 0, 0, 0.22) 8%,
        rgba(0, 0, 0, 0.18) 12%,
        rgba(0, 0, 0, 0.14) 16%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.066) 24%,
        rgba(0, 0, 0, 0.036) 28%,
        rgba(0, 0, 0, 0.014) 31%,
        rgba(0, 0, 0, 0) 34%
      ),
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.44) 0%,
        rgba(0, 0, 0, 0.38) 7%,
        rgba(0, 0, 0, 0.325) 13%,
        rgba(0, 0, 0, 0.265) 19%,
        rgba(0, 0, 0, 0.205) 25%,
        rgba(0, 0, 0, 0.15) 31%,
        rgba(0, 0, 0, 0.1) 38%,
        rgba(0, 0, 0, 0.056) 45%,
        rgba(0, 0, 0, 0.022) 52%,
        rgba(0, 0, 0, 0) 58%
      );

    @media (min-width: 1080px) {
      background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.348) 7%,
        rgba(0, 0, 0, 0.296) 13%,
        rgba(0, 0, 0, 0.24) 19%,
        rgba(0, 0, 0, 0.184) 25%,
        rgba(0, 0, 0, 0.132) 31%,
        rgba(0, 0, 0, 0.084) 38%,
        rgba(0, 0, 0, 0.044) 45%,
        rgba(0, 0, 0, 0.016) 52%,
        rgba(0, 0, 0, 0) 58%
      );
    }
  }
  & .pps-hero__scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    & img { width: 100%; height: 100%; object-fit: cover; display: block; }
  }
  & .pps-hero__scene:first-child {
    opacity: 1;

    & img { transform: scale(1.07) translateX(0.42%); }
  }
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene {
    animation:
      pps-scene-frame 15s linear infinite,
      pps-scene-depth 15s linear infinite;
  }
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene img {
    animation: pps-scene-img 15s linear infinite;
    will-change: transform;
  }
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(2n) img {
    animation-name: pps-scene-img-rev;
  }
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(1),
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(1) img { animation-delay: -1.95s; }
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(2),
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(2) img { animation-delay: -11.95s; }
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(3),
  & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene:nth-child(3) img { animation-delay: -6.95s; }

  & .pps-hero__head {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 35px 20px 0;
    pointer-events: none;

    @media (min-width: 1080px) {
      padding: 65px 48px 0;
    }
  }
  & .pps-hero__tagline {
    margin: 0;
    font-size: 13px; line-height: 1.75; font-weight: 700;
    color: rgba(255, 255, 255, 1);
    max-width: 16em;
    animation: pps-intro-rise 0.7s cubic-bezier(0.16, 0.84, 0.24, 1) 0.2s both;

    @media (min-width: 1080px) { font-size: 20px; }
  }

  & .pps-hero__copy {
    position: absolute;
    left: 20px;
    bottom: 4%;
    z-index: 3;
    display: grid;
    gap: 2px;
    justify-items: start;

    @media (min-width: 1080px) {
      left: 48px;
      bottom: 5%;
      gap: 6px;
    }
  }
  & .pps-hero__catch {
    margin: 0;
    font-size: max(13px, 3.7vw);
    font-weight: 700;
    line-height: 1.5;

    @media (min-width: 1080px) {
      font-size: 2.3vw;
    }
  }
  & .pps-hero__off {
    --off-size: 32vw;
    position: relative;
    margin: calc(var(--off-size) * 0.09) 0 calc(var(--off-size) * -0.055);
    display: flex;
    align-items: center;
    column-gap: calc(var(--off-size) * 0.03);
    line-height: 1;

    @media (min-width: 1080px) {
      --off-size: 20vw;
    }
  }
  & .pps-hero__off-max {
    position: absolute;
    top: calc(var(--off-size) * -0.04);
    left: calc(var(--off-size) * 0.015);
    writing-mode: vertical-rl;
    font-size: max(10px, calc(var(--off-size) * 0.09));
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  & .pps-hero__off-num {
    font-family: var(--en);
    font-weight: 700;
    font-size: var(--off-size);
    line-height: 0.72;
    letter-spacing: -0.06em;
    font-variant-numeric: tabular-nums;
  }
  & .pps-hero__off-tail {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  & .pps-hero__off-pct {
    font-family: var(--en);
    font-weight: 700;
    font-size: calc(var(--off-size) * 0.64);
    line-height: 0.75;
    letter-spacing: -0.02em;
  }
  & .pps-hero__off-unit {
    font-family: var(--en);
    font-weight: 700;
    font-size: calc(var(--off-size) * 0.25);
    letter-spacing: 0.02em;
    line-height: 1;
  }
  & .pps-hero__note {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 5px;
    @media (min-width: 1080px) { font-size: 12px; margin-top: 0; }
  }

  & .pps-hero__blob {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    width: 76px;
    height: 76px;
    display: grid;
    place-content: center;
    color: #fff;
    background: #2e3547;
    border-radius: 53% 47% 56% 44% / 48% 55% 45% 52%;
    transform: rotate(-6deg);

    & svg {
      width: 38px;
      height: 38px;
      transform: rotate(6deg);
    }

    @media (min-width: 1080px) {
      right: 44px;
      bottom: 36px;
      width: 118px;
      height: 118px;

      & svg {
        width: 58px;
        height: 58px;
      }
    }
  }

  /* 一旦非表示（復活時はこの行を削除） */
  & .pps-hero__ctas {
    display: none !important;
  }

  & .pps-hero__ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-inline: 20px;
    @media (min-width: 1080px) { gap: 14px; width: 100%; max-width: 640px; margin-inline: auto; }
  }

  & .pps-passbanner {
    padding: 40px 20px 48px;
    display: grid;
    justify-items: center;

    @media (min-width: 1080px) {
      padding: 100px 0 0px;
    }
  }
  & .pps-passbanner__item {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;

    @media (min-width: 1080px) {
      max-width: 600px;
      aspect-ratio: 700 / 300;
    }
  }
  & .pps-passbanner__link {
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  & .pps-passbanner__media,
  & .pps-passbanner__media img {
    display: block;
    width: 100%;
    height: 100%;
  }
  & .pps-passbanner__media {
    position: absolute;
    inset: 0;

    & img {
      object-fit: cover;
      transition: transform 0.4s ease;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    & .pps-passbanner__item:hover:not(:has(.pps-passbanner__acc:hover)):not(:has(.is-open)) .pps-passbanner__media img {
      transform: scale(1.03);
    }
  }
  & .pps-passbanner__acc-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    cursor: pointer;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    transition: opacity 0.3s ease;

    @media (min-width: 1080px) {
      font-size: 12px;
    }

    &:hover,
    &:focus {
      color: #333 !important;
      opacity: 0.75;
    }
  }
  & .pps-passbanner__acc-btn-txt--close,
  & .pps-passbanner__acc-btn[aria-expanded="true"] .pps-passbanner__acc-btn-txt {
    display: none;
  }
  & .pps-passbanner__acc-btn[aria-expanded="true"] .pps-passbanner__acc-btn-txt--close {
    display: inline;
  }
  & .pps-passbanner__acc-btn-icon {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-25%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  & .pps-passbanner__acc-btn[aria-expanded="true"] .pps-passbanner__acc-btn-icon {
    transform: translateY(20%) rotate(-135deg);
  }
  & .pps-passbanner__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 16px 16px 48px;
    background: rgba(10, 20, 35, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow-y: auto;
    opacity: 0;
    transform: scale(0.96);
    transform-origin: right bottom;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  & .pps-passbanner__overlay.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  & .pps-passbanner__overlay-tit {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
  }
  & .pps-passbanner__notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 5px;
  }
  & .pps-passbanner__notice-item {
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    line-height: 1.55;

    @media (min-width: 1080px) {
      font-size: 11px;
    }
  }
  & .pps-hero__cta {
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 13px 8px 13px 22px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.7) inset,
      0 2px 6px rgba(10, 60, 170, 0.12),
      0 5px 12px rgba(10, 60, 170, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    @media (min-width: 1080px) { min-height: 72px; padding: 15px 10px 15px 30px; font-size: 17px; border-radius: 999px; }
  }
  & .pps-hero__cta:hover {
    transform: translateY(-1px);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.75) inset,
      0 3px 8px rgba(10, 60, 170, 0.14),
      0 7px 16px rgba(10, 60, 170, 0.14);
  }
  & .pps-hero__cta:active {
    transform: translateY(0);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.6) inset,
      0 2px 6px rgba(10, 60, 170, 0.16);
  }
  & .pps-hero__cta--ghost { background: #fff; color: var(--clr-ink); }
  & .pps-hero__cta--primary {
    background: var(--clr-accent);
    color: #fff;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.35) inset,
      0 -3px 0 rgba(150, 10, 28, 0.45) inset,
      0 2px 6px rgba(150, 10, 28, 0.14),
      0 5px 12px rgba(150, 10, 28, 0.14);
  }
  & .pps-hero__cta--primary:hover {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.4) inset,
      0 -3px 0 rgba(150, 10, 28, 0.45) inset,
      0 3px 8px rgba(150, 10, 28, 0.16),
      0 7px 16px rgba(150, 10, 28, 0.16);
  }
  & .pps-hero__cta--primary:active {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.3) inset,
      0 -2px 0 rgba(150, 10, 28, 0.45) inset,
      0 2px 6px rgba(150, 10, 28, 0.18);
  }
  & .pps-hero__cta-text { line-height: 1.2; }
  & .pps-hero__cta--ghost .pps-hero__cta-text { color: var(--clr-ink); }
  & .pps-hero__cta--primary .pps-hero__cta-text { color: #fff; }

  /* [B] business-main の solution-link を踏襲：円＋右矢印・hover で arrowSlide */
  & .pps-hero__cta-ic {
    flex-shrink: 0;
    width: 34px; height: 34px;
    overflow: hidden;
    @media (min-width: 1080px) { width: 42px; height: 42px; }
  }
  & .pps-hero__cta-circle { transition: fill 0.3s ease; }
  & .pps-hero__cta-arrow-group { overflow: hidden; }
  & .pps-hero__cta-arrow {
    transform: translateX(0);
    opacity: 1;
    transition: stroke 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  }
  & .pps-hero__cta--ghost .pps-hero__cta-circle { fill: #e1f5ff; }
  & .pps-hero__cta--ghost .pps-hero__cta-arrow { stroke: var(--clr-blue-deep); }
  & .pps-hero__cta--primary .pps-hero__cta-circle { fill: rgba(255, 255, 255, 0.22); }
  & .pps-hero__cta--primary .pps-hero__cta-arrow { stroke: #fff; }

  @media (hover: hover) and (pointer: fine) {
    & .pps-hero__cta:hover { opacity: 1; }
    & .pps-hero__cta--ghost:hover .pps-hero__cta-circle { fill: var(--clr-blue-deep); }
    & .pps-hero__cta--ghost:hover .pps-hero__cta-arrow { stroke: #fff; animation: arrowSlideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    & .pps-hero__cta--primary:hover .pps-hero__cta-circle { fill: #fff; }
    & .pps-hero__cta--primary:hover .pps-hero__cta-arrow { stroke: var(--clr-accent); animation: arrowSlideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  }

  @media (prefers-reduced-motion: reduce) {
    & .pps-hero__tagline,
    & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene,
    & .pps-hero__scenery.is-anim.is-ready .pps-hero__scene img,
    & .pps-benefits__loop.is-anim .pps-benefits__loop-track { animation: none; }
    /* KVリビールは動き（scale）のみ止める。フェードと no-JS フォールバックは維持 */
    & .pps-hero__scenery { transform: none; transition: opacity 0.4s ease-out; }
  }

  /* [B] ── sticky アンカーナビ ── */
  & .pps-nav {
    padding: 28px var(--pps-pad) 8px;
    @media (min-width: 1080px) { padding: 44px 0 12px; width: min(92vw, 1600px); margin-inline: auto; }
  }
  & .pps-nav__title {
    text-align: center;
    font-size: clamp(18px, 4.6vw, 24px);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 16px;
  }
  & .pps-nav__grid {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    @media (min-width: 1080px) { grid-template-columns: repeat(6, 1fr); gap: 16px; }
  }
  & .pps-nav__item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px;
    aspect-ratio: 1 / 1;
    padding: 10px;
    border-radius: 12px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-line);
    color: var(--clr-ink);
    text-decoration: none;
    text-align: center;
    transition: border-color 0.15s ease-out, transform 0.1s ease-out;
    @media (hover: hover) and (pointer: fine) {
      &:hover { border-color: var(--clr-blue); }
    }
    &:active { transform: scale(0.98); }
  }
  & .pps-nav__ico { width: 28px; height: 28px; color: var(--clr-blue-deep); display: inline-flex; }
  & .pps-nav__ico svg { width: 100%; height: 100%; display: block; }
  & .pps-nav__label { font-size: 12px; font-weight: 700; line-height: 1.3; }

  /* [A] ── セクション共通 ── */
  & .pps-sec {
    padding: 60px 10px;
    @media (min-width: 1080px) { padding: 105px 0; width: min(94vw, 1760px); margin-inline: auto; }

    &__head { display: grid; gap: 6px; text-align: center; margin-bottom: 24px; }
    &__step { font-family: var(--en); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: var(--clr-blue-deep); }
    &__title { font-size: clamp(22px, 5vw, 42px); font-weight: 700; line-height: 1.4; text-align: center; text-wrap: balance; }
    &__lead { font-size: 14px; color: var(--clr-sub); }
  }

  & .pps-sec__title { font-size: clamp(22px, 5vw, 42px); font-weight: 500; -webkit-text-stroke: 0.55px currentColor; line-height: 1.4; text-align: center; text-wrap: balance; }
  & .pps-sec__head { display: grid; gap: 6px; text-align: center; margin-bottom: 24px; }
  & .pps-sec__step { font-family: var(--en); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: var(--clr-blue-deep); }
  & .pps-sec__lead { font-size: 14px; color: var(--clr-sub); 
    @media (min-width: 1080px) {
      font-size: 18px;
    }
  }

  & .product-rating .star-rating-fill,
  & .product-rating .star-rating-fill span { color: #ffb400 !important; -webkit-text-stroke: 0 !important; }
  & .product-rating .star-rating-bg,
  & .product-rating .star-rating-bg span { color: #dfe3e7 !important; -webkit-text-stroke: 0 !important; }

  & .pps-note { margin-top: 12px; font-size: 11px; color: var(--clr-sub); }
  & .pps-link { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--clr-blue-deep); text-decoration: underline; text-underline-offset: 3px; }

  /* [C] ── 診断 ── */
  & .pps-diagnosis { display: none; }

  & .pps-sec.Diagnosis {
    @media (min-width: 1080px) { width: min(94vw, 1080px); }
  }
  & .Diagnosis .diagnosis-banner-link { display: block; cursor: pointer; }
  & .Diagnosis .diagnosis-banner-link img {
    width: 100%; height: auto; border-radius: 12px;
    transition: opacity 0.2s ease;
    @media (hover: hover) and (pointer: fine) { &:hover { opacity: 0.92; } }
  }
  & .Diagnosis .pps-diag-pc { display: none; }
  & .Diagnosis .pps-diag-sp { display: block; }
  @media (min-width: 1080px) {
    & .Diagnosis .pps-diag-pc { display: block; }
    & .Diagnosis .pps-diag-sp { display: none; }
  }
  & .Diagnosis .btn-sm-wrap { display: flex; justify-content: center; margin-top: 16px; }
  & .Diagnosis .diagnosis-popup { display: none; position: fixed; inset: 0; z-index: 1000; }
  & .Diagnosis .diagnosis-popup.is-active { display: flex; align-items: center; justify-content: center; }
  & .Diagnosis .diagnosis-popup-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.7); }
  & .Diagnosis .diagnosis-popup-content {
    position: relative;
    width: 100%; max-width: 1000px; max-height: 100vh;
    border-radius: 8px; overflow: hidden auto;
    padding: 0;
    background: #fff;
    z-index: 1001;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  & .Diagnosis .diagnosis-popup-content::-webkit-scrollbar { display: none; }
  & .Diagnosis .point { margin: 0 !important; padding: 0 !important; }
  & .Diagnosis .point-diagnosis-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  & .Diagnosis .point-diagnosis-wrap { padding: 0 !important; }
  & .Diagnosis .point-diagnosis-wrap.background-lightgrey { background: transparent !important; }
  & .Diagnosis .point-diagnosis-content { padding-top: 24px; padding-bottom: 24px; }
  & .Diagnosis .diagnosis-popup-close {
    position: absolute; top: 8px; right: 8px;
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0, 0, 0, 0.35); border: none; border-radius: 50%;
    font-size: 26px; line-height: 1; color: #fff; cursor: pointer;
    z-index: 1002;
  }
  & .pps-diagnosis__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    @media (min-width: 1080px) { grid-template-columns: repeat(4, 1fr); }
  }
  & .pps-diagnosis__item a {
    display: grid;
    gap: 8px;
    height: 100%;
    padding: 18px 14px;
    border-radius: var(--pps-radius);
    background: var(--clr-bg);
    border: 1px solid var(--clr-line);
    text-decoration: none;
    color: var(--clr-ink);
    transition: border-color 0.2s ease-out;
    @media (hover: hover) and (pointer: fine) { &:hover { border-color: var(--clr-blue); } }
  }
  & .pps-diagnosis__use { font-size: 15px; font-weight: 700; }
  & .pps-diagnosis__rec { font-size: 13px; color: var(--clr-blue-deep); font-weight: 700; }

  /* [C] ── 権威セクション（WHY ANKER：Ankerで選ぶ理由。白背景・ベントー）※中身は固有 ── */
  & .pps-why {
    background: transparent;
    color: #fff;
    padding: 50px 15px 0px;
    @media (min-width: 1080px) { padding: 80px var(--pps-pad) 0; }
  }
  & .pps-why__inner {
    width: auto;
    margin-inline: auto;
    text-align: center;
    @media (min-width: 1080px) { width: min(94vw, 1760px); }
  }
  & .pps-why__eyebrow {
    font-family: var(--en);
    font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 10px;
  }
  & .pps-why__title { font-size: clamp(30px, 7vw, 42px); font-weight: 500; line-height: 1.35; color: var(--clr-ink); text-wrap: balance; text-align: left; }

  & .pps-why__title,
  & .pps-benefits .pps-sec__title {
    -webkit-text-stroke: 0;
    position: relative;
    z-index: 1;
  }
  & .pps-benefits .pps-sec__title { color: #fff; }
  & .pps-why__title { margin-bottom: 28px; }
  & .pps-why__note { font-size: 10px; line-height: 1.3; color: var(--clr-ink); margin: 22px auto 0; opacity: 0.6; letter-spacing: 0;
  text-align: left; width: 100%;}
  & .pps-why__ref {
    font-size: 0.6em;
    font-weight: 400;
    margin-left: 0.15em;
    white-space: nowrap;
  }

  /* [B] ── ベントー（8セル・白背景）※カードグリッドの型は流用可 ── */
  & .pps-why__bento {
    display: grid;
    gap: 6px;
    margin-top: 16px;
    text-align: left;
    align-items: stretch;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      "no1 no1 no1 no1 no1 no1 share share share share share share"
      "shelter shelter shelter shelter storage storage storage storage charge charge charge charge"
      "warranty warranty warranty warranty warranty warranty safety safety safety safety safety safety";
    @media (min-width: 1080px) {
      gap: 12px;
      margin-top: 28px;
      grid-template-columns: minmax(0, 18.6fr) minmax(0, 17.4fr) repeat(24, minmax(0, 1fr));
      grid-template-rows: 1fr 1fr;
      grid-template-areas:
        "no1 share warranty warranty warranty warranty warranty warranty warranty warranty warranty warranty warranty warranty safety safety safety safety safety safety safety safety safety safety safety safety"
        "no1 share shelter shelter shelter shelter shelter shelter shelter shelter storage storage storage storage storage storage storage storage charge charge charge charge charge charge charge charge";
    }
  }

  & .pps-why__bcard {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--clr-line);
    color: var(--clr-ink);
    @media (min-width: 1080px) {   border-radius: 14px;}
  }
  & .pps-why__bcard-in {
    position: relative; z-index: 1;
    height: 100%;
    display: flex; flex-direction: column;
    padding: 20px 16px 16px;
    @media (min-width: 1080px) { padding: 28px 24px 24px; }
  }
  & .pps-why__bcard-bg {
    position: absolute; inset: 0; z-index: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
  }

  & .pps-why__bcard--no1 {
    grid-area: no1;
    background: #06467f center / cover no-repeat;
    border: 0;
    color: #fff;
    isolation: isolate;
    min-height: 118px;
    @media (min-width: 1080px) { min-height: 230px; container-type: inline-size; }
  }
  & .pps-why__brand {
    height: 16px; width: auto; display: block;
    align-self: flex-start;
    filter: brightness(0) invert(1);
    @media (min-width: 1080px) { height: 24px; }
  }
  & .pps-why__no1mid { margin-block: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
  & .pps-why__no1tag {
    font-size: clamp(23px, 5.6vw, 34px);
    font-weight: 700; letter-spacing: 0.02em; color: #fff; margin: 0; line-height: 1;
    @media (min-width: 1080px) { font-size: clamp(26px, 14.5cqi, 46px); }
  }
  & .pps-why__no1head { display: flex; justify-content: center; align-items: baseline; gap: 0.12em; margin: -0.12em 0 0; line-height: 1; color: #fff; white-space: nowrap; }
  & .pps-why__no1jp {
    font-size: clamp(27px, 7.2vw, 48px);
    font-weight: 700;
    @media (min-width: 1080px) { font-size: clamp(34px, 19.5cqi, 58px); }
  }
  & .pps-why__no1num {
    font-size: clamp(32px, 8.4vw, 57px);
    font-weight: 800; letter-spacing: -0.02em;
    @media (min-width: 1080px) { font-size: clamp(38px, 23cqi, 68px); }
  }
  & .pps-why__no1cat { font-size: 11px; font-weight: 500; color: #fff;
    @media (min-width: 1080px) { font-size: clamp(18px, 4vw, 20px); }
  }

  & .pps-why__bcard--share {
    grid-area: share;
    display: flex; flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 0;
    background: #11151a center / cover no-repeat;
    color: #fff;
  }
  & .pps-why__sharehero {
    position: relative; z-index: 1;
    flex: 1 1 auto; min-height: 120px;
    padding: 18px 10px 6px;
    line-height: 1;
    display: flex; flex-direction: column; justify-content: flex-start;
    @media (min-width: 1080px) { padding: 22px 24px 8px; min-height: 140px; }
  }
  & .pps-why__sharebig { font-size: clamp(28px, 9vw, 52px); font-weight: 800; line-height: 1; margin: 0; color: #fff; }
  & .pps-why__sharelabel { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.92);
    @media (min-width: 1080px) { font-size: 18px; }
  }
  & .pps-why__shareawards {
    position: relative; z-index: 1;
    padding: 6px 10px 8px;
    display: flex; flex-direction: column; gap: 5px;
    @media (min-width: 1080px) { padding: 8px 24px 20px; }
  }
  & .pps-why__awardhead { font-size: 10px; font-weight: 500; color: rgba(255, 255, 255, 0.85); margin: 0; @media (min-width: 1080px) { font-size: 12px; }}
  & .pps-why__awardlist {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
    align-items: start;
  }
  & .pps-why__award { display: flex; flex-direction: column; align-items: center; gap: 7px; }
  & .pps-why__award img { height: 30px; width: auto; max-width: 100%; object-fit: contain; display: block;     @media (min-width: 1080px) { height: 50px; }}
  & .pps-why__awardcap { font-size: 8px; line-height: 1.2; letter-spacing: -0.02em; color: rgba(255, 255, 255, 0.8); text-align: center; min-height: 2.6em;
    @media (min-width: 1080px) { font-size: 10px; line-height: 1.3; letter-spacing: 0; }
  }
  & .pps-why__bcard--warranty,
  & .pps-why__bcard--safety {
    border: 0;

  }
  & .pps-why__bcard--warranty { background: #007fcf; color: #fff; }
  & .pps-why__bcard--safety {
    background: #d6effb;
    color: #18479f;
    & .pps-why__btitle { color: #18479f; }
    & .pps-why__btext {
      color: rgba(24, 71, 159, 0.82);
      font-size: 12px;
      letter-spacing: -0.01em;
      text-align: left;
      @media (min-width: 1080px) { font-size: 14px; line-height: 1.6; letter-spacing: 0; }
    }
  }

  & .pps-why__bcard--warranty {
    grid-area: warranty;
    padding: 14px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
    @media (min-width: 1080px) { padding: 20px 25px; gap: 12px; }
  }
  & .pps-why__wico {
    display: inline-flex;
    width: 34px;
    color: #fff;

    @media (min-width: 1080px) { width: 46px; }

    & svg { width: 100%; height: auto; display: block; }
  }
  & .pps-why__wbody {
    margin-left: 0;
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    text-align: center;
    @media (min-width: 1080px) { gap: 6px; }
  }
  & .pps-why__wtitle {
    font-size: 22px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; margin: 0;
    color: #fff;
    white-space: nowrap;
    @media (min-width: 1080px) { font-size: clamp(24px, 3.4vw, 34px); line-height: 1.2; }
  }
  & .pps-why__wmax {
    display: inline;
    font-size: 0.55em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-right: 0.15em;
  }
  & .pps-why__wtext {
    font-size: 12px; line-height: 1.5; color: #fff; margin: 0;
    @media (min-width: 1080px) { font-size: 14px; line-height: 1.6; }
  }

  & .pps-why__bcard--safety { grid-area: safety; }
  & .pps-why__bcard--safety {
    padding: 10px;
    display: flex; flex-direction: column; justify-content: space-between; gap: 6px;
    @media (min-width: 1080px) { padding: 20px; gap: 10px; }
  }
  & .pps-why__bico { height: 30px; color: #fff; display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; }
  & .pps-why__bico svg { height: 100%; width: auto; display: block; overflow: visible; }
  & .pps-why__bico svg path { stroke-width: 1; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
  & .pps-why__bico img { height: 100%; width: auto; object-fit: contain; display: block; filter: brightness(0) invert(1); }
  & .pps-why__bico--smark {
    width: 42%; height: auto; aspect-ratio: 1 / 1;
    background-color: #18479f;
    -webkit-mask: var(--smark) center / contain no-repeat;
            mask: var(--smark) center / contain no-repeat;
  }
  & .pps-why__btextset { display: flex; flex-direction: column; gap: 5px; @media (min-width: 1080px) { gap: 6px; } }
  & .pps-why__btitle { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; margin: 0; line-height: 1.2; color: #fff; @media (min-width: 1080px) { font-size: clamp(24px, 3.4vw, 34px); line-height: 1.2; } }
  & .pps-why__btext { font-size: 11px; line-height: 1.5; color: rgba(255, 255, 255, 0.72); margin: 0; @media (min-width: 1080px) { font-size: 14px; line-height: 1.6; } }

  & .pps-why__bcard--safety {
    flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 6px;
    @media (min-width: 1080px) { gap: 12px; }
  }
  & .pps-why__bcard--safety .pps-why__bico--smark {
    order: 0; align-self: center; width: 36px; flex-shrink: 0;
    @media (min-width: 1080px) { width: 46px; }
  }
  & .pps-why__bcard--safety .pps-why__btextset {
    flex: none;
    @media (min-width: 1080px) { flex: 0 1 auto; }
  }

  & .pps-why__bcard--shelter { grid-area: shelter; }
  & .pps-why__bcard--storage { grid-area: storage; }
  & .pps-why__bcard--charge { grid-area: charge; }
  & .pps-why__bcard--scene {
    min-height: 112px;
    border: 0;
    background: #14181d center / cover no-repeat;
    display: flex; align-items: flex-start;
    @media (min-width: 1080px) { min-height: 156px; }
  }
  & .pps-why__bcard--scene::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 60%);
  }
  & .pps-why__scenecap {
    position: relative; z-index: 1;
    margin: 0; padding: 8px;
    font-size: 12px; font-weight: 500; line-height: 1.3; color: #fff;
    @media (min-width: 1080px) { font-size: 15px; padding: 14px; line-height: 1.45; }
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }

  & .pps-ico { display: block; }

  /* [C] ── 人気のモデル：左に見出し＋追従ボタン／右にモデル本体（背景は帯のベージュ） ── */
  & .pps-models {
    position: relative;
    isolation: isolate;
    width: auto;
    max-width: none;
    padding-inline: 0;
    padding-block: 32px 36px;
    background: transparent;

    @media (min-width: 1080px) {
      padding-block: 140px 55px;
    }
  }

  & .pps-models__layout {
    width: min(94vw, 1760px);
    margin-inline: auto;
    display: grid;
    gap: 28px;
    @media (min-width: 1080px) {
      grid-template-columns: minmax(200px, 264px) minmax(0, 1fr);
      gap: 28px;
      align-items: start;
    }
    @media (min-width: 1280px) {
      grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
      gap: 40px;
    }
  }
  & .pps-models__aside {
    display: contents;
    @media (min-width: 1080px) {
      display: grid;
      gap: 12px;
      align-content: start;
      position: sticky;
      top: 56px;
    }
  }
  & .pps-models__nav {
    display: none;
    @media (min-width: 1080px) {
      display: flex;
      margin-top: 14px;
    }
  }
  & .pps-models__navlink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    align-items: flex-start;
    color: var(--clr-ink);
    font-family: var(--en);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    transition: opacity 0.2s ease;

    @media (min-width: 1280px) {
      font-size: 16px;
    }

    &:hover {
      opacity: 0.75;
    }
  }
  & .pps-models__navimg {
    width: 82%;
    height: auto;
    object-fit: contain;
    display: block;
  }
  & .pps-models__title {
    font-size: clamp(30px, 7vw, 48px);
    font-weight: 500;
    -webkit-text-stroke: 0.55px currentColor;
    line-height: 1.28;
    letter-spacing: 0.01em;
    color: var(--clr-ink, #000f16);
    text-wrap: balance;
    @media (min-width: 1080px) {
      font-size: clamp(28px, 2.8vw, 36px);
    }
    @media (min-width: 1280px) { font-size: 48px; }
  }
  & .pps-models .pps-sec__step { color: var(--clr-sub, #5b6770); }

  & .pps-models__note {
    margin: 0;
    padding: 6px 3vw 24px;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    background: #00cbeb;
    @media (min-width: 1080px) {
      width: min(94vw, 1760px);
      margin: 28px auto 0;
      padding: 0;
      font-size: 11px;
      color: var(--clr-sub, #5b6770);
      background: none;
      opacity: 0.7;
    }
  }
  /* [C] ── 人気のモデル：PC=左に画像ヒーロー追従＋右にレビュー/カード ── */
  & .pps-models__main { display: grid; gap: 28px; }
  & .pps-model {
    display: grid;
    gap: 16px;
    scroll-margin-top: 80px;
    min-width: 0;
    background: #00cbeb;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 3vw;
    padding-bottom: 8px;
    @media (min-width: 1080px) {
      gap: 24px;
      background: none;
      width: auto;
      margin-inline: 0;
      padding-inline: 0;
      padding-bottom: 0;
    }
  }

  & .pps-model__hero {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 14px;
    min-height: 340px;
    padding: 20px 20px 10px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    @media (min-width: 1080px) {
      padding: 25px;
      width: auto;
      margin-inline: 0;
      background: #06222f;
      min-height: clamp(620px, 40vw, 820px);
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-end;
      gap: 20px;
      border-radius: 14px;
    }
  }
  & .pps-model__guinness {
    position: absolute;
    top: 14px; left: 14px;
    z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    width: 160px;
    text-align: center;
    @media (min-width: 1080px) { top: 20px; left: auto; right: 20px; width: 176px; align-items: flex-end; }
  }
  & .pps-model__guinness-logo {
    width: 150px; height: auto; display: block;
    filter: drop-shadow(0 1px 2px rgba(3, 20, 42, 0.22)) drop-shadow(0 4px 12px rgba(3, 20, 42, 0.28));
  }
  & .pps-model__guinness-txt {
    margin: 0;
    font-size: 11px; line-height: 1.4; font-weight: 600; color: #fff;
    text-shadow:
      0 1px 1px rgba(3, 20, 42, 0.28),
      0 2px 6px rgba(3, 20, 42, 0.30),
      0 6px 18px rgba(3, 20, 42, 0.22);
      text-align: left;
    @media (min-width: 1080px) { font-size: 12px; text-align: right; }

    & sup { font-size: 0.72em; }
  }

  & .pps-model__no1badge {
    position: absolute;
    top: 14px; left: 14px;
    z-index: 2;
    width: 130px;
    @media (min-width: 1080px) { top: 20px; left: 20px; width: 156px; }
  }
  & .pps-model__no1badge-img {
    width: 100%; height: auto; display: block;
    filter: drop-shadow(0 1px 2px rgba(3, 20, 42, 0.22)) drop-shadow(0 4px 12px rgba(3, 20, 42, 0.28));
  }

  & .pps-model__hero-img {
    /* SP: 写真は元アスペクト比（5:4）で上部に表示し、下端だけフェード。テキストとの重なりを最小化 */
    position: absolute; inset: 0 0 auto 0; z-index: -2;
    height: auto;
    aspect-ratio: 5 / 4;
    display: block;
    -webkit-mask-image: linear-gradient(to bottom,
      #000 68%, rgba(0, 0, 0, 0.92) 72%, rgba(0, 0, 0, 0.8) 76%,
      rgba(0, 0, 0, 0.66) 80%, rgba(0, 0, 0, 0.5) 84%, rgba(0, 0, 0, 0.34) 88%,
      rgba(0, 0, 0, 0.2) 92%, rgba(0, 0, 0, 0.1) 95%, rgba(0, 0, 0, 0) 99%);
            mask-image: linear-gradient(to bottom,
      #000 68%, rgba(0, 0, 0, 0.92) 72%, rgba(0, 0, 0, 0.8) 76%,
      rgba(0, 0, 0, 0.66) 80%, rgba(0, 0, 0, 0.5) 84%, rgba(0, 0, 0, 0.34) 88%,
      rgba(0, 0, 0, 0.2) 92%, rgba(0, 0, 0, 0.1) 95%, rgba(0, 0, 0, 0) 99%);
    @media (min-width: 1080px) {
      inset: 0;
      height: 100%;
      aspect-ratio: auto;
      -webkit-mask-image: none;
      mask-image: none;
    }
  }
  & .pps-model__hero-img img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: right top;
    @media (min-width: 1080px) { object-position: right bottom; }
  }
  & .pps-model__hero-img--swap .is-base { opacity: 1; }
  & .pps-model__hero-img--swap .is-hover { opacity: 0; }
  & .pps-model__hero-img--swap.is-anim .is-base,
  & .pps-model__hero-img--swap.is-anim .is-hover { will-change: opacity; }
  & .pps-model__hero-img--swap.is-anim .is-base { animation: pps-hero-swap-a 9s ease-in-out infinite; }
  & .pps-model__hero-img--swap.is-anim .is-hover { animation: pps-hero-swap-b 9s ease-in-out infinite; }
  @media (prefers-reduced-motion: reduce) {
    & .pps-model__hero-img--swap.is-anim .is-base,
    & .pps-model__hero-img--swap.is-anim .is-hover { animation: none; }
  }
  & .pps-model__hero::after {
    content: "";
    display: none;
    position: absolute; inset: 0; z-index: -1;
    pointer-events: none;
    @media (min-width: 1080px) { display: block; }
    background: linear-gradient(
      to top right,
      rgba(10, 42, 74, 0.40) 0%,
      rgba(10, 42, 74, 0.34) 10%,
      rgba(10, 42, 74, 0.26) 22%,
      rgba(10, 42, 74, 0.18) 34%,
      rgba(10, 42, 74, 0.11) 46%,
      rgba(10, 42, 74, 0.06) 58%,
      rgba(10, 42, 74, 0.02) 72%,
      rgba(10, 42, 74, 0) 85%
    );
  }
  & .pps-model__hero-info {
    position: relative; z-index: 1;
    display: grid;
    gap: 10px;
    justify-items: start;
    align-content: end;
    width: 100%;
    padding-top: 62vw;
    @media (min-width: 1080px) { width: auto; max-width: 640px; padding-top: 0; }
  }
  & .pps-model__label {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #06283d;
    margin-bottom: 5px;
  }
  & .pps-model__name {
    font-family: "Mont", var(--en), sans-serif;
    font-weight: 600;
    font-size: clamp(23px, 3vw, 32px);
    line-height: 1;
    letter-spacing: -0.01em;
    color: #fff;
    text-wrap: balance;
    max-width: 80%;
    @media (min-width: 1080px) { max-width: 54%; }
  }
  & .pps-model__lead {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 100%;
    @media (min-width: 1080px) { max-width: 54%; }
  }

  & .pps-model__chips {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    @media (min-width: 1080px) { display: flex; flex-wrap: wrap; width: auto; gap: 8px; }
  }
  & .pps-chip {
    display: grid;
    gap: 1px;
    place-items: center;
    align-content: center;
    width: auto;
    aspect-ratio: auto;
    padding: 7px 4px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    @media (min-width: 1080px) { width: 92px; aspect-ratio: 1; gap: 2px; padding: 6px; border-radius: 10px; flex: 0 0 auto; }
  }
  & .pps-chip__ico { display: inline-flex; color: var(--clr-blue-deep); margin-bottom: 1px; @media (min-width: 1080px) { margin-bottom: 2px; } }
  & .pps-chip__ico .pps-ico { width: 14px; height: 14px; @media (min-width: 1080px) { width: 18px; height: 18px; } }
  & .pps-chip__val { font-size: 13px; font-weight: 700; color: var(--clr-ink); font-family: var(--en); line-height: 1.1; @media (min-width: 1080px) { font-size: 17px; } }
  & .pps-chip__approx { font-size: 0.62em; font-weight: 600; margin-right: 1px; }
  & .pps-chip__label { font-size: 10px; color: var(--clr-sub); @media (min-width: 1080px) { font-size: 11px; } }

  & .pps-reviews { margin: 0; min-width: 0; }
  & .pps-reviews__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    gap: 10px;
    margin: 0;
    padding: 0 11%;
    scroll-padding-inline: 11%;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 1.6%,
      rgba(0, 0, 0, 0.8) 2.8%,
      #000 4%,
      #000 96%,
      rgba(0, 0, 0, 0.8) 97.2%,
      rgba(0, 0, 0, 0.45) 98.4%,
      transparent 100%);
            mask: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 1.6%,
      rgba(0, 0, 0, 0.8) 2.8%,
      #000 4%,
      #000 96%,
      rgba(0, 0, 0, 0.8) 97.2%,
      rgba(0, 0, 0, 0.45) 98.4%,
      transparent 100%);

    @media (min-width: 1080px) {
      grid-auto-columns: calc((100% - 24px) / 3);
      gap: 12px;
      padding-inline: 44px;
      scroll-padding-inline: 44px;
      -webkit-mask: none;
      mask: none;
    }

    &::-webkit-scrollbar { display: none; }
  }
  & .pps-reviews__item {
    min-width: 0;
    scroll-snap-align: center;

    @media (min-width: 1080px) {
      scroll-snap-align: start;
    }
  }
  & .pps-reviews__scroller {
    position: relative;
  }
  & .pps-reviews__arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
    width: 30px;
    aspect-ratio: 1;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: grid;
    place-items: center;
    cursor: pointer;

    @media (min-width: 1080px) {
      width: 34px;
    }

    &::before {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1.6px solid #00abea;
      border-right: 1.6px solid #00abea;
    }
  }
  & .pps-reviews__arrow--prev {
    left: -4px;
    &::before { transform: translateX(1px) rotate(-135deg); }
  }
  & .pps-reviews__arrow--next {
    right: -4px;
    &::before { transform: translateX(-1px) rotate(45deg); }
  }
  & .pps-reviews__head {
    display: flex; align-items: center; gap: 6px;
    margin: 0 0 10px;
    justify-content: flex-start;
    padding-inline: 20px;
    font-size: 14px; font-weight: 700; color: #fff;
    @media (min-width: 1080px) { font-size: 15px; padding-inline: 0; }
  }
  & .pps-reviews__stars-lead { color: #ffe000; letter-spacing: 1px; }
  & .pps-review {
    height: 100%;
    display: flex; flex-direction: column; gap: 8px;
    padding: 2px 14px;
    background: none;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
  }
  & .pps-review__title {
    margin: 0; font-size: 13px; font-weight: 550; line-height: 1.4; color: #fff;
    @media (min-width: 1080px) { font-size: 14px; }
  }
  & .pps-review__text {
    margin: 0; font-size: 12px; font-weight: 500; line-height: 1.6; color: #fff;
  }
  & .pps-model__hero .pps-reviews {
    margin-top: 6px;
    margin-inline: -20px;
    @media (min-width: 1080px) {
      position: relative;
      z-index: 1;
      width: 100%;
      min-width: 0;
      margin-top: 0;
      margin-inline: 0;
    }
  }
  & .pps-model__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    @media (min-width: 1080px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    & .lpc__thumb { aspect-ratio: 4 / 3; align-self: auto; min-height: 0; }
    & .lpc__thumb > img { padding: 14px 12px 0; }
    & .lpc__body { text-align: center; gap: 8px; }
    & .lpc__colors { justify-content: center; }
    & .lpc__chips { justify-content: center; }
    & .lpc__subtext { justify-content: center; }
    & .product-price-v2-unit { justify-content: center; }
    & .product-price-v2 { align-items: center; text-align: center; }
    & .lpc__name {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 0;
      font-size: 12px;
      @media (min-width: 1080px) { font-size: 16px; }
    }
    & .lpc__gifts { right: 8px; left: auto; }

    @media (min-width: 1080px) {
      & .lpc { grid-template-columns: minmax(0, 1fr) clamp(150px, 40%, 250px); grid-template-rows: auto; grid-template-areas: "body thumb"; }
      & .lpc__thumb { grid-area: thumb; align-self: stretch; aspect-ratio: auto; }
      & .lpc__body { grid-area: body; justify-content: center; padding: 28px 16px 26px; text-align: left; }
      & .lpc__colors { justify-content: flex-start; }
      & .lpc__chips { justify-content: flex-start; }
      & .lpc__subtext { justify-content: flex-start; align-content: flex-start; min-height: 36px; }
      & .product-price-v2-unit { justify-content: flex-start; }
      & .product-price-v2 { align-items: flex-start; text-align: left; }
      & .lpc__thumb > img { padding-left: 0; }
      & .lpc__badge { left: auto; right: 10px; }
    }
  }

  & .lpc { --clr-accent: #FF3243; }
  & .lpc__gifts { border-color: #e60012; }
  & .lpc__gift-plus { background: #e60012; }
  & .lpc__gift-note { color: #e60012; }
  & .lpc__gift-detail-head { color: #e60012; }
  & .lpc.is-gift-open .lpc__gifts {
    top: 6px; right: 5px; bottom: 6px; left: 5px;
    padding: 10px 5px;
    border-color: #e60012;
  }
  @media (min-width: 1080px) and (hover: hover) {
    & .lpc:has(.lpc__gift-note:hover) .lpc__gifts {
      top: 6px; right: 5px; bottom: 6px; left: 5px;
      padding: 10px 5px;
      border-color: #e60012;
    }
  }
  & .lpc__amazon { border-color: #ccc; }
  & .lpc__subtext-sep {
    display: none;
    @media (min-width: 1080px) { display: inline; }
  }

  /* [B] ── 安心3点 ── */
  & .pps-assure {
    display: none;
    background: var(--clr-bg);
    @media (min-width: 1080px) { border-radius: var(--pps-radius); }
  }
  & .pps-assure__list {
    display: grid;
    gap: 10px;
    list-style: none; padding: 0; margin: 18px 0 0;
    @media (min-width: 1080px) { grid-template-columns: repeat(3, 1fr); }
  }
  & .pps-assure__item {
    padding: 14px 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--clr-line);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  & .pps-scene-band {
    position: relative; isolation: isolate;
    width: 100vw; margin-left: calc(50% - 50vw);
    background: var(--clr-blue);
    padding: 64px 0 72px;
    display: flex; flex-direction: column; gap: 22px;
    @media (min-width: 1080px) { padding: 95px 0 110px; gap: 32px; }
  }
  & .pps-scene-band::before {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background-image: url("/cdn/shop/files/sleep_lp_noise.jpg?v=1757499602");
    background-repeat: repeat; background-size: 200px 200px;
    opacity: 0.03; pointer-events: none;
  }
  & .pps-scene__stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 14px;
    z-index: 1;
    background: repeating-linear-gradient(
      -55deg,
      rgba(255, 255, 255, 0.9) 0 7px,
      transparent 7px 19px
    );

    @media (min-width: 1080px) {
      height: 20px;
      background: repeating-linear-gradient(
        -55deg,
        rgba(255, 255, 255, 0.9) 0 10px,
        transparent 10px 27px
      );
    }
  }
  & .pps-scene-band .pps-sec { padding-top: 0; padding-bottom: 0; }
  & .pps-scene .pps-sec__head { margin-bottom: 0; }
  & .pps-scene .pps-sec__title { color: #fff; }
  & .pps-scene .pps-sec__lead { color: rgba(255, 255, 255, 0.92); }
  & .pps-scene__slider {
    width: 100vw; margin-left: calc(50% - 50vw);
    overflow: visible;
  }
  & .pps-scene__slider .splide__track { overflow: visible; }
  & .pps-scene__card {
    display: flex; flex-direction: column;
    background: transparent; height: 100%;
  }
  & .pps-scene__card-img { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 14px; background: var(--clr-bg); }
  & .pps-scene__card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  & .pps-scene__noimg { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--clr-blue-deep), var(--clr-models-bg)); }
  & .pps-scene__card-ttl {
    position: absolute; left: 0; right: 0; top: 0;
    padding: 30px;
    color: #fff; font-size: 16px; font-weight: 700; line-height: 1.3;
    background: linear-gradient(to bottom, rgba(0, 15, 22, 0.72) 0%, rgba(0, 15, 22, 0.34) 55%, rgba(0, 15, 22, 0) 100%);
    @media (min-width: 1080px) { font-size: 18px; }
  }
  & .pps-scene__feature {
    position: absolute; right: 8px; bottom: 8px;
    display: inline-flex; flex-direction: column; gap: 1px;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    max-width: 30%;
    transition: transform 0.18s ease;
    @media (hover: hover) and (pointer: fine) { &:hover { transform: translateY(-2px); } }
  }
  & .pps-scene__feature-tag {
    align-self: flex-start;
    margin-bottom: 2px;
    font-size: 8px; font-weight: 700; color: #fff;
    background: var(--clr-blue, #00cbeb); border-radius: 999px; padding: 3px 7px;
    letter-spacing: 0.02em; white-space: nowrap; line-height: 1.1;
  }
  & .pps-scene__feature-main { display: flex; flex-direction: column; align-items: center; gap: 2px; }
  & .pps-scene__feature-img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }
  & .pps-scene__feature-name { font-size: 8px; font-weight: 700; color: var(--clr-ink); font-family: var(--en); line-height: 1.2; text-align: center; }
  & .pps-scene__reasons { padding: 12px 2px 0; }
  & .pps-scene__reasons-ttl { margin: 0 0 6px; font-size: 12px; font-weight: 700; color: #fff; }
  & .pps-scene__reason-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
  & .pps-scene__reason {
    position: relative; padding-left: 20px;
    font-size: 12px; line-height: 1.45; color: #fff;
    @media (min-width: 1080px) { font-size: 13px; }
  }
  & .pps-scene__reason::before {
    content: ""; position: absolute; left: 0; top: 0.15em;
    width: 14px; height: 14px;
    background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  & .pps-scene__slider .splide__arrow {
    width: 42px; height: 42px; background: #fff; opacity: 1;
    border: 1px solid var(--clr-line); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    top: 30vw; transform: translateY(-50%);
    @media (min-width: 1080px) { top: 14vw; }
  }
  & .pps-scene__slider .splide__arrow svg { width: 16px; height: 16px; fill: var(--clr-ink); }
  & .pps-scene__slider .splide__arrow--prev { left: 4%; }
  & .pps-scene__slider .splide__arrow--next { right: 4%; }
  @media (min-width: 1080px) {
    & .pps-scene__slider .splide__arrow--prev { left: 7%; }
    & .pps-scene__slider .splide__arrow--next { right: 7%; }
  }
  & .pps-scene__slider .splide__arrow:disabled { opacity: 0.35; }

  & .pps-cmp {
    --clr-blue-deep: #00abea;
    --clr-blue: #00abea;
    padding-inline: 0;
    @media (min-width: 1080px) { padding-inline: 0; }
  }

  & .pps-cmp .pps-sec__head { margin-bottom: 32px; text-align: left; padding-inline: 12px; @media (min-width: 1080px) { margin-bottom: 40px; padding-inline: 0; } }
  & .pps-cmp .pps-sec__title { text-align: left; }
  & .pps-cmp .pps-sec__lead { text-align: left; }

  & .pps-cmp__filters {
    position: sticky;
    top: var(--pps-sticky-top);
    z-index: 20;
    display: flex;
    align-items: flex-end;
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: flex-start;
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid var(--clr-line);
    @media (min-width: 1080px) { gap: 14px; padding: 12px 0; }
  }
  & .pps-cmp__filters::-webkit-scrollbar { display: none; }
  & .pps-cmp__filter { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; flex-shrink: 0; }
  & .pps-cmp__filter-label { font-size: 10px; font-weight: 500; color: var(--clr-sub); white-space: nowrap; @media (min-width: 1080px) { font-size: 11px; } }
  & .pps-cmp__opts { display: flex; gap: 0; flex-wrap: nowrap; border-radius: 100px; background: #f1f5f9; }
  & .pps-cmp__opt {
    border: 1px solid transparent;
    background: transparent;
    color: #374151;
    font-size: 10px; font-weight: 500;
    padding: 7px 10px;
    border-radius: 9999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    @media (min-width: 1080px) { font-size: 12px; padding: 8px 13px; }
    &.is-active { background: var(--clr-blue-deep); border-color: var(--clr-blue-deep); color: #fff; }
    &:disabled { color: #cbd5e1; cursor: not-allowed; opacity: 0.6; }
  }

  & .pps-cmp__header {
    position: sticky;
    top: var(--pps-sticky-top);
    z-index: 12;
    margin-top: 24px;
    background: #fff;
    border-bottom: 2px solid #e5e7eb;
    @media (min-width: 1080px) { margin-top: 32px; }
  }
  & .pps-cmp__header-inner { display: flex; }
  & .pps-cmp__header-blank {
    width: 84px; min-width: 84px; flex-shrink: 0;
    @media (min-width: 1080px) { width: 150px; min-width: 150px; }
  }
  & .pps-cmp__header-scroll { overflow: hidden; flex: 1; }
  & .pps-cmp__header-products { display: flex; will-change: transform; }

  & .pps-cmp__product-col,
  & .pps-cmp__cell {
    box-sizing: border-box;
    width: 120px; min-width: 96px; flex-shrink: 0;
  }
  & .pps-cmp__product-col {
    position: relative;
    display: flex; flex-direction: column; align-items: center;
    gap: 6px; padding: 12px 6px; text-align: center;
    @media (min-width: 1080px) { padding: 16px 8px; }
  }
  & .pps-cmp__prodlink { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: inherit; }
  & .pps-cmp__prodimg { width: 64px; height: 50px; object-fit: contain; @media (min-width: 1080px) { width: 86px; height: 66px; } }
  & .pps-cmp__prodname { font-size: 12px; font-weight: 700; line-height: 1.3; color: var(--clr-ink); @media (min-width: 1080px) { font-size: 13px; } }

  & .pps-cmp__body { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  & .pps-cmp__body::-webkit-scrollbar { display: none; }
  & .pps-cmp__body-inner { min-width: max-content; }

  & .pps-cmp__row {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    &.is-even { background: #f8fafc; }
    &.is-footer { border-bottom: 0; }
  }
  & .pps-cmp__row-label {
    width: 84px; min-width: 84px; flex-shrink: 0;
    position: sticky; left: 0; z-index: 1;
    display: flex; align-items: center;
    padding: 12px 8px; background: #fff;
    font-size: 12px; font-weight: 500; line-height: 1.45; color: var(--clr-sub);
    border-right: 1px solid var(--clr-line);
    @media (min-width: 1080px) { width: 150px; min-width: 150px; padding: 14px; font-size: 13px; }
  }
  & .pps-cmp__row-label-w { font-size: 0.85em; }
  & .pps-cmp__row.is-even .pps-cmp__row-label { background: #f8fafc; }
  & .pps-cmp__row-ic {
    width: 15px; height: 15px; flex-shrink: 0;
    margin-right: 6px;
    color: var(--clr-blue-deep);
    @media (min-width: 1080px) { width: 17px; height: 17px; }
  }
  & .pps-cmp__row.is-ic .pps-cmp__row-label { font-weight: 600; }
  & .pps-cmp__cell {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 2px; padding: 12px 10px; text-align: center;
    font-size: 12px; line-height: 1.5; color: var(--clr-ink); overflow-wrap: anywhere;
    @media (min-width: 1080px) { padding: 14px 12px; font-size: 13px; }
  }
  & .pps-cmp__main { font-weight: 500; }
  & .pps-cmp__yes {
    display: inline-block; width: 15px; height: 15px;
    border-radius: 50%; border: 2.5px solid var(--clr-blue-deep);
    @media (min-width: 1080px) { width: 17px; height: 17px; }
  }
  & .pps-cmp__no { display: inline-block; color: #c2cad1; font-size: 18px; font-weight: 700; line-height: 1; }
  & .pps-cmp__sub { display: block; margin-top: 2px; font-size: 10px; line-height: 1.35; color: var(--clr-sub); @media (min-width: 1080px) { font-size: 11px; } }

  & .pps-cmp__row.is-catch { background: #eef6f8; }
  & .pps-cmp__row.is-catch .pps-cmp__row-label { background: #eef6f8; }
  & .pps-cmp__row.is-catch .pps-cmp__cell { font-weight: 700; color: var(--clr-blue-deep); }

  & .pps-cmp__product-col.is-hl {
    padding-top: 26px;
    border: 2px solid var(--clr-accent);
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  & .pps-cmp__cell.is-hl {
    border-left: 2px solid var(--clr-accent);
    border-right: 2px solid var(--clr-accent);
  }
  & .pps-cmp__row.is-footer .pps-cmp__cell.is-hl {
    border-bottom: 2px solid var(--clr-accent);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  & .pps-cmp__hl-label {
    position: absolute; top: 0; left: 0; right: 0;
    background: var(--clr-accent); color: #fff;
    font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
    padding: 3px 0; text-align: center;
    border-top-left-radius: 10px; border-top-right-radius: 10px;
  }

  & .pps-cmp__price { display: flex; flex-direction: column; align-items: center; gap: 3px; line-height: 1.15; }
  & .pps-cmp__price-off {
    display: inline-block; font-family: var(--en);
    font-size: 10px; font-weight: 700; color: #fff;
    background: var(--clr-accent); border-radius: 3px; padding: 3px 6px 2px; letter-spacing: 0.02em;
  }
  & .pps-cmp__price-was { font-size: 10px; color: #9ca3af; text-decoration: line-through; @media (min-width: 1080px) { font-size: 11px; } }
  & .pps-cmp__price-now { font-size: 13px; font-weight: 700; color: var(--clr-accent); }
  & .pps-cmp__tax { font-size: 10px; font-weight: 400; color: var(--clr-sub); margin-left: 2px; }

  & .pps-cmp__empty { margin: 14px 0 0; text-align: center; font-size: 13px; font-weight: 700; color: var(--clr-sub); }
  & .pps-cmp__detail {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--clr-blue-deep);
    background: var(--clr-blue-deep);
    color: #fff;
    font-size: 11px; font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    @media (min-width: 1080px) { font-size: 12px; padding: 9px 16px; }
    @media (hover: hover) and (pointer: fine) {
      &:hover { background: var(--clr-blue); border-color: var(--clr-blue); color: #fff; }
    }
  }

  & .pps-more .pps-sec__head { text-align: left; }
  & .pps-more .pps-sec__title { text-align: left; }
  & .pps-more .lpc__name {
    font-size: 13px;
    -webkit-line-clamp: 4;
    line-clamp: 4;

    @media (min-width: 1080px) {
      -webkit-line-clamp: 3;
      line-clamp: 3;
    }
  }

  /* [A] ── タブ（CSSのみ） ── */
  & .pps-tabs__radio { position: absolute; opacity: 0; pointer-events: none; }
  & .pps-tabs__labels {
    width: 100%;
    margin-bottom: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky; top: var(--pps-sticky-top); z-index: 12;
    background: var(--clr-band);
    @media (min-width: 1080px) { position: static; padding-top: 0; }
  }
  & .pps-tabs__labels-inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    width: 100%;
    gap: 4px;
    @media (min-width: 1080px) {
      display: inline-grid;
      width: auto;
      gap: 6px;
    }
    & label {
      cursor: pointer;
      display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
      padding: 10px 4px;
      background: transparent;
      border: 1px solid rgba(0, 15, 22, 0.45);
      border-radius: 8px;
      color: var(--clr-ink);
      text-align: center;
      line-height: 1.25;
      transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
      @media (min-width: 1080px) { padding: 14px 32px; white-space: nowrap; }
      @media (hover: hover) and (pointer: fine) {
        &:hover { color: var(--clr-ink); }
      }
    }
  }
  & .pps-tabs__labels.is-stuck {
    padding-top: 0;

    & .pps-tabs__labels-inner {
      gap: 0;
    }

    & label {
      padding: 0 0 10px;
      border: none;
      border-radius: 0;
    }

    & label + label {
      border-left: 1px solid rgba(0, 15, 22, 0.25);
    }
  }
  & .pps-tabs__ic { width: 22px; height: 22px; flex-shrink: 0; @media (min-width: 1080px) { width: 28px; height: 28px; } }
  & .pps-tabs__ic svg { width: 100%; height: 100%; display: block; }
  & .pps-tabs__cap { font-size: 12px; font-weight: 700; line-height: 1.3; @media (min-width: 1080px) { font-size: 14px; } }
  & .pps-tabs__sub { font-size: 10px; font-weight: 500; line-height: 1.25; @media (min-width: 1080px) { font-size: 11px; } }
  & .pps-tabs__panel { display: none; }
  & #pps-tab-1:checked ~ .pps-tabs__labels label[data-tab="1"],
  & #pps-tab-2:checked ~ .pps-tabs__labels label[data-tab="2"],
  & #pps-tab-3:checked ~ .pps-tabs__labels label[data-tab="3"],
  & #pps-tab-4:checked ~ .pps-tabs__labels label[data-tab="4"] {
    background: #00cbeb;
    border-color: #00cbeb;
    color: #fff;
  }
  & #pps-tab-1:checked ~ .pps-tabs__labels.is-stuck label[data-tab="1"],
  & #pps-tab-2:checked ~ .pps-tabs__labels.is-stuck label[data-tab="2"],
  & #pps-tab-3:checked ~ .pps-tabs__labels.is-stuck label[data-tab="3"],
  & #pps-tab-4:checked ~ .pps-tabs__labels.is-stuck label[data-tab="4"] {
    background: transparent;
    border-color: transparent;
    color: var(--clr-blue, #00cbeb);
  }
  & #pps-tab-1:checked ~ .pps-tabs__panels .pps-tabs__panel[data-tab="1"],
  & #pps-tab-2:checked ~ .pps-tabs__panels .pps-tabs__panel[data-tab="2"],
  & #pps-tab-3:checked ~ .pps-tabs__panels .pps-tabs__panel[data-tab="3"],
  & #pps-tab-4:checked ~ .pps-tabs__panels .pps-tabs__panel[data-tab="4"] {
    display: block;
  }
  & .pps-cap {
    margin-bottom: 16px;
    display: none;
    @media (min-width: 1080px) { margin-bottom: 18px; }
  }
  & .pps-cap__apps {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; align-items: center; gap: 3px 6px;
  }
  & .pps-cap__lead {
    display: inline-flex; align-items: center;
    font-size: 12px; font-weight: 700; color: var(--clr-ink);
  }
  & .pps-cap__lead::after { content: "/"; margin-left: 6px; color: var(--clr-line); font-weight: 400; }
  & .pps-cap__app { display: inline-flex; align-items: center; gap: 4px; }
  & .pps-cap__app:not(:last-child)::after { content: "/"; margin-left: 6px; color: var(--clr-line); font-weight: 400; }
  & .pps-cap__app-ic { width: 16px; height: 16px; color: var(--clr-ink); flex-shrink: 0; }
  & .pps-cap__app-ic svg { width: 100%; height: 100%; display: block; }
  & .pps-cap__app-name { font-size: 12px; color: var(--clr-sub); }
  & .pps-cap__app-time { font-size: 12px; font-weight: 700; color: var(--clr-ink); }

  & .pps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    @media (min-width: 1080px) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
    @media (min-width: 1440px) { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  }
  & .pps-grid__award {
    position: relative;
    display: grid;
    min-width: 0;
  }
  & .pps-grid__award-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    width: 56px;
    height: auto;
    pointer-events: none;

    @media (min-width: 1080px) {
      top: 10px;
      left: 10px;
      width: 72px;
    }
  }

  /* [B] ── 製品ショーケース（コレクション紐付け・ブルー背景に白カード）── */
  & .pps-showcase {
    padding: 0px 0 0px;
    background: linear-gradient(
      180deg,
      #00a9e0 0%,
      #0090d4 22%,
      #0077c0 46%,
      #0d5ba6 72%,
      #124882 100%
    );
    @media (min-width: 1080px) { padding: 0px 0 56px; }
  }
  & .pps-showcase__inner {
    width: 100%;
    margin-inline: auto;
    display: flex; flex-direction: column;
    @media (min-width: 1080px) { gap: 30px;  width: 97%;}
  }
  & .pps-showcase__block {
    display: flex; flex-direction: column; gap: 0px;
    background: transparent;
    padding: 14px 14px 60px;
    @media (min-width: 1080px) { gap: 20px; padding: 20px; }
  }

  & .pps-showcase .lpc__colors { display: none; }

  & .pps-showcase__block--other { gap: 28px; @media (min-width: 1080px) { gap: 32px; } }

  & .pps-showcase__hero {
    position: relative;
    margin: -14px -14px 0;
    @media (min-width: 1080px) {
      width: 100vw;
      margin: -20px calc(50% - 50vw) 0;
    }
  }
  & .pps-showcase__img {
    display: block; width: 100%;
    height: 40vh; max-height: 650px; min-height: 150px; object-fit: cover;
    @media (min-width: 1080px) { height: 34vh; }
    -webkit-mask-image: linear-gradient(to bottom,
      #000 0%, #000 50%,
      rgba(0, 0, 0, 0.97) 55%, rgba(0, 0, 0, 0.92) 60%, rgba(0, 0, 0, 0.83) 65%,
      rgba(0, 0, 0, 0.71) 70%, rgba(0, 0, 0, 0.56) 75%, rgba(0, 0, 0, 0.4) 80%,
      rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.13) 90%, rgba(0, 0, 0, 0.05) 95%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom,
      #000 0%, #000 50%,
      rgba(0, 0, 0, 0.97) 55%, rgba(0, 0, 0, 0.92) 60%, rgba(0, 0, 0, 0.83) 65%,
      rgba(0, 0, 0, 0.71) 70%, rgba(0, 0, 0, 0.56) 75%, rgba(0, 0, 0, 0.4) 80%,
      rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.13) 90%, rgba(0, 0, 0, 0.05) 95%, rgba(0, 0, 0, 0) 100%);
  }
  & video.pps-showcase__img { @media (min-width: 1080px) { object-position: center 88%; } }
  & .pps-showcase__img--bottom { object-position: center bottom; }
  & .pps-showcase__hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.3) 18%, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.05) 48%, rgba(0, 0, 0, 0) 60%);
    @media (min-width: 1080px) { display: none; }
  }
  & .pps-showcase__cap {
    position: absolute; z-index: 2; top: 0; left: 0;
    display: flex; flex-direction: column; gap: 6px;
    padding: 25px 20px; color: #fff;
    @media (min-width: 1080px) {
      position: static;
      width: 100%;
      padding: 24px calc(1.5vw + 20px) 0;
    }
  }
  & .pps-showcase__cap--plain {
    position: static;
    padding: 6px 6px 0;
    @media (min-width: 1080px) { padding: 4px 4px 0; }
  }
  & .pps-showcase__title {
    font-size: clamp(22px, 5vw, 42px); font-weight: 500; -webkit-text-stroke: 0.55px currentColor; letter-spacing: -0.01em; line-height: 1.25; margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  & .pps-showcase__text {
    font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, 0.92); margin: 0; max-width: 24em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    @media (min-width: 1080px) { font-size: 14px; }
  }
  & .pps-showcase__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
    margin-inline: -14px;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
    padding-bottom: 16px;
    @media (min-width: 1080px) {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      overflow: visible;
      margin-inline: 0;
      padding-inline: 0;
      padding-bottom: 0;
    }
  }
  & .pps-showcase__grid::-webkit-scrollbar { height: 4px; }
  & .pps-showcase__grid::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.45); border-radius: 999px; }
  & .pps-showcase__grid::-webkit-scrollbar-track { background: transparent; margin-inline: 14px; }

  /* [C] ソーラーカードの左上バッジ：塗りピル1個 → 線スタイル2分割（出力W / 重さkg） */
  & .pps-showcase__block--solar .lpc__badge {
    display: inline-flex;
    gap: 4px;
    padding: 0;
    background: none;
  }
  & .pps-sbadge {
    padding: 2px 7px 2px;
    border: 1px solid var(--clr-blue-deep);
    border-radius: 999px;
    background: #fff;
    color: var(--clr-blue-deep);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    @media (min-width: 1080px) { font-size: 11px; padding: 3px 8px 2px;}
  }
  & .pps-showcase__grid > * {
    flex: 0 0 auto;
    width: 46%;
    scroll-snap-align: start;
    @media (min-width: 1080px) { width: auto; }
  }

  & .page-primeday2026 { background: transparent; }

  /* [C] ── サポート体制（買う前 / 買った後） ── */
  & .pps-support__box {
    background:rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    padding: 20px 16px;
    margin-top: 8px;
    color: var(--clr-ink);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
    row-gap: 14px;

    @media (min-width: 1080px) {
      row-gap: 0;
      grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
      grid-template-rows: auto 1fr;
      grid-template-areas:
        "ttl cards"
        "img cards";
      column-gap: 32px;
      align-items: start;
      border-radius: 14px;
      padding: 28px 28px 24px 38px;
      margin-top: 15px;
    }
  }
  & .pps-support__img {
    display: block;
    width: min(32vw, 140px);
    height: auto;
    margin: 0;

    @media (min-width: 1080px) {
      grid-area: img;
      width: 100%;
      margin: 10px 0 0;
    }
  }
  & .pps-support__title {
    font-size: clamp(14px, 4.3vw, 17px);
    font-weight: 500;
    -webkit-text-stroke: 0;
    line-height: 1.4;
    text-align: left;
    color: var(--clr-ink);
    margin: 0;

    @media (min-width: 1080px) {
      grid-area: ttl;
      font-size: 24px;
      text-align: center;
      margin-bottom: 0;
    }
  }

  & .pps-support__layout {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;

    @media (min-width: 1080px) {
      grid-area: cards;
      align-self: center;
      grid-template-columns: 2fr 3fr;
      gap: 20px;
      align-items: stretch;
    }
  }
  & .pps-support__group {
    display: grid;
    gap: 8px;
    align-content: start;
    background: none;
    padding: 0;
  }
  & .pps-support__badge {
    justify-self: stretch;
    margin: 0;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--clr-blue);
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 4px 14px;

    @media (min-width: 1080px) {
      min-height: 38px;
      font-size: 14px;
    }
  }
  & .pps-support__badge--fill {
    background: var(--clr-blue);
    border-color: var(--clr-blue);
    color: #fff;
  }
  & .pps-support__cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;

    @media (min-width: 1080px) {
      grid-template-columns: none;
      gap: 16px;
    }
  }
  & .pps-support__cards--before {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    @media (min-width: 1080px) {
      grid-template-columns: 1fr 1fr;
    }
  }
  & .pps-support__cards--after {
    @media (min-width: 1080px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  & .pps-support__group--after {
    @media (min-width: 1080px) {
      border-left: 1px solid var(--clr-line);
      padding-left: 24px;
    }
  }
  & .pps-support__card {
    padding: 6px 0;
    display: grid;
    gap: 6px;
    align-content: start;
    justify-items: center;
    text-align: center;

    @media (min-width: 1080px) {
      gap: 10px;
    }
  }
  & .pps-support__card-ttl {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;

    @media (min-width: 1080px) {
      font-size: 16px;
      line-height: 1.5;
    }
  }
  & .pps-support__card-desc {
    margin: 0;
    font-size: 10px;
    line-height: 1.6;
    color: var(--clr-sub);
    text-align: left;

    @media (min-width: 1080px) {
      font-size: 13px;
      line-height: 1.7;
    }
  }
  & .pps-support__ico {
    display: inline-flex;
    width: 22px;
    height: 22px;
    color: var(--clr-blue);

    @media (min-width: 1080px) {
      width: 28px;
      height: 28px;
    }

    & svg {
      width: 100%;
      height: 100%;
    }
  }
  & .pps-support__card-logo {
    display: block;
    padding: 8px 12px;
    border: 1px solid #c9d1d6;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    text-decoration: none;

    @media (min-width: 1080px) {
      border-radius: 6px;
      padding: 10px 16px;
    }

    & img {
      display: block;
      width: auto;
      height: 12px;
      margin: 0 auto;

      @media (min-width: 1080px) {
        height: 15px;
      }
    }

    @media (hover: hover) {
      &:hover {
        border-color: var(--clr-blue);
      }
    }
  }
  /* [B] ── 特典 ── */
  & .pps-benefits {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: var(--clr-ink);
    padding-bottom: 60px;
    @media (min-width: 1080px) {
      width: auto;
      max-width: none;
      padding: 64px var(--pps-pad) 112px;
    }
  }

  & .pps-benefits__loop {
    position: absolute;
    left: 0; right: 0;
    bottom: 3%;
    z-index: 0;
    pointer-events: none;
    @media (min-width: 1080px) { bottom: 3%; }
  }
  & .pps-benefits__loop-track {
    display: flex;
    width: max-content;
  }
  & .pps-benefits__loop.is-anim .pps-benefits__loop-track {
    animation: pps-benefits-loop 64s linear infinite;
    will-change: transform;
  }
  & .pps-benefits__loop.is-scrolling .pps-benefits__loop-track {
    animation-play-state: paused;
  }
  & .pps-benefits__loop-img {
    display: block;
    height: clamp(72px, 17vw, 168px);
    width: auto;
    opacity: 0.5;
  }

  & .pps-benefits__list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    list-style: none; padding: 0; margin: 30px 0 0;
    @media (min-width: 1080px) { margin: 40px 0 0; gap: 20px; max-width: 1040px; margin-inline: auto; }
  }

  & .pps-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 8px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;

    @media (min-width: 1080px) { padding: 36px 16px 44px; border-radius: 10000px; }
  }
  & .pps-benefits__num {
    display: grid; place-items: center;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--clr-blue-deep);
    color: #fff;
    font-family: var(--en); font-weight: 700; font-size: 14px;
    margin-bottom: 12px;
    @media (min-width: 1080px) { width: 38px; height: 38px; font-size: 18px; margin-bottom: 16px; }
  }
  & .pps-benefits__ttl {
    color: var(--clr-blue-deep);
    font-size: 13px; font-weight: 700; line-height: 1.4;
    min-height: calc(1.4em * 3);
    display: block; align-content: center;
    @media (min-width: 1080px) { font-size: 19px; }
  }
  & .pps-benefits__desc {
    color: var(--clr-sub);
    font-size: 10px; line-height: 1.5; margin-top: 6px;
    min-height: calc(1.5em * 2);
    display: block; align-content: start;
    @media (min-width: 1080px) { font-size: 12px; margin-top: 10px; }
  }
  & .pps-benefits__ttl span,
  & .pps-benefits__desc span { display: inline-block; }
  & .pps-benefits__img {
    display: block;
    width: 90%; height: auto;
    margin-top: 14px;
    @media (min-width: 1080px) { width: 88%; margin-top: 22px; }
  }
}

/* [B] ── 下部追従バー（.page-bousai-sale-2026 の外＝position:fixed のため独立） ── */
/* 回転する追従バッジ（.page-bousai-sale-2026 の外に出力されるためトップレベルで定義） */
.pps-floatbadge {
  /* SP: 追従せず KV 右下（下端に50%かかる位置）に固定配置。PC: 従来の右下フィックス＋KV外で非表示 */
  position: relative;
  z-index: 20;
  width: 148px;
  height: 148px;
  margin: -120px 12px -40px auto;
  display: grid;
  place-content: center;
  text-decoration: none;
  filter: drop-shadow(0 3px 10px rgba(0, 15, 22, 0.18));
  transition: opacity 0.25s ease, visibility 0.25s ease;

  @media (min-width: 1080px) {
    position: fixed;
    right: 28px;
    bottom: 96px;
    margin: 0;
    width: 210px;
    height: 210px;
  }

  @media (min-width: 1080px) {
    &.is-hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  }
}
.pps-floatbadge__spin {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: pps-badge-spin 14s linear infinite;
  will-change: transform;
}
.pps-floatbadge__body {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 2px;
}
.pps-floatbadge__ico {
  width: 48px;
  height: 48px;

  @media (min-width: 1080px) {
    width: 70px;
    height: 70px;
  }
}
.pps-floatbadge__txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #fff;

  @media (min-width: 1080px) {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pps-floatbadge__spin { animation: none; }
}

.pps-stickybar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(152deg, #6fe2f6 0%, #1ec2e9 52%, #08a7d6 100%);
  color: #fff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.18);
  transform: translateY(105%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;

  &.is-visible { transform: translateY(0); }
  &.is-kv { background: #00cbeb; }

  /* SP: 特別価格セクション表示中は退避（PCは下の media で無効化） */
  &.is-in-models { transform: translateY(105%); }
  @media (min-width: 1080px) {
    &.is-visible.is-in-models { transform: translateY(0); }
  }

  & .pps-stickybar__cd {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-family: "din-2014-narrow", sans-serif;
    font-size: 12px;
    & b { font-size: 1.2em; font-weight: 700; font-variant-numeric: tabular-nums; }
    & .pps-countdown__label { opacity: 0.85; }
    & .pps-countdown__time { display: inline-flex; align-items: baseline; gap: 3px; }

    @media (min-width: 1080px) {
      flex-direction: row;
      align-items: baseline;
      gap: 3px;
      & .pps-countdown__label { margin-right: 4px; }
    }
  }

  & .pps-stickybar__cta {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #FF3243;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }

  @media (min-width: 1080px) {
    justify-content: center;
    gap: 24px;
    padding: 12px;
    & .pps-stickybar__cd { font-size: 14px; }
  }
}

/* ============================================================
   [B] 防災バッグ訴求（page-bousai から移植・SPファースト入れ子）
   ============================================================ */
.page-bousai-sale-2026 .pps-bag {
  padding: 32px 10px 0;

  @media (min-width: 1080px) {
    padding: 64px 0 0;
  }

  & .Bousai-bag {
    position: relative;
    margin: 0;
    padding: 65px 16px 28px;
    background: #fff;
    border: 8px solid var(--clr-blue, #00cbeb);

    @media (min-width: 1080px) {
      max-width: 1272px;
      margin-inline: auto;
      padding: 90px 56px 30px 36px;
    }
  }

  & .bousai-bag-cover {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  & .bousai-bag-badge,
  & .bousai-bag-items-scroller,
  & .bousai-bag-buttons,
  & .bousai-bag-link {
    position: relative;
    z-index: 2;
  }

  & .bousai-bag-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  & .bousai-bag-content {
    display: flex;
    flex-direction: column;
    gap: 10px;

    @media (min-width: 1080px) {
      align-items: flex-start;
      gap: 12px;
    }
  }

  & .bousai-bag-title {
    text-align: center;

    @media (min-width: 1080px) {
      text-align: left;
    }
  }

  & .bousai-bag-target-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 10px 0px;
    background: #00cbeb;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;

    @media (min-width: 1080px) {
      padding: 12px 16px 16px;
      font-size: 24px;
    }
  }

  & .bousai-bag-subtitle {
    display: none;
    color: #00cbeb;

    @media (min-width: 1080px) {
      display: block;
      margin-bottom: 6px;
      font-size: 18px;
    }
  }

  & .bousai-bag-main-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #00cbeb;
    font-family: var(--en);
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;

    @media (min-width: 1080px) {
      justify-content: flex-start;
      gap: 16px;
      font-size: 9.25cqw;
      white-space: nowrap;
    }
  }

  & .bousai-bag-main {
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media (min-width: 1080px) {
      flex: 1;
      width: 100%;
      flex-direction: row;
      align-items: stretch;
      gap: 24px;
    }
  }

  & .bousai-bag-image {
    position: relative;
    display: flex;
    flex-direction: column;

    @media (min-width: 1080px) {
      display: block;
      flex: 0 0 550px;
      max-width: 80%;
    }
  }

  & .bousai-bag-main-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  & .bousai-bag-badge {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "new icon"
      "text icon";
    align-items: center;
    column-gap: 12px;
    row-gap: 2px;
    width: fit-content;
    max-width: 100%;
    margin: 16px auto 0;
    padding: 10px 14px 10px;
    background: #fff;
    border: 2px solid var(--clr-blue, #00cbeb);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none;

    @media (min-width: 1080px) {
      position: absolute;
      top: 4%;
      left: 3.5%;
      display: block;
      width: 25%;
      margin: 0;
      padding: 0;
      border-radius: 12px;
    }

    & .bousai-bag-badge-tag {
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      aspect-ratio: 1;
      margin-inline: auto;
      background: var(--clr-blue, #00cbeb);
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;

      @media (min-width: 1080px) {
        top: 0;
        bottom: 0;
        left: auto;
        right: -13%;
        width: 26%;
        margin: auto 0;
        font-size: 24px;
      }
    }

    & .bousai-bag-badge-new {
      grid-area: new;
      align-self: end;
      z-index: 2;
      color: var(--clr-blue, #00cbeb);
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0.04em;

      @media (min-width: 1080px) {
        position: absolute;
        top: 8px;
        left: 12px;
        font-size: 12px;
      }
    }

    & .bousai-bag-badge-icon {
      grid-area: icon;
      position: relative;
      flex: 0 0 auto;
      display: block;
      width: 80px;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;

      @media (min-width: 1080px) {
        width: 100%;
        border-radius: 12px 12px 0 0;
      }

      & img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;

        @media (min-width: 1080px) {
          padding: 5% 0% 0% 15%;
          width: 87%;
          margin: 0 auto;
        }
      }

      & .bousai-bag-badge-nlb {
        position: absolute;
        bottom: 3px;
        right: 3px;
        z-index: 1;
        width: 14px;
        height: auto;
        margin: 0;
        padding: 0;
        pointer-events: none;

        @media (min-width: 1080px) {
          bottom: 11px;
          left: 10px;
          right: auto;
          width: 25px;
        }
      }
    }

    & .bousai-bag-badge-text {
      grid-area: text;
      align-self: start;
      display: block;
      flex: 1;
      color: #1a1a1a;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.45;
      text-align: left;

      @media (min-width: 1080px) {
        flex: none;
        padding: 0 8px 5px;
        font-size: 12px;
      }
    }
  }

  & .bousai-bag-details {
    display: contents;

    & .bousai-bag-header {
      order: -1;
      width: 100%;
    }

    @media (min-width: 1080px) {
      display: grid;
      gap: 14px;
      flex: 1;
      min-width: 0;
      align-self: center;
      container-type: inline-size;
      padding-block: 15px;

      & .bousai-bag-header {
        order: 0;
      }
    }
  }

  & .bousai-bag-items-group {
    display: contents;

    @media (min-width: 1080px) {
      display: grid;
      gap: 10px;
    }
  }

  & .bousai-bag-product-title {
    display: flex;
    align-items: center;
    gap: 8px;

    & span {
      color: #1a1a1a;
      font-size: 13px;

      @media (min-width: 1080px) {
        font-size: 16px;
      }
    }
  }

  & .bousai-bag-items-scroller {
    position: relative;
    min-width: 0;
    max-width: 100%;
    margin-top: -12px;

    @media (min-width: 1080px) {
      margin-top: 0;
    }
  }

  & .bousai-bag-items {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 34%;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }

    @media (min-width: 1080px) {
      grid-auto-columns: calc((100% - 24px) / 4);
    }
  }

  & .bousai-bag-item {
    position: relative;
    padding: 10px;
    background: #f2f4f6;
    border-radius: 8px;
    scroll-snap-align: start;

    @media (min-width: 1080px) {
      padding: 14px 6px;
    }
  }

  & .bousai-bag-item-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  & .bousai-bag-item-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    width: 40px;
    height: auto;
    pointer-events: none;

    @media (min-width: 1080px) {
      width: 48px;
    }
  }

  & .bousai-bag-item-badge--nlb {
    width: 20px;
    top: 10px;
    left: 10px;

    @media (min-width: 1080px) {
      width: 24px;
    }
  }

  & .bousai-bag-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    text-align: center;

    @media (min-width: 1080px) {
      gap: 4px;
    }
  }

  & .bousai-bag-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;

    @media (min-width: 1080px) {
      width: 80px;
      height: 80px;
    }
  }

  & .bousai-bag-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  & .bousai-bag-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1a1a1a;
    font-size: 10px;
    line-height: 1.1;

    @media (min-width: 1080px) {
      line-height: 1.35;
    }
  }

  & .bousai-bag-items-arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 30px;
    aspect-ratio: 1;
    padding: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    cursor: pointer;

    &::before {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1.6px solid var(--clr-blue, #00cbeb);
      border-right: 1.6px solid var(--clr-blue, #00cbeb);
    }

    &.bousai-bag-items-arrow--prev {
      left: -8px;

      &::before {
        transform: translateX(1px) rotate(-135deg);
      }
    }

    &.bousai-bag-items-arrow--next {
      right: -8px;

      &::before {
        transform: translateX(-1px) rotate(45deg);
      }
    }
  }

  & .bousai-bag-footer {
    margin-top: 0;
    padding-top: 15px;

    @media (min-width: 1080px) {
      display: grid;
      gap: 25px;
      padding-top: 14px;
    }
  }

  & .bousai-bag-description {
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.01em;

    @media (min-width: 1080px) {
      margin-bottom: 0;
      font-size: 16px;

    }
  }

  & .bousai-bag-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    @media (min-width: 1080px) {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 10px;
    }
  }

  & .bousai-bag-price-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  & .bousai-bag-discount {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  & .bousai-bag-price {
    display: flex;
    flex-direction: column;
    gap: 10px;

    @media (min-width: 1080px) {
      & .price-amount {
        font-size: 26px;
      }
    }
  }

  & .bousai-bag-buttons {
    display: flex;
    gap: 12px;
    width: 100%;

    @media (min-width: 1080px) {
      gap: 15px;
      width: auto;
    }
  }

  & .btn-buy {
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

    @media (min-width: 1080px) {
      min-width: 220px;
      padding: 13px 36px;
      font-size: 16px;
    }
  }

  & .btn-detail {
    width: 100%;
    background: var(--clr-blue, #00cbeb);
    border: 2px solid var(--clr-blue, #00cbeb);
    color: #fff;

    @media (min-width: 1080px) {
      width: auto;
    }

    &:hover {
      color: #fff !important;
    }
  }

  & .bousai-bag-link {
    margin-top: 20px;
  }

  & .bousai-bag-note {
    margin-top: 20px;
    color: #666;
    font-size: 10px;
    line-height: 1.6;

    @media (min-width: 1080px) {
      max-width: 1272px;
      margin-top: 12px;
      margin-inline: auto;
    }
  }
}
