/*==================================================
　5-11 波アニメーション
===================================*/

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  opacity: 0.92;
}

#waveCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
}
