@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 .pre {
	background: url("img/pre-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .pre p {
	color: #712b03;
	margin-top: 15px;
}

/* ラインアップ
------------------------------------------------------- */
.specialgift .linup {
	background: url("img/lineup-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .linup h2 {
	width: 43%;
	margin: 0 auto;
}
.specialgift .linup h3 {
	margin-bottom: 15px;
}
.specialgift .linup-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.specialgift .linup-flex p {
	width: 49%;
}
.specialgift .linup-flex .crosstrek {
	width: 100%;
}
.specialgift .sngle-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.specialgift .sngle-flex div {
	width: 49%;
}
.specialgift .linup-cnt,
.specialgift .sngle-cnt {
	margin-top: 5%;
}
.specialgift .linup .ln-btn {
	margin-top: 20px;
}

/* リード
------------------------------------------------------- */
.read {
	line-height: 0;
}

/* バナースペース
------------------------------------------------------- */
.bnr-spease {
	background: #000;
	padding: 70px 0;
}
.bnr-spease .bnr-cnt {
	margin-bottom: 15px;
}
.bnr-spease .bnr-cnt:last-of-type {
	margin-bottom: 0;
}

/* エネオスプリカ
------------------------------------------------------- */
.ene {
	background: url("img/seiyaku-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.ene .inner > p {
	margin-top: 15px;
}

/* アイサイト
------------------------------------------------------- */
.eye {
	background: #000;
	padding: 70px 0;
}
.eye p {
	color: #fff;
	text-align: center
}
.eye .eye-cnt {
	display: flex;
	justify-content: space-between;
	padding: 10% 0 0;
}
.eye .btn {
	margin-top: 20px;
}
.eye .eye-cnt .eye-txt {
	width: 48%;
}
.eye .eye-cnt .eye-txt p {
	text-align: left;
}
.eye .eye-cnt .eye-txt h2 {
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.eye .eye-cnt .eye-img {
	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: #b82c2c;
	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: #cc9a2e;
}

@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 .pre {
		padding: 30px 0;
	}
	.specialgift .linup {
		padding: 30px 0;
	}
	.specialgift .linup h2 {
		width: 60%;
	}
	.specialgift .linup .lineup-btn {
		flex-direction: column;
		gap: 10px 0;
	}
	.specialgift .linup .lineup-btn p {
		width: 100%;
	}
	.ene {
		padding: 30px 0;
	}
	.eye {
		padding: 30px 0;
	}
	.eye .eye-cnt {
		flex-direction: column;
		gap: 15px 0;
	}
	.eye .eye-cnt .eye-txt {
		width: 100%;
	}
	.eye .eye-cnt .eye-img {
		width: 70%;
		margin: 0 auto;
	}
	.eye .eye-cnt .eye-txt h2 {
		margin-bottom: 10px;
	}
	.bnr-spease {
		padding: 30px 0;
	}
	.ene .inner > p {
		margin-top: 10px;
	}]
	.bnr-spease .bnr-cnt {
		margin-bottom: 10px;
	}
}