/* permission-popup */
#requestingCameraPermissions{
  display: none !important;
}
.prompt-box-8w{
  background-color: #0A1029 !important;
}
.prompt-box-8w>p{
  font-size: 0.8em !important;
}
.prompt-box-8w>img{
  width: 80% !important;
  border-bottom: solid 1px #fff;
}
.prompt-button-8w{
  background-color: rgba(0,0,0,0) !important;
  border: solid 1px #fff !important;
  font-size: 0.8em !important;
}
.button-primary-8w{
  background-color: rgb(99, 99, 99) !important;
  font-size: 0.8em !important;
}

/* pc Access, error-pamel */
#pc-overlay,
.error-panel
{
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0A1029;
}
.erimg {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 50vw;
  top: 0;
  transform: translateX(-50%);
}
.epbottom{
  position: absolute;
  bottom: 0;
  height: 10%;
  width: 100%;
}
.returnlink{
  background-image: url(./assets/ui/link-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  text-align: center;
}
.returnlink a{
  display: inline-block;
  font-weight: 500;
  display: block;
}

/* orientation-overlay */
#orientation-overlay {
  z-index: 9998;
  height: 100%;
  width: 100%;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0A1029;
  display: none;
  align-items: center;
  justify-content: center;
}
#omessage {
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  color: white;
  font-size: 0.8em;
  text-align: center;
}

/* langding */
#lh{
  display: block;
  font-size: 1.3em;
  margin: 40px 0 20px;
  text-align: center;
}
#lmessage {
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  color: white;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 25px;
}
.landing-qr{
  background: #fff;
  border-radius: 16px;
  width: 220px;
  height: 220px;
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  padding: 10px;
}
