@charset "UTF-8";

/*--- レイアウト調整(2025/06/25) ---*/
@media only screen and (max-width: 1300px) {
#top_feature_h + .contents_box01 .heading.block_header_1.align-left {
        align-items: center;
    }
}


/*--- LV調整（7.04） ---*/
#lv_outer{
	position:relative;
}
#lv_outer:before{
	position:absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--i_txt_color);
	opacity: 0.3;
	z-index: 2;
}
#lv{
	height: 60vw!important;
	min-height: 761px!important;
}
#mv.blur5 .mv_img img, #lv.blur5 .parallax_img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}
#lv div{
    opacity: 1;
}

#lv>p{
	display: none;
}

#c_mv+section{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 4;
	color: #fff;
	margin-top: 15%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}


#c_mv+section .heading.block_header_4 .h{
	font-size: 2.5rem!important;
	letter-spacing: 0.4rem!important;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#c_mv+section .heading.block_header_4 p{
	font-size: 3.2rem;
	text-align: justify;
	padding: 0;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#c_mv+section .inner_item_txt{
	padding: 30px 0 0!important;
}
#c_mv+section .inner_item_txt p{
	text-align: justify;
	padding: 0 0 0;
	font-size: 1.65rem;
	line-height: 2.4;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-weight: 500;
	letter-spacing: 0.4rem;
}
#c_mv+section .inner_item_txt p span{
	font-size: 1.65rem;
	text-align: justify;
	font-weight: 500;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 901px){
	#c_mv+section .inner_item_txt p span{
		display: block;
		margin-top: 10px;
	}
}
@media screen and (max-width: 900px){
	#lv{
		height: 85vh!important;
		min-height: 85vh!important;
	}
	#c_mv+section .heading.block_header_4 .h{
		font-size: 2rem!important;
		margin-bottom: 15px;
	}
	#c_mv+section .heading.block_header_4 p{
		font-size: 2.2rem;
	}
	#c_mv+section .inner_item_txt p,
	#c_mv+section .inner_item_txt p span{
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: start;
		display: contents;
		letter-spacing: 0.2rem;
	}
}