:root{--bg:#fbf8f1;--paper:#fffdf9;--ink:#42382f;--muted:#7d766f;--blue:#79a5bc;--blue2:#5f8fa9;--pale:#eaf3f7;--gold:#c7a26b;--line:#eadfce;--peach:#e8a89b;--shadow:0 12px 30px rgba(101,79,56,.08) }*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;width:100%}.wrap{width:min(1180px,92%);margin:auto}header{position:sticky;top:0;z-index:20;background:#fffdf9f2;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.head{height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:flex;flex-direction:column}.logo strong{font-family:Georgia,Times New Roman,serif;color:#7296aa;font-size:1.55rem;letter-spacing:.07em;font-weight:500}.logo em{font-family:Snell Roundhand,Segoe Script,cursive;color:#c3a06a;font-size:.68rem;font-style:normal}.nav{display:flex;gap:24px;font-size:.82rem;font-weight:700}.actions{display:flex;gap:8px}.icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--pale);color:var(--blue2);font-weight:700}.hero{position:relative;min-height:470px;overflow:hidden;background:#eee6db}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fffdf9fa,#fffdf9e0 42%,#fffdf929 70%,#fffdf905)}.hero-copy{position:relative;z-index:2;padding:72px 0 64px;max-width:560px}.hero h1{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(2.5rem,5.2vw,4.6rem);line-height:1.28;font-weight:500;white-space:pre-line;margin:0 0 18px}.hero p{max-width:460px;color:#5f5851;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;background:var(--blue2);color:#fff;font-size:.84rem;font-weight:700;margin-top:18px}.section{padding:46px 0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.section-title h2{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:1.65rem;font-weight:500;margin:0}.section-title a{font-size:.78rem;color:var(--blue2);font-weight:700}.cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cat{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:12px;text-align:center;box-shadow:0 5px 16px #66503a08}.cat img{aspect-ratio:1.2/1;object-fit:cover;border-radius:12px;background:#f3eee6}.cat h3{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:1rem;margin:10px 0 2px;font-weight:600}.cat p{font-size:.7rem;color:var(--muted);margin:0 0 6px}.arrow{width:26px;height:26px;border-radius:50%;background:#e8f0f4;color:var(--blue2);display:grid;place-items:center;margin:8px auto 0;font-size:.7rem}.feature-list{display:grid;gap:14px}.feature{display:grid;grid-template-columns:300px 1fr;background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.feature img{height:210px;object-fit:cover}.feature-body{padding:22px 24px;display:flex;flex-direction:column;justify-content:center}.tag{align-self:flex-start;background:var(--blue);color:#fff;padding:4px 10px;border-radius:999px;font-size:.68rem;font-weight:700;margin-bottom:10px}.tag.senior{background:var(--peach)}.feature h3{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:1.18rem;line-height:1.5;margin:0 0 8px}.feature p{font-size:.82rem;color:var(--muted);margin:0 0 10px}.feature small{color:#a09890}.journal{margin-top:24px;background:linear-gradient(90deg,#f5f7f5,#eaf3f7);border-radius:18px;border:1px solid var(--line);padding:28px;display:flex;align-items:center;justify-content:space-between;gap:18px}.journal-title{font-family:Georgia,Times New Roman,serif;color:#7097ab;font-size:1.65rem;letter-spacing:.04em}.journal p{margin:4px 0 0;color:#6f6861;font-size:.8rem}.pr{font-size:.7rem;color:#756e67;background:#f5eee4;border:1px solid #e7d7bf;border-radius:12px;padding:12px 14px;margin-top:26px}footer{margin-top:44px;background:#719bb2;color:#fff}.foot{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:.76rem}.foot nav{display:flex;gap:18px}.article-hero{display:grid;grid-template-columns:1fr 1fr;min-height:450px;background:var(--paper)}.article-hero .copy{padding:58px 7vw 48px}.article-hero .photo img{height:100%;object-fit:cover}.prpill{display:inline-block;background:#f3e6d5;color:#816a4d;border-radius:999px;padding:4px 10px;font-size:.65rem;font-weight:700}.article-hero h1{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(2.2rem,4.7vw,4.2rem);line-height:1.25;font-weight:500;margin:14px 0 18px}.article{width:min(820px,92%);margin:42px auto 80px}.article h2{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:1.45rem;font-weight:600;margin-top:2.2em;border-bottom:1px solid var(--line);padding-bottom:8px}.article p{color:#5f5851}.toc,.pointbox,.product{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.toc{background:#eef6f8}.points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.pointbox strong{display:block;margin-bottom:5px}.pointbox span{font-size:.76rem;color:var(--muted)}.product{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;background:#f2f7f8}.product img{border-radius:12px}.product a{color:#4c7d93;text-decoration:underline;text-underline-offset:3px;font-weight:700}@media(max-width:860px){.nav{display:none}.cats{grid-template-columns:repeat(3,1fr)}.feature{grid-template-columns:240px 1fr}.article-hero{grid-template-columns:1fr}}@media(max-width:560px){.wrap{width:min(100% - 26px,1180px)}.head{height:72px}.logo strong{font-size:1.18rem}.logo em{font-size:.55rem}.icon{width:36px;height:36px}.hero{min-height:390px}.hero:after{background:linear-gradient(90deg,#fffdf9fa,#fffdf9d1 62%,#fffdf91a)}.hero-copy{padding:42px 0 38px;max-width:76%}.hero h1{font-size:2.14rem}.hero p{font-size:.84rem}.section{padding:30px 0}.section-title{margin-bottom:15px}.section-title h2{font-size:1.35rem}.cats{grid-template-columns:repeat(2,1fr);gap:10px}.cat{padding:9px;border-radius:14px}.cat img{border-radius:10px}.cat h3{font-size:.88rem;margin-top:8px}.cat p{font-size:.63rem;line-height:1.45}.feature{grid-template-columns:118px 1fr;border-radius:15px}.feature img{height:145px}.feature-body{padding:13px 14px}.tag{font-size:.58rem;margin-bottom:5px}.feature h3{font-size:.91rem;line-height:1.45}.feature p{font-size:.69rem;line-height:1.55;margin-bottom:5px}.feature small{font-size:.62rem}.journal{padding:20px;display:block}.journal-title{font-size:1.2rem}.journal .btn{margin-top:14px}.foot{display:block;text-align:center;padding:18px 0}.foot nav{justify-content:center;margin-top:9px;flex-wrap:wrap}.article-hero .copy{padding:34px 22px}.article-hero .photo{height:280px}.points,.product{grid-template-columns:1fr}}html{margin:0;padding:0;width:100%;min-height:100%;background:#719bb2;overflow-x:hidden}body{margin:0;padding:0;width:100%;min-height:100vh;min-height:100svh;background:#fbf8f1;overflow-x:hidden;display:flex;flex-direction:column}body>header,body>section,body>main{flex:0 0 auto}body>main{margin:0;padding:0}body>footer{flex:0 0 auto;width:100%;margin:44px 0 0!important;padding:0 0 env(safe-area-inset-bottom)!important;background:#719bb2}body>footer:last-child{margin-bottom:0!important}body>footer .foot{margin:0 auto!important}@media(max-width:560px){body>footer{margin-top:28px!important}}
