.fv{
	height: 60vh;
	min-height: 500px;
}
.fv{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fv::after{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #525252;
    background: linear-gradient(90deg,rgba(82, 82, 82, 0.23) 0%, rgba(30, 30, 30, 0) 15%, rgba(66, 66, 66, 0.27) 29%, rgba(50, 50, 50, 0.3) 50%, rgba(66, 66, 66, 0.27) 69%, rgba(30, 30, 30, 0) 81%, rgba(82, 82, 82, 0.23) 100%);
	mix-blend-mode: multiply;
	z-index: 2;
}
body.on .fv::after{
	display: block;
}
.fv .img-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	align-items: stretch;
}
.fv .img-box > div{
	width: 50%;
	height: 100%;
}
.fv .img-box .swiper-img{
	height: 100vh;
}
.fv .img-box > div .swiper{
	width: 100%;
	height: 100%;
}
.fv .txtbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 400px;
	z-index: 4;
	gap: 20px;
	width: 100%;
}
.fv .txtbox .en1{
	width: 100%;
	font-size: 40px;
	color: #fff;
	font-family: "Libre Caslon Display", "serif";
	letter-spacing: 0.15em;
}
.fv .txtbox .en2{
	font-size: 15px;
	color: #fff;
	font-family: "Libre Caslon Display", "serif";
	letter-spacing: 0.15em;
}
.fv .txtbox .line{
	position: relative;
}
.fv .txtbox .line::before{
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #fff;
    margin: 10px auto;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1200px ~ ---------- */
@media screen and (max-width: 1200px){

}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1080px){
	.fv .txtbox .en1{
		font-size: 36px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
 
}
/* ---------- 767px ~ ---------- */
@media screen and (max-width: 767px){
.fv{
	height: 50vh;
	min-height: 400px;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
  	.fv{
		min-height: 400px;
	}
	.fv .img-box > div{
		width: 100%;
		height: 50vh;
	}
	.fv .txtbox .en1{
		font-size: 30px;
	}
	.fv .txtbox {
		gap: 10px;
	}
}