#wrapper{
	background-color:black;
}

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

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



#wrapper.at2 .container .img1 {
  position: absolute;
  top: 120px;
  left: calc(320px - 640px / 2);
  width: 640px;
  height:  206px;
  transition: all ease 0.5s 0.5s;
  opacity: 0;
  z-index: 100;
}


#wrapper.at2 .container .img1.doShow {
  opacity: 1;
}

#wrapper.at2 .container .img2 {
  position: absolute;
  top: 250px;
  left: calc(320px - 640px / 2);
  width: 640px;
  height:  1946px;
  transition: all ease 0.5s 0.8s;
  transform: translate(0, 200px);
  opacity: 0;
  z-index: 10;
}


#wrapper.at2 .container .img2.doShow {
  opacity: 1;
  transform: translate(0, 0);
}


