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