/* Y'S GEAR : kyb.css */


.contentsWidth {
	color: #464646;
}


/*======================================================================*
 *  [ promotionArea | プロモーションエリア ] 
 *======================================================================*/
/*  他のページで使用しているものと高さが違うためプリロードの高さを設定  */

/* [ preloading ] */
.promotionArea .owl-item.loading .item {
	padding: 51.02040816% 0 0 0 !important;
}


/*======================================================================*
 *  [ featureBox | 特長 ] 
 *======================================================================*/

.featureBox {
	margin: 0 0 10px 0;
}
.featureBox h2 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}

.featureBox p {
	margin: 0 0 30px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}


/*======================================================================*
 *  [ textBox ] 
 *======================================================================*/

.textBox {
	float: left;
	width: 48.97959184%;
}


/*======================================================================*
 *  [ adjustList | 調整可能 ] 
 *======================================================================*/

.adjustList {
	margin: 0 -5px 30px -5px;
}
.adjustList h3 {
	margin: 0 5px 15px 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

.adjustList dl {
	float: left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.adjustList dd {
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.adjustList dd:before {
	content: "● ";
}


/*======================================================================*
 *  [ movieBox | 動画 ] 
 *======================================================================*/

.movieBox {
	float: right;
	width: 51.02040816%;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
.movieBox div {
	position: relative;
	height: 0;
	padding: 56.25% 0 0 0;
	overflow: hidden;
}
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*======================================================================*
 *  [ lineupBox | ラインナップ ] 
 *======================================================================*/

.lineupBox {
	margin: 0 -5px 40px -5px;
}
.lineupBox h2 {
	margin: 0 5px 20px 5px;
	border-bottom: 1px solid #000;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: .8;
}

.lineupBox section {
	float: left;
	width: 50%;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	box-sizing: border-box;
	background-size: cover !important;
}
.lineupBox section.front {
	background: url(../img/img_front.jpg) center center no-repeat;
}
.lineupBox section.rear {
	background: url(../img/img_rear.jpg) center center no-repeat;
}
.lineupBox section img {
	display: block;
}
.lineupBox section a {
	display: block;
	position: relative;
	padding: 92.78350515% 0 0 0;
	color: #fff;
}
.lineupBox section a:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff !important;
}
.lineupBox section a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.lineupBox section h3 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 225px;
	font-size: 10px;
	font-size: 1rem;
}
.lineupBox section .detailButton {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 93px;
	background: #000;
}
.lineupBox section a:hover .detailButton {
	background: #cc1533;
}


/*======================================================================*
 *  [ btnShoplist | 展示店一覧へのボタン ] 
 *======================================================================*/

a.btnShoplist {
	display: block;
	max-width: 750px;
	margin: 0 auto 40px auto;
	padding: 10px;
	border: 2px solid #363a90;
	box-sizing: border-box;
	color: #363a90;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.btnShoplist:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-top: 3px solid #363a90;
	border-right: 3px solid #363a90;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.btnShoplist:hover:before, 
.btnShoplist:active:before {
	border-color: #cc1533;
}
.btnShoplist b {
	display: inline-block;
	font-size: 26px;
	font-size: 2.6rem;
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ textBox ] 
	 *==================================================================*/
	
	.textBox {
		float: none;
		width: 100%;
	}
	
	
	/*==================================================================*
	 *  [ movieBox | 動画 ] 
	 *==================================================================*/
	
	.movieBox {
		float: none;
		width: 100%;
		padding: 0;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ lineupBox | ラインナップ ] 
	 *==================================================================*/
	
	.lineupBox h2 {
		margin-bottom: 10px;
	}

	.lineupBox section {
		float: none;
		width: 100%;
	}
	.lineupBox section + section {
		margin: 10px 0 0 0;
	}
	.lineupBox section a {
		padding: 130px 0 0 0;
	}
	
	
	/*======================================================================*
	 *  [ btnShoplist | 展示店一覧へのボタン ] 
	 *======================================================================*/
	
	a.btnShoplist {
		position: relative;
		padding-right: 30px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.btnShoplist:before {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -10px;
	}
	.btnShoplist b {
		font-size: 20px;
		font-size: 2rem;
	}
	
}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {
	
	/*==================================================================*
	 *  [ adjustList | 調整可能 ] 
	 *==================================================================*/
	
	.adjustList dl {
		float: none;
		width: 100%;
	}
	.adjustList dl + dl {
		margin: 15px 0 0 0;
	}
	.adjustList dt {
		margin: 0 0 10px 0;
		padding: 5px;
		background: #e6e6e6;
	}
	
}

