.p-heading {
	position: relative;
	padding-left: 15px;
}
@media (min-width: 48em) {
	.p-heading {
		display: flex;
		align-items: center;
		gap: 16px;
		padding-left: 20px;
	}
}
.p-heading::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: calc(100% - 6px);
	margin-block: auto;
	content: '';
	background-color: #000;
}
@media (min-width: 48em) {
	.p-heading::before {
		height: calc(100% - 10px);
	}
}
@media (min-width: 48em) {
	.p-heading::after {
		flex: 1;
		height: 1px;
		content: '';
		background-color: var(--text-base);
	}
}

.p-heading__ja {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: block;
	font-size: 20px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-heading__ja {
		font-size: 22px;
	}
}

.p-heading__en {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: var(--text-base);
}

.p-mv {
	position: relative;
}

.p-mv__img {
	position: relative;
}
.p-mv__img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: auto;
	padding-top: 22.6666666667%;
	content: '';
	opacity: 0.22;
	background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 48em) {
	.p-mv__img::before {
		padding-top: 7.6058201058%;
	}
}

.p-mv__title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-top: 26.1333333333%;
}
@media (min-width: 48em) {
	.p-mv__title {
		right: auto;
		left: 5.3571428571%;
		margin-top: 14.5502645503%;
	}
}
.p-mv__title > img {
	width: 48.8vw;
}
@media (min-width: 48em) {
	.p-mv__title > img {
		width: 25.6613756614vw;
	}
}

.p-mv__title-text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	display: block;
	margin-top: 0.6842105263em;
	font-size: 5.0666666667vw;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
@media (min-width: 48em) {
	.p-mv__title-text {
		margin-top: 1.08em;
		font-size: 1.6534391534vw;
	}
}

.p-intro__top {
	padding-top: 72px;
	color: #fff;
	background-color: #35363b;
}
@media (min-width: 48em) {
	.p-intro__top {
		padding-top: 90px;
	}
}

.p-intro__top-inner {
	width: calc(100% - 30px);
	padding-bottom: 60px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-intro__top-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 60px 40px;
		width: calc(100% - 60px);
		max-width: 1350px;
		padding-bottom: 64px;
	}
}

@media (min-width: 48em) {
	.p-intro__top-text-block {
		grid-column: -1/1;
	}
}

.p-intro__top-heading {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
@media (min-width: 48em) {
	.p-intro__top-heading {
		font-size: 28px;
		line-height: 1.6428571429;
	}
}

.p-intro__top-text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
@media (min-width: 48em) {
	.p-intro__top-text {
		line-height: 2.3125;
		text-align: center;
	}
}

.p-intro__bottom {
	position: relative;
	padding-top: 26.6666666667%;
	margin-top: -26.6666666667%;
	color: #fff;
	overflow: hidden;
}
.p-intro__bottom::before {
	position: absolute;
	inset: 0;
	margin-bottom: 19.7333333333%;
	content: '';
	background-color: #35363b;
	z-index: -1;
	transform: skewY(-8deg);
}
@media (min-width: 48em) {
	.p-intro__bottom::before {
		margin-bottom: min(117px, 7.7380952381%);
	}
}

.p-intro__bottom-inner {
	position: relative;
	width: calc(100% - 30px);
	padding-top: 52px;
	margin-inline: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 48em) {
	.p-intro__bottom-inner {
		width: calc(100% - 60px);
		max-width: 1350px;
		padding-top: 114px;
	}
}

.p-intro__bottom-heading {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
@media (min-width: 48em) {
	.p-intro__bottom-heading {
		font-size: 24px;
	}
}

.p-intro__bottom-text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.8;
}
@media (min-width: 48em) {
	.p-intro__bottom-text {
		margin-top: 16px;
	}
}

.p-intro__bottom-img {
	margin-top: 20px;
}
@media (min-width: 48em) {
	.p-intro__bottom-img {
		width: 100%;
		max-width: 1080px;
		margin-inline: auto;
		margin-top: 48px;
	}
}

.p-parts {
	margin-top: 100px;
}
@media (min-width: 48em) {
	.p-parts {
		margin-top: 126px;
	}
}

.p-parts__inner {
	width: calc(100% - 30px);
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-parts__inner {
		width: calc(100% - 60px);
		max-width: 1350px;
	}
}

.p-parts__logo {
	width: 219px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-parts__logo {
		width: 346px;
	}
}

.p-parts__title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-align: center;
}
@media (min-width: 48em) {
	.p-parts__title {
		margin-top: 17px;
		font-size: 25px;
	}
}

.p-parts__img {
	margin-inline: -15px;
	margin-top: 20px;
}
@media (min-width: 48em) {
	.p-parts__img {
		width: 88.7407407407%;
		margin-inline: auto;
	}
}

.p-parts__text {
	margin-top: 25px;
	font-size: 20px;
	color: var(--text-base);
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: center;
}
@media (min-width: 48em) {
	.p-parts__text {
		margin-top: 2px;
		font-size: 25px;
		line-height: 1.6;
	}
}

.p-parts__btns {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.p-parts__btns {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		max-width: 1080px;
		margin-inline: auto;
	}
}

.p-parts__btn {
	display: block;
	padding: 1px;
	padding-top: 18px;
	color: #fff;
	background-color: #35363b;
}
@media (min-width: 48em) {
	.p-parts__btn {
		padding-top: 32px;
		transition: opacity 0.3s ease;
	}
	.p-parts__btn:hover {
		opacity: 0.7;
	}
}

.p-parts__btn-label {
	display: grid;
	align-items: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	font-size: 20px;
	letter-spacing: -0.03em;
}
@media (min-width: 48em) {
	.p-parts__btn-label {
		font-size: 24px;
		letter-spacing: 0.02em;
	}
}

.p-parts__btn-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: 8px;
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
	background-color: #fff;
}
@media (min-width: 48em) {
	.p-parts__btn-text {
		padding-block: 11px;
		margin-top: 28px;
		font-size: 18px;
	}
}
.p-parts__btn-text img {
	flex-shrink: 0;
	width: 12px;
	margin-right: 8px;
	transform: translateY(-2px);
}
@media (min-width: 48em) {
	.p-parts__btn-text img {
		margin-right: 10px;
		transform: translateY(-1px);
	}
}

.p-parts__btn-byte {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	margin-left: 4px;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-align: center;
}
@media (min-width: 48em) {
	.p-parts__btn-byte {
		display: block;
		margin-left: 10px;
		font-size: 14px;
	}
}

.p-gray-bg {
	position: relative;
	padding-top: 104px;
	padding-bottom: 68.2666666667%;
	margin-top: 108px;
	margin-bottom: -53.3333333333%;
}
@media (min-width: 48em) {
	.p-gray-bg {
		padding-top: 152px;
		padding-bottom: calc(74px + 26.455026455%);
		margin-top: 178px;
		margin-bottom: -26.455026455%;
	}
}
.p-gray-bg::before {
	position: absolute;
	inset: 0;
	content: '';
	background-color: #edf0f2;
	z-index: -1;
	transform: skewY(8deg);
}

.p-flow__inner {
	width: calc(100% - 30px);
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-flow__inner {
		width: calc(100% - 60px);
		max-width: 1080px;
	}
}

.p-flow__img {
	margin-top: 30px;
}
@media (min-width: 48em) {
	.p-flow__img {
		margin-top: 40px;
	}
}

.p-flow__text {
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.7;
}
@media (min-width: 48em) {
	.p-flow__text {
		margin-top: 52px;
		line-height: 2.0625;
		text-align: center;
	}
}

.p-request {
	margin-top: 80px;
}
@media (min-width: 48em) {
	.p-request {
		margin-top: 140px;
	}
}

.p-request__panel {
	width: calc(100% - 30px);
	padding: 32px 15px;
	margin-inline: auto;
	color: #fff;
	background-color: #010101;
	background-image: url('/heritage-works/parts/images/request_bg.jpg');
	background-size: 100% auto;
}
@supports (background-image: url('image.webp')) {
	.p-request__panel {
		background-image: url('/heritage-works/parts/images/request_bg.webp');
	}
}
@media (min-width: 48em) {
	.p-request__panel {
		width: calc(100% - 60px);
		max-width: 1080px;
		padding: 44px 2.6455026455% 40px;
		background-image: url('/heritage-works/parts/images/request_bg_md.jpg');
		background-size: cover;
	}
	@supports (background-image: url('image.webp')) {
		.p-request__panel {
			background-image: url('/heritage-works/parts/images/request_bg_md.webp');
		}
	}
}

.p-request-title {
	font-size: 22px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}
@media (min-width: 48em) {
	.p-request-title {
		font-size: 30px;
	}
}

.p-request-text {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-request-text {
		text-align: center;
	}
}

.p-request-note {
	padding-left: 1.44em;
	text-indent: -1.44em;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-request-note {
		text-align: center;
	}
}

.p-request-btn {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	align-items: center;
	width: 100%;
	min-height: 50px;
	padding-inline: 20px;
	margin-inline: auto;
	margin-top: 26px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-request-btn {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 318px;
		min-height: 58px;
		padding-inline: 18px;
		margin-top: 28px;
		font-size: 15px;
		transition: opacity 0.3s ease;
	}
	.p-request-btn:hover {
		opacity: 0.7;
	}
}
.p-request-btn::before {
	content: '';
}

.p-bottom {
	margin-top: 66px;
}
@media (min-width: 48em) {
	.p-bottom {
		margin-top: 96px;
	}
}

.p-bottom__cta {
	margin-bottom: 50px;
}
@media (min-width: 48em) {
	.p-bottom__cta {
		margin-bottom: 80px;
	}
}

.p-bottom__cta-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #fff;
	text-align: center;
}
@media (min-width: 48em) {
	.p-bottom__cta-title {
		font-size: 31px;
	}
}

.p-bottom__cta-btn {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	align-items: center;
	width: calc(100% - 30px);
	min-height: 66px;
	padding-inline: 16px;
	margin-inline: auto;
	margin-top: 30px;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-bottom__cta-btn {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 492px;
		min-height: 80px;
		padding-inline: 30px;
		margin-top: 24px;
		font-size: 20px;
		transition: opacity 0.3s ease;
	}
	.p-bottom__cta-btn:hover {
		opacity: 0.7;
	}
}
.p-bottom__cta-btn::before {
	content: '';
}

.p-bottom__logo-wrapper {
	width: calc(100% - 30px);
	padding-top: 66px;
	margin-inline: auto;
	margin-top: 50px;
	border-top: 1px solid #4d4d4d;
}
@media (min-width: 48em) {
	.p-bottom__logo-wrapper {
		width: calc(100% - 60px);
		max-width: 1080px;
		padding-top: 95px;
		margin-top: 70px;
	}
}

.p-bottom__logo {
	width: 216px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-bottom__logo {
		width: 692px;
	}
}
