@charset "UTF-8";
/****	---- setting ----
===================================****/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/****	---- general ----
===================================****/
html.lock, body.lock {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
@media print, screen and (max-width: 1199px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media print, screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #00141e;
  word-wrap: break-word;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #00141e;
  text-decoration: none;
  transition: 0.2s;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 0;
}

/****	---- js ----
===================================****/
.fadeIn_copy,
.fadeIn_title,
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600,
.fadeIn_800 {
  transition: 0.6s;
  opacity: 0;
  filter: blur(1.2rem);
  transform: translate(0, 6rem) scale(0.9);
  -webkit-transform: translate(0, 6rem) scale(0.9);
}

.js-mv-400,
.fadeIn_left {
  transition: 0.6s;
  opacity: 0;
  filter: blur(1.2rem);
  transform: translate(-6rem, 0) scale(0.75);
  -webkit-transform: translate(-6rem, 0) scale(0.75);
}

.js-mv-800,
.fadeIn_right {
  transition: 0.6s;
  opacity: 0;
  filter: blur(1.2rem);
  transform: translate(6rem, 0) scale(0.75);
  -webkit-transform: translate(6rem, 0) scale(0.75);
}

.fadeInMove {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
}

.js-bounce-1200 {
  opacity: 0;
}

.bounceMove {
  animation: bounce 0.8s;
}

.js-accordion {
  transition: 0.2s;
}

.js-accordion:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .js-accordion:hover {
    opacity: 1;
  }
}

.js-accordionContents {
  display: none;
}

@keyframes bounce {
  0% {
    filter: blur(1.2rem);
    opacity: 0;
    transform: scale(0.25);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/* PCサイズ（画面幅768px以上）のときだけ適用 */
@media screen and (min-width: 768px) {
  /* 動画を包む外枠の最大幅を広げる */
  .modal-video-body {
    max-width: 1200px !important; /* お好みの幅（例: 1200px）に変更 */
    width: 90% !important; /* 画面に対する割合 */
  }
  /* 動画自体の高さを自動調整（16:9を維持） */
  .modal-video-movie-wrap {
    padding-bottom: 56.25% !important; /* 16:9のアスペクト比 */
  }
}
/****	---- utility ----
===================================****/
.u-pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-mb--em {
  margin: 0 0 1em 0;
}

/****	---- layout ----
===================================****/
.l-inner {
  width: 32rem;
  margin: 0 auto;
}

.l-content {
  width: 40rem;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .l-content {
    box-shadow: none;
  }
}

.l-section {
  padding: 4rem 0;
  position: relative;
}

.l-bg {
  background: url("../img/bg.jpg") center top/100% auto no-repeat;
  height: 452.15rem;
}
.english .l-bg {
  height: auto;
  background: url("../img/bg_en.jpg") center top/100% auto no-repeat;
  padding: 0 0 8rem 0;
}

.l-main {
  display: block;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .l-main {
    overflow: hidden;
  }
}

/****	---- project ----
===================================****/
.p-sns {
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
.p-sns > a {
  width: 3.2rem;
  display: block;
}

/****	---- component ----
===================================****/
.intro .c-ttl, .chara .c-ttl {
  width: 32rem;
  margin: 0 auto;
}
.movies .c-ttl {
  width: 18rem;
  margin: 0 auto;
}
.policy .c-ttl {
  width: 18rem;
}
.news .c-ttl {
  width: 9.2rem;
}
.fan .c-ttl {
  width: 23.8rem;
}

/****	---- pc ----
===================================****/
.l-pc {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .l-pc {
    display: none;
  }
}
.l-pc__content {
  width: calc((100vw - 40rem) / 2);
  height: 100%;
  background: url("../img/bg_pc_left.jpg") center center/cover no-repeat;
  box-sizing: border-box;
  position: relative;
}
.l-pc__content.--right {
  background: url("../img/bg_pc_right.jpg") center center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.l-pc__scroll {
  height: 100%;
  box-sizing: border-box;
  padding: min(6.25vw, 120px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.l-pc__scroll::before, .l-pc__scroll::after {
  content: "";
  margin: auto;
}
.l-pc__copy {
  width: min(5.7291666667vw, 110px);
  position: absolute;
  top: min(3.125vw, 60px);
  right: 0;
  left: 0;
  margin: auto;
}
.l-pc__ttl {
  width: min(22.2916666667vw, 428px);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-pc__logo {
  width: min(17.9166666667vw, 344px);
  margin: 0 0 min(2.6041666667vw, 50px) 0;
}
.l-pc__list {
  font-size: min(1.7479166667vw, 33.56px);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75em 0;
}
.l-pc__list-item {
  font-family: "PC명조", "PCMyungjo", "Nanum Myeongjo", serif;
}
.l-pc__list-item > a {
  color: #fff;
  padding: 0.25em 0.5em;
  display: inline-block;
}
.l-pc__list-item > a:hover {
  background: #e30000;
  transform: scale(1.2216924911);
}

/****	---- header ----
===================================****/
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header__logo {
  width: 6rem;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}
.l-header__lang {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #80898e;
  width: 7rem;
  height: 2.1rem;
  background: rgba(255, 249, 233, 0.8);
  border-radius: 9999px;
  display: block;
  position: absolute;
  top: 2rem;
  right: 7.5rem;
}
.l-header__lang > span {
  width: 3.8rem;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.l-header__lang > span.en {
  left: 0;
}
.l-header__lang > span.jp {
  right: 0;
}
.l-header__lang > span.--active {
  color: #00141e;
  background: #00ffa1;
  z-index: 1;
}
.l-header__navi {
  display: none;
  width: 40rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: calc(50vw - 20rem);
  z-index: 10;
  overflow: hidden;
}
.l-header__layer {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
}
.l-header__close {
  border: none;
  width: 4.7rem;
  height: 2.1rem;
  background: none;
  display: block;
  position: absolute;
  top: 2rem;
  right: 9rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.l-header__close:hover {
  cursor: pointer;
}
.l-header__navi.is-open .l-header__close {
  opacity: 1;
  pointer-events: auto;
}
.l-header__close > span {
  width: 4.7rem;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  margin: auto;
  transition: 0.2s ease;
}
.l-header__close > span:nth-of-type(1) {
  top: 1rem;
  transform: rotate(20deg);
}
.l-header__close > span:nth-of-type(2) {
  bottom: 0.9rem;
  transform: rotate(-20deg);
}
.l-header__scroll {
  width: 33rem;
  height: 100%;
  background: url("../img/bg_menu.jpg") right top/cover no-repeat;
  box-sizing: border-box;
  padding: min(6.25vw, 120px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-100%);
  will-change: transform, opacity;
}
.l-header__scroll.on {
  animation: slideInLeft 0.4s ease-out forwards;
}
.l-header__scroll.off {
  animation: slideOutLeft 0.4s ease-in forwards;
}
.l-header__scroll::before, .l-header__scroll::after {
  content: "";
  margin: auto;
}
.l-header__navi-logo {
  width: 17.2rem;
  margin: 0 0 2rem 0;
}
.l-header__list {
  font-size: 2.4rem;
  line-height: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.l-header__list-item {
  font-family: "PC명조", "PCMyungjo", "Nanum Myeongjo", serif;
  border-top: 1px solid #fff;
}
.l-header__list-item:last-child {
  border-bottom: 1px solid #fff;
}
.l-header__list-item > a {
  color: #fff;
  padding: 0.75em 4rem;
  display: block;
}
.l-header__list-item > a:hover {
  background: #e30000;
}
.l-header__btn {
  border: none;
  width: 4.7rem;
  height: 2.1rem;
  background: none;
  display: block;
  position: fixed;
  top: 2rem;
  right: calc(50vw - 20rem + 2rem);
  z-index: 1;
}
.l-header__btn:hover {
  cursor: pointer;
}
.l-header__btn > span {
  width: 4.7rem;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  margin: auto;
  transition: 0.2s ease;
}
.l-header__btn > span:nth-of-type(1) {
  top: 0;
}
.l-header__btn > span:nth-of-type(2) {
  width: 3.7rem;
  top: 0;
  bottom: 0;
}
.l-header__btn > span:nth-of-type(3) {
  width: 2.7rem;
  bottom: 0;
}
.l-header__btn.on > span:nth-of-type(1) {
  top: 2.8rem;
  transform: rotate(315deg);
}
.l-header__btn.on > span:nth-of-type(2) {
  display: none;
}
.l-header__btn.on > span:nth-of-type(3) {
  bottom: 2.7rem;
  transform: rotate(-315deg);
}

/****	---- main ----
===================================****/
.mv {
  height: 72rem;
  position: relative;
}
.mv__copy {
  width: 7.3rem;
  position: absolute;
  top: 4.4rem;
  right: 0;
  left: 0;
  margin: auto;
}
.mv__ttl {
  width: 34.3rem;
  position: absolute;
  top: 50.5rem;
  left: 4.6rem;
}
@keyframes scrollMove {
  0% {
    translate: 0 -2.5rem;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    translate: 0 0rem;
    opacity: 0;
  }
}
.mv .mv__scroll {
  position: absolute;
  top: 62rem;
  right: 2rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.mv .mv__scroll img {
  width: 1rem;
  height: auto;
  display: block;
}
.mv .mv__scroll::before {
  content: "";
  position: relative;
  width: 1px;
  height: 9.2rem;
  background-color: #fff;
  animation: scrollMove 3s ease-in-out infinite;
}
.mv .mv__scroll::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9.2rem;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: left top;
  animation: scrollMove 3s ease-in-out infinite;
}

.intro {
  height: 180rem;
  padding: 4rem 0 0 0;
  margin: -4rem 0 0 0;
}
.english .intro {
  height: auto;
  padding: 4rem 0 8rem;
  overflow: hidden;
}
.intro__list {
  margin: 3rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10rem 0;
}
.intro__list-item {
  position: relative;
}
.english .intro__list-item:not(:last-child)::after {
  content: "";
  width: 29.3rem;
  height: 2.4rem;
  background: url("../img/bg_orn.png") center right/contain no-repeat;
  position: absolute;
  right: -5rem;
  bottom: -6rem;
}
.intro__list-img {
  aspect-ratio: 16/10;
}
.intro__list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.intro__list-ttl {
  margin: 3rem 0 2.5rem;
}
.english .intro__list-ttl {
  margin: 3rem 0 2rem;
}
.intro__list-item:nth-child(1) .intro__list-ttl {
  width: 16.14297rem;
}
.english .intro__list-item:nth-child(1) .intro__list-ttl {
  width: 17.53716rem;
}
.intro__list-item:nth-child(2) .intro__list-ttl {
  width: 16.25176rem;
}
.english .intro__list-item:nth-child(2) .intro__list-ttl {
  width: 24.91992rem;
}
.intro__list-item:nth-child(3) .intro__list-ttl {
  width: 29.39272rem;
}
.english .intro__list-item:nth-child(3) .intro__list-ttl {
  width: 31.57373rem;
}
.intro__list-txt {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.0833333333;
}

.chara {
  padding: 4rem 0 0 0;
  margin: -4rem 0 0 0;
}
.chara__list {
  display: flex;
  flex-direction: column;
}
.chara__list-item {
  position: relative;
}
.chara__list-item:nth-child(1) {
  padding: 54.8rem 0 0 0;
}
.chara__list-item:nth-child(2) {
  padding: 51.2rem 0 0 0;
}
.chara__list-chara {
  width: 100%;
  position: absolute;
  left: 0;
}
.chara__list-item:nth-child(1) .chara__list-chara {
  top: -6.7rem;
}
.chara__list-item:nth-child(2) .chara__list-chara {
  top: 1.3rem;
}
.chara__list-chara .--name {
  width: 14.6rem;
  position: absolute;
  right: -2.4rem;
}
.english .chara__list-chara .--name {
  width: 13.2rem;
  right: -1.2rem;
}
.chara__list-item:nth-child(1) .chara__list-chara .--name {
  top: 15.7rem;
}
.chara__list-item:nth-child(2) .chara__list-chara .--name {
  top: 6.7rem;
}
.chara__list-chara .--en {
  width: 2.8rem;
  position: absolute;
  left: 4rem;
}
.chara__list-item:nth-child(1) .chara__list-chara .--en {
  top: 34.5rem;
}
.chara__list-item:nth-child(2) .chara__list-chara .--en {
  top: 23.3rem;
}
.chara__list-img {
  width: 27.6rem;
  margin: 0 0 0 4rem;
  position: relative;
}
.chara__list-txt {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  width: 34.8rem;
  height: 22.7rem;
  background: url("../img/bg_chara_txt01.png") center center/contain no-repeat;
  box-sizing: border-box;
  padding: 0 3.5rem 0 5.5rem;
  margin: 1.2rem 0 0 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.chara__list-item:nth-child(1) .chara__list-txt {
  background: url("../img/bg_chara_txt01.png") center center/contain no-repeat;
}
.chara__list-item:nth-child(2) .chara__list-txt {
  background: url("../img/bg_chara_txt02.png") center center/contain no-repeat;
}

.movies {
  background: url("../img/bg_movie.jpg") center center/cover no-repeat;
}
.english .movies {
  background: none;
  padding: 4rem 0 8rem;
  margin: -4rem 0 0 0;
}
.movies__img {
  margin: 2rem 0 3rem;
  overflow: hidden;
}
.movies__img img {
  transition: 0.2s;
}
.movies__img:hover {
  cursor: pointer;
}
.movies__img:hover img {
  transform: scale(1.05);
}
.movies__btn {
  font-family: "PC명조", "PCMyungjo", "Nanum Myeongjo", serif;
  font-weight: normal;
  font-size: 2.8rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  width: 30.2rem;
  height: 6rem;
  background: #00141e;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.english .movies__btn {
  border: 1px solid #fff;
}
.movies__btn::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/arw_btn.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.movies__btn:hover::after {
  right: 0.8rem;
}

.policy {
  color: #00141e;
  background: #fff;
}
.policy::before, .policy::after {
  content: "";
  width: 100%;
  height: 54.4rem;
  background: url("../img/bg_policy.png") center top/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.policy::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.policy .l-inner {
  position: relative;
  z-index: 2;
}
.policy__txt {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  margin: 1em 0 0 0;
}
.policy__list {
  margin: 3rem -4rem 0;
}
.policy__list-item {
  border-top: 1px solid #00141e;
}
.policy__list-item:last-child {
  border-bottom: 1px solid #00141e;
}
.policy__list-hdg {
  min-height: 6rem;
  box-sizing: border-box;
  padding: 0.5em 4rem;
  display: flex;
  align-items: center;
  position: relative;
}
.policy__list-hdg::before, .policy__list-hdg::after {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: #00141e;
  position: absolute;
  top: 0;
  right: 3.1rem;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.policy__list-hdg::after {
  transform: rotate(90deg);
}
.policy__list-hdg.--open::after {
  transform: rotate(0);
}
.policy__list-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
.policy__list-content {
  padding: 0 4rem 2rem;
}
.policy__list-txt {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.0833333333;
}

.news {
  background: url("../img/bg_news.png") center center/cover no-repeat;
}
.news__list {
  margin: 3rem -4rem 0;
}
.news__list-item {
  border-top: 1px solid #fff;
  padding: 2.5rem 4rem;
}
.news__list-item:last-child {
  border-bottom: 1px solid #fff;
}
.news__list-date {
  font-size: 1.2rem;
  line-break: 2.0833333333;
  margin: 0 0 0.25em 0;
}
.news__list-ttl {
  font-weight: 500;
  font-size: 1.4rem;
  line-break: 1.7857142857;
}

.fan {
  color: #00141e;
  background: #fff;
}
.fan::before {
  content: "";
  width: 29.35571rem;
  height: 2.40769rem;
  background: url("../img/bg_ttl_fan.png") left center/contain no-repeat;
  position: absolute;
  top: 17.8rem;
  left: 0;
}
.fan__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 1em 0 7rem;
}
.fan__txt {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.0833333333;
}
.fan__copy {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  margin: 2em 0;
}
.fan__sub {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
}
.fan__right {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0.5em 0 0 0;
}

/****	---- footer ----
===================================****/
.l-footer {
  background: #fff;
  margin: -20rem 0 0 0;
}

/****	---- end ----
===================================****//*# sourceMappingURL=style.css.map */