@font-face{font-family:Yomogi;src:url(/fonts/yomogi-subset.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--board: #18241d;--board-glass: rgba(14, 21, 17, .78);--chalk: #f1efe8;--chalk-body: #e9e7df;--chalk-soft: #bcc3b9;--chalk-mute: #8a9088;--yellow: #f6d878;--blue: #a7d3ea;--red: #e8857d;--rule: rgba(241, 239, 232, .13);--rule-strong: rgba(241, 239, 232, .26)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0}@view-transition{navigation:auto}body{font-family:Yomogi,Hiragino Maru Gothic ProN,cursive;font-weight:400;font-size:16px;line-height:2;color:var(--chalk);background-color:var(--board);background-image:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(54,78,63,.35) 0%,transparent 60%),radial-gradient(ellipse 90% 90% at 0% 100%,rgba(6,11,8,.5) 0%,transparent 55%),radial-gradient(ellipse 90% 90% at 100% 100%,rgba(6,11,8,.5) 0%,transparent 55%),url(/images/board-texture.jpg);background-size:cover,cover,cover,cover;background-position:center;background-attachment:fixed;min-height:100vh;-webkit-font-smoothing:antialiased}@media(max-width:768px){body{background-attachment:scroll}}a{color:var(--chalk-soft);text-decoration:none;transition:color .15s}a:hover{color:var(--yellow)}.hand{font-family:Yomogi,cursive}::selection{background:#f6d8784d}.page{max-width:720px;margin:0 auto;padding:0 24px}.topbar{position:sticky;top:0;z-index:50;background:var(--board-glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--rule)}.read-progress{position:absolute;top:0;left:0;right:0;height:24px;pointer-events:none}.rp-line{position:absolute;top:10px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0,rgba(246,216,120,.8) 26px,rgba(246,216,120,.55) 100%);border-radius:2px;filter:drop-shadow(0 0 5px rgba(246,216,120,.3))}.rp-eraser{position:absolute;top:0;left:0;width:16px;height:30px}.rp-swing{position:absolute;inset:0;transform-origin:50% 60px}.rp-body{position:absolute;inset:0;border-radius:4px;background:#2c3f7a;box-shadow:0 2px 5px #00000073}.rp-body:before{content:"";position:absolute;inset:2px;border-radius:3px;background:linear-gradient(180deg,#e0ad55,#cf9740)}.rp-body:after{content:"";position:absolute;left:0;right:0;top:50%;height:6px;margin-top:-3px;background:#1d1a18}.rp-eraser:after{content:"";position:absolute;left:-16px;top:8px;width:16px;height:8px;background:radial-gradient(closest-side,rgba(241,239,232,.3),transparent)}.read-progress.erasing .rp-swing{animation:rp-swing .35s ease-in-out infinite alternate}.read-progress.erasing .rp-body{animation:rp-level .35s ease-in-out infinite alternate}@keyframes rp-swing{0%{transform:rotate(-12deg)}to{transform:rotate(12deg)}}@keyframes rp-level{0%{transform:rotate(9deg)}to{transform:rotate(-9deg)}}@media(prefers-reduced-motion:reduce){.read-progress.erasing .rp-swing,.read-progress.erasing .rp-body{animation:none}}.topbar-inner{max-width:720px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-family:Yomogi,cursive;color:var(--yellow);font-size:15px;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 12px rgba(246,216,120,.25)}.brand:hover{color:var(--yellow);opacity:.85}.topnav{display:flex;align-items:center;gap:18px;font-size:13px;flex-shrink:0}.topnav a{position:relative;padding:8px 0;color:var(--chalk-soft)}.topnav a:hover,.topnav a.active{color:var(--chalk)}.topnav a.active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;border-radius:1px;background:var(--yellow);box-shadow:0 0 6px #f6d87873}.topnav a.nav-kindle{color:var(--yellow);border:1px solid rgba(246,216,120,.45);padding:5px 14px;border-radius:999px;transition:background .15s,color .15s}.topnav a.nav-kindle:hover{background:#f6d87824;color:var(--chalk)}@media(max-width:480px){.topnav a.nav-home{display:none}}.hero{padding:64px 0 40px}.hero h1{font-family:Yomogi,cursive;font-weight:400;font-size:clamp(30px,6.4vw,46px);line-height:1.55;margin:0;color:var(--chalk);letter-spacing:.04em;text-shadow:0 0 18px rgba(241,239,232,.12),1.5px 1.5px 0 rgba(0,0,0,.35)}.hero h1 .re{color:var(--yellow);text-shadow:0 0 18px rgba(246,216,120,.4),1.5px 1.5px 0 rgba(0,0,0,.35)}.hero h1 .sub-title{display:block;font-family:Yomogi,cursive;font-size:clamp(13px,3vw,16px);color:var(--chalk-soft);letter-spacing:.06em;margin-top:14px;text-shadow:none;animation:chalk-soft .8s ease-out 1.05s backwards}.hero-underline{display:block;width:168px;height:5px;margin-top:26px;border-radius:3px;background:linear-gradient(90deg,#f6d878d9,#f6d8784d);box-shadow:0 0 10px #f6d87859;transform-origin:left center;animation:chalk-draw .8s ease-out 1.3s backwards}@keyframes chalk-draw{0%{transform:scaleX(0)}}@keyframes chalk-soft{0%{opacity:0}}.profile-strip{display:flex;align-items:center;flex-wrap:wrap;gap:14px 18px;padding:18px 20px;margin:8px 0 48px;border:1px dashed var(--rule-strong);border-radius:14px;background:#f1efe809}.profile-strip .avatar{flex-shrink:0;width:52px;height:52px;border-radius:50%;object-fit:cover;cursor:pointer}.profile-strip .who{flex-shrink:0}.who-name{font-size:14px;font-weight:600;color:var(--chalk);letter-spacing:.02em}.who-sub{font-size:13px;color:var(--chalk-mute)}.profile-text{flex:1;min-width:200px;margin:0;font-size:12.5px;line-height:1.9;color:var(--chalk-soft)}.avatar-dialog{border:none;background:transparent;padding:0}.avatar-dialog::backdrop{background:#000000b3;cursor:pointer}.avatar-large{width:240px;height:240px;border-radius:50%;object-fit:cover;display:block}.ep-section{margin:0 0 52px}.ep-section-h{display:flex;align-items:baseline;gap:10px;margin:0 0 6px;padding-bottom:10px;font-size:15px;font-weight:600;letter-spacing:.12em;color:var(--yellow);border-bottom:1px dashed rgba(246,216,120,.35);text-shadow:0 0 10px rgba(246,216,120,.2),1px 1px 0 rgba(0,0,0,.35)}.ep-count{margin-left:auto;font-size:13px;font-weight:400;color:var(--chalk-mute)}.ep-list{list-style:none;margin:0;padding:0}.ep-list li{border-bottom:1px solid var(--rule)}.ep-list li:last-child{border-bottom:0}.ep-list a{display:flex;align-items:baseline;gap:16px;padding:16px 6px;border-radius:8px;color:inherit;transition:background .15s}.ep-list a:hover{background:#f1efe80b}.ep-num{flex-shrink:0;width:72px;font-size:16px;color:var(--yellow);opacity:.9;letter-spacing:.04em}.ep-body{min-width:0}.ep-title{display:block;font-size:16px;font-weight:600;line-height:1.75;color:var(--chalk);transition:color .15s}.ep-list a:hover .ep-title{color:var(--yellow)}.ep-desc{display:block;margin-top:2px;font-size:13px;line-height:1.8;color:var(--chalk-mute)}@media(max-width:480px){.ep-list a{gap:12px;padding:14px 2px}.ep-num{width:52px;font-size:14px}.ep-title{font-size:15.5px}}.who-ladder{display:block;margin-top:6px;color:var(--yellow);opacity:.9;font-size:12.5px;letter-spacing:.03em}.visit-counter{flex-basis:100%;text-align:center;font-size:11px;color:var(--chalk-mute);margin-top:8px}.vc-digits{display:inline-flex;gap:2px;margin:0 4px;vertical-align:middle}.vc-digits span{display:inline-flex;align-items:center;justify-content:center;width:15px;height:21px;background:#00000059;border:1px solid var(--rule-strong);border-radius:3px;font-size:13px;color:var(--yellow);font-family:Yomogi,sans-serif}.meibo-section{margin-top:36px}.meibo-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:600px){.meibo-list{grid-template-columns:1fr}}.meibo-card{border:1px solid var(--rule);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.meibo-head{display:flex;align-items:baseline;gap:10px}.meibo-name{font-size:19px;color:var(--yellow);letter-spacing:.04em}.meibo-tag{font-size:11px;color:var(--chalk-mute);border:1px solid var(--rule-strong);border-radius:99px;padding:1px 9px}.meibo-desc{margin:0;font-size:13.5px;line-height:2;color:var(--chalk-body)}.meibo-link{margin-top:auto;align-self:flex-end;font-size:12px;color:var(--chalk-mute);transition:color .15s}.meibo-link:hover{color:var(--yellow)}.att-head{padding:48px 0 8px}.att-title{margin:0;font-size:30px;letter-spacing:.06em}.att-lead{margin:10px 0 0;color:var(--chalk-soft);font-size:14px;line-height:2}.att-stats{position:relative;display:flex;gap:36px;align-items:center;margin:24px 0 8px;padding:18px 22px;border:1px solid var(--rule-strong);border-radius:12px}.att-stat-label{display:block;font-size:12px;color:var(--chalk-mute);letter-spacing:.1em}.att-stat-value{font-size:34px;color:var(--yellow);line-height:1.3}.att-stat-value small{font-size:14px;color:var(--chalk-soft)}.hanamaru{position:absolute;right:14px;top:50%;width:86px;height:86px;margin-top:-43px;color:var(--red);filter:url(#chalk-rough-strong);transform:rotate(-12deg);animation:hanamaru-stamp .45s cubic-bezier(.2,1.6,.4,1) both}.hanamaru svg{width:100%;height:100%}.hanamaru-word{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:15px;white-space:nowrap;color:var(--red)}@keyframes hanamaru-stamp{0%{transform:rotate(-12deg) scale(1.8);opacity:0}to{transform:rotate(-12deg) scale(1);opacity:1}}.att-section{margin-top:36px}.att-section-h{display:flex;align-items:baseline;gap:10px;margin:0 0 14px;font-size:19px;letter-spacing:.04em}.att-section-count{font-size:14px;color:var(--chalk-mute)}.kaikin{font-size:12px;color:var(--red);border:2px solid var(--red);border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;transform:rotate(-10deg);align-self:center;filter:url(#chalk-rough-strong)}.att-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(46px,1fr));gap:8px}.att-cell{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:1px dashed var(--rule-strong);border-radius:9px;color:inherit;transition:background .15s,border-color .15s}.att-cell:hover{background:#f1efe80b;border-color:var(--chalk-mute)}.att-cell-num{font-size:15px;color:var(--chalk-mute)}.att-cell-check{position:absolute;inset:0;display:none;align-items:center;justify-content:center;font-size:26px;color:var(--yellow);transform:rotate(-8deg)}.att-cell.is-read{border-style:solid;border-color:#f6d87873}.att-cell.is-read .att-cell-num{opacity:.35}.att-cell.is-read .att-cell-check{display:flex}.att-note{margin:36px 0 0;font-size:12px;color:var(--chalk-mute);line-height:2}.x-link{display:inline-flex;align-items:center;gap:5px;color:var(--chalk-mute);font-size:12px;letter-spacing:.04em}.x-link:hover{color:var(--chalk)}.site-foot{border-top:1px solid var(--rule);margin-top:32px;padding:28px 0 56px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--chalk-mute);font-size:12px;letter-spacing:.06em}.site-foot .foot-stamp{font-family:Yomogi,cursive;font-size:13px;color:var(--chalk-mute)}.site-foot .foot-right{display:flex;align-items:center;gap:16px}.article-wrap{padding:44px 0 72px}.back-link{display:inline-flex;align-items:center;gap:6px;font-family:Yomogi,cursive;font-size:15px;color:var(--chalk-mute);margin-bottom:36px;letter-spacing:.04em}.back-link:hover{color:var(--yellow)}.article-header{margin-bottom:44px;padding-bottom:30px;border-bottom:1px dashed var(--rule-strong)}.article-header .ep-stamp{display:inline-block;font-family:Yomogi,cursive;font-size:18px;color:var(--yellow);letter-spacing:.04em;text-shadow:0 0 10px rgba(246,216,120,.25)}.article-header .cat-stamp{margin-left:12px;display:inline-block;vertical-align:middle;border:1px solid rgba(167,211,234,.4);color:var(--blue);font-size:10.5px;letter-spacing:.14em;padding:3px 12px;border-radius:999px}.article-title{font-family:Yomogi,cursive;font-weight:400;font-size:clamp(24px,5.6vw,34px);line-height:1.7;margin:14px 0 0;color:var(--chalk);letter-spacing:.04em;text-shadow:0 0 16px rgba(241,239,232,.1),1.5px 1.5px 0 rgba(0,0,0,.35)}.prose{font-size:16.5px;line-height:2.1;color:var(--chalk-body)}.prose p{margin:1.4em 0}.prose p:first-child{margin-top:0}.prose em{font-style:normal;color:var(--chalk-soft)}.prose strong{font-weight:600;color:#fff}.prose h2{font-family:Yomogi,cursive;font-weight:400;font-size:21px;margin:2.4em 0 .8em;color:var(--yellow);padding-bottom:8px;border-bottom:1px dashed rgba(246,216,120,.3);text-shadow:0 0 10px rgba(246,216,120,.25),1px 1px 0 rgba(0,0,0,.35)}.prose h3{font-size:17px;font-weight:600;margin:2em 0 .6em;color:var(--blue);text-shadow:0 0 6px rgba(167,211,234,.22),1px 1px 0 rgba(0,0,0,.3)}.prose blockquote{margin:1.8em 0;padding:4px 0 4px 20px;border-left:3px solid rgba(167,211,234,.45);color:var(--chalk-soft)}.prose blockquote p{margin:.4em 0}.prose ul,.prose ol{padding-left:1.6em;margin:1em 0}.prose li{margin:.5em 0}.prose img{max-width:100%;height:auto;border-radius:10px}.prose hr{border:none;margin:2.8em 0;text-align:center;font-family:Yomogi,cursive;font-size:18px;color:var(--chalk-mute);letter-spacing:.18em}.prose hr:before{content:"✦ ─ ─ ─ ─ ─ ─ ✦"}.prose code{font-family:ui-monospace,monospace;font-size:.875em;background:#ffffff14;border:1px solid var(--rule-strong);padding:.1em .4em;border-radius:3px;color:var(--chalk)}.prose pre{background:#00000052;border:1px dashed var(--rule-strong);color:var(--chalk);padding:1.25em;border-radius:8px;overflow-x:auto;font-size:.875em}.prose pre code{background:none;border:none;padding:0;color:inherit}.shiori-card{display:flex;align-items:center;gap:14px;margin:26px 0 6px;padding:14px 18px;border:2px dashed rgba(246,216,120,.55);border-radius:10px;text-decoration:none;transform:rotate(-.4deg);transition:border-color .2s,box-shadow .2s}.shiori-card:hover{border-color:#f6d878e6;box-shadow:0 0 18px #f6d87826}.shiori-tag{flex-shrink:0;font-size:14px;color:var(--board);background:var(--yellow);padding:3px 10px;border-radius:4px;transform:rotate(-3deg)}.shiori-body{display:flex;flex-direction:column;gap:2px;min-width:0}.shiori-lead{font-size:13px;color:var(--chalk-mute)}.shiori-title{font-size:16px;color:var(--chalk);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shiori-arrow{margin-left:auto;color:var(--yellow);font-size:20px}.yomi-stamp{margin-left:auto;flex-shrink:0;align-self:center;color:var(--red);opacity:.85;border:2px solid var(--red);border-radius:6px;padding:3px 8px;font-size:11px;letter-spacing:.08em;white-space:nowrap;transform:rotate(-6deg);filter:url(#chalk-rough-strong)}@media(max-width:480px){.yomi-stamp{font-size:10px;padding:2px 5px;letter-spacing:.04em}}.notfound{text-align:center;padding:90px 0 60px}.notfound-code{font-size:96px;line-height:1;margin:0;color:var(--yellow);transform:rotate(-2deg);text-shadow:0 0 24px rgba(246,216,120,.3),2px 2px 0 rgba(0,0,0,.35)}.notfound-title{font-size:26px;margin:28px 0 14px}.notfound-text{color:var(--chalk-soft);margin:0 0 36px}.notfound-back{display:inline-block;font-size:18px;color:var(--yellow);border-bottom:2px dashed rgba(246,216,120,.55);padding-bottom:2px;text-decoration:none}.notfound-back:hover{border-bottom-style:solid}.tsuzuku{display:block;width:fit-content;margin:56px auto 0;font-family:Yomogi,cursive;font-size:24px;letter-spacing:.12em;color:var(--yellow);transform:rotate(-1.2deg);text-shadow:0 0 14px rgba(246,216,120,.35),1px 1px 0 rgba(0,0,0,.35);transition:text-shadow .2s}a.tsuzuku:hover{color:var(--yellow);text-shadow:0 0 22px rgba(246,216,120,.6),1px 1px 0 rgba(0,0,0,.35)}.tsuzuku-soon{font-size:18px;color:var(--chalk-mute);text-shadow:none}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:56px}.post-nav a,.post-nav-ghost{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border:1px dashed var(--rule-strong);border-radius:12px;color:var(--chalk-soft);transition:border-color .15s,background .15s}.post-nav a:hover{border-color:#f6d8788c;background:#f6d8780d;color:var(--chalk-soft)}.post-nav-label{font-family:Yomogi,cursive;font-size:14px;color:var(--chalk-mute);letter-spacing:.04em}.post-nav-title{font-size:14px;font-weight:600;line-height:1.6;color:var(--chalk)}.post-nav a:hover .post-nav-title{color:var(--yellow)}.post-nav-ghost .post-nav-title{color:var(--chalk-mute)}@media(max-width:480px){.post-nav{grid-template-columns:1fr}}.kindle-promo{margin:56px 0 0;border:1px dashed rgba(246,216,120,.4);border-radius:14px;padding:22px 24px;background:#f6d8780d}.kindle-promo-inner{display:flex;align-items:center;gap:20px}.kindle-promo-icon{font-size:40px;line-height:1;flex-shrink:0}.kindle-promo-body{flex:1}.kindle-promo-lead{margin:0 0 4px;font-size:13px;line-height:1.8;color:var(--chalk-soft)}.kindle-promo-title{margin:0 0 14px;font-size:16px;font-weight:600;line-height:1.5;color:var(--chalk)}.kindle-promo-btn{display:inline-block;padding:9px 20px;background:var(--yellow);color:#1c2a23;font-weight:600;font-size:14px;border-radius:999px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px #00000040}.kindle-promo-btn:hover{transform:translateY(-1px);color:#1c2a23;box-shadow:0 4px 12px #0000004d}@media(max-width:600px){.kindle-promo{padding:20px}.kindle-promo-inner{flex-direction:column;text-align:center;gap:12px}.kindle-promo-icon{font-size:34px}}.chalk-ch{opacity:0;animation:chalk-ch .5s ease-out forwards;animation-delay:calc(min(var(--i) * 50ms,1.2s) + .1s)}@keyframes chalk-ch{0%{opacity:0;filter:blur(3px)}55%{opacity:1}to{opacity:1;filter:blur(0)}}.js .reveal{opacity:0;transform:translateY(12px);transition:opacity .55s ease var(--d, 0ms),transform .55s ease var(--d, 0ms)}.js .reveal.is-in{opacity:1;transform:none}.chalk-write{clip-path:inset(-20% 101% -20% -1%);transition:clip-path .9s ease .1s}.chalk-write.is-in{clip-path:inset(-20% -1% -20% -1%)}.chalk-fill{--fill: 9999px;color:transparent;background-image:linear-gradient(180deg,var(--chalk-body) calc(var(--fill) - 25px),rgba(241,239,232,.15) calc(var(--fill) + 45px));-webkit-background-clip:text;background-clip:text}.chalk-fill strong,.chalk-fill em,.chalk-fill a{color:inherit}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.chalk-ch,.hero h1 .sub-title,.hero-underline{animation:none;opacity:1}.js .reveal{opacity:1;transform:none;transition:none}.chalk-write{clip-path:none;transition:none}}.hero-underline{filter:url(#chalk-rough-strong)}.ep-section-h{border-bottom:none;position:relative;padding-bottom:12px}.ep-section-h:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.5px;border-radius:2px;background:linear-gradient(90deg,#f6d878a6,#f6d87838);filter:url(#chalk-rough-strong)}.article-header{border-bottom:none;position:relative}.article-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:linear-gradient(90deg,#f1efe866,#f1efe824);filter:url(#chalk-rough-strong)}.prose h2{border-bottom:none;position:relative;padding-bottom:10px}.prose h2:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:linear-gradient(90deg,#f6d8788c,#f6d8782e);filter:url(#chalk-rough-strong)}.profile-strip,.kindle-promo,.post-nav a,.post-nav-ghost{border:none;position:relative}.profile-strip:before,.kindle-promo:before,.post-nav a:before,.post-nav-ghost:before{content:"";position:absolute;inset:0;border:2px solid var(--rule-strong);border-radius:14px;filter:url(#chalk-rough-strong);pointer-events:none}.kindle-promo:before{border-color:#f6d87873}.post-nav a:hover:before{border-color:#f6d87899}.post-nav a:hover{background:#f6d8780d}.cat-stamp{transform:rotate(-1.2deg);display:inline-block}.kindle-promo{transform:rotate(-.35deg)}.foot-stamp{display:inline-block;transform:rotate(-1deg)}
