/* トップページ メインビジュアル動画背景 */

.hero-mv__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.05);
  opacity: 0.9;
}

.hero-mv__veil {
  position: absolute;
  inset: 0;
  background: rgba(250, 248, 245, 0.48);
  z-index: 1;
}

.hero-mv__gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.35;
}

@media (prefers-reduced-motion: reduce) {
  .hero-mv__video {
    display: none;
  }

  .hero-mv__veil {
    background: #FAF8F5;
  }
}
