.section__title-h2.mar-b--20.page_title,
.section__title-h2.page_title {
  margin-top: 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid;
  font-size: 23px;
}
.product-list__unit-lg {
  width: 27%;
}
.product-list__unit-lg a {
  display: inline-block;
  width: 100%;
}
.product-list__unit-lg a img {
  width: 100%;
}
.product-list__unit {
  margin: 0 3% 40px;
}
.product-list.productlist-list {
  margin-bottom: 40px;
}
.txt--lg {
  font-size: 15px;
}

.hover-parent {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.hover-parent a {
  display: inline-block;
}
.hover-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(136, 45, 36, 0.8);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.hover-mask span {
  font-size: 18px;
  border-bottom: 4px solid;
  padding: 0 15px 4px;
}
.hover-parent:hover .hover-mask {
  opacity: 1;
  transition:all 0.6s ease;
}

/* 温度帯マーク表示 */
.product-list__unit.product-list__unit-lg {
  position: relative;
}
.icon-new {
    position: absolute;
    top: 39%;
    right: 1%;
    width: 34%;
}
.hover-parent:hover .hover-mask {
  z-index: 2;
}
a.product-list__link:hover + .hover-parent .hover-mask {
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 2;
}

a.product-list__link:hover ~ .product-list__name p,
a.product-list__link:hover ~ .product-list__prices {
   color: #ccc;
}

a.product-list__link {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}