@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section img {
		display: block;
		max-width: 100%;
	}

	#mv img {
		width: 100%;
	}


/* ----------------------------------------
	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;
		transform: translateY(0) !important;
		transition: 1.25s;
		transition-property: opacity, transform;
	}


/* ----------------------------------------
	section_style
---------------------------------------- */

	#section_style {
		padding: 80px 0 120px;
		background: 50% 0 no-repeat;
	}

	#section_style li+li {
		margin-top: 120px;
	}
	#section_style li>figure {
		width: 520px;
	}
	#section_style li>div {
		position: relative;
		margin-top: 40px;
	}
	
	#section_style .box_flex {
		justify-content: space-between;
	}

	#section_style .flex_stretch {
		align-items: stretch;
	}

	#section_style .box_flex>div {
		width: 420px;
		margin-top: 0;
	}

	#section_style .box_flex.rev>figure {
		order: 2;
	}
	
	#section_style .align_l,
	#section_style .align_r {
		width: 520px;
	}

	#section_style .align_l { margin-left: 150px; }
	#section_style .align_r { margin-left: 310px; }

	#section_style h4 {
		font-family: var(--font-bold);
		font-size: 34px;
		line-height: 46px;
	}
	#section_style h4 small {
		font-size: 21px;
	}
	#section_style h4+p {
		margin-top: 15px;
		font-size: 16px;
		line-height: 28px;
	}

	#section_style li .link {
		margin-top: 30px;
		text-align: left;
	}


/* ----------------------------------------
	section_item
---------------------------------------- */

	#section_item.utility,
	#section_item.safety {
		padding-bottom: 120px;
		border-bottom: 1px solid #dcdcdc;
	}

	#section_item h3 {
		padding: 80px 0;
		text-align: center;
		font-family: var(--font-bold);
		font-size: 40px;
	}
	#section_item h3 small {
		display: inline-block;
		margin-bottom: 25px;
		font-size: 27px;
	}

	.item_list {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.item_list li {
		position: relative;
		width: 465px;
		background: #f0f0f0;
	}
	.item_list li:nth-child(n+3) {
		margin-top: 50px;
	}
	.item_list li>a {
		display: block;
		position: relative;
		box-sizing: border-box;
		height: 100%;
	}
	.item_list li>a>div,
	.item_list li>div {
		padding: 25px 30px 75px;
		font-size: 21px;
		line-height: 31px;
	}
	.item_list li a p:first-child {
		color: #444;
	}

	.item_list li .link {
		position: absolute;
		right: 30px;
		bottom: 30px;
		line-height: 20px;
	}
	.item_list li .link span {
		display: inline-block;
		padding-right: 26px;
		background: url(/ACCESS/fit/common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 20px no-repeat;
	}
	.item_list li .link a::after {
		right: 0;
		top: 0;
		margin-left: 10px;
		vertical-align: top;
	}

/* auto_anim
---------------------------------------- */

	.item_list .auto_anim {
		opacity: 1;
		position: relative;
		padding-top: calc(450 / 690 * 100%);
		transform: none !important;
	}
	.item_list .auto_anim::after {
		content: '';
		position: absolute;
		z-index: 2;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: solid 1px #f0f0f0;
	}
	.auto_anim img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
	}
	.auto_anim img:nth-child(n+2) {
		opacity: 0;
		transition-property: opacity;
	}

	.auto_anim.played .on {
		opacity: 1;
		z-index: 2;
	}

	.item_list .auto_anim+div {
		padding-bottom: 25px;
		border-top: 2px solid #fff;
	}
	.item_list .auto_anim+div .link {
		position: static;
		text-align: right;
		font-size: 14px;
	}

/* movie
---------------------------------------- */

	.item_list li>.movie {
		padding: 0;
	}

/* protection
---------------------------------------- */

	#section_item.protection .item_nav {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 70px;
	}
	#section_item.protection .item_nav li {
		width: 465px;
		margin-bottom: 50px;
	}
	#section_item.protection .item_nav li a {
		display: block;
		position: relative;
		border: 1px solid #dcdcdc;
		color: #000;
	}
	#section_item.protection .item_nav li a::after {
		content: '';
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 20px;
		height: 20px;
		background: url(/ACCESS/fit/common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 20px no-repeat;
		transform: rotateZ(90deg);
	}
	#section_item.protection .item_nav li div {
		position: absolute;
		left: 20px;
		top: 20px;
		margin-top: -4px;
		text-indent: -.5em;
		font-size: 21px;
		line-height: 35px;
	}
	#section_item.protection .item_nav li div>span {
		font-size: 28px;
	}

	#section_item.protection .block.bg {
		padding: 120px 0;
		background: #f7f7f7;
	}
	#section_item.protection .block.bg li {
		background: #fff;
	}

	.item_list li>a[name] {
		position: absolute;
		top: -120px;
	}

/* safety
---------------------------------------- */

	#section_item.safety li .name {
		margin-top: 25px;
		font-size: 16px;
		line-height: 1;
	}


/* ----------------------------------------
	section_special_nav
---------------------------------------- */

	#section_special_nav {
		margin-top: 120px;
	}
	#section_special_nav ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		margin: -25px -25px 0 0;
	}
	#section_special_nav li {
		width: 310px;
		margin: 25px 25px 0 0;
	}
	#section_special_nav li a {
		display: block;
		position: relative;
		box-sizing: border-box;
		height: 100%;
		border: solid #dcdcdc;
		border-width: 0 1px 1px;
	}
	#section_special_nav li figure {
		margin: 0 -1px;
	}

	#section_special_nav li a[href$='protection/'] figure {
		border: solid 1px #dcdcdc;
	}
	
	#section_special_nav li div {
		padding: 15px 20px 65px;
		font-family: var(--font-bold);
		font-size: 16px;
		line-height: 26px;
	}
	#section_special_nav li p:first-child {
		color: #444;
	}
	#section_special_nav li small {
		font-size: 14px;
	}

	#section_special_nav li .link {
		position: absolute;
		right: 20px;
		bottom: 20px;
		font-family: var(--font-normal);
		line-height: 20px;
	}
	#section_special_nav li .link span {
		display: inline-block;
		padding-right: 26px;
		background: url(/ACCESS/fit/common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 20px no-repeat;
	}


/* ----------------------------------------
	common_links
---------------------------------------- */

	#common_links {
		margin-top: 100px;
	}

	#common_links .block_inner {
		padding: 80px 0;
		border-top: 1px solid #dcdcdc;
	}
}