.hamburger:hover {
  cursor: pointer;
}

#hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}

#hamburger.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background-color: #fff;
}

/* Animations */
@keyframes swiperCatchAnimation {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide .swiper-catch {
  transform: scale(1.1);
}

.swiper-slide-active .swiper-catch {
  animation-name: swiperCatchAnimation;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.swiper-pagination-bullet {
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

#idx_qck a {
  background-size: 101%;
  transition: background-size 0.3s ease;
  -moz-transition: background-size 0.3s ease;
  -webkit-transition: background-size 0.3s ease;
}
#idx_qck a:hover {
  background-size: 110%;
} /*# sourceMappingURL=style.css.map */
