/********************/
/* import           */
/********************/
:root {
  --white: #ffffff;
  --black: #231815;
  --snow: #e8e2d8;
  --red: #A00F17;
  --blue: #326497;
  --dark: #4c4948;
}

#view {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: transparent;
  padding-top: 0;
  overflow: hidden;
}
#view #game_canvas {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.hiddenload {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  font-family: "DotMincho12Std-M";
}

/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 1440px) {
  /* ===================================== */
  /* ===================================== */
}
/* ===================================== */
/*
@import "./_partial/loading_animation.scss";
@import "./_partial/animation.scss";
*/