::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{width:0px}html,body{padding:0;margin:0;width:100vw;min-height:100vh;background:url(../img/black_brick.png);background-repeat:repeat,no-repeat;background-size:80px,cover;overscroll-behavior:none;position:fixed;left:0;right:0;overflow:hidden;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}#game_area{width:100%;height:100%;display:flex;position:relative;flex-direction:column}#game_area #bgm_button{position:absolute;width:8.5vw;aspect-ratio:1;background-color:#1e278a;z-index:100;top:2vw;right:2vw}#game_area #bgm_button img{width:100%}#game_area #ranking_button{position:absolute;width:8.5vw;aspect-ratio:1;background-color:#1e278a;z-index:100;top:2vw;left:2vw}#game_area #ranking_button img{width:100%}#game_area #game_over{position:absolute;display:none;width:100%;aspect-ratio:1260/1080;top:0;background-color:#000;font-family:"DotGothic16";color:#fff;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}#game_area #game_over #game_over_title{font-size:18vw;margin-top:8vw}#game_area #game_over #game_over_score{font-size:8vw;margin-top:4vw}#game_area #game_over #game_over_button{display:flex;flex-direction:column;margin-top:5vw}#game_area #game_over #game_over_button .result_button{display:inline-block;text-align:center;vertical-align:middle;text-decoration:none;position:relative;margin:auto;padding:.5em 1em;font-weight:bold;color:#fff;font-size:3vw;border:2px solid #fff;margin-top:6vw}#game_area #ranking{position:absolute;display:none;width:100%;aspect-ratio:1260/1080;top:0;background-color:#000;font-family:"DotGothic16";color:#fff;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}#game_area #ranking #scoreboard{margin:10vw 0}#game_area #ranking #scoreboard h2{text-align:center;color:#fff;font-family:"DotGothic16";font-size:8vw}#game_area #ranking #scoreboard h3{text-align:center;color:#fff;font-family:"DotGothic16";font-size:3vw;margin-top:3vw}#game_area #ranking #scoreboard table{border-collapse:collapse;width:90%;font-weight:bold;text-align:center;background-color:#000;color:#fff;font-family:"DotGothic16";font-size:2.2vw;margin:0 auto;margin-top:3vw}#game_area #ranking #scoreboard table th,#game_area #ranking #scoreboard table td{padding:.5em 1em;border:.4vw solid #fff}#game_area #ranking #scoreboard table th{background:#fff;color:#000;border-top:.4vw solid #fff}#game_area #ranking #scoreboard table th:last-of-type{border-right:.4vw solid #fff}#game_area #game_canvas{display:block;width:100%}#game_area #description{background-color:#fff;font-family:"DotGothic16";font-size:3vw;line-height:1.2em;padding:1em;margin:20px 10px;margin-bottom:0}#game_area #button_area{width:100%;display:flex;margin:50px auto;text-align:center;font-family:"DotGothic16";font-size:30px;letter-spacing:.3rem}#game_area #button_area #up_button{background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));color:#ff3153;width:50%;height:80px;margin:0 20px;line-height:80px;border-radius:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#game_area #button_area #down_button{background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));color:#316fff;width:50%;height:80px;margin:0 20px;line-height:80px;border-radius:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#dummy_form{display:none}@media screen and (min-width: 960px){#game_area{width:600px;margin:0 auto}#game_area #bgm_button{width:50px;top:14px;right:14px}#game_area #ranking_button{width:50px;top:14px;left:14px}#game_area #description{font-size:15px;margin:20px 0;margin-bottom:0}#game_area #game_over #game_over_title{font-size:100px;margin-top:50px}#game_area #game_over #game_over_score{font-size:40px;margin-top:20px}#game_area #game_over #game_over_button{margin-top:50px}#game_area #game_over #game_over_button .result_button{font-size:24px;margin-top:20px}#game_area #ranking{position:absolute;width:100%;aspect-ratio:1260/1080;top:0;background-color:#000;font-family:"DotGothic16";color:#fff;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}#game_area #ranking #scoreboard{margin:50px 0}#game_area #ranking #scoreboard h2{text-align:center;color:#fff;font-family:"DotGothic16";font-size:56px}#game_area #ranking #scoreboard h3{text-align:center;color:#fff;font-family:"DotGothic16";font-size:18px;margin-top:10px}#game_area #ranking #scoreboard table{border-collapse:collapse;width:90%;font-weight:bold;text-align:center;background-color:#000;color:#fff;font-family:"DotGothic16";font-size:13px;margin:0 auto;margin-top:30px}#game_area #ranking #scoreboard table th,#game_area #ranking #scoreboard table td{padding:.5em 1em;border:2px solid #fff}#game_area #ranking #scoreboard table th{background:#fff;color:#000;border-top:2px solid #fff}#game_area #ranking #scoreboard table th:last-of-type{border-right:2px solid #fff}}