.p-movie-title {
  text-align: center;
  padding: 180px 0;
  background: url(/90th/img/question_movie/background_title.jpg) no-repeat top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-movie-title {
    padding: 85px 4%;
    background: url(/90th/img/question_movie/background_title.jpg) repeat-y top center;
    background-size: contain;
  }
  .p-movie-title img {
    width: 100%;
    height: auto;
  }
}
.p-bg-border {
  padding: 100px 0 1px 0;
}

.p-movie-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
.p-movie-nav__item {
  width: 50%;
}
.p-movie-nav__item a {
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #333333;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
}
.p-movie-nav__item.is-active a {
  background: #c6a648;
  color: #000000;
  position: relative;
}
.p-movie-nav__item.is-active a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 26px solid #c6a648;
  border-bottom: 0;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: -24px;
  left: 0;
  right: 0;
}
.p-movie-nav__item--off {
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #cccccc;
  color: #666666;
  font-size: 24px;
  font-weight: 600;
}

.p-movie__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
.p-movie__heading {
  margin: 20px 0 100px 0;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.p-movie-section {
  border-bottom: 1px solid #000000;
}
.p-movie-section__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}

@media (max-width: 767px) {
  .p-bg-border {
    padding: 40px 0 1px 0;
  }
  .p-movie-nav {
    margin: 30px 0;
  }
  .p-movie-nav__item a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .p-movie-nav__item.is-active a::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #c6a648;
    bottom: -18px;
    left: 0;
    right: 0;
  }
  .p-movie-nav__item--off {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .p-movie__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-movie__heading {
    margin: 20px 0 50px 0;
    font-size: 22px;
  }
  .p-movie__video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .p-movie__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-movie-section__inner {
    width: auto;
    margin: 0 auto;
    padding: 10px 4% 50px 4%;
  }
}
/*# sourceMappingURL=movie.css.map */