/* メインビジュアル
  ========================================================================== */
.main-visual {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100vh; }
   /*.main-visual:before {
    content: '';
    width: 460px;
    height: 905px;
    position: absolute;
    top: -60px;
    right: -90px;
    z-index: 1;
    background-image: url('../img/kofu_pc.svg');
    background-repeat: no-repeat;
    pointer-events: none;
  }*/

.main-visual-img {
  animation: mainVisualFadeIn 1.5s ease-out 1s both; }
  .main-visual-img img {
    font-family: 'object-fit: cover;';
    object-fit: cover;
    height: 100vh !important;
    width: 100%; }

.main-visual-img-set {
  overflow: hidden; }

.main-visual-img-set img {
  transition: transform 10s 0s ease-in-out;
  transform: scale(1);
  will-change: animate; }

.main-visual-img.on .main-visual-img-set.slick-active img {
  transform: scale(1.1);
  will-change: animate; }

.main-visual-logo {
  animation: mainLogoFadeIn 2s ease 1s both;
  animation-delay: 2s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1250px;
}
.main-visual-logo:before {
    content: '';
    width: 460px;
    height: 905px;
    position: absolute;
    top: -380px;
    right: -94px;
    z-index: 1;
    background-image: url('../img/kofu_pc.svg');
    background-repeat: no-repeat;
    pointer-events: none;
  }

.main-visual-scroll {
  animation: mainVisualFadeIn 1.5s ease-out 1s both;
  animation-delay: 3.3s;
  bottom: -8px;
  color: #FFF;
  left: 50%;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  width: 15%;
  transform: translate(-50%, 0px);
  margin: 0;
  line-height: 1;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .main-visual-scroll {
      bottom: 4px;
      /*right: 0;
      left: auto;*/
    }
  }
  .main-visual-scroll span.linedown {
    background: rgba(255, 255, 255, 0.6);
    height: 107px;
    position: absolute;
    top: 0;
    left: 50%;
    animation: sdb 2s infinite;
    width: 1px; }
  .main-visual-scroll span.textscroll {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    display: inline-block;
    transform: translateY(-56px);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 300;
    /*transform: rotate(90deg) translateX(-80px);*/
  }  
  .main-visual-scroll span.fa {
      position: absolute;
      bottom: -60px;
      left: 50%;
      transform: translate(-50%, 0);
      margin-left: 1px;
  }  

@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes mainLogoFadeIn {
  0% {
    opacity: 0;
    filter: blur(60px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes sdb {
  0% {
    height: 0;
    opacity: 0; }
  50% {
    height: 107px;
    opacity: 1; }
  100% {
    height: 107px;
    opacity: 0; } }

@keyframes mainImgZoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

@media screen and (max-width: 767px) {
  .main-visual {
    padding-bottom: 172%;
    padding-bottom: 0;
    overflow: hidden; }
  .main-visual-logo {
    margin-top: -60px;
    /*height: 74.4vw;*/
    height: 24.4vw;
    width: 85.67vw; }
    .main-visual-logo img {
      height: auto;
      width: 100%; }
      .main-visual-scroll span.textscroll {
        /*transform: rotate(90deg) translateX(-80px) translateY(8px);*/
      }

      .main-visual-logo:before {
        width: 308px;
        height: 856px;
        top: -260px;
        right: -224px;
        background-image: url('../img/kofu_sp.svg');
      }

    }

/*slick slider*/
.ift_slick_slider {
animation: mainVisualFadeIn 1.5s ease-out 1s both; 
}
.ift_slick_slider .item img {
  object-fit: cover;
  height: 100vh !important;
  width: 100%; 
  transition: transform 10s 0s ease-in-out;
  will-change: animate;
}
.ift_slick_slider .on .item.slick-active img {
  transform: scale(1.2);
  will-change: animate; 
}
.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.slider-buttons:hover {
  background-color: rgba(2, 4, 6, 0.4);
}
.slider-buttons .slider-button {
  background: transparent;
  padding: 0;
  outline: 0;
  color: #fff;
  border: 0;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.slider-buttons .slider-button:before {
  content: '';
  position: absolute;
  top: calc(50% - .5px);
  height: 1px;
  width: 37px;
  background: #fff;
}
.slider-buttons .slider-button--next {
  padding-left: 35px;
}
.slider-buttons .slider-button--next:before {
  left: 0;
}
.slider-buttons .slider-button--prev {
  padding-right: 35px;
}
.slider-buttons .slider-button--prev:before {
  right: 0;
}
.slider-buttons .slider_dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.slider-buttons .slider_dots ul li {
  margin: 6px;
  cursor: pointer;
}
.slider-buttons .slider_dots ul li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #121212;
  padding: 0;
  display: block;
  outline: 0;
  border: 0;
}
.slider-buttons .slider_dots ul li.slick-active button {
  background: #fff;
}