/*clearfix*/
/*flex*/
/*flex*/
@media screen and (max-width: 644px) {
  .none_pad section:nth-child(n+2) {
    padding: 40px 6vw;
  }
}

.moviePage .contsSecWrap {
  padding: 160px 0px 0px;
}
.moviePage .contsSecWrap h2 {
  margin-bottom: 60px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 644px) {
  .moviePage .contsSecWrap h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.moviePage .backBtn a {
  position: relative;
  display: block;
  margin: 50px auto 150px;
  padding: 10px 0 10px 50px;
  max-width: 250px;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .moviePage .backBtn a {
    font-size: 14px;
  }
}
.moviePage .backBtn a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 36px;
  height: 1px;
  border-bottom: solid 1px #fff;
  transition: all 0.3s ease;
}
.moviePage .backBtn a::after {
  content: "";
  width: 1px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: 18px;
  left: 2px;
  border-right: solid 2px #fff;
  transform: skewX(-45deg);
  transition: all 0.3s ease;
}
.moviePage .backBtn a:hover::before {
  width: 48px;
  left: -16px;
}
.moviePage .backBtn a:hover::after {
  left: -14px;
}

.movie_area {
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: hidden;
  position: relative;
}
.movie_area iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
  max-width: none !important;
}

.moview_area_wrap {
  width: calc(100% - 30px);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.moview_area_wrap .imgcap {
  font-size: 12px;
}
@media screen and (max-width: 644px) {
  .moview_area_wrap .imgcap {
    position: static;
    padding: 0px;
  }
}