#wrapper{
	background-color:black;
}

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


#wrapper.at-bonus .container .title {
  position: absolute;
  top: 110px;
  left: 0;
  width: 640px;
  height: 145px;
  z-index: 100;
  transition: all ease 0.5s 0.1s;
  transform: translate(0, -50px);
  opacity: 0;
}


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


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

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



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