/* 
 sub
----------------------------------------------------------- */ 
.c-sub-fv {
	padding-top: 68px;
	background: url("../img/sub/sub-fv-bg.jpg") center center / cover no-repeat;
	border-radius: 0 0 clamp(25px, 2.6vw, 50px) clamp(25px, 2.6vw, 50px);
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
	height: clamp(300px, 23.4vw, 450px);
}
.c-sub-fv .l-inner{
	display: grid;
	place-content: center;
	place-items: start center;
	height: 100%;
}
.c-sub-fv__title {
	font-size: var(--fontsize-33);
	letter-spacing: 0.2em;
	animation: titleBlurIn 2s 0.8s ease-out backwards;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: grid;
	place-content: center;
	place-items: start center;
}