/* ==========================================
   買取チェスト 朝霞駅前店 キャンペーンLP
   style.css
   ========================================== */

/* ========== リセット・基本設定 ========== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #222;
  background: #fff;
  padding-bottom: 80px; /* 固定フッター分 */
}

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

a {
  text-decoration: none;
}

/* ========== カラー変数 ========== */
:root {
  --red-main: #c60000;
  --red-dark: #8b0000;
  --red-btn: #d90000;
  --gold: #d4af37;
  --gold-light: #f5c542;
  --gold-pale: #fdf5d4;
  --gold-bg: #f9eed0;
  --green: #00a63c;
  --green-dark: #008f35;
  --navy: #0d1b3e;
  --navy-card: #12233a;
  --white: #fff;
  --cream: #fdf8ee;
  --gray-light: #f5f5f0;
  --text-dark: #1a1a1a;
}

/* ========== コンテナ ========== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ========== 新CTAボタン ========== */
.cta-btn-group {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
}

.br-tablet {
  display: none;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
  height: 72px;
  padding: 0 28px;
  flex: 1;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}

.cta-btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: rgba(255,255,255,0.12);
  border-radius: 12px 12px 0 0;
  pointer-events: none;
}

.cta-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.cta-btn--header {
  height: 48px;
  font-size: 14px;
  padding: 0 16px;
  flex: none;
  border-radius: 8px;
}

.header-btn-label-sp {
  display: none;
}

.cta-btn--form.cta-btn--header,
.cta-btn--line.cta-btn--header {
  font-size: 18px;
}

.cta-btn--final {
  height: 58px;
  font-size: 17px;
  padding: 0 20px;
  overflow: visible;
  flex: none;
  border-radius: 8px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  box-shadow: 0 0 0 2px transparent, inset 0 0 0 2px transparent;
  position: relative;
}

.cta-btn--final::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(90deg, #b8960c, #f5d061, #c9a227, #f0e080, #b8960c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.cta-btn--form.cta-btn--final {
  font-size: 22px;
}

.cta-btn--final .tel-label {
  font-size: 17px;
}

.cta-btn--final .tel-number {
  font-size: 22px;
}

.cta-btn--final i {
  font-size: 20px !important;
}

.cta-btn--header .tel-number {
  font-size: 18px;
}

.cta-btn--header i {
  font-size: 16px !important;
}

.cta-btn--form {
  background: linear-gradient(180deg, #2a5298 0%, #1a3a6e 100%);
  box-shadow: 0 4px 12px rgba(26,58,110,0.4);
  font-size: 24px;
}

.cta-btn--form i {
  font-size: 24px;
}

.cta-btn--line {
  background: linear-gradient(180deg, #06e05a 0%, #00b300 100%);
  box-shadow: 0 4px 12px rgba(0,179,0,0.4);
  font-size: 24px;
}

.cta-btn--line i {
  font-size: 24px;
}

.cta-btn--tel {
  background: linear-gradient(180deg, #f02516 0%, #b40000 100%);
  box-shadow: 0 4px 12px rgba(180,0,0,0.4);
}

.cta-btn--tel i {
  font-size: 24px;
  flex-shrink: 0;
}

.tel-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tel-label {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.9;
}

.tel-number {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

/* スマホ */
@media (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    width: 100%;
    box-sizing: border-box;
  }

  .header-inner {
    padding: 8px 10px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .header-logo {
    flex-shrink: 1;
    min-width: 0;
    gap: 6px;
  }

  .header-logo-img {
    height: 28px;
    flex-shrink: 0;
  }

  .header-store-name {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    flex-shrink: 0;
    gap: 6px;
  }

  main,
  main > section,
  .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .results-grid {
    grid-template-columns: 1fr !important;
  }

  .result-img-wrap {
    height: 240px !important;
    width: 100%;
  }

  .result-img-wrap img {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
  }

  .flow-step-img {
    width: 25% !important;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .consult-img-wrap {
    height: auto !important;
  }

  .result-price {
    font-size: 20px !important;
  }

  .header-btn-label-pc {
    display: none;
  }

  .header-btn-label-sp {
    display: block;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
  }

  .cta-btn--header {
    flex-direction: column;
    gap: 4px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    flex: none;
    padding: 0;
    border-radius: 10px;
    font-size: 13px;
  }

  .cta-btn--header i {
    font-size: 22px !important;
  }

  .cta-btn--form.cta-btn--header {
    font-size: 13px;
  }

  .cta-btn-group {
    flex-direction: column;
    gap: 12px;
  }

  .cta-btn {
    height: auto;
    min-height: 64px;
    width: 100%;
    font-size: 20px;
    padding: 12px 20px;
  }

  .cta-btn--form {
    font-size: 20px;
  }

  .cta-btn--form i {
    font-size: 20px;
  }

  .tel-number {
    font-size: 24px;
  }

  .final-cta-section {
    overflow: visible;
  }

  .final-cta-inner {
    flex-direction: column !important;
    align-items: center !important;
  }

  .final-cta-banner {
    width: 100% !important;
  }

  .final-cta-inner .cta-btn-group {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .final-cta-inner .cta-btn {
    width: 100%;
    flex: none;
  }
}

/* ========== ボタン共通 ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.88;
}

/* フォームボタン（緑） */
.btn-form-header,
.btn-form-large,
.btn-form-mid {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  border: 2px solid #007a2e;
  box-shadow: 0 3px 8px rgba(0,140,50,0.3);
}

/* 電話ボタン（赤） */
.btn-tel-header,
.btn-tel-large,
.btn-tel-mid,
.btn-tel-final {
  background: linear-gradient(135deg, var(--red-btn), var(--red-dark));
  color: #fff;
  border: 2px solid #9a0000;
  box-shadow: 0 3px 8px rgba(180,0,0,0.3);
}

/* ヘッダー用ボタン */
.btn-tel-header,
.btn-form-header {
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 4px;
  align-self: stretch;
  justify-content: center;
}

/* 大ボタン */
.btn-form-large,
.btn-tel-large,
.btn-tel-final {
  padding: 16px 24px;
  font-size: 17px;
  border-radius: 8px;
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  gap: 2px;
}

/* 中ボタン */
.btn-form-mid,
.btn-tel-mid {
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  gap: 2px;
}

.tel-number-large {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: block;
}

/* ========== ヘッダー ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-logo-img {
  height: 36px;
  width: auto;
  display: block;
}

.header-store-name {
  font-size: 15px;
  font-weight: 900;
  color: var(--red-main);
  line-height: 1.2;
}

.header-cta {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-tel-header .btn-text,
.btn-form-header .btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.btn-label {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.9;
}

.btn-number {
  font-size: 15px;
  font-weight: 900;
}

/* ========== ファーストビュー ========== */
.fv-section {
  background: #1a0000;
}

.fv-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fv-image-wrap picture img {
  width: 100%;
  display: block;
}

/* 画像プレースホルダー（画像差し替え前表示） */
.fv-placeholder {
  background: linear-gradient(160deg, #8b0000 0%, #c60000 40%, #1a0000 100%);
  padding: 32px 20px 40px;
  text-align: center;
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fv-badge {
  background: var(--gold);
  color: #1a0000;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 20px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.fv-headline {
  text-align: center;
}

.fv-text-main {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.fv-percent {
  color: var(--gold-light);
  line-height: 0.9;
  font-family: 'Noto Serif JP', serif;
}

.fv-num {
  font-size: 110px;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  text-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.fv-pct {
  font-size: 60px;
  font-weight: 900;
  vertical-align: top;
  padding-top: 16px;
  display: inline-block;
}

.fv-up {
  font-size: 72px;
  font-weight: 900;
  display: inline-block;
  vertical-align: bottom;
}

.fv-sara {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: var(--red-main);
  display: inline-block;
  padding: 2px 24px;
  border-radius: 3px;
  margin: 4px 0;
}

.fv-parking {
  color: var(--gold-light);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.fv-copy {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.fv-badges-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.fv-badge-item {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3;
}

.fv-badge-item strong {
  display: block;
  font-size: 18px;
  color: var(--gold-light);
}

.fv-nensho {
  position: absolute;
  top: 12px;
  right: 12px;
}

.fv-nensho-inner {
  background: var(--gold);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.fv-nensho-label {
  font-size: 9px;
  font-weight: 700;
  color: #1a0000;
  line-height: 1.2;
}

.fv-nensho-num {
  font-size: 14px;
  font-weight: 900;
  color: #1a0000;
  line-height: 1.1;
}

.fv-nensho-num span {
  font-size: 10px;
}

/* FV CTA */
.fv-cta-wrap {
  background: #fff;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  border-bottom: 3px solid var(--gold);
}

/* ========== キャンペーン締切帯 ========== */
.campaign-deadline {
  position: relative;
  background: linear-gradient(180deg, #8b0000 0%, #c80010 30%, #e8001a 50%, #c80010 70%, #8b0000 100%);
  border-top: 3px solid #c9a227;
  border-bottom: 3px solid #c9a227;
  text-align: center;
  padding: 18px 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,215,0,0.2), inset 0 -1px 0 rgba(255,215,0,0.2);
  overflow: hidden;
}

/* 放射状ハイライト */
.campaign-deadline::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 160%;
  background: radial-gradient(ellipse at center top, rgba(255,200,100,0.18) 0%, transparent 65%);
  pointer-events: none;
}

/* 斜め光沢ライン */
.campaign-deadline::after {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.08) 50%, transparent 60%);
  pointer-events: none;
}

.campaign-deadline__label {
  position: relative;
  color: #f5c542;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ゴールド装飾（左右） */
.campaign-deadline__label::before,
.campaign-deadline__label::after {
  content: '❖';
  font-size: 13px;
  color: #c9a227;
  margin: 0 10px;
  vertical-align: middle;
  opacity: 0.85;
}

.campaign-deadline__date {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-shadow: 0 0 12px rgba(200,0,20,0.6), 0 2px 8px rgba(0,0,0,0.5), 0 1px 0 rgba(180,120,0,0.8);
}

.campaign-deadline__day {
  font-size: 24px;
}

/* ========== 駐車場セクション ========== */
.parking-section {
  background: #f9f2df;
  padding: 28px 0 0;
}

.parking-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--cream);
  border: 2px solid var(--gold);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.parking-icon-wrap {
  flex-shrink: 0;
}

.parking-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.parking-icon-placeholder {
  width: 60px;
  height: 60px;
  background: var(--gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.parking-title {
  font-size: 16px;
  font-weight: 900;
  color: var(--red-main);
  margin-bottom: 8px;
}

.parking-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.parking-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

.text-red {
  color: var(--red-main);
}

.consult-img-sm {
  width: 80% !important;
}

.consult-img-xs {
  width: 75% !important;
}

.parking-section .cta-btn-group {
  padding: 40px 0;
}

.parking-cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 20px 0 28px;
}

.parking-cta-row .btn {
  align-self: stretch;
  justify-content: center;
}

/* ========== お得シミュレーション ========== */
.simulation-section {
  background: url('images/02-simulation/background.webp') center center / cover no-repeat;
  padding: 40px 0;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #b8960c, #f5d061, #c9a227, #f0e080, #b8960c) 1;
}

.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 28px;
  position: relative;
}

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

.simulation-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sim-card {
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #b8960c, #f5d061, #c9a227, #f0e080, #b8960c) border-box;
  border: 3px solid transparent;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.sim-label {
  font-size: 13px;
  color: #666;
  font-weight: 700;
  margin-bottom: 4px;
}

.sim-normal-price {
  font-size: 28px;
  font-weight: 700;
  color: #555;
}

.sim-arrow {
  font-size: 28px;
  color: var(--red-main);
  font-weight: 900;
  margin: 10px 0;
}

.sim-campaign-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--red-main);
  margin-bottom: 4px;
  background: #fff0f0;
  padding: 3px 10px;
  border-radius: 3px;
  display: inline-block;
}

.sim-campaign-price {
  font-size: 42px;
  font-weight: 900;
  color: var(--red-main);
  line-height: 1.1;
}

.sim-note {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

/* ========== 高額査定実績 ========== */
.results-section {
  background: var(--navy);
  padding: 48px 0;
}

.section-title-gold {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.section-title-gold::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 10px auto 0;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.result-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.result-img-wrap {
  position: relative;
  background: #fff;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-img-wrap img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.result-img-placeholder {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.result-info {
  padding: 12px;
  text-align: center;
}

.result-name {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
  line-height: 1.3;
}

.result-detail {
  font-size: 11px;
  color: #666;
}

.result-sub {
  font-size: 11px;
  color: var(--red-main);
  font-weight: 700;
}

.result-price {
  font-size: 30px;
  font-weight: 900;
  color: var(--red-main);
  margin-top: 6px;
  letter-spacing: 0.02em;
}

.result-price::after {
  content: '（買取実績　参考価格）';
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

.results-note-wrap {
  margin-top: 24px;
  text-align: center;
}

.results-note {
  color: #ddd;
  font-size: 14px;
  line-height: 1.8;
}

.results-cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

/* ========== 年間買取点数 ========== */
.nensho-section {
  background: url('images/04-nensho/background01.webp') center center / cover no-repeat;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.nensho-section::before {
  content: '✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(212,175,55,0.3);
  font-size: 20px;
  letter-spacing: 20px;
  pointer-events: none;
}

.nensho-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.nensho-catch-wrap {
  flex-shrink: 0;
}

.nensho-catch-wrap img {
  max-width: 374px;
  width: 100%;
}

.nensho-img-wrap {
  position: relative;
}

.nensho-img-wrap img {
  max-width: 280px;
  margin: 0 auto;
}

.nensho-placeholder {
  background: var(--gold);
  border-radius: 12px;
  padding: 24px 40px;
  border: 4px solid #b8860b;
  box-shadow: 0 4px 16px rgba(180,140,0,0.3);
  display: inline-block;
}

.nensho-ph-label {
  font-size: 15px;
  font-weight: 700;
  color: #1a0000;
}

.nensho-ph-num {
  font-size: 52px;
  font-weight: 900;
  color: #1a0000;
  line-height: 1;
}

.nensho-ph-num span {
  font-size: 24px;
}

.nensho-title {
  font-size: 22px;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.4;
}

.nensho-highlight {
  color: var(--red-main);
  font-size: 28px;
}

.nensho-body {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  max-width: 600px;
}

/* ========== 買取品目 ========== */
.items-section {
  background: #fff;
  padding: 48px 0;
}

.section-title-dark {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 28px;
}

.section-title-dark::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 10px auto 0;
}

.items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.item-card {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e0d4a0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
  text-align: center;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.item-card:focus-visible {
  outline: 3px solid var(--red-main);
  outline-offset: 2px;
}

@media (hover: hover) {
  .item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  }

  .item-card:hover .item-img-wrap img {
    transform: scale(1.05);
  }
}

.item-img-wrap {
  position: relative;
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.item-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.item-more {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--red-main);
  letter-spacing: 0.02em;
  padding: 6px 8px 10px;
}

.item-img-placeholder {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.item-name {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  padding: 0 8px;
  line-height: 1.3;
  background: #f9f2df;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}

.items-note {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 16px;
}

/* ========== 買取品目 詳細ポップアップ ========== */
.item-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(0,0,0,0.55);
  padding: 24px 16px;
  align-items: center;
  justify-content: center;
}

.item-modal-overlay.is-open {
  display: flex;
}

.item-modal {
  position: relative;
  width: 100%;
  max-width: 900px;
  border-radius: 14px;
}

.item-modal:focus {
  outline: none;
}

.item-modal__close {
  display: none;
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.35);
  transition: background 0.2s, transform 0.2s;
}

.item-modal__close:hover {
  background: #1a1a1a;
  transform: scale(1.06);
}

.item-modal__close:focus-visible {
  outline: 3px solid var(--red-main);
  outline-offset: 2px;
}

.item-modal__close-bottom {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px;
  background: #fff;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  color: #555;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

.item-modal__close-bottom:hover {
  background: #f5f5f0;
}

.item-modal__scroll {
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--cream);
  border: 2px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}

.item-modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
}

.item-modal__img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #f5f5f0;
}

.item-modal__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.item-modal__content {
  padding: 22px 20px 26px;
}

.item-modal__title {
  font-size: 19px;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.item-modal__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  white-space: pre-line;
  margin-bottom: 20px;
}

.item-modal__examples-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--red-main);
  background: #fdeaea;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.item-modal__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e0d4a0;
  border-radius: 10px;
}

.item-modal__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  padding: 6px 0;
}

.item-modal__check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
}

.item-modal__note-block {
  background: var(--gold-pale);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 0 0 20px;
}

.item-modal__note {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
  white-space: pre-line;
  margin: 0;
}

/* gold LP への補助導線（「金・プラチナ」モーダルのみ表示） */
.item-modal__gold-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 14px auto 2px;
  padding: 10px 18px;
  background: #fffdf5;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: #4a3a10;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}

.item-modal__gold-link:hover {
  background: var(--gold-bg);
  border-color: #b8942d;
}

.item-modal__gold-link[hidden] {
  display: none;
}

.item-modal__cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-modal__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--red-main);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.item-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(180deg, #f02516 0%, #b40000 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(180,0,0,0.4);
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s;
}

.item-modal__cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .item-modal__scroll {
    max-height: 85vh;
  }

  .item-modal__close {
    display: flex;
  }

  .item-modal__close-bottom {
    display: none;
  }

  .item-modal__body {
    flex-direction: row;
    align-items: stretch;
  }

  .item-modal__img-wrap {
    width: 42%;
    height: auto;
    border-radius: 14px 0 0 14px;
  }

  .item-modal__content {
    width: 58%;
    padding: 32px 32px 32px 28px;
  }

  .item-modal__title {
    font-size: 22px;
  }
}

/* ========== 相談セクション ========== */
.consult-section {
  background: var(--gray-light);
  padding: 48px 0;
}

.title-accent {
  color: var(--red-main);
}

.consult-sub {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
}

.consult-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.consult-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
  text-align: center;
}

.consult-img-wrap {
  position: relative;
  background: #fff;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consult-img-placeholder {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.consult-name {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 8px;
  color: #333;
  line-height: 1.3;
}

.consult-footer-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
}

/* ========== ご利用の流れ ========== */
.flow-section {
  background: #fff;
  padding: 48px 0;
}

.flow-img-wrap {
  margin-bottom: 28px;
}

.flow-img-wrap img {
  max-width: 100%;
  margin: 0 auto;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e0d4a0;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  text-align: center;
  overflow: hidden;
}

.flow-step-img {
  width: 50%;
  height: auto;
  display: block;
  order: 2;
}

.flow-arrow {
  text-align: center;
  font-size: 24px;
  color: var(--red-main);
  padding: 6px 0;
  font-weight: 900;
}

.flow-step-content {
  order: 3;
}

.flow-step-num {
  background: var(--red-main);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 6px;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.2;
}

.flow-step-num span {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.flow-step-title {
  font-size: 16px;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.flow-step-text {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.flow-step-note {
  font-size: 11px;
  color: #777;
  line-height: 1.7;
}

/* ========== CTAセクション ========== */
.cta-section {
  background: #fff;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(255,215,0,0.15)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.cta-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: var(--red-main);
  margin-bottom: 24px;
}

.cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.cta-feature {
  background: #f9f2df;
  border: 1px solid var(--gold);
  color: #333;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-feature strong {
  color: var(--red-main);
  font-size: 18px;
  display: inline;
  margin-left: 4px;
}

.cta-lead {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cta-buttons .btn {
  align-self: stretch;
  justify-content: center;
}

/* parking-section・cta-section のボタンフォント縮小 */
.parking-section .cta-btn--form,
.cta-section .cta-btn--form,
.parking-section .cta-btn--line,
.cta-section .cta-btn--line {
  font-size: 20px;
}

.parking-section .cta-btn--form i,
.cta-section .cta-btn--form i,
.parking-section .cta-btn--line i,
.cta-section .cta-btn--line i {
  font-size: 20px;
}

.parking-section .cta-btn--tel .tel-label,
.cta-section .cta-btn--tel .tel-label {
  font-size: 13px;
}

.parking-section .cta-btn--tel .tel-number,
.cta-section .cta-btn--tel .tel-number {
  font-size: 20px;
}

.parking-section .cta-btn--tel i,
.cta-section .cta-btn--tel i {
  font-size: 20px;
}

/* ========== お問い合わせフォーム ========== */
.contact-section {
  background: #fff;
  padding: 56px 0;
}

.contact-lead {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin-bottom: 36px;
}

.contact-form {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-form__required {
  background: var(--red-main);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  color: var(--text-dark);
  background: #fafafa;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: inherit;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
}

.contact-form__textarea {
  resize: vertical;
}

.contact-form__submit {
  text-align: center;
  margin-top: 8px;
}

.contact-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red-main);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  padding: 16px 48px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.contact-form__btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* ========== 店舗情報 ========== */
.store-section {
  background: var(--cream);
  padding: 48px 0;
}

.store-title {
  font-size: 22px;
  font-weight: 900;
  color: var(--red-main);
  text-align: center;
  margin-bottom: 12px;
}

.store-intro {
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 28px;
}

.store-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px;
  box-sizing: border-box;
}

.store-exterior-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center calc(50% + 40px);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

.store-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

.store-table th,
.store-table td {
  padding: 14px 16px;
  font-size: 14px;
  border-bottom: 1px solid #e8e0c8;
  vertical-align: top;
  line-height: 1.6;
}

.store-table th {
  background: var(--navy);
  color: var(--gold);
  font-weight: 700;
  width: 100px;
  white-space: nowrap;
}

.store-table td {
  color: #333;
}

.store-tel {
  color: var(--red-main);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.parking-info-card {
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.parking-info-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.parking-p-icon {
  font-size: 24px;
}

.parking-info-title {
  font-size: 16px;
  font-weight: 900;
  color: var(--red-main);
}

.parking-info-text {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 6px;
}

.parking-info-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

.store-map-wrap iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.store-map-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* ========== 最終CTA ========== */
.final-cta-section {
  background: linear-gradient(160deg, var(--red-dark) 0%, #c60000 50%, #8b0000 100%);
  padding: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.final-cta-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.final-cta-inner .cta-btn-group {
  flex-direction: column;
}

.final-cta-banner {
  width: calc(50% + 56px);
  height: auto;
  display: block;
  flex-shrink: 0;
}

.final-cta-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.final-cta-campaign {
  margin-bottom: 20px;
}

.final-cta-main {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
}

.final-pct {
  font-size: 52px;
  font-weight: 900;
  color: var(--gold-light);
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0 3px 10px rgba(0,0,0,0.4);
  display: block;
  line-height: 1;
}

.final-cta-sara {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
}

.final-cta-parking {
  font-size: 22px;
  font-weight: 900;
  color: var(--gold-light);
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.final-cta-features {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}

.final-cta-features span {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,215,0,0.4);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
}

.final-cta-lead {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  margin-bottom: 24px;
}

.final-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.btn-tel-final {
  background: linear-gradient(135deg, #e60000, #9a0000);
  border: 2px solid var(--gold);
  font-size: 17px;
  padding: 16px 24px;
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  gap: 2px;
  border-radius: 8px;
}

/* ========== フッター ========== */
.site-footer {
  background: #111;
  padding: 28px 16px;
  text-align: center;
}

.footer-inner {
  max-width: 600px;
  margin: 0 auto;
}

.footer-store {
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-tel a {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.footer-hours,
.footer-closed {
  color: #aaa;
  font-size: 13px;
  margin-top: 4px;
}

.footer-official {
  margin-bottom: 8px;
}

.footer-official-link {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(212,175,55,0.4);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.footer-official-link:hover {
  opacity: 0.75;
}

.footer-copy {
  color: #555;
  font-size: 12px;
  margin-top: 16px;
}

/* ========== 固定フッターCTA ========== */
/* ========== スマホ固定CTA ========== */
.sp-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  gap: 7px;
  padding: 6px 8px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
}

.sp-fixed-cta__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 72px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
  transition: filter 0.2s, transform 0.2s;
}

.sp-fixed-cta__btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: rgba(255,255,255,0.15);
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.sp-fixed-cta__btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.sp-fixed-cta__btn i {
  font-size: 28px;
  line-height: 1;
}

.sp-fixed-cta__btn span {
  font-size: 17px;
}

.sp-fixed-cta__btn--form {
  background: linear-gradient(180deg, #2a5298 0%, #1a3a6e 100%);
}

.sp-fixed-cta__btn--tel {
  background: linear-gradient(180deg, #f02516 0%, #b40000 100%);
}

.sp-fixed-cta__btn--line {
  background: linear-gradient(180deg, #06e05a 0%, #00b300 100%);
}

body {
  padding-bottom: 84px;
}

/* ========== タブレット (768px以上) ========== */
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .sp-fixed-cta {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  .fixed-cta {
    display: none;
  }

  .header-store-name {
    font-size: 18px;
  }

  .btn-tel-header,
  .btn-form-header {
    padding: 10px 18px;
    font-size: 14px;
  }

  .fv-num {
    font-size: 140px;
  }

  .fv-pct {
    font-size: 80px;
  }

  .fv-up {
    font-size: 96px;
  }

  .fv-nensho-inner {
    width: 120px;
    height: 120px;
  }

  .fv-nensho-label {
    font-size: 11px;
  }

  .fv-nensho-num {
    font-size: 20px;
  }

  .fv-cta-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 24px 20px;
  }

  .btn-form-large,
  .btn-tel-large,
  .btn-tel-final {
    width: auto;
    min-width: 240px;
  }

  .parking-cta-row {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .simulation-cards {
    flex-direction: row;
    gap: 20px;
  }

  .sim-card {
    flex: 1;
  }

  .results-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .result-img-wrap {
    height: 160px;
  }

  .result-price {
    font-size: 18px;
  }

  .results-cta {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .nensho-inner {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 32px;
  }

  .nensho-title {
    text-align: left;
  }

  .nensho-body {
    text-align: left;
  }

  .items-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
  }

  .item-img-wrap {
    height: auto;
  }

  .consult-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .consult-img-wrap {
    height: auto;
  }

  .flow-steps {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .flow-step {
    flex: 1;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 200px;
  }

  .flow-arrow {
    padding-top: 40px;
    flex-shrink: 0;
  }

  .cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .store-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "info map"
      "parking parking";
    gap: 32px;
    align-items: stretch;
    padding: 0 24px;
  }

  .store-info-wrap {
    grid-area: info;
  }

  .store-map-wrap {
    grid-area: map;
    display: block;
    height: 100%;
  }

  .store-map-wrap iframe {
    height: 100%;
    min-height: 400px;
  }

  .parking-info-card {
    grid-area: parking;
  }

  .final-cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .btn-tel-final {
    width: auto;
    min-width: 280px;
  }
}

/* ========== タブレット専用 (768px〜1023px) ========== */
@media (min-width: 768px) and (max-width: 1023px) {
  .site-header {
    width: 100%;
    box-sizing: border-box;
  }

  .header-inner {
    padding: 8px 10px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .header-logo {
    flex-shrink: 1;
    min-width: 0;
    gap: 6px;
  }

  .header-logo-img {
    height: 28px;
    flex-shrink: 0;
  }

  .header-store-name {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    flex-shrink: 0;
    gap: 6px;
  }

  .header-btn-label-pc {
    display: none;
  }

  .header-btn-label-sp {
    display: block;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
  }

  .cta-btn--header {
    flex-direction: column;
    gap: 4px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    flex: none;
    padding: 0;
    border-radius: 10px;
    font-size: 13px;
  }

  .cta-btn--header i {
    font-size: 22px !important;
  }

  .cta-btn--form.cta-btn--header {
    font-size: 13px;
  }

  .br-tablet {
    display: inline;
  }

  .result-card {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
  }

  .result-img-wrap {
    flex: 1;
    height: auto;
    overflow: hidden;
  }

  .result-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .nensho-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .final-cta-banner {
    width: calc(50% + 30px);
  }

  .final-cta-inner .cta-btn-group {
    flex-direction: column;
    gap: 12px;
  }
}

/* ========== PC (1024px以上) ========== */
@media (min-width: 1024px) {
  .container {
    padding: 0 24px;
  }

  .fv-placeholder {
    min-height: 580px;
  }

  .fv-num {
    font-size: 180px;
  }

  .fv-pct {
    font-size: 100px;
  }

  .fv-up {
    font-size: 120px;
  }

  .fv-text-main {
    font-size: 28px;
  }

  .fv-parking {
    font-size: 36px;
  }

  .fv-nensho-inner {
    width: 150px;
    height: 150px;
  }

  .fv-nensho-label {
    font-size: 13px;
  }

  .fv-nensho-num {
    font-size: 26px;
  }

  .parking-section {
    padding: 36px 0 0;
  }

  .parking-card {
    padding: 28px 32px;
  }

  .parking-title {
    font-size: 18px;
  }

  .parking-text {
    font-size: 15px;
  }

  .section-title {
    font-size: 28px;
  }

  .sim-campaign-price {
    font-size: 52px;
  }

  .section-title-gold {
    font-size: 32px;
  }

  .result-img-wrap {
    height: 200px;
  }

  .result-price {
    font-size: 22px;
  }

  .result-name {
    font-size: 13px;
  }

  .nensho-ph-num {
    font-size: 64px;
  }

  .nensho-title {
    font-size: 28px;
  }

  .nensho-highlight {
    font-size: 36px;
  }

  .items-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .item-img-wrap {
    height: auto;
  }

  .consult-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .flow-step-title {
    font-size: 17px;
  }

  .cta-title {
    font-size: 30px;
  }

  .store-title {
    font-size: 26px;
  }

  .final-cta-title {
    font-size: 26px;
  }

  .final-pct {
    font-size: 70px;
  }

  .final-cta-parking {
    font-size: 28px;
  }
}

/* ========== 画像非表示（プレースホルダー優先） ========== */
/* 画像が存在しない場合、pictureタグ内imgは非表示にしない */
/* 下記は画像差し替え後に削除してください */
.fv-image-wrap picture {
  display: block;
}

.flow-img-wrap img {
  display: none; /* 差し替え後は削除 */
}
