@charset "UTF-8";

.complete~#mv_outer .mv_text{ 
transition: opacity 1s 10s ease-in-out; 
opacity: 0; 
}

/*------------------上部htmlパーツ調整------------------*/
.contact_box {
    display: flex;
}
@media screen and (max-width: 900px) {
    .contact_box {
        flex-direction: column;
        gap: 3rem;
    }
}