@charset "utf-8";


/* feature
-------------------------------------------------*/

#halloweenCC{
	position:relative;
	width:980px;
	margin:4rem auto 0;
}
@media(max-width: 992px) {
	#halloweenCC{
		width:95%;
	}
}

.inner690,
.inner720{
	width:100%;
	max-width:690px;
	margin:0 auto;
}
.inner720{
	max-width:720px;
}
@media(max-width: 690px) {
	.inner690,.inner720{
		width:100%;
	}
}

#d_prize > div{
	width:32%;
}

.ttl_hcc{
	padding:.3rem .7rem .5rem;
	text-align: center;
	color:#fff;
	font-family:"丸フォーク M";
	font-size:1.2rem;
	line-height:1.2;
	background:rgb(255,119,48);
	border-radius: .2rem;
	margin:0 0 .8rem;
}

.entrylist li{
	padding:.3rem 0;
	font-size:.95rem;
	line-height:1.4;
	border-bottom:1px solid rgba(255 119 48 / 0.4);
}

@media(max-width: 559px) {
	#d_prize > div{
		width:min(100%,250px);
		margin:0 auto 1rem;
	}
}