@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section,
	.block {
		position: relative;
	}
	.section img {
		max-width: 100%;
	}

	.section .anchor {
		position: absolute;
		right: 100%;
		top: -172px;
	}

	.section h3 {
		padding: 21px 0;
		background: #000;
		text-align: center;
		color: #fff;
		font-size: 38px;
	}

	.block_inner {
		max-width: 1280px;
		margin: 0 auto;
	}

	.section .link {
		margin: 100px auto 0;
		text-align: center;
	}
	.section .link a {
		display: inline-block;
		letter-spacing: .06em;
		color: #0064a1;
		font-size: 16px;
		line-height: 20px;
	}
	.section .link a:after {
		content: '';
		display: inline-block;
		position: relative;
		right: -10px;
		width: 20px;
		height: 20px;
		background: url(../../common/img/parts_ico_btn_detail_arrow.png) 50% 0 / 100% no-repeat;
		vertical-align: top;
	}

	.section .link.frame a {
		padding: 15px 60px;
		border: 1px solid;
		border-radius: 2px;
	}

	#footer_topic_path {
		margin-top: 85px;
	}


/* ----------------------------------------
	Animation
---------------------------------------- */

	.anim_ready .scroll_anim {
		opacity: 0;
		backface-visibility: hidden;
	}

	.anim_ready .scroll_anim:not(.block) {
		transform: translateY(50px);
	}

	.anim_ready .anim_end {
		opacity: 1;
		transition: .75s;
		transition-property: opacity;
	}

	.anim_ready .scroll_anim.anim_end:not(.block) {
		transform: translateY(0) !important;
		transition-property: opacity, transform;
	}


/* ----------------------------------------
	section_mv
---------------------------------------- */

	#mv {
		position: relative;
		max-width: 1280px;
		margin: auto;
		cursor: grab;
	}

	#mv:active {
		cursor: grabbing;
	}

	#mv_on {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 100%;
		min-width: 10px;
		height: 100%;
	}

	.anim_ready #mv_on {
		width: 0;
	}

	.anim_pc #mv_on {
		width: 98%;
		animation: 3s cubic-bezier(0.86, 0, 0.07, 1) mv_anim_pc;
	}

	.anim_pc.anim_end #mv_on {
		transition: 0s;
	}

	#mv_on .img {
		overflow: hidden;
		height: 100%;
	}

	#mv_on img {
		max-width: none;
		height: 100%;
	}

	#mv_bar {
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #fff;
	}
	#mv_bar::before,
	#mv_bar::after {
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -10px;
		border: solid transparent;
		border-width: 10px 15px;
	}
	#mv_bar::before {
		left: -35px;
		border-right-color: #fff;
	}
	#mv_bar::after {
		right: -35px;
		border-left-color: #fff;
	}

	#mv_scroll {
		position: absolute;
		left: 50%;
		bottom: 17px;
		width: 59px;
		height: 35px;
		margin-left: -30px;
	}
	#mv_scroll::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 12px;
		background: url(../img/mv_scroll_arrow.svg) 50% / auto 100% no-repeat;
		animation: scroller_pc 1s infinite;
	}


/* ----------------------------------------
	section_style
---------------------------------------- */

	#section_style,
	#section_style .block+.block {
		margin-top: 160px;
	}

	#section_style .block_title {
		text-align: center;
	}
	#section_style .block_title::before {
		content: '';
		display: block;
		width: 1px;
		height: 200px;
		margin: 0 auto 20px;
		background: #000;
	}

	.anim_ready #section_style .block_title::before {
		height: 0;
	}

	.anim_ready #section_style .anim_end .block_title::before {
		height: 200px;
		transition: 1.5s height;
	}

	#section_style .block_title h4 img {
		height: 56px;
	}
	#section_style .block_title h4+p {
		margin-top: 30px;
		letter-spacing: .2em;
		font-size: 23px;
		line-height: 1;
	}
	#section_style .block_title figure {
		margin-top: 93px;
	}

	#section_style .block_inner {
		max-width: 1180px;
	}

	#section_style [data-item] {
		display: flex;
		margin-top: 100px;
	}
	#section_style [data-item='01'],
	#section_style [data-item='04'],
	#style_casual [data-item='03'] {
		flex-direction: row-reverse;
		text-align: right;
	}
	#section_style li figure {
		width: 660px;
	}
	#section_style li>div {
		display: flex;
		flex-direction: column;
		max-width: 500px;
		margin-left: 20px;
	}
	#section_style [data-item='01']>div,
	#section_style [data-item='04']>div,
	#style_casual [data-item='03']>div {
		margin-left: 0;
		margin-right: 20px;
	}

	#section_style .copy {
		margin: auto 0 0;
		font-size: 20px;
		line-height: 2;
	}

	#section_style .item {
		margin-top: 20px;
	}
	#section_style .item li {
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		font-size: 14px;
	}
	#section_style .item li+li {
		margin-top: 1em;
	}
	#section_style .item small {
		display: block;
		margin-top: 5px;
		font-weight: normal;
		font-size: 12px;
		line-height: 1.5;
	}

	#section_style .block_inner>figure {
		margin: 100px 0 0 270px;
	}
}

@-webkit-keyframes mv_anim_pc {
	0% {
		width: 0%;
	}
	95% {
		width: 100%;
	}
	100% {
		width: 98%;
	}
}
@keyframes mv_anim_pc {
	0% {
		width: 0%;
	}
	95% {
		width: 100%;
	}
	100% {
		width: 98%;
	}
}

@-webkit-keyframes scroller_pc {
	0% { bottom: 0; }
	100% { bottom: -10px; }
}
@keyframes scroller_pc {
	0% { bottom: 0; }
	100% { bottom: -10px; }
}