@charset "UTF-8";
.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_list__link {
  margin-top: 0;
}

.product_list__item {
  width: 22.5%;
  position: relative;
  margin-bottom: 40px;
}

.product_list__item--soldout:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "終売御礼！";
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  border-radius: 6px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list__item--expired:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "終売御礼！";
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  border-radius: 6px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list__item .regularly_mark {
  position: absolute;
  right: 0;
  top: 0;
  border-width: 35px;
  border-style: solid;
  border-color: #f29217;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.product_list__item .regularly_mark__txt {
  display: block;
  position: absolute;
  top: -23px;
  right: -28px;
  font-size: 1.6rem;
  width: 2em;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_list__item__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product_list__item__link:hover, .product_list__item__link:focus {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.product_list__item__name {
  display: block;
  padding: 6px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_list__item__detail {
  padding: 10px 15px;
  position: relative;
}

.product_list__item__weight {
  font-size: 1.2rem;
}

.product_list__item__weight--big {
  font-size: 1.5rem;
}

.product_list__item__dl {
  font-size: 1.2rem;
}

.product_list__item__dt {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.product_list__item__dt--unit {
  display: inline-block;
}

.product_list__item__dd {
  display: block;
}

.product_list__item__dd--unit {
  display: inline-block;
}

.product_list__item__num {
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 0.27em;
  color: #e84031;
}

.product_list__item__num--unit {
  color: #333;
}

.product_list__item__chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list__item__chara__img {
  display: block;
  height: 40px;
  margin-right: 5px;
}

.product_list__item__chara__balloon {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e84031;
}

.product_list__item__reference {
  font-size: 1.2em;
  color: #999;
  margin-right: 0.3em;
}

.product_list__item__reference__num {
  text-decoration: line-through;
}

.product_list__item--fb .product_list__item__detail {
  font-size: 1.2rem;
}

.product_list__item--hidden {
  margin-bottom: 0 !important;
}

.product_list__item .discount_rate {
  position: absolute;
  right: -1rem;
  top: -1rem;
  display: inline-block;
  margin-left: 15px;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#f29217), to(#e84031));
  background-image: linear-gradient(to right, #f29217, #e84031);
  border-radius: 5px;
}

.product_list__item .discount_rate__num {
  font-size: 2rem;
}

.product_list__thumb {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  visibility: hidden;
  opacity: 0;
}

.product_list__attr {
  margin-top: 5px;
}

.product_list__attr__item {
  display: inline-block;
  padding: 0.3em 0.6em;
  margin: 0 1px 3px 0;
  font-size: 1rem;
  color: #fff;
  background-color: #F29217;
}

.pagenation {
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagenation__item {
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
}

.pagenation__item a {
  padding: 0.65em 1em;
  border: 1px solid #F29217;
  border-radius: 8px;
  color: #F29217;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation__item a i {
  font-size: 2rem;
}

.pagenation__item a:hover, .pagenation__item a:focus {
  background-color: #F29217;
  color: #fff;
}

.pagenation__prev i {
  margin-right: 0.4em;
}

.pagenation__next i {
  margin-left: 0.4em;
}

/*商品カテゴリの色指定*/
.product_list__item__name--meat {
  background-color: #CB4042;
}

.product_list__item__name--sea-food {
  background-color: #005CAF;
}

.product_list__item__name--rice-bread {
  background-color: #787878;
}

.product_list__item__name--fruit {
  background-color: #E9CD4C;
}

.product_list__item__name--vegetable {
  background-color: #24936E;
}

.product_list__item__name--egg-dairy {
  background-color: #FAD689;
}

.product_list__item__name--alcohol {
  background-color: #8F77B5;
}

.product_list__item__name--drink {
  background-color: #7DB9DE;
}

.product_list__item__name--sweets {
  background-color: #E8B647;
}

.product_list__item__name--noodles {
  background-color: #724938;
}

.product_list__item__name--daily-dish {
  background-color: #91AD70;
}

.product_list__item__name--condiment {
  background-color: #707C74;
}

.product_list__item__name--other {
  background-color: #607D8B;
}

.product_list__item__name--coffee {
  background-color: #666666;
}

.product_list__item__name--fb {
  background-color: #3B5998;
}

.product_list--rank {
  margin-top: 60px;
}

.product_rank {
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.4rem;
  color: #E84031;
}

.product_rank__num {
  font-size: 1.6em;
}

.product_list_sort {
  margin: 40px 0;
}

.product_list_sort__error {
  display: block;
  font-size: 1.2rem;
  color: #ff0000;
  margin-bottom: 4px;
}

.product_list_sort__label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.product_list_sort__select {
  font-size: 1.4rem;
  border: 1px solid #ddd;
  padding: 0.2em;
}

.product_list_pager {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list_pager__prev, .product_list_pager__next {
  font-size: 1.4rem;
  padding: 0.5em;
  border: 1px solid #F29217;
  border-radius: 6px;
  color: #F29217;
  margin: 0 10px;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list_pager__prev:before {
  display: block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  margin-right: 0.3em;
}

.product_list_pager__next:after {
  display: block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-left: 0.3em;
}

.product_list_pager__num {
  font-size: 1.4rem;
  width: 2em;
  height: 2em;
  border: 1px solid #F29217;
  border-radius: 50%;
  color: #F29217;
  text-decoration: none;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list_pager__num--current {
  color: #fff;
  background-color: #F29217;
}

.product_search_result {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}

.product_search_result__num {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0.15em;
}

.recommend_product_list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommend_product_list__item {
  width: 22.5%;
  position: relative;
  margin-bottom: 50px;
}

.recommend_product_list__item--soldout:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "終売御礼！";
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  border-radius: 6px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend_product_list__item--expired:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "終売御礼！";
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  border-radius: 6px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend_product_list__item .fb_iframe_widget,
.recommend_product_list__item .fb_iframe_widget span,
.recommend_product_list__item .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.recommend_product_list__item .recommend_regularly_mark {
  position: absolute;
  right: 0;
  top: 0;
  border-width: 35px;
  border-style: solid;
  border-color: #f29217;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.recommend_product_list__item .recommend_regularly_mark__txt {
  display: block;
  position: absolute;
  top: -23px;
  right: -28px;
  font-size: 1.6rem;
  width: 2em;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recommend_product_list__item__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 6px;
}

.recommend_product_list__item__link:hover, .recommend_product_list__item__link:focus {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.recommend_product_list__item__name {
  display: block;
  padding: 6px 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.recommend_product_list__item__name__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  overflow: hidden;
}

.recommend_product_list__item__detail {
  background-color: #fff;
  padding: 10px 15px;
  position: relative;
  height: 100%;
}

.recommend_product_list__item__weight {
  font-size: 1.2rem;
}

.recommend_product_list__item__weight--big {
  font-size: 1.5rem;
}

.recommend_product_list__item__dl {
  font-size: 1.2rem;
}

.recommend_product_list__item__dt {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.recommend_product_list__item__dt--unit {
  display: inline-block;
}

.recommend_product_list__item__dd {
  display: block;
}

.recommend_product_list__item__dd--unit {
  display: inline-block;
}

.recommend_product_list__item__num {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e84031;
}

.recommend_product_list__item__num--unit {
  color: #333;
}

.recommend_product_list__item__tax {
  font-size: 1rem;
  color: #e84031;
  font-weight: bold;
}

.recommend_product_list__item__chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend_product_list__item__chara__img {
  display: block;
  height: 40px;
  margin-right: 5px;
}

.recommend_product_list__item__chara__balloon {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e84031;
}

.recommend_product_list__item__reference {
  font-size: 1.3em;
  color: #999;
}

.recommend_product_list__item__reference__num {
  text-decoration: line-through;
}

.recommend_product_list__item__reference__arrow {
  color: #e84031;
  margin: 0 2px;
}

.recommend_product_list__item--hidden {
  margin-bottom: 0 !important;
}

.recommend_product_list__item .recommend_discount_rate {
  position: absolute;
  right: 10px;
  top: -15px;
  display: inline-block;
  padding: 12px 6px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#f29217), to(#e84031));
  background-image: linear-gradient(to right, #f29217, #e84031);
  border-radius: 5px;
}

.recommend_product_list__item .recommend_discount_rate__num {
  font-size: 3rem;
}

.recommend_product_list__item .recommend_discount_rate__off {
  display: block;
}

.recommend_product_list__thumb {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommend_product_list__attr {
  margin-top: 5px;
}

.recommend_product_list__attr__item {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 1.2rem;
  color: #fff;
  background-color: #F29217;
}

@media screen and (max-width: 960px) {
  .product_list__item {
    width: 30%;
  }
  .product_list--rank .product_list__item {
    margin-bottom: 60px;
  }
  .recommend_product {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recommend_product_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .recommend_product_list__item {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .product_list__item {
    width: 48.5%;
  }
  .product_list__item__detail {
    padding: 10px;
  }
}

/*# sourceMappingURL=../map/products_list.css.map */
