
:root{--ink:#111;--muted:#787878;--line:#e9e9e9;--paper:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Yu Gothic",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.site{max-width:1040px;margin:0 auto;padding:28px 22px 34px}.mast{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:72px}.brand{display:inline-block;font-size:29px;line-height:1;letter-spacing:.18em;font-weight:500}.kicker{font-size:8px;letter-spacing:.34em;margin-top:11px;color:#555}.post-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px}.date{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(28px,4vw,38px);letter-spacing:.02em}.tm{border:1px solid #111;border-radius:999px;background:#fff;padding:12px 17px;letter-spacing:.18em;font-size:9px;cursor:pointer;transition:background .18s,color .18s,transform .18s}.tm:hover{background:#111;color:#fff}.tm:active{transform:scale(.98)}.hero{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain;background:#f7f7f7}.caption{min-height:98px;padding:23px 0 36px}.caption p{max-width:720px;margin:0;font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;font-size:15px;line-height:1.9}.pager{border-top:1px solid var(--line);padding:18px 0 42px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.pager a,.pager button{border:0;background:none;padding:10px 0;font-size:9px;letter-spacing:.18em;cursor:pointer}.pager .next{text-align:right}.pager .disabled{opacity:.25;pointer-events:none}.archive-link{text-align:center}.footer{border-top:1px solid var(--line);padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.footnote{font-size:8px;letter-spacing:.22em;color:#888}.social{display:flex;gap:14px;align-items:center}.social a{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;transition:background .18s}.social a:hover{background:#f2f2f2}.social svg{width:16px;height:16px;fill:#111}.toast{position:fixed;z-index:10;left:50%;bottom:max(24px,env(safe-area-inset-bottom));transform:translate(-50%,14px);background:#111;color:#fff;padding:11px 15px;border-radius:999px;font-size:10px;letter-spacing:.06em;opacity:0;pointer-events:none;transition:.2s}.toast.on{opacity:1;transform:translate(-50%,0)}
.archive-page{max-width:1040px;margin:0 auto;padding:28px 22px 60px}.archive-title{font-family:Georgia,"Times New Roman",serif;font-size:38px;margin:70px 0 28px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 18px}.archive-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.archive-card time{display:block;font-family:Georgia,"Times New Roman",serif;margin-top:10px;font-size:14px}.back{font-size:9px;letter-spacing:.18em}
@media(max-width:640px){.site,.archive-page{padding-left:16px;padding-right:16px}.mast{margin-bottom:52px}.brand{font-size:25px}.date{font-size:27px}.tm{padding:10px 13px;font-size:8px}.post-head{margin-bottom:22px}.hero{width:calc(100% + 32px);margin-left:-16px;max-height:none;background:#fff}.caption{padding-top:20px}.footer{padding-bottom:8px}.archive-grid{grid-template-columns:repeat(2,1fr);gap:22px 10px}}
