@charset "shift_jis";
/* Updated 2024/06/04.T */
.movie-auto01 iframe{
  position: static!important;
  max-width: 720px;
  min-height: 405px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie-auto01 iframe{
    position: static!important;
    min-height: 0;
    height: 49.5vw!important;
    margin: 0 auto;
  }
}