.relative {
    position: relative;
}


.tl-section-headline {
    font-size: 4vw !important;
}

.tl-site-snake-banner {
    background-color: #000000;
    padding: 2.5rem;
    height: 100vh;
    overflow: hidden;
    color: #ffffff;
}

.tl-snake-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    z-index: 20;
}


.tl-snake-banner-bottom-middle p {
    font-size: .875rem;
    line-height: 1.3;
}



.tl-site-snake-banner .tl-section-headline-two,
.tl-site-snake-banner .tl-banner-description {
    color: #ffffff;
    text-align: center;
}

.tl-site-snake-banner .tl-banner-description {
    margin-top: .5rem;
}

.tl-site-snake-banner .tl-section-btn {
    display: flex;
    justify-content: center;
    margin-top: 3.75rem;
}


.tl-snake-banner-bottom-middle {
    max-width: 30%;
    flex: 0 0 30%;
}

.tl-snake-banner-bottom-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}




/* snake-banner animation */

.page-filler {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55555f;
    font-size: 14px;
    letter-spacing: .04em;
}

#tl-snake-banner-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    transition: opacity 1.1s ease;
    pointer-events: none;
    /* let clicks pass through to the real snake-banner links */
}

#tl-snake-banner-canvas.is-ready {
    opacity: 1;
}

.tl-snake-banner-loading {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle at 50% 40%, #17131f 0%, #0a0a0d 70%);
    transition: opacity .6s ease;
}

.tl-snake-banner-loading.is-hidden {
    opacity: 0;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    #tl-snake-banner-canvas {
        display: none;
    }
}

@media (max-width: 767px) {
    .tl-snake-banner-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .tl-site-snake-banner {
        padding: 20px;
    }

    .tl-snake-banner-top a {
        font-size: 14px;
    }

    .site-snake-banner-nav ul,
    .snake-banner-contact-info {
        gap: 10px;
    }

    .tl-snake-banner-bottom-middle {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }


    .tl-site-snake-banner .tl-section-btn {
        margin-top: 1.5rem;
    }

    .tl-snake-banner-logo a {
        height: 2.5rem;
    }
}



.shn-anime-headline {
    overflow: hidden;
}

.shn-anime-headline .char {
    display: inline-block;
}