@charset "UTF-8";
/* drama-box-body
========================================== */
body.second .drama-main .drama-box-body {
	background: url("../images/intro/drama-box-body.png") repeat-y center transparent;
	background-size: auto;
}


/* intro
========================================== */
.intro-area {}
.intro-area a { display: block; }
.intro-inner {}


/* intro-overview
------------------------------------------ */
.intro-overview {}

.intro-overview-text {
	font-size: 2.6rem;
	font-family: 'ヒラギノ明朝 StdN W4', 'Hiragino Mincho StdN', 'serif';
	line-height: 1.69;
	letter-spacing: 1.9px;
	text-align: center;
}
.intro-overview-text:last-of-type {
	margin-top: 40px;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: normal;
}

.intro-overview-img {
	margin: 30px auto;
}
.intro-overview-img img {
	max-width: 368px !important;
	margin: 0 auto;
}



/* comment
========================================== */
.comment-area {
	margin: 80px auto 0;
}
.comment-inner {}
.comment-box {}
.comment-box:not(:first-of-type) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #cecece;
}
.comment-box:after { content: ''; display: block; clear: both; }

.comment-title {
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 StdN W4', 'Hiragino Mincho StdN', 'serif';
	line-height: 1.46;
}

.comment-img {
	width: 200px;
	float: left;
}

.comment-text {
	margin-left: 230px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#comment-04 .comment-text {
	margin-left: 0;
}
.comment-text + .comment-text {
	margin-top: 20px;
}
.comment-text .title {
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 StdN W4', 'Hiragino Mincho StdN', 'serif' !important;
	margin: 0 0 10px !important;
}





/* ------------------------------------------------------------------
	small-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* drama-box-subTitle
	========================================== */
	.drama-main .drama-box-subTitle {
		margin-bottom: 20px;
	}
	.drama-box-subTitle > span {
		vertical-align: middle;
		line-height: 1;
	}


	/* drama-box-body
	========================================== */
	body.second .drama-main .drama-box-body { padding: 40px 0 10px; }


	/* intro
	========================================== */
	.intro-area { margin: 0 auto 20px; }
	.intro-box:not(:first-of-type) {
		margin-top: 50px;
	}

	/* intro-overview
	------------------------------------------ */
	.intro-overview-text {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: -0.05px;
	}
	.intro-overview-text:last-of-type {
		font-size: 1.4rem;
		line-height: 2.14;
		letter-spacing: -0.9px;
	}

	.intro-overview-img {
		margin: 30px auto;
	}
	.intro-overview-img img {
		max-width: 220px !important;
		margin: 0 auto;
	}


	/* comment
	========================================== */
	.comment-area {
		margin: 30px auto;
	}
	.comment-inner {}
	.comment-box {
		padding: 0 10px;
	}
	.comment-box:not(:first-of-type) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #cecece;
	}
	.comment-box:after { content: ''; display: block; clear: both; }

	.comment-title {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.46;
		text-align: center;
	}

	.comment-img {
		width: 150px;
		margin: 0 auto 20px;
		float: none;
	}

	.comment-text {
		margin-left: 0;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	.comment-text + .comment-text {
		margin-top: 20px;
	}
	.comment-text .title {
		font-size: 1.6rem;
		margin: 10px 0 10px !important;
	}
}



/* ------------------------------------------------------------------
	small-screen-up to medium-screen
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 993px) {

}



/* ------------------------------------------------------------------
	small-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
}



