#screensaver-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: #000000;
    cursor: default; /* 基本はデフォルトカーソル。必要に応じて変更 */
    overflow: hidden;
}
