@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;
	padding: 20px 0;
}
.specialgift .mainvl {
	line-height: 0;
}

/* リード文
------------------------------------------------------- */
.specialgift .crosstrek {
	background: url("img/crosstrek-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .crosstrek h2 {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.specialgift .crosstrek p {
	padding-top: 20px;
}
.specialgift .btn-crosstrek {
	line-height: 0;
}
.specialgift .btn-crosstrek a {
	display: block;
}

/* スバルの安全
------------------------------------------------------- */
.specialgift .anzen {
	background: url(img/anzen-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.specialgift .anzen h2 {
	width: 100%;
	margin: 0 auto;
	line-height: 0
}
.specialgift .anzen .bg {
	background: #36a7ad8c;
	padding: 50px;
}
.specialgift .anzen dl div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.specialgift .anzen dl {
	margin-top: 30px;
}
.specialgift .anzen dl div:nth-of-type(2) {
	flex-direction: row-reverse;
}
.specialgift .anzen dl dt,
.specialgift .anzen dl dd {
	width: 50%;
}
.specialgift .anzen dl dd {
	color: #fff;
	font-size: 1.2rem;
	padding: 30px;
}
.specialgift .anzen dl div:nth-of-type(2) dd {
	display: inline;
    text-align: end;
}


/* ラインアップ
------------------------------------------------------- */
.specialgift .lineup {
	background: url(img/lineup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.specialgift .lineup h2 {
	width: 30%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.specialgift .lineup  .threeflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 0;
}
.specialgift .lineup  .threeflex p {
	width: 32%;
}
.specialgift .lineup .twoflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialgift .lineup .twoflex 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;
}
.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: #bb0000;
	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: #d45757;
}

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

@media screen and (max-width: 480px) {
	/* 	crosstrek */
	.specialgift .crosstrek {
		padding: 40px 0 0;
	}
	.specialgift .crosstrek .inner {
		padding: 0;
	}
	.specialgift .crosstrek h2 {
		padding-bottom: 0;
	}
	/* 安全 */
	.specialgift .anzen {
		padding: 30px 0;
		margin-top: -2px;
	}
	.specialgift .anzen .bg {
		padding: 20px;
	}
	.specialgift .anzen dl {
		margin-top: 20px;
	}
	.specialgift .anzen dl dt,
	.specialgift .anzen dl dd {
		width: 100%;
	}
	.specialgift .anzen dl dd {
		padding: 10px 0 30px;
		font-size: 1.1rem;
	}
	.specialgift .anzen dl div:nth-of-type(2) dd {
    text-align: start;
	}
	.specialgift .anzen dl div:nth-of-type(3) dd {
		padding: 10px 0 0;
	}
	.specialgift .anzen .inner {
		padding: 0;
	}
	.specialgift .anzen .news {
		padding-top: 20px;
	}
	/* lineup */
	.specialgift .lineup {
		padding: 30px 0;
	}
	.specialgift .lineup .inner {
		padding: 0;
	}
	.specialgift .lineup h2 {
		padding-bottom: 20px;
	}
	.specialgift .lineup .threeflex {
		margin: 20px 0;
		gap: 15px 0
	}
	.specialgift .lineup .threeflex p {
		width: 100%;
	}
	.specialgift .lineup .twoflex {
		gap: 15px 0;
	}
	.specialgift .lineup .twoflex p {
		width: 100%;
	}
	.specialgift .lineup .news {
		padding-top: 20px;
	}
}