.thepage .p-head:before {
  background-image: url(../img/movie/hero@2x.jpg);
  width: 65.33333%;
}
.thepage .p-head .h-bg {
  background-color: #537BBB;
}
.p-head .ht:before {
  width: 139px;
  height: 45px;
  background-image: url(../img/movie/hero-sub-catch.svg);
}

main .sec-mov {
  padding:120px 0 140px;
}
.sec-mov h2 {
  letter-spacing: 5px;
}
.sec-mov .r-tt h2:after {
  right: -28px;
}
.r-tt h2:before, .r-tt h2:after {
  background: #537BBB;
}

.v-thumb {
  max-width: 600px;
  margin: auto;
  margin-bottom: 100px;
}
.v-thumb:last-child {
  margin-bottom: 0;
}
.v-thumb a {
  display: block;
  position: relative;
  height: 370px;
}
.v-thumb a:hover {
  text-decoration: none;
}
.v-thumb.v1 .v-img {
  background: no-repeat center url(../img/movie/movie-thumb-01@2x.jpg);
}
.v-thumb.v2 .v-img {
  background: no-repeat center url(../img/movie/movie-thumb-02@2x.jpg);
}
.v-thumb .v-img {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover!important;
}
.v-thumb .v-img:after {
  content:"";
  position: absolute;
  top:0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.v-thumb a:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/movie/ico-play.svg);
  background-size: 100%;
  width: 60px;
  height: 60px;
}
.v-thumb a:hover .v-img:after {
  opacity: 0;
}

.v-thumb .sp-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  border-radius: 0 0 12px 0;
  color:#fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: #4488B1;
  padding:10px;
}
.v-thumb .n {
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom:-20px;
  display: inline-block;
  max-width: 335px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color:#fff;
  padding:10px 20px;
  background: #63B4C6;
  border-radius: 6px;
}
.v-thumb.v2 .n {
  max-width: 134px;
}

@media (max-width: 992px) {
  .p-head .ht:before {
    top:-32px;
  }
  main .sec-mov {
    padding-top: 50px;
  }
  .sec-mov .r-tt h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head:before {
    background-image: url(../img/movie/sp/hero@2x.jpg);
    width: 52%;
  }
  .p-head .ht:before {
    width: 97px;
    height: 31px;
    top: -10px;
    left: -16px;
  }
  .v-thumb a {
    height: 64vw;
  }
  .sec-mov .r-tt h2:after {
    right: -20px;
  }
}
