html{
	background: #f4809a;
	color: #fff;
}
#comment{
	margin: 0;
	box-sizing: border-box;
	padding: 50px 5%;
	min-height: 100vh;
	font-family: YakuHanJP,'Noto Sans Japanese', "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}
h1{
	margin: 0 auto;
	min-width: 1000px;
}
h1 img{
	width: 300px;
	margin: 0 auto;
}
h2{
	color: #ffe100;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin: 100px auto 50px;
	min-width: 1000px;
}
h2 span{
	font-size: 150%;
}
.kome{
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
}
._comm-wrap{
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto 0;
}
#comment, ._text:after {
	background: url("../img/top/comment/comment-bg.jpg") no-repeat center center,#f4809a;
  background-size: cover;
  background-attachment: fixed;
}
._box._text:before {
  content: "";
	background: rgba(0,0,0,0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
	top: 0;
	left: 0;
}
._box._text:after {
  content: "";
  z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
	top: 0;
	left: 0;
}
._box{
	padding: 30px;
	width: calc(100% / 3 - 90px);
	margin: 0 15px 30px;
	position: relative;
	z-index: 1;
}
p{
	font-size: 12px;
	margin: 0;
	position: relative;
	z-index: 999;
	letter-spacing: 0.1em;
}
p:first-child{
}
._name{
	margin-top: 30px;
	font-size: 15px;
	font-weight: 600;
}
._name span{
	font-size: 12px;
	display: block;
}
._photo-1{
	background: url("../img/top/comment/photo-1.jpg") no-repeat center;
	background-size: cover;
}
._photo-2{
	background: url("../img/top/comment/photo-2.jpg") no-repeat center;
	background-size: cover;
}
._photo-3{
	background: url("../img/top/comment/photo-3.jpg") no-repeat center;
	background-size: cover;
}
._box._photo-4{
	background: url("../img/top/comment/photo-4.jpg") no-repeat center;
	background-size: cover;
	width: calc(100% / 3 * 2 - 90px);
}
._photo-5{
	background: url("../img/top/comment/photo-5.jpg") no-repeat center;
	background-size: cover;
}
._photo-6{
	background: url("../img/top/comment/photo-6.jpg") no-repeat center;
	background-size: cover;
	width: calc(100% / 3 * 2 - 90px);
}
._photo-7{
	background: url("../img/top/comment/photo-7.jpg") no-repeat center;
	background-size: cover;
}
._photo-8{
	background: url("../img/top/comment/photo-8.jpg") no-repeat center;
	background-size: cover;
}
._photo-9{
	background: url("../img/top/comment/photo-9.jpg") no-repeat center;
	background-size: cover;
}
._photo-10{
	background: url("../img/top/comment/photo-10.jpg") no-repeat center;
	background-size: cover;
	width: calc(100% / 3 * 2 - 90px);
}

@media screen and (max-width:480px) {
	#comment {
		background: none;
	}
	#comment:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		background: url("../img/top/comment/comment-bg_sp.jpg") no-repeat top center,#f4809a;
		background-size: 100% auto;
		display: block;
		height: 100vh;
		width: 100%;
		z-index: -1;
	}
	h1,h2,._comm-wrap{
		min-width: 100%;
	}
	h2{
		font-size: 20px;
		margin: 50px auto;
	}
	h2 span{
		display: block;
	}
	._box._text:after {
	  content: none;
	}
	._comm-wrap ._box{
		width: 100%;
		display: block;
	}
	div[class*="_photo-"] {
		padding-top: 80%;
	}
	div._photo-4,div._photo-6,div._photo-10{
		padding-top: 40%;
	}
}


