* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.tags-section {
  padding: 10px 10px 0;
  border-bottom: 5px solid #e05a10;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.tags-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding-bottom: 10px;
  width: 100%;
}
.tag {
  border: 2px solid #e05a10;
  color: #111;
  font-size: clamp(10px, 2.6vw, 14px);
  font-weight: 700;
  padding: 10px 6px;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  overflow-wrap: anywhere;
  min-width: 0;
  hyphens: none;
}

@media (max-width: 400px) {
  .tags-grid {
    grid-template-columns: 1fr;
  }
  .tag {
    font-size: 13px;
    white-space: nowrap;
  }
}
.arrow-wrap {
  background: #fff;
  display: flex;
  justify-content: center;
}
.arrow-down {
  width: 0; height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 28px solid #e05a10;
}
.dots {
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 13px 0 9px;
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: #ccc; }
.dot.active { background: #e05a10; }
.headline {
  background: #fff;
  text-align: center;
  padding: 2px 16px 22px;
}
.hl-top { font-size: 16px; font-weight: 400; color: #1a1a1a; margin-bottom: 4px; line-height: 1.7; }
.hl-mid { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 0; margin-bottom: 4px; }
.hl-blood { font-size: 32px; font-weight: 900; color: #e05a10; text-decoration: underline; text-decoration-color: #f8c030; text-underline-offset: 3px; text-decoration-thickness: 3px; }
.hl-cross { font-size: 24px; font-weight: 700; color: #111; margin: 0 6px; }
.hl-hormone { font-size: 32px; font-weight: 900; color: #f8c030; text-decoration: underline; text-decoration-color: #e05a10; text-underline-offset: 3px; text-decoration-thickness: 3px; }
.hl-wo { font-size: 24px; font-weight: 700; color: #111; margin-left: 3px; }
.hl-bottom { font-size: 18px; font-weight: 700; color: #111; line-height: 1.6; }
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 430 / 480;
  background: #ccc;
  overflow: hidden;
}
.hero-copy-overlay {
  position: absolute;
  bottom: -10px; left: -20px; right: -20px;
  background: linear-gradient(135deg, 
    rgba(180,60,10,0.88) 0%,
    rgba(220,100,10,0.85) 40%,
    rgba(160,40,10,0.88) 70%,
    rgba(200,80,20,0.85) 100%
  );
  padding: 28px 36px 40px;
  transform: skewY(-6deg);
  transform-origin: left bottom;
  z-index: 2;
  box-shadow:
    0 -8px 30px rgba(220, 80, 220, 0.5),
    0 0 60px rgba(180, 40, 200, 0.3),
    inset 0 1px 0 rgba(255, 200, 255, 0.3);
  border-top: 1px solid rgba(255, 180, 255, 0.4);
}
.hero-copy-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 180, 255, 0.12) 30%,
    rgba(255, 220, 255, 0.18) 50%,
    rgba(255, 180, 255, 0.10) 70%,
    transparent 100%
  );
  pointer-events: none;
}
.hero-copy {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.01em;
  font-family: 'Kaisei Tokumin', serif;
  display: inline-block;
}
.hero-copy .gold { color: #f8c030; }
.hero-badges {
  position: absolute;
  top: 16px; left: 12px; right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
.hero-badge {
  display: block;
  width: 100%;
  background: #e05a10;
  color: #fff;
  font-size: clamp(12px, 3.5vw, 15px);
  font-weight: 700;
  padding: 11px 20px;
  line-height: 1.3;
  border-radius: 50px;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 16px rgba(200,80,20,0.35);
  white-space: nowrap;
  text-align: center;
}
.cta-wrap {
  background: #fff;
  padding: 16px 10px 20px;
}
.cta-box {
  border: 2px solid #e05a10;
  background: #fff;
  padding: 14px 14px 14px;
  position: relative;
}
.cta-label {
  position: absolute;
  top: -15px; left: 12px;
  background: #e05a10;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  letter-spacing: 0.03em;
}
.cta-title { font-size: 15px; font-weight: 900; color: #e05a10; margin-top: 2px; margin-bottom: 4px; line-height: 1.5; }
.cta-body { font-size: 15px; font-weight: 400; color: #111; line-height: 1.5; }

/* ===== LP BREATH REST OF PAGE STYLES ===== */

  :root {
    --lavender: #fff3e8;
    --lavender-mid: #f5a855;
    --lavender-deep: #e05a10;
    --peach: #fff8f0;
    --peach-mid: #f0803a;
    --peach-deep: #c84010;
    --gold: #e05a10;
    --gold-light: #f8c890;
    --gold-pale: #fff8f0;
    --white: #fffdf8;
    --text-dark: #2a1000;
    --text-mid: #8a4010;
    --text-light: #c89060;
    --gradient-hero: #f5eafc;
    --gradient-lavender: #fff3e0;
    --gradient-peach: #fff0d8;
    --shadow-soft: 0 8px 40px rgba(200, 80, 20, 0.15);
    --shadow-gold: 0 4px 20px rgba(224, 90, 16, 0.30);
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Noto Sans JP', sans-serif;
    background: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
    line-height: 1.8;
  }

  /* ========== DECORATIVE ELEMENTS ========== */
  .deco-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    pointer-events: none;
  }

  /* ========== HERO ========== */
  .hero {
    position: relative;
    width: 100%;
    aspect-ratio: 430 / 480;
    background: #fff;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,184,232,0.4) 0%, transparent 70%);
  }

  .hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,196,160,0.3) 0%, transparent 70%);
  }

  .hero-inner {
    max-width: 700px;
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeUp 1s ease both;
  }

  .hero-badge {
    display: inline-block;
    background: #e05a10;
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 28px;
    box-shadow: var(--shadow-gold);
  }

  .hero-catchcopy {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    color: var(--text-mid);
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .hero-title {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.5;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }

  .hero-title span.accent {
    background: #e05a10;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-subtitle-block {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(224,120,32,0.25);
    border-radius: 20px;
    padding: 24px 32px;
    margin: 28px 0;
    text-align: left;
  }

  .hero-subtitle-block p {
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 2;
  }

  .hero-subtitle-block .highlight {
    color: #e05a10;
    font-weight: 700;
  }

  /* Silhouette illustration */
  .hero-visual {
    width: 200px;
    height: 200px;
    margin: 30px auto 20px;
    position: relative;
  }

  .hero-visual svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 20px rgba(224,120,32,0.3));
  }

  /* ========== CTA BUTTON ========== */
  .cta-btn {
    display: inline-block;
    background: #e05a10;
    color: white;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px 48px;
    border-radius: 60px;
    text-decoration: none;
    letter-spacing: 0.05em;
    box-shadow: 0 6px 30px rgba(224, 90, 16, 0.40);
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .cta-btn::after {
    content: '▶';
    margin-left: 10px;
    font-size: 0.8em;
  }

  .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(224,120,32,0.4);
  }

  .cta-notes {
    margin-top: 14px;
    font-size: 0.75rem;
    color: var(--text-light);
    line-height: 2;
  }

  /* ========== SECTIONS ========== */
  section {
    padding: 80px 20px;
    position: relative;
    overflow: visible;
  }

  .section-inner {
    max-width: 760px;
    margin: 0 auto;
  }

  .section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #e05a10;
    border-bottom: 1px solid #e05a10;
    padding-bottom: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .section-heading {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    font-weight: 700;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 32px;
  }

  .section-heading .line-accent {
    display: inline;
    background: rgba(248,192,48,0.2);
  }

  /* ========== EMPATHY SECTION ========== */
  .empathy-section {
    background: #fff3e0;
  }

  .empathy-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 32px 0;
  }

  .empathy-card {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(224,120,32,0.25);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.7;
    transition: transform 0.3s;
  }

  .empathy-card:hover { transform: translateY(-4px); }

  .empathy-card .icon {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .empathy-main-text {
    overflow-wrap: anywhere;
    background: transparent;
    border-left: 3px solid #e07820;
    border-radius: 0;
    padding: 8px 0 8px 20px;
    margin: 28px 0;
    font-size: 1rem;
    color: var(--text-mid);
    line-height: 2;
  }

  .empathy-question {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.15rem;
    color: var(--text-dark);
    text-align: center;
    padding: 24px;
    background: rgba(255,255,255,0.7);
    border-radius: 16px;
    line-height: 1.8;
    font-style: italic;
    border: 1px dashed rgba(224,120,32,0.3);
  }

  /* ========== FAILURE SECTION ========== */
  .failure-section {
    background: var(--white);
  }

  .methods-tried {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
  }

  .method-tag {
    background: rgba(224,90,16,0.06);
    border: 1px solid rgba(224,90,16,0.25);
    color: #e05a10;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.7;
  }

  .rebound-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 32px 0;
    padding: 8px 0;
    background: transparent;
    border-radius: 0;
  }

  .arrow-cycle {
    font-size: 2rem;
    color: #e05a10;
  }

  .cycle-item {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-dark);
    font-weight: 600;
    padding: 10px 14px;
    background: transparent;
    border: 1px solid rgba(224,120,32,0.3);
    border-radius: 10px;
  }

  .reassurance-box {
    background: transparent;
    border-radius: 0;
    padding: 20px 0;
    text-align: center;
    margin-top: 32px;
    color: #e05a10;
    font-weight: 700;
  }

  .reassurance-box p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.1rem;
    color: #e05a10;
    font-weight: 600;
    line-height: 2;
  }

  /* ========== CAUSE SECTION ========== */
  .cause-section {
    background: #fff3e0;
  }

  .cause-flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 32px 0;
    position: relative;
  }

  .cause-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    position: relative;
    overflow: visible;
    min-width: 0;
  }

  .cause-step::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 60px;
    bottom: 0;
    width: 2px;
    background: var(--lavender-mid);
  }

  .cause-step:last-child::after { display: none; }

  .cause-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e05a10;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-soft);
  }

  .cause-content { min-width: 0; overflow-wrap: break-word; }
  .cause-content h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 6px;
    font-weight: 600;
  }

  .cause-content p {
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.8;
  }

  .insight-banner {
    background: transparent;
    color: var(--text-dark);
    border-radius: 0;
    padding: 28px 0 8px;
    text-align: center;
    margin-top: 32px;
  }

  .insight-banner h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .insight-banner p {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.8;
  }

  /* ========== SOLUTION SECTION ========== */
  .solution-section {
    background: var(--white);
  }

  .breath-visual {
    text-align: center;
    margin: 32px 0;
    position: relative;
  }

  .breath-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -20px;
    position: relative;
    height: 200px;
  }

  .b-circle {
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgba(224,120,32,0.3);
    animation: breathe 4s ease-in-out infinite;
  }
  .b-c1 { width: 80px; height: 80px; background: rgba(224,120,32,0.18); animation-delay: 0s; }
  .b-c2 { width: 130px; height: 130px; background: rgba(224,120,32,0.10); animation-delay: 0.5s; }
  .b-c3 { width: 180px; height: 180px; background: rgba(224,120,32,0.06); animation-delay: 1s; }

  @keyframes breathe {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 1; }
  }

  .breath-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #e05a10;
    text-align: center;
  }

  .solution-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 32px 0;
  }

  .sol-point {
    background: #fff3e0;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid rgba(248,192,48,0.35);
  }

  .sol-point .sol-icon {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }

  .sol-point { overflow: visible; overflow-wrap: break-word; }
  .sol-point h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 600;
  }

  .sol-point p {
    overflow-wrap: anywhere;
    font-size: 0.85rem;
    color: var(--text-mid);
    line-height: 1.7;
  }

  /* ========== VIDEO COURSE SECTION ========== */
  .course-section {
    background: #fff0d8;
  }

  .course-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0;
  }

  .course-item {
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    padding: 20px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid rgba(232,196,160,0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: visible;
    min-width: 0;
  }

  .course-item:hover {
    transform: translateX(6px);
    box-shadow: var(--shadow-gold);
  }

  .course-num {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e05a10;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .course-text { min-width: 0; overflow-wrap: break-word; }
  .course-text h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 6px;
  }

  .course-text p {
    font-size: 0.85rem;
    color: var(--text-mid);
    line-height: 1.7;
  }

  /* ========== FUTURE SECTION ========== */
  .future-section {
    background: #fff3e0;
  }

  .future-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 32px 0;
  }

    .future-card {
    background: #fff;
    border: 1px solid rgba(224,120,32,0.3);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: left;
    box-shadow: 0 2px 12px rgba(224,120,32,0.08);
    overflow-wrap: anywhere;
  }

  .future-card .fc-icon { font-size: 1.1rem; margin-bottom: 8px; letter-spacing: 2px; }
  .future-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }

  .mindshift {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 32px 0;
    flex-wrap: wrap;
  }

  .mindshift-from, .mindshift-to {
    padding: 20px 28px;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
  }

  .mindshift-from {
    background: transparent;
    border: none;
    color: var(--text-light);
    text-decoration: line-through;
  }

  .mindshift-arrow {
    font-size: 1.5rem;
    color: #e05a10;
  }

  .mindshift-to {
    background: transparent;
    color: #e05a10;
    box-shadow: none;
    font-weight: 700;
  }

  /* ========== PROFILE SECTION ========== */
  .profile-section { overflow: hidden;
    background: var(--white);
  }

  .profile-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .profile-avatar {
    text-align: center;
  }

  .avatar-silhouette {
    width: 180px;
    height: 220px;
    margin: 0 auto 20px;
  }

  .credentials {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    width: 100%;
  }

  .cred-item {
    background: #fff3e0;
    border: 1px solid rgba(224,120,32,0.25);
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 0.88rem;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    white-space: nowrap;
    justify-content: center;
  }

  .cred-item::before { content: '✦'; color: #e05a10; font-size: 0.7rem; }

  .profile-text {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .profile-text h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: 700;
    overflow-wrap: anywhere;
  }

  .profile-text p {
    font-size: 0.88rem;
    color: var(--text-mid);
    line-height: 2;
    margin-bottom: 16px;
    overflow-wrap: anywhere;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
  }

  .stat-box {
    background: transparent;
    border-radius: 0;
    padding: 12px 6px;
    text-align: center;
    border: none;
    overflow: hidden;
    min-width: 0;
  }

  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 4vw, 2rem);
    font-weight: 700;
    color: #e05a10;
    line-height: 1;
  }

  .stat-label {
    font-size: clamp(0.6rem, 2vw, 0.75rem);
    color: var(--text-light);
    margin-top: 6px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  /* ========== WHO SECTION ========== */
  .who-section {
    background: #fff3e0;
  }

  .checklist {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
    margin: 24px 0;
  }

  .checklist li {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(224,120,32,0.25);
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 0.9rem;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .checklist li::before {
    content: '✓';
    color: #e05a10;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .no-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
  }

  .no-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: var(--text-mid);
  }

  .no-list li::before {
    content: '✕';
    color: #e05a10;
    font-weight: 700;
    flex-shrink: 0;
  }

  /* ========== CONSULTATION SECTION ========== */
  .consult-section {
    background: #fff3e0;
  }

  .consult-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 32px 0;
    text-align: center;
  }

  .consult-step {
    padding: 24px 16px;
    position: relative;
  }

  .consult-step .step-num {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: #e05a10;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    box-shadow: var(--shadow-gold);
  }

  .consult-step h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.95rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 600;
  }

  .consult-step p {
    font-size: 0.8rem;
    color: var(--text-mid);
    line-height: 1.7;
  }

  /* ========== FAQ SECTION ========== */
  .faq-section {
    background: var(--white);
  }

  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0;
  }

  .faq-item {
    border: 1px solid rgba(224,120,32,0.25);
    border-radius: 16px;
    overflow: hidden;
  }

  .faq-q {
    background: rgba(248,192,48,0.12);
    padding: 16px 18px;
    font-weight: 600;
    color: #c84010;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
    overflow: hidden;
  }

  .faq-q::before { content: 'Q　'; font-weight: 700; color: #e05a10; }

  .faq-a {
    background: rgba(255,255,255,0.9);
    padding: 14px 18px;
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.9;
    overflow-wrap: anywhere;
    overflow: hidden;
  }

  .faq-a::before { content: 'A　'; font-weight: 700; color: #e05a10; }

  /* ========== CLOSING SECTION ========== */
  .closing-section {
    padding-bottom: 100px !important;
    background: #fff3e8;
    text-align: center;
  }

  .closing-quote {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    line-height: 2;
    color: var(--text-dark);
    margin: 32px 0;
    position: relative;
  }

  .closing-quote::before, .closing-quote::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #e05a10;
    margin: 20px auto;
  }

  .closing-dreams {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 28px auto;
    max-width: 500px;
  }

  .dream-item {
    background: transparent;
    border-radius: 0;
    padding: 6px 0 6px 20px;
    font-size: 0.95rem;
    color: var(--text-dark);
    border-left: 3px solid #e05a10;
    text-align: left;
  }

  .dream-item::before { content: '◆ '; color: #e05a10; font-size: 0.7em; }

  /* ========== DIVIDER ========== */
  .divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
  }

  /* ========== FOOTER STRIP ========== */
  .footer {
    background: var(--text-dark);
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 24px 24px 100px;
    font-size: 0.75rem;
  }
  .footer-links {
    margin-bottom: 12px;
  }
  .footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.78rem;
  }
  .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer-divider {
    color: rgba(255,255,255,0.3);
  }

  /* ========== STORY SECTION ========== */
  .story-section {
    background: #fff;
    padding: 64px 20px;
  }

  .story-inner {
    max-width: 680px;
    margin: 0 auto;
  }

  .story-block {
    overflow-wrap: anywhere;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 2.2;
    margin-bottom: 32px;
  }

  .story-block .story-lead {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: block;
  }

  .story-highlight {
    background: transparent;
    border-left: 4px solid #e05a10;
    border-radius: 0;
    padding: 8px 0 8px 20px;
    margin: 24px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    line-height: 2;
    color: var(--text-dark);
  }

  .story-highlight .highlight-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e05a10;
    display: block;
    margin-bottom: 8px;
  }

  .story-checklist {
    list-style: none;
    margin: 16px 0;
    padding: 0;
  }

  .story-checklist li {
    padding: 6px 0 6px 28px;
    position: relative;
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.8;
  }

  .story-checklist li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #e05a10;
    font-size: 0.85rem;
  }

  .story-pivot {
    text-align: center;
    color: var(--text-dark);
    padding: 24px 0;
    margin: 24px 0;
  }

  .story-pivot .pivot-before {
    font-size: 1rem;
    color: var(--text-light);
    text-decoration: line-through;
    margin-bottom: 12px;
  }

  .story-pivot .pivot-arrow {
    font-size: 1.8rem;
    margin: 8px 0;
    color: #e05a10;
  }

  .story-pivot .pivot-after {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    color: #e05a10;
  }

  .story-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0;
  }

  .story-result-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 12px 10px;
    text-align: center;
  }

  .story-result-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e05a10;
    line-height: 1.2;
  }

  .story-result-label {
    font-size: 0.72rem;
    color: var(--text-light);
    margin-top: 4px;
    line-height: 1.4;
  }

  .story-cta-box {
    background: linear-gradient(135deg, #fff3e0, #ffe8c0);
    border: 2px solid #e07820;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    margin-top: 40px;
  }

  .story-cta-box .story-cta-label {
    display: inline-block;
    background: #e05a10;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
  }

  .story-cta-box h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.15rem;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .story-author {
    padding-bottom: 16px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(224,120,32,0.2);
    font-size: 0.88rem;
    color: var(--text-mid);
    line-height: 2;
  }

  .story-author .author-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    display: block;
    margin-bottom: 4px;
  }

  /* ===== MOBILE ===== */

  /* ===== PROFESSIONAL DESIGN UPGRADE ===== */
  
  /* 番号アイコン (絵文字代替) - エレガントな数字デザイン */
  .sol-icon-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e05a10, #f5a030);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(224,90,16,0.25);
    position: relative;
  }
  .sol-icon-num::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(224,90,16,0.2);
  }
  .sol-icon-num span {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.02em;
  }

  /* 品のあるディバイダ (✦の代わり) */
  .section-divider-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 24px 0;
    max-width: 200px;
  }
  .section-divider-line::before,
  .section-divider-line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(224,90,16,0.4), transparent);
  }
  .section-divider-line::after {
    background: linear-gradient(90deg, transparent, rgba(224,90,16,0.4), transparent);
  }
  
  /* 黄色マーカー風の強調 - 日本のLPで定番 */
  .marker-yellow {
    background: linear-gradient(transparent 60%, #ffe680 60%, #ffe680 90%, transparent 90%);
    padding: 0 2px;
    font-weight: 700;
  }
  .marker-orange {
    background: linear-gradient(transparent 60%, #ffd9b0 60%, #ffd9b0 90%, transparent 90%);
    padding: 0 2px;
    font-weight: 700;
  }
  
  /* セクション見出しの改良 - 日本のLPで使われる装飾 */
  .section-heading {
    position: relative;
    text-align: center;
    padding-top: 28px;
  }
  .section-heading::before {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #e05a10, #f5a030);
    margin: 0 auto 18px;
    border-radius: 2px;
  }
  
  /* CTAラベル改良 - クリーンで信頼感のあるバッジ */
  .cta-label {
    display: inline-block;
    background: #e05a10;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 24px;
    border-radius: 50px;
    letter-spacing: 0.15em;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(224,90,16,0.2);
  }

  /* お客様の声の改良 - 信頼感のあるカード */
  .future-card {
    position: relative;
    padding-top: 28px !important;
  }
  .future-card::before {
    content: '"';
    position: absolute;
    top: 6px;
    left: 16px;
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: rgba(224,90,16,0.2);
    line-height: 1;
    font-weight: 700;
  }
  .future-card .fc-icon {
    color: #f5a030;
    letter-spacing: 1px;
  }
  
  /* ファーストビューCTAのスケール感 */
  .cta-box {
    border: 2px solid #e07820;
    background: linear-gradient(135deg, #fff8f0 0%, #fff3e0 100%);
    position: relative;
  }
  .cta-box::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px dashed rgba(224,90,16,0.3);
    border-radius: 12px;
    pointer-events: none;
  }
  
  /* 数字を強調する装飾 (story-result-itemの改良) */
  .story-result-item {
    position: relative;
    background: transparent;
    border: none !important;
  }
  .story-result-num {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    background: linear-gradient(135deg, #e05a10, #f5a030);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* プロフィールカードの認定証バッジ風 */
  .cred-item {
    background: #fff !important;
    border: 1px solid rgba(224,120,32,0.3) !important;
    color: var(--text-dark) !important;
    position: relative;
    padding-left: 36px !important;
    font-weight: 600;
  }
  .cred-item::before {
    content: '✓';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #e05a10;
    font-weight: 700;
    font-size: 1rem;
  }


  /* Sticky CTA — fixed at bottom of viewport */
  .sticky-cta {
    position: fixed;
    bottom: 16px;
    left: 20px;
    right: 20px;
    z-index: 999;
  }

  @media (max-width: 600px) {
    /* Base */
    html, body { overflow-x: hidden; }
    section { padding: 36px 16px !important; overflow-x: hidden; }
    .section-inner { padding: 0; max-width: 100%; }
    .section-heading { font-size: 1.05rem; line-height: 1.7; margin-bottom: 16px; overflow-wrap: anywhere; }
    .section-label { font-size: 0.65rem; }

    /* CTA buttons */
    .cta-btn { font-size: 0.88rem !important; padding: 15px 16px !important; width: 100%; display: block; text-align: center; white-space: normal; line-height: 1.5; box-sizing: border-box; }

    /* Hero */
    .hero { aspect-ratio: 1365/2048; }

    /* CTA box */
    .cta-wrap { padding: 12px 10px 16px; }
    .cta-box { padding: 14px 12px; }
    .cta-title { font-size: 13px; overflow-wrap: anywhere; }
    .cta-body { font-size: 11px; }

    /* Story */
    .story-section { padding: 36px 16px !important; overflow-x: hidden; }
    .story-block { font-size: 0.86rem; line-height: 2; overflow-wrap: anywhere; }
    .story-block .story-lead { font-size: 0.98rem; }
    .story-highlight { padding: 14px 14px; font-size: 0.83rem; overflow-wrap: anywhere; }
    .story-highlight .highlight-title { font-size: 0.92rem; }
    .story-checklist li { font-size: 0.83rem; overflow-wrap: anywhere; }
    .story-pivot { padding: 20px 14px; }
    .story-pivot .pivot-before { font-size: 0.88rem; }
    .story-pivot .pivot-after { font-size: 0.95rem; }
    .story-results { gap: 8px; }
    .story-result-num { font-size: clamp(1rem, 4vw, 1.3rem); }
    .story-result-label { font-size: clamp(0.58rem, 1.8vw, 0.65rem); line-height: 1.3; }
    .story-cta-box { padding: 20px 14px; }
    .story-cta-box h3 { font-size: 0.88rem; overflow-wrap: anywhere; }
    .story-author { font-size: 0.8rem; overflow-wrap: anywhere; padding-bottom: 80px; }
    .story-author .author-name { font-size: 0.92rem; }

    /* Empathy */
    .empathy-cards { grid-template-columns: 1fr 1fr; gap: 8px; }
    .empathy-card { padding: 10px 8px; font-size: 0.78rem; overflow-wrap: anywhere; }
    .empathy-main-text { font-size: 0.83rem; padding: 14px 14px; overflow-wrap: anywhere; overflow: visible; }
    .reassurance-box { padding: 20px 14px; }
    .reassurance-box p { font-size: 0.88rem; overflow-wrap: anywhere; }

    /* Methods / rebound */
    .methods-tried { gap: 6px; }
    .method-tag { font-size: 0.76rem; padding: 5px 10px; }
    .rebound-visual { flex-direction: column; gap: 6px; padding: 16px 14px; }
    .arrow-cycle { font-size: 1.2rem; transform: rotate(90deg); }
    .cycle-item { width: 100%; padding: 8px 14px; font-size: 0.83rem; overflow-wrap: anywhere; }

    /* Cause flow */
    .cause-step { gap: 10px; overflow: visible; }
    .cause-num { flex-shrink: 0; width: 40px; height: 40px; font-size: 0.9rem; }
    .cause-content { min-width: 0; flex: 1; overflow-wrap: anywhere; }
    .cause-content h4 { font-size: 0.88rem; overflow-wrap: anywhere; }
    .cause-content p { font-size: 0.78rem; overflow-wrap: anywhere; line-height: 1.7; }
    .insight-banner { padding: 20px 14px; }
    .insight-banner h3 { font-size: 0.95rem; overflow-wrap: anywhere; }
    .insight-banner p { font-size: 0.82rem; overflow-wrap: anywhere; }

    /* Solution */
    .solution-points { grid-template-columns: 1fr; gap: 10px; }
    .sol-point { padding: 20px 16px; overflow: visible; }
    .sol-point h4 { font-size: 0.9rem; overflow-wrap: anywhere; }
    .sol-point p { font-size: 0.8rem; overflow-wrap: anywhere; line-height: 1.7; }

    /* Course items */
    .course-items { gap: 10px; }
    .course-item { padding: 14px 12px; gap: 10px; overflow: visible; }
    .course-num { flex-shrink: 0; width: 38px; height: 38px; font-size: 0.9rem; border-radius: 10px; }
    .course-text { min-width: 0; flex: 1; overflow-wrap: break-word; }
    .course-text h4 { font-size: 0.84rem; overflow-wrap: anywhere; }
    .course-text p { font-size: 0.76rem; overflow-wrap: anywhere; line-height: 1.6; }

    /* Future cards / testimonials */
    .future-cards { grid-template-columns: 1fr; gap: 12px; }
    .future-card { padding: 16px 14px; text-align: left; overflow: visible; }
    .future-card .fc-icon { font-size: 1rem; margin-bottom: 6px; }
    .future-card p { font-size: 0.82rem; overflow-wrap: anywhere; line-height: 1.7; margin-bottom: 6px; }

    /* Mindshift */
    .mindshift { flex-direction: column; gap: 8px; }
    .mindshift-from, .mindshift-to { font-size: 0.85rem; padding: 12px 14px; overflow-wrap: anywhere; width: 100%; box-sizing: border-box; }
    .mindshift-arrow { font-size: 1.3rem; }

    /* Closing / dreams */
    .closing-quote { font-size: 0.88rem; overflow-wrap: anywhere; line-height: 1.9; }
    .dream-item { font-size: 0.8rem; padding: 10px 12px; overflow-wrap: anywhere; }
    .closing-dreams { padding: 0; max-width: 100%; }
    .closing-section { padding-bottom: 100px !important; }

    /* Profile */
    .profile-inner { flex-direction: column; align-items: center; }
    .profile-avatar > div { width: min(180px, 58vw) !important; height: min(220px, 70vw) !important; }
    .credentials { flex-direction: column; gap: 6px; }
    .cred-item { font-size: clamp(0.7rem, 2.4vw, 0.82rem); padding: 10px 14px; white-space: normal; overflow-wrap: anywhere; }
    .profile-text h3 { font-size: 0.9rem; line-height: 1.7; overflow-wrap: anywhere; }
    .profile-text p { font-size: 0.82rem; overflow-wrap: anywhere; }
    .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; overflow: hidden; }
    .stat-box { padding: 10px 4px; min-width: 0; overflow: hidden; }
    .stat-num { font-size: clamp(1rem, 4vw, 1.5rem); }
    .stat-label { font-size: clamp(0.58rem, 1.7vw, 0.66rem); overflow-wrap: anywhere; line-height: 1.3; }

    /* Checklist */
    .checklist { grid-template-columns: 1fr; }
    .checklist li { font-size: 0.83rem; padding: 8px 12px 8px 34px; overflow-wrap: anywhere; }
    .checklist li::before { left: 12px; }
    .no-list li { font-size: 0.8rem; overflow-wrap: anywhere; }

    /* Consult */
    .consult-steps { grid-template-columns: 1fr; gap: 10px; }
    .consult-step { padding: 16px 12px; }
    .step-num { width: 34px; height: 34px; font-size: 0.9rem; }
    .consult-step h4 { font-size: 0.9rem; overflow-wrap: anywhere; }
    .consult-step p { font-size: 0.78rem; overflow-wrap: anywhere; }

    /* FAQ */
    .faq-list { gap: 10px; }
    .faq-q { font-size: 0.83rem; padding: 12px 14px; overflow-wrap: anywhere; overflow: visible; }
    .faq-a { font-size: 0.8rem; padding: 12px 14px; overflow-wrap: anywhere; overflow: visible; }

    /* Sticky CTA */
    .sticky-cta {
      position: fixed;
      bottom: 10px;
      left: 12px;
      right: 12px;
      z-index: 999;
    }
    .sticky-cta .cta-btn { font-size: 0.85rem !important; padding: 14px 16px !important; }
  }

  /* ===== FRONT PAGE MOBILE ===== */
  @media (max-width: 480px) {
    .hero { aspect-ratio: 1365/2048; }
    .hero img { object-position: center 15% !important; }
    .hero-badge { font-size: 11px; padding: 9px 16px; }
    .cta-wrap { padding: 12px 10px 14px; }
    .cta-title { font-size: 12px; overflow-wrap: anywhere; }
    .cta-body { font-size: 11px; }
  }


/* === MOBILE OVERFLOW EMERGENCY FIX === */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100vw; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

@media (max-width: 600px) {
  /* Containment */
  body, body > *, section, .story-section { max-width: 100vw; overflow-x: hidden; box-sizing: border-box; }
  
  /* Hero — never wider than viewport */
  /* hero overflow handled by base CSS */
  /* hero img uses inline styles — do not override */
  
  /* Cards / boxes — never wider than container */
  .story-highlight, .story-cta-box, .story-pivot, .story-result-item,
  .future-card, .empathy-card, .empathy-main-text, .reassurance-box,
  .cause-step, .insight-banner, .sol-point, .course-item,
  .consult-step, .faq-item, .faq-q, .faq-a,
  .cred-item, .stat-box, .checklist li, .no-list li,
  .dream-item, .mindshift-from, .mindshift-to,
  .cycle-item, .empathy-question, .cta-box {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }
  
  /* Flex children that hold text — allow shrinking */
  .cause-content, .course-text {
    min-width: 0 !important;
    flex: 1 1 0% !important;
    overflow-wrap: anywhere;
  }
  
  /* All text-bearing elements — wrap properly */
  p, h1, h2, h3, h4, h5, h6, li, span:not(.line-accent), .story-block, .story-highlight, .story-cta-box h3 {
    overflow-wrap: anywhere;
  }
  
  /* Sticky CTA — never wider than viewport, allow content above */
  .sticky-cta { left: 12px !important; right: 12px !important; max-width: calc(100vw - 24px) !important; }
  .closing-section, footer.footer { padding-bottom: 100px !important; }
}

@media (max-width: 380px) {
  section, .story-section { padding-left: 12px !important; padding-right: 12px !important; }
}
  /* ===== ACHIEVEMENT LIST ===== */
  .achievement-list {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .achievement-item {
    text-align: center;
    padding: 8px 0;
  }
  .achievement-premise {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.95rem;
    color: var(--text-mid);
    margin-bottom: 10px;
    font-weight: 500;
  }
  .achievement-result {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.7;
  }
  .ach-num {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e05a10;
    margin: 0 4px;
    background: linear-gradient(transparent 60%, #ffe680 60%, #ffe680 92%, transparent 92%);
    padding: 0 4px;
  }
  .hero-cta-btn-wrap {
    text-align: center;
    margin-top: 18px;
  }
  @media (max-width: 600px) {
    .achievement-list { gap: 22px; margin: 24px 0; }
    .achievement-premise { font-size: 0.88rem; }
    .achievement-result { font-size: 1.02rem; line-height: 1.65; }
    .ach-num { font-size: 1.28rem; }
    .hero-cta-btn-wrap { margin-top: 14px; }
  }