@charset "UTF-8";
/* ==================
    for SP
    49000件突破
================== */
.loaded #Toppa {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/top_box/toppa49000.png) center center no-repeat;
  background-size: 240px 100px;
  z-index: 10;
  animation: Toppa-ani 3.5s ease 1s 1 normal forwards running;
}
@keyframes Toppa-ani {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  90% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
