#wrapper{
	background-color: white;
}

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


#wrapper.top .container .logo {
  position: absolute;
  top: 900px;
  left: calc(320px - 551px / 2);
  width: 551px;
  height:  228px;
}



#wrapper.top .container .hall {
  position: absolute;
  top: 1555px;
  left: calc(320px - 473px / 2);
  width: 473px;
  height:  305px;
}


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

#wrapper.top .container .pvhv2 {
  position: absolute;
  top: 1185px;
  left: calc(320px - 474px / 2);
  width: 474px;
  height: 324px;
}
#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;
}
