/*
Theme Name: カーマッチ Cash+
Theme URI: https://carmatch-cashplus.jp/
Description: カーマッチ Cash+（車を質物としてお預かりし資金をご用意する、車専門の質サービス）のLP用テーマ。k-implant-theme の設計作法（:root変数／パネル重ね／900pxブレークポイント／単一style.css）を踏襲。
Author: 株式会社エープラス
Version: 1.1
Requires at least: 6.0
Tested up to: 7.1
License: GNU General Public License v2 or later
Text Domain: cashplus
*/

/* =========================================================
   1. パレット（色はここ1か所で差し替え可能）
   TODO: --cp-yellow / --cp-blue は仮値。ブランドカラー確定後に差し替え。
   コントラスト実測: #1B2430 on #FFD200 = 10.8:1 / #FFF on #0B5FBF = 6.1:1
   ========================================================= */
:root{
  /* ブランド：黄 */
  --cp-yellow:#FFD200;
  --cp-yellow-deep:#E0B400;
  --cp-yellow-soft:#FFF0B8;
  --cp-yellow-wash:#FFFBEB;
  /* アクセント：カーマッチの青 */
  --cp-blue:#0B5FBF;
  --cp-blue-deep:#08498F;
  --cp-blue-soft:#DEEAFA;
  --cp-blue-wash:#F4F8FE;
  /* ベース */
  --cp-base:#FBFBF9;
  --cp-card:#FFFFFF;
  --cp-ink:#000000;
  --cp-ink-soft:#000000;
  --cp-ink-dark:#1B2430; /* 濃色背景・ボタン地色などの「紺」用 */
  --cp-hair:#E4E7EC;
  --cp-gray:#8A929E;
  --cp-gray-wash:#F2F3F5;
  /* 装飾 */
  --cp-shadow:0 18px 40px -28px rgba(20,30,45,.32);
  --cp-shadow-soft:0 10px 26px -20px rgba(20,30,45,.24);
  --cp-r:14px;
  --cp-max:1080px;
  --cp-narrow:760px;
  --cp-disp:"Zen Maru Gothic","Zen Kaku Gothic New", sans-serif;
  --cp-body:"Zen Kaku Gothic New", sans-serif;
  --cp-num:"Outfit", sans-serif;
}

/* =========================================================
   2. リセット／ベース
   ========================================================= */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:76px}
body{font-family:var(--cp-body);font-weight:500;color:var(--cp-ink);background:var(--cp-base);line-height:1.9;-webkit-font-smoothing:antialiased;font-size:16px;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.cp-num{font-family:var(--cp-num)}
.cp-wrap{width:100%;max-width:var(--cp-max);margin:0 auto;padding:0 22px}
.cp-skip{position:absolute;left:-9999px;top:0;background:var(--cp-yellow);color:var(--cp-ink);padding:12px 18px;font-weight:700;z-index:200}
.cp-skip:focus{left:0}
br.cp-br-sp{display:none}
@media(max-width:560px){br.cp-br-sp{display:inline}}
.cp-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* =========================================================
   3. 見出し・共通タイポ
   ========================================================= */
.cp-eyebrow{font-family:var(--cp-disp);font-weight:700;font-size:.78rem;letter-spacing:.1em;color:var(--cp-ink);background:var(--cp-yellow-soft);padding:6px 13px;border-radius:6px;display:inline-block;line-height:1.6}
.cp-eyebrow--blue{background:var(--cp-blue-soft);color:var(--cp-blue-deep)}
.cp-title{font-family:var(--cp-disp);font-weight:900;font-size:clamp(2rem,6vw,3rem);line-height:1.42;letter-spacing:.01em;margin:.5em 0 .35em}
.cp-title .cp-hl{background:linear-gradient(transparent 62%, var(--cp-yellow) 62%);padding:0 .1em}
.cp-lead{font-weight:500;color:var(--cp-ink-soft);font-size:clamp(.95rem,2.4vw,1.04rem)}
.cp-section-head{max-width:720px}
.cp-section-head.cp-center{margin:0 auto;text-align:center}
.cp-body-text{font-weight:500;font-size:clamp(.96rem,2.5vw,1.03rem);line-height:2.05}
.cp-body-text + .cp-body-text{margin-top:1.1em}
.cp-strong{font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.45rem,4.4vw,2rem);line-height:1.7;margin-top:1.2em}
.cp-strong .cp-hl{background:linear-gradient(transparent 62%, var(--cp-yellow) 62%);padding:0 .1em}
.cp-shout{font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.7rem,5.6vw,2.5rem);line-height:1.55;text-align:center;margin-top:1.4em}
.cp-rule{width:56px;height:5px;border-radius:3px;background:var(--cp-yellow);margin:0 0 4px}
.cp-center .cp-rule{margin-left:auto;margin-right:auto}

/* =========================================================
   4. ボタン
   黄色ボタンの文字は必ず濃紺（--cp-ink）。白文字は使わない。
   ========================================================= */
.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6ch;font-family:var(--cp-disp);font-weight:700;border-radius:10px;padding:16px 28px;font-size:1rem;line-height:1.5;cursor:pointer;border:none;text-align:center;transition:transform .15s, box-shadow .2s, background-color .2s}
.cp-btn-yellow{background:var(--cp-yellow);color:var(--cp-ink);box-shadow:0 14px 26px -14px rgba(224,180,0,.9)}
.cp-btn-yellow:hover{transform:translateY(-2px);background:var(--cp-yellow-deep)}
.cp-btn-blue{background:var(--cp-blue);color:#fff;box-shadow:0 14px 26px -14px rgba(11,95,191,.7)}
.cp-btn-blue:hover{transform:translateY(-2px);background:var(--cp-blue-deep)}
.cp-btn-ghost{background:#fff;color:var(--cp-blue-deep);border:2px solid var(--cp-blue-soft)}
.cp-btn-ghost:hover{background:var(--cp-blue-wash)}
.cp-btn-lg{width:100%;font-size:1.05rem;padding:18px 24px}
.cp-btn .cp-ic{width:1.1em;height:1.1em;flex:none}

/* =========================================================
   5. ヘッダー
   ========================================================= */
.cp-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--cp-hair)}
.cp-nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}
.cp-brand{display:inline-flex;align-items:center;line-height:0}
.cp-logo{width:auto;height:34px;display:block}
/* 濃色背景では紺のロゴが沈むため、白いチップに載せる */
.cp-brand--onDark{background:#fff;border-radius:10px;padding:9px 14px}
.cp-brand--onDark .cp-logo{height:26px}
.cp-nav-links{display:flex;gap:26px;font-family:var(--cp-disp);font-size:.92rem;font-weight:700}
.cp-nav-links a{color:var(--cp-ink-soft);transition:color .2s}
.cp-nav-links a:hover{color:var(--cp-blue)}
.cp-nav-cta{display:inline-flex;align-items:center;gap:.5ch;background:var(--cp-yellow);color:var(--cp-ink);font-family:var(--cp-disp);font-weight:700;font-size:.9rem;padding:10px 18px;border-radius:9px;box-shadow:0 8px 18px -10px rgba(224,180,0,.9);transition:transform .15s}
.cp-nav-cta:hover{transform:translateY(-1px)}
@media(max-width:900px){.cp-nav-links{display:none}}
@media(max-width:560px){.cp-nav{height:56px}.cp-logo{height:27px}.cp-nav-cta{font-size:.8rem;padding:9px 14px}}

/* =========================================================
   6. セクション基盤（パネル重ね：implant準拠）
   ========================================================= */
.cp-section{position:relative;padding:clamp(56px,7.5vw,92px) 0}
.cp-section.cp-flush{padding-top:0;padding-bottom:0}
.cp-section.cp-flush-top{padding-top:0}
.cp-panel{position:relative}
.cp-z1{z-index:2}.cp-z2{z-index:3}.cp-z3{z-index:4}.cp-z4{z-index:5}.cp-z5{z-index:6}.cp-z6{z-index:7}.cp-z7{z-index:8}.cp-z8{z-index:9}
.cp-bg-white{background:#fff}
.cp-bg-base{background:var(--cp-base)}
.cp-bg-yellow{background:var(--cp-yellow-wash)}
.cp-bg-blue{background:var(--cp-blue-wash)}
.cp-bg-gray{background:var(--cp-gray-wash)}

/* =========================================================
   7. LP専用スタイル（.lp-cashplus 配下にスコープ）
   ========================================================= */

/* --- 7-1 ヒーロー（フルブリードのメインビジュアル＋下にコピー） --- */
.lp-cashplus .cp-hero{position:relative;overflow:hidden;background:var(--cp-base);padding:0 0 clamp(34px,5vw,60px)}
.lp-cashplus .cp-hero-pic{width:100%;line-height:0;background:#0A1533}
.lp-cashplus .cp-hero-pic img{width:100%;height:auto;display:block;aspect-ratio:1672/941;object-fit:cover}
@media(max-width:760px){.lp-cashplus .cp-hero-pic img{aspect-ratio:941/1672}}

.lp-cashplus .cp-hero-copy{max-width:760px;text-align:center;padding-top:clamp(28px,4.5vw,44px)}
.lp-cashplus .cp-hero h1{font-family:var(--cp-disp);font-weight:900;font-size:clamp(2.3rem,6.6vw,3.4rem);line-height:1.36;letter-spacing:.005em;margin-top:14px}
.lp-cashplus .cp-hero h1 .cp-hl{background:linear-gradient(transparent 64%, var(--cp-yellow) 64%);padding:0 .08em}
.lp-cashplus .cp-hero-sub{margin-top:16px;font-family:var(--cp-disp);font-weight:700;font-size:clamp(1.02rem,2.8vw,1.24rem);color:var(--cp-blue-deep)}
.lp-cashplus .cp-hero-text{max-width:640px;margin:20px auto 0;text-align:left}
.lp-cashplus .cp-hero-body{font-weight:500;font-size:clamp(.93rem,2.4vw,1rem);color:var(--cp-ink-soft);line-height:2}
.lp-cashplus .cp-hero-body + .cp-hero-body{margin-top:.9em}
.lp-cashplus .cp-hero-strong{margin-top:26px;font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.75rem,5.4vw,2.4rem);line-height:1.6;letter-spacing:.01em}
.lp-cashplus .cp-hero-strong2{margin-top:8px;font-family:var(--cp-disp);font-weight:700;font-size:clamp(1.05rem,3vw,1.25rem);color:var(--cp-blue-deep)}
.lp-cashplus .cp-hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:26px}
@media(max-width:560px){.lp-cashplus .cp-hero-cta .cp-btn{width:100%}}

/* --- 7-2 お悩みチェックリスト --- */
.lp-cashplus .cp-worry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.lp-cashplus .cp-worry{background:#fff;border:1px solid var(--cp-hair);border-radius:var(--cp-r);padding:26px 22px;box-shadow:var(--cp-shadow-soft)}
.lp-cashplus .cp-worry h3{font-family:var(--cp-disp);font-weight:700;font-size:1.06rem;margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid var(--cp-yellow-soft)}
.lp-cashplus .cp-check{list-style:none;display:grid;gap:11px}
.lp-cashplus .cp-check li{display:flex;gap:10px;font-weight:500;font-size:.95rem;color:var(--cp-ink-soft);line-height:1.75}
.lp-cashplus .cp-check svg{width:21px;height:21px;flex:none;margin-top:3px;color:var(--cp-yellow-deep)}
.lp-cashplus .cp-worry-foot{margin-top:40px;text-align:center}
@media(max-width:900px){.lp-cashplus .cp-worry-grid{grid-template-columns:1fr;gap:16px}}

/* --- 7-3 Cash+とは／比較図（支給ビジュアル） --- */
.lp-cashplus .cp-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;margin-top:42px}
.lp-cashplus .cp-cmp-fig{margin:0}
.lp-cashplus .cp-cmp-fig img{width:100%;height:auto;display:block}
.lp-cashplus .cp-cmp-vs{display:grid;place-items:center;font-family:var(--cp-num);font-weight:700;font-size:1.1rem;color:var(--cp-ink-soft)}
.lp-cashplus .cp-cmp-vs span{background:#fff;border:1px solid var(--cp-hair);border-radius:50%;width:52px;height:52px;display:grid;place-items:center;box-shadow:var(--cp-shadow-soft)}
@media(max-width:900px){
  .lp-cashplus .cp-compare{grid-template-columns:1fr;gap:14px;max-width:460px;margin-left:auto;margin-right:auto}
  .lp-cashplus .cp-cmp-vs span{width:44px;height:44px;font-size:.95rem}
}

/* サービス説明（Cash+とは？） */
/* PC: 支給の1枚ビジュアル */
.lp-cashplus .cp-about-visual{margin:34px auto 0;max-width:var(--cp-max);border-radius:var(--cp-r);overflow:hidden;background:#fff;box-shadow:var(--cp-shadow-soft)}
.lp-cashplus .cp-about-visual img{width:100%;height:auto;display:block;aspect-ratio:1672/941}
.lp-cashplus .cp-about-sp{display:none}

/* SP: 画像3点＋テキスト（画像が白地なので白いカードに載せる） */
@media(max-width:760px){
  .lp-cashplus .cp-about-pc{display:none}
  .lp-cashplus .cp-about-sp{display:block;margin-top:26px;background:#fff;border-radius:var(--cp-r);box-shadow:var(--cp-shadow-soft);padding:24px 20px 20px}
  .lp-cashplus .cp-about-logo{width:100%;max-width:300px;height:auto;display:block;margin:0 auto 20px}
  .lp-cashplus .cp-about-sp .cp-body-text{line-height:1.95}
  .lp-cashplus .cp-about-icons{width:100%;height:auto;display:block;margin:22px 0}
  .lp-cashplus .cp-about-foot{display:flex;align-items:flex-end;gap:6px}
  .lp-cashplus .cp-about-foot .cp-body-text{flex:1 1 auto;min-width:0}
  .lp-cashplus .cp-about-chara{width:38%;max-width:150px;height:auto;flex:none;margin-bottom:-12px}
}
@media(max-width:400px){
  .lp-cashplus .cp-about-sp{padding:20px 16px 16px}
  .lp-cashplus .cp-about-chara{width:34%}
}

/* --- 7-4 読み物セクション --- */
.lp-cashplus .cp-read{max-width:var(--cp-narrow);margin:0 auto}
.lp-cashplus .cp-read .cp-body-text{line-height:2.2;color:var(--cp-ink)}
.lp-cashplus .cp-read-lines{margin:1.3em 0;display:grid;gap:.5em;font-family:var(--cp-disp);font-weight:700;font-size:clamp(1rem,2.7vw,1.12rem);line-height:1.8}
.lp-cashplus .cp-read-lines span{border-left:4px solid var(--cp-yellow);padding-left:14px}

/* --- 7-5 Mission（支給ビジュアル＋テキスト本文） --- */
.lp-cashplus .cp-mission-visual{margin:0 auto;max-width:848px;line-height:0}
.lp-cashplus .cp-mission-visual img{width:100%;height:auto;display:block}
.lp-cashplus .cp-mission-body{max-width:var(--cp-narrow);margin:clamp(26px,4vw,38px) auto 0}
.lp-cashplus .cp-mission-chara{display:none}
.lp-cashplus .cp-mission-foot{display:none}
.lp-cashplus .cp-mission-strong{margin-top:28px;background:var(--cp-blue-deep);color:#fff;border-radius:12px;padding:22px 24px;font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.25rem,3.6vw,1.6rem);line-height:1.75;text-align:center}
.lp-cashplus .cp-mission-strong em{font-style:normal;color:var(--cp-yellow)}

/* SP: 見出し／キャラ／紺ボックス＋3ステップを支給画像で、本文はテキスト */
@media(max-width:760px){
  .lp-cashplus .cp-mission-visual{margin-left:-22px;margin-right:-22px;max-width:none}
  .lp-cashplus .cp-mission-body{margin-top:24px}
  .lp-cashplus .cp-mission-chara{display:block;float:right;width:34%;max-width:150px;height:auto;margin:4px -4px 6px 10px;shape-outside:margin-box}
  .lp-cashplus .cp-mission-strong{display:none}
  .lp-cashplus .cp-mission-foot{display:block;clear:both;width:calc(100% + 44px);max-width:none;margin:22px -22px 0;height:auto}
}

/* --- 7-6 4STEP --- */
.lp-cashplus .cp-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;margin-top:44px;align-items:stretch}
.lp-cashplus .cp-step{background:#fff;border:1px solid var(--cp-hair);border-radius:var(--cp-r);padding:26px 18px 22px;text-align:center;box-shadow:var(--cp-shadow-soft);position:relative;height:100%}
.lp-cashplus .cp-step-badge{width:46px;height:46px;border-radius:50%;background:var(--cp-yellow);color:var(--cp-ink);font-family:var(--cp-num);font-weight:700;font-size:1.14rem;display:grid;place-items:center;margin:0 auto 6px;box-shadow:0 10px 18px -12px rgba(224,180,0,1)}
.lp-cashplus .cp-step-chara{width:min(150px,100%);aspect-ratio:1086/1448;margin:0 auto 10px}
.lp-cashplus .cp-step-chara img{width:100%;height:100%;object-fit:contain}
.lp-cashplus .cp-step h3{font-family:var(--cp-disp);font-weight:900;font-size:1.2rem;margin-bottom:8px}
.lp-cashplus .cp-step p{font-weight:500;font-size:.88rem;color:var(--cp-ink-soft);line-height:1.8;text-align:left}
.lp-cashplus .cp-flow-arrow{display:grid;place-items:center;color:var(--cp-yellow-deep)}
.lp-cashplus .cp-flow-arrow svg{width:26px;height:26px}
.lp-cashplus .cp-flow-foot{margin-top:38px;text-align:center}
@media(max-width:900px){
  .lp-cashplus .cp-flow{grid-template-columns:1fr;gap:8px}
  .lp-cashplus .cp-flow-arrow svg{transform:rotate(90deg)}
  .lp-cashplus .cp-step{display:grid;grid-template-columns:78px 1fr;gap:6px 16px;text-align:left;align-items:center;padding:20px 18px}
  .lp-cashplus .cp-step-badge{margin:0 auto;grid-column:1;grid-row:1}
  .lp-cashplus .cp-step-chara{grid-column:1;grid-row:2;width:78px;aspect-ratio:1086/1448;height:auto;margin:0}
  .lp-cashplus .cp-step h3{grid-column:2;grid-row:1;margin-bottom:0}
  .lp-cashplus .cp-step p{grid-column:2;grid-row:2}
}

/* --- 7-7 お預かり --- */
.lp-cashplus .cp-keep-grid{display:grid;grid-template-columns:1fr .8fr;gap:36px;align-items:center;margin-top:34px}
.lp-cashplus .cp-keep-photo{border-radius:var(--cp-r);overflow:hidden;background:#fff;border:1px solid var(--cp-hair);box-shadow:var(--cp-shadow-soft)}
.lp-cashplus .cp-keep-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
@media(max-width:900px){.lp-cashplus .cp-keep-grid{grid-template-columns:1fr;gap:22px}}

/* --- 7-8 無理におすすめしません（信頼の核・濃色反転） --- */
.lp-cashplus .cp-honest{background:var(--cp-ink-dark);color:#fff}
.lp-cashplus .cp-honest .cp-title{color:#fff}
.lp-cashplus .cp-honest .cp-lead,.lp-cashplus .cp-honest .cp-body-text{color:#fff}
.lp-cashplus .cp-honest .cp-eyebrow{background:var(--cp-yellow);color:var(--cp-ink)}
.lp-cashplus .cp-honest-inner{max-width:var(--cp-narrow);margin:0 auto}
.lp-cashplus .cp-honest-strong{margin-top:28px;text-align:center;font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.45rem,4.4vw,2rem);line-height:1.7;color:var(--cp-yellow)}

/* --- 7-9 立ち止まって考えたいケース --- */
.lp-cashplus .cp-caution{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:36px}
.lp-cashplus .cp-caution li{display:flex;gap:12px;align-items:flex-start;font-weight:500;background:#fff;border:1px solid var(--cp-hair);border-left:5px solid var(--cp-blue);border-radius:10px;padding:16px 18px;font-size:.95rem;line-height:1.75;box-shadow:var(--cp-shadow-soft)}
.lp-cashplus .cp-caution svg{width:21px;height:21px;flex:none;margin-top:3px;color:var(--cp-blue)}
@media(max-width:760px){.lp-cashplus .cp-caution{grid-template-columns:1fr}}

/* --- 7-10 3つの選択肢 --- */
.lp-cashplus .cp-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:36px 0 0}
.lp-cashplus .cp-choice div{background:#fff;border:1px solid var(--cp-hair);border-radius:var(--cp-r);padding:26px 18px;text-align:center;font-family:var(--cp-disp);font-weight:700;font-size:clamp(1.15rem,3.2vw,1.4rem);box-shadow:var(--cp-shadow-soft)}
.lp-cashplus .cp-choice div:nth-child(2){border:2px solid var(--cp-yellow);background:var(--cp-yellow-wash)}
.lp-cashplus .cp-choice .cp-choice-ic{display:block;width:44px;height:44px;margin:0 auto 10px;color:var(--cp-blue)}
.lp-cashplus .cp-choice div:nth-child(2) .cp-choice-ic{color:var(--cp-yellow-deep)}
.lp-cashplus .cp-choice-foot{margin-top:34px;text-align:center}
@media(max-width:760px){.lp-cashplus .cp-choice{grid-template-columns:1fr}}

/* --- 7-11 フォーム／最終CTA --- */
.lp-cashplus .cp-contact{background:linear-gradient(160deg,var(--cp-yellow) 0%, var(--cp-yellow-deep) 100%);color:var(--cp-ink);position:relative;z-index:9}
.lp-cashplus .cp-contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:40px;align-items:start}
.lp-cashplus .cp-contact h2{font-family:var(--cp-disp);font-weight:900;font-size:clamp(2.05rem,6vw,2.9rem);line-height:1.45;margin-top:12px}
.lp-cashplus .cp-contact-lead{margin-top:16px;font-weight:500;font-size:.98rem;line-height:2}
.lp-cashplus .cp-contact-note{margin-top:20px;font-weight:500;background:rgba(255,255,255,.55);border:1px solid rgba(27,36,48,.14);border-radius:12px;padding:18px 20px;font-size:.9rem;line-height:1.85}
.lp-cashplus .cp-form-card{background:#fff;border-radius:var(--cp-r);padding:clamp(22px,3.4vw,32px);box-shadow:var(--cp-shadow)}
.lp-cashplus .cp-form-card h3{font-family:var(--cp-disp);font-weight:700;font-size:1.24rem;margin-bottom:4px}
.lp-cashplus .cp-form-card .cp-fl{font-weight:500;font-size:.88rem;color:var(--cp-ink-soft);margin-bottom:18px}
.lp-cashplus .cp-field{margin-bottom:15px}
.lp-cashplus .cp-field label{display:block;font-family:var(--cp-disp);font-size:.88rem;font-weight:700;margin-bottom:6px}
.lp-cashplus .cp-req,.lp-cashplus .cp-any{font-size:.68rem;border-radius:4px;padding:2px 7px;margin-left:.5ch;font-weight:700;vertical-align:middle}
.lp-cashplus .cp-req{background:var(--cp-blue);color:#fff}
.lp-cashplus .cp-any{background:var(--cp-gray-wash);color:var(--cp-ink-soft)}
.lp-cashplus .cp-field input,.lp-cashplus .cp-field select,.lp-cashplus .cp-field textarea{width:100%;border:2px solid var(--cp-hair);border-radius:12px;padding:13px 14px;font-family:var(--cp-body);font-size:1rem;color:var(--cp-ink);background:#FCFCFD;transition:border-color .2s}
.lp-cashplus .cp-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A6472' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px;padding-right:40px}
.lp-cashplus .cp-field input:focus,.lp-cashplus .cp-field select:focus,.lp-cashplus .cp-field textarea:focus{outline:none;border-color:var(--cp-blue)}
.lp-cashplus .cp-field textarea{resize:vertical;min-height:96px}
.lp-cashplus .cp-field.cp-invalid input,.lp-cashplus .cp-field.cp-invalid select,.lp-cashplus .cp-field.cp-invalid textarea{border-color:#C0392B;background:#FEF6F5}
.lp-cashplus .cp-err{display:none;color:#B0301F;font-size:.82rem;margin-top:6px;font-weight:700}
.lp-cashplus .cp-field.cp-invalid .cp-err{display:block}
.lp-cashplus .cp-agree.cp-invalid{background:#FEF6F5;outline:2px solid #C0392B}
.lp-cashplus .cp-agree.cp-invalid .cp-err{display:block}
.lp-cashplus .cp-agree{display:flex;gap:10px;align-items:flex-start;background:var(--cp-blue-wash);border-radius:10px;padding:14px 16px;margin:6px 0 16px}
.lp-cashplus .cp-agree input{width:20px;height:20px;flex:none;margin-top:3px;accent-color:var(--cp-blue)}
.lp-cashplus .cp-agree label{font-size:.89rem;font-weight:500;font-family:var(--cp-body);margin:0;line-height:1.7}
.lp-cashplus .cp-agree a{color:var(--cp-blue-deep);text-decoration:underline}
.lp-cashplus .cp-form-note{font-weight:500;font-size:.8rem;color:var(--cp-ink-soft);margin-top:12px;text-align:center;line-height:1.8}
.lp-cashplus .cp-form-success{display:none;text-align:center;padding:30px 10px}
.lp-cashplus .cp-form-success.cp-show{display:block}
.lp-cashplus .cp-form-success svg{width:56px;height:56px;color:var(--cp-yellow-deep);margin:0 auto 14px}
.lp-cashplus .cp-form-success h3{font-family:var(--cp-disp);font-size:1.36rem;margin-bottom:8px}
.lp-cashplus .cp-form-success p{color:var(--cp-ink-soft);font-weight:500;font-size:.93rem}
.lp-cashplus .cp-btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}
@media(max-width:900px){.lp-cashplus .cp-contact-grid{grid-template-columns:1fr;gap:26px}}

/* --- 7-12 クロージング --- */
.lp-cashplus .cp-closing{background:var(--cp-base);text-align:center}
.lp-cashplus .cp-closing-inner{max-width:var(--cp-narrow);margin:0 auto}
.lp-cashplus .cp-closing .cp-body-text{color:var(--cp-ink-soft)}
.lp-cashplus .cp-closing-final{margin-top:36px;font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.5rem,6.2vw,2.9rem);line-height:1.6}
.lp-cashplus .cp-closing-final .cp-hl{background:linear-gradient(transparent 64%, var(--cp-yellow) 64%);padding:0 .1em}
.lp-cashplus .cp-closing-brand{margin-top:22px;line-height:0}
.lp-cashplus .cp-closing-brand .cp-logo{height:clamp(34px,6vw,52px);margin:0 auto}

/* =========================================================
   8. フッター
   ========================================================= */
.cp-footer{background:var(--cp-ink-dark);color:#E2E6EB;padding:48px 0 120px;font-size:.86rem}
.cp-foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:22px;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.14)}
.cp-foot-links{display:flex;flex-wrap:wrap;gap:16px;font-family:var(--cp-disp);font-weight:700}
.cp-foot-links a:hover{color:#fff}
.cp-disclaimer{margin-top:20px;font-weight:500;font-size:.8rem;line-height:1.95;color:#D7DCE3}
.cp-copy{margin-top:16px;font-family:var(--cp-num);font-weight:700;font-size:.76rem;color:#C6CCD4}

/* =========================================================
   9. SP追従CTAバー（#contact 表示中は非表示）
   ========================================================= */
.cp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid var(--cp-hair);transition:transform .25s}
.cp-sticky .cp-btn{flex:1;padding:14px;font-size:.95rem}
.cp-sticky.cp-hidden{transform:translateY(120%);pointer-events:none}
@media(max-width:900px){.cp-sticky{display:flex}.cp-footer{padding-bottom:132px}}

/* =========================================================
   10. アクセシビリティ／モーション
   ========================================================= */
:focus-visible{outline:3px solid var(--cp-blue);outline-offset:2px;border-radius:6px}
.cp-js .lp-cashplus .cp-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease}
.cp-js .lp-cashplus .cp-reveal.cp-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important;animation:none!important}
  .cp-js .lp-cashplus .cp-reveal{opacity:1!important;transform:none!important}
}

/* =========================================================
   11. ブログ（single / archive / page）
   ========================================================= */
.cp-entry{max-width:var(--cp-narrow);margin:0 auto;padding:clamp(40px,6vw,72px) 22px}
.cp-entry h1{font-family:var(--cp-disp);font-weight:700;font-size:clamp(1.5rem,4.4vw,2rem);line-height:1.5;margin-bottom:10px}
.cp-entry .cp-date{font-family:var(--cp-num);font-size:.8rem;color:var(--cp-ink-soft);letter-spacing:.04em}
.cp-entry-thumb img{width:100%;border-radius:var(--cp-r);margin:14px 0 24px}
.cp-entry-content{font-weight:500;font-size:1rem;line-height:1.95}
.cp-entry-content p{margin:0 0 1.2em}
.cp-entry-content h2{font-family:var(--cp-disp);font-weight:700;font-size:1.36rem;margin:1.6em 0 .6em;border-left:5px solid var(--cp-yellow);padding-left:14px}
.cp-entry-content h3{font-family:var(--cp-disp);font-weight:700;font-size:1.14rem;margin:1.4em 0 .5em}
.cp-entry-content a{color:var(--cp-blue-deep);text-decoration:underline}
.cp-entry-content ul,.cp-entry-content ol{margin:0 0 1.2em 1.3em}
.cp-entry-content li{margin:.3em 0}
.cp-entry-content img{border-radius:12px;margin:1em 0}
.cp-entry-content blockquote{border-left:3px solid var(--cp-yellow);background:var(--cp-yellow-wash);padding:12px 18px;border-radius:0 10px 10px 0;margin:1.2em 0;color:var(--cp-ink-soft)}
.lp-cashplus .cp-archive-grid{margin-top:40px}
.lp-cashplus .cp-blog-foot{margin-top:34px;text-align:center}
.cp-news{padding:clamp(40px,6vw,72px) 22px}
.cp-news-cta{margin-top:40px;text-align:center}
.cp-post .cp-post-body h2{font-family:var(--cp-disp);font-weight:700;font-size:1.02rem;line-height:1.55}
.cp-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
.cp-post{background:#fff;border:1px solid var(--cp-hair);border-radius:var(--cp-r);overflow:hidden;box-shadow:var(--cp-shadow-soft);display:flex;flex-direction:column;transition:transform .2s}
.cp-post:hover{transform:translateY(-4px)}
.cp-post .cp-thumb{aspect-ratio:16/10;background:var(--cp-yellow-wash);background-size:cover;background-position:center}
.cp-post .cp-post-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.cp-post h3{font-family:var(--cp-disp);font-weight:700;font-size:1.02rem;line-height:1.55}
.cp-pagination{margin-top:32px;text-align:center}
.cp-pagination .page-numbers{display:inline-block;padding:8px 14px;margin:0 3px;border:1px solid var(--cp-hair);border-radius:8px;font-family:var(--cp-num);font-weight:600;color:var(--cp-ink-soft);text-decoration:none}
.cp-pagination .page-numbers.current{background:var(--cp-yellow);color:var(--cp-ink);border-color:var(--cp-yellow)}
@media(max-width:900px){.cp-archive-grid{grid-template-columns:1fr;gap:16px}}

/* =========================================================
   12. ユーティリティ（中央寄せ指定より後に定義して確実に効かせる）
   ========================================================= */
.cp-tal,
.lp-cashplus .cp-tal{text-align:left}

/* =========================================================
   13. 気軽に相談できる見せ方（吹き出し・キャラ・折りたたみ）
   ========================================================= */

/* 吹き出し */
.lp-cashplus .cp-bubble{position:relative;background:#fff;border:2px solid var(--cp-yellow);border-radius:16px;padding:18px 20px;flex:1 1 auto;min-width:0}
.lp-cashplus .cp-bubble::before,
.lp-cashplus .cp-bubble::after{content:"";position:absolute;top:34px;width:0;height:0;border-style:solid}
.lp-cashplus .cp-bubble::before{left:-14px;border-width:9px 14px 9px 0;border-color:transparent var(--cp-yellow) transparent transparent}
.lp-cashplus .cp-bubble::after{left:-10px;border-width:8px 12px 8px 0;border-color:transparent #fff transparent transparent}
.lp-cashplus .cp-bubble p{font-size:.95rem;line-height:1.85;font-weight:500}
.lp-cashplus .cp-bubble p + p{margin-top:.5em}
.lp-cashplus .cp-bubble strong{background:linear-gradient(transparent 62%, var(--cp-yellow) 62%)}

/* フォーム横の「気軽さ」ブロック */
.lp-cashplus .cp-ease{display:flex;align-items:flex-start;gap:10px;margin-top:22px}
.lp-cashplus .cp-ease-chara{flex:none;width:88px}
.lp-cashplus .cp-ease-chara img{width:100%;height:auto;display:block}
.lp-cashplus .cp-ease-points{list-style:none;display:grid;gap:8px;margin-top:16px}
.lp-cashplus .cp-ease-points li{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.65);border-radius:999px;padding:9px 16px;font-size:.9rem;font-weight:500;line-height:1.5}
.lp-cashplus .cp-ease-ico{font-size:1.1rem;line-height:1;flex:none}

/* キャラ付きCTAブロック */
.lp-cashplus .cp-cta-block{display:flex;align-items:flex-end;justify-content:center;gap:6px;margin-top:30px}
.lp-cashplus .cp-cta-chara{width:110px;height:auto;flex:none;margin-bottom:-6px}
.lp-cashplus .cp-cta-body{text-align:center}
.lp-cashplus .cp-cta-lead{position:relative;display:inline-block;background:#fff;border:2px solid var(--cp-yellow);border-radius:14px;padding:10px 18px;font-family:var(--cp-disp);font-weight:700;font-size:clamp(.95rem,2.6vw,1.05rem);margin-bottom:14px}
.lp-cashplus .cp-cta-lead::before,
.lp-cashplus .cp-cta-lead::after{content:"";position:absolute;top:50%;margin-top:-8px;width:0;height:0;border-style:solid}
.lp-cashplus .cp-cta-lead::before{left:-14px;border-width:8px 14px 8px 0;border-color:transparent var(--cp-yellow) transparent transparent}
.lp-cashplus .cp-cta-lead::after{left:-10px;border-width:7px 12px 7px 0;border-color:transparent #fff transparent transparent}
.lp-cashplus .cp-cta-sub{margin-top:10px;font-size:.85rem;font-weight:500;color:var(--cp-ink-soft)}
@media(max-width:560px){
  .lp-cashplus .cp-cta-block{gap:0}
  .lp-cashplus .cp-cta-chara{width:82px}
  .lp-cashplus .cp-cta-lead::before,.lp-cashplus .cp-cta-lead::after{display:none}
}

/* 任意項目の折りたたみ */
.lp-cashplus .cp-more{margin:4px 0 14px;border-top:1px dashed var(--cp-hair);padding-top:12px}
.lp-cashplus .cp-more summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:8px;font-family:var(--cp-disp);font-weight:700;font-size:.9rem;color:var(--cp-blue-deep);padding:6px 0}
.lp-cashplus .cp-more summary::-webkit-details-marker{display:none}
.lp-cashplus .cp-more summary::before{content:"＋";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--cp-yellow);color:var(--cp-ink);font-size:.9rem;flex:none}
.lp-cashplus .cp-more[open] summary::before{content:"－"}
.lp-cashplus .cp-more summary small{font-weight:500;color:var(--cp-ink-soft);font-family:var(--cp-body)}
.lp-cashplus .cp-more[open] summary{margin-bottom:8px}

/* ボタンをすこし弾ませる */
.lp-cashplus .cp-btn-yellow{position:relative}
.lp-cashplus .cp-btn-yellow::after{content:"→";margin-left:.4ch;transition:transform .2s}
.lp-cashplus .cp-btn-yellow:hover::after{transform:translateX(3px)}
@media (prefers-reduced-motion:reduce){.lp-cashplus .cp-btn-yellow:hover::after{transform:none}}

/* 追従CTAにキャラを添える */
.cp-sticky-chara{width:40px;height:40px;flex:none;align-self:center;object-fit:cover;object-position:top center;border-radius:50%;background:var(--cp-yellow-wash)}

/* --- ご相談できる店舗 --- */
.lp-cashplus .cp-shops{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:38px}
.lp-cashplus .cp-shop{background:#fff;border-radius:var(--cp-r);padding:26px 24px;box-shadow:var(--cp-shadow-soft);border-top:6px solid var(--cp-yellow);position:relative}
.lp-cashplus .cp-shop-badge{position:absolute;top:-14px;left:24px;background:var(--cp-blue);color:#fff;font-family:var(--cp-disp);font-weight:700;font-size:.8rem;padding:5px 14px;border-radius:999px}
.lp-cashplus .cp-shop h3{font-family:var(--cp-disp);font-weight:900;font-size:clamp(1.25rem,3.4vw,1.5rem);margin:6px 0 14px}
.lp-cashplus .cp-shop-info{display:grid;grid-template-columns:5.5em 1fr;gap:8px 12px;font-size:.93rem;font-weight:500;line-height:1.7}
.lp-cashplus .cp-shop-info dt{font-family:var(--cp-disp);font-weight:700;color:var(--cp-ink-soft)}
.lp-cashplus .cp-shop-info dd{margin:0}
.lp-cashplus .cp-shop-info a{color:var(--cp-blue-deep);font-family:var(--cp-num);font-weight:700;font-size:1.08rem;text-decoration:none}
.lp-cashplus .cp-shop-map{margin-top:16px}
.lp-cashplus .cp-shop-map a{display:inline-flex;align-items:center;gap:.4ch;background:var(--cp-yellow-wash);border:1px solid var(--cp-yellow);border-radius:999px;padding:8px 18px;font-family:var(--cp-disp);font-weight:700;font-size:.86rem;color:var(--cp-ink)}
.lp-cashplus .cp-shop-map a::after{content:"↗"}
@media(max-width:760px){
  .lp-cashplus .cp-shops{grid-template-columns:1fr;gap:26px}
}

/* =========================================================
   14. にぎやかな装飾（波形の区切り・ドット・集中線・キャラ配置）
   ========================================================= */

/* 波形のセクション境界 */
.lp-cashplus .cp-wavetop{position:relative}
.lp-cashplus .cp-wavetop::before{content:"";position:absolute;top:-1px;left:0;right:0;height:20px;
  background:radial-gradient(circle at 14px 20px, transparent 14px, currentColor 15px);
  background-size:28px 20px;color:#fff;pointer-events:none}
.lp-cashplus .cp-wavetop.cp-wave-base::before{color:var(--cp-base)}
.lp-cashplus .cp-wavetop.cp-wave-gray::before{color:var(--cp-gray-wash)}

/* ドットのパターン背景 */
.lp-cashplus .cp-dots{position:relative}
.lp-cashplus .cp-dots::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:radial-gradient(rgba(224,180,0,.5) 3px, transparent 3px);
  background-size:26px 26px}
.lp-cashplus .cp-dots > *{position:relative;z-index:1}

/* 見出しラベルに集中線 */
.lp-cashplus .cp-eyebrow{position:relative}
.lp-cashplus .cp-burst{position:relative;display:inline-block}
.lp-cashplus h1.cp-burst,.lp-cashplus h2.cp-burst,.lp-cashplus h3.cp-burst,.lp-cashplus p.cp-burst{display:block}
.lp-cashplus .cp-burst::before{content:"";position:absolute;left:50%;top:50%;width:340px;height:340px;transform:translate(-50%,-50%);z-index:-1;
  background:repeating-conic-gradient(from 0deg, rgba(224,180,0,.42) 0deg 5deg, transparent 5deg 10deg);
  border-radius:50%;
  -webkit-mask-image:radial-gradient(circle, #000 30%, transparent 68%);
  mask-image:radial-gradient(circle, #000 30%, transparent 68%)}

/* 見出しの脇に添えるキャラ */
.lp-cashplus .cp-head-chara{display:flex;align-items:flex-end;justify-content:center;gap:10px;margin-top:24px}
.lp-cashplus .cp-head-chara img{width:76px;height:auto;flex:none}
.lp-cashplus .cp-head-chara .cp-bubble{max-width:420px}
@media(max-width:560px){
  .lp-cashplus .cp-head-chara img{width:62px}
  .lp-cashplus .cp-head-chara .cp-bubble{padding:14px 16px}
  .lp-cashplus .cp-head-chara .cp-bubble p{font-size:.9rem}
}

/* 4STEPの矢印をまるくポップに */
.lp-cashplus .cp-flow-arrow svg{background:var(--cp-yellow);color:var(--cp-ink);border-radius:50%;padding:5px;width:30px;height:30px;box-shadow:0 6px 12px -8px rgba(224,180,0,1)}

/* チェックリストの項目をカード風に */
.lp-cashplus .cp-check li{background:var(--cp-yellow-wash);border-radius:10px;padding:10px 12px}

/* 「売る/預ける/別の方法」を手書き風の丸で囲む */
.lp-cashplus .cp-choice div:nth-child(2){position:relative}
.lp-cashplus .cp-choice div:nth-child(2)::before{content:"おすすめ";position:absolute;top:-13px;left:50%;transform:translateX(-50%) rotate(-3deg);
  background:var(--cp-blue);color:#fff;font-family:var(--cp-disp);font-weight:700;font-size:.76rem;padding:4px 14px;border-radius:999px;white-space:nowrap}

/* =========================================================
   15. もっとにぎやかに（黄色の帯・斜めストライプ・見出しバッジ）
   ========================================================= */

/* 濃いめの黄色セクション */
.lp-cashplus .cp-bg-yellow{background:var(--cp-yellow-soft)}

/* 斜めストライプの区切り帯 */
.lp-cashplus .cp-stripe{height:16px;background:repeating-linear-gradient(-45deg,var(--cp-yellow) 0 12px,#fff 12px 24px);border-top:2px solid var(--cp-yellow-deep);border-bottom:2px solid var(--cp-yellow-deep)}

/* 見出しに丸バッジ＋傾き */
.lp-cashplus .cp-title{position:relative}
.lp-cashplus .cp-section-head .cp-eyebrow{transform:rotate(-2deg);font-size:1rem;padding:8px 20px;box-shadow:0 4px 0 var(--cp-yellow-deep)}
.lp-cashplus .cp-eyebrow--blue{box-shadow:0 4px 0 var(--cp-blue)}

/* 見出しの両脇に飾り */
.lp-cashplus .cp-deco{display:flex;align-items:center;justify-content:center;gap:14px}
.lp-cashplus .cp-deco::before,.lp-cashplus .cp-deco::after{content:"";width:34px;height:4px;border-radius:3px;background:var(--cp-yellow);flex:none;transform:rotate(-8deg)}
.lp-cashplus .cp-deco::after{transform:rotate(8deg)}

/* 各セクションに置くキャラ（右下・左下に立たせる） */
.lp-cashplus .cp-standee{position:relative}
.lp-cashplus .cp-standee-img{position:absolute;bottom:0;width:clamp(84px,11vw,132px);height:auto;z-index:2;pointer-events:none;filter:drop-shadow(0 10px 16px rgba(20,30,45,.16))}
.lp-cashplus .cp-standee-img.cp-right{right:2%}
.lp-cashplus .cp-standee-img.cp-left{left:2%}
@media(max-width:900px){.lp-cashplus .cp-standee-img{display:none}}

/* 数字バッジをもっとポップに */
.lp-cashplus .cp-step-badge{width:52px;height:52px;font-size:1.28rem;border:3px solid #fff;box-shadow:0 0 0 3px var(--cp-yellow),0 10px 18px -12px rgba(224,180,0,1)}

/* カードを少しだけ傾けて紙を貼った感じに */
.lp-cashplus .cp-worry:nth-child(1){transform:rotate(-.6deg)}
.lp-cashplus .cp-worry:nth-child(3){transform:rotate(.6deg)}

/* 締めのひとことを黄色の帯で目立たせる */
.lp-cashplus .cp-worry-foot{background:var(--cp-yellow);border-radius:999px;padding:18px 26px;display:inline-block;box-shadow:0 6px 0 var(--cp-yellow-deep)}
.lp-cashplus .cp-worry-foot-wrap{text-align:center;margin-top:40px}


/* =========================================================
   黄色一色のセクション（お悩み／サービスの流れ）2026-09-08
   ========================================================= */
.lp-cashplus .cp-panel-yellow{background:var(--cp-yellow)}
.lp-cashplus .cp-panel-yellow .cp-eyebrow{background:var(--cp-ink-dark);color:#fff;box-shadow:0 4px 0 rgba(0,0,0,.22)}
.lp-cashplus .cp-panel-yellow .cp-title{color:var(--cp-ink)}
.lp-cashplus .cp-panel-yellow .cp-bubble{border-color:var(--cp-ink-dark);box-shadow:0 6px 0 rgba(0,0,0,.14)}
.lp-cashplus .cp-panel-yellow .cp-bubble::before{border-color:transparent var(--cp-ink-dark) transparent transparent}
.lp-cashplus .cp-panel-yellow .cp-bubble strong{background:linear-gradient(transparent 62%, var(--cp-yellow) 62%)}
.lp-cashplus .cp-panel-yellow .cp-worry{border:none;box-shadow:0 8px 0 rgba(0,0,0,.13)}
.lp-cashplus .cp-panel-yellow .cp-worry h3{display:flex;align-items:center;gap:10px;border-bottom:3px solid var(--cp-yellow);font-size:1.3rem}
.lp-cashplus .cp-panel-yellow .cp-worry-no{font-family:var(--cp-num);font-weight:700;font-size:.82rem;
  background:var(--cp-ink-dark);color:var(--cp-yellow);border-radius:999px;padding:4px 11px;flex:none;line-height:1.4}
.lp-cashplus .cp-panel-yellow .cp-check li{background:var(--cp-yellow-soft)}
.lp-cashplus .cp-panel-yellow .cp-check svg{color:var(--cp-ink-dark)}
.lp-cashplus .cp-panel-yellow .cp-worry-foot{background:var(--cp-ink-dark);color:#fff;box-shadow:0 6px 0 rgba(0,0,0,.25)}
@media(max-width:600px){
  .lp-cashplus .cp-panel-yellow .cp-worry h3{font-size:1.04rem}
  .lp-cashplus .cp-panel-yellow .cp-worry-foot{padding:16px 20px}
}


/* =========================================================
   16. 動き（スクロール表示・ふわふわ・ポップ）2026-09-08
   ※ prefers-reduced-motion が有効な環境ではすべて止まる
   ========================================================= */

/* --- スクロールで出てくる動きを少しはっきりさせる --- */
.cp-js .lp-cashplus .cp-reveal{opacity:0;transform:translateY(26px);
  transition:opacity .7s ease, transform .7s cubic-bezier(.2,.75,.3,1)}
.cp-js .lp-cashplus .cp-reveal.cp-in{opacity:1;transform:none}

/* 横に並ぶものは少しずつ遅らせて順番に出す */
.cp-js .lp-cashplus .cp-worry-grid > .cp-reveal:nth-child(2),
.cp-js .lp-cashplus .cp-shops > .cp-reveal:nth-child(2),
.cp-js .lp-cashplus .cp-caution > .cp-reveal:nth-child(2),
.cp-js .lp-cashplus .cp-compare > .cp-reveal:nth-child(2){transition-delay:.12s}
.cp-js .lp-cashplus .cp-worry-grid > .cp-reveal:nth-child(3),
.cp-js .lp-cashplus .cp-shops > .cp-reveal:nth-child(3),
.cp-js .lp-cashplus .cp-caution > .cp-reveal:nth-child(3){transition-delay:.24s}
.cp-js .lp-cashplus .cp-caution > .cp-reveal:nth-child(4){transition-delay:.36s}

/* --- キャラクターがゆっくり上下に --- */
@keyframes cpFloat{from{transform:translateY(0)}to{transform:translateY(-9px)}}
.lp-cashplus .cp-head-chara img,
.lp-cashplus .cp-about-chara,
.lp-cashplus .cp-standee-img{animation:cpFloat 3.2s ease-in-out infinite alternate}
.lp-cashplus .cp-standee-img{animation-duration:4.4s}

/* --- ステップの番号がぽんっと出る --- */
@keyframes cpPop{0%{transform:scale(.55);opacity:0}62%{transform:scale(1.1);opacity:1}100%{transform:scale(1);opacity:1}}
.cp-js .lp-cashplus .cp-reveal.cp-in .cp-step-badge{animation:cpPop .55s .12s backwards}

/* --- 見出しの小さなラベルが下からすっと --- */
@keyframes cpChip{from{transform:rotate(-2deg) translateY(10px);opacity:0}
                  to{transform:rotate(-2deg) translateY(0);opacity:1}}
.cp-js .lp-cashplus .cp-section-head.cp-in .cp-eyebrow{animation:cpChip .55s backwards}

/* --- カードは触れると少し浮く --- */
.lp-cashplus .cp-worry,.lp-cashplus .cp-shop,.lp-cashplus .cp-choice div{
  transition:transform .25s ease, box-shadow .25s ease}
.lp-cashplus .cp-worry:hover{transform:translateY(-5px) rotate(0deg)}
.lp-cashplus .cp-shop:hover{transform:translateY(-5px)}

/* --- 主要な黄色ボタンがゆっくり光る --- */
@keyframes cpGlow{0%,100%{box-shadow:0 14px 26px -14px rgba(224,180,0,.9)}
                  50%{box-shadow:0 14px 28px -12px rgba(224,180,0,1),0 0 0 7px rgba(255,210,0,.20)}}
.lp-cashplus .cp-hero-cta .cp-btn-yellow,
.lp-cashplus .cp-cta-block .cp-btn-yellow{animation:cpGlow 2.8s ease-in-out infinite}
.lp-cashplus .cp-btn-yellow:hover{animation:none}

/* --- お悩みのチェック項目が左からすっと --- */
@keyframes cpSlide{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:none}}
.cp-js .lp-cashplus .cp-reveal.cp-in .cp-check li{animation:cpSlide .5s backwards}
.cp-js .lp-cashplus .cp-reveal.cp-in .cp-check li:nth-child(1){animation-delay:.10s}
.cp-js .lp-cashplus .cp-reveal.cp-in .cp-check li:nth-child(2){animation-delay:.18s}
.cp-js .lp-cashplus .cp-reveal.cp-in .cp-check li:nth-child(3){animation-delay:.26s}
.cp-js .lp-cashplus .cp-reveal.cp-in .cp-check li:nth-child(4){animation-delay:.34s}

@media(prefers-reduced-motion:reduce){
  .lp-cashplus .cp-head-chara img,.lp-cashplus .cp-cta-chara,.lp-cashplus .cp-ease-chara img,
  .lp-cashplus .cp-about-chara,.lp-cashplus .cp-standee-img,
  .lp-cashplus .cp-hero-cta .cp-btn-yellow,.lp-cashplus .cp-cta-block .cp-btn-yellow,
  .cp-js .lp-cashplus .cp-reveal.cp-in .cp-step-badge,
  .cp-js .lp-cashplus .cp-section-head.cp-in .cp-eyebrow,
  .cp-js .lp-cashplus .cp-reveal.cp-in .cp-check li{animation:none}
}


/* 見出しは丸ゴシックで太く（2026-09-08） */
.lp-cashplus h1,.lp-cashplus h2,.lp-cashplus h3,
.lp-cashplus .cp-title,.lp-cashplus .cp-shout,.lp-cashplus .cp-strong,
.lp-cashplus .cp-eyebrow,.lp-cashplus .cp-btn{font-family:"Zen Maru Gothic","Zen Kaku Gothic New",sans-serif}
.lp-cashplus .cp-panel-yellow .cp-worry h3{font-weight:900}


/* --- 黄色パネルの中の「サービスの流れ」 --- */
.lp-cashplus .cp-panel-yellow .cp-lead{color:var(--cp-ink)}
.lp-cashplus .cp-panel-yellow .cp-deco::before,
.lp-cashplus .cp-panel-yellow .cp-deco::after{background:var(--cp-ink-dark)}
.lp-cashplus .cp-panel-yellow .cp-step{border:none;box-shadow:0 8px 0 rgba(0,0,0,.13)}
.lp-cashplus .cp-panel-yellow .cp-step-badge{background:var(--cp-ink-dark);color:var(--cp-yellow);
  border:3px solid #fff;box-shadow:0 0 0 3px var(--cp-ink-dark),0 8px 14px -10px rgba(0,0,0,.55)}
.lp-cashplus .cp-panel-yellow .cp-flow-arrow{color:var(--cp-ink-dark)}
.lp-cashplus .cp-panel-yellow .cp-flow-arrow svg{background:var(--cp-ink-dark);color:var(--cp-yellow);
  box-shadow:0 6px 12px -8px rgba(0,0,0,.6)}


/* --- キャラクターがときどきお辞儀する（立ち姿→お辞儀の姿に入れ替え）2026-09-08 --- */
.lp-cashplus .cp-bow{position:relative;display:block;transform-origin:52% 96%;
  animation:cpBowTilt 6.5s ease-in-out infinite}
.lp-cashplus .cp-bow img{width:100%;height:auto;display:block}
.lp-cashplus .cp-bow .cp-bow-down{position:absolute;left:50%;bottom:0;
  width:auto;height:100%;transform:translateX(-50%);opacity:0}
@keyframes cpBowTilt{0%,56%{transform:rotate(0deg)}64%,86%{transform:rotate(9deg)}94%,100%{transform:rotate(0deg)}}
@keyframes cpBowStand{0%,56%{opacity:1}60%,88%{opacity:0}92%,100%{opacity:1}}
@keyframes cpBowDown {0%,56%{opacity:0}60%,88%{opacity:1}92%,100%{opacity:0}}
.lp-cashplus .cp-bow .cp-bow-stand{animation:cpBowStand 6.5s ease-in-out infinite}
.lp-cashplus .cp-bow .cp-bow-down {animation:cpBowDown  6.5s ease-in-out infinite}
.lp-cashplus .cp-ease-chara.cp-bow,
.lp-cashplus .cp-ease-chara.cp-bow .cp-bow-stand,
.lp-cashplus .cp-ease-chara.cp-bow .cp-bow-down{animation-delay:1.4s}

@media(prefers-reduced-motion:reduce){
  .lp-cashplus .cp-bow,.lp-cashplus .cp-bow img{animation:none}
  .lp-cashplus .cp-bow .cp-bow-down{display:none}
}


/* =========================================================
   17. もっと楽しく（歩く帯・ゆれ・はずむ登場）2026-09-08
   ========================================================= */

/* --- キャラクターに触れるとよろこぶ --- */
@keyframes cpWiggle{0%,100%{transform:rotate(0)}25%{transform:rotate(-7deg)}75%{transform:rotate(7deg)}}
.lp-cashplus .cp-head-chara img:hover,
.lp-cashplus .cp-standee-img:hover,
.lp-cashplus .cp-about-chara:hover{animation:cpWiggle .5s ease-in-out 2;cursor:pointer}

/* --- カードがちょっとはずんで出てくる --- */
.cp-js .lp-cashplus .cp-worry.cp-reveal,
.cp-js .lp-cashplus .cp-step.cp-reveal,
.cp-js .lp-cashplus .cp-shop.cp-reveal{transition:opacity .55s ease, transform .55s cubic-bezier(.2,1.5,.4,1)}

/* --- 見出しの英字ラベルをもう少し元気に --- */
.lp-cashplus .cp-section-head .cp-eyebrow{letter-spacing:.14em}
