/* ============================================================
   GARAGE SUN / BODYWORK SUN  site stylesheet
   復元版: garag-esun.com (2025-02 アーカイブ準拠)
   基調: チャコールブラック / アクセント: サンオレンジ
   ============================================================ */

:root {
  --c-bg: #141414;
  --c-bg2: #1e1e1e;
  --c-panel: #ffffff;
  --c-ink: #f5f2ec;
  --c-ink-dark: #1a1a1a;
  --c-muted: #9a948a;
  --c-orange: #f08c00;
  --c-orange-deep: #d97706;
  --c-red: #c0392b;
  --c-line: #05c755;
  --c-border: #33302b;
  --ff-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --ff-en: "Oswald", "Arial Narrow", sans-serif;
  --w-content: 1120px;
  --header-h: 118px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  font-family: var(--ff-body);
  background: var(--c-bg);
  color: var(--c-ink);
  line-height: 1.9;
  font-size: 15.5px;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.wrap { max-width: var(--w-content); margin: 0 auto; padding: 0 20px; }

/* ---------- ヘッダー(2段構成) ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(16,16,16,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--c-border); }
.h-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; min-width: 0; }
.brand img { height: 40px; width: auto; }
.brand .brand-txt { display: flex; flex-direction: column; line-height: 1.2; }
.brand .brand-txt b { font-family: var(--ff-en); font-size: 20px; letter-spacing: .06em; color: #fff; white-space: nowrap; }
.brand .brand-txt span { font-size: 10.5px; color: var(--c-muted); letter-spacing: .1em; white-space: nowrap; }
.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.tel-box { text-align: right; line-height: 1.25; }
.tel-box .tel-num { font-family: var(--ff-en); font-size: 20px; font-weight: 700; color: #fff; letter-spacing: .03em; }
.tel-box .tel-note { font-size: 10px; color: var(--c-muted); display: block; }
.btn-reserve { background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); color: #fff; font-weight: 700; font-size: 13.5px; padding: 11px 20px; border-radius: 6px; transition: filter .2s; white-space: nowrap; }
.btn-reserve:hover { filter: brightness(1.1); }
.menu-toggle { display: none; }
.h-navrow { border-top: 1px solid var(--c-border); }
.gnav ul { display: flex; justify-content: center; gap: 4px; flex-wrap: nowrap; }
.gnav a { display: block; font-size: 13px; font-weight: 600; color: #e8e4dc; padding: 13px 10px; border-bottom: 2px solid transparent; white-space: nowrap; transition: color .2s, border-color .2s; }
.gnav a:hover, .gnav a[aria-current="page"] { color: var(--c-orange); border-color: var(--c-orange); }

/* ---------- 汎用見出し(英語アイキャッチ+日本語) ---------- */
.sec { padding: 96px 0; }
.sec-alt { background: var(--c-bg2); }
.sec-light { background: #f4f1ec; color: var(--c-ink-dark); }
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-head .en {
  font-family: var(--ff-en); font-weight: 600; letter-spacing: .22em;
  font-size: 13px; color: var(--c-orange); text-transform: uppercase; display: block; margin-bottom: 10px;
}
.sec-head h2 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; letter-spacing: .05em; line-height: 1.5; }
.sec-light .sec-head h2 { color: var(--c-ink-dark); }
.sec-head .lead { max-width: 720px; margin: 18px auto 0; font-size: 15px; color: var(--c-muted); }
.sec-light .lead { color: #56514a; }

/* ---------- ボタン ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; border-radius: 8px; padding: 15px 34px; font-size: 15px; transition: filter .2s, transform .2s; text-align: center; }
.btn:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); color: #fff; box-shadow: 0 6px 18px rgba(240,140,0,.3); }
.btn-ghost { border: 2px solid var(--c-orange); color: var(--c-orange); }
.sec-light .btn-ghost { border-color: var(--c-orange-deep); color: var(--c-orange-deep); }
.btn-line { background: var(--c-line); color: #fff; }
.btn-wide { min-width: 320px; }
.btn-center { text-align: center; margin-top: 44px; }

/* ---------- ヒーロー ---------- */
.hero { position: relative; height: min(88vh, 760px); min-height: 520px; overflow: hidden; margin-top: var(--header-h); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.25) 0%, rgba(10,10,10,0) 40%, rgba(20,20,20,.85) 100%); pointer-events: none; }
.hero-copy { position: absolute; left: 0; right: 0; bottom: 56px; z-index: 2; }
.hero-copy .en { font-family: var(--ff-en); color: var(--c-orange); letter-spacing: .3em; font-size: 13px; }
.hero-copy h1 { font-size: clamp(26px, 4.6vw, 46px); font-weight: 900; line-height: 1.5; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.hero-copy p { margin-top: 10px; font-size: 15px; color: #e8e4dc; text-shadow: 0 1px 8px rgba(0,0,0,.7); }
.hero-dots { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 8px; z-index: 3; }
.hero-dots button { width: 34px; height: 4px; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: background .3s; }
.hero-dots button.is-active { background: var(--c-orange); }

/* ---------- 在庫2種カード ---------- */
.stock-gates { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.gate-card { position: relative; border-radius: 12px; overflow: hidden; background: var(--c-bg2); border: 1px solid var(--c-border); display: flex; flex-direction: column; }
.gate-card .gate-img { aspect-ratio: 16/9; overflow: hidden; }
.gate-card .gate-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gate-card:hover .gate-img img { transform: scale(1.05); }
.gate-body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.gate-body h3 { font-size: 20px; font-weight: 800; }
.gate-body p { font-size: 14px; color: var(--c-muted); flex: 1; }
.gate-body .note { font-size: 12px; color: var(--c-muted); }

/* ---------- BEFORE / AFTER ---------- */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ba-item figure { position: relative; border-radius: 10px; overflow: hidden; user-select: none; }
.ba-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.ba-after { position: absolute; inset: 0; clip-path: inset(0 0 0 50%); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--c-orange); cursor: ew-resize; }
.ba-handle::after { content: "◂ ▸"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--c-orange); color: #fff; font-size: 11px; padding: 7px 9px; border-radius: 99px; white-space: nowrap; }
.ba-label { position: absolute; top: 12px; font-family: var(--ff-en); font-size: 12px; letter-spacing: .15em; background: rgba(0,0,0,.65); color: #fff; padding: 4px 10px; border-radius: 4px; }
.ba-label.before { left: 12px; }
.ba-label.after { right: 12px; }
.ba-item figcaption { margin-top: 12px; font-size: 13.5px; color: var(--c-muted); text-align: center; }

/* ---------- 在庫カードグリッド ---------- */
.stock-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.stock-card { background: #fff; color: var(--c-ink-dark); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.25); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.stock-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.stock-card .sc-img { aspect-ratio: 4/3; overflow: hidden; background: #ddd; }
.stock-card .sc-img img { width: 100%; height: 100%; object-fit: cover; }
.stock-card .sc-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.stock-card .sc-tag { font-size: 11px; font-weight: 700; color: var(--c-orange-deep); letter-spacing: .08em; }
.stock-card h3 { font-size: 14.5px; font-weight: 700; line-height: 1.55; flex: 1; }
.stock-card .sc-meta { font-size: 12.5px; color: #6b655c; }
.stock-card .sc-price { font-size: 18px; font-weight: 800; color: var(--c-red); }
.stock-card .sc-price small { font-size: 11px; font-weight: 600; color: #6b655c; }
.stock-status { text-align: center; padding: 40px 0; color: var(--c-muted); font-size: 14px; }

/* ---------- 特徴4項目 ---------- */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.feature-card { display: flex; gap: 20px; background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 12px; padding: 26px; transition: border-color .25s, transform .25s; }
.feature-card:hover { border-color: var(--c-orange); transform: translateY(-3px); }
.feature-card .fi { flex-shrink: 0; width: 58px; height: 58px; border-radius: 12px; background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.feature-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; line-height: 1.5; }
.feature-card p { font-size: 13.5px; color: var(--c-muted); }
.feature-card .more { display: inline-block; margin-top: 10px; font-size: 12.5px; font-weight: 700; color: var(--c-orange); }

/* ---------- ABOUT ---------- */
.about-flex { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.about-copy h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; line-height: 1.7; margin-bottom: 20px; }
.about-copy h2 .em { color: var(--c-orange); }
.about-copy p { color: #d8d3ca; font-size: 15px; margin-bottom: 14px; }
.about-media { border-radius: 12px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,.4); }
.yt-embed { position: relative; aspect-ratio: 16/9; background: #000; }
.yt-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- お客様の声 ---------- */
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.voice-card { background: #fff; color: var(--c-ink-dark); border-radius: 12px; padding: 30px 26px; position: relative; box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.voice-card::before { content: "“"; position: absolute; top: 6px; left: 18px; font-family: Georgia, serif; font-size: 64px; color: var(--c-orange); opacity: .35; line-height: 1; }
.voice-card p { font-size: 14px; line-height: 1.95; }
.voice-card .vc-name { margin-top: 16px; font-size: 13px; font-weight: 700; color: var(--c-orange-deep); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 10px; overflow: hidden; }
.sec-light .faq-item { background: #fff; border-color: #e3ddd2; }
.faq-item summary { cursor: pointer; list-style: none; display: flex; gap: 14px; align-items: baseline; padding: 20px 22px; font-weight: 700; font-size: 15px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "Q"; font-family: var(--ff-en); color: var(--c-orange); font-size: 18px; font-weight: 700; }
.faq-item .faq-a { padding: 0 22px 22px 50px; font-size: 14px; color: var(--c-muted); }
.sec-light .faq-item .faq-a { color: #56514a; }
.faq-item[open] summary { border-bottom: 1px dashed var(--c-border); margin-bottom: 14px; }

/* ---------- テーブル(会社概要・保証比較) ---------- */
.def-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.def-table th, .def-table td { border: 1px solid #e0dacf; padding: 14px 18px; text-align: left; vertical-align: top; }
.def-table th { width: 200px; background: #efe9de; font-weight: 700; white-space: nowrap; }
.cmp-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: #fff; color: var(--c-ink-dark); }
.cmp-table th, .cmp-table td { border: 1px solid #ddd6c9; padding: 10px 12px; text-align: center; }
.cmp-table thead th { background: #2b2b2b; color: #fff; }
.cmp-table td:first-child { text-align: left; font-weight: 600; background: #faf7f1; }
.cmp-table .grp td { background: var(--c-orange); color: #fff; font-weight: 800; text-align: left; }
.cmp-table .mark-best { color: var(--c-red); font-weight: 800; }
.table-scroll { overflow-x: auto; }

/* ---------- 来店予約 CTA ---------- */
.reserve-band { background: linear-gradient(135deg, #2a2119, #17130e); border-top: 3px solid var(--c-orange); }
.reserve-band .inner { text-align: center; max-width: 780px; margin: 0 auto; }
.reserve-band h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; margin-bottom: 18px; }
.reserve-band p { color: #d8d3ca; font-size: 14.5px; margin-bottom: 10px; }
.reserve-band .strong { color: var(--c-orange); font-weight: 800; }
.reserve-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.reserve-tel { margin-top: 26px; font-size: 14px; color: var(--c-muted); }
.reserve-tel b { font-family: var(--ff-en); font-size: 26px; color: #fff; letter-spacing: .04em; }

/* ---------- 下層ページ共通 ---------- */
.page-hero { margin-top: var(--header-h); background: linear-gradient(135deg, #211b13, #141414); border-bottom: 1px solid var(--c-border); padding: 72px 0 56px; text-align: center; }
.page-hero .en { font-family: var(--ff-en); color: var(--c-orange); letter-spacing: .26em; font-size: 13px; text-transform: uppercase; display: block; margin-bottom: 10px; }
.page-hero h1 { font-size: clamp(24px, 3.6vw, 36px); font-weight: 900; }
.breadcrumb { font-size: 12px; color: var(--c-muted); margin-top: 14px; }
.breadcrumb a:hover { color: var(--c-orange); }
.prose { max-width: 860px; margin: 0 auto; }
.prose h2 { font-size: 22px; font-weight: 800; margin: 48px 0 18px; padding-left: 14px; border-left: 4px solid var(--c-orange); line-height: 1.5; }
.prose h3 { font-size: 17px; font-weight: 800; margin: 32px 0 12px; color: var(--c-orange-deep); }
.sec-light .prose h2 { color: var(--c-ink-dark); }
.prose p { margin-bottom: 16px; }
.prose .em { color: var(--c-red); font-weight: 700; }
.check-list { display: grid; gap: 10px; margin: 18px 0; }
.check-list li { padding-left: 30px; position: relative; font-weight: 600; }
.check-list li::before { content: "✔"; position: absolute; left: 0; color: var(--c-orange-deep); font-weight: 900; }

/* ---------- フォーム ---------- */
.form-panel { max-width: 720px; margin: 0 auto; background: #fff; color: var(--c-ink-dark); border-radius: 14px; padding: 44px 40px; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.form-row { margin-bottom: 22px; }
.form-row label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.form-row .req { color: var(--c-red); font-size: 11px; margin-left: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid #d9d2c5; border-radius: 8px;
  font: inherit; font-size: 15px; background: #faf8f4; transition: border-color .2s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--c-orange); }
.form-note { font-size: 12.5px; color: #6b655c; margin-bottom: 24px; }
.form-panel .btn { width: 100%; border: 0; cursor: pointer; font-family: inherit; }

/* ---------- 在庫詳細 ---------- */
.detail-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: start; }
.detail-main-img { border-radius: 12px; overflow: hidden; background: #222; aspect-ratio: 4/3; }
.detail-main-img img { width: 100%; height: 100%; object-fit: cover; }
.detail-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.detail-thumbs img { aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; cursor: pointer; opacity: .65; transition: opacity .2s; border: 2px solid transparent; }
.detail-thumbs img.is-active, .detail-thumbs img:hover { opacity: 1; border-color: var(--c-orange); }
.detail-info h1 { font-size: 22px; font-weight: 800; line-height: 1.6; margin-bottom: 14px; }
.detail-price { font-size: 30px; font-weight: 900; color: var(--c-orange); margin-bottom: 20px; }
.detail-price small { font-size: 13px; color: var(--c-muted); font-weight: 600; }
.spec-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 26px; }
.spec-table th, .spec-table td { border-bottom: 1px solid var(--c-border); padding: 11px 6px; text-align: left; }
.spec-table th { color: var(--c-muted); font-weight: 600; width: 120px; white-space: nowrap; }
.detail-comment { background: var(--c-bg2); border-left: 4px solid var(--c-orange); border-radius: 6px; padding: 18px 20px; font-size: 14px; margin-bottom: 26px; white-space: pre-wrap; }

/* ---------- ニュース ---------- */
.news-list { max-width: 820px; margin: 0 auto; }
.news-list li { border-bottom: 1px solid var(--c-border); }
.news-list a { display: flex; gap: 24px; padding: 20px 8px; align-items: baseline; transition: background .2s; }
.news-list a:hover { background: rgba(240,140,0,.06); }
.news-list time { font-family: var(--ff-en); color: var(--c-orange); font-size: 13px; flex-shrink: 0; }
.news-list .nt { font-size: 14.5px; font-weight: 600; }

/* ---------- 協力業者カード ---------- */
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.partner-card { background: #fff; color: var(--c-ink-dark); border-radius: 10px; padding: 24px 22px; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.partner-card h3 { font-size: 15.5px; font-weight: 800; }
.partner-card .pc-person { font-size: 12.5px; color: var(--c-orange-deep); font-weight: 700; margin: 4px 0 10px; }
.partner-card p { font-size: 13px; color: #56514a; }

/* ---------- フッター ---------- */
.site-footer { background: #0d0d0d; border-top: 1px solid var(--c-border); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-brand b { font-family: var(--ff-en); font-size: 22px; letter-spacing: .06em; }
.footer-brand .fb-sub { font-size: 12px; color: var(--c-muted); margin: 4px 0 18px; }
.footer-brand address { font-style: normal; font-size: 13.5px; color: #c9c3b8; line-height: 2; }
.footer-nav h4, .footer-info h4 { font-family: var(--ff-en); font-size: 12px; letter-spacing: .2em; color: var(--c-orange); margin-bottom: 16px; }
.footer-nav ul { display: grid; gap: 9px; }
.footer-nav a { font-size: 13.5px; color: #c9c3b8; }
.footer-nav a:hover { color: var(--c-orange); }
.footer-info p { font-size: 13.5px; color: #c9c3b8; margin-bottom: 8px; }
.sns-row { display: flex; gap: 12px; margin-top: 18px; }
.sns-row a { width: 40px; height: 40px; border: 1px solid var(--c-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 17px; transition: border-color .2s, color .2s; }
.sns-row a:hover { border-color: var(--c-orange); color: var(--c-orange); }
.copyright { text-align: center; font-size: 11.5px; color: #6b655c; border-top: 1px solid var(--c-border); padding-top: 24px; }

/* ---------- スクロールリビール ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.rv.is-in { opacity: 1; transform: none; }

/* ---------- レスポンシブ ---------- */
@media (max-width: 1280px) {
  :root { --header-h: 64px; }
  .h-top { height: 64px; }
  .h-navrow { position: fixed; top: 64px; right: 0; bottom: 0; width: min(320px, 84vw); background: #161616; border-left: 1px solid var(--c-border); border-top: none; transform: translateX(100%); transition: transform .3s; overflow-y: auto; padding: 24px 24px 90px; }
  .h-navrow.is-open { transform: none; }
  .gnav ul { flex-direction: column; gap: 2px; }
  .gnav a { padding: 13px 4px; border-bottom: 1px solid var(--c-border); font-size: 15px; white-space: normal; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; padding: 10px; }
  .menu-toggle span { height: 2px; background: #fff; transition: transform .25s, opacity .25s; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .tel-box { display: none; }
}
@media (max-width: 780px) {
  .sec { padding: 64px 0; }
  .stock-gates, .ba-grid, .feature-grid, .about-flex, .detail-layout { grid-template-columns: 1fr; }
  .voice-grid, .partner-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .btn-wide { min-width: 0; width: 100%; }
  .btn-reserve { padding: 9px 13px; font-size: 12px; }
  .brand .brand-txt span { display: none; }
  .form-panel { padding: 30px 22px; }
  .def-table th { width: 110px; }
}


/* ---------- 実績セクション ---------- */
.stats-band { background: linear-gradient(135deg, #1c1610, #141414); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); padding: 56px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat b { display: block; font-family: var(--ff-en); font-size: clamp(34px, 4.6vw, 52px); font-weight: 700; color: var(--c-orange); line-height: 1.1; }
.stat b i { font-style: normal; font-size: .38em; color: var(--c-ink); margin-left: 4px; }
.stat span { display: block; margin-top: 6px; font-size: 13px; color: var(--c-muted); font-weight: 600; }
@media (max-width: 780px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px 12px; } }

/* ---------- ギャラリー ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.g-item { border-radius: 10px; overflow: hidden; background: var(--c-bg2); border: 1px solid var(--c-border); margin: 0; }
.g-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .45s; }
.g-item:hover img { transform: scale(1.05); }
.g-item figcaption { font-size: 12px; color: var(--c-muted); padding: 10px 14px; }
.g-item.g-empty { display: none; }

/* ---------- モバイル固定CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; grid-template-columns: 1fr 1fr 1.3fr; box-shadow: 0 -6px 20px rgba(0,0,0,.45); }
.sticky-cta a { text-align: center; padding: 15px 4px; font-size: 13.5px; font-weight: 800; color: #fff; }
.sticky-cta .sc-tel { background: #2b2b2b; }
.sticky-cta .sc-line { background: var(--c-line); }
.sticky-cta .sc-res { background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); }
@media (max-width: 780px) {
  .sticky-cta { display: grid; }
  body { padding-bottom: 52px; }
  .reserve-band { padding-bottom: 90px; }
}

/* ---------- ナビ調整(項目増対応) ---------- */
@media (min-width: 1281px) { .gnav ul { gap: 16px; } .gnav a { font-size: 12.5px; } }


/* ---------- ヒーロー動画スライド ---------- */
.hero-video .hv-frame { position: absolute; inset: 0; overflow: hidden; }
.hero-video iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, 178vh); height: max(56.25vw, 100.2%); transform: translate(-50%, -50%); pointer-events: none; border: 0; }

/* ---------- 納車までの流れ(トップ簡易) ---------- */
.flow-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.flow-step { background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 10px; padding: 18px 10px 16px; text-align: center; position: relative; }
.flow-step b { display: block; font-family: var(--ff-en); color: var(--c-orange); font-size: 20px; margin-bottom: 6px; }
.flow-step span { font-size: 12.5px; font-weight: 700; line-height: 1.5; display: block; }
.flow-step:not(:last-child)::after { content: "▸"; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); color: var(--c-orange); z-index: 1; }
@media (max-width: 900px) { .flow-strip { grid-template-columns: repeat(2, 1fr); } .flow-step:not(:last-child)::after { display: none; } }

/* ---------- 2連導線バナー ---------- */
.duo-banners { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.duo-banner { border-radius: 12px; padding: 34px 30px; border: 1px solid var(--c-border); background: linear-gradient(135deg, #241b10, #171310); display: flex; flex-direction: column; gap: 10px; transition: border-color .25s, transform .25s; }
.duo-banner:hover { border-color: var(--c-orange); transform: translateY(-3px); }
.duo-banner .en { font-family: var(--ff-en); color: var(--c-orange); letter-spacing: .2em; font-size: 12px; }
.duo-banner h3 { font-size: 19px; font-weight: 800; }
.duo-banner p { font-size: 13.5px; color: var(--c-muted); flex: 1; }
.duo-banner .more { font-size: 13px; font-weight: 700; color: var(--c-orange); }
@media (max-width: 780px) { .duo-banners { grid-template-columns: 1fr; } }


/* ============ v4 デザインコンポーネント ============ */

/* アンカーピル */
.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: -8px 0 48px; }
.pills a { font-size: 13px; font-weight: 700; padding: 9px 20px; border-radius: 99px; border: 1.5px solid var(--c-border); color: #d8d3ca; transition: all .2s; }
.pills a:hover { border-color: var(--c-orange); color: var(--c-orange); }

/* 数値チップ */
.stat-chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 34px 0 8px; }
.chip { background: linear-gradient(135deg, #241b10, #17130e); border: 1px solid var(--c-border); border-radius: 12px; padding: 18px 26px; text-align: center; min-width: 170px; }
.chip b { display: block; font-family: var(--ff-en); font-size: 30px; color: var(--c-orange); line-height: 1.15; }
.chip b i { font-style: normal; font-size: .45em; color: var(--c-ink); margin-left: 3px; }
.chip span { font-size: 12px; color: var(--c-muted); font-weight: 700; }
.sec-light .chip { background: #fff; border-color: #e3ddd2; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.sec-light .chip b i, .sec-light .chip span { color: #56514a; }

/* 弱点対策タイル */
.point-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pt { background: var(--c-bg2); border: 1px solid var(--c-border); border-top: 3px solid var(--c-orange); border-radius: 10px; padding: 24px 20px; }
.pt .pt-num { font-family: var(--ff-en); color: var(--c-orange); font-size: 13px; letter-spacing: .18em; }
.pt h3 { font-size: 16px; font-weight: 800; margin: 6px 0 10px; line-height: 1.5; }
.pt p { font-size: 13px; color: var(--c-muted); line-height: 1.85; }
@media (max-width: 1000px) { .point-tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .point-tiles { grid-template-columns: 1fr; } }

/* メリット3カード */
.benefit-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bc { background: #fff; color: var(--c-ink-dark); border-radius: 14px; padding: 32px 26px; text-align: center; box-shadow: 0 8px 22px rgba(0,0,0,.14); position: relative; overflow: hidden; }
.bc::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--c-orange), var(--c-orange-deep)); }
.bc .bc-icon { width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 50%; background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); color: #fff; font-size: 26px; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.bc h3 { font-size: 16px; font-weight: 800; margin-bottom: 10px; line-height: 1.6; }
.bc p { font-size: 13px; color: #56514a; }
@media (max-width: 860px) { .benefit-cards { grid-template-columns: 1fr; } }

/* 保証比較パネル */
.g-panel { display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px; }
.gp { border-radius: 14px; padding: 34px 30px; text-align: center; }
.gp-normal { background: var(--c-bg2); border: 1px solid var(--c-border); }
.gp-hq { background: linear-gradient(135deg, #2a1c07, #1c1409); border: 2px solid var(--c-orange); position: relative; }
.gp-hq .gp-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--c-orange); color: #fff; font-size: 12px; font-weight: 800; padding: 5px 18px; border-radius: 99px; white-space: nowrap; }
.gp h3 { font-size: 15px; font-weight: 800; color: var(--c-muted); margin-bottom: 12px; }
.gp-hq h3 { color: #f0d5ab; }
.gp .gp-num { font-family: var(--ff-en); font-size: 58px; font-weight: 700; color: var(--c-ink); line-height: 1; }
.gp-hq .gp-num { color: var(--c-orange); }
.gp .gp-num i { font-style: normal; font-size: .34em; }
.gp p { font-size: 13px; color: var(--c-muted); margin-top: 12px; }
@media (max-width: 780px) { .g-panel { grid-template-columns: 1fr; } }

/* タイムライン(納車までの流れ) */
.tl { position: relative; max-width: 860px; margin: 0 auto; padding-left: 8px; }
.tl::before { content: ""; position: absolute; left: 31px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(180deg, var(--c-orange), rgba(240,140,0,.15)); }
.tl-item { position: relative; padding: 0 0 34px 76px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-num { position: absolute; left: 8px; top: 0; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); color: #fff; font-family: var(--ff-en); font-size: 19px; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 6px rgba(240,140,0,.14); }
.tl-card { background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 12px; padding: 22px 26px; }
.tl-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; color: var(--c-ink); }
.tl-card p { font-size: 14px; color: #c9c3b8; }
.tl-card .tl-note { margin-top: 10px; background: rgba(240,140,0,.08); border-left: 3px solid var(--c-orange); border-radius: 4px; padding: 10px 14px; font-size: 12.5px; color: var(--c-muted); }

/* カスタムメニュータイル */
.menu-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mt { background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 12px; padding: 28px 24px; transition: border-color .25s, transform .25s; }
.mt:hover { border-color: var(--c-orange); transform: translateY(-3px); }
.mt .mt-en { font-family: var(--ff-en); font-size: 11px; letter-spacing: .2em; color: var(--c-orange); text-transform: uppercase; }
.mt h3 { font-size: 17px; font-weight: 800; margin: 6px 0 10px; }
.mt p { font-size: 13px; color: var(--c-muted); }
@media (max-width: 860px) { .menu-tiles { grid-template-columns: 1fr; } }

/* 比較表 凡例バッジ */
.legend { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.legend span { font-size: 12.5px; font-weight: 700; background: #fff; border: 1px solid #e0dacf; color: #56514a; border-radius: 99px; padding: 6px 16px; }
.legend b { color: var(--c-red); margin-right: 4px; }

/* FAQアコーディオン強化 */
.faq-item summary { position: relative; padding-right: 48px; }
.faq-item summary::after { content: "＋"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--c-orange); font-size: 18px; font-weight: 900; transition: transform .2s; }
.faq-item[open] summary::after { content: "－"; }
.faq-cat { display: flex; align-items: center; gap: 12px; max-width: 860px; margin: 46px auto 16px; }
.faq-cat .fc-mark { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--c-orange), var(--c-orange-deep)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 17px; flex-shrink: 0; }
.faq-cat h3 { font-size: 18px; font-weight: 800; }
.faq-cat .fc-count { font-family: var(--ff-en); font-size: 12px; color: var(--c-muted); margin-left: auto; }

/* サンプルデータ注記 */
.sample-note { max-width: 760px; margin: 0 auto 26px; text-align: center; font-size: 13px; color: var(--c-muted); background: var(--c-bg2); border: 1px dashed var(--c-border); border-radius: 8px; padding: 12px 18px; }


/* ============ v5 SP最適化 ============ */
.sp-only { display: none; }
.scroll-hint { display: none; text-align: center; font-size: 12px; color: var(--c-muted); margin-bottom: 10px; }
@media (max-width: 780px) {
  .sp-only { display: inline; }
  .hero { height: min(82svh, 680px); min-height: 440px; }
  .hero-copy { bottom: 44px; }
  .hero-copy h1 { font-size: 24px; }
  .hero-copy p { font-size: 12.5px; }
  .hero-dots { right: 16px; bottom: 16px; }
  .hero-video .hv-frame { background: linear-gradient(180deg, #0d0d0d, #17130e); }
  .hero-video iframe { width: 100vw; height: 56.25vw; min-width: 0; min-height: 0; top: 0; transform: translateX(-50%); }
  .chip { flex: 1 1 40%; min-width: 136px; padding: 14px 10px; }
  .chip b { font-size: 23px; }
  .detail-thumbs { grid-template-columns: repeat(4, 1fr); }
  .cmp-table { min-width: 560px; }
  .scroll-hint { display: block; }
  .tl::before { left: 24px; }
  .tl-item { padding-left: 60px; padding-bottom: 26px; }
  .tl-num { width: 38px; height: 38px; font-size: 15px; left: 5px; }
  .page-hero { padding: 50px 0 40px; }
  .sec-head { margin-bottom: 36px; }
  .gate-body { padding: 20px 18px 24px; }
  .form-row input, .form-row select, .form-row textarea { font-size: 16px; } /* iOSズーム防止 */
}

/* ============ v5 Bodyworkバンド ============ */
.bw-band { background: linear-gradient(120deg, #12161b, #1b140d); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.bw-band .inner { max-width: 820px; margin: 0 auto; text-align: center; }
.bw-band .en { font-family: var(--ff-en); color: var(--c-orange); letter-spacing: .24em; font-size: 13px; }
.bw-band h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; margin: 10px 0 16px; }
.bw-band p { color: #d8d3ca; font-size: 14.5px; margin-bottom: 8px; }


/* ============ v6 SPスリム化 ============ */
@media (max-width: 780px) {
  .sp-hide { display: none !important; }
  #voice .voice-grid .voice-card:nth-child(n+2) { display: none; } /* トップの声はSPでは1件 */
  .sec { padding: 56px 0; }
  .sec-head .lead { font-size: 13.5px; }
  .feature-card { padding: 20px; gap: 14px; }
  .feature-card .fi { width: 48px; height: 48px; font-size: 21px; }
  .btn-center { margin-top: 30px; }
}


/* ============ v7 イメージスロット ============ */
.img-slot { position: relative; display: block; margin: 0; border-radius: 12px; overflow: hidden;
  border: 1.5px dashed #4a443b; aspect-ratio: 16 / 9;
  background: repeating-linear-gradient(45deg, #1c1915, #1c1915 14px, #201c17 14px, #201c17 28px); }
.img-slot::before { content: ""; position: absolute; top: 50%; left: 50%; width: 44px; height: 44px;
  transform: translate(-50%, -60%); opacity: .55;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%238a8478" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M4 8h3l1.6-2.4h6.8L17 8h3v11H4z"/><circle cx="12" cy="13" r="3.4"/></svg>') center / contain no-repeat; }
.img-slot::after { content: attr(data-label); position: absolute; left: 0; right: 0; bottom: 14px;
  text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .1em; color: #8a8478; }
.img-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.img-slot.ratio-43 { aspect-ratio: 4 / 3; }
.img-slot.ratio-34 { aspect-ratio: 3 / 4; }
.sec-light .img-slot { border-color: #cfc7b8; background: repeating-linear-gradient(45deg, #efeae1, #efeae1 14px, #e9e3d8 14px, #e9e3d8 28px); }
.slot-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.slot-float { float: right; width: min(320px, 42%); margin: 0 0 18px 26px; }
@media (max-width: 780px) { .slot-row { grid-template-columns: 1fr; } .slot-float { float: none; width: 100%; margin: 0 0 22px; } }

/* ============ v7 SVGアイコン共通 ============ */
.fi svg, .bc-icon svg { width: 27px; height: 27px; }
.fc-mark svg { width: 21px; height: 21px; }
.mt .mt-icon { width: 46px; height: 46px; border-radius: 10px; background: rgba(240,140,0,.12); color: var(--c-orange); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.mt .mt-icon svg { width: 24px; height: 24px; }

/* ============ v7 番号付きチェックグリッド(選び方ガイド) ============ */
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cg { display: flex; align-items: center; gap: 16px; background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: 10px; padding: 16px 18px; }
.sec-light .cg { background: #fff; border-color: #e3ddd2; }
.cg b { font-family: var(--ff-en); font-size: 21px; color: var(--c-orange); flex-shrink: 0; width: 34px; }
.cg span { font-size: 14px; font-weight: 700; line-height: 1.6; }
.sec-light .cg span { color: var(--c-ink-dark); }
@media (max-width: 780px) { .check-grid { grid-template-columns: 1fr; } }

/* 引用風リードパネル */
.lead-panel { max-width: 820px; margin: 0 auto; background: linear-gradient(135deg, #241b10, #17130e); border-left: 4px solid var(--c-orange); border-radius: 10px; padding: 26px 30px; }
.lead-panel b { display: block; font-size: 18px; color: var(--c-orange); margin-bottom: 10px; }
.lead-panel p { font-size: 14.5px; color: #d8d3ca; }

/* ============ v7 flow-strip: 5ステップ+SP縦並び ============ */
.flow-strip-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 900px) {
  .flow-strip-5 { grid-template-columns: 1fr; row-gap: 26px; max-width: 340px; margin-left: auto; margin-right: auto; }
  .flow-strip-5 .flow-step { display: flex; align-items: center; gap: 14px; text-align: left; padding: 16px 18px; }
  .flow-strip-5 .flow-step b { margin-bottom: 0; }
  .flow-strip-5 .flow-step:not(:last-child)::after { content: "▾"; right: auto; left: 50%; top: auto; bottom: -22px; transform: translateX(-50%); display: block; }
}

/* ============ v7.1 選び方ガイド PRICE RANGE のSP最適化 ============ */
.point-tiles-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .point-tiles-3 { grid-template-columns: 1fr; gap: 14px; }
  .point-tiles-3 .pt { padding: 20px 18px; border-top: none; border-left: 3px solid var(--c-orange); }
  .point-tiles-3 .pt .pt-num { font-size: 11px; }
  .point-tiles-3 .pt h3 { font-size: 15.5px; margin: 4px 0 8px; }
  .point-tiles-3 .pt p { font-size: 13px; }
}


/* ============ v8 SPヒーロー16:9統一+SPコピー帯 ============ */
.hero-copy-sp { display: none; }
@media (max-width: 780px) {
  .hero { height: auto; aspect-ratio: 16 / 9; min-height: 0; }
  .hero::after { background: linear-gradient(180deg, rgba(10,10,10,.12) 0%, rgba(10,10,10,0) 55%, rgba(20,20,20,.35) 100%); }
  .hero-copy { display: none; }
  .hero-dots { right: 10px; bottom: 10px; }
  .hero-dots button { width: 26px; height: 3px; }
  .hero-video .hv-frame { background: #000; }
  .hero-video iframe { top: 0; left: 0; width: 100%; height: 100%; transform: none; min-width: 0; min-height: 0; }
  .hero-copy-sp { display: block; background: linear-gradient(135deg, #221a10, #141414); border-bottom: 1px solid var(--c-border); padding: 20px 0 22px; }
  .hero-copy-sp .en { font-family: var(--ff-en); color: var(--c-orange); letter-spacing: .26em; font-size: 11px; }
  .hero-copy-sp .hcs-title { font-size: 19px; font-weight: 900; line-height: 1.55; margin-top: 6px; }
  .hero-copy-sp .hcs-sub { font-size: 12px; color: var(--c-muted); margin-top: 6px; }
}


/* ============ v9 SPフルスクリーンメニュー ============ */
.nav-group, .nav-cta { display: none; }
@media (max-width: 1280px) {
  .h-navrow { position: fixed; top: 64px; left: 0; right: 0; bottom: 0; width: auto;
    background: #121212; border: none; transform: none; opacity: 0; visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease; overflow-y: auto;
    padding: 6px 22px 120px; }
  .h-navrow.is-open { opacity: 1; visibility: visible; transform: none; }
  body.menu-open { overflow: hidden; }
  .gnav ul { display: block; }
  .nav-group { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .16em;
    color: var(--c-orange); margin: 24px 4px 4px; }
  .gnav a { display: flex; align-items: center; justify-content: space-between;
    padding: 15px 10px; font-size: 15.5px; font-weight: 700; color: #f0ece4;
    border-bottom: 1px solid #26231f; white-space: normal; }
  .gnav a::after { content: "\203A"; color: var(--c-orange); font-size: 20px; font-weight: 400; margin-left: 12px; }
  .gnav a[aria-current="page"] { color: var(--c-orange); border-color: rgba(240,140,0,.4); }
  .pc-item { display: none; }
  .nav-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
  .nav-cta .btn { padding: 14px 8px; font-size: 14px; }
  .nav-cta .btn::after { content: none; }
  .nav-cta .btn-line { grid-column: 1 / -1; }
  .nav-tel { grid-column: 1 / -1; text-align: center; border: 1.5px solid var(--c-border);
    border-radius: 10px; padding: 13px 8px; font-family: var(--ff-en); font-size: 22px;
    font-weight: 700; color: #fff; letter-spacing: .04em; }
  .nav-tel::after { content: none !important; }
  .nav-tel span { display: block; font-family: var(--ff-body); font-size: 10.5px;
    color: var(--c-muted); font-weight: 600; letter-spacing: .03em; margin-top: 3px; }
}
@media (min-width: 1281px) {
  .gnav .nav-cta, .gnav .nav-group { display: none; }
}
