@charset "utf-8";

@media screen and (max-width : 768px){
	.section+.section {
		margin-top: 80px;
	}
	.section img,
	.section li a {
		display: block;
	}
	.section h3 {
		margin: 0 25px 30px;
		text-align: center;
		font-size: 23px;
	}
	.section h3 span {
		display: inline-block;
		padding: 0 10px 10px;
		border-bottom: 3px solid #444;
		white-space: nowrap;
	}

	#mv,
	#mv img {
		position: relative;
	}
	#mv p {
		position: absolute;
		left: 50%;
		top: calc(78 / 375 * 100vw);
		width: calc(304 / 375 * 100vw);
		transform: translateX(-50%);
	}

	.questionnaire {
		padding: 20px 20px 45px;
	}
	.questionnaire dl {
		padding: 20px;
		border: 1px solid #e40012;
	}
	.questionnaire dt {
		max-width: 306px;
		margin: 0 auto;
	}
	.questionnaire dt img {
		width: 100%;
	}
	.questionnaire  dd {
		padding: 10px 24% 0;
		text-align: center;
	}
	.questionnaire dd img {
		max-width: 160px;
	}

	#top_bnr {
		width: calc(325 / 375 * 100vw);
		margin: 50px auto 80px;
	}


/* ----------------------------------------
	section_special
---------------------------------------- */

	#section_special li+li {
		margin-top: 2px;
	}
	#section_special li a,
	#section_special li img {
		position: relative;
	}
	#section_special li p {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: calc(60 / 375 * 100vw);
	}
	#section_special li p::before {
		content: '';
		opacity: .7;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	#section_special li p::after {
		content: '';
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
		margin-left: calc(12 / 375 * 100vw);
		background: url(../common/img/parts_ico_btn_detail_arrow_w.png) 50% 50% / contain no-repeat;
	}

	#section_special .exterior p::before { background-color: #71797d; }
	#section_special .interior p::before { background-color: #6291b9; }
	#section_special .movie p::before { background-color: #e6e6e6; }

	#section_special li p img {
		width: auto;
		height: calc(30 / 750 * 100vw);
	}

	#section_special .movie p img {
		height: calc(33 / 750 * 100vw);
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding: 50px 0 88px;
		background: #f0f0f0;
	}
	#section_items li {
		background: #fff;
	}
	#section_items li+li {
		margin-top: 15px;
	}
	#section_items li a {
		color: inherit;
	}

	#section_items .box {
		padding: 15px;
	}

	#section_items h4 {
		font-family: var(--font-bold);
		font-size: 18px;
		line-height: 24px;
	}
	#section_items h4 small {
		display: block;
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1;
	}

	#section_items .copy {
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
	}

	#section_items .link {
		margin-top: 15px;
		color: #0064a1;
	}
	#section_items .link span {
		display: inline-block;
		padding-right: 26px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 20px no-repeat;
	}
}