* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #222;
  max-width: 480px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* ========== HERO (LP) ========== */
.hero {
  background: linear-gradient(180deg, #1a1a2e 0%, #2d2d4a 40%, #3a3a5c 100%);
  text-align: center;
  padding: 40px 20px 36px;
  position: relative;
  overflow: hidden;
}

.hero-logo {
  background: linear-gradient(135deg, #e8c84a, #f5e08a);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  color: #2d1a00;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 4px 16px rgba(232,200,74,0.4);
  padding: 8px;
}

.hero-copy {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.hero-main {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 900;
  color: #f5e08a;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 4px;
  text-shadow: 0 2px 12px rgba(232,200,74,0.3);
}

.hero-sub {
  color: #f5e08a;
  font-size: 28px;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
  margin-top: 2px;
  margin-bottom: 16px;
}

.hero-tagline {
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 8px 0;
}

.hero-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.hero-photo-main {
  grid-column: 1 / -1;
  height: 200px;
  overflow: hidden;
}

.hero-photo-main img,
.hero-photo-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-sub {
  height: 110px;
  overflow: hidden;
}

/* ========== PROBLEMS ========== */
.problems {
  background: #fff;
  padding: 40px 20px 20px;
  text-align: center;
}

.problems-lead {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
  line-height: 1.6;
}

.problem-item {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.problem-photo {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
}

.problem-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.v-label {
  writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgba(30,30,30,0.6);
  padding: 8px 4px;
  border-radius: 4px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.v-label.r { margin-left: auto; }

/* ========== BUT ========== */
.but-section {
  background: #f5f5f5;
  text-align: center;
  padding: 32px 20px;
}

.but-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
}

.but-pill {
  display: inline-block;
  background: #3db87a;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 8px 32px;
  border-radius: 50px;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(61,184,122,0.35);
}

.but-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 900;
  color: #222;
  line-height: 1.4;
}

.but-title .underline {
  border-bottom: 4px solid #3db87a;
  padding-bottom: 2px;
}

/* ========== ARROW ========== */
.arrow-down {
  text-align: center;
  padding: 16px 0 8px;
  background: #fff;
}

.arrow-down svg {
  width: 32px;
  height: 32px;
}

/* ========== REASON ========== */
.reason {
  background: #fff;
  padding: 24px 20px 32px;
  text-align: center;
}

.reason-eyebrow {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.reason-eyebrow span {
  color: #e05a2b;
  font-weight: 700;
}

.reason-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 900;
  color: #e05a2b;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.reason-box {
  background: #fff9f0;
  border: 2px solid #f5c842;
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  text-align: left;
}

.reason-box strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* ========== QUESTION ========== */
.question {
  background: #f9f5ff;
  padding: 32px 20px;
  text-align: center;
}

.question-text {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.question-photo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 160px;
}

.question-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== 3 SEC ========== */
.three-sec {
  background: #fff;
  padding: 32px 20px;
  text-align: center;
}

.three-sec-lead {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.three-sec-highlight {
  background: linear-gradient(135deg, #1a1a2e, #2d2d4a);
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
  margin-bottom: 20px;
}

.three-sec-highlight .num {
  font-family: 'Noto Serif JP', serif;
  font-size: 72px;
  font-weight: 900;
  color: #f5e08a;
  line-height: 1;
}

.three-sec-highlight .unit {
  font-size: 22px;
  font-weight: 700;
  color: #f5e08a;
}

.three-sec-highlight .desc {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

/* ========== CHANCE ========== */
.chance {
  background: #f0f8f4;
  padding: 32px 20px;
  text-align: center;
}

.chance-text {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.8;
  margin-bottom: 20px;
}

.chance-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 12px;
  overflow: hidden;
}

.chance-photo {
  height: 120px;
  overflow: hidden;
}

.chance-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== RENEWAL ========== */
.renewal {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}

.renewal-eyebrow {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.renewal-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 900;
  color: #222;
  line-height: 1.5;
  margin-bottom: 8px;
}

.renewal-title .kagi {
  color: #e05a2b;
  font-size: 22px;
}

.renewal-script {
  font-family: 'Dancing Script', cursive;
  font-size: 52px;
  font-weight: 700;
  color: #3db87a;
  line-height: 1.1;
  margin: 8px 0;
}

.renewal-cta-text {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.renewal-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.renewal-btn {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  flex: 1;
  max-width: 160px;
}

/* ========== GENRES ========== */
.genres {
  background: #fafafa;
  padding: 32px 20px 40px;
  text-align: center;
}

.genres-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.6;
}

.genres-sub {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.6;
}

.genres-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}

.genre-tag {
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 50px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

.genre-photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  border-radius: 10px;
  overflow: hidden;
}

.genre-photo {
  height: 90px;
  overflow: hidden;
}

.genre-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== PLAN TRANSITION HERO ========== */
.plan-hero {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.plan-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.plan-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(120,80,180,0.5) 0%, rgba(220,120,160,0.4) 60%, rgba(255,200,150,0.25) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-hero-text {
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(80,30,120,0.5);
}

/* ========== PLAN SECTION ========== */
.plan-section {
  background: linear-gradient(90deg, #9b5de5, #f15bb5);
  padding: 20px 20px 1px;
}

.bg {
  background: linear-gradient(90deg, #9b5de5, #f15bb5);
}

.plan-header {
  text-align: center;
  margin-bottom: 28px;
}

.plan-label {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: #6a3db8;
  letter-spacing: 0.05em;
  display: block;
}

.plan-subtitle {
  font-size: 15px;
  font-weight: 900;
  color: #444;
  margin-top: 2px;
  letter-spacing: 0.08em;
}

.plan-desc {
  font-size: 11px;
  color: #666;
  margin-top: 8px;
  line-height: 1.7;
}

/* ========== PLAN CARD ========== */
.plan-card {
  background: #fff;
  padding: 0px 0px 0px;
  margin-bottom: 50px;
  box-shadow: 0 4px 24px rgba(100,60,180,0.12);
}

.plan-card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 12px;
}



.product-item-label {
  font-size: 9px;
  color: #888;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px 6px;
  margin-bottom: 6px;
  display: inline-block;
}

.product-img-box {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #e8f4ff, #d0e8ff);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.mock-banner {
  width: 90%;
  height: 55%;
  background: linear-gradient(135deg, #b8d4f8, #d8eaff);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}

.mock-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 30%;
  background: rgba(255,255,255,0.4);
}

.mock-card {
  width: 75%;
  height: 35%;
  background: linear-gradient(135deg, #fce4f0, #f8d0e8);
  border-radius: 4px;
}

.price-amount {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 900;
  color: #333;
}

.price-yen { font-size: 14px; font-weight: 700; }
.price-tax { font-size: 10px; color: #999; display: block; }

.featured-eyebrow {
  text-align: center;
  font-size: 12px;
  color: #9b5de5;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.premium-eyebrow {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}

.premium-quote {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}

.premium-product-wrap {
  width: 100%;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.premium-main-mock {
  width: 100%;
  height: 100px;
  background: linear-gradient(135deg, #a8d8ff, #c8e8ff);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-main-mock::before {
  content: 'Ocean Hole';
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: rgba(40,80,140,0.7);
}

.premium-side-mocks {
  display: flex;
  gap: 8px;
  width: 100%;
}

.premium-side-mock {
  flex: 1;
  height: 60px;
  background: linear-gradient(135deg, #fce8f0, #f8d4e8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: rgba(180,60,120,0.6);
  font-weight: 700;
}

/* ========== BUTTONS ========== */
.btn-detail {
  display: block;
  background: #ee5a24;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  width: fit-content;
  margin: 20px auto 20px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-detail:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.btn-order {
  display: block;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 13px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(238,90,36,0.35);
  cursor: pointer;
  border: none;
  width: 100%;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(238,90,36,0.45);
}

/* ========== CTA FOOTER ========== */
.cta-footer {
  background: linear-gradient(160deg, #1a1a2e, #2d2d4a);
  padding: 48px 20px;
  text-align: center;
}

.cta-footer-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 28px;
}

.cta-footer-title span { color: #f5e08a; }

.btn-main {
  display: block;
  background: linear-gradient(135deg, #e05a2b, #c04020);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 18px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(224,90,43,0.4);
  letter-spacing: 0.05em;
}

.btn-outline {
  display: block;
  background: transparent;
  color: #f5e08a;
  font-size: 14px;
  font-weight: 700;
  padding: 14px;
  border-radius: 50px;
  border: 2px solid #f5e08a;
  text-decoration: none;
  letter-spacing: 0.05em;
}

/* ========== SITE FOOTER ========== */
.site-footer {
  background: linear-gradient(180deg, #1a1030, #0d0820);
  padding: 32px 20px;
  text-align: center;
}

.footer-logo {
  background: linear-gradient(135deg, #e8c84a, #f5e08a);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  color: #2d1a00;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 4px 16px rgba(232,200,74,0.3);
}

.footer-copy {
  color: rgba(255,255,255,0.35);
  font-size: 10px;
}

/* ========== POPUP MODAL ========== */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.active { display: flex; }
.modal {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 28px 24px 24px;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-overlay.active .modal {
  transform: translateY(0);
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: background 0.15s;
}
.modal-close:hover { background: #e0e0e0; }
.modal-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  margin-bottom: 4px;
  padding-right: 36px;
}
.modal-price {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 900;
  color: #ee5a24;
  margin-bottom: 16px;
}
.modal-price span { font-size: 14px; }
.modal-divider {
  height: 2px;
  background: linear-gradient(90deg, #9b5de5, #f15bb5);
  border-radius: 2px;
  margin-bottom: 18px;
}
.modal-section-title {
  font-size: 13px;
  font-weight: 900;
  color: #555;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  margin-top: 16px;
}
.modal-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.modal-items li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}
.modal-items li::before {
  content: '✓';
  color: #ee5a24;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.modal-note {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 11px;
  color: #777;
  line-height: 1.7;
}
.modal-btn-order {
  display: block;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  padding: 14px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(238,90,36,0.35);
  cursor: pointer;
  border: none;
  width: 100%;
  margin-top: 20px;
}

/* ========== SCROLL REVEAL ========== */
.reveal {
  opacity: 1;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

  body {
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    color: #222;
  }

  .root {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
  }

  /* ── ヘッダーバナー ── */
  .header-banner {
    text-align: center;
  }
  .header-banner .catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
  }
  .header-banner .catch em {
    font-style: normal;
    color: #D4A827;
  }
  .header-badge {
      font-family: 'Noto Serif JP', serif !important;
    display: inline-block;
    margin-top: 1rem;
    font-size: 12px;
    letter-spacing: 0.18em;
    padding: 5px 18px;
    border-radius: 20px;
    color: #D4A827 !important;
    margin-bottom: 20px;
  }

  /* ── グラデーション帯 ── */
  .level-up-band {
    background: linear-gradient(135deg, #c8258f, #ba63c0, #a52da9, #6815c1);
    color: #fff;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 16px;
    letter-spacing: 0.12em;
    font-weight: 500;
  }

  /* ── 共通セクション ── */
  .sec {
    padding: 2.5rem 14px;
    border-bottom: 0.5px solid #e8e8e8;
    background: #fff;
  }

  /* ── イントロ ── */
  .intro-main {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.25rem;
    color: #222;
  }
  .intro-sub {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .intro-emphasis {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }

  /* ── Before / After ── */
  .ba-headline {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1rem;
    color: #222;
  }
  .ba-lead {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 1.25rem;
  }
  .ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #ddd;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .ba-col { background: #fff; padding: 10px; }
  .ba-col-head {
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 0.5px solid #e8e8e8;
    text-align: center;
    font-weight: 500;
  }
  .ba-col-head.blue { color: #1a56c4; }
  .ba-col-head.red  { color: #c0392b; }
  .ba-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0.7rem;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
  }
  .ba-item.after { color: #222; }
  .dot { width: 5px; height: 5px; border-radius: 50%; margin-top: 9px; flex-shrink: 0;
  font-size: 12px !important;}
  .dot-b { background: #aaa; }
  .dot-a { background: #D4A827;}
  .ba-foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    margin-top: -1px;
    padding-bottom: 40px;
  }
  .ba-item span { font-size: 13px !important;}
  .ba-foot-cell {
    padding: 1rem 1rem;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
  }
  .ba-foot-cell.after { color: #D4A827;font-weight: bold; }

  /* ── BMP block ── */
  .bmp-block {
    text-align: center;
    padding: 2rem 1.75rem;
    border-bottom: 0.5px solid #e8e8e8;
    background: #fff;
  }
  .bmp-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #D4A827;
    margin-bottom: 0.75rem;
  }
  .bmp-tagline {
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.75;
    color: #c8258f;
    margin-bottom: 0.75rem;
  }
  .bmp-sub {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
  }

  /* ── セット内容 ── */
  .set-sec {
    padding: 2rem 1.75rem;
    border-bottom: 0.5px solid #e8e8e8;
    background: #fff;
  }
  .set-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.16em;
    color: #333 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;

  }
  .set-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 1.5rem;
  }
  .set-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 500 !important;
    padding: 0.85rem 1rem;
    background: #fafafa;
    border-radius: 8px;
    border-left: 2px solid #D4A827;
    color: #222;
  }
  .set-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0.5px solid #D4A827;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .price-text {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 22px !important;
    font-weight: 300;
    color: #D4A827 !important;
    white-space: nowrap;
    letter-spacing: 0.08em;
  }

  /* ── 特典 ── */
  .bonus-sec {
    padding: 0rem 1.75rem 40px;
    border-bottom: 0.5px solid #e8e8e8;
    background: #fff;
  }
  .bonus-intro-box {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .bonus-intro-head {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 0.5rem;
    color: #222;
  }
  .bonus-intro-highlight {
    font-size: 20px;
    font-weight: 700;
    color: #D4A827;
    line-height: 1.9;
    margin-bottom: 0.75rem;
  }
  .bonus-intro-body {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 1rem;
  }
  .bonus-intro-cta {
    font-size: 18px;
    color: #c8258f;
    line-height: 1.9;
    font-weight: 500;
    border-top: 0.5px solid #e8e8e8;
    padding-top: 0.75rem;
  }
  .bonus-label {
    font-size: 13px;
    letter-spacing: 0.16em;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .bonus-cards { display: flex; flex-direction: column; gap: 10px; }
  .bonus-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: #fafafa;
    border-radius: 8px;
  }
.bonus-cards div{
  text-align: left;
}

  .bonus-num {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #D4A827 !important;
    min-width: 36px;
    line-height: 1;
  }
  .bonus-card-title { font-size: 18px !important; font-weight: 500 !important; margin-bottom: 4px !important; color: #c8258f !important; }
  .bonus-card-desc { font-size: 14px !important; color: #222 !important; line-height: 1.6 !important; }

  /* ── そして何より ── */
  .quality-sec {
    padding: 2rem 1.75rem;
    text-align: center;
    border-bottom: 0.5px solid #e8e8e8;
    background: #fff;
  }
  .quality-pre { font-size: 16px; color: #999; margin-bottom: 0.4rem; margin-bottom: 30px;}
  .quality-main {
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.75;
    color: #222;
  }

  /* ── クロージング ── */
  .closing {
    padding: 2.5rem 1.75rem 1rem;
    border-bottom: 0.5px solid #e8e8e8;
    background: #fff;
  }
  .closing-body {
    font-size: 16px;
    color: #666;
    line-height: 2.2;
    margin-bottom: 2rem;
    text-align: center;
  }
  .closing-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 2rem;
  }
  .closing-item {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .closing-item::before, .closing-item::after {
    content: '';
    display: block;
    width: 22px;
    height: 0.5px;
    background: #D4A827;
    opacity: 0.7;
  }
  .closing-tagline {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.9;
    text-align: center;
    color: #D4A827;
    margin-bottom: 0.5rem;
  }

  /* ======================================
     TEXT STYLE SYSTEM（.root 内）
     ======================================

     STEP 1 — リセット
     .root 内のすべてのテキスト要素を同一ベースラインに統一。
     既存の font-size / font-weight / font-family / color / line-height を
     すべて下記の値に揃える。
  */
  .root * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  /*
     STEP 2 — 4つのテキストスタイル
     使い方：対象要素に class="txt-h1" などを追加するだけ。

     ① .txt-h1   大見出し
     ② .txt-h2   見出し
     ③ .txt-body 本文（リセットと同値・明示用）
     ④ .txt-bold 太文字強調
  */

  .root .txt-h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .root .txt-h2 {
      font-family: 'Noto Serif JP', serif !important;
      font-size: 22px !important;
      font-weight: 700;
      color: #D4A827 !important;
      white-space: nowrap;
      letter-spacing: 0.08em;
  }

  .root .txt-h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }

  .root .txt-h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }

  .root .txt-h5 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }

  .root .txt-body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  .root .txt-bold {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .root .txt-bold02 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #D4A827;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  /* ── フッターCTA ── */
  .footer-cta {
    text-align: center;
    padding: 2.5rem 0rem;
    background: #fff;
  }
  .footer-cta-text {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85;
    margin-bottom: 1.5rem;
    letter-spacing: 0.04em;
    color: #c8258f;
  }
  .top-text {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.85;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    color: #c8258f;
  }
  .cta-btn {
    display: inline-block;
    background: #D4A827;
    color: #fff;
    padding: 15px 40px;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: none;
  }
  .cta-btn:hover { opacity: 0.88; }

  .red{
    color: #c8258f !important;
  }
