@charset "UTF-8";

/* ------------------------------
common
------------------------------ */
#header {
	background: #ffffff;
	color: #333333;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Meiryo', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.2px;
	min-width: 1000px;
}

#header a:link {
	color: #337;
	text-decoration: none;
	transition: opacity 0.5s ease-in-out;
}

#header a:hover {
	opacity: 0.8;
	transition: 0.3s ease;
}

#header a>span {
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	text-decoration: none;
}

#header img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#header .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

/* ------------------------------
header
------------------------------ */
#header .pcSet {
	margin: 0;
	display: block !important;
}

#header #cars-header.cars-header {
	padding: 26px 0;
	width: 100%;
	background: #fff;
}

#header #cars-header .cars-header__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header #cars-header .cars-nav {
	display: block;
}

#header #cars-header .cars-nav__list {
	font-family: 'Noto Sans CJK JP', 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	display: flex;
	align-items: center;
	line-height: 1em;
	height: 28px;
}

#header .disp-sp {
	display: none;
}

#header #cars-header .cars-nav__link>span {
	text-align: center;
}

#header #cars-header .cars-nav__link>span {
	font-weight: bold;
}

#header #cars-header .cars-nav__item:not(:first-child) {
	margin-left: 24px;
}

#header #cars-header .cars-nav__link.-is-active {
	color: #e50020;
}

/* ------------------------------
mv
------------------------------ */
#mvSectionSp {
	display: none;
}

#mvSectionPc {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	height: 400px;
	min-width: 1000px;
}

#mvSectionPc .mv-section-pc__img {
	background: url("https://img.goo-net.com/cache/lp/search/autobacscars/hanbai-pc-kv.jpg") center center no-repeat;
	background-size: cover;
	height: 400px;
}

#mvSectionPc .mv-section-pc__title-block {
	min-width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

#mvSectionPc .mv-title-pc {
	margin: 104px auto 0 0;
	width: 610px;
}

#mvSectionPc .title-block-pc__inner {
	text-align: left;
	font-family: 'Noto Sans CJK JP', 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

#mvSectionPc .title-block-pc__title {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.5;
}

#mvSectionPc .title-block-pc__sub-text {
	margin-top: 8px;
	padding: 16px 0;
	color: #000;
	background: #fff;
	text-align: center;
	line-height: 1;
	font-size: 54px;
	font-weight: bold;
	width: 360px;
}

#mvSectionPc .title-block-pc__logo {
	margin-top: 24px;
	max-width: 360px;
}

@media (max-width: 767px) {
	/* ------------------------------
header
------------------------------ */
	#header {
		min-width: auto;
	}

	#header #cars-header.cars-header {
		padding: 11px 0 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#header #cars-header .cars-header__inner {
		width: 1000px;
		min-width: auto;
	}

	#header #cars-header .cars-header__inner {
		width: 100%;
		display: block;
	}

	#header #cars-header .cars-header__logo {
		margin: 0 auto 16px;
		text-align: center;
		width: 240px;
	}

	#header #cars-header .cars-nav {
		display: none;
	}

	#header #cars-header .cars-nav__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		line-height: 1.75;
		height: auto;
	}

	#header #cars-header .cars-nav__item {
		width: calc(100% / 4);
		margin: auto;
		display: flex;
		flex-direction: column;
	}

	#header #cars-header .cars-nav__link {
		padding: 10px 0 6px;
		font-size: 9px;
	}

	#header .disp-sp {
		display: block;
	}

	#header .material-icons.-naviicon {
		font-size: 32px;
	}

	#header #cars-header .cars-nav__link>span {
		text-align: center;
		font-weight: bold;
	}

	#header #cars-header .cars-nav__item-text {
		display: block;
		margin-top: 5px;
		letter-spacing: 1.2px;
	}

	#cars-header .cars-nav__item:not(:first-child) {
		margin-left: 0;
		border-left: 1px solid #eee;
	}

	#header #cars-header .cars-nav__item:not(:first-child) {
		margin-left: 0;
		border-left: 1px solid #eee;
	}

	#header #cars-header .cars-nav__link.-is-active {
		color: #e50020;
	}

	#header #cars-header .cars-nav__link.-is-active {
		border-bottom: 2px solid #e50020;
	}

	/* ------------------------------
mv
------------------------------ */
	#mvSectionPc {
		display: none;
	}

	#mvSectionSp {
		display: block;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		position: relative;
		height: 200px;
	}

	#mvSectionSp .mv-section-sp__title-block {
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}

	#mvSectionSp .mv-title-sp {
		margin: 55px auto 0 0;
	}

	#mvSectionSp .title-block-sp__inner {
		max-width: initial;
		width: initial;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		margin: auto;
		font-family: 'Noto Sans CJK JP', 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	}

	#mvSectionSp .title-block-sp__title {
		font-weight: bold;
		font-size: 14px;
		color: #fff;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.5;
	}

	#mvSectionSp .title-block-sp__sub-text {
		margin-top: 8px;
		padding: 7px 0;
		color: #000;
		background: #fff;
		text-align: center;
		line-height: 1;
		font-size: 24px;
		font-weight: bold;
		width: 180px;
		letter-spacing: 1.2px;
	}

	#mvSectionSp .title-block-sp__logo {
		margin-top: 12px;
		width: 180px;
		display: inherit;
	}

	#mvSectionSp .mv-section-sp__img {
		background: url("https://img.goo-net.com/cache/lp/search/autobacscars/hanbai-sp-kv.jpg") center center no-repeat;
		background-size: cover;
		height: 200px;
	}

	#header .open #gNavSet {
		left: 0;
		opacity: 1;
	}

	#header .open #GnaviMask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .7;
		z-index: 2;
		cursor: pointer;
		transition: .5s ease-in-out;
	}

	#header .open .toggle_btn span {
		background-color: #fff;
	}

	#header .open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	#header .open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}

	#header .open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}