@charset "UTF-8";
#usagi {
  position: absolute;
  width: 110px; /* うさぎのサイズ */
  height: auto;
  overflow: visible;
}

#usagi-img {
  width: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden; /* スクロールバーが出ないようにする */
  width: 100vw;
  height: 100vh;
  background: url("images/bg_uchu.png") no-repeat center/cover;
}
