body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .fv {
    background: url(../img/background_fv.jpg);
    background-repeat: no-repeat;
    background-size: 96%;
    background-position: 43% 61%;
    padding-top: 36px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    padding-bottom: 88px;
  }
}

.fv_wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv_wrapper {
    display: grid;
    grid-template-columns: 48.7% 43.5%;
    -webkit-column-gap: 7.8%;
       -moz-column-gap: 7.8%;
            column-gap: 7.8%;
    padding-inline: 20px;
    max-width: 1704px;
    margin: 0 auto;
    width: 90%;
  }
}

.fv__title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-inline: 29px 27px;
}
@media screen and (min-width: 768px) {
  .fv__title {
    position: unset;
    bottom: initial;
    left: initial;
    top: 20%;
    padding-inline: initial;
    -webkit-transform: none;
            transform: none;
    text-align: right;
  }
  .fv__title img {
    position: relative;
    top: 23%;
    right: 10px;
    width: 100%;
  }
}

.campaign__head {
  padding: 6px 8px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(244, 173, 255, 0.5)), to(rgba(181, 225, 255, 0.5)));
  background: linear-gradient(to bottom right, rgba(244, 173, 255, 0.5), rgba(181, 225, 255, 0.5));
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .campaign__head {
    padding: 11px 0;
  }
}

.campaign__head-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-inline: 9px;
}
@media screen and (min-width: 768px) {
  .campaign__head-container {
    padding-top: 11px;
    padding-bottom: 11px;
    overflow: hidden;
  }
}
.campaign__head-container::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: dashed 1.5px #a58489;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .campaign__head-container::before {
    border: dashed 2px #a58489;
    border-radius: 10px;
    width: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.campaign__head-container p {
  letter-spacing: 2.7px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding-right: 6px;
}
.campaign__head-container p::after {
  content: "!";
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .campaign__head-container p {
    font-size: 22px;
    letter-spacing: 3.3px;
  }
  .campaign__head-container p::after {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

.campaign__head-link {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .campaign__head-link {
    margin-top: 8px;
    gap: 10px;
  }
}

.campaign__head-item img {
  width: auto;
  display: inline-block;
  height: 11vw;
}
@media screen and (min-width: 768px) {
  .campaign__head-item img {
    height: 50px;
  }
}
.campaign__title {
  margin-top: 28px;
  text-align: center;
}
.campaign__title img {
  width: 322px;
  padding-right: 20px;
}
@media screen and (max-width: 374px) {
  .campaign__title img {
    padding-inline: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .campaign__title {
    margin-top: 44px;
  }
  .campaign__title img {
    padding-right: 0;
    max-width: 457px;
    min-width: 357px;
    width: 100%;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}

.campaign__contents {
  margin-top: 82px;
  background: url(../img/campaign/campaign_background.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .campaign__contents {
    max-width: 690px;
    min-width: 520px;
    width: 90%;
    margin-inline: auto;
    margin-top: 85px;
    margin-bottom: 66px;
  }
}

.campaign__contents-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-inline: 15px 11px;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .campaign__contents-wrapper {
    max-width: 85%;
    padding-top: 60px;
    padding-bottom: 57px;
  }
}

.campaign__contents-title {
  padding-left: 6px;
  margin-right: 22%;
}
.campaign__contents-title img {
  max-width: 248px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campaign__contents-title img {
    max-width: 416px;
  }
}

.campaign__contents-point {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 1px;
  top: -76px;
  z-index: 1;
}
.campaign__contents-point img {
  width: 31%;
}
@media screen and (max-width: 374px) {
  .campaign__contents-point {
    top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .campaign__contents-point {
    right: -9%;
    top: -10%;
  }
  .campaign__contents-point img {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .campaign__contents-point {
    top: -17%;
  }
  .campaign__contents-point img {
    width: 36%;
  }
}

.campaign__contents-itemlist {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .campaign__contents-itemlist {
    margin-top: 45px;
    gap: 12px;
  }
}
.campaign__contents-itemlist img {
  width: 396px;
}
@media screen and (min-width: 768px) {
  .campaign__contents-itemlist img {
    width: 100%;
  }
}
.video {
  padding-top: 29px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .video {
    padding-top: 0;
    padding-bottom: 55px;
  }
}

.video__title {
  text-align: center;
  margin-left: 28px;
}
.video__title img {
  max-width: 139px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .video__title img {
    max-width: 265px;
  }
}

.video__contents {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .video__contents {
    margin-top: 45px;
  }
}

.video__wrapper {
  position: relative;
  padding-bottom: clamp(79px, 20%, 130px);
  max-width: 690px;
  margin-inline: auto;
}

.video__content {
  position: relative;
  padding-right: 13px;
  padding-left: 13px;
  cursor: pointer;
}
.video__content:hover .video__play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.video__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.video__thum {
  position: relative;
}
.video__thum img {
  position: relative;
  z-index: 2;
}
.video__thum::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -6px;
  right: -6px;
  background-color: #eedfff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .video__thum::after {
    bottom: -12px;
    right: -12px;
  }
}

.video__background {
  position: absolute;
  width: 48vw;
  bottom: 0;
  left: -22px;
  max-width: 384px;
}
@media screen and (min-width: 768px) {
  .video__background {
    left: -14%;
  }
}

.video__backgroundText {
  position: absolute;
  width: 42.5vw;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 340px;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s linear, visibility 0.6s linear, z-index 0.6s linear;
  transition: opacity 0.6s linear, visibility 0.6s linear, z-index 0.6s linear;
}
.video-modal.is-open {
  z-index: 500;
  opacity: 1;
  visibility: visible;
}

.video-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.video-modal__iframe-wrap {
  position: relative;
  max-width: 95vw;
  width: 950px;
  top: -28px;
}

.video-close {
  color: transparent;
  cursor: pointer;
  position: relative;
  width: 56px;
  height: 56px;
  display: block;
  margin-left: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6;
}
.video-close:hover {
  opacity: 1;
}
.video-close::before, .video-close::after {
  position: absolute;
  top: 49%;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
}
.video-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.video-modal__iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  background: #000;
  position: relative;
}
.video-modal__iframe video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.character {
  padding-top: 33px;
  padding-bottom: 45px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(245, 114, 149, 0.9)), to(rgba(245, 149, 152, 0.9)));
  background: linear-gradient(to bottom right, rgba(245, 114, 149, 0.9), rgba(245, 149, 152, 0.9));
}
@media screen and (min-width: 768px) {
  .character {
    padding-top: 66px;
    padding-bottom: 55px;
  }
}
.character.is-active2 {
  background: #000;
}
.character__title {
  text-align: center;
}
.character__title img {
  width: 230px;
  margin-left: 23px;
}
@media screen and (max-width: 374px) {
  .character__title img {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .character__title img {
    margin-left: 0;
    width: 395px;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

.character__slide-item {
  position: relative;
  height: 570px;
}
@media screen and (min-width: 768px) {
  .character__slide-item {
    display: grid;
    grid-template-columns: 42.8% 57.2%;
    padding-bottom: 0;
  }
}

.character__slide-img {
  text-align: center;
}
.character-swiper__slide--01 .character__slide-img {
  padding-left: 3px;
  padding-right: 72px;
}
.character__slide-img img {
  max-width: 322px;
  width: 100%;
  max-height: 540px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.character-swiper__slide--02 .character__slide-img img {
  -webkit-transform: scale(0.91);
          transform: scale(0.91);
}
.character-swiper__slide--03 .character__slide-img img {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.character-swiper__slide--04 .character__slide-img img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.character-swiper__slide--06 .character__slide-img img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.character-swiper__slide--07 .character__slide-img img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media screen and (min-width: 768px) {
  .character__slide-img {
    padding-right: 0;
    padding-left: 20%;
  }
  .character-swiper__slide--01 .character__slide-img {
    padding-right: 0;
    padding-left: 0;
  }
  .character__slide-img img {
    max-width: 330px;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .character-swiper__slide--01 .character__slide-img {
    padding-left: 20%;
  }
}

.character__slide-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 239px;
}
@media screen and (max-width: 374px) {
  .character__slide-text {
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .character__slide-text {
    position: inherit;
    margin-top: 22%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .character__slide-text {
    margin-top: 10%;
  }
}

.character__slide-head {
  text-align: center;
  padding-left: 4px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .character__slide-head {
    text-align: left;
  }
}
.character__slide-head p {
  color: #fff;
}
.character__slide-head p:nth-of-type(1) {
  font-weight: 800;
  font-size: 25px;
}
@media screen and (max-width: 374px) {
  .character__slide-head p:nth-of-type(1) {
    font-size: 22px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 768px) {
  .character__slide-head p:nth-of-type(1) {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .character__slide-head p:nth-of-type(1) {
    font-size: clamp(30px, 1.9vw, 37.5px);
  }
}
.character__slide-head p:nth-of-type(2) {
  font-weight: 700;
  font-size: 15px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .character__slide-head p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .character__slide-head p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 13px;
  }
}

.character__text-shadow p {
  text-shadow: 2px 2px 2px #f57d96, -2px 2px 2px #f57d96, 2px -2px 2px #f57d96, -2px -2px 2px #f57d96;
}
.character-swiper__slide--02 .character__text-shadow p {
  text-shadow: 2px 2px 2px #ffb733, -2px 2px 2px #ffb733, 2px -2px 2px #ffb733, -2px -2px 2px #ffb733;
}
.character-swiper__slide--03 .character__text-shadow p {
  text-shadow: 2px 2px 2px #cc8ef2, -2px 2px 2px #cc8ef2, 2px -2px 2px #cc8ef2, -2px -2px 2px #cc8ef2;
}
.character-swiper__slide--04 .character__text-shadow p {
  text-shadow: 2px 2px 2px #746bf5, -2px 2px 2px #746bf5, 2px -2px 2px #746bf5, -2px -2px 2px #746bf5;
}
.character-swiper__slide--05 .character__text-shadow p {
  text-shadow: 2px 2px 2px #f96e6c, -2px 2px 2px #f96e6c, 2px -2px 2px #f96e6c, -2px -2px 2px #f96e6c;
}
.character-swiper__slide--06 .character__text-shadow p {
  text-shadow: 2px 2px 2px #ff9755, -2px 2px 2px #ff9755, 2px -2px 2px #ff9755, -2px -2px 2px #ff9755;
}
.character-swiper__slide--07 .character__text-shadow p {
  text-shadow: 2px 2px 2px #46b6ef, -2px 2px 2px #46b6ef, 2px -2px 2px #46b6ef, -2px -2px 2px #46b6ef;
}
@media screen and (min-width: 768px) {
  .character__text-shadow p {
    text-shadow: none;
  }
}

.character__slide-body {
  max-width: 302px;
  margin: auto;
  margin-top: 21px;
  letter-spacing: -0.6px;
  line-height: 1.6;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .character__slide-body {
    padding-inline: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .character__slide-body {
    font-size: 16px;
    max-width: 80%;
    margin-top: 43px;
    margin-inline: 8px 0px;
    text-shadow: none;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .character__slide-body {
    font-size: 18px;
  }
}

.game {
  padding-top: 48px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .game {
    padding-top: 81px;
    padding-bottom: 151px;
  }
}
.game::before, .game::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.game::before {
  background: url(../img/game/game_star.png) no-repeat center center/contain;
  top: -28px;
  max-width: 355px;
}
.game::after {
  background: url(../img/game/game_star_bottom.png) no-repeat center center/contain;
  bottom: -40px;
  max-width: 340px;
  left: 52%;
}
@media screen and (min-width: 768px) {
  .game::before {
    background: url(../img/game/game_star_pc.png) no-repeat center center/contain;
    max-width: 896px;
    top: 4px;
    height: 430px;
  }
  .game::after {
    background: url(../img/game/game_star_bottom_pc.png) no-repeat center center/contain;
    max-width: 699px;
    bottom: 25px;
    height: 179px;
    left: 50%;
  }
}

.game__title {
  text-align: center;
}
.game__title img {
  width: 151px;
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .game__title img {
    width: 253px;
    margin-left: 0;
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}

.game__text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .game__text {
    margin-top: 28px;
  }
}
.game__text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 374px) {
  .game__text span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .game__text span {
    font-size: 20px;
    line-height: 1.65;
  }
}
.game__text span:last-child::after {
  content: "";
  width: 100%;
  height: 8.5px;
  border-radius: 4.3px;
  background-color: #f4e4ff;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
}

.info {
  background-color: #f4f4f4;
  padding-top: 35px;
  padding-bottom: 45px;
}
@media screen and (max-width: 374px) {
  .info {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .info {
    padding-top: 72px;
    padding-bottom: 61px;
    background: url(../img/background_info.jpg) no-repeat center center/cover;
  }
}

.info__title {
  text-align: center;
}
.info__title img {
  width: 259px;
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .info__title img {
    width: 456px;
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
    margin-left: 0;
  }
}

.info__sns {
  margin-top: 21px;
  max-width: 314px;
  margin-inline: auto;
  height: 510px;
  overflow: scroll;
  scrollbar-width: none;
}
.info__sns::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 374px) {
  .info__sns {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media screen and (min-width: 768px) {
  .info__sns {
    height: 744px;
    margin-top: 45px;
    max-width: 454px;
  }
}

.footer {
  padding-inline: 9px;
  padding-top: 36px;
  padding-bottom: 145px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 249px;
    padding-inline: 70px;
  }
}

.footer__info {
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 38px;
  position: relative;
}
.footer__info::before {
  content: "";
  width: 94vw;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/line.png) repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .footer__info::before {
    height: 6px;
    width: 98vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer__info {
    max-width: none;
    padding-bottom: 92px;
    display: grid;
    grid-template-columns: 57.8% auto;
  }
}

.footer__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 44px;
  }
}

.footer__img-icon {
  margin-top: 19px;
}
.footer__img-icon img {
  width: 116px;
  height: auto;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__img-icon {
    margin-top: 0;
  }
  .footer__img-icon img {
    width: 167.6px;
  }
}

.footer__img-logo img {
  width: 256.5px;
}
@media screen and (min-width: 1024px) {
  .footer__img-logo img {
    width: 371.5px;
  }
}

.footer__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 17px;
  margin-top: 15px;
  margin-left: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.4px;
  color: #a58489;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .footer__text {
    margin-top: auto;
    margin-bottom: 35px;
    padding-right: 0;
    padding-left: 19px;
    font-size: 17px;
    width: 100%;
  }
}
.footer__text table {
  border-collapse: collapse;
}
.footer__text .footer__text-th--space {
  letter-spacing: 1.2px;
}

.footer__link {
  margin-top: 27px;
}
@media screen and (min-width: 1024px) {
  .footer__link {
    margin-top: 58px;
  }
}

.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.footer__link-item a {
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #c58be0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer__link-item a {
    font-size: 17px;
  }
}
.footer__link-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c58be0;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.footer__copy {
  text-align: center;
  margin-top: 9px;
}
.footer__copy small {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(165, 132, 137, 0.75);
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    margin-top: 22px;
  }
  .footer__copy small {
    font-size: 11px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 21px;
  height: 36.5px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27.5px;
    height: 48px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 21px;
  height: 36.5px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 27.5px;
    height: 48px;
  }
}

.character__slide {
  margin-top: 30px;
  position: relative;
  max-width: 520px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .character__slide {
    max-width: 1052px;
    width: 90%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .character-swiper__swiper {
    margin-bottom: 60px;
  }
}

.character-swiper__prev {
  left: 9px;
  top: 213px;
}
.character-swiper__prev::after {
  background-image: url(../img/character/arrow_prev.png);
}
@media screen and (min-width: 768px) {
  .character-swiper__prev {
    left: 0;
    top: 44%;
  }
}

.character-swiper__next {
  right: 9px;
  top: 213px;
}
.character-swiper__next::after {
  background-image: url(../img/character/arrow_next.png);
}
@media screen and (min-width: 768px) {
  .character-swiper__next {
    right: 0;
    top: 44%;
  }
}

.character-swiper__pageWrapper {
  max-width: 390px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 374px) {
  .character-swiper__pageWrapper {
    max-width: 222px;
  }
}
@media screen and (min-width: 768px) {
  .character-swiper__pageWrapper {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 10;
    max-width: none;
    width: 100%;
  }
}

.character-swiper__pagination {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  margin-inline: auto;
}
@media screen and (max-width: 374px) {
  .character-swiper__pagination {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}
@media screen and (min-width: 768px) {
  .character-swiper__pagination {
    margin-top: 0;
    margin-left: auto;
    width: 330px !important;
    margin-right: 14%;
  }
}
@media screen and (min-width: 1024px) {
  .character-swiper__pagination {
    margin-top: 0;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 0px;
    max-width: 48.003%;
    min-width: 376px;
    width: 345px !important;
  }
}
.character-swiper__pagination > .swiper-pagination-bullet {
  width: 91px;
  height: 93px;
  opacity: 1;
  -webkit-transition: background 0.3s, opacity 0.4s;
  transition: background 0.3s, opacity 0.4s;
  margin: 0 !important;
}
@media screen and (max-width: 374px) {
  .character-swiper__pagination > .swiper-pagination-bullet {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .character-swiper__pagination > .swiper-pagination-bullet {
    width: 105px;
    height: 105px;
  }
  .character-swiper__pagination > .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-child(n+4) {
  margin-top: -4px !important;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(1) {
  background: url(../img/character/character01_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
  background: url(../img/character/character01_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(2) {
  background: url(../img/character/character02_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background: url(../img/character/character02_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(3) {
  background: url(../img/character/character03_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
  background: url(../img/character/character03_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(4) {
  background: url(../img/character/character04_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active {
  background: url(../img/character/character04_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(5) {
  background: url(../img/character/character05_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(5).swiper-pagination-bullet-active {
  background: url(../img/character/character05_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(6) {
  background: url(../img/character/character06_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(6).swiper-pagination-bullet-active {
  background: url(../img/character/character06_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(7) {
  background: url(../img/character/character07_btn.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet:nth-of-type(7).swiper-pagination-bullet-active {
  background: url(../img/character/character07_btn_active.png) no-repeat center center/cover;
}
.character-swiper__pagination > .swiper-pagination-bullet-active {
  width: 91px;
  height: 93px;
}
@media screen and (max-width: 374px) {
  .character-swiper__pagination > .swiper-pagination-bullet-active {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .character-swiper__pagination > .swiper-pagination-bullet-active {
    width: 105px;
    height: 105px;
  }
  .character-swiper__pagination > .swiper-pagination-bullet-active:hover {
    opacity: 1;
  }
}

.game__slide {
  margin-top: 26px;
  padding-inline: 44px;
  padding-bottom: 31px;
  position: relative;
  max-width: 520px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .game__slide {
    max-width: 900px;
    margin-top: 38px;
    padding-bottom: 40px;
  }
}

.game-swiper__slide {
  text-align: center;
}
.game-swiper__slide img {
  width: 341px;
}
@media screen and (min-width: 768px) {
  .game-swiper__slide img {
    width: 310px;
  }
}

.game-swiper__prev {
  left: 9px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.game-swiper__prev::after {
  background-image: url(../img/game/arrow_prev_game.png);
}
@media screen and (min-width: 768px) {
  .game-swiper__prev {
    left: 48px;
  }
}

.game-swiper__next {
  right: 9px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.game-swiper__next::after {
  background-image: url(../img/game/arrow_next_game.png);
}
@media screen and (min-width: 768px) {
  .game-swiper__next {
    right: 48px;
  }
}

.game-swiper__pagination {
  bottom: -6px !important;
}
@media screen and (min-width: 768px) {
  .game-swiper__pagination {
    bottom: 3px !important;
  }
}

.game-swiper__pagination > .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  background-color: #e6dfe0;
}
.game-swiper__pagination > .swiper-pagination-bullet-active {
  background-color: #c58be0;
}
@media screen and (min-width: 768px) {
  .game-swiper__pagination > .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}