@charset "utf-8";
/* CSS Document */
.swiper-container-wrapper{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.swiper-container{
	position: relative;
	width: 100%;
	height: auto;
	overflow-x:hidden;
	z-index: 0;
	display: flex;
	justify-content: space-between;
}
.swiper-button-prev{
	width: 30px;
	height:30px;
	background:rgba(0,0,0,.5);
	/*background-image: url(../images/arrow_left.png);*/
	z-index: 510;
	
}
.swiper-button-prev::after{
	display:none;
}
.swiper-button-next{
	width: 30px;
	height:30px;
	background:rgba(0,0,0,.5);
    /*background-image: url(../images/arrow_right.png);*/
	z-index: 510;
}
.swiper-button-next::after{
	display: none;
}
.swiper-custom-button-l{
	z-index: 510;
	margin-left: 50px;
}
.swiper-custom-button-r{
	z-index: 510;
	margin-right: 50px;
}
.left-area{
	z-index: 500;
	position: absolute;
	top:0;
	right:750px;
	width:5000px;
	height:500px;
	background:rgba(255,255,255,0.6);
}
.right-area{
	z-index: 500;
	position: absolute;
	top:0;
	left:750px;
	width:5000px;
	height:500px;
	background:rgba(255,255,255,0.6);
}
.swiper-pagination-bullet{
	width:14px;
	height: 14px;
	border-radius: 100%;
	margin:15px 10px;
	background: rgba(0,0,0,0);
	border:#ffffff 3px solid;
	opacity: 1;
	box-shadow: 0px 0px 2px 0px #cccccc;
	z-index: 510;
}
.swiper-pagination-bullet-active{
	width:14px;
	height: 14px;
	background:#ffffff;
	border-radius: 100%;
	
}
.swiper-pagination{
	position: relative;
	margin:0 auto;
	width: 100%;
	margin-top: -50px;
	padding-top: -50px;
}
.swiper-wrapper {
  position: relative; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
}

@charset "utf-8";
/* CSS Document */

