.main-bg-base {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-bg-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -4
}

html.no-webp .main-bg-inner {
    background-image: url("images/bg.jpg")
}

@media screen and (max-width: 601px) {
    html.no-webp .main-bg-inner {
        background-image: url("images/bg_sp.jpg")
    }
}

.frame-particle {
    width: 100%
}

.frame-particle.top-right {
    height: 130px;
    animation: frameParticle 6s ease infinite reverse
}

@media screen and (max-width: 601px) {
    .frame-particle.top-right {
        height: 60px
    }
}

.frame-particle.top-right::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 130px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    transform: rotate(45deg);
    animation: colorChange01 6s ease infinite
}

@media screen and (max-width: 601px) {
    .frame-particle.top-right::after {
        top: -6px;
        left: 40px
    }
}

.frame-particle.bottom-left {
    height: 135px;
    animation: frameParticle 6s ease 1s infinite reverse
}

@media screen and (max-width: 601px) {
    .frame-particle.bottom-left {
        height: 60px
    }
}

.frame-particle.bottom-left::after {
    content: "";
    position: absolute;
    top: 71px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    animation: colorChange02 6s ease infinite;
    transform: rotate(45deg)
}

@media screen and (max-width: 601px) {
    .frame-particle.bottom-left::after {
        top: 40px;
        left: -8px
    }
}

.frame {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2
}

.frame.top-right {
    top: 0;
    right: 0;
    width: 845px;
    height: 182px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top
}

html.no-webp .frame.top-right {
    background-image: url("images/top_right.png")
}

@media screen and (max-width: 601px) {
    .frame.top-right {
        width: 400px;
        height: 96px
    }
}

.frame.bottom-left {
    bottom: 0;
    left: 0;
    width: 923px;
    height: 188px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom
}

html.no-webp .frame.bottom-left {
    background-image: url("images/bottom_left.png")
}

@media screen and (max-width: 601px) {
    .frame.bottom-left {
        width: 400px;
        height: 96px
    }
}

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    10% {
        opacity: 1
    }

    30% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20%)
    }

    60% {
        transform: translateY(0)
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(100%)
    }
}

.frame-arrow {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 130px
}

@media screen and (max-width: 601px) {
    .frame-arrow {
        width: 58px;
        height: 58px
    }
}

.frame-arrow.top-right {
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%)
}

@media screen and (max-width: 601px) {
    .frame-arrow.top-right {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%)
    }
}

.frame-arrow.top-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    animation: arrow 6s ease-in-out infinite
}

html.no-webp .frame-arrow.top-right::after {
    background-image: url("images/arrow_down.png")
}

@media screen and (max-width: 601px) {
    .frame-arrow.top-right::after {
        width: 40px;
        height: 48px
    }
}

.frame-arrow.bottom-left {
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 24%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 24%, 100% 100%, 0 100%)
}

@media screen and (max-width: 601px) {
    .frame-arrow.bottom-left {
        -webkit-clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%)
    }
}

.frame-arrow.bottom-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    animation: arrow 6s ease-in-out infinite reverse
}

html.no-webp .frame-arrow.bottom-left::after {
    background-image: url("images/arrow_up.png")
}

@media screen and (max-width: 601px) {
    .frame-arrow.bottom-left::after {
        width: 60px;
        height: 58px
    }
}

.corner-text {
    position: absolute;
    z-index: -1;
    width: calc(712px * 3);
    background-size: contain;
    background-repeat: repeat;
    background-position: left bottom;
    opacity: 0
}

html.no-webp .corner-text {
    background-image: url("images/floating_text.png")
}

.corner-text.top-right {
    top: -108px;
    right: 0;
    height: 48px;
    transform: rotate(8.4deg);
    animation: cornerText 60s linear infinite reverse
}

@media screen and (max-width: 601px) {
    .corner-text.top-right {
        top: -148px;
        right: 21px;
        height: 28px
    }
}

.corner-text.bottom-left {
    bottom: -132px;
    left: 0;
    height: 64px;
    transform: rotate(8.4deg);
    animation: cornerText 60s linear infinite
}

@media screen and (max-width: 601px) {
    .corner-text.bottom-left {
        bottom: -146px;
        height: 28px
    }
}

@keyframes cornerText {
    0% {
        opacity: 0;
        transform: rotate(8.4deg) translate(-50%)
    }

    4% {
        opacity: 0.6
    }

    96% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        transform: rotate(8.4deg) translate(50%)
    }
}

@keyframes frameParticle {
    0% {
        opacity: 0;
        transform: translate(0, 0)
    }

    4% {
        opacity: 1
    }

    96% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(100%, 100%)
    }
}

@keyframes colorChange01 {
    0% {
        background-color: #e036ff
    }

    70% {
        background-color: #e036ff
    }

    75% {
        background-color: #2c84f3
    }

    80% {
        background-color: #18f2d1
    }

    83% {
        background-color: #beff00
    }

    85% {
        background-color: #18f2d1
    }

    88% {
        background-color: #2c84f3
    }

    100% {
        background-color: #e036ff
    }
}

@keyframes colorChange02 {
    0% {
        background-color: #18f2d1
    }

    5% {
        background-color: #2c84f3
    }

    10% {
        background-color: #e036ff
    }

    90% {
        background-color: #e036ff
    }

    95% {
        background-color: #2c84f3
    }

    97% {
        background-color: #18f2d1
    }

    100% {
        background-color: #beff00
    }
}

.globe {
    position: absolute;
    top: 32%;
    left: 46%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

html.no-webp .globe {
    background-image: url("images/globe_cross.png")
}

@media screen and (max-width: 601px) {
    .globe {
        top: 49%;
        left: 50%;
        width: 200px;
        height: 200px
    }
}

.globe::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -2;
    opacity: 0.9;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center;
    width: 450px;
    height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: globe 240s linear infinite
}

html.no-webp .globe::before {
    background-image: url("images/globe.png")
}

@media screen and (max-width: 601px) {
    .globe::before {
        width: 200px;
        height: 200px
    }
}

@keyframes globe {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.globe::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -3;
    transform: translate(-50%, -50%);
    width: 492px;
    height: 492px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: globeCenter 60s ease infinite reverse
}

html.no-webp .globe::after {
    background-image: url("images/globe_center.png")
}

@keyframes globeCenter {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(0.6)
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg) scale(1)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) scale(0.6)
    }
}

@media screen and (max-width: 601px) {
    .globe::after {
        width: 290px;
        height: 290px
    }
}

.globe-cross {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

html.no-webp .globe-cross {
    background-image: url("images/globe_cross.png")
}

@media screen and (max-width: 601px) {
    .globe-cross {
        width: 200px;
        height: 200px
    }
}

.verse-town {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3
}

html.no-webp .verse-town {
    background: url("images/verse-town.png") no-repeat bottom center/cover
}

@media screen and (min-width: 602px) {
    .verse-town {
        top: 10%;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 601px) {
    .verse-town {
        height: 65%;
        bottom: 0
    }

    html.no-webp .verse-town {
        background: url("images/verse-town_sp.png") no-repeat bottom center/cover
    }
}

.verse-belt {
    position: absolute;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -4
}

.verse-belt.left {
    top: 0;
    left: 80px;
    width: 220px;
    height: 200%;
    animation: verseBeltLeft 15s linear infinite
}

html.no-webp .verse-belt.left {
    background-image: url("images/verse_belt-left.png")
}

@media screen and (max-width: 601px) {
    .verse-belt.left {
        left: 8px;
        width: 156px
    }
}

.verse-belt.center-left {
    top: 0;
    left: 460px;
    width: 200px;
    height: 200%;
    animation: verseBeltLeft 20s linear infinite
}

html.no-webp .verse-belt.center-left {
    background-image: url("images/verse_belt-left.png")
}

@media screen and (max-width: 601px) {
    .verse-belt.center-left {
        left: 50px;
        width: 150px
    }
}

.verse-belt.center-right {
    top: 0;
    right: 402px;
    width: 220px;
    height: 200%;
    animation: verseBeltRight 25s linear infinite
}

html.no-webp .verse-belt.center-right {
    background-image: url("images/verse_belt-right.png")
}

@media screen and (max-width: 601px) {
    .verse-belt.center-right {
        right: 0;
        width: 140px
    }
}

.verse-belt.right {
    top: 0;
    right: 102px;
    width: 180px;
    height: 200%;
    animation: verseBeltRight 15s linear infinite
}

html.no-webp .verse-belt.right {
    background-image: url("images/verse_belt-right.png")
}

@media screen and (max-width: 601px) {
    .verse-belt.right {
        width: 100px;
        right: -50px
    }
}

@keyframes verseBeltLeft {
    0% {
        opacity: 0;
        transform: translate(-40%, -40%)
    }

    4% {
        opacity: 1
    }

    96% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(40%, 40%)
    }
}

@keyframes verseBeltRight {
    0% {
        opacity: 0;
        transform: translate(40%, -40%)
    }

    4% {
        opacity: 1
    }

    96% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-40%, 40%)
    }
}
