@charset "utf-8";

.loading {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0a2d4b;
  z-index:10000;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}

@-webkit-keyframes bg-color {
  0% { background-color: #0a2d4b; }
  10% { background-color: #006e81; }
  100% { background-color: #0a2d4b; }
}
@keyframes bg-color {
  0% { background-color: #0a2d4b; }
  10% { background-color: #006e81; }
  100% { background-color: #0a2d4b; }
}

/*p {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro W3",sans-serif;
  text-align: center;
  margin-top: 150px;
  color: #fff;
}*/



.wrapper {
  opacity: 0
}

/*#colorbox {
  top: 0 !important;
}*/