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

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

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


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

.footer.doShow {
  opacity: 1;
}


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