/* TMR 写真スライド v3 の追加分（tmr-gallery.css の後に読む・assets/ai/tmr-gallery3.js と対） */
.tmr-sl .tmr-sl__yt[hidden],.tmr-sl .tmr-sl__play[hidden],.tmr-gallery[hidden]{display:none!important}
.tmr-sl--one{margin-bottom:2.5rem}
.tmr-sl--lb:not(.is-full){display:none}
.tmr-sl--lb .tmr-sl__img{width:auto;height:auto;max-width:100%;max-height:100%}
.tmr-sl .tmr-sl__yt{left:50%;top:50%;width:72px;height:72px;transform:translate(-50%,-50%);border:2px solid var(--cp-white);border-radius:50%;padding-left:.15em;font-size:1.6rem}
.tmr-sl__frame{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.tmr-sl.is-playing .tmr-sl__yt,.tmr-sl.is-playing .tmr-sl__play,.tmr-sl.is-playing .tmr-sl__count{display:none}
.tmr-sl.is-playing .tmr-sl__full{top:.5rem;bottom:auto}
.tmr-gallery.tmr-sl__thumbs>a.tmr-sl__v{position:relative}
.tmr-gallery.tmr-sl__thumbs>a.tmr-sl__v span{display:none}
.tmr-gallery.tmr-sl__thumbs>a.tmr-sl__v::after{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--cp-white);border-radius:50%;background:rgba(10,10,20,.72);color:var(--cp-white);font-size:.65rem;pointer-events:none}
@media(max-width:600px){.tmr-sl .tmr-sl__yt{width:56px;height:56px;font-size:1.2rem}.tmr-gallery.tmr-sl__thumbs>a.tmr-sl__v::after{width:22px;height:22px}}