@charset "UTF-8";

/*MV調整_260525*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: 90%;
}
#mv .mv_textimg .mv_textimg_pc {
    width: 40%;
}
#mv .mv_textimg .mv_textimg_pc img {
    max-width: initial;
}
#mv .mv_textimg a {
    top: 11%;
    right: 2%;
    width: 24%;
}
@media screen and (min-width: 901px) {
    .index header .logo {
        top: 0px !important;
    }
    #mv::after,
    #mv::before {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg .mv_textimg_sp {
        width: 40%;
        min-width: 180px;
    }
}