html,
body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 1rem;
}


/* スクリプトが動作しないブラウザのために、代わりに表示させる内容の表示スタイル */
.noscript {
  display: block;
  width: 100vw;
  height: 100vh;
  margin-top: calc(50vh - 32px);
  text-align: center;
}
