@font-face {
    font-family: "美咲フォント";
    src: url("misakifont.woff") format("woff");
}
.misakiClass{
    font-family: "美咲フォント";
  }
  body
  {
  background:rgb(241, 240, 247) ;
  padding:0px;         /* ページ全体のpadding */
  text-align:center;  
  margin:0 auto ;
  position: relative;
    /* 下記のautoに未対応用のセンタリング */
  }
#all{
    position: relative;
    color: rgb(139, 90, 101);
    background:rgb(255, 218, 236);
  width:365px;
  border:solid 5px rgb(255, 218, 236);
  text-align:center;  
  display: flexbox;
  margin-left: auto;
  margin-right: auto;

}
#kirakira{
    top: 10px;
    left: 210px;
    width: 50px;
    z-index:10001;
    position: absolute;
  }
  
  #kirakira2{
    top: 10px;
    left: 90px;
    width: 50px;
    z-index:10001;
    position: absolute;
  }
#kansei{
    margin: 4px;
}

#bg{
    width:365px;
}
#tw{
    margin-left: 64px;
    cursor: pointer;
    width:70px;
}

#box{
    left:40px;
    width:70px;
}
#wave{
  top: 400px;
    left: 270px;
    position: absolute;
    width: 100px;
    z-index: 10;
}
#result{
    width:300px;
}
#return {
    cursor: pointer;
    font-family: "美咲フォント";
    border: outset 3px rgb(255, 238, 240);
    background-color:rgb(255, 218, 236);
    color: rgb(139, 90, 101);
    font-size:20px;
    text-align: center;
    padding: 10px;
  
  }
#bun{
    color: rgb(157, 123, 160);
    margin-bottom: 10px;
}
*{
    margin: 0;
  }
  canvas {
    z-index: 2;
    pointer-events: none;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
}