@charset "UTF-8";

/* ---------------------------------
 * モジュールオーバーライド
 * --------------------------------- */
/* ---------------------------------
 * メインビジュアル
 * --------------------------------- */
.main-visual {
  text-align: center;
  margin-bottom: 50px;
}

/* ---------------------------------
 * リンクリスト
 * --------------------------------- */
.lp-list-link-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.lp-list-link-01 > li {
  width: 32.931%;
}
.lp-list-link-01 > li:nth-child(3n+1) {
  margin-left: 0;
}
.lp-list-link-01 > li a {
  font-size: 18px;
  background-color: #ebebeb;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 21px 16px;
}
.lp-list-link-01 > li a::after {
  position: absolute;
  top: 2px;
  right: 14px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #01916d;
  border-right: 2px solid #01916d;
}
.lp-list-link-01 > li .lp-list-link-01__icon {
  display: block;
}

/* ---------------------------------
 * newマック
 * --------------------------------- */
.new-mark::before {
  position: relative;
  padding: 5px;
  content: "NEW";
}

.panel .image .new-icon {
  position: absolute;
}

/* ---------------------------------
 * 商品追加マック
 * --------------------------------- */
.plus-icon {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  background: #3670c6;
  position: absolute;
  top: -15px;
  left: -15px;
  display: inline-block;
  padding: 5px 10px;
}
