html, body {
    overflow: hidden;
}
/* fonts */
body {
    font-family: "Noto Serif JP", sans-serif;
}
input, button, textarea, select, option {
    font-family: "Noto Serif JP", sans-serif;
}
