#wrapper{
	background-color:black;
}

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


#wrapper.top .container .logo {
  position: absolute;
  top: 730px;
  left: calc(320px - 630px / 2);
  width: 630px;
  height:  233px;
  transition: all ease 0.5s 0.5s;
  opacity: 0;
}


#wrapper.top .container .logo.doShow {
  opacity: 1;
}


#wrapper.top .container .catch {
  position: absolute;
  top: 121px;
  left: calc(320px - 524px / 2);
  width: 524px;
  height:  245px;
  transition: all ease 300ms 0.2s;
  transform: scale(2, 2) ;
  opacity: 0;
}

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

#wrapper.top .container .icon {
  position: absolute;
  top: 500px;
  left:10px;
  width: 201px;
  height:  176px;
  transition: all ease 300ms 0.5s;
  opacity: 0;
}

#wrapper.top .container .icon.doShow {
  opacity: 1;
}

#wrapper.top .container .atention {
  position: absolute;
  top: 977px;
  right: 20px;
  width: 283px;
  height: 18px;
}


#wrapper.top .container .pvhv1 {
  position: absolute;
  top: 980px;
  left: calc(320px - 528px / 2);
  width: 528px;
  height: 359px;
}


#wrapper.top .container .pvhv1 .play-pv {
  display: block;
  width: 100%;
  height: 100%;
}

#wrapper.top .container .pvhv2 {
  position: absolute;
  top: 1360px;
  left: calc(320px - 528px / 2);
  width: 528px;
  height: 359px;
}
#wrapper.top .container .pvhv2 .play-pv {
  display: block;
  width: 100%;
  height: 100%;
}



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