@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section+.section {
		margin-top: 100px;
	}
	.section img,
	.section li a {
		display: block;
	}
	.section img {
		max-width: 100%;
	}
	.section h3 {
		margin-bottom: 60px;
		text-align: center;
		font-size: 38px;
	}
	.section h3 span {
		display: inline-block;
		padding: 0 40px 14px;
		border-bottom: 4px solid #444;
	}


/* ----------------------------------------
	mv
---------------------------------------- */

	#mv,
	#mv ul {
		position: relative;
	}
	#mv {
		margin-top: calc(10 / 1280 * 100%);
	}
	#mv img {
		width: 100%;
	}
	#mv>p {
		position: absolute;
		left: calc(320 / 1280 * 100%);
		top: calc(160 / 548 * 100%);
		width: calc(474 / 1280 * 100%);
	}
	#mv li {
		overflow: hidden;
		flex: 1;
		background: 0 0 / cover no-repeat;
	}
	#mv li:nth-child(1) {
		background-image: url(../img/mv_bg01.png);
	}
	#mv li:nth-child(2) {
		background-image: url(../img/mv_bg02.png);
		margin: 0 calc(10 / 1280 * 100%);
	}
	#mv li:nth-child(3) {
		background-image: url(../img/mv_bg03.jpg);
	}
	#mv li img {
		transform: translateX(-100%);
	}

	#mv.loaded li img {
		transition: .5s .5s transform;
		transform: translateX(0);
	}


/* ----------------------------------------
	section_special
---------------------------------------- */

	#section_special {
		position: relative;
	}
	#section_special>a[name] {
		position: absolute;
		top: 0;
		margin-top: -221px;
	}
	#section_special li a {
		color: inherit;
	}

	#section_special .style .block_inner {
		padding: 35px 0 30px;
		background: #f7f7f7;
		text-align: center;
	}
	#section_special .style p {
		display: inline-block;
		padding-bottom: 5px;
		border-bottom: 4px solid #d3d3d3;
		font-size: 28px;
	}
	#section_special .style p img {
		position: relative;
		display: inline-block;
		margin-right: 10px;
	}
	#section_special .style ul {
		margin-top: 40px;
	}
	#section_special .style li {
		width: 312px;
	}
	#section_special .style li+li {
		margin-left: 11px;
	}
	#section_special .style li a span {
		display: inline-block;
		position: relative;
		margin-top: 28px;
		padding-right: 32px;
		font-size: 18px;
	}
	#section_special .style li a span::after,
	#section_special .function li a::after {
		content: '';
		position: absolute;
		width: 20px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 100% no-repeat;
	}
	#section_special .style li a span::after {
		right: 0;
		top: -1px;
		bottom: -1px;
	}

	#section_special .function {
		margin-top: 50px;
	}
	#section_special .function li+li {
		margin-left: 26px;
	}
	#section_special .function li a {
		position: relative;
	}
	#section_special .function li a::before,
	#section_special .function li a::after,
	#section_special .function li a span {
		z-index: 2;
	}
	#section_special .function li a::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: 1px solid #dcdcdc;
	}
	#section_special .function li:first-child a::before {
		display: none;
	}
	#section_special .function li a::after {
		left: 12px;
		bottom: 12px;
		height: 22px;
	}
	#section_special .function li a span {
		position: absolute;
		left: 12px;
		top: 30px;
		margin-top: -4px;
		text-shadow: 0 0 6px #fff;
		font-size: 27px;
		line-height: 35px;
	}
	#section_special .function li img {
		position: relative;
		z-index: 1;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding: 70px 0;
		background: #f7f7f7;
	}
	#section_items ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section_items li {
		width: 475px;
		background: #fff;
	}
	#section_items li:nth-child(n+3) {
		margin-top: 30px;
	}
	#section_items li a {
		color: inherit;
	}
	
	#section_items .img {
		overflow: hidden;
		position: relative;
	}
	#section_items .img img {
		width: 100%;
		transition: transform .3s ease-out;
	}
	#section_items li:hover .img img {
		transform: scale(1.05);
	}

	#section_items .box {
		padding: 30px 40px;
	}
	
	#section_items h4 {
		font-family: var(--font-bold);
		font-size: 26px;
		line-height: 38px;
	}
	#section_items h4 small {
		display: block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1;
	}

	#section_items .copy {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .link {
		margin-top: 30px;
		text-align: left;
		color: #0064a1;
	}
	#section_items .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;
	}
	#section_items .index_bnr a {
		display: inline-block;
	}


/* ----------------------------------------
	footer_topic_path
---------------------------------------- */
	
	#footer_topic_path {
		margin-top: 80px;
	}
}