/*
** buenavista-adios
** comment/css/
**
*/
@-ms-viewport
{
	width: auto;
	initial-scale: 1;
}
@viewport
{
	width: device-width;
}

/* asset
-------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*:before,
*:after {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
img[src$=".svg"] {
	max-width: 100%;
	width: 100%; /* IE対応 */
	height: auto;
}
/* clearfix
-------------------------------------------*/
.clearfix:before,
.clearfix:after{
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


.fade-up {
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
}

/* #comment
-------------------------------------------*/
#comment {
	/*font-size: 100%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 20px;
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	font-family: YakuHanJP,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#comment .__bg {
	background: rgba(255,255,255,1.0) url(../img/bg-comment.jpg) right top no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	content: "";
}
#comment #wrap {
	padding-top: 70px;
}

#comment header,
#comment section {
	max-width: 47%;
	margin: 0 auto 0 3%;
	padding: 0 10px;
	text-align: left;
}
#comment header {
	margin-bottom: 160px;
}
#comment header h1 {
	max-width: 460px;
	margin: 0 auto 45px 0;
}
#comment header h2 {
	max-width: 890px;
	margin: 0 auto 45px;
}
#comment header h3 {
	max-width: 530px;
	margin: 0 auto;
}

.__comment {
	margin-bottom: 130px;
}
.__comment:last-child {
	margin-bottom: 260px;
}
.__text {
	font-family: YakuHanJP,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	margin-bottom: 1em;
}
.__text span {
	font-size: 139%;
	color: rgba(212,14,25,1.0);
}
.__name {
	font-weight: 700;
	color: rgba(0,0,0,1.0);
	font-size: 120%;
}
.__name span {
	font-size: 67%;
}


@media screen and (max-width:640px){
	#comment #wrap {
		padding-top: 20px;
	}
	#comment {
		font-size: 16px;
	}
	#comment .__bg {
		background: rgba(255,255,255,1.0) url(../img/bg-comment_sp.jpg) center top no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		content: "";
	}
	#comment header,
	#comment section {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		text-align: left;
	}
	
	#comment header {
		margin-bottom: 87%;
	}
	#comment header h1 {
		max-width: 70%;
		margin: 0 auto 25px;
	}
	#comment header h2 {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	#comment header h3 {
		max-width: 80%;
		margin: 0 auto;
	}
	#comment section {
	}
	#comment section div {
	}
	.__comment {
		margin-bottom: 60px;
		position: relative;
		background: rgba(255,255,255,0.65);
		padding: 0.75em;
		border-radius: 3px;
	}
	.__comment div {
		filter: blur(0);
	}
	.__text {
		margin-bottom: 25px;
		letter-spacing: -0.05em;
	}
	.__text br {
		display: none;
	}
}













