@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("../img/common/lightcase/lightcase.eot?55356177");
  src: url("../img/common/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../img/common/lightcase/lightcase.woff?55356177") format("woff"), url("../img/common/lightcase/lightcase.ttf?55356177") format("truetype"), url("../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;
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  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;
}

html {
  scroll-behavior: smooth;
}

/* 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;
}

.wrapper.-magimagi-pre .l-bg-main {
  position: fixed;
  top: 50lvh;
  left: 50%;
  translate: -50% -50%;
  height: 110lvh;
  overflow: hidden;
  width: 100%;
}

.c-btn-register .-anchor {
  width: 44.375rem;
  display: block;
  position: relative;
}
.c-btn-register .-btn {
  width: 100%;
  animation: BtnAni_img 2.8s infinite ease-in-out;
}
.c-btn-register .-eff {
  position: absolute;
  display: inline-block;
  opacity: 0;
}
.c-btn-register .-eff:nth-of-type(1) {
  width: 11%;
  left: 0;
  top: 17%;
}
.c-btn-register .-eff:nth-of-type(2) {
  width: 13%;
  left: 2%;
  top: 2.5%;
}
.c-btn-register .-eff:nth-of-type(3) {
  width: 4%;
  left: 14.5%;
  top: 2.5%;
}
.c-btn-register .-eff:nth-of-type(4) {
  width: 7.5%;
  left: 15.5%;
  top: 4.5%;
}
.c-btn-register .-eff:nth-of-type(5) {
  width: 9.5%;
  left: 19.5%;
  top: 1%;
}
.c-btn-register .-eff:nth-of-type(6) {
  width: 13%;
  right: 1.5%;
  top: 56%;
}
.c-btn-register .-eff:nth-of-type(7) {
  width: 5%;
  right: 13.5%;
  top: 78%;
}
.c-btn-register .-eff:nth-of-type(8) {
  width: 9%;
  right: 16.5%;
  top: 70%;
}
.c-btn-register .-eff:nth-of-type(9) {
  width: 6%;
  right: 23.5%;
  top: 75.5%;
}
@keyframes BtnAni_img {
  0% {
    filter: drop-shadow(0 0 3px #fff) saturate(100%);
  }
  50% {
    filter: drop-shadow(0 1px 10px #fff) saturate(125%);
  }
  100% {
    filter: drop-shadow(0 0 3px #fff) saturate(100%);
  }
}

.contents {
  position: relative;
}

.l-download {
  position: fixed;
  left: calc((100% - 604px) / 2 + 604px + 40px);
  bottom: 0;
  aspect-ratio: 840/556;
  background: url(../img/common/download/bg_dl.png) no-repeat center/100%;
  padding: 25px 38px 0;
  width: 420px;
}

.l-download__row {
  align-items: center;
  display: flex;
  gap: 14px;
}

.l-download__qr {
  width: 129px;
}

.l-download__txt {
  width: 206px;
}

.l-download__links {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.l-download__charas {
  position: absolute;
  top: -102px;
  left: 0;
  height: 130px;
  width: 150px;
}

.l-download__chara.-ft {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}
.l-download__chara.-sec {
  position: absolute;
  top: 36px;
  left: 60px;
  width: 90px;
}
.l-download__chara .-slow {
  animation-duration: 1.2s;
}
.l-download__chara .-delay {
  animation-delay: 0.4s;
}

.footer {
  position: relative;
}
.-ja .footer {
  margin-top: -3.75rem;
}
.-tw .footer {
  margin-top: -5.1875rem;
}
.-th .footer {
  margin-top: -0.2rem;
}

.footer__inner {
  position: relative;
  height: 107.5625rem;
}
.-ja .footer__inner {
  height: 108.8125rem;
}
.-tw .footer__inner {
  height: 118.375rem;
}

.footer__bg {
  position: absolute;
  bottom: 0rem;
  width: 100%;
}
.-tw .footer__bg {
  position: absolute;
  bottom: 0rem;
}
.footer__bg .-stage {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
}

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

.footer__contents__head {
  position: absolute;
  top: 7.75rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
  z-index: 2;
}
.footer__contents__head .-txt {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0%);
  height: auto;
}
.-ja .footer__contents__head .-txt {
  width: 29.0625rem;
}
.-th .footer__contents__head .-txt {
  width: 28.25rem;
}
.-tw .footer__contents__head .-txt {
  width: 20.5625rem;
}
.footer__contents__head .-sns {
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}
.-ja .footer__contents__head .-sns {
  position: relative;
  top: 5.625rem;
  left: 50%;
}
.-ja .footer__contents__head .-sns .-icon-facebook {
  display: none;
}
.-th .footer__contents__head .-sns {
  position: relative;
  top: 6.375rem;
  left: 50%;
}
.-th .footer__contents__head .-sns .-icon-x {
  display: none;
}
.-tw .footer__contents__head .-sns {
  position: relative;
  top: 6.25rem;
  left: 50%;
}
.-tw .footer__contents__head .-sns .-icon-facebook {
  display: none;
}
.-tw .footer__contents__head .-sns .-icon-x {
  display: none;
}
.footer__contents__head .-sns .-icon {
  width: 9.375rem;
}

.footer_contents__middle {
  position: absolute;
  top: 25rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 44.375rem;
  z-index: 2;
}

.footer_contnet__to-top {
  width: 100%;
}
.-ja .footer_contnet__to-top, .-th .footer_contnet__to-top {
  position: relative;
  top: 61.875rem;
  left: 0;
}
.-tw .footer_contnet__to-top {
  position: relative;
  top: 65.875rem;
  left: 0;
}

.footer_contents__btn {
  margin-inline: auto 0.625rem;
  width: 14.25rem;
  height: 14.25rem;
  z-index: 10;
}
.footer_contents__btn .-magicitems {
  z-index: 2;
  position: relative;
}
.footer_contents__btn .-magicitems .-aura {
  position: relative;
  z-index: 1;
}
.footer_contents__btn .-magicitems .-stick {
  position: absolute;
  top: 19%;
  left: 25%;
  height: 7.5625rem;
  width: 7.5625rem;
  z-index: 2;
}
.footer_contents__btn .-magicitems.-move {
  height: 14.25rem;
  width: 14.25rem;
  position: fixed;
  z-index: 1000;
}
.footer_contents__btn .-txt {
  position: absolute;
  top: 9.625rem;
  right: 4.5625rem;
  z-index: 3;
  width: 6.3125rem;
}
@keyframes wand-swish {
  0% {
    transform: rotateZ(-6deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  45% {
    transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(-6deg) translate(0, 0);
  }
}
.footer_contents__btn .-base {
  position: relative;
  width: 100%;
}

.footer__contents__characters {
  position: absolute;
  left: 50%;
  bottom: 13.375rem;
  transform: translate(-50%, 0%);
  width: 37.5rem;
  z-index: 10;
}
.-tw .footer__contents__characters {
  position: absolute;
  left: 50%;
  bottom: 19.625rem;
}
.footer__contents__characters .-base {
  position: relative;
  width: 100%;
  height: auto;
}
.footer__contents__characters .-characters {
  transform: translate(-50%, 0%);
  transform-origin: bottom center;
}
.footer__contents__characters .-character01 {
  position: absolute;
  top: -13.125rem;
  left: 12%;
  width: 12.75rem;
}
.footer__contents__characters .-character02 {
  position: absolute;
  top: -7.1875rem;
  left: 36%;
  width: 8.125rem;
}
.footer__contents__characters .-character03 {
  position: absolute;
  top: -12.1875rem;
  left: 65%;
  width: 11.875rem;
}
.footer__contents__characters .-character04 {
  position: absolute;
  top: -13.125rem;
  left: 93%;
  width: 15rem;
}

.footer__contents__bottom {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  z-index: 2;
}
.footer__contents__bottom .-mask {
  position: relative;
  width: 100%;
  height: auto;
}
.footer__contents__bottom .-privacy-policy .-anchor,
.footer__contents__bottom .-contact .-anchor {
  display: block;
}
.footer__contents__bottom .-privacy-policy .-txt,
.footer__contents__bottom .-contact .-txt {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.-ja .footer__contents__bottom .-privacy-policy .-txt,
.-ja .footer__contents__bottom .-contact .-txt {
  height: 2.4375rem;
}
.-th .footer__contents__bottom .-privacy-policy .-txt,
.-th .footer__contents__bottom .-contact .-txt {
  height: 2.3125rem;
}
.-tw .footer__contents__bottom .-privacy-policy .-txt,
.-tw .footer__contents__bottom .-contact .-txt {
  height: 2.125rem;
}
.-ja .footer__contents__bottom .-privacy-policy, .-th .footer__contents__bottom .-privacy-policy {
  position: absolute;
  left: 8.9375rem;
  bottom: 6.6875rem;
}
.-tw .footer__contents__bottom .-privacy-policy {
  position: absolute;
  left: 13.875rem;
  bottom: 13.9375rem;
}
.-ja .footer__contents__bottom .-contact, .-th .footer__contents__bottom .-contact {
  position: absolute;
  bottom: 6.6875rem;
  right: 8.9375rem;
}
.-tw .footer__contents__bottom .-contact {
  position: absolute;
  left: 26.4375rem;
  bottom: 13.9375rem;
}
.footer__contents__bottom .-txt-c {
  transform: translate(-50%, 0);
  width: 22.5rem;
}
.-ja .footer__contents__bottom .-txt-c, .-th .footer__contents__bottom .-txt-c {
  position: absolute;
  left: 50%;
  bottom: 3.875rem;
}
.-tw .footer__contents__bottom .-txt-c {
  position: absolute;
  left: 50%;
  bottom: 11.125rem;
}
.footer__contents__bottom .-icon-rating {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translate(-50%, 0);
  width: 5.625rem;
}
.-ja .footer__contents__bottom .-icon-rating, .-th .footer__contents__bottom .-icon-rating {
  display: none;
}

.footer__note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: left;
  margin: 0 auto;
  font-weight: 500;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  z-index: 2;
}
.-ja .footer__note {
  top: 60.625rem;
  left: 23.125rem;
}
.-th .footer__note {
  top: 60.625rem;
  left: 23.125rem;
}
.-tw .footer__note {
  top: 65rem;
  left: 23.125rem;
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
}

.l-header {
  z-index: 6000;
}

.l-header__dl {
  width: 27rem;
}
.l-header__dl img {
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.5));
}
.l-header__dl::before {
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  background: url(../img/common/header/ph_kira.png) no-repeat 0 0/100%;
  content: "";
  height: 3.25rem;
  width: 31.375rem;
}

.l-header__dl__deco {
  clip-path: polygon(2% 24%, 5% 92%, 95% 93%, 98% 20%);
  height: 8.25rem;
  overflow: hidden;
  pointer-events: none;
  width: 27rem;
  position: absolute;
  top: 0;
  left: 1.4375rem;
}
.l-header__dl__deco::before {
  animation: btnShiny 5s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 28.125rem;
  left: 0;
  position: absolute;
  top: -6.25rem;
  transition: 300ms;
  width: 2.5rem;
}

@keyframes btnShiny {
  0% {
    opacity: 0.6;
    transform: rotate(45deg) translateX(-6.25rem) translateY(-13.125rem);
  }
  80% {
    opacity: 0.6;
    transform: rotate(45deg) translateX(-6.25rem) translateY(-13.125rem);
  }
  100% {
    opacity: 0.6;
    transform: rotate(45deg) translateX(30.625rem) translateY(-8.75rem);
  }
}

.l-header__links__btn {
  display: block;
}

.l-main {
  position: relative;
  overflow: hidden;
}

.l-main__videobg {
  position: fixed;
  top: 0;
  left: 50%;
  height: 100vh;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.l-main__videobg video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.l-main__videobg:before {
  content: "";
  background: url(../img/top/mv/bg_frame.png) no-repeat 0 0/cover;
}
.l-main__videobg::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/bg_dot.png) 0 0/0.75rem;
  content: "";
  height: 100%;
  opacity: 0.15;
  width: 100%;
}

.l-nav__qr {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(27.5rem, -50%);
  height: auto;
  width: 16.4vw;
}
.-ja .l-nav__qr {
  max-width: 309px;
}
.-th .l-nav__qr {
  max-width: 311px;
}
.-tw .l-nav__qr {
  max-width: 268px;
}

.l-nav__logo {
  position: fixed;
  top: 50vh;
  right: 50vw;
  transform: translate(-27.5rem, -50%);
  width: 17.3vw;
  height: auto;
}
.-ja .l-nav__logo {
  max-width: 325px;
}
.-th .l-nav__logo {
  max-width: 306px;
}
.-tw .l-nav__logo {
  max-width: 308px;
}

.c-font_oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.c-font_cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

.c-font_shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

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

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

.c-loop-sparkle {
  opacity: 0.6;
  animation: sparkleLoop 2.4s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.c-loop-sparkle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(200, 255, 207);
  mix-blend-mode: screen;
  z-index: 1;
}
@keyframes sparkleLoop {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.c-loop-scale {
  transform: scale(1);
  animation: scaleLoop 4.6s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.c-loop-floating {
  transform: translateY(0);
  animation: floatingLoop 4.6s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@keyframes floatingLoop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.9375rem);
  }
  100% {
    transform: translateY(0);
  }
}

.c-loop-floating-btn {
  transform: translateY(0);
  animation: floatingLoopBtn 2.8s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@keyframes floatingLoopBtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.625rem);
  }
  100% {
    transform: translateY(0);
  }
}

.c-loop-floating-character {
  transform: translateY(0);
  animation: floatingLoopChara 2.8s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@keyframes floatingLoopChara {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(1.875rem);
  }
  100% {
    transform: translateY(0rem);
  }
}

.c-loop-floating-eff {
  transform: translateY(0);
  animation: floatingLoopEff 2.8s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@keyframes floatingLoopEff {
  0% {
    transform: scale(1.1) translateY(0rem);
  }
  50% {
    transform: scale(1) translateY(1.875rem);
  }
  100% {
    transform: scale(1.1) translateY(0rem);
  }
}

.c-loop-bounce-a,
.c-loop-bounce-b {
  transform: translateY(0);
  animation: jumpSeq 3s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
}

.c-loop-bounce-b {
  animation-delay: 0.4s;
}

@keyframes jumpSeq {
  0%, 10% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.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;
  overflow-y: scroll;
  pointer-events: none;
  scrollbar-width: none;
  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 {
  display: none;
}

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

.c-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.c-modal__close {
  cursor: pointer;
  padding: 0;
}
.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-scroll-in-logo {
  opacity: 0;
  transform: scale(1.5);
  will-change: transform, opacity, width, padding;
}
.c-scroll-in-logo.-viewed {
  animation: topLogoIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both, topLogoMove 1s cubic-bezier(0.65, 0.05, 0.36, 1) 2.4s forwards;
}
@keyframes topLogoIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes topLogoMove {
  0% {
    opacity: 1;
    padding-inline: 15%;
  }
  100% {
    opacity: 1;
    padding-inline: 32%;
  }
}

.c-scroll-in-left {
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  will-change: opacity, transform;
}
.c-scroll-in-left.-viewed {
  opacity: 1;
  transform: translateX(0);
}

.c-scroll-in-right {
  opacity: 0;
  transform: translateX(30%);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  will-change: opacity, transform;
}
.c-scroll-in-right.-viewed {
  opacity: 1;
  transform: translateX(0);
}

.c-scroll-in-top {
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  will-change: opacity, transform;
}
.c-scroll-in-top.-viewed {
  opacity: 1;
  transform: translateY(0);
}

.c-scroll-in-btn {
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  will-change: opacity, transform;
}
.c-scroll-in-btn.-viewed {
  animation: btnAni 0.6s both;
}
@keyframes btnAni {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  55% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.c-scroll-in-txt {
  clip-path: inset(0 100% 0 0);
  transform: scale(2);
  will-change: clip-path, transform;
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.c-scroll-in-txt.-viewed {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}

.c-scroll-in-eff {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  will-change: opacity, transform;
}
.c-scroll-in-eff.-viewed {
  opacity: 1;
}

.c-scroll-in-speech {
  opacity: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg) scale(0.8);
  will-change: transform, opacity;
}
.c-scroll-in-speech.-viewed {
  animation: speechAni 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes speechAni {
  0% {
    opacity: 0;
    transform: rotate(-45deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

.c-scrollreveal {
  opacity: 0;
}

@keyframes itemInSp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInPc {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
  overflow: hidden;
}

.about__inner {
  position: relative;
  height: 142.75rem;
  background-color: black;
}

.about__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 50rem;
}
.about__bg .-base {
  position: absolute;
  top: 1.875rem;
  left: 0;
  transform: translate(0%, -25%);
  width: 100%;
  height: auto;
}
.about__bg .-eff {
  position: absolute;
  top: 14.375rem;
  left: 0;
  transform: translate(0%, -25%);
  width: 100%;
  height: auto;
}

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

.-ja .about__contents__txt {
  position: absolute;
  top: 6.875rem;
  left: 2.1875rem;
  width: 42.5rem;
}
.-th .about__contents__txt {
  position: absolute;
  top: 5rem;
  left: 5.5rem;
  width: 35.875rem;
}
.-tw .about__contents__txt {
  position: absolute;
  top: 5.625rem;
  left: 1.25rem;
  width: 44.375rem;
}

.about__contents__character {
  position: absolute;
  top: 1.875rem;
  left: 0rem;
  width: 100%;
  height: auto;
}
.about__contents__character .-character {
  position: relative;
  width: 48.875rem;
}
.about__contents__character .-eff {
  position: absolute;
  top: 2.5rem;
  left: 0rem;
}

.about__contents__frame {
  position: absolute;
  top: 46.875rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}
.about__contents__frame .-frame {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.about__contents__frame .-video {
  position: absolute;
  top: 22.4375rem;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0%);
  -o-object-fit: cover;
  object-fit: cover;
}
.about__contents__frame .-character {
  position: absolute;
  bottom: 7.5rem;
  right: 0;
  width: 15.5625rem;
  z-index: 2;
}

.campaign-bottom {
  position: relative;
  overflow: hidden;
}

.campaigns-bottom {
  position: relative;
  z-index: 4;
  margin-top: -11.25rem;

}

.campaign-bottom__inner {
  position: relative;
  height: 87.0625rem;
  z-index: 1;
}
.-ja .campaign-bottom__inner {
  height: 92.875rem;
}
.-th .campaign-bottom__inner {
  height: 89.125rem;
}

.campaign-bottom__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
}
.campaign-bottom__bg .-base {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 105%;
  height: auto;
}

.campaign-bottom__contents {
  position: relative;
  width: 100%;
  height: 100%;
}

.campaign-bottom__contents__cards {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
}
.-ja .campaign-bottom__contents__cards .-card1 {
  position: absolute;
  top: 24.375rem;
  left: 0rem;
}
.-th .campaign-bottom__contents__cards .-card1 {
  position: absolute;
  top: 17.125rem;
  left: 1.75rem;
  width: 43.375rem;
}
.campaign-bottom__contents__cards .-anchor {
  display: block;
}

.campaign-bottom__gacha__btn {
  translate: -50% 0;
}
.-ja .campaign-bottom__gacha__btn {
  position: absolute;
  top: 71.625rem;
  left: 50%;
  width: 44.6875rem;
}
.-th .campaign-bottom__gacha__btn {
  position: absolute;
  top: 66.5rem;
  left: 50%;
  width: 19.75rem;
}

.campaign-bottom__contents__notice {
  translate: -50% 0;
  width: 23.9375rem;
}
.-th .campaign-bottom__contents__notice {
  position: absolute;
  top: 81.25rem;
  left: 50%;
}

.campaigns-bottom.-no-campaigns-bottom {
  display: none;
}

.campaign-top {
  position: relative;
  overflow: hidden;
  background-color: black;
}

.campaign-top__inner {
  position: relative;
}
.-ja .campaign-top__inner {
  height: 222.5rem;
}
.-th .campaign-top__inner {
  height: 165.3125rem;
}

.campaign-top__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 84.375rem;
}
.campaign-top__bg .-base {
  position: absolute;
  top: -32.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}
.campaign-top__bg .-character {
  position: absolute;
  top: 14.375rem;
  left: 0.9375rem;
  width: 46.875rem;
}
.campaign-top__bg .-eff {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}

.campaign-top__contents {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 8;
}

.campaign-top__contents__btn {
  position: absolute;
  top: 15.625rem;
  left: 50%;
  translate: -50% 0;
  width: 45rem;
}

.campaign-top__contents__head {
  width: 46.875rem;
  z-index: 5;
}
.-ja .campaign-top__contents__head {
  position: absolute;
  top: 71.25rem;
}
.-th .campaign-top__contents__head {
  position: absolute;
  top: 68.125rem;
}
.-ja .campaign-top__contents__head .-txt {
  width: 100%;
}
.-th .campaign-top__contents__head .-txt {
  position: absolute;
  top: 0;
  left: 12.125rem;
  width: 33.4375rem;
}
.campaign-top__contents__head .-speech {
  width: 17.375rem;
  position: absolute;
  top: -10rem;
  left: 1.25rem;
}

.campaign-top__contents__board {
  position: absolute;
  bottom: 0rem;
  transform: translate(0%, 0%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.-ja .campaign-top__contents__board .-card1 {
  position: absolute;
  top: 18.5rem;
  left: 0rem;
}
.-th .campaign-top__contents__board .-card1 {
  position: absolute;
  top: 22.1875rem;
  left: 1.75rem;
  width: 43.375rem;
}
.-ja .campaign-top__contents__board .-card2 {
  position: absolute;
  top: 73.4375rem;
  left: 0rem;
}
.-th .campaign-top__contents__board .-card2 {
  display: none;
}
.campaign-top__contents__board .-anchor {
  display: block;
}

.campaign-top__gacha__btn {
  translate: -50% 0;
}
.-ja .campaign-top__gacha__btn {
  position: absolute;
  top: 59.0625rem;
  left: 50%;
  width: 44.6875rem;
}
.-th .campaign-top__gacha__btn {
  position: absolute;
  top: 71.5625rem;
  left: 50%;
  width: 19.75rem;
}

.campaign-top__x__btn {
  position: absolute;
  top: 129.0625rem;
  left: 50%;
  translate: -50% 0;
  width: 44.6875rem;
}

.epsode {
  position: relative;
  margin-bottom: -5.3125rem;
  overflow: hidden;
}
.-tw .epsode {
  z-index: 2;
}

.epsode__inner {
  position: relative;
}
.-ja .epsode__inner, .-th .epsode__inner {
  height: 150.625rem;
}
.-tw .epsode__inner {
  height: 162.8125rem;
}

.epsode__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
}
.epsode__bg .-base {
  position: absolute;
  top: 0rem;
  width: 100%;
}
.-tw .epsode__bg .-base {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 150.625rem;
}
.epsode__bg .-eff01 {
  position: absolute;
  top: -8.125rem;
  left: -4.375rem;
  width: 25rem;
}
.epsode__bg .-eff02 {
  position: absolute;
  top: -8.125rem;
  right: -4.375rem;
  width: 25rem;
}
.epsode__bg .-bottom {
  position: absolute;
  top: 150.5rem;
}

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

.epsode__contents__head {
  position: absolute;
  top: 12.875rem;
  width: 100%;
}
.epsode__contents__head .-txt01 {
  z-index: 1;
}
.-ja .epsode__contents__head .-txt01 {
  position: relative;
  top: 0rem;
  left: 4.125rem;
  width: 38.625rem;
}
.-th .epsode__contents__head .-txt01 {
  position: relative;
  top: -0.625rem;
  left: 5.125rem;
  width: 36.625rem;
}
.-tw .epsode__contents__head .-txt01 {
  position: relative;
  top: 0.4375rem;
  left: 4.125rem;
  width: 38.8125rem;
}
.epsode__contents__head .-txt02 {
  position: absolute;
  top: -11.25rem;
  left: 0.625rem;
  width: 19.8125rem;
}

.epsode__contents__middle {
  position: absolute;
  top: 33.6875rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 66.4375rem;
}
.epsode__contents__middle .-txt {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 31.8125rem;
}
.epsode__contents__middle .-card1 {
  width: 43.75rem;
  position: absolute;
  top: 8.125rem;
  left: 0;
}
.epsode__contents__middle .-card2 {
  width: 43.75rem;
  position: absolute;
  top: 38.75rem;
  right: 0%;
}

.epsode__contents__btn {
  position: absolute;
  top: 131.5rem;
  left: 50%;
  translate: -50% 0;
  width: 45rem;
}

.epsode__slider__swiper {
  width: 100%;
  position: absolute;
  top: 28.375rem;
  left: 50%;
  transform: translate(-50%, 0%);
  overflow: hidden;
}

.epsode__slider__swiper-wrapper {
  display: flex;
}

.epsode__slider__swiper-slide {
  width: 100%;
  position: relative;
  transition: transform 0.4s ease;
}
.epsode__slider__swiper-slide .card {
  width: 33.625rem;
  height: 46.6875rem;
  border-radius: 3.75rem;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  font-weight: 600;
}
.epsode__slider__swiper-slide .movie__trigger {
  width: 31rem;
  height: 44.0625rem;
  padding: 0;
  border: 0;
  background: none;
  display: block;
  overflow: hidden;
  border-radius: 2.5rem;
  position: relative;
  cursor: pointer;
}
.epsode__slider__swiper-slide .-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
.epsode__slider__swiper-slide .movie__trigger:active .-img {
  transform: scale(1.02);
}
.epsode__slider__swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}
.epsode__slider__swiper-slide.swiper-slide-active {
  z-index: 1;
}
.epsode__slider__swiper-slide.swiper-slide-active .movie__trigger:active .-img {
  transform: scale(1.04);
}
.epsode__slider__swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 10.75rem;
  height: 10.75rem;
  background: url("../img/magimagi-pre/episode/icon_play.png") no-repeat center/100%;
  z-index: 2;
  pointer-events: none;
  animation: pulsePlay 1.8s ease-in-out infinite;
}

@keyframes pulsePlay {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.epsode__slider__swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.epsode__slider__swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
  margin: 0 0.625rem;
}
.epsode__slider__swiper-pagination .swiper-pagination-bullet.-active,
.epsode__slider__swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.epsode__slider__swiper.-single {
  overflow: visible;
}
.epsode__slider__swiper.-single .js-slider_wrapper,
.epsode__slider__swiper.-single .epsode__slider__swiper-wrapper {
  justify-content: center;
}
.epsode__slider__swiper.-single .js-slider_slide,
.epsode__slider__swiper.-single .epsode__slider__swiper-slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.epsode__slider__swiper.-single .card {
  margin: 0 auto;
}
.epsode__slider__swiper.-single .js-slider_pagination,
.epsode__slider__swiper.-single .epsode__slider__swiper-pagination {
  display: none !important;
}

.epsode.-no-episode {
  display: none;
}

.contents.-th .epsode.-no-episode + .campaigns-bottom {
  margin-top: -10.25rem;
  position: relative;
}

.contents.-tw .epsode.-no-episode ~ .footer {
  margin-top: -7.5rem;
}

.mv {
  position: relative;
  height: 57rem;
  width: 100%;
}
.mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
}

.mv__head {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: flex;
  width: 100%;
  height: 37.5rem;
  z-index: 100;
  padding-inline: 15%;
  opacity: 0;
}

.mv__logo {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.mv__video {
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  width: 100%;
}

.mv__catch {
  position: absolute;
  left: 0rem;
  bottom: -15.5rem;
  z-index: 10;
}

.mv__mask {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  transform: translate(0, 50%);
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #000000 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 8;
}

.notice__modal {
  position: relative;
  margin: 0 auto;
  padding: 8.125rem 0;
  width: 43rem;
  transform: translateY(-5rem);
}
.notice__modal::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 10.9375rem;
  transform: translate(-50%, 0);
  width: 92%;
  height: 7.8125rem;
  z-index: 100;
  background: linear-gradient(rgba(22, 135, 237, 0), #ffeccb);
}
.notice__modal .-bg {
  display: block;
  width: 100%;
  height: auto;
}
.notice__modal .-txt__wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(22, 135, 237, 0.8) rgba(255, 236, 203, 0.5);
}
.notice__modal .-txt__wrapper::-webkit-scrollbar {
  width: 0.625rem;
}
.notice__modal .-txt__wrapper::-webkit-scrollbar-track {
  background: rgba(255, 236, 203, 0.5);
  border-radius: 0.625rem;
}
.notice__modal .-txt__wrapper::-webkit-scrollbar-thumb {
  background: rgba(22, 135, 237, 0.8);
  border-radius: 0.625rem;
}

.notice__modal__content {
  color: #5a4632;
  text-align: left;
  word-break: break-word;
}

.notice__modal__title {
  display: none;
}

.notice__modal__intro {
  font-weight: 700;
  margin: 0 0 1.125rem;
}

.notice__modal__section {
  margin-bottom: 1.375rem;
}

.notice__modal__heading {
  font-weight: 700;
  margin: 0 0 0.625rem;
}

.notice__modal__text {
  margin: 0 0 0.75rem;
}

.notice__modal__list {
  /* これを追加 */
}
.notice__modal__list li {
  margin-bottom: 10px;
}
.notice__modal__list li:has(.is-indent) {
  margin-left: 1.6em;
}
.notice__modal__list .is-indent {
  display: block;
}

.notice__modal__close {
  cursor: pointer;
  padding: 0;
  z-index: 200;
}
.notice__modal__close img {
  display: block;
  width: 100%;
  height: auto;
}

.notice__modal__content.-th {
  font-family: "Noto Sans Thai", sans-serif;
}

.notice-link {
  text-decoration: underline;
  color: #1687ed;
}

.present {
  position: relative;
  margin-bottom: -5.3125rem;
  overflow: hidden;
  z-index: 2;
}

.present__inner {
  position: relative;
}
.-ja .present__inner {
  height: 143.75rem;
}
.-th .present__inner {
  height: 125.625rem;
}
.-tw .present__inner {
  height: 180.3125rem;
}

.present__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 53.125rem;
  background-color: black;
}
.-tw .present__bg {
  height: 103.125rem;
}
.present__bg .-main {
  position: absolute;
  top: -30rem;
  left: 0;
  width: 100%;
  height: auto;
}
.-tw .present__bg .-main {
  position: absolute;
  top: -32.5rem;
  left: 0;
}
.present__bg .-character {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 46.875rem;
  height: auto;
  z-index: 2;
}
.-tw .present__bg .-character {
  position: absolute;
  top: 14.375rem;
  left: 0.9375rem;
}
.present__bg .-eff {
  width: 46.875rem;
  height: auto;
}
.-ja .present__bg .-eff.-eff01, .-th .present__bg .-eff.-eff01 {
  position: absolute;
  top: -17.5rem;
  left: 0;
  z-index: 3;
}
.-ja .present__bg .-eff.-eff02, .-th .present__bg .-eff.-eff02 {
  position: absolute;
  top: -17.5rem;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.-ja .present__bg .-eff.-eff03, .-th .present__bg .-eff.-eff03 {
  display: none;
}
.-tw .present__bg .-eff.-eff01 {
  display: none;
}
.-tw .present__bg .-eff.-eff02 {
  display: none;
}
.-tw .present__bg .-eff.-eff03 {
  position: absolute;
  top: -3.125rem;
  left: 0;
  z-index: 3;
  opacity: 0.5;
}

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

.present__contents__frame {
  position: absolute;
  bottom: 0rem;
  transform: translate(0%, 0%);
  width: 100%;
  height: auto;
}

.-ja .present__contents__top__btn, .-th .present__contents__top__btn {
  display: none;
}
.-tw .present__contents__top__btn {
  position: absolute;
  top: 15.625rem;
  left: 1.25rem;
  margin-inline: auto;
  z-index: 10;
}
.-tw .present__contents__top__btn .-anchor {
  width: 44.375rem;
  display: block;
  position: relative;
}
.-tw .present__contents__top__btn .-btn {
  width: 100%;
  animation: BtnAni_img 2.8s infinite ease-in-out;
}
.-tw .present__contents__top__btn .-eff {
  position: absolute;
  display: inline-block;
  opacity: 0;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(1) {
  width: 11%;
  left: 0;
  top: 17%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(2) {
  width: 13%;
  left: 2%;
  top: 2.5%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(3) {
  width: 4%;
  left: 14.5%;
  top: 2.5%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(4) {
  width: 7.5%;
  left: 15.5%;
  top: 4.5%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(5) {
  width: 9.5%;
  left: 19.5%;
  top: 1%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(6) {
  width: 13%;
  right: 1.5%;
  top: 56%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(7) {
  width: 5%;
  right: 13.5%;
  top: 78%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(8) {
  width: 9%;
  right: 16.5%;
  top: 70%;
}
.-tw .present__contents__top__btn .-eff:nth-of-type(9) {
  width: 6%;
  right: 23.5%;
  top: 75.5%;
}
@keyframes BtnAni_img {
  0% {
    filter: drop-shadow(0 0 3px #fff) saturate(100%);
  }
  50% {
    filter: drop-shadow(0 1px 10px #fff) saturate(125%);
  }
  100% {
    filter: drop-shadow(0 0 3px #fff) saturate(100%);
  }
}

.present__contents__head {
  width: 100%;
  z-index: 5;
}
.-ja .present__contents__head, .-th .present__contents__head {
  position: absolute;
  top: 31.25rem;
}
.-tw .present__contents__head {
  position: absolute;
  top: 70rem;
}
.-ja .present__contents__head .-txt {
  position: absolute;
  top: 0;
  left: 3.875rem;
  width: 39.1875rem;
}
.-th .present__contents__head .-txt {
  position: absolute;
  top: 0;
  left: 9.8125rem;
  width: 35.75rem;
}
.-tw .present__contents__head .-txt {
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 43.875rem;
}
.-ja .present__contents__head .-speech {
  width: 18.5rem;
  position: absolute;
  top: -6.5625rem;
  left: 1.9375rem;
}
.-th .present__contents__head .-speech {
  width: 19.3125rem;
  position: absolute;
  top: -6.5625rem;
  left: 2.125rem;
}
.-tw .present__contents__head .-speech {
  width: 18.125rem;
  position: absolute;
  top: -11.875rem;
  left: 1.5625rem;
}

.present__contents__list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  z-index: 2;
}
.-ja .present__contents__list, .-th .present__contents__list {
  position: absolute;
  top: 41.25rem;
}
.-tw .present__contents__list {
  position: absolute;
  top: 76.25rem;
  margin-top: -3.125rem;
}

.present__contents__list__item {
  position: relative;
}
.present__contents__list__item:nth-child(n+3) {
  margin-top: -5.3125rem;
}
.present__contents__list__item:nth-child(n+5) {
  grid-column: 1/3;
}

.present__contents__list__img {
  display: block;
  width: 100%;
  height: auto;
}

.present__contents__list__img.-clear {
  display: none;
}

.present__contents__list__item.-is-clear .present__contents__list__img.-default {
  display: none;
}
.present__contents__list__item.-is-clear .present__contents__list__img.-clear {
  display: block;
}

.present__contents__bottom {
  width: 100%;
  height: auto;
}
.-ja .present__contents__bottom {
  position: absolute;
  top: 103.75rem;
}
.-th .present__contents__bottom {
  position: absolute;
  top: 102.5rem;
}
.-tw .present__contents__bottom {
  position: absolute;
  top: 122.1875rem;
  margin-top: 13.75rem;
}
.present__contents__bottom .-txt {
  width: 26.1875rem;
  margin-inline: auto;
}
.-th .present__contents__bottom .-txt {
  display: none;
}
.-tw .present__contents__bottom .-txt {
  width: 41.3125rem;
}
.present__contents__bottom .-txt .-eff {
  position: absolute;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 37.4375rem;
}
.-tw .present__contents__bottom .-txt .-eff {
  position: absolute;
  top: 11.875rem;
  left: 50%;
}
.present__contents__bottom .present__contents__btn {
  margin: 0.625rem auto 0;
  width: 45rem;
}
.present__contents__bottom .present__contents__btn .-recommendation {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.5rem;
  z-index: 2;
}
.-th .present__contents__bottom .present__contents__btn .-recommendation {
  display: none;
}
.present__contents__bottom .-sns {
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-inline: auto;
}
.-ja .present__contents__bottom .-sns {
  margin-top: 0.125rem;
  width: 41.875rem;
  grid-template-columns: 1fr 1fr;
}
.-th .present__contents__bottom .-sns .-line {
  display: none;
}
.-th .present__contents__bottom .-sns .-x {
  display: none;
}
.-tw .present__contents__bottom .-sns {
  margin-top: -0.25rem;
  width: 28.625rem;
  grid-template-columns: 1fr;
}
.-tw .present__contents__bottom .-sns .-x {
  display: none;
}

#ep-register {
  scroll-margin-top: -150px;
}

.present.-no-item6 .present__contents__list__item:nth-child(6) {
  display: none;
}
.-ja .present.-no-item6 .present__inner {
  height: 128.125rem;
}
.-th .present.-no-item6 .present__inner {
  height: 110.625rem;
}
.-tw .present.-no-item6 .present__inner {
  height: 165.3125rem;
}
.-ja .present.-no-item6 .present__contents__bottom {
  top: 88.125rem;
}
.-th .present.-no-item6 .present__contents__bottom {
  top: 87.5rem;
}
.-tw .present.-no-item6 .present__contents__bottom {
  top: 107.1875rem;
}

.sky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.sky-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.sky-stars .-star_l {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 54.25rem;
}
.sky-stars .-star_r {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 54.5rem;
}

.sky-clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.sky-clouds .-cloud_1 {
  position: absolute;
  left: -0.75rem;
  bottom: -0.75rem;
  width: 34.25rem;
}
.sky-clouds .-cloud_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.25rem;
}
.sky-clouds .-cloud_3 {
  position: absolute;
  top: 19.125rem;
  left: 65%;
  width: 34.25rem;
}
.sky-clouds .-cloud_4 {
  position: absolute;
  top: 0;
  right: 50%;
  width: 53.5rem;
}
.sky-clouds .-cloud_5 {
  position: absolute;
  top: 0;
  left: 60%;
  width: 28.375rem;
}
.sky-clouds .-cloud_6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.25rem;
}
.sky-clouds .-cloud_7 {
  position: absolute;
  top: 0;
  right: 0;
  width: 34.25rem;
}

.story {
  position: relative;
  margin-bottom: -5.9375rem;
  overflow: hidden;
  z-index: 3;
}

.story__inner {
  position: relative;
  height: 166.25rem;
}

.story__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  z-index: -10;
}
.story__bg .-base {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}
.story__bg .-eff {
  position: absolute;
  top: 38.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}

.story__contents {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.story__contents__head {
  position: absolute;
  top: 18.8125rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.story__contents__head .-txt {
  position: relative;
  height: auto;
  width: 46rem;
  z-index: 10;
}
.story__contents__head .-character {
  position: absolute;
  top: -13.75rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 18.4375rem;
  z-index: 5;
}
.story__contents__head .-character__item {
  position: absolute;
  top: -7.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35.5rem;
}
.story__contents__head .-book01 {
  position: absolute;
  top: -14.0625rem;
  left: 3.5rem;
  width: 8.75rem;
}
.story__contents__head .-book02 {
  position: absolute;
  top: -15.625rem;
  left: 34.375rem;
  width: 8.9375rem;
}

.story__contents__middle {
  position: absolute;
  top: 32.4375rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
.story__contents__middle .-txt {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 34.375rem;
}
.-ja .story__contents__middle .-txt {
  width: 34.375rem;
}
.-th .story__contents__middle .-txt {
  width: 38.375rem;
}
.-tw .story__contents__middle .-txt {
  width: 30.625rem;
}
.story__contents__middle .-card1 {
  width: 43.75rem;
  position: absolute;
  top: 9.0625rem;
  left: 0;
}
.story__contents__middle .-card2 {
  width: 43.75rem;
  position: absolute;
  top: 41.25rem;
  right: 0%;
}

.story__contents__bottom {
  position: absolute;
  top: 105.25rem;
  left: 0rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 3rem;
  gap: 2.375rem;
  width: 100%;
}
.story__contents__bottom .-book {
  width: 43.75rem;
  position: absolute;
  top: 0rem;
  left: 0%;
}
.story__contents__bottom .-photo {
  width: 30.3125rem;
  position: absolute;
  top: 8.75rem;
  left: 7.75rem;
  transform: translate(0%, 0);
  animation: wand-swish 1.8s ease-in-out infinite;
}
@keyframes wand-swish {
  0% {
    transform: rotateZ(-3deg);
  }
  20% {
    transform: rotateZ(1deg);
  }
  45% {
    transform: rotateZ(-3deg);
  }
  60% {
    transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(-3deg);
  }
}
@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.1333333333vw;
  }
  .wrapper.-magimagi-pre .l-bg-wide {
    display: none;
  }
  [data-os=others] .l-download {
    aspect-ratio: auto;
    display: block;
    height: 30.8vw;
    padding: 4.2vw 13.3vw 0;
    width: 90.6vw;
  }
  [data-os=others] .l-download__txt {
    width: 42.5rem;
  }
  [data-os=others] .l-download__links {
    margin-top: 1rem;
  }
  .l-header {
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    width: 100%;
  }
  .-scrolled .l-header {
    opacity: 1;
    transform: translateY(0);
  }
  .-magimagi-pre .l-header {
    display: none;
  }
  .l-header::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/header/bg.png) no-repeat 0 0/100%;
    content: "";
    height: 5.5rem;
    width: 100%;
  }
  .l-header__cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 1.875rem 0 1.5rem;
  }
  .l-header__links {
    display: flex;
    gap: 1.125rem;
    margin-top: 1.25rem;
  }
  .l-header__links__btn {
    filter: drop-shadow(0 0.5rem 1.25rem rgba(0, 0, 0, 0.6));
    height: 6rem;
    width: 6rem;
  }
  .l-main__videobg:before {
    width: 60rem;
    height: 135rem;
    position: absolute;
    top: -25rem;
    left: 50%;
    transform: translateX(-50%);
  }
  [data-os=others] .l-nav__qr {
    display: none;
  }
  [data-os=others] .l-nav__logo {
    display: none;
  }
  .c-modal__close {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 64px;
    width: 64px;
  }
  .c-scrollreveal {
    transform: translateY(20px);
  }
  .c-scrollreveal.-reveal {
    animation: itemInSp 1s 0s forwards;
  }
  .c-visible_wide {
    display: none;
  }
  .notice__modal {
    width: min(94vw, 43rem);
    padding: 5rem 0;
    transform: translateY(-2.5rem);
  }
  .notice__modal::after {
    bottom: 8.75rem;
    height: 6.25rem;
  }
  .notice__modal .-txt__wrapper {
    top: 13.125rem;
    width: calc(100% - 4.375rem);
    height: calc(100% - 21.875rem);
    padding: 0 1.875rem 2.875rem 1.25rem;
  }
  .notice__modal__content {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  .notice__modal__intro {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .notice__modal__heading {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .notice__modal__close {
    position: absolute;
    top: calc(100% + -2.5rem);
    left: 50%;
    transform: translateX(-50%);
    width: 13.75rem;
  }
  .notice__modal__content.-th {
    font-size: 1.5rem;
    line-height: 1.95;
  }
  .notice__modal__content.-th .notice__modal__intro {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .notice__modal__content.-th .notice__modal__heading {
    font-size: 1.75rem;
  }
  .sky {
    display: none;
  }
}
@media (min-width: 640px){
  html {
    font-size: min(10.24px, 2.1333333333vw);
  }
  .wrapper.-magimagi-pre .l-bg-wide {
    position: fixed;
    top: 0;
    left: 0;
    background: url("../img/magimagi-pre/bg/bg_sky.png") repeat-x center top;
    background-color: #0c1d56;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
  }
  .wrapper.-magimagi-pre .l-bg-main {
    max-width: 480px;
  }
  .contents {
    margin: 0 auto;
    padding: 0 8px;
    width: 496px;
  }
  .contents::before {
    position: fixed;
    top: 0;
    left: 50%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    transform: translateX(-50%);
    width: 496px;
    background-color: #346fd7;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: calc((100% - 496px) / 2 - 344px);
  }
  .l-header__links {
    margin: 40px;
    width: 252px;
  }
  .l-header__links__btn + .l-header__links__btn {
    margin-top: 10px;
  }
  .l-main__videobg {
    width: 480px;
  }
  .l-main__videobg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .c-hover_op:hover {
    filter: blur(1px);
    opacity: 0.75;
  }
  .c-hover_opacity:hover {
    opacity: 0.75;
  }
  .c-modal__close {
    position: fixed;
    top: 20px;
    right: 50px;
    height: 80px;
    width: 80px;
  }
  .c-scrollreveal {
    transform: translateY(30px);
  }
  .c-scrollreveal.-reveal {
    animation: itemInPc 1s 0s forwards;
  }
  .c-visible_nrw {
    display: none;
  }
  .epsode__slider__swiper-slide .movie__trigger:hover .-img {
    transform: scale(1.05);
  }
  .epsode__slider__swiper-slide.swiper-slide-active .movie__trigger:hover .-img {
    transform: scale(1.08);
  }
  .mv__video {
    width: 480px;
  }
  .notice__modal {
    width: min(92vw, 43rem);
  }
  .notice__modal .-txt__wrapper {
    top: 16rem;
    width: calc(100% - 3.625rem);
    height: calc(100% - 28.125rem);
    padding: 0 1.125rem 2.875rem 0.875rem;
  }
  .notice__modal__content {
    font-size: 0.9375rem;
    line-height: 1.25;
  }
  .notice__modal__intro {
    font-size: 1.0625rem;
    line-height: 1.75;
  }
  .notice__modal__heading {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
  .notice__modal__close {
    position: absolute;
    top: calc(100% + -6.25rem);
    left: 50%;
    transform: translateX(-50%);
    width: 16.625rem;
  }
  .notice__modal__content.-th {
    font-size: 1rem;
    line-height: 1.95;
  }
  .notice__modal__content.-th .notice__modal__intro {
    font-size: 1.25rem;
  }
  .notice__modal__content.-th .notice__modal__heading {
    font-size: 1.125rem;
  }
  #ep-register {
    scroll-margin-top: -170px;
  }
}
@media (min-height: 900px) and (min-width: 960px){
  html {
    font-size: min(12.8px, 2.1333333333vw);
  }
  .wrapper.-magimagi-pre .l-bg-main {
    max-width: 600px;
  }
  .contents {
    width: 616px;
  }
  .contents::before {
    width: 616px;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: calc((100% - 616px) / 2 - 344px);
  }
  .l-main__videobg {
    width: 600px;
  }
  .mv__video {
    width: 600px;
  }
  #ep-register {
    scroll-margin-top: -210px;
  }
}
@media (max-width: 1620px){
  .l-download {
    position: fixed;
    top: auto;
    left: 50%;
    bottom: 0;
    background: url(../img/common/download/bg_dl_narrow.png) no-repeat top/100%;
    filter: drop-shadow(0 0 5rem rgba(0, 0, 0, 0.6));
    height: 170px;
    padding: 24px 74px 0;
    transform: translateX(-50%);
    width: 500px;
    z-index: 6000;
  }
  .l-download__qr {
    display: none;
  }
  .l-download__txt {
    margin: 0 auto;
    width: 398px;
  }
  .l-download__charas {
    display: none;
  }
  .l-nav {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 1280px){
  .l-header__links {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
  }
  .l-header__links__btn {
    margin: 0 0 0 auto;
    width: 56px;
  }
}
@media (min-width: 640px) and (max-width: 1000px){
  .l-nav__qr {
    display: none;
  }
  .l-nav__logo {
    display: none;
  }
}
@media (min-height: 900px) and (min-width: 960px) and (max-width: 1160px){
  .l-nav__qr {
    display: none;
  }
  .l-nav__logo {
    display: none;
  }
}