@charset "utf-8";

.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
@media screen and (max-width: 767px) {
 .is-pc {
	 display: none;
 }
 .is-sp {
	 display: block;
 }
}


#product_detail {
	width: 1120px;
	margin: 0 auto;
	padding: 40px 3vw 100px !important;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	max-width: -webkit-fill-available;
}
#product_detail .productBlock {
	max-width: 465px;
	flex: 0 0 46%;
	max-width: 46%;
	border: none;
}
#product_detail .staffBlock {
	max-width: 550px;
	margin-left: 4%;
	flex: 0 0 52%;
	max-width: 52%;
}
@media screen and (max-width: 767px) {
 #product_detail {
	 position: relative;
	 display: block;
	 width: 92%;
	 padding: 20px 0 50px !important;
 }
 #product_detail .productBlock {
	 position: relative;
	 max-width: inherit;
	 width: 100%;
	 flex: none;
 }
 #product_detail .staffBlock {
	 position: relative;
	 max-width: inherit;
	 width: 100%;
	 margin-left: 0;
	 flex: none;
 }
}

#product_detail .staffBlock .staffBox {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 25px;
	width: 100%;
}
#product_detail .staffBlock .staffBox .fig {
	width: 80px;
	margin-right: 30px;
}
#product_detail .staffBlock .staffBox .staffName p {
	margin: 0;
	padding: 0;
	font-family:'Noto Sans JP','Yu Gothic','Yu Gothic Medium','Yu Gothic Medium',sans-serif;
}
#product_detail .staffBlock .staffBox .staffName .kana {
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.0;
	letter-spacing: -0.02em;
}
#product_detail .staffBlock .staffBox .staffName .name {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #323232;
	line-height: 1.4;
	letter-spacing: -0.02em;
}
#product_detail .staffBlock .staffBox .staffName .shop {
	font-size: 13px;
	color: #323232;
	font-weight: 500;
	letter-spacing: -0.02em;
}
#product_detail .staffBlock .leadBox {
	/*margin-bottom: 20px;*/
}
#product_detail .staffBlock .leadBox .day {
	margin-bottom: 10px;
	font-size: 13px;
	color: #8a8a8a;
}
#product_detail .staffBlock .leadBox .lead01 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}
#product_detail .staffBlock .leadBox .lead02 {
	font-size: 14px;
	color: #323232;
}
#product_detail .staffBlock .meterBox {
	margin: 10px 0 0;
	padding: 20px 0 5px;
	border-top: 1px solid #cccccc;
}
#product_detail .staffBlock .meterBox dl {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#product_detail .staffBlock .meterBox dl:not(:last-child) {
	margin-bottom: 15px;
}
#product_detail .staffBlock .meterBox dl dt {
	margin: 0 3% 0 0;
	padding: 0;
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	text-align: right;
	max-width: 6em;
	width: 6em;
	width: 17%;
}
#product_detail .staffBlock .meterBox dl dd {
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
/*	width: calc(100% - 6em);*/
	width: 83%;
}
#product_detail .staffBlock .meterBox p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #888888;
	line-height: 1.6;
}
#product_detail .staffBlock .meterBox p.start {
	max-width: 5em;
	width: 5em;
	width: 18%;
	margin-right: 3%;
}
#product_detail .staffBlock .meterBox p.end {
	max-width: 5em;
	width: 5em;
	width: 18%;
	margin-left: 3%;
}
#product_detail .staffBlock .meterBox ul {
	position:relative;
	margin: 0;
	padding: 0;
/*	width: 73%;*/
	width: 64%;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#product_detail .staffBlock .meterBox ul:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: transparent;
	z-index:5;
}
#product_detail .staffBlock .meterBox ul:after {
	position: absolute;
	content:"";
	top: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto auto;
	border-bottom: 2px solid #cccccc;
	z-index: 0;
}
#product_detail .staffBlock .meterBox ul li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 17px;
	font-size: 14px;
	line-height: 1.6;
	z-index: 1;
}
@media screen and (max-width: 767px) {
 #product_detail .staffBlock .meterBox dl dt {
	 width: 17%;
 }
 #product_detail .staffBlock .meterBox dl dd {
	 width: 83%;
 }
 #product_detail .staffBlock .meterBox ul {
	 width: 52%;
 }
 #product_detail .staffBlock .meterBox p.start {
	 width: 31%;
 }
 #product_detail .staffBlock .meterBox p.end {
	 width: 31%;
 }
}
@media screen and (max-width: 360px) {
 #product_detail .staffBlock .meterBox dl dt {
	 width: 18%;
 }
 #product_detail .staffBlock .meterBox dl dd {
	 width: 82%;
 }
 #product_detail .staffBlock .meterBox ul {
	 width: 41%;
 }
 #product_detail .staffBlock .meterBox p.start {
	 width: 34%;
 }
 #product_detail .staffBlock .meterBox p.end {
	 width: 34%;
 }
}


/* ラジオボタン */
#product_detail .staffBlock input[type=radio] {
	margin: 0;
	padding: 0;
}
#product_detail .staffBlock .meterBox input[type=radio] {
	margin: 0;
	padding: 0;
  display: none;
}
#product_detail .staffBlock .meterBox label {
  position: relative;
	width: 17px;
	cursor: pointer;
	z-index: 1;
}
#product_detail .staffBlock .meterBox input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #cccccc;
  left: 0;
  top: 0;
	margin: -5px 0 0 0;
}
#product_detail .staffBlock .meterBox input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ccad1b;
  left: 0;
  top: 0;
	margin: -5px 0 0 0;
  opacity: 0;
  transition: .2s;
}
#product_detail .staffBlock .meterBox input[type=radio]:checked + label::after {
 opacity: 1;
}

#product_detail .staffBlock .productBox {
	margin: 10px 0 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
#product_detail .staffBlock .productBox .productName {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
}
#product_detail .staffBlock .productBox .kakau {
	font-size: 16px;
	color: #8a8a8a;
}
#product_detail .staffBlock .productBox .kakau .tax {
	font-size: 13px;
	color: #8a8a8a;
}

#product_detail .staffBlock .tagBox {
	margin-bottom: 35px;
}
#product_detail .staffBlock .tagBox ul {
	list-style: none;
}
#product_detail .staffBlock .tagBox ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style:none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#product_detail .staffBlock .tagBox ul li {
	margin: 0 0 5px 0;
	padding: 5px;
	display: block;
	font-size: 12px;
	color: #444444;
	background: #dee2e6;
	border-radius: 2px;
}
#product_detail .staffBlock .tagBox ul li:not(:last-child) {
	margin-right: 5px;
}

#product_detail .staffBlock .productBtn {
	position: relative;
	width: 200px;
	height: 50px;
}
#product_detail .staffBlock .productBtn p a {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: #ccad1b;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#product_detail .staffBlock .staffBox {
		padding-top: 40px;
	}
 #product_detail .staffBlock .meterBox dl dt {
	 margin: 0 4% 0 0;
 }
 #product_detail .staffBlock .meterBox ul:after {
	 top: -2px;
 }
 #product_detail .staffBlock .meterBox ul li {
	 width: 12px;
 }
 #product_detail .staffBlock .meterBox label {
	 width: 13px;
 }
 #product_detail .staffBlock .meterBox input[type=radio] + label::before {
	 width: 12px;
	 height: 12px;
	 margin: -4px 0 0 0;
 }
 #product_detail .staffBlock .meterBox input[type=radio] + label::after {
	 width: 12px;
	 height: 12px;
	 margin: -4px 0 0 0;
 }
 #product_detail .staffBlock .productBtn {
	 position: relative;
	 max-width: 540px;
	 width: 70%;
	 height: 50px;
	 margin: 0 auto 30px;
 }
 #product_detail .staffBlock .productBtn p a {
	 width: 100%;
	 height: 50px;
 }
}



/* review-list
------------------------------------------------------------------- */
.slick-track {
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
}
.slick-slide {
	max-width: 330px;
	width: 31.73769231%;
	margin: 0 10px;
}
.slick-slider {
 margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px !important;
	height: 10px !important;
	margin: 0 3px !important;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px !important;
	height: 10px !important;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	box-sizing: border-box;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	content: " ";
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px !important;
	height: 10px !important;
	text-align: center;
	opacity: 1.0 !important;
	background-color: #ffffff !important;
	border: 1px solid #999;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #999999 !important;
}
.slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}
@media screen and (max-width: 767px) {
 .slick-slide {
	 max-width: inherit;
	 width: 100%;
	 margin: 0 auto;
 }
 .slick-dots {
	 bottom: -40px;
 }
}



.review-list p,
.review-list ul,
.review-list li,
.review-list figure {
	margin: 0;
	padding: 0; 
}
.review-list ul,
.review-list li {
	list-style: none;
}
.review-list {
	width: 100%;
	margin: 0 auto 120px;
	max-width: 1040px;
}
.review-list .review-list_inner {
	width: 100%;
}
.review-list .review-list_inner.review {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:98%;
	margin: 0 auto;
 }
.review-list h2.ttl {
	margin: 0;
	padding: 0 0 40px;
	font-size: 22px;
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.productBlock {
	max-width: 330px;
	width: 31.73769231%;
	margin-right: 2.39%;
	margin: 0;
	margin-bottom: 20px;
	border: 1px solid #dee2e6;
	box-sizing: border-box;
}
.review-list .review-list_inner.review .productBlock {
	margin-right: 2.39%;
	margin-bottom: 60px;
}
.review-list .review-list_inner.review .productBlock:nth-child(3n)  {
	margin-right: 0;
}
.productBlock:nth-child(3n) {
	margin-right: 0px;
}
.productBlock .inner {
	padding: 15px 4.545454545% 0 4.545454545%;
}
.productBlock .product {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 15px;
}
.productBlock .product .figBox {
	max-width: 145px;
	width: 48.333333333%;
	margin-right: 3.333333334%;
}
.productBlock .product .txtBox {
	max-width: 100%;
	width: 100%;
}
.review-list .review-list_inner.review .productBlock .product .txtBox{
	max-width: 145px;
	width: 48.333333333%;
}
.productBlock .product .txtBox .day {
	font-size: 13px;
	font-weight: 400;
}
.productBlock .product .txtBox .name {
	font-size: 15px;
	font-weight: 700;
}
.productBlock .product .txtBox .belong {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}
.productBlock .product .txtBox .ttl {
	font-size: 16px;
	font-weight: 700;
	word-break: break-all;
}
.review-list .review-list_inner.review .productBlock .product .txtBox .ttl {
	font-size: 12px;
	font-weight: 700;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.productBlock .product .txtBox .brand {
	font-size: 13px;
	font-weight: 400;
}
.productBlock .tag {
	margin-bottom: 5px;
}
.productBlock .tag ul {
	margin: 0;
	padding: 0; 
	list-style:none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productBlock .tag ul li {
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 12px;
	color: #444444;
	background: #dee2e6;
	border-radius: 2px;
}
.productBlock .tag ul li:not(:last-child) {
	margin-right: 5px;
}
.productBlock .lead {
  overflow: hidden;
  width: 100%;
	margin-bottom: 15px;
}
.productBlock .lead p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	font-weight: 400;
}
.productBlock .lead .ttl {
	font-weight: 700;
}
.productBlock .reviewBtn {
	margin-top: 25px;
}
.productBlock .reviewBtn p {
	position: relative;
	text-align: center;
}
.productBlock .reviewBtn p a {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 400;
	color: #323232;
	background: #f5f5f5;
}
.productBlock .reviewBtn p a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
.productBlock .reviewBtn p a span {
	position: relative;
}
.productBlock .reviewBtn p a span:before{
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	margin: -1px 5px 0 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #323232;
	border-right: 1px solid #323232;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.review-list .moreBtn {
	width: 300px;
	height: 60px;
	margin: 0 auto;
}
.review-list .moreBtn p a {
	display: block;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 60px;
	color: #ffffff;
	background: #4c4948;
}
@media screen and (max-width: 767px) {
 .review-list {
	 max-width: none;
	 width: 92%;
	 margin: 0 auto !important;
 }
 .review-list .review-list_inner {
	 margin-bottom: 90px;
 }
 .review-list .review-list_inner.review {
	 margin-bottom: 0;
 }
 .review-list h2.ttl {
	 margin: 0 auto;
	 padding: 0 0 30px;
	 width: 100%;
	 text-align: left;
 }
 .productBlock {
	 max-width: inherit;
	 width: 99% !important;
	 margin:  0 auto 0 !important;
	 display: block !important;
 }
 .productBlock .inner {
	 padding: 15px 15px 0 15px;
 }
 .productBlock .product {
	 display: flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 margin-bottom: 15px;
 }
 .productBlock .product .txtBox {
	 max-width: inherit;
	 width: 100%;
 }
 .productBlock .product .txtBox .day {
	 font-size: 13px;
	 font-weight: 400;
 }
 .productBlock .product .txtBox .name {
	 font-size: 15px;
	 font-weight: 700;
 }
 .productBlock .product .txtBox .belong {
	 font-size: 13px;
	 font-weight: 400;
	 margin-bottom: 10px;
 }
 .productBlock .product .txtBox .ttl {
	 font-size: 15px;
	 font-weight: 700;
 }
 .productBlock .product .txtBox .brand  {
 }
 .productBlock .tag {
	 margin-bottom: 5px;
	 display: block;
 }
 .productBlock .tag ul li {
	 margin: 0 0 5px 0;
	 padding: 5px;
	 font-size: 12px;
	 border-radius: 2px;
 }
 .productBlock .tag ul li:not(:last-child) {
	 margin-right: 5px;
 }
 .productBlock .lead {
	 /*margin-bottom: 6.91%;*/
 }
 .productBlock .lead p {
	 font-size: 14px;
 }
 .productBlock .reviewBtn {
	 margin-top: 5.827%;
 }
 .productBlock .reviewBtn p a {
	 padding: 10px 0;
	 font-size: 13px;
 }
 .productBlock .reviewBtn p a:hover {
	 opacity: 1.0;
 }
 .review-list .review-list_inner.review .productBlock {
	 max-width: inherit;
	 width: 99% !important;
	 margin:  0 auto 5.1% !important;
	 display: block !important;
 }
 .review-list .review-list_inner.review .productBlock .product .figBox {
	 max-width: 240px;
	 width: 30.96774135%;
	 margin-right: 10px;
	 display: block;	 
 }
 .review-list .review-list_inner.review .productBlock .product .txtBox {
	 max-width: 505px;
	 width: 67.785234899%;
	 max-width: inherit;
 }
 .productBlock .review-list_inner.review .product .txtBox .ttl {
	 font-size: 14px;
 }
 .review-list .moreBtn {
	 width: 80%;
	 margin: 20px auto 0;
 }
}


.pd-more-info {
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
 .pd-more-info {
	 margin-bottom: 50px;
 }
 .series-section .recomended-title {
		 padding: 0 0 30px !important;
 }
}


.review-list .review-no-result {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
 .review-list .review-no-result {
	 font-size: 16px;
	 text-align: left;
 }
}