@charset "UTF-8";

#movie { width:90%; padding-bottom: 56.25%; height:0px; margin: 0px auto; position: relative; z-index: 90;}
#movie iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.pointbtn{
    color: #fff!important;
    background-image: linear-gradient(#068cb8 50%, #0074ad 50%);
    border-bottom: 6px solid #013c57;
    border-radius: 10px;
    margin-top: 20px;
}

.movie div {
  width: 100%;
  max-width: 900px;
  margin: auto
}

.movie_video {
  background: transparent url(../images/movie_bg.png) no-repeat center center;
  background-size: contain;
  height: 0;
  padding-bottom: 585px;
  position: relative;
  z-index: 0;
}
.w900 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.movie_video #movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.movie_video #movie,.wistia_responsive_padding {
  position:relative;
  width: 94%;
  height:0;
  /*padding-top: 56.25%;*/
  padding-top: 2.8%;
  margin: 0 auto;
  z-index: 5;
}
.movie_video #movie,.wistia_responsive_padding iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#play {
    cursor: pointer;
}

#play {
  cursor: pointer;
}
.moviewaku{position: relative;}
.moviewaku .playmovie{
  position: absolute!important;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}
.moviewaku .movie_thumbnail {
  position: absolute;
  z-index: 91;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%!important;
  height: 100px
}

.movie_btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    background: #ff3413;
    box-shadow: 0 0 20px #ff3413;
}
.movie_thumbnail img,
.movie_btn img {
    width: 100%;
}
.movie_btn::before,
.movie_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #ff3413;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    animation: pulsate 1.5s linear infinite;
}
.movie_btn::after {
    animation-delay: 1s;
}
@keyframes pulsate {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}
@media only screen and (max-width: 1000px){
  .movie_video {
    padding-bottom: 55%;
  }
}
.is--none {
  display: none !important;
}

@media only screen and (max-width:1000px) {
  .movie_video #movie {width: 95%;padding-bottom: 59.6%;}
  .movie_video {padding-bottom: 59.5%}
  .movie_btn:after{width: 100%;height: 100%}
  .movie_btn.-active{display: block;}

}
@media only screen and (max-width:550px) {
  .movie_video #movie {width: 95.3%;padding-bottom: 59.6%;}
  .movie_video {padding-bottom: 59.6%}
  .movie_video #movie, .wistia_responsive_padding {width: 95.2%;padding-top: 3%;}
}