@charset "UTF-8";

/* TOP：動画枠改修 */

.page-top .l-movie {
  height: auto;
}

@media print, screen and (max-width: 760px) {
  .page-top .l-movie::after {
    height: 428px;
    background-size: 250vw;
  }
}

.page-top .l-movie__container {
    padding: 77px 0;
}

.page-top .l-movie__container::before {
    content: none;
}

.page-top .l-movie__container::after {
    background-image: url(../images/top/movie_bg2.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat-y;
}

@media print, screen and (max-width: 760px) {
    .page-top .l-movie__container::after {
        background-size: 250% auto;
        background-position: left top;
    }
}

.page-top .l-movie__group {
    width: 65%;
    max-width: 937px;
    margin-inline: auto;
}

@media print, screen and (max-width: 760px) {
    .page-top .l-movie__group {
        width: 90%;
        max-width: inherit;
        margin-inline: auto;
    }

    .page-top .l-movie__group:not(:first-of-type) {
        margin-top: 50px;
    }
}

.page-top .l-movie__title {
    font-size: 35px;
    line-height: 1.0;
    height: 97px;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    text-align: center;
    padding: 22px 0;
    background: url(../images/top/title_bg.png) no-repeat;
    background-size: 417px auto;
    background-position-x: center;
}

@media print, screen and (max-width: 760px) {
  .page-top .l-movie__title {
    font-size: 7vw;
    background-size: 90% auto;
    padding: 16px 0px;
    height: 80px;
  }
}

.page-top .l-movie__movie {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin: 3rem auto;
}

@media print, screen and (max-width: 760px) {
    .page-top .l-movie__movie {
        margin: 0rem auto 2rem;
    }
}

.page-top .l-movie iframe {
    aspect-ratio: 16 / 9;
}

.l-movie__movie__2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 1rem auto 0;
}

.l-movie__movie__2 iframe {
    width: calc((100% - 20px) / 2);
}

@media print, screen and (max-width: 760px) {
    .l-movie__movie__2 {
        flex-direction: column;
    }

    .page-top .l-movie iframe {
        width: 100%;
    }
}