/* ═══ 車種特設ページ（LP）共通スタイル ═══
   自社サイト（common.css の上に重ねる）と楽天GOLD（単体でHTMLに埋め込む）の両方で使う。
   クラスはすべて lp- で始める（サイト側のスタイルと衝突させない）。
   GOLD では外部フォントを読まないため、フォントは端末の明朝・ゴシックにフォールバックする。 */

.lp {
    --lp-ink: #1b1b1b;
    --lp-ink-2: #3d3a36;
    --lp-muted: #77716a;
    --lp-line: #e7e1d6;
    --lp-cream: #f7f3ec;
    --lp-gold: #bfa378;
    --lp-gold-d: #94784e;
    --lp-dark: #151515;
    --lp-ok: #2f7d4f;
    --lp-ng: #b3261e;
    --lp-serif: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', serif;
    --lp-sans: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', Meiryo, sans-serif;
    --lp-en: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-family: var(--lp-sans);
    color: var(--lp-ink);
    background: #fff;
    line-height: 1.8;
    letter-spacing: .03em;
    -webkit-text-size-adjust: 100%;
}
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp img { display: block; width: auto; max-width: 100%; height: auto; }
.lp h1, .lp h2, .lp h3, .lp h4, .lp p, .lp dl, .lp figure { margin: 0; }
.lp a { color: inherit; text-decoration: none; }
.lp button { font-family: inherit; }

.lp-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.lp-wrap--narrow { max-width: 820px; }
.lp-section { padding: 88px 0; }

/* ── 見出し ── */
.lp-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.lp-label { font-family: var(--lp-en); font-size: .74rem; letter-spacing: .3em; color: var(--lp-gold-d); margin-bottom: 12px; text-transform: uppercase; }
.lp-head h2 { font-family: var(--lp-serif); font-size: clamp(1.45rem, 3vw, 2.1rem); font-weight: 500; line-height: 1.5; }
/* 見出しの改行を文節で整える（「解／決。」のような1文字だけの折り返しを防ぐ。未対応ブラウザでは無視されるだけ） */
.lp-head h2, .lp-hero__title, .lp-style__head h3, .lp-final h2, .lp-install h2, .lp-pain h3 { text-wrap: balance; word-break: auto-phrase; }
.lp-head p:not(.lp-label) { margin-top: 14px; color: var(--lp-muted); font-size: .95rem; }

/* ── ボタン ── */
.lp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 13px 26px; border-radius: 4px; border: 1px solid transparent;
    font-weight: 700; font-size: .92rem; letter-spacing: .06em; line-height: 1.4; text-align: center;
    cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .1s;
}
.lp-btn::after { content: '→'; font-weight: 400; }
.lp-btn:active { transform: translateY(1px); }
/* 色は .lp a{color:inherit} より強くする（負けると黒地に黒文字でボタンの文字が消える） */
.lp .lp-btn--gold { background: var(--lp-gold); color: #1b1b1b; }
.lp .lp-btn--gold:hover { background: #d3bb92; }
.lp .lp-btn--dark { background: var(--lp-ink); color: #fff; }
.lp .lp-btn--dark:hover { background: #000; }
.lp-btn--ghost { background: transparent; border-color: currentColor; }
.lp-btn--ghost:hover { background: rgba(191, 163, 120, .12); }
.lp-btn--lg { padding: 17px 34px; font-size: 1rem; }

/* ═══ ヒーロー ═══ */
.lp-hero {
    position: relative; overflow: hidden; color: #fff; padding: 64px 0 36px;
    background: radial-gradient(ellipse at 72% 38%, #43392b 0%, #1d1c1a 52%, #111 100%);
}
.lp--web .lp-hero { padding-top: 150px; }
.lp-hero__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.lp-eyebrow { font-family: var(--lp-en); font-size: .78rem; letter-spacing: .38em; color: var(--lp-gold); margin-bottom: 18px; }
.lp-hero__title { font-family: var(--lp-serif); font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 500; line-height: 1.35; letter-spacing: .06em; }
.lp-hero__kw { display: block; margin-bottom: 12px; font-family: var(--lp-sans); font-size: clamp(.82rem, 1.6vw, .95rem); font-weight: 600; letter-spacing: .08em; opacity: .85; }
.lp-hero__lead { margin-top: 22px; max-width: 34em; color: rgba(255, 255, 255, .82); font-size: 1rem; }
.lp-badges { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.lp-badges li {
    border: 1px solid rgba(191, 163, 120, .55); background: rgba(191, 163, 120, .08); color: #eadcc4;
    font-size: .8rem; padding: 6px 12px; border-radius: 999px;
}
.lp-hero__cta { margin-top: 32px; }
.lp-hero__visual { position: relative; }
.lp-hero__visual::after {
    content: ''; position: absolute; left: 10%; right: 10%; bottom: 34px; height: 22px; z-index: 0;
    background: radial-gradient(ellipse, rgba(0, 0, 0, .6), transparent 70%); filter: blur(4px);
}
.lp-hero__car { position: relative; z-index: 1; width: 100%; max-width: 560px; margin: 0 auto; }
.lp-hero__caption { text-align: center; font-family: var(--lp-en); letter-spacing: .25em; font-size: .8rem; color: var(--lp-gold); margin-top: 8px; }
.lp-hero__quick {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1);
}
.lp-hero__quick > span { font-size: .78rem; color: rgba(255, 255, 255, .6); margin-right: 6px; }
.lp-chip {
    appearance: none; -webkit-appearance: none; cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .25); background: transparent; color: #fff;
    border-radius: 999px; padding: 8px 14px; font-size: .82rem; transition: .2s;
}
.lp-chip b { font-family: var(--lp-en); font-weight: 600; letter-spacing: .08em; margin-left: 6px; color: var(--lp-gold); }
.lp-chip:hover, .lp-chip.is-active { background: var(--lp-gold); border-color: var(--lp-gold); color: #1b1b1b; }
.lp-chip:hover b, .lp-chip.is-active b { color: #1b1b1b; }

/* ═══ 悩み → 解決 ═══ */
.lp-pains { background: var(--lp-cream); }
.lp-pains__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.lp-pain {
    background: #fff; border: 1px solid var(--lp-line); border-radius: 12px; padding: 28px;
    display: grid; grid-template-columns: 52px 1fr; gap: 6px 18px; align-content: start;
}
.lp-pain__icon {
    grid-row: span 2; width: 52px; height: 52px; border-radius: 50%;
    background: var(--lp-ink); color: var(--lp-gold); display: flex; align-items: center; justify-content: center;
}
.lp-pain__icon svg { width: 26px; height: 26px; }
.lp-pain h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.5; }
.lp-pain p { font-size: .9rem; color: var(--lp-ink-2); }

/* ═══ STEP1 型式タブ ═══ */
.lp-select { background: #fff; padding-bottom: 48px; }
.lp-tabs { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.lp-tab {
    appearance: none; -webkit-appearance: none; cursor: pointer; color: var(--lp-ink);
    background: #fff; border: 2px solid var(--lp-line); border-radius: 12px; padding: 14px 12px 16px;
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    transition: border-color .2s, box-shadow .2s, transform .15s;
}
.lp-tab img { width: 100%; max-width: 200px; aspect-ratio: 5 / 3; object-fit: contain; margin-bottom: 6px; }
.lp-tab:hover { border-color: var(--lp-gold); transform: translateY(-2px); }
.lp-tab.is-active { border-color: var(--lp-ink); box-shadow: 0 10px 26px rgba(0, 0, 0, .09); }
.lp-tab.is-active .lp-tab__name::before { content: '✓ '; color: var(--lp-gold-d); }
.lp-tab__name { font-weight: 700; font-size: .95rem; }
.lp-tab__code { font-family: var(--lp-en); font-weight: 600; letter-spacing: .12em; font-size: .85rem; color: var(--lp-gold-d); }
.lp-tab__year { font-size: .74rem; color: var(--lp-muted); }

/* ═══ STEP2 シートのタイプ ═══ */
.lp-variant { background: var(--lp-cream); padding-top: 64px; }
.lp-variants { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.lp-vcard { position: relative; display: block; cursor: pointer; }
.lp-vcard input { position: absolute; opacity: 0; pointer-events: none; }
.lp-vcard__body {
    position: relative; display: flex; flex-direction: column; gap: 3px; height: 100%;
    background: #fff; border: 2px solid var(--lp-line); border-radius: 10px; padding: 16px 16px 16px 48px; transition: .2s;
}
.lp-vcard__body::before {
    content: ''; position: absolute; left: 17px; top: 20px; width: 18px; height: 18px;
    border-radius: 50%; border: 2px solid #c9c2b5; background: #fff;
}
.lp-vcard:hover .lp-vcard__body { border-color: var(--lp-gold); }
.lp-vcard input:checked + .lp-vcard__body { border-color: var(--lp-ink); box-shadow: 0 8px 20px rgba(0, 0, 0, .07); }
.lp-vcard input:checked + .lp-vcard__body::before { border-color: var(--lp-ink); background: radial-gradient(circle, var(--lp-ink) 42%, #fff 48%); }
.lp-vcard input:focus-visible + .lp-vcard__body { outline: 3px solid rgba(191, 163, 120, .6); outline-offset: 2px; }
.lp-vcard--static { cursor: default; }
.lp-vcard--static .lp-vcard__body { padding-left: 16px; }
.lp-vcard--static .lp-vcard__body::before { display: none; }
.lp-vcard__year { font-weight: 700; }
.lp-vcard__grade { font-size: .85rem; color: var(--lp-ink-2); }
.lp-vcard__note { font-size: .8rem; font-weight: 700; color: var(--lp-gold-d); }
.lp-vcard__pn { font-family: var(--lp-en); font-size: .74rem; letter-spacing: .06em; color: var(--lp-muted); }
.lp-note { margin-top: 18px; font-size: .82rem; color: var(--lp-muted); text-align: center; }
.lp-note a { text-decoration: underline; }

/* ═══ デザインカード ═══ */
.lp-dcard {
    background: #fff; border: 1px solid var(--lp-line); border-radius: 12px; overflow: hidden;
    transition: box-shadow .2s, transform .2s, opacity .2s;
}
.lp-dcard:hover { box-shadow: 0 14px 34px rgba(0, 0, 0, .09); transform: translateY(-3px); }
.lp-dcard__media { display: block; aspect-ratio: 1 / 1; background: #f1ece3; overflow: hidden; }
.lp-dcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.lp-dcard:hover .lp-dcard__media img { transform: scale(1.04); }
.lp-dcard__ph {
    display: flex; align-items: center; justify-content: center; height: 100%; min-height: 160px;
    padding: 12px; text-align: center; font-family: var(--lp-serif); font-size: 1.15rem; color: var(--lp-gold-d);
}
.lp-dcard__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.lp-dcard__meta { font-size: .72rem; font-weight: 700; letter-spacing: .12em; color: var(--lp-gold-d); }
.lp-dcard__name { font-family: var(--lp-serif); font-size: 1.35rem; font-weight: 500; line-height: 1.4; }
.lp-dcard__note { font-size: .88rem; color: var(--lp-ink-2); }
.lp-dcard__spec { font-size: .78rem; color: var(--lp-muted); }
.lp-dcard__price { font-size: 1.3rem; font-weight: 700; line-height: 1.4; margin-top: auto; padding-top: 6px; }
.lp-dcard__price small { font-size: .72rem; font-weight: 400; color: var(--lp-muted); margin-left: 2px; }
.lp-tax { display: block; font-size: .78rem; font-weight: 400; color: var(--lp-muted); }
.lp-sets { display: flex; flex-wrap: wrap; gap: 4px 6px; margin-top: 4px; }
.lp-set { display: inline-block; padding: 1px 8px; border-radius: 999px; font-size: .72rem; font-weight: 600; background: var(--lp-cream); color: var(--lp-ink-2); border: 1px solid var(--lp-line); }
.lp-set--partial { background: #fff; color: var(--lp-ng); border-color: currentColor; }
.lp-set--alt { font-weight: 400; background: transparent; }
.lp-dcard .lp-btn { align-self: stretch; margin-top: 4px; }
.lp-dcard.is-na { opacity: .42; }
.lp-dcard.is-na:hover { transform: none; box-shadow: none; }
.lp-dcard.is-na [data-lp-link] { pointer-events: none; cursor: default; }

/* レーダー（design/耐久/手入れ/快適/高級感） */
.lp-radar { display: grid; grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 6px 14px; margin: 4px 0 2px; }
.lp-radar div { display: grid; grid-template-columns: 4.8em 1fr; align-items: center; gap: 8px; }
.lp-radar dt { font-size: .72rem; color: var(--lp-muted); }
.lp-radar dd { margin: 0; height: 5px; background: #ece5d9; border-radius: 3px; overflow: hidden; }
.lp-radar dd span { display: block; height: 100%; background: linear-gradient(90deg, var(--lp-gold-d), var(--lp-gold)); }

/* ═══ STEP3 スタイル別おすすめ ═══ */
.lp-styles { background: #fff; }
.lp-style + .lp-style { margin-top: 64px; }
.lp-style__head {
    display: grid; grid-template-columns: auto 1fr; gap: 4px 18px; align-items: baseline;
    margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--lp-line);
}
.lp-style__tag {
    grid-row: span 2; align-self: start; white-space: nowrap;
    background: var(--lp-ink); color: var(--lp-gold); font-size: .78rem; font-weight: 700; padding: 6px 12px; border-radius: 4px;
}
.lp-style__head h3 { font-family: var(--lp-serif); font-size: 1.45rem; font-weight: 500; line-height: 1.5; }
.lp-style__head p { font-size: .9rem; color: var(--lp-ink-2); }
.lp-style__cards { display: grid; grid-template-columns: 1fr; gap: 22px; }
.lp-style__cards--1 .lp-dcard--big { max-width: 900px; }

/* ═══ 全デザイン ═══ */
.lp-lineup { background: var(--lp-cream); }
.lp-series + .lp-series { margin-top: 40px; }
.lp-series__title { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 1rem; font-weight: 700; }
.lp-series__title::before { content: ''; width: 18px; height: 2px; background: var(--lp-gold); }
.lp-series__title span { font-size: .75rem; font-weight: 400; color: var(--lp-muted); }
.lp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.lp-dcard--sm .lp-dcard__link { display: flex; flex-direction: column; height: 100%; }
.lp-dcard--sm .lp-dcard__name { display: block; font-size: 1.02rem; padding: 10px 12px 0; }
.lp-dcard--sm .lp-dcard__spec { display: block; padding: 2px 12px 0; }
.lp-dcard--sm .lp-dcard__price { display: block; font-size: 1.02rem; padding: 6px 12px 14px; }
.lp-dcard--sm .lp-tax { font-size: .7rem; }
.lp-dcard__go { display: block; margin-top: auto; padding: 8px 12px 14px; font-size: .8rem; font-weight: 700; color: var(--lp-gold-d); }
.lp-dcard__go::after { content: ' →'; }

/* ═══ フロアマット ═══ */
.lp-mats { background: var(--lp-dark); color: #fff; }
.lp-mats .lp-label { color: var(--lp-gold); }
.lp-mats .lp-head p:not(.lp-label) { color: rgba(255, 255, 255, .72); }
.lp-mat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.lp-mcard { display: flex; flex-direction: column; background: #1f1f1f; border: 1px solid #2f2f2f; border-radius: 12px; overflow: hidden; }
.lp-mcard__media { aspect-ratio: 4 / 3; background: #2a2a2a; overflow: hidden; }
.lp-mcard__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-mcard__media .lp-dcard__ph { color: var(--lp-gold); }
.lp-mcard__body { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 20px; }
.lp-mcard h4 { font-family: var(--lp-serif); font-size: 1.2rem; font-weight: 500; }
.lp-mcard .lp-dcard__meta { color: var(--lp-gold); }
.lp-mcard .lp-dcard__spec { color: rgba(255, 255, 255, .55); }
.lp-mcard__expl { font-size: .85rem; color: rgba(255, 255, 255, .76); }
.lp-mcard .lp-dcard__price small { color: rgba(255, 255, 255, .55); }
.lp-mcard .lp-btn { margin-top: auto; }
.lp-mcard__opts { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.lp-mcard__opts a {
    display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center;
    padding: 10px 12px; border: 1px solid #3a3a3a; border-radius: 8px; font-size: .84rem; line-height: 1.5; transition: .2s;
}
.lp-mcard__opts a:hover { border-color: var(--lp-gold); background: rgba(191, 163, 120, .1); }
.lp-mcard__pn { font-family: var(--lp-en); font-size: .72rem; letter-spacing: .04em; color: var(--lp-gold); white-space: nowrap; }
.lp-arrow { color: var(--lp-gold); }

/* ═══ 適合一覧 ═══ */
.lp-fit { background: #fff; }
.lp-fit__group { border: 1px solid var(--lp-line); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.lp-fit__group summary {
    list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px;
    padding: 16px 20px; background: var(--lp-cream); font-weight: 700;
}
.lp-fit__group summary::-webkit-details-marker { display: none; }
.lp-fit__group summary::after { content: '＋'; color: var(--lp-gold-d); font-weight: 400; }
.lp-fit__group[open] summary::after { content: '−'; }
.lp-fit__count { margin-left: auto; font-size: .78rem; font-weight: 400; color: var(--lp-muted); }
.lp-fit__rows { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 14px; padding: 16px; }
.lp-fit__row { display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--lp-line); border-radius: 8px; padding: 14px; font-size: .84rem; }
.lp-fit__pn { font-family: var(--lp-en); font-weight: 700; font-size: .98rem; letter-spacing: .04em; }
.lp-fit__meta { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; }
.lp-fit__meta dt { font-size: .78rem; color: var(--lp-muted); }
.lp-fit__meta dd { margin: 0; }
.lp-fit__meta small { color: var(--lp-muted); }
.lp-fit__cond { border-radius: 6px; padding: 10px 12px; font-size: .8rem; line-height: 1.7; word-break: break-word; }
.lp-fit__cond b { display: block; font-size: .72rem; margin-bottom: 2px; }
.lp-fit__cond.is-ok { background: #eef6f0; }
.lp-fit__cond.is-ok b { color: var(--lp-ok); }
.lp-fit__cond.is-ng { background: #fbefee; }
.lp-fit__cond.is-ng b { color: var(--lp-ng); }
.lp-fit__layout { max-width: 160px; border: 1px solid var(--lp-line); border-radius: 6px; background: #fff; }

/* ═══ 安心ポイント ═══ */
.lp-trust { background: #fff; padding: 64px 0; border-top: 1px solid var(--lp-line); }
.lp-trust__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.lp-trust__item { border-top: 2px solid var(--lp-gold); padding-top: 16px; }
.lp-trust__item b { display: block; font-size: 1rem; margin-bottom: 4px; }
.lp-trust__item p { font-size: .85rem; color: var(--lp-ink-2); }

/* ═══ 施工（自社サイトのみ）═══ */
.lp-install { background: var(--lp-cream); }
.lp-install__inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: center; }
.lp-install h2 { font-family: var(--lp-serif); font-size: clamp(1.45rem, 3vw, 1.9rem); font-weight: 500; line-height: 1.5; margin-bottom: 16px; }
.lp-install p { font-size: .95rem; color: var(--lp-ink-2); }
.lp-install__caution { margin-top: 10px; font-size: .82rem !important; color: var(--lp-muted) !important; }
.lp-install__box { background: #fff; border: 1px solid var(--lp-line); border-radius: 12px; padding: 24px; }
.lp-install__box dl { display: grid; grid-template-columns: 1fr auto; gap: 12px 16px; align-items: baseline; margin-bottom: 20px; }
.lp-install__box dt { font-size: .86rem; color: var(--lp-ink-2); }
.lp-install__box dd { margin: 0; font-size: 1.15rem; font-weight: 700; text-align: right; }
.lp-install__box dd small { display: block; font-size: .72rem; font-weight: 400; color: var(--lp-muted); }
.lp-install__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-install__btns .lp-btn { flex: 1 1 180px; }

/* ═══ FAQ ═══ */
.lp-faq { background: var(--lp-cream); }
.lp-faq__item { background: #fff; border: 1px solid var(--lp-line); border-radius: 10px; margin-bottom: 10px; }
.lp-faq__item summary { list-style: none; cursor: pointer; position: relative; padding: 18px 48px 18px 52px; font-weight: 700; line-height: 1.6; }
.lp-faq__item summary::-webkit-details-marker { display: none; }
.lp-faq__item summary::before { content: 'Q'; position: absolute; left: 20px; top: 16px; font-family: var(--lp-en); font-size: 1.1rem; color: var(--lp-gold-d); }
.lp-faq__item summary::after { content: '＋'; position: absolute; right: 20px; top: 18px; color: var(--lp-muted); font-weight: 400; }
.lp-faq__item[open] summary::after { content: '−'; }
.lp-faq__item p { padding: 0 22px 20px 52px; font-size: .9rem; color: var(--lp-ink-2); }

/* ═══ 関連記事 ═══ */
.lp-blog { background: #fff; }
.lp-blog__list { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.lp-blog__list a { display: flex; justify-content: space-between; gap: 14px; padding: 16px 18px; border: 1px solid var(--lp-line); border-radius: 8px; font-size: .92rem; transition: border-color .2s; }
.lp-blog__list a:hover { border-color: var(--lp-gold); }

/* ═══ 最後のひと押し ═══ */
.lp-final { background: var(--lp-dark); color: #fff; text-align: center; padding: 88px 0 100px; }
.lp-final h2 { font-family: var(--lp-serif); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 500; margin-bottom: 12px; }
.lp-final p { color: rgba(255, 255, 255, .72); margin-bottom: 28px; }
.lp-final__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.lp-final .lp-btn--ghost { color: #fff; }

/* ═══ 追従バー（型式の変更）═══ */
.lp-stick {
    position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 900;
    display: flex; align-items: center; gap: 14px; max-width: calc(100% - 24px); white-space: nowrap;
    background: rgba(20, 20, 20, .94); color: #fff; border: 1px solid rgba(191, 163, 120, .45);
    border-radius: 999px; padding: 8px 8px 8px 20px; font-size: .84rem; box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}
.lp-stick[hidden] { display: none; }
.lp-stick__now { overflow: hidden; text-overflow: ellipsis; }
.lp-stick b { color: var(--lp-gold); }
.lp-stick__btn { flex: none; background: var(--lp-gold); color: #1b1b1b !important; border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .8rem; }

/* ═══ 楽天GOLD用の外枠（自社サイトでは使わない）═══ */
.lp-body--gold { margin: 0; background: #fff; }
.lp-store {
    display: flex; justify-content: space-between; align-items: center; padding: 12px 20px;
    background: #fff; border-bottom: 1px solid #e7e1d6;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', Meiryo, sans-serif;
}
.lp-store__name { font-weight: 800; letter-spacing: .1em; font-size: 1.05rem; color: #1b1b1b; text-decoration: none; }
.lp-store__link { font-size: .8rem; color: #77716a; text-decoration: none; }
.lp-store-foot { text-align: center; padding: 28px 20px 96px; background: #111; font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', Meiryo, sans-serif; font-size: .85rem; }
.lp-store-foot a { color: #bfa378; text-decoration: none; }

/* ═══ レスポンシブ ═══ */
@media (min-width: 701px) {
    .lp-dcard--big { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
    .lp-dcard--big .lp-dcard__media { aspect-ratio: auto; min-height: 100%; }
}
@media (min-width: 1000px) {
    .lp-style__cards--2 { grid-template-columns: 1fr 1fr; }
    .lp-style__cards--2 .lp-dcard--big { grid-template-columns: 1fr; }
    .lp-style__cards--2 .lp-dcard--big .lp-dcard__media { aspect-ratio: 1 / 1; }
}
@media (max-width: 900px) {
    .lp-hero__inner { grid-template-columns: 1fr; gap: 8px; }
    .lp-hero__visual { order: -1; max-width: 420px; margin: 0 auto; }
    .lp-install__inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 700px) {
    .lp-section { padding: 60px 0; }
    .lp-wrap { padding: 0 16px; }
    .lp--web .lp-hero { padding-top: 96px; }
    .lp-hero__lead { font-size: .92rem; }
    .lp-hero__cta .lp-btn { width: 100%; }
    .lp-hero__quick { margin-top: 24px; }
    .lp-head { margin-bottom: 32px; }
    .lp-pains__grid { grid-template-columns: 1fr; gap: 14px; }
    .lp-pain { padding: 20px; grid-template-columns: 44px 1fr; }
    .lp-pain__icon { width: 44px; height: 44px; }
    .lp-tabs { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .lp-style__head { grid-template-columns: 1fr; }
    .lp-style__tag { justify-self: start; }
    .lp-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .lp-mat-grid { grid-template-columns: 1fr; }
    .lp-fit__rows { grid-template-columns: 1fr; padding: 10px; }
    .lp-fit__group summary { padding: 14px 16px; }
    .lp-faq__item summary { padding: 16px 40px 16px 44px; }
    .lp-faq__item summary::before { left: 16px; }
    .lp-faq__item p { padding: 0 16px 18px 44px; }
    .lp-stick { bottom: 10px; font-size: .78rem; padding-left: 14px; gap: 10px; }
}
