@charset "utf-8";
@import url("https://use.typekit.net/mwo6fty.css");
@font-face {
    font-family: "Lasenby Sans regular";
    src: url('../fonts/LasenbySans-Regular.woff2') format('woff2'), url('../fonts/LasenbySans-Regular.woff') format('woff'), url('../fonts/LasenbySans-Regular.ttf') format('truetype');
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
}

body {
    background-color: #000;
}

div {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.evt {
    position: absolute;
    width: 100%;
    height: 100%;
}

.unselect {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

#first-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0c001d;
}

.menu-wrapper {
    display: none;
}