@charset "UTF-8";

/* ==================================================

FEATURES

*/
.p-features {
	position: relative;
	padding: 50px 0 0 0;
	background-color: #111;
	color: #fff;
}
.p-features-kv {
	position: relative;
	margin: 0 0 30px 0;
}
.p-features-kv__video {
	position: relative;
	height: 690px;
}
.p-features-kv__video video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-features-kv__frame {
	position: absolute;
	left: 0;
	width: 100%;
	height: 80px;
}
.p-features-kv__frame--top {
	top: 0;
}
.p-features-kv__frame--bottom {
	bottom: 0;
}
.p-features-kv__frame::before,
.p-features-kv__frame::after {
	content: '';
	display: block;
	position: absolute;
}
.p-features-kv__frame::before {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 7680px 80px;
}
.p-features-kv__frame--top::before {
	background-image: url(../../assets/img/frame02.svg);
}
.p-features-kv__frame--bottom::before {
	background-image: url(../../assets/img/frame03.svg);
}
.p-features-kv__frame::after {
	background-color: #fff;
	width: 220px;
	height: 3px;
}
.p-features-kv__frame--top::after {
	top: 13px;
	right: 0;
}
.p-features-kv__frame--bottom::after {
	bottom: 13px;
	left: 0;
}
.p-features-frame {
	position: relative;
	height: 80px;
}
.p-features-frame__bottom {
	position: absolute;
	top: 100%;
	bottom: 0;
	width: 100%;
}
.p-features-frame__bottom::before {
	background-image: url(../../assets/img/frame02.svg);
}
/**/
.p-features-section {
	padding: 50px 0 50px 0;
}
.p-features-section__container {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
.p-features-section__heading {
	text-align: center;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
}
.p-features-section__heading::after {
	content: '';
	display: block;
	margin: 20px auto 0 auto;
	width: 160px;
	height: 1px;
	background-color: #fff;
}
.p-features-section__wrap {
	display: flex;
	align-items: center;
	margin: 40px 0 0 0;
}
.p-features-section__video span {
	display: block;
	position: relative;
	height: 0;
}
.p-features-section__video video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-features-section__detail h3 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 2;
}
.p-features-section__detail h4 {
	font-weight: 700;
	font-size: 20px;
}
.p-features-section__text {
	font-size: 14px;
	line-height: 2.5;
}
.p-features-section__note {
	font-size: 13px;
	line-height: 1.7;
}
/**/
.p-features-section__wrap--b01 {
	flex-direction: row-reverse;
}
.p-features-section__wrap--b01 .p-features-section__detail {
	flex: 1;
	padding: 0 80px 0 0;
}
.p-features-section__wrap--b01 .p-features-section__video {
	flex-basis: 52%;
}
.p-features-section__wrap--b01 .p-features-section__video span {
	padding-top: 66.66%;
}
/**/
.p-features-section__wrap--b02 {
	margin: 60px 0 0 0;
}
.p-features-section__wrap--b02 .p-features-section__detail {
	flex: 1;
	padding: 0 0 0 50px;
}
.p-features-section__wrap--b02 .p-features-section__wheel {
	margin: 0 auto;
	max-width: 340px;
}
.p-features-section__wrap--b02 .p-features-section__video {
	flex-basis: 48%;
}
.p-features-section__wrap--b02 .p-features-section__video span {
	padding-top: 90.52%;
}
/**/
.p-features-section__wrap--b03 {
	flex-direction: row-reverse;
}
.p-features-section__wrap--b03 .p-features-section__detail {
	flex: 1;
	padding: 0 50px 0 0;
}
.p-features-section__wrap--b03 .p-features-section__video {
	flex-basis: 38%;
}
.p-features-section__wrap--b03 .p-features-section__video span {
	padding-top: 100%;
}
/**/
.p-features-section__wrap--b04 .p-features-section__detail {
	flex: 1;
	padding: 0 0 0 50px;
}
.p-features-section__wrap--b04 .p-features-section__video {
	flex-basis: 42%;
}
.p-features-section__wrap--b04 .p-features-section__video span {
	padding-top: 66.66%;
}

@media screen and (max-width: 768px) {
	.p-features {
		padding: 30px 0 0 0;
	}
	.p-features-kv {
		margin: 50px 0 30px 0;
	}
	.p-features-kv__video {
		height: 55.4vw;
	}
	.p-features-kv__frame--top {
		top: -30px;
	}
	.p-features-kv__frame--bottom {
		bottom: -30px;
	}
	.p-features-kv__frame::after {
		width: 30vw;
	}
	/**/
	.p-features-section {
		padding: 30px 0;
	}
	.p-features-section__container {
		padding: 0 10px;
	}
	.p-features-section__heading {
		font-size: 24px;
	}
	.p-features-section__wrap {
		display: block;
		margin: 40px 0 0 0;
	}
	.p-features-section__detail h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.p-features-section__detail h4 {
		margin: 0 0 5px 0;
		font-size: 16px;
	}
	.p-features-section__text {
		line-height: 1.8;
	}
	.p-features-section__note {
		font-size: 12px;
	}
	/**/
	.p-features-section__wrap--b01 .p-features-section__detail {
		padding: 0;
	}
	.p-features-section__wrap--b01 .p-features-section__detail {
		padding: 10px 0 0 0;
	}
	/**/
	.p-features-section__wrap--b02 {
		margin: 30px 0 0 0;
	}
	.p-features-section__wrap--b02 .p-features-section__detail {
		padding: 10px 0 0 0;
	}
	/**/
	.p-features-section__wrap--b03 .p-features-section__detail {
		padding: 10px 0 0 0;
	}
	/**/
	.p-features-section__wrap--b04 .p-features-section__detail {
		padding: 10px 0 0 0;
	}
}

/* ==================================================

WARRANTY

*/
.p-warranty {
	padding: 110px 0 0 0;
	background-color: #999;
	color: #fff;
}
.p-warranty__container {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
.p-warranty__wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin: 20px 0 0 0;
}
.p-warranty__image {
	display: flex;
	justify-content: flex-end;
	flex-basis: 60%;
	padding: 0 20px 0 0;
}
.p-warranty__image img {
	max-width: 480px;
}
.p-warranty__detail {
	flex: 1;
	padding: 0 0 40px 0;
}
.p-warranty__detail h3 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 24px;
}
.p-warranty__detail h4 {
	font-weight: 700;
	font-size: 18px;
}
.p-warranty__detail p {
	margin: 5px 0 0 0;
	font-size: 14px;
	text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
	.p-warranty {
		padding: 90px 0 0 0;
	}
	.p-warranty__container {
		padding: 0;
	}
	.p-warranty__wrap {
		display: block;
		margin: 20px 0 0 0;
	}
	.p-warranty__image {
		display: block;
		padding: 0;
	}
	.p-warranty__image img {
		margin: 0 auto;
	}
	.p-warranty__detail {
		padding: 0 10px 10px 10px;
	}
	.p-warranty__detail h3 {
		font-size: 20px;
	}
	.p-warranty__detail h4 {
		font-size: 16px;
	}
}
