@charset "utf-8";
ul {
    list-style-type: none;
}

/* ---------------------tohokulp共通----------------------- */
.post-body p .tohokulp{
	margin: 0;
}
.tohokulp {
	margin-bottom: -5%;
}
.tohokulp > img{
	width: 100%;
}
.tohokulp .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
}
.tohokulp .mainvl {
	line-height: 0;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
	position: relative;
}

/* リード文
-----------------------------------------*/
.read {
	background: #ebeff4;
	padding: 5% 0
}
.read p {
	text-align: center;
}

/* プレゼント
-----------------------------------------*/
.pre {
	background: #ebeff4;
	padding-bottom: 5%;
	position: relative;
	z-index: 0;
}
.pre h2 {
	position: relative;
	width: 90%;
    max-width: 1000px;
    margin: 0 auto !important;
    color: #fff;
    font-size: 2rem;
    padding: 20px 0;
    font-weight: 400;
}
.pre h2::after {
    content: "";
    background: #475e7a;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
}
.pre .inner > p {
	margin-top: -25px;
}

/* ラインアップ
-----------------------------------------*/
.lineup {
	background: linear-gradient(90deg, rgba(115,148,189,1) 0%, rgba(70,93,122,1) 100%);
	padding: 5% 0;
}
.lineup h2 {
	width: 70%;
	margin: 0 auto;
}
.lineup .lineup-list {
	line-height: 1;
	margin-top: 30px;
}


/* YouTube
-----------------------------------------*/

.youtube-cnt {
	background: url(img/movbg.jpg) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.youtube {
	width: 50%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

/* suvpre
-----------------------------------------*/
.suvpre {
	padding-bottom: 30px;
	line-height: 1;
    display: block;
}

/* suvpre
-----------------------------------------*/
.last {
    padding-bottom: 5%;
}



/* 乗用車・軽自動車バナー
-----------------------------------------*/
.bnr-fl {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
.bnr-fl p {
	width: 48%;
	line-height: 0
}


/* aタグhover
------------------------------------------------------- */
.tohokulp a:hover img{
	opacity: 0.7;
}

/* btn
------------------------------------------------------- */
.tohokulp .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	align-items: center;
	padding-top: 3%;
}
.tohokulp .news div {
	width: 49%;
}
.tohokulp .news div {
	width: 49%;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #b00a0b;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.tohokulp .btn-deco1 a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	background-image: url("img/btn-shop.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.tohokulp .btn-deco2 a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 14px;
	background-image: url("img/btn-sijo.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a{
	transition: ease all 0.3s;
}
.tohokulp .news p.button1 a:hover,
.tohokulp .news p.button2 a:hover{
	background: #D05B2B;
}

@media screen and (max-width: 896px) {
	.tohokulp {
		margin-bottom: -50px;
	}
	.tohokulp .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		padding-top: 5%;
	}
	.tohokulp .news div{
		width: 100%;
	}
	.tohokulp .news p.button1 a,
	.tohokulp .news p.button2 a{
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	/* 各LPバナー
	-----------------------------------------*/
	.bnr-space{
		gap: 15px;
	}
	
	.bnr-space li{
		width: 90%;
	}
	/* プレゼント
	-----------------------------------------*/
	.pre h2 {
		font-size: 1.5rem;
	}
	.pre .inner > p {
	    margin-top: -10px;
	}
	/* ラインアップ
	-----------------------------------------*/	
	.lineup .lineup-list {
	    margin-top: 20px;
	}
	
	/* 乗用車・軽自動車バナー
	--------------------------------*/
	.bnr-fl {
		flex-direction: column;
		gap: 10px 0;
	}
	.bnr-fl p {
		width: 100%;
		gap: 5px 0;
	}
}