#wrapper{
	background-color:black;
}

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

#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;
}

#wrapper.feature .container .img1 {
  position: absolute;
  top: 121px;
  left:0;
  width: 640px;
  z-index: 100;
  transition: all ease 300ms 0.3s;
  transform: scale(2, 2) ;
  opacity: 0;
}

#wrapper.feature .container .img1.doShow {
  transform: scale(1, 1) ;
  opacity: 1;
}
