@charset "UTF-8";
.swiper-container {
  position: relative;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-slide-active img {
  opacity: 1;
  /*filter: blur(5px) brightness(1.5);*/
}

/*.swiper-slide img  */
.swiper-silie__img {
  width: 100%;
  height: auto;
}

/* 文字の表示
-------------------------------------------*/
.mainvisual-inner {
  position: relative;
  overflow: hidden;
}

.swiper-icatch {
  width: 140px;
  height: 140px;
  -webkit-transition: width 1s ease 0.1s;
  transition: width 1s ease 0.1s;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 11;
  -webkit-animation: fade-in 1s;
          animation: fade-in 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .swiper-icatch {
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 960px) {
  .swiper-icatch {
    width: 300px;
    height: 300px;
  }
}
/*
.swiper-slide-content-1 {
    opacity: 0;	
}
*/
.signage-content > :nth-child(1) {
  -webkit-animation: fadeIn 1s ease both 1s;
          animation: fadeIn 1s ease both 1s;
}

.signage-content > :nth-child(2) {
  -webkit-animation: fadeIn 1s ease both 2.5s;
          animation: fadeIn 1s ease both 2.5s;
}

/**/
/* navigationサイズ変更
-------------------------------------------*/
.swiper-button-prev,
.swiper-button-next {
  width: 18px;
  height: 30px;
  margin-top: -15px;
  background-size: 18px 30px;
}

@media screen and (min-width: 964px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-size: 27px 44px;
  }
}/*# sourceMappingURL=swiper-slider.css.map */