@charset "UTF-8";

.swiper{
	width: 100%;
	height: calc(100vh - 80px);
	position: relative;
}

.swiper-slide{
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 7vw;
	color: #FCFCFC;
	font-weight:500;
	border-bottom: 0.5vw #FCFCFC solid;
	line-height: 1.1em;
}

.footer{
	display: none;
}