div.koukaryoku-top {
    color: var(--color-white);
    background-color: var(--color-black);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;

    font-variation-settings: "wght" 400;

    div.cover {
        position: relative;
        width: 100%;
        height: 45vw;
        background: linear-gradient(to top,
                rgb(17 25 35) 0%,
                rgb(17 25 35) 75px,
                rgb(17 25 35 / 0%) 252px),
            url("../images/mainvisual.png")0 0 no-repeat;
        background-size: cover;

        background-color: var(--color-black);

        @media (width <=768px) {
            height: 89vw;
            background: linear-gradient(to top,
                    rgb(17 25 35) 0%,
                    rgb(17 25 35) 70px,
                    rgb(17 25 35 / 0%) 223px),
                url("../images/mainvisual-black.png")center 8vw no-repeat,
                url("../images/mainvisual-red.png")0 0 no-repeat;
            background-size: cover, calc(100vw - 48px) 80vw;
        }

        h1 {
            width: calc(100% - 14vw);
            margin: 0 auto;
            padding: 10vw 32px 0;
            box-sizing: border-box;
            z-index: 3;

            @media (width <=768px) {
                padding: 16vw 24px 0;
            }

            span.small-title {
                width: 21vw;
                height: 2vw;
                text-indent: 100%;
                overflow: hidden;
                white-space: nowrap;
                background: url("../images/kokusan-gpu.svg")0 0 no-repeat;
                background-size: contain;

                @media (width <=768px) {
                    width: 65vw;
                    height: 7vw;
                    margin: 0 auto;
                }
            }

            span.big-title {
                width: 26vw;
                height: 12vw;
                margin-left: -1vw;
                text-indent: 100%;
                overflow: hidden;
                white-space: nowrap;
                background: url("../images/koukaryoku.svg")0 0 no-repeat;
                background-size: contain;
                background-position: left center;

                @media (width <=768px) {
                    width: 52vw;
                    height: 24vw;
                    margin: 0 auto;
                }
            }
        }

        p.summary {
            width: calc(100% - 14vw);
            margin: 0.9vw auto 0;
            padding: 0 32px;
            box-sizing: border-box;
            font-size: 1.3vw;

            @media (width <=768px) {
                margin: 0 auto;
                padding: 0 24px;
                text-align: center;
                font-size: 4vw;
            }

            span {
                display: block;

                span.wrap {
                    display: inline;

                    @media (width <=768px) {
                        display: block;
                    }
                }
            }
        }

        div.guide-wrapper {
            height: 3vw;
            margin: 1vw auto 0;
            padding: 0 32px 6vw;
            box-sizing: border-box;

            @media (width <=768px) {
                display: none;
            }

            p.guide {
                position: relative;
                height: 1.4vw;
                width: fit-content;
                margin-left: calc(100% - 3vw);
                transform: rotate(90deg);
                transform-origin: center bottom;
                font-size: 0.8vw;

                &::before {
                    position: absolute;
                    content: "";
                    width: 6vw;
                    height: 1px;
                    top: 0;
                    left: 3.6vw;
                    bottom: 0;
                    margin: auto 0;
                    background-color: #fff;
                    opacity: 0.4;
                }

                &::after {
                    position: absolute;
                    content: "";
                    width: 6vw;
                    height: 1px;
                    top: 0;
                    left: 3.6vw;
                    bottom: 0;
                    margin: auto 0;
                    background-color: #fff;
                    transform: scaleX(0);
                    transform-origin: left;
                    animation: scroll-guide 2s ease-in-out infinite;
                }
            }
        }
    }

    section.service {
        position: relative;
        text-align: center;

        h2 {
            @media (width <=768px) {
                margin-top: 32px;
            }
        }

        p.description {
            max-width: 1264px;
            margin: 0 auto;
            padding: 0 32px;
            box-sizing: border-box;
            font-size: 1.125rem;

            @media (width <=768px) {
                padding: 0 24px;
                font-size: 1rem;
            }

            span {
                display: inline-block;

                &:nth-child(3) {
                    display: inline-block;
                }

                &:nth-child(4) {
                    display: block;

                    @media (width <=490px) {
                        display: inline-block;
                    }
                }
            }
        }

        ul.service-list {
            display: flex;
            justify-content: space-between;
            max-width: 1264px;
            margin: 48px auto 0;
            padding: 0 32px;
            box-sizing: border-box;
            z-index: 1;

            @media (width <=904px) {
                flex-wrap: wrap;
            }

            @media (width <=768px) {
                margin-top: 32px;
                padding: 0 24px;
            }

            li {
                width: calc((100% - 64px) / 3);
                background: linear-gradient(to bottom, #fff, #CFD4DB);
                border-radius: 8px;
                z-index: 6;
                transition: border-radius 0.4s;

                &:hover {
                    border-radius: 32px;
                }

                @media (width <=904px) {
                    width: 100%;
                    margin-top: 32px;

                    &:nth-child(1) {
                        margin-top: 0;
                    }
                }

                @media (width <=768px) {
                    margin-top: 24px;

                    &:hover {
                        border-radius: 8px;
                    }
                }

                a {
                    position: relative;
                    display: block;
                    height: 100%;
                    padding: 40px 32px 32px;
                    box-sizing: border-box;
                    color: var(--color-black);

                    &::before {
                        position: absolute;
                        content: "";
                        width: 35px;
                        height: 35px;
                        right: 32px;
                        bottom: 32px;
                        background: url("../images/arrow.svg") no-repeat 12px 13px / 12px 8px,
                            linear-gradient(to right, #D63D00, #D11013);
                        border-radius: 100%;
                        opacity: 1;
                        transition: 0.4s;
                    }

                    &::after {
                        position: absolute;
                        content: "";
                        width: 35px;
                        height: 35px;
                        right: 32px;
                        bottom: 32px;
                        background: url("../images/arrow.svg") no-repeat 12px 13px / 12px 8px,
                            rgb(17 25 35 / 20%);
                        border-radius: 100%;
                        opacity: 0;
                        transition: 0.4s;
                    }

                    &:hover {
                        &::after {
                            opacity: 1;
                        }
                    }

                    @media (width <=768px) {
                        padding: 32px 16px 16px;

                        &::before {
                            right: 16px;
                            bottom: 16px;
                        }

                        &::after {
                            right: 16px;
                            bottom: 16px;
                        }

                        &:hover {
                            &::after {
                                opacity: 0;
                            }
                        }
                    }

                    h3.service-title {
                        width: 200px;
                        height: 52px;
                        margin: 0 auto;
                        text-indent: 100%;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                    p.service-description {
                        margin-top: 32px;
                        padding-bottom: 63px;

                        @media (width <=768px) {
                            margin-top: 16px;
                            padding-bottom: 36px;
                        }

                        span {
                            display: inline-block;
                        }
                    }
                }

                &:nth-child(1) {
                    a {
                        h3.service-title {
                            background: url("../images/dok-r.svg")0 0 no-repeat;
                            background-size: contain;
                        }
                    }
                }

                &:nth-child(2) {
                    a {
                        h3.service-title {
                            background: url("../images/vrt-r.svg")0 0 no-repeat;
                            background-size: contain;
                        }
                    }
                }

                &:nth-child(3) {
                    a {
                        h3.service-title {
                            background: url("../images/phy-r.svg")0 0 no-repeat;
                            background-size: contain;
                        }
                    }
                }
            }
        }

        div.sub-text {
            display: flex;
            overflow: hidden visible;
            margin-top: -40px;

            @media (width <=768px) {
                margin-top: -16px;
            }

            p.decoration {
                flex-shrink: 0;
                position: relative;
                display: inline-block;
                width: 1525px;
                height: 120px;
                padding-right: 25px;
                box-sizing: border-box;
                font-size: 7.5rem;
                line-height: 1;
                white-space: nowrap;
                overflow: hidden;
                z-index: 0;
                color: rgb(245 245 245 / 30%);
                font-family: Poppins, sans-serif;
                font-weight: 100;
                transform: translateX(0%);
                animation: scroll-left 30s linear infinite;

                &::after {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 100%;
                    inset: 0;
                    background: linear-gradient(to bottom,
                            rgb(17 25 35 / 0%),
                            rgb(17 25 35)80%);
                }

                @media (width <=768px) {
                    width: 1160px;
                    height: 90px;
                    padding-right: 0;
                    font-size: 5.625rem;
                }

                span.small-tx {
                    display: inline;
                    font-size: 5rem;
                    font-weight: 100;
                    letter-spacing: 0.17em;

                    @media (width <=768px) {
                        font-size: 3.75rem;
                    }
                }
            }
        }
    }

    section.service-comparison {
        max-width: 1264px;
        margin: 68px auto 0;

        @media (width <=768px) {
            margin-top: 20px;
        }

        ul.service-comparison-list {
            position: relative;
            display: flex;
            justify-content: space-between;
            padding: 0 32px;
            box-sizing: border-box;

            &::before {
                position: absolute;
                content: "";
                width: calc((100% - 6px) / 3 - 73px);
                height: 1px;
                top: 59px;
                left: calc((50% - 6px) / 3 + 50px);
                background-color: var(--color-white);
                z-index: 3;
            }

            &::after {
                position: absolute;
                content: "";
                width: calc((100% - 6px) / 3 - 73px);
                height: 1px;
                top: 59px;
                right: calc((50% - 6px) / 3 + 50px);
                background-color: var(--color-white);
                z-index: 3;
            }

            @media (width <=1100px) {
                &::before {
                    top: 67px;
                }

                &::after {
                    top: 67px;
                }
            }

            @media (width <=910px) {
                overflow: auto visible;
                padding: 0 24px;

                &::before {
                    width: 623px;
                    height: 42px;
                    top: 47px;
                    left: 150px;
                    background: url("../images/learning.svg")0 0 no-repeat;
                    background-size: contain;
                    z-index: 3;
                }

                &::after {
                    width: 0;
                    height: 0;
                }
            }

            li.service-comparison-content {
                position: relative;
                display: flex;
                flex-direction: column;
                flex-shrink: 1;
                width: calc((100% - 6px) / 3);
                margin-left: 3px;
                padding: 0 32px 48px;
                box-sizing: border-box;
                background-color: #343b44;
                border-radius: 8px;

                @media (width <=1006px) {
                    padding: 0 16px 48px;
                }

                @media (width <=910px) {
                    flex-shrink: 0;
                    width: 290px;
                    margin-left: 4px;
                    padding: 0 16px 40px;
                }

                p.small-learning,
                p.large-learning {
                    position: relative;
                    height: 110px;
                    padding: 46px 0;
                    box-sizing: border-box;
                    font-size: 0.875rem;
                    white-space: nowrap;
                    order: 1;

                    @media (width <=1100px) {
                        height: 110px;
                        font-size: 0.75rem;
                        text-align: center;
                    }
                }

                p.small-learning {
                    padding-right: calc(50% + 29px);
                    text-align: end;

                    &::before {
                        position: absolute;
                        content: "";
                        width: 42px;
                        height: 42px;
                        top: 39px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background: url("../images/small-learning.svg")0 0 no-repeat;
                        background-size: contain;
                    }

                    &::after {
                        position: absolute;
                        content: "";
                        width: 66px;
                        height: 8px;
                        top: 55px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background: url("../images/line-arrow.svg")58px 0 no-repeat;
                        background-size: contain;
                    }

                    @media (width <=1100px) {
                        padding: 24px 0;
                        text-align: center;

                        &::before {
                            top: 47px;
                        }

                        &::after {
                            top: 63px;
                        }
                    }

                    @media (width <=910px) {
                        &::before {
                            width: 0;
                            height: 0;
                        }

                        &::after {
                            width: 0;
                            height: 0;
                        }
                    }
                }

                p.large-learning {
                    padding-left: calc(50% + 29px);

                    &::before {
                        position: absolute;
                        content: "";
                        width: 42px;
                        height: 42px;
                        top: 39px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background: url("../images/large-learning.svg")0 0 no-repeat;
                        background-size: contain;
                    }

                    &::after {
                        position: absolute;
                        content: "";
                        width: 66px;
                        height: 8px;
                        top: 55px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background: url("../images/line-arrow.svg")58px 0 no-repeat;
                        background-size: contain;
                        transform: rotate(180deg);
                    }

                    @media (width <=1100px) {
                        padding: 24px 0;

                        &::before {
                            top: 47px;
                        }

                        &::after {
                            top: 63px;
                        }
                    }

                    @media (width <=910px) {
                        &::before {
                            width: 0;
                            height: 0;
                        }

                        &::after {
                            width: 0;
                            height: 0;
                        }
                    }
                }

                h3 {
                    text-align: center;
                    order: 2;

                    span.service-name {
                        width: 200px;
                        height: 36px;
                        margin: 8px auto 0;
                        text-indent: 100%;
                        overflow: hidden;
                        white-space: nowrap;
                    }
                }

                &:nth-child(1) {
                    margin-left: 0;

                    h3 {
                        span.service-name {
                            background: url("../images/dok.svg")0 0 no-repeat;
                            background-size: contain;
                        }
                    }
                }

                &:nth-child(2) {
                    padding-top: 110px;

                    &::before {
                        position: absolute;
                        content: "";
                        width: 42px;
                        height: 42px;
                        top: 39px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        background: url("../images/middle-learning.svg")0 0 no-repeat;
                        background-size: contain;
                    }

                    @media (width <=1100px) {
                        &::before {
                            top: 47px;
                        }
                    }

                    @media (width <=910px) {
                        padding-top: 110px;

                        &::before {
                            width: 0;
                            height: 0;
                        }
                    }

                    h3 {
                        span.service-name {
                            background: url("../images/vrt.svg")0 0 no-repeat;
                            background-size: contain;
                        }
                    }
                }

                &:nth-child(3) {
                    h3 {
                        span.service-name {
                            background: url("../images/phy.svg")0 0 no-repeat;
                            background-size: contain;
                        }
                    }
                }

                div {
                    margin-bottom: 24px;
                    box-sizing: border-box;

                    p {
                        margin: 16px 0 0 16px;
                    }

                    p.feature-title {
                        height: 32px;
                        margin: 0;
                        padding: 4px 16px;
                        box-sizing: border-box;
                        border-radius: 4px;
                        background-color: rgb(255 255 255 / 10%);
                        font-size: 0.875rem;
                    }

                    ul {
                        margin: 16px 0 0 16px;
                        /* padding-bottom: 24px; */
                        box-sizing: border-box;

                        @media (width <=910px) {
                            margin-left: 8px;
                        }

                        li {
                            position: relative;
                            padding: 0 12px;
                            box-sizing: border-box;
                            line-height: 1.7;

                            &::before {
                                position: absolute;
                                content: "";
                                width: 4px;
                                height: 4px;
                                top: 12px;
                                left: 0;
                                background-color: #fff;
                                border-radius: 100%;
                            }

                            @media (width <=910px) {
                                font-size: 0.875rem;

                                &::before {
                                    width: 3px;
                                    height: 3px;
                                    top: 12px;
                                }
                            }

                            span.supplement {
                                display: block;
                                font-size: 0.875rem;
                                color: #b7b7b7;
                            }
                        }
                    }
                }

                div.model {
                    margin-top: 32px;
                    height: 126px;
                    order: 3;

                    @media (width <=1021px) {
                        height: 184px;
                    }

                    @media (width <=1006px) {
                        height: 126px;
                    }

                    @media (width <=925px) {
                        height: 180px;
                    }

                    @media (width <=910px) {
                        height: 123px;
                    }
                }

                div.unit,
                div.price {
                    height: 75px;
                    order: 4;

                    @media (width <=910px) {
                        height: 72px;
                    }
                }

                div.usecase {
                    height: 196px;
                    padding-bottom: 24px;
                    box-sizing: border-box;
                    margin-bottom: 0;
                    border-bottom: solid 1px #575C62;
                    order: 6;

                    @media (width <=1102px) {
                        height: 228px;
                    }

                    @media (width <=1024px) {
                        height: 256px;
                    }

                    @media (width <=1006px) {
                        height: 228px;
                    }

                    @media (width <=928px) {
                        height: 256px;
                    }

                    @media (width <=910px) {
                        height: 200px;
                        padding-bottom: 32px;
                    }

                    ul {
                        margin-top: 24px;

                        li {
                            margin-top: 4px;

                            @media (width <=910px) {
                                margin-top: 10px;
                            }
                        }
                    }
                }

                a.service-more {
                    position: relative;
                    display: block;
                    height: 48px;
                    width: 248px;
                    margin: 32px auto 0;
                    padding: 16px 0;
                    box-sizing: border-box;
                    border-radius: 24px;
                    font-size: 0.875rem;
                    text-align: center;
                    z-index: 3;
                    overflow: hidden;
                    white-space: nowrap;
                    order: 7;

                    &::before {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 100%;
                        inset: 0;
                        background: url("../images/arrow.svg") 212px 20px no-repeat, linear-gradient(to right, #D63D00, #D11013);
                        z-index: -1;
                        opacity: 1;
                        transition: 0.4s;
                    }

                    &::after {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 100%;
                        inset: 0;
                        background: url("../images/arrow.svg") 212px 20px no-repeat, rgb(17 25 35 / 20%);
                        z-index: -1;
                        opacity: 0;
                        transition: 0.4s;
                    }

                    &:hover {
                        &::after {
                            opacity: 1;
                        }
                    }

                    @media (width <=910px) {
                        &:hover {
                            &::after {
                                opacity: 0;
                            }
                        }
                    }
                }
            }
        }
    }

    div.customer {
        margin-top: 120px;
        padding: 88px 0 96px;
        box-sizing: border-box;
        background-color: #fff;
        overflow: hidden;

        @media (width <=768px) {
            margin-top: 96px;
            padding: 48px 0 64px;
        }

        p.message {
            padding: 0 32px;
            box-sizing: border-box;
            text-align: center;
            font-size: 1.5rem;
            color: var(--color-black);
            font-weight: 700;
            font-variation-settings: "wght" 700;

            @media (width <=768px) {
                padding: 0 24px;
                font-size: 1rem;
            }
        }

        ul.customer-list {
            display: flex;
            width: fit-content;
            height: 56px;
            margin-top: 56px;
            overflow: hidden;
            transform: translateX(0%);
            animation: scroll-ul-left 60s linear infinite;

            @media (width <=768px) {
                width: fit-content;
                height: 38px;
                margin-top: 40px;
            }

            li {
                flex-shrink: 0;
                margin-right: 56px;
                background-color: #4a4f57;
                width: fit-content;
                text-indent: 100%;
                white-space: nowrap;
                overflow: hidden;

                @media (width <=768px) {
                    margin-right: 44px;
                }
            }

            li.daikin {
                width: 171px;
                background: url("../images/daikin.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.astellas {
                width: 158px;
                background: url("../images/astellas.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.sakana {
                width: 146px;
                background: url("../images/sakana.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.tier {
                width: 132px;
                background: url("../images/tierⅣ.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.awl {
                width: 130px;
                background: url("../images/awl.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.preferred {
                width: 147px;
                background: url("../images/preferred-networks.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.fairy {
                width: 171px;
                background: url("../images/fairy-devices.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.aihub {
                width: 123px;
                background: url("../images/aihub.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.newspace {
                width: 126px;
                background: url("../images/nsi.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.signate {
                width: 168px;
                background: url("../images/signate.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.githouse {
                width: 158px;
                background: url("../images/githouse.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.tellus {
                width: 160px;
                background: url("../images/tellus.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.solafune {
                width: 154px;
                background: url("../images/solafune.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }

            li.fixstars {
                width: 148px;
                background: url("../images/fixstars.svg")0 0 no-repeat;
                background-size: contain;
                background-position: center;
            }
        }
    }

    section.news {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1264px;
        margin: 120px auto 0;
        padding: 0 32px 120px;
        box-sizing: border-box;

        @media (width <=768px) {
            margin-top: 98px;
            padding: 0 24px 96px;
        }

        h2 {
            margin-bottom: 0;
            padding: 0;
            text-align: start;
            font-size: 2rem;

            @media (width <=768px) {
                width: 100%;
                text-align: center;
                order: 1;
            }
        }

        a.news-more {
            position: relative;
            display: block;
            height: 40px;
            width: 216px;
            margin: auto 0;
            padding: 12px 44px;
            box-sizing: border-box;
            border-radius: 24px;
            font-size: 0.875rem;
            overflow: hidden;
            z-index: 3;

            &::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                inset: 0;
                background: url("../images/arrow.svg") 180px 15px no-repeat, linear-gradient(to right, #D63D00, #D11013);
                z-index: -1;
                opacity: 1;
                transition: 0.4s;
            }

            &::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                inset: 0;
                background: url("../images/arrow.svg") 180px 15px no-repeat, rgb(17 25 35 / 20%);
                z-index: -1;
                opacity: 0;
                transition: 0.4s;
            }

            &:hover {
                &::after {
                    opacity: 1;
                }
            }

            @media (width <=768px) {
                margin: 40px auto 0;
                order: 3;

                &:hover {
                    &::after {
                        opacity: 0;
                    }
                }
            }
        }

        ul.news-list {
            width: 100%;
            margin-top: 48px;
            border-top: solid 1px #575C62;

            @media (width <=768px) {
                margin-top: 40px;
                order: 2;
            }

            li {
                a {
                    display: block;
                    padding: 24px 0;
                    box-sizing: border-box;
                    border-bottom: solid 1px #575C62;
                    line-height: 2;

                    time {
                        color: #b7b7b7;
                        font-family: Poppins, sans-serif;
                        font-weight: 600;
                        text-decoration: underline;
                        text-decoration-thickness: 1px;
                        text-decoration-color: rgb(183 183 183 / 0%);
                        transition: 0.4s;
                    }

                    p {
                        width: fit-content;
                        text-decoration: underline;
                        text-decoration-thickness: 1px;
                        text-underline-offset: 3px;
                        text-decoration-color: rgb(255 255 255 / 0%);
                        transition: 0.4s;
                    }

                    &:hover {
                        time {
                            text-decoration-color: rgb(183 183 183 / 100%);
                        }

                        p {
                            text-decoration-color: rgb(255 255 255 / 100%);
                        }
                    }

                    @media (width <=768px) {
                        &:hover {
                            time {
                                text-decoration-color: rgb(183 183 183 / 0%);
                            }

                            p {
                                text-decoration-color: rgb(255 255 255 / 0%);
                            }
                        }
                    }
                }
            }

            li.loading {
                padding: 24px 0;
                box-sizing: border-box;
                border-bottom: solid 1px #4a4f57;
            }
        }
    }
}

@keyframes scroll-guide {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    51% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-ul-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}