.movie-top-content__wrapper {
  box-sizing: content-box;
  max-width: 1100px;
  padding: 0 8vw;
  margin: 0 auto;
}
.movie-top-content__inner {
  padding-bottom: 8rem;
}
.movie-top-content__head {
  margin: 5rem 0;
}
.movie-top-content__head .title {
  font-size: 3.5rem;
  line-height: 1.4;
}
.movie-open,
.movie-open:hover {
  display: block;
  color: #fff;
  text-decoration: none;
}
.movie-top-movie {
  position: relative;
}
.movie-top-movie__front {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
.movie-top-movie__front .title {
  font-size: 6rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.movie-top-movie__front .button {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  padding: .4em;
  max-width: 396px;
  background-color: #C40000;
  border-radius: 3em;
  margin: 2em auto 0;
}
.movie-top-movie__back {
  position: relative;
  overflow: hidden;
}
.movie-top-movie__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.movie-open:hover .movie-top-movie__back img {
  transform: scale(1.06);
}
@media only screen and (max-width: 960px) {
  .movie-top-movie__front .title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .movie-top-content__inner {
    padding-bottom: 3rem;
  }
  .movie-top-content__head {
    margin: 3rem 0;
  }
  .movie-top-content__head .title {
    font-size: 2rem;
  }
  .movie-top-movie__front .title {
    font-size: 1.8rem;
  }
  .movie-top-movie__front .button {
    font-size: 1.4rem;
  }
}
.movie-main-content {
  background-color: #E2E2E2;
}
.movie-main-content__wrapper {
  box-sizing: content-box;
  max-width: 1100px;
  padding: 0 8vw;
  margin: 0 auto;
}
.movie-main-content__head {
  padding: 7rem 0 6rem;
}
.movie-main-content__head__title {
  position: relative;
}
.movie-main-content__head__title::after,
.movie-main-content__head__title::before {
  content: "";
  position: absolute;
}
.movie-main-content__head__title::before {
  z-index: 1;
  width: 5rem;
  height: 5rem;
  left: 0;
  top: 0;
  background-color: #000;
}
.movie-main-content__head__title::after {
  z-index: 2;
  width: 3rem;
  height: 3rem;
  left: 3.6rem;
  bottom: -1.6rem;
  background-color: #C80000;
}
.movie-main-content__head__title .title {
  position: relative;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #999;
  margin-left: 9rem;
  white-space: nowrap;
}
.movie-main-content__head__title .title span {
  color: #C30000;
}
.movie-main-content__body {
  padding-bottom: 4rem;
}
.movie-main-content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie-main-content__list li {
  flex-basis: 47%;
  margin-bottom: 6rem;
}
.movie-list-content__image {
  position: relative;
}
.movie-list-content__image p {
  width: 100%;
  height: 22vw;
  max-height: 296px;
  overflow: hidden;
  border: solid 10px #989898;
}
.movie-list-content__image p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all .3s;
}
.movie-open:hover .movie-list-content__image p img {
  transform: scale(1.16);
}
.movie-list-content__data {
  position: relative;
  z-index: 1;
  top: -7rem;
}
.movie-list-content__data__wrapper {
  position: relative;
  max-width: 356px;
  margin: 0 auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, .8);
}
.movie-list-content__data__wrapper::after,
.movie-list-content__data__wrapper::before {
  content: "";
  position: absolute;
  background-color: #BB0000;
}
.movie-list-content__data__wrapper::before {
  z-index: 1;
  width: 39px;
  height: 39px;
  right: 0;
  bottom: 0;
}
.movie-list-content__data__wrapper::after {
  z-index: 2;
  width: 12px;
  height: 12px;
  right: 14px;
  bottom: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}
.movie-list-content__data__wrapper dl {
  position: relative;
  border: solid 1px #fff;
  padding: 1rem;
}
.movie-list-content__data__wrapper dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .4em;
}
.movie-list-content__data__wrapper dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
.movie-list-content__data__wrapper .post {
  font-weight: bold;
  margin-bottom: .4em;
}
@media only screen and (max-width: 960px) {
  .movie-main-content__head__title .title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .movie-main-content {
    overflow: hidden;
  }
  .movie-main-content__head {
    padding: 3rem 0;
  }
  .movie-main-content__head__title::before {
    width: 2rem;
    height: 2rem;
  }
  .movie-main-content__head__title::after {
    width: 1.4rem;
    height: 1.4rem;
    left: 1.4rem;
    bottom: -.6rem;
  }
  .movie-main-content__head__title .title {
    font-size: 2rem;
    margin-left: 4rem;
  }
  .movie-main-content__body {
    padding-bottom: 2rem;
  }
  .movie-main-content__list {
    display: block;
  }
  .movie-main-content__list li {
    margin-bottom: 3rem;
  }
  .movie-list-content__image p {
    height: 50vw;
    max-height: initial;
  }
  .movie-list-content__data {
    position: relative;
    z-index: 1;
    top: -4rem;
  }
  .movie-list-content__data__wrapper {
    max-width: initial;
    width: 90%;
    padding: 6px;
  }
  .movie-list-content__data__wrapper::before {
    width: 26px;
    height: 26px;
  }
  .movie-list-content__data__wrapper::after {
    width: 8px;
    height: 8px;
    right: 10px;
    bottom: 9px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .movie-list-content__data__wrapper dl {
    padding: .8rem .6rem;
  }
  .movie-list-content__data__wrapper dt {
    font-size: 1.8rem;
  }
  .movie-list-content__data__wrapper dd {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .modaal-outer-wrapper .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .modaal-outer-wrapper .modaal-video-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
header {
  z-index: 900 !important;
}
.mega_block {
  z-index: 800 !important;
}
.overlay {
  z-index: 700 !important;
}
#pagetop {
  z-index: 600 !important;
}
