@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:normal;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}}.dx-page{overflow:hidden}.dx-app,.dx-content{width:min(100% - 32px,760px);margin:auto}.dx-app{scroll-margin-top:92px}.dx-hero{text-align:center;place-items:center;min-height:520px;padding:56px 24px;display:grid;position:relative}.dx-hero:before,.dx-hero:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.dx-hero:before{background:#e2f0e9;width:240px;height:240px;top:-50px;right:-110px}.dx-hero:after{background:#fae8df;width:185px;height:185px;bottom:0;left:-100px}.dx-hero>div{z-index:1;position:relative}.dx-eyebrow,.dx-label{color:var(--teal);letter-spacing:.16em;margin:0 0 12px;font-size:11px;font-weight:900}.dx-hero h1{word-break:keep-all;margin:0;font-family:Zen Maru Gothic,Hiragino Maru Gothic ProN,Yu Gothic,sans-serif;font-size:clamp(31px,7vw,52px);line-height:1.3}.dx-hero h1 span{color:var(--teal);display:block}.dx-lead{max-width:590px;color:var(--muted);margin:22px auto 0;font-size:15px}.dx-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin:24px 0;display:flex}.dx-pills span{border:1px solid var(--line);background:#fff;border-radius:99px;padding:7px 10px;font-size:11px;font-weight:700}.dx-primary,.dx-secondary{cursor:pointer;border-radius:99px;min-width:230px;padding:16px 28px;font-weight:800}.dx-primary{background:var(--teal);color:#fff;border:0;box-shadow:0 10px 26px #317b783b}.dx-secondary{border:1px solid var(--teal);color:var(--teal-dark);background:0 0}.dx-note{color:var(--muted);margin:12px 0 0;font-size:11px}.dx-quiz{min-height:calc(100svh - 150px);padding:22px 0 50px}.dx-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdf8;border-radius:30px;overflow:hidden}.dx-progress{align-items:center;gap:12px;padding:20px 24px 0;display:flex}.dx-progress span{min-width:44px;color:var(--muted);font-size:11px;font-weight:800}.dx-track{background:#ebe7de;border-radius:99px;flex:1;height:7px;overflow:hidden}.dx-track div{background:var(--teal);height:100%;transition:width .25s}.dx-question{padding:36px 24px 24px}.dx-question-number{color:#d97857;letter-spacing:.16em;margin:0;font-size:11px;font-weight:900}.dx-question h2{word-break:keep-all;margin:10px 0 8px;font-size:clamp(24px,6vw,34px);line-height:1.42}.dx-help{color:var(--muted);margin:0;font-size:13px}.dx-options{gap:11px;margin-top:27px;display:grid}.dx-option{text-align:left;width:100%;color:var(--ink);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:18px;align-items:center;gap:14px;padding:17px 16px;display:flex}.dx-option:hover{border-color:var(--teal);background:#f7fbf8}.dx-mark{background:var(--teal-soft);width:31px;height:31px;color:var(--teal-dark);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:900;display:grid}.dx-option strong,.dx-option small{display:block}.dx-option strong{font-size:15px;line-height:1.45}.dx-option small{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.55}.dx-footer{justify-content:space-between;padding:0 18px 22px;display:flex}.dx-footer button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:12px;font-size:12px;font-weight:800}.dx-footer button:disabled{opacity:.25}.dx-result{padding:22px 0 70px}.dx-result-hero{background:var(--teal-dark);color:#fff;box-shadow:var(--shadow);border-radius:30px;padding:36px 28px;position:relative;overflow:hidden}.dx-result-hero:after{content:"";background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;top:-55px;right:-55px}.dx-result-hero p{color:#b9ddcf;letter-spacing:.16em;margin:0 0 10px;font-size:11px;font-weight:800}.dx-result-hero h2{z-index:1;margin:0;font-size:clamp(31px,7vw,46px);position:relative}.dx-result-hero div{z-index:1;color:#e1eee9;margin-top:16px;font-size:14px;position:relative}.dx-result-hero span{z-index:1;color:var(--teal-dark);background:#fff;border-radius:99px;margin-top:18px;padding:8px 11px;font-size:11px;font-weight:900;display:inline-flex;position:relative}.dx-section{border:1px solid var(--line);background:#fffdf8;border-radius:23px;margin-top:16px;padding:24px 21px}.dx-label{font-size:10px}.dx-reasons{gap:10px;margin:0;padding:0;list-style:none;display:grid}.dx-reasons li{padding-left:27px;font-size:14px;position:relative}.dx-reasons li:before{content:"✓";background:var(--teal-soft);width:19px;height:19px;color:var(--teal-dark);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid;position:absolute;top:3px;left:0}.dx-warning{background:#fff9e5;border-color:#eadba3}.dx-warning .dx-label{color:#8b6811}.dx-warning div{color:#625527;font-size:13px}.dx-compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.dx-compare div{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px}.dx-compare div.active{border:2px solid var(--teal);background:#f3faf6}.dx-compare strong,.dx-compare small{display:block}.dx-compare strong{font-size:13px}.dx-compare small{color:var(--muted);margin-top:4px;font-size:10px}.dx-experience{background:#fae8df;border-color:#efcbbc}.dx-experience blockquote{margin:0;font-size:14px;font-weight:700}.dx-experience cite{color:var(--muted);margin-top:9px;font-size:11px;font-style:normal;display:block}.dx-products{gap:12px;display:grid}.dx-product{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;padding:14px;display:grid}.dx-image{background:#f8f6f1;border-radius:14px;place-items:center;width:92px;height:92px;display:grid;overflow:hidden}.dx-image img{object-fit:contain;width:100%;height:100%}.dx-product-copy{min-width:0}.dx-product-copy>span{color:var(--teal);font-size:9px;font-weight:900;display:block}.dx-product-copy>strong{font-size:14px;display:block}.dx-product-copy>p{color:var(--muted);margin:4px 0;font-size:11px}.dx-buttons{grid-template-columns:1fr 1fr;gap:7px;margin-top:10px;display:grid}.dx-buttons a{color:#fff;text-align:center;border-radius:10px;justify-content:center;align-items:center;min-height:40px;padding:8px;font-size:11px;font-weight:900;display:flex}.dx-amazon{background:#222}.dx-rakuten{background:#b72025}.dx-rental{background:var(--teal);grid-column:1/-1}.dx-aff-note{color:var(--muted);margin:12px 0 0;font-size:10px}.dx-adjust{gap:9px;display:grid}.dx-adjust button{text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:14px;padding:13px;font-size:12px;font-weight:800}.dx-adjust span{float:right;color:var(--teal)}.dx-actions{gap:10px;margin-top:16px;display:grid}.dx-content{margin-top:72px}.dx-content h2{word-break:keep-all;margin:0 0 17px;font-size:clamp(26px,4vw,34px);line-height:1.45}.dx-content>p:not(.dx-eyebrow){color:#4c5650;font-size:14px}.dx-facts{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:22px;display:grid}.dx-facts div{border:1px solid var(--line);background:#fffdf8;border-radius:19px;padding:18px}.dx-facts b,.dx-facts strong{display:block}.dx-facts b{color:var(--teal);font-size:12px}.dx-facts strong{margin-top:5px;font-size:18px}.dx-facts p{color:var(--muted);margin:6px 0 0;font-size:12px}.dx-faq{margin-bottom:80px}.dx-faq details{border-top:1px solid var(--line);padding:16px 0}.dx-faq summary{cursor:pointer;font-size:14px;font-weight:800}.dx-faq details p{color:var(--muted);font-size:13px}.dx-disclaimer{color:var(--muted);background:#eeebe4;border-radius:16px;margin-top:42px;padding:18px;font-size:11px}@media (width>=680px){.dx-question{padding:44px}.dx-progress{padding:22px 44px 0}.dx-footer{padding:0 40px 28px}.dx-result-hero{padding:42px}.dx-section{padding:28px}.dx-products.two{grid-template-columns:1fr 1fr}.dx-products.two .dx-product{grid-template-columns:86px minmax(0,1fr)}.dx-products.two .dx-image{width:86px;height:86px}}@media (width<=679px){.dx-app{width:min(100% - 24px,760px)}.dx-hero{min-height:500px;padding:42px 10px}.dx-hero h1{font-size:clamp(29px,8.3vw,38px)}.dx-lead{font-size:13px}.dx-card{border-radius:24px}.dx-compare,.dx-facts{grid-template-columns:1fr}.dx-product{grid-template-columns:76px minmax(0,1fr);gap:11px;padding:11px}.dx-image{width:76px;height:76px}.dx-buttons{grid-template-columns:1fr}.dx-content{width:min(100% - 28px,760px)}}.dx-product-cta{background:#fff4df;border:2px solid #e9a85d;margin-top:14px;box-shadow:0 16px 34px #96652821}.dx-product-cta h3{margin:-4px 0 17px;font-size:20px;line-height:1.45}.dx-product-cta .dx-product{border-color:#e2d6c1;grid-template-columns:104px minmax(0,1fr);gap:16px;padding:16px;box-shadow:0 8px 20px #503f280f}.dx-product-cta .dx-image{width:104px;height:104px}.dx-product-cta .dx-product-copy>span{font-size:10px}.dx-product-cta .dx-product-copy>strong{font-size:15px;line-height:1.45}.dx-product-cta .dx-product-copy>p{font-size:12px}.dx-product-cta .dx-buttons{gap:8px;margin-top:12px}.dx-product-cta .dx-buttons a{border-radius:12px;min-height:48px;padding:10px;font-size:12px;box-shadow:0 6px 14px #2828281f}.dx-compare-links{background:#f8f5ed;border-radius:17px;margin-top:18px;padding:17px}.dx-compare-links>p{margin:0 0 12px;font-size:13px;font-weight:900}.dx-compare-product{border-top:1px solid var(--line);padding:12px 0}.dx-compare-product>strong{margin-bottom:8px;font-size:12px;line-height:1.45;display:block}.dx-compare-product>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.dx-compare-product a{color:#fff;text-align:center;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:8px;font-size:11px;font-weight:900;display:flex}.dx-compare-product .dx-rental{grid-column:1/-1}.dx-compare-links>small{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.55;display:block}@media (width<=679px){.dx-product-cta{padding:21px 16px}.dx-product-cta h3{font-size:19px}.dx-product-cta .dx-product{grid-template-columns:84px minmax(0,1fr);gap:12px;padding:12px}.dx-product-cta .dx-image{width:84px;height:84px}.dx-product-cta .dx-buttons a{min-height:50px;font-size:13px}}.dx-hero h1,.dx-question h2,.dx-content h2{line-break:strict;word-break:normal;overflow-wrap:anywhere;text-wrap:pretty}.kurumu-hero{min-height:590px}.kurumu-situations{grid-template-columns:repeat(3,1fr);gap:10px;max-width:700px;margin:28px auto 30px;display:grid}.kurumu-situations strong{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:center;align-items:center;min-height:82px;padding:14px;font-size:13px;line-height:1.55;display:flex;box-shadow:0 8px 20px #317b780f}.kurumu-page .dx-option{min-height:62px}.kurumu-page .dx-result-hero{background:#2c6f69}.kurumu-disadvantages,.kurumu-result-check{color:#625527;gap:7px;margin:0;padding-left:1.25em;font-size:13px;display:grid}.kurumu-result-check{color:var(--ink)}.kurumu-affiliate-image{background:#fff;border:1px solid #e2d6c1;border-radius:16px;place-items:center;width:160px;height:160px;margin:0 auto 16px;display:grid;overflow:hidden}.kurumu-affiliate-image img{object-fit:contain;width:100%;height:100%}.kurumu-affiliate-buttons{grid-template-columns:1fr 1fr;gap:9px;display:grid}.kurumu-affiliate-buttons a{color:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:50px;padding:10px;font-size:13px;font-weight:900;display:flex}.dx-mercari{background:#28a9e0}.kurumu-experience{border:1px solid var(--line);background:#fffdf8;border-radius:25px;padding:32px}.kurumu-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0;display:grid}.kurumu-stats div{text-align:center;background:var(--teal-soft);border-radius:17px;padding:17px}.kurumu-stats b,.kurumu-stats span{display:block}.kurumu-stats b{color:var(--teal-dark);font-size:18px}.kurumu-stats span{color:var(--muted);margin-top:3px;font-size:10px}.kurumu-count{background:#fff4df;border:1px solid #ead5ab;border-radius:18px;margin-top:25px;padding:20px}.kurumu-count strong{font-size:16px}.kurumu-count p{margin:7px 0 0;font-size:13px}.kurumu-compare-cards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.kurumu-compare-cards article{border:1px solid var(--line);background:#fffdf8;border-radius:22px;overflow:hidden}.kurumu-compare-cards h3{background:var(--teal);color:#fff;margin:0;padding:17px 20px;font-size:20px}.kurumu-compare-cards article:last-child h3{background:#d97857}.kurumu-compare-cards dl{margin:0}.kurumu-compare-cards dl div{border-top:1px solid var(--line);grid-template-columns:115px 1fr;gap:9px;padding:12px 15px;font-size:11px;display:grid}.kurumu-compare-cards dt{font-weight:900}.kurumu-compare-cards dd{color:var(--muted);margin:0}.kurumu-check ul{grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none;display:grid}.kurumu-check li{border:1px solid var(--line);background:#fffdf8;border-radius:14px;padding:13px 15px;font-size:13px}.kurumu-related{margin-bottom:80px}.kurumu-related a{background:var(--teal-dark);color:#fff;border-radius:19px;justify-content:space-between;align-items:center;padding:22px;font-weight:800;display:flex}.kurumu-related span{font-size:22px}@media (width<=679px){.kurumu-hero{min-height:560px}.kurumu-situations{grid-template-columns:1fr;gap:8px}.kurumu-situations strong{min-height:55px;font-size:12px}.kurumu-experience{padding:23px 18px}.kurumu-stats{gap:6px}.kurumu-stats div{padding:13px 5px}.kurumu-stats b{font-size:15px}.kurumu-compare-cards{grid-template-columns:1fr}.kurumu-compare-cards dl div{grid-template-columns:105px 1fr}.kurumu-check ul,.kurumu-affiliate-buttons{grid-template-columns:1fr}.kurumu-page .dx-question{padding-left:18px;padding-right:18px}.kurumu-page .dx-option strong{overflow-wrap:anywhere;font-size:14px}.kurumu-page .dx-footer{padding-left:8px;padding-right:8px}.kurumu-page .dx-footer button{font-size:11px}}
