@charset "utf-8";
html, body {
  height: 100%;
}

#header {
  background: rgba(255, 255, 255, 0.9);
}

#loader {
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#visual {
  display: none;
}

#main {
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 100;
  bottom: 0;
}
