@charset "UTF-8";

#mv_outer:before{
opacity: 0;
}

#mv_outer.load:before{
transition: opacity 3s ease 0s; 
opacity: 1;
}