.wave{
position:relative;
height:200px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}
canvas{
bottom: 0;
left:0;
width: 100%;
z-index:100
}