@font-face { font-family: PipesTitle; src: url('./home-jua.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: PipesTitleJP; src: url('./home-maru.woff2') format('woff2'); font-display: swap; }
.wordmark:lang(ja) { font-family: PipesTitleJP, system-ui, sans-serif; }
* { box-sizing: border-box; }
html { color: #394a58; background: #faf5ec; font-family: system-ui, -apple-system, 'Malgun Gothic', 'Yu Gothic', sans-serif; line-height: 1.7; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible, select:focus-visible { outline: 3px solid #315f79; outline-offset: 5px; }
.site-wrap { max-width: 1160px; margin: auto; padding: 0 28px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border-bottom: 1px solid #ded9ce; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: PipesTitle, system-ui, sans-serif; font-size: 1.35rem; line-height: 1.3; }
.wordmark img { width: 48px; height: 48px; }
.languages { display: flex; flex-wrap: wrap; gap: 16px; font-size: .875rem; }
.languages a { padding: 8px 0; }
.languages [aria-current] { font-weight: 750; text-decoration-thickness: 2px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; padding: 76px 0 56px; }
.eyebrow { font-size: .9rem; letter-spacing: .04em; color: #5d7689; font-weight: 700; }
h1 { white-space: pre-line; font-size: clamp(2.4rem, 4.5vw, 3.7rem); line-height: 1.2; letter-spacing: -.045em; margin: 20px 0 26px; }
.lead { max-width: 440px; font-size: 1.1rem; }
.availability { margin-top: 30px; }
.store, .coming { display: inline-block; padding: 12px 24px; border: 1px solid #7894a7; border-radius: 15px; background: #e2edf2; font-weight: 700; text-decoration: none; margin: 0 8px 8px 0; }
.availability p { font-size: .85rem; color: #66747e; }
.board-frame { margin: 0; transform: rotate(2deg); }
.board-frame img { width: 100%; height: auto; aspect-ratio: 1; padding: 15px; border: 1px solid #c9bfae; border-radius: 28px; background: #fffcf5; box-shadow: 0 12px 0 #e3d9c9, 0 25px 45px #657b8d16; }
figcaption { font-size: .75rem; margin-top: 25px; text-align: center; color: #65727b; }
.stats { display: flex; justify-content: space-around; gap: 24px; padding: 30px 0; border-block: 1px solid #ded9ce; text-align: center; }
.stats strong { display: block; font-size: 2rem; font-weight: 700; color: #527992; line-height: 1.4; }
.stats span { font-size: .875rem; }
.section { padding: 72px 0 0; }
h2 { font-size: clamp(1.65rem, 3vw, 2.2rem); letter-spacing: -.03em; line-height: 1.4; margin: 0 0 30px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; padding: 0; list-style: none; counter-reset: steps; }
.steps li { counter-increment: steps; }
.steps li::before { content: '0' counter(steps); color: #7499b1; font-size: 1.9rem; }
h3 { font-size: 1.15rem; margin: 12px 0; }
.steps p, .feature p { color: #5d6e78; }
.journey { margin-top: 64px; background: #e6eef0; border-radius: 28px; padding: 36px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; }
.journey h2 { margin-bottom: 20px; }
.size-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.size-cloud span { padding: 8px 12px; border-radius: 12px; background: #f8fbfc; border: 1px solid #b7cbd5; font-size: .9rem; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin: 50px 0; }
.site-footer { border-top: 1px solid #ded9ce; padding: 26px 0 36px; font-size: .85rem; }
.site-footer nav { display: flex; gap: 12px 24px; flex-wrap: wrap; }
.site-footer a { padding: 8px 0; }
.legal-page { margin: 0; padding: 24px max(20px, env(safe-area-inset-left)) 50px; background: #fffaf2; }
@media (max-width: 720px) { .site-wrap { padding: 0 20px; } .site-header { align-items: flex-start; flex-direction: column; gap: 12px; } .hero { grid-template-columns: 1fr; padding: 38px 0; gap: 36px; } .hero .lead { max-width: none; } .board-frame { width: min(100%, 460px); margin: 0 auto; transform: none; } .steps, .journey, .features { grid-template-columns: 1fr; gap: 24px; } .section { padding-top: 44px; } .journey { padding: 25px; margin-top: 35px; } .stats { gap: 10px; } .stats strong { font-size: 1.6rem; } .stats span { font-size: .75rem; } }
