/*
Theme Name: RentaLP
Theme URI: https://rentalp.site/
Author: RentaLP
Author URI: https://rentalp.site/
Description: 月額制LPサブスクリプションサービス「レンタルLP」専用WordPressテーマ。月額2万円・初期5万円の価格訴求に最適化されたLP構成。Contact Form 7対応、カスタマイザーで価格・連絡先を変更可能。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rentalp
*/

/* =================================================================
   1. RESET & BASE
================================================================= */
:root {
  --navy-900: #0a1733;
  --navy-800: #0e1f44;
  --navy-700: #142a5c;
  --navy-100: #e8edf7;
  --navy-50:  #f4f6fb;
  --accent:   #F0633A;
  --accent-dark: #D14E27;
  --accent-soft: #FFF1EC;
  --ink:      #0a1733;
  --ink-2:    #2a3759;
  --muted:    #6b7794;
  --line:     #e3e7f0;
  --bg:       #fbfaf7;
  --white:    #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Noto Sans JP', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  font-feature-settings: "palt";
}
.serif { font-family: 'Noto Serif JP', serif; }
.mono  { font-family: 'Inter', monospace; font-feature-settings: "tnum"; }
h1, h2, h3, h4 { margin: 0; line-height: 1.3; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .container { padding: 0 20px; } }

/* =================================================================
   2. NAV
================================================================= */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 247, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo {
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  display: flex; align-items: center; gap: 10px;
}
.logo-mark {
  width: 28px; height: 28px;
  background: var(--navy-900);
  color: white;
  border-radius: 6px;
  display: grid; place-items: center;
  font-size: 14px; font-weight: 800;
}
.nav-links { display: flex; gap: 32px; align-items: center; font-size: 14px; color: var(--ink-2); list-style: none; padding: 0; margin: 0; }
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  background: var(--navy-900); color: white;
  padding: 11px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--accent); color: white; }
@media (max-width: 760px) { .nav-links { display: none; } }

/* =================================================================
   3. BUTTONS
================================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 32px;
  border-radius: 999px;
  font-size: 16px; font-weight: 700;
  cursor: pointer; border: none;
  transition: transform 0.15s, background 0.2s, box-shadow 0.2s;
  font-family: inherit;
  text-decoration: none;
}
.btn-primary {
  background: var(--accent); color: white;
  box-shadow: 0 8px 24px -8px rgba(240, 99, 58, 0.5);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); color: white; }
.btn-secondary {
  background: transparent; color: var(--navy-900);
  border: 1.5px solid var(--navy-900);
}
.btn-secondary:hover { background: var(--navy-900); color: white; }
.btn-arrow { transition: transform 0.2s; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* =================================================================
   4. SECTIONS COMMON
================================================================= */
section { padding: 120px 0; position: relative; }
@media (max-width: 720px) { section { padding: 80px 0; } }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.eyebrow::before { content: ""; width: 32px; height: 1.5px; background: var(--accent); }
.eyebrow.center { justify-content: center; }
.section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-wrap: balance;
}
.section-sub {
  font-size: 16px; color: var(--ink-2);
  margin-top: 16px; max-width: 640px;
  text-wrap: pretty;
}
.center-title { text-align: center; }
.center-title .section-sub { margin-left: auto; margin-right: auto; }

/* =================================================================
   5. HERO
================================================================= */
.hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #fbfaf7 0%, #f4f6fb 100%);
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(10,23,51,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,23,51,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at 50% 30%, black 30%, transparent 75%);
}
.hero-container { position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 28px;
}
.hero-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.2);
}
.hero-precopy {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 700;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 32px;
  text-wrap: balance;
}
.hero-precopy-highlight {
  background: linear-gradient(transparent 60%, rgba(240, 99, 58, 0.25) 60%);
  padding-inline: 4px;
}
.hero-main-block { display: flex; flex-direction: column; line-height: 1; }
.hero-main-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.hero-main-label::before {
  content: "";
  width: 60px; height: 1.5px; background: var(--accent);
}
.hero-main-figure { display: flex; align-items: baseline; gap: 6px; line-height: 1; }
.hero-yen {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  color: var(--navy-900);
  font-weight: 700;
}
.hero-number {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(80px, 13vw, 180px);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.05em;
}
.hero-unit {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--ink-2);
  font-weight: 500;
  margin-left: 4px;
}
.hero-desc {
  margin-top: 14px;
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.7;
  max-width: 520px;
}
.hero-sub-row {
  margin-top: 36px;
  display: flex; align-items: center; gap: 20px;
  padding: 20px 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  max-width: 560px;
  flex-wrap: wrap;
}
.hero-sub-badge {
  background: var(--navy-50);
  color: var(--navy-900);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px; font-weight: 800;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.hero-sub-text { font-size: 14px; color: var(--ink-2); flex: 1; min-width: 200px; }
.hero-sub-price { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--navy-900); font-size: 18px; }
.hero-cta-row { margin-top: 44px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-micro { margin-top: 22px; font-size: 13px; color: var(--muted); display: flex; gap: 20px; flex-wrap: wrap; }

/* Hero visual */
.hero-visual {
  position: relative; aspect-ratio: 4/5;
  max-width: 480px; margin-left: auto; width: 100%;
}
.hero-visual-img {
  position: absolute; inset: 4% 6% 4% 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(10, 23, 51, 0.3), 0 8px 24px -8px rgba(10,23,51,0.12);
  border: 1px solid var(--line);
  background-size: cover; background-position: center;
}
.hero-tag-price {
  position: absolute; bottom: 6%; right: 0;
  background: var(--navy-900); color: white;
  border-radius: 16px; padding: 20px 24px;
  box-shadow: 0 20px 60px -10px rgba(10,23,51,0.4);
  transform: rotate(-3deg);
  z-index: 2;
}
.hero-tag-price .label { font-size: 11px; font-weight: 700; opacity: 0.7; letter-spacing: 0.12em; text-transform: uppercase; font-family: 'Manrope', sans-serif; }
.hero-tag-price .num { font-family: 'Manrope', sans-serif; font-size: 30px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; margin-top: 4px; }
.hero-tag-price .num .small { font-size: 13px; opacity: 0.6; font-weight: 500; }
.hero-tag-price .note { font-size: 11px; margin-top: 6px; color: var(--accent); font-weight: 700; }

.hero-tag-init {
  position: absolute; top: 8%; left: -4%;
  background: white; color: var(--navy-900);
  border-radius: 12px; padding: 14px 18px;
  box-shadow: 0 16px 40px -8px rgba(10,23,51,0.18);
  transform: rotate(2deg);
  z-index: 2;
  border: 1px solid var(--line);
}
.hero-tag-init .label { font-size: 10px; font-weight: 700; color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase; font-family: 'Manrope', sans-serif; }
.hero-tag-init .num { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; margin-top: 4px; }

/* =================================================================
   6. PRICE SHOCK
================================================================= */
.shock { background: var(--navy-900); color: white; padding: 120px 0; position: relative; overflow: hidden; }
.shock-glow {
  position: absolute; width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,99,58,0.18) 0%, transparent 70%);
  top: -20%; right: -10%;
  pointer-events: none;
}
.shock-intro { text-align: center; margin-bottom: 64px; position: relative; }
.shock-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  color: white;
  text-wrap: balance;
}
.shock-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  position: relative;
}
@media (max-width: 820px) {
  .shock-row { grid-template-columns: 1fr; }
  .shock-row .shock-vs { margin: 0 auto; }
}
.shock-side {
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
}
.shock-side.our {
  background: white;
  color: var(--navy-900);
  border: none;
}
.shock-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.shock-side.our .shock-label { color: var(--accent); }
.shock-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: white;
  margin-bottom: 28px;
  line-height: 1.5;
}
.shock-side.our .shock-heading { color: var(--navy-900); }
.shock-big {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: white;
}
.shock-side.our .shock-big { color: var(--accent); }
.shock-big-unit { font-family: 'Noto Serif JP', serif; font-size: 18px; color: rgba(255,255,255,0.5); font-weight: 500; margin-left: 8px; }
.shock-side.our .shock-big-unit { color: var(--muted); }
.shock-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 24px 0; }
.shock-side.our .shock-divider { background: var(--line); }
.shock-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.shock-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; }
.shock-side.our .shock-list li { color: var(--ink-2); }
.shock-list .mark { color: #ef4444; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.shock-side.our .shock-list .mark { color: var(--accent); }
.shock-vs {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  display: grid; place-items: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 20px;
  box-shadow: 0 0 0 8px rgba(240,99,58,0.15);
}

.shock-diff {
  margin-top: 64px;
  position: relative;
  padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 64px);
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  color: white;
  background-size: cover; background-position: center right;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5);
}
.shock-diff-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10, 23, 51, 0.92) 0%, rgba(10, 23, 51, 0.75) 45%, rgba(10, 23, 51, 0.25) 75%, rgba(10, 23, 51, 0.1) 100%);
  pointer-events: none;
}
.shock-diff-inner { position: relative; max-width: 660px; }
.shock-diff-label {
  font-size: 14px; font-weight: 600;
  color: var(--accent);
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 12px;
}
.shock-diff-headline {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  margin-bottom: 16px;
  text-wrap: balance;
}
.shock-diff-num {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 800; letter-spacing: -0.03em;
  line-height: 1;
  color: white;
}
.shock-diff-num .accent { color: var(--accent); }
.shock-diff-sub { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 16px; line-height: 1.8; }

/* =================================================================
   7. FEATURES
================================================================= */
.feature-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
@media (max-width: 820px) {
  .feature-block { grid-template-columns: 1fr; gap: 40px; }
  .feature-block.reverse > * { order: 0 !important; }
}
.feature-block.reverse .feature-text { order: 2; }
.feature-num {
  font-family: 'Manrope', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 16px;
}
.feature-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--navy-900);
  margin-bottom: 20px;
  text-wrap: balance;
}
.feature-text-body {
  font-size: 16px; color: var(--ink-2);
  line-height: 1.95;
}
.feature-visual {
  aspect-ratio: 5/4;
  background: var(--navy-50);
  border-radius: 16px;
  padding: 32px;
  display: flex; flex-direction: column; justify-content: center;
  border: 1px solid var(--line);
}

/* feature visual: savings */
.fv-savings { display: flex; align-items: flex-end; gap: 24px; justify-content: center; }
.fv-bar { text-align: center; }
.fv-bar .bar { position: relative; border-radius: 8px; }
.fv-bar .label-top { position: absolute; top: 12px; left: 0; right: 0; text-align: center; font-weight: 800; color: var(--navy-900); font-size: 18px; }
.fv-bar .label-out { margin-top: 12px; font-size: 13px; color: var(--muted); }
.fv-bar.market .bar { height: 200px; width: 80px; background: var(--navy-100); }
.fv-bar.ours .bar { height: 40px; width: 80px; background: var(--accent); position: relative; }
.fv-bar.ours .label-our { position: absolute; top: -28px; left: 0; right: 0; text-align: center; font-weight: 800; color: var(--accent); font-size: 18px; }
.fv-vs { font-size: 28px; color: var(--muted); margin-bottom: 30px; }

/* feature visual: freedom (契約書 + VOID スタンプ) */
.fv-contract {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 28px 28px 24px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 16px -8px rgba(10,23,51,0.08);
}
.fv-contract-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 10px; color: var(--muted);
  font-weight: 700; letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.fv-contract-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px; font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 14px;
  line-height: 1.5;
}
.fv-contract-clause { position: relative; margin-bottom: 10px; }
.fv-contract-clause .text {
  font-size: 13px; color: #9ca3af; line-height: 1.6;
}
.fv-contract-clause .text strong { color: #9ca3af; }
.fv-contract-clause .strike {
  position: absolute; top: 50%; left: 0; right: 0;
  height: 2px; background: #ef4444;
  transform: translateY(-50%) rotate(-1deg);
}
.fv-contract-clause .strike.strike-2 {
  transform: translateY(-50%) rotate(-0.5deg);
}
.fv-contract-highlight {
  margin-top: 18px; padding: 12px 14px;
  background: var(--accent-soft);
  border-left: 3px solid var(--accent);
  border-radius: 6px;
  font-size: 13px; font-weight: 700; color: var(--navy-900);
  line-height: 1.6;
}
.fv-contract-stamp {
  position: absolute;
  top: 16px; right: 12px;
  transform: rotate(-12deg);
  border: 3px solid #ef4444;
  color: #ef4444;
  padding: 4px 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 14px;
  letter-spacing: 0.1em;
  opacity: 0.85;
  background: rgba(255,255,255,0.6);
}

/* feature visual: speed */
.fv-speed-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.fv-speed-row .circle {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy-900); color: white;
  display: grid; place-items: center; font-size: 14px; font-weight: 700;
  flex-shrink: 0;
}
.fv-speed-row .circle.highlight { background: var(--accent); }
.fv-speed-row .day { font-family: 'Manrope', sans-serif; font-size: 11px; color: var(--muted); font-weight: 700; letter-spacing: 0.1em; }
.fv-speed-row .label { font-size: 14px; color: var(--navy-900); font-weight: 600; }

/* feature visual: improvement */
.fv-improvement { position: relative; height: 200px; }
.fv-improvement .axis { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); }
.fv-improvement .cvr { position: absolute; top: 0; right: 0; font-family: 'Manrope', sans-serif; font-size: 11px; color: var(--muted); font-weight: 700; }
.fv-improvement .m1 { position: absolute; bottom: -24px; left: 0; font-family: 'Manrope', sans-serif; font-size: 11px; color: var(--muted); }
.fv-improvement .m6 { position: absolute; bottom: -24px; right: 0; font-family: 'Manrope', sans-serif; font-size: 11px; color: var(--muted); }
.fv-improve-note { margin-top: 32px; font-size: 13px; color: var(--ink-2); }
.fv-improve-note strong { color: var(--accent); }

/* =================================================================
   8. PRICING
================================================================= */
.pricing { background: var(--navy-50); }
.pricing-card {
  margin-top: 56px;
  background: white;
  border-radius: 24px;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px -20px rgba(10,23,51,0.12);
}
.pricing-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px dashed var(--line);
}
@media (max-width: 720px) { .pricing-top { grid-template-columns: 1fr; } }
.pricing-fee { text-align: center; padding: 24px 16px; }
.pricing-fee.highlight { background: var(--accent-soft); border-radius: 16px; padding: 24px 16px; }
.pricing-fee-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.pricing-fee.dark .pricing-fee-label { color: var(--ink-2); }
.pricing-fee-sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px; color: var(--ink-2);
  margin-bottom: 4px;
}
.pricing-fee-num { display: flex; align-items: baseline; justify-content: center; gap: 4px; line-height: 1; }
.pricing-fee-yen { font-family: 'Noto Serif JP', serif; font-size: 24px; color: var(--ink-2); }
.pricing-fee-big {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.03em;
}
.pricing-fee-unit { font-family: 'Noto Serif JP', serif; font-size: 16px; color: var(--ink-2); }
.pricing-one-time { font-size: 11px; font-family: 'Manrope', sans-serif; color: var(--muted); font-weight: 700; letter-spacing: 0.08em; margin-top: 6px; }
.pricing-total {
  margin-top: 28px;
  padding: 20px 24px;
  background: var(--navy-900);
  color: white;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.pricing-total-label { font-size: 14px; font-weight: 600; opacity: 0.85; }
.pricing-total-note { font-size: 12px; opacity: 0.6; }
.pricing-total-num { font-family: 'Manrope', sans-serif; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.pricing-total-num .small { font-size: 12px; opacity: 0.6; font-weight: 500; margin-left: 6px; }
.pricing-total-badge { background: var(--accent); padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.pricing-incl {
  margin-top: 40px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 720px) { .pricing-incl { grid-template-columns: 1fr; } }
.pricing-incl-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 16px;
  background: var(--bg);
  border-radius: 10px;
}
.pricing-incl-check {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent); color: white;
  display: grid; place-items: center;
  font-size: 10px; font-weight: 700;
  flex-shrink: 0; margin-top: 2px;
}
.pricing-incl-text { font-size: 14px; color: var(--navy-900); font-weight: 600; line-height: 1.5; }
.pricing-cta-wrap { margin-top: 40px; text-align: center; }
.pricing-note { margin-top: 16px; font-size: 12px; color: var(--muted); }

/* =================================================================
   9. WORKS
================================================================= */
.works { background: white; }
.works-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; }
.works-link { font-size: 14px; font-weight: 700; color: var(--accent); }
.works-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.works-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.works-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -12px rgba(10,23,51,0.18); }
.works-thumb {
  aspect-ratio: 4/3;
  background: var(--navy-50);
  position: relative;
  overflow: hidden;
}
.works-cat {
  display: inline-block;
  background: rgba(10,23,51,0.7);
  color: white;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
  position: absolute;
  top: 12px; left: 12px;
  backdrop-filter: blur(4px);
}
.works-mock {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px; top: 48px;
  background: rgba(255,255,255,0.95);
  border-radius: 8px;
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.works-mock .l { height: 4px; border-radius: 2px; }
.works-mock .l.h { height: 9px; background: #1a2540; }
.works-mock .l.s { background: #e3e7f0; }
.works-mock .l.cta { margin-top: auto; height: 16px; width: 40%; border-radius: 999px; }
.works-body { padding: 20px 22px 24px; }
.works-title { font-size: 16px; font-weight: 700; color: var(--navy-900); line-height: 1.5; margin-bottom: 12px; }
.works-result { display: flex; gap: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.works-metric { flex: 1; }
.works-metric .num { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; color: var(--accent); line-height: 1; }
.works-metric .lbl { font-size: 11px; color: var(--muted); margin-top: 4px; }
.works-card--link { text-decoration: none; color: inherit; display: block; cursor: pointer; }
.works-card--link:hover .works-title { color: var(--accent); }
.works-thumb--photo { background: #0a1733; }
.works-thumb-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.works-demo {
  margin: 0; padding-top: 14px; border-top: 1px solid var(--line);
  font-size: 13px; font-weight: 700; color: var(--accent);
}
.works-excerpt {
  margin: 0; padding-top: 14px; border-top: 1px solid var(--line);
  font-size: 13px; line-height: 1.7; color: var(--muted);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.works-empty {
  grid-column: 1 / -1; padding: 32px; border-radius: 16px;
  background: var(--bg-soft); color: var(--muted); text-align: center;
}
.works-archive { padding: 120px 0 80px; }
.works-archive .section-title { font-size: clamp(28px, 4vw, 40px); }

/* LP Work Single */
.lp-work-single { padding-top: 0; }
.lp-work-hero {
  background: linear-gradient(180deg, var(--navy-50) 0%, #fff 100%);
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--line);
}
.lp-work-breadcrumb {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  font-size: 12px; color: var(--muted); margin-bottom: 20px;
}
.lp-work-breadcrumb a { color: var(--accent); text-decoration: none; }
.lp-work-breadcrumb a:hover { text-decoration: underline; }
.lp-work-cat {
  display: inline-block; background: var(--navy-900); color: #fff;
  font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  margin-bottom: 14px;
}
.lp-work-title {
  font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: var(--navy-900);
  line-height: 1.25; letter-spacing: -0.02em; margin: 0 0 16px;
}
.lp-work-site {
  margin: 0; font-size: 14px; color: var(--muted); display: flex;
  flex-wrap: wrap; gap: 8px; align-items: center;
}
.lp-work-site-label {
  display: inline-block; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 4px 10px; font-size: 11px; font-weight: 700; color: var(--navy-900);
}
.lp-work-site a { color: var(--accent); word-break: break-all; }
.lp-work-body { padding: 48px 0 72px; }
.lp-work-intro {
  max-width: 760px; font-size: 16px; line-height: 1.95; color: var(--ink, var(--navy-900));
  margin-bottom: 32px;
}
.lp-work-intro p { margin: 0 0 1em; }
.lp-work-metrics {
  display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 40px;
  padding: 24px; background: var(--navy-50); border-radius: 16px;
}
.lp-work-metric .num {
  font-family: 'Manrope', sans-serif; font-size: 32px; font-weight: 800;
  color: var(--accent); line-height: 1;
}
.lp-work-metric .lbl { font-size: 12px; color: var(--muted); margin-top: 6px; }
.lp-work-capture-wrap { margin-bottom: 40px; }
.lp-work-capture-title {
  font-size: 18px; font-weight: 800; color: var(--navy-900); margin: 0 0 16px;
}
.lp-work-capture-link { display: block; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px -20px rgba(10,23,51,0.25); }
.lp-work-capture {
  display: block; width: 100%; height: auto; vertical-align: top;
  background: #f3f5fa;
}
.lp-work-actions {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  padding-top: 8px;
}
.lp-work-live-btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 24px; border-radius: 999px; border: 1px solid var(--line);
  color: var(--navy-900); font-weight: 700; text-decoration: none; background: #fff;
}
.btn-ghost:hover { background: var(--navy-50); }
.lp-work-related { background: #fff; padding: 72px 0 96px; border-top: 1px solid var(--line); }

/* =================================================================
   10. FLOW
================================================================= */
.flow { background: var(--navy-50); }
.flow-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.flow-line { position: absolute; top: 60px; left: 0; right: 0; height: 2px; background: var(--line); z-index: 0; }
@media (max-width: 880px) {
  .flow-grid { grid-template-columns: 1fr 1fr; }
  .flow-line { display: none; }
}
@media (max-width: 520px) { .flow-grid { grid-template-columns: 1fr; } }
.flow-step { padding: 32px 24px 32px 0; position: relative; }
.flow-circle {
  width: 56px; height: 56px; border-radius: 50%;
  background: white;
  border: 2px solid var(--navy-900);
  color: var(--navy-900);
  display: grid; place-items: center;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 22px;
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.flow-num { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.16em; color: var(--accent); margin-bottom: 12px; }
.flow-title { font-family: 'Noto Serif JP', serif; font-size: 20px; font-weight: 700; color: var(--navy-900); margin-bottom: 12px; line-height: 1.5; }
.flow-desc { font-size: 14px; color: var(--ink-2); line-height: 1.8; }
.flow-duration { margin-top: 16px; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: 0.08em; }

/* =================================================================
   11. VOICE
================================================================= */
.voice { background: white; }
.voice-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.voice-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex; flex-direction: column;
  position: relative;
}
.voice-quote { font-family: 'Noto Serif JP', serif; font-size: 80px; color: var(--accent); line-height: 0.8; height: 32px; opacity: 0.4; margin-bottom: 8px; }
.voice-body { font-size: 15px; color: var(--ink); line-height: 1.95; flex: 1; text-wrap: pretty; }
.voice-person { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.voice-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy-100);
  color: var(--navy-900);
  display: grid; place-items: center;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px;
  flex-shrink: 0;
}
.voice-name { font-size: 14px; font-weight: 700; color: var(--navy-900); }
.voice-role { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* =================================================================
   12. FAQ
================================================================= */
.faq { background: var(--bg); }
.faq-layout {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.6fr);
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 820px) { 
.faq-layout { grid-template-columns: 1fr; } }
.faq-side {   }
.faq-list {
  display: flex; flex-direction: column;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px;
  cursor: pointer;
  font-size: 16px; font-weight: 700;
  color: var(--navy-900);
  gap: 16px;
  background: white;
  width: 100%;
  border: none;
  text-align: left;
  font-family: inherit;
  list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--navy-50); color: var(--navy-900);
  display: grid; place-items: center;
  font-size: 16px; font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.3s;
}
details[open] .faq-icon { transform: rotate(45deg); }
.faq-a { padding: 0 28px 28px 28px; font-size: 14px; color: var(--ink-2); line-height: 1.95; }

/* =================================================================
   13. CTA + FORM
================================================================= */
.cta-section {
  background: var(--navy-900);
  color: white;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.cta-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(240,99,58,0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(240,99,58,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.cta-inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.cta-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: white;
  text-wrap: balance;
}
.cta-sub { margin-top: 24px; font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.9; text-wrap: pretty; }
.cta-form-card {
  margin-top: 48px;
  background: white;
  border-radius: 20px;
  padding: clamp(24px, 4vw, 40px);
  color: var(--ink);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.5);
  text-align: left;
}

/* Contact Form 7 styles inside cta-form-card */
.cta-form-card .wpcf7-form { display: block; }
.cta-form-card .wpcf7-form p { margin: 0 0 18px; }
.cta-form-card label {
  display: block;
  font-size: 13px; font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 8px;
}
.cta-form-card .required { color: var(--accent); margin-left: 4px; font-size: 11px; }
.cta-form-card input[type="text"],
.cta-form-card input[type="email"],
.cta-form-card input[type="tel"],
.cta-form-card textarea,
.cta-form-card select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: var(--bg);
  transition: border 0.2s, background 0.2s;
  outline: none;
  box-sizing: border-box;
}
.cta-form-card input:focus, .cta-form-card textarea:focus, .cta-form-card select:focus {
  border-color: var(--accent);
  background: white;
}
.cta-form-card textarea { min-height: 96px; resize: vertical; }
.cta-form-card .wpcf7-submit, .cta-form-card input[type="submit"] {
  width: 100%;
  padding: 20px 32px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 8px 24px -8px rgba(240, 99, 58, 0.5);
  transition: background 0.2s, transform 0.15s;
  margin-top: 8px;
}
.cta-form-card .wpcf7-submit:hover, .cta-form-card input[type="submit"]:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}
.cta-form-card .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .cta-form-card .form-row { grid-template-columns: 1fr; } }
.cta-form-card .wpcf7-not-valid-tip { color: var(--accent); font-size: 12px; margin-top: 4px; }
.cta-form-card .wpcf7-response-output { margin-top: 16px; padding: 12px 16px; border-radius: 8px; font-size: 14px; }
.cta-form-note { margin-top: 16px; font-size: 12px; color: var(--muted); text-align: center; }

/* =================================================================
   14. FOOTER
================================================================= */
.site-footer {
  background: #070f24;
  color: rgba(255,255,255,0.6);
  padding: 60px 0 40px;
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-brand .logo { color: white; margin-bottom: 16px; }
.footer-brand .logo-mark { background: var(--accent); }
.footer-brand .logo span:last-child { color: white; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.8; max-width: 320px; }
.footer-head {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 700;
  color: white;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}
.footer-company-name { color: white; font-weight: 600; margin-bottom: 4px; }
.footer-list { display: flex; flex-direction: column; gap: 10px; font-size: 13px; list-style: none; padding: 0; margin: 0; }
.footer-list a { color: rgba(255,255,255,0.6); }
.footer-list a:hover { color: var(--accent); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 12px;
}
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { color: rgba(255,255,255,0.5); }

/* =================================================================
   15. PAGE / SINGLE / ARCHIVE
================================================================= */
.content-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 32px;
}
@media (max-width: 720px) { .content-wrap { padding: 60px 20px; } }
.page-title, .entry-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-bottom: 24px;
  text-wrap: balance;
}
.entry-meta { font-size: 13px; color: var(--muted); margin-bottom: 32px; font-family: 'Manrope', sans-serif; }
.entry-content { font-size: 16px; line-height: 1.95; color: var(--ink); }
.entry-content h2 { font-family: 'Noto Serif JP', serif; font-size: 28px; font-weight: 700; margin: 48px 0 16px; color: var(--navy-900); }
.entry-content h3 { font-family: 'Noto Serif JP', serif; font-size: 22px; font-weight: 700; margin: 36px 0 12px; color: var(--navy-900); }
.entry-content p { margin-bottom: 20px; }
.entry-content a { color: var(--accent); text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 24px; margin-bottom: 20px; }
.entry-content li { margin-bottom: 8px; }
.entry-content blockquote {
  border-left: 4px solid var(--accent);
  padding: 8px 24px;
  margin: 24px 0;
  font-style: italic;
  color: var(--ink-2);
}
.entry-content img { border-radius: 12px; margin: 24px 0; }
.entry-content code {
  background: var(--navy-50);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Inter', monospace;
  font-size: 0.9em;
}
.entry-content pre {
  background: var(--navy-900); color: white;
  padding: 20px; border-radius: 12px;
  overflow-x: auto;
}

.archive-list { display: flex; flex-direction: column; gap: 32px; }
.archive-item {
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.archive-item:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -12px rgba(10,23,51,0.12); }
.archive-item h2 { font-family: 'Noto Serif JP', serif; font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.archive-item h2 a { color: var(--navy-900); }
.archive-item h2 a:hover { color: var(--accent); }
.archive-item .meta { font-size: 12px; color: var(--muted); margin-bottom: 12px; font-family: 'Manrope', sans-serif; }
.archive-item .excerpt { font-size: 15px; color: var(--ink-2); line-height: 1.8; }

.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination .page-numbers {
  padding: 10px 16px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  color: var(--navy-900);
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover { background: var(--navy-900); color: white; }

/* 404 */
.error-404 { text-align: center; padding: 120px 32px; }
.error-404 .num { font-family: 'Manrope', sans-serif; font-size: clamp(96px, 18vw, 200px); font-weight: 800; color: var(--accent); line-height: 1; letter-spacing: -0.05em; }
.error-404 h1 { font-family: 'Noto Serif JP', serif; font-size: 32px; font-weight: 700; margin: 24px 0 16px; }
.error-404 p { color: var(--ink-2); margin-bottom: 32px; }

/* =================================================================
   16. WP CORE BLOCKS / ALIGNMENTS
================================================================= */
.alignleft { float: left; margin-right: 24px; }
.alignright { float: right; margin-left: 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.alignwide { width: calc(100% + 200px); margin-left: -100px; }
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px; height: 1px;
  overflow: hidden;
}
.wp-caption { margin-bottom: 24px; }
.wp-caption-text { font-size: 13px; color: var(--muted); text-align: center; margin-top: 8px; }

/* =================================================================
   17. RESPONSIVE GLOBAL OVERRIDES (スマホ最適化)
================================================================= */
/* タブレット以下 */
@media (max-width: 880px) {
  section { padding: 80px 0; }
  .feature-block { grid-template-columns: 1fr !important; gap: 40px !important; padding: 64px 0 !important; }
  .feature-block.reverse .feature-text { order: 2 !important; }
  .feature-block.reverse .feature-visual { order: 1 !important; }
}

/* スマホ */
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  section { padding: 64px 0; }

  /* ナビ */
  .nav-inner { height: 60px; }
  .logo { font-size: 17px; }
  .logo-mark { width: 24px; height: 24px; font-size: 12px; }
  .nav-cta { padding: 9px 14px; font-size: 12px; }

  /* セクション見出し */
  .section-title { font-size: 26px !important; line-height: 1.5; }
  .section-sub { font-size: 14px; }
  .eyebrow { font-size: 11px; margin-bottom: 18px; }
  .eyebrow::before { width: 24px; }

  /* ボタン */
  .btn { padding: 16px 26px; font-size: 15px; }

  /* Hero 巨大価格をスマホで強制縮小 (clamp の min 値を上回るため !important で上書き) */
  .hero-precopy { font-size: 19px !important; line-height: 1.6 !important; }
  .hero-yen     { font-size: 28px !important; }
  .hero-number  { font-size: 68px !important; letter-spacing: -0.04em !important; }
  .hero-unit    { font-size: 22px !important; }

  /* Hero ビジュアル: スマホでは少し小さめ */
  .hero-visual { max-width: 320px; margin: 24px auto 0; }
  .hero-tag-init { top: 2%; left: 0; padding: 10px 14px; }
  .hero-tag-init .label { font-size: 9px; }
  .hero-tag-init .num { font-size: 18px; }
  .hero-tag-price { padding: 14px 18px; }
  .hero-tag-price .label { font-size: 10px; }
  .hero-tag-price .num { font-size: 22px; }

  /* グリッド汎用: 横並びを縦並びに */
  .pricing-top,
  .pricing-incl,
  .footer-grid,
  .faq-layout,
  .flow-grid,
  .feature-block,
  .shock-row {
    grid-template-columns: 1fr !important;
  }

  /* shock-row の VS は縦並び時に中央に */
  .shock-row > .shock-vs { margin: 0 auto !important; }

  /* PriceShockの差額セクション */
  .shock-diff { padding: 32px 22px !important; min-height: auto !important; }
  .shock-diff-headline { font-size: 16px !important; line-height: 1.6 !important; }
  .shock-diff-num { font-size: 32px !important; line-height: 1.2 !important; }
  .shock-diff-sub { font-size: 12px !important; line-height: 1.7 !important; }

  /* Pricing 黒帯 */
  .pricing-total {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
    gap: 14px !important;
    padding: 18px 20px !important;
  }
  .pricing-total > div:last-child { align-self: stretch; text-align: center; }

  /* FAQ サイドバーの sticky 無効化 */
  .faq-side { position: static !important; }
  .faq-q { padding: 18px 20px !important; font-size: 15px !important; }
  .faq-a { padding: 0 20px 22px 20px !important; font-size: 13px !important; }

  /* Footer */
  .footer-grid { gap: 32px !important; }

  /* CTA */
  .cta-title { font-size: 28px !important; line-height: 1.4 !important; }
  .cta-sub { font-size: 15px !important; }
  .cta-form-card .form-row { grid-template-columns: 1fr !important; }
}

/* 超小型スマホ (iPhone SE 等) */
@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .btn { padding: 14px 22px; font-size: 14px; }
  .section-title { font-size: 23px !important; }

  /* 大きすぎる数字をさらに抑える */
  .hero-precopy { font-size: 17px !important; }
  .hero-yen     { font-size: 22px !important; }
  .hero-number  { font-size: 54px !important; }
  .hero-unit    { font-size: 18px !important; }
}
