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

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

/* リード
------------------------------------------------------- */
.specialgift .read {
	line-height: 0;
}
.specialgift {
	padding-bottom: 5%;
}

/* クロストレック
------------------------------------------------------- */
.crosstrek {
	background: url("img/lineup-bg.jpg") no-repeat;
	background-size: cover;
	padding: 70px 0;
	margin-top: 3%;
}

.crosstrek h2{
	margin-bottom: 5%;
}

.crosstrek .contom {
	line-height: 0;
	margin-top: 3%;
}
.contom a {
	display: block;
}


/* IMPREZAデビュー
------------------------------------------------------- */

.impdebut{
	background: linear-gradient(70deg, #FCF0BF, #EFC39B);
	padding-bottom: 5%;
}

.impdebut h2{
	text-align: center;
	margin:5% 0;
	font-size: 2.5rem;
}

.impdebut h2 img{
	margin-top: 2%;
}

.impdebut p{
	margin-top: 3%;
}

.impdebut dl{
	width: 60%;
	margin: 0 auto 3%;
}

.impdebut dl div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
}

.impdebut dl div dt{
	width: 30%;
	text-align: center;
	color: #FFF;
	background: #3E5481;
	padding: 2%;
}

.impdebut dl div dd{
	width: 70%;
	text-align: center;
	background: #FFF;
	padding: 2%;

}



/* 試乗車・軽自動車
------------------------------------------------------- */
.lineup {
	background: url(img/bnr-bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.lineup-btn {
	display: flex;
	justify-content: space-between;
}
.lineup-btn p {
	width: 48%;
}

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

/* btn
------------------------------------------------------- */
.specialgift .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%;
}
.specialgift .news div {
	width: 49%;
}
.specialgift .news div {
	width: 49%;
}
.specialgift .news p.button1 a,
.specialgift .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;
}
.specialgift .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;
}
.specialgift .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;
}
.specialgift .news p.button1 a,
.specialgift .news p.button2 a{
	transition: ease all 0.3s;
}
.specialgift .news p.button1 a:hover,
.specialgift .news p.button2 a:hover{
	background: #D05B2B;
}

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

@media screen and (max-width: 480px) {
	/* 乗用車・軽自動車 */
	.specialgift .lineup-btn {
		flex-direction: column;
		gap: 10px 0;
		margin-top: 20px;
	}
	.specialgift .lineup-btn p {
		width: 100%;
	}
	.lineup{
		padding: 20px 0 30px;
	}
	.crosstrek {
		padding: 30px 0;
	}
	.impdebut h2{
		font-size: 1.1rem;
	}
	.impdebut dl{
		width: 100%;
	}
}