.marvel * {
  padding: 0;
  margin: 0;
}
.marvel img {
  width: 100%;
  vertical-align: top;
}
.marvel .marvel-product {
  position: relative;
}
.marvel .marvel-product > div {
  position: absolute;
  left: 50%;
  top: 0;
  width: 36.3vw;
  margin: 0 auto;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3.13vw;
  gap: 3.13vw;
}
.marvel .marvel-product > div .swiper_1 {
  width: 34.58vw;
}
.marvel .marvel-product > div .swiper_2 {
  width: 34.84vw;
}
.marvel .marvel-product > div .swiper_3 {
  width: 34.58vw;
}
.marvel .marvel-product > div .swiper_4 {
  width: 100%;
}
.marvel .marvel-link {
  position: relative;
}
.marvel .marvel-link a {
  position: absolute;
  left: 26.7vw;
  top: 43vw;
  width: 16.98vw;
  height: 10.9vw;
}
.marvel .marvel-link a:last-of-type {
  left: 59.1vw;
  top: 12.83vw;
}
.marvel .pc .marvel-active {
  position: relative;
}
.marvel .pc .marvel-active > div {
  position: absolute;
  left: 50%;
  top: 0;
  width: 45.35vw;
  margin: 0 auto;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2.08vw;
  gap: 9.9vw;
}
.marvel .pc .marvel-active > div > div {
  width: 100%;
  padding: 0 4.5vw;
  position: relative;
}
.marvel .pc .marvel-active > div > div > div:last-of-type {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marvel .pc .marvel-active > div > div > div:last-of-type img {
  cursor: pointer;
  width: 2.5vw;
}
@media screen and (max-width: 768px) {
  .marvel .marvel-product > div {
    width: 91.87vw;
    padding-top: 4.67vw;
    gap: 9.33vw;
  }
  .marvel .marvel-product > div .swiper_1 {
    width: 88.27vw;
  }
  .marvel .marvel-product > div .swiper_2 {
    width: 88.67vw;
  }
  .marvel .marvel-product > div .swiper_3 {
    width: 88.13vw;
  }
  .marvel .marvel-product > div .swiper_4 {
    width: 100%;
  }
  .marvel .marvel-active {
    position: relative;
  }
  .marvel .marvel-active > div {
    position: absolute;
    left: 50%;
    top: 0;
    width: 95.33vw;
    margin: 0 auto;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 4.67vw;
    gap: 27vw;
  }
  .marvel .marvel-active > div > div {
    width: 100%;
    padding-bottom: 12vw;
  }
  .marvel .swiper-pagination {
    bottom: 0 !important;
  }
  .marvel .swiper-pagination .swiper-pagination-bullet {
    width: 2.67vw;
    height: 2.67vw;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
  }
  .marvel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #feec00;
  }
  .marvel .marvel-link a {
    left: 6.21vw;
    top: 115.33vw;
    width: 37.98vw;
    height: 21.9vw;
  }
  .marvel .marvel-link a:last-of-type {
    left: 56.1vw;
    top: 28.83vw;
  }
}
