@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section+.section {
		margin-top: 100px;
	}
	.section img,
	.section li a {
		display: block;
	}
	.section img {
		width: 100%;
	}
	.section h3 {
		margin-bottom: 60px;
		text-align: center;
		font-size: 38px;
	}
	.section h3 span {
		display: inline-block;
		padding: 0 40px 14px;
		border-bottom: 4px solid #444;
	}

	#mv,
	#mv img {
		position: relative;
	}
	#mv p {
		position: absolute;
		left: calc(623 / 1024 * 100%);
		top: 0;
		width: calc(264 / 1024 * 100%);
		margin-top: calc(137 / 1024 * 100%);
	}

	.questionnaire dl {
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 640px;
		margin: 60px auto 0;
		padding: 10px;
		border: 1px solid #e40012;
	}
	.questionnaire dt {
		padding: 0 22px 0 10px;
	}
	.questionnaire dd {
		width: 220px;
	}
	.questionnaire dd img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	#top_bnr {
		max-width: 1240px;
		margin: 50px auto 100px;
	}


/* ----------------------------------------
	section_special
---------------------------------------- */

	#section_special {
		max-width: 1440px;
		min-width: 1024px;
	}
	#section_special li a,
	#section_special li img {
		position: relative;
	}
	#section_special li p {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		left: 0;
		top: 50%;
		width: 290px;
		height: 60px;
		transform: translateY(-50%);
	}
	#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: 24px;
		height: 24px;
		margin: 0 20px 0 15px;
		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: 20px;
	}

	#section_special .movie p img {
		height: 22px;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding: 70px 0 100px;
		background: #f0f0f0;
	}
	#section_items ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section_items li {
		width: 475px;
		background: #fff;
	}
	#section_items li:nth-child(n+3) {
		margin-top: 30px;
	}
	#section_items li a {
		color: inherit;
	}
	
	#section_items .img {
		overflow: hidden;
		position: relative;
	}
	#section_items .img img {
		width: 100%;
		transition: transform .3s ease-out;
	}
	#section_items li:hover .img img {
		transform: scale(1.05);
	}

	#section_items .box {
		padding: 30px 40px;
	}
	
	#section_items h4 {
		font-family: var(--font-bold);
		font-size: 26px;
		line-height: 38px;
	}
	#section_items h4 small {
		display: block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1;
	}

	#section_items .copy {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .link {
		margin-top: 30px;
		text-align: left;
		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;
	}
}