/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		SpeciaL

*********************************************************************************/

#specialWrap {
	margin-bottom: 30px;
}
.item {
	float: left;
	width: 25%;
	height: 220px;
	padding: 0 15px;
}
.item img {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
#wrap:not(.sp) .item img:hover {
	opacity: 0.5;
}
.item p {
	color: #b6da3e;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1.5px;
	text-align: center;
	padding-top: 5px;
}
.item .subTitle {
	margin-bottom: 10px;
}
.campaign .subTitle {
	background: url(../img/special/title01.png) no-repeat center center;
	background-size: auto 20px;
}
.event .subTitle {
	background: url(../img/special/title02.png) no-repeat center center;
	background-size: auto 20px;
}
.other .subTitle {
	background: url(../img/special/title03.png) no-repeat center center;
	background-size: auto 20px;
}
.items .subTitle {
	background: url(../img/special/title04.png) no-repeat center center;
	background-size: auto 20px;
}
@media screen and (max-width : 680px){
	#specialWrap {
		padding: 0 10px;
	}
	.item {
		width: 50%;
		height: auto;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.item p {
		font-size: 10px;
		padding-top: 3px;
	}
}
