#wrapper{
	background-color: white;
}

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


#wrapper.normal .container .title {
  position: absolute;
  top: 124px;
  left: calc(50% - 230px / 2);
  width: 230px;
  height: 90px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}
#wrapper.normal .container .title.doShow {
  opacity: 1;
}

#wrapper.normal .container .cnt01 {
  position: absolute;
  top: 239px;
  left: calc(50% - 607px / 2);
  width: 607px;
  height: 916px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.normal .container .cnt01.doShow {
  opacity: 1;
}

#wrapper.normal .container .cnt02 {
  position: absolute;
  top: 1184px;
  left: calc(50% - 540px / 2);
  width: 540px;
  height: 649px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.normal .container .cnt02.doShow {
  opacity: 1;
}


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