@charset "utf-8";
#bg{
	position: fixed;
	width: 100%;
	height: 10dvh;
	height: 100vh;
	background-image: url("../img/comment/bg.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:scale(2, 2);
}

h1 {
	position: relative;
	width: 30%;
	max-width: 200px;
	margin: 10px 0 0 10px;
}

#comment h2{
	position: relative;
	margin: 50px auto 30px auto;
	font-size: .12rem;	
	text-align: center;
	color: #ccb669;
}
#comment h2 span{
	position: relative;
	display: block;
	font-size: .32rem;
}

#comment .comArea{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1000px;
}
#comment .comArea .comBox{
	position: relative;
	margin: 0 auto 50px auto;
}
#comment .comArea .comBox .Img{
	position: relative;
	margin: 0 auto;
	width: 64%;
	max-width: 280px;
}
#comment .comArea .comBox .Txt{
	position: relative;
	margin: 30px auto 0 auto;
}
#comment .comArea .comBox .Txt .name{
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: .24rem;
	text-align: center;
	color: #c6001c;
}

/* ----- pc ----- */
@media screen and (min-width: 799px) {

	h1 {margin: 20px 0 0 20px;}

	#comment h2{
		margin: 30px auto 50px auto;
		font-size: .18rem;	
	}
	#comment h2 span{font-size: .48rem;padding-bottom: 7px;}


#comment .comArea .comBox{margin: 0 auto 80px auto; gap:0 25px;}
	#comment .comArea .comBox .Img{
		margin: 0;
		width: 34%;
		max-width: 250px;
	}
	#comment .comArea .comBox .Txt{
		margin: 0;
		width: 66%;
		max-width: 750px;
	}
	#comment .comArea .comBox .Txt .name{
		padding: 10px 0 20px 0;
		font-size: .32rem;
		text-align: left;
	}

}