:root{--ink:#2d2118;--muted:#675345;--paper:#fff9f0;--red:#a7380c;--line:#dec9b8;--gold:#ffde8b}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',sans-serif;font-size:16px;line-height:1.85;word-break:normal;line-break:strict;overflow-wrap:normal}a,a:visited{color:var(--red)}a:hover{color:#742200}a:focus-visible,button:focus-visible{outline:3px solid #9f340b;outline-offset:5px}img{display:block;max-width:100%;height:auto}figure{margin:0}figcaption{font-size:12px;line-height:1.7;color:var(--muted);margin-top:7px}p{margin:0 0 16px}p:last-child{margin-bottom:0}h1,h2,h3{margin:0 0 18px;line-height:1.5}h1,h2{font-family:'Shippori Mincho',serif;font-weight:800}h1{font-size:clamp(28px,3.3vw,44px)}h2{font-size:clamp(25px,2.6vw,34px)}h3{font-size:19px;font-weight:800}.phrase{display:inline-block}.wrap{max-width:1100px;margin:auto}.narrow{max-width:850px}.section{padding:48px 24px}.site-head{max-width:1200px;margin:auto;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:12px}.brand,.brand:visited{color:var(--ink);font-family:'Shippori Mincho',serif;font-weight:800;font-size:22px;text-decoration:none}.detail-link{font-weight:700;text-underline-offset:5px;font-size:14px;line-height:1.8;display:inline-flex;align-items:center;min-height:44px}.hero{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;padding:22px 24px 48px}.hero-image img{border-radius:12px;aspect-ratio:3/2;object-fit:cover}.hero-image figcaption{text-align:right}.badge{display:inline-block;border:1px solid #d4a138;background:var(--gold);color:#352408;padding:8px 13px;font-size:14px;font-weight:800;border-radius:5px;margin-bottom:20px;line-height:1.7}.eyebrow{color:var(--red);font-size:14px;font-weight:800;margin-bottom:12px;line-height:1.8}.hero-lead{font-size:17px}.hero-copy>p:not(.badge):not(.eyebrow){max-width:510px}.button,.button:visited{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:56px;padding:14px 24px;background:var(--red);color:#fff;border:2px solid var(--red);border-radius:6px;font-size:16px;font-weight:800;line-height:1.65;text-decoration:none;text-align:center;box-shadow:0 5px 0 #65290f18}.button:hover{background:#7f2807;color:#fff;border-color:#7f2807}.button:focus-visible{outline-color:#2d2118}.practice{background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:26px 0 30px}.steps article{position:relative;padding:22px;background:#fff8ee;border:1px solid var(--line);border-radius:8px}.step-no{font-size:28px;font-weight:900;color:var(--red);line-height:1;display:block;margin-bottom:16px}.steps h3{margin-bottom:12px}.steps p{font-size:15px;line-height:1.85}.dashboard{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.dashboard img{width:100%;border:1px solid var(--line);border-radius:8px}.dashboard figcaption{text-align:center}.dashboard h3{font-size:23px}.dashboard p{font-size:15px}.lab{padding:12px 16px;border-left:4px solid var(--red);background:var(--paper)}.offer{text-align:center;background:#fff0d7}.offer-intro{max-width:670px;margin:0 auto 24px}.price-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center;margin:0 0 20px}.price-flow article{padding:24px 14px;background:#fff;border:1px solid #be8664;border-radius:8px}.price-label{font-size:15px;font-weight:800;color:var(--red);margin-bottom:16px}.amount{font-family:'Noto Sans JP',sans-serif;font-size:clamp(30px,3.7vw,46px);font-weight:900;line-height:1.2;color:var(--red);margin-bottom:18px;white-space:nowrap}.amount span{font-size:13px;margin-left:3px}.price-flow article>p:last-child{font-size:14px}.balance,.monthly{font-size:14px;margin-bottom:6px}.balance strong,.monthly strong{font-size:23px;white-space:nowrap}.tax{font-size:12px;margin-bottom:8px}.permanent{padding:8px;background:#fff0d7;border-radius:4px;font-size:14px}.permanent strong{color:var(--red);font-size:18px}.note{font-size:14px;line-height:1.85;color:var(--muted);max-width:770px;margin:14px auto 20px}.offer .button{margin-top:4px}.reasons{background:var(--paper)}.conditions{margin-top:24px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.conditions h3{font-size:18px;margin-bottom:12px}.conditions ul{padding-left:1.25em;margin:0 0 14px}.conditions li{margin-bottom:8px;font-size:14px;line-height:1.9}.conditions>p{font-size:14px;color:var(--muted);line-height:1.9}.closing{margin-top:38px;text-align:center}.closing h2{font-size:clamp(23px,2.5vw,30px)}.closing .note{margin-bottom:8px}footer{border-top:1px solid var(--line);display:flex;justify-content:center;gap:24px;padding:22px;font-size:13px}footer a{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:900px){.hero{grid-template-columns:1fr;gap:20px;max-width:680px}.hero-image{order:-1}.hero-image img{max-height:300px}.hero-copy{text-align:center}.hero-copy>p:not(.badge):not(.eyebrow){margin-left:auto;margin-right:auto}.hero h1{font-size:34px}.dashboard{gap:20px}.steps{gap:12px}.steps article{padding:16px}.price-flow{gap:10px}.amount{font-size:34px}.balance strong,.monthly strong{font-size:20px}}
@media(max-width:600px){.site-head{padding:10px 18px}.brand{font-size:19px}.detail-link{font-size:12px}.hero{padding:6px 18px 30px;gap:16px}.hero-image img{max-height:none;aspect-ratio:1.8}.hero h1{font-size:27px;margin-bottom:14px}.badge{font-size:12px;padding:7px 10px;margin-bottom:14px}.eyebrow{font-size:12px}.hero-lead{font-size:16px}.hero-copy>p:not(.badge):not(.eyebrow){font-size:16px}.hero .button{width:100%;margin-top:4px}.section{padding:32px 18px}h2{font-size:25px}.steps{grid-template-columns:1fr;gap:10px;margin:20px 0 24px}.steps article{padding:15px 16px 15px 62px}.step-no{position:absolute;top:20px;left:16px;font-size:24px}.steps h3{font-size:18px;margin-bottom:6px}.steps p{font-size:15px}.dashboard{grid-template-columns:1fr;gap:20px}.dashboard figure{max-width:320px;margin:auto}.dashboard img{width:100%}.dashboard h3{font-size:23px;margin-bottom:10px}.dashboard p{font-size:16px}.dashboard .lab{font-size:14px}.offer h2{font-size:24px}.offer-intro{font-size:16px;margin-bottom:20px}.price-flow{grid-template-columns:1fr;gap:10px}.price-flow article{padding:17px 14px}.price-label{margin-bottom:10px}.amount{font-size:38px;margin-bottom:10px}.price-flow article>p:last-child{font-size:13px}.price-flow .copy-br{display:none}.balance strong,.monthly strong{font-size:23px}.tax{margin-bottom:6px}.permanent{max-width:260px;margin:auto}.permanent strong{margin-left:5px}.note{font-size:14px}.offer .button,.closing .button{width:100%;padding:14px 10px;gap:12px}.reasons>.wrap>p:not(.eyebrow){font-size:16px}.conditions{padding:17px;margin-top:20px}.conditions li{font-size:14px}.conditions>p{font-size:14px}.closing{margin-top:28px}.closing h2{font-size:23px}.closing .detail-link{font-size:13px}footer{gap:12px;padding:16px;font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.hero-copy .hero-price{padding:12px 14px;background:#fff0d7;border-left:4px solid var(--red);font-size:15px!important;line-height:1.6}.hero-price strong{color:var(--red);font-size:30px;white-space:nowrap}.hero-price small{display:block;font-size:12px;line-height:1.8;margin-top:4px}

.practice-lead{max-width:820px;line-height:1.9}.steps .mini-flow{color:#853009;font-weight:800;padding:10px 12px;background:#fff0d7;border-radius:5px;font-size:14px;line-height:1.9}@media(max-width:600px){.practice-lead{font-size:15px}.steps article{padding-left:16px}.step-no{position:static;display:inline-block;margin-right:8px;margin-bottom:8px}.steps h3{display:inline;font-size:17px}.steps .mini-flow{margin-top:6px}}

.review-note{margin-top:26px;border-top:1px solid var(--line);padding-top:22px}.review-note h3{font-size:21px;margin-bottom:12px}.review-note p{font-size:14px;line-height:1.9}.review-note .review-points{color:#853009;font-weight:800}

.hero-image--manga{max-width:430px;justify-self:center}.hero-image--manga img{aspect-ratio:auto;object-fit:contain;max-height:none}.hero-image--manga figcaption{text-align:left}@media(max-width:900px){.hero-image--manga{order:initial;max-width:390px}.hero-image--manga img{aspect-ratio:auto;max-height:none}}@media(max-width:600px){.hero-image--manga{max-width:100%;margin-top:8px}.hero-image--manga img{aspect-ratio:auto;max-height:none}}

.guarantee{border:2px solid #a7380c;background:#fff;padding:22px;border-radius:8px;margin:24px auto;max-width:820px}.guarantee h3{font-size:clamp(23px,3vw,30px);color:#a7380c}.guarantee .note{margin-bottom:0}.limit{margin:24px auto;max-width:720px}.price-flow .amount{font-size:clamp(26px,3.3vw,42px)}.price-flow .amount span{font-size:12px}@media(max-width:900px) and (min-width:601px){.price-flow{grid-template-columns:1fr}.price-flow .amount{font-size:38px}}@media(max-width:600px){.guarantee{padding:20px 14px}.price-flow .amount{font-size:38px}}

.gratitude{max-width:820px;margin:26px auto;text-align:left;padding:24px;background:#fff;border-left:4px solid #a7380c}.gratitude h3{font-size:24px;line-height:1.6}.gratitude strong{color:#853009}@media(max-width:600px){.gratitude{padding:20px 16px}.gratitude h3{font-size:22px}}

/* Reserve the mobile dashboard height before its lazy image loads. */
.dashboard img{aspect-ratio:1536/1024;object-fit:contain}@media(max-width:600px){.dashboard img{aspect-ratio:390/1000}}
.photo-examples{background:#fffaf2}.photo-example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}.photo-example{min-width:0;padding:22px;background:#fff;border:1px solid #dec9b8;border-radius:10px}.example-kicker{font-size:13px;color:#96380e;font-weight:800;margin:0 0 10px}.photo-example h3{font-size:21px;line-height:1.6;margin:0 0 18px}.photo-before-after{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1.3fr);gap:8px;align-items:center}.photo-before-after figure{margin:0;min-width:0}.photo-before-after a{display:block}.photo-before-after img{display:block;width:100%;height:auto;border:1px solid #e1d2c0;border-radius:5px}.example-label{display:block;font-size:13px;font-weight:800;margin-bottom:8px;color:#5b4735}.example-after{color:#a7380c}.example-arrow{font-size:24px;font-weight:800;color:#a7380c}.example-note{margin-top:20px}
.short-photo-example{margin:28px 0;padding:22px 0;border-top:1px solid #dec9b8;border-bottom:1px solid #dec9b8}.short-photo-example>.photo-example{max-width:630px;margin:auto}.short-photo-example>.photo-example>h3,.short-photo-example .example-kicker{display:none}.short-photo-example .photo-before-after{grid-template-columns:minmax(0,1fr) 24px minmax(0,1.3fr)}.short-photo-example>.note{font-size:13px}.short-demo{max-width:600px;margin:26px auto 0;text-align:center}.short-demo>a{display:block}.short-demo img{width:100%;height:auto;border:1px solid #dec9b8;border-radius:8px}.short-demo strong{display:block;margin:12px 0}.short-demo>.note{font-size:13px}@media(max-width:600px){.short-photo-example .photo-example{padding:14px 10px}.short-photo-example .example-label{font-size:11px}.short-photo-example .photo-before-after{gap:6px;grid-template-columns:minmax(0,1fr) 18px minmax(0,1.3fr)}.short-photo-example .example-arrow{font-size:20px}}

.bundle-kicker{font-weight:800;color:#853009;font-size:15px!important;line-height:1.8}.short-package{text-align:center;background:#fff0d7}.short-package .short-demo{max-width:760px;margin-top:24px;background:#fff;padding:14px;border:1px solid #d6b899;border-radius:10px}.short-package .short-demo strong{font-size:20px}.included-items{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.included-items p{margin:0;background:#fff;padding:18px;border:1px solid #dec9b8;border-radius:8px}.included-items strong{display:block;font-size:17px;color:#853009}.included-items span{display:block;font-size:14px;line-height:1.8;margin-top:8px}.package-price{margin:24px auto 0;font-size:20px;font-weight:700}.package-price strong{color:#a7380c;font-size:28px;display:inline-block}.offer-regular{max-width:780px;margin:0 auto 24px;font-size:14px;color:#675345}@media(max-width:700px){.included-items{grid-template-columns:1fr;gap:8px}.included-items p{padding:12px 14px}.included-items strong{font-size:17px}.included-items span{margin-top:4px}.short-package .short-demo strong{font-size:18px}.package-price{font-size:17px}.package-price strong{font-size:25px}}

.package-price strong{display:block}.package-price strong span{font-size:14px}.short-package>.wrap>.note a{display:inline-block}

/* Fixed figure width prevents lazy-loading from moving the price anchor. */
.dashboard figure{width:100%}

/* Owner-perspective final review: compact real screen and clear decision order. */
.dashboard img{aspect-ratio:1536/1024}.dashboard figure{width:100%;max-width:none}.short-support{background:#fff}.short-support .dashboard{align-items:start}.ai-how{font-size:15px;max-width:780px;margin:0 auto 20px}.short-people{display:grid;grid-template-columns:100px minmax(0,1fr);gap:22px;align-items:center;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.short-people img{width:100%;height:auto;border-radius:8px}.short-people p{font-size:15px;line-height:1.9}.offer .conditions{text-align:left;max-width:850px;margin:24px auto}.offer .closing{max-width:850px;margin:30px auto 0}.offer .closing>p{font-size:15px}.offer .closing>.note{font-size:13px}.short-package>.wrap>p:not(.eyebrow):not(.note){max-width:800px;margin-left:auto;margin-right:auto}.short-support .review-note{margin-top:22px}.short-support .review-note h3{font-size:18px}.short-demo>a strong{line-height:1.7}@media(max-width:600px){.short-people{grid-template-columns:75px minmax(0,1fr);gap:15px;align-items:start}.short-people p{font-size:14px}.dashboard img{aspect-ratio:1536/1024}.guarantee h3{font-size:22px}.gratitude h3{font-size:20px}.hero-copy .hero-price{font-size:14px!important}.hero-price strong{font-size:29px}.short-support .dashboard figure{max-width:100%}}
