/* ============================================================
   V2テーマ（2026-09-02 全面改訂）
   アイボリー地 × 深緑 × ブロンズ × バーントオレンジ
   A版（白地×ブルー×コーラル）との比較用。配色はHTML側で一括変換済み。
   このファイルは書体・形状・質感の上書きレイヤー。
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

body{
  background:#faf7ef;
  font-family:'Zen Kaku Gothic New','Yu Gothic UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}

h1,h2,h3,h4,
.hero h1,.section h2,.final-cta h2{
  font-family:'Zen Maru Gothic','Zen Kaku Gothic New','Yu Gothic UI',sans-serif !important;
  font-weight:900;
  letter-spacing:.01em;
}

.cta,.mini-cta,.subcta,button{
  font-family:'Zen Maru Gothic','Zen Kaku Gothic New',sans-serif !important;
}

/* 影は柔らかい紙の質感へ（強いドロップシャドウを弱める） */
.pain-card,.benefit-card,.flow-text,.video-box,.story-image,.faq details{
  box-shadow:0 6px 20px rgba(46,58,40,.10) !important;
  border-color:#d8d0ba !important;
}

/* CTAは角丸を抑えた重厚ボタン＋下辺の締め */
.cta{
  border-radius:16px !important;
  box-shadow:0 6px 0 rgba(0,0,0,.16), 0 14px 26px rgba(46,58,40,.18) !important;
}
.cta:hover{transform:translateY(-2px)}

/* 罫線・区切りをブロンズ系で統一 */
hr{border-color:#d8d0ba}

/* リンク下線は焦げ茶 */
a:not(.cta):not(.mini-cta):not(.subcta){text-decoration-color:#a4802a}
