@charset "utf-8";
#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
    height: calc(100vh - 120px);
  min-width: var(--mainsize);
  background: #222
}
#mainVisual .main_txt {
  display: flex;
  flex-flow: column;
  gap: 45px;
  position: absolute;
  z-index: 101;
  bottom: 10%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: var(--mainsize);
  color: #fff
}
#mainVisual .main_txt h1 {
  font-size: 70px;
  font-weight: 900;
  letter-spacing: -1px;
  white-space: pre-line;
  line-height: 1;
  text-transform: uppercase;
    font-family: var(--k-font);
}
#mainVisual .main_txt h1 b {
  font-weight: 900
}
#mainVisual .main_txt span {
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  white-space: pre-line;
        font-family: var(--k-font);
}
#mainVisual .main_txt a {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
    font-family: var(--k-font);
}
#mainVisual .main_txt a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  color: #fff;
  transition: all .3s
}
#mainVisual .main_txt a:hover span {
  margin-right: 10px;
  border: 1px solid var(--primary);
  color: #fff;
  background-color: var(--primary)
}
/* Pager */
#mainVisual .pager {
  display: flex;
  gap: 13px;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  z-index: 30;
  width: max-content;
  height: max-content
}
#mainVisual .pager span {
  display: block;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .2);
  transition: .2s
}
#mainVisual .pager span.on {
  background-color: #fff
}
#mainVisual .pager span:first-child:after {
  display: none
}
/* bgs */
#mainVisual ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
#mainVisual ul li {
  height: calc(100vh - 120px);
  overflow: hidden
}
#mainVisual ul li .bgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover
}
#mainVisual ul li .bgs01 {
  background-image: url(main_img01.jpg)
}
#mainVisual ul li .bgs02 {
  background-image: url(main_img02.jpg)
}
#mainVisual ul li .bgs03 {
  background-image: url(main_img03.jpg)
}
#mainVisual ul li .bgs04 {
  background-image: url(main_img04.jpg)
}
#mainVisual ul li .bgs05 {
  background-image: url(main_img05.jpg)
}



#mainVisual .control{margin-top:20px;display:flex;gap:16px;font-weight:600}
#mainVisual .control *{display:flex;align-items:center;justify-content:center}
#mainVisual .control .pager{gap:10px;margin:0 25px;color:rgba(255,255,255,0.5);font-size:15px;font-family:var(--e-font)}
#mainVisual .control svg{width:24px;height:24px;color:#fff}
#mainVisual .control > span{cursor:pointer;width:53px;height:53px;border:1px solid #e1e1e1;border-radius:50px}
#mainVisual .control .swiper-pagination-current{color:#fff}




/* progress-bar */
.swiper-progress-bar {
  display: flex;
  position: absolute;
  bottom: 265px;
  right: -105px;
  z-index: 9999;
  transform: rotate(90deg);
  width: 390px
}
.swiper-progress-bar .slide_progress-bar {
  overflow: hidden;
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  clear: both;
  opacity: 0
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 0;
  content: ""
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  width: 120%;
  transition: width 3.8s linear;
  transition-delay: unset
}
.swiper-progress-bar p {
  display: inline-block;
  margin: 13px 0 0 auto;
  color: #fff;
  font-size: 13px;
  transform: rotate(-180deg);
  font-family: var(--e-font)
}