@charset "UTF-8";

.movie {
  width: 65%;
  aspect-ratio: 16 / 9;
  margin: 150px auto 0px auto ;
}

 .movie h2 {
text-align:center

}


.movie p {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width:780px) {

  .movie {
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: 0px auto 0px auto ;
  }

 .movie h2 {
    width: 100%;
    margin-top: 50px;
}


  .movie p {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .movie iframe {
    width: 100%;
    height: 100%;
  }

}

/* standard_movie1 */
.standard_movie1 {
  width: 90%;
  max-width: 980px;
  margin: 30px auto 0;
}
.standard_movie1_inner_main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.standard_movie1_inner_main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width:750px) {
  .standard_movie1 {
    margin: 0px auto 0;
  }
}

