@charset "utf-8";

.loading {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index:10000;
}

.loading img.chawan {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:80px;
  margin:-33px 0 0 -40px;
  animation: pulse 0.5s ease -1s infinite alternate;
}

.wrapper {
  opacity: 0
}

#colorbox {
  top: 0 !important;
}