
: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:rgba(255,253,249,.95);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,rgba(255,253,249,.98) 0%,rgba(255,253,249,.88) 42%,rgba(255,253,249,.16) 70%,rgba(255,253,249,.02) 100%)}
.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:white;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 rgba(102,80,58,.03)}
.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:white;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:white}
.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 */
.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:white;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,rgba(255,253,249,.98) 0%,rgba(255,253,249,.82) 62%,rgba(255,253,249,.1) 100%)}
  .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{grid-template-columns:1fr}
  .product{grid-template-columns:1fr}
}
