@charset "UTF-8";

/*MV調整_260428*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg > div{
    width: clamp(180px, 40%, 600px);
}
#mv .mv_textimg img{
    width: 100%;
}
#mv .mv_textimg a {
    width: 21%;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 2%;
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: initial !important;
        width: 100%;
    }
}