.colab .info .info-slider .swiper {
  padding: 0 calc(80 / 750 * 100%);
  margin: 0 auto;
}
.colab .info .info-slider .swiper-button-prev,
.colab .info .info-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .colab .info .info-slider .swiper-button-prev,
  .colab .info .info-slider .swiper-button-next {
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .colab .info .info-slider .swiper-button-prev,
  .colab .info .info-slider .swiper-button-next {
    width: calc(51 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
  }
}
.colab .info .info-slider .swiper-button-prev svg,
.colab .info .info-slider .swiper-button-next svg {
  display: none !important;
}
.colab .info .info-slider .swiper-button-prev {
  left: 4%;
  background-image: url("../images/sp_colab_info_slider_btn-left01.png");
}
.colab .info .info-slider .swiper-button-next {
  right: 4%;
  background-image: url("../images/sp_colab_info_slider_btn-right01.png");
}
.colab .info .info-slider .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .colab .info .info-slider .controls {
    margin: calc(40 / 1920 * 100vw) auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .colab .info .info-slider .controls {
    margin: calc(40 / 750 * 100vw) auto 0;
    width: calc(532 / 750 * 100vw);
  }
}
.colab .info .info-slider .controls .control-prev,
.colab .info .info-slider .controls .control-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .colab .info .info-slider .controls .control-prev,
  .colab .info .info-slider .controls .control-next {
    width: 26px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .colab .info .info-slider .controls .control-prev,
  .colab .info .info-slider .controls .control-next {
    height: calc(28 / 750 * 100vw);
    width: calc(31 / 750 * 100vw);
  }
}
.colab .info .info-slider .controls .control-prev {
  background-image: url("../images/sp_colab_info_slider_btn-left02.png");
}
.colab .info .info-slider .controls .control-next {
  background-image: url("../images/sp_colab_info_slider_btn-right02.png");
}
.colab .info .info-slider .controls .swiper-pagination {
  position: static;
  display: flex;
  width: auto;
}
@media screen and (min-width: 768px) {
  .colab .info .info-slider .controls .swiper-pagination {
    gap: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab .info .info-slider .controls .swiper-pagination {
    gap: calc(24 / 750 * 100vw);
  }
}
.colab .info .info-slider .controls .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-image: url("../images/sp_colab_info_slider_btn-inactive.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .colab .info .info-slider .controls .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .colab .info .info-slider .controls .swiper-pagination .swiper-pagination-bullet {
    height: calc(36 / 750 * 100vw);
    width: calc(38 / 750 * 100vw);
  }
}
.colab .info .info-slider .controls .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../images/sp_colab_info_slider_btn-active.png");
}

.colab .character .character-slider .swiper {
  margin: 0 auto;
  width: calc(640 / 750 * 100%);
}
.colab .character .character-slider .swiper-button-prev,
.colab .character .character-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .colab .character .character-slider .swiper-button-prev,
  .colab .character .character-slider .swiper-button-next {
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .colab .character .character-slider .swiper-button-prev,
  .colab .character .character-slider .swiper-button-next {
    width: calc(51 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
  }
}
.colab .character .character-slider .swiper-button-prev svg,
.colab .character .character-slider .swiper-button-next svg {
  display: none !important;
}
.colab .character .character-slider .swiper-button-prev {
  left: calc(42 / 750 * 100%);
  background-image: url("../images/sp_colab_info_slider_btn-left01.png");
}
.colab .character .character-slider .swiper-button-next {
  right: calc(42 / 750 * 100%);
  background-image: url("../images/sp_colab_info_slider_btn-right01.png");
}
.colab .character .character-slider .controls {
  display: flex;
  background-image: url("../images/sp_colab_character_slider_controls.png");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .colab .character .character-slider .controls {
    margin: -16px auto 0;
    height: 170.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .colab .character .character-slider .controls {
    margin: calc(-24 / 750 * 100vw) auto 0;
    height: calc(256 / 750 * 100vw);
  }
}
.colab .character .character-slider .controls .swiper-pagination {
  position: static;
  display: flex;
}
@media screen and (min-width: 768px) {
  .colab .character .character-slider .controls .swiper-pagination {
    margin: 22.6666666667px auto 0;
    width: 476.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .colab .character .character-slider .controls .swiper-pagination {
    margin: calc(34 / 750 * 100vw) auto 0;
    width: calc(715 / 750 * 100vw);
  }
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  height: auto;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
  cursor: pointer;
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background-image: url("../images/sp_colab_character_slider_icon01-inactive.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-image: url("../images/sp_colab_character_slider_icon01-active.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background-image: url("../images/sp_colab_character_slider_icon02-inactive.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-image: url("../images/sp_colab_character_slider_icon02-active.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background-image: url("../images/sp_colab_character_slider_icon03-inactive.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-image: url("../images/sp_colab_character_slider_icon03-active.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background-image: url("../images/sp_colab_character_slider_icon04-inactive.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-image: url("../images/sp_colab_character_slider_icon04-active.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background-image: url("../images/sp_colab_character_slider_icon05-inactive.png");
}
.colab .character .character-slider .controls .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background-image: url("../images/sp_colab_character_slider_icon05-active.png");
}

.colab .support-card .support-card-slider {
  position: relative;
}
.colab .support-card .support-card-slider .swiper {
  margin: 0 auto;
  width: calc(666 / 750 * 100%);
}
.colab .support-card .support-card-slider .swiper-slide .card-name {
  text-align: center;
  color: #013f8e;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .colab .support-card .support-card-slider .swiper-slide .card-name {
    width: 90%;
    line-height: 1.7em;
    font-size: 1.1em;
    margin: calc(32 / 1920 * 100vw) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .colab .support-card .support-card-slider .swiper-slide .card-name {
    width: calc(600 / 750 * 100%);
    line-height: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
  }
}
.colab .support-card .support-card-slider .swiper-button-prev,
.colab .support-card .support-card-slider .swiper-button-next {
  position: absolute;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .colab .support-card .support-card-slider .swiper-button-prev,
  .colab .support-card .support-card-slider .swiper-button-next {
    width: 31px;
    height: 31px;
    top: calc(50% - (36 / 1920 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .colab .support-card .support-card-slider .swiper-button-prev,
  .colab .support-card .support-card-slider .swiper-button-next {
    top: calc(50% - (36 / 750 * 100vw));
    width: calc(51 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
  }
}
.colab .support-card .support-card-slider .swiper-button-prev svg,
.colab .support-card .support-card-slider .swiper-button-next svg {
  display: none !important;
}
.colab .support-card .support-card-slider .swiper-button-prev {
  left: calc(25 / 750 * 100%);
  background-image: url("../images/sp_colab_info_slider_btn-left01.png");
}
.colab .support-card .support-card-slider .swiper-button-next {
  right: calc(25 / 750 * 100%);
  background-image: url("../images/sp_colab_info_slider_btn-right01.png");
}

.gallery {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin: calc(40 / 1920 * 100vw) auto calc(80 / 1920 * 100vw);
    row-gap: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    margin: calc(40 / 750 * 100vw) auto calc(80 / 750 * 100vw);
    row-gap: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallery-main img {
    width: 446.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-main img {
    width: calc(670 / 750 * 100vw);
  }
}

.gallery-thumbs {
  display: flex;
}
@media screen and (min-width: 768px) {
  .gallery-thumbs {
    -moz-column-gap: calc(16 / 1920 * 100vw);
         column-gap: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .gallery-thumbs {
    -moz-column-gap: calc(16 / 750 * 100vw);
         column-gap: calc(16 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallery-thumb img {
    width: 103.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-thumb img {
    width: calc(155 / 750 * 100vw);
  }
}

.scale-anim {
  animation: floatingScale 2s ease-in-out infinite;
}

.float-anim {
  animation: floatingY 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate-reverse;
}

.u-fadeIn {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
}

.u-fadeIn.is-animStarted {
  animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes floatingScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.975);
  }
}
@keyframes floatingY {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scale-anim,
  .float-anim,
  .u-fadeIn.is-animStarted {
    animation: none !important;
  }
  .u-fadeIn {
    opacity: 1;
    transform: none;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/subset_NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/subset_NotoSansJP-Black.woff2") format("woff2");
}
img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.link-anim {
  animation: floatingScale 1.4s ease-in-out infinite;
}

@media screen and (min-width: 768px) {
  .root-body {
    display: flex;
  }
}
.root-body .aside-left {
  height: 100vh;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  background-image: url("../images/top_bg_pc.jpg");
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100vw - 500px) / 2);
}
.root-body .aside-left .deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  max-width: 550px;
}
.root-body .aside-left .links {
  z-index: 1;
  position: relative;
  width: calc((100vw - 500px) / 2);
  background-image: url("../images/top_bg_play_pc.jpg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8% 0;
  margin: 10% auto 0;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .root-body .aside-left .links {
    display: none;
  }
}
.root-body .aside-left .links .links-content {
  position: relative;
  width: 65%;
  margin: 0 auto;
  max-width: 300px;
}
.root-body .aside-left .links .links-content h3 {
  width: 90%;
  margin-bottom: 5%;
}
.root-body .aside-left .links .links-content .links-items {
  width: 65%;
  max-width: 300px;
  margin: 0 auto;
}
.root-body .aside-left .links .links-content .links-items a {
  display: inline-block;
  margin: 5% 0;
}
.root-body .aside-left .qr {
  width: 80%;
  margin: 5% auto 0;
  max-width: 420px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .root-body .aside-left .qr {
    display: none;
  }
}
.root-body .aside-right {
  height: 100vh;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  background-image: url("../images/top_bg_pc.jpg");
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100vw - 500px) / 2);
}
.root-body .aside-right .banners {
  width: 90%;
  margin: -20% auto 0;
  max-width: 420px;
}
.root-body .aside-right .banners img {
  margin-bottom: 10%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .root-body .aside-right .banners {
    display: none;
  }
}
.root-body .aside-right .deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  max-width: 550px;
}

.container {
  position: relative;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 500px;
  }
}

.kv .play {
  display: flex;
  flex-direction: column;
  background-image: url("../images/top_play_bg.jpg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .kv .play {
    height: 153.3333333333px;
    row-gap: 10.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .kv .play {
    height: calc(230 / 750 * 100vw);
    row-gap: calc(16 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .kv .play .title {
    margin: 0 auto;
    padding: 28px 0 0;
    width: 173.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .kv .play .title {
    margin: 0 auto;
    padding: calc(42 / 750 * 100vw) 0 0;
    width: calc(260 / 750 * 100%);
  }
}
.kv .play .btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .kv .play .btn {
    -moz-column-gap: 10.6666666667px;
         column-gap: 10.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .kv .play .btn {
    -moz-column-gap: calc(16 / 750 * 100vw);
         column-gap: calc(16 / 750 * 100vw);
  }
}
.kv .play .btn .apple {
  width: calc(190 / 750 * 100%);
}
.kv .play .btn .google {
  width: calc(236 / 750 * 100%);
}

.colab-bg {
  background-image: url("../images/sp_colab_bg.jpg");
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .colab-bg {
    background-size: calc(19.1 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab-bg {
    background-size: calc(50 / 750 * 100vw);
  }
}

.colab {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .colab {
    padding-top: calc(80 / 1920 * 100vw);
    row-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .colab {
    padding-top: calc(80 / 750 * 100vw);
    row-gap: calc(120 / 750 * 100vw);
  }
}
.colab .deco {
  position: absolute;
  inset: 0;
  width: calc(304 / 750 * 100%);
  pointer-events: none;
}
.colab .pv {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .colab .pv {
    row-gap: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab .pv {
    row-gap: calc(40 / 750 * 100vw);
  }
}
.colab .pv h2 {
  margin: 0 auto;
  width: calc(552 / 750 * 100%);
}
.colab .pv iframe {
  margin: 0 auto;
  width: calc(710 / 750 * 100%);
  aspect-ratio: 16/9;
}
.colab .info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .colab .info {
    row-gap: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab .info {
    row-gap: calc(40 / 750 * 100vw);
  }
}
.colab .info h2 {
  margin: 0 auto;
  width: calc(479 / 750 * 100%);
  position: relative;
}
.colab .info h2 .deco-heart {
  position: absolute;
  right: -20%;
  top: -15%;
  width: calc(60 / 750 * 100%);
  transform: scale(-1, 1);
}
.colab .info h2 .deco-star {
  position: absolute;
  right: -12%;
  top: -30%;
  width: calc(36 / 750 * 100%);
  transform: rotateZ(45deg);
}
.colab .info .slider-container {
  position: relative;
}
.colab .character {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .colab .character {
    margin: 8% 0;
    row-gap: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab .character {
    margin: 8% 0 4%;
    row-gap: calc(40 / 750 * 100vw);
  }
}
.colab .character h2 {
  margin: 0 auto;
  width: calc(704 / 750 * 100%);
  position: relative;
}
.colab .character h2 .deco-heart {
  position: absolute;
  left: 2%;
  top: -20%;
  width: calc(36 / 750 * 100%);
}
.colab .character h2 .deco-star {
  position: absolute;
  left: 5%;
  top: -64%;
  width: calc(63 / 750 * 100%);
}
.colab .character .slider-container {
  position: relative;
}
.colab .support-card {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .colab .support-card {
    row-gap: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab .support-card {
    row-gap: calc(40 / 750 * 100vw);
  }
}
.colab .support-card h2 {
  margin: 0 auto;
  width: calc(700 / 750 * 100%);
  position: relative;
}
.colab .support-card h2 .deco-heart {
  position: absolute;
  right: -1%;
  top: -40%;
  width: calc(60 / 750 * 100%);
  transform: scale(-1, 1);
}
.colab .support-card h2 .deco-star {
  position: absolute;
  right: 5%;
  top: -64%;
  width: calc(36 / 750 * 100%);
}
.colab .support-card .slider-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .colab .edition {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .colab .edition {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.colab .edition .contents {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .colab .edition .contents {
    row-gap: calc(120 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab .edition .contents {
    row-gap: calc(120 / 750 * 100vw);
  }
}
.colab .edition .contents h3 {
  margin: 0 auto;
  width: calc(710 / 750 * 100%);
  position: relative;
}
.colab .edition .contents h3 .deco-heart-left {
  position: absolute;
  left: 0%;
  top: -4%;
  width: calc(36 / 750 * 100%);
}
.colab .edition .contents h3 .deco-star-left {
  position: absolute;
  left: 3%;
  top: -12%;
  width: calc(63 / 750 * 100%);
}
.colab .edition .contents h3 .deco-heart-right {
  position: absolute;
  right: 0%;
  top: -10%;
  width: calc(60 / 750 * 100%);
  transform: scale(-1, 1);
}
.colab .edition .contents h3 .deco-star-right {
  position: absolute;
  right: 6%;
  top: -15%;
  width: calc(36 / 750 * 100%);
  transform: rotateZ(45deg);
}

.colab-other {
  position: relative;
}
@media screen and (min-width: 768px) {
  .colab-other {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .colab-other {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.colab-other h2 {
  width: calc(674 / 750 * 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .colab-other h2 {
    margin: 0 auto calc(25 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .colab-other h2 {
    margin: 0 auto calc(65 / 750 * 100vw);
  }
}
.colab-other h2 .deco-heart {
  position: absolute;
  left: -2%;
  top: -20%;
  width: calc(36 / 750 * 100%);
}
.colab-other h2 .deco-star {
  position: absolute;
  left: 1%;
  top: -64%;
  width: calc(63 / 750 * 100%);
}
.colab-other .colab-other-card-list {
  margin: 0 auto;
  background-image: url("../images/top_bg_pattern.jpg");
  background-repeat: repeat;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .colab-other .colab-other-card-list {
    background-size: calc(76 / 750 * 100vw);
    padding: calc(56 / 750 * 100%) calc(24 / 750 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .colab-other .colab-other-card-list {
    background-size: calc(200 / 750 * 100vw);
    padding: calc(56 / 750 * 100%) calc(24 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .colab-other .colab-other-card-list .colab-other-card {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .colab-other .colab-other-card-list .colab-other-card {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.colab-other .colab-other-card-list .text-field {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #013f8e;
}
@media screen and (min-width: 768px) {
  .colab-other .colab-other-card-list .text-field {
    row-gap: calc(20 / 750 * 100vw);
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .colab-other .colab-other-card-list .text-field {
    row-gap: calc(40 / 750 * 100vw);
    font-size: calc(12 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .colab-other .colab-other-card-list .text-field .supplement {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .colab-other .colab-other-card-list .text-field .supplement {
    line-height: calc(16 / 750 * 100vw);
  }
}
.colab-other .colab-other-card-list .text-field .copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .colab-other .colab-other-card-list .text-field .copyright {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .colab-other .colab-other-card-list .text-field .copyright {
    line-height: calc(16 / 750 * 100vw);
  }
}

.popup-open-btn {
  position: fixed;
  z-index: 900;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup-open-btn {
    width: 4%;
    max-width: 50px;
    top: 2%;
    right: calc((100vw - 500px) / 2 + 1.5%);
  }
}
@media screen and (max-width: 767px) {
  .popup-open-btn {
    width: 10%;
    top: 1%;
    right: 3%;
  }
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .popup-content {
    width: 100%;
    max-width: 500px;
    min-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .popup-content {
    max-width: 450px;
    width: 92%;
    margin: 10px 0;
  }
}
.popup-board {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popup-board {
    padding: 20px 0;
  }
}
.popup-close {
  position: absolute;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup-close {
    top: -1.5%;
    right: -2.6%;
    width: 12%;
    max-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .popup-close {
    top: 0;
    right: -3%;
    width: 14%;
  }
}
.popup-menus {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  width: 64%;
  padding-left: 4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .popup-menus {
    row-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .popup-menus {
    row-gap: 3%;
  }
}
.popup-menus img {
  width: 100%;
  pointer-events: auto;
}

.follow-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.follow-banner .banner-download-badge-img {
  width: 20%;
  position: absolute;
  top: 48%;
  right: 5%;
  cursor: pointer;
}

.campaign {
  background-color: #345cdf;
  position: relative;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.campaign .deco {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 66%;
}
.campaign h2 {
  margin: auto;
  width: calc(403 / 750 * 100%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .campaign h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .campaign h2 {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.campaign .campaign-card {
  background-image: url("../images/top_campaign_card.jpg");
  background-repeat: no-repeat;
  width: calc(670 / 750 * 100%);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-card {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-card {
    padding: 0 calc(25 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.campaign .campaign-card h3 {
  color: white;
  font-weight: 900;
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-card h3 {
    font-size: 1.15em;
    padding: 30px 0 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-card h3 {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(45 / 750 * 100vw);
    padding-left: 35px;
  }
}
.campaign .campaign-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background-color: #14ff03;
}
.campaign .campaign-card h3 .campaign-card-supplement {
  display: inline-block;
  margin-left: calc(10 / 750 * 100%);
  transform: translateY(0);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-card h3 .campaign-card-supplement {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-card h3 .campaign-card-supplement {
    font-size: calc(12 / 750 * 100vw);
  }
}
.campaign .campaign-card p {
  color: white;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-card p {
    padding: 25px 0 30px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-card p {
    padding: calc(32 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    font-size: 1em;
  }
}
.campaign .supplement {
  margin: auto;
  width: calc(702 / 750 * 100%);
}
.campaign .supplement p {
  color: white;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .campaign .supplement p {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .supplement p {
    font-size: calc(12 / 750 * 100vw);
  }
}

.what-is {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f1f1f1;
}
.what-is .deco {
  position: absolute;
  inset: 0;
  width: calc(496 / 750 * 100%);
  pointer-events: none;
}
.what-is .contents {
  margin: auto;
  width: calc(670 / 750 * 100%);
}
.what-is .contents h2 {
  z-index: 1;
  margin: calc(80 / 750 * 100%) auto calc(64 / 750 * 100%);
  width: calc(590 / 750 * 100%);
}
.what-is .contents p {
  color: #1d1f22;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .what-is .contents p {
    font-size: 16px;
    line-height: 30.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .what-is .contents p {
    font-size: calc(24 / 750 * 100vw);
    line-height: calc(46 / 750 * 100vw);
  }
}

.latest {
  position: relative;
}
.latest-content {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.latest-content h2 {
  margin: 0 auto 3%;
  width: 88%;
}
.latest-content-list {
  display: flex;
  justify-content: center;
}
.latest-content-list a {
  display: block;
  width: 45%;
}
.latest-content-list a img {
  animation: floatingScale 2s ease-in-out infinite;
  animation-play-state: paused;
}
.latest-content-list a:hover img {
  animation-play-state: running;
}

.app-info {
  position: relative;
  background-color: #f1f1f1;
}
.app-info .deco {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 66%;
}
.app-info-content {
  position: relative;
  z-index: 1;
  width: 94%;
  margin: auto;
  padding: 10% 0 4%;
}

footer {
  background-color: #f1f1f1;
  font-weight: 500;
  text-align: center;
  padding: 5% 0 10%;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5% 0 45%;
  }
}
@media screen and (min-width: 768px) {
  footer .privacy {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  footer .privacy {
    font-size: 0.8em;
  }
}
footer .copyright {
  margin: 5% 0 7%;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 0.6em;
  }
}
footer .copyright li {
  margin-bottom: 2%;
}
footer .btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .btn {
    -moz-column-gap: calc(8 / 750 * 100vw);
         column-gap: calc(8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  footer .btn {
    -moz-column-gap: calc(16 / 750 * 100vw);
         column-gap: calc(16 / 750 * 100vw);
  }
}
footer .btn .apple {
  width: calc(190 / 750 * 100%);
}
footer .btn .google {
  width: calc(236 / 750 * 100%);
}