@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap";:root{--bg:#faf9f6;--paper:#fff;--ink:#252525;--muted:#686c69;--teal:#317b78;--teal-dark:#245e5c;--teal-soft:#dcebe7;--orange:#e9a85d;--yellow:#f3d38a;--line:#dfe3df;--shadow:0 18px 50px #28403a17;--radius:24px;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,Noto Sans JP,sans-serif;line-height:1.8;overflow-x:hidden}a{color:inherit;text-decoration:none}button,select{font:inherit}img{max-width:100%;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf9f6f0;border-bottom:1px solid #317b781f;position:sticky;top:0}.header-inner{max-width:var(--max);justify-content:space-between;align-items:center;height:78px;margin:auto;padding:0 24px;display:flex}.brand,.footer-brand{align-items:center;gap:12px;display:flex}.brand>span:last-child,.footer-brand>div{line-height:1.3;display:grid}.brand strong{letter-spacing:.03em;font-size:15px}.brand small,.footer-brand small{color:var(--muted);letter-spacing:.13em;margin-top:3px;font-size:9px}.logo-mark{background:var(--teal);color:#fff;border-radius:14px 14px 20px;flex:none;place-items:center;width:44px;height:44px;line-height:1;display:grid;position:relative}.logo-big{font-family:Georgia,serif;font-size:26px;font-weight:700;transform:translate(-6px)}.logo-small{font-size:7px;font-weight:800;position:absolute;bottom:8px;right:5px}.main-nav{gap:36px;font-size:14px;font-weight:700;display:flex}.main-nav a:hover{color:var(--teal)}.menu-button{background:0 0;border:0;border-radius:14px;width:46px;height:46px;display:none}.menu-icon,.menu-icon:before,.menu-icon:after{content:"";background:var(--ink);width:22px;height:2px;margin:auto;display:block;position:relative}.menu-icon:before{position:absolute;top:-7px}.menu-icon:after{position:absolute;top:7px}main{min-height:60vh}.hero{max-width:var(--max);grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:650px;margin:0 auto;padding:78px 24px 68px;display:grid}.overline{font-weight:800;color:var(--teal)!important;letter-spacing:.18em!important;margin:0 0 12px!important;font-size:11px!important}.hero h1{letter-spacing:.02em;margin:0;font-family:Hiragino Mincho ProN,Yu Mincho,Georgia,serif;font-size:clamp(38px,5vw,66px);font-weight:600;line-height:1.42}.hero h1 em{color:var(--teal);font-style:normal}.hero-copy>p:not(.overline){color:#555b57;max-width:620px;margin:26px 0 0;font-size:16px}.hero-actions{gap:14px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:52px;padding:0 25px;font-size:14px;font-weight:800;display:inline-flex}.button.primary{background:var(--teal);color:#fff;box-shadow:0 12px 24px #317b7833}.button.secondary{border-color:var(--line);background:#fff}.hero-art{height:480px;position:relative}.hero-illustration{object-fit:contain;width:100%;height:100%}.section{max-width:var(--max);margin:auto;padding:86px 24px}.soft-section{max-width:none;padding-left:max(24px,calc((100% - var(--max))/2 + 24px));padding-right:max(24px,calc((100% - var(--max))/2 + 24px));background:#f1f4f0}.section-heading{max-width:700px;margin-bottom:34px}.section-heading h2,.about-band h2,.legal-page h1,.age-hero h1,.articles-hero h1,.not-found h1{margin:0;font-family:Hiragino Mincho ProN,Yu Mincho,Georgia,serif;font-size:clamp(30px,4vw,48px);font-weight:600;line-height:1.45}.section-heading>p:last-child{color:var(--muted);margin:12px 0 0;font-size:14px}.section-heading.split{justify-content:space-between;align-items:end;max-width:none;display:flex}.section-heading.split>a,.text-link{color:var(--teal);font-size:14px;font-weight:800}.age-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.age-card{border:1px solid var(--line);background:#fff;border-radius:22px;min-height:230px;padding:22px;transition:transform .2s,box-shadow .2s;position:relative}.age-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.age-number{color:var(--teal);opacity:.32;font-family:Georgia,serif;font-size:34px}.age-card h3{margin:28px 0 8px;font-size:20px}.age-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.age-card b{color:var(--teal);font-size:22px;position:absolute;bottom:16px;right:20px}.age-1{border-top:5px solid var(--teal)}.age-2{border-top:5px solid #72a89c}.age-3{border-top:5px solid var(--yellow)}.age-4{border-top:5px solid var(--orange)}.age-5{border-top:5px solid #d78d71}.theme-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.theme-grid a{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;min-height:86px;padding:20px;font-weight:700;display:flex}.theme-grid span{color:var(--teal)}.about-band{max-width:var(--max);background:var(--teal-dark);color:#fff;border-radius:34px;grid-template-columns:1fr 1fr;gap:80px;margin:34px auto 90px;padding:62px;display:grid}.about-band .overline{color:#bfe2db!important}.about-band h2{font-size:35px}.about-band p{color:#ffffffc7;font-size:14px}.about-band .text-link{color:#fff;margin-top:10px;display:inline-block}.empty-state{text-align:center;background:#ffffff94;border:1px dashed #bdc9c4;border-radius:22px;padding:52px 24px}.empty-state>span{background:var(--teal-soft);width:42px;height:42px;color:var(--teal);border-radius:50%;place-items:center;font-size:10px;display:inline-grid}.empty-state h2{margin:16px 0 6px;font-size:18px}.empty-state p{color:var(--muted);margin:0;font-size:13px}.site-footer{border-top:1px solid var(--line);background:#e7ece8}.footer-inner{max-width:var(--max);margin:auto;padding:58px 24px 28px}.footer-brand{margin-bottom:38px}.footer-brand strong{font-size:18px}.footer-links{border-top:1px solid #cbd4ce;border-bottom:1px solid #cbd4ce;grid-template-columns:repeat(3,1fr);gap:30px;padding:34px 0;display:grid}.footer-links>div{gap:7px;display:grid}.footer-links strong{margin-bottom:6px;font-size:13px}.footer-links a{color:var(--muted);font-size:13px}.copyright{color:var(--muted);margin:24px 0 0;font-size:11px}.breadcrumbs{max-width:var(--max);color:var(--muted);flex-wrap:wrap;gap:7px;margin:auto;padding:22px 24px 0;font-size:11px;display:flex}.breadcrumbs span{gap:7px;display:flex}.breadcrumbs b{font-weight:400}.page-shell{max-width:var(--max);margin:auto;padding:42px 24px 100px}.age-hero,.articles-hero{border-bottom:1px solid var(--line);grid-template-columns:1fr .8fr;gap:50px;padding:34px 0 48px;display:grid}.age-hero p,.articles-hero p{color:var(--muted)}.age-index{color:var(--teal);opacity:.2;text-align:right;font-family:Georgia,serif;font-size:120px;line-height:1}.other-ages{border-top:1px solid var(--line);margin-top:70px;padding-top:40px}.other-ages h2{margin:0 0 18px;font-size:18px}.other-age-links{flex-wrap:wrap;gap:10px;display:flex}.other-age-links a{border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 15px;font-size:13px}.filters{border:1px solid var(--line);background:#fff;border-radius:20px;gap:22px;margin:40px 0 22px;padding:24px;display:grid}.filters fieldset{border:0;margin:0;padding:0}.filters legend,.tag-select{color:#4f5551;font-size:12px;font-weight:800}.filter-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.filter-row button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:99px;min-height:42px;padding:0 15px;font-size:13px}.filter-row button.active{background:var(--teal);border-color:var(--teal);color:#fff}.tag-select{gap:8px;display:grid}.tag-select select{border:1px solid var(--line);width:min(100%,360px);height:46px;color:var(--ink);background:#fff;border-radius:12px;padding:0 38px 0 13px}.reset-button{border:1px solid var(--line);background:var(--bg);cursor:pointer;border-radius:12px;width:max-content;min-height:42px;padding:0 15px}.reset-button:disabled{opacity:.45;cursor:not-allowed}.result-head{justify-content:space-between;align-items:center;margin:28px 0 16px;font-size:13px;display:flex}.result-head span{color:var(--muted)}.article-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.article-card{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:170px 1fr;display:grid;overflow:hidden}.article-thumb{background:var(--teal-soft);min-height:190px;color:var(--teal);place-items:center;font-size:12px;font-weight:800;display:grid}.article-body{padding:20px}.chip-row{flex-wrap:wrap;gap:6px;display:flex}.chip{color:#5a615d;background:#f1f2ef;border-radius:99px;padding:3px 8px;font-size:10px}.age-chip{background:var(--teal-soft);color:var(--teal-dark)}.article-card h3{margin:12px 0 7px;font-size:17px;line-height:1.55}.article-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.article-card small{color:#8a8e8b;margin-top:14px;font-size:10px;display:block}.legal-page{max-width:820px;margin:auto;padding:46px 24px 100px}.legal-page h1{margin-bottom:30px;font-size:42px}.legal-page h2{margin:42px 0 12px;font-size:21px}.legal-page p,.legal-page li{color:#505652;font-size:14px}.legal-page ul{padding-left:1.4em}.legal-note{background:var(--teal-soft);border-radius:15px;padding:20px}.not-found{text-align:center;place-items:center;min-height:65vh;padding:70px 24px;display:grid}.not-found strong{color:var(--teal);opacity:.25;font-family:Georgia,serif;font-size:90px}.not-found p{color:var(--muted)}.product-box{background:#fff7e9;border:1px solid #eedab8;border-radius:20px;margin:48px 0;padding:28px}.product-box h2{margin:0}.product-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.button.rakuten{color:#fff;background:#bf0000}.button.amazon{color:#272727;background:#ffca55}.article-template{max-width:780px;margin:auto;padding:30px 24px 100px}.article-header{padding:36px 0}.article-header h1{font-size:clamp(32px,6vw,52px);line-height:1.4}.article-meta{color:var(--muted);font-size:12px}.toc{background:#eef4f1;border-radius:16px;margin:30px 0;padding:22px}.article-content h2{margin-top:54px;font-size:27px}.article-content h3{margin-top:34px}.article-content p{margin:1.3em 0}.back-link{color:var(--teal);margin-top:45px;font-weight:800;display:inline-block}@media (width<=900px){.hero{grid-template-columns:1fr;gap:30px;padding-top:54px}.hero-art{width:100%;max-width:520px;height:370px;margin:auto}.arch-one{width:175px;height:270px;top:50px}.arch-two{width:150px;height:235px;top:83px}.blocks{font-size:72px}.age-grid{grid-template-columns:repeat(2,1fr)}.age-card:last-child{grid-column:1/-1}.article-grid{grid-template-columns:1fr}.about-band{grid-template-columns:1fr;gap:28px;margin-left:18px;margin-right:18px}.main-nav{gap:20px}.article-card{grid-template-columns:145px 1fr}}@media (width<=680px){.header-inner{height:68px;padding:0 16px}.brand strong{font-size:14px}.brand small{font-size:7px}.logo-mark{width:40px;height:40px}.menu-button{display:block}.main-nav{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:10px;display:none;position:absolute;top:74px;left:12px;right:12px}.main-nav.is-open{display:grid}.main-nav a{border-bottom:1px solid var(--line);padding:13px 12px}.main-nav a:last-child{border:0}.hero{min-height:auto;padding:46px 18px 52px}.hero h1{font-size:37px}.hero-copy>p:not(.overline){font-size:14px}.hero-actions{display:grid}.hero-art{height:310px}.arch-one{width:150px;height:235px;top:36px;left:4%}.arch-two{width:130px;height:205px;top:67px;right:3%}.moon{font-size:42px;top:40px}.mobile{padding-bottom:17px;font-size:13px;top:112px}.blocks{font-size:62px}.section{padding:62px 18px}.section-heading.split{align-items:flex-start;gap:10px}.section-heading.split>a{margin-top:9px}.age-grid{gap:10px}.age-card{min-height:190px;padding:17px}.age-number{font-size:27px}.age-card h3{margin-top:20px;font-size:17px}.age-card p{font-size:11px}.theme-grid{grid-template-columns:1fr}.about-band{border-radius:26px;padding:38px 24px}.about-band h2{font-size:29px}.footer-inner{padding-left:18px;padding-right:18px}.footer-links{grid-template-columns:1fr 1fr}.footer-links>div:last-child{grid-column:1/-1}.breadcrumbs,.page-shell,.legal-page,.article-template{padding-left:18px;padding-right:18px}.age-hero,.articles-hero{grid-template-columns:1fr;gap:15px}.age-index{text-align:left;font-size:70px}.filter-row{grid-template-columns:repeat(2,1fr);display:grid}.filter-row button{padding:0 8px}.article-card{grid-template-columns:1fr}.article-thumb{min-height:145px}.legal-page h1{font-size:34px}.product-actions{display:grid}.product-actions .button{width:100%}}@media (width<=390px){.hero h1{font-size:33px}.brand>span:last-child small{display:none}.age-card{min-height:204px}.footer-links{grid-template-columns:1fr}.footer-links>div:last-child{grid-column:auto}}:root{--soft-font:"Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Sans", "Yu Gothic", sans-serif}html,body,button,input,select,textarea,.logo-big,.hero h1,.section-heading h2,.about-band h2,.legal-page h1,.age-hero h1,.articles-hero h1,.not-found h1,.age-number,.age-index,.not-found strong{font-family:var(--soft-font)}.hero h1,.section-heading h2,.about-band h2,.legal-page h1,.age-hero h1,.articles-hero h1,.not-found h1{letter-spacing:.01em;line-break:strict;word-break:normal;overflow-wrap:normal;text-wrap:pretty;font-weight:700}.copy-line{white-space:nowrap;display:block}@media (width<=680px){.hero h1{font-size:clamp(27px,7.4vw,37px)}.about-band h2{font-size:clamp(20px,6.3vw,29px)}}@media (width<=340px){.hero h1{font-size:23px}.about-band{padding-left:18px;padding-right:18px}.about-band h2{font-size:19px}}
