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

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

		IntroductioN

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

.visualWrap {
	position: relative;
	margin: 0 10px;
}
.visual {
	background: #e6e6e6;
	padding: 8px;
	pointer-events: none;
}
.visual img {
	width: 100%;
}
.bracket img {
	width: 40px;
	height: 40px;
}
#introduction {
	width: 100%;
	height: 240px;
	margin: 59px 0 50px 0;
}
.copy {
	float: left;
	width: 460px;
	margin: 0 50px 0 10px;
	pointer-events: none;
}
.copy img {
	width: 100%;
}
.text {
	float: left;
	width: 540px;
	margin-top: 6px;
}
.text p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 2px;
}
#keyword {
	clear: both;
	width: 100%;
	height: 290px;
	margin-bottom: 20px;
}
#keyword .subTitle {
	background: url(../img/introduction/title.png) no-repeat center center;
	background-size: auto 20px;
}
@media screen and (max-width : 680px){
	#introductionWrap {
		padding: 0 20px;
	}
	.visual {
		padding: 6px;
	}
	.bracket img {
		width: 30px;
		height: 30px;
	}
	#introduction {
		height: auto;
		margin: 40px 0 70px 0;
	}
	.copy {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	.text {
		float: none;
		width: 100%;
		padding: 0 5%;
		margin-top: 15px;
	}
	.text p {
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	#keyword {
		height: auto;
		margin-bottom: 40px;
	}
}
