#wrapper{
	background-color:black;
}

#wrapper.at-mugen #contents {
  background: url("../images/at-mugen/bg.jpg") center top no-repeat;
  min-height: 3450px;
}

#wrapper.at-mugen .container .oizumi {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 125px;
  height: 35px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}
#wrapper.at-mugen .container .oizumi.doShow {
  opacity: 1;
}

#wrapper.at-mugen .container .title {
  position: absolute;
  top: 121px;
  left: 0;
  width: 640px;
  z-index: 100;
  transition: all ease 0.5s 0.2s;
  opacity: 0;
}

#wrapper.at-mugen .container .title.doShow {
  opacity: 1;
}

#wrapper.at-mugen .container .img1 {
  position: absolute;
  top: 215px;
  left: calc(50% - 640px / 2);
  width: 640px;
  z-index: 100;
  transition: all ease 0.5s 0.4s;
  transform: translate(-30px, 0);
  opacity: 0;
}

#wrapper.at-mugen .container .img1.doShow {
  transform: translate(0, 0);
  opacity: 1;
}

