@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

body {
	padding: 80px 0 0 0;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* SP */
@media screen and (max-width: 820px) {
	body {
		padding: 55px 0 0 0;
	}
}

/*============================================================
	ヘッダー
*/
#header2 {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	padding: 15px 50px 0 50px;
	width: 100%;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.header-base {
	position: fixed;
	z-index: 8000;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}
#header2 a {
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-decoration: none;
	cursor: pointer;
}
#header2 .container {
	display: flex;
	padding: 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#header2 .logo {
	display: block;
	flex-basis: 130px;
	max-width: 130px;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.5);
}
#header2 .logo .h {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#header2 .logo span {
	display: block;
	overflow: hidden;
	width: 81px;
	height: 30px;
	background: transparent url(../assets/img/logo-bond-w.png) 50% 50% no-repeat;
	background-size: contain;
	text-indent: -999em;
}
#header2 .nav-wrap {
	display: flex;
	flex-grow: 1;
	height: 100%;
}
#header2 .nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex: 1;
	height: 100%;
}
#header2 .nav li {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
#header2 .nav li a {
	display: block;
	padding: 10px;
	color: #fff;
}
#header2 .nav li a.current {
	color: #fb0f0c;
}
#header2 .sns {
	padding: 5px 30px 0 30px;
	display: flex;
	align-items: center;
	font-size: 24px;
	height: 100%;
}
#header2 .sns a {
	display: block;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
}
#header2 .btns {
	display: flex;
	flex-basis: 150px;
	max-width: 150px;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.5);
	margin: 0;	
	padding: 0;
}
#header2 .btns li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
#header2 .btns li a {
	display: block;
	height: 100%;
	color: #fff;
}
#header2 .btns li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#header2 .btns li a span i {
	display: block;
	margin: 0 5px 0 0;
	font-size: 140%;
}
#header2 .btn-megamenu {
	display: none;
}

@media screen and (min-width: 821px) {
	#header2 .container,
	.header-base {
		transition: height 0.3s ease;
	}
	.short-header #header2 .container {
		height: 45px;
	}
	.short-header .header-base {
		height: 70px;
	}
}

/* HOVER */
@media screen and (min-width: 821px) {
	#header2 .nav li a,
	#header2 .sns a,
	#header2 .btns li a {
		transition: color 0.3s ease;
	}
	#header2 .nav li a:hover,
	#header2 .sns a:hover,
	#header2 .btns li a:hover {
		color: #fb0f0c;
		background-color: transparent;
	}
}

/* TB */
@media screen and (max-width: 1024px) {
	#header2 {
		padding: 15px 15px 0 15px;
	}
	#header2 .btns {
		flex-basis: 120px;
		max-width: 120px;
	}
	#header2 .btns li a span {
		flex-direction: column;
	}
}

/* SP */
@media screen and (max-width: 820px) {
	#header2 {
		padding: 10px 10px 0 10px;
	}
	.header-base {
		height: 60px;
	}
	#header2 .container {
		height: 40px;
	}
	#header2 .logo {
		flex-basis: 74px;
		max-width: 74px;
	}
	#header2 .logo .h {
		justify-content: flex-start;
	}
	#header2 .logo span {
		width: 62px;
	}
	#header2 .nav li {
		display: none;
	}
	#header2 .sns {
		padding: 1px 15px 0 0;
		font-size: 21px;
	}
	#header2 .btns {
		flex-basis: 80px;
		max-width: 80px;
	}
	#header2 .btns li {
		font-size: 10px;
		line-height: 1;
	}
	#header2 .btns li a span i {
		margin: -3px 0 0 0;
		font-size: 20px;
	}
	#header2 .btn-megamenu {
		display: flex;
		flex-basis: 40px;
		max-width: 40px;
		height: 100%;
		border-left: 1px solid rgba(255,255,255,0.5);
	}
	#header2 .btn-megamenu a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	#header2 .btn-megamenu a i {
		display: block;
		position: absolute;
		left: 50%;
		margin: 9px 0 0 -5px;
		width: 20px;
		height: 1px;
		background-color: #fff;
		transition: all 0.3s ease;
	}
	#header2 .btn-megamenu a i:nth-child(1) {
		top: 0;
	}
	#header2 .btn-megamenu a i:nth-child(2) {
		top: 6px;
	}
	#header2 .btn-megamenu a i:nth-child(3) {
		top: 12px;
	}
}

/*============================================================
	サブナビゲーション
*/
.subnav {
	overflow: hidden;
	position: fixed;
	z-index: 8500;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.04);
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.subnav a {
	text-decoration: none;
	color: #000;
}
.subnav a:hover {
	text-decoration: none;
}
.subnav.current {
	z-index: 8501;
}
.subnav .container {
	padding: 20px 20px 30px 200px;
	width: 100%;
	background-color: #fff;
}
@media screen and (min-width: 821px) {
	.subnav {
		transition: top 0.3s ease 0s;
	}
	.short-header .subnav {
		top: 60px;
	}
}
.subnav .inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
.subnav .link-box {
	display: block;
	margin: 10px 10px 0 0;
	padding: 0 15px 0 10px;
	background-color: #000;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
.subnav .link-box div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.subnav .link-box .icon {
	position: relative;
	top: -1px;
	margin: 0 3px 0 0;
	font-size: 140%;
}
.subnav .link-box .icon-arrow {
	position: relative;
	top: 1px;
	margin: 0 0 0 5px;
}
.subnav .link-box-red {
	background-color: #fb0f0c;
}
.subnav .list {
	display: flex;
	flex-wrap: wrap;
}
.subnav .list li {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
	padding: 0 30px 0 0;
	height: 50px;
	font-size: 14px;
}
.subnav .list li a {
	display: flex;
	align-items: center;
	position: relative;
}
.subnav .list li a i {
	margin: 0 0 0 5px;
}
/**/
.subnav-cars .list {
	margin: 0 0 0 15px;
}
/**/
.subnav-customize .list {
	margin: 0 0 0 15px;
}
/**/
.subnav-shops .list li {
	flex-basis: 180px;
	max-width: 180px;
	height: 35px;
}

/* HOVER */
@media screen and (min-width: 821px) {
	.subnav .list li a {
		transition: color 0.3s ease 0s;
	}
	.subnav .list li a:hover {
		color: #fb0f0c;
	}
	.subnav .link-box,
	.subnav .link-box-red {
		transition: color 0.3s ease 0s;
	}
	.subnav .link-box:hover {
		color: #fb0f0c;
	}
	.subnav .link-box-red:hover {
		color: #000;
	}
}

/* TB */
@media screen and (max-width: 1024px) {
	.subnav .container {
		padding: 20px 10px 30px 40px;
	}
}

/* SP */
@media screen and (max-width: 820px) {
	.subnav {
		display: none;
	}
}

/*============================================================
	メニュー防壁
*/
#wall {
	display: none;
	position: fixed;
	z-index: 7000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*============================================================
	メガメニュー
*/
#megamenu {
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.8);
	transition: height 0.5s ease 0s;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #fff;
}
#megamenu a,
#megamenu a:hover {
	text-decoration: none;
}
.megamenu-opened #megamenu {
	height: 100%;
}
#megamenu .scroll {
	overflow-y: scroll;
	height: 100%;
}
#megamenu .container {
	padding: 50px 0;
	font-size: 18px;
}
#megamenu .root,
#megamenu .link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 0 0;
	font-size: 30px;
}
#megamenu .root a,
#megamenu .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#megamenu .root span,
#megamenu .link span {
	display: block;
}
#megamenu .root i {
	position: relative;
	display: block;
	margin: 0 0 0 10px;
	width: 21px;
	height: 21px;
}
#megamenu .root i::before,
#megamenu .root i::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
}
#megamenu .root i::before {
	top: 10px;
	left: 0;
	width: 100%;
	height: 1px;
}
#megamenu .root i::after {
	top: 0;
	left: 10px;
	width: 1px;
	height: 100%;
}
#megamenu .opened .root i::after {
	display: none;
}
#megamenu .child {
	overflow: hidden;
	padding: 0 10px;
	height: 0;
	transition: height 0.4s ease 0s;
	font-size: 15px;
}
#megamenu .child .h {
	display: none;
}
#megamenu .child .list {
	padding: 15px 0 20px 0;
}
#megamenu .child .list li {
	display: flex;
	justify-content: center;
	align-items: center;
}
#megamenu .child .list li a {
	display: block;
	padding: 10px;
	color: #fff;
}
#megamenu .child .list li a i {
	margin: 0 0 0 8px;
}
#megamenu .child .link-box {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0 15px 0 10px;
	width: 300px;
	background-color: #000;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
}
#megamenu .child .link-box:first-child {
	margin-top: 20px;
}
#megamenu .child .link-box div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
#megamenu .child .link-box .icon {
	position: relative;
	top: -1px;
	margin: 0 3px 0 0;
	font-size: 140%;
}
#megamenu .child .link-box .icon-arrow {
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}
#megamenu .child .link-box-red {
	background-color: #fb0f0c;
}
#megamenu .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
#megamenu .close i {
	display: block;
	position: absolute;
	top: 25px;
	left: 16px;
	width: 20px;
	height: 1px;
	background-color: #fb0f0c;
	transition: all 0.3s ease;
}
#megamenu .close i:first-child {
	transform: rotate(45deg);
}
#megamenu .close i:last-child {
	transform: rotate(-45deg);
}

@media screen and (max-width: 820px) {
	#megamenu {
		display: block;
	}
}
