@import url(https://fonts.googleapis.com/css?family=Homenaje);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&amp;display=swap');
canvas {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: hsla(240deg, 20%, 20%, 1);
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    overflow-y: visible;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0.25em;
    width: 100%;
    color: hsla(210deg, 100%, 100%, 1);
    font-family: 'Jura', sans-serif;
    color: rgb(255, 255, 255);
    margin: 0;
}

@viewport {
    width: device-width;
    min-zoom: 1;
    max-zoom: 3;
}

h1 {
    min-width: 4em;
    text-transform: uppercase;
    letter-spacing: 1em;
    font-size: clamp(26px, 5vw, 30px);
    animation: breath 10000ms ease-in-out infinite alternate;
}

h1>.last {
    letter-spacing: 0;
}

@keyframes breath {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.accordion {
    margin: auto;
    width: 400px;
}

.accordion input {
    display: none;
}

.box {
    position: relative;
    background: rgba(37, 37, 49, 0.425);
    height: 64px;
    left: -20rem;
    width: 60em;
    transition: all .15s ease-in-out;
}

.box::before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    box-shadow: 0 -1px 0 #07070733, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.box-title {
    width: calc(100% - 50px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.box-content {
    width: calc(100% - 50px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.54);
    display: none;
}

.link_des {
    font-size: 11pt;
    color: red;
}

.low_case {
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
    font-family: 'Noto', sans-serif;
}

.box-content .box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked+.box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

input:checked+.box .box-title {
    border-bottom: 1px solid rgba(0, 0, 0, .18);
}

input:checked+.box .box-content,
input:checked+.box .box-close {
    display: inline-block;
}

.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
    color: #fff;
}

.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(255, 255, 255, 0.54);
}

input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}

::-webkit-scrollbar-track {
    border-radius: 50px !important;
    background: rgba(0, 0, 0, 0.192);
}

::-webkit-scrollbar {
    border-radius: 50px !important;
    width: 3px;
    height: 3px;
    background: rgba(247, 0, 0, 0.993);
}

::-webkit-scrollbar-thumb {
    border-radius: 50px !important;
    background-color: #2c2b2b6e;
}

.sbar {
    height: 1px;
    width: 2px;
    float: left;
    background-color: #ffffff;
    opacity: 1;
    bottom: 5px;
    position: absolute;
    -webkit-animation-duration: 500ms;
    -webkit-animation-play-state: running;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 500ms;
    animation-play-state: running;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.sbar.noAnim {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

.sbar#bar-1 {
    left: 0;
    -webkit-animation-name: danceHeight1;
    -webkit-animation-delay: 0ms;
    animation-name: danceHeight1;
    animation-delay: 0ms;
}

.sbar#bar-2 {
    left: 4px;
    -webkit-animation-name: danceHeight2;
    -webkit-animation-delay: 300ms;
    animation-name: danceHeight2;
    animation-delay: 300ms;
}

.sbar#bar-3 {
    left: 8px;
    -webkit-animation-name: danceHeight3;
    -webkit-animation-delay: 600ms;
    animation-name: danceHeight3;
    animation-delay: 600ms;
}

.sbar#bar-4 {
    left: 12px;
    -webkit-animation-name: danceHeight4;
    -webkit-animation-delay: 900ms;
    animation-name: danceHeight4;
    animation-delay: 900ms;
}

@-webkit-keyframes danceHeight1 {
    from {
        height: 1px;
    }
    to {
        height: 10px;
    }
}

@-webkit-keyframes danceHeight2 {
    from {
        height: 1px;
    }
    to {
        height: 12px;
    }
}

@-webkit-keyframes danceHeight3 {
    from {
        height: 1px;
    }
    to {
        height: 14px;
    }
}

@-webkit-keyframes danceHeight4 {
    from {
        height: 1px;
    }
    to {
        height: 8px;
    }
}

@keyframes danceHeight1 {
    from {
        height: 1px;
    }
    to {
        height: 10px;
    }
}

@keyframes danceHeight2 {
    from {
        height: 1px;
    }
    to {
        height: 12px;
    }
}

@keyframes danceHeight3 {
    from {
        height: 1px;
    }
    to {
        height: 14px;
    }
}

@keyframes danceHeight4 {
    from {
        height: 1px;
    }
    to {
        height: 8px;
    }
}

.footer-sound {
    text-align: center;
    width: 18px;
    position: fixed;
    height: 18px;
    margin-left: auto;
    top: 2vh;
    cursor: pointer;
    z-index: 10000;
}

.footer-sound {
    left: 96vw;
    top: 3vh;
    right: unset;
}

#search {
    font-family: 'Orbitron', sans-serif;
    margin: 10px auto;
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 16px;
    padding-left: 10px;
    text-align: center;
    background: rgba(49, 49, 49, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    box-sizing: border-box;
}

#search:focus {
    outline: 0;
}

#list {
    font-family: 'Orbitron', sans-serif;
    width: 100%!important;
    position: relative;
    margin: auto;
    padding: 10px 20px;
    overflow: hidden;
    background: rgba(49, 49, 49, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#list li {
    padding: 5px 10px;
    line-height: 25px;
    list-style: none;
    font-size: 16px;
    border-bottom: 1px solid #58585849;
    box-sizing: border-box;
}

#list li:last-of-type {
    border: 0;
}

#spacer {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.p-introduction__links {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center!important;
}

.p-introduction__link {
    width: 18px;
    height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    margin: 0 12px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.p-introduction__link svg {
    width: 18px
}

.p-introduction__link.is-shown {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.p-introduction__link.is-shown:nth-of-type(1) {
    -webkit-transition-delay: 5.6s;
    transition-delay: 5.6s
}

.p-introduction__link.is-shown:nth-of-type(2) {
    -webkit-transition-delay: 5.7s;
    transition-delay: 5.7s
}

.p-introduction__link.is-shown:nth-of-type(3) {
    -webkit-transition-delay: 5.8s;
    transition-delay: 5.8s
}

.p-introduction__link.is-shown:nth-of-type(4) {
    -webkit-transition-delay: 5.9s;
    transition-delay: 5.9s
}

.p-introduction__link.is-shown:nth-of-type(5) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s
}

.p-introduction__link.is-shown:nth-of-type(6) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s
}