/* color */
:root {
  --g-gap: clamp(0.375rem, 0.2157rem + 0.6536vw, 1rem);
  --g-ti: clamp(1.875rem, 1.5564rem + 1.3072vw, 3.125rem);
  --g-h3: clamp(1.125rem, 0.9363rem + 0.2614vw, 1.125rem);
  --g-txt: clamp(1rem, 0.9841rem + 0.0654vw, 1.0625rem);
  --g-radius: clamp(0.5rem, 0.3725rem + 0.5229vw, 1rem);
  --swiper-pagination-color: #253982;
  --swiper-theme-color: #253982;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
}

.h6 {
  font-size: 1rem;
}

.h5 {
  font-size: 2rem;
}

.h4 {
  font-size: 3rem;
}

.h3 {
  font-size: 4rem;
}

.h2 {
  font-size: 5rem;
}

.h1 {
  font-size: 6rem;
}

@media (max-width: 1366px) {
  .h6 {
    font-size: 1rem;
  }
  .h5 {
    font-size: 1.6rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  .h3 {
    font-size: 2.8rem;
  }
  .h2 {
    font-size: 3.4rem;
  }
  .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .h6 {
    font-size: 1rem;
  }
  .h5 {
    font-size: 1.5rem;
  }
  .h4 {
    font-size: 2rem;
  }
  .h3 {
    font-size: 2.5rem;
  }
  .h2 {
    font-size: 3rem;
  }
  .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .h6 {
    font-size: 1rem;
  }
  .h5 {
    font-size: 1.25rem;
  }
  .h4 {
    font-size: 1.5rem;
  }
  .h3 {
    font-size: 1.75rem;
  }
  .h2 {
    font-size: 2rem;
  }
  .h1 {
    font-size: 2.25rem;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: block;
  font-size: 1rem;
  color: #666;
  text-align: center;
}

.swiper-button-disabled {
  display: none;
}

.swiper-pagination {
  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;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #7784b9;
  width: 10px;
  height: 10px;
}

.pc .swiper-button-next:hover:after,
.pc .swiper-button-prev:hover:after {
  color: #476bfc;
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
  color: #fff;
  background: #2a3f95;
  opacity: 1;
  width: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mfp-iframe-holder .mfp-close {
  top: -44px;
}

.mfp-bg {
  background: #efefef;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.lg-toolbar .lg-icon {
  background: #476bfc;
  color: #fff;
}

@media (max-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #476bfc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
}
.lg-outer.lg-grab img.lg-object {
  border-radius: 1rem;
}