@charset "utf-8";

/* 予告映像（movie） */
.movie_video{
  position: relative;
}

.movie_video .bg-video img{
  width: 100%;
}

.movie_video img{
  width: 100%;
}

.movie_video .video{
  width: 84%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.movie_video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin:0;
  padding:0;
}
