/* ==========================================
   リセット & ベーススタイル
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    background-color: #fdfcfb;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================
   コンテナ
   ========================================== */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================
   セクション共通スタイル
   ========================================== */
section {
    padding: 80px 0;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4a5a5 0%, #e8d4d4 100%);
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(212, 165, 165, 0.3);
    letter-spacing: 0.05em;
}

.section-badge-large {
    font-size: 24px;
    padding: 16px 48px;
    margin-bottom: 32px;
    font-weight: 600;
}

.section-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 600;
    color: #5a4a4a;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.5;
}

.section-subtitle {
    font-size: 18px;
    color: #7a6a6a;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

/* ==========================================
   ヒーローセクション
   ========================================== */
.hero {
    position: relative;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 500px;
    max-height: 700px;
    z-index: 1;
    background-color: #f5f1ed;
}

.hero-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: none !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(245, 241, 237, 0) 0%,
        rgba(245, 241, 237, 0) 40%,
        rgba(245, 241, 237, 0.7) 70%,
        rgba(245, 241, 237, 0.95) 100%
    );
    pointer-events: none;
}

.hero-headline {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    z-index: 3;
    text-align: center;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #4a4a4a;
    padding: 50px 20px;
    background: transparent;
}

.hero-title {
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 16px;
    position: relative;
}

.title-small {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.95),
                 0 1px 3px rgba(255, 255, 255, 0.9);
}

.title-main {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    color: #3a2a2a;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 18px;
    color: #5a4a4a;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 0;
}

.women-only-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f5e8f5 0%, #e8f5f5 100%);
    color: #8a6a8a;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 36px;
    border-radius: 6px;
    border: 1.5px solid #c8a8c8;
    margin-top: 24px;
    letter-spacing: 0.2em;
    box-shadow: 0 4px 12px rgba(200, 168, 200, 0.15);
}

/* ==========================================
   無料プレゼント告知セクション
   ========================================== */
.gift-intro {
    background: linear-gradient(135deg, #f5f1ed 0%, #fdfcfb 100%);
    text-align: center;
}

/* ==========================================
   CTAボックス
   ========================================== */
.cta-box {
    text-align: center;
    padding: 48px 32px;
    background: linear-gradient(135deg, #faf8f6 0%, #f5f1ed 100%);
    border-radius: 20px;
    margin: 32px auto;
    max-width: 800px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.cta-text {
    font-size: 20px;
    font-weight: 500;
    color: #5a4a4a;
    margin-bottom: 24px;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #c98590 0%, #b56f7a 100%);
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    padding: 24px 56px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(181, 111, 122, 0.45);
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.05em;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(181, 111, 122, 0.55);
    background: linear-gradient(135deg, #d795a0 0%, #c37f8a 100%);
}

.btn-large {
    font-size: 24px;
    padding: 28px 68px;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(181, 111, 122, 0.5);
}

/* ==========================================
   悩み・問題提起セクション
   ========================================== */
.problems {
    background-color: #fdfcfb;
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
}

.problem-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    border-left: 4px solid #d4a5a5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.problem-card:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.problem-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a4a4a;
}

.empathy-text {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5e8e8 0%, #e8ede8 100%);
    border-radius: 16px;
    margin-top: 40px;
}

.empathy-text p {
    font-size: 18px;
    color: #6a5a5a;
    line-height: 1.8;
}

/* ==========================================
   共感のまとめセクション
   ========================================== */
.empathy-summary {
    background: linear-gradient(135deg, #f5e8e8 0%, #e8ede8 100%);
    padding: 60px 0;
}

.empathy-box {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.empathy-box p {
    font-size: 18px;
    line-height: 2;
    color: #5a4a4a;
    margin-bottom: 20px;
}

/* ==========================================
   サブセクションタイトル
   ========================================== */
.subsection-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    color: #5a4a4a;
    margin: 48px 0 32px;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
}

.subsection-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #c99090 50%, transparent 100%);
    margin: 12px auto 0;
}

/* ==========================================
   無料の理由セクション
   ========================================== */
.why-free {
    max-width: 680px;
    margin: 40px auto;
    padding: 32px;
    background: linear-gradient(135deg, #f5f1ed 0%, #e8ede8 100%);
    border-radius: 12px;
}

.why-free h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #5a4a4a;
    margin-bottom: 20px;
    text-align: center;
}

.why-free p {
    font-size: 16px;
    line-height: 2;
    color: #5a4a4a;
    text-align: center;
    margin-bottom: 16px;
}

/* ==========================================
   緊急性セクション
   ========================================== */
.urgency {
    text-align: center;
    margin: 32px 0;
}

.urgency p {
    font-size: 16px;
    line-height: 1.8;
    color: #c99090;
    font-weight: 600;
}

/* ==========================================
   最終CTAメッセージ
   ========================================== */
.final-cta-message {
    max-width: 680px;
    margin: 60px auto 40px;
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #f5e8e8 0%, #e8ede8 100%);
    border-radius: 16px;
}

.final-cta-message p {
    font-size: 18px;
    line-height: 2;
    color: #5a4a4a;
    margin-bottom: 16px;
}

/* ==========================================
   解決策の提示セクション
   ========================================== */
.solution {
    background: linear-gradient(135deg, #e8ede8 0%, #f5f1ed 100%);
}

.solution-content {
    text-align: center;
}

/* ストーリー導入 */
.story-intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
    padding: 32px 24px;
    background: linear-gradient(135deg, #f9f6f3 0%, #fdfcfb 100%);
    border-radius: 16px;
}

.story-intro .greeting {
    font-size: 22px;
    font-weight: 600;
    color: #5a4a4a;
    margin-bottom: 16px;
    font-family: 'Noto Serif JP', serif;
}

.story-intro p:last-child {
    font-size: 16px;
    line-height: 1.8;
    color: #5a4a4a;
    margin-bottom: 0;
}

/* ストーリー装飾 */
.story-divider {
    text-align: center;
    font-size: 24px;
    color: #c99090;
    margin: 40px auto;
    letter-spacing: 0.5em;
}

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

.story-text p {
    font-size: 17px;
    line-height: 2;
    color: #5a4a4a;
    margin-bottom: 28px;
}

.story-text .indent-text {
    padding-left: 24px;
    border-left: 3px solid #c99090;
    margin: 24px 0;
}

.highlight-text {
    padding: 4px 0;
    font-weight: 500;
}

.limited-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c99090 0%, #d4a5a5 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 30px;
    margin: 32px 0;
    box-shadow: 0 3px 10px rgba(201, 144, 144, 0.3);
}

/* ==========================================
   無料プレゼント詳細セクション
   ========================================== */
.gift-details {
    background-color: #fdfcfb;
    text-align: center;
}

.gift-content {
    max-width: 700px;
    margin: 0 auto;
}

.gift-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.gift-section h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #5a4a4a;
    margin-bottom: 20px;
    text-align: center;
}

.story-list {
    list-style: none;
    padding: 0;
}

.story-list li {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #5a4a4a;
}

.story-list li:before {
    content: "✿";
    position: absolute;
    left: 0;
    color: #d4a5a5;
    font-size: 18px;
}

.promise-box {
    background: linear-gradient(135deg, #f5e8e8 0%, #e8ede8 100%);
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}

.promise-box h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #5a4a4a;
    margin-bottom: 20px;
}

.promise-box p {
    font-size: 16px;
    line-height: 1.9;
    color: #5a4a4a;
    margin-bottom: 16px;
}

/* ==========================================
   権威性セクション
   ========================================== */
.authority {
    background: linear-gradient(135deg, #f5f1ed 0%, #e8ede8 100%);
    text-align: center;
}

.authority-content {
    max-width: 680px;
    margin: 0 auto;
}

.credentials {
    background: transparent;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 32px;
    box-shadow: none;
}

.credentials h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #7a6a6a;
    margin-bottom: 16px;
    text-align: center;
}

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.credential-item {
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    color: #7a6a6a;
    text-align: center;
    border: 1px solid #f0e8e8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.credentials ul {
    list-style: none;
    padding: 0;
}

.credentials ul li {
    padding: 6px 0;
    font-size: 14px;
    color: #7a6a6a;
    border-bottom: 1px solid #f5f1ed;
}

.credentials ul li:last-child {
    border-bottom: none;
}

.experience {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.stat-box {
    background: transparent;
    padding: 20px 12px;
    border-radius: 12px;
    box-shadow: none;
}

.stat-number {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 600;
    color: #9a8a8a;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 13px;
    color: #9a8a8a;
}

.experience-text {
    text-align: left;
    background: transparent;
    padding: 20px;
    border-radius: 12px;
    box-shadow: none;
}

.experience-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #7a6a6a;
    margin-bottom: 12px;
}

.experience-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================
   追加プレゼントセクション
   ========================================== */
.bonus {
    background-color: #fdfcfb;
    text-align: center;
}

.bonus .section-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.6;
}

.bonus-content {
    max-width: 700px;
    margin: 0 auto;
}

.bonus-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #5a4a4a;
    margin-bottom: 24px;
}

.bonus-text {
    font-size: 17px;
    line-height: 1.9;
    color: #5a4a4a;
    margin-bottom: 32px;
}

.session-examples {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 32px;
    text-align: left;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.session-examples h3 {
    font-size: 18px;
    color: #5a4a4a;
    margin-bottom: 16px;
}

.session-examples ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.session-examples ul li {
    padding: 0 0 0 28px;
    margin-bottom: 16px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #5a4a4a;
}

.session-examples ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9db89d;
    font-size: 20px;
    font-weight: bold;
}

.testimonials {
    margin-bottom: 32px;
}

.testimonials h3 {
    font-size: 18px;
    color: #5a4a4a;
    margin-bottom: 24px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.testimonial-card {
    background: linear-gradient(135deg, #f5e8e8 0%, #ffffff 100%);
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a4a4a;
    font-style: italic;
}

.closing-message {
    font-size: 17px;
    line-height: 1.9;
    color: #5a4a4a;
    margin-bottom: 16px;
}

.limited-badges {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 32px 0;
}

.badge {
    display: inline-block;
    background: linear-gradient(135deg, #c99090 0%, #d4a5a5 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(201, 144, 144, 0.3);
}

/* ==========================================
   終わりにセクション
   ========================================== */
.final-message {
    background: linear-gradient(135deg, #e8ede8 0%, #f5f1ed 100%);
}

.subtitle-text {
    text-align: center;
    font-size: 16px;
    color: #7a6a6a;
    margin-bottom: 40px;
}

.message-content {
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
}

.message-block {
    margin-bottom: 40px;
}

.message-block p {
    font-size: 17px;
    line-height: 2;
    color: #5a4a4a;
    margin-bottom: 16px;
}

.message-block p:last-child {
    margin-bottom: 0;
}

.message-divider {
    height: 48px;
}

.final-cta-message {
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center;
}

.final-cta-message p {
    margin-bottom: 20px;
}

.message-content p {
    font-size: 17px;
    line-height: 2;
    color: #5a4a4a;
    margin-bottom: 20px;
}

.emphasis-text {
    font-weight: 500;
    color: #6a5a5a;
}

.large-text {
    font-size: 19px;
    font-weight: 600;
}

.spacer {
    height: 32px;
}

/* ==========================================
   登録フォームセクション
   ========================================== */
.form-section {
    background: linear-gradient(135deg, #f5e8e8 0%, #e8ede8 100%);
    padding: 80px 0;
}

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fdfcfb 0%, #ffffff 100%);
    padding: 48px;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.form-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    font-weight: 600;
    color: #5a4a4a;
    text-align: center;
    margin-bottom: 12px;
}

.form-subtitle {
    font-size: 16px;
    color: #7a6a6a;
    text-align: center;
    margin-bottom: 40px;
}

.newsletter-form {
    width: 100%;
}

.form-group {
    margin-bottom: 28px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #5a4a4a;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 2px solid #e8dfd6;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Noto Sans JP', sans-serif;
}

.form-group input:focus {
    outline: none;
    border-color: #d4a5a5;
    box-shadow: 0 0 0 3px rgba(212, 165, 165, 0.1);
}

.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #d4a5a5 0%, #c99090 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 18px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 144, 144, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(201, 144, 144, 0.4);
}

.privacy-note {
    font-size: 13px;
    color: #9a8a8a;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
}

/* ==========================================
   フッター
   ========================================== */
.footer {
    background-color: #5a4a4a;
    color: #f5f1ed;
    padding: 32px 0;
    text-align: center;
}

.footer p {
    font-size: 14px;
}

/* ==========================================
   モーダル
   ========================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #ffffff;
    padding: 48px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    animation: slideUp 0.4s ease;
}

.modal-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #9db89d 0%, #b8d4b8 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 24px;
}

.modal-content h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #5a4a4a;
    margin-bottom: 16px;
}

.modal-content p {
    font-size: 16px;
    color: #7a6a6a;
    line-height: 1.8;
    margin-bottom: 32px;
}

.btn-close {
    background: linear-gradient(135deg, #d4a5a5 0%, #c99090 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-close:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 144, 144, 0.3);
}

/* ==========================================
   アニメーション
   ========================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================
   レスポンシブデザイン
   ========================================== */
@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }

    .bonus .section-title {
        font-size: 22px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .title-main {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .title-small {
        font-size: 18px;
        line-height: 1.6;
    }

    .hero-headline {
        bottom: 30px;
        width: 85%;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.8;
    }

    .btn-primary {
        font-size: 18px;
        padding: 20px 44px;
        box-shadow: 0 6px 20px rgba(181, 111, 122, 0.4);
    }

    .btn-large {
        font-size: 21px;
        padding: 24px 52px;
    }

    .cta-box {
        padding: 40px 24px;
        margin: 24px auto;
    }

    section {
        padding: 60px 0;
    }

    .hero-image {
        height: 50vh;
        min-height: 400px;
    }

    .women-only-badge {
        font-size: 13px;
        padding: 9px 32px;
        margin-top: 20px;
        letter-spacing: 0.18em;
    }

    /* ストーリー用レスポンシブ */
    .story-intro {
        padding: 24px 16px;
        margin-bottom: 32px;
    }

    .story-intro .greeting {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .story-intro p:last-child {
        font-size: 15px;
    }

    .story-divider {
        font-size: 20px;
        margin: 32px auto;
    }

    .story-text {
        margin-bottom: 36px;
    }

    .story-text p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .story-text .indent-text {
        padding-left: 16px;
        font-size: 15px;
    }

    .subsection-title {
        font-size: 22px;
        margin: 36px 0 24px;
    }

    /* 最終メッセージ用レスポンシブ */
    .message-block {
        margin-bottom: 32px;
    }

    .message-block p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .message-divider {
        height: 36px;
    }

    .final-cta-message {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .large-text {
        font-size: 18px;
    }

        max-height: 500px;
    }

    .hero-headline {
        bottom: 50px;
        width: 85%;
    }

    .hero-content {
        padding: 40px 20px;
    }

    .form-wrapper {
        padding: 32px 24px;
    }

    .gift-section,
    .promise-box,
    .session-examples {
        padding: 28px 24px;
    }

    .credentials-grid {
        grid-template-columns: 1fr;
    }

    .experience {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .title-main {
        font-size: 22px;
    }

    .title-small {
        font-size: 16px;
    }

    .hero-headline {
        bottom: 40px;
        width: 90%;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .women-only-badge {
        font-size: 12px;
        padding: 8px 28px;
        margin-top: 16px;
        letter-spacing: 0.15em;
    }

    .section-title {
        font-size: 22px;
    }

    .btn-primary {
        font-size: 17px;
        padding: 18px 36px;
        box-shadow: 0 6px 18px rgba(181, 111, 122, 0.4);
    }

    .cta-box {
        padding: 32px 20px;
        margin: 20px auto;
    }

    .modal-content {
        padding: 32px 24px;
    }
}