#wrapper{
	background-color:black;
}

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


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


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

#wrapper.top .container .chara {
  position: absolute;
  top: 460px;
  left: calc(320px - 629px / 2);
  width: 629px;
  height: 553px;
  z-index: 10;
  transition: all ease 0.5s 0.2s;
  opacity: 0;
}


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


#wrapper.top .container .catch {
  position: absolute;
  top: 121px;
  right: 18px;
  width: 137px;
  height:  479px;
  z-index: 100;
  transition: all ease 300ms 0.8s;
  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: 1340px;
  left: calc(320px - 561px / 2);
  width: 561px;
  height: 384px;
}


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

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


#wrapper.top .container .btnhall {
  position: absolute;
  top: 2080px;
  left: calc(320px - 530px / 2);
  width: 530px;
  height: 378px;
}


#wrapper.top .container .btnhall .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;
}
