@charset "utf-8";
/* CSS Document */
.movie {
width: 36%;
aspect-ratio: 16/9;
margin: 0 auto;
}

.movie iframe {
width: 100%;
height: 100%;
}

.section__inner.movie_botton{
margin-top: 50px;
}

.nopc{
  display: none;
}