/* トップのスライドショーの SP 表示（560px 以下）: PC と同じ 8 枚を横幅いっぱい・2:1 で切り替え、文字パネルはその下（tmr-hero.css の後に読む・assets/ai/tmr-hero2.js と対） */
.tmr-hero-first{display:none}
@media(max-width:560px){
.hero{display:block;min-height:0;padding:calc(1.8rem + 44px) 0 1rem}
.hero picture,.hero__shade{display:none}
.tmr-hero-slides{display:block;position:relative;z-index:0;width:100%;aspect-ratio:2/1;overflow:hidden;background:#0D0D1A}
.tmr-hero-slides img{object-fit:cover;object-position:center}
.tmr-hero-slides .tmr-hero-first{display:block}
.tmr-hero-nav{display:grid;top:calc(1.8rem + 44px + 25vw);width:36px;height:36px;font-size:1.25rem}
.tmr-hero-nav--prev{left:.5rem}.tmr-hero-nav--next{right:.5rem}
.hero .hero__panel{margin:1.25rem var(--pad-x) 1rem}
}