@charset "utf-8";
/* CSS Document */

img{ display:block}

.box01{width:1400px; height:830px; background-image:url(../images/bg_01.jpg); background-repeat:no-repeat; overflow:hidden;}
.box02{width:1400px; height:744px; background-image:url(../images/bg_02.jpg); background-repeat:no-repeat; overflow:hidden;}
.box03{width:1400px; height:331px; background-image:url(../images/bg_03.jpg); background-repeat:no-repeat; overflow:hidden;}
.box04{width:1400px; height:446px; background-image:url(../images/bg_04.jpg); background-repeat:no-repeat; overflow:hidden;}
.box05{width:1400px; height:325px; background-image:url(../images/bg_05.jpg); background-repeat:no-repeat; overflow:hidden;}
.box06{width:1400px; height:859px; background-image:url(../images/bg_06.jpg); background-repeat:no-repeat; overflow:hidden;}
.box07{width:1400px; height:316px; background-image:url(../images/bg_07.jpg); background-repeat:no-repeat; overflow:hidden;}
.box08{width:1400px; height:467px; background-image:url(../images/bg_08.jpg); background-repeat:no-repeat; overflow:hidden;}
.box09{width:1400px; height:314px; background-image:url(../images/bg_09.jpg); background-repeat:no-repeat; overflow:hidden;}
.box10{width:1400px; height:718px; background-image:url(../images/bg_10.jpg); background-repeat:no-repeat; overflow:hidden;}
.box11{width:1400px; height:318px; background-image:url(../images/bg_11.jpg); background-repeat:no-repeat; overflow:hidden;}
.box12{width:1400px; height:467px; background-image:url(../images/bg_12.jpg); background-repeat:no-repeat; overflow:hidden;}
.box13{width:1400px; height:395px; background-image:url(../images/bg_13.jpg); background-repeat:no-repeat; overflow:hidden;}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.sp1{
	width: 1000px;
	height: 718px;
	margin: 0 auto;
}
.sp1 .swiper-slide {
	width: 404px !important;
}
.sp1 .swiper-button-next:after,.sp1 .swiper-button-prev:after{
	font-size: 80px;
}
.sp1 .swiper-button-next{
	right: 85px;
}
.sp1 .swiper-button-prev{
	left: 85px;
}
.sbn2::after,.sbp2::after,.sbn3::after,.sbp3::after{
	content: '';
}
.sbn2,.sbn3{
	left:0;
	right:0;
	margin:auto;
	top: auto;
	bottom: 0px;
	width: 20px;
	height: 19px;
	background-image: url(../images/down.png);
}
.sbp2,.sbp3{
	left:0;
	right:0;
	margin:auto;
	top: 0;
	width: 20px;
	height: 19px;
	background-image: url(../images/up.png);
}