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

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

		ReprinT

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

.item {
	margin-bottom: 105px;
}

.image {
	float: left;
	width: 520px;
	border: 1px solid #e6e6e6;
}
.image img {
	width: 100%;
}

#notice {
	float: left;
	width: 480px;
	padding-left: 4px;
	margin: 60px 0 0 40px;
}
.noticeTitle {
	font-weight: bold;
}
.text {
	width: 100%;
	margin-bottom: 32px;
}
.text p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
}
.text a {
	color: #7d7d7d;
	-webkit-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
#wrap:not(.sp) .text a:hover {
	color: #b6da3e;
}

#infoWrap {
	padding-top: 24px;
	margin-top: 60px;
	border-top: 1px solid #ccc;
}
.info {
	margin-bottom: 12px;
}
.info p {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.info:first-child p:first-child {
	font-size: 16px;
}
.info:first-child p:last-child {
	font-size: 12px;
}

.underline {
	background: linear-gradient(#fff 50%,rgb(255,208,55) 0);
	margin-right: 8px;
}

#shopListWrap {
	margin-bottom: 82px;
}
#shopListWrap .subTitle {
	background: url(../img/campaign/early/title.png) no-repeat center center;
	background-size: auto 20px;
}
#shopList {
	margin-top: 50px;
}
.shop {
	float: left;
}
.shop:not(:nth-child(3n)) {
	margin-right: 35px;
}
.shop:nth-child(n+4):nth-last-child(n) {
	margin-top: 70px;
}
.shop img {
	width: 100%;
}
.name {
	width: 330px;
	margin-bottom: 20px;
	pointer-events: none;
}
.privilege {
	width: 330px;
}
.shop a {
	display: block;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
#wrap:not(.sp) .shop a:hover {
	opacity: 0.5;
}
.link {
	width: 240px;
	margin: 40px auto 0 auto;
}
.disabled {
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width : 680px){
	#reprintWrap {
		padding: 0 20px;
	}
	.item {
		margin: 0;
	}

	.image {
		float: none;
		width: calc(100% - 60px);
		margin: 0 auto;
	}

	#notice {
		float: none;
		width: 100%;
		padding-left: 0;
		margin: 40px 0 0 0;
	}
	.text {
		width: 100%;
		padding: 0 1.5%;
		margin-bottom: 24px;
	}
	.text p {
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	.text br {
		display: none;
	}
	#infoWrap {
		padding-top: 20px;
		margin: 60px 0;
	}
	.info {
		margin-bottom: 8px;
	}
	.info p {
		font-size: 10px;
		line-height: 1.5;
		letter-spacing: 1.5px;
	}
	.info:first-child p:first-child {
		font-size: 12px;
	}
	.info:first-child p:last-child {
		font-size: 10px;
	}

	.shop {
		float: none;
		margin-top: 50px;
	}
	.shop:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.name {
		width: calc(100% - 120px);
		margin: 0 auto 20px auto;
	}
	.privilege {
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.link {
		width: calc(100% - 180px);
		margin: 40px auto 0 auto;
	}
}
