/* RISE Lending — LP（デザイナーのFigma「TOP_PC / TOP_SP」をもとに実装）
   色と文字の値は Figma のカラースタイル・テキストスタイルに合わせる。
   2026-09-16: 60〜75歳のモバイル利用を想定し、文字サイズの下限（12px）・本文16px・主従（ローズ塗りは口座開設のみ）を調整。
   legal.html / news.html も同じシェル（ヘッダー・メニュー・フッター）を使う。変更点は DESIGN_LP.md「Figma から意図的に変えた点」参照。 */
:root{
  --rose:#F33758; --rose-2:#F5647D; --rose-dark:#B7122F; --rose-light:#FAB8C4;
  /* 白い文字を載せても 4.68:1 あるローズ（お知らせバーの塗り・比較グラフの「貸付」の線と差額表示） */
  --rose-strong:#DC2B4A; --rose-hover:var(--rose-strong);
  --charcoal:#292E35;   /* RISE Charcoal（認証ページのログインボタンの文字色と同じ） */
  --tint:#FFF1F4; --tint-2:#F5EFF0; --ink:#211F1F; --ink-2:#6D696A; --ink-3:#8F8A8B; --line:#E8DDE0; --line-2:#B8AAAD; --line-3:#D9D9D9;
  --yellow:#FFEF72; --white:#FFFFFF;
  --bar-1:#FFE1E8; --bar-2:#FBC0CD; --bar-3:#F79CAF; --grid:#F3E7EA; --line-rose:#FAD3DB; --hover-cream:#FFFDEF; --arrow:#D9D2D4;
  --grad:linear-gradient(90deg,#F5647D 0%,#F33758 100%);
  --jp:"Noto Sans JP",system-ui,-apple-system,"Hiragino Sans",sans-serif;
  --en:"Outfit","Noto Sans JP",system-ui,sans-serif;
  --radius:20px; --pill:999px;
  --wrap:1040px; --gutter:20px;
  --header-h:56px; --notice-h:48px;
  --shadow-card:0 0 16px rgba(201,206,213,.55),0 10px 30px rgba(183,18,47,.05);
  --ease:cubic-bezier(.22,.8,.24,1);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px)}
body{margin:0;font-family:var(--jp);font-size:16px;line-height:1.7;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"palt" 1;overflow-x:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,p,ul,ol,dl,dd,figure{margin:0}
ul,ol{padding:0;list-style:none}
button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}
[hidden]{display:none!important}
.sprite{position:absolute;width:0;height:0;overflow:hidden}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:12px;top:-60px;z-index:100;display:inline-flex;align-items:center;min-height:44px;background:var(--ink);color:var(--white);padding:8px 14px;border-radius:8px}
.skip:focus{top:12px}
:focus-visible{outline:2px solid var(--rose-dark);outline-offset:3px}
.ico{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.wrap{width:min(var(--wrap),100% - var(--gutter)*2);margin-inline:auto}
.center{display:flex;justify-content:center}
.pc-only{display:none}
.nowrap{white-space:nowrap}
.sp-only{display:inline}
/* 注記は 12px 以上・チャコール60%（--ink-2）。長文の注記（.fine-block）は 13px */
.fine{font-size:12px;line-height:1.6;color:var(--ink-2);letter-spacing:.02em}
.fine-block{margin-top:16px;font-size:13px}

/* ---------- ボタン ---------- */
/* 行の高さは整数 px（24px）。1.7 倍（27.2px）だと文字と矢印の上端の端数が食い違い、文字だけが 1px 上に描かれることがあった */
.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;width:100%;max-width:350px;min-height:64px;padding:0 30px 0 32px;border-radius:var(--pill);background:var(--rose);color:var(--white);font-family:var(--en);font-weight:700;font-size:16px;line-height:24px;letter-spacing:.04em;transition:background-color .2s var(--ease),transform .2s var(--ease),box-shadow .2s var(--ease)}
.btn .ico{width:16px;height:16px;transition:transform .2s var(--ease)}
.btn-lg{min-height:64px}
.btn-block{max-width:none}
.btn-outline{background:var(--white);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line-2)}
.btn-white{background:var(--white);color:var(--rose)}
.btn-ghost{background:transparent;color:var(--white);box-shadow:none;min-height:52px}
/* ページ内で開閉するだけのボタン（表・FAQ）。矢印は下向きにして「申込ボタン」と区別する */
.btn-toggle .ico{transform:rotate(90deg)}
.btn-toggle[aria-expanded="true"] .ico{transform:rotate(-90deg)}
@media (hover:hover){
  .btn:hover{background:var(--rose-hover)}
  .btn:hover .ico{transform:translateX(3px)}
  .btn-outline:hover{background:var(--tint);box-shadow:inset 0 0 0 1px var(--rose)}
  .btn-white:hover{background:var(--tint)}
  .btn-ghost:hover{background:rgba(255,255,255,.12)}
  .btn-toggle:hover .ico{transform:rotate(90deg) translateX(2px)}
  .btn-toggle[aria-expanded="true"]:hover .ico{transform:rotate(-90deg) translateX(2px)}
}
.btn:active{transform:scale(.985)}

/* ---------- ヘッダー ---------- */
.site-header{position:sticky;top:0;z-index:50;background:var(--white)}
.header-bar{height:var(--header-h);border-bottom:1px solid var(--line)}
/* ヘッダーの行は上に 1px の余白を取り、ロゴ（34px）の上端を 11px・ボタン（44px）の上端を 6px の整数位置に置く。
   （下線 1px を除いた 55px の中央だと 10.5px / 5.5px の半端な位置になり、3倍の画面でロゴがにじむため）
   ロゴの img とリンクの指定は認証9ページ（site.css 末尾「ヘッダーを LP と同じ寸法に固定」）と1つ残らず同じ値。
   object-fit は fill（contain にすると Chrome が描画域を丸め直し、ロゴが約1px小さく描かれる）。 */
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:1px}
.brand{flex:none;display:flex;align-items:center;min-height:44px;padding:0 4px;margin-left:-4px;border-radius:0;opacity:1}
.brand img{display:block;flex:none;width:auto;height:34px;max-width:none;object-fit:fill}
.brand:focus-visible{outline:2px solid var(--rose-dark);outline-offset:3px}
.gnav{display:none}
.header-actions{display:flex;align-items:center;gap:6px}
/* 「ログイン」は登録・ログイン画面（site.css .auth-page .header-cta）と同じアウトラインボタン。
   寸法・枠・文字をすべて揃えて、LP → 登録へ移ってもヘッダーの見た目が変わらないようにする。
   モバイルでも常時表示（メニューを開かなくても戻れる）。ハンバーガーの左に置く */
/* 行の高さ 22px: 枠 1.5px と合わせて文字の上端が整数位置（ボタンの上端から 11px）になり、PC のナビの文字と同じ高さに並ぶ */
.header-login,.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 18px;border:1.5px solid var(--rose);border-radius:12px;font-family:var(--jp);font-size:14px;line-height:22px;letter-spacing:.04em;font-feature-settings:normal;white-space:nowrap;transition:background-color .2s var(--ease),border-color .2s var(--ease)}
.header-login{background:var(--white);color:var(--charcoal);font-weight:500}
.header-cta{display:none;background:var(--rose);color:var(--white);font-weight:700}
/* 359px 以下はロゴ・ログイン・メニューが1行に入らないため、ボタンの左右余白だけ詰める（site.css も同じ値） */
@media (max-width:359px){
  .header-inner{gap:12px}
  .header-login{padding-inline:12px}
}
@media (hover:hover){
  .header-login:hover{background:var(--tint)}
  .header-cta:hover{background:var(--rose-hover);border-color:var(--rose-hover)}
}
.menu-toggle{position:relative;width:44px;height:44px;margin-right:-8px}
.menu-toggle span{position:absolute;left:10px;right:10px;height:2px;border-radius:2px;background:var(--ink);transition:transform .25s var(--ease),top .25s var(--ease)}
.menu-toggle span:first-child{top:17px}
.menu-toggle span:last-child{top:25px}
.menu-toggle[aria-expanded="true"] span:first-child{top:21px;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{top:21px;transform:rotate(-45deg)}
/* お知らせバーはヘッダーの外・通常フロー（固定しない）。バー全体が #campaign へのリンク。
   地色は LP のアクセントの黄色（--yellow。ヒーローの「最大10%」の下線と同じ）。タグ・見出し・「詳しく見る →」を1行で中央に置く。
   配色（コントラスト比）: 見出し --ink 13.9:1／タグ --rose-strong の塗りに白文字 4.68:1／「詳しく見る →」--rose-dark 5.68:1。
   3つの要素は align-items:center で中心線を揃える（和文は同じ書体なので字面の中心も揃う）。
   1行に収まる幅は実測で確認: 390px 以上 335px / 360〜389px 313px / 359px 以下 292px（いずれも余白の内側に収まる） */
.notice-bar{display:block;background:var(--yellow);color:var(--ink);-webkit-tap-highlight-color:transparent}
.notice-inner{display:flex;align-items:center;justify-content:center;gap:10px;min-height:var(--notice-h);padding:4px 0;white-space:nowrap}
/* 行の高さは整数 px（22 / 22 / 20）にして、中央寄せの位置が半端な画素にならないようにする */
.notice-tag{flex:none;display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:var(--pill);background:var(--rose-strong);color:var(--white);font-size:12px;font-weight:700;line-height:22px;letter-spacing:.02em}
.notice-title{flex:none;font-size:15px;font-weight:700;line-height:22px;letter-spacing:.01em;color:var(--ink)}
.notice-more{flex:none;display:inline-flex;align-items:center;gap:3px;height:22px;font-size:13px;font-weight:700;line-height:22px;color:var(--rose-dark)}
.notice-arrow{width:14px;height:14px;stroke-width:2.2;transition:transform .2s var(--ease)}
.notice-bar:focus-visible{outline:2px solid var(--ink);outline-offset:-5px}
@media (hover:hover){
  .notice-bar:hover .notice-more{text-decoration:underline;text-underline-offset:3px}
  .notice-bar:hover .notice-arrow{transform:translateX(2px)}
}
@media (max-width:389px){
  .notice-inner{gap:8px}
  .notice-tag{padding:0 8px}
  .notice-title{font-size:14px;letter-spacing:0}
  .notice-more{font-size:12px}
}
/* 360〜389px は見出し（14px）の字面だけがタグの中心より 0.7px 下に出るため、1/3px 持ち上げる（3倍の画面で 1 画素） */
@media (min-width:360px) and (max-width:389px){
  .notice-title{transform:translateY(-.34px)}
}
@media (max-width:359px){
  .notice-inner{width:calc(100% - 24px);gap:6px}
  .notice-tag{padding:0 6px;letter-spacing:0}
  .notice-title{font-size:13px}
  .notice-more{gap:2px}
  .notice-arrow{width:12px;height:12px}
}

/* ---------- メニュー（SP） ---------- */
.menu{position:fixed;inset:calc(var(--header-h)) 0 0;z-index:49;background:rgba(33,31,31,.55);padding:16px 18px;overflow-y:auto;animation:fade .2s var(--ease)}
.menu-panel{background:var(--white);border-radius:var(--radius);padding:12px 20px 24px;box-shadow:0 20px 50px rgba(33,31,31,.2)}
.menu nav a{display:block;padding:22px 0;text-align:center;font-size:18px;font-weight:700;border-bottom:1px solid var(--line-3);letter-spacing:.04em}
.menu .btn{justify-content:center}
.menu-register{margin-top:18px}
.menu-login{margin-top:12px}
@keyframes fade{from{opacity:0}to{opacity:1}}
body.menu-open{overflow:hidden}

/* ---------- ヒーロー ---------- */
.hero{position:relative;overflow:hidden;background:var(--white);padding:36px 0 36px}
.hero-inner{position:relative;display:flex;flex-direction:column}
.hero-eyebrow{display:table;font-size:13px;font-weight:700;color:var(--rose-dark);letter-spacing:.04em}
.hero-title{margin-top:12px;font-weight:900;color:var(--ink);letter-spacing:-.01em}
.hero-line{display:block;font-size:clamp(28px,8vw,62px);line-height:1.3}
/* 「毎日増える」と「へ。」は同じ和文なのでベースラインで揃える（下端揃えだと PC で「へ。」が 1px 浮いていた） */
.hero-line-2{display:flex;align-items:baseline;gap:10px;margin-top:6px}
.hero-mark{display:inline-block;padding:0 .14em .02em;border-radius:8px;background:var(--grad);color:var(--white);font-size:clamp(46px,14vw,93px);line-height:1.12;letter-spacing:-.02em}
.hero-tail{font-size:clamp(28px,8vw,62px);line-height:1.2}
.hero-lead{margin-top:22px;font-size:16px;line-height:1.85;color:var(--ink)}
.hero-chart{display:flex;align-items:flex-end;justify-content:space-between;gap:6px;height:170px;margin:20px 0 0}
.hero-chart span{position:relative;flex:1;height:var(--h);border-radius:4px 4px 0 0;background:linear-gradient(180deg,var(--bar-1) 0 24%,var(--bar-2) 24% 52%,var(--bar-3) 52% 100%);transform-origin:bottom;animation:grow .9s var(--ease) both}
.hero-chart span:nth-child(1){animation-delay:.05s}.hero-chart span:nth-child(2){animation-delay:.1s}.hero-chart span:nth-child(3){animation-delay:.15s}
.hero-chart span:nth-child(4){animation-delay:.2s}.hero-chart span:nth-child(5){animation-delay:.25s}.hero-chart span:nth-child(6){animation-delay:.3s}
.hero-chart span:nth-child(7){animation-delay:.35s}.hero-chart span:nth-child(8){animation-delay:.4s}.hero-chart span:nth-child(9){animation-delay:.45s}
@keyframes grow{from{transform:scaleY(0)}to{transform:scaleY(1)}}
/* 小型機（iPhone SE 級）ではグラフを低くして、1スクロール以内に口座開設ボタンが入るようにする */
@media (max-height:700px){.hero-chart{height:110px}.hero{padding:24px 0}}
.hero-offer{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}
.rate-card{width:100%;display:flex;justify-content:center;padding:22px 0 14px}
.rate{position:relative;display:flex;align-items:flex-end;gap:6px;padding:0 6px}
.rate::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:12px;background:var(--yellow);z-index:-1;border-radius:2px}
.rate-tag{position:absolute;left:4px;top:-4px;font-size:13px;font-weight:700;letter-spacing:.1em;color:var(--white);background:var(--ink-2);border-radius:5px;padding:1px 8px}
/* 数字と「%」はベースラインで揃える（下端揃えだと「%」が 1〜2px 浮いていた）。
   「最大」は和文なので、字面の下端が数字の下端（ベースライン）に揃うよう 0.1em 持ち上げる（和文は字面がベースラインより下に出るため） */
.rate{align-items:baseline}
.rate-max{position:relative;top:-.1em;font-size:27px;font-weight:900;line-height:1}
.rate-num{font-family:var(--en);font-weight:600;font-size:70px;line-height:.8;color:var(--rose-2);letter-spacing:-.03em}
.rate-unit{font-family:var(--en);font-weight:700;font-size:24px;line-height:1;color:var(--rose-2)}
.hero-actions{display:grid;gap:12px;width:100%;margin-top:18px}
.hero-actions .btn{max-width:none}
.hero-offer .fine{margin-top:12px;align-self:stretch}

/* ---------- 4つの特長 ---------- */
.features{background:var(--rose-dark);color:var(--white);padding:48px 0}
.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 16px}
.feature-list li{display:flex;flex-direction:column;align-items:center;text-align:center}
.feature-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.14);margin-bottom:12px}
.feature-ico .ico{width:22px;height:22px}
.feature-list strong{font-size:16px;line-height:1.6}
.feature-list span:last-child{margin-top:6px;font-size:14px;line-height:1.7;color:rgba(255,255,255,.88)}

/* ---------- セクション共通 ---------- */
.section{padding:70px 0}
.tint{background:var(--tint)}
.sec-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:36px}
.eyebrow{font-family:var(--en);font-weight:700;font-size:13px;letter-spacing:.06em;color:var(--rose)}
.sec-head h2,.sec-head h1{margin-top:6px;font-size:22px;line-height:1.45;font-weight:700;letter-spacing:.01em;color:var(--ink)}
/* リードは1文だけ（2026-09-16 補助テキスト削減）。1〜2行なので SP も中央揃え */
.sec-lead{margin-top:16px;max-width:560px;font-size:16px;line-height:1.85;text-align:center;color:var(--ink)}

/* ---------- 同じ1 BTCでも ---------- */
.btc-card{position:relative;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:62px 16px 24px;margin-top:72px}
.btc-tab{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:min(320px,calc(100% - 32px));padding:12px 16px;border-radius:var(--pill);background:var(--rose);color:var(--white);text-align:center;font-weight:700;font-size:15px;line-height:1.6;box-shadow:0 0 0 6px var(--white)}
.btc-charts{display:grid;gap:36px}
.chart-title{position:relative;padding-left:12px;font-size:13px;font-weight:700;color:var(--rose-dark)}
.chart-title::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--rose-dark)}
/* 比較グラフ（lp.js が実寸 px で描く）。
   価格の線は年ごとの点を必ず通る波線。「貸付」は太く濃いローズ、「ただ保有」は細いグレー、2本のあいだはローズのグラデーション。
   縦軸はデータの範囲に合わせて詰める。右端（5年後）の値ラベルと差額は HTML で重ねる（SVG の縮小で 12px 未満にならない）。 */
.chart{min-width:0}
.chart-legend{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:14px;font-size:13px;font-weight:700;color:var(--ink-2)}
.chart-legend span{display:inline-flex;align-items:center;gap:8px}
.chart-legend span::before{content:"";width:24px;border-radius:2px}
.lg-hold::before{height:2px;background:var(--line-2)}
.lg-lend{color:var(--ink)}
.lg-lend::before{height:4px;background:var(--rose-strong)}
.chart-plot{position:relative;margin-top:18px}
.chart-svg{display:block;width:100%;height:200px;overflow:visible}
.chart-svg .grid{stroke:var(--grid);stroke-width:1}
.chart-svg .base{stroke:var(--line);stroke-width:1}
.chart-svg .line-price{fill:none;stroke:var(--ink-2);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.chart-svg .line-hold{fill:none;stroke:var(--line-2);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.chart-svg .line-lend{fill:none;stroke:var(--rose-strong);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.chart-svg .gap-edge,.chart-svg .gap-tick{stroke:var(--rose-strong);stroke-width:2;stroke-linecap:round}
.chart-svg .pt{cursor:pointer;outline:none}
.chart-svg .pt circle{fill:var(--ink-2);stroke:var(--white);stroke-width:2.5}
.chart-svg .pt.hold circle{fill:var(--line-2)}
.chart-svg .pt.lend circle{fill:var(--rose-strong)}
.chart-svg .pt circle.hit{fill:transparent!important;stroke:none!important}
.chart-svg .pt:focus-visible circle:not(.hit){stroke:var(--rose-dark);stroke-width:3}
.chart-svg .sel-line{stroke:var(--rose-light);stroke-width:1.5;stroke-dasharray:3 4}
.chart-svg .sel-dot{fill:var(--rose);stroke:var(--white);stroke-width:3.5;filter:drop-shadow(0 3px 8px rgba(243,55,88,.4));transition:cx .35s var(--ease),cy .35s var(--ease)}
.chart-end{position:absolute;left:0;top:0;transform:translateY(-50%);font-family:var(--en);font-size:13px;font-weight:700;line-height:1.3;letter-spacing:0;font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}
.chart-end.is-price{color:var(--ink)}
.chart-end.is-lend{color:var(--rose-strong)}
.chart-end.is-hold{color:var(--ink-2)}
.chart-end.is-diff{padding:2px 6px;border-radius:var(--pill);background:var(--rose-strong);color:var(--white);font-size:12px;line-height:1.4;box-shadow:0 4px 10px rgba(220,43,74,.25)}
/* 年の切替ボタンは高さ 44px。lp.js が各ボタンの中心をグラフの点の真下に合わせる（幅が足りない 359px 以下などは3列×2段） */
.chart-x{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:8px}
.chart-x.is-wrap{grid-template-columns:repeat(3,minmax(0,1fr));width:auto!important}
.chart-x button{min-height:44px;font-size:13px;font-weight:700;color:var(--rose-strong);padding:0;border-radius:8px;white-space:nowrap}
.chart-x button[aria-pressed="true"]{background:var(--tint);color:var(--rose-dark)}
@media (max-width:389px){.chart-x button{font-size:12px}}
.btc-hint{position:relative;width:min(471px,100%);margin:34px auto 0;padding:16px;border-radius:var(--radius);background:var(--tint-2);text-align:center;font-size:14px;line-height:1.7;font-weight:700;color:var(--rose-strong);word-break:auto-phrase;text-wrap:balance}
.btc-hint::after{content:"";position:absolute;left:50%;bottom:-9px;transform:translateX(-50%);border:10px solid transparent;border-bottom:0;border-top-color:var(--tint-2)}
.btc-table{position:relative;width:min(471px,100%);margin:44px auto 0;padding:30px 20px 18px;border-radius:var(--radius);background:var(--rose-dark);color:var(--white)}
.btc-table-tab{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);min-width:98px;padding:3px 18px;border-radius:var(--pill);background:var(--rose-dark);box-shadow:0 0 0 3px var(--white);text-align:center;font-weight:700;font-size:15px}
/* ラベル（13px）と金額（18〜22px）は大きさが違うので中心線で揃える。点線も同じ中心線の上に置く。
   行の高さはすべて整数 px（ラベル 22px・金額 22px／差額 26px） */
.btc-table dl div{display:flex;align-items:center;gap:10px;padding:10px 0}
.btc-table dt{flex:none;font-size:13px;line-height:22px;color:rgba(255,255,255,.85)}
.btc-table div::after{content:"";order:1;flex:1;height:0;border-bottom:1px dotted rgba(255,255,255,.55)}
.btc-table dd{order:2;font-family:var(--en);font-weight:700;font-size:18px;line-height:22px;font-variant-numeric:tabular-nums;white-space:nowrap}
.btc-table dd.diff{position:relative;top:-1px;font-size:22px;line-height:26px;color:var(--yellow)}   /* 22px の数字は字面の中心が約 1px 下に出るため */

/* ---------- 枚数が増える仕組み ---------- */
.how-list{display:grid;gap:14px}
.how-list li{display:grid;grid-template-columns:64px 1fr;column-gap:16px;align-items:center;padding:18px;border-radius:var(--radius);background:var(--white);box-shadow:inset 0 0 0 1px var(--line-rose)}
.how-ico{grid-row:span 2;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--grad);color:var(--white)}
.how-ico .ico{width:26px;height:26px}
.how-list h3{font-size:16px;line-height:1.5;color:var(--rose-dark)}
/* 番号も見出しと同じ Noto Sans JP（同じ 16px で書体が混ざると、番号だけが 1px 浮いて見えるため） */
.how-list h3 span{margin-right:8px;font-variant-numeric:tabular-nums}
.how-list p{margin-top:4px;font-size:14px;line-height:1.7;color:var(--ink)}
.message-card{position:relative;margin-top:28px;padding:30px 24px 30px;border-radius:var(--radius);background:var(--rose-dark);color:var(--white);text-align:center}
.message-title{font-size:16px;font-weight:700;line-height:1.75}
.illust-woman{position:absolute;left:14px;bottom:-78px;width:62px;height:auto}
#about .message-card{margin-bottom:64px}
.message-card-center{padding:28px 24px}

/* ---------- 2つのプラン ---------- */
.plan-grid{display:grid;gap:20px}
.plan{position:relative;display:flex;flex-direction:column;padding:32px 24px 28px;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-card)}
.plan-name{font-size:28px;font-weight:900;line-height:1.35;letter-spacing:-.01em}
.plan-sub{margin-top:6px;font-size:14px;font-weight:700;color:var(--rose)}
.plan-rows{display:grid;gap:10px;margin:22px 0 24px;padding:16px;border-radius:var(--radius);background:var(--tint)}
.plan-rows li{position:relative;padding-left:28px;font-size:15px;line-height:24px}
/* アイコンは 19px・上 3px（中心 12.5px）。和文 15px の字面の中心（行の中央より約 0.5px 下）に合わせる */
.plan-rows .ico{position:absolute;left:0;top:3px;width:19px;height:19px;color:var(--rose)}
.plan-rows b{font-weight:700}
.plan .btn{margin-top:auto}
/* 「プランは口座開設後に選べます」はカードごとではなく、2枚の下に1回だけ */
.plan-fine{margin-top:16px;text-align:center;font-size:13px}
.plan-premium{background:var(--grad);color:var(--white)}
.plan-premium .plan-sub{color:var(--rose-light)}
.plan-premium .plan-rows{background:rgba(255,255,255,.16)}
.plan-premium .plan-rows .ico{color:var(--white)}
.plan-star{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 1.5px var(--white);margin-bottom:14px}
.plan-star .ico{width:22px;height:22px}
.plan-badge{position:absolute;right:24px;top:34px;padding:2px 14px;border-radius:var(--pill);background:var(--yellow);color:var(--rose-dark);font-size:13px;font-weight:700}

/* ---------- キャンペーン ---------- */
.campaign-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:18px;padding:4px 16px;border-radius:var(--pill);background:var(--rose);color:var(--white);font-family:var(--en);font-weight:700;font-size:14px;line-height:22px;letter-spacing:.02em}
.campaign-badge .ico{width:15px;height:15px;margin-top:1px;fill:currentColor;stroke:none}   /* 15px＋上 1px で中心を 0.5px 下げ、英字の大文字の中心に合わせる */
.bonus-grid{display:grid;gap:16px}
.bonus{padding:26px 20px 28px;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-card)}
.bonus-title{padding-left:10px;border-left:2px solid var(--rose-dark);font-size:15px;font-weight:700;line-height:1.6;color:var(--rose-dark)}
.bonus-ex{margin-top:18px;font-size:13px;color:var(--ink-2)}
.bonus-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:8px;font-size:13px;font-weight:700}
.bonus-tag{padding:2px 10px;border-radius:4px;box-shadow:inset 0 0 0 1px var(--rose-light);color:var(--rose-dark);font-size:12px}
.bonus-rate{position:relative;isolation:isolate;display:flex;align-items:flex-end;justify-content:center;width:max-content;margin:18px auto 0;padding:0 8px}
.bonus-rate::after{content:"";position:absolute;left:0;right:0;bottom:0;height:22px;background:var(--yellow);z-index:-1}
.bonus-num{font-family:var(--en);font-weight:600;font-size:104px;line-height:.8;letter-spacing:-.04em;color:var(--rose-2)}
.bonus-unit{font-family:var(--en);font-weight:700;font-size:38px;line-height:1;color:var(--rose-2)}
/* 数字・「%」はベースライン。「相当」は和文なので 2px 持ち上げて字面の下端を数字の下端に揃える */
.bonus-rate{align-items:baseline}
.bonus-eq{position:relative;top:-2px;font-size:20px;font-weight:700;line-height:1.3;color:var(--rose)}
.rules{margin-top:16px;padding:24px 22px;border-radius:var(--radius);background:var(--tint)}
.rules h3{font-size:15px;font-weight:700;color:var(--ink-2)}
.rules ul{display:grid;gap:6px;margin-top:10px}
.rules li{position:relative;padding-left:14px;font-size:14px;line-height:1.7;color:var(--ink-2)}
.rules li::before{content:"・";position:absolute;left:0}
.cta-with-illust{display:flex;flex-direction:column;align-items:center;margin-top:56px}
.illust-cheer{width:116px;height:auto;margin-bottom:-6px;transform:translateX(64px)}
.cta-with-illust .fine{max-width:350px;margin-top:12px}

/* ---------- マイページ ---------- */
.mypage-card{position:relative;padding:16px;border-radius:var(--radius);background:var(--rose);margin-bottom:48px}
.mypage-list{display:grid;gap:10px}
.mypage-list li{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 18px;border-radius:16px;background:rgba(255,255,255,.16);color:var(--white);font-size:15px;font-weight:700;line-height:24px}
/* アイコンは 21px＋上 1px（中心を 0.5px 下げ、和文 15px の字面の中心に合わせる） */
.mypage-list .ico{width:21px;height:21px;margin-top:1px}
.illust-coins{position:absolute;right:14px;bottom:-44px;width:78px;height:auto}
/* マイページのモックアップ（アプリのホーム画面。画像は app/index.html を 390×844 で撮ったもの） */
.mypage-grid{display:grid;gap:36px}
.phone{position:relative;justify-self:center;width:min(248px,68vw);margin:0;padding:9px;border-radius:42px;background:#1F1D1E;box-shadow:0 28px 56px rgba(183,18,47,.16),0 8px 20px rgba(33,31,31,.16)}
.phone::before{content:"";position:absolute;z-index:1;top:17px;left:50%;width:30%;height:20px;border-radius:var(--pill);background:#1F1D1E;transform:translateX(-50%)}
.phone-screen{overflow:hidden;padding-top:30px;border-radius:33px;background:var(--white)}
.phone-screen img{display:block;width:100%;height:auto}

/* ---------- 対応銘柄 ---------- */
.coin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.coin{position:relative;display:flex;align-items:center;gap:10px;min-height:66px;padding:12px 14px;border-radius:var(--radius);background:var(--tint)}
/* 銘柄名と記号の2行（18px＋18px）の字面の中心に、アイコンの中心を合わせる。
   アイコンは 35px＋下 1px（36px の箱を上下中央に置くと上端が整数 px になり、中心は文字の組の中心と同じ位置） */
.coin img{width:35px;height:35px;margin-bottom:1px;border-radius:50%;flex:none}
.coin b{display:block;font-family:var(--en);font-size:14px;line-height:18px;white-space:nowrap}
.coin small{display:block;font-family:var(--en);font-size:12px;line-height:18px;color:var(--ink-2)}
.coin.is-soon{background:var(--tint-2)}
.coin.is-soon img{opacity:.5}
.coin.is-soon b{color:var(--ink-2)}
.coin em{position:absolute;right:10px;top:8px;padding:0 8px;border-radius:var(--pill);background:var(--white);font-style:normal;font-size:12px;font-weight:700;line-height:1.7;color:var(--ink-2);white-space:nowrap}
.coin-note{margin:28px auto 24px;max-width:760px;font-size:16px;line-height:1.85;text-align:center}
.coin-table{margin:24px auto 0;max-width:760px;overflow-x:auto}
.coin-table table{width:100%;border-collapse:collapse;font-size:14px}
/* 行の中は1行目のベースラインで揃える（和文の銘柄名と Outfit の年利が同じ行に並ぶため。中央揃えだと年利だけ 1px 浮く）。
   年利の列は見出しとも右端で揃える（「8.0%」と「10.0%」の % の位置を縦に通す） */
.coin-table th{padding:10px 8px;text-align:left;vertical-align:baseline;font-size:12px;font-weight:700;color:var(--ink-2);white-space:nowrap}
.coin-table th small{display:block;font-weight:400}
.coin-table td{padding:12px 8px;border-top:1px solid var(--line);vertical-align:baseline;white-space:nowrap}
.coin-table th:nth-child(n+3),.coin-table td.num{text-align:right}
.coin-table td.num{font-family:var(--en);font-weight:700;font-variant-numeric:tabular-nums}
.coin-table td.soon{color:var(--ink-2)}
.coin-table td.soon[colspan]{text-align:center}
.coin-table .fine{margin-top:10px}
/* 320px 幅では4列を折り返して横スクロールをなくす */
/* 339px 以下は「ただ保有との差額」の金額（22px）が行からはみ出し、ほかの金額と右端がずれるため 18px にし、点線との間隔を 6px に詰める */
@media (max-width:339px){.btc-table dl div{gap:6px}.btc-table dd.diff{top:0;font-size:18px}}
@media (max-width:359px){.coin-table td{white-space:normal}.coin-table td,.coin-table th{padding:10px 4px}.coin-table table{font-size:13px}}

/* ---------- 安心して貸し付けるために ---------- */
.trust-list{display:grid;gap:12px}
.trust-list li{display:flex;gap:14px;padding:22px 20px;border-radius:var(--radius);background:var(--white);transition:background-color .25s var(--ease)}
.trust-list .ico{width:24px;height:24px;margin-top:2px;color:var(--rose)}
.trust-list h3{font-size:16px;line-height:1.6;color:var(--rose-dark)}
.trust-list p{margin-top:6px;font-size:15px;line-height:1.8}
@media (hover:hover){.trust-list li:hover{background:var(--hover-cream)}}
#security .center,#risk .center,#faq .center{margin-top:36px}

/* ---------- はじめ方 ---------- */
.step-list{display:grid;gap:34px}
.step-list li{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 22px 26px;border-radius:var(--radius);background:var(--tint)}
.step-list li:not(:last-child)::after{content:"";position:absolute;left:50%;bottom:-24px;transform:translateX(-50%);border:8px solid transparent;border-bottom:0;border-top:10px solid var(--arrow)}
.step-badge{display:grid;place-items:center;align-content:center;width:64px;height:64px;border-radius:50%;background:var(--grad);color:var(--white);font-family:var(--en);font-weight:700;font-size:24px;line-height:1}
.step-badge small{font-size:12px;letter-spacing:.12em;margin:0 -.12em 3px 0}
.step-list h3{margin-top:14px;font-size:16px;color:var(--rose)}
.step-list p{margin-top:6px;font-size:14px;line-height:1.75}

/* ---------- よくある質問 ---------- */
.faq-list{display:grid;gap:8px;max-width:800px;margin:0 auto}
.faq-list details{border-radius:var(--radius);background:var(--white)}
.faq-list summary{display:flex;align-items:center;gap:14px;min-height:64px;padding:14px 20px;font-size:16px;font-weight:700;line-height:1.5;cursor:pointer;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
/* 開閉の「＋／−」も Q の丸と同じく 1px 下げ、質問文の字面の中心に置く（margin-top 2px ＝ 中央から 1px 下） */
.faq-list summary::after{content:"";flex:none;width:16px;height:16px;margin-top:2px;margin-left:auto;background:linear-gradient(var(--rose),var(--rose)) center/16px 2px no-repeat,linear-gradient(var(--rose),var(--rose)) center/2px 16px no-repeat;transition:transform .25s var(--ease)}
.faq-list details[open] summary::after{background:linear-gradient(var(--rose),var(--rose)) center/16px 2px no-repeat}
/* 質問文の末尾「か？」だけが次の行に落ちないよう、語のまとまりで折り返す */
.faq-list summary,.faq-list .a p{word-break:auto-phrase;text-wrap:pretty}
.q{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:var(--rose);color:var(--white);font-family:var(--en);font-weight:700;font-size:13px}
/* Q の丸は 1px 下げる（和文 16px の字面の中心は行の中央より約 1px 下にあるため）。A の丸は回答の1行目の中心に合わせる */
.faq-list summary .q{position:relative;top:1px}
.q-a{background:var(--tint);color:var(--rose);margin-top:1px}
.faq-list .a{display:flex;gap:14px;padding:0 20px 20px}
.faq-list .a p{font-size:16px;line-height:1.85}
.faq-list.is-collapsed .faq-more{display:none}

/* ---------- 重要事項説明書 ---------- */
.risk-list{display:grid;gap:10px;max-width:800px;margin:0 auto}
.risk-list li{position:relative;padding-left:18px;font-size:15px;line-height:1.75;color:var(--ink-2)}
.risk-list li::before{content:"";position:absolute;left:4px;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--ink-3)}

/* ---------- 締めのCTA・フッター ---------- */
.finale{background:var(--grad);color:var(--white);padding:70px 0 0;overflow:hidden}
.finale-copy{display:flex;flex-direction:column;align-items:center;text-align:center}
.finale h2{font-size:22px;font-weight:900;line-height:1.55}
.finale-copy>p{margin-top:14px;font-size:16px;line-height:1.85}
.finale .btn-white{margin-top:28px}
.finale .btn-ghost{margin-top:6px}
.illust-cubes{width:210px;height:auto;margin:20px 0 0 auto}
.site-footer{background:var(--rose-dark);color:var(--white);padding:44px 0 110px}
.footer-brand a{display:inline-block}
.footer-brand img{display:block;width:auto;height:48px}
.footer-brand p{margin-top:12px;font-size:14px;color:rgba(255,255,255,.85)}
.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 20px;margin-top:36px}
.footer-nav p{margin-bottom:10px;font-size:13px;font-weight:700;color:rgba(255,255,255,.75)}
.footer-nav a{display:flex;align-items:center;min-height:44px;padding:8px 0;font-size:15px;font-weight:700}
.footer-bottom{display:grid;gap:10px;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.28)}
/* 「運営会社」と社名は行内に並べる（flex にするとベースラインが取れず、右の © の行と揃っているか測れないため）。社名は途中で折り返さない */
.footer-company{font-size:13px;line-height:1.7}
.footer-company b{margin-right:16px}
.footer-company span{display:inline-block}
/* 同じ行の「運営会社 株式会社ライズ（RISE Co., Ltd.）」と同じ書体（Noto Sans JP）にする */
.footer-copy{font-size:13px;color:rgba(255,255,255,.85)}
/* 追従バーは、ページ末尾（#next）と、本文のローズ塗り「口座を開設する」が画面にある間は出さない（lp.js）。
   そのため本文の末尾に余白は置かない（置くと finale と footer のあいだに白い帯ができる）。 */
.sticky-cta{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:40;display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 26px 0 30px;border-radius:var(--pill);background:var(--rose);color:var(--white);font-family:var(--en);font-weight:700;font-size:16px;line-height:24px;letter-spacing:.04em;box-shadow:0 14px 30px rgba(243,55,88,.35);transform:translateY(12px);opacity:0;transition:transform .3s var(--ease),opacity .3s var(--ease);pointer-events:none}
.sticky-cta.is-visible{transform:none;opacity:1;pointer-events:auto}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}html{scroll-behavior:auto}}

/* ---------- 下層ページ（legal.html / news.html）— LP と同じシェルで本文だけ差し替える ---------- */
.page-section{padding:44px 0 70px}
.page-section .sec-head{margin-bottom:28px}
.legal-group{max-width:800px;margin:0 auto}
.legal-group+.legal-group{margin-top:32px}
.legal-group h2{display:flex;align-items:center;gap:12px;font-size:18px;line-height:1.4;font-weight:700;color:var(--rose-dark)}
.legal-group h2 .no{display:grid;place-items:center;flex:none;width:32px;height:32px;border-radius:50%;background:var(--rose);color:var(--white);font-family:var(--en);font-size:14px;font-weight:700}
.legal-list{display:grid;gap:10px;margin-top:14px}
.legal-list li{position:relative;padding:18px 20px 18px 40px;border-radius:var(--radius);background:var(--white);font-size:16px;line-height:1.8}
.legal-list li::before{content:"";position:absolute;left:20px;top:calc(18px + .65em);width:6px;height:6px;border-radius:50%;background:var(--rose)}
.legal-list b{font-weight:700}
.company-list{max-width:800px;margin:0 auto;padding:8px 20px;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-card)}
.company-list>div{display:grid;gap:4px;padding:16px 0;border-bottom:1px solid var(--line)}
.company-list>div:last-child{border-bottom:0}
.company-list dt{font-size:13px;font-weight:700;color:var(--ink-2)}
.company-list dd{font-size:16px;line-height:1.7;overflow-wrap:anywhere}
.company-list a,.news-list p a{display:inline-block;padding:10px 0;margin:-10px 0;color:var(--rose-dark);text-decoration:underline;text-underline-offset:3px}
.news-list{display:grid;gap:12px;max-width:800px;margin:0 auto}
.news-list article{padding:22px 20px;border-radius:var(--radius);background:var(--white)}
.news-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px}
.news-meta time{font-size:13px;font-weight:700;line-height:24px;color:var(--ink-2);font-variant-numeric:tabular-nums}
.news-tag{padding:2px 10px;border-radius:4px;box-shadow:inset 0 0 0 1px var(--rose-light);color:var(--rose-dark);font-size:12px;font-weight:700;line-height:20px}
.news-list h2{margin-top:8px;font-size:17px;line-height:1.5;font-weight:700;color:var(--ink)}
.news-list p{margin-top:8px;font-size:15px;line-height:1.8}
.page-cta{margin-top:40px}

/* ====================================================================
   タブレット（768px〜）
   ==================================================================== */
@media (min-width:768px){
  :root{--gutter:40px;--notice-h:52px}
  .section{padding:88px 0}
  .sec-head h2{font-size:23px}
  .sec-head h1{font-size:26px}
  .how-list,.plan-grid,.bonus-grid,.trust-list,.mypage-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .step-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .step-list li::after{display:none}
  .bonus-grid,.rules{max-width:762px;margin-inline:auto}
  .rules{margin-top:16px}
  .hero-offer{max-width:520px;margin-inline:auto;width:100%}
  .hero-chart{height:220px}
  .btc-card{padding:72px 36px 40px}
  .chart-svg{height:240px}
  .footer-nav{grid-template-columns:repeat(3,auto);justify-content:start;gap:32px 56px}
  .notice-inner{gap:14px}
  .notice-tag{height:24px;padding:0 12px;font-size:13px;line-height:24px}
  .notice-title{font-size:16px;line-height:24px}
  .notice-more{gap:4px;height:24px;margin-left:8px;font-size:14px;line-height:24px}
  .notice-arrow{width:16px;height:16px}
  /* 768px 以上は見出し（16px）と「詳しく見る」（14px）の字面がタグの中心より 0.75〜1px 下に出るため 1px 上げる。矢印は元の中心に戻す */
  .notice-title,.notice-more{position:relative;top:-1px}
  .notice-arrow{position:relative;top:1px}
  .company-list{padding:8px 28px}
  /* ラベル 14px と値 16px は大きさが違うので、値の1行目と中心線で揃える（両方とも行の高さ 28px・上揃え。値が2行になってもラベルは1行目に並ぶ） */
  .company-list>div{grid-template-columns:180px 1fr;gap:16px;align-items:start}
  .company-list dt{font-size:14px;line-height:28px}
  .company-list dd{line-height:28px}
  .page-section{padding:56px 0 88px}
  .news-list article{padding:26px 28px}
}

/* ====================================================================
   PC（1024px〜）— Figma「TOP_PC」1440px 基準
   ==================================================================== */
@media (min-width:1024px){
  .pc-only{display:inline}
  .sp-only{display:none}
  .section{padding:100px 0}
  .sec-head{margin-bottom:56px}
  .sec-lead{max-width:660px}
  .btc-card{margin-top:40px}

  /* ヘッダー */
  .gnav{display:flex;gap:clamp(16px,2vw,28px);font-size:14px;font-weight:700;white-space:nowrap}
  .gnav a{position:relative;display:inline-flex;align-items:center;min-height:44px;padding:0;line-height:22px}   /* ボタンの文字と同じ上端（11px） */
  .gnav a::after{content:"";position:absolute;left:0;right:0;bottom:6px;height:2px;border-radius:2px;background:var(--rose);transform:scaleX(0);transition:transform .25s var(--ease)}
  .gnav a:hover::after{transform:scaleX(1)}
  /* 「ログイン」と「口座開設」は同じ高さ 44px・角丸 12px・同じ幅。塗りの有無だけで主従を分ける */
  .header-cta{display:inline-flex}
  .menu-toggle{display:none}
  .header-actions{gap:10px}

  /* ヒーロー */
  .hero{padding:40px 0 0}
  .hero-inner{min-height:751px}
  .hero-eyebrow{padding:3px 16px;border:1px solid var(--rose-dark);border-radius:var(--pill);font-size:14px;font-weight:400}
  .hero-title{margin-top:14px}
  .hero-lead{margin-top:26px;font-size:16px;color:var(--ink-2)}
  .hero-chart{position:absolute;left:350px;bottom:0;width:891px;height:425px;margin:0;padding-left:51px;gap:33px}
  .hero-chart span{flex:0 0 64px;border-radius:6px 6px 0 0}
  .hero-offer{align-items:flex-start;max-width:497px;margin:56px 0 0;padding-bottom:52px}
  .rate-card{height:131px;align-items:center;padding:0;border-radius:var(--radius);background:var(--white);box-shadow:0 0 0 1px var(--tint-2),0 12px 32px rgba(183,18,47,.07)}
  .rate{gap:8px}
  .rate::after{height:15px;bottom:0}
  .rate-tag{font-size:16px;padding:1px 10px;top:-8px}
  .rate-max{font-size:40px}
  .rate-num{font-size:104px}
  .rate-unit{font-size:35px}
  .hero-actions{gap:8px;margin-top:8px}
  .hero-actions .btn{min-height:73px}
  .hero-offer .fine{max-width:390px}

  /* 特長 */
  .features{padding:66px 0}
  .feature-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}

  /* BTC */
  .btc-card{padding:88px 56px 56px}
  /* 2つのグラフを横に並べ、凡例の有無にかかわらず描画域・年ボタンの高さを揃える（subgrid） */
  .btc-charts{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,auto);gap:0 56px}
  .chart{display:grid;grid-row:span 4;grid-template-rows:subgrid}
  .chart-title{grid-row:1;align-self:start}
  .chart-legend{grid-row:2;align-self:start}
  .chart-plot{grid-row:3}
  .chart-x{grid-row:4;align-self:start}
  .chart-svg{height:250px}
  .chart-end{font-size:14px}
  .chart-end.is-diff{font-size:13px}
  .btc-tab{width:318px}

  /* 仕組み */
  .how-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .how-list li{grid-template-columns:1fr;justify-items:center;align-content:start;padding:24px 16px 26px}
  .how-ico{grid-row:auto;margin-bottom:14px}
  .how-list h3{text-align:center}
  .how-list p{margin-top:8px}
  .message-card{padding:34px 80px}
  .illust-woman{left:-14px;bottom:-60px;width:74px}

  /* プラン */
  .plan-grid{gap:16px}
  .plan{padding:40px}
  .plan-name{font-size:30px}
  .plan-badge{right:40px;top:44px}

  /* キャンペーン */
  .bonus{padding:32px 20px 32px}
  .bonus-num{font-size:130px}
  .bonus-unit{font-size:44px}

  /* マイページ（左にモックアップ、右に機能一覧） */
  .mypage-grid{grid-template-columns:292px minmax(0,1fr);align-items:center;gap:56px}
  .phone{width:100%}
  .mypage-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mypage-list li{min-height:64px}
  .illust-coins{right:40px;bottom:-56px;width:92px}

  /* 銘柄・安心・手順 */
  .coin-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
  .trust-list{max-width:760px;margin-inline:auto;gap:12px 20px}
  .step-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
  .step-list li:not(:last-child)::after{display:block;left:auto;right:-16px;top:50%;bottom:auto;transform:translateY(-50%);border:7px solid transparent;border-right:0;border-left:9px solid var(--arrow)}

  /* 締め・フッター */
  .finale{padding:86px 0 0}
  .finale-inner{position:relative}
  .finale-copy{padding-bottom:96px}
  .illust-cubes{position:absolute;right:40px;bottom:0;width:259px;margin:0}
  .site-footer{padding:72px 0 56px}
  .footer-top{display:flex;justify-content:space-between;gap:40px}
  .footer-brand img{height:52px}
  .footer-nav{margin-top:0}
  .footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:48px}
  .sticky-cta{display:none}

  /* 下層ページ */
  .page-section{padding:64px 0 100px}
  .page-section .sec-head{margin-bottom:40px}
}

/* ---------- Web フォントが届いても本文を動かさない ----------
   大きな数字（Outfit）の行は、端末の書体で描いている間と Web フォントに替わった後で高さが 3〜8px 変わり、
   その下の本文がすべて跳ねていた（スマホで読み込み直後にスクロールすると目立つ）。Web フォントでの高さに固定する。 */
.rate{height:57px}
.bonus-rate{height:85px}
@media (min-width:1024px){
  .rate{height:85px}
  .bonus-rate{height:106px}
}

/* キャンペーンの適用ルール・リスクの箇条書き: 狭い幅でも語の途中（「年／利」「ありま／す」）で折り返さない */
.rules li,.risk-list li{word-break:auto-phrase;text-wrap:pretty}

/* ヒーローの強調部分「貸して増やす」（6字）: 320px でも1行に収まる大きさにし、途中で折り返さない。
   末尾は「。」だけなので、強調の枠との間を詰める（全角の「。」は字面の右に空きがあるため） */
.hero-mark{font-size:clamp(38px,13vw,93px);white-space:nowrap}
.hero-line-2{gap:2px}
