:root {
    --font-Youngest: 'Yo';
    --font-Regular: 'CR';
    --font-Bold: 'CB';
    --font-Mont: "Montserrat", sans-serif;
    --color-white: #ffffff;
    --color-blue: #BBDAF1;
    --color-black: #4F4F4F;
}

@font-face {
    font-family: 'CB';
    src: url('../fonts/CenturyGothicPaneuropeanBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CR';
    src: url('../fonts/CenturyGothicPaneuropeanRegular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yo';
    src: url('../fonts/TheYoungestScript-Rg.ttf');
    font-weight: normal;
    font-style: normal;
}

.uk-totop {
    position: fixed;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-blue);
    color: var(--color-white);
    z-index: 99;
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
}

.uk-section {
    overflow: hidden;
}

.bg01 {
    background: url(/img/bg.png) 50% 0;
    background-repeat: no-repeat;
}

.bg02 {
    background: url(/img/bg2.png) 50% 0;
    background-repeat: no-repeat;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    & span svg {
        color: var(--color-white);
    }
}

.intro20 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--color-white);
}

.intro20-l {
    font-family: "Jost", sans-serif;
    font-size: 280px;
    line-height: 300px;
    font-weight: 600;
    letter-spacing: -24px;
}

.intro20-r {
    font-family: var(--font-Youngest);
    font-size: 90px;
    line-height: 90px;
    margin-top: -36px;

    & span {
        margin-left: 34px;
    }
}

.intro-desc {
    font-family: var(--font-Bold);
    font-size: 46px;
    line-height: 50px;
    text-align: center;
    color: var(--color-white);
}

.intro-desc2 {
    font-family: var(--font-Mont);
    font-size: 22px;
    color: var(--color-white);
    text-align: center;
}

.mouse {
    width: 50px;
    height: 80px;
    border: 2px solid var(--color-white);
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
}

.mouse-dot {
    width: 6px;
    height: 6px;
    background: var(--color-white);
    border-radius: 100px;
    position: absolute;
    left: 22px;
    top: 18px;
    animation: mouse-dot ease-in-out 1.6s infinite;
}

@keyframes mouse-dot {
    0% {
        opacity: 0;
        left: 22px;
        top: 18px;
        height: 6px;
    }

    10% {
        opacity: 1;
    }

    50% {
        height: 20px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 22px;
        top: 58px;
        height: 6px;
    }
}

.air {
    height: 300px;
}

.heading-l {
    font-family: var(--font-Bold);
    font-size: 50px;
    color: var(--color-black);
}

p {
    font-family: var(--font-Mont);
    color: var(--color-black);
    font-size: 18px;

    & a {
        color: var(--color-black);
        text-decoration: underline;
    }
}

.intro-end {
    font-family: var(--font-Youngest);
    color: var(--color-black);
    font-size: 90px;
}

.i001 {
    position: absolute;
    bottom: 0;
    right: calc(50% + 300px);
}

.i002 {
    position: absolute;
    bottom: 100px;
    left: calc(50% + 300px);
}

.i003 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 28vw;
}

.i004 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 28vw;
}

.s001,
.s002,
.s003,
.s004 {
    position: absolute;
}

.s001 {
    width: 50vw;
    top: -4vw;
    right: -14vw;
}

.s002 {
    width: 60vw;
    top: 5vw;
    left: -26vw;
}

.s003 {
    width: 60vw;
    max-width: 60vw;
    left: calc(50% - 60vw);
    top: -5vw;
}

.s004 {
    width: 80vw;
    max-width: 80vw;
    right: calc(50% - 80vw);
    top: -14vw;
}

.item {
    text-align: center;
    width: 60%;
}

.number {
    font-family: var(--font-Bold);
    font-size: 100px;
    color: var(--color-blue);
}

.num_bg {
    /*background: url(/img/s001.png) 50% / contain;
    background-repeat: no-repeat;*/

}

.heading-m {
    font-family: var(--font-Bold);
    font-size: 34px;
    color: var(--color-black);
}

.i005 {
    position: absolute;
    left: 78%;
    top: -30%;
}

.s005 {
    position: absolute;
    right: 100%;
    top: 0;
}

.i006 {
    position: absolute;
    right: 68%;
    top: 10%;
}

.i007 {
    position: absolute;
    left: 70%;
    top: 0;
}

.i008 {
    position: absolute;
    right: 68%;
    top: 10%;
}

.i009 {
    position: absolute;
    left: 70%;
    top: 20%;
}

.i010 {
    position: absolute;
    right: 68%;
    top: 0;
}

.v-play-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#player,
#player2 {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    margin-top: -3px;
}

.ashe {
    display: flex;
    width: 100%;
}

.ashe-l {
    font-family: var(--font-Youngest);
    font-size: 100px;
    color: var(--color-white);
    width: 40%;
}

.ashe-r {
    width: 60%;

    & .heading-m {
        color: var(--color-white);
        font-size: 46px;
    }

    & p {
        color: var(--color-white);
        font-size: 22px;
    }
}

.ashe-p {
    color: var(--color-white);
    font-size: 22px;
}

.i011 {
    position: absolute;
    left: 68%;
    top: -50%;
}

.i012 {
    position: absolute;
    right: 68%;
    top: 10%;
}

.i013 {
    position: absolute;
    left: 70%;
    top: 11%;
}

.i014 {
    position: absolute;
    left: 68%;
    top: -50%;
}

.i015 {
    position: absolute;
    right: 68%;
    top: -16%;
}

.i016 {
    position: absolute;
    left: 83%;
    top: -48%;
}

.i017 {
    position: absolute;
    left: 68%;
    top: -23%;
}

.i018 {
    position: absolute;
    right: 58%;
    top: 10%;
}

.i019 {
    position: absolute;
    left: 70%;
    top: 0;
}

.i020 {
    position: absolute;
    right: 65%;
    top: 11%;
}

.i021 {
    position: absolute;
    left: 68%;
    top: -36%;
}

.i022 {
    position: absolute;
    right: 65%;
    top: 0%;
}

.i023 {
    position: absolute;
    left: 70%;
    top: 0;
}

.i024 {
    position: absolute;
    right: 65%;
    top: 0;
}

.i025 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.i026 {
    position: absolute;
    left: 8%;
    top: 10%;
}

.footer {
    background: url(/img/bg5.png) 50% 0;
    background-repeat: no-repeat;
    max-height: 843px;
    height: 843px;

    & p {
        color: var(--color-white);
    }
}

.fs1 {
    position: absolute;
    left: -33%;
    top: 26%;
}

.fs2 {
    position: absolute;
    display: none;
}

.fs3 {
    position: absolute;
    right: 0;
    bottom: -26%;
}

.v-play-button svg {
    color: #FF1432;
}


@media only screen and (max-device-width: 1599px) {

    .i003,
    .i004 {
        display: none;
    }

    .s001 {
        top: 3vw;
    }

    .s002 {
        top: 20vw;
    }

    .i025 {
        right: -13%;
    }

    .i026 {
        left: -6%;
    }

    .fs3 {
        width: 40%;
    }

    .fs1 {
        left: -33%;
        top: 35%;
        width: 50%;
    }
}

@media only screen and (max-device-width: 1199px) {
    .i001 {
        right: calc(50% + 200px);
    }

    .i002 {
        left: calc(50% + 200px);
    }

    .s003 {
        width: 100vw;
        max-width: 100vw;
        left: -52vw;
        top: -5vw;
    }

    .s004 {
        width: 120vw;
        max-width: 120vw;
        right: -74vw;
        top: -20vw;
    }

    .i017 {
        left: 59%;
        top: -31%;
    }

    .i018 {
        right: 49%;
        top: 10%;
    }

    .i019 {
        left: 60%;
        top: 0;
    }

    .i023 {
        left: 55%;
        top: 0;
    }

    .i025 {
        right: auto;
        position: relative;
        width: 50%;
        left: 50%;
        margin-bottom: -20%;
    }

    .i026 {
        left: 11%;
        top: auto;
    }

    .footer {
        height: 750px;
    }

    .fs1 {
        left: -43%;
        top: 24%;
        width: 100%;
        z-index: -1;
    }

    .fs2 {
        display: block;
        right: -32%;
        top: 44%;
        z-index: -2;
    }
}

@media only screen and (max-device-width: 959px) {
    .intro20-l {
        font-size: 38vw;
        line-height: 30vw;
        letter-spacing: -3vw;
    }

    .intro20-r {
        font-size: 8vw;
        line-height: 8vw;
        margin-top: -2vw;

        & span {
            margin-left: 4vw;
        }
    }

    .intro-desc {
        font-size: 6vw;
        line-height: 7vw;
        margin-top: 4vw;
    }

    .intro-desc2 {
        font-size: 4vw;
    }

    .heading-l {
        font-size: 8vw;
    }

    .intro-desc3 p {
        text-align: justify;
    }

    .i001 {
        right: 56vw;
        width: 34vw;
    }

    .i002 {
        left: 56vw;
        width: 34vw;
        bottom: 0;
    }

    .s001,
    .s002 {
        display: none;
    }

    .s003 {
        top: 14vw;
    }

    .s004 {
        right: -63vw;
        top: 6vw;
    }

    .i005 {
        left: 62%;
        top: 0;
    }

    .i006 {
        right: 63%;
        top: 20%;
    }

    .i007 {
        left: 50%;
        top: 20%;
        z-index: -1;
    }

    .i008 {
        right: 58%;
        top: 20%;
    }

    .i009 {
        left: 61%;
        top: 25%;
    }

    .i010 {
        right: 45%;
        top: 20%;
        z-index: -1;
    }

    .ashe {
        display: block;
    }

    .ashe-l,
    .ashe-r {
        width: 100%;
        text-align: center;

        & .heading-m {
            font-size: 34px;
        }

        & p {
            font-size: 20px;
        }
    }

    .ashe-p {
        font-size: 20px;
    }

    .i011 {
        left: 60%;
        top: -20%;
    }

    .i012 {
        right: 57%;
        top: 10%;
    }

    .i013 {
        left: 60%;
        top: 20%;
    }

    .i014 {
        left: 59%;
        top: -32%;
    }

    .i015 {
        right: 60%;
        top: 8%;
    }

    .i016 {
        left: 53%;
        top: 0;
    }

    .i017 {
        left: 59%;
        top: -10%;
    }

    .i021 {
        left: 60%;
        top: -28%;
    }

    .i022 {
        right: 53%;
        top: 0%;
    }

    .i026 {
        left: 10%;
        top: auto;
        width: 30%;
        margin-top: 5%;
    }

    .fs3 {
        width: 50%;
        right: 0;
        bottom: -10%;
    }

    .fs1 {
        top: 32%;
    }
}

@media only screen and (max-device-width: 639px) {
    .intro-desc2 {
        font-size: 16px;
    }

    .heading-l {
        font-size: 9vw;
    }

    .intro-end {
        font-size: 20vw;
    }

    .air {
        height: 40vw;
    }

    .i001 {
        right: 56vw;
        width: 40vw;
    }

    .i002 {
        left: 56vw;
        width: 40vw;
    }

    .s003 {
        top: 0;
        width: 120vw;
        max-width: 120vw;
    }

    .s004 {
        right: -81vw;
        top: -7vw;
        width: 140vw;
        max-width: 140vw;
    }

    .item {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .item-right {
        display: block;
    }

    .s005 {
        display: none;
    }

    .i005 {
        left: 0;
        top: 0;
        width: 200%;
        max-width: 200%;
        position: relative;
        margin-bottom: -69%;
    }

    .i006 {
        right: 100%;
        top: 0;
        position: relative;
        width: 200%;
        max-width: 200%;
        margin-bottom: -56%;
    }

    .i007 {
        left: 0;
        top: 0;
        width: 200%;
        max-width: 200%;
        position: relative;
        margin-bottom: -69%;
    }

    .i008 {
        right: 100%;
        top: 0;
        position: relative;
        width: 200%;
        max-width: 200%;
        margin-bottom: -56%;
    }

    .i009 {
        left: 0;
        top: 0;
        width: 200%;
        max-width: 200%;
        position: relative;
        margin-bottom: -57%;
    }

    .i010 {
        right: 82%;
        top: 0;
        position: relative;
        width: 200%;
        max-width: 200%;
        margin-bottom: -56%;
    }

    .i011 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 0;
        margin-top: -20%;
    }

    .i012 {
        position: relative;
        width: 200%;
        max-width: 200%;
        right: 100%;
        margin-bottom: -20%;
    }

    .i013 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 0;
        margin-bottom: -60%;
    }

    .i014 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 5%;
        margin-top: -36%;
    }

    .i015 {
        position: relative;
        width: 200%;
        max-width: 200%;
        right: 100%;
    }

    .i016 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 0;
        margin-bottom: -30%;
    }

    .i017 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 0;
        margin-top: -26%;
    }

    .i018 {
        position: relative;
        width: 200%;
        max-width: 200%;
        right: 100%;
        margin-bottom: -40%;
    }

    .i019 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 0;
        margin-bottom: -47%;
    }

    .i020 {
        position: relative;
        width: 200%;
        max-width: 200%;
        right: 120%;
        margin-bottom: -45%;
    }

    .i021 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: 14%;
        margin-top: -34%;
    }

    .i022 {
        position: relative;
        width: 200%;
        max-width: 200%;
        right: 100%;
        margin-bottom: -36%;
    }

    .i023 {
        position: relative;
        width: 200%;
        max-width: 200%;
        left: -10%;
    }

    .i024 {
        position: relative;
        width: 200%;
        max-width: 200%;
        right: 119%;
        margin-bottom: -20%;
    }

    .footer .logos {
        margin-bottom: 100px;
    }

    .fs1 {
        top: 42%;
    }

    .fs2 {
        top: 53%;
    }
}

@media only screen and (max-device-width: 424px) {
    .air {
        height: 80vw;
    }

    .i001 {
        right: 50vw;
        width: 58vw;
    }

    .i002 {
        left: 50vw;
        width: 58vw;
    }

    .s003 {
        top: 30vw;
    }

    .s004 {
        top: 16vw;
    }

    .heading-m {
        font-size: 26px;
    }

    .number {
        font-size: 80px;
    }

    p {
        font-size: 16px;
    }

    .i007 {
        margin-bottom: -52%;
    }

    .ashe-l {
        font-size: 70px;
    }

    .ashe-r {
        & .heading-m {
            font-size: 24px;
        }

        & p {
            font-size: 18px;
        }
    }

    .ashe-p {
        font-size: 18px;
    }
}