@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 .prezent {
	background: url("img/prezent-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .prezent .pre-cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* CHIFFON
------------------------------------------------------- */
.specialgift .chiffon {
	background: url("img/chiffon-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .chiffon .wh-box {
	padding: 20px 30px 0;
	border-radius: 20px;
	background: #fff;
}
.specialgift .chiffon .wh-box h3 {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.specialgift .chiffon .wh-box .newchiffon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialgift .chiffon .wh-box .newchiffon p {
	width: 48%;
}
.specialgift .chiffon .wh-box .bordertop.chiffonflex {
	border-top: 1px solid #9fc4d8;
	padding: 20px 0;
}
.specialgift .chiffon .wh-box .bordertop.border {
	border-top: 1px solid #9fc4d8;
	padding: 20px 0;
}
.specialgift .chiffon .wh-box .bordertop {
	padding: 20px 0;
}
.specialgift .chiffon .wh-box .chiffonflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialgift .chiffon .wh-box .chiffonflex .chiffontxt {
	width: 50%;
}
.specialgift .chiffon .wh-box .small {
	font-size: .9em;
	margin-top: 20px;
}
.specialgift .chiffon .wh-box .chiffonflex .chiffonimg {
	width: 46%;
}
.specialgift .chiffon .chiffonbtn {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 10px;
}
.specialgift .chiffon .chiffonimg-cnt {
	display: flex;
	gap: 0 20px;
	margin-top: 20px;
}
.specialgift .chiffon .wh-box div:nth-of-type(5) .chiffonimg-cnt p:nth-of-type(1) {
	width: 42%;
}
.specialgift .chiffon .bodycolor {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	margin: 30px 0 40px
}
.specialgift .chiffon .lineup .lineup-cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialgift .chiffon .lineup .lineup-cnt p {
	width: 48%;
}
.specialgift .chiffon .chiffonbtn {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.specialgift .chiffon h2 {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* 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: #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;
		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 .prezent {
		padding: 30px 0;
	}
	.specialgift .prezent .pre-cnt {
		gap: 15px 0;
	}
	.specialgift .prezent .pre-cnt p {
		width: 80%;
		margin: 0 auto;
	}
	/* シフォン */
	.specialgift .chiffon {
		padding: 30px 0;
	}
	.specialgift .chiffon .wh-box .newchiffon {
		gap: 15px 0;
	}
	.specialgift .chiffon .wh-box .newchiffon p {
		width: 100%;
	}
	.specialgift .chiffon .wh-box .bordertop.chiffonflex {
		gap:10px 0;
	}
	.specialgift .chiffon .wh-box .chiffonflex .chiffontxt,
	.specialgift .chiffon .wh-box .chiffonflex .chiffonimg {
		width: 100%;
	}
	.specialgift .chiffon .chiffonbtn {
		width: 100%;
	}
	.specialgift .linup-btn {
		padding: 30px 0;
	}
	.specialgift .chiffon h2 {
		padding-bottom: 10px;
	}
	.specialgift .chiffon .chiffonimg-cnt {
		flex-direction: column;
	}
	.specialgift .chiffon .wh-box div:nth-of-type(5) .chiffonimg-cnt p:nth-of-type(1) {
		width: 100%;
	}
	.specialgift .chiffon .wh-box div:nth-of-type(6) .chiffonimg-cnt {
		margin-bottom: 10px;
	}
	.specialgift .chiffon .bodycolor {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.specialgift .chiffon .bodycolor h3 {
		width: 61%;
	}
	.specialgift .chiffon .bodycolor p:nth-of-type(1) {
		width: 43%;
	}
	.specialgift .chiffon .bodycolor p:nth-of-type(3) {
		width: 51%;
	}
	.specialgift .chiffon .bodycolor p:nth-of-type(5) {
		width: 60%;
	}
	.specialgift .chiffon .chiffonbtn {
		gap: 10px 0;
	}
}