/* ===== 動画スライド対応 追加CSS ===== */
/* itemSlider_231115.css に追記して使用してください */

.itemImageSlide video {
  display: block;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

/* ナビサムネイルの動画識別：再生マーク */
.nav-video-thumb {
  position: relative;
  display: block;
  width: 100%;
}

.nav-video-thumb img {
  display: block;
  width: 100%;
}

.nav-video-thumb__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25);
}
