.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-subheading {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 5px;
	font-size: 18px;
}
@media (min-width: 48em) {
	.p-subheading {
		gap: 8px;
		font-size: 20px;
	}
}
.p-subheading::before {
	content: '';
	width: 12px;
	height: 2px;
	background-color: var(--text-base);
}
@media (min-width: 48em) {
	.p-subheading::before {
		width: 14px;
	}
}

.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: 67.7333333333vw;
}
@media (min-width: 48em) {
	.p-mv__title > img {
		width: 35.6481481481vw;
	}
}

.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: 52px;
	color: #fff;
	background-color: #35363b;
}
@media (min-width: 48em) {
	.p-intro__top {
		padding-top: 100px;
	}
}

.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 {
		font-size: 16px;
		line-height: 2.3125;
		text-align: center;
	}
}

.p-intro__top-img {
	margin-top: 40px;
}
@media (min-width: 48em) {
	.p-intro__top-img {
		margin-top: 0;
	}
}
.p-intro__top-img + .p-intro__top-img {
	margin-top: 26px;
}
@media (min-width: 48em) {
	.p-intro__top-img + .p-intro__top-img {
		margin-top: 0;
	}
}

.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: 29.3333333333%;
	content: '';
	background-color: #35363b;
	z-index: -1;
	transform: skewY(-8deg);
}
@media (min-width: 48em) {
	.p-intro__bottom::before {
		margin-bottom: min(142px, 9.3915343915%);
	}
}

.p-intro__bottom-inner {
	position: relative;
	width: calc(100% - 30px);
	padding-top: 60px;
	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: 24px;
	}
}

@media (min-width: 48em) {
	.p-intro__bottom-body {
		position: absolute;
		top: 0;
		left: 10.0740740741%;
		margin-top: 14.5925925926%;
	}
}

.p-intro__nsx-logo {
	width: 219px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-intro__nsx-logo {
		width: clamp(266px, 22.8835978836vw, 346px);
		margin-inline: 0;
	}
}

.p-intro__bottom-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
@media (min-width: 48em) {
	.p-intro__bottom-title {
		margin-top: min(26px, 1.7195767196vw);
		font-size: 25px;
	}
}

.p-intro__bottom-text {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	margin-top: 14px;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.02em;
	color: #bcbec3;
	text-align: center;
}
@media (min-width: 48em) {
	.p-intro__bottom-text {
		margin-top: min(34px, 2.2486772487vw);
		font-size: clamp(16px, 1.7195767196vw, 26px);
		text-align: left;
	}
}

.p-intro__bottom-img {
	position: relative;
	width: 100%;
	margin-top: 12px;
}
@media (min-width: 48em) {
	.p-intro__bottom-img {
		width: 75.1851851852%;
		margin-top: 0;
		margin-left: 30.8888888889%;
	}
}
.p-intro__bottom-img img {
	position: relative;
}

.p-intro__bottom-label {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: grid;
	place-items: center;
	max-width: 345px;
	min-height: 40px;
	margin: 24px auto 0;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid;
}
@media (min-width: 48em) {
	.p-intro__bottom-label {
		margin-top: min(28px, 1.8518518519vw);
		font-size: 24px;
		min-height: 50px;
	}
}

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

.p-local-nav__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 48em) {
	.p-local-nav__list {
		grid-template-columns: repeat(5, 1fr);
	}
}

.p-local-nav__item {
	display: flex;
	padding-block: 12px;
	border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 48em) {
	.p-local-nav__item {
		padding-block: 0;
		border-bottom: 0;
	}
}
@media (min-width: 48em) {
	.p-local-nav__item:first-child {
		border-left: 1px solid #e7e7e7;
	}
}
@media (min-width: 48em) {
	.p-local-nav__item:nth-child(2n + 1) {
		border-right: 1px solid #e7e7e7;
	}
}
.p-local-nav__item:nth-child(2n + 1) .p-local-nav__link {
	padding-right: 15px;
	border-right: 1px solid #e7e7e7;
}
@media (min-width: 48em) {
	.p-local-nav__item:nth-child(2n + 1) .p-local-nav__link {
		padding-inline: 18px;
		border-right: 0;
	}
}
@media (min-width: 48em) {
	.p-local-nav__item:nth-child(2n) {
		border-right: 1px solid #e7e7e7;
	}
}
.p-local-nav__item:nth-child(2n) .p-local-nav__link {
	padding-left: 15px;
}
@media (min-width: 48em) {
	.p-local-nav__item:nth-child(2n) .p-local-nav__link {
		padding-inline: 20px;
	}
}

.p-local-nav__link {
	display: grid;
	grid-template-columns: 1fr 7px;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding-block: 6px;
	font-size: 16px;
}
@media (min-width: 48em) {
	.p-local-nav__link {
		padding-block: 11px;
		font-size: 18px;
		text-align: center;
		transition: background-color 0.3s ease;
	}
	.p-local-nav__link:hover {
		background-color: #edf0f2;
	}
}
.p-local-nav__link > svg {
	color: var(--honda-red);
	transform: rotate(90deg);
}

.p-vehicle {
	margin-top: 50px;
}
@media (min-width: 48em) {
	.p-vehicle {
		margin-top: 60px;
	}
}

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

.p-vehicle__card {
	margin-top: 30px;
	border: 2px solid #f2f2f2;
}
@media (min-width: 48em) {
	.p-vehicle__card {
		display: flex;
		align-items: center;
		margin-top: 36px;
	}
}

.p-vehicle__img {
	margin: -2px;
	margin-bottom: 0;
}
@media (min-width: 48em) {
	.p-vehicle__img {
		width: max(440px, 46.1111111111%);
	}
}

.p-vehicle__info {
	padding: 24px 13px;
}
@media (min-width: 48em) {
	.p-vehicle__info {
		flex: 1;
		padding: 0 3.7037037037%;
	}
}

.p-vehicle__info-item + .p-vehicle__info-item {
	padding-top: 25px;
	margin-top: 22px;
	border-top: 2px solid #f2f2f2;
}
@media (min-width: 48em) {
	.p-vehicle__info-item + .p-vehicle__info-item {
		padding-top: 8.3333333333%;
		margin-top: 8.3333333333%;
	}
}

.p-vehicle__info-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #8c8d91;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.p-vehicle__info-text {
	margin-top: 4px;
	font-size: 18px;
	color: var(--text-base);
	line-height: 1.4;
	letter-spacing: 0.04em;
}
@media (min-width: 48em) {
	.p-vehicle__info-text {
		margin-top: 8px;
		font-size: 23px;
		letter-spacing: -0.02em;
	}
}

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

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

.p-menu__block {
	margin-top: 30px;
}
@media (min-width: 48em) {
	.p-menu__block {
		margin-top: 44px;
	}
}
.p-menu__block + .p-menu__block {
	margin-top: 60px;
}
@media (min-width: 48em) {
	.p-menu__block + .p-menu__block {
		margin-top: 70px;
	}
}

.p-menu__content {
	margin-top: 40px;
	background-color: #edf0f2;
}
@media (min-width: 48em) {
	.p-menu__content {
		margin-top: 30px;
	}
}

.p-menu__content-head {
	padding: 22px 15px 20px;
}
@media (min-width: 48em) {
	.p-menu__content-head {
		padding: 29px 30px 25px;
	}
}

.p-menu__content-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: #35363b;
}
@media (min-width: 48em) {
	.p-menu__content-title {
		font-size: 18px;
	}
}

.p-menu__content-body {
	padding: 30px 15px;
	border-top: 2px solid #fff;
}
@media (min-width: 48em) {
	.p-menu__content-body {
		padding: 36px 30px 32px;
	}
}

.p-menu__box {
	display: grid;
	gap: 10px;
	justify-items: center;
}
@media (min-width: 48em) {
	.p-menu__box {
		padding-block: 20px;
		grid-template-columns: 1fr 25px 1fr;
		align-items: center;
	}
}

.p-menu__plus-01 {
	width: 24px;
}
@media (min-width: 48em) {
	.p-menu__plus-01 {
		width: 30px;
	}
}

.p-menu__plus-02 {
	width: 20px;
	margin: 14px auto;
}
@media (min-width: 48em) {
	.p-menu__plus-02 {
		width: 25px;
		margin: 12px auto;
	}
}
.p-menu__plus-02 + * {
	margin-top: 0;
}

.p-menu__item {
	width: 100%;
	padding-block: 7px;
	font-size: 16px;
	line-height: 1.8;
	color: var(--text-base);
	text-align: center;
	border: 1px solid rgba(170, 171, 174, 0.8);
}
@media (min-width: 48em) {
	.p-menu__item {
		padding-block: 16px;
		padding-inline: 27px;
		line-height: 2.375;
		text-align: left;
	}
}

.p-menu__item-number {
	display: inline-block;
	width: 23px;
	margin-inline: 5px;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	background-color: var(--honda-red);
}

.p-menu__detail-wrapper {
	display: grid;
	justify-items: center;
	gap: 14px;
}
@media (min-width: 48em) {
	.p-menu__detail-wrapper {
		gap: 15px;
	}
}

.p-menu__detail {
	width: 100%;
	border: 1px solid #aaabae;
}

.p-menu__detail-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	justify-content: space-between;
	padding: 11px 14px 14px;
	font-size: 16px;
	color: #35363b;
	letter-spacing: -0.01em;
}
@media (min-width: 48em) {
	.p-menu__detail-title {
		padding: 18px 27px 16px;
		font-size: 16px;
	}
}

.p-menu__detail-title-price {
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	font-weight: normal;
	display: inline-flex;
	align-items: flex-end;
	gap: 0.3em;
	font-size: 18px;
	line-height: 1;
}
@media (min-width: 48em) {
	.p-menu__detail-title-price {
		font-size: 21px;
	}
}
.p-menu__detail-title-price span {
	font-size: 90%;
	line-height: 1;
}
.p-menu__detail-title-price span.title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #8c8d91;
	line-height: 1.1;
}
@media (min-width: 48em) {
	.p-menu__detail-title-price span.title {
		line-height: 1.2;
	}
}

.p-menu__detail-content {
	border-top: 1px solid #aaabae;
	background-color: #fff;
}

.p-menu__detail-item + .p-menu__detail-item {
	border-top: 1px solid #aaabae;
}

.p-menu__detail-item-head {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	padding: 15px 14px;
	padding-right: 34px;
	text-align: left;
}
@media (min-width: 48em) {
	.p-menu__detail-item-head {
		gap: 15px;
		padding: 25px 27px;
		outline: 2px solid rgba(0, 0, 0, 0);
		transition: outline 0.3s ease;
	}
	.p-menu__detail-item-head:hover {
		outline: 2px solid rgb(0, 0, 0);
	}
}
.p-menu__detail-item-head::before,
.p-menu__detail-item-head::after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	margin-block: auto;
	background-color: currentColor;
}
.p-menu__detail-item-head::after {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
}
.p-menu__detail-item-head[aria-expanded='true']::after {
	transform: rotate(0deg);
}

.p-menu__detail-item-number {
	flex-shrink: 0;
	display: inline-block;
	width: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-menu__detail-item-number {
		width: 28px;
		line-height: 28px;
		font-size: 18px;
	}
}

.p-menu__detail-item-head-text {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.35;
	color: var(--text-base);
	letter-spacing: 0.01em;
}
@media (min-width: 48em) {
	.p-menu__detail-item-head-text {
		font-size: 16px;
		letter-spacing: 0.04em;
	}
}

.p-menu__detail-item-content {
	width: calc(100% - 28px);
	padding-top: 20px;
	padding-bottom: 24px;
	margin-inline: auto;
	border-top: 1px solid #aaabae;
}
@media (min-width: 48em) {
	.p-menu__detail-item-content {
		width: calc(100% - 54px);
		padding-top: 30px;
		padding-bottom: 32px;
	}
}

.p-menu__imgs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (min-width: 48em) {
	.p-menu__imgs {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}

.p-menu__img:first-child {
	grid-column: -1/1;
}
@media (min-width: 48em) {
	.p-menu__img:first-child {
		grid-column: auto;
	}
}

.p-menu__detail-item-text {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.6;
}
@media (min-width: 48em) {
	.p-menu__detail-item-text {
		margin-top: 24px;
		font-size: 15px;
	}
}

.p-menu__detail-item-color {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #aaabae;
}
@media (min-width: 48em) {
	.p-menu__detail-item-color {
		padding-top: 35px;
		margin-top: 35px;
	}
}

.p-menu__color-wrapper {
	width: calc(100% - 28px);
	padding-block: 28px;
	margin-inline: auto;
	border-top: 1px solid #aaabae;
}
@media (min-width: 48em) {
	.p-menu__color-wrapper {
		width: calc(100% - 54px);
		padding-block: 32px;
	}
}

.p-menu__color {
	color: var(--text-base);
}

.p-menu__color-title {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.p-menu__color-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
	margin-top: 16px;
}
@media (min-width: 48em) {
	.p-menu__color-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 34px 30px;
		margin-top: 22px;
	}
}

.p-menu__color-name {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
}
@media (min-width: 48em) {
	.p-menu__color-name {
		margin-top: 10px;
		line-height: 1.75;
	}
}

.p-menu__color-note {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-menu__color-note {
		margin-top: 28px;
		letter-spacing: 0.04em;
		line-height: 1.75;
	}
}

.p-menu__text {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.7;
}
@media (min-width: 48em) {
	.p-menu__text {
		line-height: 2;
	}
}

.p-menu__lead {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.7;
}
@media (min-width: 48em) {
	.p-menu__lead {
		margin-top: 24px;
		line-height: 2;
	}
}

.p-menu__note {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-menu__note {
		margin-top: 14px;
		letter-spacing: 0.04em;
		line-height: 1.75;
	}
}
.p-menu__note + .p-menu__note {
	margin-top: 0;
}

.p-menu__price {
	margin-top: 24px;
}

.p-menu__price-box {
	padding: 11px 13px;
	border: 2px solid #f2f2f2;
}
@media (min-width: 48em) {
	.p-menu__price-box {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		gap: 0 30px;
		min-height: 70px;
		padding: 16px 28px;
	}
}
.p-menu__price-box .p-menu__note {
	grid-column: -1/1;
}

.p-menu__price-title {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #8c8d91;
}
@media (min-width: 48em) {
	.p-menu__price-title {
		padding-top: 2px;
	}
}

.p-menu__price-text {
	margin-top: 2px;
	font-size: 20px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-menu__price-text {
		margin-top: 0;
		font-size: 23px;
	}
}
.p-menu__price-text.sm {
	font-size: 18px;
}
.p-menu__price-text sup {
	font-size: 60%;
}
.p-menu__price-text .unit {
	font-size: 90%;
}

.p-menu__price-note {
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--honda-red);
}
@media (min-width: 48em) {
	.p-menu__price-note {
		letter-spacing: 0.04em;
		line-height: 1.75;
	}
}

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

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

.p-certificate__lead {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-certificate__lead {
		max-width: 768px;
		margin: 44px auto 0;
		text-align: center;
		letter-spacing: 0;
	}
}

.p-certificate__image {
	margin-top: 30px;
}
@media (min-width: 48em) {
	.p-certificate__image {
		max-width: 860px;
		margin: 34px auto 0;
	}
}
.p-certificate__image picture,
.p-certificate__image img {
	display: block;
	width: 100%;
	height: auto;
}

.p-certificate__note {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 1em;
	margin: 12px auto 0;
	font-size: 13px;
	line-height: 1.5;
	text-indent: -1em;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-certificate__note {
		margin-top: 14px;
		font-size: 14px;
	}
}

.p-certificate__list {
	display: grid;
	gap: 50px;
	margin-top: 50px;
}
@media (min-width: 48em) {
	.p-certificate__list {
		gap: 56px;
		margin-top: 58px;
	}
}

.p-certificate__item {
	display: grid;
	gap: 30px;
}

.p-certificate__item-body {
	display: grid;
	gap: 30px;
}
@media (min-width: 48em) {
	.p-certificate__item-body {
		grid-template-columns: minmax(0, 1fr) 336px;
		align-items: start;
		gap: 46px;
	}
}

.p-certificate__item-text {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.01em;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-certificate__item-text {
		line-height: 2;
		letter-spacing: 0;
	}
}

@media (min-width: 48em) {
	.p-certificate__item-matrix {
		padding-top: 2px;
	}
}

.p-certificate__matrix {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #8c8d91;
	background-color: #fff;
}

.p-certificate__matrix-head {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	padding: 10px;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	background-color: #edf0f2;
	border: 1px solid #8c8d91;
}

.p-certificate__matrix-cell {
	padding: 13px 8px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #8c8d91;
	background-color: #fff;
}
.p-certificate__matrix-cell.is-disabled {
	background-color: #efefef;
}
.p-certificate__matrix-cell.has-note {
	padding-top: 10px;
	padding-bottom: 10px;
}

.p-certificate__matrix-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 16px;
}

.p-certificate__matrix-icon {
	display: block;
	width: 14px;
}
.p-certificate__matrix-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.p-certificate__matrix-note {
	font-size: 12px;
	line-height: 1.6;
	color: var(--text-base);
	text-align: center;
}

.p-gallery {
	position: relative;
	padding-top: calc(60px + 13.8666666667vw);
	padding-bottom: calc(74px + 13.8666666667vw);
	margin-top: 72px;
	background-color: #edf0f2;
	clip-path: polygon(0 0, 100% 13.8666666667vw, 100% calc(100% - 13.8666666667vw), 0% 100%);
}
@media (min-width: 48em) {
	.p-gallery {
		padding-top: calc(28px + 14.0211640212vw);
		padding-bottom: calc(70px + 14.0211640212vw);
		margin-top: 165px;
	}
}

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

.p-gallery__note {
	padding-left: 1em;
	margin-top: 8px;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: -0.01em;
}

.p-gallery__section {
	margin-top: 52px;
}
.p-gallery__section + .p-gallery__section {
	margin-top: 80px;
}

.p-gallery__case {
	margin-top: 30px;
}
.p-gallery__case + .p-gallery__case {
	margin-top: 42px;
}

.p-gallery__case-img {
	margin-top: 12px;
}
@media (min-width: 48em) {
	.p-gallery__case-img {
		margin-top: 14px;
	}
}

.p-gallery__case-text {
	margin-top: 14px;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.75;
}
@media (min-width: 48em) {
	.p-gallery__case-text {
		margin-top: 22px;
		font-size: 15px;
	}
}

.p-gallery__photo {
	width: calc(100% - 30px);
	margin: 20px auto 0;
}
@media (min-width: 48em) {
	.p-gallery__photo {
		width: calc(100% - 80px);
		margin-top: 40px;
	}
}

@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__slide {
		width: calc((100% - 40px) / 2);
	}
}
.p-gallery__photo-slider .splide__slide p {
	font-size: 16px;
	text-align: center;
	margin-top: 3px;
	letter-spacing: 0.04em;
}
@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__slide p {
		margin-top: 9px;
	}
}
.p-gallery__photo-slider .splide__arrow {
	width: 16px;
	height: auto;
	aspect-ratio: 16/28;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 0;
}
@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__arrow {
		width: 25px;
	}
}
.p-gallery__photo-slider .splide__arrow.splide__arrow--prev {
	left: -22px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDI4Ij48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTE0LjQxLjctMTMgMTMgMTMgMTMiLz48L3N2Zz4=');
}
@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__arrow.splide__arrow--prev {
		left: -42px;
	}
}
.p-gallery__photo-slider .splide__arrow.splide__arrow--next {
	right: -22px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDI4Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTUuMTIgMTMuNyAxLjQyIDAgMCAxLjQxbDEyLjMgMTIuM0wwIDI2bDEuNDEgMS40MXoiLz48L3N2Zz4=');
}
@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__arrow.splide__arrow--next {
		right: -42px;
	}
}
.p-gallery__photo-slider .splide__arrow[disabled] {
	opacity: 0;
}
.p-gallery__photo-slider .splide__arrow > svg {
	display: none;
}
.p-gallery__photo-slider .splide__pagination {
	bottom: -32px;
}
@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__pagination {
		bottom: -42px;
	}
}
.p-gallery__photo-slider .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: #c6d2da;
}
@media (min-width: 48em) {
	.p-gallery__photo-slider .splide__pagination__page {
		width: 12px;
		height: 12px;
	}
}
.p-gallery__photo-slider .splide__pagination__page.is-active {
	transform: none;
	background-color: #505156;
}

.p-gallery__photo-btn {
	position: relative;
	display: block;
}
@media (min-width: 48em) {
	.p-gallery__photo-btn:hover::after {
		opacity: 0.6;
	}
}
.p-gallery__photo-btn::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29px;
	aspect-ratio: 1;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE3IDE3Ij48Y2lyY2xlIGN4PSI3LjIyIiBjeT0iNy4yMiIgcj0iNi43MiIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNNC4yNSA3LjE1aDUuOTUiLz48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik03LjMgNC4yNXY1Ljk1Ii8+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJtMTIuMjUgMTIuNCA0LjI1IDQuMjUiLz48L3N2Zz4=');
	background-size: 14px auto;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 48em) {
	.p-gallery__photo-btn::after {
		width: 36px;
		background-size: 17px auto;
		transition: opacity 0.3s ease;
	}
}

.p-gallery__dialog-slider-wrapper {
	width: calc(100% - 60px);
	margin-inline: auto;
}
@media (min-width: 48em) {
	.p-gallery__dialog-slider-wrapper {
		width: calc(100% - 120px);
		max-width: 1000px;
	}
}

.p-gallery__dialog-slider .splide__slide {
	width: 100%;
}
.p-gallery__dialog-slider .splide__arrow {
	width: 16px;
	height: auto;
	aspect-ratio: 16/28;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 0;
}
@media (min-width: 48em) {
	.p-gallery__dialog-slider .splide__arrow {
		width: 25px;
	}
}
.p-gallery__dialog-slider .splide__arrow.splide__arrow--prev {
	left: -22px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDI4Ij4gPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xNC40MS43LTEzIDEzIDEzIDEzIi8+PC9zdmc+');
}
@media (min-width: 48em) {
	.p-gallery__dialog-slider .splide__arrow.splide__arrow--prev {
		left: -42px;
	}
}
.p-gallery__dialog-slider .splide__arrow.splide__arrow--next {
	right: -22px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDI4Ij4gPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjEyIDEzLjcgMS40MiAwIDAgMS40MWwxMi4zIDEyLjNMMCAyNmwxLjQxIDEuNDF6Ii8+PC9zdmc+');
}
@media (min-width: 48em) {
	.p-gallery__dialog-slider .splide__arrow.splide__arrow--next {
		right: -42px;
	}
}
.p-gallery__dialog-slider .splide__arrow[disabled] {
	opacity: 0;
}
.p-gallery__dialog-slider .splide__arrow > svg {
	display: none;
}
.p-gallery__dialog-slider .splide__pagination {
	bottom: -32px;
}
@media (min-width: 48em) {
	.p-gallery__dialog-slider .splide__pagination {
		bottom: -42px;
	}
}
.p-gallery__dialog-slider .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: #c6d2da;
}
@media (min-width: 48em) {
	.p-gallery__dialog-slider .splide__pagination__page {
		width: 12px;
		height: 12px;
	}
}
.p-gallery__dialog-slider .splide__pagination__page.is-active {
	transform: none;
	background-color: #505156;
}

.p-flow {
	position: relative;
	padding-bottom: calc(106px + 26.6666666667%);
	margin-top: 80px;
	margin-bottom: -26.6666666667%;
}
@media (min-width: 48em) {
	.p-flow {
		padding-bottom: calc(198px + 26.455026455%);
		margin-bottom: -26.455026455%;
	}
}

.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__lead {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-flow__lead {
		margin-top: 44px;
		font-size: 16px;
		line-height: 2;
		text-align: center;
	}
}

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

.p-flow__list {
	display: grid;
	gap: 42px;
	margin-top: 40px;
}
@media (min-width: 48em) {
	.p-flow__list {
		gap: 44px;
		margin-top: 36px;
	}
}

.p-flow__item {
	position: relative;
}
.p-flow__item + .p-flow__item::before {
	position: absolute;
	top: -24px;
	right: 0;
	left: 0;
	width: 74px;
	aspect-ratio: 74/9;
	margin-inline: auto;
	content: '';
	background-color: #b0b1b6;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 48em) {
	.p-flow__item + .p-flow__item::before {
		top: -26px;
		width: 88px;
		aspect-ratio: 88/12;
	}
}

.p-flow__note {
	font-family: 'HondaGlobalFontJP-Light', sans-serif;
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
	font-size: 14px;
}
@media (min-width: 48em) {
	.p-flow__note {
		margin-top: 14px;
	}
}

.p-flow__btn-area {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 24px;
}
@media (min-width: 48em) {
	.p-flow__btn-area {
		flex-direction: row;
	}
}

.p-flow__btn {
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 13px 19px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	border: 1px solid #35363b;
}
@media (min-width: 48em) {
	.p-flow__btn {
		max-width: 320px;
		padding: 15px 19px;
		transition:
			color 0.3s ease,
			background-color 0.3s ease;
	}
	.p-flow__btn:hover {
		color: #fff;
		background-color: #35363b;
	}
}
.p-flow__btn::before {
	content: '';
}
.p-flow__btn.p-flow__btn--blank {
	grid-template-columns: 12px 1fr 12px;
}

.p-flow__step {
	padding: 30px 20px;
	background-color: #edf0f2;
}
@media (min-width: 48em) {
	.p-flow__step {
		padding: 50px;
	}
}

.p-flow__step-head {
	display: grid;
	grid-template-columns: 65px 1fr;
	align-items: center;
	gap: 15px;
}
@media (min-width: 48em) {
	.p-flow__step-head {
		grid-template-columns: 80px 1fr;
		gap: 30px;
	}
}

.p-flow__step-number {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	display: block;
	padding-top: 6px;
	padding-left: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	color: var(--honda-red);
	line-height: 1;
	letter-spacing: 0.03em;
}
@media (min-width: 48em) {
	.p-flow__step-number {
		padding-top: 8px;
		font-size: 15px;
	}
}

.p-flow__step-title {
	display: block;
	font-size: 22px;
	color: var(--text-base);
	line-height: 1.5;
	letter-spacing: -0.02em;
}
@media (min-width: 48em) {
	.p-flow__step-title {
		font-size: 28px;
	}
}

.p-flow__step-content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-base);
}
@media (min-width: 48em) {
	.p-flow__step-content {
		margin-top: 22px;
	}
}

.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-sticky-link {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	width: 100%;
	padding-block: 17px;
	background-color: rgba(0, 0, 0, 0.65);
	transform: translateY(100.1%);
	transition: transform 0.5s ease;
}
@media (min-width: 48em) {
	.p-sticky-link {
		padding-block: 10px;
		padding-inline: 40px;
	}
}
.p-sticky-link.is-active {
	transform: translateY(0%);
}

.p-sticky-link__btn {
	display: grid;
	grid-template-columns: 7px 1fr 7px;
	gap: 8px;
	align-items: center;
	width: calc(100% - 30px);
	min-height: 57px;
	padding-inline: 18px;
	color: #fff;
	background-color: var(--honda-red);
	border: 1px solid var(--honda-red);
}
@media (min-width: 48em) {
	.p-sticky-link__btn {
		width: -moz-fit-content;
		width: fit-content;
		min-width: 405px;
		min-height: 68px;
		transition-property: color, background-color;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
	.p-sticky-link__btn:hover {
		background-color: #fff;
		color: var(--honda-red);
	}
}
.p-sticky-link__btn::before {
	content: '';
}

.p-sticky-link__btn-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.p-sticky-link__line1 {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-sticky-link__line1 {
		font-size: 13px;
	}
}

.p-sticky-link__line2 {
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}
@media (min-width: 48em) {
	.p-sticky-link__line2 {
		font-size: 21px;
	}
}
