:root{--gray-950:#1c1c1e;--gray-800:#333;--gray-700:#4a4a4a;--gray-500:#777;--gray-400:#999;--gray-300:#ccc;--gray-200:#e2e2e2;--gray-100:#f2f2f2;--gray-50:#f8f8f8;--white:#fff;--maxw:1100px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--white);color:var(--gray-800);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased}a{color:var(--gray-800);text-decoration:none}a:hover{color:var(--gray-500)}img{max-width:100%;height:auto;display:block}ul{margin:0;padding:0;list-style:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:var(--white);z-index:100}.site-header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.site-logo{font-size:22px;font-weight:700;letter-spacing:.03em;color:var(--gray-950)}.site-logo span{color:var(--gray-400);font-weight:400}.site-nav ul{display:flex;gap:28px;flex-wrap:wrap}.site-nav a{font-size:14px;font-weight:600;letter-spacing:.06em;color:var(--gray-700);padding:6px 0;border-bottom:2px solid transparent}.site-nav a:hover,.site-nav a.active{color:var(--gray-950);border-bottom-color:var(--gray-950)}.nav-toggle{display:none;background:0 0;border:0;font-size:26px;cursor:pointer;color:var(--gray-800)}.hero{padding:48px 0 8px}.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hero-card{border:1px solid var(--gray-200);border-radius:6px;overflow:hidden;transition:box-shadow .2s}.hero-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.08)}.hero-card .thumb{aspect-ratio:16/10;background:var(--gray-100) center/cover no-repeat}.hero-card .body{padding:18px}.hero-card .cat{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--white);background:var(--gray-700);padding:3px 10px;border-radius:3px;margin-bottom:10px}.hero-card h3{font-size:16px;line-height:1.6;margin:0 0 10px;color:var(--gray-950)}.hero-card p{font-size:13px;color:var(--gray-500);margin:0 0 12px}.hero-card .more{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--gray-700)}.layout{display:grid;grid-template-columns:1fr 300px;gap:56px;padding:48px 0 80px;align-items:start}.main-col{min-width:0}.post-list{display:grid;grid-template-columns:1fr 1fr;gap:28px 24px}.post-card{border-bottom:1px solid var(--gray-100);padding-bottom:24px}.post-card .thumb{aspect-ratio:16/9;background:var(--gray-100) center/cover no-repeat;border-radius:4px;margin-bottom:14px}.post-card .meta{font-size:12px;color:var(--gray-400);margin-bottom:6px}.post-card .cat{display:inline-block;font-size:11px;font-weight:700;color:var(--white);background:var(--gray-500);padding:2px 9px;border-radius:3px;margin-right:8px}.post-card h2,.post-card h3{font-size:16px;line-height:1.6;margin:0 0 8px;color:var(--gray-950)}.post-card .excerpt{font-size:13.5px;color:var(--gray-500);margin:0}.pagination{display:flex;justify-content:center;gap:10px;margin-top:48px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border:1px solid var(--gray-200);border-radius:4px;font-size:13px;color:var(--gray-700)}.pagination .current{background:var(--gray-950);color:var(--white);border-color:var(--gray-950)}.article-header{padding:40px 0 24px;border-bottom:1px solid var(--gray-100)}.article-cat{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--white);background:var(--gray-700);padding:4px 12px;border-radius:3px;margin-bottom:16px}.article-title{font-size:clamp(24px,4vw,36px);line-height:1.5;color:var(--gray-950);margin:0 0 20px;font-weight:700}.article-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--gray-400)}.article-meta .author-avatar{width:32px;height:32px;border-radius:50%;background:var(--gray-200) center/cover no-repeat}.article-thumb{margin:32px 0;border-radius:4px;overflow:hidden}.article-body{font-size:16px;line-height:2;color:var(--gray-800)}.article-body p{margin:0 0 26px}.article-body h2{font-size:22px;font-weight:700;color:var(--gray-950);background:var(--gray-50);border-left:6px solid var(--gray-700);padding:12px 18px;margin:48px 0 24px;border-radius:2px}.article-body h3{font-size:18px;font-weight:700;color:var(--gray-950);border-bottom:2px solid var(--gray-200);padding-bottom:8px;margin:36px 0 20px}.article-body ul,.article-body ol{margin:0 0 26px;padding-left:1.6em}.article-body li{margin-bottom:8px}.article-body ul.deco-list{background:var(--gray-50);padding:24px 24px 24px 44px;border-radius:6px;list-style:disc}.article-body blockquote{margin:24px 0;padding:16px 22px;background:var(--gray-50);border-left:4px solid var(--gray-300);color:var(--gray-700);font-size:14.5px}.article-body table{width:100%;border-collapse:collapse;margin:0 0 26px;font-size:14.5px}.article-body table th,.article-body table td{border:1px solid var(--gray-200);padding:10px 14px;text-align:left}.article-body table th{background:var(--gray-700);color:var(--white)}.article-body img{border-radius:4px;margin:8px 0}.article-body strong{color:var(--gray-950)}.article-body a{color:var(--gray-700);text-decoration:underline;text-underline-offset:3px}.toc-box{border:1px solid var(--gray-300);border-radius:4px;margin:24px 0}.toc-box .toc-title{background:var(--gray-950);color:var(--white);font-weight:700;font-size:14px;padding:8px 16px;display:inline-block;border-radius:4px 4px 0 0}.toc-box ul{padding:18px 30px;margin:0;list-style:decimal}.toc-box li{margin-bottom:6px}.toc-box a{color:var(--gray-700);font-size:14.5px}.editor-comment{display:flex;gap:14px;margin:24px 0;align-items:flex-start}.editor-comment .icon{width:56px;height:56px;border-radius:50%;background:var(--gray-200) center/cover no-repeat;flex-shrink:0}.editor-comment .name{font-size:11px;color:var(--gray-500);text-align:center;margin-top:4px}.editor-comment .bubble{position:relative;background:var(--gray-50);border-radius:14px;padding:14px 18px;flex:1;font-size:14.5px;line-height:1.8;color:var(--gray-800)}.editor-comment .bubble:before{content:"";position:absolute;left:-8px;top:18px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid var(--gray-50)}.marker{background:linear-gradient(transparent 60%,#d0d0d0 60%)}.cta-box{margin:28px 0;padding:22px 24px;background:var(--gray-50);border:1px solid var(--gray-300);border-radius:10px;text-align:center}.cta-box .cta-lead{font-size:13px;font-weight:700;color:var(--gray-700);margin:0 0 8px}.cta-box .cta-text{font-size:14px;color:var(--gray-700);margin:0 0 16px;line-height:1.8}.cta-box .cta-btn{display:inline-block;padding:13px 36px;background:var(--gray-950);color:#fff !important;font-weight:700;font-size:14.5px;border-radius:6px;text-decoration:none !important}.cta-box .cta-btn:hover{background:var(--gray-700)}.profile-box{display:flex;gap:18px;align-items:flex-start;border:1px solid var(--gray-200);border-radius:10px;margin:24px 0;padding:20px 24px}.profile-box img,.profile-box .avatar-fallback{width:76px;height:76px;border-radius:50%;flex-shrink:0;background:var(--gray-200)}.profile-box .label{font-size:12px;color:var(--gray-400);padding-bottom:10px;margin-bottom:14px;border-bottom:1px solid var(--gray-100)}.widget{margin-bottom:44px}.widget-title{font-size:14px;font-weight:700;letter-spacing:.06em;color:var(--gray-950);padding-bottom:10px;border-bottom:2px solid var(--gray-950);margin-bottom:18px}.widget-profile{text-align:center}.widget-profile .avatar{width:88px;height:88px;border-radius:50%;background:var(--gray-200) center/cover no-repeat;margin:0 auto 14px}.widget-profile p{font-size:13px;color:var(--gray-500);line-height:1.8}.widget-list li{border-bottom:1px solid var(--gray-100);padding:12px 0;font-size:13.5px}.widget-list li a{display:flex;gap:10px}.widget-list .thumb{width:56px;height:56px;border-radius:4px;background:var(--gray-100);flex-shrink:0}.widget-archive li{font-size:13.5px;padding:8px 0;border-bottom:1px solid var(--gray-100)}.site-footer{background:var(--gray-950);color:var(--gray-300);margin-top:40px}.footer-inner{padding:56px 0 24px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer-profile .avatar{width:64px;height:64px;border-radius:50%;background:var(--gray-700);margin-bottom:14px}.footer-profile p{font-size:13px;color:var(--gray-400);line-height:1.8}.footer-col h4{font-size:13px;letter-spacing:.08em;color:var(--white);margin:0 0 16px}.footer-col li{margin-bottom:10px}.footer-col a{font-size:13px;color:var(--gray-300)}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-700);padding:18px 0;text-align:center;font-size:12px;color:var(--gray-400)}@media (max-width:900px){.layout{grid-template-columns:1fr;gap:40px}.hero-grid{grid-template-columns:1fr}.post-list{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200)}.site-nav.open{display:block}.site-nav ul{flex-direction:column;padding:12px 20px 20px;gap:4px}.nav-toggle{display:block}}