#wrapper{
	background-color:black;
}

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



#wrapper.attack .container .img01 {
  position: absolute;
  top: 109px;
  left: calc(50% - 640px / 2);
  width: 640px;
  height:  2457px;
  z-index: 100;
  transition: all ease 0.5s 0.2s;
  transform: translate(0, 50px);
  opacity: 0;
}

#wrapper.attack .container .img01.doShow {
  transform: translate(0, -0);
  opacity: 1;
}




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