@charset "utf-8";

/* キャストページ */

/* ヒーローエリア */
#hero-area{
    width: 100vw;
    height: 100vh;
    background-image: url(../images/hero-trailer.jpg);
    background-size: cover;
    background-position: top;
}



.iframe-container {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
      }

.trailer-section1{
    margin-bottom: 200px; 
}