/* トップ全体の固定背景動画（スクロールで進む・assets/ai/tmr-scrub-bg.js と対）。動画は D-69 で作った 1 本（PC 横 / SP 縦）を流用 */
.tmr-sbg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:#0A0A14}
.tmr-sbg__video{width:100%;height:100%;object-fit:cover;display:block}
/* ヒーローは不透明のまま動画の上に載せる（スライドショーはそのまま） */
.hero{z-index:1;background:var(--cp-bg,#0A0A14)}
/* ヒーロー以外のセクションは半透明の暗幕にして、背後の動画を透かす */
main>section:not(.hero){position:relative;z-index:1;background:rgba(8,10,16,.72)}
main>section.section--photo-bg::before{display:none}
main>section img.section-bg{display:none}
/* フッターは不透明のまま動画の上 */
.site-footer{z-index:1}
