@charset "UTF-8";
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
#mainvisual_block {
	margin-top: -8px;
}

}
/*-----------------------------------

	debut

-----------------------------------*/
.debut_01{
	position: relative;
	padding: 37px 0 27px 0;
	overflow: hidden;
}
.debut_bg01{
	width: 100%;
	position: absolute;
	top: 390px;
	left: 0;
	right: 0;
	z-index: -1;
}
.debut_02{
	position: relative;
	padding: 26px 0 30px 0;
	overflow: hidden;
}
.debut_bg02{
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0;
	right: 0;
	z-index: -1;
}
.debut_03{
	margin-top: 73px;
}
.debut_04{
	margin-top: 85px;
}
.debut_05{
	margin: 85px auto 85px auto;
}

@media screen and (max-width: 640px) {
	.debut_01{
		position: relative;
		padding: 28px 0 12px 0;
		overflow: hidden;
	}
	.debut_bg01{
		width: 100%;
		position: absolute;
		top: 188px;
	}
	.debut_02{
		position: relative;
		padding: 10px 0 14px 0;
		overflow: hidden;
	}
	.debut_bg02{
		width: 100%;
		position: absolute;
		top: 95px;
	}
	.debut_01_sp{
		position: relative;
		left: -15px;
	}
	.debut_02_sp{
		position: relative;
		left: -13px;
	}
	.debut_03{
		margin-top: 15px;
	}
	.debut_04{
		margin-top: 16px;
	}
	.debut_05{
		margin-top: 16px;
		margin-bottom: 17px;
	}
}
/*-----------------------------------

	one_price_car

-----------------------------------*/
#one_price_car{
	margin-bottom: 72px;
}
@media screen and (max-width: 640px) {
	#one_price_car{
		margin-bottom: 16px;
	}
}
/*-----------------------------------

	commemorative_present

-----------------------------------*/
#commemorative_present{
	margin-bottom: 124px;
}
@media screen and (max-width: 640px) {
	#commemorative_present{
		margin-bottom: 30px;
	}
}

/*-----------------------------------

	light_vehicle, registered_car, electric_car

-----------------------------------*/
#contents{
	padding-bottom: 74px;
}
#light_vehicle{
	margin-bottom: 102px;
}
h3.red_bar{
	font-size: 24px;
	padding: 7px 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background-color: #ec1c24;
	margin-bottom: 40px;
}
.car_wrap{
	width: 90%;
	max-width: 935px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 20px;
}

/* 2つの車の枠を、ぴったり均等に半分（50%）ずつにする */
.light_vehicle01,
.light_vehicle02,
.light_vehicle03,
.light_vehicle04,
.light_vehicle05,
.light_vehicle06 {
    width: calc(50% - 10px); /* gap(20px)の半分を引く */
}

/* 中の画像が枠に合わせて伸び縮みするようにする */
.light_vehicle01 img,
.light_vehicle02 img,
.light_vehicle03 img,
.light_vehicle04 img,
.light_vehicle05 img,
.light_vehicle06 img,
.light_vehicle07 img,
.electric_car01 img,
.debut_01 img,
.debut_02 img,
.debut_03 img,
.debut_04 img,
.debut_05 img{
    width: 100%;
    height: auto;
}

.commercial_vehicle {
	width: 90%;
	max-width: 935px;
}
#light_vehicle .car_wrap {
	margin-bottom: 52px;
}
#registered_car{
	padding: 0 0 49px;
}
#registered_car .car_wrap{
	margin-bottom: 54px;
}
#registered_car .red_bar, #electric_car .red_bar{
	margin-bottom: 54px;
}
#electric_car{
	padding: 0 0 135px;
}
@media screen and (max-width: 640px) {
	#contents{
		padding-bottom: 25px;
	}
	h3.red_bar{
		font-size: 14px;
		padding: 3px 0;
		margin-bottom: 10px;
	}
	#light_vehicle{
		margin-bottom: 0;
		padding-bottom: 28px;
	}
	.car_wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
	}
	#light_vehicle .car_wrap{
		gap: 10px;
		margin-bottom: 10px;
	}
	.light_vehicle01,
	.light_vehicle02,
	.light_vehicle03,
	.light_vehicle04,
	.light_vehicle05,
	.light_vehicle06,
	.electric_car01,
	.electric_car02 {
	    width: 100%; /* gap(20px)の半分を引く */
	}
	#registered_car .red_bar, #electric_car .red_bar{
		margin-bottom: 10px;
	}
	#registered_car .car_wrap{
		margin-bottom: 10px;
	}
	#registered_car{
		padding: 0 0 30px;
	}
	#electric_car{
		padding: 0 0 27px;
	}
}




/*-----------------------------------

	banner

-----------------------------------*/
#banner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap: 48px;
	margin-top: 55px;
	width: 90%;
	    max-width: 936px; 
}
#banner img {
    display: block;    /* ブロック化する */
    width: 100%;       /* 基本は100% */ /* ここで止める */
    height: auto;      /* 高さを維持 */
    margin: 0 auto;    /* 念のため中央寄せ */
}

@media screen and (max-width: 640px) {
	#banner{
		gap: 40px;
	}
	#banner{
		gap: 18px;
		margin-top: 0;
		width: 90%;
		    max-width: 936px; 
	}
}


