/* Swiper カスタマイズ */

.swiper-container {
	width: 100%;
	height: 500px;
	position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide {
	height: 500px;
	background-position: center center;
	background-size: cover;
}
.swiper-container .swiper-wrapper .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-container .ttl {
	color: #fff;
	font-size: 6rem;
	line-height: 1.5;
	text-shadow: 0px 0px 15px rgba(51, 51, 51, 0.25);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 65px;
	margin: 0 auto;
	z-index: 10;
	width: 100%;
	max-width: 950px;
}
.swiper-container .ttl:before {
	content: "";
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.swiper-container .ttl:after {
	content: "";
	border-bottom: 1px solid #F9EB1B;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
}
.swiper-container .ttl span {
	font-size: 3rem;
	margin-left: 1rem;
}



@media screen and (max-width: 480px){
	.swiper-container {
		height: 250px;
	}

	.swiper-container .swiper-wrapper .swiper-slide {
		height: 250px;
	}

	.swiper-container .ttl {
		font-size: 3rem;
		bottom: 20px;
		margin: 0 auto;
		width: 90%;
	}
	.swiper-container .ttl span {
		font-size: 1.5rem;
	}

}