@charset "shift_jis";

/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
/*.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}*/
/*.cf{
	zoom: 1;
}*/

/*--------------------------------------------------------------------------
   review
---------------------------------------------------------------------------*/
.crumbslist_review {
	margin: -53.5px 0 0 20px;
	border: none;
	padding: 5px 0;
}

.crumbslist_review ul li,
.crumbslist_review_under ul li {
	display: inline-block;
	font-size: 12px;
	color: #666;
}

.review_box {
	margin-bottom: 30px;
}

.review_box:last-child {
	border: 0;
}

.customer_review {
	max-width: 1200px;
	/* border: 1px solid #001489; */
	margin: 0 auto 0;
	/*opacity: 0.8;*/
	display: flex;
	flex-wrap: wrap; /* 必要に応じて折り返しを有効化 */
	justify-content: space-between; /* 左右のスペースを均等に */
	gap: 16px; /* 要素間の隙間 */
}

.ttl-review {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 40px 0 30px;
	background: #ccc;
	min-height: 60px;
}

.ttl-review-left, .ttl-review-right {
	box-sizing: border-box;
}

.ttl-review-left {
	flex: 1 1 50%; /* 左右均等の幅 */
	max-width: 38%; /* 最大幅を調整 */
}

.ttl-review-right {
	flex: 1 1 50%; /* 左右均等の幅 */
	max-width: 58%; /* 最大幅を調整 */
}

.customer_review h3 {
	background: #ccc;
	color: #111;
	font-weight: normal;
	font-size: 2rem;
}

.customer_review h3 .num {
	font-weight: bold;
}

/*.customer_review h3 .review_txt{
	right: -150px;
}*/
.customer_review_select {
	position: relative;
	overflow: hidden;
	width: 365px;
}

.customer_review_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.customer_review_select select::-ms-expand {
	display: none;
}

.customer_review_select.cp_sl01 {
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}

.customer_review_select.cp_sl01::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.customer_review_select.cp_sl01 select {
	padding: 1px 38px 1px 8px;
	color: #666666;
}

.level_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
	padding: 30px 0px;
	flex-direction: column; /* 縦方向に配置 */
	align-items: center; /* 必要に応じて調整 */
	margin-top: 20px;
}

.review-write,
.review-write-pdp-pc,
.review-write-pdp-sp
 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.review-write a,
.review-write-pdp-pc a,
.review-write-pdp-sp a {
	color: #001489;
}

.review-write a::before,
.review-write-pdp-pc a::before,
.review-write-pdp-sp a::before {
	content: "";
	display: inline-block;
	width: 20px; /* 画像の幅 */
	height: 20px; /* 画像の高さ */
	background-image: url('/static/mallDefault/images/parts/pencil.svg');
	background-size: cover; /* 画像が要素にぴったり収まるように */
	position: relative;
	top: 4px;
}

.review-write-pdp-sp {
	display: none;
}

.level_wrap:before, .level_wrap:after {
	display: none;
}

.level {
	display: flex;
	align-items: center;
}

.level h4 {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1;
}

.level h4 .rate {
	color: #fd8700;
	padding-left: 25px;
	padding-right: 5px;
	font-size: 3rem;
}

.level h4 .num {
	padding-left: 5px;
	font-size: 2.2rem;
	color: #001489;
	font-weight: bold;
}

.graph {
	/*	width: 36%;*/
	
}

.graph_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0;
	height: 21px;
	margin: 10px 0;
}

.graph_box .graph_rate {
	/*	position: absolute;*/
	/*	left: 11%;*/
	color: #000000;
	font-weight: bold;
	font-size: 2rem;
	padding-top: 4px;
}

.graph_box .graph_star {
	color: #FFE660;
	font-size: 2rem;
	padding-top: 4px;
}

.graph_box .graph_num {
	text-align: right;
	width: 50px;
	padding-top: 4px;
}

.graph_box .bar {
	height: 21px;
	width: 232px;
	margin: 0 10px 0 20px;
	padding: 0 0 0 10px;
	position: relative;
}

.bar::before {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	height: 21px;
	top: 0;
	z-index: 5;
	background: #fff;
	border: 0.5px solid #000; /* 枠線を追加 */
	box-sizing: border-box; /* 枠線を含めて要素サイズを調整 */
}

.bar::after {
	content: '';
	background: #001489;
	height: 21px;
	transition: 0.7s;
	display: block;
	width: 100%;
	-webkit-animation: bar-before 1 1.8s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border: 0.5px solid #000; /* 枠線を追加 */
	box-sizing: border-box; /* 枠線を含めて要素サイズを調整 */
}

.bar1::after {
	max-width: 60%;
}

.bar2::after {
	max-width: 72%;
}

.bar3::after {
	max-width: 47%;
}

.bar4::after {
	max-width: 20%;
}

.bar5::after {
	max-width: 90%;
}

.review_wrap {
	border-top: 1px dotted #d2d2d2;
}

.review_box_wrap .review_box:first-child .review_wrap {
	border-top: 0 !important;
	padding: 0 !important;
}
.rate_compre{
    font-size: 28px;
    font-weight: bold;
    max-width: 1200px;
    margin: 0 auto 0;
    display: flex;
}
.rate_compre .productTabArea_rate{
    color: #FFE36C;
}
.review_ttl {
	padding: 0;
	/* margin-left: 20px; */
}

.review_ttl p {
	display: inline;
	font-size: 20px;
}

.review_ttl p.rate {
	color: #FFE660;
	letter-spacing: 2px;
	font-size: 23px;
}

.review_ttl p.num {
	color: #001489;
	font-weight: bold;
	padding-right: 20px;
	font-size: 20px;
}

.review_ttl p.ttl {
	font-weight: bold;
}

.review_user_data {
	padding: 10px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

.review_user_data p {
	display: inline;
}

.review_user_data .reviewer_attr {
	color: #808080;
}

.review_user_data .reviewer_name {
	font-weight: bold;
}

.review_user {
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

.review_user .reviewer_date {
	
}

.review_user .reviewer_attr {
	font-size: 1.1rem;
	line-height: 1.5;
}

.review_date {
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 1.2rem;
	line-height: 1.5;
}

.review_rate_wrap {
	margin: 20px 2ppx;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.level_wrap .rate_left {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding: 30px 20px 0 0;
	border: none;
}

.rate_left {
	width: 50%;
	margin: 0;
	box-sizing: border-box;
	padding: 20px 30px 0 0;
	border: 2px solid #ccc;
}

.rate_left dl {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	position: relative;
	display: flex
;
}

.rate_left dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	color: #001489;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	text-align: right;
}

.rate_left dd {
	width: calc(100% - 120px);
	margin-left: 120px;
	position: relative;
	height: 40px;
}

.rate_left.none_border {
    border: none;
}

.rate {
	position: relative;
}

.rate .line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 3px;
	background: #cccccc;
}

.rate .line .dot1, .rate .line .dot2, .rate .line .dot3, .rate .line .dot4,
	.rate .line .dot5 {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #cccccc;
	border-radius: 100%;
}

.rate .line .dot1 {
	left: 0;
}

.rate .line .dot2 {
	left: 25%;
}

.rate .line .dot3 {
	left: 50%;
}

.rate .line .dot4 {
	left: 75%;
}

.rate .line .dot5 {
	left: 100%;
}

.rate .line .selected::after {
	content: "";
	position: absolute;
	top: -3px;
	left: -5px;
	width: 18px;
	height: 18px;
	border: 3px solid #FFE660;
	border-radius: 100%;
	background-color: #FFE660; /* 塗りつぶしの色 */
}

.rate .text_left, .rate .text_center, .rate .text_right {
	position: absolute;
	color: #333333;
	font-size: 12px;
	top: -4px;
}

.rate .text_left {
	left: 0;
}

.rate .text_center {
	left: 50%;
	transform: translateX(-50%);
}

.rate .text_right {
	right: 0;
}

.rate_left .ave_rate {
	padding: 5px 0px 0px 20px;
}

.rate_right {
    position: relative;
    width: 44%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-right: 3%;
    margin-left: 3%;
}

.rate_right dl {
	display: flex;
	flex-wrap: wrap;
}

.rate_right dt {
	width: 34%;
}

.rate_right dd {
	width: 64%;
}

.review_text_user {
	margin: 5px 0 20px 0;
}

.review_text_user p {
	font-size: 1.6rem;
	line-height: 1.5;
}

.review_img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.review_img ul.for-pc li {
	float: left;
	width: 20%;
	text-align: center;
}

.review_img .frame .review_images li {
	display: block;
	float: left;
	width: 15%;
	text-align: center;
	border: solid 1px lightgray !important;
	margin-right: 15px;
}

.review_img .frame .review_images li:last-child:after {
	margin-right: 0;
}

.review_img .frame .review_images {
	margin: 0 auto;
}

.review_img .prev, .review_img .next {
	display: none;
}

.fancybox-bg, #fancybox-close {
	display: inherit;
	background: inherit;
}

.review_text_shop_wrap {
	padding: 0 40px;
	margin-bottom: 30px;
}

.review_text_shop {
	padding: 20px;
	background: #f7f8f2;
}

.review_text_shop p:first-child {
	font-weight: bold;
	margin-bottom: 10px;
}

.review_text_shop p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.review_fav {
	margin-bottom: 20px;
}

.review_fav .btn_review_fav {
	float: left;
}

.review_fav .btn_review_fav .review_fav_icon {
	display: block;
	cursor: pointer;
	background: url(/static/mallDefault/images/v2/disp/btn_favorite_off.gif)
		center center no-repeat;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	border: none; /* 枠線を消す */
	outline: none; /* フォーカス時のアウトラインも消す */
	margin-top: -3px;
}

.review_fav .btn_review_fav .review_fav_icon:hover, .review_fav .btn_review_fav .review_fav_icon.active,
	.review_fav .btn_review_fav .review_fav_icon:disabled {
	background: url(/static/mallDefault/images/v2/disp/btn_favorite_on.gif)
		center center no-repeat;
}

.review_fav .btn_review_fav span {
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
}

.navi-review-guide {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	height: 38px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}

.review_date_sp {
	display: none;
}

.review_fav .count {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	float: left;
	height: 38px;
	margin-right: 5px;
}

.review_fav .count::after {
	/*
	content: '';
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-top: 2px solid #ff8800;
	border-right: 2px solid #ff8800;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6.8px;
	margin: auto;
	transform: rotate(45deg);
	*/
	
}

.customer_review .rev_btn, .customer_review .rev_btn_c {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
	padding: 0;
	border: 0;
}

.customer_review .rev_btn .more-button {
    background: none;
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.customer_review .rev_btn a, .customer_review .rev_btn_c a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 60px;
	margin: 0 10px;
	color: #111;
	/* border: 1px solid #111;*/
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}

.rev_btn .img-sp {
	display: none;
}

@
-webkit-keyframes bar-before { 0%{
	width: 0px;
}

100%{
width




:


 


100%;
}
}
#fancybox-left::after, #fancybox-right::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#fancybox-right::after {
	transform: rotate(45deg);
	right: -30px;
}

#fancybox-left::after {
	transform: rotate(-135deg);
	left: -30px;
}

#fancybox-close {
	/* display: block !important;*/
	top: -30px !important;
	right: -30px !important;
}

#fancybox-close::before, #fancybox-close::after {
	content: '';
	display: block;
	height: 3px;
	width: 20px;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#fancybox-close::before {
	transform: rotate(45deg);
}

#fancybox-close::after {
	transform: rotate(-45deg);
}

@media all and (max-width: 767px) {

	.crumbslist_review {
		margin: 0;
	}
	.customer_review {
		margin: calc(100vw/ ( 750/ 20)) auto 0;
		padding: 0 calc(100vw/ ( 750/ 20));
	}
	.ttl-review-left {
		max-width: 100%;
	}
	.ttl-review-right {
		max-width: 100%;
	}
	.ttl-review {
		min-height: 0;
		padding: calc(100vw/ ( 750/ 24));
	}
	.customer_review h3 {
		padding-left: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		line-height: 1.6;
	}
	.customer_review h3 .review_txt {
		font-size: calc(100vw/ ( 750/ 28));
		line-height: 1;
		display: block;
		position: static;
	}
	.customer_review_select.cp_sl01 {
		/*right: 12px*/
		width: calc(100vw/ ( 750/ 215));
	}
	.customer_review_select.cp_sl01::before {
		top: 0.7em;
		right: 0.5em;
	}
	.customer_review_select.cp_sl01 select {
		padding: 3px 20px 3px 3px;
		font-size: calc(100vw/ ( 750/ 22));
	}
	.level_wrap {
		padding: calc(100vw/ ( 750/ 25)) 0;
		display: block;
		margin-top: auto;
	}
	.level {
		width: 100%;
		justify-content: center;
	}
	.level h4 {
		justify-content: center;
		font-size: calc(100vw/ ( 750/ 24));
		font-weight: bold;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.level h4 .rate {
		height: auto;
		margin: 0 calc(100vw/ ( 750/ 5));
		padding-left: 0;
		font-size: calc(100vw/ ( 750/ 26));
	}
	.level h4 .num {
		padding-left: 0;
		font-size: calc(100vw/ ( 750/ 28));
		color: #001489;
	}
	.graph {
		float: none;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.graph_box {/*
		position: relative;
		height: calc(100vw/ ( 750/ 40));*/
	}
	.graph_box .graph_rate {
		font-size: calc(100vw/ ( 750/ 27));
	/*
		position: absolute;
		left: calc(100vw/ ( 750/ 30));
		color: #fd8700;
		font-size: calc(100vw/ ( 750/ 22));
		font-weight: bold;
		padding-left: 3px;
		*/
	}
	
	.graph_box .graph_num {
		position: absolute;
		right: calc(100vw/ ( 750/ 30));
		font-size: calc(100vw/ ( 750/ 26));
	}
	.graph_box .bar {
		height: calc(100vw/ ( 750/ 40));
		width: calc(100% - 105px);
		margin: 0 calc(100vw/ ( 750/ 140)) 0 calc(100vw/ ( 750/ 40));
		padding: 0;
		position: relative;
	}
	
	.rate_left .ave_rate{
		padding-top: 1px;
	}
	
	.bar::before {
		content: '';
		width: 100%;
		position: absolute;
		left: 0;
		height: calc(100vw/ ( 750/ 40));
		top: 0;
		z-index: 5;
		background: #fff;
	}
	.bar::after {
		content: '';
		background: #001489;
		height: calc(100vw/ ( 750/ 40));
		transition: 0.7s;
		display: block;
		width: 100%;
		-webkit-animation: bar-before 1 1.8s;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.review_wrap {
		margin: calc(100vw/ ( 750/ 40)) 0;
		padding: 10px 0 0 !important;
	}
	.rate_right dt {
		width: auto;
	}
	.review_date {
		display: none;
	}
	.review_ttl {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 10px;
	}
	.review_ttl p {
		display: inline;
		font-size: calc(100vw/ ( 750/ 26));
	}
	.review_ttl p.rate {
		letter-spacing: 0.05em;
		font-size: calc(100vw/ ( 750/ 28));
	}
	.review_ttl p.num {
		color: #001489;
		font-weight: bold;
		padding-right: calc(100vw/ ( 750/ 40));
		font-size: calc(100vw/ ( 750/ 28));
	}
	.review_ttl p.ttl {
		font-weight: bold;
		font-size: calc(100vw/ ( 750/ 28));
	}
	
	.navi-review-guide {
		font-size: calc(100vw /(750 / 22));
	}

	.review_user {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
		font-size: calc(100vw/ ( 750/ 24));
	}
	.review_user .reviewer_attr {
		font-size: calc(100vw/ ( 750/ 20));
	}
	.review_user .name {
		margin-bottom: 10px;
	}
	.review_user_data {
		font-size: calc(100vw /(750 / 22));
	}
	.review_user_data .hide_pc {
		display: inline;
	}
	.review_user_data .reviewer_attr {
		display: block !important;
	}
	.review_user .reviewer_date {
		display: none;
	}
	.review_rate_wrap {
		border: 2px solid #ccc;
	}
	.review_rate_wrap.none_border{
		border: none;
	}
	.rate_compre{
    	padding: 0 calc(100vw /(750 / 20));
	}
	.rate_left {
		order: 1;
		width: 100%; !
		important margin: 0 auto;
		box-sizing: border-box;
		border: none;
	}
	.rate_left dl {
		margin-bottom: 10px;
		width: 100%;
		height: calc(100vw/ ( 750/ 60));
		position: relative;
	}
	.rate_left dt {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100vw/ ( 750/ 160));
		color: #001489;
		font-size: calc(100vw/ ( 750/ 24));
		height: calc(100vw/ ( 750/ 60));
		line-height: calc(100vw/ ( 750/ 60));
		padding: 0 calc(100vw/ ( 750/ 30)) 0 0;
		box-sizing: border-box;
	}
	.rate_left dd {
		width: calc(100% - 100vw/ ( 750/ 160));
		margin-left: calc(100vw/ ( 750/ 160));
		position: relative;
		height: calc(100vw/ ( 750/ 60));
	}
	.rate_left.none_border {
		display: none;
	}
	.rate {
		height: calc(100vw/ ( 750/ 60));
		position: relative;
	}
	.rate .line {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		height: calc(100vw/ ( 750/ 6));
		background: #cccccc;
	}
	.rate .line .dot1, .rate .line .dot2, .rate .line .dot3, .rate .line .dot4,
		.rate .line .dot5 {
		position: absolute;
		width: calc(100vw/ ( 750/ 18));
		height: calc(100vw/ ( 750/ 18));
		top: 50%;
		transform: translate(-50%, -50%);
		background: #cccccc;
		border-radius: 100%;
	}
	.rate .line .dot1 {
		left: 0;
	}
	.rate .line .dot2 {
		left: 25%;
	}
	.rate .line .dot3 {
		left: 50%;
	}
	.rate .line .dot4 {
		left: 75%;
	}
	.rate .line .dot5 {
		left: 100%;
	}
	.rate .line .selected::after {
		content: "";
		position: absolute;
		top: calc(100vw/ ( 750/ 3)* -1);
		left: calc(100vw/ ( 750/ 10)* -1);
		width: calc(100vw/ ( 750/ 28));
		height: calc(100vw/ ( 750/ 28));
		border: calc(100vw/ ( 750/ 6));
		border-radius: 100%;
	}
	.rate .text_left, .rate .text_center, .rate .text_right {
		position: absolute;
		color: #333333;
		font-size: calc(100vw/ ( 750/ 18));
		top: calc(100vw/ ( 750/ 8)* -1);
	}
	.rate .text_left {
		left: 0;
	}
	.rate .text_center {
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	.rate .text_right {
		right: 0;
	}
	.rate_right {
		order: 1;
		width: 100%;
		margin: 0 calc(100vw/ ( 750/ 10));
		padding-top: 0;
		padding-bottom: 16px;
		font-size: calc(100vw/ ( 750/ 22));
	}
	.rate_right dl:last-child {
		
	}
	.review_text_user {
		margin: 0;
	}
	.review_text_user p {
		font-size: calc(100vw/ ( 750/ 24));
	}
	.review_text_shop_wrap {
		padding: 0 calc(100vw/ ( 750/ 30));
		margin-bottom: calc(100vw/ ( 750/ 40));
	}
	.review_text_shop {
		padding: calc(100vw/ ( 750/ 30));
		background: #f7f8f2;
	}
	.review_text_shop p:first-child {
		font-weight: bold;
	}
	.review_text_shop p {
		font-size: calc(100vw/ ( 750/ 24));
	}
	.review-write-pdp-pc {
		display: none;
	}
	.review-write-pdp-sp {
		display: block;
	}
	.review_img {
		padding: 0;
		position: relative;
	}
	.review_img .frame {
		position: relative;
		overflow: hidden;
		width: 69vw;
		height: 21vw;
		margin: 0 auto;
	}
	.review_img .frame .review_images {
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 10000px;
	}
	.review_img .frame .review_images li {
		display: block;
		float: left;
		width: 21vw;
		margin-right: 2vw;
	}
	.review_img .frame .review_images li:last-child:after {
		margin-right: 0;
	}
	.review_img .frame .review_images li img {
		width: 21vw;
		height: auto;
	}
	.review_img .prev, .review_img .next {
		height: 21vw;
		width: 20px;
		position: absolute;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.review_img .prev {
		left: 10px;
	}
	.review_img .next {
		right: 10px;
	}
	.review_date_sp {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		float: right;
		height: 38px;
		margin-right: 5px;
		font-size: calc(100vw /(750 / 22));
	}
	.review_fav {
		
	}
	.review_fav .btn_review_fav {
		float: left;
	}
	.review_fav .btn_review_fav .review_fav_icon {
		background-image:
			url(/static/mallDefault/images/parts/btn_favorite_off.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: calc(100vw/ ( 750/ 38)) auto;
		width: calc(100vw/ ( 750/ 64));
		/*height: calc(100vw/ ( 750/ 64));*/
		margin-top: -1px;
	}
	.review_fav .btn_review_fav .review_fav_icon:hover, .review_fav .btn_review_fav .review_fav_icon.active
		{
		background-image:
			url(/static/mallDefault/images/parts/btn_favorite_on.svg) !important;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: calc(100vw/ ( 750/ 38)) auto;
		width: calc(100vw/ ( 750/ 64));
		height: calc(100vw/ ( 750/ 64));
	}
	.review_fav .btn_review_fav span {
		font-size: calc(100vw/ ( 750/ 20));
		text-align: center;
		margin-top: calc(100vw/ ( 750/ 6));
	}
	.review_fav .count {
	        font-size: calc(100vw/ ( 750/ 28));
	}
	.review_fav .count::after {
		width: calc(100vw/ ( 750/ 16));
		height: calc(100vw/ ( 750/ 16));
		background: #ffffff;
		border-top: 2px solid #ff8800;
		border-right: 2px solid #ff8800;
		right: calc(( 100vw/ ( 750/ 14)* -1)+ 1.2px);
	}
	.customer_review .rev_btn, .customer_review .rev_btn_c {
		display: block;
		padding: 20px 0;
		margin: 0;
		border: 0;
	}
	.customer_review .rev_btn a, .customer_review .rev_btn_c a {
		width: 95%;
		margin-bottom: 5px;
	}
	.customer_review .rev_btn a img, .customer_review .rev_btn_c a img {
		width: 100%;
		height: auto;
	}
}

.item_info {
	width: 100%;
	margin-top: 10px;
}