:root{--cream: #fffaed;--ink: #1f1f1f;--orange: #ff8c33;--peach: #ffe3cf;--blue: #dbf2ff;--yellow: #fff3b8;--muted: rgba(31, 31, 31, .66);--font-en: "Patrick Hand", "Comic Sans MS", "Segoe Print", sans-serif;--font-ko: "Gaegu", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-ja: "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;--font-zh-hans: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;--font-zh-hant: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream) url(/_astro/bg-pattern.C4mgqF22.jpg) center / 520px repeat;font-family:var(--font-en);font-size:19px;line-height:1.5;overflow-x:clip}html[lang=ko] body{font-family:var(--font-ko);font-size:21px}html[lang=ja] body{font-family:var(--font-ja);font-size:17px;line-height:1.75}html[lang=zh-Hans] body{font-family:var(--font-zh-hans);font-size:17px;line-height:1.75}html[lang=zh-Hant] body{font-family:var(--font-zh-hant);font-size:17px;line-height:1.75}html[lang=ko] body{word-break:keep-all;overflow-wrap:break-word}html[lang=ja] body,html[lang=zh-Hans] body,html[lang=zh-Hant] body{line-break:strict;overflow-wrap:break-word}h1,h2,h3,h4{line-height:1.15;margin:0 0 .4em;font-weight:700;overflow-wrap:break-word}h1{font-size:clamp(38px,8vw,72px)}h2{font-size:clamp(28px,5vw,46px)}h3{font-size:24px}h4{font-size:20px}html[lang=ja] h1,html[lang=zh-Hans] h1,html[lang=zh-Hant] h1{line-height:1.3}p{margin:0 0 1em}a{color:inherit}img{max-width:100%}.muted{color:var(--muted)}.wrap{max-width:1080px;margin:0 auto;padding:0 22px}.sec{padding:72px 0}.sec.alt{background:var(--peach)}.sec.blue{background:var(--blue)}.sec.yellow{background:var(--yellow)}.skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;border-radius:0 0 12px}.skip:focus{left:0}.card{background:#fff;border:3px solid var(--ink);border-radius:22px;padding:22px 24px;box-shadow:5px 6px 0 var(--ink);transform:rotate(-.4deg)}.card:nth-child(2n){transform:rotate(.5deg)}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border:3px solid var(--ink);border-radius:18px;background:var(--orange);color:var(--ink);text-decoration:none;font-weight:700;font-size:22px;box-shadow:4px 5px 0 var(--ink);transition:transform .12s}.btn:hover{transform:translate(-1px,-1px) rotate(-1deg)}.btn.ghost{background:#fff;color:var(--ink)}.underline{position:relative;display:inline-block}.underline:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-4px;height:9px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 9' preserveAspectRatio='none'><path d='M1 6 C 30 9, 70 1, 99 5' fill='none' stroke='%23ff8c33' stroke-width='4' stroke-linecap='round'/></svg>") no-repeat center / 100% 100%}.langbanner{border-bottom:3px solid var(--ink);background:var(--yellow);font-size:16px;display:none}.langbanner.show{display:block}.langbanner .wrap{display:flex;align-items:center;gap:12px;padding-top:8px;padding-bottom:8px}.langbanner a{font-weight:700}.langbanner button{margin-left:auto;border:2px solid var(--ink);background:#fff;border-radius:8px;padding:2px 10px;font:inherit;cursor:pointer}header.top{position:sticky;top:0;z-index:10;background:#fffaedeb;backdrop-filter:blur(6px);border-bottom:3px solid var(--ink)}header.top .wrap{display:flex;align-items:center;gap:14px;height:64px}header.top img.logo{width:40px;height:40px;border-radius:10px;border:2px solid var(--ink)}header.top .brand{font-weight:700;font-size:26px;text-decoration:none;white-space:nowrap;padding:4px 0}header.top nav{margin-left:auto;display:flex;gap:16px;align-items:center}header.top nav a{text-decoration:none;font-size:18px;white-space:nowrap;padding:9px 6px}.langmenu{position:relative}.langmenu>summary{list-style:none;cursor:pointer;border:2px solid var(--ink);border-radius:10px;background:#fff;padding:8px 12px;font-size:16px;white-space:nowrap}.langmenu>summary::-webkit-details-marker{display:none}.langmenu ul{position:absolute;right:0;top:calc(100% + 6px);margin:0;padding:6px;list-style:none;background:#fff;border:2px solid var(--ink);border-radius:12px;box-shadow:4px 5px 0 var(--ink);min-width:160px;z-index:20}.langmenu li a{display:block;padding:10px;border-radius:8px;text-decoration:none;font-size:17px}.langmenu li a:hover{background:var(--peach)}.langmenu li a[aria-current=true]{font-weight:700;background:var(--yellow)}.hero{padding:40px 0 0;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.hero .art{position:relative;text-align:center}.hero .art img.kv{width:min(100%,420px);height:auto;animation:wob 1.8s ease-in-out infinite;transform-origin:bottom center}.hero .tag{font-size:24px;margin-bottom:26px}html[lang=ja] .hero .tag,html[lang=zh-Hans] .hero .tag,html[lang=zh-Hant] .hero .tag{font-size:20px}.hero .cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero .note{font-size:16px;margin-top:12px}@keyframes wob{0%,to{transform:rotate(-1.6deg)}50%{transform:rotate(1.6deg)}}.stages{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;text-align:center}.stages img{width:100%;max-width:200px;height:200px;object-fit:contain;object-position:bottom}.stages .name{font-weight:700;font-size:24px}.feat{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feat .card img{width:100%;height:auto;border-radius:16px;border:2px solid var(--ink)}.feat .card h3{margin-top:14px}.cast{display:grid;grid-template-columns:repeat(9,1fr);gap:10px}.cast figure{margin:0;text-align:center}.cast img{width:100%;height:auto;transition:transform .15s}.cast figure:hover img{transform:rotate(-8deg) scale(1.08)}.cast figcaption{font-weight:700}.cast figcaption small{display:block;font-weight:400;color:var(--muted);font-size:14px}.faq details{border-bottom:2px dashed var(--ink);padding:2px 0}.faq summary{cursor:pointer;font-weight:700;font-size:22px;padding:10px 0}html[lang=ja] .faq summary,html[lang=zh-Hans] .faq summary,html[lang=zh-Hant] .faq summary{font-size:19px}.faq details p{margin:8px 0 0;color:var(--muted)}.doc{max-width:760px;padding-top:48px;padding-bottom:24px}.doc h1{font-size:clamp(32px,6vw,52px)}.lede{font-size:20px;color:var(--muted)}.crumbs{font-size:16px;color:var(--muted);margin:0 0 18px}.crumbs a{text-decoration:none}.crumbs a:hover{text-decoration:underline}.crumbs span{margin:0 6px}.postmeta{font-size:16px;color:var(--muted);margin:0 0 26px}.keywords{font-size:15px;color:var(--muted);margin:0 0 24px}.prose{max-width:760px}.prose h2{font-size:clamp(26px,4vw,34px);margin-top:1.6em}.prose h3{font-size:22px;margin-top:1.4em}.prose ul,.prose ol{padding-left:1.3em;margin:0 0 1em}.prose li{margin:0 0 .35em}.prose a{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.prose blockquote{margin:1.2em 0;padding:2px 18px;border-left:4px solid var(--orange);color:var(--muted)}.prose code{background:#fff;border:2px solid var(--ink);border-radius:6px;padding:0 5px;font-size:.9em}.prose pre{background:#fff;border:3px solid var(--ink);border-radius:14px;padding:14px 16px;overflow-x:auto}.prose pre code{border:0;padding:0;background:none}.prose hr{border:0;border-top:2px dashed var(--ink);margin:2em 0}.prose img{height:auto;border:2px solid var(--ink);border-radius:14px}.prose table{border-collapse:collapse;width:100%;min-width:460px;background:#fff;font-size:17px}.prose table th,.prose table td{border:2px solid var(--ink);padding:8px 12px;text-align:left;vertical-align:top}.prose table th{background:var(--peach);font-weight:700}.table-scroll{overflow-x:auto;margin:0 0 1.4em;border-radius:14px}.postlist{list-style:none;margin:0;padding:0;display:grid;gap:22px}.postlist>li{margin:0}.postlist .card{display:block;text-decoration:none}.postlist a.card:hover{transform:rotate(0) translate(-1px,-1px)}.postlist h2{font-size:clamp(23px,3.4vw,30px);margin-bottom:.3em}.postlist time{font-size:15px;color:var(--muted)}.postcta{margin:48px 0 0;background:var(--yellow)}.postcta h2{font-size:clamp(26px,4vw,36px)}.related{margin:40px 0 0}.related h2{font-size:26px}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;list-style:none;padding:0;margin:0}.related-grid a{display:block;text-decoration:none;font-weight:700}.related-grid p{margin:6px 0 0;font-weight:400;font-size:16px;color:var(--muted)}.nf{text-align:center;padding:80px 0}.nf img{width:180px;height:auto}.nf .links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:20px}footer{padding:40px 0 60px;border-top:3px solid var(--ink);font-size:16px}footer .wrap{display:flex;flex-wrap:wrap;gap:4px 14px;align-items:center}footer a{margin-right:4px;display:inline-block;padding:10px 4px}footer .spacer{flex:1}footer .langs{width:100%;display:flex;flex-wrap:wrap;gap:0 10px;align-items:center;color:var(--muted)}footer .langs a{text-decoration:none;display:inline-block;padding:10px 4px}footer .langs a:hover{text-decoration:underline}@media(max-width:820px){.hero .wrap{grid-template-columns:1fr;text-align:center}.hero .cta{justify-content:center}.feat{grid-template-columns:1fr}.cast{grid-template-columns:repeat(3,1fr)}.stages{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:1fr}header.top nav a.hide-sm{display:none}.sec{padding:56px 0}}@media(max-width:400px){.wrap{padding:0 16px}header.top .brand{font-size:22px}header.top nav{gap:10px}.btn{font-size:19px;padding:12px 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero .art img.kv{animation:none}.btn,.cast img{transition:none}}header[data-astro-cid-3ef6ksr2].top .brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:10px}
