html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: var(--font-jp);
  background-color: var(--color-bg);
  color: var(--color-text);
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #0b212c;
  --color-pink: #da85ff;
  --color-pink-strong: #c400d0;
  --color-purple: #5a1991;
  --color-blue: #0013a8;
  --color-border: #dddddd;
  --color-brown: #6a4530;
  --color-bg-gray: #f3f4ff;
  --color-gray-light1: #a8a8a8;
  --font-jp: "BIZ UDGothic", sans-serif;
  --font-en: "Silkscreen", sans-serif;
}

.m-accordion {
  background-color: #e5e7f6;
}
.m-accordion__head {
  padding: 4.1025641026vw 5.1282051282vw;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.m-accordion__head::after {
  content: "";
  display: block;
  background-image: url(../img/top/icon_arrow_down.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.8717948718vw;
  width: 3.1282051282vw;
  position: absolute;
  right: 5.1282051282vw;
  top: 50%;
  transform: translateY(-50%);
}
.m-accordion__head.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.m-accordion__headText {
  font-size: 3.5897435897vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--color-blue);
}
.m-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
}
.m-accordion__body.is-active {
  grid-template-rows: 1fr;
  padding: 0 5.1282051282vw 4.1025641026vw;
}
.m-accordion__inner {
  overflow: hidden;
}
.m-accordion__inner p {
  color: var(--color-blue);
  font-size: 3.5897435897vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.m-wrapper {
  width: 100%;
  margin-inline: auto;
}

.m-framePadding {
  padding: 0 6.1538461538vw;
}
.m-framePadding.-inline {
  padding-block: 0;
}

.l-footer {
  background-image: url(../img/top/bg_footer.png);
  background-size: cover;
  background-position: 73% center;
  background-repeat: no-repeat;
  padding-top: 28.7179487179vw;
  padding-bottom: 30vw;
  padding-inline: 6.1538461538vw;
  position: relative;
}
.l-footer::before {
  background-image: url(../img/top/layer_footer_sp.svg);
}
.l-footer.c-sectionBorder::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 1, 59, 0) 0%, rgba(0, 1, 59, 0.7) 100%);
  opacity: 0.8;
  transform: translateY(0);
  z-index: 1;
}
.l-footer.is-lower {
  display: none;
}
.l-footer__title {
  text-align: center;
  position: relative;
  z-index: 2;
}
.l-footer__title img {
  width: 76.4102564103vw;
}
.l-footer__mobs {
  position: relative;
  z-index: 2;
}
.l-footer__mobs img {
  width: 14.6153846154vw;
}
.l-footer__btns {
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw 0;
  margin-top: 8.2051282051vw;
  position: relative;
  z-index: 2;
}
.l-footer__bnrs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.1025641026vw 0;
  margin-top: 8.2051282051vw;
  position: relative;
  z-index: 2;
}
.l-footer__bnrs img {
  width: auto;
  height: 16.4102564103vw;
}
.l-footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.1025641026vw;
  position: relative;
  z-index: 2;
}
.l-footer__logos a {
  transition: opacity 0.3s;
}
.l-footer__logos img {
  width: auto;
  height: 18.4615384615vw;
}
.l-footer__credit, .l-footer__copy {
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.l-footer__credit {
  margin-top: 15.8974358974vw;
  font-size: 2.5641025641vw;
}
.l-footer__copy {
  margin-top: 6.1538461538vw;
  font-size: 2.5641025641vw;
}
.l-footer-sub {
  padding-bottom: 14.358974359vw;
  padding-top: 7.8472222222vw;
  position: relative;
  z-index: 1;
}
.l-footer-sub::before {
  content: "";
  width: 100%;
  aspect-ratio: 195/271;
  background: url(../img/tryout/bg-footer_sp.webp) no-repeat center bottom/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.m-tab__heads {
  display: flex;
  gap: 0 2.0512820513vw;
}
.m-tab__head {
  width: calc(50% - 1.0256410256vw);
}
.m-tab__head button {
  width: 100%;
  height: 14.358974359vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/top/btn_tab_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m-tab__head button.is-active {
  background-image: url(../img/top/btn_tab_sp_hover.svg);
  position: relative;
}
.m-tab__head button.is-active::after {
  content: "";
  display: block;
  width: 3.0769230769vw;
  height: 1.5384615385vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #102e67;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5384615385vw;
}
.m-tab__head button img {
  width: auto;
  height: 4.1025641026vw;
}
.m-tab__body {
  display: none;
  padding-top: 0.5128205128vw;
}
.m-tab__body.is-active {
  display: block;
}

.js-blink {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 0.5s cubic-bezier(0.21, 0.84, 0.75, 1);
}
.js-blink.is-show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.js-blink.is-blink {
  animation: blink 0.5s forwards;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animationGlitch {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  background-image: url(../img/top/img_glitch_intro_sp.svg);
  width: 100%;
  height: 14.1025641026vw;
  left: 0;
}
.c-animationGlitch.-video {
  bottom: -6.4102564103vw;
}
.c-animationGlitch.-system {
  top: -5.641025641vw;
}
.c-animationGlitch::before, .c-animationGlitch::after,
.c-animationGlitch .channel {
  background: inherit;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-animationGlitch::before {
  animation: glitch-before 1s linear infinite alternate both;
  content: "";
}
@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 23.657044358%, 100% 23.657044358%, 100% 26.4023515775%, 0% 26.4023515775%);
    transform: translate(1.3679101992%, 0.303751637%);
  }
  8% {
    clip-path: polygon(0% 16.791062611%, 100% 16.791062611%, 100% 25.0304028787%, 0% 25.0304028787%);
    transform: translate(4.0529673319%, -0.2853835543%);
  }
  16% {
    clip-path: polygon(0% 16.1700817689%, 100% 16.1700817689%, 100% 22.6089209138%, 0% 22.6089209138%);
    transform: translate(1.2369158604%, -0.1986068169%);
  }
  24% {
    clip-path: polygon(0% 70.736515329%, 100% 70.736515329%, 100% 79.6794110495%, 0% 79.6794110495%);
    transform: translate(5.9965094862%, -0.2634198654%);
  }
  32% {
    clip-path: polygon(0% 63.0636618288%, 100% 63.0636618288%, 100% 68.8194233695%, 0% 68.8194233695%);
    transform: translate(3.3793306516%, -0.2817771404%);
  }
  40% {
    clip-path: polygon(0% 35.7270658339%, 100% 35.7270658339%, 100% 38.9473903318%, 0% 38.9473903318%);
    transform: translate(4.2375976552%, -0.4876415731%);
  }
  48% {
    clip-path: polygon(0% 27.8152645371%, 100% 27.8152645371%, 100% 34.3662868732%, 0% 34.3662868732%);
    transform: translate(-0.0950380824%, -0.2257533494%);
  }
  56% {
    clip-path: polygon(0% 62.1302662075%, 100% 62.1302662075%, 100% 70.4062615795%, 0% 70.4062615795%);
    transform: translate(-4.8433603286%, -0.4639687588%);
  }
  64% {
    clip-path: polygon(0% 32.1348636218%, 100% 32.1348636218%, 100% 41.5018856279%, 0% 41.5018856279%);
    transform: translate(4.133843338%, -0.147145455%);
  }
  72% {
    clip-path: polygon(0% 51.7318837627%, 100% 51.7318837627%, 100% 58.0344011007%, 0% 58.0344011007%);
    transform: translate(1.0331317592%, 0.1843238666%);
  }
  80%, 100% {
    clip-path: none;
    transform: none;
  }
}
.c-animationGlitch::after {
  animation: glitch-after 1s linear infinite alternate both;
  content: "";
}
@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 34.365671721%, 100% 34.365671721%, 100% 42.6877148067%, 0% 42.6877148067%);
    transform: translate(0.494247842%, -0.0160646232%);
  }
  8% {
    clip-path: polygon(0% 35.8501117375%, 100% 35.8501117375%, 100% 44.9563948922%, 0% 44.9563948922%);
    transform: translate(7.9002907394%, -0.4651688262%);
  }
  16% {
    clip-path: polygon(0% 86.7573809747%, 100% 86.7573809747%, 100% 95.5749121004%, 0% 95.5749121004%);
    transform: translate(2.8937883887%, -0.0990198745%);
  }
  24% {
    clip-path: polygon(0% 87.3398836919%, 100% 87.3398836919%, 100% 93.221579285%, 0% 93.221579285%);
    transform: translate(-7.4997702039%, -0.0089790824%);
  }
  32% {
    clip-path: polygon(0% 24.6269188157%, 100% 24.6269188157%, 100% 29.7622138189%, 0% 29.7622138189%);
    transform: translate(5.9104746375%, -0.2672192377%);
  }
  40% {
    clip-path: polygon(0% 71.8987816092%, 100% 71.8987816092%, 100% 77.5316501504%, 0% 77.5316501504%);
    transform: translate(1.9049126002%, 0.1050443087%);
  }
  48% {
    clip-path: polygon(0% 11.7890290067%, 100% 11.7890290067%, 100% 18.8263361013%, 0% 18.8263361013%);
    transform: translate(-3.31719827%, -0.1877013824%);
  }
  56% {
    clip-path: polygon(0% 67.3746735629%, 100% 67.3746735629%, 100% 69.0642801112%, 0% 69.0642801112%);
    transform: translate(-4.1917008099%, -0.4361196462%);
  }
  64% {
    clip-path: polygon(0% 61.4351124428%, 100% 61.4351124428%, 100% 68.6071769393%, 0% 68.6071769393%);
    transform: translate(4.7991291134%, 0.3838300114%);
  }
  72% {
    clip-path: polygon(0% 15.2371683194%, 100% 15.2371683194%, 100% 22.793945685%, 0% 22.793945685%);
    transform: translate(-6.7877702512%, -0.2564312705%);
  }
  80%, 100% {
    clip-path: none;
    transform: none;
  }
}
.c-animationGlitch .channel {
  mix-blend-mode: screen;
}
.c-animationGlitch .channel::before {
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.c-animationGlitch .r {
  animation: rgb-shift-r 1s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(1.3908938577%, 0.4540402182%);
  }
  8% {
    transform: translate(-1.3417391644%, -0.1990380794%);
  }
  16% {
    transform: translate(-1.7980616469%, -0.2105483953%);
  }
  24% {
    transform: translate(-1.3718512379%, -0.0267046564%);
  }
  32% {
    transform: translate(-1.6156157078%, 0.2056988278%);
  }
  40% {
    transform: translate(1.9621616931%, -0.2345558355%);
  }
  48% {
    transform: translate(1.4771277325%, -0.2331351223%);
  }
  56% {
    transform: translate(-1.7823497817%, 0.1127118866%);
  }
  64% {
    transform: translate(-1.719771622%, -0.0440806181%);
  }
  72% {
    transform: translate(-0.7184943122%, 0.1655251444%);
  }
  80%, 100% {
    transform: none;
  }
}
.c-animationGlitch .r::before {
  background: #f00;
}
.c-animationGlitch .g {
  animation: rgb-shift-g 1s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(0.2299319795%, -0.3385257901%);
  }
  8% {
    transform: translate(-0.9425182858%, -0.1373437391%);
  }
  16% {
    transform: translate(-0.5289324496%, 0.2012358538%);
  }
  24% {
    transform: translate(1.2421584779%, -0.1532463859%);
  }
  32% {
    transform: translate(-1.9480993358%, 0.36884028%);
  }
  40% {
    transform: translate(-0.0160710145%, 0.2402502434%);
  }
  48% {
    transform: translate(-1.4076757905%, 0.0685424851%);
  }
  56% {
    transform: translate(-1.2054846161%, -0.4333490495%);
  }
  64% {
    transform: translate(1.4937167099%, 0.3741295418%);
  }
  72% {
    transform: translate(-1.0765680163%, -0.1903330481%);
  }
  80%, 100% {
    transform: none;
  }
}
.c-animationGlitch .g::before {
  background: #0f0;
}
.c-animationGlitch .b {
  animation: rgb-shift-b 1s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(0.3766071736%, -0.2229878968%);
  }
  8% {
    transform: translate(0.8486525577%, -0.089024353%);
  }
  16% {
    transform: translate(1.9088655213%, -0.0162310708%);
  }
  24% {
    transform: translate(-0.5141311308%, -0.314233417%);
  }
  32% {
    transform: translate(1.8310849772%, 0.0933870437%);
  }
  40% {
    transform: translate(-0.4791979724%, -0.172342581%);
  }
  48% {
    transform: translate(1.2902731302%, 0.0667679386%);
  }
  56% {
    transform: translate(-1.3030374365%, -0.3658334465%);
  }
  64% {
    transform: translate(-0.3736532203%, -0.0711285884%);
  }
  72% {
    transform: translate(1.6741766612%, 0.3151796266%);
  }
  80%, 100% {
    transform: none;
  }
}
.c-animationGlitch .b::before {
  background: #00f;
}

.js-mv-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-mv-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-loading-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.js-loading-hidden.is-show {
  opacity: 1;
  visibility: visible;
}

.c-btn_img {
  position: relative;
  display: block;
  width: 87.6923076923vw;
  height: 16.4102564103vw;
}
.c-btn_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-btn_img img:nth-child(2), .c-btn_img img:nth-child(3) {
  display: none;
}

.c-clip1 {
  clip-path: polygon(0 0.5128205128vw, 0.5128205128vw 0.5128205128vw, 0.5128205128vw 0.5128205128vw, 0.5128205128vw 0.5128205128vw, 0.5128205128vw 0, calc(100% - 0.5128205128vw) 0, calc(100% - 0.5128205128vw) 0.5128205128vw, calc(100% - 0.5128205128vw) 0.5128205128vw, calc(100% - 0.5128205128vw) 0.5128205128vw, 100% 0.5128205128vw, 100% calc(100% - 0.5128205128vw), calc(100% - 0.5128205128vw) calc(100% - 0.5128205128vw), calc(100% - 0.5128205128vw) calc(100% - 0.5128205128vw), calc(100% - 0.5128205128vw) calc(100% - 0.5128205128vw), calc(100% - 0.5128205128vw) 100%, 0.5128205128vw 100%, 0.5128205128vw calc(100% - 0.5128205128vw), 0.5128205128vw calc(100% - 0.5128205128vw), 0.5128205128vw calc(100% - 0.5128205128vw), 0 calc(100% - 0.5128205128vw));
}

.c-clip2 {
  clip-path: polygon(0 2.0512820513vw, 0.5128205128vw 2.0512820513vw, 0.5128205128vw 0.5128205128vw, 2.0512820513vw 0.5128205128vw, 2.0512820513vw 0, calc(100% - 2.0512820513vw) 0, calc(100% - 2.0512820513vw) 0.5128205128vw, calc(100% - 0.5128205128vw) 0.5128205128vw, calc(100% - 0.5128205128vw) 2.0512820513vw, 100% 2.0512820513vw, 100% calc(100% - 2.0512820513vw), calc(100% - 0.5128205128vw) calc(100% - 2.0512820513vw), calc(100% - 0.5128205128vw) calc(100% - 0.5128205128vw), calc(100% - 2.0512820513vw) calc(100% - 0.5128205128vw), calc(100% - 2.0512820513vw) 100%, 2.0512820513vw 100%, 2.0512820513vw calc(100% - 0.5128205128vw), 0.5128205128vw calc(100% - 0.5128205128vw), 0.5128205128vw calc(100% - 2.0512820513vw), 0 calc(100% - 2.0512820513vw));
}
.c-clip2.-px4 {
  clip-path: polygon(0 3.0769230769vw, 1.0256410256vw 3.0769230769vw, 1.0256410256vw 1.0256410256vw, 3.0769230769vw 1.0256410256vw, 3.0769230769vw 0, calc(100% - 3.0769230769vw) 0, calc(100% - 3.0769230769vw) 1.0256410256vw, calc(100% - 1.0256410256vw) 1.0256410256vw, calc(100% - 1.0256410256vw) 3.0769230769vw, 100% 3.0769230769vw, 100% calc(100% - 3.0769230769vw), calc(100% - 1.0256410256vw) calc(100% - 3.0769230769vw), calc(100% - 1.0256410256vw) calc(100% - 1.0256410256vw), calc(100% - 3.0769230769vw) calc(100% - 1.0256410256vw), calc(100% - 3.0769230769vw) 100%, 3.0769230769vw 100%, 3.0769230769vw calc(100% - 1.0256410256vw), 1.0256410256vw calc(100% - 1.0256410256vw), 1.0256410256vw calc(100% - 3.0769230769vw), 0 calc(100% - 3.0769230769vw));
}

.c-edge2 {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  position: absolute;
  z-index: 2;
}
.c-edge2 span {
  display: block;
  background-color: var(--color-white);
  position: absolute;
  width: 1.0256410256vw;
  height: 1.0256410256vw;
}
.c-edge2.-top-left {
  top: 0;
  left: 0;
}
.c-edge2.-top-left span:first-child {
  top: 0;
  right: 0;
}
.c-edge2.-top-left span:nth-child(2) {
  top: 1.0256410256vw;
  right: 1.0256410256vw;
}
.c-edge2.-top-right {
  top: 0;
  right: 0;
}
.c-edge2.-top-right span:first-child {
  top: 0;
  left: 0;
}
.c-edge2.-top-right span:nth-child(2) {
  top: 1.0256410256vw;
  left: 1.0256410256vw;
}
.c-edge2.-bottom-right {
  bottom: 0;
  right: 0;
}
.c-edge2.-bottom-right span:first-child {
  top: 0;
  right: 0;
}
.c-edge2.-bottom-right span:nth-child(2) {
  top: 1.0256410256vw;
  right: 1.0256410256vw;
}
.c-edge2.-bottom-left {
  bottom: 0;
  left: 0;
}
.c-edge2.-bottom-left span:first-child {
  top: 0;
  left: 0;
}
.c-edge2.-bottom-left span:nth-child(2) {
  top: 1.0256410256vw;
  left: 1.0256410256vw;
}

.c-edge3 {
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 2;
}
.c-edge3 span {
  display: block;
  width: 2px;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
}
.c-edge3.-top-left {
  top: 2px;
  left: 2px;
}
.c-edge3.-top-left span:first-child {
  top: 0;
  right: 0;
}
.c-edge3.-top-left span:nth-child(2) {
  top: 2px;
  right: 2px;
}
.c-edge3.-top-left span:nth-child(3) {
  top: 4px;
  left: 0;
}
.c-edge3.-top-right {
  top: 2px;
  right: 2px;
}
.c-edge3.-top-right span:first-child {
  top: 0;
  left: 0;
}
.c-edge3.-top-right span:nth-child(2) {
  top: 2px;
  left: 2px;
}
.c-edge3.-top-right span:nth-child(3) {
  top: 4px;
  right: 0;
}
.c-edge3.-bottom-right {
  bottom: 2px;
  right: 2px;
}
.c-edge3.-bottom-right span:first-child {
  top: 0;
  right: 0;
}
.c-edge3.-bottom-right span:nth-child(2) {
  top: 2px;
  right: 2px;
}
.c-edge3.-bottom-right span:nth-child(3) {
  top: 4px;
  left: 0;
}
.c-edge3.-bottom-left {
  bottom: 2px;
  left: 2px;
}
.c-edge3.-bottom-left span:first-child {
  top: 0;
  left: 0;
}
.c-edge3.-bottom-left span:nth-child(2) {
  top: 2px;
  left: 2px;
}
.c-edge3.-bottom-left span:nth-child(3) {
  top: 4px;
  right: 0;
}

.c-frame {
  border: 0.5128205128vw solid var(--color-white);
  margin-top: 26px;
  margin-inline: auto;
  width: 87.6923076923vw;
  position: relative;
}
.c-frame__inner {
  border: 0.5128205128vw solid var(--color-black);
  padding: 8.2051282051vw 4.1025641026vw 10.2564102564vw;
  background-color: var(--color-white);
}

.c-hover_underline {
  position: relative;
}

.c-loading {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(../img/top/bg_loading.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.c-loading.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.c-loading__first {
  animation: fadeInOut 1.4s 0.5s ease-in-out forwards;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-loading__first img {
  width: 56.4102564103vw;
}
.c-loading__second {
  opacity: 0;
  animation: fadeIn 0.5s 1.9s ease-in-out forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-loading__century {
  color: #dabf89;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: -0.19em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color-black);
  text-align: center;
  font-size: 11.0256410256vw;
  line-height: 8.2051282051vw;
}
.c-loading__imgs {
  width: 65.641025641vw;
  height: 53.3333333333vw;
  margin: 16.4102564103vw auto 23.0769230769vw;
  position: relative;
}
.c-loading__imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.c-loading__imgs img.is-current {
  opacity: 1;
  transform: scale(1);
}
.c-loading__imgs img.is-current:nth-child(1) {
  transform: rotate(-1deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(2) {
  transform: rotate(4.9deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(3) {
  transform: rotate(-6.6deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(4) {
  transform: rotate(5.8deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(5) {
  transform: rotate(-3.27deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(6) {
  transform: rotate(2deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(7) {
  transform: rotate(-2.12deg) scale(1);
}
.c-loading__imgs img.is-current:nth-child(8) {
  transform: rotate(-1.47deg) scale(1);
}
.c-loading__imgs img:not(.is-current) {
  opacity: 0;
}
.c-loading__imgs img:nth-child(1) {
  transform: rotate(-1deg) scale(1.5);
}
.c-loading__imgs img:nth-child(2) {
  transform: rotate(4.9deg) scale(1.5);
}
.c-loading__imgs img:nth-child(3) {
  transform: rotate(-6.6deg) scale(1.5);
}
.c-loading__imgs img:nth-child(4) {
  transform: rotate(5.8deg) scale(1.5);
}
.c-loading__imgs img:nth-child(5) {
  transform: rotate(-3.27deg) scale(1.5);
}
.c-loading__imgs img:nth-child(6) {
  transform: rotate(2deg) scale(1.5);
}
.c-loading__imgs img:nth-child(7) {
  transform: rotate(-2.12deg) scale(1.5);
}
.c-loading__imgs img:nth-child(8) {
  transform: rotate(-1.47deg) scale(1.5);
}
.c-loading__progress {
  width: 73.3333333333vw;
  height: 1.5384615385vw;
  background: #d2d2d2;
  border-top: 0.3846153846vw solid #555;
  border-left: 0.3846153846vw solid #555;
  border-right: 0.3846153846vw solid #222;
  border-bottom: 0.3846153846vw solid #222;
}
.c-loading__bar {
  width: 0;
  background-color: #333333;
  height: 100%;
  position: relative;
  animation: progress 3.5s 2.5s ease-in-out forwards;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 999;
  display: none;
}
.c-modal[aria-hidden=false] {
  display: block;
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal__content {
  width: 91.7948717949vw;
  position: relative;
}
.c-modal__content .swiper-button-prev,
.c-modal__content .swiper-button-next {
  width: 8.7179487179vw;
  height: 8.7179487179vw;
  background-image: url(../img/top/btn_right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-modal__content .swiper-button-prev::after,
.c-modal__content .swiper-button-next::after {
  display: none;
}
.c-modal__content .swiper-button-prev {
  transform: rotate(180deg);
  left: 30.7692307692vw;
}
.c-modal__content .swiper-button-next {
  right: 30.7692307692vw;
}
.c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15.3846153846vw;
  display: flex;
  align-items: center;
  gap: 0 14px;
  justify-content: flex-end;
  pointer-events: none;
}
.c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  opacity: 1;
  border-radius: 0;
  background-color: var(--color-white);
  margin: 0;
  pointer-events: all;
}
.c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  background-color: var(--color-black);
  border: 2px solid var(--color-white);
}
.c-modal__close {
  position: absolute;
  top: -9.4871794872vw;
  right: 0;
  width: 7.1794871795vw;
  height: 7.1794871795vw;
  background-image: url(../img/top/btn_close.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
.c-modal__slider .swiper-slide {
  width: 100%;
}
.c-modal__slider .swiper-slide iframe {
  aspect-ratio: 96/54;
  width: 100%;
  height: 100%;
}
.c-modal__slider .swiper-slide .-desc {
  color: var(--color-white);
  margin-top: 8;
  font-size: 3.0769230769vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.c-sectionBorder {
  position: relative;
}
.c-sectionBorder::before, .c-sectionBorder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24.6153846154vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.c-sectionBorder::before {
  top: 0;
  transform: translateY(-50%);
}
.c-sectionBorder::after {
  bottom: 0;
  transform: translateY(50%);
}

.c-table {
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw 0;
  padding: 6.1538461538vw 0;
  border-bottom: 1px solid var(--color-border);
}
.c-table dt {
  font-size: 4.1025641026vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 100%;
}
.c-table dd {
  width: 100%;
  font-size: 3.5897435897vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.c-text {
  text-align: center;
  color: var(--color-navy);
  font-size: 4.1025641026vw;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.c-text.-wh {
  color: var(--color-white);
}

.c-titleSection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px 0;
}
.c-titleSection.-navy .-en {
  color: var(--color-navy);
}
.c-titleSection .-en {
  font-family: var(--font-en);
  font-size: 6.1538461538vw;
  line-height: 1.2;
  letter-spacing: -0.16em;
  font-weight: 400;
  opacity: 0.6;
  color: var(--color-white);
}

.c-titleSectionJa {
  text-align: center;
}
.c-titleSectionJa.-howToPlay img {
  width: 55.8974358974vw;
}
.c-titleSectionJa.-product img {
  width: 31.7948717949vw;
}
.c-titleSectionJa.-caution img {
  width: 31.7948717949vw;
}

.c-title_border {
  margin-inline: auto;
  width: 100%;
  max-width: 88.2051282051vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-title_border::before, .c-title_border::after {
  content: "";
  display: block;
  width: 11.0256410256vw;
  height: 0.5128205128vw;
  background-color: var(--color-white);
  opacity: 0.5;
}
.c-title_border img {
  width: 35.8974358974vw;
}
.c-title_border + .p-tryoutMv__embedContainer {
  margin-top: 8.2051282051vw;
}

.c-windowContainer {
  position: relative;
}

.c-window {
  margin-left: auto;
  margin-right: auto;
  width: 87.6923076923vw;
  height: 44.8717948718vw;
  border: 0.5128205128vw solid var(--color-white);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-window.-intro {
  background-image: url(../img/top/bg_lead.webp);
}
.c-window video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-window__chara {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-window__chara > img {
  max-width: none;
  width: 100%;
}
.c-window__chara > img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-windowSub {
  position: relative;
  width: 25.641025641vw;
  height: 32.0512820513vw;
  border: 0.5128205128vw solid var(--color-white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  top: 13.3333333333vw;
}
.c-windowSub.-system {
  background-image: url(../img/top/bg_lead.webp);
}
.c-windowSub__chara {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-windowSub__chara > img:first-child {
  width: 66.6666666667vw;
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-windowSub__chara > img:nth-child(2) {
  width: 66.6666666667vw;
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-windowSub__chara > img:nth-child(2).-system3 {
  transform: translateX(-52%);
}

.c-windowTalkContainer {
  transform: translateY(-50%);
  width: 69.2307692308vw;
  margin: 0 auto;
}

.c-windowTalk {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 0.5128205128vw;
  background-color: var(--color-black);
}
.c-windowTalk__inner {
  border: 0.5128205128vw solid var(--color-white);
  position: relative;
}
.c-windowTalk__name {
  background-color: var(--color-black);
  padding: 0.5128205128vw;
  position: absolute;
  left: 3.8461538462vw;
  top: -2.0512820513vw;
  line-height: 1;
}
.c-windowTalk__name span {
  display: block;
  padding: 1.0256410256vw 0;
  text-align: center;
  width: 12.8205128205vw;
  background-color: var(--color-white);
  line-height: 0;
}
.c-windowTalk__text {
  padding: 0 3.0769230769vw;
  display: flex;
  align-items: center;
  height: 13.0769230769vw;
}
.c-windowTalk__text p {
  width: 55.3846153846vw;
  text-align: center;
  line-height: 1;
}
.c-windowTalk__text .-system1 {
  width: 38.4615384615vw;
}
.c-windowTalk__text .-system2 {
  width: 40.5128205128vw;
}
.c-windowTalk__text .-system3 {
  width: 50.7692307692vw;
}
.c-windowTalk__text .-chara1 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara2 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara3 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara4 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara5 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara6 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara7 {
  width: 56.6666666667vw;
}
.c-windowTalk__text .-chara8 {
  width: 56.6666666667vw;
}

@keyframes translateY {
  0% {
    transform: translateY(-25%);
  }
  10% {
    transform: translateY(-25%);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
.p-topFrame {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  pointer-events: none;
}
.p-topFrame.-loading .p-topFrame__inner {
  border-color: var(--color-brown);
}
.p-topFrame.-loading .p-topFrame__slider.swiper.-left {
  border-color: var(--color-brown);
}
.p-topFrame.-loading .p-topFrame__slider.swiper.-right {
  border-color: var(--color-brown);
}
.p-topFrame.-loading .p-topFrame__slider.swiper img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(48%) saturate(448%) hue-rotate(338deg) brightness(99%) contrast(94%);
}
.p-topFrame.-loading .c-edge3 span {
  background-color: var(--color-brown);
}
.p-topFrame__inner {
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-white);
  clip-path: polygon(0 8px, 2px 8px, 2px 2px, 8px 2px, 8px 0, 100% 0, 100% 2px, 100% 0, 100% 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 2px) calc(100% - 8px), calc(100% - 2px) calc(100% - 2px), calc(100% - 8px) calc(100% - 2px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 2px), 2px calc(100% - 2px), 2px calc(100% - 8px), 0 calc(100% - 8px));
  transition: border-color 0.3s ease-out;
}
.p-topFrame .c-edge3 span {
  transition: background-color 0.3s ease-out;
}
.p-topFrame__cta {
  position: absolute;
  right: 54px;
  top: 8px;
  display: flex;
  border: 2px solid var(--color-white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.p-topFrame__cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-topFrame__cta li:first-child {
  border-right: 2px solid var(--color-white);
}
.p-topFrame__cta li:first-child a {
  background-color: #ff82ce;
}
.p-topFrame__cta li:nth-child(2) a {
  background-color: #25e2cc;
}
.p-topFrame__cta li a {
  display: block;
  padding: 20px 20px;
}
.p-topFrame__cta li a img {
  width: auto;
}
.p-topFrame__slider.swiper {
  height: 31px;
  position: absolute;
  top: 0;
  padding: 6px 8px 4px;
  transition: border-color 0.3s ease-out;
}
.p-topFrame__slider.swiper.-left {
  left: 0;
  border-bottom: 2px solid var(--color-white);
}
.p-topFrame__slider.swiper.-right {
  right: 8px;
  border-left: 2px solid var(--color-white);
}
.p-topFrame__slider.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-topFrame__slider.swiper .swiper-slide {
  width: auto;
  height: auto;
  line-height: 1;
}
.p-topFrame__slider.swiper .swiper-slide > p {
  line-height: 0;
}
.p-topFrame__slider.swiper .swiper-slide img {
  transition: filter 0.3s ease-out;
  width: auto;
  height: 18px;
}
.p-topFrame__socials {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0;
  background-color: var(--color-white);
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  z-index: 0;
}
.p-topFrame__socials a,
.p-topFrame__socials button {
  pointer-events: all;
}
.p-topFrame__socialsLabel {
  padding: 0 7px;
}
.p-topFrame__socialsList {
  display: flex;
}
.p-topFrame__socialsItem a img,
.p-topFrame__socialsItem button img {
  transition: opacity 0.3s ease-out;
}
.p-topFrame__btns {
  display: flex;
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  text-align: center;
  border-top: 2px solid var(--color-white);
  clip-path: polygon(0 0, 100% 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
.p-topFrame__btns a {
  width: 50%;
  pointer-events: all;
  padding: 10px 0;
}
.p-topFrame__btns a.-play {
  background-color: #ff82ce;
  border-right: 2px solid var(--color-white);
}
.p-topFrame__btns a.-buy {
  background-color: #25e2cc;
}
.p-topFrame__btns a.-buy img {
  margin-left: -0.6rem;
}

.p-topMv {
  width: 100%;
  background-image: url(../img/top/bg-mv_sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 27.4358974359vw;
  position: relative;
  z-index: 2;
}
.p-topMv .m-framePadding {
  padding-block: 0;
}
.p-topMv__logo {
  position: absolute;
  top: 16px;
  left: 20px;
}
.p-topMv__online {
  position: absolute;
  top: 0;
  right: 2px;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  padding: 9px 11px;
}
.p-topMv__glitch {
  display: none;
}
.p-topMv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.6153846154vw;
}
.p-topMv__content {
  margin: 0 auto;
  width: 100%;
}
.p-topMv__title img {
  width: 84.1025641026vw;
}
.p-topMv__desc {
  text-align: center;
  margin-top: 6.6666666667vw;
}
.p-topMv__desc img {
  width: 74.358974359vw;
}
.p-topMv__btns {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 33px;
}
.p-topMv__illust {
  display: flex;
}
.p-topMv__illust > img {
  width: 63.8461538462vw;
}
.p-topMv__illust figcaption img {
  width: 13.8461538462vw;
}
.p-topMv__interview {
  position: absolute;
  bottom: 40.5128205128vw;
  width: 47.1794871795vw;
  height: 17.4358974359vw;
}
.p-topMv__interview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.p-topLead {
  background-color: #5a1991;
  position: relative;
}
.p-topLead__glitch {
  display: none;
}
.p-topLead .m-framePadding {
  position: relative;
  z-index: 3;
}
.p-topLead__cast {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0 16px;
  margin-top: 12.3076923077vw;
}
.p-topLead__castBlock {
  position: relative;
  width: 87.6923076923vw;
  height: 23.3333333333vw;
  background-image: url(../img/top/bg_cast_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-topLead__castInner {
  padding: 3.3333333333vw 2.3076923077vw;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.5384615385vw 0;
}
.p-topLead__castInner .-icon {
  width: 23.0769230769vw;
  height: 15.641025641vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid var(--color-black);
}
.p-topLead__castInner .-icon .-icon1 {
  width: 12.3076923077vw;
}
.p-topLead__castInner .-icon .-icon2 {
  width: 14.1025641026vw;
  height: auto;
}
.p-topLead__castInner .-icon .-icon3 {
  width: 9.4871794872vw;
  height: auto;
}
.p-topLead__castInner .-txt {
  width: 57.4358974359vw;
  text-align: center;
}
.p-topLead__castInner .-txt img {
  width: 100%;
}
.p-topLead__title {
  text-align: center;
  margin-top: -12.8205128205vw;
}
.p-topLead__title img {
  width: 95.3846153846vw;
}
.p-topLead__video {
  margin-top: 48px;
}
.p-topLead__video::before {
  background-image: url(../img/top/layer_lead1_sp.svg);
}
.p-topLead__video::after {
  background-image: url(../img/top/layer_lead2_sp.svg);
}
.p-topLead__modalOpen {
  aspect-ratio: 390/364;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.p-topLead__modalOpen .-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topLead__modalOpen .-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19.4871794872vw;
  height: 19.4871794872vw;
}
.p-topLead__modalOpen .-icon img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-topLead__modalOpen .-icon img:nth-child(2) {
  display: none;
}

.p-topIntro {
  padding: 21.7948717949vw 0 18.4615384615vw;
  background-image: url(../img/top/bg_intro_sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -6px;
}
.p-topIntro .c-titleSection .-ja {
  text-align: center;
}
.p-topIntro .c-window {
  margin-top: 23px;
  position: relative;
}
.p-topIntro .c-window__chara img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-topIntro .c-window__chara img:first-child {
  width: 107.6923076923vw;
}
.p-topIntro .c-window__chara img:nth-child(2) {
  bottom: 0;
  width: 107.6923076923vw;
}
.p-topIntro .c-windowTalk__text img {
  width: 49.2307692308vw;
}
.p-topIntro .c-windowTalk__name img {
  width: 4.6153846154vw;
}
.p-topIntro__bnr {
  margin-bottom: 14.358974359vw;
  display: block;
  margin-inline: auto;
}
.p-topIntro__bnr img {
  width: 100%;
}

.p-topSystem {
  background-image: url(../img/top/bg_system.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  background-color: #000027;
  padding: 100px 0 96px;
}
.p-topSystem::before {
  background-image: url(../img/top/layer_system1_sp.svg);
}
.p-topSystem::after {
  background-image: url(../img/top/layer_system2_sp.svg);
}
.p-topSystem .c-titleSection .-ja img {
  width: 87.6923076923vw;
}
.p-topSystem__list {
  margin-top: 32px;
  width: 87.6923076923vw;
  margin-inline: auto;
}
.p-topSystem__item .-titleEn {
  color: var(--color-pink);
  font-family: var(--font-en);
  font-size: 4.1025641026vw;
  letter-spacing: -0.06em;
  line-height: 1;
}
.p-topSystem__item .c-window {
  width: 100%;
  height: auto;
  aspect-ratio: 90/46;
  max-width: 82.0512820513vw;
  margin-left: 2.8205128205vw;
  margin-top: -1.5384615385vw;
}
.p-topSystem__item .c-windowTalkContainer {
  margin-right: 3.0769230769vw;
}
.p-topSystem__itemTop {
  display: flex;
  align-items: center;
  gap: 0 3.0769230769vw;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}
.p-topSystem__itemTop .-titleJa {
  flex-shrink: 0;
}
.p-topSystem__itemTop .-titleJa.-system1 img {
  width: 33.3333333333vw;
}
.p-topSystem__itemTop .-titleJa.-system2 img {
  width: 45.641025641vw;
}
.p-topSystem__itemTop .-titleJa.-system3 img {
  width: 32.5641025641vw;
}
.p-topSystem__itemTop .-desc {
  color: var(--color-white);
  font-size: 3.0769230769vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-topChara {
  padding: 88px 0 96px;
  background-image: url(../img/top/bg_chara_sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.p-topChara::before {
  background-image: url(../img/top/layer_system2_sp.svg);
}
.p-topChara__mob {
  position: absolute;
}
.p-topChara__mob.-mob03 {
  top: 180vw;
  right: -10px;
}
.p-topChara__mob.-mob04 {
  top: 202.0512820513vw;
  left: -8px;
}
.p-topChara__mob.-mob05 {
  top: 56.1538461538vw;
  left: -8px;
}
.p-topChara__mob.-mob06 {
  top: 52.0512820513vw;
  right: 2.3076923077vw;
}
.p-topChara .c-titleSection .-ja img {
  width: 87.6923076923vw;
}
.p-topChara .c-text {
  margin-top: 24px;
}
.p-topChara .swiper {
  width: 96.4102564103vw;
  margin-inline: auto;
  margin-top: 24px;
}
.p-topChara .swiper .swiper-slide {
  transition: transform 0.3s ease;
  width: 77.4358974359vw;
  opacity: 0.4;
}
.p-topChara .swiper .swiper-slide-active {
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}
.p-topChara .swiper .swiper-slide-active .c-windowTalk__name, .p-topChara .swiper .swiper-slide-active .c-windowTalkContainer {
  opacity: 1;
  visibility: visible;
}
.p-topChara .swiper .swiper-slide-prev {
  transform: scale(0.8) translate(80.7692307692vw);
}
.p-topChara .swiper .swiper-slide-next {
  transform: scale(0.8) translate(-80.7692307692vw);
}
.p-topChara .swiper .swiper-button-prev,
.p-topChara .swiper .swiper-button-next {
  width: 8.7179487179vw;
  height: 8.7179487179vw;
  background-image: url(../img/top/btn_right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.p-topChara .swiper .swiper-button-prev::after,
.p-topChara .swiper .swiper-button-next::after {
  display: none;
}
.p-topChara .swiper .swiper-button-prev.swiper-button-disabled,
.p-topChara .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}
.p-topChara .swiper .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.p-topChara .swiper .swiper-button-next {
  right: 0;
}
.p-topChara__slide .c-windowTalkContainer {
  width: 100%;
}
.p-topChara__slide .-name {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  margin-inline: auto;
  width: 44.6153846154vw;
  margin-bottom: -3.8461538462vw;
}
.p-topChara__slide .-name img {
  width: 100%;
}
.p-topChara__slide .c-windowTalkContainer {
  opacity: 0;
  visibility: hidden;
}
.p-topChara__slide .c-windowTalk__text p {
  width: 136.9230769231vw;
}
.p-topChara__slide .c-windowTalk__text p img {
  width: auto;
  height: 7.9487179487vw;
}
.p-topChara__slideChara {
  width: 76.9230769231vw;
  height: 67.1794871795vw;
  background-image: url(../img/top/bg_chara_slide.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin-inline: auto;
}
.p-topChara__slideChara img {
  max-width: none;
  width: 166.6666666667vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-topChara__bottom {
  text-align: center;
}
.p-topChara__bottom img {
  width: 69.2307692308vw;
}

.p-topChapters {
  line-height: 1;
}
.p-topChapters::before {
  background-image: url(../img/top/layer_chapter1_sp.svg);
}
.p-topChapters::after {
  background-image: url(../img/top/layer_chapter2_sp.svg);
  bottom: 6.1538461538vw;
}
.p-topChapters .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-topChapters .swiper .swiper-slide {
  height: auto;
}
.p-topChapters__img {
  height: 100%;
}
.p-topChapters__img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topbgClouds {
  background-image: url(../img/top/bg_system.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  background-color: #000027;
  padding: 136px 0 96px;
}
.p-topbgClouds.--padding0 {
  padding: 0;
}
.p-topbgClouds.--bg2 {
  background-image: url(../img/top/bg_system2.svg);
  background-repeat: no-repeat;
  background-size: 100vw 41.9444444444vw;
  background-position-x: unset;
  background-position-y: 35%;
}

.p-topStep {
  display: flex;
  flex-direction: column;
  gap: 10.2564102564vw 0;
}
.p-topStep__item {
  width: 77.4358974359vw;
}
.p-topStep__num {
  color: var(--color-blue);
  font-family: var(--font-en);
  font-size: 8.7179487179vw;
  letter-spacing: -0.16em;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.p-topStep__num strong {
  font-size: 12.3076923077vw;
  letter-spacing: -0.14em;
}
.p-topStep__img {
  margin-top: 24px;
}
.p-topStep__title {
  margin-top: 16px;
  color: var(--color-blue);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 4.6153846154vw;
}
.p-topStep__desc {
  font-size: 3.5897435897vw;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 700;
}
.p-topStep .c-btn_img {
  width: 100%;
  height: 19.2307692308vw;
  display: block;
  margin-top: 16px;
}
.p-topStep .c-btn_img img {
  width: 100%;
}
.p-topStep__note {
  margin-top: 10px;
  opacity: 0.4;
  line-height: 1.6;
  font-weight: 700;
}

.p-topHowToPlay__beginner {
  margin-top: 40px;
}
.p-topHowToPlay__beginner img {
  max-width: none;
  width: 100%;
}
.p-topHowToPlay .m-wrapper {
  position: relative;
}
.p-topHowToPlay__mob {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 2;
  gap: 3.5897435897vw 0;
  left: -2.5641025641vw;
  top: -12.8205128205vw;
}
.p-topHowToPlay__mob > img {
  width: 14.358974359vw;
  margin-left: 3.3333333333vw;
}
.p-topHowToPlay__mob > figcaption img {
  width: 32.5641025641vw;
}

.p-topRecommendation {
  margin-top: 60px;
  margin-inline: auto;
}
.p-topRecommendation__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-topRecommendation__title::before, .p-topRecommendation__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  opacity: 0.5;
}
.p-topRecommendation__title span {
  flex-shrink: 0;
  padding: 0 1.875vw;
}
.p-topRecommendation__title span img {
  width: 56.9230769231vw;
}
.p-topRecommendation__bnrs {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 6.1538461538vw 0;
}
.p-topRecommendation__bnrs.--center {
  justify-content: center;
  margin-top: 8.2051282051vw;
  margin-bottom: 6.1538461538vw;
}
.p-topRecommendation__bnrsItem img {
  width: 100%;
}
.p-topRecommendation__frame p {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 3.5897435897vw;
}
.p-topRecommendation__frame .c-frame__inner {
  padding: 7.1794871795vw 17px;
}
.p-topRecommendation__frameTitle {
  margin-bottom: 5.1282051282vw;
  text-align: center;
}
.p-topRecommendation__frameTitle img {
  width: 61.5384615385vw;
}
.p-topRecommendation__frameLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px 0;
  margin-top: 10px;
}
.p-topRecommendation__frameLinks a img {
  max-width: none;
}
.p-topRecommendation__frameLinks a:nth-child(1) img {
  width: 51.2820512821vw;
}
.p-topRecommendation__frameLinks a:nth-child(2)::after {
  bottom: 0;
}
.p-topRecommendation__frameLinks a:nth-child(2) img {
  width: 48.7179487179vw;
}

.p-topProduct {
  margin-top: 28.7179487179vw;
}
.p-topProduct .m-wrapper {
  position: relative;
}
.p-topProduct .c-frame__inner {
  padding: 6.1538461538vw 4.1025641026vw 8.2051282051vw;
}
.p-topProduct__mob {
  position: absolute;
  right: 0;
  top: -15.641025641vw;
}
.p-topProduct__mob > img {
  width: 18.4615384615vw;
  margin-left: 3.3333333333vw;
}
.p-topProduct__mob > figcaption img {
  width: 35.1282051282vw;
}
.p-topProduct .m-tab {
  margin-top: 12.3076923077vw;
}
.p-topProduct__type li {
  display: flex;
  align-items: center;
  gap: 0 4.1025641026vw;
}
.p-topProduct__type li:not(:first-child) {
  margin-top: 3.3333333333vw;
}
.p-topProduct__type li figure {
  flex-shrink: 0;
}
.p-topProduct__type li figure img {
  width: 10.2564102564vw;
}
.p-topProduct__btn {
  display: flex;
  justify-content: center;
  margin-top: 10.2564102564vw;
}
.p-topProduct__btn .c-btn_img {
  width: 77.4358974359vw;
  height: 16.4102564103vw;
}
.p-topProduct__btn .c-btn_img img {
  width: 100%;
}
.p-topProduct__bnr {
  margin-top: 12.3076923077vw;
}
.p-topProduct__bnr img {
  width: 100%;
}

.p-topPackage {
  display: flex;
  flex-direction: column;
}
.p-topPackage__item {
  width: 100%;
  padding: 4.1025641026vw 4.1025641026vw 10.2564102564vw;
}
.p-topPackage__item:first-child {
  background-color: #f3f4ff;
}
.p-topPackage__item:last-child {
  background-color: #e5e7f6;
}
.p-topPackage__title {
  text-align: center;
  position: relative;
}
.p-topPackage__title .-en {
  font-size: 13.8461538462vw;
  line-height: 1;
  letter-spacing: -0.16em;
  font-family: var(--font-en);
  color: var(--color-blue);
  opacity: 0.05;
}
.p-topPackage__title .-ja {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
}
.p-topPackage__title .-ja img {
  height: 4.6153846154vw;
  width: auto;
}
.p-topPackage__img {
  text-align: center;
  margin-top: 6.1538461538vw;
}
.p-topPackage__img img {
  width: auto;
  height: 58.9743589744vw;
}
.p-topPackage__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8.2051282051vw;
  gap: 2.0512820513vw;
}
.p-topPackage__desc span {
  font-size: 4.6153846154vw;
  line-height: 1.6;
  font-weight: 700;
}
.p-topPackage__desc span:nth-child(1) {
  color: var(--color-blue);
}
.p-topPackage__desc span:nth-child(2) {
  color: #ff0077;
}

.p-topCaution {
  margin-top: 14.358974359vw;
}
.p-topCaution .m-wrapper {
  position: relative;
}
.p-topCaution .c-frame__inner {
  padding-bottom: 8.2051282051vw;
}
.p-topCaution__mobs img {
  position: absolute;
  z-index: 2;
}
.p-topCaution__mobs img:first-child {
  width: 16.4102564103vw;
  left: 7.6923076923vw;
  top: 5.1282051282vw;
}
.p-topCaution__mobs img:last-child {
  width: 17.4358974359vw;
  right: 7.6923076923vw;
  top: 3.0769230769vw;
}
.p-topCaution__title {
  text-align: center;
}
.p-topCaution__title img {
  width: 61.5384615385vw;
}
.p-topCaution__desc {
  padding-top: 6.1538461538vw;
  margin-top: 6.1538461538vw;
  border-top: 1px solid var(--color-black);
}
.p-topCaution__desc img {
  width: 74.6153846154vw;
}
.p-topCaution .m-tab {
  margin-top: 8.2051282051vw;
}
.p-topCaution__contents {
  display: flex;
  flex-direction: column;
  gap: 8.2051282051vw 0;
}
.p-topCaution__block {
  width: 100%;
  margin-top: 6.1538461538vw;
}
.p-topCaution__block .-title img {
  width: auto;
  height: 3.5897435897vw;
}
.p-topCaution__block .c-table:first-child {
  padding-top: 2.0512820513vw;
}
.p-topCaution__note {
  margin-top: 6.1538461538vw;
}
.p-topCaution__note li {
  font-weight: 700;
  font-size: 3.5897435897vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 3.5897435897vw;
}
.p-topCaution__note li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 50%;
  position: absolute;
  top: 2.3076923077vw;
  left: 1.5384615385vw;
}
.p-topCaution__btn {
  display: flex;
  justify-content: center;
  margin-top: 10.2564102564vw;
}
.p-topCaution__btn .c-btn_img {
  width: 77.4358974359vw;
  height: 16.4102564103vw;
}
.p-topCaution__btn .c-btn_img img {
  width: 100%;
}
.p-topCaution__accordion {
  margin-top: 12.3076923077vw;
  display: flex;
  flex-direction: column;
  gap: 3.0769230769vw;
}

.p-topComingSoon {
  padding: 14.358974359vw 6.1538461538vw 26.1538461538vw;
}
.p-topComingSoon__title {
  text-align: center;
}
.p-topComingSoon__title img {
  width: 70.5128205128vw;
}
.p-topComingSoon__desc {
  text-align: center;
  margin-top: 6.1538461538vw;
}
.p-topComingSoon__desc img {
  width: 92.3076923077vw;
}
.p-topComingSoon__btns {
  margin-top: 10.2564102564vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.1025641026vw;
}

.p-topSpecial {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 14.358974359vw;
}

.p-tryout {
  background: var(--color-purple);
}

.p-tryoutMv {
  width: 100%;
  padding-top: 11.2820512821vw;
  position: relative;
  z-index: 2;
  background-image: url(../img/tryout/bg-tryout_sp.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.p-tryoutMv--2 {
  background-image: url(../img/tryout/bg-tryout-2_sp.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.p-tryoutMv__title {
  text-align: center;
}
.p-tryoutMv__title img {
  width: 44.1666666667vw;
  height: auto;
}
.p-tryoutMv__title--2 img {
  width: 44.6527777778vw;
  height: auto;
}
.p-tryoutMv__slider {
  margin-top: 4.5138888889vw;
}
.p-tryoutMv__slider--reverse {
  transform: scaleX(-1);
}
.p-tryoutMv__slider--reverse img {
  transform: scaleX(-1);
}
.p-tryoutMv__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-tryoutMv__slider .swiper-slide {
  width: 27.7777777778vw;
}
.p-tryoutMv__slider .swiper-slide figure img {
  width: 100%;
  height: auto;
}
.p-tryoutMv__embed {
  margin-top: 3.125vw;
  margin-bottom: -7.7083333333vw;
}
.p-tryoutMv__embed.--noMb {
  margin-bottom: 0;
}
.p-tryoutMv__embedContainer {
  max-width: 77.2222222222vw;
  margin-inline: auto;
  padding: 2.7777777778vw 8.0555555556vw;
  position: relative;
  z-index: 1;
}
.p-tryoutMv__embedContainer::before, .p-tryoutMv__embedContainer::after {
  pointer-events: none;
}
.p-tryoutMv__embedContainer--lessPadding {
  padding: 3.0555555556vw 2.5vw 2.3611111111vw;
}
.p-tryoutMv__embedContainer::before {
  content: "";
  position: absolute;
  inset: -0.2777777778vw;
  background: var(--color-white);
  z-index: -2;
  clip-path: polygon(0.2777777778vw 0.2777777778vw, 0.2777777778vw 0, calc(100% - 0.2777777778vw) 0, calc(100% - 0.2777777778vw) 0.2777777778vw, 100% 0.2777777778vw, 100% calc(100% - 0.2777777778vw), calc(100% - 0.2777777778vw) calc(100% - 0.2777777778vw), calc(100% - 0.2777777778vw) 100%, 0.2777777778vw 100%, 0.2777777778vw calc(100% - 0.2777777778vw), 0 calc(100% - 0.2777777778vw), 0 0.2777777778vw);
}
.p-tryoutMv__embedContainer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-white);
  border: 0.2777777778vw solid var(--color-black);
  z-index: -1;
}
.p-tryoutMv__embedBox {
  width: 43.2638888889vw;
  background: var(--color-bg-gray);
  text-align: center;
  padding-block: 4.5138888889vw 3.3333333333vw;
}
.p-tryoutMv__embedTitle img {
  width: 28.8888888889vw;
  height: auto;
}
.p-tryoutMv__embedText {
  margin-top: 3.8194444444vw;
}
.p-tryoutMv__embedText img {
  width: 18.4722222222vw;
  height: auto;
}
.p-tryoutMv__embedBtn {
  margin-top: 1.3888888889vw;
  display: flex;
  justify-content: center;
}
.p-tryoutMv__embedIframe {
  width: 20.6944444444vw;
  min-width: 300px;
  overflow: hidden;
  border: 0.1388888889vw solid var(--color-gray-light1);
  margin-left: auto;
  border-radius: 0.8333333333vw;
}
.p-tryoutMv__embedIframe .twitter-tweet {
  margin: 0 !important;
}
.p-tryoutMv__embedIframe iframe {
  width: 100% !important;
}
.p-tryoutMv__embedMain {
  text-align: center;
}
.p-tryoutMv__embedMain span {
  display: block;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-pink-strong);
}
.p-tryoutMv__embedMain img {
  width: 25vw;
  margin-top: 1.3888888889vw;
  height: auto;
}
.p-tryoutMv__embedInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.875vw;
  background: var(--color-bg-gray);
  padding-block: 1.0416666667vw;
  gap: 2.0833333333vw;
}
.p-tryoutMv__embedContent {
  width: 32.5vw;
  padding-top: 2.1527777778vw;
}
.p-tryoutMv__embedContent h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-tryoutMv__embedContent h3 img {
  width: 10.5555555556vw;
  height: auto;
}
.p-tryoutMv__embedContent h3 span {
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-pink-strong);
  margin-left: 0.2083333333vw;
}
.p-tryoutMv__embedContent ul {
  margin-top: 1.0416666667vw;
}
.p-tryoutMv__embedContent ul li {
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-black);
  padding-left: 1.25vw;
  position: relative;
  z-index: 1;
}
.p-tryoutMv__embedContent ul li:not(:first-child) {
  margin-top: 0.5555555556vw;
}
.p-tryoutMv__embedContent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/tryout/bullet.svg) no-repeat center center/contain;
  width: 0.8333333333vw;
  aspect-ratio: 1/1;
}
.p-tryoutMv__embedImage {
  width: 20.4861111111vw;
}
.p-tryoutMv__embedImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tryoutMv__shareTitle {
  text-align: center;
}
.p-tryoutMv__shareTitle img {
  width: 24.0277777778vw;
  height: auto;
}
.p-tryoutMv__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6666666667vw;
  justify-content: center;
  margin-top: 4.1666666667vw;
}
.p-tryoutMv__social .c-btn_img {
  width: 13.0555555556vw;
  height: 4.4444444444vw;
}
.p-tryoutMv__social .c-btn_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tryoutMv__backBtn {
  margin-top: 3.4722222222vw;
  display: flex;
  justify-content: center;
  gap: 1.6666666667vw;
}
.p-tryoutMv__backBtn .c-btn_img {
  width: 24.5833333333vw;
  height: 5.5555555556vw;
}
.p-tryoutMv__backBtn .c-btn_img img {
  width: 100%;
  height: 100%;
}
.p-tryoutMv__backBtn--2 .c-btn_img {
  width: 29.7222222222vw;
  height: 5.5555555556vw;
}
.p-tryoutMv__copy {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color-white);
  text-align: center;
  margin-top: 1.3888888889vw;
  position: relative;
  z-index: 2;
  margin-top: 5.9027777778vw;
}
@media print, screen and (min-width: 769px) {
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .m-accordion__head {
    padding: 1.1111111111vw 1.3888888889vw;
  }
  .m-accordion__head::after {
    height: 0.6458333333vw;
    width: 1.0763888889vw;
    right: 1.3888888889vw;
  }
  .m-accordion__headText {
    font-size: 0.9722222222vw;
  }
  .m-accordion__body.is-active {
    padding: 0 1.3888888889vw 1.1111111111vw;
  }
  .m-accordion__inner p {
    font-size: 0.9722222222vw;
  }
  .m-wrapper {
    max-width: 77.7777777778vw;
  }
  .m-framePadding {
    padding: 4.7222222222vw;
  }
  .l-footer {
    background-position: center;
    padding-top: 11.6666666667vw;
    padding-bottom: 5.8333333333vw;
    padding-inline: 1.6666666667vw;
  }
  .l-footer::before {
    background-image: url(../img/top/layer_footer.svg);
  }
  .l-footer.c-sectionBorder::after {
    height: calc(100% - 6.6666666667vw);
  }
  .l-footer__title img {
    width: 30.625vw;
  }
  .l-footer__mobs img {
    position: absolute;
    top: 7.0833333333vw;
    width: 5.2083333333vw;
  }
  .l-footer__mobs img:nth-child(1) {
    left: 12.0833333333vw;
  }
  .l-footer__mobs img:nth-child(2) {
    left: 20.2777777778vw;
  }
  .l-footer__mobs img:nth-child(3) {
    left: 77.4305555556vw;
  }
  .l-footer__mobs img:nth-child(4) {
    left: 85.6944444444vw;
  }
  .l-footer__btns {
    justify-content: center;
    flex-direction: row;
    gap: 0 1.6666666667vw;
    margin-top: 3.75vw;
  }
  .l-footer__bnrs {
    justify-content: center;
    flex-direction: row;
    gap: 0 1.1111111111vw;
    margin-top: 2.7777777778vw;
  }
  .l-footer__bnrs img {
    height: 4.7222222222vw;
  }
  .l-footer__logos {
    gap: 0 1.1111111111vw;
  }
  .l-footer__logos img {
    height: 6.3888888889vw;
  }
  .l-footer__credit {
    margin-top: 3.3333333333vw;
    font-size: 0.8333333333vw;
  }
  .l-footer__copy {
    margin-top: 2.2222222222vw;
    font-size: 0.8333333333vw;
  }
  .l-footer-sub {
    padding-bottom: 8.3333333333vw;
    padding-top: 15.4861111111vw;
  }
  .l-footer-sub::before {
    aspect-ratio: 1440/800;
    background: url(../img/tryout/bg-footer.webp) no-repeat center center/cover;
  }
  .m-tab__heads {
    gap: 0 1.5277777778vw;
  }
  .m-tab__head {
    width: calc(50% - 0.7638888889vw);
  }
  .m-tab__head button {
    background-image: url(../img/top/btn_tab.svg);
    width: 100%;
    height: 6.25vw;
  }
  .m-tab__head button.is-active {
    background-image: url(../img/top/btn_tab_hover.svg);
  }
  .m-tab__head button.is-active::after {
    width: 1.6666666667vw;
    height: 0.8333333333vw;
    bottom: -0.8333333333vw;
  }
  .m-tab__head button img {
    height: 2.0833333333vw;
  }
  .m-tab__body {
    padding-top: 1.8055555556vw;
  }
  .c-animationGlitch {
    background-image: url(../img/top/img_glitch_intro.svg);
    width: 85.9027777778vw;
    height: 7.9861111111vw;
    left: 5.2083333333vw;
  }
  .c-animationGlitch.-video {
    bottom: -2.1527777778vw;
  }
  .c-animationGlitch.-system {
    top: -3.4722222222vw;
  }
  .c-btn_img {
    width: 33.0555555556vw;
    height: 6.25vw;
  }
  .c-clip1 {
    clip-path: polygon(0 0.2777777778vw, 0.2777777778vw 0.2777777778vw, 0.2777777778vw 0.2777777778vw, 0.2777777778vw 0.2777777778vw, 0.2777777778vw 0, calc(100% - 0.2777777778vw) 0, calc(100% - 0.2777777778vw) 0.2777777778vw, calc(100% - 0.2777777778vw) 0.2777777778vw, calc(100% - 0.2777777778vw) 0.2777777778vw, 100% 0.2777777778vw, 100% calc(100% - 0.2777777778vw), calc(100% - 0.2777777778vw) calc(100% - 0.2777777778vw), calc(100% - 0.2777777778vw) calc(100% - 0.2777777778vw), calc(100% - 0.2777777778vw) calc(100% - 0.2777777778vw), calc(100% - 0.2777777778vw) 100%, 0.2777777778vw 100%, 0.2777777778vw calc(100% - 0.2777777778vw), 0.2777777778vw calc(100% - 0.2777777778vw), 0.2777777778vw calc(100% - 0.2777777778vw), 0 calc(100% - 0.2777777778vw));
  }
  .c-clip1.-px2 {
    clip-path: polygon(0 0.1388888889vw, 0.1388888889vw 0.1388888889vw, 0.1388888889vw 0.1388888889vw, 0.1388888889vw 0.1388888889vw, 0.1388888889vw 0, calc(100% - 0.1388888889vw) 0, calc(100% - 0.1388888889vw) 0.1388888889vw, calc(100% - 0.1388888889vw) 0.1388888889vw, calc(100% - 0.1388888889vw) 0.1388888889vw, 100% 0.1388888889vw, 100% calc(100% - 0.1388888889vw), calc(100% - 0.1388888889vw) calc(100% - 0.1388888889vw), calc(100% - 0.1388888889vw) calc(100% - 0.1388888889vw), calc(100% - 0.1388888889vw) calc(100% - 0.1388888889vw), calc(100% - 0.1388888889vw) 100%, 0.1388888889vw 100%, 0.1388888889vw calc(100% - 0.1388888889vw), 0.1388888889vw calc(100% - 0.1388888889vw), 0.1388888889vw calc(100% - 0.1388888889vw), 0 calc(100% - 0.1388888889vw));
  }
  .c-clip2 {
    clip-path: polygon(0 0.5555555556vw, 0.1388888889vw 0.5555555556vw, 0.1388888889vw 0.1388888889vw, 0.5555555556vw 0.1388888889vw, 0.5555555556vw 0, calc(100% - 0.5555555556vw) 0, calc(100% - 0.5555555556vw) 0.1388888889vw, calc(100% - 0.1388888889vw) 0.1388888889vw, calc(100% - 0.1388888889vw) 0.5555555556vw, 100% 0.5555555556vw, 100% calc(100% - 0.5555555556vw), calc(100% - 0.1388888889vw) calc(100% - 0.5555555556vw), calc(100% - 0.1388888889vw) calc(100% - 0.1388888889vw), calc(100% - 0.5555555556vw) calc(100% - 0.1388888889vw), calc(100% - 0.5555555556vw) 100%, 0.5555555556vw 100%, 0.5555555556vw calc(100% - 0.1388888889vw), 0.1388888889vw calc(100% - 0.1388888889vw), 0.1388888889vw calc(100% - 0.5555555556vw), 0 calc(100% - 0.5555555556vw));
  }
  .c-clip2.-px4 {
    clip-path: polygon(0 0.8333333333vw, 1.0256410256vw 0.8333333333vw, 1.0256410256vw 1.0256410256vw, 0.8333333333vw 1.0256410256vw, 0.8333333333vw 0, calc(100% - 0.8333333333vw) 0, calc(100% - 0.8333333333vw) 1.0256410256vw, calc(100% - 1.0256410256vw) 1.0256410256vw, calc(100% - 1.0256410256vw) 0.8333333333vw, 100% 0.8333333333vw, 100% calc(100% - 0.8333333333vw), calc(100% - 1.0256410256vw) calc(100% - 0.8333333333vw), calc(100% - 1.0256410256vw) calc(100% - 1.0256410256vw), calc(100% - 0.8333333333vw) calc(100% - 1.0256410256vw), calc(100% - 0.8333333333vw) 100%, 0.8333333333vw 100%, 0.8333333333vw calc(100% - 1.0256410256vw), 1.0256410256vw calc(100% - 1.0256410256vw), 1.0256410256vw calc(100% - 0.8333333333vw), 0 calc(100% - 0.8333333333vw));
  }
  .c-edge2 {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
  .c-edge2 span {
    width: 0.2777777778vw;
    height: 0.2777777778vw;
  }
  .c-edge2.-top-left span:nth-child(2) {
    top: 0.2777777778vw;
    right: 0.2777777778vw;
  }
  .c-edge2.-top-right span:nth-child(2) {
    top: 0.2777777778vw;
    left: 0.2777777778vw;
  }
  .c-edge2.-bottom-right span:nth-child(2) {
    top: 0.2777777778vw;
    right: 0.2777777778vw;
  }
  .c-edge2.-bottom-left span:nth-child(2) {
    top: 0.2777777778vw;
    left: 0.2777777778vw;
  }
  .c-edge3.-top-left {
    top: 10px;
    left: 10px;
  }
  .c-edge3.-top-right {
    top: 10px;
    right: 10px;
  }
  .c-edge3.-bottom-right {
    bottom: 10px;
    right: 10px;
  }
  .c-edge3.-bottom-left {
    bottom: 10px;
    left: 10px;
  }
  .c-frame {
    margin-top: 54px;
    border: 0.2777777778vw solid var(--color-white);
    width: 77.7777777778vw;
  }
  .c-frame__inner {
    border: 0.2777777778vw solid var(--color-black);
    padding: 5.5555555556vw 2.9166666667vw 5.2777777778vw;
  }
  .c-loading__first img {
    width: 19.4444444444vw;
  }
  .c-loading__century {
    font-size: 3.75vw;
    line-height: 2.7777777778vw;
  }
  .c-loading__imgs {
    width: 22.2222222222vw;
    height: 18.0555555556vw;
    margin: 4.7222222222vw auto 7.2222222222vw;
  }
  .c-loading__progress {
    width: 26.5277777778vw;
    height: 0.5555555556vw;
    border-top: 0.1388888889vw solid #555;
    border-left: 0.1388888889vw solid #555;
    border-right: 0.1388888889vw solid #222;
    border-bottom: 0.1388888889vw solid #222;
  }
  .c-modal__content {
    width: 66.6666666667vw;
  }
  .c-modal__content .swiper-button-prev,
  .c-modal__content .swiper-button-next {
    width: 4.7222222222vw;
    height: 4.7222222222vw;
  }
  .c-modal__content .swiper-button-prev {
    left: 0;
  }
  .c-modal__content .swiper-button-next {
    right: 0;
  }
  .c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 6.1111111111vw;
    bottom: 5px;
  }
  .c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .c-modal__close {
    top: -2.2222222222vw;
    right: -2.2222222222vw;
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .c-modal__slider .swiper-slide .-desc {
    padding-right: 80px;
    margin-top: 26px;
    font-size: 1.25vw;
  }
  .c-sectionBorder::before, .c-sectionBorder::after {
    height: 13.3333333333vw;
  }
  .c-table {
    flex-direction: row;
    gap: 0 1.3888888889vw;
    padding: 2.2222222222vw 0;
  }
  .c-table dt {
    font-size: 1.25vw;
    width: 14.5833333333vw;
  }
  .c-table dd {
    width: 54.8611111111vw;
    font-size: 1.1111111111vw;
  }
  .c-text {
    font-size: 1.5277777778vw;
  }
  .c-titleSection {
    gap: 48px 0;
  }
  .c-titleSection .-en {
    font-size: 2.7777777778vw;
  }
  .c-titleSectionJa.-howToPlay img {
    width: 33.4027777778vw;
  }
  .c-titleSectionJa.-product img {
    width: 19.5138888889vw;
  }
  .c-titleSectionJa.-caution img {
    width: 19.5138888889vw;
  }
  .c-title_border {
    max-width: 77.7777777778vw;
  }
  .c-title_border::before, .c-title_border::after {
    width: 15.4166666667vw;
    height: 0.2777777778vw;
  }
  .c-title_border img {
    width: 13.125vw;
  }
  .c-title_border + .p-tryoutMv__embedContainer {
    margin-top: 3.9583333333vw;
  }
  .c-window {
    border: 0.2777777778vw solid var(--color-white);
    width: 77.7777777778vw;
    height: 39.4444444444vw;
  }
  .c-windowSub {
    width: 21.1111111111vw;
    height: 26.3888888889vw;
    border-width: 0.2777777778vw;
    top: 4.1666666667vw;
  }
  .c-windowTalkContainer {
    width: 37.5vw;
  }
  .c-windowTalk {
    padding: 0.2777777778vw;
  }
  .c-windowTalk__inner {
    border-width: 0.2777777778vw;
  }
  .c-windowTalk__name.-px4 {
    padding: 0.2777777778vw;
  }
  .c-windowTalk__name {
    padding: 0.1388888889vw;
    left: 1.8055555556vw;
    top: -0.8333333333vw;
  }
  .c-windowTalk__name span {
    width: 6.9444444444vw;
    padding: 0.4861111111vw 0;
  }
  .c-windowTalk__name span img {
    width: 2.2222222222vw;
  }
  .c-windowTalk__text {
    padding: 0 1.6666666667vw;
    height: 7.2222222222vw;
  }
  .c-windowTalk__text p {
    width: 30vw;
  }
  .c-windowTalk__text .-system1 {
    width: 21.5277777778vw;
  }
  .c-windowTalk__text .-system2 {
    width: 23.4722222222vw;
  }
  .c-windowTalk__text .-system3 {
    width: 28.4722222222vw;
  }
  .c-windowTalk__text .-chara1 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara2 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara3 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara4 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara5 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara6 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara7 {
    width: 30.6944444444vw;
  }
  .c-windowTalk__text .-chara8 {
    width: 30.6944444444vw;
  }
  .p-topFrame {
    padding: 8px;
  }
  .p-topFrame__inner {
    clip-path: polygon(0 8px, 2px 8px, 2px 2px, 8px 2px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 2px, calc(100% - 2px) 2px, calc(100% - 2px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 2px) calc(100% - 8px), calc(100% - 2px) calc(100% - 2px), calc(100% - 8px) calc(100% - 2px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 2px), 2px calc(100% - 2px), 2px calc(100% - 8px), 0 calc(100% - 8px));
  }
  .p-topFrame__cta li a img {
    height: 26px;
  }
  .p-topFrame__slider.swiper {
    height: calc(100% - 16px);
    top: 8px;
    padding: 12px 13px 12px 11px;
  }
  .p-topFrame__slider.swiper.-left {
    left: 8px;
    border-right: 2px solid var(--color-white);
    border-bottom: none;
  }
  .p-topFrame__slider.swiper .swiper-slide img {
    width: 22px;
    height: auto;
  }
  .p-topFrame__socials {
    bottom: 10px;
    left: 54px;
  }
  .p-topMv {
    height: 55vw;
    padding-top: 8.8194444444vw;
    background-image: url(../img/top/bg-mv.webp);
  }
  .p-topMv__logo {
    top: 34px;
    left: 56px;
  }
  .p-topMv__online {
    padding: 14.6px 20px;
    top: 10px;
    right: 10px;
  }
  .p-topMv__glitch {
    display: block;
    width: 10.4166666667vw;
    height: 3.5416666667vw;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .p-topMv__glitch.-glitch1 {
    background-image: url(../img/top/glitch_mv1.svg);
    top: 17.7777777778vw;
    left: 0;
  }
  .p-topMv__glitch.-glitch2 {
    background-image: url(../img/top/glitch_mv2.svg);
    top: 45.8333333333vw;
    right: 0;
    left: auto;
  }
  .p-topMv__content {
    width: 34.7222222222vw;
    padding: 0;
  }
  .p-topMv__title img {
    width: 32.3611111111vw;
  }
  .p-topMv__desc {
    text-align: left;
    margin-top: 2.7777777778vw;
  }
  .p-topMv__desc img {
    width: 34.0277777778vw;
  }
  .p-topMv__illust {
    gap: 0 3.9583333333vw;
  }
  .p-topMv__illust > img {
    width: 28.8194444444vw;
  }
  .p-topMv__illust figcaption img {
    width: 6.25vw;
  }
  .p-topMv__interview {
    right: 4.7222222222vw;
    bottom: 1.5972222222vw;
    width: 22.2222222222vw;
    height: 8.8888888889vw;
  }
  .p-topLead {
    padding: 4.4444444444vw 0 0;
  }
  .p-topLead::before, .p-topLead::after {
    content: "";
    display: block;
    background-image: url(../img/top/illust_light.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
  }
  .p-topLead::before {
    top: 16.1805555556vw;
    left: 7.7083333333vw;
  }
  .p-topLead::after {
    top: 19.2361111111vw;
    right: 7.3611111111vw;
  }
  .p-topLead__glitch {
    display: block;
    position: absolute;
    z-index: 0;
  }
  .p-topLead__glitch.-glitch1 {
    background-image: url(../img/top/glitch_lead1.svg);
    width: 33.0555555556vw;
    height: 3.3333333333vw;
    top: 3.3333333333vw;
    left: 8.4722222222vw;
  }
  .p-topLead__glitch.-glitch2 {
    background-image: url(../img/top/glitch_lead2.svg);
    width: 22.8472222222vw;
    height: 3.4722222222vw;
    top: 21.875vw;
    right: 1.5972222222vw;
    left: auto;
  }
  .p-topLead__cast {
    flex-direction: row;
    gap: 0 16px;
    margin-top: 5.2777777778vw;
  }
  .p-topLead__castBlock {
    width: 22.2222222222vw;
    height: 9.1666666667vw;
    background-image: url(../img/top/bg_cast.svg);
  }
  .p-topLead__castInner {
    gap: 0 0.8333333333vw;
    padding: 1.25vw 0.8333333333vw;
  }
  .p-topLead__castInner .-icon {
    width: 8.3333333333vw;
    height: 6.25vw;
  }
  .p-topLead__castInner .-icon .-icon1 {
    width: 4.4444444444vw;
  }
  .p-topLead__castInner .-icon .-icon2 {
    width: 3.8888888889vw;
  }
  .p-topLead__castInner .-icon .-icon3 {
    width: 3.4722222222vw;
  }
  .p-topLead__castInner .-txt {
    width: 22.9166666667vw;
  }
  .p-topLead__title {
    margin-top: 5.5555555556vw;
  }
  .p-topLead__title img {
    width: 85.5555555556vw;
  }
  .p-topLead__video {
    margin-top: 70px;
  }
  .p-topLead__video::before {
    background-image: url(../img/top/layer_lead1.svg);
  }
  .p-topLead__video::after {
    background-image: url(../img/top/layer_lead2.svg);
  }
  .p-topLead__modalOpen {
    aspect-ratio: 144/64;
  }
  .p-topLead__modalOpen .-icon {
    width: 10.5555555556vw;
    height: 10.5555555556vw;
  }
  .p-topIntro {
    padding: 11.25vw 0 13.1944444444vw;
    background-image: url(../img/top/bg_intro_pc.webp);
  }
  .p-topIntro .c-titleSection {
    gap: 0;
  }
  .p-topIntro .c-titleSection .-ja img {
    width: 68.0555555556vw;
  }
  .p-topIntro .c-window {
    margin-top: 64px;
  }
  .p-topIntro .c-window__chara img:first-child {
    width: 98.6111111111vw;
  }
  .p-topIntro .c-window__chara img:nth-child(2) {
    width: 98.6111111111vw;
  }
  .p-topIntro .c-windowTalk__text img {
    width: 23.1944444444vw;
  }
  .p-topIntro .c-windowTalk__name img {
    width: 2.2222222222vw;
  }
  .p-topIntro__bnr {
    width: 47.2222222222vw;
    margin-bottom: 6.9444444444vw;
  }
  .p-topSystem {
    padding: 180px 0 196px;
  }
  .p-topSystem::before {
    background-image: url(../img/top/layer_system1.svg);
  }
  .p-topSystem::after {
    background-image: url(../img/top/layer_system2.svg);
  }
  .p-topSystem .c-titleSection .-ja img {
    width: 51.7361111111vw;
  }
  .p-topSystem__list {
    margin-top: 64px;
    width: 77.7777777778vw;
  }
  .p-topSystem__item .-titleEn {
    font-size: 1.9444444444vw;
  }
  .p-topSystem__item .c-window {
    max-width: 62.5vw;
    margin-left: 2.7777777778vw;
    margin-top: -1.4583333333vw;
  }
  .p-topSystem__item .c-windowTalkContainer {
    margin-right: 3.75vw;
  }
  .p-topSystem__itemTop {
    gap: 0 3.1944444444vw;
    margin-top: 32px;
  }
  .p-topSystem__itemTop .-titleJa.-system1 img {
    width: 18.4722222222vw;
  }
  .p-topSystem__itemTop .-titleJa.-system2 img {
    width: 25.8333333333vw;
  }
  .p-topSystem__itemTop .-titleJa.-system3 img {
    width: 18.125vw;
  }
  .p-topSystem__itemTop .-desc {
    margin-top: -2.0833333333vw;
    font-size: 1.9444444444vw;
  }
  .p-topChara {
    padding: 196px 0;
    background-image: url(../img/top/bg_chara_pc.webp);
  }
  .p-topChara::before {
    background-image: url(../img/top/layer_system2.svg);
  }
  .p-topChara__mob.-mob01 {
    left: 4.8611111111vw;
    top: 65.3472222222vw;
  }
  .p-topChara__mob.-mob02 {
    right: 3.4722222222vw;
    top: 90.0694444444vw;
  }
  .p-topChara__mob.-mob03 {
    right: -10px;
    top: 69.0277777778vw;
  }
  .p-topChara__mob.-mob04 {
    left: 3.75vw;
    top: 83.8194444444vw;
  }
  .p-topChara__mob.-mob05 {
    left: -10px;
    top: 35.1388888889vw;
  }
  .p-topChara__mob.-mob06 {
    right: 3.8888888889vw;
    top: 32.0833333333vw;
  }
  .p-topChara .c-titleSection .-ja img {
    width: 58.5416666667vw;
  }
  .p-topChara .c-text {
    margin-top: 40px;
  }
  .p-topChara .swiper {
    width: 66.9444444444vw;
    margin-top: 50px;
  }
  .p-topChara .swiper .swiper-slide {
    width: 41.875vw;
  }
  .p-topChara .swiper .swiper-slide-prev {
    transform: scale(0.8) translate(30vw);
  }
  .p-topChara .swiper .swiper-slide-next {
    transform: scale(0.8) translate(-30vw);
  }
  .p-topChara .swiper .swiper-button-prev,
  .p-topChara .swiper .swiper-button-next {
    width: 4.7222222222vw;
    height: 4.7222222222vw;
  }
  .p-topChara .swiper .swiper-button-prev {
    left: 8.1944444444vw;
  }
  .p-topChara .swiper .swiper-button-next {
    right: 8.1944444444vw;
  }
  .p-topChara__slide .-name {
    width: 20.1388888889vw;
    margin-bottom: -1.9444444444vw;
  }
  .p-topChara__slide .c-windowTalk__text p {
    width: 37.0833333333vw;
  }
  .p-topChara__slide .c-windowTalk__text p img {
    height: 4.3055555556vw;
  }
  .p-topChara__slideChara {
    width: 38.8888888889vw;
    height: 34.0277777778vw;
  }
  .p-topChara__slideChara img {
    width: 80.5555555556vw;
  }
  .p-topChara__bottom img {
    width: 63.0555555556vw;
  }
  .p-topChapters::before {
    background-image: url(../img/top/layer_chapter1.svg);
  }
  .p-topChapters::after {
    bottom: 2.2222222222vw;
    background-image: url(../img/top/layer_chapter2.svg);
  }
  .p-topbgClouds {
    padding: 221px 0 196px;
  }
  .p-topStep {
    flex-direction: row;
    gap: 0 2.9166666667vw;
  }
  .p-topStep__item {
    width: 21.6666666667vw;
  }
  .p-topStep__num {
    font-size: 3.3333333333vw;
  }
  .p-topStep__num strong {
    font-size: 4.4444444444vw;
  }
  .p-topStep__img {
    margin-top: 30px;
  }
  .p-topStep__title {
    margin-top: 30px;
    font-size: 1.6666666667vw;
  }
  .p-topStep__desc {
    margin-top: 12px;
    font-size: 1.1111111111vw;
  }
  .p-topStep .c-btn_img {
    height: 5.4166666667vw;
    margin-top: 24px;
  }
  .p-topStep__note {
    margin-top: 12px;
    font-size: 0.8333333333vw;
  }
  .p-topHowToPlay__beginner {
    margin-top: 64px;
  }
  .p-topHowToPlay__mob {
    left: 5.2777777778vw;
    top: -0.4166666667vw;
    align-items: center;
    gap: 0.9722222222vw 0;
  }
  .p-topHowToPlay__mob > img {
    width: 5.2777777778vw;
    margin-left: 0;
  }
  .p-topHowToPlay__mob > figcaption img {
    width: 13.0555555556vw;
  }
  .p-topRecommendation {
    margin-top: 80px;
    max-width: 77.7777777778vw;
  }
  .p-topRecommendation__title span img {
    width: 42.9166666667vw;
  }
  .p-topRecommendation__bnrs {
    margin-top: 40px;
    flex-direction: row;
  }
  .p-topRecommendation__bnrs.--center {
    margin-top: 3.9583333333vw;
    margin-bottom: 2.7777777778vw;
  }
  .p-topRecommendation__bnrs.--center .p-topRecommendation__bnrsItem {
    width: 47.2222222222vw;
  }
  .p-topRecommendation__bnrsItem {
    width: calc(50% - 1.3888888889vw);
  }
  .p-topRecommendation__frame p {
    line-height: 2;
    font-size: 1.1111111111vw;
  }
  .p-topRecommendation__frame .c-frame__inner {
    padding: 2.5vw 24px;
  }
  .p-topRecommendation__frameTitle {
    margin-bottom: 1.6666666667vw;
  }
  .p-topRecommendation__frameTitle img {
    width: 20.7638888889vw;
  }
  .p-topRecommendation__frameLinks {
    margin-top: 8px;
  }
  .p-topRecommendation__frameLinks a:nth-child(1) img {
    width: 16.5277777778vw;
  }
  .p-topRecommendation__frameLinks a:nth-child(2) img {
    width: 15.9027777778vw;
  }
  .p-topProduct {
    margin-top: 9.7222222222vw;
  }
  .p-topProduct .c-frame__inner {
    padding: 2.9166666667vw 2.9166666667vw 2.3611111111vw;
  }
  .p-topProduct__mob {
    right: 5.2083333333vw;
    top: -2.3611111111vw;
  }
  .p-topProduct__mob > img {
    width: 10vw;
    margin-left: 0;
  }
  .p-topProduct__mob > figcaption img {
    width: 14.4444444444vw;
    margin-bottom: -3.3333333333vw;
    margin-left: 5.5555555556vw;
    z-index: 2;
    position: relative;
  }
  .p-topProduct .m-tab {
    margin-top: 5.8333333333vw;
  }
  .p-topProduct__type li {
    gap: 0 1.6666666667vw;
  }
  .p-topProduct__type li:not(:first-child) {
    margin-top: 1.1111111111vw;
  }
  .p-topProduct__type li figure img {
    width: 4.1666666667vw;
  }
  .p-topProduct__btn {
    margin-top: 3.75vw;
  }
  .p-topProduct__btn .c-btn_img {
    width: 26.25vw;
    height: 5.5555555556vw;
  }
  .p-topProduct__bnr {
    margin-top: 5.5555555556vw;
  }
  .p-topPackage {
    flex-direction: row;
  }
  .p-topPackage__item {
    width: 50%;
    padding: 3.3333333333vw 1.1111111111vw;
  }
  .p-topPackage__title .-en {
    font-size: 5.6944444444vw;
  }
  .p-topPackage__title .-ja img {
    height: 2.2222222222vw;
  }
  .p-topPackage__img {
    margin-top: 2.6388888889vw;
  }
  .p-topPackage__img img {
    height: 23.6111111111vw;
  }
  .p-topPackage__desc {
    margin-top: 3.75vw;
    gap: 0.5555555556vw;
  }
  .p-topPackage__desc span {
    font-size: 1.6666666667vw;
  }
  .p-topCaution {
    margin-top: 9.7222222222vw;
  }
  .p-topCaution .c-frame__inner {
    padding-bottom: 3.4722222222vw;
  }
  .p-topCaution__mobs img:first-child {
    width: 10vw;
    left: 17.2222222222vw;
    top: 3.6805555556vw;
  }
  .p-topCaution__mobs img:last-child {
    width: 9.5833333333vw;
    right: 16.4583333333vw;
    top: 3.4722222222vw;
  }
  .p-topCaution__title img {
    width: 48.2638888889vw;
  }
  .p-topCaution__desc {
    padding-top: 4.3055555556vw;
    margin-top: 4.3055555556vw;
    text-align: center;
  }
  .p-topCaution__desc img {
    width: 42.4305555556vw;
  }
  .p-topCaution .m-tab {
    margin-top: 2.9166666667vw;
  }
  .p-topCaution__contents {
    gap: 0 1.5277777778vw;
    flex-direction: row;
  }
  .p-topCaution__block {
    width: calc(50% - 0.7638888889vw);
    margin-top: 2.2222222222vw;
  }
  .p-topCaution__block .-title img {
    height: 1.4583333333vw;
  }
  .p-topCaution__block .c-table:first-child {
    padding-top: 1.1111111111vw;
  }
  .p-topCaution__note {
    margin-top: 2.2222222222vw;
  }
  .p-topCaution__note li {
    font-size: 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }
  .p-topCaution__note li::before {
    top: 0.6944444444vw;
    width: 3px;
    height: 3px;
    left: 0.5208333333vw;
  }
  .p-topCaution__btn {
    margin-top: 3.75vw;
  }
  .p-topCaution__btn .c-btn_img {
    width: 26.25vw;
    height: 5.5555555556vw;
  }
  .p-topCaution__accordion {
    gap: 1.1111111111vw;
    margin-top: 3.75vw;
  }
  .p-topComingSoon {
    padding: 6.9444444444vw 1.6666666667vw 10.4166666667vw;
  }
  .p-topComingSoon__title img {
    width: 28.4722222222vw;
  }
  .p-topComingSoon__desc {
    margin-top: 3.2638888889vw;
  }
  .p-topComingSoon__desc img {
    width: 54.4444444444vw;
  }
  .p-topComingSoon__btns {
    margin-top: 2.7777777778vw;
    gap: 0 2.2222222222vw;
    flex-direction: row;
  }
  .p-topSpecial {
    padding-top: 11.6666666667vw;
  }
  .p-tryout__tate {
    display: none;
  }
  .p-tryoutMv {
    background: url(../img/tryout/bg-tryout.webp) no-repeat top center/contain;
  }
  .p-tryoutMv--2 {
    background-image: url(../img/tryout/bg-tryout-2.webp);
  }
  .p-tryoutMv__slider.sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__mobs {
    display: flex;
    gap: 0 8.2051282051vw;
    margin-top: 8.9743589744vw;
  }
  .l-footer__bnrs img:nth-child(2) {
    height: 17.4358974359vw;
  }
  .l-footer-sub {
    padding-top: 16.1538461538vw;
  }
  .c-edge3.-top-right {
    display: none;
  }
  .c-modal__content .swiper-button-prev,
  .c-modal__content .swiper-button-next {
    top: unset;
    bottom: -17.1794871795vw;
    margin-top: 0;
  }
  .c-modal__content .swiper-pagination-bullets.swiper-pagination-horizontal {
    justify-content: center;
  }
  .p-topFrame__cta {
    display: none !important;
  }
  .p-topFrame__slider.swiper.-right {
    display: none;
  }
  .p-topFrame__socials {
    top: 0;
    right: 0;
  }
  .p-topMv__logo img {
    width: 100px;
  }
  .p-topMv__online img {
    width: 130px;
  }
  .p-topMv__btns {
    display: none;
  }
  .p-topMv__illust {
    justify-content: flex-end;
    width: 100%;
  }
  .p-topMv__interview {
    left: 4.1025641026vw;
  }
  .p-topLead__castInner .-txt .-txt2 {
    width: 43.5897435897vw;
  }
  .p-topLead__castInner .-txt .-txt3 {
    width: 48.7179487179vw;
  }
  .p-topLead__castX {
    width: 10.2564102564vw;
  }
  .p-topSystem__item .c-windowTalkContainer {
    transform: translateY(-30%);
  }
  .p-topChara__mob img {
    width: 48px;
  }
  .p-topChara__mob.-mob01 {
    display: none;
  }
  .p-topChara__mob.-mob02 {
    display: none;
  }
  .p-topStep__img {
    width: 100%;
  }
  .p-topStep__img img {
    width: 100%;
  }
  .p-topRecommendation__bnrs {
    width: 87.6923076923vw;
    margin-inline: auto;
  }
  .p-topRecommendation__frame {
    margin-top: 6.1538461538vw;
  }
  .p-topProduct__mob > img {
    margin-left: auto;
    display: block;
    margin-right: 4.1025641026vw;
    margin-top: 2.0512820513vw;
  }
  .p-tryout__tate {
    padding: 1.5384615385vw;
    background-color: #c400d0;
  }
  .p-tryout__tate p {
    color: var(--color-white);
    font-size: 3.5897435897vw;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
  }
  .p-tryoutMv__title img {
    width: 75.641025641vw;
  }
  .p-tryoutMv__title--2 img {
    width: 86.6666666667vw;
  }
  .p-tryoutMv__slider {
    margin-top: 44.358974359vw;
  }
  .p-tryoutMv__slider + .p-tryoutMv__slider {
    margin-top: 4.1025641026vw;
  }
  .p-tryoutMv__slider .swiper-slide {
    width: 51.2820512821vw;
  }
  .p-tryoutMv__embed {
    margin-top: 6.4102564103vw;
    margin-bottom: 0;
  }
  .p-tryoutMv__embedContainer {
    padding: 4.1025641026vw;
    max-width: 87.1794871795vw;
  }
  .p-tryoutMv__embedContainer--lessPadding {
    padding: 8.2051282051vw 4.358974359vw 4.358974359vw !important;
  }
  .p-tryoutMv__embedContainer::before {
    inset: -0.5128205128vw;
    clip-path: polygon(0.5128205128vw 0.5128205128vw, 0.5128205128vw 0, calc(100% - 0.5128205128vw) 0, calc(100% - 0.5128205128vw) 0.5128205128vw, 100% 0.5128205128vw, 100% calc(100% - 0.5128205128vw), calc(100% - 0.5128205128vw) calc(100% - 0.5128205128vw), calc(100% - 0.5128205128vw) 100%, 0.5128205128vw 100%, 0.5128205128vw calc(100% - 0.5128205128vw), 0 calc(100% - 0.5128205128vw), 0 0.5128205128vw);
  }
  .p-tryoutMv__embedContainer::after {
    border: 0.5128205128vw solid var(--color-black);
  }
  .p-tryoutMv__embedBox {
    width: 79.4871794872vw;
    padding-block: 7.1794871795vw 4.8717948718vw;
  }
  .p-tryoutMv__embedTitle img {
    width: 53.3333333333vw;
  }
  .p-tryoutMv__embedText {
    margin-top: 4.6153846154vw;
  }
  .p-tryoutMv__embedText img {
    width: 34.1025641026vw;
  }
  .p-tryoutMv__embedBtn {
    margin-top: 3.0769230769vw;
  }
  .p-tryoutMv__embedBtn .c-btn_img {
    width: 69.2307692308vw;
    height: 13.5897435897vw;
  }
  .p-tryoutMv__embedIframe {
    width: 79.4871794872vw;
    border-radius: 1.5384615385vw;
    margin-top: 3.0769230769vw !important;
  }
  .p-tryoutMv__embedMain span {
    font-size: 3.5897435897vw;
  }
  .p-tryoutMv__embedMain img {
    width: 68.7179487179vw;
    margin-top: 4.1025641026vw;
  }
  .p-tryoutMv__embedInner {
    margin-top: 5.8974358974vw;
    gap: 1.0256410256vw;
    flex-direction: column-reverse;
    padding-block: 0;
  }
  .p-tryoutMv__embedContent {
    width: 100%;
    padding-top: 2.5641025641vw;
    padding-inline: 4.1025641026vw;
    padding-bottom: 5.641025641vw;
  }
  .p-tryoutMv__embedContent h3 {
    flex-direction: column;
    gap: 1.2820512821vw;
    align-items: center;
  }
  .p-tryoutMv__embedContent h3 img {
    width: 31.7948717949vw;
  }
  .p-tryoutMv__embedContent h3 span {
    font-size: 4.1025641026vw;
  }
  .p-tryoutMv__embedContent ul {
    margin-top: 3.8461538462vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-tryoutMv__embedContent ul li {
    font-size: 3.5897435897vw;
    padding-left: 4.6153846154vw;
  }
  .p-tryoutMv__embedContent ul li:not(:first-child) {
    margin-top: 3.0769230769vw;
  }
  .p-tryoutMv__embedContent ul li::before {
    width: 3.0769230769vw;
  }
  .p-tryoutMv__embedImage {
    width: 75.641025641vw;
    margin-inline: auto;
  }
  .p-tryoutMv__shareTitle img {
    width: 44.1025641026vw;
  }
  .p-tryoutMv__shareTitle--2 {
    margin-top: 11.2820512821vw;
  }
  .p-tryoutMv__social {
    gap: 3.0769230769vw;
    margin-top: 9.2307692308vw;
  }
  .p-tryoutMv__social .c-btn_img {
    width: 24.1025641026vw;
    height: 8.2051282051vw;
  }
  .p-tryoutMv__backBtn {
    margin-top: 6.4102564103vw;
    flex-direction: column;
    align-items: center;
    gap: 2.5641025641vw;
  }
  .p-tryoutMv__backBtn .c-btn_img {
    width: 45.3846153846vw;
    height: 10.2564102564vw;
  }
  .p-tryoutMv__backBtn--2 .c-btn_img {
    width: 51.2820512821vw;
    height: 10.2564102564vw;
  }
  .p-tryoutMv__copy {
    font-size: 1.5384615385vw;
    margin-top: 10.7692307692vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__bnrs img:hover {
    opacity: 0.4;
  }
  .l-footer__logos a:hover {
    opacity: 0.8;
  }
  .m-tab__head button:hover {
    background-image: url(../img/top/btn_tab_hover.svg);
  }
  .c-btn_img:hover img:nth-child(1) {
    display: none;
  }
  .c-btn_img:hover img:nth-child(2) {
    display: block;
  }
  .c-btn_img:active img:nth-child(1), .c-btn_img:active img:nth-child(2) {
    display: none;
  }
  .c-btn_img:active img:nth-child(3) {
    display: block;
  }
  .c-hover_underline:hover::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ff0077;
    position: absolute;
    left: 0;
    bottom: -8px;
  }
  .c-modal__content .swiper-button-prev:hover,
  .c-modal__content .swiper-button-next:hover {
    background-image: url(../img/top/btn_right_hover.svg);
  }
  .c-modal__close:hover {
    background-image: url(../img/top/btn_close_hover.svg);
  }
  .p-topFrame__cta li:first-child a:hover {
    background-color: #fec7ed;
  }
  .p-topFrame__cta li:nth-child(2) a:hover {
    background-color: #9afff3;
  }
  .p-topFrame__socialsItem a:hover img,
  .p-topFrame__socialsItem button:hover img {
    opacity: 0.4;
  }
  .p-topLead__modalOpen:hover .-icon img:nth-child(1) {
    display: none;
  }
  .p-topLead__modalOpen:hover .-icon img:nth-child(2) {
    display: block;
  }
  .p-topChara .swiper .swiper-button-prev:hover,
  .p-topChara .swiper .swiper-button-next:hover {
    background-image: url(../img/top/btn_right_hover.svg);
  }
}
@media print, screen and (min-width: 992px) {
  .p-topMv__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 2.9166666667vw;
  }
  .p-topMv__content {
    margin: 3.4722222222vw 0 0;
  }
  .p-tryoutMv__embedContainer:not(.p-tryoutMv__embedContainer--lessPadding) {
    display: flex;
    gap: 0 2.7083333333vw;
    align-items: flex-start;
  }
  .p-tryoutMv__embedIframe {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1220px) {
  .p-tryoutMv__embedContainer {
    padding: 2.7777777778vw 4.1666666667vw;
  }
}
@media print, screen and (min-width: 1221px) {
  .p-tryoutMv__embedBox {
    left: 8.0555555556vw;
  }
}
@media screen and (max-width: 991px) {
  .p-tryoutMv__embedBox {
    width: 100%;
  }
  .p-tryoutMv__embedIframe {
    position: static;
    width: 100%;
    margin-top: 0.8333333333vw;
    max-width: 550px;
    margin-inline: auto;
  }
}