/* legacy-triple02.css — sources: triple02.css */


/* ===== triple02.css ===== */


.legacy-page-content figure {
	margin-bottom: 0;
}

/* RECOMMEND */
.legacy-page-content .recommend {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 80px 60px;
}
.legacy-page-content .recommend > * {
	width: calc((100% - 120px) / 3);
}
.legacy-page-content .recommend dl {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.legacy-page-content .recommend {
		gap: 60px;
	}
	.legacy-page-content .recommend > * {
		width: 100%;
	}
}

/* points */
.legacy-page-content .points li {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
.legacy-page-content .points li:nth-of-type(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}
.legacy-page-content .points li+li {
	margin-top: 90px;
}
.legacy-page-content .point01 dl {
	width: 40%;
}
.legacy-page-content .point01 figure {
	width: 55%;
}
.legacy-page-content .point02 dl {
	width: 36%;
}
.legacy-page-content .point02 figure {
	width: 59%;
	position: relative;
}
.legacy-page-content .point03 dl, .legacy-page-content .point04 dl {
	width: 50%;
}
.legacy-page-content .point03 figure, .legacy-page-content .point04 figure {
	width: 45%;
}
.legacy-page-content .point05 dl {
	order: 2;
	width: calc(95% - 155px);
}
.legacy-page-content .point05 figure {
	order: 1;
	width: 155px;
}
.legacy-page-content .point02 figure img:nth-of-type(2),
.legacy-page-content .point02 figure .point02-badge {
	width: 16%;
	height: auto;
	object-fit: contain;
	position: absolute;
	top: 40%;
	right: -9%;
}
@media screen and (max-width: 640px) {
	.legacy-page-content .points li, .legacy-page-content .points li:nth-of-type(2n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.legacy-page-content .points li.point03, .legacy-page-content .points li.point04, .legacy-page-content .points li.point05 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	.legacy-page-content .points li+li {
		margin-top: 70px;
	}
	.legacy-page-content .point06, .legacy-page-content .point02 {
		padding-top: 50px;
		margin-top: 50px;
		border-top: 1px solid #787878;
	}	
	.legacy-page-content .point01 dl, .legacy-page-content .point02 dl, .legacy-page-content .point03 dl, .legacy-page-content .point04 dl, .legacy-page-content .point05 dl, .legacy-page-content .point01 figure, .legacy-page-content .point02 figure, .legacy-page-content .point03 figure, .legacy-page-content .point04 figure, .legacy-page-content .point05 figure {
		width: 100%;
	}
	.legacy-page-content .point01 figure, .legacy-page-content .point02 figure {
		margin-top: 40px;
	}
	.legacy-page-content .point03 figure, .legacy-page-content .point04 figure, .legacy-page-content .point05 figure {
		margin-bottom: 40px;
	}
	.legacy-page-content .point02 figure img:nth-of-type(2),
	.legacy-page-content .point02 figure .point02-badge {
		display: none;
	}
	.legacy-page-content .point05 dl {
		order: 1;
	}
	.legacy-page-content .point05 figure {
		order: 2;
	}
}

/* construction */
.legacy-page-content .construction-outer {
	padding-bottom: 120px;
}
.legacy-page-content .construction-outer h2 {
	padding: 0 25px;
}
.legacy-page-content .construction {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: calc(((100% - 1140px) / 2) + 1140px);
	margin: 0 0 0 auto;
}
.legacy-page-content .construction-text {
	width: 600px;
	padding: 20px 80px 80px 25px;
}
.legacy-page-content .construction-text > dd+dd {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #787878;
}
.legacy-page-content .construction-image {
	width: calc(100% - 600px);
	position: relative;
	overflow: hidden;
}
.legacy-page-content .construction-image img {
	width: 100%;
	height: 100%;
	object-position: center bottom;
	object-fit: cover;
	/* position: absolute;
	top: 0;
	left: 0; */
}
@media screen and (max-width: 640px) {

	.legacy-page-content .construction-outer {
		padding-bottom: 60px;
	}
	.legacy-page-content .construction {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
		padding: 0 25px 60px;
	}
	.legacy-page-content .construction-text {
		width: 100%;
		padding: 30px 0 0;
	}
	.legacy-page-content .construction-image {
		width: 100%;
	}
}

/* performance */
.legacy-page-content .performance-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	gap: 70px 100px;
}
.legacy-page-content .performance-list > * {
	width: calc((100% - 200px) / 3);
}
.legacy-page-content .performance-list dt {
	font-size: 18px;
	font-family: var(--font-serif);
	margin-top: 24px;
}
.legacy-page-content .performance-list dd {
	margin-top: 16px;
}
.legacy-page-content .performance-anchor {
	display: -webkit-box;
	display: flex;
	gap: 10px;
}
.legacy-page-content .performance-anchor > * {
	width: calc((100% - 10px) / 2);
}
.legacy-page-content .performance-anchor a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: var(--color-b);
	height: 85px;
	border: 1px solid #fff;
	position: relative;
	transition: .2s ease-out;
}
.legacy-page-content .performance-anchor a::after {
	display: block;
	content: "";
	background: url("../images/triple02/ico_arrow.svg") center / contain no-repeat;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: inherit;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.legacy-page-content .performance-anchor a:hover {
	background-color: #fff;
	color: #1d3256;
}
.legacy-page-content .performance-anchor a:hover::after {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
@media screen and (max-width: 960px) {
	.legacy-page-content .performance-list {
		gap: 40px;
	}
	.legacy-page-content .performance-list > * {
		width: calc((100% - 40px) / 2);
	}
}
@media screen and (max-width: 740px) {
	.legacy-page-content .performance-anchor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		gap: 20px;
	}
	.legacy-page-content .performance-anchor > * {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.legacy-page-content .performance-list > * {
		width: 100%;
	}
}


/* ダンパー */
.legacy-page-content .damper-panel {
	display: flex;
	align-items: center;
	gap: 30px 80px;
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.legacy-page-content .damper-panel {
		flex-direction: column;
		margin-top: 45px;
	}
	
}

.legacy-page-content .damper-panel .imgbox {
	aspect-ratio: 490 / 320;
	flex: 1;
}

.legacy-page-content .damper-panel .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.legacy-page-content .damper-panel .textbox {
	width: 520px;
}

@media screen and (max-width: 640px) {
	.legacy-page-content .damper-panel .textbox {
		width: 100%;
	}
}
