:root{--bg-base: #FFFFFF;--bg-card: #FBFAF7;--bg-section: #F7F4EF;--lego-red: #DC4837;--lego-blue: #0055BF;--lego-yellow: #F2CD37;--lego-green: #4B9F4A;--text-body: #2D2520;--text-heading: #1A1410;--text-muted: #6B5F55;--border: #E5DDD3;--shadow-sm: 0 1px 2px rgba(45,37,32,.06), 0 2px 6px rgba(45,37,32,.06);--shadow-md: 0 2px 4px rgba(45,37,32,.06), 0 8px 24px rgba(45,37,32,.08);--shadow-lg: 0 4px 8px rgba(45,37,32,.08), 0 16px 40px rgba(45,37,32,.12);--font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;--font-en: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-jp);color:var(--text-body);background:var(--bg-base);font-size:16px;line-height:1.9;letter-spacing:.02em;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;cursor:pointer}h1,h2,h3,h4{color:var(--text-heading);margin:0;font-weight:800;letter-spacing:.01em}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--lego-blue);outline-offset:2px;border-radius:4px}.container{max-width:1180px;margin:0 auto;padding:0 32px}.ph{background-color:#ece7df;background-image:repeating-linear-gradient(135deg,rgba(45,37,32,.08) 0 1px,transparent 1px 9px);color:var(--text-muted);font-family:var(--font-mono);font-size:11px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px}.ph[data-tone=warm]{background-color:#ece2d5}.ph[data-tone=cool]{background-color:#dde4ec}.ph[data-tone=green]{background-color:#dde7d8}.ph[data-tone=yellow]{background-color:#efe9ce}.ph[data-tone=red]{background-color:#ecd5cf}.ph[data-tone=blue]{background-color:#d5dcec}.stud{width:10px;height:10px;border-radius:50%;background:var(--c, var(--lego-red));box-shadow:inset 0 -1px 1px #0000002e,inset 0 1px 1px #ffffff59;display:inline-block}.studs-mini{display:inline-flex;gap:5px;align-items:center}.studs-c{display:flex;gap:6px;justify-content:center;margin:0 auto 14px}.dot{width:8px;height:8px;border-radius:50%;background:var(--c, var(--lego-red));display:inline-block;flex:0 0 auto}.site-head{background:#fff;border-bottom:1px solid var(--border)}.util{background:var(--bg-card);border-bottom:1px solid var(--border);font-size:12px;color:var(--text-muted)}.util-row{display:flex;justify-content:space-between;align-items:center;padding:8px 32px}.util-links{display:flex;gap:14px;align-items:center}.sns{display:inline-flex;gap:8px;margin-left:6px}.sns-btn{width:22px;height:22px;border:1px solid var(--border);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted)}.util-row a:hover{color:var(--text-heading)}.brand-row{display:flex;justify-content:space-between;align-items:center;padding-top:22px;padding-bottom:22px}.brand{display:flex;align-items:center;gap:14px}.brand-studs{display:grid;grid-template-columns:repeat(2,auto);gap:4px}.brand-studs .stud{width:8px;height:8px}.brand-title{display:block;font-size:22px;font-weight:900;color:var(--text-heading);line-height:1.1}.brand-em{color:var(--lego-red)}.brand-sub{display:block;font-size:11px;color:var(--text-muted);font-family:var(--font-en);letter-spacing:.08em;margin-top:3px}.head-actions{display:flex;align-items:center;gap:14px}.search-box{display:flex;align-items:center;gap:8px;width:220px;border:1px solid var(--border);border-radius:999px;padding:8px 14px;font-size:13px;color:var(--text-muted);background:var(--bg-card)}.navbar{border-top:1px solid var(--border);background:#fff;position:relative}.nav-row{display:flex;align-items:center;gap:32px;padding:0 32px}.nav-item{padding:14px 0;font-size:14px;font-weight:600;color:var(--text-body);border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:6px}.nav-item.is-active{color:var(--text-heading);font-weight:800;border-bottom-color:var(--lego-red)}.nav-item:hover{color:var(--text-heading)}.hamburger{display:none;background:none;border:0;padding:8px;color:var(--text-body);position:absolute;right:16px;top:50%;transform:translateY(-50%)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:800;letter-spacing:.02em;border-radius:8px;border:none;font-family:var(--font-jp);cursor:pointer;text-decoration:none}.btn-sm{padding:8px 14px;font-size:13px}.btn-lg{padding:16px 28px;font-size:16px}.btn-block{display:block;text-align:center}.btn-red{background:var(--lego-red);color:#fff;box-shadow:0 2px #0000001f,0 4px 12px #00000014}.btn-blue{background:var(--lego-blue);color:#fff}.btn-dark{background:#2d2520;color:#fff}.btn-outline{background:transparent;border:1.5px solid currentColor;box-shadow:none}.btn-dark.btn-outline{color:#2d2520}.btn:hover{transform:translateY(-1px);transition:transform .12s}.hero{background:var(--bg-section);padding:56px 0 64px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:16px}.eyebrow-text{font-size:12px;font-family:var(--font-en);letter-spacing:.18em;color:var(--text-muted);font-weight:600}.eyebrow-text.small{font-size:11px;letter-spacing:.18em;font-family:var(--font-en);color:var(--text-muted);font-weight:700}.center{text-align:center}.hero-title{font-size:46px;line-height:1.32;margin-bottom:20px;letter-spacing:.02em;color:var(--text-heading)}.hl{background:linear-gradient(transparent 60%,#f2cd3799 60%);padding:0 2px}.hero-lead{font-size:16.5px;color:var(--text-body);max-width:520px;margin-bottom:28px;line-height:1.9}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.hero-photo-wrap{position:relative}.hero-photo{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:8px;border:10px solid #fff;box-shadow:var(--shadow-lg);transform:rotate(-1deg);box-sizing:border-box}.hero-note{position:absolute;right:-12px;bottom:-18px;background:#fff;padding:14px 18px;border-radius:8px;box-shadow:var(--shadow-md);border:1px solid var(--border);transform:rotate(2deg);max-width:230px}.hero-note-head{display:flex;gap:8px;align-items:center;margin-bottom:8px}.hn-name{font-size:12.5px;font-weight:800;color:var(--text-heading)}.hn-sub{font-size:10.5px;color:var(--text-muted)}.hn-quote{font-size:12px;line-height:1.7;color:var(--text-body)}.ph.circle{width:36px;height:36px;border-radius:50%;font-size:0;flex:0 0 auto}.ph.circle-lg{width:108px;height:108px;border-radius:50%;margin:0 auto 14px;border:4px solid #fff;box-shadow:var(--shadow-sm)}.worry{padding:72px 0 24px;background:#fff}.worry-head{text-align:center;margin-bottom:36px}.worry-head h2{font-size:30px;margin-bottom:10px}.worry-head p{font-size:14.5px;color:var(--text-muted);margin:0}.worry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.worry-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:22px 20px 20px;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;gap:12px;min-height:170px;transition:transform .15s,box-shadow .15s}.worry-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.worry-card[data-color=red]{border-top:4px solid var(--lego-red);--acc: var(--lego-red);--soft: #fbe9e6}.worry-card[data-color=blue]{border-top:4px solid var(--lego-blue);--acc: var(--lego-blue);--soft: #e6edf8}.worry-card[data-color=yellow]{border-top:4px solid var(--lego-yellow);--acc: var(--lego-yellow);--soft: #fbf5d8}.worry-card[data-color=green]{border-top:4px solid var(--lego-green);--acc: var(--lego-green);--soft: #e6f1e4}.card-studs{position:absolute;top:-7px;left:18px;display:flex;gap:6px}.card-studs span{width:10px;height:10px;border-radius:50%;background:var(--acc);box-shadow:inset 0 -1px 1px #0000002e,inset 0 1px 1px #fff6}.worry-icon{width:44px;height:44px;border-radius:8px;background:var(--soft);color:var(--acc);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900}.worry-eyebrow{font-size:11px;color:var(--text-muted);font-family:var(--font-en);letter-spacing:.15em;margin-bottom:4px}.worry-title{font-size:17px;font-weight:800;color:var(--text-heading);line-height:1.45;margin-bottom:6px}.worry-sub{font-size:12.5px;color:var(--text-muted)}.worry-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px dashed var(--border);font-size:12px;color:var(--acc);font-weight:700}.main-grid{padding:56px 32px;display:grid;grid-template-columns:1fr 320px;gap:48px}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;padding-bottom:14px;border-bottom:3px solid var(--lego-yellow)}.h-section{font-size:24px;margin-top:6px}.link-blue{font-size:13px;font-weight:700;color:var(--lego-blue)}.post{display:grid;grid-template-columns:220px 1fr;gap:20px;border-bottom:1px solid var(--border);padding-bottom:24px;margin-bottom:24px}.post-large{grid-template-columns:1fr;gap:18px}.post-img,.post-img-large{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:6px;border:4px solid #fff;box-shadow:var(--shadow-sm);box-sizing:border-box}.post-img-large{aspect-ratio:16/9}.post-meta{display:flex;gap:8px;align-items:center;margin-bottom:10px;flex-wrap:wrap}.meta-time{font-size:11.5px;color:var(--text-muted)}.post-title{font-size:18.5px;line-height:1.5;margin-bottom:10px;color:var(--text-heading)}.post-title.large{font-size:22px}.post-excerpt{font-size:13.5px;color:var(--text-body);line-height:1.85;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-large .post-excerpt{-webkit-line-clamp:3}.post-foot{display:flex;justify-content:space-between;align-items:center}.read-more{font-size:13px;font-weight:700;color:var(--lego-red);display:inline-flex;align-items:center;gap:6px}.read-more:hover{text-decoration:underline}.stats{font-size:11.5px;color:var(--text-muted)}.more-row{text-align:center;margin-top:20px}.tag{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;letter-spacing:.02em;padding:3px 10px;border-radius:999px}.tag-red{background:#fbe9e6;color:#9a1306}.tag-blue{background:#e6edf8;color:#0044a0}.tag-yellow{background:#fbf5d8;color:#7a5e0a}.tag-green{background:#e6f1e4;color:#2f6f2e}.tag-filled.tag-red{background:var(--lego-red);color:#fff}.sidebar{display:flex;flex-direction:column;gap:32px}.sidebar>section{background:transparent}.card-author{background:var(--bg-card)!important;border:1px solid var(--border);border-radius:8px;padding:22px;position:relative}.card-studs-top{position:absolute;top:-7px;left:22px;display:flex;gap:6px}.card-studs-top span{width:10px;height:10px;border-radius:50%;background:var(--c);box-shadow:inset 0 -1px 1px #0000002e,inset 0 1px 1px #fff6}.author-name{text-align:center;font-size:18px;font-weight:800;color:var(--text-heading);margin-bottom:4px}.author-handle{text-align:center;font-size:11.5px;color:var(--text-muted);margin-bottom:14px;font-family:var(--font-en)}.author-bio{font-size:13px;line-height:1.85;color:var(--text-body);margin-bottom:14px}.aside-h{display:flex;align-items:center;gap:10px;margin-bottom:16px}.aside-h h4{font-size:15px}.popular{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.popular li{display:flex;gap:12px;padding-bottom:14px;border-bottom:1px dashed var(--border)}.popular li:last-child{border-bottom:none}.rank{font-family:var(--font-en);font-weight:900;font-size:22px;color:var(--text-muted);line-height:1;width:28px;flex:0 0 auto}.rank-first{color:var(--lego-red)}.pop-cat{font-size:11px;color:var(--text-muted);margin-bottom:4px;display:inline-flex;gap:6px;align-items:center}.pop-title{font-size:13.5px;line-height:1.55;font-weight:600;color:var(--text-heading)}.cat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.cat-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 4px;border-bottom:1px solid var(--border);font-size:13.5px}.cat-list li>span:first-child{display:inline-flex;gap:10px;align-items:center}.cat-count{color:var(--text-muted);font-family:var(--font-en);font-size:12px}.cta-banner{background:var(--lego-red);color:#fff;border-radius:8px;padding:24px;position:relative;overflow:hidden}.cta-studs{position:absolute;top:-7px;left:20px;display:flex;gap:6px}.cta-studs span{width:10px;height:10px;border-radius:50%;background:var(--lego-red);box-shadow:inset 0 -1px 1px #00000040,inset 0 1px 1px #ffffff4d}.cta-eyebrow{font-size:11px;letter-spacing:.18em;opacity:.9;font-family:var(--font-en);font-weight:700;margin-bottom:8px}.cta-title{font-size:20px;font-weight:900;line-height:1.45;margin-bottom:10px}.cta-lead{font-size:12.5px;line-height:1.8;opacity:.95;margin-bottom:16px;margin-top:0}.cta-button{display:block;text-align:center;background:#fff;color:var(--lego-red);padding:11px 12px;border-radius:6px;font-weight:800;font-size:13.5px}.site-foot{background:var(--bg-section);color:var(--text-body);padding:56px 32px 32px;margin-top:48px;border-top:1px solid var(--border)}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:36px}.foot-studs{margin-bottom:14px}.foot-title{font-size:18px;font-weight:900;margin-bottom:8px;color:var(--text-heading)}.foot-lead{font-size:12.5px;line-height:1.85;color:var(--text-muted)}.foot-sns{display:flex;gap:8px;margin-top:14px}.foot-sns .sns-btn{width:32px;height:32px;border:1px solid var(--border);color:var(--text-muted);background:#fff}.foot-sns .sns-btn:hover{color:var(--lego-red);border-color:var(--lego-red)}.foot-col .foot-h{font-size:12px;letter-spacing:.18em;color:var(--text-heading);font-family:var(--font-en);font-weight:700;margin-bottom:14px}.foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.foot-col li{font-size:13px;color:var(--text-body)}.foot-col a{color:inherit;text-decoration:none;transition:color .15s ease}.foot-col a:hover{color:var(--lego-red)}.foot-bottom{border-top:1px solid var(--border);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:var(--text-muted);font-family:var(--font-en);letter-spacing:.04em}.breadcrumb{background:var(--bg-section);padding:12px 32px;font-size:12px;color:var(--text-muted)}.breadcrumb .container{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:0}.breadcrumb .current{color:var(--text-heading)}.article-head{padding-top:0}.article-tags{display:flex;gap:10px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.article-title{font-size:38px;line-height:1.4;margin-bottom:20px;color:var(--text-heading)}.article-lead{font-size:15.5px;color:var(--text-muted);line-height:1.95;margin-bottom:24px;border-left:3px solid var(--lego-yellow);padding-left:16px}.author-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:32px}.ab-left{display:flex;gap:10px;align-items:center}.ab-name{font-size:13.5px;font-weight:800}.ab-sub{font-size:11.5px;color:var(--text-muted)}.ab-actions{display:flex;gap:8px}.ab-actions span{width:34px;height:34px;border:1px solid var(--border);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted)}.eyecatch{aspect-ratio:16/9;border-radius:6px;margin-bottom:36px;border:8px solid #fff;box-shadow:var(--shadow-md)}.toc{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:18px 22px;margin-bottom:36px;position:relative}.toc-eyebrow{font-size:12px;letter-spacing:.16em;color:var(--text-muted);font-family:var(--font-en);font-weight:700;margin-bottom:12px}.toc ol{margin:0;padding-left:18px;font-size:14px;line-height:2;color:var(--text-body)}.body-h2{font-size:24px;margin-bottom:14px;margin-top:0;padding-left:14px;border-left:5px solid var(--lego-red)}.body-h2.blue{border-left-color:var(--lego-blue)}.body-h2.yellow{border-left-color:var(--lego-yellow)}.body-h2.green{border-left-color:var(--lego-green)}.body-p{font-size:16px;line-height:2;margin:0 0 18px}.body-img{aspect-ratio:16/9;border-radius:6px;margin-bottom:18px;border:6px solid #fff;box-shadow:var(--shadow-sm)}blockquote.pullquote{background:var(--bg-section);border-left:4px solid var(--lego-yellow);padding:22px 26px;border-radius:0 8px 8px 0;margin:0 0 28px}.pullquote-text{font-size:18px;line-height:1.85;font-weight:600;color:var(--text-heading)}.affiliate{background:#fff;border:2px solid var(--lego-red);border-radius:10px;padding:24px 26px;margin-bottom:28px;position:relative}.affiliate .cta-studs{left:24px;top:-9px}.affiliate .cta-studs span{width:12px;height:12px}.affiliate-eyebrow{font-size:11px;letter-spacing:.18em;color:var(--lego-red);font-family:var(--font-en);font-weight:700;margin-bottom:8px}.affiliate-title{font-size:19px;font-weight:900;margin-bottom:10px}.affiliate-lead{font-size:14px;line-height:1.9;color:var(--text-body);margin-bottom:16px}@media(max-width:1024px){.main-grid{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr;gap:32px}.hero-grid{grid-template-columns:1fr}.hero-photo-wrap{order:-1}.hero-title{font-size:38px}}@media(max-width:640px){.container{padding:0 20px}.util-row{padding:8px 20px;font-size:11px}.util-links a:nth-of-type(2){display:none}.brand-row{padding-top:14px;padding-bottom:14px;flex-wrap:wrap;gap:12px}.brand-title{font-size:17px}.brand-sub{font-size:10px}.head-actions{width:100%;justify-content:space-between}.search-box{width:auto;flex:1}.nav-row{display:none}.hamburger{display:block}.navbar{min-height:48px}.hero{padding:32px 0 40px}.hero-title{font-size:28px}.hero-lead{font-size:14.5px;margin-bottom:22px}.hero-photo{border-width:6px;transform:rotate(0)}.hero-note{transform:rotate(0);right:8px;bottom:-10px}.worry{padding:48px 0 16px}.worry-head h2{font-size:24px}.worry-grid{grid-template-columns:1fr 1fr;gap:14px}.worry-card{padding:18px 14px 14px;min-height:150px}.worry-icon{width:38px;height:38px;font-size:18px}.worry-title{font-size:15px}.main-grid{padding:36px 20px;gap:32px}.post{grid-template-columns:1fr;gap:14px}.post-img{aspect-ratio:16/9}.post-title{font-size:17px}.post-title.large{font-size:20px}.article-title{font-size:26px}.body-h2{font-size:20px}.body-p{font-size:15px}.pullquote-text{font-size:16px}.foot-grid{grid-template-columns:1fr;gap:24px;margin-bottom:24px}.foot-bottom{flex-direction:column;gap:8px;text-align:center}.site-foot{padding:40px 20px 24px}}.mobile-menu[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border)}.mobile-menu-item[data-astro-cid-3ef6ksr2]{padding:14px 20px;border-bottom:1px solid var(--border);font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}@media(max-width:640px){.mobile-menu[data-astro-cid-3ef6ksr2]:not([hidden]){display:flex}}
