/* color */
:root {
  --g-gap: clamp(0.375rem, 0.2157rem + 0.6536vw, 1rem);
  --g-ti: clamp(1.5625rem, 1.1324rem + 1.7647vw, 3.25rem);
  --g-h3: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem);
  --g-txt: clamp(0.9375rem, 0.9216rem + 0.0654vw, 1rem);
  --swiper-pagination-color: #253982;
  --swiper-theme-color: #253982;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --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 {
  font-size: 1.45rem;
  -webkit-transform: scaleX(0.8);
      -ms-transform: scaleX(0.8);
          transform: scaleX(0.8);
  color: #666;
}

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

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

.mfp-close,
.mfp-close-btn-in .mfp-close {
  color: #fff;
  background: #253982;
  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: #199dc8;
  color: #fff;
}