@charset "utf-8";

/* 調整 */

.js_sale>.container  {
	max-width: 1120px;
	padding: 0 40px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
 .js_sale>.container,
 .js_sale>.is-breadcrumb.shop-breadcrumb>.container {
	 max-width: -webkit-fill-available;
	 padding: 0 10px;
 }
}

.shop-breadcrumb h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
 .shop-breadcrumb h1 {
	 font-size: 20px;
 }
}

/* ページャー調整 */
@media (min-width: 768px) {
    .js_sale .products_pager:not(.products_pager_top) {
        padding: 0;
    }
}

/* 人気のタグ
------------------------------------------------------------------- */
.populartag  {
	margin-bottom: 40px;
	padding: 0 15px;
}
.populartag dl {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.populartag dl dt {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	min-width: 5em;
}
.populartag dl dd {
	margin: 0;
	padding: 0;
}
.populartag dl dd 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;
}
.populartag dl dd ul li {
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 12px;
	color: #444444;
	background: #dee2e6;
	border-radius: 2px;
	cursor: pointer;
}
.populartag dl dd ul li:not(:last-child) {
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
 .populartag  {
	 margin-bottom: 30px;
	 padding: 0 15px;
 }
 .populartag dl {
	 display: block;
 }
 .populartag dl dt {
	 margin: 0 15px 3% 0;
	 font-weight: 700;
	 min-width: inherit;
 }
 .populartag dl dd ul li {
	 margin: 0 0 2% 0;
 }
 .populartag dl dd ul li:not(:last-child) {
	 margin-right: 2%;
 }
}



/* review-list
------------------------------------------------------------------- */
.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 20px;
	max-width: 1040px;
	width: 100%;
}
.review-list .review-list_inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.productBlock {
	max-width: 330px;
	width: 31.73769231%;
	margin-right: 25px;
	margin-right: 2.39%;
	margin-bottom: 20px;
	border: 1px solid #dee2e6;
	box-sizing: border-box;
}
.productBlock:nth-child(3n) {
	margin-right: 0px;
}
.productBlock .inner {
	margin-bottom: 25px;
	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: 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: 12px;
	font-weight: 700;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.productBlock .product .txtBox {
	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 {
}
.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);
}
@media screen and (max-width: 767px) {
 .review-list {
	 max-width: none;
	 width: 100%;
	 margin: 0 auto 20px;
 }
 .review-list .review-list_inner {
	 display: flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
 }
 .productBlock {
	 max-width: none;
	 width: 100%;
	 margin-right: 0px;
	 margin-bottom: 5.1%;
 }
 .productBlock .inner {
	 padding: 15px 15px 0 15px;
 }
 .productBlock .product {
	 display: flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 margin-bottom: 15px;
 }
 .productBlock .product .figBox {
	 max-width: 240px;
	 width: 30.96774135%;
	 margin-right: 10px;
 }
 .productBlock .product .txtBox {
	 max-width: 505px;
	 width: 67.785234899%;
 }
 .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: 14px; */
	 font-weight: 700;
     margin-bottom: .2rem;
 }
 .productBlock .product .txtBox {
	 font-size: 13px;
	 font-weight: 400;
 }
 .productBlock .tag {
	 margin-bottom: 5px;
 }
 .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 .lead .ttl {
	 font-weight: 700;
 }
 .productBlock .reviewBtn p a {
	 padding: 10px 0;
	 font-size: 13px;
 }
 .productBlock .reviewBtn p a:hover {
	 opacity: 1.0;
 }
}