:root {
  --app-height: 100vh;
}
html {
  background: #3f80b6;
  color: #FFF;
  overflow: hidden;
  font: 16px sans-serif;
}
html[data-device="iphone"],
html[data-device="ipad"],
html[data-device="ipod"],
html[data-device="ios"] {
  --app-height: -webkit-fill-available;
}
html[data-alpha="true"] {
  background: none;
}
html[data-alpha="true"] footer,
html[data-alpha="true"] .ctrl-box {
  display: none;
}
html[data-is-super-vertical="true"] body {
  box-sizing: border-box;
  padding-bottom: 60px;
}
body {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
}
a {
  color: #a4c5e1;
  text-decoration: none;
  cursor: pointer;
}
.ctrl-box {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ctrl-box a,
.ctrl-box span {
  float: left;
  padding: 0 4px;
  margin-top: 2px;
  border-radius: 2px;
}
.ctrl-box a[data-active="true"],
.ctrl-box span[data-active="true"] {
  background: #182562;
}
.ctrl-box span {
  opacity: 0.5;
}
footer {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 8px;
  text-align: right;
}
footer a {
  display: block;
}
footer a span {
  opacity: 0.5;
}
button {
  border: 0;
  background: #000;
  color: #FFF;
  font: inherit;
  line-height: 1.4;
  padding: 15px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.set-voice {
  cursor: pointer;
}
.set-voice.voice-mute {
  text-decoration: line-through;
}
.set-orientation-link {
  display: none;
}
[data-text]:before {
  content: attr(data-text);
}
html[data-can-orientation="true"] .set-orientation-link {
  display: block;
}
html[data-permission-state="true"] .set-orientation-link {
  display: none;
}
html .single-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
html .deto {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
html .deto > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 -60px;
}
@media (max-height: 600px) {
  html[data-scale="auto"] .sakana-box {
    transform: scale(0.8);
  }
}
@media (max-height: 550px) {
  html[data-scale="auto"] .sakana-box {
    transform: scale(0.7);
  }
}
@media (max-height: 450px) {
  html[data-scale="auto"] .sakana-box {
    transform: scale(0.6);
  }
}
@media (max-height: 350px) {
  html[data-scale="auto"] .sakana-box {
    transform: scale(0.5);
  }
}
