@media (min-width: 1024px) {
    li .main-fold-a-title .subtext {
        transform: scale(1.5);
        opacity: 0;
        transition: all 0s ease;
    }

    li.is-active .main-fold-a-title .subtext {
        transform: scale(1);
        opacity: 1;
        transition: all 300ms ease;
    }

    li .main-fold-a-title .title {
        transform: scale(1.5);
        opacity: 0;
        transition: all 0s ease;
    }

    li.is-active .main-fold-a-title .title {
        transform: scale(1);
        opacity: 1;
        transition: all 300ms ease;
        transition-delay: 500ms;
    }

    li .main-fold-a-content>p {
        transform: scale(1.5);
        opacity: 0;
        transition: all 0s ease;
    }

    li.is-active .main-fold-a-content>p {
        transform: scale(1);
        opacity: 1;
        transition: all 300ms ease;
        transition-delay: 1000ms;
    }

    li .main-fold-a-content .main-fold-a-readmore {
        transform: scale(1.5);
        opacity: 0;
        transition: all 0s ease;
    }

    li.is-active .main-fold-a-content .main-fold-a-readmore {
        transform: scale(1);
        opacity: 1;
        transition: all 300ms ease;
        transition-delay: 1500ms;
    }

    .animate .main-fold-a .main-fold-a-pagination-item {
        transform: scale(1.5);
        opacity: 0;
        transition: all 0s ease;
    }

    .animate-complete .main-fold-a .main-fold-a-pagination-item {
        transform: scale(1);
        opacity: 1;
        transition: all 300ms ease;
    }

    .animate-complete .main-fold-a .main-fold-a-pagination-item:nth-child(2) {
        transition-delay: 500ms;
    }

    .animate-complete .main-fold-a .main-fold-a-pagination-item:nth-child(3) {
        transition-delay: 1000ms;
    }

    .animate-complete .main-fold-a .main-fold-a-pagination-item:nth-child(4) {
        transition-delay: 1500ms;
    }

    .animate#main-fold-a-splide .splide__arrows {
        transform: scale(1.5);
        opacity: 0;
        transition: all 0s ease;
    }

    .animate-complete#main-fold-a-splide .splide__arrows {
        transform: scale(1);
        opacity: 1;
        transition: all 300ms ease;
    }

    .animate.home-fold1-row {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete.home-fold1-row {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        z-index: 10;
    }

    .animate .home-fold2-title .subtext {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold2-title .subtext {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
    }

    .animate .home-fold2-title .subtitle {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold2-title .subtitle {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 500ms;
    }

    .animate .home-fold2-content {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold2-content {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 1000ms;
    }

    .animate .home-fold2-readmore {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold2-readmore {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 1500ms;
    }

    .animate .home-fold2-list {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold2-list {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 2000ms;
    }

    .animate .module-fold-a-item-front-content {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .module-fold-a-item-front-content {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
    }

    .animate .home-fold4-title .subtext {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-title .subtext {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
    }

    .animate .home-fold4-title .subtitle {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-title .subtitle {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 500ms;
    }

    .animate .home-fold4-text {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-text {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 1000ms;
    }

    .animate .home-fold4-listitem {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-listitem {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 1500ms;
    }

    .animate .home-fold4-img {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-img {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 500ms;
    }

    .animate-complete .home-fold4-listitem:nth-child(2) {
        transition-delay: 2000ms;
    }

    .animate-complete .home-fold4-listitem:nth-child(3) {
        transition-delay: 2500ms;
    }

    .animate .home-fold4-readmore {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-readmore {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 3000ms;
    }

    .animate .module-fold-b-item-front-content {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .module-fold-b-item-front-content {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
    }

    .animate .fold6-title .subtext {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .fold6-title .subtext {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
    }

    .animate .fold6-title .subtitle {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .fold6-title .subtitle {
        opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 500ms;
    }
    .animate .fold6-text {
                opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }
    .animate-complete .fold6-text {
                opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 1000ms;
    }
    .animate .home-fold6-readmore {
                opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }
    .animate-complete .home-fold6-readmore {
                opacity: 1;
        transition: all 300ms ease;
        transform: scale(1);
        transition-delay: 1500ms;
    }
}