.w99-labels-hero{padding-bottom:clamp(24px,3vw,40px)}
.w99-labels-hero h1{font-size:clamp(32px,5.2vw,64px);line-height:1.2;margin:8px 0 18px}
.w99-labels-hero .w99-lead{max-width:56ch}
.w99-labels-head{max-width:60ch;margin-bottom:clamp(24px,3vw,40px)}
.w99-labels-head h2{font-size:clamp(23px,3vw,36px);margin:0 0 12px}
.w99-labels-head p{margin:0;font-size:15px;line-height:1.9}
.w99-labels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,2.4vw,34px)}
.w99-label-card{display:flex;flex-direction:column;gap:10px;min-width:0}
.w99-label-shot{display:block;overflow:hidden;border-radius:2px;background:#f2f1ea;aspect-ratio:1/1}
.w99-label-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.w99-label-shot:hover img{transform:scale(1.04)}
.w99-label-shot--empty{aspect-ratio:1/1}
.w99-label-card h3{font-size:15px;line-height:1.6;margin:4px 0 0}
.w99-label-card p{font-size:13.5px;line-height:1.9;margin:0;flex:1;opacity:.86}
.w99-labels-group--series .w99-labels-grid{grid-template-columns:repeat(3,1fr)}
.w99-labels-group--quiet{background:#f2f1ea}
.w99-labels-reason{display:grid;grid-template-columns:.8fr 1fr;gap:clamp(28px,4vw,64px);align-items:center;background:#23302c;color:#f4f2ea}
.w99-labels-reason figure{margin:0}
.w99-labels-reason img{width:100%;height:auto;display:block;border-radius:2px}
.w99-labels-reason h2{font-size:clamp(23px,3vw,34px);margin:6px 0 16px}
.w99-labels-reason h3{font-size:15px;margin:0 0 12px;opacity:.85;font-weight:600}
.w99-labels-reason p{line-height:2;margin:0 0 16px}
.w99-labels-reason .w99-eyebrow,.w99-labels-reason .w99-textlink{color:#f4f2ea}
.w99-labels-cta{text-align:center}
.w99-labels-cta h2{font-size:clamp(23px,3vw,36px);margin:0 0 14px}
.w99-labels-cta p{max-width:60ch;margin:0 auto 22px;line-height:1.95}
.w99-labels-cta .w99-small{margin-top:26px;opacity:.7}
#labels-art,#labels-series,#labels-quiet,#labels-reason{scroll-margin-top:100px}
@media(max-width:989px){.w99-labels-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:749px){
 .w99-labels-grid,.w99-labels-group--series .w99-labels-grid{grid-template-columns:repeat(2,1fr)}
 .w99-labels-reason{grid-template-columns:1fr}
}

/* 連休のお知らせ */
.w99-holiday{background:#23302c;color:#f4f2ea;font-size:13.5px;line-height:1.75}
.w99-holiday>div{max-width:1200px;margin:0 auto;padding:11px 20px;display:flex;flex-wrap:wrap;gap:4px 14px;align-items:baseline}
.w99-holiday strong{font-weight:700;white-space:nowrap}
.w99-holiday span{opacity:.92}
@media(max-width:749px){.w99-holiday>div{padding:10px 16px}}
