/* ==============================
  カスタムプロパティ（後でここを変更するだけで全体の色が変わる）
============================== */
:root {
  --color-primary: #1e2330;
  --color-primary-dark: #0f1318;
  --color-accent: #ff6600;
  --color-bg: #f4f4f2;
  --color-bg-alt: #ebebeb;
  --color-bg-dark: #1e2330;
  --color-text: #1a1f2e;
  --color-text-light: #6b7280;
  --color-border: #e2e8f0;
  --color-ok: #2e7d32;
  --color-ng: #c62828;

  --font-main: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;

  --radius: 8px;
  --radius-lg: 16px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);

  --section-padding: 60px 0;
  --container-max: 720px;
}


/* ==============================
  アクセシビリティ・SEOユーティリティ
============================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ==============================
  リセット・ベース
============================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background: #0a0c14; /* 上下スワイプ時のオーバースクロール背景 */
}

body {
  font-family: var(--font-main);
  color: var(--color-text);
  background: var(--color-bg);
  background-color: #0a0c14; /* プルリフレッシュ時のオーバースクロール背景 */
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* ==============================
  共通レイアウト
============================== */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 12px;
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--color-accent);
  margin: 10px auto 0;
  border-radius: 2px;
}


/* ==============================
  ① ファーストビュー
============================== */
.section-hero {
  background: url('../img/hero.webp') right center/cover no-repeat;
  color: #fff;
  padding: 64px 0 56px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid var(--color-accent);
  overflow-x: hidden;
}

.section-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 38%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.75) 100%);
}

.section-hero .container {
  position: relative;
  z-index: 1;
}

.hero-logo {
  margin: 0 auto 2px;
}

.hero-logo-img {
  width: 400px;
  max-width: 92%;
  height: auto;
  display: block;
  margin: 0 auto -30px;
}

.catchcopy {
  font-size: clamp(1.05rem, 5.2vw, 3.75rem);
  font-weight: 700;
  margin: 16px auto 0;
  line-height: 1.8;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.95), 0 0 30px rgba(0,0,0,0.8), 0 4px 20px rgba(0,0,0,0.6);
  padding: 0 8px 0;
  width: 100%;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
  text-align: center;
}

.catch-word {
  display: inline-block;
  padding: 2px 2px;
  border-radius: 4px;
  -webkit-text-stroke: 1.5px rgba(0,0,0,0.55);
  paint-order: stroke fill;
}

.catch-word--1 {
  color: #e0e8f0;
  text-shadow:
    0 0 4px rgba(224, 232, 240, 0.35),
    0 0 12px rgba(210, 220, 235, 0.15),
    0 2px 10px rgba(0,0,0,0.8);
  animation: glow-fade1 2.5s ease-in-out infinite alternate;
}

.catch-word--2 {
  color: #e0e8f0;
  text-shadow:
    0 0 4px rgba(224, 232, 240, 0.35),
    0 0 12px rgba(210, 220, 235, 0.15),
    0 2px 10px rgba(0,0,0,0.8);
  animation: glow-fade1 2.5s ease-in-out 0.4s infinite alternate;
}

.catch-line1--last {
  display: block;
  padding-bottom: 0;
  line-height: 1.1;
  position: relative;
}
.catch-line1--last::after {
  content: '';
  display: block;
  height: 3px;
  width: 98%;
  margin: 0.3px auto 0;
  background: #c8a000;
  box-shadow: 0 5px 0 #c8a000;
}

.catch-word--2b {
  color: #e0e8f0;
  text-shadow:
    0 0 4px rgba(224, 232, 240, 0.35),
    0 0 12px rgba(210, 220, 235, 0.15),
    0 2px 10px rgba(0,0,0,0.8);
  animation: glow-fade1 2.5s ease-in-out 0.6s infinite alternate;
}

.catch-word--3 {
  color: #e0e8f0;
  text-shadow:
    0 0 4px rgba(224, 232, 240, 0.35),
    0 0 12px rgba(210, 220, 235, 0.15),
    0 2px 10px rgba(0,0,0,0.8);
  animation: glow-fade1 2.5s ease-in-out 0.8s infinite alternate;
}

@keyframes glow-fade1 {
  from { text-shadow: 0 0 4px rgba(224,232,240,0.35), 0 0 12px rgba(210,220,235,0.15), 0 2px 10px rgba(0,0,0,0.8); }
  to   { text-shadow: 0 0 7px rgba(224,232,240,0.5), 0 0 18px rgba(210,220,235,0.25), 0 2px 10px rgba(0,0,0,0.8); }
}


.catch-line1 {
  display: inline-block;
  white-space: nowrap;
  font-size: 1em;
}

.catch-sep {
  opacity: 0.7;
  font-size: 0.45em;
  vertical-align: middle;
}

.catch-punct {
  font-size: 0.72em;
  vertical-align: baseline;
  letter-spacing: -0.05em;
  margin: 0 -0.05em;
}

.catchcopy-sub {
  font-size: clamp(2.0rem, 8.8vw, 4.5rem);
  font-weight: 900;
  margin: -25px 0 22px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  -webkit-text-stroke: 1px rgba(0,0,0,0.4);
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.7));
}

.hero-badges {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 64px;
  margin-bottom: 16px;
}

.badge {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 0.85rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.badge--highlight {
  background: var(--color-accent);
  border-color: var(--color-accent);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-area {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  text-align: center;
}

.hero-area strong {
  color: #fff;
  font-weight: 900;
}

.hero-area-note {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}


/* ==============================
  電話ボタン（共通）
============================== */
.btn-call {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #ff7a1a 0%, #e85d00 100%);
  color: #fff;
  border: none;
  border-bottom: 4px solid #c04e00;
  border-radius: var(--radius-lg);
  padding: 20px 52px;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
  transition: transform 0.12s, box-shadow 0.12s, border-bottom 0.12s;
  cursor: pointer;
  text-decoration: none;
}

.btn-call:hover,
.btn-call:active {
  transform: translateY(2px);
  border-bottom: 2px solid #c04e00;
  box-shadow: 0 2px 10px rgba(255, 102, 0, 0.3);
}

.btn-call-label {
  font-size: 2.025rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  opacity: 0.95;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.btn-call-number {
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}


/* ==============================
  ② 4コマ風フロー
============================== */
.section-usecases {
  padding: var(--section-padding);
  background: var(--color-bg-alt);
}

/* ── ステップフロー ── */
.step-flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 480px;
  margin: 0 auto;
}

.step-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.step-card--highlight {
  background: #eef0f2;
  box-shadow: 0 2px 12px rgba(30, 35, 48, 0.1);
}

.step-card--goal {
  background: #f5f5f3;
  box-shadow: 0 2px 12px rgba(255, 102, 0, 0.10);
}

.step-visual {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.step-num {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-primary);
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.step-card--goal .step-num {
  color: var(--color-accent);
}

.step-img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--color-bg);
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  flex-shrink: 0;
  background: var(--color-bg);
}

.step-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  clip-path: none;
  transform: scale(1.15);
}

.step-body {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.step-title {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 4px;
  color: var(--color-text);
}

.step-desc {
  font-size: 0.82rem;
  color: var(--color-text-light);
  line-height: 1.5;
}
.step-desc-highlight {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--color-accent);
  background: #fff3e0;
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.03em;
}

.step-tel {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: none;
}

.step-connector {
  width: 3px;
  height: 28px;
  background: var(--color-accent);
  opacity: 0.5;
  margin: 0 auto;
  border-radius: 2px;
}


/* ==============================
  ③ 料金シミュレーション
============================== */
.section-price {
  padding: var(--section-padding);
  background: var(--color-bg);
}

/* ステップ共通 */
.sim-step {
  margin-bottom: 28px;
}

.sim-step-label {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sim-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  flex-shrink: 0;
}

/* 位置情報ボタン */
.sim-gps-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border: 2px solid var(--color-primary);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #eef0f2 100%);
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(30,35,48,0.18), 0 1px 4px rgba(0,0,0,0.08);
  transition: background 0.15s, transform 0.1s, box-shadow 0.1s;
}

.sim-gps-btn:hover {
  background: linear-gradient(180deg, #f5f6f8 0%, #dde0e4 100%);
  box-shadow: 0 4px 0 rgba(30,35,48,0.2), 0 2px 6px rgba(0,0,0,0.1);
}

.sim-gps-btn:active {
  transform: scale(0.98);
}

.sim-gps-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.sim-gps-btn.is-done {
  border-style: solid;
  border-color: var(--color-ok);
  background: #f0faf0;
  color: var(--color-ok);
  font-size: 0.8rem;
  font-weight: 400;
}

.sim-gps-btn.is-done-warn {
  border-color: #e67e22;
  background: #fef9f3;
  color: #b35c00;
}

.sim-gps-icon {
  font-size: 1.1rem;
}

.sim-gps-status {
  display: none;
  font-size: 0.8rem;
  color: var(--color-text-light);
  text-align: center;
  margin-bottom: 10px;
}

.sim-gps-status.is-visible {
  display: block;
}

.sim-gps-status.is-error {
  color: var(--color-ng);
}

/* 手動入力エリア（GPS取得後に非表示） */
.sim-manual-addr {
  transition: opacity 0.3s, max-height 0.3s;
}

.sim-manual-addr.is-hidden {
  display: none;
}


/* テキスト入力 */
.sim-input {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: inherit;
  color: var(--color-text);
  background: var(--color-bg);
  transition: border-color 0.15s;
  -webkit-appearance: none;
}

.sim-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(118, 81, 61, 0.15);
}

.sim-input::placeholder {
  color: #aaa;
}


.sim-shop-categories {
  margin-bottom: 10px;
}

.sim-shop-cat {
  margin-bottom: 10px;
}

.sim-shop-cat-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-text-light);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sim-shop-cat-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sim-quick-btn {
  padding: 8px 16px;
  border: 2px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-bg);
  font-size: 0.85rem;
  font-weight: 700;
  font-family: inherit;
  color: var(--color-text);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.sim-quick-btn:hover {
  border-color: var(--color-primary);
}

.sim-quick-btn.is-active {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

/* 計算ボタン */
.sim-calc-btn {
  display: block;
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: var(--radius-lg);
  background: var(--color-primary);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.15s;
  box-shadow: var(--shadow-md);
  margin-bottom: 20px;
}

.sim-calc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.sim-calc-btn:active {
  transform: scale(0.98);
}

.sim-calc-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* ローディング */
.sim-loading {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: var(--color-text-light);
  font-size: 0.9rem;
}

.sim-loading.is-visible {
  display: block;
}

.sim-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--color-border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  margin: 0 auto 10px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* エラー */
.sim-error {
  display: none;
  color: var(--color-ng);
  background: #fff5f5;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 0.85rem;
  margin-bottom: 16px;
  text-align: center;
}

.sim-error.is-visible {
  display: block;
}

/* 結果パネル */
.sim-result {
  background: var(--color-bg-alt);
  border: 3px solid var(--color-accent);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 24px;

  display: none;
}

.sim-result.is-visible {
  display: block;
}

.sim-result-heading {
  font-size: 0.85rem;
  color: var(--color-text-light);
  margin-bottom: 10px;
}

.sim-result-route {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.sim-result-arrow {
  color: var(--color-accent);
  font-size: 1.2rem;
}

.sim-result-distance {
  font-size: 0.9rem;
  color: var(--color-text-light);
  margin-bottom: 12px;
}

.sim-result-fee {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1.2;
}

.sim-result-confirm {
  font-size: 0.8rem;
  color: var(--color-text-light);
  background: var(--color-bg-alt);
  border-radius: 6px;
  padding: 8px 12px;
  margin: 8px 0 4px;
}

.sim-result-note {
  font-size: 0.75rem;
  color: #aaa;
  margin-top: 10px;
}

/* 依頼促進バナー */
.sim-cta-banner {
  margin-top: 32px;
  padding: 28px 20px;
  background: linear-gradient(135deg, #fff4ec 0%, #ffe8d6 100%);
  border: 2px solid var(--color-accent);
  border-radius: var(--radius);
  text-align: center;
}

.sim-cta-text {
  color: var(--color-text);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.7;
}

.sim-cta-tel {
  display: inline-block;
  padding: 16px 36px;
  background: var(--color-accent);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 0 #c44d00;
  transition: transform 0.1s, box-shadow 0.1s;
}

.sim-cta-tel:hover,
.sim-cta-tel:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #c44d00;
}

.sim-cta-tel:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0,0,0,0.25);
}


/* ── 料金例カード ── */
.price-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}
.price-example-card {
  border-radius: 16px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 5px solid;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.price-example-card.within {
  background: #f0faf2;
  border-color: #2ecc71;
}
.price-example-card.over {
  background: #fff8f3;
  border-color: var(--color-accent);
}
.price-example-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  align-self: flex-start;
  letter-spacing: 0.03em;
}
.price-example-badge.within { background: #2ecc71; color: #fff; }
.price-example-badge.over   { background: var(--color-accent); color: #fff; }
.price-example-shop {
  font-size: 0.78rem;
  color: var(--color-text-light);
  margin: 0;
}
.price-example-desc {
  font-size: 0.83rem;
  color: var(--color-text);
  margin: 0;
  line-height: 1.7;
}
.price-example-desc strong {
  font-size: 1.15rem;
  color: var(--color-primary);
}
.price-example-time {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  padding: 2px 7px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: -6px;
}
.price-example-list {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  border-top: 1px dashed rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.price-example-list li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 0.83rem;
  color: var(--color-text);
}
.price-example-num {
  font-weight: 800;
  color: var(--color-primary);
  flex-shrink: 0;
  width: 18px;
}
.price-example-label { flex: 1; }
.price-example-val {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pev-muted {
  opacity: 0.45;
  font-size: 0.9em;
}
.pev-muted .pev-sub {
  margin-right: 0;
}
.pev-price {
  font-weight: 700;
  color: var(--color-text);
  white-space: nowrap;
}
.pev-sub {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--color-text-light);
  white-space: nowrap;
  margin-right: -0.56em; /* 閉じカッコ「）」の字間余白を視覚補正 */
}
.price-example-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 11px 14px;
  margin-top: auto;
}
.price-example-card.within .price-example-total { background: #d6f5e3; }
.price-example-card.over   .price-example-total { background: #fde8d8; }
.price-example-total span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text);
}
.price-example-total strong {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.price-example-card.within .price-example-total strong { color: #1a9e50; }
.price-example-card.over   .price-example-total strong { color: var(--color-accent); }
.price-example-spacer {
  height: 1.4rem;
  pointer-events: none;
}
.price-example-note {
  font-size: 0.7rem;
  color: var(--color-text-light);
  margin: 0;
  line-height: 1.6;
  padding-top: 4px;
  border-top: 1px solid rgba(0,0,0,0.07);
}
@media (max-width: 480px) {
  .price-examples { grid-template-columns: 1fr; }
}

/* 注釈 & シミュレーター誘導 */
.price-examples-note {
  font-size: 0.8rem;
  color: var(--color-text-light);
  margin: 8px 0 0;
  text-align: center;
}

.price-sim-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 8px;
  padding: 18px 24px;
  background: linear-gradient(135deg, #fff8f2 0%, #fff3e0 100%);
  border: 2px solid var(--color-accent);
  border-radius: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: center;
  position: relative;
}

/* スマホ時のみ改行 */
.sp-br { display: none; }
@media (max-width: 480px) {
  .sp-br { display: inline; }
}

.price-sim-lead::after {
  content: '▼';
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  color: var(--color-accent);
}


/* ==============================
  ⑥ 支払い方法
============================== */
.section-payment {
  padding: var(--section-padding);
  background: var(--color-bg-alt);
}

.payment-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}

.payment-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--color-bg);
  border-radius: var(--radius);
  padding: 18px 24px;
  box-shadow: var(--shadow);
  font-size: 1.05rem;
  font-weight: 500;
}

.payment-mark {
  font-size: 1.2rem;
  font-weight: 700;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.payment-ok {
  border-left: 4px solid var(--color-accent);
}

.payment-ok .payment-mark {
  color: var(--color-accent);
}

.payment-ng {
  opacity: 0.5;
  border-left: 4px solid #b5907a;
}

.payment-ng .payment-mark {
  color: #b5907a;
}


/* ==============================
  ⑦ CTA
============================== */
.section-cta {
  padding: var(--section-padding);
  background: var(--color-bg-dark);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cta-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.cta-sub {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 32px;
}

.cta-info {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 0.85rem;
  opacity: 0.8;
}

.cta-info span::before {
  content: '▸ ';
}


/* ==============================
  FAQ
============================== */
.section-faq {
  background: var(--color-bg-alt);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.faq-item summary {
  list-style: none;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color-primary);
  user-select: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item[open] summary {
  border-bottom: 1px solid var(--color-border);
}

.faq-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

.faq-answer {
  padding: 14px 20px 16px 56px;
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--color-text);
}

.faq-answer ul {
  margin: 6px 0 0;
  padding-left: 1.2em;
}

.faq-answer li {
  font-size: 0.88rem;
  line-height: 1.8;
}

.faq-notice {
  margin-top: 28px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  border-left: 4px solid var(--color-accent);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.faq-notice h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-primary);
}

.faq-notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-notice li {
  font-size: 0.85rem;
  line-height: 1.85;
  color: var(--color-text);
  padding-left: 1.2em;
  position: relative;
}

.faq-notice li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--color-accent);
}


/* ==============================
  フッター
============================== */
.site-footer {
  background: #141820;
  color: #9ca3af;
  padding: 32px 0 80px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 2;
}

.footer-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.footer-tel a,
.footer-sns a {
  color: var(--color-accent);
  text-decoration: underline;
  text-decoration-color: rgba(255, 102, 0, 0.4);
}

.footer-links {
  margin-top: 16px;
  font-size: 0.78rem;
}
.footer-links a {
  color: #9ca3af;
  text-decoration: underline;
  text-decoration-color: rgba(156,163,175,0.4);
}
.footer-links a:hover {
  color: #fff;
}
.footer-links span {
  margin: 0 8px;
  opacity: 0.3;
}

.footer-copy {
  margin-top: 8px;
  font-size: 0.75rem;
  opacity: 0.35;
}


/* ==============================
  レスポンシブ（スマホ）
============================== */
@media (max-width: 600px) {
  :root {
    --section-padding: 48px 0;
  }

  .section-hero {
    background-position: 22% center;
  }


  .catchcopy {
    font-size: clamp(1.4rem, 6.8vw, 3.75rem);
  }

  .btn-call {
    width: 100%;
    padding: 18px 20px;
  }

  .btn-call-number {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.3rem;
  }
}


/* ==============================
  固定CTAボタン（ヒーロー通過後に表示）
============================== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--color-accent);
  color: #fff;
  padding: 14px 20px;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta-label {
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.95;
}

.sticky-cta-number {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}


/* ==============================
  BGMトグルボタン
============================== */
.bgm-wrap {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1001;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.bgm-label {
  color: rgba(255,255,255,0.5);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  pointer-events: none;
  user-select: none;
}

.bgm-toggle {
  position: static;
  z-index: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(4px);
  opacity: 0.35;
  transition: opacity 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.bgm-toggle:hover,
.bgm-toggle:active {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.2);
}

.bgm-icon {
  width: 20px;
  height: 20px;
}
