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

#wrapper.content .container .img01 {
  position: absolute;
  top: 110px;
  left: 2px;
  width: 763px;
  height: 1011px;
  opacity: 0;
  transition: all ease 2s 0s;
  transform: scale(1, 2) rotate(-15deg);
}
#wrapper.content .container .img01.doShow {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}

#wrapper.content .container .img02 {
  position: absolute;
  top: 1149px;
  left: 0;
  width: 768px;
  height: 1672px;
  opacity: 0;
  transition: all ease 2s 0s;
  transform: scale(1, 2) rotate(-15deg);
}
#wrapper.content .container .img02.doShow {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}


#wrapper.content .container .img03 {
  position: absolute;
  top: 2841px;
  left: 10.5px;
  width: 747px;
  height: 3264px;
  opacity: 0;
  transition: all ease 2s 0s;
  transform: scale(1, 2) rotate(-15deg);
}
#wrapper.content .container .img03.doShow {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}


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


.footer{
	position: absolute;
	top:6100px;
	opacity: 0;
  transition: all ease 3s 0s;
}

.footer.doShow {
  opacity: 1;
}


/*# sourceMappingURL=top.css.map */
