@charset "UTF-8"; /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  outline-offset: -2px;
}

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

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

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', メイリオ, meiryo, sans-serif;
  font-weight: 500;
}

:root {
  --swiper-theme-color: #ffe959;
}

.lp-section {
  margin-bottom: 5rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp-section {
    margin-bottom: 3rem;
  }
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/top-bg.png) no-repeat center / cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.menu-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  z-index: 10;
}

.menu-icon span {
  display: block;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.header-nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0.9);
  width: 100vw;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.header-nav ul {
  max-height: 798px;
  margin: auto;
  padding: 4%;
}

.header-nav li {
  max-width: 1200px;
  margin: 0 auto;
}

.header-nav a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.5em;
}

.header-nav li a:hover {
  background-color: #555;
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 8px);
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -8px);
}

.header-nav.active {
  transform: translateX(0);
}

.main-visual {
  position: relative;
  background: url(../img/pc/mv.png) no-repeat center / cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .main-visual {
    background: url(../img/sp/mv.png) no-repeat center / cover;
  }
}

.main-visual__logo {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .main-visual__logo {
    width: 70vw;
  }
}

.main-visual__logo img {
  display: block;
  width: 100%;
}

.main-visual__copy {
  position: absolute;
  top: 5%;
  left: 0;
  min-width: 220px;
  width: 20vw;
}
@media screen and (max-width: 768px) {
  .main-visual__copy {
    width: 100%;
    max-width: 375px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main-visual__copy img {
  display: block;
  width: 100%;
}

.section-title {
  width: 70vw;
  max-width: 375px;
  margin-right: auto;
}

.section-title img {
  display: block;
  width: 100%;
}

.about__container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.about__swiper {
  margin-bottom: 1em;
}

.about__swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.6;
  transform: scale(0.8) !important;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .about__swiper-slide {
    width: 262px;
  }
}
.about__swiper-slide img {
  display: block;
  width: 100%;
}

.about__swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  top: 44%;
}
.swiper-button-next {
  right: 30%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 5%;
  }
}
.swiper-button-prev {
  left: 30%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 5%;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  background-size: cover;
  width: 30px;
  height: 30px;
}

.swiper-button-next::after {
  background-image: url(../img/arrow_right.png);
}
.swiper-button-prev::after {
  background-image: url(../img/arrow_left.png);
}

.swiper-pagination {
  position: static;
}

.about__text {
  margin-inline: auto;
  max-width: 768px;
  width: 80vw;
  border-radius: 0.3rem;
  z-index: 10;
  background-color: rgb(0 0 0 / 0.75);
  margin-bottom: 1em;
}
.about__text p {
  color: #fff;
  display: block;
  padding: 3%;
}

.character__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .character__inner {
    margin-bottom: 87px;
  }
}

.character__description {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1119px) {
  .character__description {
    top: auto;
    bottom: -87px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.character-description__inner {
  position: relative;
  aspect-ratio: 353 / 172;
  width: 571px;
  background: url(../img/character_desc_bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .character-description__inner {
    width: 300px;
    height: auto;
    margin-inline: auto;
  }
}

.character__name {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 80vw;
}
@media screen and (max-width: 1119px) {
  .character__name {
    max-width: 300px;
  }
}
.character__name img {
  display: block;
  width: 100%;
}

.character__text {
  width: 100%;
  padding: 3rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .character__text {
    font-size: 0.7rem;
    padding: 2.5rem 1.5rem;
  }
  
}

.character__img {
  margin-left: auto;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 1119px) {
  .character__img {
    margin-inline: auto;
  }
}
.character__img img {
  display: block;
  width: 100%;
}

.character-nav {
  max-width: 1200px;
  z-index: 1;
  margin-inline: auto;
  background-color: rgb(255 255 255 / 0.75);
  padding: 3em 2em;
}
@media screen and (max-width: 768px) {
  .character-nav {
    padding: 1.5rem 1rem;
  }
}

.character-nav__select-box--swiper {
  display: none;
}
@media screen and (max-width: 768px) {
  .character-nav__select-box {
    display: none;
  }

  .character-nav__select-box--swiper {
    display: block;
  }
}

.character-nav__select-box ul {
  --columns: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.character-nav__select-box li {
  width: calc(100% / var(--columns) - 15px);
}

.character-nav__select-box img {
  display: block;
  width: 100%;
}

.character-nav__swiper-slide ul {
  --columns: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 1rem;
}
.character-nav__swiper-slide ul li {
  width: calc(100% / var(--columns) - 4px);
}
.character-nav__swiper-slide ul li a,
.character-nav__swiper-slide ul li img {
  display: block;
  width: 100%;
}

.campaign__container {
  max-width: 1180px;
  margin-inline: auto;
  width: 95vw;
}

.campaign__img img {
  display: block;
  width: 100%;
}

.sns__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2f6aff;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sns__title {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.sns__container {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sns__container {
    max-width: 400px;
  }
}

.sns__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.sns-list__item {
  flex: 1;
  height: 240px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 30%);
}
@media screen and (max-width: 768px) {
  .sns-list__item {
    height: 120px;
  }
}

.sns-list-item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sns-list-item__logo {
  width: 90px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sns-list-item__logo {
    width: 40px;
  }
}

.sns-list-item__logo img {
  display: block;
  width: 100%;
}

.sns-list-item__text {
  margin-top: 1rem;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sns-list-item__text {
    font-size: 0.7rem;
  }
}

.footer__container {
  background-color: #fffdf4;
  padding: 2em 0;
}

.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 100px;
}

.footer__logo {
  /* max-width: 365px;
  width: 40vw; */
  display: flex;
  align-items: center;
  flex: 0 0 calc((100%) / 2);
}
.footer__logo img {
  display: block;
  width: 100%;
}

.footer__link-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  height: fit-content;
  flex: 0 0 calc((100%) / 2);
}
@media screen and (max-width: 768px) {
  .footer__link-list {
    max-width: 50vw;
    gap: 0.5rem;
  }
}

.footer__link-list a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__link-list a {
    font-size: 0.7rem;
  }
}

.footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}

.footer__company-info {
  width: 100%;
  text-align: center;
}
.company-info__name {
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .company-info__name {
    font-size: 1.4rem;
  }  
}
.company-info__address {
  font-size: 0.7rem;
}

.footer__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/footer_bg.png) no-repeat center / cover;
  z-index: 999;
  padding: 5px 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(88px);
}
.footer__fixed.visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.footer__store-list {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-inline: 60px;
}
.footer-store-list__item {
  display: flex;
  align-items: center;
}
.footer-store-list__item--app {
  width: 170px;
}
.footer-store-list__item--play {
  width: 200px;
}
.footer-store-list__item a,
.footer-store-list__item img {
  display: block;
  width: 100%;
}

.footer__top-btn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .footer__top-btn {
    width: 50px;
    height: 50px;
  }
}
.footer__top-btn img {
  display: block;
  width: 100%;
}

.fadeIn,
.fadeIn--short,
.fadeIn--delay-0_5s,
.fadeIn--delay-1s,
.fadeIn--delay-1_5s,
.fadeIn--delay-2s {
  opacity: 0;
}

.fadeIn {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInContents;
}

.fadeIn--short {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fadeInContents;
}

.fadeIn--delay-0_5s {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeInContents;
}

.fadeIn--delay-1s {
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInContents;
}

.fadeIn--delay-1_5s {
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadeInContents;
}

.fadeIn--delay-2s {
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-name: fadeInContents;
}

@keyframes fadeInContents {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.is-hidden {
  opacity: 0 !important;
}

.simple-header {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgb(0 0 0 / 0.8);
  padding: 3rem 0;
  margin-bottom: 1rem;
}

.privacy, .uet {
  padding-inline: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.privacy section, .uet section {
  margin-bottom: 1rem;
}
.privacy h2, .uet h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.privacy a, .uet a {
  text-decoration: underline;
}
.privacy li li, .privacy li p {
  padding-left: 1rem;
}
.uet .table__wrapper {
  overflow-x: scroll;
}

.uet table {
  position: relative;
  width: 1740px;
  margin-inline: auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.uet th, .uet td {
  border: 1px solid #aeaeae;
  padding: 0.5rem;
}
.uet th {
  background-color: rgb(100 100 100 / 0.8) ;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.uet tr {
  background-color: rgb(245 245 245 / 0.8);
}
.uet tr:nth-child(2n) {
  background-color: rgb(255 255 255 / 0.8);
}
.uet td {
  font-size: 0.8rem;
}

.uet li {
  list-style: inside;
}

.disable {
  filter: grayscale(100%);
  opacity: 0.5;
}

.disable a {
  pointer-events: none;
}