/* ------------------------
body
--------------------------*/
html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ------------------------
header
--------------------------*/
header {
  font-family: Verdana, Arial, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
  font-size: 12px;
  color: #fff;
  z-index: 100000;
}

#sqexHeader-black {
  border-bottom: 1px solid #838383;
  background: #000;
  max-height: 34px;
}

#sqexHeader-white {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

#header-title {
  padding: 0 10px;
}

#header-title div.logo {
  padding: 10px 0;
}

#header-title div.logo a {
  width: 130px;
  height: 14px;
  display: block;
  line-height: 0;
}

#sqexHeader-black_rsp #sqexaccount {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  #header-title {
    width: 40%;
  }
  #header-title div.logo a {
    width: 100%;
    height: auto;
    width: 130px;
  }
}
/* ------------------------
style
--------------------------*/
body {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-color: #231F20;
  height: 100vh;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chrome */
  -ms-user-select: none; /* IE10 */
  overflow: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}

#application {
  aspect-ratio: 16/9;
  max-height: calc(100vh - 35px);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */

*:focus {
  outline: none;
}

#unity-container { position: relative;  width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('../img/unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('../img/progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('../img/progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


@media (max-width: 500px) {
    #unity-logo 
    { 
       display: none;
    }
    #unity-progress-bar-empty 
    { 
       display: none;
    }
    #unity-progress-bar-full 
    { 
       display: none;
    }
}
@media (max-width: 800px) {
    #unity-logo 
    { 
       display: none;
    }
}
