*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1179px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1180 * 100vw);
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: calc(16 / 750 * 100vw);
  }
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  overflow: clip;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
  }
}

.l-section {
  position: relative;
}
.l-section::after {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 50%;
  translate: -50%;
  width: 135rem;
  height: 6.3125rem;
  background: url(../img/line.png) no-repeat center center/cover;
}
@media (min-width: 2160px) {
  .l-section::after {
    width: 100%;
    height: auto;
    aspect-ratio: 2160/101;
  }
}

.l-section__inner {
  position: relative;
  z-index: 2;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    display: none;
  }
}

.p-header__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.875rem;
}
.p-header__list li {
  width: 15.625rem;
  height: auto;
}
.p-header__list a {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__list a:hover {
    opacity: 0.7;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 1.25rem;
  right: 1.25rem;
  width: 5.125rem;
  height: 4.8125rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 1.875rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -1.875rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 31.875rem;
  height: fit-content;
  background: url(../img/drawer_bg.png) no-repeat center center/cover;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 7.5rem 3.75rem;
  padding-inline: 5.625rem 5rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.625rem;
}

.p-footer {
  padding-block: 3.125rem 8.75rem;
  background: #5775a1;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 3.3333333333vw 20vw;
  }
}

.p-footer__head {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__head {
    column-gap: 2.1333333333vw;
  }
}

.p-footer__icon {
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__icon {
    width: 10.6666666667vw;
  }
}

.p-footer__head-text {
  font-size: 0.9rem;
  line-height: 1.6131944444;
}
@media screen and (max-width: 767px) {
  .p-footer__head-text {
    font-size: 1.664vw;
  }
}

.p-footer__sns {
  margin-block: 0.9375rem;
  display: block;
  width: 13.125rem;
  margin-inline: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    margin-block: 2.6666666667vw;
    width: 30vw;
  }
}
@media (any-hover: hover) {
  .p-footer__sns:hover {
    opacity: 0.7;
  }
}

.p-footer__bottom {
  margin-block-start: 1.75rem;
  margin-inline: auto;
  display: grid;
  align-items: center;
  width: fit-content;
  grid-template-columns: 11.875rem auto 8.125rem;
  column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-block-start: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.875rem;
    column-gap: 5.3333333333vw;
    grid-template-areas: "list list" "narukonaru poppin";
  }
  .p-footer__bottom .p-footer__narukonaru {
    grid-area: narukonaru;
    width: 18.6666666667vw;
    margin-inline-start: auto;
  }
  .p-footer__bottom .p-footer__poppin {
    grid-area: poppin;
    width: 9.6vw;
  }
  .p-footer__bottom .p-footer__list {
    grid-area: list;
  }
}

.p-footer__narukonaru,
.p-footer__poppin {
  height: auto;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__narukonaru:hover,
  .p-footer__poppin:hover {
    opacity: 0.7;
  }
}

.p-footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    column-gap: 3.2vw;
  }
}
.p-footer__list li a {
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__list li a {
    font-size: 2.6666666667vw;
  }
}

.p-footer__copyright {
  margin-block-start: 0.9375rem;
  text-align: center;
  font-size: 0.7875rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-block-start: 3.2vw;
  }
}

.p-fv {
  width: 100%;
  height: auto;
  aspect-ratio: 1446/1080;
  position: relative;
  max-height: min(75vw, 1080px);
}
@media screen and (max-width: 767px) {
  .p-fv {
    aspect-ratio: 750/1200;
    max-height: unset;
    overflow: hidden;
  }
}

.p-fv__bg {
  position: absolute;
  inset: 0;
}
.p-fv__bg img {
  object-fit: cover;
}

.p-fv__chara {
  position: absolute;
  top: min(5.5555555556vw, 80px);
  left: 50%;
  translate: -50%;
  width: min(87.2222222222vw, 1256px);
  height: auto;
  animation: 1s 0.2s ease forwards charaFadeIn;
  opacity: 0;
  scale: 0.8;
}
@media screen and (max-width: 767px) {
  .p-fv__chara {
    top: 8vw;
    width: 100vw;
  }
}
@keyframes charaFadeIn {
  0% {
    opacity: 0;
    scale: 0.8;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

.p-fv__title {
  position: absolute;
  top: min(26.0416666667vw, 375px);
  left: 50%;
  translate: -50%;
  width: min(30.5555555556vw, 440px);
  height: auto;
  opacity: 0;
  translate: -50% 40px;
  animation: 0.6s 0.7s ease forwards titleFadeIn;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    top: 77.3333333333vw;
    width: 56vw;
  }
}
@keyframes titleFadeIn {
  0% {
    opacity: 0;
    translate: -50% 40px;
  }
  100% {
    opacity: 1;
    translate: -50% 0;
  }
}

.p-fv__download {
  position: absolute;
  bottom: min(9.8611111111vw, 142px);
  left: 50%;
  translate: -50%;
  width: min(49.5138888889vw, 713px);
  height: auto;
  padding: min(1.3888888889vw, 20px) min(4.1666666667vw, 60px);
  background: url(../img/box_bg.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(1.3888888889vw, 20px);
  opacity: 0;
  translate: -50% 40px;
  animation: 0.4s 0.9s ease forwards titleFadeIn;
}
@media screen and (max-width: 767px) {
  .p-fv__download {
    bottom: 10.6666666667vw;
    width: 85.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
@keyframes titleFadeIn {
  0% {
    opacity: 0;
    translate: -50% 40px;
  }
  100% {
    opacity: 1;
    translate: -50% 0;
  }
}

.p-fv__download-icon {
  width: min(20.2083333333vw, 291px);
  height: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-fv__download-icon {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-fv__download-icon:hover {
    opacity: 0.7;
  }
}

.p-system {
  padding-block: 6.25rem 8.75rem;
  background: url(../img/system_bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-system {
    padding-block: 3.4375rem 6.25rem;
    background: url(../img/system_bg_sp.png) no-repeat center center/cover;
  }
}

.p-system__cloud {
  position: absolute;
  top: 10rem;
  left: 50%;
  translate: -50%;
  width: 110.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-system__cloud {
    top: 14.6666666667vw;
    width: 100vw;
  }
}

.p-system__head {
  position: absolute;
  top: -11.3125rem;
  left: 50%;
  translate: -50%;
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-system__head {
    top: -14.6666666667vw;
    width: 82.6666666667vw;
  }
}

.p-system__swiper-container {
  margin-inline-start: -2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__swiper-container {
    margin-inline-start: -1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-system__swiper {
    margin-inline-start: -1.25rem;
  }
}

.p-system__pagination {
  margin-block-start: 2.5rem;
  margin-inline-start: 1.25rem;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 0.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system__pagination {
    margin-inline-start: 0rem;
    margin-block-start: 2rem;
  }
}
.p-system__pagination img {
  width: 17.1875rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-system__pagination img {
    width: 24vw;
  }
}
@media (any-hover: hover) {
  .p-system__pagination img:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-chara {
  padding-block: 7.5rem 10rem;
  background: url(../img/chara_bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-chara {
    padding-block: 4.375rem 5rem;
    background: url(../img/chara_bg_sp.png) no-repeat center center/cover;
  }
}

.p-chara__head {
  position: absolute;
  top: -11.3125rem;
  left: 50%;
  translate: -50%;
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-chara__head {
    top: -16vw;
    width: 82.6666666667vw;
  }
}

.p-chara__intro {
  width: 60rem;
  height: auto;
  aspect-ratio: 960/530;
  background: #d9d9d9;
  margin-inline: auto;
  margin-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-chara__intro {
    width: 81.3333333333vw;
    margin-block-end: 5.3333333333vw;
  }
}

.p-chara__heading {
  width: 33.5625rem;
  height: auto;
  margin-inline: auto;
  margin-block: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-chara__heading {
    margin-block: 2.6666666667vw;
    width: 45.3333333333vw;
  }
}

.p-chara__swiper {
  width: 49rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-chara__swiper {
    width: 74vw;
  }
}

.p-chara__pagination {
  margin-block-start: 2.5rem;
  width: 58.125rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-chara__pagination {
    margin-block-start: 2.6666666667vw;
    width: 78.6666666667vw;
    column-gap: 1.3333333333vw;
  }
}
.p-chara__pagination img {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-chara__pagination img:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-chara__1 {
  position: absolute;
  top: -3.75rem;
  right: -5.625rem;
  width: 16.625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-chara__1 {
    top: -4.5333333333vw;
    right: -8vw;
    width: 24vw;
  }
}

.p-chara__2 {
  position: absolute;
  bottom: 4.375rem;
  left: -8.75rem;
  width: 18rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-chara__2 {
    bottom: 5.3333333333vw;
    left: -14vw;
    width: 24vw;
  }
}

.p-chara__swiper-container {
  position: relative;
}
.p-chara__swiper-container .swiper-button-prev,
.p-chara__swiper-container .swiper-button-next,
.p-chara__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-chara__swiper-container .swiper-button-prev::after,
.p-chara__swiper-container .swiper-button-next::after {
  content: "";
}
.p-chara__swiper-container .swiper-button-prev,
.p-chara__swiper-container .swiper-button-next {
  width: 5.4375rem;
  height: auto;
  top: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-chara__swiper-container .swiper-button-prev,
  .p-chara__swiper-container .swiper-button-next {
    width: 7.3333333333vw;
    top: 24.9333333333vw;
  }
}
.p-chara__swiper-container .swiper-button-prev {
  left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-chara__swiper-container .swiper-button-prev {
    left: 4vw;
  }
}
.p-chara__swiper-container .swiper-button-next {
  right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-chara__swiper-container .swiper-button-next {
    right: 4vw;
  }
}

.p-story {
  padding-block: 15rem 17.5rem;
  background: url(../img/story_bg.webp) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-story {
    padding-block: 10rem 11.25rem;
    background: url(../img/story_bg_sp.webp) no-repeat center center/cover;
  }
}

.p-story__head {
  position: absolute;
  top: -20.0625rem;
  left: 50%;
  translate: -50%;
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-story__head {
    top: -29.3333333333vw;
    width: 82.6666666667vw;
  }
}

.p-story__chara1 {
  position: absolute;
  top: -3.875rem;
  left: 1.875rem;
  width: 9.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-story__chara1 {
    top: -8vw;
    left: 4vw;
    width: 14vw;
  }
}

.p-story__chara2 {
  position: absolute;
  bottom: -12.5rem;
  right: -0.625rem;
  width: 19.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-story__chara2 {
    bottom: -16.8vw;
    right: 1.3333333333vw;
    width: 25.3333333333vw;
  }
}

.p-story__text {
  width: 41rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-story__text {
    width: 56vw;
  }
}

.p-sns {
  padding-block: 10rem 11.25rem;
  background: url(../img/sns_bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sns {
    padding-block: 5.625rem 6.25rem;
    background: url(../img/sns_bg_sp.png) no-repeat center center/cover;
  }
}

.p-sns__head {
  position: absolute;
  top: -15.0625rem;
  left: 50%;
  translate: -50%;
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sns__head {
    top: -18.6666666667vw;
    width: 82.6666666667vw;
  }
}

.p-sns__icon {
  display: block;
  width: 22.875rem;
  margin-inline: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-sns__icon {
    width: 30vw;
  }
}
@media (any-hover: hover) {
  .p-sns__icon:hover {
    opacity: 0.7;
  }
}

.p-sns__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 135rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sns__bottom {
    width: 100%;
  }
}

.p-download {
  position: fixed;
  z-index: 100;
  bottom: 1.25rem;
  left: 50%;
  translate: -50%;
  width: min(41.6666666667vw, 600px);
  height: auto;
  padding: min(0.8333333333vw, 12px) min(2.7777777778vw, 40px);
  background: url(../img/box_bg.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(1.3888888889vw, 20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-download {
    bottom: 2.6666666667vw;
    width: 74.6666666667vw;
    padding: 1.6vw 2.6666666667vw;
  }
}
.p-download.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-download-icon {
  width: min(20.2083333333vw, 291px);
  height: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-download-icon {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-download-icon:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}