@charset "utf-8";

/* ---------------------------------------------------------- */
/* 応援コメント */
/* ---------------------------------------------------------- */
#comment {
	padding: 0 0 80px 0;
	}

#comment h2 {
	width: 1040px;
	height: 455px;
	background: url(../img/comment/bg_title.png) bottom center no-repeat;
	text-align: center;
	margin: auto auto 20px auto;
	position: relative;
	}

#comment h2 img {
	width: 600px;
	height: auto;
	top: 130px;
	left: 220px;
	position: absolute;
	}

#comment h3 {
	text-align: center;
	margin: auto auto 20px auto;
	}

#comment h3 img {
	height: 22px;
	}

#comment .about {
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
	}

#comment .box {
	width: 100%;
	max-width: 1040px;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: auto auto 40px auto;
	padding: 25px;
	position: relative;
	}

#comment .box:last-child {
	margin: auto;
	}

#comment .box::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat;
	background-size: 15px 15px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

/* 著名人コメント */
#comment .top_comment ,
#comment .anime {
	margin: auto auto 80px auto;
	}

#comment .top_comment .name {
	font-size: 2.2rem;
	line-height: 1;
	border-bottom: 1px dashed #e6c37d;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	position: relative;
	}

#comment .top_comment .name span {
	vertical-align: middle;
	}

#comment .top_comment .name span.red {
	font-size: 1.8rem;
	margin: 0 0 0 5px;
	}

#comment .top_comment p {
	margin: 0 0 15px 0;
	position: relative;
	}

#comment .top_comment p:last-child {
	margin: 0;
	}

#comment .top_comment p strong {
	font-size: 1.6rem;
	font-weight: bold;
	color: #dc3e4a;
	}

#comment .top_comment p .btn {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background: #dc3e4a;
	border: 1px solid #dc3e4a;
	margin: auto;
	padding: 10px 35px 15px 20px;
	display: inline-block;
	position: relative;
	}

#comment .top_comment p .btn::before ,
#comment .top_comment p .btn::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	position: absolute;
	display: block;
	z-index: 4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#comment .top_comment p .btn::after {
	right: 15px;
	}

#comment .top_comment p .btn:hover {
	color: #e6c37d;
	background: none;
	border: 1px solid #e6c37d;
	}

#comment .top_comment p .btn:hover::before,
#comment .top_comment p .btn:hover::after {
	border-top: 1px solid #e6c37d;
	border-right: 1px solid #e6c37d;
	}

#comment .top_comment p .btn small {
	font-size: 1.2rem;
	}

/* 書店員さん応援コメント */
#comment .clerk_comment ul {
	width: 1060px;
	font-size: 1.2rem;
	margin: auto;
	}

#comment .clerk_comment ul li {
	width: 245px;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: auto;
	margin: 10px;
	padding: 20px;
	position: relative;
	}

#comment .clerk_comment ul li.w2 {
	width: 510px;
	}

#comment .clerk_comment ul li::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat;
	background-size: 15px 15px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

#comment .clerk_comment .text {
	position: relative;
	}

#comment .clerk_comment .text strong {
	font-size: 1.3rem;
	font-weight: bold;
	color: #dc3e4a;
	}

#comment .clerk_comment .text p {
	margin: 0 0 10px 0;
	}

#comment .clerk_comment .text p:last-child {
	margin: 0;
	}

#comment .clerk_comment .name {
	text-align: right;
	border-top: 1px dashed #e6c37d;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	position: relative;
	}

@media (max-width: 768px){
#comment {
	padding: 0 0 80px 0;
	}

#comment h2 {
	width: 100%;
	height: 0;
	background: url(../img/comment/bg_title.png) center center no-repeat;
	background-size: 120% auto;
	margin: auto auto 40px auto;
	padding: 59.21199% 0 0 0;
	}

#comment h2 img {
	width: 70%;
	top: 38%;
	right: 0;
	left: 0;
	margin: auto;
	}

#comment .top_comment {
	margin: auto auto 60px auto;
	padding: 0 30px;
	}

#comment .box {
	margin: auto auto 20px auto;
	padding: 20px;
	}

#comment .top_comment .name {
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}

#comment .top_comment p strong {
	font-size: 1.4rem;
	}

#comment .clerk_comment {
	color: #fff;
	padding: 0 30px;
	}

#comment .clerk_comment ul {
	width: 100%;
	border-bottom: 3px solid #e6c37d;
	display: block;
	}

#comment .clerk_comment ul li ,
#comment .clerk_comment ul li.w2 {
	width: 100%;
	background: none;
	border: none;
	border-top: 3px solid #e6c37d;
	margin: 0;
	padding: 15px 0 0 0;
	position: static;
	}

#comment .clerk_comment ul li::before {
	background: none;
	border: none;
	position: static;
	}

#comment .clerk_comment .text strong {
	color: #e6c37d;
	}

#comment .clerk_comment .name {
	text-align: right;
	border-top: 1px dashed #e6c37d;
	margin: 15px 0;
	}
}

@media (max-width: 640px){
#comment {
	padding: 20px 0 60px 0;
	}

#comment h2 img {
	width: 88%;
	top: 38%;
	}

#comment .top_comment {
	margin: auto auto 40px auto;
	padding: 0 20px;
	}

#comment .top_comment .name {
	font-size: 1.6rem;
	}

#comment .top_comment .name span.red {
	font-size: 1.2rem;
	}

#comment .top_comment p .btn {
	width: 100%;
	font-size: 1.4rem;
	padding: 7px 35px 13px 10px;
	}

#comment .top_comment p .btn small {
	font-size: 1.0rem;
	}

#comment .clerk_comment h3 img {
	height: 20px;
	}

#comment .clerk_comment ul {
	border-bottom: 3px solid #e6c37d;
	display: block;
	}

#comment .clerk_comment {
	padding: 0 20px;
	}
}