@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;
}
body.second .drama-contentsBox .drama-inner .drama-box-body {
	padding: 100px 76px 120px;
}
@media only screen and (max-width: 992px) {
	body.second .drama-contentsBox .drama-inner .drama-box-body {
		padding: 60px 11px 60px;
	}
}


/* intro
========================================== */
.intro-area {}
.intro-area a { display: block; }
.intro-inner {}
/* intro-overview
------------------------------------------ */
.intro-overview {}
.intro-overview-text {
	font-size: 2.0rem;
	line-height: 1.69;
	letter-spacing: 1.9px;
	text-align: center;
}
.intro-overview-text-catch {
	font-size: 2.6rem;
}
.intro-overview .font_middle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2.4rem;
}
.intro-overview .font_large {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: .3px;
}
.intro-overview .font_red { color: #ce3c39; }
.intro-overview .font_underline {
	border-bottom: 1px solid #3c2618;
	line-height: 2.0;
	padding: 0.5rem 0;
}
.intro-overview-text > p {
	margin-top: 50px;
}
.intro-overview-text {
	position: relative;
	transform: rotate(0.028deg);
}
.intro-overview-text + .intro-overview-text {
	padding-top: 140px;
}
.intro-overview-text + .intro-overview-text:before {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 26px;
	height: 18px;
	display: inline-block;
	background-image: url(../images/common/drama-box-ico-01.png);
}

/* comment
========================================== */
.comment-area {
	margin: 80px auto 0;
	background: rgba(211, 201, 188, 0.3);
}
.comment-inner {
	padding: 0 77px;
}
.drama-main .drama-box-subTitle > span.title-02{
	font-size: 0;
}
.drama-main .drama-box-subTitle {
	font-size: 3.2rem;
	position: relative;
	padding-left: 50px;
	letter-spacing: 1.5px;
}
.drama-main .drama-box-subTitle:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 20px;
	height: 34px;
	background: url(../images/common/drama-box-ico-03.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.comment-box {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.8rem;
	padding-bottom: 70px;
}
.comment-box:nth-child(even) {
	flex-direction: row-reverse;
}
.comment-box + .comment-box {
	padding-top: 75px;
	border-top: 1px solid #000;
}
.comment-box + .comment-box:before {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 7px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
  background: #e7e2da;

}
.comment-box + .comment-box:after {
	position: absolute;
	display: block;
	content: '';
	width: 26px;
	height: 18px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../images/common/drama-box-ico-01.png") no-repeat;
	background-size: contain;
}

.comment-img {
	width: 260px;
	border: 1px solid #3f332b;
	padding: 3px;
	background: #fff;
}
.comment-title {
	width: calc(100% - 260px);
	font-size: 2.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.comment-title .font_gold{
	display: block;
	color: #968143;
	font-size: 2.0rem;
	margin-bottom: 15px;
}
.comment-text {
	width: 100%;
	margin-top: 33px;
	transform: rotate(0.028deg);
}





/* ------------------------------------------------------------------
	small-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* drama-box-subTitle
	========================================== */
	.drama-main .drama-box-subTitle {
		margin-bottom: 40px;
    padding: 0px 10px 5px 30px;
	}
	.drama-box-subTitle > span {
		vertical-align: middle;
		line-height: 1;
	}
	.drama-main .drama-box-subTitle:before {
		width: 12px;
		height: 20px;
		left: 15px;
	}


	/* drama-box-body
	========================================== */
	body.second .drama-main .drama-box-body { }


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

	/* intro-overview
	------------------------------------------ */
	.intro-overview-text {
		font-size: 2.0rem;
		font-weight: bold;
		letter-spacing: .3px;
		text-align: left;
		padding: 0 10px;
	}
	.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;
	}
}



/* ------------------------------------------------------------------
	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) {
	.intro-overview-text {
		font-size: 1.4rem;
	}
	.intro-overview-text + .intro-overview-text {
    padding-top: 65px;
	}
	.intro-overview-text + .intro-overview-text:before {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 15px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/common/drama-box-ico-01.png);
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.intro-overview-text > p {
		margin-top: 30px;
	}
	.intro-overview-text-catch {
    font-size: 1.7rem;
		text-align: center;
	}
	.intro-overview .font_large {
		font-size: 1.7rem;
	}
	.intro-overview .font_middle {
    font-size: 1.4rem;
	}



		/* comment
		========================================== */
		.comment-area {
			margin: 50px auto 0;
		}
		.comment-inner {}
		.comment-box {
			padding: 0;
		}
		.comment-box:not(:first-of-type) {
			margin-top: 40px;
			padding-top: 40px;
			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;
			letter-spacing: 1.3px;
		}
		.comment-text + .comment-text {
			margin-top: 20px;
		}
		.comment-text .title {
			font-size: 1.6rem;
			margin: 10px 0 10px !important;
		}
		.comment-box {
			display: block;
		}
		.comment-box + .comment-box {
	    border-top: 1px solid #000;
		}
		.comment-box + .comment-box:before {
			background: #edebe4;
		}
		.comment-box + .comment-box:after {
			width: 15px;
			height: 10px;
		}
		.comment-area {
			background-color: transparent;
		}
		.comment-img {
			width: 100%;
			max-width: 170px;
			margin: 0 auto;
			text-align: center;
		}
		.comment-inner {
			padding: 0 10px;
		}
		.comment-title {
			width: 100%;
			font-size: 1.8rem;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.comment-title .font_gold {
			font-size: 1.6rem;
			margin-bottom: 5px;
		}
		.comment-text {
			margin-top: 0;
			padding-left: 5px;
			word-wrap: break-word;
		}

}



/* ------------------------------------------------------------------
	medium-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 993px) {
	body.second .drama-main .drama-box-body {
		padding: 80px 55px 100px;
	}
}



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

}
