/* # =================================================================
   # title
   # ================================================================= */
@media only screen and (min-width: 768px) {
  .kyujou-mod-page-title {
    padding-top: 18%;
    background: url("/kureha_mktg/kyujou_sekai/common/img/pagetitle_bg-b.png") top center/contain no-repeat;
  }
  .kyujou-mod-page-title_content {
    top: 45%;
    width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .kyujou-mod-page-title {
    padding-top: 38.3%;
  }
  .kyujou-mod-page-title_content {
    width: 53%;
    height: auto;
    top: 39%;
  }
}

.section-title > h2 {
  text-align: center;
  color: #ffffff;
  font-size: 4.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .section-title > h2 {
    font-size: 2.6rem;
  }
}
.section-movie {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .section-movie {
    margin-top: 50px;
  }
}
.section-movie-caption {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .section-movie-caption {
    font-size: 2.1rem;
  }
}
.section-movie-wrap {
  width: 1060px;
  height: 596px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .section-movie-wrap {
    width: calc(100% - 20px);
    margin: 15px 10px 0;
    height: 200px;
  }
}
.section-movie-wrap video {
  width: 100%;
  height: 100%;
}
.section-movie .btn-primary {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .section-movie .btn-primary {
    margin-top: 30px;
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .section-movie-notice {
    margin: 40px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-movie-notice {
    width: 1060px;
    margin: 70px auto 0;
  }
}
.section-link {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .section-link {
    margin-top: 50px;
  }
}
.section-link p {
  text-align: center;
}
.section-link p a {
  display: inline-block;
  color: #0087ef;
  font-size: 16px;
  padding-left: 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-link p a {
    font-size: 15px;
  }
}
.section-link p a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 5px;
  background-image: url("/kureha_mktg/kyujou_sekai/common/img/icon_arrow_left_secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-link p a:hover, .section-link p a:visited {
  color: #0087ef;
}
.section-link p a:hover {
  text-decoration: underline;
}

.btn-primary a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  font-size: 1.5rem;
  border-radius: 25px;
  text-align: center;
  line-height: 43px;
  position: relative;
}
.btn-primary a::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 14px;
  height: 5px;
  -webkit-mask: url("/kureha_mktg/kyujou_sekai/common/img/icon_arrow_right_primary.svg");
          mask: url("/kureha_mktg/kyujou_sekai/common/img/icon_arrow_right_primary.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-primary a:hover {
  color: #222;
  background-color: #fff;
}
.btn-primary a:hover::after {
  background-color: #222;
}

@media only screen and (max-width: 767px) {
  footer {
    margin-top: 75px;
  }
}/*# sourceMappingURL=movie.css.map */