#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:5;/*描画を一番下に*/
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
}
