.character_center {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 300px; /* Todo 適当な大きさに調整*/
  display:none;
  pointer-events: none
}
