

/* 共通 -------------------*/
/*基本フォント指定*/
section * {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/*Safari対策*/
a {
	font-family: 'Noto Sans JP', sans-serif;
}
/* カラー設定 ***/
/* 車両詳細を見る */
a.view {
	background: -moz-linear-gradient(left, #00DCE8, #0062FF);
	background: -webkit-linear-gradient(left, #00DCE8, #0062FF);
    background: linear-gradient(to right, #00DCE8, #0062FF);
}
/* 来店予約する */
a.reserve {
	background: -moz-linear-gradient(left, #F83D5C, #FD4B2F);
	background: -webkit-linear-gradient(left, #F83D5C, #FD4B2F);
    background: linear-gradient(to right, #F83D5C, #FD4B2F);
}


/* 見出し ***/
section h2 {
	font-size: 38px;
	font-weight: 600;
	color: #F2002D;
	text-align: center;
	position: relative;
}
section h2 span {
	position: absolute;
	top: -62px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 508px;
	height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F2002D;
	border-radius: 4px;
	font-size: 22px;
	font-weight: 600;
	color: #FFFF00;
}
section h2 span::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #F2002D transparent transparent transparent;
	border-width: 7px 8px 0 8px;
}
section h2 i::before {
	font-size: 38px;
	color: #F2002D;
	margin-right: 17px;
}







/* TOPビジュアル -------------------*/
section.top_visual {
	width: 100%;
	height: auto;
	background-color: #FFD1C0;
	text-align: center;
}
section.top_visual img {
	width: 100%;
	max-width: 1140px;
	height: auto;
}







/* 特典ポップアップボタン -------------------*/
section.tokuten {
	width: 90%;
	max-width: 504px;
	margin: 40px auto 0;
}
section.tokuten div a {
	display: block;
	width: 100%;
}
/*バナー画像*/
section.tokuten > div > a > img {
	width: 100%;
	height: auto;
}
section.tokuten div > p {
	font-size: 14px;
	font-weight: 500;
	color: #707070;
	line-height: 1.4;
	margin: 10px auto 0;
}
/* ポップアップ */
.popup1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup1.is-show {
	opacity: 1;
	visibility: visible;
}
/*ポップアップ部分*/
.popup-inner {
	width: 80%;
	max-width: 920px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.popup-inner>div.close-btn {
	margin: 0 auto;
}
.popup-inner .pay>img.bsp {
	width: 80vw;
	height: auto;
}
.popup-inner>div.pay img {
	width: 100%;
	height: auto;
}
/* ポップアップクローズボタン */
.close-btn {
	position: absolute;
	right: -13px;
	top: -30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.popup-inner .close-btn img {
	width: 58px;
	height: 58px;
}
.close-btn i {
	font-size: 20px;
	color: #333;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1;
	cursor: pointer;
}





/* ジャンプリンクボタン群 -------------------*/
/* section.link_btns {
	padding-top: 36px;
	padding-bottom: 75px;
}
section.link_btns > div {
	width: 600px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
section.link_btns a {
	display: block;
	width: 280px;
	height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	color: #F2002D;
	line-height: 1.4;
	background-color: #FFF;
	border-radius: 6px;
	padding: 0 16px;
	position: relative;
	box-shadow: inset 0px 0px 0px 2px #F2002D;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
section.link_btns a::before {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f13a';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
section.link_btns a::after {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}
section.link_btns a:hover {
	filter: unset;
}
section.link_btns a:hover::after {
	display: block;
} */







/* 掲載車両一覧 -------------------*/
section.featured_car {
	margin-top: 119px;

	background-color: #FFEAEE;
	padding: 40px 0 30px;
	/* margin-top: 60px; */
}
.new_carlist {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.new_carlist li {
    width: 332px;
    padding: 20px 9px 30px;
	outline: 1px solid #DCDCDC;
	outline-offset: -1px;
    
    overflow: hidden;
	background-color: #FFF;

}
/* メーカー・車種名 */
.new_carlist .card_name {
    margin-bottom: 12px;
    line-height: 1;
	height: 57px;
}
.new_carlist .card_name > span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 5px;
}
.new_carlist .card_name > p {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}
/* 各種タグ設定 */
.new_carlist .tags {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}
.new_carlist .tags span {
    font-size: 12px;
    font-weight: bold;
    color: #EA5532;
    padding: 1px 7px;
    border-radius: 2px;
    border: 1px solid;
    border-color: #EA5532;
}
/* 中古車 */
.new_carlist .tags span.used {
    border-color: #2fb66a;
    color: #2fb66a;
}
/* チョイ乗り車 */
.new_carlist .tags span.choi {
    border-color: #00B9E7;
    color: #00B9E7;
}
/* 駆動方式 */
.new_carlist .tags span.wd2 {
    border-color: #F06BB6;
    color: #F06BB6;
}
.new_carlist .tags span.wd4 {
    border-color: #856ACB;
    color: #856ACB;
}
/* 店舗名 */
.new_carlist .tags span.shop {
    border-color: #F47D31;
    color: #F47D31;
}

.new_carlist .card_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.new_carlist .pic {
    width: 170px;
}
.new_carlist .pic > img {
    width: 100%;
    height: auto;
}

.new_carlist .price_box {
    width: calc(100% - 179px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* 支払総額 */
.new_carlist .price_box > p {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    background-color: #F3F5F7;
    border-radius: 12px;
    padding: 2px 0;
}
.new_carlist .price_box > p span {
    font-size: 12px;
}
.new_carlist .price_box > .total_price {
    font-size: 37px;
    color: #F2002D;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.new_carlist .price_box > .total_price span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 2px;
}
/* 車両価格 + 諸費用 */
.new_carlist .price_box > .prices dl {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}
.new_carlist .price_box > .prices dl dt,
.new_carlist .price_box > .prices dl dd {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}

/* スペック */
.new_carlist .specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.new_carlist .specs dl {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.new_carlist .specs dt {
	width: 42px;
	height: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #666666;
	text-align: center;
	background-color: #F3F5F7;
}
.new_carlist .specs dd {
	width: calc(100% - 48px);
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	/* line-height: 24px; */
}
/* ローン支払 */
.new_carlist .loan {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 2px 0;
    background-color: #F3F5F7;
    border-radius: 2px;
    margin-bottom: 20px;
}
.new_carlist .loan .details {
    font-weight: bold;
    color: #1400FF;
    margin-left: 8px;
}
/* ボタン */
.new_carlist .car_btn {
    display: flex;
    /* justify-content: space-between; */
	justify-content: center;
}
.new_carlist .car_btn > a {
    display: block;
    /* width: 150px; */
	width: 294px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    filter: drop-shadow(0 3px 3px rgb(0 0 0 / .2));
}
/* カラー設定は共通 */
/* hover */
.new_carlist .car_btn > a:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0px 0px rgb(0 0 0 / .2));
}




/* 共通CVエリア -------------------*/
div.top_cv_btn {
	padding-top: 40px;
	padding-bottom: 56px;
}
div.top_cv_btn>img {
	display: block;
	width: 320px;
	height: auto;
	margin: 0 auto 10px;
}
div.top_cv_btn a {
	width: 580px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
	position: relative;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
div.top_cv_btn a::after {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "\f054";
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*hover*/
div.top_cv_btn a:hover {
	filter: brightness(1.15);
}


section.featured_car .cta_btn {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 38px 0 45px;
	background-color: #F8F3F1;
}
section.featured_car .cta_btn a.btn {
	max-width: 580px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(to right, #F83D5C, #FD4B2F);
	border-radius: 8px;
	width: 580px;
	height: 80px;
	margin-top: 7px;
	filter: drop-shadow(0 3px 6px #00000029);
}
section.featured_car .cta_btn a.btn::before {
	content: none;
}
section.featured_car .cta_btn a.btn::after {
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	top: 43%;
    right: 150px;
}
section.featured_car .zaiko_btn {
	max-width: 580px;
	margin: 70px auto 80px;
}
section.featured_car .zaiko_btn a {
	width: 580px;
	height: 80px;
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(to right, #F83D5C, #FD4B2F);
	border-radius: 40px;
	padding: 17px 0;
	text-align: center;
	margin: 0 auto;
	position: relative;
	filter: drop-shadow(0 3px 6px #00000029);
}
section.featured_car .zaiko_btn a::before {
	content: "\f274";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-size: 28px;
	font-weight: 900;
	margin-right: 33px;
}
section.featured_car .zaiko_btn a::after {
	position: absolute;
    top: 46%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    vertical-align: middle;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}



/* 特典画像 */
section.present {
	padding-bottom: 113px;
}
section.present img {
	margin: 111px auto 0;
}
section.present p {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
}


.bpc {
	display: block;
}
.bsp {
	display: none !important;
}

/*■■■■■■■■■■■■■■ sp1 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp1 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.bpc {
	display: none !important;
}
.bsp {
	display: block !important;
}


/* 共通 -------------------*/
/*見出し*/
section h2 {
	font-size: 26px;
	padding-top: 37px;
}
section h2 span {
	width: 90%;
	max-width: 324px;
	height: 28px;
	font-size: min(4vw, 14px);
	top: -13px;
}
section h2 i::before {
	font-size: 26px;
	margin-right: 9px;
}








/* TOPビジュアル -------------------*/
section.top_visual img {
	max-width: 800px;
}







/* ジャンプリンクボタン群 -------------------*/
/* section.link_btns {
	padding-top: 18px;
	padding-bottom: 50px;
}
section.link_btns > div {
	width: 90%;
	max-width: 600px;
}
section.link_btns a {
	width: 48%;
	height: 66px;
	padding: 0 32px 0 10px;
	font-size: min(5vw, 18px);
}
section.link_btns a::before {
	right: 12px;
} */


/* 掲載車両一覧 -------------------*/
section.featured_car {
	margin-top: 42px;
	padding: 0px 0 30px;
}
.new_carlist li {
    width: 50%;
}


section.featured_car .cta_btn {
	width: 100%;
}
section.featured_car .cta_btn img {
	width: 90%;
	max-width: 600px;
}
section.featured_car .cta_btn a.btn {
	max-width: 430px;
	width: 85%;
	height: 50px;
	font-size: 16px;
	padding: 13px 16px 13px 0;
}
section.featured_car .cta_btn a.btn::after {
	right: 68px;
	width: 9px;
	height: 9px;
	top: 22.5px;
}
section.featured_car .zaiko_btn {
	width: 90%;
	margin: 0 auto;
}
section.featured_car .zaiko_btn a {
	display: block;
	max-width: 430px;
	width: 100%;
	height: 60px;
	font-size: min(4.3vw ,17px);
	padding: 17px 22px;
	margin: 35px auto 0;
}
section.featured_car .zaiko_btn a::before {
	font-size: 17px;
	margin-right: 10px;
}
section.featured_car .zaiko_btn a::after {
	width: 9px;
	height: 9px;
	top: 46%;
	right: 30px;
}

/* 特典画像 */
section.present img {
	width: 90%;
	margin-top: 45px;
}
section.present p {
	width: 90%;
	text-align: left;
	font-size: 8px;
	margin: 3.5px auto 19px;
}

/* 専用SPフッター固定メニュー ***************************/
div.kessan_footer {
	width: 90%;
	max-width: 400px;
	opacity: 0.0;
	visibility: hidden;
	transition: 0.4s;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
}
div.kessan_footer.is-active {
	opacity: 1.0;
	visibility: visible;
}
div.kessan_footer img {
	width: 100%;
	height: auto;
}






/* SPフッター調整用 ***************************/
footer p.copy {
	padding-bottom: min(24vw, 100px) !important;
}

/*■■■■■■■■■■■■■■ sp1 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp1 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/*■■■■■■■■■■■■■■ sp2 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 664px) {
*{}
/*■■■■■■■■■■■■■■ sp2 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/* 掲載車両一覧 -------------------*/
.new_carlist li {
    width: 100%;
    padding: 20px 20px 30px;
}
/* メーカー・車種名 */
.new_carlist .card_name {
	height: auto;
}
.new_carlist .pic {
    width: 48%;
    /* max-width: 170px; */
}
.new_carlist .price_box {
    width: 48%;
    justify-content: flex-start;
}
/* 支払総額 */
.new_carlist .price_box > .total_price {
    font-size: min(12vw,40px);
}
.new_carlist .price_box > .total_price span {
    font-size: min(5vw,18px);
}
/* 車両価格 + 諸費用 */
.new_carlist .price_box > .prices dl dt,
.new_carlist .price_box > .prices dl dd {
    font-size: 14px;
}

/* ボタン */
.new_carlist .car_btn > a {
    width: 48%;
    font-size: min(5vw,16px);
}




/* 共通CVエリア -------------------*/
div.top_cv_btn {
	padding-top: 30px;
	padding-bottom: 40px;
}

div.top_cv_btn>img {
	width: 260px;
	display: block;
	height: auto;
	margin: 0 auto 10px;
}

div.top_cv_btn a {
	width: 90%;
	max-width: 400px;
	height: 60px;
	font-size: min(5vw, 20px);
}

div.top_cv_btn a::before {
	font-size: 24px;
	left: 30px;
}

div.top_cv_btn a::after {
	font-size: 12px;
	right: 30px;
}

/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}

/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/