@charset "utf-8";

/* パスワード画面 */
.scene-overlay .top-ui {
    display: none;
}
footer {
    display: none;
}
.sc-password-content .modal-title {
    visibility: hidden;
}
.sc-password-content .sc-password-submit {
    visibility: hidden;
}
@media screen and (max-width: 782px) {
    html {
    }
}

/* 内部表示 */
#bottom-ui .bottom-controls {
    display: none;
}
#canvas-container {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: width 500ms, height 500ms, background-color 300ms; /* CANVAS_RESIZE_ANIMATION_TIME */
}

canvas:focus {
    outline: none;
}