.stage {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 0;
}

.stage>img {
  width: 100%;
  height: auto;
  display: block;
}

.hit {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 10;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.pc .btn1 {
  top: 9.5%;
  left: 50%;
  width: 22%;
  height: 1.8%;
  transform: translateX(-50%);
}

.pc .btn2 {
  top: 66.6%;
  left: 50%;
  width: 20%;
  height: 1.4%;
  transform: translateX(-50%);
}

.pc .copy {
  top: 93.9%;
  left: 36.2%;
  width: 26.6%;
  height: 1.5%;
  transform: translateX(-50%);
}

.pc .mySwiper, .mobile .mySwiper {
  position: absolute;
  top: 12.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.mySwiper {
  max-width: 735px;
  overflow: hidden !important;
}

.mySwiper .swiper-wrapper {
  align-items: center;
}

.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  width: min(245px, 30vw);
  height: min(245px, 30vw);
  object-fit: cover;
  border-radius: 12px;
  transform: scale(0.7);
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mySwiper .swiper-slide-prev img,
.mySwiper .swiper-slide-next img {
  transform: scale(0.85);
  opacity: 0.75;
}

.mySwiper .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}

.mySwiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #8E8E8E;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  border-radius: 4px;
  background: #803BFF;
}

.fixed-bottom-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: linear-gradient(90deg, #0CE0DD 7%, #7717FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
  cursor: pointer;
  border: none;
}

.welcome-image {
  position: fixed;
  bottom: 51px;
  left: 50%;
  transform: translateX(-43%);
  width: 151px;
  z-index: 99999;
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile .btn1 {
    top: 9.5%;
    left: 50%;
    width: 38%;
    height: 2%;
    transform: translateX(-50%);
  }

  .mobile .btn2 {
    top: 66.56%;
    left: 50%;
    width: 33%;
    height: 1.5%;
    transform: translateX(-50%);
  }

  .mobile .copy {
    top: 93.9%;
    left: 27.2%;
    width: 42%;
    height: 1.5%;
    transform: translateX(-50%);
  }

  .mySwiper {
    max-width: 100%;
    padding: 0 20px;
  }

  .mySwiper .swiper-pagination {
    height: 32px;
    padding: 0 16px;
    gap: 8px;
    bottom: 18%;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .mySwiper .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
  }

  .fixed-bottom-btn {
    height: 55px;
  }

  .welcome-image {
    bottom: 40px;
  }
}
