/* ==== 全体リセット ==== */
body {
  margin: 0;
  overflow: hidden;
  background: #000;
}

/* ==== キャンバス ==== */
canvas {
  display: block;
}