@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes zoomout {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(50, 1) rotate(60deg);
  }
}
@keyframes jumpout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-top: -400px;
    transform: scale(4);
  }
}

#wrapper.top #contents {
  background-color: #0075c2!important;	
  background: url("../images/introduce/bg.jpg") no-repeat center top;
  height: 1970px;
}

#wrapper.top .container .oizumi {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 107px;
  height: 30px;
}

#wrapper.top .container .chara {
  position: absolute;
  top: 56px;
  left: -112px;
  z-index: 20;
}


#wrapper.top .container .text1 {
  position: absolute;
  top: 70px;
  left: 142px;
  z-index: 20;
}

#wrapper.top .container .text2 {
  position: absolute;
  top: 175px;
  left: 71px;
  z-index: 20;
}

#wrapper.top .container .text3 {
  position: absolute;
  top: 379px;
  left: 71px;
  z-index: 20;
}

#wrapper.top .container .text4 {
  position: absolute;
  top: 641px;
  left: 71px;
  z-index: 20;
}

#wrapper.top .container .text5 {
  position: absolute;
  top: 875px;
  left: 45px;
  z-index: 20;
}


#wrapper.top .container .content2 {
  position: absolute;
  top: 935px;
  left: 15px;
  z-index: 20;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  min-width: 1100px;
  background-color: #002870;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: calc(100% - 1769px);
}

