<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----- ê³µí†µ ì&nbsp;ìš©------*/


/*--------------------*/



.startPoint {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 899998989;
    background: white;
    border: none;
    outline: none;
    cursor: pointer;
}



#sec01 {
    width: 100vw;
    z-index: 100;
    background: #111111;
    height: 1080px;
    overflow: inherit;
}



#sec01 .header {
    width: 1860px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 166px;

}

#sec01 .contents_container {
    height: 166px;
    display: flex;
    margin-bottom: 54px;
}

#sec01 .left {
    width: 960px;
}

#sec01 .left .contents01 {
    width: 1920px;
    margin-left: 660px;
    margin-bottom: 8px;
}

#sec01 .left .contents02 {
    margin-left: 227px;
}

#sec01 .right .contents03 {
    width: 960px;
    padding-top: 67px;
    margin-left: 167px;
}

#sec01 .gif02 {
    padding-top: 224px;
}

#sec01 .gif01 {
    margin-left: 50%;
    margin-top: -25%;
    translate: -25%;
    padding-top: -480px;
}

/*sec02 st*/

#sec02 {
    width: 100vw;
    background: #ffd300;
    height: 722px;
}

#sec02 .sec02_trigger {
    position: absolute;
    top: -400px;
    left: 0;
}

#sec02 .sec02_container {
    width: 1854px;
    height: 599px;
    margin: 0 auto;
}

#sec02 .platform01 {
    padding-top: 59px;
    margin-bottom: 44px;
}

#sec02 .contents_container {
    width: 1428px;
    height: 256px;
    margin-bottom: 77px;
    margin: 0 auto;
    display: flex;

}

#sec02 .left {
    width: 714px;
}

#sec02 .left .text01 {
    width: 493px;
    margin-bottom: 55px;

}

#sec02 .left .text02 {
    width: 493px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec02 .left .text02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec02 .right {
    width: 927px;
    padding-top: 87px;
    margin-left: 409px;
}

#sec02 .platform02 {
    margin-left: 1833px;
}

#sec03 {
    width: 100vw;
    background: #111111;
    height: 1080px;
}

#sec03 .sec03_trigger {
    position: absolute;
    top: -400px;
    left: 0;
}

#sec03 .index {
    width: 1859px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 97px;
}

#sec03 .contents_container {
    width: 1920px;
    height: 624px;
}

#sec03 .text {
    width: 286px;
    margin: 0 auto;
    margin-bottom: 73px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec03 .text.on {
    opacity: 1;
    transform: translateY(0);
}

#sec03 .contents {
    width: 1503px;
    margin: 0 auto;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec03 .contents.on {
    opacity: 1;
    transform: translateY(0);
}

#sec04 {
    width: 100vw;
    background: #111111;
    height: 1080px;
}

#sec04 .sec04_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec04 .index {
    width: 1860px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 100px;
}

#sec04 .text_container {
    height: 132px;
    width: 1920px;
}

#sec04 .text_container {
    margin-bottom: 95px;
}

#sec04 .txt01 {
    width: 1226px;
    margin: 0 auto;
    margin-bottom: 41px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec04 .txt01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec04 .txt02 {
    width: 669px;
    margin: 0 auto;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec04 .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec04 .chart_container {
    width: 1335px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec04 .chart_container.on {
    opacity: 1;
    transform: translateY(0);
}

#sec05 {
    width: 100vw;
    background-color: #111111;
    background: url('../img/sec05/bg02.jpg');
    background-size: cover;
    height: 1020px;

}

#sec05 .sec05_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec05 .index {
    width: 1858px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 100px;
}

#sec05 .text_container {
    margin-bottom: 131px;
}

#sec05 .txt01 {
    width: 447px;
    margin: 0 auto;
    margin-bottom: 41px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec05 .txt01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec05 .txt02 {
    width: 647px;
    margin: 0 auto;
    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec05 .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec05 .contents01 {
    margin-bottom: 42px;
    margin-left: 25px;

    display: flex;
    animation: move 20s infinite linear;
}

@keyframes move {

    to {
        transform: translateX(-2040px);
    }
}

#sec05 .contents01&gt;div {
    margin-right: 80px;
}

#sec05 .contents02 {
    margin-left: -25px;
    position: absolute;
    right: 0;
    display: flex;
    animation: move02 20s infinite linear;
}

@keyframes move02 {
    to {
        transform: translateX(2570px);
    }
}

#sec05 .contents02&gt;div {
    margin-right: 80px;
}


#sec06 {
    width: 100vw;
    background-image: linear-gradient(to top, white 30%, #111111 30%);
    height: 1660px;
}

#sec06 .sec06_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec06 .index {
    width: 1858px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 96px;
}

#sec06 .text_container01 {
    margin-bottom: 118px;
}

#sec06 .text_container01 .txt01 {
    width: 1054px;
    margin: 0 auto;
    margin-bottom: 41px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec06 .text_container01 .txt01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec06 .text_container01 .txt02 {
    width: 834px;
    margin: 0 auto;
    margin-bottom: 41px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec06 .text_container01 .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec06 .contents_container {
    width: 1500px;
    height: 1141px;
    margin-bottom: 77px;
    display: flex;
}

#sec06 .left_box {
    width: 215px;
    height: 1056px;
    margin-left: 212px;
    margin-right: 93px;
}

#sec06 .left_box .img01 {
    margin-bottom: 96px;
    padding-top: 104px;
}

#sec06 .left_box .img02 {
    margin-bottom: 366px;
}

#sec06 .left_box .img03 {
    margin-bottom: 332px;
}

#sec06 .gif_container {
    width: 1192px;
    height: 613px;
    display: flex;
    z-index: 105;
    justify-content: space-between;
    position: relative;
    z-index: 5000;
}

#sec06 .text_container {
    width: 1192px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;

}

#sec06 .text_container {
    margin-top: -3%;
    margin-bottom: 73px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec06 .text_container.on {
    opacity: 1;
    transform: translateY(0);
}

#sec06 .txt05 {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec06 .txt05.on {
    opacity: 1;
    transform: translateY(0);
}




#sec07 {
    width: 100vw;
    background: #111111;
    height: 1200px;
}

#sec07 .sec07_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec07 .bg {
    width: 100%;
    height: 380px;
    position: absolute;
    left: 0;
    top: 537px;
    background: linear-gradient(-125deg, #fc980a, #fee05f, #ffd824, #fc980a);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    white-space: nowrap;
    overflow: hidden;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


#sec07 .text {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -80px;
    white-space: nowrap;
    mix-blend-mode: darken;
}



#sec08 {
    width: 100vw;
    background: #111111;
    height: 1430px;
}

#sec08 .sec08_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec08 .index {
    width: 1859px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 92px;
}

#sec08 .text_container {
    margin-bottom: 59px;
}


#sec08 .text_container .txt01 {
    width: 1103px;
    margin: 0 auto;
    margin-bottom: 41px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec08 .text_container .txt01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec08 .text_container .txt02 {
    width: 716px;
    margin: 0 auto;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec08 .text_container .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec08 .contents_container {
    width: 1512px;
    height: 1037px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec08 .contents_container.on {
    opacity: 1;
    transform: translateY(0);
}


#sec08 .contents01 {
    width: 748px;
    position: relative;

}

#sec08 .contents02 {
    width: 748px;
    position: relative;

}

#sec08 .shape_container01 {
    position: relative;
    width: 689px;
    height: 218px;
    bottom: 52px;
    margin-left: 30px;
    margin-top: -215px;
    display: flex;

}

#sec08 .shape_container02 {
    position: relative;
    width: 690px;
    height: 218px;
    bottom: 52px;
    margin-left: 35px;
    margin-top: -215px;
    display: flex;

}

#sec08 .shape_container01 .left {
    width: 316px;
    height: 218px;

    margin-right: 57px;
}

#sec08 .shape_container01 .right {
    width: 316px;
    height: 218px;


}

#sec08 .shape_container02 .left {
    width: 317px;
    height: 218px;

    margin-right: 57px;
}

#sec08 .shape_container02 .right {
    width: 31px;
    height: 218px;
}

#sec08 .shape_container01 .left&gt;div {
    position: relative;
    margin-bottom: 57px;
    width: 314px;
    height: 4.5px;

}

#sec08 .shape_container01 .right&gt;div {
    position: relative;
    margin-bottom: 33px;
    width: 314px;
    height: 13px;



}

#sec08 .shape_container02 .left&gt;div {
    position: relative;
    margin-bottom: 57px;
    width: 314px;
    height: 4.5px;

}

#sec08 .shape_container02 .right&gt;div {
    position: relative;
    margin-bottom: 33px;
    width: 314px;
    height: 13px;
}


#sec08 .contents01 .left .shape01 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .left.on .shape01 {
    left: 200px;
}

#sec08 .contents01 .left .shape02 {
    position: absolute;
}

#sec08 .contents01 .left .shape03 {
    position: absolute;


    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .left.on .shape03 {
    left: 280px;
}

#sec08 .contents01 .left .shape04 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .left.on .shape04 {
    left: 240px;
}

#sec08 .contents01 .right .shape01 {
    position: absolute;


    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .right.on .shape01 {
    left: 270px;
}

#sec08 .contents01 .right .shape02 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .right.on .shape02 {
    left: 250px;
}

#sec08 .contents01 .right .shape03 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .right.on .shape03 {
    left: 130px;
}

#sec08 .contents01 .right .shape04 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .right.on .shape04 {
    left: 303px;
}

#sec08 .contents01 .right .shape05 {
    position: absolute;

    left: 0;
    transition: all 1s;
}

#sec08 .contents01 .right.on .shape05 {
    left: 220px;
}

#sec08 .contents02 .left .shape01 {
    position: absolute;

    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .left.on .shape01 {
    left: 230px;
}

#sec08 .contents02 .left .shape02 {
    position: absolute;

    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .left.on .shape02 {
    left: 170px;
}


#sec08 .contents02 .left .shape03 {
    position: absolute;

    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .left.on .shape03 {
    left: 100px;
}


#sec08 .contents02 .left .shape04 {
    position: absolute;
    margin-left: 40px;

    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .left.on .shape04 {
    left: 40px;
}


#sec08 .contents02 .right .shape01 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .right.on .shape01 {
    left: 270px;
}

#sec08 .contents02 .right .shape02 {
    position: absolute;

    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .right.on .shape02 {
    left: 150px;
}

#sec08 .contents02 .right .shape03 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .right.on .shape03 {
    left: 186px;
}

#sec08 .contents02 .right .shape04 {
    position: absolute;

    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .right.on .shape04 {
    left: 240px;
}

#sec08 .contents02 .right .shape05 {
    position: absolute;
    left: 0;
    transition: all 1s;
}

#sec08 .contents02 .right.on .shape05 {
    left: 103px;
}


#sec09 {
    width: 100vw;
    background: #111111;
    height: 1214px;
}

#sec09 .sec09_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec09 .index {
    width: 1859px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 92px;
}

#sec09 .text_container .txt01 {
    width: 764px;
    margin: 0 auto;
    margin-bottom: 41px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec09 .text_container .txt01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec09 .text_container .txt02 {
    width: 442px;
    margin: 0 auto;
    margin-bottom: 59px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec09 .text_container .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec09 .contents_container {
    width: 1511px;
    height: 836px;
    display: flex;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec09 .contents_container.on {
    opacity: 1;
    transform: translateY(0);
}

#sec09 .contents {
    width: 1511px;
    height: 836px;
}

#sec09 .chart {
    float: left;
    margin-left: -80.2%;
    margin-top: 31.8%;

}

#sec10 {
    width: 100vw;
    background-image: url(../img/sec10/bg01.jpg);
    height: 781px;
    /* background-color: #111111; */
/*  */

}

#sec10 .sec10_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec10 .index {
    width: 1859px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 124px;
}

#sec10 .contents_container {
    width: 1509px;
    height: 477px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

#sec10 .contents02 {
    width: 452px;
    justify-content: space-between;
    display: flex;
    padding-top: 102px;
}

#sec10 .contents02&gt;div {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s;
}

#sec10 .contents02.on&gt;div {
    opacity: 1;
    transform: translateX(0);
}

#sec10 .contents02.on&gt;div:nth-of-type(2) {
    transition-delay: 0.1s;
}

#sec10 .contents02.on&gt;div:nth-of-type(3) {
    transition-delay: 0.2s;
}

#sec10 .contents02.on&gt;div:nth-of-type(4) {
    transition-delay: 0.3s;
}

#sec10 .contents02.on&gt;div:nth-of-type(5) {
    transition-delay: 0.4s;
}

#sec10 .contents02.on&gt;div:nth-of-type(6) {
    transition-delay: 0.5s;
}


#sec11 {
    width: 100vw;
    background: #111111;
    height: 403px;

}

#sec11 .sec11_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec11 .contents_container {
    width: 1524px;
    height: 216px;
    margin: 0 auto;
    padding-top: 113px;
}

#sec11 .contents01 {
    width: 164px;
    margin: 0 auto;

}

#sec11 .contents02 {
    width: 1524px;
    height: 162px;
    margin: 0 auto;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec11 .contents02.on {
    opacity: 1;
    transform: translateY(0);
}

#sec11 .txt01 {
    width: 1214px;
    float: left;
    margin-top: -112px;
    margin-left: 155px;
}

#sec12 {
    width: 100vw;
    background: #ffd300;
    height: 1080px;
}

#sec12 .sec12_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec12 .index {
    width: 1860px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 41px;
}

#sec12 .top {
    margin-bottom: 123px;
}

#sec12 .txt01 {
    width: 67px;
    margin: 0 auto;
    margin-bottom: 46px;

}

#sec12 .txt02 {
    width: 1480px;
    margin: 0 auto;
    margin-bottom: 123px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec12 .txt02.on {
    opacity: 1;
    transform: translateY(0);
}

#sec12 .txt03 {
    width: 83px;
    margin: 0 auto;
    margin-bottom: 52px;
}

#sec12 .color_name {
    width: 1193px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;

}

#sec12 .color_name&gt;div {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s;
}

#sec12 .color_name.on&gt;div {
    opacity: 1;
    transform: translateX(0);
}

#sec12 .color_name.on&gt;div:nth-of-type(2) {
    transition-delay: 0.1s;
}

#sec12 .color_name.on&gt;div:nth-of-type(3) {
    transition-delay: 0.2s;
}

#sec12 .color_name.on&gt;div:nth-of-type(4) {
    transition-delay: 0.3s;
}

#sec13 {
    width: 100vw;
    background-image: url(../img/sec13/bg01.jpg);

    height: 1587px;
}

#sec13 .sec11_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec13 .index {
    width: 1860px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 135px;
}

#sec13 .contents {
    width: 1444px;
    margin: 0 auto;
    position: relative;
}

#sec13 .circle_container {
    width: 1310px;
    height: 434px;
    position: absolute;
    top: 0%;
    margin-left: 130px;

}

#sec13 .top {
    width: 172px;
    margin: 0 auto;
    margin-bottom: 89px;
}

#sec13 .circle01 {
    transform: scale(0);
    transition: all 1s;
}

#sec13 .circle01.on {
    transform: scale(1);
}

#sec13 .bottom {
    display: flex;
    justify-content: space-between;
    margin-left: -9px;

}

#sec13 .circle02 {
    transform: scale(0);
    transition: all 1s;
}

#sec13 .circle02.on {
    transform: scale(1);
}

#sec13 .circle03 {
    transform: scale(0);
    transition: all 1s;
}

#sec13 .circle03.on {
    transform: scale(1);
}

#sec13 .circle04 {
    transform: scale(0);
    transition: all 1s;
}

#sec13 .circle04.on {
    transform: scale(1);
}

#sec13 .circle05 {
    transform: scale(0);
    transition: all 1s;
}

#sec13 .circle05.on {
    transform: scale(1);
}

#sec14 {
    width: 100vw;
    background: #111111;
    height: 3533px;

}

#sec14 .sec14_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec14 .index {
    width: 1860px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 221px;
}

#sec14 .contents_container {
    height: 3374px;
}

#sec14 .contents01 {
    width: 1726px;
    margin: 0 auto;
    z-index: 150;

}

#sec14 .contents02 {
    float: left;
    position: relative;
    z-index: 200;
    margin-left: -4px;
}


#sec14 .bg {
    width: 100%;
    height: 375px;
    position: absolute;
    left: 0;
    top: 537px;
    background: linear-gradient(-125deg, #fc980a, #fee05f, #ffd824, #fc980a);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    white-space: nowrap;
    overflow: hidden;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


#sec14 .contents02 {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    mix-blend-mode: darken;
}


#sec14 .gradient_box {
    width: 3000px;
    height: 1060px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%,
            rgba(17, 17, 17, 0.5553571770505077) 21%, rgba(17, 17, 17, 0.7906512946975666) 49%,
            rgba(17, 17, 17, 1) 87%, rgba(17, 17, 17, 1) 100%);
    position: relative;
    z-index: 202;
    margin-top: -1000px;

}

#sec15 {
    width: 100vw;
    background: #111111;
    height: 2130px;
    background-image: url(../img/sec15/bg01.png);
}



#sec15 .sec15_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec15 .contents_container {
    height: 1652px;
    margin: bottom 239px;

}

#sec15 .contents01 {
    width: 29px;
    margin-left: 955px;
    padding-top: 286px;
    margin-bottom: 73px;
}

#sec15 .contents01&gt;div {
    height: 0;
    transition: all 1s;
}

#sec15 .contents01.on&gt;div {
    height: 551px;
}


#sec15 .contents02 {
    width: 802px;
    margin-left: 570px;


}

#sec15 .contents03 {
    width: 358px;
    position: relative;
    z-index: 200;
    margin-top: -850px;
    margin-left: -2px;


}


#sec16 {
    width: 100vw;
    background: #111;
    height: 1000px;
    background-image: url(../img/sec15/bg01.png);

}

#sec16 .sec16_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec16 .bg {
    width: 100%;
    height: 462px;
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(-125deg, #fc980a, #fee05f, #ffd824, #fc980a);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    white-space: nowrap;
    overflow: hidden;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


#sec16 .content {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    mix-blend-mode: darken;
}

#sec17 {
    width: 100vw;
    background: #111111;
    height: 1080px;
    background-image: url(../img/sec15/bg01.png);

}

#sec17 .sec17_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec17 .bg01 {
    position: relative;
    padding-top: 540px;
    z-index: 100;
    display: flex;
    animation: move 20s infinite linear;
}

@keyframes move {

    to {
        transform: translateX(-2040px);
    }
}

#sec17 .bg01&gt;div {
    margin-right: 80px;
}

#sec17 .contents_container {
    display: flex;
    width: 1500px;
    margin: 0 auto;
    margin-top: -960px;
}

#sec17 .left {
    width: 750px;
    height: 1080px;
}

#sec17 .gif01 {
    position: relative;
    z-index: 200;
    margin-top: -20px;
    left: 0%;

}

#sec17 .right {
    width: 750px;
    height: 1080px;


}

#sec17 .txt01 {
    margin-top: 8px;
    margin-bottom: 72px;

}

#sec17 .txt02 {
    margin-bottom: 40px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec17 .txt02.on {
    opacity: 1;
    transform: translateY(0);
}

#sec17 .txt03 {

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec17 .txt03.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 {
    width: 100vw;
    background: #111;
    height: 4659px;
    background-image: url(../img/sec15/bg01.png);

}

#sec18 .sec18_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec18 .txt_container01 {
    width: 1259px;
    height: 475px;
    margin: 0 auto;
    position: relative;
}

#sec18 .txt_container01 .txt01 {
    position: absolute;
    width: 364px;
    right: 0%;

}

#sec18 .txt_container01 .txt02 {
    position: absolute;
    width: 364px;
    left: 0%;
    bottom: 0%;
}

#sec18 .txt_container01 .txt01 {
    transform: translateX(200px);
    transition: all 0.8s;
    transition-delay: 0.2s;
}

#sec18 .txt_container01 .txt01.on {
    transform: translateX(0);
}

#sec18 .txt_container01 .txt02 {
    transform: translateX(-200px);
    transition: all 0.8s;
    transition-delay: 0.2s;
}

#sec18 .txt_container01 .txt02.on {
    transform: translateX(0);
}

#sec18 .bg {
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
}

#sec18 .contents_container {
    position: absolute;
    width: 1524px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -398px;
    display: flex;

}

#sec18 .left {
    width: 762px;

}

#sec18 .left .contents01 {
    position: relative;
    z-index: 100;
    width: 381px;
    padding-top: 365px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec18 .left .contents01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec18 .left .contents02_container {
    position: relative;
    z-index: 200;
    width: 1178px;
    margin-left: 24px;
    margin-top: -945px;
    display: flex;
    justify-content: space-between;

}

#sec18 .left .contents02_container&gt;div {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s;
}

#sec18 .left .contents02_container.on&gt;div {
    opacity: 1;
    transform: translateX(0);
}

#sec18 .left .contents02_container.on&gt;div:nth-of-type(2) {
    transition-delay: 0.1s;
}

#sec18 .left .contents02_container.on&gt;div:nth-of-type(3) {
    transition-delay: 0.2s;
}

#sec18 .left .contents02_container.on&gt;div:nth-of-type(4) {
    transition-delay: 0.3s;
}

#sec18 .left .contents02_container.on&gt;div:nth-of-type(5) {
    transition-delay: 0.4s;
}



#sec18 .left .contents03 {
    position: relative;
    z-index: 300;
    width: 412px;
    margin-left: -17px;
    margin-top: 380px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec18 .left .contents03.on {
    opacity: 1;
    transform: translateY(0);
}

#sec18 .left .box01 {
    width: 512px;
    height: 284px;
    position: relative;
    margin-top: -1345px;
    margin-left: 363px;
}

#sec18 .left .line01 {
    margin-bottom: 8px;
}

#sec18 .left .txt01 {
    width: 410px;
    margin-left: 103px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .left .txt01.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 .left .box02 {
    width: 594px;
    height: 184px;
    position: relative;
    margin-top: 255px;
    margin-left: 385px;
    margin-bottom: 548px;
}

#sec18 .left .txt02 {
    position: relative;
    margin-top: -180px;
    margin-left: 75px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .left .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 .left .box03 {
    width: 372px;
    height: 176px;
    position: relative;
    margin-left: 395px;
    margin-bottom: 85px;

}

#sec18 .left .line03 {
    margin-bottom: 8px;
}

#sec18 .left .txt03 {
    margin-left: 68px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .left .txt03.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 .left .box04 {
    width: 524px;
    height: 223px;
    position: relative;
    margin-left: 300px;
    margin-top: -2px;
}

#sec18 .left .txt04 {
    margin-left: 160px;
    margin-top: -15px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .left .txt04.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 .right {
    width: 762px;
    position: relative;
}

#sec18 .right .contents01 {
    width: 383px;
    position: absolute;
    right: 0%;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec18 .right .contents01.on {
    opacity: 1;
    transform: translateY(0);
}


#sec18 .right .contents02 {
    width: 9px;
    margin-top: 850px;
    margin-left: 562px;
    margin-bottom: 20px;
}

#sec18 .right .contents03 {
    width: 383px;
    position: absolute;
    right: 0%;
}

#sec18 .right .contents04 {
    width: 422px;
    margin-left: 360px;
    margin-top: -1380px;
    position: relative;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec18 .contents04.on {
    opacity: 1;
    transform: translateY(0);
}

#sec18 .right .contents05_container {
    width: 1237px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 3080px;
    margin-left: -470px;

}

#sec18 .right .contents05_container&gt;div {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s;
}

#sec18 .right .contents05_container.on&gt;div {
    opacity: 1;
    transform: translateX(0);
}

#sec18 .right .contents05_container.on&gt;div:nth-of-type(2) {
    transition-delay: 0.1s;
}

#sec18 .right .contents05_container.on&gt;div:nth-of-type(3) {
    transition-delay: 0.2s;
}

#sec18 .right .box01 {
    width: 370px;
    height: 175px;
    position: relative;
    margin-top: -3468px;
    margin-left: 32px;
    margin-bottom: 2314px;
}

#sec18 .right .line01 {
    margin-bottom: 8px;
}

#sec18 .right .txt01 {
    position: relative;
    margin-left: -38px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .right .txt01.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 .right .box02 {
    width: 398px;
    height: 92px;
    position: relative;
    margin-left: 147px;
    margin-bottom: 353px;
}

#sec18 .right .txt02 {
    position: relative;

    margin-left: -153px;
    margin-top: -18px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .right .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec18 .right .box03 {
    width: 522px;
    height: 177px;
    position: relative;
    margin-left: -420px;
    display: flex;
}

#sec18 .right .line03 {
    margin-right: 8px;
}

#sec18 .right .txt03 {
    margin-top: -3px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec18 .right .txt03.on {
    transform: translateY(0);
    opacity: 1;
}


#sec18 .gradient_box {
    width: 3000px;
    height: 1000px;
    margin-top: 3200px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%,
            rgba(17, 17, 17, 0.5553571770505077) 21%, rgba(17, 17, 17, 1) 75%,
            rgba(17, 17, 17, 1) 100%, rgba(17, 17, 17, 1) 100%);
    position: relative;

}

#sec19 {
    width: 100vw;
    background: #ffd300;
    height: 2665px;
    background-image: url(../img/sec15/bg02.png);

}

#sec19 .sec19_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec19 .txt_container01 {
    padding-top: 215px;
    width: 1282px;
    margin: 0 auto;
    margin-bottom: 140px;
}

#sec19 .txt_container01 .txt01 {
    width: 206px;
    margin: 0 auto;
    margin-bottom: 73px;
}

#sec19 .txt_container01 .txt02 {
    width: 1113px;
    margin: 0 auto;
    margin-bottom: 30px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec19 .txt_container01 .txt02.on {
    opacity: 1;
    transform: translateY(0);
}



#sec19 .txt_container01 .txt03 {
    width: 536px;
    margin: 0 auto;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec19 .txt_container01 .txt03.on {
    transform: translateY(0);
    opacity: 1;
}

#sec19 .contents_container .txt_container02 {
    width: 1505px;
    height: 1640px;
    margin: 0 auto;
    position: relative;

}

#sec19 .txt_container02 .txt01 {
    transform: translateX(-200px);
    transition: all 0.8s;
    transition-delay: 0.2s;
}

#sec19 .txt_container02 .txt01.on {
    transform: translateX(0);
}

#sec19 .txt_container02 .txt02{
    transform: translateX(200px);
    transition: all 0.8s;
    transition-delay: 0.2s;
}

#sec19 .txt_container02 .txt02.on{
    transform: translateX(0);
}

#sec19 .contents_container .txt01 {
    position: absolute;
    width: 680px;
    height: 109px;
    left: 0%;

}

#sec19 .contents_container .txt02 {
    position: absolute;
    width: 817px;
    bottom: 0%;
    right: 0%;
    margin-bottom: 0px;
}

#sec19 .gif_container {
    width: 1302px;
    height: 1529px;
    margin: 0 auto;
    display: flex;
    margin-top: -1580px;
    justify-content: space-between;
    position: relative;
}

#sec19 .gif01 {
    position: relative;
    width: 385px;
}

#sec19 .gif02 {
    position: relative;
    width: 385px;
    margin-top: 25%;

}

#sec19 .gif03 {
    position: relative;
    width: 385px;
    margin-top: 697px;
}



#sec19 .box01 {
    width: 610px;
    height: 95px;
    display: flex;
    margin-top: -1100px;
    margin-left: 1145px;
}

#sec19 .box01 .line01 {
    position: relative;
    width: 111px;

}



#sec19 .box01 .txt01 {
    position: relative;
    width: 492px;
    margin-left: 5px;
    margin-top: -4px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec19 .box01 .txt01.on {
    transform: translateY(0);
    opacity: 1;
}

#sec19 .box02 {
    position: relative;
    margin-top: -700px;
    width: 380px;
    height: 210px;
    display: flex;
    margin-top: 300px;
    margin-left: 610px;
}

#sec19 .box02 .line02 {
    position: relative;
    width: 109px;
    margin-left: -72px;
    margin-top: -30px;
}


#sec19 .box02 .txt02 {
    position: relative;
    width: 492px;
    margin-left: -342px;
    margin-top: 62px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec19 .box02 .txt02.on {
    transform: translateY(0);
    opacity: 1;
}


#sec19 .box03 {
    position: relative;
    width: 470px;
    height: 95px;
    display: flex;
    margin-left: 760px;
    margin-top: 250px;
}

#sec19 .box03 .txt03 {
    position: relative;
    width: 433px;
    margin-top: -4px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec19 .box03 .txt03.on {
    transform: translateY(0);
    opacity: 1;
}

#sec19 .box03 .line03 {
    position: relative;
    width: 109px;
    margin-left: -75px;


}


#sec20 {
    width: 100vw;
    background: #111;
    height: 1940px;
    background-image: url(../img/sec15/bg01.png);

}

#sec20 .sec20_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec20 .gif {
    width: 1200px;
    margin: 0 auto;
    padding-top: 400px;
    position: relative;
    z-index: 300;

}

#sec20 .txt {

    position: relative;
    z-index: 200;
    height: 380px;
}

#sec20 .bg {
    width: 100%;
    height: 365px;
    position: absolute;
    left: 0;
    top: 1000px;
    background: linear-gradient(-125deg, #fc980a, #fee05f, #ffd824, #fc980a);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    white-space: nowrap;
    overflow: hidden;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


#sec20 .txt {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    mix-blend-mode: darken;
}

#sec21 {
    width: 100vw;
    background: #111;
    height: 2500px;
    background-image: url(../img/sec15/bg01.png);

}

#sec21 .sec21_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec21 .shape01 {
    width: 2px;
    margin: 0 auto;
    margin-bottom: 136px;
}

#sec21 .shape01 &gt; div {
    height: 0;
    transition: all 1s;
}

#sec21 .shape01.on&gt;div {
    height: 491px;
}

#sec21 .shape02 {
    width: 1066px;
    margin: 0 auto;
}

#sec21 .txt_container {
    width: 574px;
    height: 234px;
    margin: 0 auto;
    margin-top: -755px;
}

#sec21 .txt01 {
    margin-bottom: 50px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec21 .txt01.on {
    opacity: 1;
    transform: translateY(0);
}

#sec21 .txt02 {
    width: 526px;
    margin: 0 auto;


    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec21 .txt02.on {
    transform: translateY(0);
    opacity: 1;
}

#sec21 .contents_container {
    width: 1505px;
    height: 1326px;

    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -404px;
}

#sec21 .contents02 {
    margin-top: 480px;
}

#sec22 {
    width: 100vw;
    background: #111;
    height: 2824px;
    background-image: url(../img/sec15/bg01.png);

}

#sec22 .sec22_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec22 .txt_container {
    height: 215px;
    margin-bottom: 213px;
}

#sec22 .txt_container .txt01 {
    width: 146px;
    margin: 0 auto;
    margin-bottom: 55px;

}

#sec22 .txt_container .txt02 {
    width: 491px;
    margin: 0 auto;
    margin-bottom: 36px;

    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec22 .txt_container .txt02.on {
    opacity: 1;
    transform: translateY(0);
}

#sec22 .txt_container .txt03 {
    width: 519px;
    margin: 0 auto;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s;
}

#sec22 .txt_container .txt03.on {
    transform: translateY(0);
    opacity: 1;
}

#sec22 .contents {
    height: 2054px;
    margin: 0 auto;
    position: absolute
}

#sec22 .contents01 {
    position: relative;
    z-index: 200;
}


#sec22 .box_container {
    height: 2054px;
    position: relative;
    z-index: 100;
    margin-top: -2050px;
}

#sec22 .top {
    position: relative;
    top: 0%;
    height: 1027px;
    display: flex;

}

#sec22 .bottom {
    position: relative;
    bottom: 0%;
    height: 1027px;
    display: flex;


}

#sec22 .box_container .box01 {
    width: 358px;
    height: 399px;
    margin-left: 224px;
    margin-top: 546px;
}

#sec22 .box_container .box01 .line01 {
    position: relative;
    margin-bottom: 6px;
}

#sec22 .box_container .box01 .txt01 {
    margin-left: -40px;
    width: 325px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec22 .box_container .box01 .txt01.on {
    transform: translateY(0);
    opacity: 1;
}


#sec22 .box_container .box02 {
    width: 452px;
    height: 252px;
    margin-left: 530px;
    margin-top: 674px;
}

#sec22 .box_container .box02 .line02 {
    margin-bottom: 6px;
}

#sec22 .box_container .box02 .txt02 {
    margin-left: 57px;

    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec22 .box_container .box02 .txt02.on {
    transform: translateY(0);
    opacity: 1;
}


#sec22 .box_container .box03 {
    width: 191px;
    height: 368px;
    display: flex;
    margin-top: 115px;
    margin-left: 360px;
}

#sec22 .box_container .box03 .line03 {
    margin-left: -252px;
    margin-top: 4px;
}

#sec22 .box_container .box03 .txt03 {
    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec22 .box_container .box03 .txt03.on {
    transform: translateY(0);
    opacity: 1;
}

#sec22 .box_container .box04 {
    width: 350px;
    height: 382px;
    display: flex;
    margin-top: 115px;
    margin-left: 770px;

}

#sec22 .box_container .box04 .line04 {
    margin-left: -216px;
    margin-top: 4px;
}

#sec22 .box_container .box04 .txt04 {
    transform: translateY(30px);
    opacity: 0;
    transition: all .8s .5s;
}

#sec22 .box_container .box04 .txt04.on {
    transform: translateY(0);
    opacity: 1;
}


#sec23 {
    width: 100vw;
    background: green;
    height: 1390px;
}

#sec23 .sec23_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}



#sec24 {
    width: 100vw;
    background: #111;
    height: 720px;
    width: 1920px;
    background-image: url(../img/sec24/img01.jpg);
}

#sec24 .sec24_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec24 .txt_container {
    height: 177px;
    width: 1365px;
    margin: 0 auto;
    margin-top: 270px;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

#sec24 .txt_container.on {
    opacity: 1;
    transform: translateY(0);
}

#sec25 {
    width: 100vw;
    background: #111;
    height: 1365px;
    width: 1920px;
    background-image: url(../img/sec15/bg01.png);

}

#sec25 .sec25_trigger {
    position: absolute;
    top: -500px;
    left: 0;
}

#sec25 .sec25_container {
    display: flex;
}

#sec25 .left {
    width: 726px;
}

#sec25 .right {
    width: 1194px;

}

#sec25 .txt {
    padding-top: 512px;
    margin-left: 152px;
}

#sec25 .contents01 {
    padding-top: 281px;
    margin-left: 290px;
}

#sec25 .contents02 {
    margin-left: 48px;
    margin-top: -600px;
}</pre></body></html>