@charset "UTF-8";

#mv .mv_text h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP';
}
#mv .mv_text h2 .text-en-small {
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    pointer-events: none;
}
#mv .mv_text h2 .text-en-large {
    font-weight: 300;
    font-size: 6rem;
    color: #fff;
    pointer-events: none;
    margin-top: 5px;
}
#mv .mv_text h2 .text-ja {
    line-height: 1.1;
    letter-spacing: 0.3rem;
    font-size: 1.8rem !important;
    font-weight: 400;
    align-self: center;
    margin-top: 15px;
}
#mv .mv_text h2::before,
#mv .mv_text h2::after {
    display: none;
}
#mv.mv_mp4_cover .mv_mp4 {
    padding-top: 100px;
}
#mv.mv_mp4_cover .mv_mp4 video {
    object-position: top;
}
#mv.mv_mp4_cover .mv_mp4::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 769px) {
    #mv {
        margin-bottom: 100px;
    }
}  
@media screen and (max-width: 1023px) {
    #mv.mv_mp4_cover .mv_mp4 {
        padding-top: 40px;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_text h2 .text-en-small {
        font-size: 1.5rem;
    }
    #mv .mv_text h2 .text-en-large {
        font-size: 5rem;
    }
}