@charset "UTF-8";
/* ==============================================================
   LP - 輸入車ディーラー向け広告運用 専用CSS
   page-lp-dealer.php 用
   ============================================================== */

/* LP専用：サイトヘッダー・フッター非表示（GTMは維持） */
body:has(.lp-dealer) > .header,
body:has(.lp-dealer) > .hamburger,
body:has(.lp-dealer) > .drawer-menu {
  display: none !important;
}
body:has(.lp-dealer) { padding-top: 0 !important; }

.lp-dealer {
  --navy: #0d2147;
  --navy-deep: #081634;
  --gold: #c9a961;
  --gold-light: #e6d19a;
  --orange: #f28c28;
  --orange-dark: #d97410;
  --teal: #4cc6a3;
  --sky: #4fa8d4;
  --gray-bg: #f4f4f4;
  --text: #222;
  --muted: #666;

  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
/* ベースフォントサイズ強制リセット */
.lp-dealer { font-size: 16px !important; }
.lp-dealer p,
.lp-dealer li,
.lp-dealer span:not(.hero__award):not(.hero__cta-note):not(.line2):not(.bridge__highlight):not(.case__client-tag):not(.plan__commit):not(.case__block-label):not(.highlight),
.lp-dealer div:not(.flow__num):not(.reason__num):not(.hero__catch):not(.h2):not(.worry-section__lead):not(.cta-band__lead):not(.final-cta__catch) {
  font-size: 16px !important;
}
/* 見出し・装飾系：px指定 */
.lp-dealer .hero__catch { font-size: clamp(29px, 4.2vw, 45px) !important; }
.lp-dealer .hero__catch .line2 { font-size: 0.6em !important; }
.lp-dealer .hero__sub { font-size: 17px !important; line-height: 1.9 !important; }
.lp-dealer .hero__award { font-size: 14px !important; }
.lp-dealer .hero__cta-note { font-size: 14px !important; }
.lp-dealer .h2 { font-size: clamp(26px, 3.5vw, 38px) !important; }
.lp-dealer .label-small { font-size: 14px !important; }
.lp-dealer .worry-section__lead { font-size: clamp(29px, 4vw, 42px) !important; }
.lp-dealer .worry-big li { font-size: clamp(17px, 2vw, 22px) !important; }
.lp-dealer .bridge__text { font-size: clamp(19px, 2.6vw, 28px) !important; }
/* REASON */
.lp-dealer .reason__num { font-size: 40px !important; }
.lp-dealer .reason__title { font-size: clamp(21px, 2.5vw, 29px) !important; }
.lp-dealer .reason__text { font-size: 16px !important; line-height: 1.9 !important; }
/* 事例 */
.lp-dealer .case__story { font-size: 16px !important; }
.lp-dealer .case__story-quote { font-size: clamp(18px, 2.2vw, 24px) !important; }
.lp-dealer .case__story-body { font-size: 16px !important; }
.lp-dealer .case__block-label { font-size: 14px !important; }
.lp-dealer .case__block li { font-size: 16px !important; }
/* CTA */
.lp-dealer .cta-band__lead { font-size: clamp(19px, 2.4vw, 26px) !important; }
.lp-dealer .cta-band__note { font-size: 15px !important; }
.lp-dealer .cta-btn { font-size: 18px !important; }
/* プラン */
.lp-dealer .plan__commit { font-size: 18px !important; }
.lp-dealer .plan__lead { font-size: 16px !important; }
.lp-dealer .plan__included li { font-size: 16px !important; }
/* フロー */
.lp-dealer .flow__num { font-size: 21px !important; }
.lp-dealer .flow__title { font-size: 17px !important; }
.lp-dealer .flow__desc { font-size: 15px !important; }
/* FAQ */
.lp-dealer .faq__q { font-size: 17px !important; }
.lp-dealer .faq__a { font-size: 16px !important; }
/* 最終CTA */
.lp-dealer .final-cta__catch { font-size: clamp(22px, 3vw, 35px) !important; }
.lp-dealer .final-cta__note { font-size: 14px !important; }
/* パートナー */
.lp-dealer .partners__label { font-size: 13px !important; }
.lp-dealer * { box-sizing: border-box; }
.lp-dealer img { max-width: 100%; display: block; }
.lp-dealer a { color: inherit; text-decoration: none; }

.lp-dealer .inner { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.lp-dealer .hero .inner { max-width: 1080px; margin: 0 auto; padding: 0 7rem; }
.lp-dealer .section { padding: 5rem 0; }
.lp-dealer .section--gray { background: var(--gray-bg); }
.lp-dealer .section--navy { background: var(--navy); color: #fff; }
.lp-dealer .section--skyblue { background: #F3F7FF; }

.lp-dealer .label-small {
  font-size: 0.85rem; letter-spacing: 0.25em;
  font-weight: 700; color: var(--gold); margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.lp-dealer .h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900; line-height: 1.4;
  margin-bottom: 2.5rem; text-align: center;
  color: var(--navy);
}
.lp-dealer .h2 .highlight { color: var(--orange); }

@media (max-width: 768px) {
	.lp-dealer .hero .inner { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
}

/* CTAボタン */
.lp-dealer .cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 1.1rem 2.5rem;
  background: linear-gradient(180deg, #ff9a3c, var(--orange));
  color: #fff;
  font-size: 1.1rem; font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--orange-dark), 0 8px 20px rgba(242,140,40,0.35);
  min-width: 280px;
  transition: transform 0.15s;
}
.lp-dealer .cta-btn:hover { transform: translateY(-2px); }
.lp-dealer .cta-btn::after { content: "›"; font-size: 1.3em; margin-left: 0.3rem; }

.lp-dealer .ph {
  background: #e0e0e0; color: #888;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; border: 1px dashed #bbb;
}

/* ====================================================
   1) HERO
   ==================================================== */
.lp-dealer .hero {
  background:
    linear-gradient(90deg, rgba(13,33,71,0.95) 0%, rgba(13,33,71,0.85) 45%, rgba(13,33,71,0.35) 75%, rgba(13,33,71,0.15) 100%),
    url("../img/hero-bg.jpg") center/cover no-repeat,
    #0d2147;
  color: #fff;
  padding: 5rem 0 4rem; position: relative; overflow: hidden;
  min-height: 560px;
}
.lp-dealer .hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(201,169,97,0.15), transparent 50%);
  pointer-events: none;
}
.lp-dealer .hero__grid { display: block; max-width: 620px; position: relative; }
.lp-dealer .hero__award {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1.2rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy-deep); font-size: 0.85rem; font-weight: 800;
  border-radius: 999px; margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(201,169,97,0.4);
}
.lp-dealer .hero__award::before { content: "🏆"; }
.lp-dealer .hero__catch {
  font-size: clamp(1.8rem, 4.2vw, 2.8rem);
  font-weight: 900; line-height: 1.35;
  margin-bottom: 1.2rem; letter-spacing: 0.02em;
}
.lp-dealer .hero__catch em {
  font-style: normal; color: var(--gold-light);
  border-bottom: 3px solid var(--gold);
  padding-bottom: 2px;
}
.lp-dealer .hero__catch .line2 {
  color: var(--gold-light); font-size: 0.6em;
  display: block; margin-top: 1rem; font-weight: 700;
  letter-spacing: 0.1em;
}
.lp-dealer .hero__sub {
  font-size: 1rem; line-height: 1.9;
  margin-bottom: 2rem; color: #dde3ee;
}
.lp-dealer .hero__cta-row {
  display: flex; flex-direction: column; gap: 0.8rem; align-items: flex-start;
}
.lp-dealer .hero__cta-note { font-size: 0.85rem; color: #bbb; }
.lp-dealer .hero__cta-note a { color: var(--gold-light); text-decoration: underline; }
@media (max-width: 768px) {
  .lp-dealer .hero__cta-row { align-items: stretch; }
  .lp-dealer .hero { min-height: auto; }
}

/* ====================================================
   2) お悩みの声
   ==================================================== */
.lp-dealer .worry-section__lead {
  text-align: center; font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900; color: var(--navy);
  margin-bottom: 2.5rem; line-height: 1.4;
}
.lp-dealer .worry-section__lead::after {
  content: ""; display: block; width: 60px; height: 4px;
  background: var(--gold); margin: 0.8rem auto 0;
}
.lp-dealer .worry-big {
  max-width: 820px; margin: 0 auto; list-style: none;
  display: flex; flex-direction: column; gap: 1rem;
  padding: 0;
}
.lp-dealer .worry-big li {
  background: #fff; border-left: 6px solid var(--navy);
  padding: 1.4rem 1.6rem 1.4rem 5rem;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700; color: var(--navy);
  line-height: 1.55; position: relative;
  box-shadow: 0 4px 14px rgba(13,33,71,0.08);
  border-radius: 4px;
}
.lp-dealer .worry-big li::before {
  content: ""; position: absolute; left: 1rem; top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  background: url("../img/nayami.png") center/contain no-repeat;
}
.lp-dealer .worry-big li em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffe4a3 60%);
  color: var(--navy); padding: 0 0.1em;
}

/* ====================================================
   3) 橋渡し帯
   ==================================================== */
.lp-dealer .bridge {
  background: var(--navy); color: #fff;
  padding: 3rem 0 2rem;
  text-align: center; position: relative; margin-top: -2px;
}
.lp-dealer .bridge__triangle {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 200px; height: auto; pointer-events: none;
}
.lp-dealer .bridge__text {
  font-size: clamp(1.2rem, 2.6vw, 1.75rem);
  font-weight: 800; letter-spacing: 0.02em;
  display: inline-flex; align-items: center; gap: 0.8rem;
  justify-content: center; flex-wrap: wrap;
}
.lp-dealer .bridge__highlight {
  color: var(--gold-light);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}
.lp-dealer .bridge__arrow {
  width: 42px; height: auto;
  filter: drop-shadow(0 2px 6px rgba(242,140,40,0.5));
  animation: bridgeArrowBounce 1.6s ease-in-out infinite;
}
@keyframes bridgeArrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ====================================================
   4) CTA BAND
   ==================================================== */
.lp-dealer .cta-band {
  padding: 3.5rem 0; text-align: center;
  background: #fff; position: relative;
}
.lp-dealer .cta-band--flush { padding-bottom: 2rem; }
.lp-dealer .cta-band__lead {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 900; margin-bottom: 0.5rem; color: var(--navy);
  line-height: 1.6;
  display: inline-flex; align-items: center; gap: 1rem;
  justify-content: center; flex-wrap: wrap;
}
.lp-dealer .cta-band__lead em { font-style: normal; color: var(--orange); }
.lp-dealer .cta-band__icon { width: 64px; height: auto; flex-shrink: 0; }
.lp-dealer .cta-band__note {
  font-size: 0.9rem; margin-bottom: 1.8rem; color: var(--muted);
}
.lp-dealer .cta-band__buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
@media (max-width: 600px) {
  .lp-dealer .cta-band__buttons { flex-direction: column; align-items: center; }
}

/* ====================================================
   5) REASON
   ==================================================== */
.lp-dealer .reason__list {
  display: flex; flex-direction: column; gap: 3rem;
}
.lp-dealer .reason__item {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
.lp-dealer .reason__item:nth-child(even) { direction: rtl; }
.lp-dealer .reason__item:nth-child(even) > * { direction: ltr; }
.lp-dealer .reason__num {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem; font-weight: 700; color: var(--gold);
  letter-spacing: 0.05em; margin-bottom: 0.3rem; line-height: 1;
}
.lp-dealer .reason__title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 900; line-height: 1.5; margin-bottom: 1rem;
  color: var(--navy);
  padding-bottom: 0.8rem; border-bottom: 2px solid var(--gold);
}
.lp-dealer .reason__text { line-height: 1.9; color: #444; }
.lp-dealer .reason__image {
  aspect-ratio: 4/3; border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13,33,71,0.15);
  overflow: hidden;
}
.lp-dealer .reason__image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
@media (max-width: 768px) {
  .lp-dealer .reason__item,
  .lp-dealer .reason__item:nth-child(even) {
    grid-template-columns: 1fr; direction: ltr;
  }
}

/* ====================================================
   6) 導入事例
   ==================================================== */
.lp-dealer .case__wide {
  max-width: 1080px; margin: 0 auto; padding: 0 1.5rem;
}
.lp-dealer .case__card {
  background: #fff; border: 1px solid #e0e0e0;
  border-top: 4px solid var(--gold);
  border-radius: 8px; padding: 2.5rem;
  margin: 0 auto;
  box-shadow: 0 8px 30px rgba(13,33,71,0.08);
}
.lp-dealer .case__client {
  text-align: center; padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.lp-dealer .case__client-tag {
  display: inline-block; padding: 0.4rem 1.2rem;
  background: var(--navy); color: var(--gold-light); border-radius: 999px;
  font-size: 14px !important; font-weight: 700; margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.lp-dealer .case__client-name { font-weight: 700; color: var(--navy); }
.lp-dealer .case__story {
  margin: 0 0 2.4rem;
  padding: 0; background: transparent;
  line-height: 1.9; font-size: 0.95rem;
  text-align: center;
}
.lp-dealer .case__story em {
  font-style: normal; font-weight: 800;
  color: var(--orange); background: linear-gradient(transparent 60%, #ffeec6 60%);
}
.lp-dealer .case__story em.case__story-quote {
  font-size: 1.4rem; line-height: 1.5;
  display: block; margin: 0 auto 1rem;
  color: var(--navy); background: linear-gradient(transparent 60%, #ffeec6 60%);
}
.lp-dealer .case__story em.case__story-turn { font-size: 18px !important; }
.lp-dealer .case__story-body { display: block; }
@media (max-width: 768px) {
  .lp-dealer .case__story em.case__story-quote {
    font-size: 1.1rem; line-height: 1.7;
  }
  .lp-dealer .case__story { text-align: left; font-size: 0.95rem; }
  .lp-dealer .case__story em.case__story-quote { text-align: center; }
}
.lp-dealer .case__flow {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem; align-items: stretch;
  margin: 0 auto;
}
.lp-dealer .case__block {
  background: #f7f7f7; border-radius: 8px;
  padding: 1.8rem 2rem; font-size: 1rem;
  position: relative;
}
.lp-dealer .case__block ul { list-style: disc; padding-left: 2.2rem; font-size: 1rem; line-height: 1.8; margin: 0; }
.lp-dealer .case__block--before { background: #fff0ec; }
.lp-dealer .case__block--action { background: #eaf4fb; }
.lp-dealer .case__block-label {
  font-family: "Oswald", sans-serif;
  font-size: 1rem; font-weight: 700;
  letter-spacing: 0.2em; margin-bottom: 0.8rem;
  color: var(--navy);
}
.lp-dealer .case__arrow {
  align-self: center; display: flex; justify-content: center; align-items: center;
}
.lp-dealer .case__arrow img { height: auto; }
.lp-dealer .case__arrow .case__arrow-yoko { display: block; width: 28px; }
.lp-dealer .case__arrow .case__arrow-tate { display: none; }

.lp-dealer .case__result-banner { width: 100%; margin-top: 2rem; }
.lp-dealer .case__result-banner img {
  width: 100%; height: auto; border-radius: 8px;
}
.lp-dealer .case__result-banner .case__result-banner-pc { display: block; }
.lp-dealer .case__result-banner .case__result-banner-sp { display: none; }
@media (max-width: 768px) {
  .lp-dealer .case__result-banner .case__result-banner-pc { display: none; }
  .lp-dealer .case__result-banner .case__result-banner-sp { display: block; }
}
.lp-dealer .sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

@media (max-width: 768px) {
  .lp-dealer .case__wide { padding: 0; }
  .lp-dealer .case__card {
    border-radius: 0; border-left: none; border-right: none;
    padding: 1.5rem 1rem; box-shadow: none;
  }
  .lp-dealer .case__flow { grid-template-columns: 1fr; }
  .lp-dealer .case__arrow .case__arrow-yoko { display: none; }
  .lp-dealer .case__arrow .case__arrow-tate { display: block; width: 48px; }
  .lp-dealer .case__block { padding: 1.4rem; }
  .lp-dealer .case__block ul { padding-left: 1.4rem; }
}

/* ====================================================
   7) 料金プラン
   ==================================================== */
.lp-dealer .plan__campaign-banner {
  width: 100%; margin: 0;
  background: var(--navy);
  line-height: 0;
  overflow: hidden;
}
.lp-dealer .plan__campaign-banner img {
  width: 100%; height: auto; display: block;
}
@media (max-width: 768px) {
  .lp-dealer .plan__campaign-banner img {
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
.lp-dealer .plan-section { padding-top: 3rem; }
.lp-dealer .plan__box {
  max-width: 840px; margin: 0 auto;
  background: #F3F7FF; border: 1px solid #e1ebf7;
  border-radius: 14px; padding: 2.8rem 2.5rem 2.4rem;
  box-shadow: 0 8px 24px rgba(13,33,71,0.06);
}
.lp-dealer .plan__headline {
  text-align: center; margin-bottom: 2rem;
}
.lp-dealer .plan__commit {
  display: inline-block; background: var(--navy); color: #fff;
  font-size: 1.25rem; font-weight: 800; letter-spacing: 0.05em;
  padding: 0.8rem 2rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.lp-dealer .plan__lead {
  font-size: 1.1rem; color: var(--text); line-height: 1.9;
  font-weight: 500;
}
.lp-dealer ul.plan__notes {
  max-width: 840px; margin: 1.2rem auto 0;
  font-size: 0.78rem; color: #777; line-height: 1.7;
  list-style: none; padding: 0;
}
.lp-dealer ul.plan__notes li {
  list-style: none;
  padding-left: 1em; text-indent: -1em;
  background: none;
}
.lp-dealer ul.plan__notes li::before,
.lp-dealer ul.plan__notes li::marker { content: none; }
.lp-dealer .plan__notes--top { margin: 0 auto 2rem; }
.lp-dealer .plan__included {
  list-style: none; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 1rem 2rem;
  max-width: 680px; margin: 0 auto; padding: 0;
}
.lp-dealer .plan__included li {
  position: relative; padding-left: 2.2rem;
  font-size: 1.15rem; font-weight: 600; color: var(--text);
  line-height: 1.6;
}
.lp-dealer .plan__included li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--teal); font-weight: 900; font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lp-dealer .plan__box { padding: 2rem 1.2rem 1.5rem; }
  .lp-dealer .plan__included { grid-template-columns: 1fr; }
}

/* ====================================================
   8) 流れ
   ==================================================== */
.lp-dealer .flow__list {
  max-width: 800px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 1rem;
}
.lp-dealer .flow__item {
  display: grid; grid-template-columns: 60px 1fr;
  gap: 1.5rem; align-items: center;
  background: #fff; border-left: 4px solid var(--gold);
  border-radius: 6px; padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(13,33,71,0.06);
}
.lp-dealer .flow__num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  border: 2px solid var(--gold);
}
.lp-dealer .flow__title { font-weight: 800; margin-bottom: 0.3rem; color: var(--navy); }
.lp-dealer .flow__desc { font-size: 0.9rem; color: var(--muted); }

/* ====================================================
   9) FAQ
   ==================================================== */
.lp-dealer .faq__list { max-width: 800px; margin: 0 auto; }
.lp-dealer .faq__item {
  border-bottom: 1px solid #ddd; padding: 1.2rem 0;
}
.lp-dealer .faq__q {
  font-weight: 800; padding-left: 2.2rem; position: relative;
  cursor: pointer; color: var(--navy);
}
.lp-dealer .faq__q::before {
  content: "Q"; position: absolute; left: 0;
  font-family: "Oswald", sans-serif;
  color: var(--gold); font-size: 1.3rem; line-height: 1;
  font-weight: 700;
}
.lp-dealer .faq__a {
  padding: 0.8rem 0 0 2.2rem; font-size: 0.95rem;
  color: #444; line-height: 1.9; position: relative;
}
.lp-dealer .faq__a::before {
  content: "A"; position: absolute; left: 0; top: 0.7rem;
  font-family: "Oswald", sans-serif;
  color: var(--orange); font-size: 1.3rem; line-height: 1;
  font-weight: 700;
}

/* ====================================================
   10) 対応媒体
   ==================================================== */
.lp-dealer .partners { padding: 1.2rem 0; background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.lp-dealer .partners__label {
  text-align: center; font-size: 0.8rem;
  color: var(--muted); margin-bottom: 0.6rem;
  letter-spacing: 0.1em;
}
.lp-dealer .partners__grid {
  display: flex; justify-content: center; align-items: center;
  gap: 1.5rem; flex-wrap: wrap;
}
.lp-dealer .partners__logo {
  height: 32px; font-size: 0.7rem;
  display: flex; align-items: center; justify-content: center;
}
.lp-dealer .partners__logo img {
  max-height: 100%; width: auto; height: auto;
  max-width: 110px;
  object-fit: contain;
}
.lp-dealer .partners__logo img[alt="Meta"] { max-height: 140%; max-width: 130px; }
.lp-dealer .partners__logo img[alt="Google"] { max-height: 125%; max-width: 120px; }
.lp-dealer .partners__logo img[alt="Yahoo! JAPAN"] { max-height: 85%; max-width: 75px; }

/* ====================================================
   11) FINAL CTA
   ==================================================== */
.lp-dealer .final-cta {
  text-align: center; padding: 5rem 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
  color: #fff; position: relative;
}
.lp-dealer .final-cta__catch {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 900; margin-bottom: 2rem; color: #fff;
}
.lp-dealer .final-cta__catch em {
  font-style: normal; color: var(--gold);
  border-bottom: 2px solid var(--gold); padding-bottom: 2px;
}
.lp-dealer .final-cta__assurance {
  max-width: 720px; margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 1.6rem 1.8rem;
  text-align: left;
}
.lp-dealer .final-cta__assurance-title {
  font-size: 1.05rem; font-weight: 900; color: #f5c38a;
  text-align: center; margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.lp-dealer .final-cta__assurance-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0.9rem;
}
.lp-dealer .final-cta__assurance-list li {
  display: flex; flex-direction: column; gap: 0.25rem;
  padding-left: 1.2rem; position: relative;
  line-height: 1.6;
}
.lp-dealer .final-cta__assurance-list li::before {
  content: "●";
  position: absolute; left: 0; top: 0.1rem;
  color: var(--gold); font-size: 0.75rem;
}
.lp-dealer .final-cta__assurance-head {
  font-weight: 700; color: #fff; font-size: 1rem;
}
.lp-dealer .final-cta__assurance-body {
  font-size: 0.9rem; color: #d8dde6;
}
.lp-dealer .final-cta__form {
  max-width: 800px; margin: 3rem auto 0;
  background: #fff; color: #222;
  border-radius: 8px; padding: 2rem 2.5rem;
}
.lp-dealer .final-cta__form .form-header { text-align: center; margin-bottom: 1.5rem; }
.lp-dealer .final-cta__form .form-header-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 900; color: var(--navy); margin-bottom: 0.5rem;
}
.lp-dealer .final-cta__form .form-header-lead {
  font-size: 1.05rem; font-weight: 700; color: var(--navy);
}
.lp-dealer .final-cta__form .form-header-sub {
  font-size: 0.9rem; color: var(--muted); margin-top: 0.5rem; line-height: 1.7;
}
.lp-dealer .final-cta__note {
  margin-top: 1rem; font-size: 0.85rem; color: #bbb;
}

/* ====================================================
   12) モバイル固定CTA
   ==================================================== */
.lp-dealer .mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff; border-top: 1px solid #ddd;
  padding: 0.6rem 1rem; z-index: 100;
}
.lp-dealer .mobile-cta .cta-btn { width: 100%; min-width: 0; }
@media (max-width: 768px) {
  .lp-dealer .mobile-cta { display: block; }
  body.page-template-lp-dealer { padding-bottom: 80px; }
}
