


  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.4);
    }
  }
        /*
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: zoom 10s linear 0s 1 normal both;  
  }
        */
.slide-text{
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	font-size: 46px;
  	font-family: serif;
  	font-weight: bold;
  	text-shadow: 2px 2px 8px #000;
  	color: #fff;
  	transform: translate(-50%,-50%);
    opacity: 0.6;
  }


.slide-text img{
    width:100%;
  }
  
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
   bottom: 40px!important;
    left: 0!important;
    width: 98%!important;
	text-align:right!important;
}
  /* ページネーションの余白を調整 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px;
    text-align:right!important;
  }
  
  /* ページネーションのサイズと色を調整 */
.swiper-pagination-bullet {
    background: none;
    border:2px solid #FFF;
    height: 12px!important;
    width: 12px!important;
    opacity:1/*透明度*/
  }
   /* ページネーションのアクティブの調整 */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}

