@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;
}
.read {
	line-height: 0;
}


/* プレゼント
-----------------------------------------*/
.pre {
	background: url(img/pre-bg.jpg) no-repeat;
	background-size: cover;
	padding: 10% 0 5%;
}
.pre-cnt {
	background: #fff;
	border: 3px solid #000;
	border-radius: 20px;
	padding: 30px;
}
.pre-cnt h2 {
	width: 65%;
	margin: -15% auto 0;
}
.pre-cnt .big {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.5px;
	margin: 10px 0;
}
.pre-cnt dl {
	display: flex;
}
.pre-cnt dl dt {
	background: #0a6584;
	color: #fff;
	text-align: center;
	width: 20%;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
    border: 3px solid #000;
    border-right: 0;
    font-size: 1.2rem;
}
.pre-cnt dl dd {
	background: #dfecf0;
	width: 80%;
	border-radius: 0 10px 10px 0;
	border: 3px solid #000;
    border-left: 0;
    padding: 10px 15px;
    font-size: 1.2rem;
}
.pre-cnt > dl dt,
.pre-cnt > dl dd {
	border: none;	
}
.pre-cnt > dl dt {
	border-radius: 999px 0 0 999px;
}
.pre-cnt > dl dd {
	border-radius: 0 999px 999px 0;
	background: #f3f3f3;
}
.pre-cnt .touroku dl dt {
	background: #c00000;
}
.pre-cnt .touroku dl dd {
	background: #f6e8e8;
}
.pre-cnt .course {
	position: relative;
    margin-top: 40px;
    padding-top: 1px;
}
.pre-cnt .course::before {
	content: "";
    /* margin: 0 calc(50% - 50vw); */
    width: calc(100% + 60px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-image: radial-gradient(circle at center, #000 30%, transparent 40%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 0.4em 0.6em;
    height: 12px;
}
.pre-cnt .course ol {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 3.5%;
}
.pre-cnt .course ol li {
	width: 31%;
	list-style: none;
}
.pre-cnt .course h3 {
	width: 30%;
	margin: 0 auto;
	padding: 10px;
	background: #c00000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	border-radius: 999px;
	border: 3px solid #000;
	margin-top: -23px;
	position: relative;
	z-index: 999;
}
.pre-cnt .course h3::before,
.pre-cnt .course h3::after {
	content: "";
	background: url(img/pre-deco.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
}
.pre-cnt .course.kei h3 {
	background: #0a6584;
}
.pre-cnt .course dl {
	margin: 20px 0;
}
.pre-cnt .course .right {
	text-align: right;
}
.pre .inner p {
	margin-top: 10px;
}

/* lineup
-----------------------------------------*/
.lineup {
	background: url(img/lineup-bg.jpg) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.lineup h2 {
	margin-bottom: 20px;
}
.lineup ul {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.lineup ul li:last-of-type {
	width: 45%;
	margin: 0 auto;
}
.lineup ul:last-of-type {
	margin-top: 30px;
}

/* cmp
-----------------------------------------*/
.cmp {
	background: url(img/coupon-bg.jpg) no-repeat;
	background-size: cover;
	padding: 7% 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: #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) {
	.pre {
		padding: 9% 0;
	}
	.pre-cnt h2 {
	    width: 85%;
	    margin: -21% auto 0;
	}
	.pre-cnt .big {
		font-size: 1.1rem;
	}
	.pre-cnt dl {
		flex-direction: column;
	}
	.pre-cnt dl dt {
		width: 100%;
		border-radius: 5px 5px 0 0;
		border-bottom: none;
		border-right: 3px solid #000;
		padding: 5px 0;
	}
	.pre-cnt dl dd {
		width: 100%;
		border-radius: 0 0 5px 5px;
		border-left: 3px solid #000;
		border-top: none;
	}
	.pre-cnt > dl dt {
		border-right: none;
	}
	.pre-cnt > dl dd {
		border-left: none;
	}
	.pre-cnt .course h3 {
		width: 70%;
		font-size: 1.1rem;
	}
	.pre-cnt .course ol li {
		width: 70%;
	}
	.lineup ul {
		gap: 20px 0;
	}
	.lineup ul li:last-of-type {
		width: 100%;
	}
	.lineup ul:last-of-type {
	    margin-top: 20px;
	}
}