/* もふ手帳 — 本家トップ用：広告LPデザイン（.lp-home スコープ・本家ルート css/style.css とは非干渉） v2026062600 */
/* ===== もふ手帳 LP — Design Tokens ===== */
.lp-home {
    --cream: #FBF6EF;
    --peach: #FCEEE6;
    --peach-deep: #F7E0D2;
    --coral: #E8896B;
    /* 正値: 塗り・大見出し・アクセント */
    --coral-deep: #C96F52;
    /* CTA地 */
    --gold: #C9A227;
    --ink: #4A3F38;
    /* 本文 */
    --ink-soft: #7A6E64;
    /* 補助 */
    --line: #EADFD4;
    --white: #FFF;
    --radius: 18px;
    --maxw: 1080px;
    font-size: 16px
    }
.lp-home * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
    }
.lp-home {
    scroll-behavior: smooth
    }
.lp-home {
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 84px;
    /* sticky CTA space */
    }
.lp-home img {
    max-width: 100%;
    display: block
    }
/* ===== Buttons ===== */
.lp-home .btn-primary {
    display: inline-block;
    background: var(--coral-deep);
    color: var(--white) !important;
    font-weight: 700;
    font-size: 1.18rem;
    /* ≥18.66px bold threshold */
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(201, 111, 82, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    text-align: center
    }
.lp-home .btn-primary:hover {
    background: #b8603f;
    transform: translatey(-2px);
    box-shadow: 0 10px 24px rgba(201, 111, 82, 0.34)
    }
.lp-home .btn-primary:active {
    transform: translatey(0)
    }
.lp-home .btn-primary.large {
    font-size: 1.35rem;
    padding: 18px 52px
    }
.lp-home .btn-ghost {
    display: inline-block;
    color: var(--coral-deep);
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    padding: 14px 30px;
    border: 2px solid var(--peach-deep);
    border-radius: 999px;
    background: var(--white);
    transition: border-color 0.15s ease, background 0.15s ease
    }
.lp-home .btn-ghost:hover {
    border-color: var(--coral);
    background: var(--peach)
    }
.lp-home :focus-visible {
    outline: 3px solid var(--coral);
    outline-offset: 3px;
    border-radius: 8px
    }
/* ===== Header ===== */
.lp-home .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(251, 246, 239, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px
    }
.lp-home .header-logo {
    height: 40px;
    width: auto
    }
/* ===== Sections common ===== */
.lp-home section {
    padding: 60px 20px
    }
.lp-home .section-head {
    max-width: var(--maxw);
    margin: 0 auto 36px;
    text-align: center
    }
.lp-home .section-title {
    font-size: clamp(1.5rem, 5.2vw, 2.4rem);
    font-weight: 900;
    line-height: 1.5;
    color: var(--coral-deep)
    }
.lp-home .section-title.light {
    color: var(--ink)
    }
.lp-home .section-lead {
    margin-top: 14px;
    color: var(--ink-soft);
    font-size: 1.02rem
    }
/* ===== Hero ===== */
.lp-home .hero {
    background: linear-gradient(180deg, var(--peach) 0%, var(--cream) 100%);
    padding-top: 42px
    }
.lp-home .hero-inner {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    text-align: center
    }
.lp-home .hero-title {
    font-size: clamp(1.85rem, 7vw, 3.1rem);
    font-weight: 900;
    line-height: 1.45;
    color: var(--ink)
    }
.lp-home .hero-sub {
    margin-top: 18px;
    font-size: 1.06rem;
    color: var(--ink-soft);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
    }
.lp-home .hero-cta-row {
    margin-top: 26px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .hero-note {
    margin-top: 14px;
    font-size: 0.9rem;
    color: var(--ink-soft)
    }
.lp-home .hero-note.light {
    color: rgba(255, 255, 255, 0.92)
    }
.lp-home .book-anytime {
    margin: 18px auto 0;
    max-width: 560px;
    background: var(--peach);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 13px 18px;
    font-size: 0.86rem;
    line-height: 1.75;
    color: var(--ink-soft);
    text-align: left
    }
.lp-home .book-anytime b {
    color: var(--ink);
    font-weight: 700
    }
.lp-home .hero-figure {
    width: 100%;
    max-width: 420px
    }
.lp-home .hero-figure img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    width: 100%;
    height: auto;
    box-shadow: 0 18px 48px rgba(74, 63, 56, 0.18)
    }
/* ===== Preview / Carousel ===== */
.lp-home .preview {
    background: var(--cream)
    }
.lp-home .carousel {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px
    }
.lp-home .carousel-viewport {
    overflow: hidden;
    flex: 1;
    border-radius: var(--radius)
    }
.lp-home .carousel-track {
    list-style: none;
    display: flex;
    transition: transform 0.4s ease
    }
.lp-home .slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
    }
.lp-home .slide-caption {
    color: var(--ink-soft);
    font-size: 0.92rem
    }
.lp-home .slide img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(74, 63, 56, 0.12);
    background: #fff
    }
.lp-home .carousel-arrow {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--coral-deep);
    font-size: 1.1rem;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.15s
    }
.lp-home .carousel-arrow:hover {
    background: var(--peach)
    }
.lp-home .carousel-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 18px
    }
.lp-home .carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: var(--peach-deep);
    cursor: pointer;
    padding: 0
    }
.lp-home .carousel-dots button.active {
    background: var(--coral)
    }
/* Book page mock */
.lp-home .book-page {
    width: 100%;
    aspect-ratio: 3/4;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(74, 63, 56, 0.12);
    padding: 34px 30px;
    display: flex;
    flex-direction: column
    }
.lp-home .book-page.cover {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    background: linear-gradient(180deg, #fff 0%, var(--peach) 100%)
    }
.lp-home .book-page.cover .kicker {
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: 0.12em
    }
.lp-home .book-page.cover .dash {
    font-size: 0.85rem;
    color: var(--ink-soft);
    letter-spacing: 0.1em
    }
.lp-home .book-page.cover .petname {
    font-size: 2rem;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: 0.3em;
    margin-top: 8px
    }
.lp-home .book-page.cover .years {
    font-size: 0.95rem;
    color: var(--ink-soft);
    letter-spacing: 0.25em
    }
.lp-home .book-page.cover .brand {
    margin-top: auto;
    font-size: 0.95rem;
    color: var(--ink-soft);
    letter-spacing: 0.2em
    }
.lp-home .book-page.text .ch, .lp-home .book-page.record .ch {
    color: var(--coral);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.1em
    }
.lp-home .book-page.text h3, .lp-home .book-page.record h3 {
    font-size: 1.35rem;
    margin: 8px 0 16px;
    color: var(--ink)
    }
.lp-home .book-page.text p {
    color: var(--ink);
    font-size: 1rem;
    line-height: 2
    }
.lp-home .book-page.text.closing {
    align-items: center;
    justify-content: center;
    text-align: center
    }
.lp-home .book-page.text.closing p {
    font-size: 1.15rem
    }
.lp-home .book-page.record ul {
    list-style: none;
    margin-top: 8px
    }
.lp-home .book-page.record li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed var(--line)
    }
.lp-home .book-page.record li span {
    color: var(--ink-soft)
    }
.lp-home .book-page.record li b {
    color: var(--coral-deep)
    }
.lp-home .inline-cta {
    text-align: center;
    margin-top: 36px
    }
/* ===== Empathy ===== */
.lp-home .empathy {
    background: var(--peach);
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
    }
.lp-home .empathy-figure {
    width: 100%;
    max-width: 360px
    }
.lp-home .empathy-figure img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    box-shadow: 0 14px 38px rgba(74, 63, 56, 0.16)
    }
.lp-home .empathy-copy {
    max-width: 560px;
    text-align: center
    }
.lp-home .empathy-copy p {
    margin-top: 16px;
    color: var(--ink)
    }
/* ===== Stages ===== */
.lp-home .stages {
    background: var(--cream)
    }
.lp-home .stage {
    max-width: var(--maxw);
    margin: 0 auto 56px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    text-align: center
    }
.lp-home .stage-media {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap
    }
.lp-home .stage-media.single .stage-photo {
    max-width: 340px
    }
.lp-home .stage-photo {
    width: 230px;
    height: auto;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: 0 14px 34px rgba(74, 63, 56, 0.16);
    aspect-ratio: 768/1024
    }
.lp-home .stage-shot {
    width: 135px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(74, 63, 56, 0.14);
    border: 1px solid var(--line);
    background: #fff
    }
.lp-home .stage-text h3 {
    font-size: 1.3rem;
    color: var(--coral-deep);
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.5
    }
.lp-home .stage-text p {
    color: var(--ink)
    }
.lp-home .stage-text .muted {
    display: block;
    color: var(--ink-soft);
    font-size: 0.88rem;
    margin-top: 6px
    }
/* ===== AI ===== */
.lp-home .ai-section {
    background: var(--peach);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center
    }
.lp-home .ai-copy {
    max-width: 560px
    }
.lp-home .ai-copy p {
    margin-top: 16px;
    color: var(--ink)
    }
.lp-home .ai-copy b {
    color: var(--ink)
    }
.lp-home .ai-figure img {
    width: 200px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(74, 63, 56, 0.16);
    border: 1px solid var(--line)
    }
/* ===== Reach ===== */
.lp-home .reach {
    background: linear-gradient(180deg, var(--peach-deep), var(--peach));
    text-align: center
    }
.lp-home .reach-lead {
    margin-top: 14px;
    font-size: 1.15rem;
    color: var(--ink)
    }
/* ===== Pricing ===== */
.lp-home .pricing {
    background: var(--cream)
    }
.lp-home .price-cards {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .price-card {
    flex: 1;
    min-width: 220px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 24px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 22px rgba(74, 63, 56, 0.08)
    }
.lp-home .price-card.featured {
    border-color: var(--coral);
    box-shadow: 0 12px 30px rgba(232, 137, 107, 0.2)
    }
.lp-home .price-card .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--gold);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    white-space: nowrap
    }
.lp-home .plan-name {
    display: block;
    color: var(--ink-soft);
    font-size: 0.98rem;
    margin-bottom: 10px
    }
.lp-home .plan-price {
    font-size: 1.1rem;
    color: var(--ink)
    }
.lp-home .plan-price b {
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--coral-deep)
    }
.lp-home .plan-price span {
    font-size: 0.95rem;
    color: var(--ink-soft)
    }
/* ===== Trust ===== */
.lp-home .trust {
    background: var(--peach)
    }
.lp-home .trust-list {
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px
    }
.lp-home .trust-list li {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    gap: 14px;
    align-items: center;
    font-weight: 500;
    color: var(--ink)
    }
.lp-home .trust-icon {
    font-size: 1.3rem
    }
/* ===== FAQ ===== */
.lp-home .faq {
    background: var(--cream)
    }
.lp-home .faq-list {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px
    }
.lp-home .faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 6px 22px;
    box-shadow: 0 6px 16px rgba(74, 63, 56, 0.06)
    }
.lp-home .faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--ink);
    padding: 14px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
    }
.lp-home .faq-item summary::-webkit-details-marker {
    display: none
    }
.lp-home .faq-item summary::after {
    content: "＋";
    color: var(--coral);
    font-weight: 900;
    transition: transform 0.2s
    }
.lp-home .faq-item[open] summary::after {
    content: "−"
    }
.lp-home .faq-item p {
    padding: 0 0 16px;
    color: var(--ink);
    line-height: 1.9
    }
/* ===== Final CTA ===== */
.lp-home .final-cta {
    background: linear-gradient(180deg, var(--coral-deep) 0%, #b8603f 100%);
    text-align: center;
    color: #fff;
    padding: 70px 20px
    }
.lp-home .final-lead {
    font-size: clamp(1.3rem, 5vw, 1.9rem);
    font-weight: 900;
    margin-bottom: 28px;
    color: #fff
    }
.lp-home .final-cta .btn-primary {
    background: #fff;
    color: var(--coral-deep) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18)
    }
.lp-home .final-cta .btn-primary:hover {
    background: #fff;
    color: #b8603f !important
    }
/* ===== Footer ===== */
.lp-home .site-footer {
    background: var(--cream);
    border-top: 1px solid var(--line);
    padding: 34px 20px 40px;
    text-align: center
    }
.lp-home .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    justify-content: center;
    margin-bottom: 16px
    }
.lp-home .footer-links a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 0.9rem
    }
.lp-home .footer-links a:hover {
    color: var(--coral-deep);
    text-decoration: underline
    }
.lp-home .footer-company {
    color: var(--ink-soft);
    font-size: 0.85rem
    }
/* ===== Sticky CTA ===== */
.lp-home .sticky-cta {
    transition: transform .28s ease, opacity .28s ease;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(251, 246, 239, 0.95);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--line);
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    box-shadow: 0 -4px 20px rgba(74, 63, 56, 0.08)
    }
.lp-home .sticky-cta .btn-primary {
    width: 100%;
    max-width: 440px
    }
/* ===== Desktop layout ===== */
@media (min-width: 860px) {
    .lp-home .hero-inner {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        gap: 48px
        }
    .lp-home .hero-copy {
        flex: 1
        }
    .lp-home .hero-sub {
        margin-left: 0
        }
    .lp-home .hero-cta-row {
        justify-content: flex-start
        }
    .lp-home .hero-figure {
        flex: none;
        width: 400px
        }
    .lp-home .empathy {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 48px
        }
    .lp-home .empathy-copy {
        text-align: left
        }
    .lp-home .stage {
        flex-direction: row;
        text-align: left;
        gap: 44px;
        justify-content: center
        }
    .lp-home .stage.reverse {
        flex-direction: row-reverse
        }
    .lp-home .stage-text {
        flex: 1;
        max-width: 440px
        }
    .lp-home .stage-photo {
        width: 280px
        }
    .lp-home .stage-shot {
        width: 160px
        }
    .lp-home .ai-section {
        flex-direction: row;
        justify-content: center;
        gap: 48px;
        text-align: left
        }
    .lp-home .sticky-cta .btn-primary {
        max-width: 380px
        }
    }
/* ===== Features (できること) ===== */
.lp-home .features {
    background: var(--cream)
    }
.lp-home .feature {
    max-width: var(--maxw);
    margin: 0 auto 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center
    }
.lp-home .feature-media {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap
    }
.lp-home .feature-shot {
    width: 72vw;
    max-width: 248px;
    height: auto;
    filter: drop-shadow(0 22px 44px rgba(120, 80, 60, 0.34))
    }
@media (max-width: 680px) {
    .lp-home .feature-media {
        gap: 24px
        }
    .lp-home .feature-media .feature-shot {
        width: 100%;
        max-width: 440px
        }
    }
.lp-home .feature-photo {
    width: 100%;
    max-width: 230px;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(74, 63, 56, 0.16)
    }
.lp-home .feature-kicker {
    display: inline-block;
    background: var(--peach-deep);
    color: var(--coral-deep);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 10px
    }
.lp-home .feature-text h3 {
    font-size: 1.42rem;
    font-weight: 900;
    color: var(--coral-deep);
    line-height: 1.5;
    margin-bottom: 12px
    }
.lp-home .feature-text p {
    color: var(--ink);
    margin-bottom: 8px
    }
.lp-home .feature-text p.muted {
    color: var(--ink-soft);
    font-size: 0.9rem
    }
.lp-home .feature-text b {
    color: var(--ink);
    font-weight: 700
    }
/* ===== Stage strip (情緒) ===== */
.lp-home .stages {
    background: var(--peach)
    }
.lp-home .stage-strip {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .stage-strip figure {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center
    }
.lp-home .stage-strip img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(74, 63, 56, 0.16);
    object-fit: cover
    }
.lp-home .stage-strip figcaption {
    color: var(--coral-deep);
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.5
    }
/* ===== Extras ===== */
.lp-home .extras {
    background: var(--cream);
    text-align: center
    }
.lp-home .extras-list {
    max-width: 760px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .extras-list li {
    flex: 1;
    min-width: 200px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 18px;
    box-shadow: 0 8px 22px rgba(74, 63, 56, 0.08)
    }
.lp-home .extras-list b {
    display: block;
    color: var(--coral-deep);
    font-size: 1.1rem;
    margin-bottom: 6px
    }
.lp-home .extras-list span {
    color: var(--ink-soft);
    font-size: 0.92rem
    }
/* ===== Devices (multi-device) ===== */
.lp-home .devices {
    background: var(--cream);
    text-align: center
    }
.lp-home .devices-inner {
    max-width: var(--maxw);
    margin: 0 auto
    }
.lp-home .devices .section-lead {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
    }
.lp-home .devices-grid {
    margin-top: 32px;
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .device-card {
    width: 100%;
    max-width: 460px
    }
.lp-home .device-card img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    box-shadow: 0 14px 38px rgba(74, 63, 56, 0.16)
    }
.lp-home .device-card figcaption {
    margin-top: 12px;
    color: var(--ink-soft);
    font-size: 0.95rem
    }
/* ===== Pricing plans ===== */
.lp-home .pricing {
    background: var(--peach)
    }
.lp-home .plans {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap
    }
.lp-home .plan {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: 0 8px 22px rgba(74, 63, 56, 0.08);
    display: flex;
    flex-direction: column;
    position: relative
    }
.lp-home .plan.featured {
    border: 2px solid var(--coral);
    box-shadow: 0 16px 38px rgba(232, 137, 107, 0.22)
    }
.lp-home .plan .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--coral-deep);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap
    }
.lp-home .plan-name {
    display: block;
    color: var(--ink);
    font-weight: 900;
    font-size: 1.15rem;
    margin-bottom: 6px
    }
.lp-home .plan-price {
    display: block;
    color: var(--ink);
    font-size: 1rem;
    margin-bottom: 4px
    }
.lp-home .plan-price b {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--coral-deep)
    }
.lp-home .plan-price span {
    font-size: 0.95rem;
    color: var(--ink-soft)
    }
.lp-home .plan-tag {
    display: block;
    color: var(--ink-soft);
    font-size: 0.86rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line)
    }
.lp-home .plan-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left
    }
.lp-home .plan-list li {
    position: relative;
    padding-left: 26px;
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.6
    }
.lp-home .plan-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: var(--peach-deep);
    font-size: 0.7rem
    }
.lp-home .plan-list.check li::before {
    content: "✓";
    color: var(--coral-deep);
    font-weight: 900;
    font-size: 0.95rem;
    top: 0
    }
.lp-home .plan-list li b {
    color: var(--ink);
    font-weight: 700
    }
.lp-home .pricing-note {
    max-width: 680px;
    margin: 28px auto 0;
    text-align: center;
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.8
    }
/* ===== Trust (check, no emoji) ===== */
.lp-home .trust-list li {
    position: relative;
    padding-left: 46px
    }
.lp-home .trust-list li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translatey(-50%);
    color: var(--coral-deep);
    font-weight: 900;
    font-size: 1.05rem
    }
/* ===== Desktop refinements ===== */
@media (min-width: 860px) {
    .lp-home .feature {
        flex-direction: row;
        text-align: left;
        gap: 44px;
        justify-content: center
        }
    .lp-home .feature.reverse {
        flex-direction: row-reverse
        }
    .lp-home .feature-text {
        flex: 1;
        max-width: 460px
        }
    }
/* ===== Flipbook counter (24p) ===== */
.lp-home .carousel-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 16px
    }
.lp-home .carousel-counter {
    font-weight: 700;
    color: var(--coral-deep);
    font-size: 1rem;
    letter-spacing: 0.06em
    }
.lp-home .carousel-counter #page-cur {
    font-size: 1.25rem
    }
.lp-home .carousel-hint {
    color: var(--ink-soft);
    font-size: 0.85rem
    }
.lp-home #book-carousel {
    outline: none
    }
.lp-home #book-carousel:focus-visible {
    outline: 3px solid var(--coral);
    outline-offset: 6px;
    border-radius: 14px
    }
.lp-home .carousel-arrow {
    position: relative;
    z-index: 2
    }
/* footer company link */
.lp-home .footer-company a {
    color: var(--ink-soft);
    text-decoration: none
    }
.lp-home .footer-company a:hover {
    color: var(--coral-deep);
    text-decoration: underline
    }
/* ===== 監査v2 仕上げ ===== */
/* R-8 見出しは地インク＋強調語のみコーラル */
.lp-home .section-title {
    color: var(--ink)
    }
.lp-home .section-title .hl {
    color: var(--coral-deep)
    }
/* R-5 ヒーロー初viewに主CTA＋一冊主要部を収める（モバイル） */
@media (max-width: 859px) {
    .lp-home .hero {
        padding-top: 18px;
        padding-bottom: 26px
        }
    .lp-home .hero-inner {
        gap: 16px
        }
    .lp-home .hero-cta-row {
        margin-top: 18px
        }
    .lp-home .hero-title {
        margin-top: 4px
        }
    }
/* R-6 sticky CTA がフッター等を隠さない */
.lp-home {
    padding-bottom: 92px
    }
/* ===== マスター改善：DRラダー実装 ===== */
/* 段3 核心の一拍（記録→愛おしい毎日→一冊） */
.lp-home .essence {
    background: var(--cream)
    }
.lp-home .essence-steps {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap
    }
.lp-home .estep {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 200px;
    text-align: center
    }
.lp-home .estep img {
    width: 100%;
    max-width: 160px;
    height: auto;
    border-radius: 14px;
    filter: drop-shadow(0 14px 30px rgba(120, 80, 60, 0.26))
    }
.lp-home .estep figcaption b {
    display: block;
    color: var(--coral-deep);
    font-size: 1.02rem;
    margin-bottom: 3px
    }
.lp-home .estep figcaption span {
    color: var(--ink-soft);
    font-size: 0.86rem;
    line-height: 1.55
    }
.lp-home .estep-arrow {
    color: var(--coral);
    font-size: 1.7rem;
    font-weight: 900;
    flex: 0 0 auto;
    line-height: 1
    }
@media (max-width: 680px) {
    .lp-home .essence-steps {
        flex-direction: column;
        gap: 20px
        }
    .lp-home .estep-arrow {
        transform: rotate(90deg)
        }
    .lp-home .estep {
        max-width: 440px;
        width: 100%
        }
    .lp-home .estep img {
        max-width: 100%;
        width: 100%
        }
    }
/* 段7 extras 1行 */
.lp-home .extras-line {
    max-width: var(--maxw);
    margin: 0 auto;
    font-size: clamp(1.2rem, 4.6vw, 1.65rem);
    font-weight: 900;
    color: var(--ink);
    line-height: 1.6
    }
/* 段8 約束の束（リスク反転）＋価値対比 */
.lp-home .promise {
    max-width: 540px;
    margin: 30px auto 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px
    }
.lp-home .promise li {
    position: relative;
    padding-left: 32px;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.6;
    text-align: left
    }
.lp-home .promise li::before {
    content: "✓";
    position: absolute;
    left: 6px;
    top: 0;
    color: var(--coral-deep);
    font-weight: 900
    }
.lp-home .value-line {
    max-width: 600px;
    margin: 24px auto 0;
    text-align: center;
    color: var(--ink);
    font-weight: 700;
    font-size: 1.06rem;
    line-height: 1.7
    }
.lp-home .value-line .hl {
    color: var(--coral-deep)
    }
/* ===== ヒーロー A/B（既定=B：人＋本／hero-AでA：2冊物撮り） ===== */
.lp-home .hero-figure .hero-img-a {
    display: none
    }
.lp-home .hero-figure .hero-img-b {
    display: block
    }
.lp-home.hero-A .hero-figure .hero-img-a {
    display: block
    }
.lp-home.hero-A .hero-figure .hero-img-b {
    display: none
    }
/* 段3 記録の中身（何を記録するか） */
.lp-home .record-kinds {
    max-width: var(--maxw);
    margin: 42px auto 0;
    text-align: center
    }
.lp-home .record-kinds-lead {
    font-size: 1.06rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 22px;
    line-height: 1.7
    }
.lp-home .record-kinds-shots {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .record-kinds-shots figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
    }
.lp-home .record-kinds-shots .feature-shot {
    width: clamp(140px, 42vw, 182px)
    }
.lp-home .record-kinds-shots figcaption {
    color: var(--coral-deep);
    font-weight: 700;
    font-size: 0.92rem
    }
@media (max-width: 680px) {
    .lp-home .record-kinds-shots {
        flex-direction: column;
        align-items: center;
        gap: 28px
        }
    .lp-home .record-kinds-shots .feature-shot {
        width: 100%;
        max-width: 440px
        }
    }
/* 段4 受診メモ 実物サンプル */
.lp-home .memo-sample {
    max-width: 760px;
    margin: 38px auto 0;
    text-align: center
    }
.lp-home .memo-sample-lead {
    font-size: 1.06rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 20px;
    line-height: 1.7
    }
.lp-home .memo-sample-pages {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .memo-sample-pages img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(74, 63, 56, 0.14)
    }
.lp-home .memo-sample-note {
    margin-top: 18px;
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.7
    }
/* ===== PCでも操作画面スクショを大きく（モバイルと同方針） ===== */
@media (min-width: 860px) {
    .lp-home .essence-steps {
        gap: 20px
        }
    .lp-home .estep {
        max-width: 280px
        }
    .lp-home .estep img {
        max-width: 100%
        }
    .lp-home .record-kinds-shots {
        gap: 36px
        }
    .lp-home .record-kinds-shots .feature-shot {
        width: auto;
        max-width: 300px
        }
    .lp-home .feature-media {
        gap: 28px
        }
    .lp-home .feature-media .feature-shot {
        width: auto;
        max-width: 280px
        }
    }
/* ===== 受診メモ実物サンプルを大きく（文字が読めるサイズへ） ===== */
@media (max-width: 680px) {
    .lp-home .memo-sample-pages {
        flex-direction: column;
        align-items: center;
        gap: 24px
        }
    .lp-home .memo-sample-pages img {
        max-width: 440px
        }
    }
@media (min-width: 860px) {
    .lp-home .memo-sample {
        max-width: 940px
        }
    .lp-home .memo-sample-pages {
        gap: 24px
        }
    .lp-home .memo-sample-pages img {
        max-width: 440px
        }
    }
/* ===== 完本フリップブックをPCで大きく ===== */
@media (min-width: 860px) {
    .lp-home .carousel {
        max-width: 720px
        }
    }
/* ===== 誤認払拭フロー（書くのはAI） ===== */
.lp-home .howflow {
    max-width: var(--maxw);
    margin: 0 auto 34px
    }
.lp-home .howflow-title {
    text-align: center;
    font-size: clamp(1.18rem, 4.4vw, 1.6rem);
    font-weight: 900;
    color: var(--ink);
    line-height: 1.6;
    margin-bottom: 26px
    }
.lp-home .howflow-title .hl {
    color: var(--coral-deep)
    }
.lp-home .howflow-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap
    }
.lp-home .howstep {
    flex: 1 1 0;
    min-width: 0;
    max-width: 240px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(120, 80, 60, 0.1)
    }
.lp-home .howstep.accent {
    background: var(--peach);
    border: 2px solid var(--coral);
    box-shadow: 0 16px 34px rgba(200, 111, 82, 0.22)
    }
.lp-home .howstep-badge {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--peach-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1
    }
.lp-home .howstep.accent .howstep-badge {
    background: var(--coral)
    }
.lp-home .howstep-num {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--coral-deep);
    letter-spacing: 0.1em
    }
.lp-home .howstep-h {
    font-size: 1.18rem;
    font-weight: 900;
    color: var(--ink)
    }
.lp-home .howstep.accent .howstep-h {
    color: var(--coral-deep)
    }
.lp-home .howstep-d {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.7
    }
.lp-home .howstep-tag {
    margin-top: auto;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ink-soft);
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 14px
    }
.lp-home .howstep.accent .howstep-tag {
    color: #fff;
    background: var(--coral);
    border-color: var(--coral)
    }
.lp-home .howflow-arrow {
    display: flex;
    align-items: center;
    color: var(--coral);
    font-size: 1.9rem;
    font-weight: 900;
    flex: 0 0 auto;
    line-height: 1
    }
.lp-home .howflow-bust {
    margin: 26px auto 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 1rem
    }
.lp-home .howflow-bust span {
    padding: 8px 16px;
    border-radius: 999px
    }
.lp-home .howflow-bust .x {
    color: var(--ink-soft);
    background: var(--cream);
    border: 1px solid var(--line);
    text-decoration: line-through
    }
.lp-home .howflow-bust .o {
    color: #fff;
    background: var(--coral-deep)
    }
.lp-home .sp-br {
    display: none
    }
@media (max-width: 680px) {
    .lp-home .howflow-steps {
        flex-direction: column;
        align-items: center;
        gap: 14px
        }
    .lp-home .howflow-arrow {
        transform: rotate(90deg)
        }
    .lp-home .howstep {
        max-width: 340px;
        width: 100%
        }
    .lp-home .sp-br {
        display: inline
        }
    }
/* ===== ライフステージ：どこから始めてもOK ===== */
.lp-home .lifestage {
    background: var(--cream)
    }
.lp-home .ls-stages {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap
    }
.lp-home .ls-card {
    flex: 1 1 0;
    min-width: 0;
    max-width: 260px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    box-shadow: 0 10px 26px rgba(120, 80, 60, 0.1)
    }
.lp-home .ls-badge {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--peach-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 4px
    }
.lp-home .ls-h {
    font-size: 1.16rem;
    font-weight: 900;
    color: var(--ink)
    }
.lp-home .ls-sub {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--coral-deep);
    background: var(--peach);
    border-radius: 999px;
    padding: 3px 12px
    }
.lp-home .ls-d {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.7;
    margin-top: 2px
    }
.lp-home .ls-converge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 22px 0 8px
    }
.lp-home .ls-converge-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ink-soft)
    }
.lp-home .ls-converge-arrow {
    color: var(--coral);
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1
    }
.lp-home .ls-ai {
    max-width: var(--maxw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
    }
.lp-home .ls-ai-badge {
    background: var(--coral);
    color: #fff;
    font-weight: 900;
    font-size: 1.12rem;
    padding: 14px 26px;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(200, 111, 82, 0.26)
    }
.lp-home .ls-ai-arrow {
    color: var(--coral);
    font-size: 1.7rem;
    font-weight: 900
    }
.lp-home .ls-ai-result {
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--coral-deep);
    line-height: 1.5
    }
.lp-home .ls-promise {
    max-width: 760px;
    margin: 30px auto 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
    }
.lp-home .ls-chip {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 18px 10px 38px;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ink);
    box-shadow: 0 6px 16px rgba(120, 80, 60, 0.08)
    }
.lp-home .ls-chip::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translatey(-50%);
    color: var(--coral-deep);
    font-weight: 900
    }
@media (max-width: 680px) {
    .lp-home .ls-stages {
        flex-direction: column;
        align-items: center;
        gap: 14px
        }
    .lp-home .ls-card {
        max-width: 340px;
        width: 100%
        }
    .lp-home .ls-ai {
        flex-direction: column;
        gap: 12px
        }
    .lp-home .ls-ai-arrow {
        transform: rotate(90deg)
        }
    .lp-home .ls-promise {
        flex-direction: column;
        align-items: stretch;
        max-width: 340px
        }
    .lp-home .ls-chip {
        text-align: left
        }
    }
/* ライフステージ図解を preview 内（サンプル本の上）に埋め込む場合の調整 */
.lp-home .lifestage-embed {
    background: none;
    margin: 38px auto 30px
    }
.lp-home .lifestage-embed .section-head {
    margin-bottom: 28px
    }
/* 2026-07-08: フッターが見えている間は追従CTAを下へ退避（寄付文言・©行がボタンに隠れないように） */
.lp-home .sticky-cta.is-hidden { transform: translateY(115%); opacity: 0; pointer-events: none; }
