@charset "UTF-8";

.animate__delay_01 {
    animation-duration: 1s;
    animation-delay: .5s;
}

.animate__delay_02 {
    animation-duration: 1s;
    animation-delay: .8s;
}


.animate__delay_03 {
    animation-duration: 1s;
    animation-delay: 1.1s;
}


.animate__delay_04 {
    animation-duration: 1s;
    animation-delay: 1.4s;
}

.animate__delay_05 {
    animation-duration: 1s;
    animation-delay: 1.7s;
}

.animate__delay_06 {
    animation-duration: 1s;
    animation-delay: 2.5s;
}

.animate_item_01 {
    animation-duration: .2s;
    animation-delay: 0s;
}

.animate_item_02 {
    animation-duration: .2s;
    animation-delay: .2s;
}

.animate_item_03 {
    animation-duration: .2s;
    animation-delay: .4s;
}

.animate_item_04 {
    animation-duration: .2s;
    animation-delay: .6s;
}

.animate_item_05 {
    animation-duration: .2s;
    animation-delay: .8s;
}

.animate_item_06 {
    animation-duration: .2s;
    animation-delay: 1.0s;
}

.animate_item_07 {
    animation-duration: .2s;
    animation-delay: 1.2s;
}

.animate_item_08 {
    animation-duration: .2s;
    animation-delay: 1.4s;
}

@-webkit-keyframes fadeInUp_02 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp_02 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.animate__fadeInUp_02 {
    -webkit-animation-name: fadeInUp_02;
    animation-name: fadeInUp_02;
}

@media screen and (min-width: 1px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (min-width: 1025px) {}