<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #333;
  background-image: url('../images/Diamond-Pattern.png');
  background-position: 0 0;
  background-size: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.game-hero {
  position: relative;
}

.game-image {
  z-index: 1;
  position: relative;
}

.game-nav {
  z-index: 7;
  width: 100%;
  background-image: url('../images/header.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.game-nav.int {
  position: relative;
}

.switch-logo {
  z-index: 5;
  height: 69px;
  position: relative;
}

.other-logos {
  z-index: 4;
  grid-column-gap: 0px;
  background-image: url('../images/Top-Pattern.png');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  margin-left: -18px;
  padding: 12px 30px 12px 41px;
  display: flex;
  position: relative;
  transform: skew(-25deg);
}

.other-logos.interior {
  width: 40%;
  padding: 0 60px 0 30px;
}

.ps-logo {
  width: 120px;
}

.ps-logo.skew {
  width: 100px;
  transform: skew(25deg);
}

.ps-logo.skew.divider {
  width: 110px;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.steam {
  height: 31px;
}

.steam.skew {
  transform: skew(25deg);
}

.coming-soon {
  z-index: 6;
  width: 640px;
  height: 212px;
  background-image: url('../images/Circle.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon-content {
  height: 100%;
  color: #fff;
  text-align: center;
  border-top-left-radius: 2000px;
  border-top-right-radius: 2000px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading {
  text-shadow: 0 0 13px rgba(0, 0, 0, .57);
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 33px;
}

.heading.sm {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 32px;
}

.heading.oit {
  margin-bottom: 14px;
  font-size: 48px;
}

.video-image {
  width: 290px;
}

.footer {
  max-width: 1300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
}

.companies-logos {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.company-logos {
  width: 120px;
}

.company-logos.l {
  width: 140px;
}

.esrb {
  width: 200px;
}

.copyrights {
  color: #000;
  text-align: left;
  flex: 1;
  margin-top: 30px;
  padding-left: 70px;
  font-size: 12px;
  line-height: 1.1;
}

.p {
  margin-bottom: 6px;
}

.p.copyright {
  margin-bottom: 20px;
}

.p.game {
  margin-bottom: 20px;
  line-height: 1.3;
}

.p.game.boxed {
  color: #4249b4;
  font-size: 22px;
}

.video-lightbox-mobile {
  margin-bottom: 32px;
  transition: opacity .2s;
  display: none;
}

.video-lightbox-mobile:hover {
  opacity: .6;
}

.image {
  position: relative;
}

.text-block {
  padding-left: 31px;
  padding-right: 31px;
  font-size: 16px;
}

.link {
  color: #4249b4;
  text-decoration: none;
}

.privacy-banner {
  z-index: 1500;
  color: #fff;
  background-color: #ed1b24;
  align-items: center;
  padding: 25px;
  font-size: 21px;
  line-height: 1.1;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  margin-bottom: 0;
  margin-right: 26px;
}

.button {
  background-color: #4249b4;
  border-radius: 200px;
  flex: none;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.link-2 {
  color: #5d2225;
}

.video-lightbox-mobile-copy {
  margin-bottom: 32px;
  transition: opacity .2s;
  display: none;
}

.video-lightbox-mobile-copy:hover {
  opacity: .6;
}

.video-lightbox-mobile-copy.desktop {
  z-index: 50;
  margin-bottom: 71px;
  margin-right: 43px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.console-link {
  margin-right: 10px;
}

.image-mobile {
  display: none;
  position: relative;
}

.preoroder {
  z-index: 1000;
  width: 136px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-links {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: #fff;
  align-items: center;
  margin-left: 30px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #ffca00;
}

.nav-dot {
  width: 10px;
  height: 10px;
  background-color: #ffca00;
  border-radius: 100px;
  margin-right: 10px;
}

.h-about {
  color: #fff;
  text-align: center;
  background-image: url('../images/Divider-Top.svg'), url('../images/about-bg.webp');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-attachment: scroll, fixed;
  padding-top: 220px;
  padding-bottom: 137px;
  font-size: 20px;
  font-weight: 500;
}

._1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

._1240.l {
  text-align: left;
}

._1240.share {
  justify-content: center;
  align-items: center;
  display: flex;
}

._1240.c {
  text-align: center;
}

._1240.c.t {
  transform: skew(0deg, -3.5deg);
}

._1240.story {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px #4249b4;
  padding-top: 119px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

._1240.story.t {
  transform: skew(0deg, -3.5deg);
}

._1240.characters {
  letter-spacing: -1px;
  flex: 1;
  align-items: center;
  display: flex;
}

._1240.characters.rev {
  flex-direction: row-reverse;
}

.title-image.about {
  max-width: 759px;
}

.title-image.characters {
  max-width: 537px;
}

.p20 {
  margin-bottom: 20px;
  line-height: 1.8;
}

.btn {
  margin-top: 60px;
}

.h-white-divider {
  z-index: 100;
  margin-top: -105px;
  position: relative;
}

.h-white-divider.hp {
  object-fit: cover;
  margin-bottom: 64px;
}

.image-2 {
  z-index: 500;
  position: relative;
}

.h-characters {
  text-align: left;
  background-image: url('../images/Divider-Bottom.svg'), url('../images/bg-deco.webp');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 150px;
  padding-bottom: 301px;
}

.fade-block {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #4249b4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.titles {
  text-align: left;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.h-characters-wrap {
  height: 800px;
  text-align: center;
  position: relative;
}

.h-char-band {
  width: 100%;
  height: 38rem;
  max-height: 380px;
  background-color: #4249b4;
  position: absolute;
  top: 25%;
  transform: skew(0deg, -3.5deg);
}

.h-char-band.hakurei {
  max-height: 430px;
  background-color: #f0675f;
  top: 15%;
}

.h-char-band.sumireko {
  max-height: 430px;
  background-color: #d283cc;
  margin-top: -15px;
  overflow: hidden;
}

.h-char-band.marisa {
  max-height: 430px;
  background-color: #ffdb53;
  transform: skew(0deg, 3.5deg);
}

.h-characters-blocks {
  z-index: 10;
  grid-column-gap: 5%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h-character {
  width: 30%;
  height: 450px;
  background-image: url('../images/chara-block-bg.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  position: relative;
}

.h-character._50 {
  margin-top: 50px;
}

.h-character._100 {
  margin-top: 100px;
}

.chara-color-hover {
  z-index: 1;
  opacity: 0;
  background-color: #764ab0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-chara-image {
  z-index: 2;
  background-image: url('../images/chara01.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-chara-image.marissa {
  background-image: url('../images/chara02.webp');
}

.h-chara-image.sumi {
  background-image: url('../images/chara03.webp');
}

.h-chara-border {
  z-index: 3;
  border: 10px solid rgba(66, 73, 180, .33);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-chara-name {
  z-index: 5;
  transform-origin: 100%;
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4249b4;
  text-shadow: 0 4px 5px #4249b4;
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 19px;
  left: auto;
  right: 38px;
  transform: rotate(90deg);
}

.morew {
  color: #764ab0;
  text-align: center;
  margin-top: 32px;
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.center-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-lower {
  display: flex;
}

.f-wrap {
  border-top: 5px solid #4249b4;
}

.f-top {
  color: #fff;
  background-color: #010101;
  background-image: url('../images/back-bg-deco.webp'), linear-gradient(169deg, #000, #242424 46%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.f-cols {
  display: flex;
}

.f-col.l {
  width: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-col.r {
  flex: 1;
}

.f-follow {
  margin-top: 34px;
  margin-bottom: 29px;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.f-follow-buttons {
  display: flex;
}

.f-follow-btn {
  margin-left: 15px;
  margin-right: 15px;
}

.f-meta {
  padding-left: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.f-meta-row {
  text-align: left;
  line-height: 1.2;
  display: flex;
}

.f-meta-left {
  width: 130px;
  border-right: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-meta-desc {
  text-align: left;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-weight: 400;
}

.f-share {
  color: #4249b4;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
}

.share-text {
  color: #4249b4;
  text-align: center;
  margin-top: 0;
  margin-right: 30px;
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.link-block {
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-logo {
  width: 300px;
}

.nav-logo {
  width: 100px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.th-logo-nav {
  transform: skew(25deg);
}

.gameplay {
  text-align: left;
  background-image: url('../images/Top-angle.svg'), url('../images/bg-deco.webp');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 280px, auto;
  padding-top: 78px;
  padding-bottom: 76px;
}

.game-section-top {
  border-bottom: 5px solid #4249b4;
  margin-top: 68px;
  padding-bottom: 15px;
}

.game-title {
  color: #4249b4;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #4249b4, rgba(118, 74, 176, .77));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 38px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
}

.game-section-content {
  color: #000;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.game-screens {
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.game-screens-link {
  width: 286px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.game-screen-image {
  width: 286px;
  height: 161px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-3 {
  z-index: 1;
  position: relative;
}

.game-section-wrap {
  padding-bottom: 55px;
}

.game-section-wrap.alt {
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.characters-page {
  text-align: left;
  background-image: url('../images/Top-angle.svg'), url('../images/bg-deco.webp');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 280px, auto;
  padding-top: 78px;
  padding-bottom: 76px;
}

.char-story {
  background-image: url('../images/bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.characters-page-copy {
  text-align: left;
  background-image: url('../images/Top-angle.svg'), url('../images/bg-deco.webp');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 280px, auto;
  padding-top: 78px;
  padding-bottom: 76px;
}

.characters-page-copy.story {
  background-image: url('../images/bg-5.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  transform: skew(0deg, 3.5deg);
}

.p-story {
  margin-bottom: 30px;
}

.gradient-title {
  color: #fff;
  text-shadow: 0 0 4px #4249b4;
  background-image: linear-gradient(to right, #4249b4, #764ab0);
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 130px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.8;
  display: inline-block;
  transform: skew(-16deg);
}

.characters-page-copy {
  text-align: left;
  background-image: url('../images/Top-angle.svg'), url('../images/bg-deco.webp');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 280px, auto;
  padding-top: 78px;
  padding-bottom: 76px;
}

.characters-page-copy.section {
  background-image: url('../images/bg-deco.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.also {
  color: #764ab0;
  text-align: center;
  margin-top: 32px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.character-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.character-figure {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.character-figure._2 {
  justify-content: flex-start;
  align-items: center;
}

.character-copy {
  z-index: 5;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  flex: 1;
  margin-top: -55px;
  margin-right: -120px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
}

.character-copy._2 {
  margin-top: 69px;
}

.character-copy._3 {
  margin-top: 69px;
  margin-left: -76px;
  margin-right: 0;
  padding-left: 0;
}

.char-image {
  max-height: 750px;
}

.paragraph-2 {
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 -3px 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 3px 0 3px #fff;
  font-weight: 500;
}

.char-name {
  z-index: 5;
  width: 100%;
  transform-origin: 100%;
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  margin-right: 135px;
  padding-left: 37px;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  transform: rotate(90deg);
}

.char-name._2 {
  width: 100%;
  transform-origin: 0%;
  text-align: center;
  margin-top: 84px;
  margin-left: 109px;
  margin-right: 0;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.char-name._3 {
  bottom: 0%;
}

.soon {
  background-image: linear-gradient(to right, #4249b4, rgba(118, 74, 176, .79));
  margin-top: 51px;
  padding: 5px;
  display: flex;
}

.soon-cols {
  width: 100%;
  background-color: #fff;
  align-items: center;
  padding: 30px;
  display: flex;
}

.soon-art {
  width: 350px;
}

.soon-platforms {
  flex: 1;
  padding-left: 60px;
}

.platform-row {
  width: 50%;
  color: #4249b4;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.platform-row.greyed {
  opacity: .5;
}

.platform-row.ps {
  width: 100%;
  flex: 0 auto;
}

.plat-logo-soon {
  height: 75px;
  margin-bottom: 21px;
}

.plat-logo-soon.ps4 {
  height: 30px;
  border-left: 1px solid #000;
  padding-left: 15px;
}

.plat-logo-soon.ps5 {
  height: 30px;
  border-right: 1px #c7c7c7;
  margin-right: 0;
  padding-right: 15px;
}

.plat-logo-soon.stream {
  height: 45px;
  margin-bottom: 50px;
}

.home-slider {
  width: 80%;
  height: auto;
  background-color: #000;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  font-size: 17px;
  top: auto;
  bottom: -52px;
  left: 0%;
  right: 0%;
}

.slide-content {
  width: 100%;
  height: 100%;
}

.m-nav {
  z-index: 20;
  background-image: url('../images/header-deco_tab.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 650px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 69px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mmenu-icon {
  width: 65px;
  margin-top: 24px;
}

.ps-logos {
  margin-bottom: 10px;
}

.m-menu-wrap {
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg-deco-sp.webp');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.m-nav-top {
  z-index: 20;
  background-image: url('../images/header-deco_tab.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 650px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 15px;
  display: flex;
}

.m-nav-solid {
  width: 100%;
  height: 20px;
  background-color: #3831b0;
}

.m-nav-content {
  text-align: center;
}

.m-nav-logo {
  width: 200px;
  margin-bottom: 25px;
}

.m-nav-link {
  width: 100%;
  color: #fff;
  background-color: #4249b4;
  border-bottom: 3px solid #fff;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-m {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-m:hover, .nav-link-m.w--current {
  color: #ffca00;
}

.platform-blocks {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.available-btn {
  width: 220px;
}

.image-5 {
  display: inline-block;
}

.anchor {
  height: 1px;
}

.characters-grid {
  width: 100%;
  grid-column-gap: 0.571429%;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.image-6 {
  width: 12%;
}

.yellow-text {
  color: #ffca00;
}

.f-manuals {
  align-items: center;
  margin-top: 25px;
  padding-left: 70px;
  display: flex;
}

.f-manuals-text {
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-manual-btn {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
}

.f-manual-btn.mr {
  margin-right: 20px;
}

.f-switch-manual {
  width: 90px;
}

.f-ps-manual {
  width: 70px;
}

@media screen and (max-width: 991px) {
  .game-image {
    height: auto;
    background-image: url('../images/Mobile-Illustration.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .game-nav {
    overflow: hidden;
  }

  .other-logos, .other-logos.interior {
    width: 100%;
  }

  .coming-soon {
    display: none;
  }

  .video-image {
    width: 470px;
  }

  .footer {
    padding-top: 40px;
  }

  .copyrights {
    padding-left: 0;
  }

  .video-lightbox-mobile {
    margin-bottom: 20px;
    display: inline-block;
  }

  .image {
    display: none;
  }

  .video-lightbox-mobile-copy {
    margin-bottom: 20px;
    display: inline-block;
  }

  .video-lightbox-mobile-copy.desktop {
    display: none;
  }

  .image-mobile {
    display: block;
  }

  .nav-links {
    display: none;
  }

  .h-about {
    padding-top: 46px;
    padding-bottom: 189px;
  }

  ._1240.story.t {
    padding-top: 2px;
  }

  ._1240.characters {
    flex-direction: column-reverse;
  }

  ._1240.characters.rev {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 47px;
  }

  ._1240.characters._3 {
    align-items: flex-end;
  }

  .title-image.about {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .titles {
    margin-left: auto;
    margin-right: auto;
  }

  .h-char-band.hakurei {
    max-height: 320px;
  }

  .h-char-band.sumireko {
    max-height: 390px;
    top: 10%;
  }

  .h-char-band.marisa {
    max-height: 330px;
    top: 14%;
  }

  .h-chara-image {
    background-image: url('../images/chara01-sp.webp');
  }

  .h-chara-image.marissa {
    background-image: url('../images/chara02-sp.webp');
  }

  .h-chara-image.sumi {
    background-image: url('../images/chara03-sp.webp');
  }

  .morew {
    font-size: 40px;
  }

  .f-lower {
    flex-direction: column;
  }

  .f-cols {
    flex-direction: column;
    align-items: center;
  }

  .f-logo.w--current {
    margin-bottom: 45px;
  }

  .game-screens {
    flex-wrap: wrap;
  }

  .game-screens-link {
    margin-bottom: 20px;
  }

  .characters-page-copy.story {
    background-image: url('../images/bg_sp.webp');
    background-position: 50% 6%;
  }

  .also {
    font-size: 30px;
  }

  .character-row {
    height: auto;
  }

  .character-figure._2 {
    position: relative;
  }

  .character-copy {
    margin-top: -27px;
    margin-right: 0;
  }

  .character-copy._3 {
    margin-left: 0;
  }

  .char-image {
    max-height: 550px;
  }

  .paragraph-2.marisa {
    margin-top: -61px;
  }

  .char-name {
    margin-bottom: 42px;
    margin-right: 521px;
  }

  .char-name._2 {
    margin-top: -110px;
    margin-left: 509px;
  }

  .char-name._3 {
    margin-right: 471px;
  }

  .soon-cols {
    align-items: flex-start;
  }

  .soon-art {
    width: 310px;
  }

  .soon-platforms {
    padding-left: 40px;
  }

  .platform-row {
    width: 100%;
    font-size: 21px;
  }

  .plat-logo-soon.ps4 {
    height: 20px;
  }

  .plat-logo-soon.ps5 {
    height: 20px;
    margin-right: 0;
  }

  .home-slider {
    width: 100%;
  }

  .m-nav {
    background-position: 100% 0;
    margin-top: 64px;
    display: flex;
  }

  .ps-logos {
    margin-right: 30px;
    display: flex;
  }

  .m-nav-top {
    background-position: 100% 0;
    display: flex;
  }

  .m-nav-link {
    justify-content: center;
    display: flex;
  }

  .nav-link-m {
    width: 200px;
    justify-content: flex-start;
  }

  .link-block-2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .platform-blocks {
    flex-direction: column;
  }

  .characters-grid {
    grid-column-gap: 0.66666%;
  }

  .image-6 {
    width: 16%;
  }
}

@media screen and (max-width: 767px) {
  .game-image {
    height: auto;
    background-image: none;
  }

  .coming-soon, .image {
    display: none;
  }

  .privacy-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    margin-top: 20px;
  }

  .image-mobile {
    display: block;
  }

  .soon-cols {
    flex-direction: column;
    align-items: center;
  }

  .soon-art {
    width: 100%;
    margin-bottom: 33px;
  }

  .soon-platforms {
    text-align: center;
    padding-left: 0;
  }

  .m-nav {
    margin-top: 63px;
  }

  .link-block-2 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .characters-grid {
    grid-column-gap: 1%;
  }

  .image-6 {
    width: 24%;
  }
}

@media screen and (max-width: 479px) {
  .game-image {
    height: auto;
    background-image: none;
  }

  .switch-logo {
    height: 50px;
  }

  .other-logos {
    grid-column-gap: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .other-logos.interior {
    background-position: 0 0;
  }

  .ps-logo.skew {
    width: 70px;
  }

  .ps-logo.skew.divider {
    width: 80px;
  }

  .steam.skew {
    height: 20px;
  }

  .coming-soon {
    width: 100%;
    height: 185px;
    display: none;
  }

  .heading {
    font-size: 33px;
  }

  .video-image {
    width: 80%;
  }

  .text-block {
    font-size: 12px;
  }

  .console-link {
    margin-right: 5px;
  }

  .image-mobile {
    display: block;
  }

  .h-about {
    background-position: 50% 0;
    background-size: auto;
    padding-bottom: 212px;
  }

  ._1240.c.t {
    margin-top: -13px;
    padding-top: 0;
  }

  ._1240.story.t {
    padding-top: 30px;
  }

  ._1240.characters {
    height: 940px;
  }

  ._1240.characters.rev {
    height: 1000px;
  }

  ._1240.characters._3 {
    height: 990px;
    margin-bottom: -26px;
  }

  .title-image.characters {
    max-width: 80%;
  }

  .p20 {
    font-size: 18px;
    line-height: 1.5;
  }

  .btn {
    width: 200px;
    margin-top: 15px;
  }

  .h-white-divider {
    margin-top: -142px;
  }

  .h-characters {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .titles {
    margin-bottom: 2px;
  }

  .h-char-band {
    max-height: 300px;
    top: 19%;
  }

  .h-char-band.hakurei {
    top: 5%;
  }

  .h-char-band.sumireko {
    max-height: 280px;
    top: 9%;
  }

  .h-char-band.marisa {
    max-height: 270px;
    top: 7%;
  }

  .h-character {
    height: 330px;
  }

  .h-chara-image {
    background-position: 50% 0;
  }

  .h-chara-name {
    font-size: 35px;
  }

  .h-chara-name.sum {
    bottom: -7px;
  }

  .h-chara-name.m {
    bottom: 2px;
  }

  .h-chara-name.r {
    bottom: -2px;
  }

  .morew {
    margin-bottom: 20px;
    font-size: 33px;
  }

  .f-top {
    background-position: 100% 100%, 0 0;
    background-size: 910px, auto;
  }

  .f-col.l {
    width: 90%;
  }

  .f-meta {
    padding-left: 0;
    font-size: 15px;
  }

  .f-meta-left {
    width: 80px;
    border-right-style: none;
  }

  .link-block {
    width: 50px;
    margin-bottom: 9px;
  }

  .gameplay {
    background-size: auto 180px, auto;
    padding-bottom: 0;
  }

  .game-title {
    font-size: 27px;
  }

  .characters-page-copy.story {
    background-position: 50% -60px;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 48px;
  }

  .p-story {
    font-size: 19px;
    line-height: 1.6;
  }

  .gradient-title {
    margin-bottom: 25px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 29px;
  }

  .characters-page-copy.section {
    padding-top: 1px;
  }

  .character-row {
    display: block;
    overflow: hidden;
  }

  .character-figure {
    display: flex;
  }

  .character-figure._2 {
    align-items: flex-start;
    display: block;
  }

  .character-copy {
    margin-top: -1px;
    margin-right: 0;
  }

  .character-copy._2 {
    margin-top: 19px;
  }

  .character-copy._3 {
    margin-top: 0;
  }

  .char-image {
    max-height: 550px;
  }

  .char-image.rem {
    max-height: 610px;
    margin-right: -33px;
  }

  .char-image.mari {
    margin-left: -51px;
    display: block;
  }

  .char-image.sumi {
    margin-right: -36px;
    display: block;
  }

  .paragraph-2 {
    font-size: 19px;
  }

  .paragraph-2.marisa {
    margin-top: 0;
  }

  .char-name {
    margin-bottom: 65px;
    margin-right: 265px;
    font-size: 40px;
  }

  .char-name._2 {
    margin-top: -70px;
    margin-bottom: 1px;
    margin-left: 294px;
    display: inline-block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .char-name._3 {
    margin-right: 294px;
  }

  .soon-cols {
    flex-direction: column;
  }

  .soon-art {
    width: 100%;
  }

  .soon-platforms {
    width: 100%;
    padding-left: 0;
  }

  .platform-row {
    flex-direction: column;
    margin-top: 27px;
    margin-bottom: 8px;
  }

  .plat-logo-soon {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .plat-logo-soon.ps4 {
    height: 20px;
  }

  .plat-logo-soon.ps5 {
    height: 20px;
    margin-right: 0;
  }

  .plat-logo-soon.stream {
    margin-bottom: 17px;
  }

  .m-nav {
    background-size: 450px;
    margin-top: 43px;
  }

  .m-nav.int {
    margin-top: 69px;
  }

  .mmenu-icon {
    width: 50px;
    margin-top: 12px;
  }

  .image-4 {
    display: none;
  }

  .ps-logos {
    justify-content: center;
    margin-left: 26px;
    margin-right: 0;
    display: flex;
  }

  .m-nav-top {
    background-size: 450px;
  }

  .m-nav-top.int {
    margin-top: 69px;
  }

  .nav-link-m {
    display: flex;
  }

  .available-btn {
    width: 100%;
  }

  .f-manuals {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .f-manuals-text {
    width: 80px;
    border-right-style: none;
  }
}


</pre></body></html>