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

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #5ecc7d;
    z-index: 3000000000;
}

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

#loading .splash_icon {
    position: fixed;
    width: 25%;
    height: 25%;
    top: 50%;
    left: 50%;
    background-image: url("https://nekozyake.kairun.jp//favicons/icon-512x512.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%) rotateZ(0deg);
    animation: 1.25s linear infinite forwards loading_icon;
}

@keyframes loading_icon{
    0% {
        transform: translate(-50%,-50%) rotateZ(0deg);
    }

    50% {
        transform: translate(-50%,-50%) rotateZ(360deg);
    }
  
    100% {
        transform: translate(-50%,-50%) rotateZ(360deg);
    }
  }

.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 #00bb79,
    -1px 1px 0 #00bb79,
    -1px -1px 0 #00bb79,
    1px -1px 0 #00bb79;
}

.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: #5ecc7d;
    overflow-y: hidden;
}


.main {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #00bb79;
    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 #007922 inset;
}

::-webkit-scrollbar-thumb {
    box-shadow: 0 0 15px #56ffc4 inset;
}

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

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