

:root {
  --cream: #f8f2e6;
  --cream-2: #fbf7ee;
  --paper: #fffdf8;
  --wine: #7b0714;
  --wine-2: #9c1522;
  --red: #c1121f;
  --gold: #c19a4d;
  --gold-2: #e3c67e;
  --gold-line: #d9bd7d;
  --navy: #16294f;
  --ink: #2b2521;
  --ink-soft: #4a4038;
  --line-green: #06c755;
  --line-green-d: #06863f;
  --max: 430px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body.lp-v3 {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
    system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #e9e2d4;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.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;
}

.lp-shell {
  max-width: var(--max);
  margin: 0 auto;
  background: var(--cream);
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.18);
}

.sec { position: relative; padding: 34px 20px 36px; overflow: hidden; }
.sec-head { text-align: center; margin-bottom: 18px; }

.kicker {
  font-size: 11px; letter-spacing: 0.28em; font-weight: 700;
  color: var(--gold); margin: 0 0 10px;
}
.kicker-gold { color: var(--gold-2); }

.head-deco { margin: 0; display: inline-block; position: relative; }
.head-deco-main {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-weight: 900; font-size: 26px; line-height: 1.4;
  color: var(--wine); letter-spacing: 0.03em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.head-deco::after {
  content: ""; display: block; width: 48px; height: 3px; margin: 12px auto 0;
  background: linear-gradient(90deg, var(--gold-2), var(--wine));
  border-radius: 2px;
}

.head-lead { margin: 12px 0 0; font-size: 13.5px; color: var(--ink-soft); }
.head-lead b { color: var(--wine); }
.head-lead-light { color: rgba(255, 248, 238, 0.82); }

.legal-note {
  margin: 12px 0 0; font-size: 10.5px; line-height: 1.65;
  color: #8c8377; text-align: left;
}
.legal-note-light { color: rgba(255, 248, 238, 0.6); }

.btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; min-height: 60px; padding: 0 18px; border-radius: 15px;
  font-size: 18px; font-weight: 800; letter-spacing: 0.02em;
  position: relative; overflow: hidden;
}

.btn-primary {
  background: linear-gradient(180deg, var(--red) 0%, #8a0a15 100%);
  color: #fff;
  border: 1.5px solid rgba(227, 198, 126, 0.65);
  box-shadow: 0 10px 24px rgba(123, 7, 20, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.btn-primary i { font-style: normal; font-size: 22px; line-height: 1; color: var(--gold-2); }
.btn-shine::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg); animation: shine 4.5s ease-in-out infinite;
}
@keyframes shine { 0%, 60% { left: -60%; } 100% { left: 130%; } }

.btn-line {
  margin-top: 12px; min-height: 54px; font-size: 13px; font-weight: 800;
  background: #fff; color: var(--line-green-d);
  border: 1.6px solid var(--line-green);
  box-shadow: 0 6px 14px rgba(6, 199, 85, 0.16);
}
.btn-line-ico {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--line-green); color: #fff; font-size: 11px; font-weight: 900;
  padding: 3px 7px; border-radius: 6px; letter-spacing: 0.02em;
}
.btn-line-onlight { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28); }

.cta-eyebrow {
  margin: 0 0 12px; font-size: 13px; font-weight: 700;
  color: var(--wine); text-align: center;
}
.cta-eyebrow-badge {
  display: inline-block; background: var(--wine); color: #fff;
  font-size: 10px; font-weight: 800; padding: 2px 7px; border-radius: 5px;
  margin-right: 7px; letter-spacing: 0.04em; vertical-align: 1px;
}

.sec-fv { padding: 22px 18px 24px; text-align: center; }
.fv-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url("./assets/bg/gold-fv.png") center top / cover no-repeat, var(--cream-2);
}
.fv-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0) 62%, var(--cream) 100%);
}
.fv-inner { position: relative; z-index: 1; }

.fv-logo { width: 60%; max-width: 240px; margin: 16px auto 0; }
.fv-eyebrow { width: 76%; margin: 14px auto 0; }
.fv-catch { width: 92%; margin: 12px auto 4px; }

.fv-cards { display: flex; justify-content: center; align-items: flex-end; gap: 0; margin: 6px auto 2px; width: 96%; }
.fv-card { margin: 0; filter: drop-shadow(0 8px 14px rgba(60, 40, 10, 0.28)); }
.fv-card img { border-radius: 6px; }
.fv-card-l { width: 34%; transform: rotate(-7deg) translateY(6px); }
.fv-card-c { width: 37%; position: relative; z-index: 2; }
.fv-card-r { width: 34%; transform: rotate(7deg) translateY(6px); }

.fv-action { margin-top: 22px; }
.fv-note { text-align: center; margin-top: 16px; }

.sec-why2 { padding: 32px 18px 34px; }
.why2-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url("./assets/bg/gold-two.png") center / cover no-repeat, var(--cream-2);
}
.why2-bg::after { content: ""; position: absolute; inset: 0; background: rgba(255, 252, 245, 0.34); }
.why2-inner { position: relative; z-index: 1; }
.why2-heading { width: 96%; max-width: 400px; margin: 0 auto 12px; display: block; }
.why2-lead { text-align: center; font-size: 14px; color: var(--ink); margin: 0 0 18px; }
.why2-lead b { color: var(--wine); font-weight: 800; }

.why2-card {
  position: relative; margin: 0; background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--gold-line); border-radius: 16px; overflow: hidden;
  padding: 18px 16px 16px 20px; box-shadow: 0 12px 26px rgba(90, 20, 25, 0.1);
}
.why2-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}
.why2-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.why2-num {
  font-family: "Hiragino Mincho ProN", serif; font-size: 46px; font-weight: 900;
  line-height: 0.9; color: var(--wine); flex: 0 0 auto;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}
.why2-num-red { color: var(--red); }
.why2-title-wrap { min-width: 0; }
.why2-tag { margin: 0; font-size: 19px; font-weight: 800; color: var(--wine); line-height: 1.2; }
.why2-tag small { font-size: 12px; font-weight: 700; }
.why2-tag-red { color: var(--red); }
.why2-metric { margin: 3px 0 0; font-size: 11.5px; color: var(--ink-soft); }
.why2-metric b { color: var(--wine); font-size: 15px; font-weight: 800; }
.why2-metric sup { font-size: 8px; color: #b3a892; }
.why2-q {
  font-family: "Hiragino Mincho ProN", serif; font-size: 16.5px; font-weight: 800;
  color: var(--ink); margin: 8px 0 6px;
}
.why2-a { margin: 0; font-size: 13.5px; line-height: 1.85; color: var(--ink-soft); }
.why2-a b { font-weight: 800; color: var(--wine); }
.why2-a mark {
  background: linear-gradient(transparent 62%, rgba(227, 198, 126, 0.7) 0);
  color: inherit; font-weight: 800; padding: 0 1px;
}
.why2-a mark.mark-red {
  background: linear-gradient(transparent 62%, rgba(193, 18, 31, 0.16) 0);
  color: var(--wine);
}
.why2-join { display: flex; justify-content: center; margin: 12px 0; }
.why2-join span { width: 2px; height: 24px; background: linear-gradient(180deg, var(--gold), rgba(217, 189, 125, 0)); }
.why2-note { text-align: center; margin-top: 14px; }

.sec-strong { background: linear-gradient(180deg, #1b1512 0%, #0c0907 100%); }
.strong-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(circle at 50% -6%, rgba(193, 18, 31, 0.18), transparent 58%),
    radial-gradient(circle at 90% 30%, rgba(193, 148, 60, 0.08), transparent 40%);
}
.sec-strong > *:not(.strong-bg) { position: relative; z-index: 1; }
.strong-plate {
  display: inline-block; margin: 0 auto;
  background: linear-gradient(180deg, #fbf6ea, #f2e8d1);
  border: 1.5px solid var(--gold-line); border-radius: 12px; padding: 11px 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.strong-plate .strong-heading-img { width: 100%; max-width: 300px; display: block; }

.strong-tabs { display: flex; gap: 8px; justify-content: center; margin: 16px 0 14px; }
.strong-tab {
  font-family: inherit; font-size: 13px; font-weight: 700; color: var(--gold-2);
  background: rgba(255, 255, 255, 0.05); border: 1.5px solid rgba(217, 189, 125, 0.45);
  border-radius: 999px; padding: 6px 18px; cursor: pointer; transition: 0.15s;
}
.strong-tab.is-active {
  background: linear-gradient(135deg, var(--red), var(--wine)); color: #fff; border-color: var(--red);
}

.strong-scroller { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 0; margin: 0; }
.strong-card {
  margin: 0; display: flex; flex-direction: column;
  background: linear-gradient(180deg, #221a15, #16100c);
  border: 1px solid rgba(217, 189, 125, 0.28); border-radius: 8px;
  padding: 4px 4px 6px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  color: #f4ece0;
}
.strong-thumb { position: relative; display: block; aspect-ratio: 3 / 4; background: #000; border-radius: 5px; overflow: hidden; }
.strong-badge {
  position: absolute; top: 2px; left: 2px; z-index: 2;
  background: linear-gradient(135deg, var(--red), var(--wine));
  color: #fff; font-size: 7px; font-weight: 800; padding: 2px 4px; border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.strong-thumb img { width: 100%; height: 100%; object-fit: contain; }
.strong-name {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin-top: 5px; font-size: 9px; font-weight: 700; line-height: 1.35; min-height: 2.5em; color: #e9e0d2;
}
.strong-see { display: none; }
.strong-cta { margin-top: 16px; }

.sec-steps { background: linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%); }
.steps-head { text-align: center; margin-bottom: 14px; }
.steps-heading { width: 96%; margin: 0 auto; }
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.step { margin: 0; position: relative; }
.step > img { width: 100%; filter: drop-shadow(0 6px 12px rgba(90, 20, 25, 0.12)); }
.step-has-note { z-index: 3; }
.step-note {
  position: absolute; right: -2px; bottom: -44px; width: 30%; max-width: 116px; z-index: 6;
  filter: drop-shadow(0 8px 14px rgba(90, 20, 25, 0.3));
}
.float-bounce { animation: floatbounce 2.2s ease-in-out infinite; transform-origin: center; }
@keyframes floatbounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-9px) rotate(-3deg); }
}
.steps-note { text-align: left; }

.sec-speed { padding: 32px 18px 34px; }
.speed-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url("./assets/bg/gold-speed.png") center / cover no-repeat, var(--cream-2);
}
.speed-bg::before { content: ""; position: absolute; inset: 0; background: rgba(255, 252, 245, 0.42); }
.speed-inner { position: relative; z-index: 1; text-align: center; }
.speed-heading { width: 74%; max-width: 300px; margin: 0 auto; }
.speed-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.speed-card {
  background: rgba(255, 253, 248, 0.9); border: 1px solid var(--gold-line);
  border-radius: 14px; padding: 14px 8px 10px; box-shadow: 0 6px 16px rgba(90, 20, 25, 0.08);
  display: flex; flex-direction: column; align-items: center;
}
.speed-mini-label { width: 82%; margin: 0 auto 8px; }
.speed-mini { width: 84%; max-width: 148px; margin: 0 auto; }
.speed-cond { font-size: 9.5px; line-height: 1.55; color: var(--ink-soft); margin: 8px 0 0; }
.jisha { font-weight: 700; color: var(--ink); white-space: nowrap; }

.sec-worries2 { padding: 34px 16px 40px; background: #0c1424; }
.worry2-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url("./assets/worry/v2-bg.png") center / cover no-repeat, #0c1424;
}
.worry2-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 28, 0.4), rgba(8, 14, 28, 0.05) 26%, rgba(8, 14, 28, 0.05) 74%, rgba(8, 14, 28, 0.4));
}
.worry2-inner { position: relative; z-index: 1; max-width: 400px; margin: 0 auto; text-align: center; }
.worry2-heading { width: 80%; max-width: 320px; margin: 0 auto 16px; display: block; }
.worry2-worries { width: 98%; margin: 0 auto; display: block; }
.worry2-join {
  font-family: "Hiragino Mincho ProN", serif; font-size: 20px; font-weight: 800;
  color: var(--gold-2); margin: 16px 0 6px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.worry2-join span { color: #fff; }
.worry2-answers { width: 98%; margin: 6px auto 0; display: block; }

.sec-jisseki { padding: 0 0 24px; background: #0d0a08; }
.jisseki-img { width: 100%; display: block; }
.jisseki-cta { padding: 22px 20px 0; }
.jisseki-note { padding: 12px 20px 0; text-align: center; }

.sec-compare { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.compare-card {
  position: relative; margin: 24px 0 0; background: var(--paper);
  border: 1px solid #efe4d0; border-radius: 18px; padding: 16px 12px 12px;
  box-shadow: 0 14px 34px rgba(90, 20, 25, 0.12);
}
.compare-flag {
  position: absolute; top: -13px; left: 33%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #4a2a06;
  font-size: 10px; font-weight: 900; letter-spacing: 0.04em; padding: 4px 12px 5px;
  border-radius: 6px; box-shadow: 0 4px 10px rgba(120, 90, 20, 0.3); z-index: 3;
}
.compare-flag::after {
  content: ""; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: var(--gold); border-bottom: 0;
}
.compare-wrap { overflow: hidden; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.compare-table th, .compare-table td {
  padding: 12px 4px; text-align: center; border-bottom: 1px solid #efe6d5; vertical-align: middle;
}
.compare-table thead th {
  font-size: 10px; font-weight: 800; color: var(--ink); line-height: 1.25;
  background: #f3ead8; border-radius: 8px 8px 0 0;
}
.compare-table .c-item { width: 74px; background: transparent; }
.compare-table tbody th {
  text-align: left; font-size: 10.5px; font-weight: 700; color: var(--ink);
  background: #faf4e7; line-height: 1.3; border-radius: 0;
}
.compare-table td { font-size: 16px; font-weight: 800; color: #c3baa9; }
.compare-table td span { display: block; font-size: 9px; color: var(--ink-soft); font-weight: 600; margin-top: 3px; line-height: 1.3; }
.compare-table td sup { font-size: 7px; }

.compare-table .c-homura {
  background: linear-gradient(180deg, rgba(193, 18, 31, 0.09), rgba(193, 18, 31, 0.035));
  box-shadow: inset 2px 0 0 var(--gold), inset -2px 0 0 var(--gold);
}
.compare-table thead .c-homura {
  background: linear-gradient(160deg, var(--red), var(--wine));
  color: #fff; font-size: 12px; box-shadow: inset 2px 0 0 var(--gold-2), inset -2px 0 0 var(--gold-2), 0 4px 12px rgba(123, 7, 20, 0.35);
  position: relative;
}
.compare-table thead .c-homura::before {
  content: "♛"; display: block; color: var(--gold-2); font-size: 13px; line-height: 1; margin-bottom: 3px;
}
.compare-table tbody .c-homura { color: var(--red); font-size: 21px; }
.compare-table tbody .c-homura span { color: var(--wine); font-weight: 700; }
.compare-table tbody tr:last-child .c-homura { box-shadow: inset 2px 0 0 var(--gold), inset -2px 0 0 var(--gold), inset 0 -2px 0 var(--gold); border-radius: 0 0 8px 8px; }
.compare-close { text-align: center; margin: 16px 0 0; font-size: 14px; font-weight: 700; color: var(--ink); }

.sec-voices { background: linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%); }
.voice-badge {
  display: inline-block; margin: 12px auto 0; padding: 7px 16px;
  font-size: 11px; font-weight: 700; color: var(--ink-soft);
  background: var(--paper); border: 1px solid var(--gold-line); border-radius: 999px;
}
.voice-badge b { color: var(--wine); }
.voice-badge sup { font-size: 7px; color: #b3a892; }
.voice-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; align-items: start; margin-top: 14px; }
.voice-card {
  position: relative; margin: 0; background: #fff; border: 1.5px solid var(--gold-line);
  border-radius: 12px; padding: 8px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.voice-card img { width: 100%; border-radius: 7px; border: 1px solid #eee6d6; }
.voice-chip {
  position: absolute; top: -9px; left: 8px; z-index: 2;
  font-size: 9.5px; font-weight: 800; color: #fff; padding: 3px 9px;
  border-radius: 999px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
}
.chip-speed { background: linear-gradient(135deg, var(--red), var(--wine)); }
.chip-price { background: linear-gradient(135deg, #cc9e3e, #a67c22); }
.chip-easy { background: linear-gradient(135deg, #23406f, var(--navy)); }
@media (max-width: 340px) { .voice-wall { grid-template-columns: 1fr; } }

.sec-stores { background: var(--cream); }
.store-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.store-card2 { margin: 0; text-align: center; }
.store-photo {
  display: block; aspect-ratio: 3 / 4; border-radius: 12px; overflow: hidden;
  border: 2px solid var(--gold-line); background: #000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}
.store-photo img { width: 100%; height: 100%; object-fit: cover; }
.store-card2 figcaption { margin-top: 8px; line-height: 1.2; }
.store-card2 figcaption b {
  display: block; font-family: "Hiragino Mincho ProN", serif;
  font-size: 15px; font-weight: 800; color: var(--wine);
}
.store-card2 figcaption span { font-size: 9.5px; color: var(--gold); letter-spacing: 0.14em; }

.sec-faq { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-list details { background: var(--paper); border: 1px solid #ece3d2; border-radius: 12px; padding: 2px 16px; overflow: hidden; }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 14px 24px 14px 0;
  font-size: 14px; font-weight: 700; color: var(--ink); position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 20px; color: var(--gold); font-weight: 400;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0 0 14px; font-size: 13px; line-height: 1.7; color: var(--ink-soft); }

.sec-final { padding: 46px 20px 54px; }
.final-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 240, 210, 0.2), transparent 55%),
    linear-gradient(165deg, var(--wine) 0%, #4f0912 60%, #2a1418 100%);
}
.final-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(227, 198, 126, 0.12) 1px, transparent 1px);
  background-size: 18px 18px; opacity: 0.5;
}
.final-deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.final-card { position: absolute; width: 96px; border-radius: 8px; opacity: 0.14; filter: saturate(0.9); }
.fc-1 { top: 26px; left: -30px; transform: rotate(-14deg); animation: floaty 6s ease-in-out infinite alternate; }
.fc-2 { bottom: 54px; right: -26px; transform: rotate(12deg); animation: floaty 7s ease-in-out infinite alternate; }
.final-ring {
  position: absolute; top: 6px; left: 50%; width: 208px; height: 208px; opacity: 0.55;
  transform: translateX(-50%); transform-origin: 50% 50%;
  animation: spin 26s linear infinite;
}
.final-ring-text { font-family: Georgia, "Times New Roman", serif; font-size: 10.5px; letter-spacing: 0.14em; font-weight: 700; fill: var(--gold-2); }
@keyframes spin { to { transform: translateX(-50%) rotate(360deg); } }
.final-inner { position: relative; z-index: 2; text-align: center; }
.final-head { margin: 0; font-size: 25px; line-height: 1.4; font-weight: 800; color: #fff; }
.final-head strong { color: var(--gold-2); }
.final-lead { margin: 12px 0 22px; font-size: 14px; color: rgba(255, 255, 255, 0.9); }
.final-actions { margin: 0 auto; }
.final-inner .legal-note { text-align: center; margin-top: 18px; }

.footer { background: #211c19; color: rgba(255, 255, 255, 0.78); padding: 34px 20px 92px; text-align: center; }
.footer-logo { width: 150px; margin: 0 auto 16px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer p { margin: 0 0 16px; font-size: 12px; line-height: 1.9; }
.footer a { color: rgba(255, 255, 255, 0.78); }
.footer nav { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.footer nav a { font-size: 12.5px; text-decoration: underline; text-underline-offset: 2px; }
.back-top { display: inline-block; font-size: 12px; margin-bottom: 14px; color: var(--gold-2); }
.footer small { display: block; font-size: 10.5px; opacity: 0.6; }

.sticky-cta {
  position: fixed; left: 50%; bottom: 12px; transform: translateX(-50%);
  z-index: 50; width: calc(100% - 24px); max-width: 406px;
  display: flex; gap: 8px; align-items: stretch;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sticky-cta.is-hidden { transform: translateX(-50%) translateY(140%); opacity: 0; pointer-events: none; }
.sticky-main {
  flex: 1 1 auto; display: flex; align-items: center; justify-content: center;
  min-height: 56px; padding: 0 16px; border-radius: 14px;
  background: linear-gradient(180deg, var(--red), #8a0a15); color: #fff;
  font-size: 16px; font-weight: 800;
  border: 1px solid rgba(227, 198, 126, 0.55);
  box-shadow: 0 8px 20px rgba(123, 7, 20, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.sticky-sub {
  flex: 0 0 92px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 56px; border-radius: 14px; gap: 1px;
  background: #fff; color: var(--line-green-d);
  font-size: 11px; font-weight: 800; line-height: 1.1;
  border: 1.6px solid var(--line-green);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.sticky-sub b { font-size: 12px; color: var(--line-green); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.reveal-left { transform: translateX(-34px); }
.reveal.reveal-right { transform: translateX(34px); }
.reveal.reveal-up { transform: translateY(30px); }
.reveal.reveal-pop { transform: scale(0.72); }
.reveal.reveal-fade { transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

@keyframes floaty { from { translate: 0 0; } to { translate: 0 -12px; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .btn-shine::after, .float-bounce, .final-ring, .final-card { animation: none; }
}

@media (max-width: 360px) {
  .head-deco-main { font-size: 23px; }
  .btn { font-size: 16px; min-height: 56px; }
  .final-head { font-size: 22px; }
  .why2-num { font-size: 40px; }
  .why2-tag { font-size: 17px; }
  .strong-name { font-size: 8px; }
}
@media (max-width: 330px) {
  .strong-scroller { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 431px) {
  .lp-shell { margin-top: 20px; margin-bottom: 20px; border-radius: 18px; }
}

.fv-logo { width: 44%; max-width: 176px; margin: 12px auto 0; }

.fv-pulse { animation: catchpulse 2.6s ease-in-out infinite; transform-origin: center; }
@keyframes catchpulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.055); } }

.why2-card-head { align-items: center; gap: 12px; }
.why2-numbox {
  flex: 0 0 auto; display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 13px;
  background: linear-gradient(160deg, #c1121f, #7b0714); color: #fff;
  font-family: "Hiragino Mincho ProN", serif; font-weight: 900; font-size: 25px; line-height: 1;
  border: 1.5px solid var(--gold-2); box-shadow: 0 6px 14px rgba(123, 7, 20, 0.3);
}
.why2-numbox small { font-family: inherit; display: block; font-size: 7.5px; letter-spacing: 0.14em; font-weight: 700; color: var(--gold-2); margin-bottom: 2px; }
.why2-numbox-red { background: linear-gradient(160deg, #cfa83f, #a67c22); }
.why2-tag { font-size: 20px; }
.why2-chip {
  display: inline-block; margin-top: 5px; font-size: 11px; font-weight: 700; color: var(--wine);
  background: rgba(227, 198, 126, 0.24); border: 1px solid var(--gold-line); border-radius: 999px; padding: 2px 11px;
}
.why2-chip b { color: var(--wine); font-size: 13px; }
.why2-chip sup { font-size: 8px; }
.why2-chip-red { color: var(--red); background: rgba(193, 18, 31, 0.08); border-color: rgba(193, 18, 31, 0.28); }
.why2-chip-red b { color: var(--red); }

.step-note-wrap {
  position: absolute; right: -2px; bottom: -38px; width: 34%; max-width: 130px; z-index: 6;
  background: #fffbe6; border: 2px solid var(--gold); border-radius: 16px; padding: 7px 7px 6px;
  box-shadow: 0 10px 18px rgba(90, 20, 25, 0.3);
}
.step-note-wrap .step-note { position: static; width: 100%; max-width: none; right: auto; bottom: auto; filter: none; }

.speed-lbl { margin: 0 0 3px; font-size: 11px; font-weight: 800; color: var(--wine); }
.speed-big { margin: 0; font-family: "Hiragino Mincho ProN", serif; line-height: 1; color: var(--red); font-weight: 900; white-space: nowrap; }
.speed-big .sb-pre { font-size: 14px; font-weight: 800; color: var(--ink); vertical-align: 8px; margin-right: 1px; }
.speed-big em { font-style: normal; font-size: 50px; color: var(--red); text-shadow: 0 2px 0 rgba(123, 7, 20, 0.22); }
.speed-big .sb-unit { font-size: 21px; font-weight: 800; color: var(--wine); }
.speed-sub { margin: 1px 0 0; font-size: 12px; font-weight: 700; color: var(--ink-soft); }

.sec-worries2 { padding: 0; background: #0c1424; }
.worry2-single { width: 100%; display: block; }

.compare-table thead .c-homura {
  background: linear-gradient(160deg, #ecd191, #cba24e);
  color: var(--wine); font-size: 12px;
  box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, 0 4px 12px rgba(180, 140, 50, 0.28);
}
.compare-table thead .c-homura::before { content: ""; display: none; }
.compare-table .c-homura {
  background: linear-gradient(180deg, rgba(236, 209, 145, 0.32), rgba(236, 209, 145, 0.16));
  box-shadow: inset 2px 0 0 var(--gold), inset -2px 0 0 var(--gold);
}
.compare-table tbody .c-homura { color: var(--red); font-size: 21px; }
.compare-table tbody .c-homura span { color: var(--wine); font-weight: 700; }
.compare-table tbody tr:last-child .c-homura { box-shadow: inset 2px 0 0 var(--gold), inset -2px 0 0 var(--gold), inset 0 -2px 0 var(--gold); }

.voice-wall { grid-template-columns: 1fr; gap: 20px; }
.voice-card { padding: 10px; }
.voice-chip { font-size: 10.5px; padding: 4px 12px; top: -11px; }

.footer-logo-plate {
  display: inline-block; background: #f6efe0; border-radius: 12px; padding: 12px 22px; margin: 0 auto 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
}
.footer-logo { width: 190px; max-width: 60vw; margin: 0; filter: none; opacity: 1; }

.bridge-flow { position: relative; height: 116px; margin: 6px 0 -1px; overflow: hidden; pointer-events: none; z-index: 2; }
.flow-arc { position: absolute; left: 50%; top: 4px; transform: translateX(-50%); width: 100%; max-width: 430px; height: 116px; }
.flow-arc-text { font-family: Georgia, "Times New Roman", serif; font-size: 11px; letter-spacing: 0.1em; font-weight: 700; fill: var(--gold); }
.flow-cards { position: absolute; inset: 0; }
.flow-card { position: absolute; bottom: 2px; width: 44px; border-radius: 4px; box-shadow: 0 6px 12px rgba(60, 40, 10, 0.32); }
.fl-1 { left: 7%;  transform: rotate(-17deg) translateY(8px); }
.fl-2 { left: 27%; transform: rotate(-8deg) translateY(-2px); }
.fl-3 { left: 50%; margin-left: -26px; width: 52px; transform: rotate(0deg) translateY(-9px); z-index: 2; }
.fl-4 { right: 27%; transform: rotate(8deg) translateY(-2px); }
.fl-5 { right: 7%;  transform: rotate(17deg) translateY(8px); }

.sec-strong.sec-cut-top { clip-path: polygon(0 26px, 100% 0, 100% 100%, 0 100%); padding-top: 58px; }

@media (prefers-reduced-motion: reduce) { .fv-pulse { animation: none; } }

.bridge-flow { display: none; }
.bridge-stream {
  position: relative; padding: 18px 0 22px; overflow: hidden; pointer-events: none;
  background: linear-gradient(180deg, var(--cream-2), var(--cream));
}
.bridge-stream::before, .bridge-stream::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 46px; z-index: 2;
}
.bridge-stream::before { left: 0; background: linear-gradient(90deg, var(--cream-2), transparent); }
.bridge-stream::after { right: 0; background: linear-gradient(270deg, var(--cream-2), transparent); }
.stream-row { overflow: hidden; }
.stream-row + .stream-row { margin-top: 10px; }
.stream-track { display: flex; width: max-content; will-change: transform; }
.stream-row-1 .stream-track { animation: streamL 96s linear infinite; }
.stream-row-2 .stream-track { animation: streamR 108s linear infinite; }
.stream-set { display: flex; gap: 8px; padding-right: 8px; }
.stream-set img {
  height: 84px; width: auto; border-radius: 4px; flex: 0 0 auto;
  box-shadow: 0 4px 9px rgba(60, 40, 10, 0.22);
}
@keyframes streamL { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes streamR { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.step-note-wrap {
  width: 25%; max-width: 100px; right: 0; bottom: -26px;
  animation: notecycle 5.6s ease-in-out infinite;
}
@keyframes notecycle {
  0% { opacity: 0; transform: translateY(6px) rotate(-3deg) scale(0.92); }
  10%, 66% { opacity: 1; transform: translateY(0) rotate(-3deg) scale(1); }
  76%, 100% { opacity: 0; transform: translateY(6px) rotate(-3deg) scale(0.92); }
}

.head-deco-main {
  font-size: 30px; line-height: 1.38; color: #241d18;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
}
.head-deco-main em {
  font-style: normal;
  background: linear-gradient(180deg, #d3242f 12%, #8a0a15 88%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: #a30f1c;
  text-shadow: none;
}
.head-deco::after {
  content: ""; display: block; width: 150px; height: 10px; margin: 10px auto 0;
  background:
    radial-gradient(circle at 50% 50%, var(--gold) 2.6px, transparent 3px),
    linear-gradient(90deg, transparent, var(--gold-line) 18%, var(--gold-line) 82%, transparent) 50% 50% / 100% 1.5px no-repeat;
  border-radius: 0;
}

.voice-chip {
  font-family: "Hiragino Mincho ProN", serif; font-weight: 800; letter-spacing: 0.06em;
  background: linear-gradient(160deg, #9c1522, #6d0812);
  border: 1px solid var(--gold-2);
}
.chip-speed, .chip-price, .chip-easy { background: linear-gradient(160deg, #9c1522, #6d0812); }
.voice-badge {
  font-family: "Hiragino Mincho ProN", serif;
  color: var(--wine); background: transparent;
  border: none; border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line);
  border-radius: 0; padding: 6px 14px;
}
.voice-badge b { color: var(--red); }
.compare-close { font-family: "Hiragino Mincho ProN", serif; font-weight: 800; color: #241d18; }

@media (prefers-reduced-motion: reduce) {
  .stream-track { animation: none; }
  .step-note-wrap { animation: none; opacity: 1; }
}

.footer { padding: 24px 16px 88px; }
.footer-logo-plate { padding: 8px 16px; margin: 0 auto 12px; border-radius: 10px; }
.footer-logo { width: 132px; }
.footer-info { margin: 0 0 10px; font-size: 10.5px; line-height: 1.75; opacity: 0.85; }
.footer nav {
  flex-direction: row; flex-wrap: wrap; justify-content: center;
  gap: 4px 8px; margin-bottom: 10px;
}
.footer nav a { font-size: 10.5px; opacity: 0.85; }
.footer nav a + a::before { content: "・"; margin-right: 8px; text-decoration: none; display: inline-block; opacity: 0.6; }
.footer-bottom {
  display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0;
}
.footer-bottom .back-top { margin: 0; font-size: 11px; }
.footer-bottom small { display: inline; font-size: 10px; opacity: 0.6; }

.pc-side { display: none; }

@media (min-width: 900px) {
  body.lp-v3 {
    background:
      radial-gradient(circle at 18% 20%, rgba(227, 198, 126, 0.22), transparent 42%),
      radial-gradient(circle at 84% 72%, rgba(227, 198, 126, 0.18), transparent 40%),
      linear-gradient(180deg, #f6efdf 0%, #efe6d0 100%);
  }
  .lp-shell { box-shadow: 0 0 90px rgba(80, 40, 10, 0.28); }

  
  .pc-side {
    display: block; position: fixed; top: 0; bottom: 0; z-index: 5;
    width: calc(50vw - 245px); min-width: 180px; pointer-events: none;
  }
  .pc-side-l { left: 0; }
  .pc-side-r { right: 0; }

  
  .pc-logo {
    position: absolute; top: 42px; left: 50%; transform: translateX(-50%);
    width: min(200px, 62%); background: rgba(255, 253, 246, 0.9);
    padding: 10px 16px; border-radius: 12px;
    box-shadow: 0 8px 20px rgba(90, 50, 10, 0.14);
  }
  .pc-copy {
    position: absolute; top: 128px; left: 50%; transform: translateX(-50%);
    margin: 0; width: 100%; text-align: center;
    font-family: "Hiragino Mincho ProN", serif; font-size: 12.5px; font-weight: 700;
    letter-spacing: 0.18em; color: #7b0714; line-height: 2;
  }
  .pc-card {
    position: absolute; width: clamp(88px, 42%, 150px); border-radius: 6px;
    box-shadow: 0 14px 26px rgba(60, 30, 5, 0.24);
    animation: floaty 7s ease-in-out infinite alternate;
  }
  .pcl-1 { top: 24%; left: 6%; transform: rotate(-10deg); }
  .pcl-2 { top: 37%; right: 4%; transform: rotate(7deg); animation-delay: 1.2s; }
  .pcl-3 { top: 55%; left: 10%; transform: rotate(-6deg); animation-delay: 2.1s; }
  .pcl-4 { top: 70%; right: 8%; transform: rotate(11deg); animation-delay: 0.6s; }
  .pcl-5 { top: 86%; left: 18%; transform: rotate(-13deg); animation-delay: 1.7s; }
  .pcr-1 { top: 8%; left: 8%; transform: rotate(9deg); animation-delay: 0.9s; }
  .pcr-2 { top: 24%; right: 6%; transform: rotate(-8deg); animation-delay: 1.9s; }
  .pcr-3 { top: 42%; left: 12%; transform: rotate(6deg); animation-delay: 0.3s; }

  
  .pc-qr-panel {
    position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
    width: min(200px, 74%); pointer-events: auto; text-align: center;
    background: #fffdf8; border: 1.5px solid var(--gold-line); border-radius: 16px;
    padding: 14px 14px 16px; box-shadow: 0 14px 30px rgba(60, 30, 5, 0.18);
  }
  .pc-qr-title { margin: 0 0 8px; font-size: 12px; font-weight: 800; color: var(--line-green-d); }
  .pc-qr { width: 74%; margin: 0 auto; border: 1px solid #eee; border-radius: 8px; }
  .pc-qr-note { margin: 6px 0 10px; font-size: 10px; color: var(--ink-soft); }
  .pc-qr-btn {
    display: block; padding: 9px 6px; border-radius: 10px;
    background: linear-gradient(180deg, var(--red), #8a0a15); color: #fff;
    font-size: 12px; font-weight: 800;
    border: 1px solid rgba(227, 198, 126, 0.6);
    box-shadow: 0 6px 14px rgba(123, 7, 20, 0.3);
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .pcl-2, .pcl-4, .pcr-1 { display: none; }
}
@media (prefers-reduced-motion: reduce) { .pc-card { animation: none; } }

@media (min-width: 900px) {
  
  .pc-card { width: clamp(68px, 30%, 108px); box-shadow: 0 10px 18px rgba(60, 30, 5, 0.2); }

  
  .pc-promo {
    position: absolute; top: 196px; left: 50%; transform: translateX(-50%);
    width: min(210px, 78%); pointer-events: auto; text-align: center;
    background: #fffdf8; border: 1.5px solid var(--gold-line); border-radius: 16px;
    padding: 14px 14px 16px; box-shadow: 0 14px 30px rgba(60, 30, 5, 0.16);
  }
  .pc-promo-badge {
    display: inline-block; margin: 0 0 8px; padding: 4px 12px;
    background: linear-gradient(160deg, var(--red), var(--wine)); color: #fff;
    font-size: 11.5px; font-weight: 800; border-radius: 999px;
    border: 1px solid var(--gold-2);
  }
  .pc-promo-lead { margin: 0 0 10px; font-size: 11px; line-height: 1.8; color: var(--ink-soft); font-weight: 700; }
  .pc-promo-lead small { display: block; font-size: 9px; font-weight: 600; color: #a3987f; }

  
  .pcl-1 { top: 42%; }
  .pcl-2 { top: 53%; }
  .pcl-3 { top: 66%; }
  .pcl-4 { top: 78%; }
  .pcl-5 { top: 88%; }
}

body.lp-v3 { color: #241c15; }
.why2-a, .head-lead, .why2-lead, .final-lead,
.faq-list details p, .speed-cond, .compare-table td span, .steps-note {
  font-weight: 600;
}
.why2-a { font-size: 14.5px; color: #382d23; line-height: 1.9; }
.why2-q { font-size: 18px; color: #1f1812; }
.why2-lead { font-size: 14.5px; }
.head-lead { font-size: 14px; color: #382d23; }
.faq-list details p { font-size: 13.5px; color: #382d23; }
.faq-list summary { font-size: 14.5px; color: #1f1812; }
.speed-cond { font-size: 10.5px; color: #4a4038; }
.compare-table td span { font-size: 10px; color: #382d23; }
.compare-table tbody th { color: #1f1812; }
.legal-note { color: #756c5d; font-weight: 500; }
.cta-eyebrow { font-size: 13.5px; }

.fv-catch {
  filter: brightness(1.09) saturate(1.07)
    drop-shadow(0 0 14px rgba(255, 249, 225, 0.9))
    drop-shadow(0 6px 14px rgba(96, 42, 0, 0.18));
}
.fv-eyebrow { filter: drop-shadow(0 0 8px rgba(255, 249, 225, 0.8)); }

.why2-plate {
  display: block; width: min(96%, 400px); margin: 0 auto 14px;
  background: rgba(255, 253, 246, 0.96);
  border: 1.5px solid var(--gold-line); border-radius: 14px;
  padding: 14px 12px;
  box-shadow: 0 12px 26px rgba(90, 50, 10, 0.16), inset 0 1px 0 #fff;
}
.why2-plate .why2-heading { width: 100%; margin: 0; }

.stream-set img { height: 78px; }

.stream-track { will-change: auto; }
.stream-row-1 .stream-track { animation-duration: 46s; }
.stream-row-2 .stream-track { animation-duration: 52s; }

.head-deco-main {
  font-size: 32px;
  -webkit-text-stroke: 1.25px #241d18;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.55), 0 4px 10px rgba(90, 50, 10, 0.16);
}
.head-deco-main em {
  -webkit-text-stroke: 1.25px #96101b;
  text-shadow: none;
}
@media (max-width: 360px) { .head-deco-main { font-size: 27px; } }
