/* default settings */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
/* CUSTOM STYLES */
/* =================================================================== */
/* --------------------
 .kv
--------------------*/
.kv {
  position: relative;
  z-index: 1;
}
.kv img {
  width: 100%;
  height: auto;
}

.message {
  padding: 6.75rem 0 14.625rem 0;
  margin-bottom: -10.4375rem;
  color: #fff;
}
@media (max-width: 767px) {
  .message {
    padding: 5.1875rem 0 10.5625rem 0;
    margin-bottom: -6.3125rem;
  }
}
.messageTitle {
  font-family: "din-2014", sans-serif;
  font-size: 4.375rem;
  line-height: 2.875rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 0 0 0 2.5rem;
  height: fit-content;
}
@media (max-width: 767px) {
  .messageTitle {
    font-size: 2.75rem;
    line-height: 2.875rem;
    padding: 0 0 0 1.4375rem;
    margin: 0 0 2.6875rem -0.625rem;
  }
}
.messageTitle::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto 0;
}
@media (max-width: 767px) {
  .messageTitle::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.messageText {
  width: 31.875rem;
  margin: 0.8125rem 0 0 0;
}
@media (max-width: 767px) {
  .messageText {
    width: 20.875rem;
    margin: 0 auto 0 auto;
  }
}
.messageText .txt {
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .messageText .txt {
    font-size: 0.875rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.6875rem;
  }
}
.messageSubTitle {
  font-size: 2.125rem;
  line-height: 3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .messageSubTitle {
    font-size: 1.5625rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    margin-right: -0.625rem;
  }
}
.messageSubTitle .symbol {
  letter-spacing: -0.299em;
  display: inline-block;
}
@media (max-width: 767px) {
  .messageSubTitle .symbol {
    letter-spacing: -0.499em;
  }
}
.message .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .message .wrapper {
    flex-wrap: wrap;
  }
}

.movie {
  padding: 11.625rem 0 15.5rem 0;
  background: url("../img/movie-bg.png") no-repeat center top;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .movie {
    background: url("../img/movie-bg-sp.png") no-repeat center top;
    background-size: 100%;
    padding: 6.3125rem 0 10.875rem 0;
  }
}
.movieTitle {
  color: rgba(26, 21, 101, 0.3);
  text-align: right;
  width: fit-content;
  margin: 0 -0.5rem 5.3125rem auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .movieTitle {
    margin: 0 -0.9375rem 2.9375rem auto;
  }
}
.movieTitle::before {
  background-color: rgba(25, 20, 101, 0.3);
}
.movieVideoTtl {
  margin: 0.875rem 0 0 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #191465;
}
@media (max-width: 767px) {
  .movieVideoTtl {
    margin: 1rem 0 0 -0.625rem;
    text-align: left;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: -0.08em;
  }
}
.movieContent, .movie .movieContentA {
  background: url("../img/movie_long_thumbnail_01.jpg") no-repeat center center;
  background-size: cover;
  height: 38.6875rem;
  position: relative;
}
@media (max-width: 767px) {
  .movieContent, .movie .movieContentA {
    height: 13.1875rem;
    margin: 0 -1.875rem;
  }
}
.movieContent iframe, .movie .movieContentA iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movieContentBtn, .movieContent .movieContentBtnA, .movie .movieContentABtn, .movie .movieContentA .movieContentBtnA {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  width: 5.625rem;
  height: 5.625rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .movieContentBtn, .movieContent .movieContentBtnA, .movie .movieContentABtn, .movie .movieContentA .movieContentBtnA {
    left: 1.25rem;
    bottom: 1.25rem;
    width: 3rem;
    height: 3rem;
  }
}
.movieContentBtn::before, .movieContent .movieContentBtnA::before, .movie .movieContentABtn::before, .movie .movieContentA .movieContentBtnA::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191465;
  border-radius: 50%;
  transform: scale(1.1);
  transition: transform 0.2s linear;
}
.movieContentBtn > *, .movieContent .movieContentBtnA > *, .movie .movieContentABtn > *, .movie .movieContentA .movieContentBtnA > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1367px) {
  .movieContentBtn:hover::before, .movieContent .movieContentBtnA:hover::before, .movie .movieContentABtn:hover::before, .movie .movieContentA .movieContentBtnA:hover::before {
    transform: scale(1);
  }
}
.movieContentBtn.is-play, .movieContent .movieContentBtnA.is-play, .movie .movieContentABtn.is-play, .movie .movieContentA .movieContentBtnA.is-play {
  background: none;
}
.movieContentBtn.is-play img, .movieContent .movieContentBtnA.is-play img, .movie .movieContentABtn.is-play img, .movie .movieContentA .movieContentBtnA.is-play img {
  display: none;
}
.movie .movieContentA {
  margin-top: 2.75rem;
  background: url("../img/movie_30s_thumbnail_01.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .movie .movieContentA {
    margin: 2.1875rem -1.875rem 0 -1.875rem;
  }
}

.links {
  padding: 18.6875rem 0 4.625rem 0;
  color: #191465;
  position: relative;
  margin-top: -10rem;
}
@media (max-width: 767px) {
  .links {
    padding: 10.1875rem 0 4.625rem 0;
    margin-top: -5.9375rem;
  }
}
.links::before {
  position: absolute;
  content: "";
  background: url("../img/links-bg.png") no-repeat center top;
  background-size: 100% 100%;
  top: 25.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .links::before {
    background: url("../img/links-bg-sp.png") no-repeat center bottom;
    background-size: 100%;
    top: 5rem;
  }
}
.links .wrapper {
  position: relative;
  z-index: 1;
}
.linksTitle {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 5.3125rem 0;
}
@media (max-width: 767px) {
  .linksTitle {
    margin: 0 0 2.9375rem 0;
  }
}
.linksTitle::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.linksList {
  max-width: 62.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.linksList .item {
  margin: 0 0 2.5rem 0;
  width: 30rem;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(5, 11, 79, 0.16);
  -moz-box-shadow: 0px 3px 10px 0px rgba(5, 11, 79, 0.16);
  box-shadow: 0px 3px 10px 0px rgba(5, 11, 79, 0.16);
  cursor: pointer;
}
@media (max-width: 767px) {
  .linksList .item {
    width: 19.6875rem;
    margin: 0 auto 2.5rem auto;
  }
}
.linksTxt {
  margin: 0.1875rem auto 0 auto;
  max-width: 62.5rem;
}
@media (max-width: 767px) {
  .linksTxt {
    margin: -0.9375rem auto 0 auto;
  }
}
.linksTxt .txt {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 767px) {
  .linksTxt .txt {
    font-size: 0.6875rem;
    line-height: 1.0625rem;
    letter-spacing: -0.08em;
    text-align: left;
  }
}
.linksTxt .txt + .txt {
  margin: 0.5625rem 0 0 0;
}
@media (max-width: 767px) {
  .linksTxt .txt + .txt {
    margin: 1.125rem 0 0 0;
  }
}

.purposeTitle {
  font-family: "din-2014", sans-serif;
  font-size: 4.375rem;
  line-height: 2.875rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 2.5rem;
}
@media (max-width: 767px) {
  .purposeTitle {
    font-size: 2.75rem;
    line-height: 2.875rem;
    padding: 0 0 0 1.4375rem;
  }
}
.purposeTitle::before {
  position: absolute;
  content: "";
  top: 0.0625rem;
  left: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin: auto 0;
}
@media (max-width: 767px) {
  .purposeTitle::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.parallax-section {
  overflow: hidden;
  position: relative;
}
.parallax-section .parallax-content {
  position: relative;
  z-index: 1;
}
.parallax-section .parallax-image {
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.parallax-section .parallax-image img {
  width: 100%;
  height: auto;
}