/* 共通設定 */
:root {
  --primary-color: #00873c;
}
/* footer バナー追加 */
.footer__link-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:1100px) {
  .footer__link-wrap {
    flex-direction: column;
    margin-top: 30px;
  }
}
.footer__bnr-btn {
  max-width: 320px;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
}

/* 取り扱い商品 */
.util-btn--horse-milk {
  padding: 14px 10px 10px;
  border-color: #008CCF;
}
.util-btn--horse-milk::after {
  content: none;
}
.util-btn--horse-milk:hover {
  background: #fff;
  opacity: 0.7;
}

/* 購入方法 */
.text-link {
  color: var(--primary-color);
  text-decoration: underline;
}