@charset "utf-8";

.algae {
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    opacity: 0;
    transition: 1s;
    animation: algae_fadeIn 2s forwards;
}
@keyframes algae_fadeIn {
	0% {
        opacity: 0;
    }
	100% {
        opacity: 1;
    }
}
.algae_blur.blur {
    filter: blur(5px);
}

.algae .algae_inner_a {
    animation: algae_inner_a 360s infinite;
}
@keyframes algae_inner_a {

    0% {
        transform:translateX(10%) translateY(-10%);
    }
    30% {
        transform:translateX(20%) translateY(20%);
    }
    60% {
        transform:translateX(-20%) translateY(10%);
    }
    100% {
        transform:translateX(-10%) translateY(-30%);
    }
}
.algae .algae_inner_b {
    animation: algae_inner_b 270s infinite;
}
@keyframes algae_inner_b {

    0% {
        transform:translateX(10%) translateY(-10%);
    }
    30% {
        transform:translateX(0%) translateY(20%);
    }
    60% {
        transform:translateX(30%) translateY(10%);
    }
    100% {
        transform:translateX(10%) translateY(-10%);
    }
}
.algae .algae_inner_c {
    animation: algae_inner_c 250s infinite;
}
@keyframes algae_inner_c {

    0% {
        transform:translateX(5%) translateY(-5%);
    }
    30% {
        transform:translateX(-5%) translateY(10%);
    }
    60% {
        transform:translateX(-10%) translateY(5%);
    }
    100% {
        transform:translateX(5%) translateY(-15%);
    }
}

.algae .algae_inner_a,
.algae .algae_inner_b,
.algae .algae_inner_c {
    position: absolute;
}

.algae ul {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.algae ul .algae_content {
    position: absolute;
    z-index: 2;
    transition: 0.5s;
}

.algae_content.algae_pink {
    filter: hue-rotate(0deg);
}

.algae_content.algae_blue {
    filter: hue-rotate(270deg);
}

.algae_content.algae_white {
    filter: hue-rotate(0deg);
}

.algae .algae_inner_a ul li:first-child {
    right: 450px;
    top: 5%;
    opacity: 50%;
}

.algae .algae_inner_a ul li:nth-child(2) {
    right: 50px;
    top: 0;
    scale: 140%;
    transform: rotate(-40deg);
}

.algae .algae_inner_a ul li:nth-child(3) {
    right: 46%;
    top: 120px;
    scale: 40%;
    transform: rotate(-10deg);
}

.algae .algae_inner_a ul li:nth-child(4) {
    right: 39%;
    top: 0;
    scale: 20%;
    transform: rotate(-60deg);
}

.algae .algae_inner_a ul li:nth-child(5) {
    left: 5%;
    top: 0;
    scale: 20%;
    transform: rotate(60deg);
}

.algae .algae_inner_a ul li:nth-child(6) {
    right: 34%;
    top: 43%;
    opacity: 50%;
}

.algae .algae_inner_b ul li:first-child {
    right: 4%;
    top: 55%;
    opacity: 50%;
}

.algae .algae_inner_b ul li:nth-child(2) {
    bottom: 0;
    left: -2%;
    scale: 55%;
    transform: rotate(20deg);
}

.algae .algae_inner_b ul li:nth-child(3) {
    top: 0;
    left: 5%;
}

.algae .algae_inner_b ul li:nth-child(4) {
    right: 9%;
    top: 20%;
    scale: 73%;
    transform: rotate(70deg);
    opacity: 50%;
}

.algae .algae_inner_c ul li:first-child {
    right: 19%;
    top: 6%;
    scale: 50%;
}

.algae .algae_inner_c ul li:nth-child(2) {
    right: 10%;
    top: 36%;
    scale: 63%;
}

.algae .algae_inner_c ul li:nth-child(3) {
    bottom: 32%;
    left: 46%;
    scale: 85%;
    transform: rotate(20deg);
}

.algae .algae_inner_c ul li:nth-child(4) {
    bottom: 30%;
    left: 30%;
    scale: 30%;
    transform: rotate(20deg);
}

.algae .algae_inner_c ul li:nth-child(5) {
    bottom: 27%;
    left: 33%;
    scale: 35%;
    transform: rotate(20deg);
}

.algae .algae_inner_c ul li:nth-child(6) {
    bottom: 20%;
    right: 33%;
    scale: 55%;
}

.algae .algae_inner_c ul li:nth-child(7) {
    bottom: 28%;
    right: 32%;
    scale: 33%;
}

.algae .algae_inner_c ul li:nth-child(8) {
    top: 20%;
    left: 20%;
    transform: rotate(20deg);
}

.algae .algae_inner_c ul li:nth-child(9) {
    top: 40%;
    left: 12%;
    scale: 80%;
}

.algae .algae_inner_c ul li:nth-child(10) {
    top: 30%;
    left: 10%;
    scale: 40%;
}

.algae .algae_inner_c ul li:nth-child(11) {
    top: 4%;
    right: 15%;
    opacity: 50%;
}

.algae .algae_inner_c ul li:nth-child(12) {
    bottom: 0%;
    right: 21%;
    opacity: 50%;
}

.algae .algae_inner_c ul li:nth-child(13) {
    bottom: 30%;
    right: 24%;
    opacity: 50%;
}

.rotate_1 {
    animation-name: rotate_1;
    animation-duration: 90s;
    animation-iteration-count:infinite;
}

.rotate_2 {
    animation-name: rotate_2;
    animation-duration: 120s;
    animation-iteration-count:infinite;
}

@keyframes rotate_1 {

    0% {
        transform: rotate(0deg) translateX(15%) translateY(-30%);
    }

    50% {
        transform: rotate(180deg) translateX(0) translateY(30%);
    }

    100% {
        transform: rotate(360deg) translateX(5%) translateY(-30%);
    }
}

@keyframes rotate_2 {

    0% {
        transform: rotate(0deg) translateX(-10%) translateY(30%);
    }

    50% {
        transform: rotate(180deg) translateX(10%) translateY(-30%);
    }

    100% {
        transform: rotate(360deg) translateX(-10%) translateY(30%);
    }
}


#company .company_algae {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
/* #company .company_inner .company_algae .algae_inner_a {
    animation: algae_inner_a 360s unset;
}
#company .company_inner .company_algae .algae_inner_b {
    animation: algae_inner_b 360s unset;
}
#company .company_inner .company_algae .algae_inner_c {
    animation: algae_inner_c 360s unset;
} */
#company .company_algae .algae_inner_a,
#company .company_algae .algae_inner_b,
#company .company_algae .algae_inner_c {
}
#company .company_algae ul li {
    width: fit-content;
    position: absolute;
}
#company .company_algae .algae_inner_a ul li:first-child {
    left: -1%;
    top: 20%;
    opacity: 1;
    scale: 1.3;
    opacity: 0.5;
}
#company .company_algae .algae_inner_b ul li:first-child {
    right: 3%;
    top: -3%;
    opacity: 0.5;
    scale: 1.3;
}
#company .company_algae .algae_inner_c ul li:first-child {
    left: 7%;
    top: -7%;
    opacity: 0.7;
    scale: 1.2;
}
#company .company_algae .algae_inner_c ul li:nth-child(2) {
    left: 5%;
    bottom: 3%;
    opacity: 1;
    scale: 1.5;
}
#company .company_algae .algae_inner_c ul li:nth-child(3) {
    right: 0;
    bottom: -10%;
    opacity: 1;
    scale: 1.3;
}
#company .company_algae .algae_inner_c ul li:nth-child(4) {
    right: -5%;
    bottom: 14%;
    opacity: 1;
    scale: 1;
}

.rotate_a {
    animation-name: rotate_a;
    animation-duration: 90s;
    animation-iteration-count:infinite;
}

.rotate_b {
    animation-name: rotate_b;
    animation-duration: 120s;
    animation-iteration-count:infinite;
}

@keyframes rotate_a {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_b {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1280px) {
    .algae ul .algae_content,
    .algae .algae_inner_a ul li:nth-child(2) {
        scale: 0.7;
    }
}

@media (max-width: 767px) {
    #company .company_algae ul li {
        scale: 0.7 !important;
    }
    .algae .algae_inner_a {
        animation: algae_inner_a_sp 360s infinite;
    }
    @keyframes algae_inner_a_sp {
    
        0% {
            transform:translateX(5%) translateY(-5%);
        }
        30% {
            transform:translateX(10%) translateY(10%);
        }
        60% {
            transform:translateX(-10%) translateY(5%);
        }
        100% {
            transform:translateX(-5%) translateY(-5%);
        }
    }
    .algae .algae_inner_b {
        animation: algae_inner_b_sp 270s infinite;
    }
    @keyframes algae_inner_b_sp {
    
        0% {
            transform:translateX(5%) translateY(-5%);
        }
        30% {
            transform:translateX(-5%) translateY(10%);
        }
        60% {
            transform:translateX(-10%) translateY(5%);
        }
        100% {
            transform:translateX(5%) translateY(-5%);
        }
    }
    .algae .algae_inner_c {
        animation: algae_inner_c_sp 250s infinite;
    }
    @keyframes algae_inner_c_sp {
    
        0% {
            transform:translateX(5%) translateY(-5%);
        }
        30% {
            transform:translateX(-5%) translateY(10%);
        }
        60% {
            transform:translateX(-10%) translateY(5%);
        }
        100% {
            transform:translateX(5%) translateY(-15%);
        }
    }
    .algae .algae_inner_a ul li:nth-child(2) {
        right: 0px;
        top: -160px;
    }
    .algae .algae_inner_b ul li:first-child {
        right: -26%;
        top: 55%;
    }
    .algae .algae_inner_b ul li:nth-child(2) {
        left: -24%;
        scale: 0.3;
    }
}
