.mv {
	position: relative
}
@media screen and (max-width: 767px) {
	.mv {
		margin-top: 60px
	}
}
.mv-ttl {
	font-size: 92px;
	font-weight: 400;
	left: 50%;
	width: 100%;
	letter-spacing: .8rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}
@media screen and (max-width: 767px) {
	.mv-ttl {
		font-size: 33px
	}
}
.general-section.is-dark {
    background: url(../img/common/bg-dark.webp) center top / cover;
    color: #fff;
}
.zeh-logo{
  margin: 0 auto 40px;
  max-width: 640px;
}
.zeh-box-wrap{
	margin-top: 48px;
	border-radius: 20px;
	padding: 48px;
	background: rgba(255, 255, 255, 0.9);
}
.zeh-box{
	display: grid;
	grid-template-columns: 1fr 50%;
	gap: 48px;
}
.zeh-box-wrap .zeh-item .secondary-heading{
	margin-bottom: .6em;
}
.zeh-box-wrap .zeh-item .note{
	font-size: 1.6rem;
	line-height: 1.7;
}
.zeh-lists-wrap{
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 40px;
}
.zeh-lists-box{
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 2;
	color: #575758;
}
.zeh-lists{
	padding-top: 4px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 200px;
	gap: 12px;
}
.zeh-list{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	color: #575758;
	font-weight: 700;
}
.environment-wrap{
	display: grid;
	grid-template-columns: 54% 1fr;
	gap: 60px;
}
.environment-head{
	margin-top: 32px;
	margin-bottom: 24px;
}
.energy-wrap{
	padding-top: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.energy-label{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #47845E;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .075em;
	font-weight: 700;
}
.energy-plus{
	width: 40px;
	height: 40px;
	position: relative;
}
.energy-plus::before,
.energy-plus::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 4px;
	height: 100%;
	background: #CCCCCC;
}
.energy-plus::after{
	transform: translate(-50% , -50%) rotate(90deg);
}
.zeh-graph{
	max-width: 500px;
	margin: 0 0 0 auto;
}

.zeh-system-wrap{
	visibility: visible !important;
}
.performance-lists{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}
.performance-list{
	width: calc((100% - 64px) / 5 );
	/* border-radius: 20px; */
	overflow: hidden;
	border: 1px solid #c1917c;
}
.performance-list-head{
	background: #c1917c;
	text-align: center;
}
.performance-list-head .fit-img{
	width: 60%;
}
.performance-list-body{
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height:200px;
}
.performance-list-note{
	width: 85%;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
	line-height: 1.5;
	color: #000;
	border-bottom: 1px solid #732822;
	padding-bottom: .8em;
	margin-bottom: .6em;
}
.performance-list-copy{
	font-size: 3rem;
	font-size: clamp(2rem,2vw,2.6rem);
	color: #732822;
	line-height: 1.3;
}
.performance-grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px 28px;
}
.performance-grid-item{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #732822;
	color: #fff;
	font-size: clamp(1.8rem,1.8vw,2.6rem);
	height: 100px;
	text-align: center;
}
.point-label{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;color: #fff;
	background:#A68866 ;
	font-size: 1.6rem;
	border-radius: 50%;
	margin-right: .8em;
}
.merit-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.merit-item-wrap{
	display: grid;
	grid-template-columns: 30% calc(70% - 32px);
	gap: 16px;
	align-items: center;
}
.merit-item-head{
	background: #A68866;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 128px;
	font-size: 1.8rem;
}
.merit-item-body dl{
	display: flex;
	gap: 4px;
	font-size:calc(1.4rem , 1.4vw, 1.6rem);
}
.merit-item-body dl + dl{
	margin-top: .4em;
}
.merit-item-body dl dt{
	position: relative;
	top: .2em;
	height: 1em;
	width: 1em;
	background: #A68866;
	border-radius: 50%;
}
.zeh-system-wrap{
	margin: 0 auto;
	max-width: 800px;
}
.environment-item .note{
	margin-top: 0;
}
.environment-wrap.first .environment-item:last-child .img-wrapper{
	width: 88%;
	margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1250px){

	.zeh-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
	}
	.zeh-lists {
		max-width: 400px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){

	.performance-list {
    width: calc((100% - 96px) / 4);
	}
	
}
@media screen and (max-width: 767px){
	.environment-wrap.first .environment-item:last-child .img-wrapper{
		width: 100%;
	}
	.zeh-logo {
		padding-top: 16px;
		margin-bottom: 24px;
	}
	.zeh-box-wrap{
		margin-top: 16px;
		padding: 24px 16px;
		margin-bottom: -16px;
	}
	.zeh-box{
		grid-template-columns: 1fr ;
		gap: 16px;
	}
	.zeh-lists-wrap{
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.zeh-lists-box{
		aspect-ratio: unset;
		padding: 16px 0;
		font-size: 1.4rem;
	}
	.zeh-list {
    font-size: 1.4rem;
	}
	.zeh-lists{
		gap: 8px 12px;
		height: 170px;
	}
	.zeh-graph{
		width: 80%;
	}	
	.performance-grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px ;
	}
	.performance-grid-item{
		height: 68px;
	}
	.environment-wrap{
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.environment-wrap.first{
		margin-bottom: -20px;
	}
	.environment-wrap.second{
		gap: 0;
	}
	.energy-label{
	height: 52px;
		font-size: 1.6rem;
	}
	.energy-plus {
    width: 24px;
    height: 24px;
	}
	.zeh-system-img{
		overflow-x: scroll;
	}
	.zeh-system-img .fit-img{
		width: 140vw;
		padding-bottom: 8px;
	}
	.zeh-system-wrap .flex-wrapper{
		flex-direction: column-reverse;
	}
	.zeh-system-wrap{
		position: relative;
	}
	.zeh-system-wrap{
		margin-top: 16px;
	}
	.performance-lists {
		gap: 16px;
	}
	.performance-list-body{
	height:160px;
	}
	.performance-list {
    width: calc((100% - 16px) / 2);
    /* border-radius: 20px; */
	}
	.merit-wrap{
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.merit-item-wrap{
		grid-template-columns: 1fr;
	}
	.merit-item-head{
		height: 48px;
	}
	.point-heading{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.point-heading .inline-block{
		text-align: left;
	}
	.perfomance-top
	{
		padding-top: 12px;
	}
	@keyframes accessScroll {
		0%{
			transform: translateX(0);
		}
		10%{
			transform: translateX(-20px);
		}
		20%{
			transform: translateX(0);
		}
		30%{
			transform: translateX(-20px);
		}
		40%,100%{
			transform: translateX(0);
		}
	}
	.scroll {
		position: absolute;
		top: 30%;
		left: 35%;
		width: 30%;
		transform: translate(-50%, -50%);
		pointer-events: none;
		visibility: visible !important;
	}
	.wow-finished .scroll {
        animation: accessScroll 6s ease-in-out 0.8s both infinite;
    }
}