/* 背景WebGLキャンバス（下層） */
#pattern.pattern-container{
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #fcfcfc; /* params.bgColor と一致 */
}
#pattern canvas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
