@charset "UTF-8";



#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
#main {background: url(../../images/special/main_pc.jpg) no-repeat; background-size: cover;}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#main h2 span {
	background: rgba(255,255,255,0.4);
}


#specialbox ul {
	width: 1100px;
	margin: 0 auto 100px auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#specialbox li {
	background: #ececec;
	width: 255px;
	overflow: hidden;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 45px;
}

#specialbox li .title {
	font-size: 2rem;
	padding: 20px 0 10px;
}

#specialbox li img {
	width: 100%;
}

#specialbox a {
	display: block;
	padding-bottom: 20px;
	color: #000;
}

#specialbox a:hover {
	text-decoration: none;
}






/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {

#main {
	height: 100vh;
}

#main {background: url(../../images/special/main_sp.jpg) no-repeat center center; background-size: cover;}
#main {
	font-size: 3rem;
}


#specialbox ul {
	width: 75%;
	margin: 0 auto 50px auto;
	display: block;
}

#specialbox li {
	width: 100%;
	margin-bottom: 20px;
}

#specialbox li .title {
	font-size: 2.4rem;
	padding: 20px 0 10px;
}








}
