/* ベース設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.site-footer{
  position: absolute;
  right: 10px;
}

/* ゲームUI内のフォーカス枠を消す */
#scene :focus,
#frame-modal :focus{
  outline: none;
}

/* モバイルのタップハイライトも消す */
#scene a,
#scene button,
#scene [tabindex],
#note-overlay button,
#frame-modal a,
#frame-modal button,
.pc-folder,
#frame-modal [tabindex]{
  -webkit-tap-highlight-color: transparent;
}
