@charset "UTF-8";

.lp-movie {
  width: 100%;
  padding: 0 0 60px;
}

.lp-movie-ttl {
  width: 70%;
  position: relative;
  z-index: 1;
}

.lp-movie-area {
  position: relative;
  z-index: 2;
  margin-top: -8.5%;
  position: relative;
}

.lp-movie-area {
  padding-bottom: 56.93%;
  background: url(../img/lp/movie/lp_movie_waku_sp.png) 0 0 no-repeat;
  background-size: cover;
}

.lp-movie-area a {
  display: block;
  position: absolute;
  width: 93.8%;
  top: 3.43%;
  left: 3.43%;
}

.lp-movie-area i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -1;
  width: 44px;
  height: 44px;
  background: url(../img/lp/movie/lp_movie_play_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: -22px;
  margin-left: -22px;
  z-index: 2;
}


.lp-movie-area-img {
  position: relative;
  z-index: 1;
  padding-bottom: 55.97%;
  overflow: hidden;
  /*636/678*/
}

.lp-movie-area-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media print, (min-width: 768px) {

  .lp-movie {
    width: 920px;
    margin: 0 auto;
    padding: 0 0 120px;
  }

  .lp-movie-ttl {
    width: 642px;
/*    position: relative;
    z-index: 1;*/
  }

  .lp-movie-area {
/*    position: relative;
    z-index: 2;*/
    margin-top: -72px;
/*    position: relative;*/
  }

  .lp-movie-area {
    padding-bottom: 56.52%;
    background: url(../img/lp/movie/lp_movie_waku_pc.png) 0 0 no-repeat;
    background-size: cover;
  }

  .lp-movie-area a {
/*    display: block;
    position: absolute;*/
    width: 872px;
    height: 488px;
    top: 13px;
    left: 28px;
  }

  .lp-movie-area a:hover img{
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
  }

  .lp-movie-area i {
/*    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;*/
    width: 114px;
    height: 114px;
    background: url(../img/lp/movie/lp_movie_play_pc.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -57px;
    margin-left: -57px;
/*    z-index: 2;*/
  }


  .lp-movie-area-img {
/*    position: relative;
    z-index: 1;*/
    padding-bottom: 55.97%;
    padding-bottom: 0;
    width: 872px;
    height: 488px;
/*    background: #cc0000;
    overflow: hidden;*/
    /*636/678*/
  }

  .lp-movie-area-img img{
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out;
      -ms-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
  }

  .lp-movie-area-img a:hover {

  }

}



body.state-modal .modal {
  left: 0;
}

body.state-modal .modal-bg {
  opacity: 0.8;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

body.state-modal .modal-wrap {
  position: fixed;
  height: 100%;
  top: 0;
}

/*body.state-modal .wrap-hack {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

body.state-modal .wrap-hack-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}*/

.modal {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100000;
  left: -200%;
}

.modal-bg {
  position: fixed;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: -100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrap {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
}

.modal-box-movie {
  position: relative;
  padding-bottom: 56.25%;
}
.modal-box-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-box {
  width: 90%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  position: absolute;
  max-width: 900px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.modal-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 2px;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .modal-close {
    width: 50px;
    height: 50px;
    top: -60px;
    right: 2px;
  }
  .modal-close a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .modal-close a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}
.modal-close a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/lp/movie/modal-close.png) 0 0 no-repeat;
  background-size: 100% auto;
}
