@charset "UTF-8";
/* 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;
}

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

h1,
h2,
h3,
h4,
ul,
p,
li {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.-inmodal {
  overflow: hidden;
}

img {
  display: block;
  pointer-events: none;
  width: 100%;
}

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

.iframe-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  border: none;
}
@supports (height: 100dvh) {
  .iframe-container {
    height: 100dvh;
  }
}

.-inmodal [data-page=top],
.-inmodal [data-page=chara] {
  overflow: hidden;
}

.l-footer {
  z-index: 50;
  position: relative;
  align-items: center;
  background-color: #000;
  color: #d1d5db;
  display: flex;
  flex-wrap: wrap;
  font-size: min(3.07vw, 15.38px);
  gap: min(3.07vw, 15.38px) min(8.2vw, 41.02px);
  justify-content: center;
  line-height: min(4.1vw, 20.51px);
  padding: min(3.84vw, 19.23px) 0 min(22.56vw, 112.82px);
}

.l-footer__logo {
  width: min(55.89vw, 279.48px);
}
.l-footer__logo a {
  display: block;
}

.l-footer__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(16.92vw, 84.61px);
}

.l-footer__sns__ttl {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: min(3.33vw, 16.66px);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.l-footer__sns__item {
  width: min(6.66vw, 33.33px);
  margin-top: min(2.05vw, 10.25px);
}
.l-footer__sns__item a {
  display: block;
}
.l-footer__sns__item a:has(img[src$="ico_x.svg"]) {
  padding: min(1.28vw, 6.41px);
}

.l-footer__links {
  display: flex;
  justify-content: center;
  width: 100%;
}

.l-footer__links__item a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.l-footer__links__item + .l-footer__links__item {
  border-left: min(0.25vw, 1.28px) solid #fff;
  margin-left: min(2.56vw, 12.82px);
  padding-left: min(2.56vw, 12.82px);
}

.l-footer__cr {
  font-size: min(2.82vw, 14.1px);
  line-height: min(5.12vw, 25.64px);
}

.l-main {
  overflow: hidden;
  opacity: 0;
  position: relative;
  scale: 1;
  transform-origin: center 50dvh;
  filter: drop-shadow(0 0 10px rgba(0, 35, 76, 0.4)) drop-shadow(0 0 40px rgba(0, 35, 76, 0.4));
  margin: 0 auto;
}

.l-main__wrapper {
  outline: #9c772d solid min(1.28vw, 6.41px);
  overflow: hidden;
  max-width: 500px;
  position: relative;
}

@keyframes c-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes c-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-apps {
  inset: auto 0 0;
  z-index: 50;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 500px;
  padding: min(3.33vw, 16.66px);
  transition: translate 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}
body:not(.-scroll) .c-apps {
  translate: 0 100%;
}
.-inmodal .c-apps {
  z-index: -1;
}

.c-apps__item {
  width: min(43.58vw, 217.94px);
}
.c-apps__item a {
  display: block;
}

.bg-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-base__inner {
  position: relative;
  height: 100%;
}
.bg-base__inner:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
[data-page=top] .bg-base__inner:before {
  background: url("../img/top/common/bg.webp") right top/contain repeat-y;
  inset: 20% 0 0 0;
}
[data-page=chara] .bg-base__inner:before {
  background-color: rgba(0, 30, 89, 0.8);
  inset: min(141.79vw, 708.97px) 0 0 0;
}
[data-page=chara] .bg-base__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/chara/mv/bg_frame.webp) no-repeat 100% top/cover;
  width: min(99.99vw, 500px);
  height: min(20.51vw, 102.56px);
  inset: min(121.28vw, 606.41px) 0 0 0;
}

.bg-base__star {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/common/ph_star.webp") right 2%/contain repeat-y;
  width: 100%;
  height: 100%;
}

.bg-base__bubble {
  width: 100%;
  pointer-events: none;
  height: 100%;
  overflow: hidden;
  max-width: 500px;
}

.bg-chara {
  pointer-events: none;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  filter: brightness(0);
  justify-content: center;
  width: calc(96.4vw - 500px);
  display: none;
}
.-load .bg-chara {
  animation: c-in 1.5s 1s ease-out forwards, charaFlash 1s 1s ease-out forwards;
}

@keyframes charaFlash {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}

.bg-main {
  pointer-events: none;
  height: 100%;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.bg-ttl {
  z-index: 1;
}
.-inmodal .bg-ttl {
  z-index: 0;
}

@keyframes ttlIn {
  0% {
    opacity: 0;
    transform: translateY(-18%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ttlKira {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes ttlLightUp {
  0% {
    filter: brightness(0) drop-shadow(0 0 10px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 25px rgba(0, 0, 0, 0.4));
  }
  50% {
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 25px rgba(0, 0, 0, 0.4));
  }
  100% {
    filter: brightness(1) drop-shadow(0 0 10px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 25px rgba(0, 0, 0, 0.4));
  }
}
.bg-ttl__main {
  filter: brightness(0) drop-shadow(0 0 10px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 25px rgba(0, 0, 0, 0.4));
}
.bg-ttl__main:before {
  width: 33.1vw;
  height: 13.3vw;
  content: "";
  display: inline-block;
  background: url(../img/common/logo/ph_shadow.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.bg-ttl__logo {
  display: none;
}

.bg-ttl__apps {
  display: flex;
  pointer-events: auto;
  width: 18.4vw;
  max-width: 355px;
  min-width: 291px;
  justify-content: space-between;
  margin-top: -2.1vw;
  opacity: 0;
}
.-load .bg-ttl__apps {
  animation: c-in 0.6s 1s ease-out forwards;
}

.bg-ttl__apps__item {
  width: 8.8vw;
  min-width: 139px;
  max-width: 170px;
}

.bg-ttl__copyright {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 300;
  position: absolute;
  left: 50%;
  bottom: min(2.56vw, 12.82px);
  transform: translateX(-50%);
}

.c-confetti {
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  opacity: 0;
}
.-load .c-confetti {
  animation: c-in 0.5s 1.1s ease-out forwards;
}
.-inmodal .c-confetti {
  z-index: 0;
}
[data-page=chara] .c-confetti {
  z-index: 0;
}

.c-curtain {
  background: url(../img/common/bg/bg_curtain.webp) no-repeat 60% top/cover;
  inset: 0;
  position: fixed;
  z-index: -2;
}
.c-curtain:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(253, 253, 253) 38.93%, rgb(246, 246, 246) 52.96%, rgb(235, 235, 235) 62.96%, rgb(218, 218, 218) 71.05%, rgb(196, 196, 196) 77.97%, rgb(169, 168, 168) 84.11%, rgb(137, 136, 136) 89.65%, rgb(99, 98, 98) 94.75%, rgb(58, 57, 57) 99.29%, rgb(51, 50, 50) 100%);
}
.c-curtain:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.-load .c-curtain:after {
  animation: fadeOutBg 0.5s 1s forwards;
}

@keyframes fadeOutBg {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashLight {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
.c-curtain__light {
  background: url(../img/common/bg/ph_light.webp) no-repeat 60% top/cover;
  position: absolute;
  top: 2.9vw;
  left: 2.8vw;
  mix-blend-mode: overlay;
  width: 69.1vw;
  height: 54.1vw;
  opacity: 0;
}
.-load .c-curtain__light {
  animation: c-in 0.3s 1s ease-out forwards, flashLight 2s 1s ease-out forwards;
}

.js-fadein {
  transition: 1s easeOutQuint;
}
.js-fadein:not(.-active) {
  opacity: 0;
  translate: 0 min(12.82vw, 64.1px);
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  inset: 0;
  position: fixed;
  transition: opacity 0.5s, z-index 0.5s;
  z-index: 9999;
}
.c-modal:not(.-active) {
  opacity: 0;
  z-index: -1;
}

.c-modal__inner {
  inset: 0;
  margin-inline: auto;
  max-width: 630px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: absolute;
  transition: opacity 1s easeOutQuint 0.5s, translate 1s easeOutQuint 0.5s;
}
.c-modal__inner img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-modal:not(.-active) .c-modal__inner {
  opacity: 0;
  translate: 0 min(25.64vw, 128.2px);
}

.c-modal__article {
  transform-origin: left top;
}
.c-modal__article iframe {
  display: block;
  width: 100%;
}

.c-modal__close {
  position: absolute;
  top: min(3.84vw, 19.23px);
  right: min(3.84vw, 19.23px);
}
.c-modal__close button {
  aspect-ratio: 1;
  width: min(15.38vw, 76.92px);
}
.c-modal__close button:before, .c-modal__close button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: min(0.51vw, 2.56px) solid #fff;
  content: "";
  rotate: 45deg;
  translate: -50% -50%;
  width: 140%;
}
.c-modal__close button:after {
  rotate: -45deg;
}

.c-scroll-top {
  padding: min(11.28vw, 56.41px) 0;
  pointer-events: none;
}
[data-page=chara] .c-scroll-top {
  padding: min(13.84vw, 69.23px) min(16.41vw, 82.05px);
}
[data-page=top] .c-scroll-top {
  background-color: #e5d8b8;
}

.c-scroll-top__inner {
  position: relative;
  width: min(23.84vw, 119.23px);
  height: min(23.84vw, 119.23px);
  margin: 0 auto;
}

.c-scroll-top__btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.c-scroll-top__circle {
  animation: c-rotate 9s 0s linear infinite;
  width: min(23.84vw, 119.23px);
  height: min(23.84vw, 119.23px);
  content: url(../img/top/mv/txt_scroll.svg);
  position: absolute;
  bottom: 0;
  right: 0;
}
[data-page=chara] .c-scroll-top__circle {
  content: url(../img/chara/present/txt_scroll.svg);
}

.c-scroll-top__arw {
  width: min(7.43vw, 37.17px);
  height: min(8.71vw, 43.58px);
  content: url(../img/top/mv/ico_scroll.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  animation: arwUp 4s 0s infinite;
}
[data-page=chara] .c-scroll-top__arw {
  content: url(../img/chara/present/ico_scroll.svg);
}

@keyframes arwUp {
  0% {
    transform: translate(-50%, -52%);
  }
  80% {
    transform: translate(-50%, -52%);
  }
  85% {
    transform: translate(-50%, -71%);
  }
  90% {
    transform: translate(-50%, -52%);
  }
  95% {
    transform: translate(-50%, -71%);
  }
  100% {
    transform: translate(-50%, -52%);
  }
}
.c-sea {
  background: #268cbf url("../img/common/bg/bg_sea.webp") center top/cover no-repeat;
  width: 100%;
  height: 100%;
  max-width: 500px;
}
[data-page=chara] .c-sea {
  z-index: -2;
}

[data-page=top] .c-sea__bubble {
  height: min(128.2vw, 641.02px);
}

.c-sea__frame:before {
  content: "";
  width: min(99.99vw, 500px);
  height: min(171.53vw, 857.69px);
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/mv/ph_frame_blue.webp) no-repeat 100% top/cover;
}
.c-sea__frame:after {
  content: "";
  width: min(99.23vw, 496.15px);
  height: min(149.48vw, 747.43px);
  position: absolute;
  top: min(4.1vw, 20.51px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/top/mv/ph_frame_gold.webp) no-repeat 100% top/cover;
}
[data-page=chara] .c-sea__frame {
  display: none;
}

.c-share {
  align-items: center;
  -moz-column-gap: min(3.58vw, 17.94px);
       column-gap: min(3.58vw, 17.94px);
  display: flex;
  justify-content: center;
  z-index: 20;
  position: relative;
  padding-top: min(11.28vw, 56.41px);
}
[data-page=top] .c-share {
  background: url(../img/top/common/bg.webp) 100% top/contain repeat-y;
}

.c-share__ttl {
  font-size: min(3.58vw, 17.94px);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.c-share__item {
  width: min(10.25vw, 51.28px);
}
.c-share__item a {
  background-color: #1a1a1a;
  border-radius: 50%;
  display: block;
  padding: min(2.3vw, 11.53px);
}
.c-share__item a:has(img[src$="ico_x.svg"]) {
  padding: min(2.56vw, 12.82px);
}

.c-star__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-star {
  position: absolute;
  display: block;
  background: url(../img/top/contents/ph_star.svg) no-repeat center/contain;
  animation: glitter 1s;
  pointer-events: none;
  opacity: 0;
}
.bg-ttl__main .c-star {
  animation: glitter 1s, c-in 2s 1.1s ease-out forwards;
}

/* キラキラが発生するアニメーション */
@keyframes glitter {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.c-visible_nrw {
  display: block;
}
.c-visible_nrw.-inline {
  display: inline;
}
@media (min-width: 1024px){
  .l-footer {
    padding: min(3.84vw, 19.23px) 0 min(6.15vw, 30.76px);
  }
  .-load .l-main {
    animation: c-in 0.8s 2.2s ease-out forwards;
  }
  .l-main__wrapper {
    margin: 0 3.6vw 0 auto;
  }
  .c-apps {
    display: none;
  }
  .bg-base__bubble {
    position: fixed;
    top: 0;
    right: 3.6vw;
  }
  .bg-chara {
    display: flex;
    margin: 0 calc(3.6vw + 500px) 0 auto;
  }
  .bg-chara__main {
    background: url(../img/common/bg/ph_chara.webp) no-repeat 100% top/cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 59%;
    transform: translateX(-50%);
    aspect-ratio: 1630/1078;
  }
  .bg-main {
    position: fixed;
    top: 0;
    right: 3.6vw;
  }
  .bg-ttl {
    display: flex;
    margin: 0 calc(3.6vw + 500px) 0 auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: calc(96.4vw - 500px);
  }
  .bg-ttl__main {
    transform: translateY(-18%);
    width: 29.2vw;
    max-width: 561px;
    min-width: 460px;
    margin-top: 300px;
  }
  .-load .bg-ttl__main {
    animation: ttlLightUp 1s 1s ease-out forwards;
  }
  .bg-ttl__logo {
    position: absolute;
    top: 20px;
    left: 28px;
    display: block;
    width: 11.4vw;
    min-width: 254px;
    z-index: 1;
  }
  .c-curtain {
    background-position: center 10%;
  }
  .c-sea {
    position: fixed;
    top: 0;
    right: 3.6vw;
  }
  .c-star {
    width: 80px;
    height: 80px;
  }
  .c-visible_nrw {
    display: none;
  }
  .c-visible_nrw.-inline {
    display: none;
  }
}
@media (max-width: 1023px){
  .-load .l-main {
    animation: c-in 0.8s 2.5s ease-out forwards;
  }
  .l-main__wrapper {
    margin: 0 auto;
  }
  .bg-base__bubble {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .bg-main {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .bg-ttl {
    width: 100%;
    height: 100%;
  }
  .bg-ttl__main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 88.5vw;
  }
  .-load .bg-ttl__main {
    animation: ttlLightUp 1s 1s ease-out forwards, c-out 0.5s 2.5s ease-out forwards;
  }
  .bg-ttl__container {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
  }
  .bg-ttl__apps {
    display: none;
  }
  .bg-ttl__copyright {
    display: none;
  }
  .-load .c-curtain__light {
    animation: c-in 0.3s 1s ease-out forwards, flashLight 2s 1s ease-out forwards, c-out 0.5s 2.5s ease-out forwards;
  }
  .c-curtain__light {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .c-modal__inner:has(.c-modal__article) {
    top: min(23.07vw, 115.38px);
  }
  .c-sea {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-star {
    width: min(10.25vw, 51.28px);
    height: min(10.25vw, 51.28px);
  }
  .c-visible_wide {
    display: none;
  }
}
@media (min-width: 1625px){
  .bg-chara__main {
    margin-left: 20px;
  }
}
@media (any-hover: hover){
  .c-hover_op {
    transition: opacity 0.25s;
  }
  .c-hover_op:hover {
    opacity: 0.6;
  }
}
@media (max-width: 500px){
  .c-modal__inner img {
    height: auto;
    margin: min(15.38vw, 76.92px) 0;
  }
}