@charset "UTF-8";

.mv_text {
    opacity: 1;
    transition: opacity .3s ease;
}

.mv_text.active {
    opacity: 0;
}