@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 20240706
FVのタイトルと受賞のロゴ
-----------------------*/
.zeh_mv_ribbon{
	left: 40px;
	top: 90px;
	width: 116px;
}
.zeh_mv_ttl{
	top: 435px;
}
@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: calc((142 / 750)* 100vw);
		left: auto;
		right: calc((30 / 750)* 100vw);
		margin: 0;
		font-size: calc((44/750)*100vw);
		line-height: calc((20/750)*100vw);
		letter-spacing: .05em;
	}
}
