@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #17191d;
  color: #fff;
  font-size: 1.3rem;
/*  font-weight: normal;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  position: fixed;
  width: 100%;
}

.u-pc-none {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-pc-none {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-none {
    display: none !important;
  }
}

img {
  width: 100%;
  height: auto;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
/*  font-weight: inherit;*/
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/********** ローディング ********/
/**/
.loading {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  animation: loading 2s ease-in-out 3.9s forwards;
}
@media screen and (max-width: 750px) {
  .loading {
    height: 100dvh;
  }
}
.loading-inner {
  position: absolute;
  background: #17191d;
  width: 100%;
  height: 100%;
}
.loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9996;
  width: 85.4rem;
  height: 29rem;
  filter: blur(4rem);
  opacity: 0;
  animation: load-pc1 1.5s ease 0.8s forwards, load-pc2 1.5s ease 3.9s forwards;
}
@media screen and (max-width: 750px) {
  .loading-txt {
    width: 33.9rem;
    height: 22.2rem;
  }
}
.loading-txt picture {
  position: absolute;
  top: 0;
  left: 0;
}
.loading-txt picture:nth-child(2) {
  mix-blend-mode: screen;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -9;
  }
}
@keyframes load-pc1 {
  0% {
    filter: blur(4rem);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes load-pc2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blur {
  0% {
    filter: blur(1rem);
  }
  100% {
    filter: none;
  }
}

.info {
  filter: blur(1rem);
  animation: blur 1s ease 0.5s forwards;
}

.new-info {
  filter: blur(1rem);
  animation: blur 1s ease 0.5s forwards;
}

.intro {
  filter: blur(1rem);
  animation: blur 1s ease 0.5s forwards;
}

.story {
  filter: blur(1rem);
  animation: blur 1s ease 0.5s forwards;
}

.cast {
  filter: blur(1rem);
  animation: blur 1s ease 0.5s forwards;
}

.footer {
  filter: blur(1rem);
  animation: blur 1s ease 0.5s forwards;
}
/********** ローディング時固定 ********/
/*
body {
  overflow: hidden;
}

body.active {
  animation: loading2 0.1s ease-in-out 2.8s forwards;
}

@keyframes loading2 {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
  }
}
*/
body {
  overflow: auto;
}

/********** ベルトコンベア ********/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.reserve {
  position: fixed;
  bottom: 0;
  right: 2rem;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .reserve {
    bottom: 2rem;
    right: 1.3rem;
  }
}
.reserve a {
  position: relative;
  display: block;
  background-color: #c10000;
  width: 36.5rem;
  text-align: center;
  border-top: 0.28rem solid #fff;
  border-left: 0.28rem solid #fff;
  border-right: 0.28rem solid #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1.8rem 0 1.5rem;
}
@media screen and (max-width: 750px) {
  .reserve a {
    width: 6rem;
    height: 6rem;
    border: 0.2rem solid #fff;
    border-radius: 50%;
  }
}
.reserve a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.5rem;
  transform: translateY(-35%);
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1.1rem solid #fff;
}
@media screen and (max-width: 750px) {
  .reserve a::before {
    display: none;
  }
}
.reserve a img {
  width: 8.8rem;
}
@media screen and (max-width: 750px) {
  .reserve a img {
    width: 4.2rem;
  }
}

.footer-package {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
  align-items: center;
  background-image: url(../assets/img/package_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 100%;
  max-width: 100rem;
  padding: 3.3rem 5.8rem 3.3rem 8.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer-package {
    flex-direction: column;
    gap: 1.7rem;
    background-image: url(../assets/img/package_bg_sp.png);
    width: calc(100% - 3.6rem);
    padding: 4.5rem 3.4rem 5.2rem;
    margin: 0 1.8rem;
  }
}
.footer-package__img {
  width: 100%;
  max-width: 15.3rem;
}
@media screen and (max-width: 750px) {
  .footer-package__img {
    max-width: 17.4rem;
  }
}
.footer-package__info {
  position: relative;
  width: 100%;
}
.footer-package__inner {
  position: relative;
  max-width: 30.4rem;
}
@media screen and (max-width: 750px) {
  .footer-package__inner h3 {
    text-align: center;
  }
}
.footer-package__inner h3 img {
  max-width: 30.1rem;
}
@media screen and (max-width: 750px) {
  .footer-package__inner h3 img {
    max-width: 24.4rem;
  }
}
.footer-package__tag {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .footer-package__tag {
    text-align: center;
    margin-top: 1.3rem;
  }
}
.footer-package__tag span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  border: 0.1rem solid #fff;
  padding: 0.35rem 1rem;
}
.footer-package__sale {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1.2rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .footer-package__sale {
    margin: 2rem 0 1rem;
  }
}
.footer-package__price {
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.5;
}
.footer-package__cero {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 4.5rem;
}
@media screen and (max-width: 750px) {
  .footer-package__cero {
    max-width: 3.6rem;
  }
}
.footer-package__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #d00012;
  width: 29.3rem;
  text-align: center;
  border-radius: 0.3rem;
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  .footer-package__btn {
    position: relative;
    width: 100%;
    margin-top: 3rem;
  }
}
.footer-package__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1.1rem solid #fff;
}
.footer-package__btn img {
  max-width: 7.5rem;
}
/***********************************/
.footer-package__btn_soft {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #d00012;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  width: 29.3rem;
  text-align: center;
  border-radius: 0.3rem;
  padding: 1.5rem 0;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  .footer-package__btn_soft {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem 0;
    font-size: 2.5rem;
 }
}
.footer-package__btn_dl {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #d00012;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  width: 29.3rem;
  text-align: center;
  border-radius: 0.3rem;
  padding: 1.5rem 0;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  .footer-package__btn_dl {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem 0;
    font-size: 2.5rem;
  }
}
.footer-package__btn_soft::after,
.footer-package__btn_dl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1.1rem solid #fff;
}
.footer-package__btn_soft img,
.footer-package__btn_dl img {
  max-width: 22.5rem;
}
@media screen and (max-width: 750px) {
  .footer-package__btn_soft img,
  .footer-package__btn_dl img {
    max-width: 20.5rem;
  }
}
/***********************************/




.footer-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  align-items: center;
  max-width: 106.5rem;
  margin: 8rem auto 3.5rem;
}
@media screen and (max-width: 750px) {
  .footer-menu {
    flex-direction: column;
    margin: 1rem auto 9.3rem;
  }
}
.footer-menu__tit {
  width: 100%;
}
.footer-menu__tit h3 {
  position: relative;
  width: 27.5rem;
  height: 13.3rem;
}
@media screen and (max-width: 750px) {
  .footer-menu__tit h3 {
    width: 100%;
    height: 21.5rem;
  }
}
.footer-menu__tit h3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-menu__tit h3 img:nth-child(1) {
  width: 29rem;
}
@media screen and (max-width: 750px) {
  .footer-menu__tit h3 img:nth-child(1) {
    width: 26.5rem;
  }
}
.footer-menu__tit h3 img:nth-child(2) {
  width: 33rem;
  mix-blend-mode: screen;
  opacity: 0.55;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .footer-menu__tit h3 img:nth-child(2) {
    width: 30.5rem;
  }
}
.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
}
@media screen and (max-width: 750px) {
  .footer-menu__list {
    flex-direction: column;
    gap: 1.4rem;
    margin: 0 1.8rem;
  }
}
.footer-menu__item {
  width: calc((100% - 1.5rem) / 2);
  filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 750px) {
  .footer-menu__item {
    width: 100%;
  }
}
.footer-menu__item a {
  position: relative;
  display: block;
}
.footer-menu__item a:hover picture:nth-child(1) {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .footer-menu__item a:hover picture:nth-child(1) {
    opacity: 1;
  }
}
.footer-menu__item a:hover picture:nth-child(3) {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .footer-menu__item a:hover picture:nth-child(3) {
    opacity: 0;
  }
}
.footer-menu__item a picture {
  transition: opacity 0.3s;
}
.footer-menu__item a picture:nth-child(2), .footer-menu__item a picture:nth-child(3) {
  position: absolute;
  bottom: 0.6rem;
  right: 2.5rem;
  max-width: 10.5rem;
}
@media screen and (max-width: 750px) {
  .footer-menu__item a picture:nth-child(2), .footer-menu__item a picture:nth-child(3) {
    bottom: 0.55rem;
    max-width: 9.8rem;
  }
}
.footer-menu__item a picture:nth-child(3) {
  opacity: 0;
}
.footer-scroll {
  position: absolute;
  bottom: -1.5rem;
  right: -11rem;
  width: 7rem;
  height: 6.4rem;
}
@media screen and (max-width: 750px) {
  .footer-scroll {
    bottom: -7rem;
    right: 15.8rem;
    width: 5.3rem;
    height: 4.9rem;
  }
}
.footer-scroll:hover img:nth-child(2) {
  opacity: 1;
}
.footer-scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.4rem;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .footer-scroll img {
    width: 12.2rem;
  }
}
.footer-scroll img:nth-child(2) {
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer-copy {
  background-color: #000;
  padding: 2rem 0 2.7rem;
}
@media screen and (max-width: 750px) {
  .footer-copy {
    padding: 1.3rem 1rem 1.6rem;
  }
}

.footer-copy .footer-copy__policy {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
@media screen and (max-width: 750px) {
  .footer-copy .footer-copy__policy {
    font-size: 0.8rem;
  }
}

.footer-copy dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer-copy dl {
      column-gap: 1rem;
  }
}
.footer-copy dt {
  width: 100%;
  max-width: 6.5rem;
}
@media screen and (max-width: 750px) {
  .footer-copy dt {
    max-width: 4.1rem;
  }
}
.footer-copy dd {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .footer-copy dd {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
  }
}

.kv {
  position: relative;
  background-image: url(../assets/img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 59.0104166667vw;
  margin-bottom: -4.25vw;
  z-index: 0;
}
.kv-en {
  background-image: url(../assets/img/en/kv_bg.jpg);
}
.kv-sc {
  background-image: url(../assets/img/sc/kv_bg.jpg);
}
.kv-tc {
  background-image: url(../assets/img/tc/kv_bg.jpg);
}
@media screen and (max-width: 750px) {
  .kv {
    background-image: url(../assets/img/kv_bg_sp.jpg);
    background-position: 50% 0%;
    height: 62.5rem;
    margin-bottom: 0;
  }
  .kv-en {
    background-image: url(../assets/img/en/kv_bg_sp.jpg);
  }
  .kv-sc {
    background-image: url(../assets/img/sc/kv_bg_sp.jpg);
  }
  .kv-tc {
    background-image: url(../assets/img/tc/kv_bg_sp.jpg);
  }
}
.kv::after {
  content: "";
  position: absolute;
  bottom: -4.1666666667vw;
  left: 0;
  background: linear-gradient(180deg, rgba(23, 25, 29, 0) 0%, rgba(23, 25, 29, 0.65) 20%, rgba(23, 25, 29, 0.85) 30%, rgb(23, 25, 29) 45%, rgb(23, 25, 29) 100%);
  width: 100%;
  height: 12.6041666667vw;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .kv::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(23, 25, 29, 0) 0%, rgba(23, 25, 29, 0.6) 15%, rgba(23, 25, 29, 0.8) 25%, rgb(23, 25, 29) 40%, rgb(23, 25, 29) 100%);
    height: 23.8rem;
  }
}
.kv-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 750px) {
  .kv-logo {
    width: 5rem;
    height: 5rem;
  }
}
.kv-wrap {
  position: absolute;
  top: 16.40625vw;
  left: 9.375vw;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .kv-wrap {
    top: 54%;
    left: 6%;
  }
}
.kv-tit {
  position: relative;
  width: 35.5208333333vw;
  height: 21.09375vw;
}
@media screen and (max-width: 750px) {
  .kv-tit {
    width: 32.6rem;
    height: 19.5rem;
  }
}
.kv-tit img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv-tit img:nth-child(1) {
  max-width: 31.5104166667vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .kv-tit img:nth-child(1) {
    max-width: 28.9rem;
  }
}
.kv-tit img:nth-child(2) {
  mix-blend-mode: screen;
}
/**
.kv-txt {
  margin-top: 3.125vw;
}
@media screen and (max-width: 750px) {
  .kv-txt {
    margin-top: 1.8rem;
  }
}
**/
.kv-txt img {
  max-width: 27.2916666667vw;
  margin-left: -0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .kv-txt img {
    max-width: 22rem;
    margin-left: -1.5rem;
  }
}

.info {
  position: relative;
  z-index: 1;
}
.info-wrap {
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .info-wrap {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 1.4rem;
    margin: 0 1.8rem;
  }
}
.info-inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: flex-end;
}
.info-news {
  width: 100%;
  max-width: 75.5rem;
  height: 11rem;
  background-color: #2e1910;
  background-image: url(../assets/img/info_news_frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.5);
  padding: 2.6rem 2.2rem 2.6rem 4rem;

    overflow: hidden;
}
@media screen and (max-width: 750px) {
  .info-news {
    background-image: url(../assets/img/info_news_frame_sp.png);
    height: 15.7rem;
    padding: 1.3rem 1.8rem 1.6rem;
  }
}
.info-news__inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .info-news__inner {
    display: block;
  }
}
.info-news__tit {
  width: 7rem;
}
@media screen and (max-width: 750px) {
  .info-news__tit {
    margin: 0 auto;
  }
}
.info-news__content {
  width: 100%;
  max-height: 6rem;
  padding-right: 4rem;
}
@media screen and (max-width: 750px) {
  .info-news__content {
    max-height: 10.3rem;
    padding-right: 1.8rem;
    margin-top: 0.5rem;
  }
}
.info-news__content .simplebar-track {
  background-color: #a7a7a7;
  width: 0.6rem !important;
  border-radius: 100vh;
}
.info-news__content .simplebar-scrollbar::before {
  background: #ae0000;
  width: 0.6rem;
  margin: 0;
  opacity: 1 !important;
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 100vh;
}
.info-news__list {
  display: flex;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .info-news__list {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.info-news__list:not(:last-child) {
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 750px) {
  .info-news__list:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.info-news__txt {
  position: relative;
  transition: color 0.3s;
}
@media screen and (max-width: 750px) {
  .info-news__txt {
    padding-left: 1.3rem;
  }
}
.info-news__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.7rem solid #a8995d;
}
@media screen and (max-width: 750px) {
  .info-news__txt::before {
    top: 0.4rem;
    left: 0.1rem;
    transform: translateY(0);
  }
}
.info-news__txt.news_link:hover {
  color: #a8995d;
}
.info-movie {
  width: 100%;
  max-width: 32.9rem;
  box-shadow: 0 0 1.5rem 0 black;
  margin-bottom: -0.7rem;
}
.info-movie a {
  position: relative;
  display: block;
}
.info-movie a:hover img {
  opacity: 0.7;
}
.info-movie a:hover button {
  transform: translate(-50%, -62%) scale(1.1);
}
.info-movie a img {
  transition: opacity 0.3s;
}
.info-movie a button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  background-color: #fff;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.info-movie a button::before, .info-movie a button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
}
.info-movie a button::before {
  transform: translate(-35%, -50%);
  border-left: 2.4rem solid #e00002;
}
.info-movie a button::after {
  transform: translate(-28%, -38%);
  border-left: 2.4rem solid #000;
  filter: blur(0.1rem);
  opacity: 0.2;
  z-index: -1;
}
.info-links {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .info-links {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0;
  }
}
.info-btn {
  width: 100%;
  filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 750px) {
  .info-btn {
    width: calc((100% - 1rem) / 2);
    filter: none;
  }
}
.info-btn a {
  position: relative;
  display: block;
}
.info-btn a:hover picture:nth-child(1) {
  opacity: 0.7;
}
.info-btn a:hover picture:nth-child(3) {
  opacity: 1;
}
.info-btn a picture {
  transition: opacity 0.3s;
}
.info-btn a picture:nth-child(2), .info-btn a picture:nth-child(3) {
  position: absolute;
  bottom: 0.6rem;
  right: 2.5rem;
  max-width: 10.5rem;
}
.info-btn a picture:nth-child(3) {
  opacity: 0;
}

.movie {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 3rem 0 13rem;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .movie {
    padding: 8.5rem 0 8rem;
  }
}
.movie-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #17191d;
  width: 100%;
  height: 100%;
  opacity: 0.98;
  cursor: pointer;
  z-index: -1;
}
.movie-wrap {
  position: relative;
  max-width: 66.7rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .movie-wrap {
    padding: 0;
  }
}
.movie-btn_close {
  position: absolute;
  top: 0.3rem;
  right: -7.5rem;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 750px) {
  .movie-btn_close {
    top: -3.7rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.movie-btn_close::before, .movie-btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 7rem;
  height: 0.1rem;
}
@media screen and (max-width: 750px) {
  .movie-btn_close::before, .movie-btn_close::after {
    width: 3.5rem;
  }
}
.movie-btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.movie-btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.movie-area {
  position: relative;
  margin: 0 0 4rem;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .movie-area {
    margin: 0 0 3rem;
  }
}
.movie-body {
  position: relative;
  display: none;
  aspect-ratio: 1/0.5661;
}
.movie-body img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.movie-body.selected {
  display: block;
}
.movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  background-color: #fff;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .movie-btn {
    width: 5rem;
    height: 5rem;
  }
}
.movie-btn:hover {
  transform: translate(-50%, -62%) scale(1.1);
}
.movie-btn::before, .movie-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
}
@media screen and (max-width: 750px) {
  .movie-btn::before, .movie-btn::after {
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
  }
}
.movie-btn::before {
  transform: translate(-35%, -50%);
  border-left: 3.6rem solid #e00002;
}
@media screen and (max-width: 750px) {
  .movie-btn::before {
    border-left: 1.6rem solid #e00002;
  }
}
.movie-btn::after {
  transform: translate(-28%, -38%);
  border-left: 3.6rem solid #000;
  filter: blur(0.1rem);
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .movie-btn::after {
    border-left: 1.6rem solid #000;
  }
}
.movie-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 106.7rem;
  margin: 0 auto;
  row-gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  .movie-list {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    width: 100%;
    padding: 0 3.3rem;
  }
}
.movie-item {
  display: flex;
  align-items: center;
}
.movie-thumb {
  width: 100%;
  max-width: 14.5rem;
  aspect-ratio: 1/0.5661;
  cursor: pointer;
  z-index: 0;
}
/*
@media screen and (max-width: 750px) {
  .movie-thumb {
    width: 45%;
  }
}
*/

.movie-thumb.selected {
  border: 0.2rem solid #a8995d;
}
.movie-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.movie-txt {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .movie-txt {
    font-size: 2rem;
  }
}

.intro {
  background-image: url(../assets/img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: 192rem;
  background-position: 50% 0%;
  padding: 18.5rem 0 0;
  margin-top: -9rem;
}
@media screen and (max-width: 750px) {
  .intro {
    background-image: url(../assets/img/intro_bg_sp.jpg);
    background-size: 100%;
    padding: 32.7rem 0 0;
    margin-top: -26.2rem;
  }
}
.intro-wrap {
  text-align: center;
  margin: 0 auto;
}
.intro-tit img {
  max-width: 25.5rem;
}
@media screen and (max-width: 750px) {
  .intro-tit img {
    max-width: 19.7rem;
  }
}
.intro-txt {
  font-weight: 400;
  font-style: normal;
  text-shadow: #0b031c 0 0.3rem 1rem;
  margin: 4rem 0 8.5rem;
}
@media screen and (max-width: 750px) {
  .intro-txt {
    margin: 2.8rem 0 6rem;
  }
}
.intro-txt h3 {
  font-size: 3.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .intro-txt h3 {
    font-size: 2.4rem;
  }
  .intro-txt .h3-en {
    font-size: 2rem;
  }
}
.intro-txt h3 dl {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .intro-txt h3 dl {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.intro-txt h3 dl dd {
  position: relative;
}
.intro-txt h3 dl dd:nth-child(1)::before, .intro-txt h3 dl dd:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: -3.4rem;
  background-color: #fff;
  width: 3rem;
  height: 0.1rem;
}
@media screen and (max-width: 750px) {
  .intro-txt h3 dl dd:nth-child(1)::before, .intro-txt h3 dl dd:nth-child(1)::after {
    top: 1.2rem;
    right: -2rem;
    width: 1.9rem;
  }
}
.intro-txt h3 dl dd:nth-child(1)::before {
  transform: rotate(45deg);
}
.intro-txt h3 dl dd:nth-child(1)::after {
  transform: rotate(-45deg);
}
.intro-txt p {
  font-size: 2.3rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .intro-txt p {
    font-size: 1.45rem;
    margin-top: 1.2rem;
  }
  .story-txt .p-en {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.intro-belt {
  display: flex;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
.intro-list {
  display: flex;
}
.intro-item {
  width: 46.6rem;
}
@media screen and (max-width: 750px) {
  .intro-item {
    width: 20.4rem;
  }
}

.story {
  background-image: url(../assets/img/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: 192rem;
  background-position: 50% 0%;
}
@media screen and (max-width: 750px) {
  .story {
    background-image: url(../assets/img/story_bg_sp.jpg);
    background-size: 100%;
  }
}
.story-wrap {
  text-align: center;
  padding: 7.5rem 0 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .story-wrap {
    padding: 4rem 0 5rem;
  }
}
.story-tit img {
  max-width: 10.4rem;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 750px) {
  .story-tit img {
    max-width: 8rem;
    filter: none;
  }
}
.story-txt {
  font-weight: 400;
  font-style: normal;
  text-shadow: #0b031c 0 0.3rem 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .story-txt {
    margin-top: 3rem;
  }
}
.story-txt h3 {
  font-size: 3.7rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .story-txt h3 {
    font-size: 2.1rem;
  }
  .story-txt .h3-en {
    font-size: 2rem;
  }
}
.story-txt p {
  font-size: 2.3rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .story-txt p {
    font-size: 1.45rem;
    line-height: 2.23;
    margin-top: 1.5rem;
  }
  .story-txt .p-en {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.story-txt p:nth-child(3) {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .story-txt p:nth-child(3) {
    margin-top: 1.5rem;
  }
}
.story-btn {
  display: inline-block;
  max-width: 20rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .story-btn {
    max-width: 17.8rem;
    margin-top: 1rem;
  }
}
.story-belt {
  display: flex;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
.story-list {
  display: flex;
}
.story-item {
  width: 46.6rem;
}
@media screen and (max-width: 750px) {
  .story-item {
    width: 20.4rem;
  }
}

.cast {
  padding: 8rem 0;
}
@media screen and (max-width: 750px) {
  .cast {
    padding: 5rem 0 4rem;
  }
}
.cast-tit {
  text-align: center;
}
.cast-tit img {
  max-width: 8.16rem;
}
@media screen and (max-width: 750px) {
  .cast-tit img {
    max-width: 6.23rem;
  }
}
.cast-list {
  display: flex;
  max-width: 1920px;
  flex-wrap: wrap;
  margin: 4rem auto 0;
}
@media screen and (max-width: 750px) {
  .cast-list {
    margin: 3.5rem auto 0;
  }
}
.cast-item {
  position: relative;
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .cast-item {
    width: 50%;
  }
}
.cast-item a {
  display: block;
}
.cast-item.inactive {
  pointer-events: none;
}
.cast-item__img {
  position: relative;
}
.cast-item__name {
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 2rem;
  right: 2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.cast-item__name-en {
  opacity: 0.7;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0;
  background: #000;
}
@media screen and (max-width: 750px) {
  .cast-item__name {
    top: 0.7rem;
    right: 0.7rem;
  }
}
.cast-item__name h3 {
  font-size: 5.5rem;
  letter-spacing: 0.06em;
}
.cast-item__name-en h3 {
  font-size: 2.3rem;
}
@media screen and (max-width: 750px) {
  .cast-item__name h3 {
    font-size: 2.17rem;
  }
  .cast-item__name-en h3 {
    font-size: 1.4rem;
  }
}
.cast-item__name p {
  font-size: 2.3rem;
}
.cast-item__name span {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center center;
  line-height: 1;
  position: relative;
}

.cast-item__name .span-sc {
  right: 0.3rem;
  top: -0.6rem;
}

.cast-item__name .span-tc {
  right: -0.1rem;
  top: -0.1rem;
}

.cast-item__name-en p {
  padding-top: 3px;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .cast-item__name p {
    font-size: 1rem;
  }
  .cast-item__name .span-sc {
    right: 0.15rem;
    top: -0.25rem;
  }
  .cast-item__name .span-tc {
    right: -0.1rem;
    top: -0.1rem;
  }
  .cast-item__name-en p {
    font-size: 1rem;
  }
}
.cast-btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .cast-btn {
    margin-top: 1.5rem;
  }
}
.cast-btn a {
  display: inline-block;
  max-width: 20rem;
}
@media screen and (max-width: 750px) {
  .cast-btn a {
    max-width: 17.8rem;
  }
}

.character {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.character-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
  z-index: -1;
}
.character-close {
  position: absolute;
  top: 0.8854166667vw;
  right: 0.8854166667vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .character-close {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.character-close::before, .character-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #231815;
  width: 3.6458333333vw;
  height: 0.078125vw;
}
@media screen and (max-width: 750px) {
  .character-close::before, .character-close::after {
    width: 3.5rem;
    height: 0.15rem;
  }
}
.character-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.character-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.character-wrap {
  position: relative;
  background-color: #d3c7b9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72.9166666667vw;
  height: 47.5520833333vw;
}
@media screen and (max-width: 750px) {
  .character-wrap {
    width: 100%;
    height: 100%;
  }
}
.character-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/img/modal_texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .character-wrap::after {
    background-image: url(../assets/img/modal_texture_sp.png);
  }
}
.character-list {
  position: relative;
  width: 100%;
  max-width: 57.2916666667vw;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .character-list {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 3rem;
  }
}
.character-list__btn {
  position: absolute;
  top: 50%;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  border-bottom: 0.078125vw solid #231815;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .character-list__btn {
    top: 18.5rem;
    width: 3rem;
    height: 3rem;
    border-bottom: 0.1rem solid #231815;
  }
}
.character-list__btn.prev {
  left: -1.3020833333vw;
  transform: translateY(-50%) rotate(45deg) skew(5deg, 5deg);
  border-left: 0.078125vw solid #231815;
}
@media screen and (max-width: 750px) {
  .character-list__btn.prev {
    left: 1.3rem;
    transform: translateY(0) rotate(45deg) skew(10deg, 10deg);
    border-left: 0.1rem solid #231815;
  }
}
.character-list__btn.next {
  right: -1.3020833333vw;
  transform: translateY(-50%) rotate(-45deg) skew(-5deg, -5deg);
  border-right: 0.078125vw solid #231815;
}
@media screen and (max-width: 750px) {
  .character-list__btn.next {
    right: 1.3rem;
    transform: translateY(0) rotate(-45deg) skew(-10deg, -10deg);
    border-right: 0.1rem solid #231815;
  }
}
.character-item {
  display: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.character-item.showing {
  display: flex;
}
@media screen and (max-width: 750px) {
  .character-item.showing {
    display: block;
  }
}
.character-item__img {
  position: relative;
  width: 100%;
  max-width: 26.0416666667vw;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .character-item__img {
    position: absolute;
    top: 2rem;
    left: 3rem;
    width: 17.8rem;
    max-width: 100%;
    height: 31.5rem;
  }
}
.character-item__img img {
  position: absolute;
  bottom: 0;
  left: -8.3333333333vw;
  width: 44.4270833333vw;
}
@media screen and (max-width: 750px) {
  .character-item__img img {
    bottom: -5rem;
    left: -9rem;
    width: 37.3rem;
  }
}
.character-item__info {
  width: 100%;
  color: #231815;
  padding: 2.3229166667vw 5.5729166667vw 0 0;
}
@media screen and (max-width: 750px) {
  .character-item__info {
    padding: 2rem 0 0 0;
  }
}
.character-item__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .character-item__head {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 4rem;
    height: 31.5rem;
    padding-top: 8.5rem;
    margin-left: 17.5rem;
  }
}
.character-item__name {
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
.character-item__name h3 {
  font-size: 2.65625vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .character-item__name h3 {
    font-size: 2.9rem;
    white-space: nowrap;
  }
}
.character-item__name h3 span {
  letter-spacing: -0.08em;
}
.character-item__name h3 ruby {
  position: relative;
}
.character-item__name h3 ruby rt {
  position: absolute;
  top: -0.5208333333vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8333333333vw;
  white-space: nowrap;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 750px) {
  .character-item__name h3 ruby rt {
    top: -0.6rem;
    font-size: 0.9rem;
  }
	/* Safari */
	_::-webkit-full-page-media, _:future, :root .character-item__name h3 ruby rt {
		top: -0.4rem;
		transform: translateX(0%);
		letter-spacing: normal;
	}
}
.character-item__name p {
  font-size: 1.0020833333vw;
  letter-spacing: 0.06em;
  margin: 0.6770833333vw 0 0 0.1041666667vw;
}
@media screen and (max-width: 750px) {
  .character-item__name p {
    font-size: 1.4rem;
    margin: 0.8rem 0 0 0.3rem;
  }
}
.character-item__voice {
  margin-top: 0.9375vw;
}
.character-item__voice button {
  margin-left: 0.4166666667vw;
}
@media screen and (max-width: 750px) {
  .character-item__voice button {
    display: block;
    margin: 0 0 2rem 1.6rem;
  }
}
.character-item__voice button img {
  max-width: 4.9479166667vw;
}
@media screen and (max-width: 750px) {
  .character-item__voice button img {
    max-width: 8.15rem;
  }
}
.character-item__txt {
  font-size: 0.8333333333vw;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: justify;
  margin: 1.5625vw 0 0 0.1041666667vw;
}
@media screen and (max-width: 750px) {
  .character-item__txt {
    font-size: 1.2rem;
    margin: 2rem 0 0 0;
  }
}
.character-item__thum__container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.2vw;
	margin-top: 2%;
	width: 100%;
}
.character-item__thum {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 750px) {
	.character-item__thum__container {
		gap: 1.5vw;
	}

}

/********** 追従バナー start ********/
.footer-auto {
	position:-webkit-sticky;
	position:sticky;
	bottom:0;
	z-index:2;
	width: 50%;
	max-width: 500px;
	margin-left: auto;
}

.footer-auto__banner {
	position: relative;
}
.footer-auto__banner .footer-auto_button {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: inline-block;
	min-width: 350px;
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 14px 60px;
	border: 2px solid #fff;
	text-decoration: none;
	opacity: 0.9;
}
@media screen and (max-width: 750px) {
	.footer-auto {
		width: 100%;
		max-width: 750px;
		margin-left: unset;
	}
	.footer-auto__banner .footer-auto_button {
		bottom: 1px;
		width: 98%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}
/********** 追従バナー end ********/


.kv-sub {
	width: 63%;
	max-width: 900px;
	position: absolute;
	top: 86%;
	left: 33%;
	transform: translate(-50%, -50%);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	place-items: center;
	place-content: center;
}
.kv-sub_image {
	width: 100%;
	overflow: hidden;
}

.kv-sub_image_new {
	position: relative;
}
.kv-sub_image_new::before {
	position: absolute;
	background-image: url(/assets/img/special/new.png);
	content: "";
	width: 18%;
	height: 28%;
	background-size: contain;
	background-repeat: no-repeat;
}

.kv-slide {
	display: none;
}
@media screen and (max-width: 750px) {
	.kv-sub {
		display: none;
	}

	.kv-wrap {
		top: 32%;
		left: 6%;
	}
	.kv-slide {
		display: block;
		position: relative;
		top: 73%;
	}
	.swiper-slide img {
		height: auto;
		width: 100%;
	}


}


.new-info {
  position: relative;
  z-index: 1;
}
.new-info-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	/*max-width: 960px;*/
	max-width: 120rem;
	margin: 0 auto;
	padding: 20px 5%;
	height: auto;
	gap: 20px 0;
}

.movie-body2 {
	display: block;
	grid-row: 1 / span 2; 
	position: relative; 
	width: 90%;
	aspect-ratio: 1046 / 592; 
	background-image: url(/assets/img/en/info_movie.png); 
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.movie-wrapper {
	position: absolute;
	width: 85%;
	height: 85%;
	z-index: 5;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 44.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-area {
	width: 100%;
	max-height: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}

.video-area img {
	width: 100%; 
	height: 100%; 
	object-fit: contain;
	display: block; 
	background-color: black; 
	position: absolute;
	top: 0;
	left: 0;
}

/* 挿入される動画（iframe） */
.video-area iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/* 再生ボタンCSS */
.movie-btn2 {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
	transition: all 0.3s;
	cursor: pointer;
	z-index: 10;
}

.movie-btn2:hover {
	transform: translate(-50%, -50%) scale(1.1) !important;
}

.movie-btn2::before, .movie-body2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
}

/* PC用赤三角と影 */
.movie-btn2::before {
	transform: translate(-35%, -50%);
	border-left: 3.6rem solid #e00002;
}
.movie-btn2::after {
	transform: translate(-28%, -38%);
	border-left: 3.6rem solid #000;
	filter: blur(0.1rem);
	opacity: 0.2;
	z-index: -1;
}

/* スマホ用 */
@media screen and (max-width: 750px) {
	.movie-btn2 {
		width: 5rem !important;
		height: 5rem !important;
	}

	.movie-btn2, .movie-btn2:hover {
		transform: translate(-50%, -50%) !important;
	}

	.movie-btn2::before, .movie-btn2::after {
		border-top: 0.9rem solid transparent;
		border-bottom: 0.9rem solid transparent;
	}
	.movie-btn2::before {
		border-left: 1.2rem solid #e00002;
	}
	.movie-btn2::after {
		border-left: 1.2rem solid #000;
	}
}

/* コンテンツボックス */
.content-box {
	cursor: pointer;
}

/* スマホ用 */
@media (max-width: 750px) {
	.new-info-wrap {
		display: flex;
		flex-direction: column;
		margin-top: -35%;
		padding: 0 16px;
		gap: 20px;
	}
	.movie-body2 {
		width: 90%;
		margin: 0 auto;
	}
}

.home-button-area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}


/* HOMEボタン */
.home-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 0 auto;
	padding: 0.7em 2em;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 3px #17191d;
	background-color: #17191d;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}



/* 言語切替メニュー */
#header {
	position: relative;
	max-width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#header .inner {
	max-width: 100%;
	padding: 0;
}
#header .inner ul {
	margin-top: 0;
	list-style: none;
}
#header .inner ul li a{
	display: block;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	padding: 0.5vw 3.5vw;
	font-size: clamp(1rem, 1vw, 1vw);
}
@media screen and (max-width: 750px) {
	#header .inner ul li a{
		padding: 1.2vw 4vw;
		font-size: 1.5rem;
	}
}
#header .header-language {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
}
@media screen and (max-width: 1600px) {
	#header .header-language {
		font-size: 1.3vw;
		padding: 0.625vw 1.25vw;
	}
}
@media screen and (max-width: 750px) {
	#header .header-language {
		font-size: 2.6vw;
		padding: 3vw;
	}
}
#header .header-language-button {
	position: relative;
	/*color: #e84785;*/
	color: #fff;
	letter-spacing: 0.03em;
	padding-left: 28px;
	cursor: pointer;
}
@media screen and (max-width: 1600px) {
	#header .header-language-button {
		padding-left: 1.75vw;
	}
}
@media screen and (max-width: 750px) {
	#header .header-language-button {
		padding-left: 5vw;
	}
}
#header .header-language-button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(/assets/img/header_icn_language.svg);
	background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
	#header .header-language-button::before {
		top: 0.2vw;
		width: 1.25vw;
		height: 1.25vw;
	}
}
@media screen and (max-width: 750px) {
	#header .header-language-button::before {
		top: -2px;
		width: 3.7vw;
		height: 3.7vw;
	}
}
#header .header-language-list {
	position: absolute;
	top: 2.5vw;
	right: 0;
	display: none;
	/*background-color: #e84785;*/
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	#header .header-language-list {
		top: 8vw;
		left: auto;
		right: 2vw;
		-webkit-transform: translateX(0);
		transform: translateX(0);
/*		padding: 0.3vw 3vw 1.5vw;*/
	}
}
@media (min-width: 1920px){
	#header .header-language-list {
		top: 48px;
	}
}
#header .header-language-list li {
	white-space: nowrap;
/*	padding: 5px 0;*/
}


/* 商品情報エリア */
.package-title {
	width: 100%;
	margin: 0 auto;
	max-width: 120rem;
	text-align: center;
	padding-bottom: 2rem;
}

.package-title img {
	width: 35%;
}

/* 商品情報 */
.package-wrppaer {
	width: 100%;
	margin: 0 auto 5rem;
	max-width: 120rem;
	display: flex;
	border: 4px solid #8F7F4E;
	border-radius: 5px;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	padding: 20px;
}

/* 商品情報左（商品リンク以外） */
.left-section {
	flex: 6.5;
	display: flex;
	box-sizing: border-box;
}

/* 商品情報右（商品リンク） */
.right-section {
	flex: 3.5;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/* ストアロゴ+パッケージ画像 */
.left-section .software-info-s,
.left-section .software-info-n {
	flex: 1;
	display: flex;
	box-sizing: border-box;
	column-gap: 15px;
}

/* ストアロゴ */
.shop-icon-img {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	width: 22rem;
}
.left-section .software-info-s .shop-icon-img img {
	height: 5.5rem;
	width: auto;
}
.left-section .software-info-n .shop-icon-img img {
	height: 8rem;
	width: auto;
}

/* パッケージ画像 */
.software-img {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 17rem;
}

.left-section .software-info-s .software-img img,
.left-section .software-info-n .software-img img {
	height: 25rem;
	width: auto;
}

/* 商品情報 */
.product-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 43rem;
}

/* 発売日・価格 */
.product-info {
	width: 90%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	white-space: nowrap;
	margin-top: 2%;
}

.product-info div {
	font-weight: bold;
	font-size: 2.25rem;
	line-height: 2;
	margin-top: -1rem;
}

/* レーティング */
.rating-info {
	width: 90%;
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	box-sizing: border-box;
	column-gap: 15px;
}

.rating-info img {
	height: 7rem;
	width: auto;
}

/* 商品リンク */
.store-info {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}

/* ボタン */
.store-button {
	display: block;
	position: relative;
	background-color: #d00012;
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	width: 29.3rem;
	text-align: center;
	border-radius: 0.3rem;
	padding: 1.5rem 0;
	font-size: 3rem;
	text-decoration: none;
}

.store-button-en {
	font-size: 2rem;
}

.store-button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translateY(-50%);
	border-top: 0.6rem solid transparent;
	border-bottom: 0.6rem solid transparent;
	border-left: 1.1rem solid #fff;
}

@media screen and (max-width: 750px) {
	.package-title {
		padding-bottom: 1em;
	}

	.package-title img {
		width: 45%;
	}

	.package-wrppaer {
		width: 85%;
		margin: 0 auto 2rem;
		flex-direction: column;
	}

	.left-section {
		flex-direction: column;
	}

	.left-section .software-info-s {
		flex-direction: column;
	}

	.left-section .software-info-s .shop-icon-img{
		justify-content: flex-start;
	}

	.left-section .software-img{
		justify-content: flex-end;
		padding-right: 10rem;
		width: auto;
	}

	.left-section .software-info-n .software-img{
		flex: 2;
	}

	.left-section .software-info-s .shop-icon-img img {
		height: 3rem;
	}

	.left-section .software-info-n .shop-icon-img img {
		height: 4rem;
	}

	.left-section .software-info-s .software-img img {
		height: 14rem;
		padding: 10px 0;
	}

	.left-section .software-info-n .software-img img {
		height: 14rem;
		padding: 10px 0;
		margin-left: -10rem;
	}

	.product-section {
		width: 100%;
		padding-left: 2%;
		width: 100%;
	}

	.product-info {
		flex-direction: column;
	}

	.product-info div {
		font-size: 1.25rem;
		margin-top: 0;
		letter-spacing: 0.15rem;
	}

	.product-info-en div {
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
	}

	.rating-info {
		padding: 10px 0;
	}

	.rating-info img {
		height: 3.5rem;
	}

	.store-button {
		display: block;
		position: relative;
		margin-top: 1rem;
		width: 21rem;
		padding: 0.8rem 0;
		font-size: 1.5rem;
	}
}

/* 背景（モーダルの外） */
.modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(50, 50, 50, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.modal-overlay.is-open {
	display: flex;
}

/* モーダル本体 */
.modal-content {
	background: #000;
	width: 80%;
	max-width: 120rem;
	border: 1px solid #a1812f;
	border-radius: 4px;
	padding: 2rem;
	box-sizing: border-box;
	position: relative;
	color: #fff;
}

/* タイトル */
.modal-title-box {
	text-align:center;
}

.modal-title {
	display: inline-block;
	padding: 0.6em 1.2em;
	font-size: 4rem;
	font-weight: bold;
	margin: 0 auto 2rem;
}

/* ボタンエリア */
.store-grid {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	gap: 5rem 4rem;
	margin-bottom: 4rem;
}

.store-link {
	display: block;
	position: relative;
	background-color: #d00012;
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	width: 45rem;
	text-align: center;
	border-radius: 0.3rem;
	padding: 1.5rem 0;
	font-size: 2.8rem;
	text-decoration: none;
margin: 0 auto; 
}

.store-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translateY(-50%);
	border-top: 0.6rem solid transparent;
	border-bottom: 0.6rem solid transparent;
	border-left: 1.1rem solid #fff;
}

/* 閉じるボタン */
.close-btn-box {
	text-align:center;
	margin-top:1rem;
}

.close-btn {
	display: inline-block;
	border: 1px solid #fff;
	padding: 1.2rem 5rem;
	background: transparent;
	color: #fff;
	font-size: 2.5rem;
	cursor: pointer;
	margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
	.modal-content {
		width: 75%;
		max-width: none;
		padding: 2rem 1.3rem;
	}

	.modal-title {
		display: inline-block;
		padding: 0.5rem 0;
		font-size: 1.7rem;
		font-weight: bold;
		margin: 0 auto 1rem;
	}

	.store-grid {
		grid-template-columns: none;
		gap: 1.8rem 0;
		margin-bottom: 2rem;
	}

	.store-link {
		width: 23rem;
		padding: 1rem 0;
		font-size: 1.2rem;
	}

	.close-btn {
		padding: 0.7rem 3rem;
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
}
