#mv20240912 .mv20240912-wrapper .mv20240912-img img{
    width: 100%;
}

#mv20240912 .mv20240912-wrapper .mv20240912-youtube .mv20240912-youtube-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mv20240912 .mv20240912-wrapper .mv20240912-youtube h2{
    text-align: center;
    color: #562d2d;
}
#mv20240912 .mv20240912-wrapper .mv20240912-youtube {
    background-size: cover;
    background-position: center;
}
#mv20240912 .mv20240912-wrapper .mv20240912-youtube .mv20240912-youtube-iframe {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/* pc */
@media screen and (min-width: 769px) {
    #mv20240912 .mv20240912-wrapper .mv20240912-youtube{
        background-image: url(/~/Media/com/50megumi/20240912/premium/bg.jpg);
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #mv20240912 .mv20240912-wrapper .mv20240912-youtube .mv20240912-youtube-iframe{
        width: 212px;
        height: 378px;
        margin-bottom: 30px;
    }
    #mv20240912 .mv20240912-wrapper .mv20240912-youtube h2 {
        font-size: 16px;
    }
}


/* sp */
@media screen and (max-width: 768px) {
    #mv20240912 .mv20240912-wrapper .mv20240912-youtube {
        background-image: url(/~/Media/com/50megumi/20240912/premium/bg.sp.jpg);
        padding-top: calc(60 / 750 * 100vw);
        padding-bottom: calc(60 / 750 * 100vw);
    }
    #mv20240912 .mv20240912-wrapper .mv20240912-youtube .mv20240912-youtube-iframe {
        width: calc(330 / 750 * 100vw);
        height: calc(589 / 750 * 100vw);;
        margin-bottom: calc(30 / 750 * 100vw);;
    }
    #mv20240912 .mv20240912-wrapper .mv20240912-youtube h2 {
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.5;
    }
}