@charset "shift_jis";

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


/*--------------------------------------------------------------------------
   review
---------------------------------------------------------------------------*/
.review_box {

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


.customer_review{
	max-width: 1200px;
	/* border: 1px solid #001489; */
	margin: 40px auto 0;
	/*opacity: 0.8;*/
}
.ttl-review{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 40px 0 30px;
	background: #ccc;
	min-height: 60px;
}
.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: 25px 40px;
}

.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: #fd8700;
	font-weight: bold;
}
.graph_box .graph_num{
	width: 65px;
	text-align: right;
	/*position: absolute;
	top: 0;
	right: 9px;*/
}
.graph_box .bar{
	height: 21px;
	width: 232px;
	margin: 0 15px;
	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;
}
.bar::after{
	content: '';
	background: #fd8700;
	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;
}
.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;
	padding: 20px 0 0 20px !important;
	margin: 20px 0;
}
.review_box_wrap .review_box:first-child .review_wrap {
	border-top: 0 !important;
	padding: 0 !important;
}
.review_ttl{
	padding: 0;
	/* margin-left: 20px; */
}
.review_ttl p{
	display: inline-block;
	font-size:18px;
}
.review_ttl p.rate{
	color: #fd8700;
	letter-spacing: 2px;
	padding-right: 20px;
}
.review_ttl p.num{
	color: #001489;
	font-weight: bold;
	padding-right: 20px;
}
.review_ttl p.ttl{
	font-weight: bold;
}
.review_user{
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
.review_user .reviewer_name{
	margin-bottom: 10px;
}
.review_user .reviewer_attr{
	font-size: 1.1rem;
	line-height: 1.5;
}
.review_rate_wrap {
	margin: 20px 2ppx;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #f5f5f5;
}
.rate_left {
	width: 55%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 70px 0 20px;
}
.rate_left dl {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	position: relative;
}
.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 {
	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: -5px;
	left: -5px;
	width: 22.5px;
	height: 22.5px;
	border: 3px solid #FD8700;
	border-radius: 100%;

}

.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_right{
	position: relative;
	width: 42%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	display: flex;
	align-items: center;
	margin-right: 3%;
}
.rate_right dl{
	display: flex;
	flex-wrap: wrap;
}
.rate_right dt {
	width: 25%;
	text-align: right;
	padding-right: 5%;
	margin: 5px 0;
}
.rate_right dd {
	width: 70%;
	margin: 5px 0;
}
.review_text_user {
	padding:0 40px;
	margin: 20px 0;
}
.review_text_user p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.review_img {
	padding: 0 40px;
	margin-bottom: 30px;
}
.review_img ul.for-pc li {
	float: left;
	width: 20%;
	text-align: center;
}

.review_img{
	padding: 0 21px;
}
.review_img .frame .review_images li {
	display: block;
	float: left;
	width: 10%;
	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 {
	padding: 0 40px;
	margin-bottom: 20px;
}
.review_fav .btn_review_fav {
	float: right;
}
.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;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	border: 2px solid #dddddd;
	margin: 0 auto;
	border-radius: 100%;
}
.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;
	background-size: 38px 38px;
	border: 2px solid #ff8800;
}
.review_fav .btn_review_fav span {
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
}
.review_fav .count {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ff8800;
	float: right;
	height: 38px;
	width: 80px;
	border: 2px solid #ff8800;
	border-radius: 10px;
	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 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) {
	.customer_review {
		margin: calc(100vw/(750/20)) auto 0;
	}

	.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;
	}
	.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);
		width: 100%;
		margin: 0 auto;
	}
	.graph_box{
		position: relative;
		height: calc(100vw/(750/40));
	}

	.graph_box .graph_rate{
		position: absolute;
		left: calc(100vw/(750/30));
		color: #fd8700;
		font-size: calc(100vw/(750/22));
		font-weight: bold;
	}
	.graph_box .graph_num{
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(100vw/(750/30));
		margin: auto;
		height: calc(100vw/(750/40));
		font-size: calc(100vw/(750/22));
	}
	.graph_box .bar{
		height: calc(100vw/(750/40));
		width: calc( 100% - 105px);
		margin: 0 calc(100vw/(750/120)) 0 calc(100vw/(750/90));
		padding: 0;
		position: relative;
	}
	.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: #fd8700;
		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;

	}
	.review_ttl{
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.review_ttl p{
		display: inline-block;
		font-size: calc(100vw/(750/26));
	}
	.review_ttl p.rate{
		color: #fd8700;
		letter-spacing: 0.05em;
		padding-right: calc(100vw/(750/40));
	}
	.review_ttl p.num{
		color: #001489;
		font-weight: bold;
		padding-right: calc(100vw/(750/40));
	}
	.review_ttl p.ttl{
		font-weight: bold;
		font-size: calc(100vw/(750/28));
	}
	.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 .hide_pc {
		display: inline;
	}
	.review_rate_wrap{
		padding: calc(100vw/(750/30)) 0;
		margin: 0 0 calc(100vw/(750/40));
	}

	.rate_left{
		order: 2;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 calc(100vw/(750/40)) 0 calc(100vw/(750/10));
	}
	.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 {
		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/10) * -1);
		left: calc(100vw/(750/10) * -1);
		width: calc(100vw/(750/38));
		height: calc(100vw/(750/38));
		border: calc(100vw/(750/6)) solid #FD8700;
		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;
		font-size: calc(100vw/(750/22));
	}
	.rate_right dl:last-child{
		margin-bottom: calc(100vw/(750/25));
	}
	.review_text_user{
		padding: 0 calc(100vw/(750/30));
		margin-bottom: calc(100vw/(750/40));
	}

	.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_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_fav {
		padding: 0 calc(100vw/(750/40));
	}
	.review_fav .btn_review_fav {
		float: right;
	}
	.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));
		border: 2px solid #dddddd;
	}
	.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));
		border: 2px solid #ff8800;
	}
	.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));
		float: right;
		height: calc(100vw/(750/64));
		width: calc(100vw/(750/152));
		border: 2px solid #ff8800;
		border-radius: 6px;
		margin-right: calc(100vw/(750/10));
	}
	.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%
}