/* Ecorabi LP2 — DR-LP / photo + live HTML implementation */
[data-preset="ecorabi-lp"] {
  --u: 8px;
  --container: 1120px;
  --container-narrow: 760px;
  --pad-x: calc(var(--u) * 3);
  --section-gap: calc(var(--u) * 12);
  --fs-body: 16px;
  --fs-note: 13px;
  --fw-base: 400;
  --fw-mid: 600;
  --fw-bold: 800;
  --c-ink: #142b24;
  --c-ink-sub: #52645e;
  --c-bg: #fffdf8;
  --c-surface: #f1f8f3;
  --c-line: rgba(0, 0, 0, .14);
  --c-brand: #0f704a;
  --c-brand-deep: #0b4a35;
  --c-accent: #f4b942;
  --c-cta-bg: #c83e22;
  --c-cta-ink: #ffffff;
  --c-error: #a52118;
  --c-field-bg: #ffffff;
  --c-field-ink: #142b24;
  --c-ink-invert: #ffffff;
  --font-en: "Helvetica Neue", Arial, sans-serif;
  --font-jp: "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  --font-display: var(--font-jp);
  --font-num-ui: var(--font-jp);
  --ls-body: .02em;
  --ls-head: -.025em;
  --ls-label: .08em;
  --lh-body: 1.8;
  --lh-head: 1.24;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-pill: 999px;
  --shadow-card: 0 18px 48px rgba(0, 0, 0, .10);
}

html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  overflow-x: clip;
  padding-bottom: 78px;
  font-feature-settings: "palt" 1;
  font-variant-numeric: lining-nums tabular-nums;
  background: var(--c-bg);
}
body, button, input, select, textarea { font-family: var(--font-jp); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 3px; }
.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;
}
.skip-link {
  position: fixed; z-index: 200; top: 8px; left: 8px; padding: 12px 20px;
  color: var(--c-ink-invert); background: var(--c-brand-deep); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - var(--u) * 6), var(--container)); margin-inline: auto; }
.narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--section-gap); position: relative; }
.section-cream { background: #fff7df; }
.section-green { color: var(--c-ink-invert); background: var(--c-brand); overflow: hidden; }
.section-navy { color: var(--c-ink-invert); background: var(--c-brand-deep); overflow: hidden; }
.section-kicker {
  margin-bottom: calc(var(--u) * 1.5); color: var(--c-brand); font-size: 14px;
  font-weight: 700; letter-spacing: .1em; text-align: center;
}
.section-kicker::before, .section-kicker::after {
  content: ""; display: inline-block; width: 24px; height: 2px; margin: 0 10px 4px;
  background: currentColor;
}
.section-kicker.light { color: var(--c-ink-invert); }
.section-kicker.gold { color: var(--c-accent); }
.section-title {
  margin: 0; color: var(--c-ink); font-size: clamp(31px, 4.2vw, 50px);
  font-weight: 800; line-height: 1.32; text-align: center;
}
.section-title.light { color: var(--c-ink-invert); }
.section-intro { max-width: 760px; margin-top: calc(var(--u) * 3); color: var(--c-ink-sub); }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro.light { color: rgba(255, 255, 255, .84); }
.sp-only { display: none; }

/* Top assurance */
.assurance-band {
  color: var(--c-ink-invert); background: var(--c-brand-deep); font-size: 13px;
  letter-spacing: .08em; text-align: center;
}
.assurance-band p { display: flex; justify-content: center; min-height: 32px; }
.assurance-band span { display: flex; align-items: center; padding-inline: calc(var(--u) * 3); }
.assurance-band span + span { border-left: 1px solid rgba(255, 255, 255, .28); }

/* Header */
.site-header {
  position: sticky; z-index: 90; top: 0; color: var(--c-ink); background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--c-line); backdrop-filter: blur(12px);
}
.header-inner {
  width: min(calc(100% - var(--u) * 6), 1240px); min-height: 76px; margin-inline: auto;
  display: flex; align-items: center; gap: calc(var(--u) * 3);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.brand-mark {
  display: grid; width: 44px; height: 44px; place-items: center; color: var(--c-ink-invert);
  background: var(--c-brand); border-radius: 50% 50% 45% 55%; font-size: 28px; font-weight: 800;
  transform: rotate(-6deg);
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand-en { color: var(--c-brand-deep); font-size: 18px; font-weight: 800; letter-spacing: .02em; }
.brand-ja { margin-top: 5px; color: var(--c-ink-sub); font-size: 10px; letter-spacing: .3em; }
.header-nav { display: flex; align-items: center; gap: calc(var(--u) * 2.5); margin-left: auto; }
.header-nav a { font-size: 13px; text-decoration: none; }
.header-nav a:hover { color: var(--c-brand); }
.header-contact { text-align: right; }
.header-hours { color: var(--c-ink-sub); font-size: 10px; line-height: 1.2; }
.header-phone { color: var(--c-brand-deep); font-size: 20px; font-weight: 800; line-height: 1.15; text-decoration: none; }
.header-phone span { margin-right: 7px; color: var(--c-cta-bg); font-size: 10px; letter-spacing: .08em; }
.menu-button { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; background: #f7f4e9; }
.hero::before {
  content: ""; position: absolute; inset: auto auto -220px -180px; width: 520px; height: 520px;
  border: 60px solid var(--c-brand); border-radius: 50%; opacity: .08;
}
.hero-inner {
  position: relative; z-index: 2; width: min(calc(100% - var(--u) * 6), 1240px); min-height: 690px;
  margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
  align-items: center; gap: calc(var(--u) * 5); padding-block: calc(var(--u) * 6);
}
.hero-copy { position: relative; z-index: 4; }
.eyebrow { margin-bottom: 6px; color: var(--c-brand-deep); font-size: 15px; font-weight: 700; letter-spacing: .08em; }
.bagmoji { width: min(360px, 76%); height: auto; overflow: visible; }
.bagmoji text {
  fill: var(--c-accent); stroke: var(--c-brand-deep); stroke-width: 7px; paint-order: stroke fill;
  font-family: var(--font-jp); font-size: 66px; font-weight: 800; font-feature-settings: "palt" 1;
}
.hero h1 { margin: 0; color: var(--c-ink); font-size: clamp(37px, 4.1vw, 62px); font-weight: 800; line-height: 1.25; }
.hero h1 span { position: relative; display: inline-block; color: var(--c-brand); }
.hero h1 span::after {
  content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 5px; height: 12px;
  background: var(--c-accent); opacity: .48;
}
.hero-lead { max-width: 670px; margin-top: 18px; color: var(--c-ink-sub); font-size: 17px; line-height: 1.75; }
.proof-row { display: flex; align-items: center; gap: calc(var(--u) * 2); margin-top: calc(var(--u) * 3); }
.proof-main {
  display: grid; grid-template-columns: auto auto auto; align-items: baseline; padding: 8px 18px;
  color: var(--c-brand-deep); background: var(--c-ink-invert); border: 2px solid var(--c-brand);
  border-radius: var(--radius-m); box-shadow: var(--shadow-card); line-height: 1;
}
.proof-main span:first-child { grid-column: 1 / -1; margin-bottom: 3px; font-size: 11px; letter-spacing: .14em; }
.proof-main em { color: var(--c-brand); font-family: var(--font-en); font-size: 37px; font-style: normal; font-weight: 800; }
.proof-main span:last-child { margin-left: 4px; font-size: 14px; font-weight: 700; }
.proof-row ul { display: flex; gap: 4px; list-style: none; }
.proof-row li {
  min-width: 70px; padding: 8px 6px; color: var(--c-brand-deep); background: #fff4c6;
  border-radius: var(--radius-s); font-size: 10px; font-weight: 700; line-height: 1.25; text-align: center;
}
.proof-row li span { color: var(--c-cta-bg); font-size: 19px; }
.hero-visual { position: relative; align-self: stretch; min-height: 590px; }
.hero-visual figure {
  position: absolute; inset: 22px -80px 40px 0; overflow: hidden; border-radius: 220px 0 0 220px;
  border: 8px solid var(--c-ink-invert); box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}
.hero-visual figure::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247, 244, 233, .18), transparent 35%);
}
.hero-visual figure img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.visit-badge {
  position: absolute; z-index: 3; top: 34px; left: -18px; display: grid; width: 138px; height: 138px;
  place-content: center; color: var(--c-ink); background: var(--c-accent); border: 6px solid var(--c-ink-invert);
  border-radius: 50%; box-shadow: var(--shadow-card); font-size: 22px; font-weight: 800; line-height: 1.25; text-align: center;
  transform: rotate(-7deg);
}
.visit-badge span { font-size: 12px; letter-spacing: .12em; }
.route-art { position: absolute; z-index: 3; right: -26px; bottom: 10px; width: 390px; filter: drop-shadow(0 12px 18px rgba(0,0,0,.12)); }

/* CTA cluster */
.cta-cluster { display: grid; grid-template-columns: minmax(290px, 1.7fr) minmax(190px, .8fr); gap: 8px; }
.cta-hero { margin-top: calc(var(--u) * 3); }
.cta-phone, .contact-phone {
  position: relative; min-height: 76px; padding: 10px 24px; display: grid; place-content: center;
  color: var(--c-cta-ink); background: var(--c-cta-bg); border: 2px solid var(--c-ink);
  border-radius: var(--radius-m); box-shadow: 0 8px 0 #7e2616, 0 16px 28px rgba(0,0,0,.12);
  text-align: center; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease;
}
.cta-phone:hover, .contact-phone:hover { transform: translateY(3px); box-shadow: 0 5px 0 #7e2616, 0 10px 20px rgba(0,0,0,.12); }
.cta-phone span, .contact-phone span { font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.cta-phone b, .contact-phone b { font-family: var(--font-en); font-size: 28px; line-height: 1.1; }
.cta-phone small, .contact-phone small { font-size: 10px; }
.cta-line {
  min-height: 64px; padding: 10px 16px; display: flex; align-items: center; justify-content: center; gap: 8px;
  color: #063d1a; background: #76ec98; border: 2px solid var(--c-brand-deep); border-radius: var(--radius-m);
  font-size: 14px; font-weight: 800; text-decoration: none;
}
.cta-line span { display: grid; width: 40px; height: 25px; place-items: center; color: #063d1a; background: #06c755; border-radius: 12px; font-size: 9px; }
.cta-form {
  grid-column: 2; min-height: 44px; padding: 8px 12px; display: grid; place-items: center;
  color: var(--c-brand-deep); background: var(--c-ink-invert); border: 1px solid var(--c-brand-deep);
  border-radius: var(--radius-s); font-size: 12px; text-decoration: none;
}
.cta-inline { width: min(100%, 800px); margin: calc(var(--u) * 5) auto 0; }
.cta-dark .cta-form { color: var(--c-ink-invert); background: transparent; border-color: rgba(255,255,255,.5); }
.cta-final { max-width: 820px; margin: 28px auto 0; }

/* Trust */
.trust-strip { color: var(--c-ink-invert); background: var(--c-brand-deep); }
.trust-inner { width: min(100%, 1240px); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-inner p { min-height: 86px; display: grid; place-content: center; padding: 12px 20px; text-align: center; }
.trust-inner p + p { border-left: 1px solid rgba(255,255,255,.26); }
.trust-inner span:first-child { color: #c5e8d7; font-size: 11px; letter-spacing: .1em; }
.trust-inner span:last-child { font-size: 16px; font-weight: 700; }
.trust-inner .trust-number { color: var(--c-accent); font-size: 23px; font-weight: 800; }

/* Problem and solution */
.split-problem { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: calc(var(--u) * 8); align-items: center; }
.split-problem .section-kicker, .split-problem .section-title { text-align: left; }
.split-problem .section-kicker::before { display: none; }
.split-problem .section-intro { font-size: 17px; }
.worry-list { display: grid; gap: 12px; list-style: none; }
.worry-list li {
  position: relative; min-height: 70px; display: flex; align-items: center; gap: 18px; padding: 12px 18px;
  background: var(--c-ink-invert); border-left: 5px solid var(--c-brand); border-radius: 0 var(--radius-s) var(--radius-s) 0;
  box-shadow: var(--shadow-card);
}
.worry-list span { color: var(--c-brand); font-family: var(--font-en); font-size: 24px; font-weight: 800; }
.sort-visual {
  max-width: 900px; margin: calc(var(--u) * 6) auto 0; display: grid; grid-template-columns: 1fr 120px 1fr 1fr;
  align-items: center; gap: 16px;
}
.sort-start, .sort-result {
  min-height: 130px; padding: 20px; display: grid; place-content: center; border-radius: var(--radius-m);
  text-align: center;
}
.sort-start { color: var(--c-ink); background: var(--c-accent); }
.sort-result { border: 2px solid rgba(255,255,255,.5); }
.sort-result.purchase { background: #0d6c48; }
.sort-result.collect { background: #a43f21; }
.sort-start span, .sort-result span { font-size: 23px; font-weight: 800; }
.sort-start small, .sort-result small { margin-top: 6px; font-size: 12px; }
.sort-line { position: relative; height: 80px; }
.sort-line::before { content: ""; position: absolute; top: 38px; left: 0; width: 55px; height: 4px; background: var(--c-accent); }
.sort-line span { position: absolute; left: 50px; width: 74px; height: 4px; background: var(--c-accent); transform-origin: left; }
.sort-line span:first-child { top: 39px; transform: rotate(-26deg); }
.sort-line span:last-child { top: 39px; transform: rotate(26deg); }
.solution-note { max-width: 760px; margin: 30px auto 0; color: rgba(255,255,255,.85); font-size: 13px; text-align: center; }

/* Fees */
.fee-grid { max-width: 880px; margin: calc(var(--u) * 5) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: calc(var(--u) * 2); }
.fee-grid article {
  position: relative; overflow: hidden; padding: 30px 18px; background: var(--c-ink-invert); border: 2px solid var(--c-brand);
  border-radius: var(--radius-m); box-shadow: var(--shadow-card); text-align: center;
}
.fee-grid article > span { position: absolute; top: -14px; left: 8px; color: #dceddf; font-family: var(--font-en); font-size: 74px; font-weight: 800; line-height: 1; }
.fee-grid h3 { position: relative; margin: 0; color: var(--c-brand-deep); font-size: 18px; }
.fee-grid p { position: relative; margin: 8px 0 2px; color: var(--c-cta-bg); font-size: 24px; font-weight: 800; }
.fee-grid p b { font-family: var(--font-en); font-size: 58px; line-height: 1; }
.fee-grid small { position: relative; color: var(--c-ink-sub); font-size: 12px; }
.fee-caution { max-width: 880px; margin: 22px auto 0; padding: 22px 26px; background: #fff3bf; border-left: 6px solid var(--c-accent); }
.fee-caution h3 { margin-bottom: 4px; font-size: 16px; }
.fee-caution p { color: var(--c-ink-sub); font-size: 13px; }

/* Items */
.item-grid { margin-top: calc(var(--u) * 5); display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(var(--u) * 2); }
.item-grid article {
  padding: 24px 18px; background: var(--c-ink-invert); border-bottom: 4px solid var(--c-brand);
  border-radius: var(--radius-m); box-shadow: 0 10px 26px rgba(0,0,0,.08); text-align: center;
}
.item-grid svg { width: 48px; height: 48px; margin: 0 auto 10px; color: var(--c-brand); }
.item-grid svg * { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.item-grid h3 { margin: 0; color: var(--c-brand-deep); font-size: 17px; }
.item-grid p { margin-top: 5px; color: var(--c-ink-sub); font-size: 12px; line-height: 1.5; }
.long-list { max-width: 980px; margin: 28px auto 0; background: var(--c-ink-invert); border: 1px solid var(--c-brand); border-radius: var(--radius-s); }
.long-list summary { padding: 16px 22px; color: var(--c-brand-deep); font-weight: 700; cursor: pointer; }
.long-list p { padding: 0 22px 20px; color: var(--c-ink-sub); font-size: 14px; line-height: 2; }

/* Large services */
.service-grid { margin-top: calc(var(--u) * 5); display: grid; grid-template-columns: repeat(3, 1fr); gap: calc(var(--u) * 2); counter-reset: service; }
.service-grid article { position: relative; min-height: 230px; padding: 32px 26px; color: var(--c-ink-invert); background: var(--c-brand-deep); border-radius: var(--radius-m); overflow: hidden; }
.service-grid article:nth-child(even) { background: var(--c-brand); }
.service-grid article > span { position: absolute; top: -18px; right: 8px; color: rgba(255,255,255,.72); font-family: var(--font-en); font-size: 110px; font-weight: 800; line-height: 1; }
.service-grid h3 { position: relative; margin: 72px 0 8px; font-size: 22px; }
.service-grid p { position: relative; color: var(--c-ink-invert); font-size: 14px; }

/* Difference */
.cost-compare { margin-top: calc(var(--u) * 5); display: grid; grid-template-columns: 1fr 72px 1fr; gap: 16px; align-items: stretch; }
.cost-card { padding: 30px; color: var(--c-ink); background: var(--c-ink-invert); border-radius: var(--radius-m); }
.cost-card.ecorabi { border: 5px solid var(--c-accent); }
.cost-label { margin-bottom: 22px; color: var(--c-brand-deep); font-size: 20px; font-weight: 800; text-align: center; }
.cost-formula { min-height: 130px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.cost-formula span { flex: 1; padding: 14px 10px; background: #e8ede9; border-radius: var(--radius-s); font-size: 13px; font-weight: 700; text-align: center; }
.cost-formula .purchase-box { color: var(--c-ink-invert); background: var(--c-brand); }
.cost-formula b { color: var(--c-cta-bg); font-size: 28px; }
.cost-card > p:last-child { margin-top: 22px; color: var(--c-ink-sub); font-size: 14px; }
.compare-vs { display: grid; place-items: center; color: var(--c-accent); font-family: var(--font-en); font-size: 24px; font-weight: 800; }
.cost-caution { max-width: 920px; margin: 22px auto 0; color: rgba(255,255,255,.82); font-size: 13px; text-align: center; }
.license-panel { max-width: 840px; margin: 34px auto 0; padding: 24px 30px; display: grid; grid-template-columns: 120px 1fr 1fr; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,.38); }
.license-heading { color: var(--c-accent); font-size: 18px; font-weight: 800; }
.license-panel div { display: grid; }
.license-panel span { color: rgba(255,255,255,.72); font-size: 11px; }
.license-panel b { font-size: 16px; }

/* Condition */
.condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: calc(var(--u) * 8); align-items: center; }
.condition-grid .section-kicker, .condition-grid .section-title { text-align: left; }
.condition-grid .section-kicker::before { display: none; }
.condition-grid > div:first-child > p:not(.section-kicker) { margin-top: 22px; color: var(--c-ink-sub); }
.note-chip { display: inline-block; padding: 8px 14px; color: var(--c-brand-deep) !important; background: #fff1bb; border-radius: var(--radius-pill); font-size: 12px; }
.condition-cards { display: grid; gap: 14px; }
.condition-cards article { padding: 22px 24px; background: var(--c-surface); border-left: 5px solid var(--c-brand); }
.condition-cards span { color: var(--c-brand-deep); font-size: 18px; font-weight: 800; }
.condition-cards p { color: var(--c-ink-sub); font-size: 13px; }

/* Area */
.area-map { position: relative; max-width: 680px; min-height: 300px; margin: 42px auto 0; background: #dcefe4; border-radius: 50% 42% 48% 45%; }
.area-map::before, .area-map::after { content: ""; position: absolute; border: 2px dashed var(--c-brand); border-radius: 50%; opacity: .45; }
.area-map::before { inset: 35px 70px; }
.area-map::after { inset: 80px 155px; }
.area-dot { position: absolute; z-index: 2; display: grid; width: 88px; height: 88px; place-items: center; color: var(--c-ink-invert); background: var(--c-brand); border: 5px solid var(--c-ink-invert); border-radius: 50%; box-shadow: var(--shadow-card); font-weight: 800; }
.area-dot.tokyo { top: 118px; left: 265px; }
.area-dot.saitama { top: 34px; left: 270px; }
.area-dot.kanagawa { bottom: 14px; left: 180px; }
.area-dot.chiba { right: 125px; bottom: 52px; }
.base-pin { position: absolute; z-index: 3; top: 105px; right: 54px; padding: 10px 16px; color: var(--c-ink); background: var(--c-accent); border-radius: var(--radius-s); font-size: 13px; font-weight: 800; box-shadow: var(--shadow-card); }
.base-pin::before { content: ""; position: absolute; left: 20px; bottom: -12px; border: 7px solid transparent; border-top-color: var(--c-accent); }
.base-pin span { display: block; font-size: 9px; letter-spacing: .1em; }
.area-lists { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-lists article { padding: 18px; background: var(--c-ink-invert); border-top: 4px solid var(--c-brand); text-align: center; }
.area-lists h3 { margin-bottom: 4px; color: var(--c-brand-deep); font-size: 18px; }
.area-lists p { color: var(--c-ink-sub); font-size: 12px; }
.area-note { margin-top: 18px; color: var(--c-ink-sub); font-size: 12px; text-align: center; }

/* Reasons and table */
.reason-grid { margin-top: calc(var(--u) * 5); display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(var(--u) * 2); }
.reason-grid article { position: relative; padding: 62px 22px 26px; background: var(--c-ink-invert); border: 2px solid var(--c-brand); border-radius: var(--radius-m); }
.reason-grid article > span { position: absolute; top: -22px; left: 50%; display: grid; width: 62px; height: 62px; place-items: center; color: var(--c-ink-invert); background: var(--c-brand); border: 5px solid var(--c-brand-deep); border-radius: 50%; transform: translateX(-50%); font-family: var(--font-en); font-size: 20px; font-weight: 800; }
.reason-grid h3 { margin-bottom: 10px; color: var(--c-brand-deep); font-size: 19px; text-align: center; }
.reason-grid p { color: var(--c-ink-sub); font-size: 13px; }
.table-wrap { margin-top: 40px; overflow-x: auto; background: var(--c-ink-invert); border-radius: var(--radius-m); }
.table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; color: var(--c-ink); }
.table-wrap th, .table-wrap td { padding: 18px 16px; border: 1px solid var(--c-brand); font-size: 13px; text-align: center; }
.table-wrap thead th { color: var(--c-ink-invert); background: var(--c-brand-deep); }
.table-wrap tbody th { color: var(--c-brand-deep); background: #e9f3ec; }
.table-wrap .featured th, .table-wrap .featured td { background: #fff1bb; }
.comparison-note { margin-top: 16px; color: var(--c-ink-invert); font-size: 12px; text-align: center; }

/* Flow */
.flow-list { margin-top: calc(var(--u) * 6); display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(var(--u) * 2); list-style: none; }
.flow-list li { position: relative; padding: 24px 20px; background: var(--c-surface); border-radius: var(--radius-m); }
.flow-list li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 72px; right: -24px; width: 30px; height: 30px; background: var(--c-accent); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.step-number { position: absolute; top: -18px; left: 18px; display: grid; width: 45px; height: 45px; place-items: center; color: var(--c-ink-invert); background: var(--c-brand); border-radius: 50%; font-family: var(--font-en); font-size: 20px; font-weight: 800; }
.flow-list svg { width: 64px; height: 64px; margin: 16px auto; color: var(--c-brand); }
.flow-list svg * { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.flow-list h3 { color: var(--c-brand-deep); font-size: 18px; text-align: center; }
.flow-list p { margin-top: 8px; color: var(--c-ink-sub); font-size: 13px; }

/* Examples */
.case-story { max-width: 820px; margin: 40px auto 0; padding: 40px; background: var(--c-ink-invert); border-left: 6px solid var(--c-brand); border-radius: var(--radius-m); box-shadow: var(--shadow-card); }
.case-place { color: var(--c-brand); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.case-story dl { margin-top: 20px; }
.case-story dl > div { padding: 16px 0; border-top: 1px solid var(--c-line); display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.case-story dl > div:first-child { border-top: none; }
.case-story dt { color: var(--c-brand-deep); font-size: 13px; font-weight: 700; }
.case-story dd { color: var(--c-ink-sub); font-size: 14px; line-height: 1.85; }
.scenario-grid { margin-top: 30px; padding: 30px; background: var(--c-brand-deep); border-radius: var(--radius-m); color: var(--c-ink-invert); }
.scenario-grid h3 { margin-bottom: 16px; color: var(--c-accent); font-size: 22px; text-align: center; }
.scenario-grid p { display: grid; grid-template-columns: 70px 1fr 1.4fr; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.28); font-size: 13px; }
.scenario-grid p span { color: var(--c-accent); font-weight: 700; }
.scenario-grid p b { font-weight: 400; color: #cbe9da; }

/* Message */
.message-inner { max-width: 960px; display: grid; grid-template-columns: 220px 1fr; gap: 50px; align-items: center; }
.message-inner .section-kicker, .message-inner .section-title { text-align: left; }
.message-inner .section-kicker::before { display: none; }
.message-inner > div:last-child > p:not(.section-kicker) { margin-top: 18px; color: var(--c-ink-sub); }
.message-seal { display: grid; width: 210px; height: 210px; place-content: center; color: var(--c-ink-invert); background: var(--c-brand); border: 10px solid var(--c-brand-deep); border-radius: 50%; text-align: center; transform: rotate(-6deg); }
.message-seal span { font-family: var(--font-en); font-size: 19px; font-weight: 800; letter-spacing: .06em; }
.message-seal b { color: var(--c-ink-invert); font-family: var(--font-en); font-size: 42px; }

/* FAQ */
.faq-list { margin-top: 36px; }
.faq-list details { background: var(--c-ink-invert); border-top: 1px solid var(--c-brand); }
.faq-list details:last-child { border-bottom: 1px solid var(--c-brand); }
.faq-list summary { position: relative; padding: 20px 56px 20px 54px; color: var(--c-brand-deep); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 18px; top: 16px; color: var(--c-brand); font-family: var(--font-en); font-size: 22px; font-weight: 800; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 14px; color: var(--c-brand); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 54px 20px; color: var(--c-ink-sub); font-size: 14px; }

/* Contact/form */
.contact { background: #eaf6ee; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: calc(var(--u) * 7); align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy .section-kicker, .contact-copy .section-title { text-align: left; }
.contact-copy .section-kicker::before { display: none; }
.contact-copy > p:not(.section-kicker) { margin-top: 20px; color: var(--c-ink-sub); }
.contact-phone { margin-top: 28px; min-height: 104px; }
.contact-phone b { font-size: 37px; }
.contact-points { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.contact-points p { padding: 10px 5px; color: var(--c-cta-bg); background: var(--c-ink-invert); border-radius: var(--radius-s); font-size: 22px; font-weight: 800; text-align: center; }
.contact-points span { display: block; color: var(--c-ink-sub); font-size: 10px; }
.contact-form { padding: 36px; background: var(--c-ink-invert); border: 2px solid var(--c-brand); border-radius: var(--radius-m); box-shadow: var(--shadow-card); }
.form-heading { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--c-brand); }
.form-heading p { color: var(--c-brand); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.form-heading h3 { color: var(--c-brand-deep); font-size: 25px; }
.form-heading span { color: var(--c-ink-sub); font-size: 12px; }
.field { margin-bottom: 18px; }
.field label { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; color: var(--c-ink); font-size: 13px; font-weight: 700; }
.field label span { padding: 2px 7px; color: var(--c-ink-invert); background: var(--c-cta-bg); border-radius: 4px; font-size: 9px; }
.field label small { color: var(--c-ink-sub); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--c-field-ink); background: var(--c-field-bg); border: 1px solid var(--c-line); border-radius: var(--radius-s); font-size: 16px; }
.field textarea { resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--c-error); }
.field-error { min-height: 0; margin-top: 5px; color: var(--c-error); font-size: 12px; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; }
.privacy-check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--c-brand); }
.privacy-check a { color: var(--c-brand-deep); }
.form-submit { width: 100%; min-height: 64px; margin-top: 18px; color: var(--c-ink-invert); background: var(--c-brand); border: 2px solid var(--c-brand); border-radius: var(--radius-s); font-size: 17px; font-weight: 800; cursor: pointer; }
.form-submit:hover { background: var(--c-brand-deep); }
.form-note { margin-top: 10px; color: var(--c-ink-sub); font-size: 11px; text-align: center; }

/* Company/final/footer */
.company-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.company-layout .section-kicker, .company-layout .section-title { text-align: left; }
.company-layout .section-kicker::before { display: none; }
.company-lead { margin-top: 20px; color: rgba(255,255,255,.78); }
.company-table { border-top: 1px solid rgba(255,255,255,.35); }
.company-table div { display: grid; grid-template-columns: 220px 1fr; padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.35); }
.company-table dt { color: #c5e8d7; font-size: 12px; }
.company-table dd { font-size: 14px; }
.final-cta { position: relative; overflow: hidden; padding-block: 88px 104px; color: var(--c-ink-invert); background: var(--c-brand); text-align: center; }
.final-cta > .container { position: relative; z-index: 2; }
.final-cta > .container > p:first-child { color: var(--c-ink-invert); font-size: 15px; font-weight: 700; letter-spacing: .08em; }
.final-cta h2 { margin: 12px 0 0; color: var(--c-ink-invert); font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; line-height: 1.35; }
.final-note { margin-top: 22px; color: var(--c-ink-invert); font-size: 12px; }
.privacy { padding-block: 28px; background: #eef4f0; }
.privacy details { color: var(--c-ink-sub); font-size: 12px; }
.privacy summary { color: var(--c-brand-deep); font-weight: 700; cursor: pointer; }
.privacy p { margin-top: 10px; }
.site-footer { color: var(--c-ink-invert); background: #062d21; }
.footer-inner { width: min(calc(100% - var(--u) * 6), var(--container)); min-height: 150px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer-brand .brand-en, .footer-brand .brand-ja { color: var(--c-ink-invert); }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.footer-inner nav a { color: #c5e8d7; font-size: 11px; text-decoration: none; }
.footer-inner small { color: rgba(255,255,255,.65); }

/* Sticky conversion bar */
.sticky-contact { position: fixed; z-index: 100; left: 50%; bottom: 0; width: min(100%, 920px); min-height: 72px; display: grid; grid-template-columns: 1.55fr .72fr .72fr; gap: 2px; padding: 6px 6px calc(6px + env(safe-area-inset-bottom)); color: var(--c-ink-invert); background: var(--c-brand-deep); box-shadow: 0 -8px 30px rgba(0,0,0,.18); transform: translateX(-50%); }
.sticky-contact a { display: grid; place-content: center; min-width: 0; text-align: center; text-decoration: none; }
.sticky-phone { background: var(--c-cta-bg); border-radius: var(--radius-s) 0 0 var(--radius-s); }
.sticky-phone span { font-size: 9px; }
.sticky-phone b { font-family: var(--font-en); font-size: 21px; }
.sticky-line { color: #063d1a; background: #76ec98; }
.sticky-form { color: var(--c-brand-deep); background: var(--c-ink-invert); border-radius: 0 var(--radius-s) var(--radius-s) 0; }
.sticky-line b, .sticky-form b { font-size: 15px; }
.sticky-line span, .sticky-form span { font-size: 9px; }

@media (max-width: 1020px) {
  .header-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr .85fr; gap: 16px; }
  .hero-visual figure { right: -130px; }
  .item-grid { grid-template-columns: repeat(3, 1fr); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .flow-list { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .flow-list li:nth-child(2)::after { display: none; }
}

@media (max-width: 768px) {
  [data-preset="ecorabi-lp"] { --pad-x: calc(var(--u) * 2); --section-gap: calc(var(--u) * 8); --fs-body: 16px; }
  html { scroll-padding-top: 92px; }
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - var(--u) * 4), var(--container)); }
  .section-title { font-size: clamp(28px, 8.3vw, 38px); line-height: 1.36; }
  .section-kicker { font-size: 12px; }
  .sp-only { display: inline; }
  .assurance-band { font-size: 10px; letter-spacing: .03em; }
  .assurance-band span { padding-inline: 8px; }
  .site-header { top: 0; }
  .header-inner { width: calc(100% - 32px); min-height: 62px; gap: 8px; }
  .brand-mark { width: 36px; height: 36px; font-size: 23px; }
  .brand-en { font-size: 16px; }
  .brand-ja { font-size: 8px; }
  .header-contact { margin-left: auto; }
  .header-hours { display: none; }
  .header-phone { font-size: 0; }
  .header-phone span { display: grid; min-width: 76px; min-height: 38px; margin: 0; place-items: center; color: var(--c-ink-invert); background: var(--c-cta-bg); border-radius: var(--radius-s); font-size: 11px; }
  .menu-button { position: relative; width: 40px; height: 40px; display: block; color: var(--c-brand-deep); background: transparent; border: 1px solid var(--c-brand); border-radius: var(--radius-s); }
  .menu-button::before, .menu-button::after, .menu-button > span:first-child { content: ""; position: absolute; left: 10px; width: 18px; height: 2px; background: currentColor; transition: transform .2s ease, top .2s ease; }
  .menu-button::before { top: 12px; }
  .menu-button > span:first-child { top: 18px; }
  .menu-button::after { top: 24px; }
  .menu-button[aria-expanded="true"]::before { top: 18px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:first-child { opacity: 0; }
  .menu-button[aria-expanded="true"]::after { top: 18px; transform: rotate(-45deg); }
  .header-nav { position: fixed; z-index: 89; inset: 94px 0 auto; display: grid; padding: 10px 18px 18px; color: var(--c-ink); background: var(--c-bg); border-bottom: 1px solid var(--c-line); box-shadow: var(--shadow-card); transform: translateY(-130%); opacity: 0; transition: .22s ease; }
  .header-nav.is-open { transform: none; opacity: 1; }
  .header-nav a { padding: 11px; border-bottom: 1px solid var(--c-line); font-size: 14px; }

  .hero-inner { min-height: 0; display: flex; flex-direction: column; gap: 20px; padding-block: 34px 40px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: 12px; text-align: center; }
  .bagmoji { width: 250px; margin-inline: auto; }
  .bagmoji text { font-size: 63px; }
  .hero h1 { font-size: clamp(34px, 10.2vw, 44px); text-align: center; }
  .hero-lead { font-size: 15px; text-align: center; }
  .proof-row { flex-direction: column; gap: 8px; }
  .proof-main { width: 100%; justify-content: center; }
  .proof-main em { font-size: 42px; }
  .proof-row ul { width: 100%; }
  .proof-row li { flex: 1; min-width: 0; }
  .hero-visual { order: 2; width: 100%; min-height: 300px; }
  .hero-visual figure { inset: 8px 0 8px; border-width: 5px; border-radius: 130px 20px 20px 130px; }
  .hero-visual figure img { object-position: 56% center; }
  .visit-badge { top: -4px; left: 2px; width: 98px; height: 98px; border-width: 4px; font-size: 16px; }
  .visit-badge span { font-size: 9px; }
  .route-art { right: -8px; bottom: -20px; width: 240px; }
  .cta-hero { order: 3; }
  .cta-cluster { grid-template-columns: 1fr 1fr; }
  .cta-phone { grid-column: 1 / -1; min-height: 80px; }
  .cta-phone b { font-size: 29px; }
  .cta-line { min-height: 58px; font-size: 12px; }
  .cta-form { grid-column: auto; min-height: 58px; font-size: 12px; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-inner p { min-height: 76px; padding: 10px; }
  .trust-inner p:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.26); }
  .trust-inner p:nth-child(4) { border-top: 1px solid rgba(255,255,255,.26); }
  .trust-inner span:last-child { font-size: 13px; }
  .trust-inner .trust-number { font-size: 20px; }

  .split-problem, .condition-grid, .contact-layout, .company-layout, .message-inner { grid-template-columns: 1fr; gap: 34px; }
  .split-problem .section-kicker, .split-problem .section-title, .condition-grid .section-kicker, .condition-grid .section-title, .contact-copy .section-kicker, .contact-copy .section-title, .company-layout .section-kicker, .company-layout .section-title, .message-inner .section-kicker, .message-inner .section-title { text-align: center; }
  .split-problem .section-kicker::before, .condition-grid .section-kicker::before, .contact-copy .section-kicker::before, .company-layout .section-kicker::before, .message-inner .section-kicker::before { display: inline-block; }
  .worry-list li { font-size: 14px; }
  .sort-visual { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sort-start { grid-column: 1 / -1; min-height: 100px; }
  .sort-line { grid-column: 1 / -1; height: 38px; transform: rotate(90deg); }
  .sort-line::before { top: 17px; left: calc(50% - 55px); }
  .sort-line span:first-child, .sort-line span:last-child { top: 18px; left: 50%; }
  .sort-start span, .sort-result span { font-size: 18px; }
  .sort-result { min-height: 110px; padding: 14px; }
  .fee-grid { grid-template-columns: 1fr; }
  .fee-grid article { min-height: 150px; padding: 20px; }
  .item-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .item-grid article { padding: 18px 10px; }
  .item-grid h3 { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 178px; }
  .service-grid h3 { margin-top: 38px; }
  .cost-compare { grid-template-columns: 1fr; }
  .compare-vs { min-height: 42px; }
  .cost-card { padding: 22px 16px; }
  .cost-formula { gap: 5px; }
  .cost-formula span { padding: 10px 5px; font-size: 11px; }
  .cost-formula b { font-size: 20px; }
  .license-panel { grid-template-columns: 1fr; padding: 20px; text-align: center; }
  .area-map { min-height: 250px; margin-top: 28px; }
  .area-dot { width: 70px; height: 70px; border-width: 3px; font-size: 13px; }
  .area-dot.saitama { top: 20px; left: 38%; }
  .area-dot.tokyo { top: 92px; left: 36%; }
  .area-dot.kanagawa { bottom: 8px; left: 16%; }
  .area-dot.chiba { right: 10%; bottom: 35px; }
  .base-pin { top: 78px; right: 2%; font-size: 11px; }
  .area-lists { grid-template-columns: repeat(2, 1fr); }
  .reason-grid { grid-template-columns: 1fr; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li:not(:last-child)::after { top: auto; right: calc(50% - 15px); bottom: -25px; transform: rotate(90deg); }
  .flow-list li:nth-child(2)::after { display: block; }
  .case-story { padding: 24px 20px; }
  .case-story dl > div { grid-template-columns: 1fr; gap: 6px; }
  .scenario-grid { padding: 22px 16px; }
  .scenario-grid p { grid-template-columns: 60px 1fr; }
  .scenario-grid p b { grid-column: 1 / -1; }
  .message-seal { width: 170px; height: 170px; margin-inline: auto; }
  .faq-list summary { padding: 18px 46px 18px 42px; font-size: 14px; }
  .faq-list summary::before { left: 12px; }
  .faq-list summary::after { right: 12px; }
  .faq-list details p { padding: 0 20px 20px 42px; }
  .contact-copy { position: static; }
  .contact-form { padding: 24px 18px; }
  .contact-phone b { font-size: 31px; }
  .contact-points p { font-size: 18px; }
  .company-table div { grid-template-columns: 1fr; gap: 3px; }
  .final-cta { padding-block: 64px 80px; }
  .final-cta h2 { font-size: 31px; }
  .footer-inner { min-height: 240px; grid-template-columns: 1fr; place-items: center; padding-block: 36px; gap: 20px; text-align: center; }
  .footer-inner nav { gap: 12px; }
  .sticky-contact { width: 100%; min-height: 66px; grid-template-columns: 1.35fr .65fr .65fr; border-radius: 0; }
  .sticky-phone b { font-size: 16px; }
  .sticky-line b, .sticky-form b { font-size: 12px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 34px; }
  .proof-row li { font-size: 9px; }
  .cta-phone b { font-size: 26px; }
  .header-phone span { min-width: 68px; }
  .brand-en { font-size: 14px; }
  .item-grid p { font-size: 11px; }
  .area-dot.chiba { right: 5%; }
  .contact-phone b { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/*
  jp-dr v1.2の主ウェイト契約: 情報量の多い本文を400へ統一し、強調はサイズ・色面・
  袋文字・囲みで作る。太字はページ全体で10要素未満に限定する。
*/
body :where(*) { font-weight: 400 !important; }
.hero h1, .final-cta h2, .proof-main em, .message-seal b,
.cost-label, .form-submit { font-weight: 700 !important; }
.bagmoji text { font-weight: 800 !important; }

/* 記事冒頭の先出しCTA。本文52%地点にしか導線が無く、
   スクロール到達15%の読者に届いていなかったため追加（2026-08-09）。
   本文の流れを止めないよう、中間・末尾のCTAより控えめにする。 */
.article-cta-lead {
  margin: 0 0 1.75rem;
  padding: 1rem 1.1rem;
}
.article-cta-lead p { margin: 0 0 .7rem; font-size: .95rem; }
.article-cta-lead .cta-cluster { gap: .5rem; }

/* 記事の元になった自治体の案内へのリンク。上位サイト3/4が設置しており、
   エコラビは確認済みURLがHTMLコメントに埋もれて読者に見えていなかった（2026-08-09）。 */
.article-official {
  margin: 2rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid #0B4A35;
  background: #F5F8F6;
  border-radius: 6px;
  font-size: .93rem;
}
.article-official p { margin: 0 0 .4rem; }
.article-official p:last-child { margin-bottom: 0; color: #555; font-size: .88rem; }
.article-official a { color: #0B4A35; font-weight: 700; }

/* 持ち込みの早わかり表。上位4サイトは4/4が料金・条件を表で即答しており、
   エコラビは粗大ごみ記事16本中14本が表ゼロだった（2026-08-09 実測）。 */
.article-quickref { margin: 0 0 2rem; }
.article-quickref-title {
  margin: 0 0 .5rem; font-weight: 700; font-size: .95rem; color: #0B4A35;
}
.article-quickref table {
  width: 100%; border-collapse: collapse; font-size: .9rem;
  border: 1px solid #D9E2DD;
}
.article-quickref th, .article-quickref td {
  border: 1px solid #D9E2DD; padding: .55rem .7rem; text-align: left; vertical-align: top;
}
.article-quickref th {
  width: 34%; background: #F5F8F6; color: #0B4A35; font-weight: 700; white-space: nowrap;
}
@media (max-width: 480px) {
  .article-quickref th { width: 40%; white-space: normal; }
  .article-quickref table { font-size: .85rem; }
}

/* エリアの絞り込みボタン。
   初版は都道府県→市区町村→記事タイトルの入れ子リストにしてしまい、
   Piinoから「他のサイトにこんなUIない」と指摘（2026-08-09）。
   既にあった「カテゴリから探す」と同じボタン形式に揃え、押すと一覧が絞り込まれる形にした。 */
.column-area-filter {
  width: min(calc(100% - var(--u) * 6), var(--container));
  margin: 10px auto 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
}
.column-area-pref {
  margin-left: 4px; padding-right: 2px;
  color: var(--c-ink-sub); font-size: 12px; font-weight: 700; white-space: nowrap;
}
.column-area-pref:not(:first-child) { margin-left: 10px; }
.column-area {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 12px;
  color: var(--c-ink); background: var(--c-ink-invert);
  border: 1px solid var(--c-line); border-radius: 6px;
  font-size: 13px; cursor: pointer; white-space: nowrap;
}
.column-area em {
  font-style: normal; font-size: 11px; color: var(--c-ink-sub);
}
.column-area.is-active { color: var(--c-ink-invert); background: var(--c-brand); }
.column-area.is-active em { color: rgba(255,255,255,.8); }

/* 記事一覧のカード(.column-grid)と左右の位置を揃える。
   初回は幅の指定を入れ忘れ、索引だけ画面いっぱいに広がっていた（2026-08-09 自分の目視で検出）。 */
.area-index {
  width: min(calc(100% - var(--u) * 6), var(--container));
  margin: 0 auto 2.5rem;
}
.area-index > h2 { font-size: clamp(20px, 2.4vw, 26px); color: var(--c-brand-deep); margin: 0; }
.area-index > p { margin: .3rem 0 1.2rem; color: #555; font-size: .93rem; }

.area-pref { margin: 0 0 .9rem; border: 1px solid #DCE5E0; border-radius: 8px; overflow: hidden; }
.area-pref > summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem 1rem; background: #0B4A35; color: #fff;
  font-weight: 700; font-size: 1rem; cursor: pointer; list-style: none;
}
.area-pref > summary::-webkit-details-marker { display: none; }
.area-pref > summary em { font-style: normal; font-size: .82rem; opacity: .85; }

.area-cities {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0; background: #DCE5E0;
}
.area-city { padding: .85rem 1rem; background: #fff; }
.area-city-name {
  margin: 0 0 .45rem; font-weight: 700; font-size: .95rem; color: #0B4A35;
}
.area-city ul { list-style: none; margin: 0; padding: 0; }
.area-city li + li { margin-top: .35rem; }
.area-city li a {
  display: block; font-size: .84rem; line-height: 1.5; color: #3C4A44; text-decoration: none;
}
.area-city li a::before { content: "› "; color: #0F704A; }
.area-city li a:hover { color: #0B4A35; text-decoration: underline; }

@media (max-width: 480px) {
  .area-cities { grid-template-columns: 1fr; }
}

/* 本文中の写真。上位でCVを取る3社は全社が複数枚持っており、
   エコラビは全47記事が冒頭のヒーロー画像1枚だけだった（2026-08-09 実測）。
   ★2026-08-09、エリア索引のCSSを書き換えたときに、このブロックを巻き込んで消してしまい、
     画像が縦に引き伸ばされた状態で公開されていた（img の height 属性1024pxがそのまま効いた）。
     CSSを「ここからここまで」で切り貼りしない。追記か、対象ブロックだけの置換にする。 */
.article-figure { margin: 2rem 0; }
.article-figure img {
  width: 100%;
  height: auto;          /* ← これが無いと height="1024" 属性がそのまま効いて縦に伸びる */
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.article-figure figcaption {
  margin-top: .5rem; font-size: .85rem; color: #666; line-height: 1.6;
}

/* 保険: 本文中のどの画像も、比率を保って幅に収める。
   個別のルールを消してしまっても、画像が伸びることだけは起きないようにする。 */
.article-body img { max-width: 100%; height: auto; }

/* バナー型のCTA（記事の中間・末尾）。
   文章とボタンだけでは、初めて記事に来た読者に「誰に頼むのか」が伝わらない
   （2026-08-09 Piino指摘「ctaだけだと弱い気がするけど？」）。
   写真・社名・強み3点・古物商許可番号を入れて、1ブロックで信頼が伝わる形にする。 */
.article-cta-banner {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid #0F704A;
  border-radius: 10px;
  background: #FFF7DF;
}
.cta-banner-visual { position: relative; min-height: 100%; }
.cta-banner-visual img {
  width: 100%; height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover; display: block;
}
.cta-banner-body { padding: 1.25rem 1.4rem 1.1rem; }
.cta-banner-brand {
  display: flex; align-items: center; gap: .45rem;
  margin: 0 0 .5rem; font-size: .9rem; color: #0B4A35;
}
.cta-banner-brand b { font-weight: 700; }
.cta-banner-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: #0B4A35; color: #fff; font-size: .85rem; line-height: 1;
}
.cta-banner-lead {
  margin: 0 0 .6rem; font-size: 1.02rem; line-height: 1.6; color: #142B24;
}
.cta-banner-merits {
  display: flex; flex-wrap: wrap; gap: .4rem;
  list-style: none; margin: 0 0 .6rem; padding: 0;
}
.cta-banner-merits li {
  padding: .28rem .6rem; border-radius: 4px;
  background: #0B4A35; color: #fff; font-size: .78rem;
}
.cta-banner-merits b { font-weight: 700; }
.cta-banner-note {
  margin: 0 0 .8rem; font-size: .82rem; line-height: 1.6; color: #55625C;
}
.cta-banner-license {
  margin: .7rem 0 0; font-size: .72rem; color: #6B7973;
}

@media (max-width: 700px) {
  .article-cta-banner { grid-template-columns: 1fr; }
  .cta-banner-visual img { aspect-ratio: 16 / 7; }
  .cta-banner-body { padding: 1rem 1.05rem .95rem; }
}
