
#floatBg {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  opacity: 0.9;
}
#YoutubeBg{
  position:fixed;
  left: 50%;
  top:50%;
  margin: -270px 0 0 -480px;
  z-index: 1000;
  background: #000;
  height: 540px;
  width: 960px;
  opacity: 0;
  display:none\9;
}
#YoutubeWrap{
  position:fixed;
  left: 50%;
  top:50%;
  margin: -270px 0 0 -480px;
  z-index: 9999;
  background: #000;
  height: 394px;
}
#movieWrapfloatBg {
position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  text-align:center;
  z-index:9999;
}#movieWrap .floatImage{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -255px 0 0 -350px;
}
#movieWrap .floatImage p{ 
}
#movieWrap .floatImage p.btn_close2{
  margin:30px 0;  
  cursor: pointer;
}
#movieWrap .floatImage .mainImage{
  height:550px;
  opacity:0;
}
#movieWrap .floatImage .mainImage img{
  height:550px;
}
#fullpage .home{
  width:100%;
  top:10%;
  position: absolute;
  text-align: center;
}

#fullpage .home h1{
  position: absolute;
  right: -70px;
  top: 10%;
  text-align: center;
}

#fullpage .home p{
  position: absolute;
  right: -65px;
  top: 177px;
  text-align: center;
  opacity: 0;
  transition:0.3s all;
}

#fullpage .catch_copy{
  width:18px;
  position:absolute;
  left: 245px;
  top:435px;
  opacity: 0;
  transition:0.3s all;
}

#fullpage .movie{
  cursor: pointer;
  height: 225px;
  overflow: hidden;
  position:relative;
  width: 400px;
  margin:0 auto;
  opacity: 0;
  transition:0.3s all;
}
#fullpage .movie:hover{
  opacity:0.7;
}
#fullpage .movie:after{
  content: url(/assets/img/btn_play_on.png);
  position: absolute;
  left: 175px;
  top: 92px;
}
#fullpage .movie img{
  position:absolute;
  top: -38px;
  left:0;
  display:block;
}
#fullpage .movie:hover{
  opacity:0.7;
}


/*151207追加*/

#fullpage .youtube{
  position:relative;
  width: 850px;
  height: 480px;
}


#fullpage .youtube iframe{
  position:absolute;
  top: 0;
  left:0;
  z-index: 100;
  width: 850px;
  height: 480px;
}

#fullpage .home p.event_top {
  position: absolute;
  top: 450px;
  right: 10px;
  text-align: center;
  opacity: 1;
  transition:0.3s all;
}