@charset "UTF-8";
/* CSS Document */
/*---------------------
add_style 202304
-----------------------*/
.pc_block{
	display: block;
}

.sp_block{
	display: none;
}

.zeh_performance .performance_list_item .performance_list_img .gp_mark{
	height: 21vw;
    max-height: 240px;
    width: auto;
	
}

.zeh_performance .performance_list_item .performance_list_img .gp_mark img{
	height: 100%;
}

@media (max-width: 376px){
	.zeh_performance .performance_list_item .performance_list_img .gp_mark{
		height: 64vw;
		text-align: center;
}
	
.pc_block{
	display: none;
}

.sp_block{
	display: block;
}	
	
	
	
}
/*---------------------
add_style 20260511改訂
FVのタイトルと受賞のロゴ
-----------------------*/
.zeh_mv_ribbon{
	left: 40px;
	top: 90px;
	width: 116px;
}
.zeh_mv_ttl{
	/* top: 435px; */
	top: 43%;
}
@media (max-width: 767px) {
	.zeh_mv_ribbon {
		top: calc((20 / 750)* 100vw);
		left: calc((30 / 750)* 100vw);
		width: calc((158 / 750)* 100vw);
	}
	.zeh_mv_ttl{
		top: 7%;
		/* top: calc((142 / 750)* 100vw); */
		left: 50%;
		right: unset;
		/* right: calc((30 / 750)* 100vw); */
		transform: translate(-50%, 0%);
		margin: 0;
		font-size: calc((44/750)*100vw);
		line-height: calc((20/750)*100vw);
		letter-spacing: .05em;
		width: max-content;
	}
}
/*---------------------
add_style 20260511改訂
MV下のリード文
-----------------------*/
.zeh_about_text_wrap{
	width: 860px;
    margin: 0 auto;
}
.zeh_about_text{
	letter-spacing: 0.15em;
}
@media (max-width: 767px){
	.zeh_about_text_wrap{
		margin-bottom: 0;
	}
}

/*---------------------
add_style 20260511改訂
現在実績
-----------------------*/
.zeh_performance .performance_column_list_ttl{
	line-height: 1.2;
}
