@charset "UTF-8";
/*! Writen  by SCSS */
/*	ローディング	*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  z-index: 100000000;
  display: block;
  pointer-events: none; }
  .loading .loading_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #083190;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.5s opacity linear 0s; }
  .loading .load_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s opacity ease-in-out 0s,0.5s transform ease-in-out 0s; }
    @media screen and (max-width: 480px) {
      .loading .load_logo {
        width: 70%;
        margin: 0 auto; } }
  body.loaded .loading .loading_bg {
    opacity: 0;
    pointer-events: none; }
  body.loaded .loading .load_logo {
    transform: translateY(-30px);
    opacity: 0; }
  .loading canvas#canvas {
    /*width:100%!important;*/
    height: auto !important;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .loading canvas#canvas {
        width: 350% !important; } }
  .loading #animation_container,
  .loading #dom_overlay_container {
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

/*# sourceMappingURL=loading.css.map */
