@font-face {
    font-family: "Yorutegaki";
    src: url("YorutegakiLight.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

*,
::before,
::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family: "Yorutegaki", sans-serif;
    
    color: #ffffff;
    line-height: 1;
    background-color: #111827;
    font-size: 200%;
}


img{
    max-width: 100%;
}

.header-inner{
    max-width: 1200px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right:40px; 
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-menu-button{
    display: none;
}

.header-logo{
    display: block;
    width: 170px;
}

.site-menu ul{
    display: flex;
}

.site-menu ul li{
    margin-left: 20px;
    margin-right: 20px;
}
.center-text{text-align: center;
}
html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}
.space{
    margin-top: 15vh;
}
.bspace{
    margin-top: 100vh;
}