/* =========================================
   初期styleリセット
========================================= */
.lout-grid.lout-breadcrumbs {
    display: none !important;
}
.lout-grid h1 {
    display: none;
    border-bottom: none;
}
.lout-grid h1:after{
    content:none;
}
.lout-grid h2,.lout-grid h3{
    border-bottom: none;
}
.lout-grid.lout-breadcrumbs {
    width: 960px;
}
.lout-followmenu {
    display: none;
}

header.lout-header.lout-grid {
    width: 960px;
}
.lout-grid {
    width: 100%;
}
.lout-footer .lout-footer-inner {
    width: 100%;
max-width: 960px;
    margin: auto;
}
.lout-hamburgerbtn{
    display: none;
}
.lout-contents {
    padding-left: 0px;
    padding-right: 0px;
}
.css-1r2yhgy.evf3f5610{
    display: none;
}
.ymtbanner.is-w899 {
    margin: 0;
}

@media (min-width: 768px) {
.pc-br{
    display: none;
}
}

@media (max-width: 768px) {
.sp-br{
    display: none;
}
}

/* ---------- 0. WordPress テーマリセット ----------------------------------- */
.lout-grid { width: 100%; }
.lout-contents { padding-left: 0; padding-right: 0; }
.lout-grid h1 { display: none; border-bottom: none; }
.lout-grid h1:after { content: none; }
.lout-grid h2, .lout-grid h3 { border-bottom: none; }

/* ---------- 1. トークン ---------------------------------------------------- */
#custom-lp-wrapper {
  --paper: #FFFFFF;
  --paper-2: #F4F7FA;
  --paper-3: #EBF1F6;
  --sky: #DFEBF6;

  --navy: #123A6E;
  --navy-deep: #0B2748;
  --navy-ink: #14294A;

  --ink: #1E2C3D;
  --ink-2: #56687C;
  --rule: #DCE4EC;
  --rule-2: #C3D0DC;

  --flame: #E4451E;
  --flame-deep: #C33A17;
  --gold: #B99A55;
  --gold-pale: #DFCFA6;
  --aqua: #3E8FD9;

  --f-disp: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --f-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --f-num: "Jost", "Helvetica Neue", Arial, sans-serif;
  /* 明朝と同じ毛筆起源の抑揚を持つオールドスタイル・セリフ。金の細罫と線の太さが揃う */
  --f-script: "Cormorant Garamond", Georgia, serif;

  --w: 1160px;
  --gut: 22px;

  font-family: var(--f-body);
  font-size: 16px;
  line-height: 2;
  letter-spacing: .035em;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
  padding-bottom: 78px;
  -webkit-font-smoothing: antialiased;
}
#custom-lp-wrapper ::selection { background: var(--flame); color: #fff; }

/* ---------- 2. wpautop リセット -------------------------------------------- */
#custom-lp-wrapper p:empty { display: none !important; }
/* margin-bottom だけでは wpautop が画像を包んだ <p> の上マージンが残るため両方消す */
#custom-lp-wrapper p { margin: 0; }
#custom-lp-wrapper h1,
#custom-lp-wrapper h2,
#custom-lp-wrapper h3 {
  display: block !important; visibility: visible !important;
  margin: 0; padding: 0; font-weight: normal; border: none;
}
#custom-lp-wrapper h1:after, #custom-lp-wrapper h2:after, #custom-lp-wrapper h3:after { content: none; }
#custom-lp-wrapper ul, #custom-lp-wrapper ol { margin: 0; padding: 0; list-style: none; }
#custom-lp-wrapper dl, #custom-lp-wrapper dd, #custom-lp-wrapper dt { margin: 0; padding: 0; }
#custom-lp-wrapper figure { margin: 0; }
#custom-lp-wrapper a { text-decoration: none; color: inherit; }
#custom-lp-wrapper b { font-weight: 700; }
#custom-lp-wrapper em { font-style: normal; }
#custom-lp-wrapper sup { font-size: .54em; vertical-align: super; letter-spacing: 0; }
#custom-lp-wrapper img {
  display: block; max-width: 100%; height: auto; border: none;
  vertical-align: bottom;
}
#custom-lp-wrapper a:focus-visible,
#custom-lp-wrapper summary:focus-visible { outline: 3px solid var(--flame); outline-offset: 3px; }

/* --- wpautop 対策 ---------------------------------------------------------
   WordPress は改行のある箇所に <br> を、単独の <a> に class 無しの <p> を挿入する。
   flex/grid の子として混入するとレイアウトが崩れるため、無効化しておく。          */
#custom-lp-wrapper .hero-cta br,
#custom-lp-wrapper .midcta-btns br,
#custom-lp-wrapper .close-btns br,
#custom-lp-wrapper .fixbar br,
#custom-lp-wrapper .why-gal br,
#custom-lp-wrapper .mn-btn br,
#custom-lp-wrapper .fixbar-btn br,
/* 図版は <img> と <figcaption> の間に <br> が入り、行ボックス分の隙間ができる */
#custom-lp-wrapper .gal-i br,
#custom-lp-wrapper .trust-figs br,
#custom-lp-wrapper .msr-fig br,
#custom-lp-wrapper .ax-fig br,
#custom-lp-wrapper .hero-photo br,
#custom-lp-wrapper .hzmap-frame br,
#custom-lp-wrapper .hzmap-cap br,
#custom-lp-wrapper .hz-steps br,
#custom-lp-wrapper .sg br,
#custom-lp-wrapper .stat-gal br,
#custom-lp-wrapper .stat-bridge br,
#custom-lp-wrapper .scta-btns br,
#custom-lp-wrapper .spec-fig br { display: none; }
/* ↑ここで必ず閉じること。このリストを正規表現で編集すると [^{}]* が改行を越えて
   末尾の宣言ブロックごと消す事故が起きる（v20・v30で2回発生）。手で編集する。 */

/* wpautop 由来の <p> は class を持たない。意図した <p> と区別して透過させる */
#custom-lp-wrapper .hero-cta p:not([class]),
#custom-lp-wrapper .midcta-btns p:not([class]),
#custom-lp-wrapper .close-btns p:not([class]),
#custom-lp-wrapper .fixbar p:not([class]),
#custom-lp-wrapper .path p:not([class]),
#custom-lp-wrapper .why-gal p:not([class]),
#custom-lp-wrapper .scta-btns p:not([class]),
#custom-lp-wrapper .hzmap-frame p:not([class]),
#custom-lp-wrapper .hzmap-cap p:not([class]),
#custom-lp-wrapper .stat-gal p:not([class]) { display: contents; }

/* 内容に近い場所へ移した注釈の余白 */
#custom-lp-wrapper .msr-txt .fnote,
#custom-lp-wrapper .ax-txt .fnote { margin-top: 14px; }
#custom-lp-wrapper .cost-fnote { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--rule-2); }
#custom-lp-wrapper .why-fnote { margin-top: 14px; }

/* ---------- 3. 共通 -------------------------------------------------------- */
#custom-lp-wrapper .full-bleed { width: 100vw; margin-left: calc(50% - 50vw); position: relative; }
#custom-lp-wrapper .mn-wrap {
  box-sizing: border-box;
  max-width: var(--w);
  margin-left: auto; margin-right: auto;
  padding-left: var(--gut); padding-right: var(--gut);
}
#custom-lp-wrapper .mn-wrap-narrow { max-width: 840px; }
#custom-lp-wrapper .mn-pc { display: none; }
@media (min-width: 768px) {
  #custom-lp-wrapper .mn-pc { display: inline; }
  #custom-lp-wrapper .mn-sp { display: none; }
}

/* 見出し */
#custom-lp-wrapper .h2 {
  font-family: var(--f-disp);
  font-weight: 700;
  /* SPは12字の句が1行に収まる上限。27px/.045em では8px溢れて2字だけ次行に落ちる */
  font-size: 26px;
  line-height: 1.62;
  letter-spacing: .03em;
  color: var(--navy-ink);
  font-feature-settings: "palt" 1;
}
#custom-lp-wrapper .h2 em { color: var(--ink-2); font-weight: 500; }
#custom-lp-wrapper .h3 {
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.68;
  letter-spacing: .045em;
  color: var(--navy-ink);
  font-feature-settings: "palt" 1;
  margin-bottom: 14px;
}
#custom-lp-wrapper .h3 em { color: var(--ink-2); font-weight: 500; }
#custom-lp-wrapper .lead { font-size: 16px; color: var(--ink-2); max-width: 40em; }
#custom-lp-wrapper .body { font-size: 16px; }
/* 脚注はぶら下げて、細い罫で本文と切る */
#custom-lp-wrapper .fnote {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: var(--ink-2);
  max-width: 62em;
}
#custom-lp-wrapper .fnote-dark {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
#custom-lp-wrapper .fnote-light { color: rgba(255,255,255,.52); margin-top: 26px; }
@media (min-width: 768px) {
  #custom-lp-wrapper .h2 { font-size: 40px; letter-spacing: .045em; }
  #custom-lp-wrapper .h3 { font-size: 23px; }
  #custom-lp-wrapper .lead { font-size: 17px; }
  #custom-lp-wrapper .body { font-size: 17px; }
}

/* 縦組みの章ラベル（このページの署名的な要素） */
#custom-lp-wrapper .vlabel {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--navy);
  margin-bottom: 20px;
}
#custom-lp-wrapper .vlabel::before { content: ""; flex: none; width: 26px; height: 1px; background: var(--gold); }
#custom-lp-wrapper .vlabel-light { color: var(--gold-pale); }
#custom-lp-wrapper .vlabel-light::before { background: var(--gold-pale); }
@media (min-width: 900px) {
  #custom-lp-wrapper .vlabel {
    writing-mode: vertical-rl;
    /* 縦組みでは cross 軸＝水平方向。center で罫と文字の軸を揃え、列内に収める */
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    padding-top: 6px;
    font-size: 13px;
    letter-spacing: .28em;
    /* 行の高さが足りないと縦組みは段組みに折れる。折り返しを禁止し、
       親の align-items に依存せず自分の高さを内容に合わせる */
    line-height: 1.3;
    white-space: nowrap;
    align-self: start;
    height: max-content;
  }
  #custom-lp-wrapper .vlabel span { white-space: nowrap; }
  #custom-lp-wrapper .vlabel::before { width: 1px; height: 30px; flex: none; }
}

/* 章の導入（縦ラベル ＋ 見出し・リード） */
#custom-lp-wrapper .head-a { display: grid; grid-template-columns: 1fr; }
#custom-lp-wrapper .head-a-body .lead { margin-top: 22px; }
@media (min-width: 900px) {
  #custom-lp-wrapper .head-a {
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: start;
    /* 縦組みラベルが必ず収まる高さを確保する（見出しだけの章でも折れない） */
    min-height: 172px;
  }
}

/* 小見出しラベル（軸・区分） */
#custom-lp-wrapper .ax-lbl {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--navy);
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
#custom-lp-wrapper .ax-lbl::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 3px; height: 13px;
  background: var(--gold);
  transform: translateY(-50%);
}

/* テキストリンク */
/* 始め括弧は字面の左に半角ぶんのアキを持つため、その分だけ戻して光学的に左を揃える */
#custom-lp-wrapper .opt-kakko { text-indent: -.5em; }

/* 見出しは行長を均す。対応ブラウザでは末行に1〜2字だけ残る泣き別れが消える
   （未対応ブラウザは無視するだけなので害はない） */
#custom-lp-wrapper .hero-h1,
#custom-lp-wrapper .h2,
#custom-lp-wrapper .h3,
#custom-lp-wrapper .why-h2,
#custom-lp-wrapper .stat-h2,
#custom-lp-wrapper .close-h2,
#custom-lp-wrapper .hz-act-t,
#custom-lp-wrapper .midcta-t,
#custom-lp-wrapper .scta-t,
#custom-lp-wrapper .stat-bridge,
#custom-lp-wrapper .why-band-d { text-wrap: balance; }
/* ↑セレクタリスト。行単位で編集すると終端の宣言ブロックごと消える（v31で発生）。手で編集する。 */

/* 帯の締めの一文（旧 .why-close の役割を引き継ぐ） */
#custom-lp-wrapper .why-band-d {
  font-family: var(--f-disp); font-weight: 700;
  font-size: 20px; line-height: 1.7; letter-spacing: .1em;
  color: var(--navy-ink); font-feature-settings: "palt" 1;
  text-align: center;
  margin-bottom: 18px;
}
#custom-lp-wrapper .why-band-cta { text-align: center; }
@media (min-width: 900px) {
  #custom-lp-wrapper .why-band-d { font-size: 28px; margin-bottom: 22px; }
}

#custom-lp-wrapper .mn-link {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  transition: color .2s ease, border-color .2s ease;
}
#custom-lp-wrapper .mn-link:hover { color: var(--flame); border-color: var(--flame); }
/* CV導線のテキストリンク。SPで指のタップ領域が44pxに届かないため上方向に伸ばす
   （下線は border-bottom のままなので見た目の位置は変わらない） */
#custom-lp-wrapper .mn-link { padding-top: 13px; }
#custom-lp-wrapper .hzmap-ext { padding-top: 16px; }
@media (min-width: 768px) {
  #custom-lp-wrapper .mn-link { padding-top: 2px; }
  #custom-lp-wrapper .hzmap-ext { padding-top: 2px; }
}

/* ---------- 4. ボタン ------------------------------------------------------ */
#custom-lp-wrapper .mn-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 64px;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.4;
  transition: background .24s ease, color .24s ease, border-color .24s ease, transform .24s ease;
}
#custom-lp-wrapper .mn-btn-sub { font-weight: 400; font-size: 11px; letter-spacing: .12em; opacity: .82; }
#custom-lp-wrapper .mn-btn-primary { background: var(--flame); color: var(--paper); }
#custom-lp-wrapper .mn-btn-primary:hover { background: var(--flame-deep); transform: translateY(-2px); }
#custom-lp-wrapper .mn-btn-outline { border: 1px solid var(--navy); color: var(--navy); background: transparent; }
#custom-lp-wrapper .mn-btn-outline:hover { background: var(--navy); color: var(--paper); transform: translateY(-2px); }
#custom-lp-wrapper .mn-btn-outline-light { border-color: rgba(255,255,255,.55); color: #fff; }
#custom-lp-wrapper .mn-btn-outline-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
#custom-lp-wrapper .mn-btn-lg { min-height: 72px; font-size: 17px; }

/* ---------- 5. ヒーロー ---------------------------------------------------- */
/* SP: 写真は背景にせず、テキストの下に独立したブロックとして置く
   PC: 写真を背景に敷き、左を白へ抜いて文字を乗せる */
#custom-lp-wrapper .hero { position: relative; overflow: hidden; background: var(--paper); }
#custom-lp-wrapper .hero-media { position: relative; }
#custom-lp-wrapper .hero-photo img {
  width: 100%;
  height: 62vw;
  max-height: 340px;
  object-fit: cover;
  object-position: center 60%;
}
#custom-lp-wrapper .hero-veil { display: none; }
/* PC: 写真を背景に敷かず、左テキスト／右写真の分割にする（外観が切れない） */
@media (min-width: 960px) {
  #custom-lp-wrapper .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44%;
    align-items: stretch;
    background: var(--paper);
  }
  #custom-lp-wrapper .hero-media { position: relative; }
  #custom-lp-wrapper .hero-photo { position: absolute; inset: 0; }
  #custom-lp-wrapper .hero-photo img {
    width: 100%; height: 100%; max-height: none;
    object-fit: cover;
    object-position: center 52%;
  }
  #custom-lp-wrapper .hero-veil { display: none; }
}
#custom-lp-wrapper .hero-inner {
  box-sizing: border-box;
  position: relative; z-index: 3;
  max-width: 1440px; margin: 0 auto;
  padding: clamp(36px, 4.6vw, 72px) 22px clamp(40px, 4.8vw, 76px);
}
@media (min-width: 960px) {
  /* 左カラムの本文をページのコンテナ基準（max 1160px）に揃える */
  #custom-lp-wrapper .hero-inner {
    max-width: none; margin: 0;
    padding-top: clamp(48px, 4.4vw, 72px);
    padding-bottom: clamp(48px, 4.4vw, 76px);
    padding-left: max(24px, calc((100vw - 1160px) / 2 + 22px));
    padding-right: clamp(28px, 4vw, 60px);
    display: flex; flex-direction: column; justify-content: center;
  }
}
/* ヘッダーは置かず、ロゴをFVの組版の一部として最上段に置く */
#custom-lp-wrapper .hero-brand { margin-bottom: clamp(20px, 2.6vw, 40px); }
#custom-lp-wrapper .hero-brand img { width: clamp(118px, 11.4vw, 164px); }
#custom-lp-wrapper .hero-kicker {
  font-family: var(--f-num);
  font-weight: 500;
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: .26em;
  color: var(--navy);
  margin-bottom: clamp(14px, 1.6vw, 22px);
}
#custom-lp-wrapper .hero-kicker-y { color: var(--gold); margin-left: .8em; }
#custom-lp-wrapper .hero-title2 {
  display: flex; align-items: baseline; flex-wrap: wrap;
  gap: 0 clamp(8px, 1.05vw, 17px);
  color: var(--navy);
  margin-bottom: clamp(10px, 1.3vw, 18px);
  line-height: 1.2;
}
#custom-lp-wrapper .hero-title2 b { font-weight: 700; font-size: clamp(16px, 1.84vw, 27px); letter-spacing: .06em; }
#custom-lp-wrapper .hero-title2 em {
  font-family: var(--f-num); font-weight: 700;
  font-size: clamp(32px, 3.6vw, 54px);
  color: var(--flame); line-height: 1;
}
#custom-lp-wrapper .hero-h1 {
  font-family: var(--f-disp);
  font-weight: 800;
  font-size: clamp(33px, 4.9vw, 72px);
  line-height: 1.36;
  letter-spacing: .025em;
  color: var(--navy-ink);
  font-feature-settings: "palt" 1;
  margin-bottom: clamp(18px, 2vw, 30px);
}
#custom-lp-wrapper .hero-h1 em {
  background: linear-gradient(180deg, #6FB3E4 0%, var(--aqua) 55%, #2C79C4 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
#custom-lp-wrapper .hero-sub { font-size: clamp(14px, 1.15vw, 18px); line-height: 2.05; color: var(--ink); max-width: 34em; }
#custom-lp-wrapper .hero-sub b { color: var(--flame); }
#custom-lp-wrapper .hero-cta {
  display: flex; flex-direction: column; align-items: stretch;
  gap: 12px; margin-top: clamp(24px, 2.4vw, 36px);
  max-width: 420px;
}
@media (min-width: 640px) {
  #custom-lp-wrapper .hero-cta { flex-direction: row; max-width: none; }
  #custom-lp-wrapper .hero-cta .mn-btn { min-width: 264px; }
}
/* 円形スタンプ ― 「無料」の一語を主役にした三層構成（ページ内で唯一の円） */
#custom-lp-wrapper .hero-stamp {
  box-sizing: border-box;
  position: absolute; z-index: 4;
  top: 16px; right: 16px;
  width: clamp(130px, 11.4vw, 172px); height: clamp(130px, 11.4vw, 172px);
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  /* 下の行のほうが字数が多く、円は下へいくほど細る。上下のテキスト角から円周までの
     距離（半径方向）が等しくなる位置まで重心を上へ逃がす。
     %は要素幅（＝円の直径）基準なので、SP130px・PC164pxの双方で差1.0px以内に収まる。
     実測で 0〜6% を振って決めた値。動かすと必ずどちらかの端が縁に寄る */
  padding-bottom: 1.4%;
  text-align: center; color: var(--navy);
  box-shadow: 0 10px 30px rgba(11,39,72,.16);
}
/* 内側の細い輪（box-shadowの多重リングではなく実体の二重丸） */
#custom-lp-wrapper .hero-stamp::before {
  content: "";
  position: absolute; inset: 5px;
  border: 1px solid rgba(185,154,85,.38);
  border-radius: 50%;
  pointer-events: none;
}
#custom-lp-wrapper .stamp-top {
  font-size: clamp(9.5px, .82vw, 12px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .04em;
  width: 74%;
  padding-bottom: 5.5%;
  border-bottom: 1px solid rgba(185,154,85,.55);
}
#custom-lp-wrapper .stamp-main {
  font-family: var(--f-disp);
  font-weight: 800;
  font-size: clamp(33px, 2.98vw, 45px);
  line-height: 1;
  letter-spacing: .08em;
  text-indent: .08em;
  color: var(--flame);
  white-space: nowrap;
  /* 罫は上下の span 側に持たせる。円は下へいくほど細るので、
     同じ幅の罫を2本引くと下罫だけが縁に迫って見える            */
  width: auto;
  padding: 0;
  margin: 5.5% 0 5%;
}
#custom-lp-wrapper .stamp-btm { line-height: 1.4; }
#custom-lp-wrapper .stamp-btm {
  font-weight: 600;
  font-size: clamp(9.5px, .8vw, 11.5px);
  letter-spacing: .06em;
  text-indent: .06em;
  color: var(--navy-ink);
  white-space: nowrap;
  width: 74%;
  padding-top: 5.5%;
  border-top: 1px solid rgba(185,154,85,.55);
}

@media (max-width: 959px) {
  #custom-lp-wrapper .hero-h1 { max-width: 12em; }
  #custom-lp-wrapper .hero-sub { max-width: 100%; }
}
/* PC分割レイアウトでは左カラムが狭いので、見出しが2行に収まる寸法へ
   （基本定義より後ろに置かないと上書きされる） */
@media (min-width: 960px) {
  #custom-lp-wrapper .hero-h1 { font-size: clamp(32px, 4.15vw, 58px); }
  #custom-lp-wrapper .hero-sub { max-width: 100%; }
  /* 左カラム幅に合わせて2つのボタンを等分。固定の min-width だと窮屈になる */
  #custom-lp-wrapper .hero-cta { gap: 16px; }
  #custom-lp-wrapper .hero-cta .mn-btn { min-width: 0; flex: 1 1 0; padding-left: 16px; padding-right: 16px; }
}
@media (min-width: 960px) {
  /* スタンプは写真の左上に。分割の境界にまたがらせて2つの面をつなぐ */
  #custom-lp-wrapper .hero-stamp {
    top: clamp(20px, 2.6vw, 40px);
    right: auto;
    left: clamp(-86px, -6vw, -56px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  #custom-lp-wrapper .hero-kicker,
  #custom-lp-wrapper .hero-title2,
  #custom-lp-wrapper .hero-h1,
  #custom-lp-wrapper .hero-sub,
  #custom-lp-wrapper .hero-cta,
  #custom-lp-wrapper .hero-stamp { animation: mn-rise .72s cubic-bezier(.2,.7,.3,1) both; }
  #custom-lp-wrapper .hero-title2 { animation-delay: .06s; }
  #custom-lp-wrapper .hero-h1 { animation-delay: .12s; }
  #custom-lp-wrapper .hero-sub { animation-delay: .2s; }
  #custom-lp-wrapper .hero-cta { animation-delay: .27s; }
  #custom-lp-wrapper .hero-stamp { animation-delay: .34s; }
}
@keyframes mn-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- 7. 紺のバンド -------------------------------------------------- */
#custom-lp-wrapper .band { background: var(--navy); color: #fff; }
#custom-lp-wrapper .band-inner {
  box-sizing: border-box;
  max-width: var(--w); margin: 0 auto;
  padding: 18px var(--gut);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
#custom-lp-wrapper .band-facts { display: flex; flex: 1; }
#custom-lp-wrapper .band-fact { flex: 1; padding: 2px clamp(6px, 1.4vw, 26px); }
#custom-lp-wrapper .band-fact + .band-fact { border-left: 1px solid rgba(255,255,255,.2); }
#custom-lp-wrapper .band-fact-l {
  display: block; font-size: 10px; letter-spacing: .2em;
  color: var(--gold-pale); margin-bottom: 1px;
}
#custom-lp-wrapper .band-fact-v {
  display: block; font-weight: 700;
  font-size: clamp(12px, 1.05vw, 16px); letter-spacing: .04em; line-height: 1.4;
  white-space: nowrap;
}
#custom-lp-wrapper .band-fact-v b {
  font-family: var(--f-num); font-weight: 700;
  font-size: clamp(19px, 1.9vw, 28px); letter-spacing: 0; margin-right: 1px;
}
#custom-lp-wrapper .band-fact-em { color: #FFBFAB; }
#custom-lp-wrapper .band-en {
  display: none; font-family: var(--f-script);
  font-style: italic; font-weight: 300;
  font-size: clamp(21px, 2.05vw, 31px);
  letter-spacing: .06em;
  color: rgba(203,224,240,.82); white-space: nowrap;
}
@media (min-width: 960px) {
  #custom-lp-wrapper .band-inner { padding: 22px var(--gut); }
  #custom-lp-wrapper .band-facts { flex: 1 1 auto; max-width: 780px; }
#custom-lp-wrapper .band-fact { padding: 2px clamp(14px, 3vw, 46px); }
/* 先頭だけは帯の左端に揃える（内側パディングで頭が動くと見出し列とズレる） */
#custom-lp-wrapper .band-facts .band-fact:first-child { padding-left: 0; }
  #custom-lp-wrapper .band-en { display: block; }
}

/* ---------- 8. モニターの中身 ---------------------------------------------- */
#custom-lp-wrapper .why {
  color: var(--ink);
  padding: 62px 0 66px;
  /* ほぼ白の紙に、水のような斜めの光を薄く重ねる */
  background:
    linear-gradient(112deg, rgba(255,255,255,0) 34%, rgba(255,255,255,.85) 41%, rgba(255,255,255,0) 48%),
    linear-gradient(112deg, rgba(255,255,255,0) 58%, rgba(255,255,255,.6) 64%, rgba(255,255,255,0) 70%),
    linear-gradient(158deg, #F8FAFD 0%, #EAF1F8 100%);
}
#custom-lp-wrapper .why-grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
#custom-lp-wrapper .why-left { display: grid; grid-template-columns: 1fr; gap: 20px; }

/* 縦組みラベル（英字＋和文の2本立て・上下に金の罫） */
#custom-lp-wrapper .vlabel2 { display: flex; align-items: center; gap: 12px; }
#custom-lp-wrapper .vlabel2-en {
  font-family: var(--f-num); font-weight: 500;
  font-size: 10px; letter-spacing: .24em; color: var(--ink-2);
}
#custom-lp-wrapper .vlabel2-jp {
  font-weight: 700; font-size: 12px; letter-spacing: .2em; color: var(--navy);
}
@media (min-width: 900px) {
  #custom-lp-wrapper .vlabel2 { flex-direction: row; align-items: flex-start; gap: 16px; padding-top: 6px; }
  #custom-lp-wrapper .vlabel2-en {
    writing-mode: vertical-rl;
    font-size: 11px; letter-spacing: .34em;
  }
  #custom-lp-wrapper .vlabel2-jp {
    position: relative;
    writing-mode: vertical-rl;
    font-size: 13px; letter-spacing: .3em;
    padding: 46px 0;
  }
  #custom-lp-wrapper .vlabel2-jp::before,
  #custom-lp-wrapper .vlabel2-jp::after {
    content: ""; position: absolute;
    left: 50%; width: 1px; height: 34px;
    background: var(--gold);
  }
  #custom-lp-wrapper .vlabel2-jp::before { top: 0; }
  #custom-lp-wrapper .vlabel2-jp::after { bottom: 0; }
}

#custom-lp-wrapper .why-h2 {
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: 26px; line-height: 1.62; letter-spacing: .05em;
  color: var(--navy-ink); font-feature-settings: "palt" 1;
  margin-bottom: 22px;
}
#custom-lp-wrapper .why-body p {
  font-size: 15px; line-height: 2.3;
  color: var(--ink); margin-bottom: 22px;
}
#custom-lp-wrapper .why-body p:last-child { margin-bottom: 0; }
/* 375px級で見出しが3行に折れないよう詰める */
@media (max-width: 420px) {
  #custom-lp-wrapper .why-h2 { font-size: 23px; letter-spacing: .01em; }
}
#custom-lp-wrapper .why-body b { font-weight: 700; color: var(--navy); }

/* 写真グリッド（大1＋小3） */
#custom-lp-wrapper .why-gal { display: block; }
#custom-lp-wrapper .why-gal-main { display: block; }
#custom-lp-wrapper .why-gal-main img { width: 100%; aspect-ratio: 12 / 5; object-fit: cover; }
#custom-lp-wrapper .why-gal-sub {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-top: 8px;
}
#custom-lp-wrapper .why-gal-sub img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
#custom-lp-wrapper .why-gal figcaption {
  font-size: 11px; letter-spacing: .12em; color: var(--ink-2); padding-top: 10px;
}

/* 結びの帯 */
#custom-lp-wrapper .why-band { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--gold); }

@media (min-width: 900px) {
  #custom-lp-wrapper .why { padding: 96px 0 92px; }
  #custom-lp-wrapper .why-grid { grid-template-columns: minmax(0, 1fr) 40%; gap: 48px; align-items: start; }
  #custom-lp-wrapper .why-left { grid-template-columns: 58px minmax(0, 1fr); gap: 24px; }
  #custom-lp-wrapper .why-h2 { font-size: 36px; margin-bottom: 30px; }
  #custom-lp-wrapper .why-body p { font-size: 16px; }
  #custom-lp-wrapper .why-band { margin-top: 56px; padding-top: 32px; }
}

/* ---------- 9. 無料になる仕様 ---------------------------------------------- */
#custom-lp-wrapper .sec { padding: 78px 0; }
#custom-lp-wrapper .sec-spec { background: var(--paper); padding-bottom: 88px; }
#custom-lp-wrapper .msr { margin-top: 46px; }
#custom-lp-wrapper .msr-row {
  display: grid; grid-template-columns: 1fr;
  gap: 18px;
  padding: 40px 0;
  border-top: 1px solid var(--rule);
}
#custom-lp-wrapper .msr-no {
  font-family: var(--f-num); font-weight: 300;
  font-size: 40px; line-height: 1; color: var(--rule-2);
  letter-spacing: .02em;
}
#custom-lp-wrapper .msr-tag {
  font-weight: 700; font-size: 11px; letter-spacing: .2em;
  color: var(--flame); margin-bottom: 10px;
}
/* 02は白背景の断面図。面の色だけでは紙面と分離しないため細罫で矩形を確定させる */
#custom-lp-wrapper .msr-fig { background: var(--paper-2); border: 1px solid var(--rule); }
#custom-lp-wrapper .msr-fig img { width: 100%; }
@media (min-width: 900px) {
  #custom-lp-wrapper .sec { padding: 116px 0; }
  #custom-lp-wrapper .sec-spec { padding-bottom: 124px; }
  #custom-lp-wrapper .msr { margin-top: 64px; }
  #custom-lp-wrapper .msr-row {
    grid-template-columns: 74px minmax(0, 1fr) minmax(0, 1fr);
    gap: 0 46px; align-items: center; padding: 54px 0;
  }
  /* grid-row を明示しないと、逆配置時に自動配置が次の行へ送られる */
  #custom-lp-wrapper .msr-no { grid-column: 1; grid-row: 1; font-size: 52px; }
  #custom-lp-wrapper .msr-fig { grid-column: 2; grid-row: 1; }
  #custom-lp-wrapper .msr-txt { grid-column: 3; grid-row: 1; }
  #custom-lp-wrapper .msr-row-rev .msr-fig { grid-column: 3; }
  #custom-lp-wrapper .msr-row-rev .msr-txt { grid-column: 2; }
}

/* 起こりやすいリスク（対策の前に置く） */
#custom-lp-wrapper .risk {
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-2);
  background: var(--paper-2);
  padding: 12px 16px;
  margin-bottom: 16px;
}
#custom-lp-wrapper .risk-l {
  display: block;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--flame);
  margin-bottom: 3px;
}
/* 具体仕様の箇条書き */
#custom-lp-wrapper .msr-list {
  margin-top: 18px;
  border-top: 1px solid var(--rule);
}
#custom-lp-wrapper .msr-list li {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  padding: 9px 0 9px 17px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--rule);
}
#custom-lp-wrapper .msr-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.28em;
  width: 7px; height: 1px;
  background: var(--gold);
}
@media (min-width: 768px) {
  #custom-lp-wrapper .risk { font-size: 15px; }
  #custom-lp-wrapper .msr-list li { font-size: 15px; }
}

/* こんな方に */
#custom-lp-wrapper .fit {
  display: grid; grid-template-columns: 1fr;
  gap: 14px; margin-top: 44px;
}
#custom-lp-wrapper .fit-l {
  font-weight: 700; font-size: 11px; letter-spacing: .2em; color: var(--navy);
}
#custom-lp-wrapper .fit-list { display: grid; grid-template-columns: 1fr; gap: 2px; }
#custom-lp-wrapper .fit-list li {
  position: relative;
  font-size: 15px; line-height: 1.9; color: var(--ink);
  padding: 7px 0 7px 24px;
  border-bottom: 1px solid var(--rule);
}
#custom-lp-wrapper .fit-list li::before {
  content: "";
  position: absolute;
  left: 3px; top: 1.02em;
  width: 9px; height: 5px;
  border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #custom-lp-wrapper .fit { grid-template-columns: 160px minmax(0, 1fr); gap: 40px; margin-top: 56px; }
  #custom-lp-wrapper .fit-l { padding-top: 10px; }
  /* 最長項目(28字×15px=444px)が入るよう列間は24pxに抑える */
  #custom-lp-wrapper .fit-list { grid-template-columns: 1fr 1fr; gap: 0 24px; }
  /* 5項目・2列のとき、各列の最終項目（5番目と4番目）の罫を落として段差を消す */
  #custom-lp-wrapper .fit-list li:last-child,
  #custom-lp-wrapper .fit-list li:nth-last-child(2) { border-bottom: none; }
}

/* 誠実ボックス */
#custom-lp-wrapper .honest {
  display: grid; grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 46px;
  padding: 30px 0 0;
  border-top: 3px solid var(--gold);
}
#custom-lp-wrapper .honest-l {
  font-weight: 700; font-size: 11px; letter-spacing: .2em; color: var(--gold);
}
@media (min-width: 900px) {
  #custom-lp-wrapper .honest { grid-template-columns: 200px minmax(0, 1fr); gap: 46px; padding-top: 34px; }
  #custom-lp-wrapper .honest-l { padding-top: 7px; }
}

/* ---------- 10. 浸水想定区域の外側で（自社の被害事例） --------------------- */
/* ============================================================
   ハザードマップ（自分ごと化）
   ============================================================ */
#custom-lp-wrapper .sec-hazard {
  color: var(--ink);
  padding: 66px 0 70px;
  background: linear-gradient(168deg, #EDF4FB 0%, #DDE9F5 100%);
}

/* 手順 */
#custom-lp-wrapper .hz-steps { margin-top: 28px; margin-bottom: 18px; display: grid; grid-template-columns: 1fr; gap: 2px; }
#custom-lp-wrapper .hz-steps li {
  display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: baseline; gap: 0 4px;
  background: rgba(255,255,255,.66); padding: 12px 14px;
}
#custom-lp-wrapper .hz-step-n {
  font-family: var(--f-num); font-weight: 500; font-size: 17px; color: var(--gold);
}
#custom-lp-wrapper .hz-step-t { font-size: 14.5px; line-height: 1.85; color: var(--ink); }
#custom-lp-wrapper .hz-step-t b { color: var(--navy); }
#custom-lp-wrapper .hz-step-x { display: block; font-style: normal; font-size: 11.5px; color: var(--ink-2); margin-top: 3px; }

/* 地図の埋め込み */
#custom-lp-wrapper .hzmap-frame {
  position: relative; background: var(--paper);
  border: 1px solid var(--rule-2); overflow: hidden;
}
#custom-lp-wrapper .hzmap-sw { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
#custom-lp-wrapper .hzmap-if { display: block; width: 100%; height: 500px; border: 0; }
#custom-lp-wrapper .hzmap-veil {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  padding: 20px; text-align: center; cursor: pointer;
  background: rgba(11,39,72,.52);
  transition: background .2s ease;
}
#custom-lp-wrapper .hzmap-veil:hover { background: rgba(11,39,72,.6); }
#custom-lp-wrapper .hzmap-veil-t {
  font-family: var(--f-disp); font-weight: 800; font-size: 19px; letter-spacing: .1em;
  color: #fff; padding: 11px 26px; border: 1px solid rgba(255,255,255,.7);
  background: rgba(11,39,72,.55);
}
#custom-lp-wrapper .hzmap-veil-d {
  font-size: 12px; line-height: 1.7; color: #fff;
  background: rgba(11,39,72,.72); padding: 6px 12px; max-width: 22em;
}
/* wpautop が <input> を <p> で包んでも壊れないよう :has() で判定する */
#custom-lp-wrapper .hzmap-frame:has(.hzmap-sw:checked) .hzmap-veil { display: none; }
#custom-lp-wrapper .hzmap-cap {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px;
  margin-top: 10px;
}
#custom-lp-wrapper .hzmap-src { font-size: 11px; line-height: 1.7; color: var(--ink-2); }
#custom-lp-wrapper .hzmap-ext { font-size: 12.5px; }

@media (min-width: 768px) {
  #custom-lp-wrapper .hz-steps { grid-template-columns: repeat(3, 1fr); margin-top: 34px; margin-bottom: 20px; }
  #custom-lp-wrapper .hz-steps li { padding: 16px 18px 18px; }
  #custom-lp-wrapper .hzmap-if { height: 560px; }
  #custom-lp-wrapper .hzmap-veil-t { font-size: 21px; padding: 13px 32px; }
  #custom-lp-wrapper .hzmap-veil-d { font-size: 13px; }
}

/* 注意喚起 */
#custom-lp-wrapper .hz-alert {
  margin-top: 26px; padding: 20px 22px 22px;
  background: var(--paper);
  border-top: 3px solid var(--flame);
  box-shadow: 0 1px 0 var(--rule-2), -1px 0 0 var(--rule-2), 1px 0 0 var(--rule-2);
}
#custom-lp-wrapper .hz-alert-h {
  display: flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 12px; letter-spacing: .2em;
  color: var(--flame); margin-bottom: 10px;
}
#custom-lp-wrapper .hz-alert-mark {
  width: 15px; height: 14px; flex: none; background: var(--flame);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#custom-lp-wrapper .hz-alert-b { font-size: 15px; line-height: 2; color: var(--ink); }
#custom-lp-wrapper .hz-alert-b b { color: var(--navy); }
#custom-lp-wrapper .hz-alert-cta { margin-top: 12px; }

@media (min-width: 900px) {
  #custom-lp-wrapper .sec-hazard { padding: 84px 0 88px; }
  #custom-lp-wrapper .hz-alert { display: grid; grid-template-columns: 178px minmax(0,1fr); align-items: start; gap: 0 24px; padding: 24px 30px 26px; }
  #custom-lp-wrapper .hz-alert-h { margin-bottom: 0; padding-top: 3px; }
  #custom-lp-wrapper .hz-alert-b { font-size: 16px; }
  #custom-lp-wrapper .hz-alert-cta { grid-column: 2; margin-top: 14px; }
}

/* ============================================================
   55.7% ブロック末尾のCTA
   ============================================================ */
#custom-lp-wrapper .scta {
  margin-top: 38px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.2);
}
#custom-lp-wrapper .scta-t {
  font-family: var(--f-disp); font-weight: 800;
  font-size: 24px; line-height: 1.6; letter-spacing: .06em;
  color: #fff; font-feature-settings: "palt" 1; margin-bottom: 12px;
}
#custom-lp-wrapper .scta-d { font-size: 15px; line-height: 2; color: rgba(255,255,255,.78); max-width: 46em; margin-bottom: 24px; }
#custom-lp-wrapper .scta-btns { display: flex; flex-direction: column; gap: 12px; }
#custom-lp-wrapper .scta-marks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; }
#custom-lp-wrapper .scta-marks li {
  position: relative; padding-left: 21px;
  font-size: 12.5px; letter-spacing: .04em; color: rgba(255,255,255,.82);
}
#custom-lp-wrapper .scta-marks li::before {
  content: ""; position: absolute; left: 0; top: .28em;
  width: 11px; height: 6px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #custom-lp-wrapper .scta-t { font-size: 30px; }
  #custom-lp-wrapper .scta-btns { flex-direction: row; }
  #custom-lp-wrapper .scta-btns .mn-btn { flex: 0 1 300px; }
}

#custom-lp-wrapper .stat { background: var(--navy-deep); color: #fff; padding: 88px 0; }
#custom-lp-wrapper .stat-inner { max-width: 1000px; }
#custom-lp-wrapper .stat-lbl {
  display: inline-flex; align-items: center; gap: 11px;
  font-weight: 700; font-size: 11px; letter-spacing: .22em;
  color: var(--gold); margin-bottom: 18px;
}
#custom-lp-wrapper .stat-lbl::before { content: ""; width: 24px; height: 1px; background: var(--gold); }
#custom-lp-wrapper .stat-h2 {
  font-family: var(--f-disp); font-weight: 800;
  font-size: 28px; line-height: 1.6; letter-spacing: .05em;
  color: #fff; font-feature-settings: "palt" 1;
  margin-bottom: 24px;
}
#custom-lp-wrapper .stat-h2 em { color: var(--gold-pale); font-weight: 700; }
#custom-lp-wrapper .stat-body { font-size: 16px; line-height: 2.15; color: rgba(255,255,255,.78); max-width: 44em; }
#custom-lp-wrapper .stat-body b {
  color: #fff; border-bottom: 2px solid var(--gold); padding-bottom: 1px;
}
/* 55.7% */
#custom-lp-wrapper .stat-fig { display: flex; align-items: baseline; gap: 4px; color: var(--flame); margin-bottom: 6px; }
#custom-lp-wrapper .stat-num {
  font-family: var(--f-num); font-weight: 300;
  font-size: 84px; line-height: .86; letter-spacing: -.025em;
}
#custom-lp-wrapper .stat-unit { font-family: var(--f-num); font-weight: 300; font-size: 31px; }

/* 事例カード */
@media (min-width: 900px) {
}

/* SPは幅が足りず、文節で切ると2字だけ次行に残るため、素直に流す */
#custom-lp-wrapper .stat-bridge span { display: inline; }
/* PCは意味の切れ目（読点）で1行ずつ。各文節がちょうど1行に収まる列幅を確保している。
   同詳細度なので、必ず上の base 宣言より後ろに置くこと */
@media (min-width: 900px) {
  #custom-lp-wrapper .stat-bridge span { display: block; }
}
/* 55.7%: 3枚のフォトモザイク（PC=大1＋右に縦2、SP=大1＋横2） */
#custom-lp-wrapper .stat-gal { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0 12px; }
#custom-lp-wrapper .sg { position: relative; margin: 0; overflow: hidden; }
#custom-lp-wrapper .sg img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  border: 1px solid rgba(255,255,255,.16);
}
#custom-lp-wrapper .sg-main { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
#custom-lp-wrapper .sg-sub, #custom-lp-wrapper .sg:not(.sg-main) { aspect-ratio: 16 / 10; }
#custom-lp-wrapper .stat-gal-cap {
  font-size: 12px; line-height: 1.8; letter-spacing: .02em;
  color: rgba(255,255,255,.66); margin-bottom: 32px;
  padding-left: 13px; border-left: 1px solid rgba(185,154,85,.55);
}
@media (min-width: 900px) {
  /* 高さを固定してモザイクを確定させる（行の暗黙サイズに任せない） */
  #custom-lp-wrapper .stat-gal { grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr); grid-template-rows: 1fr 1fr; gap: 14px; height: 400px; margin-top: 36px; }
  #custom-lp-wrapper .sg-main { grid-column: 1; grid-row: 1 / span 2; aspect-ratio: auto; }
  #custom-lp-wrapper .sg:not(.sg-main) { aspect-ratio: auto; }
  #custom-lp-wrapper .stat-gal-cap { margin-bottom: 38px; }
}

#custom-lp-wrapper .stat-bridge {
  margin-bottom: 0;
  font-family: var(--f-disp); font-weight: 700;
  font-size: 17px; line-height: 1.85; letter-spacing: .06em;
  color: #fff;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
}
@media (min-width: 900px) {
  #custom-lp-wrapper .stat { padding: 132px 0; }
  #custom-lp-wrapper .stat-h2 { font-size: 42px; }
  #custom-lp-wrapper .stat-body { font-size: 17px; max-width: none; }
  #custom-lp-wrapper .stat-num { font-size: 168px; }
  #custom-lp-wrapper .stat-unit { font-size: 54px; }
            /* SPは幅が足りず、文節で切ると2字だけ次行に残るため、素直に流す */
#custom-lp-wrapper .stat-bridge span { display: inline; }
/* PCは意味の切れ目（読点）で1行ずつ。各文節がちょうど1行に収まる列幅を確保している。
   同詳細度なので、必ず上の base 宣言より後ろに置くこと */
@media (min-width: 900px) {
  #custom-lp-wrapper .stat-bridge span { display: block; }
}
#custom-lp-wrapper .stat-bridge { font-size: 21px; }
}

/* ---------- 11. 浸水、その後 ----------------------------------------------- */
#custom-lp-wrapper .sec-after { background: var(--paper-2); padding: 72px 0 76px; }
#custom-lp-wrapper .after-h2 { margin-bottom: 34px; }
#custom-lp-wrapper .after-duo { display: flex; flex-direction: column; gap: 26px; }
#custom-lp-wrapper .after-item { background: var(--paper); }
#custom-lp-wrapper .after-item img { width: 100%; }
#custom-lp-wrapper .after-item figcaption { padding: 16px 2px 0; }
#custom-lp-wrapper .after-tag {
  display: inline-block; font-weight: 700; font-size: 11px; letter-spacing: .16em;
  color: var(--ink-2); border-bottom: 1px solid var(--rule-2);
  padding-bottom: 4px; margin-bottom: 12px;
}
#custom-lp-wrapper .after-tag-b { color: var(--flame); border-color: var(--flame); }
#custom-lp-wrapper .after-txt {
  display: block; font-family: var(--f-disp); font-weight: 700;
  font-size: 16px; line-height: 1.85; letter-spacing: .04em; color: var(--navy-ink);
}
@media (min-width: 900px) {
  #custom-lp-wrapper .sec-after { padding: 104px 0 112px; }
  #custom-lp-wrapper .after-h2 { margin-bottom: 48px; }
  #custom-lp-wrapper .after-duo { flex-direction: row; gap: 46px; align-items: flex-start; }
  #custom-lp-wrapper .after-item { flex: 1; }
  /* 対策のない家を一段沈める（左右対称を崩し、意味も持たせる） */
  /* 比較図は天端を揃える。ずらすと2つのキャプションが横一線で読めなくなる */
#custom-lp-wrapper .after-item figcaption { border-top: 1px solid var(--rule-2); }
#custom-lp-wrapper .after-item-b figcaption { border-top: 2px solid var(--flame); }
  #custom-lp-wrapper .after-txt { font-size: 18px; }
}

/* ---------- 12. 建てる家の実力 ---------------------------------------------- */
#custom-lp-wrapper .sec-power { background: var(--paper); }
#custom-lp-wrapper .ax { margin-top: 48px; }
#custom-lp-wrapper .ax-row {
  display: grid; grid-template-columns: 1fr; gap: 22px;
  padding: 40px 0; border-top: 1px solid var(--rule);
}
#custom-lp-wrapper .ax-fig img { width: 100%; }
#custom-lp-wrapper .ax-fig-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
#custom-lp-wrapper .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
#custom-lp-wrapper .chips li {
  font-weight: 700; font-size: 13px; color: var(--navy);
  border-bottom: 2px solid var(--gold-pale); padding: 2px 2px 4px;
}
@media (min-width: 900px) {
  #custom-lp-wrapper .ax-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
    gap: 56px; align-items: center; padding: 62px 0;
  }
  #custom-lp-wrapper .ax-row-rev .ax-txt { order: 2; }
  #custom-lp-wrapper .ax-row-rev .ax-fig { order: 1; }
}

/* コスパ */
#custom-lp-wrapper .cost {
  background: var(--paper-2);
  border-top: 3px solid var(--navy);
  padding: 32px 22px 34px;
  margin: 34px 0 56px;
}
#custom-lp-wrapper .cost-head { margin-bottom: 26px; }
#custom-lp-wrapper .cost-head .body { margin-top: 14px; max-width: 46em; }
#custom-lp-wrapper .cost-head .body b { color: var(--flame); }

/* 総額 */
#custom-lp-wrapper .cost-num {
  display: flex; align-items: baseline; flex-wrap: wrap;
  gap: 0 6px; color: var(--flame); line-height: .92;
  padding-bottom: 24px; margin-bottom: 26px;
  border-bottom: 1px solid var(--rule-2);
}
#custom-lp-wrapper .cost-approx { font-family: var(--f-disp); font-weight: 700; font-size: 20px; }
#custom-lp-wrapper .cost-num b { font-family: var(--f-num); font-weight: 300; font-size: 62px; letter-spacing: -.025em; }
#custom-lp-wrapper .cost-unit { font-family: var(--f-disp); font-weight: 700; font-size: 22px; }
#custom-lp-wrapper .cost-cap {
  flex: 1 1 100%;
  font-size: 12px; letter-spacing: .1em; color: var(--ink-2);
  line-height: 1.7; margin-top: 12px;
}

/* 電気代の Before → After */
#custom-lp-wrapper .cba {
  display: grid; grid-template-columns: 1fr; align-items: center;
  gap: 10px; margin-bottom: 30px;
}
#custom-lp-wrapper .cba-box { background: var(--paper); border: 1px solid var(--rule-2); padding: 18px 20px 20px; }
#custom-lp-wrapper .cba-box-b { border-color: var(--flame); box-shadow: inset 0 3px 0 var(--flame); }
#custom-lp-wrapper .cba-l { font-weight: 700; font-size: 11px; letter-spacing: .16em; color: var(--ink-2); margin-bottom: 6px; }
#custom-lp-wrapper .cba-v { display: flex; align-items: baseline; gap: 3px; color: var(--navy-ink); line-height: 1; }
#custom-lp-wrapper .cba-v b { font-family: var(--f-num); font-weight: 500; font-size: 38px; letter-spacing: -.01em; }
#custom-lp-wrapper .cba-v span { font-size: 14px; font-weight: 700; }
#custom-lp-wrapper .cba-box-b .cba-v { color: var(--flame); }
#custom-lp-wrapper .cba-n { font-size: 11px; line-height: 1.8; color: var(--ink-2); margin-top: 8px; }
#custom-lp-wrapper .cba-arrow { display: flex; align-items: center; justify-content: center; color: var(--gold); }
#custom-lp-wrapper .cba-arrow svg { width: 34px; height: 14px; transform: rotate(90deg); }

/* 内訳／累積 */
#custom-lp-wrapper .cost-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 28px; }
#custom-lp-wrapper .cost-st {
  font-weight: 700; font-size: 12px; letter-spacing: .18em; color: var(--navy);
  padding-bottom: 10px; margin-bottom: 14px; border-bottom: 1px solid var(--rule-2);
}
#custom-lp-wrapper .brk-list li,
#custom-lp-wrapper .cum-list li {
  display: grid; grid-template-columns: minmax(0,1fr) auto;
  align-items: baseline; gap: 8px 12px; padding: 10px 0;
}
#custom-lp-wrapper .brk-l, #custom-lp-wrapper .cum-y { grid-row: 1; grid-column: 1; }
#custom-lp-wrapper .brk-v, #custom-lp-wrapper .cum-v { grid-row: 1; grid-column: 2; justify-self: end; }
#custom-lp-wrapper .brk-l { font-size: 13px; color: var(--ink); }
#custom-lp-wrapper .brk-v, #custom-lp-wrapper .cum-v {
  font-family: var(--f-num); font-weight: 500; font-size: 13px; color: var(--navy-ink); white-space: nowrap;
}
#custom-lp-wrapper .brk-v b { font-size: 19px; font-weight: 500; }
#custom-lp-wrapper .cum-v span { font-family: var(--f-body); font-size: 11px; margin-left: 2px; }
#custom-lp-wrapper .brk-bar, #custom-lp-wrapper .cum-bar {
  grid-row: 2; grid-column: 1 / -1; height: 9px; display: block;
  background: var(--rule-2);
}
#custom-lp-wrapper .brk-bar { background: var(--navy); }
#custom-lp-wrapper .cum-bar { background: var(--rule-2); }
#custom-lp-wrapper .cum-last .cum-bar { background: var(--flame); }
#custom-lp-wrapper .cum-last .cum-v { color: var(--flame); font-size: 15px; }
#custom-lp-wrapper .cum-y { font-family: var(--f-num); font-weight: 500; font-size: 12px; color: var(--ink-2); }

/* 設備スペック */
#custom-lp-wrapper .cspec {
  display: flex; flex-wrap: wrap; gap: 8px 10px;
  padding-top: 20px; border-top: 1px solid var(--rule-2); margin-bottom: 24px;
}
#custom-lp-wrapper .cspec li {
  font-size: 12px; letter-spacing: .02em; color: var(--ink-2);
  background: var(--paper); border: 1px solid var(--rule); padding: 5px 12px;
}
#custom-lp-wrapper .cspec b { font-family: var(--f-num); font-weight: 500; font-size: 14px; color: var(--navy); }

@media (min-width: 768px) {
  #custom-lp-wrapper .cost { padding: 46px 46px 44px; margin: 40px 0 64px; }
  #custom-lp-wrapper .cost-num b { font-size: 104px; }
  #custom-lp-wrapper .cost-approx { font-size: 26px; }
  #custom-lp-wrapper .cost-unit { font-size: 30px; }
  #custom-lp-wrapper .cost-cap { flex: 0 1 auto; margin-top: 0; margin-left: 22px; align-self: flex-end; padding-bottom: 6px; }
  #custom-lp-wrapper .cba { grid-template-columns: 1fr 56px 1fr; gap: 0; }
  #custom-lp-wrapper .cba-arrow svg { transform: none; width: 40px; height: 16px; }
  #custom-lp-wrapper .cba-v b { font-size: 46px; }
  #custom-lp-wrapper .cost-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
    #custom-lp-wrapper .brk-l { font-size: 14px; }
}

/* コスパ: 締め（補助金チップ・断熱条件・資料フック） */
#custom-lp-wrapper .cost-foot { border-top: 1px solid var(--rule-2); padding-top: 22px; }
#custom-lp-wrapper .cost-foot .chips { margin-bottom: 16px; }
#custom-lp-wrapper .cost-note {
  font-size: 14.5px; line-height: 2; color: var(--ink);
  border-left: 2px solid var(--gold); padding-left: 14px; margin-bottom: 20px;
}
#custom-lp-wrapper .cost-note b { color: var(--navy); }
#custom-lp-wrapper .cost-link { margin-bottom: 0; }
@media (min-width: 768px) {
  #custom-lp-wrapper .cost-foot { padding-top: 26px; }
  #custom-lp-wrapper .cost-note { font-size: 15px; padding-left: 18px; }
}

/* 試算条件 */
#custom-lp-wrapper .fnote-cond {
  margin-top: 10px; font-size: 10.5px; line-height: 1.85; color: var(--ink-2);
}
#custom-lp-wrapper .fnote-cond b { color: var(--navy); letter-spacing: .1em; }

/* コスパ: 補助金の構造説明 と 資料請求フック */
#custom-lp-wrapper .cost-note {
  font-size: 13px; line-height: 1.95; color: var(--ink-2);
  margin-top: 18px; padding-left: 14px;
  border-left: 2px solid var(--gold-pale);
}
#custom-lp-wrapper .cost-note b { color: var(--navy); }
#custom-lp-wrapper .cost-link { margin-top: 18px; }

/* これ、ぜんぶ標準です */
@media (min-width: 768px) {
      }

/* ギャラリー（非対称） */
#custom-lp-wrapper .free .lead { margin: 18px 0 30px; }
#custom-lp-wrapper .gal { display: grid; grid-template-columns: 1fr; gap: 18px; }
#custom-lp-wrapper .gal-i img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
#custom-lp-wrapper .gal-i figcaption {
  font-size: 11px; letter-spacing: .12em; color: var(--ink-2); padding-top: 9px;
}
@media (min-width: 900px) {
  #custom-lp-wrapper .gal { grid-template-columns: repeat(12, 1fr); gap: 26px 24px; }
  #custom-lp-wrapper .gal-i img { aspect-ratio: auto; height: 268px; }
  #custom-lp-wrapper .gal-i:nth-child(1) { grid-column: span 7; }
  #custom-lp-wrapper .gal-i:nth-child(2) { grid-column: span 5; }
  #custom-lp-wrapper .gal-i:nth-child(3) { grid-column: span 5; }
  #custom-lp-wrapper .gal-i:nth-child(4) { grid-column: span 7; }
}

/* ---------- 13. 中間CTA ---------------------------------------------------- */
#custom-lp-wrapper .midcta { background: var(--navy); color: #fff; }
#custom-lp-wrapper .midcta-inner {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 24px; padding-top: 52px; padding-bottom: 56px;
}
#custom-lp-wrapper .midcta-t {
  font-family: var(--f-disp); font-weight: 700;
  font-size: 20px; line-height: 1.7; letter-spacing: .06em; color: #fff;
}
#custom-lp-wrapper .midcta-btns { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 420px; }
@media (min-width: 900px) {
  #custom-lp-wrapper .midcta-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 40px; padding-top: 62px; padding-bottom: 66px; }
  #custom-lp-wrapper .midcta-t { font-size: 27px; }
  #custom-lp-wrapper .midcta-btns { flex-direction: row; width: auto; max-width: none; }
  #custom-lp-wrapper .midcta-btns .mn-btn { min-width: 250px; }
}

/* ---------- 14. 帳票（募集要項・条件） ------------------------------------- */
#custom-lp-wrapper .sec-outline { background: var(--paper); padding-bottom: 84px; }
#custom-lp-wrapper .sheet { margin-top: 40px; border-top: 2px solid var(--navy); }
#custom-lp-wrapper .sheet-row { padding: 22px 0; border-bottom: 1px solid var(--rule); }
#custom-lp-wrapper .sheet dt { font-weight: 700; font-size: 12px; letter-spacing: .18em; color: var(--navy); margin-bottom: 8px; }
#custom-lp-wrapper .sheet dd b {
  display: block; font-family: var(--f-disp); font-weight: 700;
  font-size: 19px; line-height: 1.6; letter-spacing: .04em; color: var(--navy-ink);
}
@media (min-width: 768px) {
  #custom-lp-wrapper .sheet-row { display: flex; gap: 46px; padding: 28px 0; }
  #custom-lp-wrapper .sheet dt { flex: 0 0 176px; margin-bottom: 0; padding-top: 9px; }
  #custom-lp-wrapper .sheet dd { flex: 1; }
  #custom-lp-wrapper .sheet dd b { font-size: 22px; }
}

/* ---------- 15. 流れ ------------------------------------------------------- */
#custom-lp-wrapper .sec-flow { background: var(--paper); padding: 72px 0 80px; }
#custom-lp-wrapper .flow-h2 { margin-bottom: 34px; }
#custom-lp-wrapper .flow { position: relative; }
#custom-lp-wrapper .flow::before {
  content: ""; position: absolute;
  left: 21px; top: 26px; bottom: 26px; width: 1px;
  background: var(--rule-2);
}
#custom-lp-wrapper .flow-step {
  position: relative;
  display: grid; grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px; padding: 16px 0;
}
#custom-lp-wrapper .flow-no {
  font-family: var(--f-num); font-weight: 300; font-size: 19px;
  color: var(--navy); background: var(--paper);
  text-align: center; padding: 4px 0; line-height: 1.2;
}
#custom-lp-wrapper .flow-t {
  font-family: var(--f-disp); font-weight: 700;
  font-size: 17px; line-height: 1.6; letter-spacing: .04em;
  color: var(--navy-ink); margin-bottom: 5px;
}
#custom-lp-wrapper .flow-d { font-size: 14px; line-height: 2; color: var(--ink-2); }
#custom-lp-wrapper .flow-step-key .flow-no { color: var(--flame); font-weight: 500; }
#custom-lp-wrapper .flow-step-key .flow-t { color: var(--flame); }
@media (min-width: 768px) {
  #custom-lp-wrapper .sec-flow { padding: 104px 0 112px; }
  #custom-lp-wrapper .flow-h2 { margin-bottom: 48px; }
  #custom-lp-wrapper .flow-step { grid-template-columns: 56px minmax(0, 1fr); gap: 34px; padding: 20px 0; }
  #custom-lp-wrapper .flow::before { left: 27px; }
  #custom-lp-wrapper .flow-no { font-size: 22px; }
  #custom-lp-wrapper .flow-t { font-size: 19px; }
  #custom-lp-wrapper .flow-d { font-size: 15px; }
}

/* ---------- 16. 信頼 -------------------------------------------------------- */
#custom-lp-wrapper .sec-trust { background: var(--paper-2); padding: 76px 0 84px; }
#custom-lp-wrapper .trust-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
#custom-lp-wrapper .trust-txt .body { margin-top: 22px; color: var(--ink-2); }
#custom-lp-wrapper .awards { margin-top: 28px; }
#custom-lp-wrapper .awards li { padding: 15px 0; border-bottom: 1px solid var(--rule); }
#custom-lp-wrapper .awards li:first-child { border-top: 1px solid var(--rule); }
#custom-lp-wrapper .awards b {
  display: block; font-family: var(--f-disp); font-weight: 700;
  font-size: 16px; letter-spacing: .04em; color: var(--navy-ink);
}
#custom-lp-wrapper .awards span { display: block; font-size: 12px; color: var(--ink-2); margin-top: 3px; }
#custom-lp-wrapper .trust-figs { display: grid; grid-template-columns: 1fr; gap: 18px; }
#custom-lp-wrapper .trust-figs figcaption {
  font-size: 11px; letter-spacing: .12em; color: var(--ink-2); padding-top: 9px;
}
@media (min-width: 900px) {
  #custom-lp-wrapper .sec-trust { padding: 112px 0 120px; }
  #custom-lp-wrapper .trust-grid { grid-template-columns: minmax(0, 1fr) 38%; gap: 56px; align-items: start; }
  #custom-lp-wrapper .awards b { font-size: 18px; }
  /* 2枚目を右へずらす */
  #custom-lp-wrapper .trust-f2 { margin-left: 14%; margin-top: 8px; }
}

/* ---------- 17. FAQ -------------------------------------------------------- */
#custom-lp-wrapper .sec-faq { background: var(--paper); padding: 72px 0 84px; }
#custom-lp-wrapper .faq-h2 { margin-bottom: 30px; }
#custom-lp-wrapper .q { border-bottom: 1px solid var(--rule); }
#custom-lp-wrapper .q:first-of-type { border-top: 2px solid var(--navy); }
#custom-lp-wrapper .q summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 20px 46px 20px 0;
  font-weight: 700; font-size: 15px; line-height: 1.8; letter-spacing: .03em;
  color: var(--navy-ink); transition: color .2s ease;
}
#custom-lp-wrapper .q summary::-webkit-details-marker { display: none; }
#custom-lp-wrapper .q summary:hover { color: var(--flame); }
#custom-lp-wrapper .q summary::after {
  content: ""; position: absolute; right: 8px; top: 31px;
  width: 13px; height: 1px; background: var(--flame);
}
#custom-lp-wrapper .q summary::before {
  content: ""; position: absolute; right: 14px; top: 25px;
  width: 1px; height: 13px; background: var(--flame); transition: opacity .2s ease;
}
#custom-lp-wrapper .q[open] summary::before { opacity: 0; }
#custom-lp-wrapper .a { padding: 0 0 24px; }
#custom-lp-wrapper .a p { font-size: 15px; line-height: 2.1; color: var(--ink-2); }
@media (min-width: 768px) {
  #custom-lp-wrapper .sec-faq { padding: 104px 0 116px; }
  #custom-lp-wrapper .faq-h2 { margin-bottom: 44px; }
  #custom-lp-wrapper .q summary { font-size: 17px; padding: 24px 54px 24px 0; }
}

/* ---------- 18. 最終CTA（オファー要約 → 温度別2択 → 安心材料） ------------- */
#custom-lp-wrapper .close { background: var(--navy-deep); color: #fff; padding: 76px 0 68px; }
#custom-lp-wrapper .close-inner { text-align: center; }
#custom-lp-wrapper .close-lbl {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 11px; letter-spacing: .22em;
  color: var(--gold); margin-bottom: 16px;
}
#custom-lp-wrapper .close-lbl::before,
#custom-lp-wrapper .close-lbl::after { content: ""; width: 22px; height: 1px; background: var(--gold); }
#custom-lp-wrapper .close-h2 {
  font-family: var(--f-disp); font-weight: 800;
  font-size: 28px; line-height: 1.58; letter-spacing: .05em;
  color: #fff; font-feature-settings: "palt" 1;
  margin-bottom: 20px;
}
#custom-lp-wrapper .close-body {
  font-size: 14px; line-height: 2.15; color: rgba(255,255,255,.76);
  max-width: 44em; margin: 0 auto;
}

/* オファー要約 */
#custom-lp-wrapper .recap {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
  margin: 34px 0 36px;
}
#custom-lp-wrapper .recap li {
  background: var(--navy-deep);
  padding: 16px 10px 18px;
}
#custom-lp-wrapper .recap-l {
  display: block; font-size: 10px; letter-spacing: .18em;
  color: var(--gold-pale); margin-bottom: 4px;
}
#custom-lp-wrapper .recap-v {
  display: block; font-weight: 700; font-size: 14px; letter-spacing: .03em; line-height: 1.5;
}
#custom-lp-wrapper .recap-v em {
  font-family: var(--f-num); font-weight: 700; font-size: 22px; letter-spacing: 0;
  color: #FFB49E; margin: 0 1px;
}

/* 温度別の2択 */
#custom-lp-wrapper .paths { display: grid; grid-template-columns: 1fr; gap: 22px; }
#custom-lp-wrapper .path { display: flex; flex-direction: column; gap: 12px; }
#custom-lp-wrapper .path-lbl {
  font-weight: 700; font-size: 13px; letter-spacing: .08em; color: #fff;
}
#custom-lp-wrapper .path-d { font-size: 13px; line-height: 1.9; color: rgba(255,255,255,.6); }

/* 安心材料 */
#custom-lp-wrapper .assure {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; margin-top: 32px;
}
#custom-lp-wrapper .assure li {
  position: relative;
  font-size: 12px; letter-spacing: .04em; color: rgba(255,255,255,.78);
  padding-left: 20px;
}
#custom-lp-wrapper .assure li::before {
  content: ""; position: absolute;
  left: 2px; top: .62em;
  width: 9px; height: 5px;
  border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold);
  transform: rotate(-45deg);
}
#custom-lp-wrapper .close-note { font-size: 11px; color: rgba(255,255,255,.55); margin-top: 22px; }
@media (min-width: 768px) {
  #custom-lp-wrapper .close { padding: 112px 0 92px; }
  #custom-lp-wrapper .close-h2 { font-size: 42px; }
  #custom-lp-wrapper .close-body { font-size: 15px; }
  #custom-lp-wrapper .recap { grid-template-columns: repeat(4, 1fr); margin: 44px 0 44px; }
  #custom-lp-wrapper .recap li { padding: 20px 14px 22px; }
  #custom-lp-wrapper .recap-v { font-size: 15px; }
  #custom-lp-wrapper .recap-v em { font-size: 26px; }
  #custom-lp-wrapper .paths { grid-template-columns: 1fr 1fr; gap: 34px; }
  #custom-lp-wrapper .assure { flex-direction: row; justify-content: center; gap: 30px; margin-top: 38px; }
}

/* ---------- 19. 追従バー --------------------------------------------------- */
#custom-lp-wrapper .fixbar {
  box-sizing: border-box;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  display: flex; gap: 8px;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom, 0px));
  background: rgba(255,255,255,.97);
  border-top: 1px solid var(--rule);
  box-shadow: 0 -4px 20px rgba(11,39,72,.12);
}
#custom-lp-wrapper .fixbar-btn {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 6px 8px;
  font-weight: 700; font-size: 13px; letter-spacing: .03em; text-align: center;
  transition: background .2s ease, color .2s ease;
}
#custom-lp-wrapper .fixbar-btn-primary { background: var(--flame); color: #fff; }
#custom-lp-wrapper .fixbar-btn-primary:hover { background: var(--flame-deep); }
#custom-lp-wrapper .fixbar-btn-sub { background: var(--navy); color: #fff; }
#custom-lp-wrapper .fixbar-btn-sub:hover { background: var(--navy-deep); }
@media (min-width: 768px) {
  #custom-lp-wrapper .fixbar {
    left: auto; right: 24px; bottom: 24px;
    width: 460px; border: 1px solid var(--rule);
    padding: 10px;
  }
  #custom-lp-wrapper .fixbar-btn { font-size: 14px; min-height: 54px; }
}

/* ---------- 20. モーション配慮 --------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #custom-lp-wrapper * { animation: none !important; transition: none !important; }
}
