@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 641px){
  .container{
    max-width: 641px;
  }
}
@media (min-width: 821px){
  .container{
    max-width: 821px;
  }
}
@media (min-width: 1001px){
  .container{
    max-width: 1001px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.c-section {
    position: relative;
  }
.c-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
  }
@media (min-width: 821px){
  .c-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-block{
  padding: 1rem;
}
@media (min-width: 821px){
  .c-block{
    padding: 2rem;
  }
}
.c-h2{
  position: absolute;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 821px){
  .c-h2{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.c-h2 {
    z-index: 1;
    top: 0;
  }
.c-h2 img {
    width: clamp(10px, 40vw, 350px);
  }
img {
    max-width: none;
  }
.en {
    font-family: "Jost", sans-serif;
  }
.disp-pc {
    display: none;
  }
@media screen and (min-width: 821px) {
    .disp-pc {
      display: block;
    }
  }
.disp-sp {
    display: block;
  }
@media screen and (min-width: 821px) {
    .disp-sp {
      display: none;
    }
  }
.movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
  }
.movie.-active {
    opacity: 1;
    z-index: 4;
  }
.movie-inner {
    width: 90%;
    max-width: 1000px;
    position: relative;
    aspect-ratio: 16/9;
    background: #fff;
  }
@media screen and (min-width: 1001px) {
    .movie-inner {
      margin-top: 65px;
    }
  }
.movie-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
.movie-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.movie-close {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    position: absolute;
    top: -39px;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
@media screen and (min-width: 821px) {
    .movie-close {
      width: 4vw;
      height: 4vw;
      top: 0;
      right: -4vw;
      translate: -1px 0;
    }
  }
.loading {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: 0.8s;
  }
.loading.-loaded .scratch {
    height: 420px;
  }
.loading.-hide {
    opacity: 0;
    z-index: -1;
  }
.loading.-hide > div {
    opacity: 0;
    margin-top: -10px;
  }
.loading div {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    scale: 0.5;
  }
@media screen and (min-width: 821px) {
    .loading div {
      scale: 0.8;
    }
  }
.loading img {
    width: auto;
  }
.loading .eye {
    animation: fadeBlink 2s ease-in-out infinite;
  }
@keyframes fadeBlink {
    0%, 100% {
      opacity: 0.2;
    }
    50% {
      opacity: 1;
    }
  }
.loading .scratch {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    overflow: hidden;
    height: 0;
    transition: 0.3s;
  }
.loading p.txt {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    animation: fadeBlink 2s ease-in-out infinite;
  }
.header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 2;
    transition: 0.4s;
    translate: 100% 0;
  }
.header.-active {
    translate: 0 0;
  }
@media screen and (min-width: 821px) {
    .header {
      position: sticky;
      top: 0;
      translate: 0 0;
      height: auto;
    }
  }
.header-inner {
    height: 100vh;
    overflow-y: auto;
  }
@media screen and (min-width: 821px) {
    .header-inner {
      height: auto;
      overflow-y: hidden;
    }
  }
.header-gnav {
    padding-top: 5vh;
    text-align: center;
  }
@media screen and (min-width: 821px) {
    .header-gnav {
      padding-top: 0;
      text-align: left;
    }
  }
.header-gnav__ul li {
    padding: 2.5vh;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
.header-gnav__ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #888;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
  }
@media screen and (min-width: 821px) {
    .header-gnav__ul li {
      display: inline-block;
      margin-right: clamp(10px, 2.5vw, 100px);
      font-size: clamp(10px, 1.5vw, 16px);
      padding: 0;
    }
    .header-gnav__ul li:before {
      display: none;
    }
  }
.header-sns__ul {
    width: 100%;
    text-align: center;
    padding: 3em 0;
  }
.-sp .header-sns__ul {
    padding: 0.5em 0 0;
    margin-bottom: -0.5em;
  }
@media screen and (min-width: 821px) {
    .header-sns__ul {
      padding: 0;
    }
  }
.header-sns__ul li {
    display: inline-block;
    margin-left: 15px;
    width: 5vw;
  }
.header-sns__ul li:first-child {
    margin-left: 0;
  }
@media screen and (min-width: 821px) {
    .header-sns__ul li {
      width: clamp(10px, 2.2vw, 30px);
    }
  }
.header-sns.-sp {
    display: block;
    position: relative;
    z-index: 1;
  }
@media screen and (min-width: 821px) {
    .header-sns.-sp {
      display: none;
    }
  }
.menu {
    position: fixed;
    top: 9px;
    right: 8px;
    display: block;
    width: 34px;
    height: 28px;
    z-index: 3;
    scale: 0.8;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
  }
.menu:before, .menu:after, .menu > span {
    content: "";
    display: block;
    background: #fff;
    width: 34px;
    height: 4px;
    position: absolute;
    left: 0;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
.menu:before {
    top: 0;
  }
.menu:after {
    bottom: 0;
  }
.menu span {
    top: 50%;
    transform: translateY(-50%);
  }
@media screen and (min-width: 821px) {
    .menu {
      display: none;
    }
  }
.kv {
    position: relative;
    background: #fff;
  }
.kv:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    top: 15px;
    left: 15px;
    background: url(../img/kv_graphic.png) no-repeat left top;
    background-size: 40vw;
  }
@media screen and (min-width: 821px) {
    .kv:before {
      width: calc(100% - 30px);
      top: 30px;
      left: 30px;
    }
  }
.kv:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 15px);
    height: 160px;
    bottom: 15px;
    right: 15px;
    background: none;
    background-size: 62vw;
  }
@media screen and (min-width: 821px) {
    .kv:after {
      width: calc(100% - 30px);
      bottom: 30px;
      right: 30px;
      background: url(../img/kv_graphic_bt.png) no-repeat right bottom;
      background-size: 62vw;
    }
  }
.kv-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    translate: -50% 0;
    width: clamp(10px, 7vw, 46px);
  }
.kv-icon img {
    width: 100%;
  }
@media screen and (min-width: 821px) {
    .kv-icon {
      top: 60px;
    }
  }
.kv-prize {
    position: absolute;
    top: 65px;
    left: 35px;
    width: clamp(56px, 14vw, 200px);
  }
.kv-prize img {
    margin-bottom: 1em;
  }
@media screen and (min-width: 1001px) {
    .kv-prize {
      top: 70px;
      left: auto;
      right: 70px;
    }
    .kv-prize img {
      margin-bottom: 3em;
    }
  }
.kv-copy {
    width: 6vw;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
@media screen and (min-width: 1001px) {
    .kv-copy {
      width: 3vw;
      margin-left: -38vw;
    }
  }
.bg {
    background: url(../img/bg_credit.png) no-repeat #fff center top;
    background-size: 100%;
  }
.credit {
    text-align: center;
  }
.credit img {
    max-width: 100%;
  }
.credit-logo {
    text-align: center;
  }
.credit-logo img {
    width: clamp(10px, 70vw, 725px);
  }
.credit-logos {
    width: clamp(10px, 70vw, 250px);
    margin: 20px auto;
  }
.credit-copy {
    width: auto;
  }
.trailer {
    position: relative;
  }
.trailer-video {
    max-width: 1150px;
    aspect-ratio: 16/9;
    margin: auto;
  }
.about {
    min-height: 100vh;
    position: relative;
  }
.about .c-h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
@media screen and (min-width: 1001px) {
    .about .c-h2 {
      position: relative;
    }
  }
.about:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 15px);
    height: 300px;
    top: 0;
    left: 0;
    background: url(../img/about_tp.png) no-repeat left top;
    background-size: 60vw;
  }
@media screen and (min-width: 1001px) {
    .about:before {
      background-size: 45vw;
    }
  }
.about-wrapper{
  padding-top: 2rem;
  padding-bottom: 2rem;
    background: #000;
}
@media screen and (min-width: 1001px) {
    .about-wrapper {
      min-height: 100vh;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background: transparent;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
.about-txt {
    color: #fff;
    text-shadow: 4px 4px 4px #000;
    padding-left: 1rem;
    padding-right: 1rem;
  }
@media (min-width: 821px){
  .about-txt{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.about-txt h3 {
    font-size: clamp(10px, 6vw, 46px);
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
.about-txt p {
    font-size: clamp(10px, 3.3vw, 22px);
    line-height: 1.8;
  }
.about-txt p + h3 {
    margin-top: 1em;
  }
@media screen and (min-width: 1001px) {
    .about-txt {
      width: 52%;
      background: transparent;
    }
  }
.about-copy {
    text-align: center;
    color: #fff;
    font-weight: semi-bold;
  }
.xfade {
    width: 100%;
    position: relative;
    aspect-ratio: 16/14;
    z-index: -1;
  }
@media screen and (min-width: 1001px) {
    .xfade {
      aspect-ratio: 16/9;
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
    }
  }
.xfade img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    animation: fade var(--dur, 30s) infinite steps(300, end);
    animation-delay: calc(var(--i) * var(--dur, 30s) / var(--n, 3));
    --n:3;
    will-change: opacity;
  }
@keyframes fade {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    38% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
/* 動きを好まないユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
    .xfade img {
      animation: none;
      opacity: 1;
    }
  }
.about-slide {
    line-height: 0;
  }
.about-slide__wrap {
    background: #000;
  }
@media screen and (min-width: 1001px) {
    .about-slide__wrap {
      background: transparent;
    }
  }
.about-slide img {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
.story-bg {
    aspect-ratio: 16/10;
    background: url(../img/bg_story.jpg);
    background-size: cover;
  }
@media screen and (min-width: 1001px) {
    .story-bg {
      aspect-ratio: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
.story-wrapper{
  padding-top: 2rem;
  padding-bottom: 2rem;
    background: #241e26;
    position: relative;
}
@media screen and (min-width: 1001px) {
    .story-wrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-height: 100vh;
      background: transparent;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
.story-txt {
    color: #fff;
    text-shadow: 4px 4px 4px #000;
    line-height: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
@media (min-width: 821px){
  .story-txt{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.story-txt p {
    font-size: clamp(10px, 3.3vw, 23px);
  }
@media screen and (min-width: 1001px) {
    .story-txt {
      width: 52%;
      background: transparent;
    }
  }
.news-bg {
    aspect-ratio: 16/10;
    background: url(../img/bg_news.jpg);
    background-size: cover;
  }
@media screen and (min-width: 1001px) {
    .news-bg {
      aspect-ratio: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
.news-wrapper {
    position: relative;
    background: #424416;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
@media screen and (min-width: 1001px) {
    .news-wrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-height: 100vh;
      background: transparent;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
.news-txt {
    color: #fff;
    text-shadow: 4px 4px 4px #000;
    padding-left: 1rem;
    padding-right: 1rem;
  }
@media (min-width: 821px){
  .news-txt{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1001px) {
    .news-txt {
      width: 52%;
      background: transparent;
    }
  }
.news-iframe {
    height: 60vh;
  }
.news-iframe:-webkit-scrollbar {
    width: 16px;
  }
.news-iframe:-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
.news-iframe:-webkit-scrollbar-thumb {
    background-color: #d4aa70;
    border-radius: 100px;
  }
@media screen and (min-width: 1001px) {
    .news-iframe {
      height: 80vh;
    }
  }
.news-iframe #newsList span {
    display: block;
  }
.news .comment {
    font-size: 14px !important;
    color: #fff !important;
  }
.news .comment span {
    font-size: 14px !important;
  }
.character {
    background: url(../img/bg_character.jpg);
    background-size: cover;
  }
.character-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(10px, 4vw, 40px);
    max-width: 1480px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
@media (min-width: 821px){
  .character-list{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1001px) {
    .character-list {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: clamp(10px, 4vw, 40px);
    }
  }
.character-list > li {
    background: rgba(243, 237, 221, 0.8);
    border: solid 1px #727171;
  }
.character-list > li h3 {
    font-weight: 700;
    font-size: clamp(10px, 1.5vw, 18px);
    padding-left: 1rem;
    padding-right: 1rem;
  }
.character-list > li p {
    font-size: clamp(10px, 1vw, 14px);
    padding: 1rem;
    padding-top: 0px;
    line-height: 1.375;
  }
.staff {
    background: #fff;
  }
.staff-img {
    position: absolute;
    top: 20px;
    left: 50%;
    translate: -50% 0;
  }
.staff-img img {
    width: auto;
  }
.staff-list {
    display: flex;
    justify-content: space-between;
    max-width: 1480px;
    margin: auto;
    position: relative;
    margin-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
@media (min-width: 821px){
  .staff-list{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.staff-list > li {
    width: 44%;
  }
.staff-list > li img {
    width: auto;
  }
.staff-credit {
    font-size: clamp(10px, 1.05vw, 16px);
  }
.staff-tol {
    font-size: clamp(8px, 0.9vw, 14px);
  }
.parallax {
    background: #000;
  }
.parallax-img {
    aspect-ratio: 16/16;
    overflow: hidden;
  }
@media screen and (min-width: 821px) {
    .parallax-img {
      aspect-ratio: 16/8;
      margin-bottom: -13vw;
    }
  }
.parallax-img img {
    width: 100%;
  }
.parallax {
    margin-inline: auto;
    width: 100%;
  }
.footer {
    background: #fff;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
@media (min-width: 821px){
  .footer{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.w-40{
  width: 10rem;
}
.w-full{
  width: 100%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.p-4{
  padding: 1rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold{
  font-weight: 600;
}
.leading-loose{
  line-height: 2;
}
.tracking-extra{
  letter-spacing: 0.15em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  background: #fff;
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.5;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 821px){
  .md\:flex{
    display: flex;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}