* {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'RocknRoll One', sans-serif;
}

@keyframes gaming {
    100% {
        background-position-x: 200%;
    }
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(116, 0, 116), rgb(104, 104, 0), rgb(0, 78, 78),  rgb(116, 0, 116)) 0% center/200%;
    animation: gaming 2s linear infinite;
    z-index: 3000000000;
}

#loading h1 {
    position: fixed;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
    text-align: left;
}

#loading .splash_icon {
    position: fixed;
    width: 25%;
    height: 25%;
    top: calc(50% - (25% / 2));
    left: calc(50% - (25% / 2));
}

#loading .splash_icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 64px;
    z-index: 100;
    display: none;
}

.header a {
    text-decoration: none;
}

.header .title_name,
.header .title_discord {
    font-family: hui-font-a;
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
    transform: translateY(-12px);
    user-select: none;
    color: #000;
    text-shadow:
        1px 1px 0 #6bccca,
        -1px 1px 0 #6bccca,
        -1px -1px 0 #6bccca,
        1px -1px 0 #6bccca;
}

.header .title_discord {
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
}

.header .title_discord:hover,
.header .title_name:hover {
    color: #ffffff;
}

#welcome_title {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 85%;
    font-size: calc(100vw / 25);
    transform: translate(-50%, -50%);
}

.background {
    position: absolute;
    top: 70vh;
    transition: .8s top cubic-bezier(.13, .72, .16, 1), .5s opacity ease;
    width: 100%;
}

.background video {
    z-index: 10;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 80%;
    max-width: 1280px;
    height: auto;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    -webkit-box-shadow: 1px 0 34px 0 rgba(0, 0, 0, .37);
    -moz-box-shadow: 1px 0 34px 0 rgba(0, 0, 0, .37);
    box-shadow: 1px 0 34px 0 rgba(0, 0, 0, .37);
}

#section1 {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    display: none;
}

#dec_title_1 a:hover,
#dec_title_1 a:hover+span {
    color: #d4d4d4;
}

widgetbot-crate {
    display: none;
}

img {
    width: 100%;
}

.center {
    text-align: center;
}

body {
    margin: 0;
    background-color: #61b3b1;
    overflow-y: hidden;
}


.main {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #6bccca;
    display: none;
}

::selection {
    background: #66ffca2d;
    color: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    position: fixed;
}

::-webkit-scrollbar-track {
    box-shadow: 0 0 15px #227e7c inset;
}

::-webkit-scrollbar-thumb {
    box-shadow: 0 0 15px #52f3ff inset;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0 0 15px #dcfff3 inset;
}

@font-face {
    font-family: "hui-font-a";
    src: url("/HuiFont29.ttf") format("truetype");
}