@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section+.section {
		margin-top: 115px;
	}
	
	.section.gray {
		padding: 70px 0;
		background-color: #f0f0f0;
	}

	.section img {
		max-width: 100%;
	}

	.section h3 {
		margin: 0 auto 50px;
		text-align: center;
		font-weight: normal;
		font-size: 38px;
		line-height: 54px;
	}
	.section h3 span {
		display: inline-block;
		padding: 0 40px 14px;
		border-bottom: 4px solid #444;
		line-height: 1;
	}

	.block {
		max-width: 1440px;
		margin: auto;
	}
	.block>a {
		display: block;
	}

	.block_inner {
		width: 980px;
		margin: auto;
	}

	.section .link {
		margin: 0 auto 20px;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}
	.section .link a {
		display: inline-block;
		padding-right: 26px;
		color: #0064a1;
	}
	.section .link a:after{
		content: '';
		display: inline-block;
		position: relative;
		top: 4px;
		right: -5px;
		width: 20px;
		height: 20px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 50% 0 / 100% no-repeat;
	}
	
	.section .link.frame a {
		padding: 12px 24px;
		border: 1px solid;
		border-radius: 2px;
		background: none;
	}
	.section .link.frame a::after {
		right: -7px;
	}
	.section .link.frame a span {
		display: inline-block;
	}


/* ----------------------------------------
	section_mv
---------------------------------------- */

	#section_mv {
		overflow: hidden;
		position: relative;
		height: calc(100vh - 176px);
		min-height: 551.25px;
		max-height: calc((100vw - 17px) * .5625);
		background: #000;
	}

	#mv {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		min-height: 100%;
		transform: translateY(-50%);
	}
	#mv>div {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	#mv>div::after,
	#mv video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#mv>div::after {
		content: '';
	}

	#mv .vjs-poster,
	#mv .vjs-loading-spinner,
	#mv .vjs-big-play-button,
	#mv .vjs-control-bar {
		display: none !important;
	}


/* ----------------------------------------
	enquete
---------------------------------------- */

	#contents_area .enquete {
		width: 980px;
		margin: 115px auto;
		text-align: center;
	}
	#contents_area .enquete a {
		display: inline-block;
		background: url(../common/img/parts_ico_btn_detail_arrow_w.png) right 20px center / 20px no-repeat #0064a1;
		padding: 14px 50px 14px 20px;
		border-radius: 7px;
		text-align: left;
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		line-height: 1.75;
	}
	#contents_area .enquete a small {
		display: inline-block;
		font-size: 11px;
	}


/* ----------------------------------------
	section_transform
---------------------------------------- */

	#section_transform a {
		position: relative;
	}
	#section_transform .parts,
	#section_transform .parts::after {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#section_transform .parts::after {
		content: '';
		background: url(../img/transform_parts_fx_pc.png) 0 / 100%;
		animation: 2s parts_anim_pc ease-in infinite;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items .item_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 70px;
	}
	#section_items .item_list li {
		width: 475px;
		background: #fff;
	}
	#section_items .item_list li:nth-child(n+3) {
		margin-top: 30px;
	}
	#section_items .item_list li a {
		display: block;
		color: #444;
	}
	
	#section_items .item_list .img {
		overflow: hidden;
		position: relative;
	}
	#section_items .item_list .img img {
		transition: transform .3s ease-out;
	}
	#section_items .item_list li:hover .img img {
		transform: scale(1.05);
	}
	
	#section_items .item_list .box {
		padding: 30px 40px;
	}
	
	#section_items .item_list h4 {
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		font-size: 26px;
		line-height: 38px;
	}
	#section_items .item_list h4 small {
		display: block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1;
	}

	#section_items .item_list .copy {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .item_list .link {
		margin-top: 30px;
		text-align: left;
		color: #0064a1;
	}
	#section_items .item_list .link span {
		display: inline-block;
		padding-right: 26px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 20px no-repeat;
	}

	#section_items .index_bnr {
		margin-top: 80px;
		text-align: center;
	}
}

@-webkit-keyframes parts_anim_pc {
	0%,100% {
		opacity: .1;
	}
	50% {
		opacity: 1;
	}
}
@keyframes parts_anim_pc {
	0%,100% {
		opacity: .1;
	}
	50% {
		opacity: 1;
	}
}