@charset "UTF-8";
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("/assets/img/common/lightcase/lightcase.eot?55356177");
  src: url("/assets/img/common/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/assets/img/common/lightcase/lightcase.woff?55356177") format("woff"), url("/assets/img/common/lightcase/lightcase.ttf?55356177") format("truetype"), url("/assets/img/common/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close {
  width: 40px !important;
}

.lightcase-icon-close:before {
  content: "";
  height: 40px;
  width: 40px;
  background: url("../img/common/ico/ico_close_black.svg") 0 0/100% auto no-repeat;
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 9002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 9000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
#lightcase-overlay.-active {
  display: block;
}
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em; /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: min(10.5982905983px, 2.5806451613vw);
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003856;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
body.-lock {
  overflow: hidden;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

a {
  cursor: pointer;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: initial;
}

nav li:before {
  content: "";
  display: none;
}

.l-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(51, 119, 255) 0%, rgb(49, 115, 248) 5.45%, rgb(43, 103, 229) 13.33%, rgb(32, 84, 197) 22.68%, rgb(19, 57, 154) 33.09%, rgb(15, 50, 143) 35.47%, rgb(13, 45, 129) 44.82%, rgb(8, 33, 92) 62.44%, rgb(2, 19, 51) 79.34%);
}
.l-bg:before {
  z-index: 0;
  content: "";
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img//common/ph_star_wide.webp") no-repeat center top/cover;
  mix-blend-mode: color-dodge;
  opacity: 0.3;
}
.-ready .l-bg:before {
  animation: starIn 3.2s 1.2s ease-out forwards, starPulse 8s 4.4s ease-in-out infinite;
}
.-skipintro .l-bg:before {
  animation-delay: 0s, 0.2s;
}
@keyframes starIn {
  0% {
    opacity: 0.3;
    filter: brightness(1);
  }
  30% {
    opacity: 1;
    filter: brightness(2);
  }
  80% {
    opacity: 1;
    filter: brightness(2);
  }
  99% {
    opacity: 1;
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@keyframes starPulse {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  35% {
    opacity: 1;
    filter: brightness(1);
  }
  55% {
    opacity: 1;
    filter: brightness(1.6);
  }
  75% {
    opacity: 1;
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}

.l-bg__inner {
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.-ready .l-bg__inner {
  animation: c-in ease-out 0.5s 4s forwards;
}
.-skipintro .l-bg__inner {
  animation-delay: 0s;
}
.l-bg__inner:before, .l-bg__inner:after {
  content: "";
  height: 100vh;
  width: 620px;
}
.l-bg__inner:before {
  background: linear-gradient(0deg, rgb(171, 247, 255) 0%, rgb(95, 199, 255) 46.4%, rgb(51, 137, 255) 81.24%);
}
.l-bg__inner:after {
  background: url("../img//common/ph_star.webp") no-repeat center top/cover;
}

.l-bg__kira {
  height: 100vh;
  aspect-ratio: 1845/1044;
  position: absolute;
  top: 2%;
  left: 52%;
  transform: translateX(-50%);
  opacity: 0;
}
.l-bg__kira:nth-of-type(1) {
  background: url("../img//bg/ph_kira_1.webp") no-repeat center/cover;
}
.l-bg__kira:nth-of-type(2) {
  background: url("../img//bg/ph_kira_2.webp") no-repeat center/cover;
}
.l-bg__kira:nth-of-type(3) {
  background: url("../img//bg/ph_kira_3.webp") no-repeat center/cover;
}
.-ready .l-bg__kira {
  animation: c-kira 2.5s ease-in-out infinite;
}
.-skipintro .l-bg__kira {
  animation-delay: 0s;
}
.-ready .l-bg__kira:nth-of-type(2) {
  animation-delay: 1.8s;
}
.-skipintro .l-bg__kira:nth-of-type(2) {
  animation-delay: 0.2s;
}
.-ready .l-bg__kira:nth-of-type(3) {
  animation-delay: 1.9s;
}
.-skipintro .l-bg__kira:nth-of-type(3) {
  animation-delay: 0.4s;
}

.footer {
  position: relative;
}

.footer__top__txt {
  margin: 0 auto;
}
.-ja .footer__top__txt {
  width: 30.3125rem;
}
.-th .footer__top__txt {
  width: 31.875rem;
}
.-tw .footer__top__txt {
  width: 22.375rem;
}

.footer__top__sns {
  width: 25rem;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
.-tw .footer__top__sns {
  width: 10rem;
}

.footer__top__sns__item {
  width: 10rem;
}

.footer__middle {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}

.footer__middle__info {
  width: 43.75rem;
  height: 40rem;
  margin: 0 auto;
  padding-top: 30.9375rem;
  position: relative;
}

.footer__middle__info__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.75rem;
  margin: 0 auto;
}

.footer__middle__info__download {
  display: flex;
  width: 36.6875rem;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer__middle__info__download .-apple {
  width: 16.125rem;
}
.footer__middle__info__download .-google {
  width: 19.5625rem;
}

.footer__note {
  width: 36.3125rem;
  margin: 2.5rem auto 0;
  z-index: 1;
  position: relative;
}

.footer__pagetop {
  position: relative;
  height: 12.5rem;
  margin-top: 4.25rem;
}
.footer__pagetop:before {
  content: "";
  width: 100%;
  height: 31rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(92, 118, 204) 22.13%, rgba(82, 127, 207, 0.61) 52.25%, rgba(57, 150, 215, 0) 100%);
}

.footer__pagetop__inner {
  width: 50.9375rem;
  height: 12.625rem;
  z-index: 5;
  position: absolute;
  left: 0rem;
  bottom: 2.5rem;
  pointer-events: none;
  opacity: 0;
}
.-reveal.footer__pagetop .footer__pagetop__inner {
  animation: c-in 0.4s 0.3s ease-out forwards;
}

.footer__pagetop__btn {
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.5rem;
  height: 10.5rem;
  background: url("../img//footer/btn_pagetop_bubble.webp") no-repeat center/contain;
}
.footer__pagetop__btn.-scroll {
  position: fixed;
  z-index: 1000;
}

.footer__pagetop__btn__stick {
  background: url("../img//footer/btn_pagetop_star.webp") no-repeat center/contain;
  width: 6.5rem;
  height: 7.6875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__pagetop__btn__cont {
  width: 9.625rem;
  height: 9.625rem;
  background: linear-gradient(0deg, rgb(68, 211, 250) 12.37%, rgb(149, 250, 17) 80%);
  filter: hue-rotate(-20deg) blur(0.75rem);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
}
.-reveal .footer__pagetop__btn__cont {
  animation: rotatePageTop 5s linear infinite, movPagetopGrad 4s linear infinite;
}
.-scroll .footer__pagetop__btn__cont {
  animation: none;
}
@keyframes rotatePageTop {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes movPagetopGrad {
  0% {
    filter: hue-rotate(-20deg) blur(0.75rem);
  }
  50% {
    filter: hue-rotate(120deg) blur(0.75rem);
  }
  100% {
    filter: hue-rotate(-20deg) blur(0.75rem);
  }
}
.footer__pagetop__txt {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 7.8125rem;
}

.footer__bottom {
  font-weight: 600;
  color: #fff;
  background-color: #5c76cc;
}
.-tw .footer__bottom {
  padding-bottom: 2.75rem;
}

.footer__bottom__inner {
  padding: 1.75rem 0 3.75rem;
}
.-tw .footer__bottom__inner {
  padding: 0 0 3.75rem;
}

.footer__bottom__btn {
  display: flex;
  width: 43.75rem;
  margin: 0 auto;
}

.footer__bottom__btn__item {
  text-align: center;
  width: 50%;
}
.footer__bottom__btn__item:nth-of-type(1) {
  border-right: 2px solid #fff;
}

.footer__bottom__btn__item__link {
  display: inline-block;
}
.-ja .-policy .footer__bottom__btn__item__link {
  width: 15rem;
}
.-th .-policy .footer__bottom__btn__item__link {
  width: 15.5rem;
}
.-tw .-policy .footer__bottom__btn__item__link {
  width: 7.5rem;
}
.-ja .-contact .footer__bottom__btn__item__link {
  width: 9rem;
}
.-th .-contact .footer__bottom__btn__item__link {
  width: 5.8125rem;
}
.-tw .-contact .footer__bottom__btn__item__link {
  width: 6rem;
}

.footer__bottom__copy {
  font-size: 1.375rem;
  text-align: center;
  margin-top: 1.875rem;
}

.footer__rating {
  width: 5.625rem;
  margin: 0 auto;
}

.l-main {
  position: relative;
  display: flex;
}
.l-main:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-main:after {
  position: fixed;
  top: 0;
  right: 0;
}

.l-main__content {
  position: relative;
}
.l-main__content:before, .l-main__content:after {
  z-index: 3;
  content: "";
  background: url("../img//common/ph_line.webp") repeat-y center top/auto;
  width: 10px;
  height: 100%;
  clip-path: inset(0 0 100% 0);
}
.-ready .l-main__content:before, .-ready .l-main__content:after {
  animation: lineIn ease-out 0.4s 3.1s forwards;
}
.-skipintro .l-main__content:before, .-skipintro .l-main__content:after {
  animation-delay: 0s;
}
@keyframes lineIn {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.-animepause .l-main__content *,
.-animepause .l-main__content *::before,
.-animepause .l-main__content *::after {
  animation-play-state: paused !important;
}

.l-main__content__wrapper {
  opacity: 0;
}
.-ready .l-main__content__wrapper {
  animation: c-in ease-out 0.5s 3.5s forwards;
}
.-skipintro .l-main__content__wrapper {
  opacity: 1;
  animation: none;
}
body.-intro-fast .l-main__content::before,
body.-intro-fast .l-main__content::after {
  animation: none !important;
  clip-path: inset(0 0 0 0) !important;
}

@keyframes c-rotate {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes c-scaleDownIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes c-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c-upIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes c-kira {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  56.3% {
    opacity: 1;
  }
  86.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes c-clipIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes c-clipInOp {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  99% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: none;
  }
}
@keyframes c-JumpIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20%) rotate(-20deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
}
.c-bg {
  width: 58.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.howto .c-bg {
  background: url("../img//bg/bg_howto.webp") no-repeat center/cover;
  aspect-ratio: 1873/4380;
}
.story .c-bg {
  background: url("../img//bg/bg_story.webp") no-repeat center/cover;
  aspect-ratio: 1872/4204;
  z-index: 2;
}
.info .c-bg {
  background: url("../img//bg/bg_info.webp") no-repeat center/cover;
  aspect-ratio: 1872/2956;
  z-index: 2;
}
.-tw .info .c-bg {
  background: url("../img//bg/bg_info_tw.webp") no-repeat center/cover;
  aspect-ratio: 1872/2954;
}

.c-btn__download {
  width: 44.9375rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 0.875rem 0.625rem rgb(70, 41, 143));
}

.c-btn__download__anim {
  position: relative;
  animation: btnKata 3s ease-in-out infinite;
  display: inline-block;
}

.c-btn__download__frame {
  content: "";
  background: url("../img//common/ph_frame_download.webp") no-repeat center/cover;
  width: 44.9375rem;
  height: 12.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.-tw .-sec1 .c-btn__download__frame {
  content: "";
  background: url("../img//info/btn_check_tw.webp") no-repeat center/cover;
  width: 44.9375rem;
  height: 12.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.c-btn__download__wrapper {
  overflow: hidden;
  width: 44.9375rem;
  height: 10rem;
  border-radius: 3.75rem;
  margin: 0 auto;
  position: relative;
  transform: translate(0%, 0%);
}

.c-btn__download__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: soft-light;
  background: url("../img//common/ph_bg_download.webp") no-repeat center/cover;
}

.-tw .c-btn__download__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: soft-light;
}

.c-btn__download__grad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, rgb(247, 25, 124) 22.49%, rgb(255, 141, 31) 100%);
  border-radius: 3.75rem;
}
.-ready .c-btn__download__grad {
  animation: movGrad 8s 5s linear infinite;
}
.-skipintro .c-btn__download__grad {
  animation-delay: 0s;
}

@keyframes movGrad {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(-200deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
.c-btn__download__shadow {
  background: url("../img//common/txt_shadow_ja.webp") no-repeat center/cover;
  transform: translate(-50%, -50%);
  mix-blend-mode: soft-light;
}
.-ja .c-btn__download__shadow {
  background: url("../img//common/txt_shadow_ja.webp") no-repeat center/cover;
}
.-th .c-btn__download__shadow {
  background: url("../img//common/txt_shadow_th.webp") no-repeat center/cover;
}
.-tw .c-btn__download__shadow {
  background: url("../img//common/txt_shadow_tw.webp") no-repeat center/cover;
}
.-ja .c-btn__download__shadow {
  width: 34.1875rem;
  height: 4.8125rem;
  position: absolute;
  top: 50%;
  left: 47.5%;
}
.-th .c-btn__download__shadow {
  width: 34.5625rem;
  height: 6.3125rem;
  position: absolute;
  top: 40%;
  left: 47%;
}
.-tw .c-btn__download__shadow {
  width: 24.375rem;
  height: 6.5625rem;
  position: absolute;
  top: 48%;
  left: 48.7%;
}

.c-btn__download__txt {
  transform: translate(-50%, -50%);
}
.-ja .c-btn__download__txt {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 36.8125rem;
}
.-th .c-btn__download__txt {
  position: absolute;
  top: 40%;
  left: 52%;
  width: 37.75rem;
}
.-tw .c-btn__download__txt {
  position: absolute;
  top: 48%;
  left: 58%;
  width: 31.125rem;
}

@keyframes btnKata {
  0%, 88%, 100% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0.5rem);
  }
  92% {
    transform: translateY(-0.5rem);
  }
  94% {
    transform: translateY(0.125rem);
  }
  96% {
    transform: translateY(-0.125rem);
  }
}
.c-chara {
  transform: translate(-50%, -50%);
}
.logo .c-chara {
  position: absolute;
  top: 86.7%;
  left: 50%;
  width: 78.8888888889%;
  height: 15.2vh;
}
.qr .c-chara {
  position: absolute;
  top: 83.2%;
  left: 50%;
  width: 58.75%;
  height: 19.6vh;
}

.-ready .c-chara__item {
  animation: floatCloudChara2 3s ease-in-out infinite alternate;
}
.-skipintro .c-chara__item {
  animation-delay: 0s;
}
.c-chara__item.-chara1 {
  position: absolute;
  top: 30%;
  left: 0vw;
  animation-delay: 2.4s;
}
.-skipintro .c-chara__item.-chara1 {
  animation-delay: 0.1s;
}
.c-chara__item.-chara2 {
  transform: translateX(-50%) translateY(-15%);
  position: absolute;
  top: -5%;
  left: 50%;
}
.-ready .c-chara__item.-chara2 {
  animation: floatCloudChara1 3s ease-in-out infinite alternate 1.4s;
}
.-skipintro .c-chara__item.-chara2 {
  animation-delay: 0.6s;
}
.c-chara__item.-chara3 {
  transform: translateX(-50%) translateY(-15%);
  position: absolute;
  top: 26%;
  left: 94%;
}
.-ready .c-chara__item.-chara3 {
  animation: floatCloudChara1 3s ease-in-out infinite alternate 3.6s;
}
.-skipintro .c-chara__item.-chara3 {
  animation-delay: 0.5s;
}
.c-chara__item.-chara4 {
  position: absolute;
  top: 20%;
  left: -5%;
  animation-delay: 2.1s;
}
.-skipintro .c-chara__item.-chara4 {
  animation-delay: 0.1s;
}
.c-chara__item.-chara5 {
  position: absolute;
  top: 60%;
  left: 50%;
  animation-delay: 4s;
}
.-skipintro .c-chara__item.-chara5 {
  animation-delay: 0.6s;
}
.c-chara__item.-chara6 {
  position: absolute;
  top: 15%;
  left: 90%;
  animation-delay: 2.7s;
}
.-skipintro .c-chara__item.-chara6 {
  animation-delay: 0.3s;
}
.c-chara__item.-cloudOnly1 {
  position: absolute;
  top: -130%;
  left: 0%;
  animation-delay: 3.2s;
}
.-skipintro .c-chara__item.-cloudOnly1 {
  animation-delay: 0.4s;
}
.c-chara__item.-cloudOnly2 {
  position: absolute;
  top: -110%;
  left: 100%;
  animation-delay: 3.8s;
}
.-skipintro .c-chara__item.-cloudOnly2 {
  animation-delay: 0.5s;
}
@keyframes floatCloudChara1 {
  0% {
    transform: translateX(-50%) translateY(-15%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes floatCloudChara2 {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}

.c-chara__item__ph {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20%) rotate(-50deg);
}
.-chara1 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_1.webp") no-repeat center/contain;
}
.-chara2 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_2.webp") no-repeat center/contain;
}
.-chara3 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_3.webp") no-repeat center/contain;
}
.-chara4 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_4.webp") no-repeat center/contain;
}
.-chara5 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_5.webp") no-repeat center/contain;
}
.-chara6 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_6.webp") no-repeat center/contain;
}
.-chara7 .c-chara__item__ph {
  background: url("../img/bg/ph_chara_7.webp") no-repeat center/contain;
}
.-cloudOnly1 .c-chara__item__ph, .-cloudOnly2 .c-chara__item__ph {
  display: none;
}
.-ready .c-chara__item__ph {
  animation: charaJumpIn 0.4s 4.5s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.-skipintro .c-chara__item__ph {
  animation-delay: 0.2s;
}
@keyframes charaJumpIn {
  0% {
    opacity: 0;
    transform: translateY(20%) rotate(-50deg);
  }
  50% {
    opacity: 1;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
.-chara1 .c-chara__item__ph {
  width: 5.2vw;
  height: 6.6vw;
  animation-delay: 4.8s;
}
.-skipintro .-chara1 .c-chara__item__ph {
  animation-delay: 0.5s;
}
.-chara2 .c-chara__item__ph {
  width: 4vw;
  height: 5.1vw;
  animation-delay: 4.9s;
}
.-skipintro .-chara2 .c-chara__item__ph {
  animation-delay: 0.6s;
}
.-chara3 .c-chara__item__ph {
  width: 4.6vw;
  height: 5.7vw;
  animation-delay: 5s;
}
.-skipintro .-chara3 .c-chara__item__ph {
  animation-delay: 0.7s;
}
.-chara4 .c-chara__item__ph {
  width: 3.7vw;
  height: 5.3vw;
  animation-delay: 4.8s;
}
.-skipintro .-chara4 .c-chara__item__ph {
  animation-delay: 0.5s;
}
.-chara5 .c-chara__item__ph {
  width: 4.9vw;
  height: 5.3vw;
  animation-delay: 4.9s;
}
.-skipintro .-chara5 .c-chara__item__ph {
  animation-delay: 0.6s;
}
.-chara6 .c-chara__item__ph {
  width: 4.8vw;
  height: 5vw;
  animation-delay: 5s;
}
.-skipintro .-chara6 .c-chara__item__ph {
  animation-delay: 0.7s;
}

.c-chara__item__cloud {
  filter: drop-shadow(0 20px 10px rgba(0, 81, 178, 0.4));
  transform: translateX(-50%) scale(1);
  opacity: 0;
}
.-chara1 .c-chara__item__cloud, .-chara3 .c-chara__item__cloud {
  background: url("../img/bg/ph_cloud_1.webp") no-repeat center/contain;
  width: 6.1vw;
  height: 2.3vw;
}
.-chara2 .c-chara__item__cloud, .-chara5 .c-chara__item__cloud {
  background: url("../img/bg/ph_cloud_2.webp") no-repeat center/contain;
  width: 6.1vw;
  height: 2.3vw;
}
.-chara1 .c-chara__item__cloud {
  position: absolute;
  left: 49%;
  bottom: -1.1vw;
  animation-delay: 4.8s;
}
.-chara2 .c-chara__item__cloud {
  position: absolute;
  left: 42%;
  bottom: -1.4vw;
  animation-delay: 4.9s;
}
.-chara3 .c-chara__item__cloud {
  position: absolute;
  left: 35%;
  bottom: -1.4vw;
  animation-delay: 5s;
}
.-chara4 .c-chara__item__cloud {
  position: absolute;
  left: 50%;
  bottom: -0.9vw;
  background: url("../img/bg/ph_cloud_3.webp") no-repeat center/contain;
  width: 6.4vw;
  height: 2.4vw;
  animation-delay: 4.8s;
}
.-chara5 .c-chara__item__cloud {
  position: absolute;
  left: 50%;
  bottom: -1.1vw;
  transform: translateX(-50%) scale(-1, 1);
  animation-delay: 4.9s;
}
.-chara6 .c-chara__item__cloud {
  position: absolute;
  left: 60%;
  bottom: -1.1vw;
  background: url("../img/bg/ph_cloud_4.webp") no-repeat center/contain;
  width: 8.1vw;
  height: 2.4vw;
  animation-delay: 5s;
}
.-ready .c-chara__item__cloud {
  animation: cloudPopIn 0.5s 4.8s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.-skipintro .c-chara__item__cloud {
  animation-delay: 0.5s;
}
@keyframes cloudPopIn {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

.c-chara__item__cloud {
  filter: drop-shadow(0 20px 10px rgba(0, 81, 178, 0.4));
  transform: translateX(-50%) scale(1);
  opacity: 0;
}
.-cloudOnly1 .c-chara__item__cloud {
  background: url("../img/bg/ph_cloud_1.webp") no-repeat center/contain;
  width: 5.6vw;
  height: 1.8vw;
  animation-delay: 4.2s;
}
.-cloudOnly2 .c-chara__item__cloud {
  background: url("../img/bg/ph_cloud_2.webp") no-repeat center/contain;
  width: 6.7vw;
  height: 2vw;
  animation-delay: 4.4s;
}
.-ready .c-chara__item__cloud {
  animation: cloudPopIn 0.5s 4.8s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.-skipintro .c-chara__item__cloud {
  animation-delay: 0.5s;
}

/* --- キャラ（必須） --- */
body.-intro-fast .c-chara__item,
body.-intro-fast .c-chara__item__ph,
body.-intro-fast .c-chara__item__cloud {
  animation-delay: 0s !important;
  opacity: 1 !important;
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}

.c-kv__main {
  background: url("../img//common/ph_kv_main.webp") no-repeat center/cover;
  width: 42.5rem;
  height: 32.3125rem;
  transform: translateX(-50%) translateY(0);
  z-index: 2;
}
.c-kv__main.mv__illust__main {
  opacity: 0;
  transform: scale(0.5) translateX(50%) translateY(10%);
  position: absolute;
  top: 31.4375rem;
  left: calc(50% - 1.125rem);
}
.-ready .c-kv__main.mv__illust__main {
  animation: mvBrownIn 0.4s 5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, floatBrown 3s 5.5s ease-in-out infinite;
}
.-skipintro .c-kv__main.mv__illust__main {
  animation-delay: 0.7s, 1.2s;
}
.c-kv__main.download__kv__main {
  position: absolute;
  top: 20.625rem;
  left: calc(50% - 1.375rem);
  transform: translateX(-50%) translateY(0) scale(0.5);
  opacity: 0;
}
@keyframes dlBrownAppear {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.-reveal .c-kv__main.download__kv__main {
  animation: dlBrownAppear 0.4s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, floatBrown 3s 1s ease-in-out infinite;
}
@keyframes mvBrownIn {
  0% {
    opacity: 0;
    transform: translateX(-20%) translateY(-10%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes floatBrown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-4%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes brownAppear {
  0% {
    transform: scale(0.4) translateX(50%) translateY(10%);
  }
  100% {
    transform: scale(1) translateX(-50%) translateY(0);
  }
}
.c-kv__effect {
  background: url("../img//common/ph_effect.png") no-repeat center/cover;
  width: 37.5rem;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
.c-kv__effect.mv__illust__effect {
  position: absolute;
  top: 26.75rem;
  left: calc(50% - 15.3125rem);
}
.-ready .c-kv__effect.mv__illust__effect {
  animation: c-in 1s 5.5s forwards, floatBrown 3s ease-in-out infinite;
}
.-skipintro .c-kv__effect.mv__illust__effect {
  animation-delay: 1.2s, 1.2s;
}
.c-kv__effect.download__kv__effect {
  position: absolute;
  top: 15.625rem;
  left: calc(50% - 15.625rem);
}
.-reveal .c-kv__effect.download__kv__effect {
  animation: c-in 1s 1.2s forwards, floatBrown 3s 1.2s ease-in-out infinite;
}

.c-kv__sally {
  z-index: 1;
  background: url("../img//common/ph_kv_sally.webp") no-repeat center/100%;
  width: 13.3125rem;
  height: 9.4375rem;
  transform: translateX(50%);
}
.c-kv__sally.mv__illust__sally {
  opacity: 0;
  position: absolute;
  top: 27.25rem;
  right: calc(50% - 16.25rem);
  transform: translateX(40%) translateY(10%) scale(0.8);
}
.-ready .c-kv__sally.mv__illust__sally {
  animation: mvSallyIn 0.4s 5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, floatSally 3s 5.9s ease-in-out infinite;
}
.-skipintro .c-kv__sally.mv__illust__sally {
  animation-delay: 0.7s, 1.6s;
}
@keyframes mvSallyIn {
  0% {
    opacity: 0;
    transform: translateX(40%) translateY(10%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(50%) translateY(0) scale(1);
  }
}
.c-kv__sally.download__kv__sally {
  position: absolute;
  top: 17.25rem;
  right: calc(50% - 16.25rem);
  opacity: 0;
  transform: translateX(50%), scale(0.5);
}
.-reveal .c-kv__sally.download__kv__sally {
  animation: dlSallyAppear 0.4s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, floatSally 3s 1.2s ease-in-out infinite;
}
@keyframes floatSally {
  0% {
    transform: translateX(50%) translateY(0);
  }
  50% {
    transform: translateX(50%) translateY(-8%);
  }
  100% {
    transform: translateX(50%) translateY(0);
  }
}
@keyframes dlSallyAppear {
  0% {
    opacity: 0;
    transform: translateX(50%), scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(50%), scale(1);
  }
}

/* ==========================================================================
	modal
========================================================================== */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  opacity: 0;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  overflow-y: scroll;
  pointer-events: none;
  scrollbar-width: none; /* Firefox 対応 */
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.c-modal.-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 6000;
}
.c-modal::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.c-modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.c-modal__close {
  cursor: pointer;
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  height: 64px;
  width: 64px;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  height: 2px;
  width: 100%;
}
.c-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__close.-bk:before, .c-modal__close.-bk:after {
  background: #000;
}

.c-modal_movie__iframewrap {
  aspect-ratio: 16/9;
  margin: 0 auto;
  max-width: 80vw;
  position: relative;
  width: 100%;
}
.c-modal_movie__iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-android {
  display: none;
}
[data-os=android] .c-android {
  display: block;
}

.c-ios {
  display: none;
}
[data-os=ios] .c-ios {
  display: block;
}

.c-ipad {
  display: none;
}
[data-os=ipad] .c-ipad {
  display: block;
}

.c-others {
  display: none;
}
[data-os=others] .c-others {
  display: block;
}

.c-visible_nrw {
  display: block;
}

.about {
  position: relative;
  background: linear-gradient(0deg, rgb(45, 129, 223) 0%, rgb(41, 95, 204) 10%, rgb(0, 51, 153) 48.52%);
  height: 80.3125rem;
  width: 100%;
  margin-top: 1.75rem;
}
.-tw .about {
  height: 78.75rem;
}
.about:before {
  content: "";
  background: url(../img/about/ph_cloud.webp) no-repeat center/cover;
  width: 58.5rem;
  height: 12.625rem;
  aspect-ratio: 936/202;
  position: absolute;
  top: -5.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about:after {
  content: "";
  background: url(../img/about/ph_star.webp) no-repeat center/cover;
  width: 58.5rem;
  height: 89rem;
  position: absolute;
  top: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.-ja .about__inner {
  padding-top: 24.25rem;
}
.-th .about__inner {
  padding-top: 29.375rem;
}
.-tw .about__inner {
  padding-top: 23.75rem;
}
.about__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/about/ph_light.webp) no-repeat center/cover;
  width: 58.5rem;
  height: 84.1875rem;
  z-index: 0;
  opacity: 0;
  mix-blend-mode: luminosity;
}
.-reveal .about__inner:before {
  animation: lightIn 1s 0.6s forwards;
}
@keyframes lightIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}

.about__kira {
  opacity: 0;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-49%);
  width: 47.25rem;
  height: 50.125rem;
  z-index: 1;
}
.-ready .about__kira {
  animation: c-kira 2.5s 1.2s linear infinite;
}
.about__kira:nth-of-type(1) {
  background: url("../img//about/ph_kira_1.webp") no-repeat center/cover;
}
.about__kira:nth-of-type(2) {
  background: url("../img//about/ph_kira_2.webp") no-repeat center/cover;
}
.about__kira:nth-of-type(3) {
  background: url("../img//about/ph_kira_3.webp") no-repeat center/cover;
}
.-ready .about__kira:nth-of-type(2) {
  animation-delay: 1.4s;
}
.-ready .about__kira:nth-of-type(3) {
  animation-delay: 1.6s;
}

.about__stone {
  background: url("../img//about/ph_stone.webp") no-repeat center/cover;
  width: 25.875rem;
  height: 39rem;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%) translateY(0) scale(1.5);
  z-index: 1;
  opacity: 0;
}
.-reveal .about__stone {
  animation: stoneScaleIn 1.5s 0.6s ease-out forwards, stoneFloat 3s 1.9s ease-in-out infinite;
}
@keyframes stoneScaleIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(1.5);
  }
  70% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes stoneFloat {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-2%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.about__circle {
  background: url("../img//about/ph_circle.webp") no-repeat center/cover;
  width: 51.5rem;
  height: 51.5rem;
  position: absolute;
  top: 9.125rem;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  opacity: 0;
}
.-reveal .about__circle {
  animation: circleIn 1s forwards 0.2s, c-rotate 22s 1.1s linear infinite;
}
@keyframes circleIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.5) rotate(-30deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(0);
  }
}

.about__head {
  position: relative;
  z-index: 3;
}

.about__head__txt {
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.8);
}
.-ja .about__head__txt.-magic {
  width: 32.625rem;
}
.-th .about__head__txt.-magic {
  width: 44.25rem;
}
.-tw .about__head__txt.-magic {
  width: 31.5625rem;
}
.-reveal .about__head__txt.-magic {
  animation: c-scaleDownIn 0.6s 1.2s forwards;
}
.about__head__txt.-cross {
  margin-top: -0.4375rem;
  width: 5.1875rem;
}
.-reveal .about__head__txt.-cross {
  animation: c-scaleDownIn 0.6s 1.5s forwards;
}
.about__head__txt.-friends {
  margin-top: -0.9375rem;
  width: 40.375rem;
}
.-reveal .about__head__txt.-friends {
  animation: c-scaleDownIn 0.6s 1.5s forwards;
}

.about__txt {
  position: relative;
  z-index: 3;
  opacity: 0;
}
.-ja .about__txt {
  width: 42.75rem;
  margin: 0.625rem auto 0;
}
.-th .about__txt {
  width: 49.8125rem;
  margin: 0.4375rem auto 0;
}
.-tw .about__txt {
  width: 40.9375rem;
  margin: 0.875rem auto 0;
}
.-reveal .about__txt {
  animation: c-in 0.6s 1.8s forwards;
}

.about__card {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  z-index: 2;
  animation: aboutCardFloat 4s ease-in-out infinite 1.8s;
}

.about__card__inner {
  position: relative;
  transform: scale(0.1);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.-reveal .about__card__inner {
  animation: cardScaleUp 0.5s 1.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes cardScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.about__card__item {
  transform: translateX(-50%);
}
.about__card__item.-back {
  aspect-ratio: 556/751;
  background: url("../img//common/card/ph_card_back.webp") no-repeat center/cover;
}
.about__card__item:nth-of-type(1) {
  width: 11.5625rem;
  position: absolute;
  top: 13.75rem;
  left: calc(50% - 20rem);
  transform: translateX(-50%) rotateX(40deg) rotateY(42deg) rotateZ(5deg);
}
.about__card__item:nth-of-type(2) {
  width: 10.9375rem;
  aspect-ratio: 556/749;
  position: absolute;
  top: 20.625rem;
  left: calc(50% - 25.3125rem);
  background: url("../img//common/card/ph_card_1.webp") no-repeat center/cover;
  transform: translateX(-50%) rotateX(48deg) rotateY(35deg) rotateZ(-27deg);
}
.about__card__item:nth-of-type(3) {
  width: 10rem;
  aspect-ratio: 556/751;
  position: absolute;
  top: 12.375rem;
  left: calc(50% + 19.875rem);
  background: url("../img//common/card/ph_card_2.webp") no-repeat center/cover;
  transform: translateX(-50%) rotateX(54deg) rotateY(22deg) rotateZ(-20deg);
}
.about__card__item:nth-of-type(4) {
  width: 8.75rem;
  position: absolute;
  top: 20rem;
  left: calc(50% + 26.25rem);
  transform: translateX(-50%) rotateX(56deg) rotateY(-30deg) rotateZ(20deg);
}
.about__card__item:nth-of-type(5) {
  width: 7.8125rem;
  aspect-ratio: 585/789;
  position: absolute;
  top: 57.5rem;
  left: calc(50% - 22.5rem);
  transform: translateX(-50%) rotateX(77deg) rotateY(-29deg) rotateZ(52deg);
  background: url("../img//common/card/ph_card_3.webp") no-repeat center/cover;
}
.about__card__item:nth-of-type(6) {
  width: 11.25rem;
  position: absolute;
  top: 68.125rem;
  left: calc(50% + 23.125rem);
  transform: translateX(-50%) rotateX(64deg) rotateY(-14deg) rotateZ(20deg);
}

@keyframes aboutCardFloat {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -2%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.download {
  position: relative;
}
.download.-sec1 {
  margin-top: 5rem;
  padding-bottom: 1.25rem;
}

.-sec1 .download__inner {
  padding: 27.0625rem 0 31.875rem;
}
.-sec2 .download__inner {
  padding: 6.125rem 0 7.875rem;
}
.-tw .-sec2 .download__inner {
  padding: 6.125rem 0 9.4375rem;
}

.download__circle {
  transform: translateX(-50%);
}
.-sec1 .download__circle {
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: 7.1875rem;
  left: 50%;
  background: url("../img//download/ph_circle_1.webp") no-repeat center/contain;
  opacity: 0;
}
.-reveal.-sec1 .download__circle {
  animation: c-in 0.8s 1.1s linear forwards, c-rotate 22s 1s linear infinite;
}
.-sec2 .download__circle {
  opacity: 0;
  width: 50.75rem;
  height: 50.75rem;
  position: absolute;
  top: 10.9375rem;
  left: 50%;
  background: url("../img//download/ph_circle_2.webp") no-repeat center/contain;
}
.-reveal.-sec2 .download__circle {
  animation: c-in 0.5s 0.5s linear forwards, c-rotate 22s 0.5s linear infinite;
}

.download__kira {
  opacity: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.-sec1 .download__kira {
  opacity: 0;
  position: absolute;
  top: 59%;
  left: 50%;
  width: 34.0625rem;
  height: 17rem;
}
.-sec1 .download__kira:nth-of-type(1) {
  background: url("../img//download/ph_kira_1.webp") no-repeat center/cover;
}
.-sec1 .download__kira:nth-of-type(2) {
  background: url("../img//download/ph_kira_2.webp") no-repeat center/cover;
}
.-sec1 .download__kira:nth-of-type(3) {
  background: url("../img//download/ph_kira_3.webp") no-repeat center/cover;
}
.-sec2 .download__kira {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 50.75rem;
  height: 73.75rem;
}
.-sec2 .download__kira:nth-of-type(1) {
  background: url("../img//download/ph_kira_4.webp") no-repeat center/cover;
}
.-sec2 .download__kira:nth-of-type(2) {
  background: url("../img//download/ph_kira_5.webp") no-repeat center/cover;
}
.-sec2 .download__kira:nth-of-type(3) {
  background: url("../img//download/ph_kira_6.webp") no-repeat center/cover;
}
.-reveal .download__kira {
  animation: c-in 0.2s 1.5s ease-out forwards, c-kira 2s 0.8s linear infinite;
}
.-reveal .download__kira:nth-of-type(2) {
  animation: c-in 0.2s 1.6s ease-out forwards, c-kira 2s 1.2s linear infinite;
}
.-reveal .download__kira:nth-of-type(3) {
  animation: c-in 0.2s 1.7s ease-out forwards, c-kira 2s 1.6s linear infinite;
}

.download__txt {
  margin: 0 auto;
  opacity: 0;
}
.-ja .download__txt {
  width: 42.625rem;
}
.-th .download__txt {
  width: 38.8125rem;
  transform: translateX(0.625rem) translateY(20%) scale(0.8);
}
.-tw .download__txt {
  width: 36.875rem;
}
.-ja .-reveal .download__txt, .-tw .-reveal .download__txt {
  animation: dlTtlUp1 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-th .-reveal .download__txt {
  animation: dlTtlUp2 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes dlTtlUp1 {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes dlTtlUp2 {
  0% {
    opacity: 0;
    transform: translateX(0.625rem) translateY(20%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0.625rem) translateY(0) scale(1);
  }
}
.download__btn {
  opacity: 0;
  transform: scale(0.5);
}
.-sec1 .download__btn {
  margin-top: -3.125rem;
}
.-reveal .download__btn {
  animation: btnIn 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes btnIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.-sec2 .download__btn {
  margin-top: 41.625rem;
}
.-sec2.-reveal .download__btn {
  animation: btnIn 0.4s 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.download__brown {
  position: absolute;
  top: 31.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 37.5rem;
  opacity: 0;
}
.-reveal .download__brown {
  animation: c-in 0.6s 0.5s forwards;
}

.download__card {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  animation: aboutCardFloat 4s ease-in-out infinite 1.8s;
}

.download__card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.1);
}
.-reveal .download__card__inner {
  animation: cardScaleUp 0.5s 1.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes cardScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.download__card__item {
  transform: translateX(-50%);
  filter: drop-shadow(0 0 0.9375rem rgb(255, 255, 81)) drop-shadow(0 0 0.9375rem rgb(255, 255, 81));
}
.download__card__item.-back {
  aspect-ratio: 556/751;
  background: url("../img//common/card/ph_card_back.webp") no-repeat center/cover;
}
.download__card__item:nth-of-type(1) {
  width: 9.0625rem;
  aspect-ratio: 585/789;
  position: absolute;
  top: 9.6875rem;
  left: calc(50% - 17.8125rem);
  background: url("../img//common/card/ph_card_4.webp") no-repeat center/cover;
  transform: translateX(-50%) rotateX(39deg) rotateY(10deg) rotateZ(20deg);
}
.download__card__item:nth-of-type(2) {
  width: 8.4375rem;
  position: absolute;
  top: 11.125rem;
  left: calc(50% + 21.125rem);
  transform: translateX(-50%) rotateX(44deg) rotateY(32deg) rotateZ(-27deg);
}
.download__card__item:nth-of-type(3) {
  width: 10rem;
  aspect-ratio: 585/788;
  position: absolute;
  top: 15rem;
  left: calc(50% + 26.25rem);
  background: url("../img//common/card/ph_card_5.webp") no-repeat center/cover;
  transform: translateX(-50%) rotateX(77deg) rotateY(-28deg) rotateZ(40deg);
}
.download__card__item:nth-of-type(4) {
  width: 10rem;
  aspect-ratio: 556/749;
  position: absolute;
  top: 28.125rem;
  left: calc(50% - 29.375rem);
  transform: translateX(-50%) rotateX(36deg) rotateY(37deg) rotateZ(-10deg);
  background: url("../img//common/card/ph_card_6.webp") no-repeat center/cover;
}
.download__card__item:nth-of-type(5) {
  width: 8.4375rem;
  position: absolute;
  top: 41.875rem;
  left: calc(50% - 20rem);
  transform: translateX(-50%) rotateX(50deg) rotateY(28deg) rotateZ(-27deg);
}
.download__card__item:nth-of-type(6) {
  width: 9.375rem;
  position: absolute;
  top: 45.625rem;
  left: calc(50% - 26.875rem);
  transform: translateX(-50%) rotateX(49deg) rotateY(16deg) rotateZ(-38deg);
  background: url("../img//common/card/ph_card_3.webp") no-repeat center/cover;
}
.download__card__item:nth-of-type(7) {
  width: 8.125rem;
  aspect-ratio: 556/751;
  position: absolute;
  top: 39.375rem;
  left: calc(50% + 20.625rem);
  transform: translateX(-50%) rotateX(64deg) rotateY(-23deg) rotateZ(40deg);
  background: url("../img//common/card/ph_card_7.webp") no-repeat center/cover;
}
.download__card__item:nth-of-type(8) {
  width: 9.375rem;
  position: absolute;
  top: 42.5rem;
  left: calc(50% + 28.125rem);
  transform: translateX(-50%) rotateX(-46deg) rotateY(26deg) rotateZ(105deg);
}

.episode {
  position: relative;
  background: url("../img//episode/ph_bg.webp") no-repeat center/cover;
  height: 129.375rem;
}

.episode__inner {
  padding: 4.6875rem 0;
}

.episode__ttl {
  transform: translateY(-40%);
  opacity: 0;
  position: relative;
  z-index: 1;
}
.-reveal .episode__ttl {
  animation: episodeTtlDown 0.4s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes episodeTtlDown {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.episode__ttl__head {
  margin: 0 auto;
  width: 40rem;
}

.episode__ttl__main {
  margin: 0 auto;
  transform: translateX(-50%);
}
.-ja .episode__ttl__main {
  position: absolute;
  top: 5.3125rem;
  left: 50%;
  width: 43.8125rem;
}
.-th .episode__ttl__main {
  position: absolute;
  top: 4.1875rem;
  left: 50%;
  width: 42.4375rem;
}
.-tw .episode__ttl__main {
  position: absolute;
  top: 0.125rem;
  left: 50%;
  width: 40.125rem;
}

.episode__mov {
  margin-top: 12rem;
  width: 100%;
  height: 58.125rem;
  cursor: pointer;
  position: relative;
}
.-tw .episode__mov {
  margin-top: 16.5625rem;
}
.episode__mov:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("../img//episode/ico_mov.webp") no-repeat center/cover;
  width: 11.5rem;
  height: 11.5rem;
  transition: opacity 0.3s 0s ease;
  z-index: 1;
}

.episode__mov__cont {
  width: 58.5rem;
  height: 58.125rem;
  background: url("../img//episode/ph_mov.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.episode__detail {
  position: relative;
  width: 43.75rem;
  margin: 0 auto;
}

.-ja .episode__detail__ttl {
  width: 30.25rem;
  margin-top: -9.25rem;
}
.-th .episode__detail__ttl {
  width: 42.4375rem;
  margin-top: -9.0625rem;
}
.-tw .episode__detail__ttl {
  width: 32.5rem;
  margin-top: -9.0625rem;
}

.episode__detail__ttl__txt {
  clip-path: inset(0 100% 0 0);
  height: 5.375rem;
}
.-reveal.episode__detail__ttl .episode__detail__ttl__txt:nth-of-type(1) {
  animation: c-clipIn 0.4s 0s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
.-ja .episode__detail__ttl__txt:nth-of-type(1) {
  width: 30.125rem;
}
.-th .episode__detail__ttl__txt:nth-of-type(1) {
  width: 30.25rem;
}
.episode__detail__ttl__txt:nth-of-type(2) {
  margin-top: 0.3125rem;
}
.-ja .episode__detail__ttl__txt:nth-of-type(2) {
  width: 21.9375rem;
}
.-th .episode__detail__ttl__txt:nth-of-type(2) {
  width: 29.625rem;
}
.-reveal.episode__detail__ttl .episode__detail__ttl__txt:nth-of-type(2) {
  animation: c-clipIn 0.4s 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

.-ja .episode__detail__head {
  margin: 2.1875rem 0 0 -0.125rem;
  width: 42.625rem;
}
.-th .episode__detail__head {
  margin: 1.8125rem 0 0 -0.125rem;
  width: 37.75rem;
}
.-tw .episode__detail__head {
  margin: 3.3125rem 0 0 -0.125rem;
  width: 32.5rem;
}

.-ja .episode__detail__txt {
  margin-top: 1.5rem;
  width: 40.6875rem;
}
.-th .episode__detail__txt {
  margin-top: 1.625rem;
  width: 42.3125rem;
}
.-tw .episode__detail__txt {
  margin-top: 2.5rem;
  width: 41.1875rem;
}

.episode__detail__loop {
  display: flex;
  position: absolute;
  top: 34.375rem;
  left: -7.5rem;
}
.-tw .episode__detail__loop {
  position: absolute;
  top: 22rem;
  left: -7.5rem;
}

.episode__detail__loop__item {
  background: url("../img//episode/ph_loop.webp") no-repeat center/cover;
  width: 105rem;
  height: 8.5rem;
  animation: epiLoop 20s linear infinite;
}

@keyframes epiLoop {
  100% {
    transform: translateX(-105rem);
  }
}
.episode__btn {
  position: relative;
}

.episode__btn__cont {
  display: block;
  width: 39.625rem;
  margin: 10rem auto 0;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0.875rem 0.625rem rgb(142, 83, 43));
}
.-tw .episode__btn__cont {
  margin: 11.25rem auto 0;
}

.episode__btn__fukidashi {
  position: absolute;
  top: -1.3125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 26.875rem;
}
.-reveal .episode__btn__fukidashi {
  animation: fukidashiUpDown 1.5s ease-in-out infinite;
}
@keyframes fukidashiUpDown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(20%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.howto {
  position: relative;
  margin-top: 2.3125rem;
}

.howto__inner {
  width: 100%;
  position: relative;
}

.howto__ttl {
  position: relative;
  z-index: 1;
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  transform: translateX(-50%);
}

.howto__ttl__head {
  margin: 0 auto;
  opacity: 0;
}
.-ja .howto__ttl__head {
  width: 23.875rem;
}
.-th .howto__ttl__head {
  width: 14.375rem;
}
.-tw .howto__ttl__head {
  width: 13.1875rem;
}
.-reveal .howto__ttl__head {
  animation: c-in 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.howto__ttl__merge {
  transform: scale(0.5) translateX(-50%);
  opacity: 0;
}
.-ja .howto__ttl__merge {
  width: 4.875rem;
  position: absolute;
  top: 1.875rem;
  left: calc(50% - 18.125rem);
}
.-th .howto__ttl__merge {
  width: 4.375rem;
  position: absolute;
  top: 1.875rem;
  left: calc(50% - 18.75rem);
}
.-reveal .howto__ttl__merge {
  animation: mergeScaleUp 0.4s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.howto__ttl__merge:before {
  content: "";
  background: url("../img//howto/bg_merge.webp") no-repeat center/cover;
  width: 7.6875rem;
  height: 7.6875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.-reveal .howto__ttl__merge:before {
  animation: rotateMerge 6s linear infinite;
}
@keyframes rotateMerge {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes mergeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}

.howto__ttl__main {
  position: relative;
  opacity: 0;
  transform: translateY(-20%);
}
.-ja .howto__ttl__main {
  margin: 0 auto;
  width: 45.75rem;
}
.-th .howto__ttl__main {
  margin: 1.25rem auto 0;
  width: 47.375rem;
}
.-tw .howto__ttl__main {
  margin: 0.6875rem auto 0;
  width: 43.5625rem;
}
.-reveal .howto__ttl__main {
  animation: ttlDown 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes ttlDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.howto__mov {
  position: relative;
  width: 49.875rem;
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
}
.howto__mov:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img//common/ph_frame.webp") no-repeat center/cover;
  width: 49.875rem;
  height: 65.625rem;
  /* ★ クリックを動画に通すために必須 */
  pointer-events: none !important;
}

.howto__mov__cont {
  width: 46.125rem;
  height: 60.375rem;
  position: absolute;
  top: 2.75rem;
  left: 50%;
  transform: translateX(-50%);
  /* ★ 動画を “クリック可能” にする */
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
}

.howto__chara {
  background: url("../img//howto/ph_brown.webp") no-repeat center/cover;
  width: 56.875rem;
  height: 31.5rem;
  position: absolute;
  top: 49.9375rem;
  left: calc(50% + 13.4375rem);
  transform: translateX(-50%) translateY(20%) scale(0.8);
  opacity: 0;
}
.howto__chara.-reveal {
  animation: howtoBrownIn 0.5s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes howtoBrownIn {
  0% {
    transform: translateX(-50%) translateY(20%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
  }
}

.howto__detail {
  padding-top: 81.375rem;
}

.howto__detail__txt {
  margin: -0.3125rem auto 0;
}
.-ja .howto__detail__txt {
  width: 38.875rem;
}
.-th .howto__detail__txt {
  width: 34.125rem;
}
.-tw .howto__detail__txt {
  width: 35.9375rem;
}

.howto__detail__ph {
  margin: 0.6875rem 0 -2.8125rem;
  z-index: 2;
  position: relative;
}

.howto__detail__ph__list {
  position: relative;
  width: 47.375rem;
  margin: 0 auto;
}

.howto__detail__ph__item {
  position: relative;
  z-index: 3;
}
.howto__detail__ph__item:nth-of-type(2) {
  width: 20.125rem;
  height: 20.125rem;
}

.howto__detail__ph__frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.howto__detail__ph__video {
  position: absolute;
  z-index: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.125rem;
}

.-play1 {
  width: 32rem;
  height: 18.375rem;
  background: url("../img//howto/ph_play_1.webp") no-repeat center/cover;
}
.-play1 .howto__detail__ph__video {
  top: 2.0625rem;
  left: 2.125rem;
  width: 27.75rem;
  height: 14.25rem;
}

.-play2 {
  width: 32.5rem;
  height: 18.375rem;
  margin: 0.625rem 0 0 auto;
  background: url("../img//howto/ph_play_2.webp") no-repeat center/cover;
}
.-play2 .howto__detail__ph__video {
  top: 2rem;
  left: 2.125rem;
  width: 28.25rem;
  height: 14.25rem;
}

.-change1 {
  background: url("../img//howto/ph_change_1.webp") no-repeat center/cover;
  width: 20.125rem;
  height: 20.125rem;
  position: absolute;
  top: 0;
  right: 0.3125rem;
}

.-change2 {
  background: url("../img//howto/ph_change_2.webp") no-repeat center/cover;
  width: 20.125rem;
  height: 20.125rem;
  position: absolute;
  top: 0;
  left: 0.3125rem;
}

.info {
  position: relative;
}
.-ja .info {
  margin-top: 23.125rem;
}
.-th .info {
  margin-top: 26.3125rem;
}
.-tw .info {
  margin-top: 19.6875rem;
}

.info__head__txt {
  transform: translateX(-50%);
  opacity: 0;
}
.-reveal .info__head__txt {
  animation: c-upIn 0.6s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-ja .info__head__txt {
  width: 28.1875rem;
  position: absolute;
  top: -14.25rem;
  left: calc(50% + 5.625rem);
}
.-th .info__head__txt {
  width: 31.6875rem;
  position: absolute;
  top: -17rem;
  left: calc(50% + 7.5rem);
}
.-tw .info__head__txt {
  width: 29.625rem;
  position: absolute;
  top: -10.8125rem;
  left: calc(50% + 5.9375rem);
}

.info__head__chara {
  background: url("../img//info/ph_snow.webp") no-repeat center/cover;
  transform: translateX(-50%) translateY(20%) rotate(-20deg);
  width: 15.625rem;
  height: 16.25rem;
  opacity: 0;
  z-index: 1;
}
.-reveal .info__head__chara {
  animation: c-JumpIn 0.6s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-ja .info__head__chara {
  position: absolute;
  top: -18.125rem;
  left: calc(50% - 14.375rem);
}
.-th .info__head__chara {
  position: absolute;
  top: -21.25rem;
  left: calc(50% - 14.375rem);
}
.-tw .info__head__chara {
  position: absolute;
  top: -14.6875rem;
  left: calc(50% - 14.375rem);
}

.info__wrapper {
  padding-bottom: 20rem;
  z-index: 2;
  position: relative;
}

.info__sec {
  position: relative;
}
.info__sec.-rainbow {
  margin-top: 21.875rem;
}

.-ja .-chara .info__inner {
  padding-top: 54.25rem;
}
.-th .-chara .info__inner {
  padding-top: 47.8125rem;
}
.-tw .-chara .info__inner {
  padding-top: 61.5rem;
}
.-ja .-rainbow .info__inner {
  padding-top: 41.5625rem;
}
.-th .-rainbow .info__inner {
  padding-top: 37.125rem;
}
.-tw .-rainbow .info__inner {
  padding-top: 40.625rem;
}

.info__ttl {
  z-index: 1;
  transform: translateX(-50%);
}
.-ja .info__ttl {
  position: absolute;
  top: -4.375rem;
  left: 50%;
}
.-th .-chara .info__ttl {
  position: absolute;
  top: -8.25rem;
  left: 50%;
}
.-tw .-chara .info__ttl {
  position: absolute;
  top: -0.3125rem;
  left: 50%;
}
.-th .-rainbow .info__ttl {
  position: absolute;
  top: -5rem;
  left: 50%;
}
.-tw .-rainbow .info__ttl {
  position: absolute;
  top: -8.75rem;
  left: 50%;
}

.info__ttl__head {
  margin: 0 auto;
  transform: translateY(-20%);
  opacity: 0;
  width: 40.5625rem;
}
.-tw .-chara .info__ttl__head {
  width: 33.5rem;
}
.-tw .-rainbow .info__ttl__head {
  width: 28.0625rem;
}
.-reveal .info__ttl__head {
  animation: ttlHeadDown 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes ttlHeadDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.info__ttl__main {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.-ja .-chara .info__ttl__main {
  margin: -2rem auto 0;
  width: 41.8125rem;
}
.-th .-chara .info__ttl__main {
  margin: -2.625rem auto 0;
  width: 31.4375rem;
  transform: translateX(0.5rem);
}
.-tw .-chara .info__ttl__main {
  margin: 0.125rem auto 0;
  width: 37.1875rem;
}
.-ja .-rainbow .info__ttl__main {
  margin: -2.8125rem auto 0;
  width: 44.4375rem;
}
.-th .-rainbow .info__ttl__main {
  margin: -2.5625rem auto 0;
  width: 40.625rem;
}
.-tw .-rainbow .info__ttl__main {
  margin: 0rem auto 0;
  width: 27.5625rem;
}
.-reveal .info__ttl__main {
  animation: c-clipInOp 0.3s 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

.info__chart {
  transform: translateX(-50%);
  width: 100%;
  height: 68.25rem;
  overflow-x: scroll;
}
.info__chart::-webkit-scrollbar {
  display: none;
}
.-ja .info__chart {
  position: absolute;
  top: 6.5625rem;
  left: 50%;
}
.-th .info__chart {
  position: absolute;
  top: 3.125rem;
  left: 50%;
}
.-tw .info__chart {
  position: absolute;
  top: 10rem;
  left: 50%;
}

.info__chart__cont {
  width: 136.5rem;
  height: 68.25rem;
  position: absolute;
  top: 0;
  left: calc(50% + 43.75rem);
  transform: translateX(-50%);
}
.-ja .info__chart__cont {
  background: url("../img//info/ph_chara_chart_ja.webp") no-repeat center/cover;
}
.-th .info__chart__cont {
  background: url("../img//info/ph_chara_chart_th.webp") no-repeat center/cover;
}
.-tw .info__chart__cont {
  background: url("../img//info/ph_chara_chart_tw.webp") no-repeat center/cover;
}

.info__txt {
  position: relative;
  z-index: 2;
}

.info__txt__inner {
  transform: translateX(-50%);
}
.-ja .-chara .info__txt__inner {
  position: absolute;
  top: 7.5rem;
  left: calc(50% - 8.125rem);
}
.-th .-chara .info__txt__inner {
  position: absolute;
  top: 10rem;
  left: calc(50% - 11.25rem);
}
.-tw .-chara .info__txt__inner {
  position: absolute;
  top: 0rem;
  left: calc(50% - 9.375rem);
}
.-ja .-rainbow .info__txt__inner {
  position: absolute;
  top: 0rem;
  left: calc(50% - 9.8125rem);
}
.-th .-rainbow .info__txt__inner {
  position: absolute;
  top: 0rem;
  left: calc(50% - 10.125rem);
}
.-tw .-rainbow .info__txt__inner {
  position: absolute;
  top: -3.75rem;
  left: calc(50% - 11.875rem);
}

.info__txt__line {
  clip-path: inset(0 100% 0 0);
}
.-ja .-chara .info__txt__line:nth-of-type(1) {
  width: 32.3125rem;
}
.-th .-chara .info__txt__line:nth-of-type(1) {
  width: 24.375rem;
}
.-ja .-rainbow .info__txt__line:nth-of-type(1) {
  width: 29.1875rem;
}
.-th .-rainbow .info__txt__line:nth-of-type(1) {
  width: 20.6875rem;
}
.-tw .-rainbow .info__txt__line:nth-of-type(1) {
  width: 26.0625rem;
}
.-reveal .info__txt__line:nth-of-type(1) {
  animation: c-clipIn 0.4s 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
.info__txt__line:nth-of-type(2) {
  margin-top: 0.3125rem;
}
.-ja .-chara .info__txt__line:nth-of-type(2) {
  width: 30.375rem;
}
.-th .-chara .info__txt__line:nth-of-type(2) {
  width: 15.4375rem;
}
.-ja .-rainbow .info__txt__line:nth-of-type(2) {
  width: 25.125rem;
}
.-th .-rainbow .info__txt__line:nth-of-type(2) {
  width: 28rem;
}
.-reveal .info__txt__line:nth-of-type(2) {
  animation: c-clipIn 0.4s 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
.info__txt__line:nth-of-type(3) {
  margin-top: 0.3125rem;
}
.-th .-rainbow .info__txt__line:nth-of-type(3) {
  width: 28rem;
}
.-reveal .info__txt__line:nth-of-type(3) {
  animation: c-clipIn 0.4s 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

.info__pic {
  background: url("../img//info/ph_rainbow_bg.webp") no-repeat center/cover;
  width: 45.875rem;
  height: 53.125rem;
  position: absolute;
  top: 4.0625rem;
  left: 50%;
  transform: translateX(-50%);
}
.-tw .info__pic {
  position: absolute;
  top: 1.875rem;
  left: 50%;
}

.info__pic__ball {
  background: url("../img//info/ph_ball_1.webp") no-repeat center/cover;
  width: 41.25rem;
  height: 37.75rem;
  position: absolute;
  top: calc(50% - 4.6875rem);
  left: calc(50% - 1.5625rem);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.-reveal .info__pic__ball {
  animation: ballScaleUp 0.4s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.info__pic__ball:nth-of-type(2) {
  background: url("../img//info/ph_ball_2.webp") no-repeat center/cover;
  width: 36rem;
  height: 40.5625rem;
  position: absolute;
  top: calc(50% - 2.8125rem);
  left: calc(50% + 5.625rem);
}
.-reveal .info__pic__ball:nth-of-type(2) {
  animation: ballScaleUp 0.4s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes ballScaleUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.info__pic__radi {
  overflow: hidden;
  width: 40.4375rem;
  height: 48.25rem;
  position: absolute;
  top: 2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
}

.info__pic__radi__cont {
  background: url("../img//info/ph_radi.webp") no-repeat center/cover;
  width: 50.75rem;
  height: 50.75rem;
  position: absolute;
  top: calc(50% + 1.25rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
}
.-reveal .info__pic__radi__cont {
  animation: rotateRadi 20s linear infinite, c-in 0.4s 0.6s ease-out forwards;
}
@keyframes rotateRadi {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.info__ollie {
  background: url("../img//info/ph_ollie.webp") no-repeat center/cover;
  width: 22rem;
  height: 18.375rem;
  position: absolute;
  top: 32.8125rem;
  left: calc(50% + 12.5rem);
  transform: translateX(-50%);
  z-index: 1;
}
.-th .info__ollie {
  position: absolute;
  top: 32.5rem;
  left: calc(50% + 12.5rem);
}
.-tw .info__ollie {
  position: absolute;
  top: 30rem;
  left: calc(50% + 12.5rem);
}

.info__btn {
  width: 39.625rem;
  position: absolute;
  top: 50.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.-tw .info__btn {
  position: absolute;
  top: 47.8125rem;
  left: 50%;
}

.intro {
  position: relative;
}
.-skipintro .intro, .-introend .intro {
  display: none;
}

.intro__frame {
  position: absolute;
  top: 11.25rem;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(1.8) rotate(-150deg);
  width: 34.1875rem;
  height: 34.1875rem;
  background: url("../img//mv/ph_frame.webp") no-repeat center/contain;
}
.-ready .intro__frame {
  animation: scaleDownRotate 1.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards, rotateFrame 6s 1.1s linear forwards, scaleIntroFrame 0.5s 3.2s ease-out forwards;
}
.-skipintro .intro__frame {
  clip-path: none;
}
@keyframes scaleDownRotate {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.8) rotate(-150deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(0deg);
  }
}
@keyframes rotateFrame {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(180deg);
  }
}
@keyframes scaleIntroFrame {
  0% {
    transform: translateX(-50%) scale(1);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(7.5);
    opacity: 0;
  }
}

.intro__frame__inner {
  position: absolute;
  top: 14.25rem;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
}

.intro__brown {
  width: 28rem;
  height: 28rem;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

.intro__brown__cont {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-47%, 40%);
  width: 36.25rem;
  height: 36.25rem;
  z-index: 1;
}
.-ready .intro__brown__cont {
  animation: upBrown 0.4s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, downBrown 0.3s 2.7s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
}
@keyframes upBrown {
  0% {
    transform: translate(-47%, -10%);
  }
  100% {
    transform: translate(-47%, -50%);
  }
}
@keyframes downBrown {
  0% {
    transform: translate(-47%, -50%);
  }
  100% {
    transform: translate(-47%, 20%);
  }
}

.intro__bg {
  background: url("../img//mv/ph_mov_intro.webp") no-repeat center/cover;
  clip-path: circle(14rem at 50% calc(50% - 31.625rem));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@keyframes introBgIn {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
.-ready .intro__bg {
  animation: introBgIn 0.6s 1s ease-out forwards, scaleIntroFrameInner 0.5s 3.15s ease-out forwards;
}
@keyframes scaleIntroFrameInner {
  0% {
    clip-path: circle(14rem at 50% calc(50% - 31.625rem));
  }
  80% {
    opacity: 1;
  }
  99% {
    clip-path: circle(105rem at 50% calc(50% - 31.625rem));
    opacity: 1;
  }
  100% {
    clip-path: none;
    opacity: 0;
  }
}

.intro__kira {
  opacity: 0;
  transform: translate(-50%, 60%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34.0625rem;
  height: 17rem;
}
.intro__kira:nth-of-type(1) {
  background: url("../img//download/ph_kira_1.webp") no-repeat center/cover;
}
.intro__kira:nth-of-type(2) {
  background: url("../img//download/ph_kira_2.webp") no-repeat center/cover;
}
.intro__kira:nth-of-type(3) {
  background: url("../img//download/ph_kira_3.webp") no-repeat center/cover;
}
.-ready .intro__kira {
  animation: c-in 0.5s 1.7s ease-out forwards, c-kira 1.2s 1.7s linear forwards, c-kira 1.2s 2.9s linear forwards;
}
.-ready .intro__kira:nth-of-type(2) {
  animation-delay: 1.8s, 1.8s, 3s;
}
.-ready .intro__kira:nth-of-type(3) {
  animation-delay: 1.9s, 1.9s, 3.2s;
}

.logo {
  display: none;
  height: 100vh;
  position: fixed;
}

.logo__img {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -92%);
  filter: drop-shadow(0 0 5px rgba(0, 18, 51, 0.8)) drop-shadow(0 0 32px rgba(0, 18, 51, 0.7));
  opacity: 0;
}
.-ja .logo__img {
  width: 17.7vw;
}
.-th .logo__img {
  width: 17.7vw;
}
.-tw .logo__img {
  width: 17.7vw;
}
.-ready .logo__img {
  animation: c-in ease-out 0.5s 4.7s forwards;
}
.-skipintro .logo__img {
  animation-delay: 0.4s;
}

.logo__circle {
  width: 16.6vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -90%);
}
.-tw .logo__circle {
  transform: translate(-50%, -90%);
}

.logo__circle__cont {
  background: url("../img//bg/ph_circle_logo.webp") no-repeat center/contain;
  width: 16.6vw;
  aspect-ratio: 1/1;
  transform: rotate(-30deg) scale(1.4);
  opacity: 0;
}
.-ready .logo__circle__cont {
  animation: bgLogoRotate 1s 4.3s ease-out forwards, bgLogoCircleRotate 22s 5.3s linear infinite;
}
.-skipintro .logo__circle__cont {
  animation-delay: 0s, 1s;
}
@keyframes bgLogoRotate {
  0% {
    opacity: 0;
    transform: rotate(-30deg) scale(1.4);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes bgLogoCircleRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgLogoCircleRotateHeightNrw {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

.logo__kv {
  background: url("../img//bg/ph_kv.webp") no-repeat center/contain;
  width: 20.8vw;
  aspect-ratio: 374/301;
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, 0%);
  z-index: 1;
  opacity: 0;
}
.-ready .logo__kv {
  animation: c-in 0.5s 4.8s ease-out forwards, logoFloat 3s 5.5s ease-in-out infinite alternate;
}
.-skipintro .logo__kv {
  animation-delay: 0.5s;
}

@keyframes logoFloat {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-4%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
/* --- ロゴ --- */
body.-intro-fast .logo__img,
body.-intro-fast .logo__kv {
  animation-delay: 0s !important;
  opacity: 1 !important;
}

body.-intro-fast .logo__circle__cont {
  animation-delay: 0s, 0s !important;
  opacity: 1 !important;
}

.mv__inner {
  position: relative;
  width: 100%;
  height: 74.0625rem;
}
.mv__inner:before {
  content: "";
  width: 100%;
  height: 74.0625rem;
  background-color: #1f1e2e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.-ready .mv__inner:before {
  animation: shadowIn 0.8s 4.5s ease-out forwards;
}
.-skipintro .mv__inner:before {
  animation-delay: 0.2s;
}
@keyframes shadowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

.mv__video {
  width: 100%;
}

.mv__kira {
  opacity: 0;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-49%);
  width: 45.75rem;
  height: 61.25rem;
  z-index: 1;
  animation: c-kira 2.2s linear infinite;
}
.mv__kira:nth-of-type(1) {
  background: url("../img//mv/ph_kira_1.webp") no-repeat center/cover;
}
.mv__kira:nth-of-type(2) {
  background: url("../img//mv/ph_kira_2.webp") no-repeat center/cover;
}
.mv__kira:nth-of-type(3) {
  background: url("../img//mv/ph_kira_3.webp") no-repeat center/cover;
}
.mv__kira:nth-of-type(2) {
  animation: c-kira 2.2s 0.2s linear infinite;
}
.mv__kira:nth-of-type(3) {
  animation: c-kira 2.2s 0.4s linear infinite;
}

.mv__logo {
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transform: translateX(-50%) scale(1.8);
}
.-ja .mv__logo {
  position: absolute;
  top: -1.0625rem;
  left: 50%;
  width: 36.3125rem;
}
.-th .mv__logo {
  position: absolute;
  top: -2.125rem;
  left: 50%;
  width: 36.875rem;
}
.-tw .mv__logo {
  position: absolute;
  top: -1.0625rem;
  left: 50%;
  width: 36.4375rem;
}
.-ready .mv__logo {
  animation: logoIn 0.7s 4.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.-skipintro .mv__logo {
  animation-delay: 0.4s;
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.8);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.mv__button {
  margin-top: -18.875rem;
  opacity: 0;
  transform: scale(0.5);
}
.-ready .mv__button {
  animation: dlButtonIn 0.5s 5.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-skipintro .mv__button {
  animation-delay: 1.2s;
}
@keyframes dlButtonIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.qr {
  z-index: 3;
}

.qr__txt {
  position: absolute;
  top: 50%;
  left: 53%;
  z-index: 1;
  opacity: 0;
}
.-ready .qr__txt {
  animation: c-in ease-out 0.5s 4.7s forwards;
}
.-skipintro .qr__txt {
  animation-delay: 0.4s;
}

.qr__img {
  background: url("../img//bg/ph_qr.webp") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -110%);
  z-index: 1;
  filter: drop-shadow(0 0 0.75rem rgba(0, 18, 51, 0.8));
  opacity: 0;
}
.-ready .qr__img {
  animation: c-in ease-out 0.5s 4.7s forwards;
}
.-skipintro .qr__img {
  animation-delay: 0.4s;
}
.qr__img:before, .qr__img:after {
  content: "";
}

.qr__circle {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -98%);
}

.qr__circle__cont {
  background: url("../img//bg/ph_circle_qr.webp") no-repeat center/contain;
  filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.5));
  opacity: 0;
  transform: rotate(-30deg) scale(1.4);
}
.-ready .qr__circle__cont {
  animation: bgQrRotateIn 1s 4.3s ease-out forwards, bgQrCircleRotate 22s 5.3s linear infinite;
}
.-skipintro .qr__circle__cont {
  animation-delay: 0s, 1s;
}
@keyframes bgQrRotateIn {
  0% {
    opacity: 0;
    transform: rotate(-30deg) scale(1.4);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes bgQrCircleRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgQrCircleRotateHeightNrw {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

/* --- QR --- */
body.-intro-fast .qr__txt,
body.-intro-fast .qr__img {
  animation-delay: 0s !important;
  opacity: 1 !important;
}

body.-intro-fast .qr__circle__cont {
  animation-delay: 0s, 0s !important;
  opacity: 1 !important;
}

.story {
  position: relative;
  margin-top: 25rem;
}

.story__head {
  position: relative;
}

.story__head__txt {
  transform: translateX(-50%);
  opacity: 0;
}
.-reveal .story__head__txt {
  animation: c-upIn 0.6s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-ja .story__head__txt {
  width: 32.6875rem;
  position: absolute;
  top: -13.5625rem;
  left: calc(50% - 6.875rem);
}
.-th .story__head__txt {
  width: 30.9375rem;
  position: absolute;
  top: -14.375rem;
  left: calc(50% - 5.625rem);
}
.-tw .story__head__txt {
  width: 25.0625rem;
  position: absolute;
  top: -14.6875rem;
  left: calc(50% - 1.8125rem);
}

.story__head__chara {
  background: url("../img//story/ph_sally.webp") no-repeat center/cover;
  width: 12.5rem;
  height: 13.25rem;
  position: absolute;
  top: -15.625rem;
  left: calc(50% + 15.625rem);
  transform: translateX(-50%) translateY(20%) rotate(-20deg);
  opacity: 0;
  z-index: 1;
}
.-reveal .story__head__chara {
  animation: c-JumpIn 0.6s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.story__inner {
  width: 100%;
  position: relative;
  padding-bottom: 26.6875rem;
  position: relative;
  z-index: 2;
}

.story__ttl {
  z-index: 1;
  transform: translateX(-50%);
}
.-ja .story__ttl {
  position: absolute;
  top: -1.6875rem;
  left: 50%;
}
.-th .story__ttl {
  position: absolute;
  top: -1.9375rem;
  left: 50%;
}
.-tw .story__ttl {
  position: absolute;
  top: 0rem;
  left: 50%;
}

.story__ttl__head {
  margin: 0 auto;
  opacity: 0;
}
.-reveal .story__ttl__head {
  animation: c-in 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-ja .story__ttl__head {
  width: 35.6875rem;
}
.-th .story__ttl__head {
  width: 37.5625rem;
}
.-tw .story__ttl__head {
  width: 17.1875rem;
}

.story__ttl__main {
  opacity: 0;
  transform: translateY(-20%);
  will-change: transform, opacity;
}
.-reveal .story__ttl__main {
  animation: ttlDown 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.-ja .story__ttl__main {
  width: 45rem;
  margin: 0.3125rem auto 0;
}
.-th .story__ttl__main {
  width: 49.75rem;
  margin: 0.9375rem auto 0;
}
.-tw .story__ttl__main {
  width: 43.25rem;
  margin: 0.9375rem auto 0;
}
@keyframes ttlDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.story__mov {
  position: relative;
  width: 49.875rem;
  position: absolute;
  top: 12.875rem;
  left: 50%;
  transform: translateX(-50%);
}
.story__mov:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img//common/ph_frame.webp") no-repeat center/cover;
  width: 49.875rem;
  height: 65.625rem;
  /* ★ 再生操作をブロックしないように必須 */
  pointer-events: none !important;
}

.story__mov__cont {
  width: 46.125rem;
  height: 60.375rem;
  position: absolute;
  top: 2.75rem;
  left: 50%;
  transform: translateX(-50%);
  /* ★ 動画をクリック可能に（省電力モードでもOK） */
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
}

.story__chara {
  background: url("../img//story/ph_cony_1.webp") no-repeat center/cover;
  width: 34.0625rem;
  height: 40.375rem;
  position: absolute;
  top: 41.25rem;
  left: calc(50% + 13.4375rem);
  transform: translateX(-50%) translateY(20%) scale(0.8);
  opacity: 0;
}
.story__chara.-reveal {
  animation: storyBrownIn 0.5s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes storyBrownIn {
  0% {
    transform: translateX(-50%) translateY(20%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
  }
}

.story__detail {
  padding-top: 81.25rem;
}

.story__detail__txt {
  margin: -0.3125rem auto 0;
}
.-ja .story__detail__txt {
  width: 29.875rem;
}
.-th .story__detail__txt {
  width: 32.75rem;
}
.-tw .story__detail__txt {
  width: 24rem;
}

.story__detail__ph {
  position: relative;
}

.story__detail__ph__pic {
  transform: translateX(-50%);
}
.story__detail__ph__pic:nth-of-type(1) {
  background: url("../img//story/ph_before_small.webp") no-repeat center/cover;
  width: 17.875rem;
  height: 12rem;
  position: absolute;
  top: 0.6875rem;
  left: calc(50% - 14.375rem);
}
.story__detail__ph__pic:nth-of-type(2) {
  background: url("../img//story/ph_before_large.webp") no-repeat center/cover;
  width: 33.4375rem;
  height: 23.5rem;
  position: absolute;
  top: 3.25rem;
  left: calc(50% + 5.875rem);
}
.story__detail__ph__pic:nth-of-type(3) {
  background: url("../img//story/ph_after.webp") no-repeat center/cover;
  width: 39rem;
  height: 27.125rem;
  position: absolute;
  top: 1.375rem;
  left: calc(50% + 4.25rem);
  transform: translateX(-50%) translateY(20%) scale(1.3);
  transform-origin: center center;
  opacity: 0;
  z-index: 2;
}
.-reveal.story__detail__ph .story__detail__ph__pic:nth-of-type(3) {
  animation: storyDetailPhIn 1.5s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes storyDetailPhIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

.story__detail__ph__kira__cont {
  background: url("../img//story/ph_kira_1.webp") no-repeat center/cover;
  width: 35.1875rem;
  height: 25.125rem;
  position: absolute;
  top: 1.875rem;
  left: calc(50% - 12.5rem);
  opacity: 0;
  transform: translateY(0%);
  z-index: 2;
}
.-reveal.story__detail__ph .story__detail__ph__kira__cont {
  animation: c-in 1.5s 2.5s ease-out forwards, c-kira 2s 0.6s linear infinite;
}
.story__detail__ph__kira__cont:nth-of-type(2) {
  background: url("../img//story/ph_kira_2.webp") no-repeat center/cover;
}
.-reveal.story__detail__ph .story__detail__ph__kira__cont:nth-of-type(2) {
  animation: c-in 1.5s 2.5s ease-out forwards, c-kira 2s 1s linear infinite;
}

.story__detail__ph__chara {
  background: url("../img//story/ph_cony_2.webp") no-repeat center/cover;
  width: 11.4375rem;
  height: 12.1875rem;
  position: absolute;
  top: 15.375rem;
  left: calc(50% - 25.3125rem);
  opacity: 0;
  transform: translateY(0%);
}
.-reveal.story__detail__ph .story__detail__ph__chara {
  animation: storyCharaJump 0.5s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes storyCharaJump {
  0% {
    transform: translateY(0%);
    opacity: 0;
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.story__chara,
.story__detail__ph__pic,
.story__detail__ph__kira__cont,
.story__detail__ph__chara {
  pointer-events: none;
}

@media screen and (min-width: 769px){
  .lightcase-icon-close {
    right: 30px !important;
    top: 30px !important;
    width: 80px !important;
  }
  .lightcase-icon-close:before {
    height: 80px;
    width: 80px;
  }
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
  }
  /* line 23, ../scss/components/modules/_content.scss */
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}

@media screen and (max-width: 768px){
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 0.9 !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px){
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

@media (max-width: 639px){
  html {
    font-size: 2.0512820513vw;
  }
  body {
    background-color: rgb(171, 247, 255);
  }
  .l-bg:before {
    content: none;
  }
  .l-bg__inner:before, .l-bg__inner:after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-bg__kira:nth-of-type(1) {
    background: url("../img//bg/ph_kira_nrw_1.webp") no-repeat center/cover;
    aspect-ratio: 1560/2668;
    height: 100vh;
    width: auto;
  }
  .l-bg__kira:nth-of-type(2) {
    background: url("../img//bg/ph_kira_nrw_2.webp") no-repeat center/cover;
    aspect-ratio: 1560/2668;
    height: 100vh;
    width: auto;
  }
  .l-bg__kira:nth-of-type(3) {
    background: url("../img//bg/ph_kira_nrw_3.webp") no-repeat center/cover;
    aspect-ratio: 1560/2668;
    height: 100vh;
    width: auto;
  }
  .-ready .l-bg__kira {
    animation: c-in 0.2s 1.4s ease-out forwards, c-kira 0.6s 1.4s linear forwards, c-kira 0.6s 2s linear forwards, c-kira 0.6s 2.6s linear forwards;
  }
  .-ready .l-bg__kira:nth-of-type(2) {
    animation: c-in 0.2s 1.5s ease-out forwards, c-kira 0.6s 1.5s linear forwards, c-kira 0.6s 2.1s linear forwards, c-kira 0.6s 2.7s linear forwards;
  }
  .-ready .l-bg__kira:nth-of-type(3) {
    animation: c-in 0.2s 1.6s ease-out forwards, c-kira 0.6s 1.6s linear forwards, c-kira 0.6s 2.2s linear forwards, c-kira 0.6s 2.8s linear forwards;
  }
  .footer__pagetop__inner {
    position: absolute;
    left: -4.375rem;
    bottom: 2.5rem;
  }
  .l-main__content:before, .l-main__content:after {
    content: none;
  }
  .l-main__logo,
  .l-main__qr {
    display: none !important;
    width: 0 !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .l-main__content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .l-main__content:before,
  .l-main__content:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .l-main__content__wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .l-main {
    overflow: hidden !important;
  }
  .c-visible_wide {
    display: none;
  }
  .about {
    margin-top: 0.5rem;
  }
  .about:before {
    position: absolute;
    top: -6.125rem;
    left: 50%;
    width: 61.25rem;
    height: 13.1875rem;
  }
  .intro__frame {
    position: absolute;
    top: 12.125rem;
    left: 50%;
  }
  .intro__frame__inner {
    position: absolute;
    top: 15.125rem;
    left: 50%;
  }
  .intro__bg {
    width: 121.625rem;
    height: 121.625rem;
  }
  .intro__kira {
    display: none;
  }
  .mv__button {
    margin-top: -7.5rem;
  }
}

@media (min-width: 961px){
  .l-bg:before {
    width: 100%;
  }
  .l-bg__inner:before, .l-bg__inner:after {
    position: absolute;
    top: 0;
    left: calc((100vw - 620px) / 2);
  }
  .l-main__logo {
    width: calc((100vw - 620px) / 2);
  }
  .l-main__content {
    overflow: hidden;
    padding: 0 10px;
    width: 620px;
    margin-left: calc((100vw - 620px) / 2);
  }
  .l-main__content:before {
    position: fixed;
    top: 0;
    left: calc((100vw - 620px) / 2);
  }
  .l-main__content:after {
    position: fixed;
    top: 0;
    left: calc((100vw - 620px) / 2 + 610px);
  }
  .l-main__qr {
    width: calc((100vw - 620px) / 2);
  }
  .c-hover_op:hover {
    opacity: 0.75;
  }
  .c-modal__close {
    position: fixed;
    top: 20px;
    right: 50px;
    height: 80px;
    width: 80px;
  }
  .c-visible_nrw {
    display: none;
  }
  .episode__mov:hover:before {
    opacity: 0.75;
  }
  .intro__bg {
    width: 1270px;
    height: 1270px;
  }
}

@media (max-width: 1420px){
  .l-bg__inner:before, .l-bg__inner:after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-main__content {
    overflow: hidden;
    margin: 0 auto;
    max-width: 620px;
    padding: 0 10px;
    width: 100%;
  }
  .l-main__content:before {
    position: fixed;
    top: 0;
    left: calc(50% - 310px);
  }
  .l-main__content:after {
    position: fixed;
    top: 0;
    left: calc(50% + 300px);
  }
  .l-main__qr {
    width: calc((100vw - 620px) / 2);
  }
  .c-chara {
    display: none;
  }
}

@media (max-width: 1420px) and (max-width: 639px){
  .l-main__content {
    overflow: hidden;
    padding: 0 0;
  }
}

@media (max-height: 875px){
  .c-chara {
    display: none;
  }
  .logo__inner {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .qr__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    height: 100%;
  }
}

@media (min-width: 1201px){
  .logo {
    display: block;
  }
  .qr {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
  }
  .-ja .qr__txt {
    transform: translate(-50%, -325%);
    width: 195px;
  }
  .-th .qr__txt {
    width: 156px;
    transform: translate(-50%, -382%);
  }
  .-tw .qr__txt {
    width: 194px;
    transform: translate(-50%, -324%);
  }
  .qr__img {
    width: 180px;
    height: 180px;
  }
  .qr__circle {
    width: 229px;
    height: 229px;
  }
  .qr__circle__cont {
    width: 229px;
    height: 229px;
  }
}

@media (min-width: 1201px) and (max-width: 1420px){
  .logo__inner {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -47%);
    height: 100%;
  }
  .qr__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -41%);
    height: 100%;
  }
}

@media (max-height: 875px) and (min-width: 1201px) and (max-width: 1420px){
  .logo__inner {
    transform: translate(-50%, -42%);
  }
  .qr__inner {
    transform: translate(-50%, -32%);
  }
}

@media (max-height: 620px){
  .logo__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .logo__img {
    width: 360px;
    transform: translate(-51%, -40%);
  }
  .logo__circle {
    width: 250px;
    transform: translate(-50%, -40%);
  }
  .logo__circle__cont {
    width: 250px;
    transform: rotate(360deg);
    animation: bgLogoCircleRotateHeightNrw 22s linear infinite;
  }
  .logo__kv {
    display: none;
  }
  .qr__inner {
    transform: translate(-50%, -50%);
  }
  .qr__txt {
    display: none;
  }
  .qr__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .qr__circle {
    transform: translate(-50%, -50%);
  }
  .qr__circle__cont {
    animation: bgQrCircleRotateHeightNrw 22s linear infinite;
  }
}

@media (max-width: 1200px){
  .qr {
    position: fixed;
    bottom: 24px;
    right: 54px;
    width: 150px;
  }
  .-ja .qr__txt {
    width: 163px;
    transform: translate(-50%, -325%);
  }
  .-th .qr__txt {
    width: 130px;
    transform: translate(-50%, -382%);
  }
  .-tw .qr__txt {
    width: 162px;
    transform: translate(-50%, -324%);
  }
  .qr__img {
    width: 150px;
    height: 150px;
  }
  .qr__circle {
    width: 191px;
    height: 191px;
    transform: translate(-50%, -95%);
  }
  .qr__circle__cont {
    width: 191px;
    height: 191px;
  }
}

@media (max-width: 960px){
  .qr {
    display: none;
  }
}

@media (max-width: 1200px) and (max-height: 620px){
  .qr__circle {
    transform: translate(-50%, -50%);
  }
}