/* ファーストビューと申込導線の改善 */
.hero-offer {
  max-width: 760px;
  margin: 24px auto;
  padding: 26px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 30px rgba(23, 40, 62, .08);
  text-align: center;
}
.hero-offer-value { margin: 0 0 17px; font-size: clamp(18px, 2.3vw, 24px); line-height: 1.7; color: var(--navy); }
.hero-offer-value strong { color: var(--wine); }
.hero-offer-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hero-offer-details span {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 9px;
  background: var(--cream);
  border: 1px solid var(--line);
  font-family: "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.consultation-note { font-family: "Yu Gothic", sans-serif; line-height: 1.7; }
.consultation-note-featured { margin: 18px 0 0; padding: 14px 17px; background: #f7f0e3; border-left: 3px solid var(--gold); font-size: 14px; color: #4b4438; }
.consultation-note-compact { max-width: 720px; margin: 16px auto; padding: 9px 14px; text-align: center; font-size: 13px; color: inherit; }
.consultation-note strong { font-weight: 700; }

@media (max-width: 720px) {
  .hero-offer { margin: 20px auto; padding: 18px 14px; }
  .hero-offer-details { grid-template-columns: 1fr; }
  .hero-offer-details span { min-height: auto; padding: 10px; }
  .hero-offer-value { font-size: 18px; }
  .consultation-note-featured, .consultation-note-compact { font-size: 13px; text-align: left; }
  .apply-main { max-width: 100%; overflow-wrap: anywhere; }
}

/* 実践者の声 */
.testimonials { background: #fff; }
.testimonials h2 sup { font-size: .38em; vertical-align: super; }
.testimonials-lead { max-width: 720px; margin: -20px 0 40px; color: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.testimonial-grid article { position: relative; padding: 28px 28px 24px; background: var(--cream); border: 1px solid var(--line); border-top: 3px solid var(--gold); }
.testimonial-grid h3 { margin: 0 0 13px; color: var(--navy); font-size: clamp(20px, 2.1vw, 26px); line-height: 1.55; font-weight: 700; }
.testimonial-profile { margin: 0 0 12px; color: var(--wine); font-family: "Yu Gothic", sans-serif; font-size: 14px; font-weight: 700; }
.testimonial-grid blockquote { margin: 0; color: var(--navy); font-size: 17px; line-height: 1.85; }
.testimonial-grid blockquote::before { content: "“"; display: block; height: 24px; color: var(--gold); font: 42px/1 Georgia, serif; }
.testimonial-grid sup { font-size: .55em; }
.testimonial-disclaimer { margin: 24px 0 0; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: 12px; }
.lesson-no small { display: inline-block; margin-top: 4px; padding: 2px 9px; background: var(--cream); color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: 13px; line-height: 1.5; }
.intro h2 sup, .intro p sup { font-size: .5em; vertical-align: super; }
.instructor h3 sup, footer sup { font-size: .55em; vertical-align: super; }

@media (max-width: 720px) {
  .testimonials-lead { margin-top: -10px; margin-bottom: 28px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 14px; }
  .testimonial-grid article { padding: 22px 20px 19px; }
  .testimonial-grid blockquote { font-size: 16px; }
}

/* 大人の女性に向けた、上品で柔らかなビジュアル */
:root {
  --wine: #9a5268;
  --wine-dark: #71384d;
  --navy: #4c3b45;
  --gold: #c3a06a;
  --cream: #f8f0f2;
  --paper: #fffaf8;
  --ink: #40363b;
  --muted: #776a71;
  --line: #eadce1;
}
body { background: var(--paper); color: var(--ink); }
.topbar { background: rgba(255,250,248,.96); border-color: rgba(154,82,104,.18); }
.brand { color: var(--wine-dark); }
.hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(231,194,205,.42), transparent 29%),
    radial-gradient(circle at 88% 82%, rgba(232,214,183,.42), transparent 28%),
    linear-gradient(145deg, #fffaf8 0%, #f9eef1 52%, #f5e8e7 100%);
}
.hero:before, .hero:after { border-color: rgba(195,160,106,.28); border-radius: 50%; transform: none; }
.hero h1 { color: #493741; font-weight: 500; letter-spacing: .045em; }
.hero h1 em { color: var(--wine); }
.eyebrow, .section-label { color: var(--wine); }
.course-name { color: var(--wine-dark); }
.course-name span { border-color: rgba(195,160,106,.75); }
.hero-facts li {
  border-color: rgba(154,82,104,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: #614853;
}
.apply-link {
  border-radius: 999px;
  background: linear-gradient(135deg, #a85c72, #873f58);
  box-shadow: 0 10px 24px rgba(113,56,77,.2);
}
.apply-link:hover { background: linear-gradient(135deg, #985067, #71384d); }
.hero-offer {
  border: 1px solid rgba(154,82,104,.18);
  border-top: 0;
  border-radius: 18px;
  background: rgba(255,252,250,.94);
  box-shadow: 0 16px 40px rgba(100,65,78,.11);
}
.hero-offer-details span {
  border-color: rgba(154,82,104,.14);
  border-radius: 12px;
  background: #fbf4f5;
}
.consultation-note-featured {
  border: 0;
  border-radius: 12px;
  background: #f7ecef;
  color: #684d59;
}
.section h2, .pricing h2, .final-cta h2 { letter-spacing: .045em; }
.check-list li { border-color: var(--line); }
.check-list li:before, .two-col-list li:before { color: #b26a7d; }
.message {
  border-left: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #faf0f2, #f8f2ea);
  box-shadow: inset 0 0 0 1px rgba(154,82,104,.12);
}
.intro { background: linear-gradient(145deg, #513943, #6d4655); }
.intro .three-words span { border-radius: 14px; background: rgba(255,255,255,.035); }
.goals { background: #faf3f4; }
.goal-grid article {
  border-top: 0;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(92,57,70,.08);
}
.lessons article { border-color: var(--line); }
.lesson-no small { border-radius: 999px; background: #f8ecef; }
.support-grid article, .testimonial-grid article {
  border-color: rgba(154,82,104,.14);
  border-top: 0;
  border-radius: 16px;
  box-shadow: 0 9px 25px rgba(92,57,70,.07);
}
.testimonial-grid blockquote::before { color: #c58a9b; }
.personal { background: #f8eff1; }
.details, .price-card { border-radius: 18px; overflow: hidden; }
.pricing { background: linear-gradient(145deg, #473641, #624252); }
.gold { background: linear-gradient(135deg, #b98f50, #d0ad72); }
.final-cta { background: linear-gradient(145deg, rgba(113,56,77,.98), rgba(80,48,62,.98)); }

@media (max-width: 720px) {
  .hero h1 { font-size: 31px; line-height: 1.55; }
  .hero { padding-top: 48px; }
  .hero-offer { border-radius: 14px; }
  .message, .goal-grid article, .support-grid article, .testimonial-grid article { border-radius: 13px; }
}
