@charset "UTF-8";

._mv_top_img .scl-wrapper-elm {
    display: block;
    transform: scale(1.1);
    opacity: 0;
}
._mv_top_img .scl-wrapper-elm.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all ease .8s .3s;
}
._mv_top_text .scl-wrapper-elm {
    display: block;
    transform: translateX(-6%);
    opacity: 0;
}
._mv_top_text .scl-wrapper-elm.scl-anim-init {
    transform: translateX(0);
    opacity: 1;
    transition: all ease .6s .9s;
}
._mv_top_product .scl-wrapper-elm {
    display: block;
    transform: translateY(6%);
    opacity: 0;
}
._mv_top_product .scl-wrapper-elm.scl-anim-init {
    transform: translateY(0);
    opacity: 1;
    transition: all ease .6s 1.5s;
}
._mv_top_logo .scl-wrapper-elm {
    display: block;
    transform: translateY(6%);
    opacity: 0;
}
._mv_top_logo .scl-wrapper-elm.scl-anim-init {
    transform: translateY(0);
    opacity: 1;
    transition: all ease .6s 1.5s;
}
._mv_top_bg .scl-wrapper-elm {
    display: block;
    opacity: 0;
}
._mv_top_bg .scl-wrapper-elm.scl-anim-init {
    opacity: 1;
    transition: all ease 1.5s 1.8s;
}