
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--paper); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }
button { border: 0; color: inherit; }
h1, h2, h3, p, dl, dd, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); overflow-wrap: anywhere; }
section[id] { scroll-margin-top: 5rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; inset: .75rem auto auto .75rem; z-index: 999; padding: .75rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--blue-strong); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255, 250, 253, .96); border-bottom: 1px solid var(--border-pink); }
.nav-bar { min-height: 4.25rem; width: min(100%, var(--max)); margin: auto; padding: .5rem var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: grid; font-family: var(--font-display); font-weight: 900; line-height: .92; letter-spacing: -.04em; }
.brand small { margin-top: .3rem; color: var(--pink-strong); font: 800 .58rem/1 var(--font-body); letter-spacing: .18em; }
.nav-links { display: none; gap: clamp(.75rem, 1.6vw, 1.5rem); font-size: .8rem; font-weight: 700; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.line-mini { min-height: 44px; padding: .55rem 1rem; display: none; align-items: center; background: var(--line); color: var(--line-ink); border: 2px solid #6ca51f; border-radius: var(--radius-pill); font-weight: 800; line-height: 1; }
.menu-toggle { width: 44px; height: 44px; padding: .65rem .55rem; display: grid; align-content: center; gap: .32rem; background: transparent; border-radius: var(--radius-sm); cursor: pointer; }
.menu-toggle span { width: 100%; height: 2px; display: block; background: var(--ink); border-radius: var(--radius-pill); transition: transform .22s var(--ease), opacity .22s var(--ease); }
.site-header.is-menu-open .menu-toggle span:nth-child(1) { transform: translateY(.42rem) rotate(45deg); }
.site-header.is-menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-menu-open .menu-toggle span:nth-child(3) { transform: translateY(-.42rem) rotate(-45deg); }

.hero { position: relative; min-height: 48rem; margin-top: 4.25rem; overflow: clip; isolation: isolate; background: linear-gradient(145deg, var(--paper-pink) 0%, var(--paper-blue) 64%, var(--paper-lilac) 100%); }
.hero::before { content: ""; position: absolute; inset: 8% -10% auto auto; width: 23rem; aspect-ratio: 1; border: 3.3rem solid rgba(126, 205, 242, .28); border-radius: 50%; z-index: -3; animation: hero-ring-float 19s ease-in-out infinite alternate; }
.hero-rings { position: absolute; inset: 0; z-index: -3; overflow: hidden; pointer-events: none; }
.hero-rings span { position: absolute; display: block; aspect-ratio: 1; border: clamp(.9rem, 2.3vw, 2.2rem) solid rgba(255, 164, 202, .28); border-radius: 50%; animation: hero-ring-float 13s ease-in-out infinite alternate; }
.hero-rings span:nth-child(1) { width: 9rem; left: 4%; top: 8%; animation-duration: 10s; }
.hero-rings span:nth-child(2) { width: 18rem; left: 31%; top: 54%; border-color: rgba(126, 205, 242, .26); animation-duration: 15s; animation-delay: -7s; }
.hero-rings span:nth-child(3) { width: 6rem; right: 7%; top: 7%; border-color: rgba(217, 201, 255, .36); animation-duration: 9s; animation-delay: -3s; }
.hero-rings span:nth-child(4) { width: 13rem; right: 17%; bottom: -5%; border-color: rgba(255, 164, 202, .24); animation-duration: 17s; animation-delay: -11s; }
.hero-rings span:nth-child(5) { width: 4rem; left: 56%; top: 18%; border-color: rgba(126, 205, 242, .34); animation-duration: 7s; animation-delay: -5s; }
@keyframes hero-ring-float { from { transform: translate3d(-.5rem, .35rem, 0) scale(.96); } to { transform: translate3d(1.4rem, -1.2rem, 0) scale(1.05); } }
.hero-photo { position: absolute; z-index: -2; inset: 7rem -1rem auto auto; width: min(100%, 48rem); height: 38rem; }
.hero-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.hero-copy { position: relative; z-index: 2; width: min(100%, var(--max)); margin: auto; padding: 4rem var(--gutter) 10rem; }
.hero-kicker { display: inline-block; padding: .42rem .9rem; background: var(--white); border: 1px solid var(--border-pink); border-radius: var(--radius-pill); box-shadow: 0 .4rem 1rem rgba(220, 79, 142, .08); font-size: 1.1rem; font-weight: 800; }
.hero h1 { margin-top: 1.25rem; max-width: 58rem; font-weight: 900; line-height: .92; letter-spacing: -.07em; }
.hero-title-image img { width: min(100%, 37.8125rem); height: auto; }
.hero-small { display: block; margin: 0 0 .5rem .25rem; font-size: clamp(1.3rem, 4vw, 2.2rem); letter-spacing: -.04em; line-height: 1.15; }
.hero-main { display: block; white-space: nowrap; font-family: "Kiwi Maru", serif; font-size: clamp(2.85rem, 8.2vw, 7.2rem); font-weight: 500; letter-spacing: -0.1em; font-feature-settings: "palt" 1; font-kerning: normal; text-rendering: optimizeLegibility; color: var(--pink-strong); text-shadow: .05em .05em 0 var(--white); }
.hero-tag { display: inline-block; margin: .65rem 0 0 .05em; padding: .08em .3em .16em; background: linear-gradient(100deg, #ff72aa, #f497bd); color: var(--white); border-radius: .3em; font-size: clamp(2.5rem, 9vw, 5.8rem); line-height: .9; letter-spacing: -.05em; }
.hero-lead { max-width: 34rem; margin-top: 2rem; font-weight: 700; }
.hero-stamps { position: absolute; inset: auto auto 1.25rem 50%; z-index: 3; width: min(calc(100% - 2rem), var(--max)); display: flex; gap: .55rem; flex-wrap: wrap; transform: translateX(-50%); }
.hero-stamps span { min-width: 7.5rem; padding: .7rem .9rem; background: rgba(255, 253, 253, .92); border: 1px solid var(--border-pink); border-radius: var(--radius-pill); box-shadow: 0 .4rem 1.2rem rgba(220, 79, 142, .08); font-weight: 800; text-align: center; line-height: 1.2; }
.hero-stamps span:nth-child(2) { background: rgba(238, 250, 255, .94); border-color: var(--border-blue); }
.hero-stamps small { font-size: .65rem; font-weight: 700; }

.line-cta { min-height: 64px; width: min(100%, 25rem); padding: .65rem .8rem; display: flex; align-items: center; gap: .8rem; background: var(--line); color: var(--line-ink); border: 2px solid #6ca51f; border-radius: var(--radius-pill); box-shadow: 0 .5rem 1.2rem rgba(80, 140, 24, .2); font-weight: 800; transition: transform .18s var(--ease), background .18s var(--ease); }
.line-cta:hover { background: var(--line-hover); transform: translateY(-2px); }
.line-cta__bubble { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; flex: none; background: var(--white); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.line-cta > span:nth-child(2) { display: grid; line-height: 1.2; }
.line-cta small { margin-top: .15rem; font-size: .67rem; }
.line-cta b { margin-left: auto; font-size: 1.8rem; }
.line-cta--hero { margin-top: 1.6rem; }

.section-title-copy { min-width: 0; width: 100%; text-align: center; }
.section-title-copy > p:last-child { max-width: 52rem; margin: 1rem auto 0; color: var(--ink-soft); }
.section-sub { display: inline-block; margin-bottom: .55rem; background: linear-gradient(90deg, #f45b98, #67bfe9); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: clamp(.72rem, 1.2vw, .9rem); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.doubt-title h2, .explain-section h2, .platform h2, .merits h2, .workstyle h2, .pay h2, .trust h2, .flow h2, .faq h2, .company h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.22; letter-spacing: -.04em; font-weight: 900; }
.doubt-title, .explain-head, .platform-head, .merits-head, .workstyle-intro, .pay-copy, .trust header, .flow header, .faq header, .company-head { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; align-items: center; gap: 1.5rem; }
.section-woman { width: min(100%, 40rem); aspect-ratio: 4 / 3; display: grid; place-items: center; padding: .45rem; overflow: hidden; background: var(--white); border: 1px solid var(--border-pink); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); transform: none; }
.section-woman img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: calc(var(--radius-md) - .45rem); }

.doubt { padding: var(--space-3xl) var(--gutter); background: var(--paper); }
.chat-notes { max-width: 58rem; margin: 3rem auto 0; display: grid; gap: 1.25rem; }
.chat-note { display: flex; align-items: flex-end; gap: .75rem; }
.chat-note--cast { flex-direction: row-reverse; }
.chat-avatar { width: clamp(3.5rem, 8vw, 5rem); height: clamp(3.5rem, 8vw, 5rem); aspect-ratio: 1; flex: none; object-fit: cover; object-position: center 24%; border: 4px solid var(--white); outline: 1px solid var(--border-pink); border-radius: 50%; box-shadow: 0 .4rem 1.2rem rgba(218, 120, 165, .12); }
.chat-note--staff .chat-avatar { outline-color: var(--border-blue); }
.chat-note__body { max-width: min(76%, 40rem); display: grid; }
.chat-note--cast .chat-note__body { justify-items: end; }
.chat-bubble { position: relative; padding: 1rem 1.25rem; background: var(--paper-blue); border: 1px solid var(--border-blue); border-radius: 1.35rem 1.35rem 1.35rem .35rem; box-shadow: 0 .45rem 1.3rem rgba(103, 191, 233, .1); }
.chat-bubble::before { content: ""; position: absolute; left: -.55rem; bottom: .75rem; width: 1rem; height: 1rem; background: var(--paper-blue); border-left: 1px solid var(--border-blue); border-bottom: 1px solid var(--border-blue); transform: rotate(45deg); }
.chat-note--cast .chat-bubble { background: #ffc4da; border-color: var(--border-pink); border-radius: 1.35rem 1.35rem .35rem 1.35rem; font-family: var(--font-display); font-weight: 800; }
.chat-note--cast .chat-bubble::before { left: auto; right: -.55rem; background: #ffc4da; border: 0; border-top: 1px solid var(--border-pink); border-right: 1px solid var(--border-pink); }

.explain-section { padding: var(--space-3xl) var(--gutter); }
.explain-section--ai { background: linear-gradient(145deg, var(--paper-pink), var(--paper)); }
.explain-section--earning { background: linear-gradient(145deg, var(--paper), var(--paper-blue)); }
.explain-copy { min-width: 0; }
.explain-lead { margin-top: 1rem; color: var(--ink-soft); }
.mechanism-list { width: min(100%, var(--max)); margin: 3rem auto 0; padding: 0; display: grid; gap: .8rem; list-style: none; }
.mechanism-list li { min-height: 12rem; padding: 1.35rem; display: grid; grid-template-columns: 1fr; justify-items: center; align-content: center; gap: .75rem; background: rgba(255, 253, 253, .86); border: 1px solid var(--border-soft); border-radius: var(--radius-md); text-align: center; box-shadow: var(--shadow-soft); }
.mechanism-list li > span { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; background: var(--paper-pink); border-radius: 50%; color: var(--pink-strong); font-family: var(--font-display); font-weight: 900; }
.explain-section--earning .mechanism-list li > span { background: var(--paper-blue); color: #2789b9; }
.explain-section--ai .mechanism-list li,
.explain-section--earning .mechanism-list li { position: relative; min-height: 14rem; grid-template-columns: minmax(6.5rem, 9rem) minmax(0, 1fr); align-items: center; justify-items: stretch; gap: 1.25rem; text-align: left; }
.explain-section--ai .mechanism-list li > span,
.explain-section--earning .mechanism-list li > span { position: absolute; inset: 1rem auto auto 1rem; z-index: 1; }
.explain-section--ai .mechanism-list img,
.explain-section--earning .mechanism-list img { width: 100%; height: auto; aspect-ratio: 1; align-self: center; object-fit: contain; }
.explain-section--ai .mechanism-list li > div,
.explain-section--earning .mechanism-list li > div { width: 100%; }
.mechanism-list h3 { font-size: var(--card-title-size); line-height: 1.35; }
.mechanism-list p { margin-top: .25rem; color: var(--ink-soft); font-size: var(--card-body-size); }
.explain-note { width: min(100%, var(--max)); margin: 1rem auto 0; color: var(--ink-soft); font-size: .72rem; text-align: center; }

.platform { padding: var(--space-3xl) var(--gutter); background: linear-gradient(180deg, var(--paper-blue), var(--paper)); }
.platform-points { width: min(100%, var(--max)); margin: 3rem auto 0; display: grid; gap: .8rem; }
.platform-points article { position: relative; min-height: 14rem; padding: 1.35rem; display: grid; grid-template-columns: minmax(6.5rem, 9rem) minmax(0, 1fr); align-items: center; justify-items: stretch; gap: 1.25rem; overflow: hidden; background: rgba(255, 253, 253, .9); border: 1px solid var(--border-blue); border-radius: var(--radius-md); text-align: left; box-shadow: var(--shadow-soft); }
.platform-points span { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; background: var(--paper-pink); border-radius: 50%; color: var(--pink-strong); font-family: var(--font-display); font-weight: 900; }
.platform-points img { width: 100%; height: auto; aspect-ratio: 1; align-self: center; border-radius: var(--radius-sm); object-fit: cover; }
.platform-points article > div { width: 100%; }
.platform-points h3 { font-size: var(--card-title-size); line-height: 1.35; }
.platform-points p { margin-top: .25rem; color: var(--ink-soft); font-size: var(--card-body-size); }
.platform-note { width: min(100%, var(--max)); margin: 1rem auto 0; color: var(--ink-soft); font-size: .75rem; text-align: center; }

.merits { padding: var(--space-3xl) var(--gutter); background: linear-gradient(180deg, var(--paper-pink), var(--paper-lilac)); }
.merit-river { width: min(100%, var(--max)); margin: 3rem auto 0; display: grid; gap: 1rem; }
.merit-piece { min-height: 14rem; padding: 1.5rem; display: grid; grid-template-columns: minmax(6.5rem, 9rem) minmax(0, 1fr); align-items: center; gap: 1.25rem; background: rgba(255, 253, 253, .92); border: 1px solid var(--border-soft); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.merit-piece:nth-child(even) { grid-template-columns: minmax(6.5rem, 9rem) minmax(0, 1fr); }
.merit-piece:nth-child(even) img, .merit-piece:nth-child(even) div { grid-column: auto; grid-row: auto; text-align: left; }
.merit-piece img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; align-self: center; }
.merit-piece h3 { font-size: var(--card-title-size); font-weight: 900; line-height: 1.35; }
.merit-piece p { margin-top: .7rem; color: var(--ink-soft); font-size: var(--card-body-size); }

.workstyle { width: min(100%, var(--max)); margin: auto; padding: var(--space-3xl) var(--gutter); display: grid; gap: 1rem; background: var(--paper); }
.workstyle-intro { padding: 0 0 2rem; }
.style-band { position: relative; min-height: 22rem; padding: 2rem; display: flex; align-items: end; overflow: hidden; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); }
.style-band--home { background: var(--paper-pink); }
.style-band--room { background: var(--paper-blue); }
.style-band__photo { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.style-band::after { content: ""; position: absolute; inset: 25% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(255, 250, 253, .92)); }
.style-en { position: absolute; inset: .1em auto auto -.03em; z-index: 2; font-family: var(--font-display); font-size: clamp(4rem, 10vw, 7.5rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; color: rgba(255, 255, 255, .46); text-shadow: 0 .08em .28em rgba(220, 79, 142, .12); }
.style-band--room .style-en { color: rgba(255, 255, 255, .48); text-shadow: 0 .08em .28em rgba(103, 191, 233, .14); }
.style-band div { position: relative; z-index: 3; max-width: 34rem; padding: 1rem 1.1rem; background: rgba(255, 253, 253, .86); border-radius: var(--radius-sm); backdrop-filter: blur(6px); }
.style-band h3 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.style-band p { margin-top: 1rem; }

.pay { padding: var(--space-3xl) var(--gutter); background: linear-gradient(135deg, var(--paper-blue), var(--paper-lilac)); }
.pay-hero, .pay-list { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.pay-hero { width: fit-content; max-width: 100%; margin-top: 3rem; padding: 2rem; background: rgba(255, 253, 253, .88); border: 1px solid var(--border-blue); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); text-align: center; }
.pay-hero > p:first-child { font-weight: 800; }
.pay-hero strong { display: flex; align-items: flex-end; justify-content: center; gap: .2em; color: var(--pink-strong); font-family: var(--font-display); font-size: clamp(3.6rem, 11vw, 8.5rem); line-height: .9; letter-spacing: -.07em; }
.pay-hero strong > span { font-size: .18em; letter-spacing: 0; writing-mode: vertical-rl; }
.pay-hero strong small { padding-bottom: .3em; font-size: .2em; letter-spacing: -.02em; }
.pay-note { margin-top: 1.5rem; color: var(--ink-soft); font-size: .78rem;text-align: center; }
.pay-list { margin-top: 1.5rem; padding: 0 1.5rem; background: rgba(255, 253, 253, .8); border: 1px solid var(--border-soft); border-radius: var(--radius-md); }
.pay-list div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border-soft); }
.pay-list div:last-child { border-bottom: 0; }
.pay-list dt { font-weight: 700; }
.pay-list dd b { color: var(--pink-strong); font-family: var(--font-display); font-size: 1.7rem; }

.trust { padding: var(--space-3xl) var(--gutter); background: var(--paper-yellow); }
.trust-ledger { width: min(100%, var(--max)); margin: 3rem auto 0; display: grid; gap: 1rem; }
.trust-card { min-height: 14rem; padding: 1.5rem; display: grid; align-content: center; gap: .7rem; background: rgba(255, 253, 253, .94); border: 1px solid #f0dfaf; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.trust-card span { width: fit-content; padding: .35rem .7rem; background: var(--paper-pink); border-radius: var(--radius-pill); color: var(--pink-strong); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.trust-card h3 { font-size: var(--card-title-size); line-height: 1.35; }
.trust-card p { color: var(--ink-soft); font-size: var(--card-body-size); }

.flow { padding: var(--space-3xl) var(--gutter); background: var(--paper); }
.flow-line { width: min(100%, var(--max)); margin: 3rem auto 0; padding: 0; list-style: none; }
.flow-line li { position: relative; display: grid; grid-template-columns: 3.25rem 1fr; gap: 1rem; padding-bottom: 2.5rem; }
.flow-line li:not(:last-child)::after { content: ""; position: absolute; left: 1.55rem; top: 3.4rem; bottom: .2rem; width: 3px; background: linear-gradient(var(--pink), var(--blue)); }
.flow-line li > span { width: 3.25rem; height: 3.25rem; display: grid; place-items: center; background: var(--pink); border: 1px solid var(--border-pink); border-radius: 50%; font-family: var(--font-display); font-size: 1.35rem; font-weight: 900; }
.flow-line li:nth-child(even) > span { background: var(--blue); border-color: var(--border-blue); }
.flow-line h3 { font-size: var(--card-title-size); line-height: 1.35; }
.flow-line p { margin-top: .45rem; color: var(--ink-soft); font-size: var(--card-body-size); }

.faq { padding: var(--space-3xl) var(--gutter); background: linear-gradient(180deg, var(--paper-lilac), var(--paper-pink)); }
.faq-list { width: min(100%, 62rem); margin: 3rem auto 0; display: grid; gap: .75rem; }
.faq-list details { overflow: hidden; background: var(--white); border: 1px solid var(--border-soft); border-radius: var(--radius-sm); box-shadow: 0 .7rem 1.8rem rgba(218, 120, 165, .08); }
.faq-list summary { min-height: 64px; padding: 1rem 3.5rem 1rem 1rem; display: flex; align-items: center; gap: .75rem; position: relative; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--pink-strong); font-size: 1.6rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { width: 2rem; height: 2rem; display: grid; place-items: center; flex: none; background: var(--paper-pink); border-radius: 50%; color: var(--pink-strong); }
.faq-answer { padding: 0 1.25rem 1.25rem 3.75rem; color: var(--ink-soft); }

.company { padding: var(--space-3xl) var(--gutter); background: var(--paper); }
.company-card { width: min(100%, 50rem); margin: 2.25rem auto 0; padding: 0 1.5rem; background: var(--white); border: 1px solid var(--border-soft); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.company-card > div { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: center; gap: 1rem; min-height: 4.25rem; border-bottom: 1px solid var(--border-soft); text-align: center; }
.company-card > div:last-child { border-bottom: 0; }
.company-card dt { font-weight: 800; }
.company-space { min-height: 1.75rem; display: block; border-bottom: 1px dashed var(--border-pink); }

.closing { position: relative; isolation: isolate; min-height: 34rem; padding: var(--space-3xl) var(--gutter); display: grid; place-content: center; justify-items: center; overflow: hidden; background: linear-gradient(145deg, #dff4ff, #f8dcf0); color: var(--ink); text-align: center; }
.closing::before, .closing::after { content: ""; position: absolute; z-index: -1; width: 24rem; aspect-ratio: 1; border: 4rem solid rgba(255, 157, 198, .18); border-radius: 50%; }
.closing::before { left: -12rem; top: -10rem; }
.closing::after { right: -10rem; bottom: -13rem; border-color: rgba(103, 191, 233, .2); }
.closing-kicker { display: inline-block; background: linear-gradient(90deg, #f45b98, #67bfe9); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.closing h2 { margin-top: 1.25rem; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.05em; }
.closing > p:not(.closing-kicker) { max-width: 36rem; margin-top: 1.25rem; }
.line-cta--closing { margin-top: 2rem; text-align: left; }
.closing-age { margin-top: 1.5rem; font-size: .72rem; }

.footer-marquee { overflow: hidden; background: var(--paper-blue); border-top: 1px solid var(--border-blue); }
.footer-marquee__track { width: max-content; display: flex; gap: 2rem; padding: 1.1rem 0; white-space: nowrap; animation: marquee 32s linear infinite; font-family: var(--font-display); font-size: clamp(1.1rem, 2.5vw, 1.8rem); font-weight: 900; color: var(--rose); }
.footer-meta { width: min(100%, var(--max)); margin: auto; padding: 2rem var(--gutter); display: grid; gap: .5rem; font-size: .75rem; color: var(--ink-soft); }
.footer-meta p { grid-column: 1 / -1; justify-self: center; text-align: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

.sticky-line { position: fixed; z-index: 90; inset: auto 0 0; min-height: 4.25rem; padding: .55rem .75rem calc(.55rem + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; background: rgba(255, 250, 253, .97); border-top: 1px solid var(--border-pink); transform: translateY(110%); transition: transform .28s var(--ease); }
.sticky-line.is-visible { transform: none; }
.line-cta--sticky { width: min(100%, 25rem); }

a:active, button:active { opacity: .78; }
button:disabled, a[aria-disabled="true"] { opacity: .55; cursor: not-allowed; pointer-events: none; }

@media (max-width: 47.999rem) {
  .nav-links { position: absolute; inset: 100% 0 auto; padding: .75rem var(--gutter) 1rem; background: rgba(255, 250, 253, .98); border-bottom: 1px solid var(--border-pink); box-shadow: 0 .8rem 1.8rem rgba(218, 120, 165, .12); }
  .site-header.is-menu-open .nav-links { display: grid; gap: .25rem; }
  .nav-links a { justify-content: center; }
  .hero { height: 100svh; min-height: 52rem; margin-top: 0; }
  .hero-photo { inset: auto -1.5% 0 auto; width: 125%; height: 82%; }
  .hero-photo img { object-position: center bottom; }
  .hero-copy { min-height: 100%; padding: 5.5rem var(--gutter) 1.25rem; display: flex; flex-direction: column; align-items: flex-start; }
  .hero-kicker { max-width: 100%; padding: .38rem .75rem; font-size: .82rem; line-height: 1.45; }
  .hero h1 { width: min(100%, 24rem); margin-top: .8rem; }
  .hero-title-image img { width: 100%; }
  .hero-lead { position: relative; z-index: 3; max-width: 21rem; margin-top: auto; padding: .75rem .9rem; background: rgba(255, 253, 253, .88); border: 1px solid var(--border-pink); border-radius: var(--radius-sm); box-shadow: 0 .45rem 1.2rem rgba(218, 120, 165, .1); font-size: .84rem; line-height: 1.65; }
  .line-cta--hero { position: relative; z-index: 3; width: 100%; margin-top: .7rem; }
  .merit-piece, .merit-piece:nth-child(even) { grid-template-columns: 7rem minmax(0, 1fr); column-gap: 1.25rem; }
  .merit-piece img { width: 7rem; height: 7rem; justify-self: center; }
  .merit-piece > div { width: 100%; justify-self: stretch; text-align: left; }
  .style-band { min-height: 28rem; }
}

@media (min-width: 48rem) {
  .nav-links { display: flex; }
  .line-mini { display: inline-flex; }
  .menu-toggle { display: none; }
  .hero { min-height: 52rem; }
  .hero-photo { inset: 3rem max(0rem, calc((100% - var(--max)) / 2 - 4rem)) auto auto; width: min(70%, 64rem); height: 52rem; }
  .hero-copy { padding-top: 5.5rem; }
  .doubt-title, .explain-head, .platform-head, .merits-head, .workstyle-intro, .pay-copy, .trust header, .flow header, .faq header, .company-head { grid-template-columns: minmax(0, 1fr); }
  .mechanism-list { grid-template-columns: repeat(3, 1fr); }
  .explain-section--ai .mechanism-list,
  .explain-section--earning .mechanism-list,
  .platform-points { grid-template-columns: 1fr; }
  .merit-river { grid-template-columns: 1fr 1fr; }
  .workstyle { grid-template-columns: 1fr 1fr; }
  .workstyle-intro { grid-column: 1 / -1; }
  .style-band { min-height: 28rem; }
  .trust-ledger { grid-template-columns: repeat(2, 1fr); }
  .flow-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .flow-line li { grid-template-columns: 1fr; justify-items: center; padding: 0; text-align: center; }
  .flow-line li:not(:last-child)::after { left: calc(50% + 1.625rem); right: calc(-50% + .625rem); top: 1.55rem; bottom: auto; width: auto; height: 3px; }
  .footer-meta { padding-bottom: 2rem; grid-template-columns: 1fr 2fr; }
}

@media (min-width: 64rem) {
  .explain-section--ai .mechanism-list,
  .explain-section--earning .mechanism-list,
  .platform-points { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 25rem) {
  .hero { min-height: 52rem; }
  .hero-main { font-size: 2.65rem; }
  .hero-tag { font-size: 2.35rem; }
  .hero-photo { opacity: 1; }
  .hero-stamps span { min-width: 6.7rem; font-size: .75rem; }
  .doubt-title, .explain-head, .platform-head, .merits-head, .workstyle-intro, .pay-copy, .trust header, .flow header, .faq header, .company-head { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .company-card > div { grid-template-columns: 1fr; gap: .2rem; padding: .8rem 0; }
  .merit-piece, .merit-piece:nth-child(even) { grid-template-columns: 5.5rem minmax(0, 1fr); column-gap: 1rem; padding: 1rem; }
  .merit-piece img { width: 5.5rem; height: 5.5rem; }
  .explain-section--ai .mechanism-list li,
  .explain-section--earning .mechanism-list li,
  .platform-points article { grid-template-columns: 5.5rem minmax(0, 1fr); column-gap: 1rem; padding: 1rem; }
  .explain-section--ai .mechanism-list li > span,
  .explain-section--earning .mechanism-list li > span { inset: .75rem auto auto .75rem; }
  .explain-section--ai .mechanism-list img,
  .explain-section--earning .mechanism-list img,
  .platform-points img { width: 5.5rem; }
  .nav-links { display: none; }
}

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.is-revealed { opacity: 1; transform: none; will-change: auto; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
