*,:before,:after{box-sizing:border-box}:root{--color-bg-base:#fff;--color-text:#2a2a2a;--color-text-sub:#666;--color-accent:#2a4a3a;--color-footer-bg:#2a4a3a;--color-card-bg:#f5f5f5;--font-jp:var(--font-noto-sans-jp), "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;--font-en:var(--font-jost), -apple-system, BlinkMacSystemFont, sans-serif}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-jp);background:var(--color-bg-base);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.7}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;line-height:inherit}img{max-width:100%;height:auto;display:block}p{margin:0 0 1em}h1,h2,h3,h4,h5,h6{color:var(--color-accent);margin:0 0 .75em;font-weight:900;line-height:1.3}
.Header-module__KHjLKa__header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.Header-module__KHjLKa__inner{align-items:center;gap:1.5rem;max-width:1100px;height:60px;margin:0 auto;padding:0 1.25rem;display:flex}.Header-module__KHjLKa__logo{flex-shrink:0;align-items:center;line-height:1;text-decoration:none;display:flex}.Header-module__KHjLKa__logoImage{width:auto;height:28px;display:block}.Header-module__KHjLKa__nav{align-items:center;gap:.15rem;height:100%;margin-left:auto;display:flex}.Header-module__KHjLKa__navLink{height:100%;color:var(--color-text);white-space:nowrap;border-radius:0;align-items:center;padding:0 .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.Header-module__KHjLKa__navLink:hover{color:var(--color-accent);background:#f0fdf4}.Header-module__KHjLKa__dropdown{align-items:center;height:100%;display:flex;position:relative}.Header-module__KHjLKa__dropdownTrigger{height:100%;color:var(--color-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:0 .75rem;font-family:inherit;font-size:.85rem;font-weight:600;line-height:1;transition:color .15s,background .15s;display:inline-flex}.Header-module__KHjLKa__dropdownTrigger:hover{color:var(--color-accent);background:#f0fdf4}.Header-module__KHjLKa__chevron{flex-shrink:0;width:13px;height:13px;margin-top:1px;transition:transform .2s}.Header-module__KHjLKa__chevronOpen{transform:rotate(180deg)}.Header-module__KHjLKa__dropdownMenu{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:200px;padding:.4rem;position:absolute;top:calc(100% + 2px);left:0;box-shadow:0 8px 24px #0000001a}.Header-module__KHjLKa__dropdownItem{color:var(--color-text);white-space:nowrap;border-radius:6px;align-items:center;gap:.55rem;padding:.55rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .1s,color .1s;display:flex}.Header-module__KHjLKa__dropdownItem:hover{color:var(--color-accent);background:#f0fdf4}.Header-module__KHjLKa__categoryIcon,.Header-module__KHjLKa__menuIcon{object-fit:contain;flex-shrink:0;width:20px;height:20px}.Header-module__KHjLKa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;margin-left:auto;padding:8px;line-height:0;display:none}.Header-module__KHjLKa__hamburgerBar{background:var(--color-text);border-radius:2px;width:22px;height:2px;display:block}.Header-module__KHjLKa__overlay{z-index:150;background:#0006;animation:.2s Header-module__KHjLKa__fadeIn;position:fixed;inset:0}@keyframes Header-module__KHjLKa__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__KHjLKa__drawer{z-index:200;background:#fff;flex-direction:column;width:280px;height:100%;transition:transform .25s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__KHjLKa__drawerOpen{transform:translate(0)}.Header-module__KHjLKa__drawerHeader{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Header-module__KHjLKa__drawerLogoImage{width:auto;height:28px;display:block}.Header-module__KHjLKa__drawerClose{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;line-height:1;transition:background .1s;display:flex}.Header-module__KHjLKa__drawerClose:hover{background:#f3f4f6}.Header-module__KHjLKa__drawerNav{flex-direction:column;padding:.75rem .75rem 2rem;display:flex}.Header-module__KHjLKa__drawerSection{color:var(--color-text-sub);text-transform:uppercase;letter-spacing:.1em;margin:0;padding:.9rem .5rem .35rem;font-size:.7rem;font-weight:800;line-height:1}.Header-module__KHjLKa__drawerLink{color:var(--color-text);border-radius:8px;align-items:center;gap:.65rem;padding:.7rem .75rem;font-size:.92rem;font-weight:600;line-height:1.4;text-decoration:none;transition:background .1s,color .1s;display:flex}.Header-module__KHjLKa__drawerLink:hover{color:var(--color-accent);background:#f0fdf4}.Header-module__KHjLKa__drawerDivider{background:#e5e7eb;height:1px;margin:.5rem}@media (max-width:768px){.Header-module__KHjLKa__inner{justify-content:space-between;gap:0}.Header-module__KHjLKa__nav{display:none}.Header-module__KHjLKa__hamburger{margin-left:auto;display:flex}.Header-module__KHjLKa__logoImage{height:24px}}
.Footer-module__yg9ahW__footer{background:var(--color-footer-bg);color:#fff;margin-top:5rem}.Footer-module__yg9ahW__inner{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.Footer-module__yg9ahW__topRow{justify-content:space-between;align-items:center;display:flex}.Footer-module__yg9ahW__brandGroup{align-items:center;gap:1rem;display:flex}.Footer-module__yg9ahW__logoImage{flex-shrink:0;width:auto;height:32px;display:block}.Footer-module__yg9ahW__tagline{color:#fff;margin:0;font-size:.82rem}.Footer-module__yg9ahW__links{gap:2.5rem;display:flex}.Footer-module__yg9ahW__link{color:#fff;white-space:nowrap;font-size:.85rem;text-decoration:none}.Footer-module__yg9ahW__link:hover{color:#ffffffb3;text-decoration:underline}.Footer-module__yg9ahW__bottomRow{justify-content:space-between;align-items:flex-start;margin-top:2rem;display:flex}.Footer-module__yg9ahW__affiliate{color:#fff9;margin:0;font-size:.72rem;line-height:1.6}.Footer-module__yg9ahW__copy{color:#fff9;white-space:nowrap;margin:0;padding-left:2rem;font-size:.78rem}@media (max-width:768px){.Footer-module__yg9ahW__inner{text-align:center}.Footer-module__yg9ahW__topRow{flex-direction:column;align-items:center;gap:0}.Footer-module__yg9ahW__brandGroup{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.Footer-module__yg9ahW__links{flex-direction:column;align-items:center;gap:0}.Footer-module__yg9ahW__link{margin-bottom:.75rem;display:block}.Footer-module__yg9ahW__bottomRow{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.Footer-module__yg9ahW__affiliate{text-align:center}.Footer-module__yg9ahW__copy{padding-left:0}}
.Layout-module__saeABG__wrapper{flex-direction:column;min-height:100vh;display:flex}.Layout-module__saeABG__main{flex:1}
