@charset "utf-8";

@media screen and (max-width : 768px){
	#contents_area {
		background: var(--acd-color-bg);
		color: var(--acd-color-text);
	}

	.section {
		position: relative;
		z-index: 1;
	}
	.section img {
		display: block;
		max-width: 100%;
	}
	.section h3 {
		text-align: center;
		letter-spacing: .07em;
		font-size: calc(32 / 750 * 100vw);
	}
	.section h3 span {
		display: inline-block;
		box-sizing: border-box;
		padding: 0 .5em .5em;
		border-bottom: 1px solid;
	}

	.section .anc {
		position: absolute;
	}

	.block_inner {
		margin: 0;
	}

	.section .movie {
		position: relative;
		z-index: 1;
		padding-top: 56.25%;
	}
	.section .movie iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.movie_area {
		width: calc(680 / 750 * 100vw);
		margin: auto;
	}

	.section .modal_mov_open img {
		display: block;
		width: 100%;
	}


/* ----------------------------------------
	Animation
---------------------------------------- */

	.anim_ready .scroll_anim:not([data-anim-parent*='sp']),
	.anim_ready [data-anim-children*='sp'] {
		opacity: 0;
		backface-visibility: hidden;
		transform: translate(0,40px);
	}

	.anim_ready .anim_end:not([data-anim-parent*='sp']),
	.anim_ready .anim_end [data-anim-children*='sp'] {
		opacity: 1 !important;
		transform: translate(0,0) !important;
		transition-duration: .75s;
		transition-property: opacity, transform;
	}

	.anim_end[data-anim-order$='2'],
	.anim_end [data-anim-order$='2'] { transition-delay: .2s; }
	.anim_end[data-anim-order$='3'],
	.anim_end [data-anim-order$='3'] { transition-delay: .4s; }
	.anim_end[data-anim-order$='4'],
	.anim_end [data-anim-order$='4'] { transition-delay: .6s; }


/* ----------------------------------------
	section_kv
---------------------------------------- */

#kv_sound,
#kv_restart {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
#kv_sound {
	right: 10px;
	background: url(../img/ico_audio_on.png) 50% 50% / contain no-repeat;
}

#kv_sound.on {
	background-image:url(../img/ico_audio_off.png);
}

#kv_restart {
	right: 56px;
	border: 1px solid #fff;
	border-radius: 50%;
}
#kv_restart::before,
#kv_restart::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}
#kv_restart::before {
	left: 8px;
	width: 2px;
	height: 18px;
	background: #fff;
}
#kv_restart::after {
	right: 8px;
	border: solid transparent;
	border-width: 9px 16px;
	border-right-color: #fff;
}


/* ----------------------------------------
	section_title
---------------------------------------- */

#section_title {
	padding: calc(170 / 750 * 100vw) 0 calc(200 / 750 * 100vw);
	text-align: center;
	color: var(--acd-color-text);
	font-size: calc(48 / 750 * 100vw);
	line-height: calc(88 / 750 * 100vw);
	background: #f4f4f4;
}

#section_title .movie_area {
	margin-top: calc(50 / 750 * 100vw);
}


/* ----------------------------------------
	section_style
---------------------------------------- */

.section_style {
	padding-bottom: calc(220 / 750 * 100vw);
	background: 50% 100% / 100% no-repeat;
}

#section_sports {
	background-image: url(../img/sportsline_bg_sp.jpg);
	background-color: #000;
	color: #fff;
}

#section_touring {
	background-image: url(../img/touringline_bg_sp.jpg);
	background-color: #d7dddd;
	color: #000;
}

.style_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: calc(140 / 750 * 100vw) 0 calc(130 / 750 * 100vw);
	background: 50% 100% / cover;
}

#section_sports .style_header {
	background-image: url(../img/sportsline_title_bg.jpg);
}

#section_touring .style_header {
	background-image: url(../img/touringline_title_bg.jpg);
}

.section_style h3 img {
	width: auto;
	height: calc(52 / 750 * 100vw);
	margin: auto;
}
.section_style h3+p {
	margin-top: 1.25em;
	letter-spacing: .05em;
	font-size: calc(32 / 750 * 100vw);
	line-height: 1.5;
}

.style_car {
	display: flex;
	justify-content: center;
	height: calc(450 / 750 * 100vw);
}
.style_car picture {
	height: 100%;
}
.style_car img {
	width: auto;
	max-width: none;
	height: 100%;
}

.equipment_list {
	width: calc(640 / 750 * 100vw);
	margin: calc(100 / 750 * 100vw) auto 0;
}
.equipment_list li:nth-child(n+2) {
	margin-top: calc(40 / 750 * 100vw);
}
.equipment_list li p {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-height: calc(100 / 750 * 100vw);
	padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
	font-size: calc(32 / 750 * 100vw);
	line-height: calc(40 / 750 * 100vw);
}

#section_sports .equipment_list li p {
	background: #000;
}

#section_touring .equipment_list li p {
	background: #c9d6d8;
}

.section_style .movie_area {
	margin-top: calc(160 / 750 * 100vw);
}


/* ----------------------------------------
	section_illumination
---------------------------------------- */

#section_illumination {
	margin-top: calc(160 / 750 * 100vw);
}
#section_illumination h3 span {
	min-width: calc(436 / 750 * 100vw);
}

#section_illumination .movie_area {
	margin-top: calc(100 / 750 * 100vw);
}


/* ----------------------------------------
	section_items
---------------------------------------- */

#section_items {
	margin-top: calc(180 / 750 * 100vw);
}
#section_items h3 span {
	min-width: calc(232 / 750 * 100vw);
}

#section_items .item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: calc(680 / 750 * 100vw);
	margin: calc(100 / 750 * 100vw) auto calc(-30 / 750 * 100vw);
}
#section_items .item_list li {
	width: calc(324 / 750 * 100vw);
	margin-bottom: calc(30 / 750 * 100vw);
}
#section_items .item_list li>a {
	display: block;
}
#section_items .item_list a>div {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: calc(10 / 750 * 100vw) calc(14 / 750 * 100vw);
	background: #fff;
}
#section_items .item_list h4 {
	width: 100%;
	color: var(--acd-color-text);
	font-size: calc(24 / 750 * 100vw);
}

#section_items .item_list .link {
	margin: calc(18 / 750 * 100vw) 0 0 auto;
	padding-right: calc(40 / 750 * 100vw);
	background: url(../img/item_link_arrow.svg) 100% 50% / calc(9 / 750 * 100vw) no-repeat;
	letter-spacing: .07em;
	font-size: calc(20 / 750 * 100vw);
	line-height: 1;
}


/* ----------------------------------------
	cta, footer
---------------------------------------- */

	.cta .box div {
		width: 80%;
		padding: 12px 22px;
		border: 2px solid #0064a1;
		border-bottom-width: 0;
		background: #fff;
	}

	#footer_topic_path {
		margin-top: 80px;
	}

	#contents_area footer {
		padding-bottom: 60px;
		background: #fff;
	}

	footer .guaranteed {
		margin-bottom: 0;
	}


/* ----------------------------------------
	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%;
	}
}