@charset "utf-8";

/**************************************************************************
メインイメージ
*/
.mainImg{
	overflow:hidden;
	padding:20px 0 30px;
	background:url(../../images/mainImg/mainBg.jpg) center center no-repeat;
	background-size:cover;
	}
.mainImg.bgGray{
	background:url(../../images/mainImg/mainBgGray.jpg) center center no-repeat;
	background-size:cover;
	}
.mainImg.bgOrange{
	background:url(../../images/mainImg/mainBgOrange.jpg) center center no-repeat;
	background-size:cover;
	}
.mainImg.bgBlack{
	background:url(../../images/mainImg/mainBgBlack.jpg) center center no-repeat;
	background-size:cover;
	}

.mainImg .inner_swiper {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
	width:92%;
	}
.mainImg .swiper{
  width: 100%;
  overflow: visible;
	}
.mainImg .swiper-wrapper{
	height:auto;
	}

.mainImg .swiper-slide {
	position:relative;
	padding-top:40%;
  overflow: hidden;
	}
.mainImg .swiper-slide img{
	position:absolute;
	bottom: 50%;
	right:50%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	height:100%;
	margin:auto;
  /*object-fit: cover;*/
	}


/*
.mainImg .swiper-slide:not(.swiper-slide-visible){
  opacity: 0.4;
}
*/

@media only screen and (min-width : 1025px){
	.mainImg{padding:60px 0;}
	.mainImg .inner_swiper {width:96%;}
}



.swiper-button-next,
.swiper-button-prev {
  color: white;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}

.mainImg .swiper-button-prev,
.mainImg .swiper-rtl .swiper-button-next {
	left:-20px;
	/*
	background:url(prev_arrow.png) center center no-repeat;
	background-size:contain;
	*/
}
.mainImg .swiper-button-next,
.mainImg .swiper-rtl .swiper-button-prev {
	right:-20px;
	/*
	background:url(next_arrow.png) center center no-repeat;
	background-size:contain;
	*/
}

@media only screen and (min-width : 1025px){
	.mainImg .swiper-button-prev,
	.mainImg .swiper-rtl .swiper-button-next {
		left:-20px;
	}
	.mainImg .swiper-button-next,
	.mainImg .swiper-rtl .swiper-button-prev {
		right:-20px;
	}
}

.mainImg .swiper-pagination{
	margin-bottom:-30px;
	}
.swiper-pagination-bullet{
	background:#fff;
	}
