@charset "utf-8";
/* 動画
---------------------------------------------------------------------------- */
.catMovie { background-color: #000; overflow:hidden; }

.inline-YTPlayer{max-width:1920px!important;}

.movieAreaWrapper { 
    background: url("../images/bg.jpg") center top no-repeat;
    /*background: url("../images/bg_movie.png") center top no-repeat;*/ 
    background-size: 100% 100%; height: 100vh; 
    /*height: 820px;*/ 
    position: relative; 
    /* min-width: 1920px;  */
    width: 100%;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
    aspect-ratio: 16 / 9;
}
.movieArea { 
    display: block; 
    height: 56.25vw; 
    max-height: 720px; 
    margin: auto; 
    padding-bottom: 56.25%!important;
    width: 1280px; 
}

.movieArea iframe { 
    margin-left: 0 !important; 
    margin-top: -216px !important; 
    width: 1280px !important;
    aspect-ratio: 16 / 9
}

.nextBtn--bottom, .nextBtn--top { 
    display: block; 
    height: 10vw; 
    margin: auto; 
    position: absolute; 
    width: 100%; 
}

.nextBtn--bottom { bottom: 0; }

.nextBtn--top { top: 0; }

