/* ===============================
   虎王散無双 LP スタイル
   黒基調・金アクセント・高級感版
   1080px画像LP + フォーム一体型
   PC固定フォームボタン / スマホ下部固定ボタン対応
   =============================== */

* {
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --black-soft: #0b0b0b;
  --black-card: #111111;
  --black-card-2: #17120b;
  --gold: #d4af37;
  --gold-deep: #9b741c;
  --gold-light: #fff0ad;
  --gold-pale: #f8e7a0;
  --red: #b00000;
  --red-deep: #780000;
  --white: #ffffff;
  --text: #f7f1dc;
  --muted: #c7b98d;
  --line: rgba(212, 175, 55, 0.36);
  --line-strong: rgba(212, 175, 55, 0.72);
  --shadow-gold: 0 12px 34px rgba(212, 175, 55, 0.18);
  --shadow-dark: 0 18px 46px rgba(0, 0, 0, 0.58);
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12) 0%, rgba(5, 5, 5, 0) 34%),
    linear-gradient(180deg, #000000 0%, #090602 48%, #000000 100%);
}

/* ===== 全体 ===== */
.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 !important;
  background: var(--black);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.72);
}

/* ===== LP画像 ===== */
.lp-images {
  margin: 0;
  padding: 0;
  line-height: 0;
  background: var(--black);
}

.hero-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.lp-anchor {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lp-anchor .hero-img {
  display: block;
}

/* ===== フォーム全体 ===== */
form {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px 18px 56px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.16) 0%, rgba(5, 5, 5, 0) 34%),
    linear-gradient(180deg, #050505 0%, #100b05 48%, #050505 100%);
  border-top: 1px solid var(--line-strong);
}

/* ===== セクション共通 ===== */
.form-section {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 28px;
  padding: 30px 18px;
  background:
    linear-gradient(180deg, rgba(22, 18, 11, 0.98) 0%, rgba(8, 8, 8, 0.98) 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-dark), var(--shadow-gold);
  position: relative;
  overflow: hidden;
}

.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 240, 173, 0.8), transparent);
  pointer-events: none;
}

.form-section:last-child {
  margin-bottom: 0;
}

.form-eyebrow {
  margin: 0 0 9px;
  text-align: center;
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.34);
}

.form-section h2 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  color: var(--gold-light);
  font-size: clamp(1.35rem, 4.6vw, 1.95rem);
  line-height: 1.36;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
}

.form-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.58);
}

.section-hint {
  margin: 0 auto 22px;
  max-width: 720px;
  color: #e8dcc0;
  font-size: 0.98rem;
  line-height: 1.85;
  text-align: center;
}

/* ===== dl/ddリセット ===== */
.mailform {
  margin: 0;
  padding: 0;
}

.mailform dd,
.payment-methods {
  margin: 0;
  padding: 0;
}

/* ===== 商品カード ===== */
.product-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.select-card {
  position: relative;
  display: block;
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(24, 19, 11, 0.98) 0%, rgba(9, 9, 9, 0.98) 100%);
  border: 2px solid rgba(212, 175, 55, 0.38);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.select-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 16px 38px rgba(212, 175, 55, 0.20), 0 18px 42px rgba(0, 0, 0, 0.55);
}

.select-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.card-inner {
  height: 100%;
  padding: 28px 18px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.14) 0%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(17, 13, 7, 0.98) 0%, rgba(7, 7, 7, 0.98) 100%);
}

.select-card input[type="radio"]:checked + .card-inner {
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.22) 0%, rgba(0, 0, 0, 0) 40%),
    linear-gradient(180deg, rgba(28, 22, 11, 0.98) 0%, rgba(8, 8, 8, 0.98) 100%);
  outline: 4px solid rgba(212, 175, 55, 0.86);
  outline-offset: -4px;
}

.check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 13px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.select-card input[type="radio"]:checked + .card-inner .check-mark {
  color: #ffffff;
  background: linear-gradient(180deg, #d90000 0%, #8b0000 100%);
  border-color: rgba(255, 226, 139, 0.84);
  box-shadow: 0 0 18px rgba(176, 0, 0, 0.38);
}

.select-card input[type="radio"]:checked + .card-inner .check-mark::before {
  content: "\2713 ";
}

.option-img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto 16px;
  border-radius: 12px;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.62));
}

.product-name {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(1.18rem, 4vw, 1.5rem);
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.22);
}

.product-copy {
  margin: 9px 0 0;
  color: #fff8df;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
}

.set-detail {
  display: inline-block;
  margin: 13px 0 0;
  padding: 12px 14px;
  color: #f8edd0;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(212, 175, 55, 0.36);
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.75;
}

.set-detail strong {
  color: var(--gold-light);
  font-size: 1.05em;
}

.product-price {
  margin: 16px 0 0;
  color: var(--gold-light);
  font-size: clamp(2.15rem, 8vw, 3.15rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.32);
}

.unit-price {
  margin: 9px 0 0;
  color: #f4df9d;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.55;
}

.select-card.popular {
  border-color: var(--gold);
  background: #0b0804;
  box-shadow: 0 14px 34px rgba(212, 175, 55, 0.18), 0 16px 42px rgba(0, 0, 0, 0.58);
}

.badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px 18px;
  color: #ffffff;
  background: linear-gradient(180deg, #d40000 0%, #7e0000 100%);
  font-weight: 900;
  font-size: 0.92rem;
  border-bottom-left-radius: 15px;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 18px rgba(176, 0, 0, 0.36);
}

/* ===== 支払い方法・説明カード ===== */
.payment-methods {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.radio-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 76px;
  padding: 17px 16px 17px 48px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(22, 17, 10, 0.96) 0%, rgba(9, 9, 9, 0.96) 100%);
  border: 2px solid rgba(212, 175, 55, 0.30);
  border-radius: 17px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

div.radio-card {
  cursor: default;
}

.radio-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background:
    linear-gradient(180deg, rgba(31, 24, 12, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(212, 175, 55, 0.54);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
}

div.radio-card::before {
  background: linear-gradient(180deg, #fff0ad 0%, #d4af37 100%);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
}

.radio-card:has(input[type="radio"]:checked) {
  border-color: var(--gold);
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.16) 0%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(31, 24, 12, 0.98) 0%, rgba(9, 9, 9, 0.98) 100%);
}

.radio-card:has(input[type="radio"]:checked)::before {
  border-color: var(--gold-light);
  box-shadow: inset 0 0 0 5px #111111, 0 0 12px rgba(212, 175, 55, 0.36);
  background: var(--gold);
}

.radio-card span {
  display: block;
  color: var(--gold-light);
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.55;
}

.radio-card small {
  display: block;
  margin-top: 5px;
  color: #d8ccb0;
  font-size: 0.89rem;
  font-weight: 500;
  line-height: 1.7;
}

/* ===== 入力欄 ===== */
.input-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 18px;
}

.input-wrap label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.98rem;
  font-weight: 900;
}

.input-wrap label small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}

.input-wrap input,
.input-wrap textarea {
  width: 100%;
  padding: 15px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(212, 175, 55, 0.38);
  border-radius: 13px;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.32);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.input-wrap input:focus,
.input-wrap textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16), inset 0 2px 10px rgba(0, 0, 0, 0.28);
}

.input-wrap textarea {
  resize: vertical;
}

.final-price {
  width: 100%;
  padding: 19px 16px;
  color: var(--gold-light);
  background:
    linear-gradient(180deg, rgba(52, 0, 0, 0.94) 0%, rgba(132, 0, 0, 0.94) 48%, rgba(64, 0, 0, 0.96) 100%);
  border: 2px solid var(--gold);
  border-radius: 16px;
  font-size: clamp(2rem, 8vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 24px rgba(176, 0, 0, 0.28), 0 0 20px rgba(212, 175, 55, 0.16);
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.3);
}

/* ===== 確認チェック ===== */
.confirm-area {
  width: 100%;
  max-width: 720px;
  margin: 28px auto 12px;
  padding: 18px 14px;
  background: rgba(212, 175, 55, 0.08);
  border: 1.5px solid rgba(212, 175, 55, 0.42);
  border-radius: 15px;
  text-align: center;
}

.confirm-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff4cf;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6;
}

.confirm-label input {
  width: 25px;
  height: 25px;
  accent-color: var(--gold);
}

.od_buttons {
  width: 100%;
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
}

.button {
  width: 100%;
  max-width: 580px;
  padding: 20px 18px;
  color: #ffffff;
  background:
    linear-gradient(180deg, #e00000 0%, #a30000 48%, #6f0000 100%);
  border: 2px solid var(--gold);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(176, 0, 0, 0.34), 0 0 22px rgba(212, 175, 55, 0.22);
  font-size: clamp(1.1rem, 4.4vw, 1.4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.26);
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(176, 0, 0, 0.44), 0 0 26px rgba(212, 175, 55, 0.30);
}

/* ===== フッター ===== */
.site-footer {
  width: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.13) 0%, rgba(0, 0, 0, 0) 38%),
    linear-gradient(180deg, #080808 0%, #000000 100%);
  color: #ffffff;
  text-align: center;
  padding: 38px 18px 102px;
  border-top: 3px solid var(--gold);
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0 0 18px;
  padding: 0;
}

.footer-links a {
  color: #fff1ba;
  text-decoration: none;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.42);
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

/* ===== 固定ボタン共通 ===== */
.mobile-fixed-buttons {
  z-index: 10000;
}

.mobile-fixed-buttons a {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
}

/* ===== PC固定フォームボタン ===== */
@media (min-width: 769px) {
  body {
    padding-bottom: 0;
  }

  .mobile-fixed-buttons {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 10000;
    display: block;
    width: 260px;
    border-radius: 999px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .mobile-fixed-buttons .call-btn {
    display: none;
  }

  .mobile-fixed-buttons .mail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    min-height: 60px;
    padding: 16px 22px;
    color: #ffffff;
    background:
      linear-gradient(180deg, #e00000 0%, #a30000 48%, #6f0000 100%);
    border: 2px solid var(--gold);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(176, 0, 0, 0.38), 0 0 24px rgba(212, 175, 55, 0.28);
    font-size: 1.02rem;
    line-height: 1.35;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  }

  .mobile-fixed-buttons .mail-btn::before {
    content: "初回980円";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 4px 9px;
    color: #2a1600;
    background: linear-gradient(180deg, #fff3b8 0%, #d4af37 100%);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .mobile-fixed-buttons .mail-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow: 0 16px 36px rgba(176, 0, 0, 0.48), 0 0 30px rgba(212, 175, 55, 0.38);
  }
}

/* ===== スマホ下部固定ボタン ===== */
@media (max-width: 768px) {
  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom, 0));
  }

  .mobile-fixed-buttons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background: rgba(0, 0, 0, 0.92);
    border-top: 1px solid rgba(212, 175, 55, 0.52);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(8px);
  }

  .mobile-fixed-buttons a {
    width: 50%;
    padding: 15px 8px;
    color: #ffffff;
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .call-btn {
    background:
      linear-gradient(180deg, #2a2112 0%, #0c0c0c 100%);
    border-right: 1px solid rgba(212, 175, 55, 0.35);
  }

  .mail-btn {
    background:
      linear-gradient(180deg, #e00000 0%, #a30000 48%, #6f0000 100%);
  }
}

/* ===== レスポンシブ ===== */
@media (max-width: 700px) {
  form {
    padding: 30px 12px 42px;
  }

  .form-section {
    padding: 26px 13px;
    border-radius: 20px;
  }

  .option-img {
    max-width: 280px;
  }

  .radio-card {
    padding: 15px 14px 15px 46px;
  }

  .section-hint {
    font-size: 0.93rem;
  }
}

/* ===== PC表示幅調整 ===== */
@media (min-width: 1024px) {
  .wrapper {
    max-width: 760px;
  }

  .lp-images {
    width: 100%;
  }
}

/* ======================================================
   虎王散無双 共通下層ページ・FAQ・利用規約・プライバシー・サンクス
====================================================== */

.page-wrapper,
.thanks-wrapper {
  max-width: 900px;
  padding: 34px 16px 90px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.13) 0%, rgba(5, 5, 5, 0) 34%),
    linear-gradient(180deg, #050505 0%, #100b05 48%, #050505 100%);
}

.page-head {
  text-align: center;
  margin-bottom: 30px;
}

.page-eyebrow {
  margin: 0 0 8px;
  color: var(--gold-light);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.page-wrapper h1,
.thanks-section h1 {
  margin: 0;
  padding-bottom: 14px;
  color: var(--gold-light);
  font-size: clamp(1.65rem, 5.5vw, 2.25rem);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.04em;
  position: relative;
  text-align: center;
}

.page-wrapper h1::after,
.thanks-section h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 96px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
}

.page-lead {
  max-width: 700px;
  margin: 18px auto 0;
  color: #e8dcc0;
  font-size: 0.98rem;
  line-height: 1.85;
  text-align: center;
}

.section-box,
.faq-item,
.notice-box {
  width: 100%;
  margin: 0 auto 20px;
  background:
    linear-gradient(180deg, rgba(22, 18, 11, 0.98) 0%, rgba(8, 8, 8, 0.98) 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-dark), var(--shadow-gold);
  text-align: left;
  padding: 22px 20px;
}

.section-box h2 {
  color: var(--gold-light);
  font-size: 1.12rem;
  margin: 0 0 12px;
  border-left: 4px solid var(--gold);
  padding-left: 10px;
  line-height: 1.45;
  font-weight: 900;
}

.section-box p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.9;
}

.section-box p:last-child {
  margin-bottom: 0;
}

.section-box ul {
  margin: 8px 0 0 22px;
  padding-left: 0;
}

.section-box li {
  list-style-type: disc;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.8;
}

.info-block {
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #fff4cf;
  line-height: 1.8;
}

.faq-list {
  text-align: left;
}

.faq-q {
  color: var(--gold-light);
  font-weight: 900;
  font-size: 1.08rem;
  line-height: 1.55;
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
}

.faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 2px;
  background: linear-gradient(180deg, #d4af37 0%, #9b741c 100%);
  color: #0a0702;
  font-weight: 900;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 0.95rem;
  line-height: 26px;
}

.faq-a {
  line-height: 1.9;
  color: var(--text);
  font-size: 0.96rem;
  padding-left: 38px;
  position: relative;
}

.faq-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--gold);
  font-weight: 900;
  font-size: 1.05rem;
}

.faq-a a,
.section-box a,
.notice-box a {
  color: var(--gold-light);
  font-weight: 900;
  text-decoration: underline;
}

.thanks-section {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 18px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(22, 18, 11, 0.98) 0%, rgba(8, 8, 8, 0.98) 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-dark), var(--shadow-gold);
}

.thanks-section p {
  color: var(--text);
  line-height: 1.9;
  font-size: 1rem;
}

.thanks-button-area {
  margin-top: 32px;
}

.thanks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 30px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #e00000 0%, #a30000 48%, #6f0000 100%);
  border: 2px solid var(--gold);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(176, 0, 0, 0.34), 0 0 22px rgba(212, 175, 55, 0.22);
}

@media (max-width: 600px) {
  .page-wrapper,
  .thanks-wrapper {
    padding: 28px 12px 76px !important;
  }

  .section-box,
  .faq-item,
  .notice-box {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .section-box h2,
  .faq-q {
    font-size: 1rem;
  }

  .section-box p,
  .section-box li,
  .info-block,
  .faq-a,
  .notice-box {
    font-size: 0.9rem;
  }
}
/* ===== 単品購入カード：控えめ表示 ===== */
.select-card.single-muted {
  opacity: 0.58;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  transform: scale(0.96);
}

.select-card.single-muted:hover {
  opacity: 0.78;
  transform: scale(0.96) translateY(-1px);
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.select-card.single-muted .card-inner {
  padding: 18px 14px 16px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.92) 0%, rgba(8, 8, 8, 0.94) 100%);
}

.select-card.single-muted .option-img {
  display: none;
}

.select-card.single-muted .badge {
  display: none;
}

.select-card.single-muted .check-mark {
  min-width: 54px;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 3px 10px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.select-card.single-muted .product-name {
  font-size: clamp(1rem, 3.5vw, 1.18rem);
  color: rgba(255, 240, 173, 0.72);
}

.select-card.single-muted .product-copy {
  margin-top: 4px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 600;
}

.select-card.single-muted .set-detail {
  margin-top: 9px;
  padding: 9px 10px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.select-card.single-muted .set-detail strong {
  color: rgba(255, 240, 173, 0.7);
}

.select-card.single-muted .product-price {
  margin-top: 10px;
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  color: rgba(255, 255, 255, 0.72);
  text-shadow: none;
}

.select-card.single-muted .unit-price {
  margin-top: 5px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 600;
}

.select-card.single-muted input[type="radio"]:checked + .card-inner {
  outline: 2px solid rgba(212, 175, 55, 0.55);
  outline-offset: -2px;
  background:
    linear-gradient(180deg, rgba(24, 20, 12, 0.94) 0%, rgba(8, 8, 8, 0.96) 100%);
}

.select-card.single-muted input[type="radio"]:checked + .card-inner .check-mark {
  color: #ffffff;
  background: rgba(176, 0, 0, 0.78);
}
/* ======================================================
   虎王散無双 注文フォーム強化版
   高齢者向け・CV重視・定期主役
====================================================== */

/* フォーム導入部分 */
.ks-order-form .strong-hint {
  color: #fff4cf;
  font-size: clamp(1rem, 3.5vw, 1.12rem);
  font-weight: 700;
}

.ks-order-form .strong-hint strong {
  color: var(--gold-light);
  font-weight: 900;
}

/* 電話注文ボックス */
.order-support-box {
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 18px 16px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.12) 0%, rgba(0, 0, 0, 0.26) 100%);
  border: 1.5px solid rgba(212, 175, 55, 0.46);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

.order-support-box .support-title {
  color: var(--gold-light);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.5;
}

.order-support-box .support-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 6px;
  padding: 11px 22px;
  color: #ffffff;
  background:
    linear-gradient(180deg, #e00000 0%, #a30000 48%, #6f0000 100%);
  border: 2px solid var(--gold);
  border-radius: 999px;
  font-size: clamp(1.35rem, 6vw, 2rem);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(176, 0, 0, 0.35);
}

.order-support-box p {
  margin: 4px 0 0;
  color: #e8dcc0;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ステップ見出し */
.form-step-title {
  max-width: 720px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-step-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 6px 10px;
  color: #1f1200;
  background: linear-gradient(180deg, #fff3b8 0%, #d4af37 100%);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
}

.form-step-title strong {
  color: var(--gold-light);
  font-size: clamp(1.08rem, 4.5vw, 1.35rem);
  font-weight: 900;
  line-height: 1.4;
}

/* 商品選択：1列で迷わせない */
.ks-product-options {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}

/* 定期メインカード */
.ks-main-offer {
  border-width: 3px;
  border-color: var(--gold);
  box-shadow:
    0 18px 44px rgba(212, 175, 55, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.58);
}

.ks-main-offer .card-inner {
  padding: 30px 18px 26px;
}

.offer-head {
  margin-bottom: 12px;
}

.ks-main-offer .product-copy {
  color: #fff4cf;
  font-size: clamp(1rem, 3.6vw, 1.12rem);
}

.price-compare-box {
  max-width: 420px;
  margin: 16px auto 0;
  border: 1px solid rgba(212, 175, 55, 0.36);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.34);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.price-row:last-child {
  border-bottom: none;
}

.price-row span {
  color: #e8dcc0;
  font-size: 0.92rem;
  font-weight: 800;
}

.price-row strong {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
}

.price-row.normal strong {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: line-through;
}

.price-row.regular strong {
  color: #f2d98a;
}

.price-row.campaign {
  background: rgba(212, 175, 55, 0.12);
}

.price-row.campaign strong {
  color: var(--gold-light);
  font-size: 1.28rem;
}

.first-price-box {
  max-width: 460px;
  margin: 18px auto 0;
  padding: 15px 12px 17px;
  text-align: center;
  background:
    linear-gradient(180deg, #e00000 0%, #a30000 48%, #6f0000 100%);
  border: 2px solid var(--gold);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(176, 0, 0, 0.36), 0 0 22px rgba(212, 175, 55, 0.22);
}

.first-price-box span {
  display: block;
  color: #fff4cf;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.first-price-box strong {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  font-size: clamp(3rem, 13vw, 5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
}

.offer-points {
  max-width: 460px;
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.offer-points li {
  position: relative;
  padding: 10px 12px 10px 36px;
  color: #fff8df;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 12px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.offer-points li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 9px;
  color: var(--gold-light);
  font-weight: 900;
}

.offer-note {
  max-width: 520px;
  margin: 14px auto 0;
  color: #d8ccb0;
  font-size: 0.82rem;
  line-height: 1.7;
}

/* 単品購入カード：控えめ表示 */
.select-card.single-muted {
  opacity: 0.58;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  transform: scale(0.96);
}

.select-card.single-muted:hover {
  opacity: 0.78;
  transform: scale(0.96) translateY(-1px);
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.select-card.single-muted .card-inner {
  padding: 18px 14px 16px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.92) 0%, rgba(8, 8, 8, 0.94) 100%);
}

.select-card.single-muted .option-img,
.select-card.single-muted .badge {
  display: none;
}

.select-card.single-muted .check-mark {
  min-width: 54px;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 3px 10px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.select-card.single-muted .product-name {
  font-size: clamp(1rem, 3.5vw, 1.18rem);
  color: rgba(255, 240, 173, 0.72);
}

.select-card.single-muted .product-copy {
  margin-top: 4px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 600;
}

.select-card.single-muted .set-detail {
  margin-top: 9px;
  padding: 9px 10px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.select-card.single-muted .set-detail strong {
  color: rgba(255, 240, 173, 0.7);
}

.select-card.single-muted .product-price {
  margin-top: 10px;
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  color: rgba(255, 255, 255, 0.72);
  text-shadow: none;
}

.select-card.single-muted .unit-price {
  margin-top: 5px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 600;
}

.select-card.single-muted input[type="radio"]:checked + .card-inner {
  outline: 2px solid rgba(212, 175, 55, 0.55);
  outline-offset: -2px;
  background:
    linear-gradient(180deg, rgba(24, 20, 12, 0.94) 0%, rgba(8, 8, 8, 0.96) 100%);
}

.select-card.single-muted input[type="radio"]:checked + .card-inner .check-mark {
  color: #ffffff;
  background: rgba(176, 0, 0, 0.78);
}

/* 定期条件確認 */
.simple-check-list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.simple-check-item {
  padding: 16px 16px 15px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 15px;
}

.simple-check-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: 1.05rem;
  font-weight: 900;
}

.simple-check-item p {
  margin: 0;
  color: #e8dcc0;
  font-size: 0.93rem;
  line-height: 1.75;
}

/* 支払いカードを押しやすく */
.payment-large .radio-card {
  min-height: 88px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.payment-large .radio-card span {
  font-size: 1.1rem;
}

/* 必須ラベル */
.input-wrap label em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 2px 7px;
  color: #ffffff;
  background: #b00000;
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  vertical-align: middle;
}

/* 入力欄を高齢者向けに大きく */
.ks-order-form .input-wrap input,
.ks-order-form .input-wrap textarea {
  min-height: 56px;
  font-size: 17px;
}

.ks-order-form .input-wrap label {
  font-size: 1.04rem;
}

/* 金額注意書き */
.price-wrap {
  margin-top: 24px;
}

.price-note {
  margin: 10px 0 0;
  color: #d8ccb0;
  font-size: 0.86rem;
  line-height: 1.7;
  text-align: center;
}

/* 下部電話案内 */
.form-bottom-tel {
  max-width: 720px;
  margin: 24px auto 0;
  padding: 17px 14px;
  text-align: center;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 16px;
}

.form-bottom-tel p {
  margin: 0 0 8px;
  color: #e8dcc0;
  font-size: 0.94rem;
  line-height: 1.6;
}

.form-bottom-tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-size: clamp(1.35rem, 6vw, 1.9rem);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.04em;
}

/* スマホ最適化 */
@media (max-width: 700px) {
  .form-step-title {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .form-step-title span {
    min-width: 66px;
    font-size: 0.78rem;
  }

  .form-step-title strong {
    text-align: left;
  }

  .ks-main-offer .card-inner {
    padding: 28px 12px 24px;
  }

  .price-row {
    padding: 10px 10px;
  }

  .price-row span {
    font-size: 0.86rem;
  }

  .price-row strong {
    font-size: 1rem;
  }

  .first-price-box strong {
    font-size: clamp(3.2rem, 17vw, 4.8rem);
  }

  .offer-points li {
    font-size: 0.92rem;
  }

  .confirm-label {
    align-items: flex-start;
    text-align: left;
    font-size: 0.95rem;
  }

  .order-support-box .support-tel {
    width: 100%;
  }
}