@charset "utf-8";


/* ------------------------------------------------------
review
------------------------------------------------------ */

#review {
	position: relative;
	margin: 0 auto;
	width: 891px;
	height: 3378px;
	background: url(../images/main_bg.png) no-repeat;
	font-size: 0;
}

#review h1 {
	padding: 93px 0 0 177px;
	margin-bottom: 30px;
}

#review .text {
	padding-left: 238px;
}

#review .text2 {
	padding-top: 20px;
	padding-left: 238px;
}

#review .profile {
	width: 680px;
	margin: 40px auto 110px;
	padding: 58px 35px 40px;
	box-sizing: border-box;
	border: 2px solid #c7000b;
	border-radius: 6px;
	position: relative;
}

#review .profile_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

#review .profile_ttl::before {
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 100%;
	content: "";
	z-index: 1;
	background: #fff;
}

#review .profile_ttl img {
	position: relative;
	z-index: 2;
}

#review .profile_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#review .profile p {
	flex-shrink: 0;
	margin-right: 26px;
}

#review .profile dl dt {
	margin: 0 0 27px;
}

#review .profile02 {
	width: 680px;
	margin: 40px auto 0;
	padding: 58px 35px 40px;
	box-sizing: border-box;
	border: 2px solid #c7000b;
	border-radius: 6px;
	position: relative;
}

#review .profile02_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	margin-top: -4px;
}

#review .profile02_ttl::before {
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 100%;
	content: "";
	z-index: 1;
	background: #fff;
}

#review .profile02_ttl img {
	position: relative;
	z-index: 2;
}

#review .profile02_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
}

#review .profile02 p {
	flex-shrink: 0;
	margin-right: 26px;
}

#review .movie {
	padding: 60px 0 20px;
}

#review .movie_ttl {
	margin-left: 106px;
}

#review .movie_content {
	margin: 24px auto 0;
	width: 496px;
}

#review .movie_content a {
	display: block;
}

#review .movie_poster {
	display: block;
}

#review .movie_link {
	display: block;
	margin-top: 5px;
	text-align: right;
}

#review p.goTop {
	position: absolute;
	top: 18px;
	left: 744px;
}