* {
    font-family: "Be Vietnam Pro", "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
    user-select: none;
}


#canvas {
    height: 100vh;
    width: 100vw;
    overflow: clip;
}

.kanji {
    color: black;
    position: absolute;
}

.description-wrapper {
    z-index: 1000;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #00000080;
    backdrop-filter: blur(1vmin);
    pointer-events: none;
    /* 追加 */
}

.description {
    height: 10vmin;
    overflow: hidden;
}

.description-wrapper h1 {
    font-size: 5vmin;
    opacity: 1;
    color: white;
    transform: translate(0, 12vmin);
}

.input {
    position: absolute;
    right: 1vmin;
    bottom: 1vmin;
    height: 3vmin;
    width: 10vmin;
    z-index: 999;
}

.input input {
    display: inline-block;
    height: 3vmin;
    width: 3vmin;
    font-size: 3vmin;
}

.input label {
    display: inline-block;
    height: 3.75vmin;
    font-size: 3vmin;
    margin-left: 1vmin;
}