@charset "utf-8";
/* CSS Document */
.movie {
width: 90%;
aspect-ratio: 16/9;
margin: 0 auto;
}

.movie iframe {
width: 100%;
height: 100%;
}

.section__inner.movie_botton{
margin-bottom: 15%;
}

.nosp{
  display: none;
}