@charset "utf-8";

@media print, screen and (min-width : 769px){
	.link {
		margin: 0 auto 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		color: #0064a1;
	}
	
	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(../../common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}	


	/* ピックアップ */
	/* .section */
	.section {
		margin: 70px auto;
	}

	.section.gray {
		padding-top: 70px;
		padding-bottom: 70px;
		background-color: #f0f0f0;
	}

	.section h3 {
		margin: 0 auto 70px;
		text-align: center;
		font-size: 38px;
		font-weight: normal;
	}

	.section h3 span {
		display: inline-block;
		padding: 0 40px 14px;
		border-bottom: 4px solid #444;
	}


	/* .block */
	.block {
		margin: 0 auto 80px;
	}
	
	.block:last-child {
		margin-bottom: 150px;
	}
	
	.block img {
		max-width: 100%;
	}

	.block .block_inner {
		width: 980px;
		margin: 0 auto;
	}

	.block .block_copy {
		margin-bottom: 30px;
		font-size: 38px;
		line-height: 54px;
		text-align: center;
	}
	
	.block .box_flex {
		background-color: #f4f4f4;
	}

	.block .box_flex .img {
		line-height: 0;
		font-size: 0;
	}

	.block .box_flex .img img {
		width: 572px;
		height: auto;
	}

	.block .box_flex .box {
		width: 408px;
		padding-left: 50px;
		padding-right: 40px;
		box-sizing: border-box;
		color: #444;
	}

	.block .box_flex .box .copy {
		font-size: 26px;
		line-height: 38px;
	}

	.block .box_flex .box .link {
		margin-top: 35px;
		text-align: left;
	}
	
	.block .box_flex .box .link span {
		color: #0064a1;
	}
	
	.block .box_flex .box .link span:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(../../common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}
	
	.block .caution {
		width: 980px;
		margin: 10px auto 0;
		text-align: right;
	}


/* ----------------------------------------
	section_tailgatespoiler
---------------------------------------- */

	#section_tailgatespoiler {
		margin: 35px 0 0;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		line-height: calc(27 / 20);
	}

	#section_tailgatespoiler .block {
		margin-bottom: 0;
	}

	#section_tailgatespoiler .block_inner {
		box-sizing: border-box;
		padding: 40px;
		background: #000;
	}

	#section_tailgatespoiler .note {
		margin-top: 40px;
		font-weight: normal;
		font-size: 16px;
		line-height: 1;
	}

	#section_tailgatespoiler .title {
		text-align: center;
		font-weight: bold;
		font-size: 36px;
		line-height: 1;
	}
	#section_tailgatespoiler .title span:last-child {
		display: block;
		margin-top: 10px;
		font-size: 28px;
	}

	#section_tailgatespoiler figure {
		position: relative;
		margin-top: 40px;
	}
	#section_tailgatespoiler figcaption {
		position: absolute;
		left: 220px;
		top: 205px;
		font-weight: normal;
		font-size: 18px;
		line-height: 1;
	}

	#section_tailgatespoiler .heading {
		margin-top: 30px;
	}

	#section_tailgatespoiler .info {
		margin-top: 35px;
		padding-top: 18px;
		border-top: 1px solid;
	}
	#section_tailgatespoiler .info dl {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	#section_tailgatespoiler .info .note {
		margin-top: 18px;
	}

	#section_tailgatespoiler .detail {
		margin-top: 18px;
		border-top: 1px solid;
		padding-top: 35px;
	}
	#section_tailgatespoiler .detail::after {
		content: '';
		display: block;
		clear: left;
	}
	#section_tailgatespoiler .detail dd {
		display: inline-block;
	}


/* ----------------------------------------
	movie_modal
---------------------------------------- */

	#movie_modal {
		position: fixed;
		text-align: center;
		white-space: nowrap;
	}
	#movie_modal::after,
	#movie_modal_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#movie_modal::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#movie_modal_inner {
		position: relative;
		width: 90%;
		max-width: 800px;
	}
	#movie_modal_data {
		position: relative;
		padding-top: 56.25%;
	}
	#movie_modal_data iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}