

#ytPlayerWrap{
  position: relative;
  height: 100vh;
  width: 100%;
}

#ytPlayerWrap:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/img/kv_mask.png) repeat top center;
  background-size: contain;
}
.movie-scroll{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(1100px + 40px);
  margin: 0 auto;
  display: block;
}
.movie-scroll-inner{
  width: 20px;
}
.movie-scroll img{}

.movie-logo{
  position: absolute;
  top: 25%;
/*  left: 106px;
  width: 408px;*/
  left: 53px;
  width: 510px;
}
.movie-logo-inner{}
.movie-logo img{}

.movie-r{
  position: absolute;
  top: 0;
  right: 0vw;
  width: auto;
  height: 100vh;
}
.movie-r-inner{}
.movie-r img{
  object-fit: contain;
  height: 100vh;
}

#ytPlayerWrap{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#ytPlayerWrap video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}


@media screen and (max-width: 768px){

  #ytPlayerWrap{
    position: relative;
    height: 400px;
    width: 100%;
  }
  #ytPlayerWrap:after{
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 5%;
    width: 240px;
    height: 195px;
    background: url(/img/kv_mask_sp.png) repeat top center;
    background-size: 100%;
  }

}