:root{--ink:#152c32;--cream:#fff7e8;--coral:#ef6d58;--yellow:#ffce67;--line:#cbd2ce}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#f7faf7;font-family:"Noto Sans JP",sans-serif}header{height:76px;padding:0 5vw;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand img{width:39px}.brand b,footer b{font:800 17px Manrope;letter-spacing:-.05em}.brand span,footer span{color:var(--coral)}nav{display:flex;align-items:center;gap:28px}nav a{color:inherit;text-decoration:none;font:700 10px Manrope;letter-spacing:.13em}nav i{font:800 10px Manrope;font-style:normal;background:var(--yellow);padding:8px 10px}.hero{max-width:1180px;margin:auto;padding:86px 24px 58px;position:relative}.overline,.controls>small,.title small,.suggestions small{font:700 10px Manrope;letter-spacing:.17em;color:var(--coral)}.hero h1{font-size:clamp(44px,7vw,84px);letter-spacing:-.065em;line-height:1.05;margin:14px 0}.hero h1 span{position:relative;z-index:0}.hero h1 span:after{content:"";position:absolute;height:18px;background:var(--yellow);bottom:5px;left:0;right:0;z-index:-1}.hero>p:last-child{line-height:1.9;color:#617176;position:absolute;right:24px;bottom:66px}.checker{max-width:1180px;margin:auto;border:1px solid var(--ink);display:grid;grid-template-columns:380px 1fr;background:#fff;box-shadow:8px 8px 0 var(--ink)}.controls{padding:30px;border-right:1px solid var(--ink)}.controls h2,.title h2,.suggestions h2{margin:6px 0 30px}.color-field>span{display:flex;justify-content:space-between;font-size:13px;font-weight:700;margin-bottom:8px}.color-field>span b{font:600 9px Manrope;letter-spacing:.1em;color:#809094}.color-field>div{height:54px;border:1px solid var(--line);display:grid;grid-template-columns:54px 1fr 45px;align-items:center}.color-field input[type=color]{width:34px;height:34px;border:0;padding:0;margin:auto;background:0;cursor:pointer}.color-field input[type=text],.color-field input:not([type]){border:0;outline:0;font:700 16px Manrope;text-transform:uppercase;width:100%}.copy{border:0;border-left:1px solid var(--line);height:100%;background:#fff;font-size:19px;cursor:pointer}.swap{border:0;background:none;margin:16px 0;padding:0;color:var(--coral);cursor:pointer}.swap span{color:#66777a;font:500 11px inherit;margin-left:8px}.eyedrop{width:100%;margin-top:28px;border:1px solid var(--ink);background:#fff;padding:12px;cursor:pointer;font-weight:600}.preview-side{padding:28px;background:#e9efeb}.preview{min-height:330px;padding:45px;display:flex;flex-direction:column;justify-content:center;transition:.2s}.preview small{font:700 9px Manrope;letter-spacing:.15em;opacity:.7}.preview h2{font-size:clamp(30px,4vw,54px);line-height:1.15;letter-spacing:-.05em;margin:15px 0}.preview p{max-width:530px;line-height:1.8}.preview button{align-self:flex-start;border:0;padding:11px 18px;background:currentColor;color:inherit;filter:invert(1);font-weight:700}.score{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:18px 22px;margin-top:14px}.score small{font:700 9px Manrope;letter-spacing:.13em}.score strong{display:block;font:800 32px Manrope}.score strong span{font-size:14px}.overall{display:flex;align-items:center;gap:10px}.overall i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#56ad74;color:#fff;font-style:normal}.overall.fail i{background:var(--coral)}.overall span{font-size:12px}.overall b{display:block}.standards,.suggestions,.guide{max-width:1180px;margin:90px auto;padding:0 24px}.standards{display:grid;grid-template-columns:280px 1fr}.result-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.result-grid article{padding:26px}.result-grid article+article{border-left:1px solid var(--line)}.result-grid article>span{font-weight:700}.result-grid article>small{display:block;color:#7a898b;margin:5px 0 20px}.result-grid article>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:14px 0}.result-grid i{font-style:normal;font-weight:700}.result-grid i.pass{color:#368452}.result-grid i.fail{color:#c55244}.suggestions{background:var(--ink);color:#fff;padding:34px;display:flex;justify-content:space-between;align-items:center}.suggestions h2{margin-bottom:8px}.suggestions p{color:#aebbbd;font-size:12px}.swatches{display:flex;gap:12px}.swatch{background:none;border:0;color:#fff;cursor:pointer;text-align:center;font:600 10px Manrope}.swatch i{display:block;width:62px;height:62px;border-radius:50%;border:3px solid #fff;margin-bottom:8px}.guide>h2{font-size:clamp(32px,5vw,60px);margin:8px 0 38px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink)}.guide-grid article{padding:30px;border-right:1px solid var(--line)}.guide-grid article:first-child{border-left:1px solid var(--line)}.guide-grid b{font:800 32px Manrope;color:var(--coral)}.guide-grid p,.faq p{line-height:1.8;color:#657477}.faq{max-width:760px;margin:90px auto}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:600}footer{background:var(--ink);color:#fff;padding:30px 5vw;display:flex;justify-content:space-between;align-items:center}footer p,footer a{font-size:11px;color:#9cabad}footer a{text-decoration:none}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--coral);color:#fff;padding:12px 20px;opacity:0;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:760px){nav a{display:none}.hero>p:last-child{position:static;margin-top:28px}.checker{grid-template-columns:1fr;width:calc(100% - 28px);box-shadow:5px 5px 0}.controls{border-right:0;border-bottom:1px solid var(--ink)}.preview-side{padding:14px}.preview{min-height:300px;padding:28px}.score{align-items:flex-start;gap:12px}.overall span{display:none}.standards{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr}.result-grid article+article{border-left:0;border-top:1px solid var(--line)}.suggestions{align-items:flex-start;flex-direction:column}.swatches{width:100%;overflow:auto;padding-top:15px}.guide-grid{grid-template-columns:1fr}.guide-grid article{border-left:1px solid var(--line)}footer{flex-direction:column;align-items:flex-start;gap:8px}}
footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}footer>span{grid-column:2}@media(max-width:760px){footer{display:flex;align-items:center;text-align:center}}
.ad-unit{width:100%;max-width:1180px;min-height:90px;margin:0 auto 48px;padding:0 24px;overflow:hidden}.ad-unit .adsbygoogle{width:100%;max-width:100%;min-width:0}@media(max-width:760px){.ad-unit{min-height:60px;margin-bottom:32px;padding:0 14px}}
