@charset "utf-8";
@media screen and (max-width: 768px){
	br { display: none;}

	img { width: 100%;}

	.section+.section {
		margin-top: 50px;
	}

	.section.gray {
		padding: 50px 0;
		background: #f0f0f0;
	}

	.section h3 {
		margin: 0 20px 15px;
		text-align: center;
		font-size: 17px;
		line-height: 25px;
	}
	.section h3 span {
		display: inline-block;
		padding: 0 10px 10px;
		border-bottom: 3px solid #444;
		white-space: nowrap;
	}

	.section .link {
		margin: 0 20px 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.section .link a {
		color: #0064a1;
	}
	.section .link a:after{
		content: '';
		display: inline-block;
		position: relative;
		right: -5px;
		top: 4px;
		width: 20px;
		height: 20px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 0 / 100% no-repeat;
	}

	.section .link.frame a {
		padding: 12px 24px 12px 18px;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}


/* ----------------------------------------
	section_mv
---------------------------------------- */

	#section_mv {
		background: #000;
	}

	#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: 85%;
		margin: 20px auto 50px;
	}
	#contents_area .enquete a {
		display: block;
		background: url(../common/img/parts_ico_btn_detail_arrow_w.png) right 10px center / 20px no-repeat #0064a1;
		padding: 10px 40px 10px 10px;
		border-radius: 7px;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		line-height: 1.5;
	}
	#contents_area .enquete a small {
		display: inline-block;
		font-size: 10px;
	}


/* ----------------------------------------
	section_transform
---------------------------------------- */

	#section_transform a {
		display: block;
		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_sp.png) 0 / 100%;
		animation: 2s parts_anim_pc ease-in infinite;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding-bottom: 80px;
	}

	.item_list {
		margin: 0 15px;
	}
	.item_list li {
		margin: 0 0 15px;
		background-color: #fff;
	}
	#section_items .item_list li a {
		color: #444;
	}

	.item_list .box {
		padding: 15px;
	}

	.item_list h4 {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 24px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
	}
	.item_list h4 small {
		display: block;
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1;
	}

	.item_list .box .copy {
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.item_list .link {
		margin-bottom: 0;
	}
	.item_list .link span {
		color: #0064a1;
	}
	.item_list .link span::after{
		content: '';
		display: inline-block;
		position: relative;
		right: -5px;
		top: 4px;
		width: 20px;
		height: 20px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 0 / 100% no-repeat;
	}

	#section_items .index_bnr {
		margin: 40px 15px 0;
	}
}

@-webkit-keyframes parts_anim_sp {
	0%,100% {
		opacity: .1;
	}
	50% {
		opacity: 1;
	}
}
@keyframes parts_anim_sp {
	0%,100% {
		opacity: .1;
	}
	50% {
		opacity: 1;
	}
}