/* item-info */
.item-info {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5rem;
  background-color: #f3f3d9;
}
.item-info .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.item-info h2::before {
  background-image: url("../../images/h2-bg-dot-dark.svg");
}

/* item */
.item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* btn */
.btn-orange-sm a::after {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  margin: -3.2rem auto 0;
  background-image: url("../../customer/images/daru-chan-sm.png");
  background-size: 74px;
  background-position: 3px 10px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 995px) {
  .btn-orange-sm::after {
    height: 20px;
    background-size: 30px;
    background-position: left 10px;
  }
}
.btn-orange-sm a {
  color: #fff !important;
  letter-spacing: 0.5rem;
  text-decoration: none;
}
.btn-orange-sm a:hover {
  text-decoration: none;
}
/* category */
.cat {
  margin-bottom: 2rem;
}
.cat p {
  display: inline-flex;
  margin: 0;
  padding: 0.2rem;
  width: 24%;
  height: auto;
  color: #666;
}
@media (max-width: 599px) {
  .cat p {
    width: 49%;
  }
}
.cat a {
  color: #666;
}
.cat p::before {
  content: "●";
  margin-left: 0;
  margin-right: 0.3rem;
}