body {
  margin: 0;
  padding: 0;
  background-color: #000; /* 漆黒の背景 */
  overflow: hidden; /* スクロールバー防止 */
}

#explosionCanvas {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; /* 下の要素の操作を邪魔しない */
  z-index: 9999;
}