@charset "utf-8";

@media print, screen and (max-width : 768px){
	.section img {
		display: block;
	}


/* ----------------------------------------
	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: 50px 0 80px;
		background: 0 0 / 100%;
	}

	#section_style li+li {
		margin-top: 80px;
	}
	#section_style li>div {
		position: relative;
		margin-top: 30px;
	}
	#section_style h4 {
		font-family: var(--font-bold);
		font-size: 24px;
		line-height: 36px;
	}
	#section_style h4 small {
		font-size: 18px;
	}
	#section_style h4+p {
		margin-top: 5px;
		font-size: 16px;
		line-height: 28px;
	}
	#section_style li>div figure {
		margin-top: 30px;
	}

	#section_style li .link {
		margin-top: 20px;
	}


/* ----------------------------------------
	section_item
---------------------------------------- */

	#section_item.utility,
	#section_item.safety {
		padding-bottom: 80px;
		border-bottom: 1px solid #dcdcdc;
	}

	#section_item h3 {
		padding: 50px 0;
		text-align: center;
		font-family: var(--font-bold);
		font-size: 30px;
	}
	#section_item h3 small {
		display: inline-block;
		margin-bottom: 15px;
		font-size: 20px;
	}

	.item_list {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.item_list li {
		position: relative;
		background: #f0f0f0;
	}
	.item_list li+li {
		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: 15px 15px 20px;
		font-size: 18px;
		line-height: 28px;
	}
	.item_list li a p:first-child {
		color: #444;
	}

	.item_list li .link {
		margin-top: 20px;
		text-align: right;
	}
	.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%;
		transition-property: opacity;
	}
	.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-top: 20px;
		border-top: 2px solid #fff;
	}
	.item_list .auto_anim+div .link {
		margin-top: 0;
		font-size: 14px;
	}

/* movie
---------------------------------------- */

.item_list li>.movie {
	position: relative;
	padding: 56.25% 0 0;
}
.item_list li>.movie>div {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
}
.item_list li>.movie video {
	width: 100%;
}

/* protection
---------------------------------------- */

	#section_item.protection .item_nav {
		margin-bottom: 65px;
	}
	#section_item.protection .item_nav li {
		margin-bottom: 15px;
	}
	#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: 10px;
		bottom: 10px;
		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: 10px;
		top: calc(20 / 375 * 100vw);
		margin-top: -.25em;
		text-indent: -.5em;
		font-size: calc(16 / 375 * 100vw);
		line-height: 1.5em;
	}
	#section_item.protection .item_nav li div>span {
		font-size: calc(20 / 375 * 100vw);
	}

	#section_item.protection .block.bg {
		padding: 80px 0;
		background: #f7f7f7;
	}
	#section_item.protection .block.bg li {
		background: #fff;
	}

	.item_list li>a[name] {
		position: absolute;
		top: -87px;
	}

/* safety
---------------------------------------- */

	#section_item.safety li .name {
		margin-top: 25px;
		font-size: 16px;
		line-height: 1;
	}


/* ----------------------------------------
	section_special_nav
---------------------------------------- */

	#section_special_nav {
		margin-top: 80px;
	}
	#section_special_nav li+li {
		margin-top: 30px;
	}
	#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 15px 20px;
		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 {
		margin-top: 20px;
		text-align: right;
		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: 80px;
	}

	#common_links .block_inner {
		padding-top: 80px;
		border-top: 1px solid #dcdcdc;
	}
}