@charset "UTF-8";
/*
 intro.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

.d-box-body {
	position: relative;
	background: #fff;
	padding: 75px 40px 40px;
}
.d-box-body:before {
	content: '';
	position: absolute;
	top: 65px;
	left: 0;
	display: block;
	width: 100%;
	height: 219px;
	background: url(../images/intro/takane-deco-chart_sakura.png) no-repeat;
	background-position: center;
}

/* intro */

.intro-overview {
	text-align: center;
}

.intro-overview-box + .intro-overview-box {
	margin-top: 4.5rem;
}
.intro-overview-weight {
	font-size: 2.8rem;
	line-height: 1.7;
}
.intro-overview-text {
	font-size: 2.0rem;
	line-height: 1.9;
}
.intro-overview-weight .bijyo,
.intro-overview-weight .yaju,
.intro-overview-weight .koi,
.intro-overview-weight .enta {
	font-size: 4.2rem;
}
.intro-overview-text .name-momo,
.intro-overview-text .name-naoto {
	font-size: 3.6rem;
	display: inline-block;
	padding: 0 5px;
	line-height: 1.1;
}
.intro-overview-text .name-momo > span,
.intro-overview-text .name-naoto > span {
	font-size: 2.0rem;
	color: #000;
}
.bijyo { color: #d90000; }
.yaju { color: #4f36bb; }
.koi { color: #ff4184; }
.name-momo {
	background-color: #ffe3ed;
	color: #f5134e;
}
.name-naoto {
	background-color: #e9d9f4;
	color: #6f1dab;
}
.enta { color: #d90000; }

/* comment */
.comment-area {
	margin-top: 100px;
	background: #fff9ed;
	border: 2px solid #d60011;
	padding: 20px 0;
}
.comment-overview-cast {
	overflow: hidden;
	margin: 0 40px 70px;
	font-size: 1.6rem;
}
.comment-naoto {
	margin: 0 40px 20px;
}
.comment-cast-name {
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.comment-momo .comment-cast-name {
	color: #eb4fa6;
}
.comment-naoto .comment-cast-name {
	color: #723c97;
}
.comment-cast-img {
	text-align: right;
}
.comment-cast-img img {
	width: auto !important;
	float: right;
	margin: 0 0 20px 20px;
}
.comment-cast-text > p + p {
	margin-top: 2.5rem;

}
.comment-nojima {
	border-top: 1px solid #e1c287;
	padding-top: 30px;
}

/* ------------------------------------------------------------------
 SP 〜 tablet　（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.d-box-body {
		margin: 0;
	}
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	.d-box-body {
		padding: 20px 5px;
		background: url(../images/common/takane-deco_bg-flower.png) no-repeat;
		background-position: center 15%;
		background-color: #fff;
		background-size: contain;
	}
	.intro-area {
		margin: 0;
	}
	.intro-area .d-box {
		padding: 20px 4px 4px;
	}
	/* intro */
	.intro-overview-weight {
		font-size: 1.3rem;
	}
	.intro-overview-box + .intro-overview-box {
		margin-top: 2rem;
	}
	.intro-overview-weight .bijyo,
	.intro-overview-weight .yaju,
	.intro-overview-weight .koi,
	.intro-overview-weight .enta {
		font-size: 1.8rem;
	}
	.intro-overview-text { font-size: 1.2rem; }
	.intro-overview-text .name-momo,
	.intro-overview-text .name-naoto {
		font-size: 1.3rem;
	}
	.intro-overview-text .name-momo > span,
	.intro-overview-text .name-naoto > span {
		font-size: 1.3rem;
	}

	/* comment */
	.comment-area {
		margin-top: 40px;
		border: none;
	}
	.comment-overview-cast {
		margin: 0 15px 10px;
		font-size: 1.3rem;
	}
	.comment-naoto {
		padding-bottom: 20px;
		margin-top: 50px;
	}
	.comment-nojima {
		border-top: 2px solid #e1c287;
	}
	.comment-cast-name {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.comment-cast-img img {
		max-width: 50%;
		float: none;
		margin: 0 auto 20px;
	}
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){

}
