@charset "utf-8";

.apx1000_movie {
  margin: 0 auto 60px;
  width: 640px;
  height: 360px;
}

.apx1000_movie iframe {
  margin: 0 auto;
  width: 640px;
  height: 360px;
}

#iframe_player_api {
  border-radius: 10px;
}

@media only screen and (max-width: 754px) {
  .movie {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 680px) {
  .apx1000_movie {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
  }
  .apx1000_movie iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
  }
}