@charset "EUC-JP";

/* module.cssを読み込んでいないページ用 */
.kurumaPage::after,
.kurumaSiteMenuBlock::after,
.kurumaSiteMenuBlock *::after {
	content: none;
}
.kurumaSiteMenuBlock a {
	text-decoration: none;
}

.kurumaSiteMenuBlock {
	box-sizing: border-box;
	line-height: 1.4;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
}
.kurumaSiteMenuBlock *,
.kurumaSiteMenuBlock *::before,
.kurumaSiteMenuBlock *::after {
	box-sizing: border-box;
}

.kurumaSiteMenuBlock button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.kurumaSiteHeader {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1010;
	min-width: 960px;
	height: 44px;
	padding: 0 144px 0 16px;
	background: #ce0808;
	background: linear-gradient(135deg, #ce0808 0%, #b10c14 83%, #b10c14 100%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.kurumaSiteHeaderMenu {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.kurumaSiteHeaderMenu span {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
	background: #fff;
}
.kurumaSiteHeaderMenu span:nth-child(1) {
	top: 4px;
}
.kurumaSiteHeaderMenu span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
.kurumaSiteHeaderMenu span:nth-child(3) {
	bottom: 4px;
}

.kurumaSiteMenuBlock.isActive .kurumaSiteHeaderMenu span:nth-child(1) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}
.kurumaSiteMenuBlock.isActive .kurumaSiteHeaderMenu span:nth-child(2) {
	opacity: 0;
}
.kurumaSiteMenuBlock.isActive .kurumaSiteHeaderMenu span:nth-child(3) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

.kurumaSiteHeaderLogo {
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 25px;
	margin: auto 0 auto 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.kurumaSiteHeaderLogo img {
	vertical-align: bottom;
}

.kurumaSiteHeader nav {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.kurumaSiteHeader nav ul {
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.kurumaSiteHeader nav ul > li {
	text-align: center;
}
.kurumaSiteHeader nav ul > li a {
	display: inline-block;
	padding: 5px 0 3px;
	border-bottom: 2px solid transparent;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	white-space: nowrap;
	transition: none;
}
.kurumaSiteHeader nav ul a:hover,
.kurumaSiteHeader nav ul .current a {
	border-bottom: 2px solid #fff;
}

@media screen and (max-width: 1328px) {
	.kurumaSiteHeader {
		padding-right: calc((100% - 960px) / 2);
	}
	.kurumaSiteHeaderLogo {
		margin-right: 40px;
	}
	.kurumaSiteHeader nav {
		-ms-flex: 1;
		flex: 1;
	}
	.kurumaSiteHeader nav ul {
		width: auto;
		min-width: 776px;
		-ms-flex: 1;
		flex: 1;
	}
}

.kurumaPage {
	padding-top: 44px;
}
.kurumaPage.isInactive {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kurumaSiteMenuBlock {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
}
.kurumaSiteMenuBlock.isActive {
	min-height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.kurumaSiteMenuBlockInner {
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.isActive .kurumaSiteMenuBlockInner {
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	margin: auto 0;
	background: #fff;
}

.kurumaSiteMenu {
	opacity: 0;
	position: relative;
	width: 250px;
	height: 0;
	min-height: 100%;
	overflow: hidden;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.isActive .kurumaSiteMenu {
	opacity: 1;
	height: auto;
}

.kurumaSiteMenu ul {
	padding: 20px 0;
}

.kurumaMenuLink {
	display: block;
	position: relative;
	padding-right: 20px;
	line-height: 50px;
}

.kurumaSiteMenuDetail {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.kurumServiceLink {
	position: relative;
	padding-left: 80px;
}
.kurumServiceLink::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 44px;
	height: 44px;
	margin: auto 0;
	background: url("../../../img-sub/cache/newcar/common/sprite_icon_kurumaService_v2.png") no-repeat;
	background-size: 44px auto;
	content: "";
}

/* 新車 */
.kurumServiceLinkNewcar::before {
	background-position: 50% 0;
}
/* 中古車 */
.kurumServiceLinkUsedcar::before {
	background-position: 50% -44px;
}
/* 輸入車 */
.kurumServiceLinkWorld::before {
	background-position: 50% -88px;
}
/* クルマ買取 */
.kurumServiceLinkAuction::before {
	background-position: 50% -132px;
}
/* 定額乗り */
.kurumServiceLinkCarlease::before {
	background-position: 50% -660px;
}
/* メンテ */
.kurumServiceLinkPit::before {
	background-position: 50% -176px;
}
/* 車検 */
.kurumServiceLinkInspection::before {
	background-position: 50% -220px;
}
/* 中古パーツ */
.kurumServiceLinkParts::before {
	background-position: 50% -264px;
}
/* 車カタログ */
.kurumServiceLinkCatalog::before {
	background-position: 50% -308px;
}
/* 自動車ローン */
.kurumServiceLinkLoan::before {
	background-position: 50% -352px;
}
/* ニュース */
.kurumServiceLinkArticle::before {
	background-position: 50% -396px;
}
/* レビュー */
.kurumServiceLinkReview::before {
	background-position: 50% -440px;
}
/* 価格相場 */
.kurumServiceLinkMarket::before {
	background-position: 50% -484px;
}
/* 教習所 */
.kurumServiceLinkDrivingschool::before {
	background-position: 50% -528px;
}
/* 用語集 */
.kurumServiceLinkKnowledge::before {
	background-position: 50% -572px;
}
/* 動画 */
.kurumServiceLinkMovie::before {
	background-position: 50% -616px;
}
/* 知恵袋 */
.kurumServiceLinkWisdomBag::before {
	background-position: 50% -704px;
}
/* 保険 */
.kurumServiceLinkInsurance::before {
	background-position: 50% -748px;
}
/* 整備工場 */
.kurumServiceLinkPreparation::before {
	background-position: 50% -792px;
}
