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

#wrapper.rt .container .title {
  position: absolute;
  top: 90px;
  left: 0;
  width: 768px;
  height: 275px;
  opacity: 0;
  transition: all ease 2s 0s;
  transform: scale(1, 1) rotate(0deg);
}
#wrapper.rt .container .title.doShow {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}

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


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


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

.footer.doShow {
  opacity: 1;
}


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