@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%;
}

/* 総合安全
------------------------------------------------------- */
.anzen {
	background: url(img/anzen-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

/* 体感
------------------------------------------------------- */
.taikan {
	background: url(img/taikan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
.taikan h2 {
	width: 80%;
	margin: 0 auto;
}
.taikan p {
	padding-top: 20px;
}
.taikan iframe{
	margin-top: 3%;
	width: 100%;
	aspect-ratio: 5 / 3;
}

/* ゼロ
------------------------------------------------------- */
.zero {
	background: url(img/zero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 70px 0 25%;
    position: relative;
}
.zerobtn {
	background: #010101;
	padding: 0 0 70px;
}

/* lineup
------------------------------------------------------- */
.lineup {
	background: #0dbee8;
	padding: 50px 0;
}

/* fore
------------------------------------------------------- */
.fore {
	background: url(img/forester-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}


/* 試乗車・軽自動車・購入資金
------------------------------------------------------- */
.specialgift .lineup-btn {
	display: flex;
	justify-content: space-between;
}
.specialgift .lineup-btn p {
	width: 48%;
}
.specialgift .shikin {
	line-height: 0;
}

/* 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: #c99e33;
}

@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%;
	}
	.anzen,.taikan,.zero,.fore{
		padding: 30px 0;
	}
	.zerobtn{
		padding: 0 0 30px;
	}
	.lineup{
		padding: 20px 0 30px;
	}
}