@charset "utf-8";

.brand_keyword {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-inline: auto;
  margin-top: 1.9375rem;
  margin-bottom: 5.9375rem;
  max-width: 1170px;
}

.brand_keyword * {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
}

.brand_keyword-title {
  position: relative;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.brand_keyword-title::after {
  background-image: url(../items/title_bg.png?$staticlink$);
  background-size: 100%;
  content: "";
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 232px;
  z-index: -1;
}

.brand_keyword-items {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.brand_keyword-link {
  display: block;
  border: 1px solid #ae7f49;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  color: #000 !important;
  font-size: 0.9375rem;
  outline: none !important;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.brand_keyword-link:hover {
  background-color: #ae7f49;
  color: #ffffff !important;
}

.brand_keyword__banners {
  margin-top: 95px;
}

.brand_keyword__banner {
  display: flex;
  justify-content: space-between;
}

.brand_keyword__banner__images {
  width: 48.717948717%;
}

.brand_keyword img {
  height: auto;
  width: 100%;
}

.brand_keyword__banner__items {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 3.162393162%;
  margin-top: 26px;
}

.brand_keyword__banner__item {
  width: 31.196581196%;
}

.brand_keyword__detail {
  background-color: #f6f6f5;
  margin-top: 75px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brand_keyword__detail__text {
  font-size: 17px;
  line-height: 1.8823;
  text-align: center;
}

.brand_keyword__detail__btn {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 470px;
}

.brand_keyword__detail__link {
  background-color: #fff;
  border: 3px solid #bb8249;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shuei MaruGo L";
  font-size: 22px;
  letter-spacing: 0.15em;
  height: 80px;
  position: relative;
  text-decoration: none !important;
}

.brand_keyword__detail__link::before {
  border: 1px solid #bb8249;
  content: "";
  height: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 97.44680851%;
}

.brand_keyword__detail__link::after {
  background-image: url(../items/arrow.svg?$staticlink$);
  content: "";
  height: 20px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.brand_keyword__detail .sp {
  display: none;
}

@media not all and (min-width: 768px) {
  .brand_keyword {
    margin-top: 1.625rem;
    margin-bottom: 3.625rem;
  }

  .brand_keyword-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .brand_keyword-items {
    gap: 10px;
  }

  .brand_keyword-link {
    border-radius: 9999px;
    padding: 0.4375rem 0.625rem;
  }

  .brand_keyword-link:hover {
    background-color: #ae7f49;
    color: #ffffff !important;
  }

  .brand_keyword__banners {
    margin-top: 75px;
  }

  .brand_keyword__banner {
    display: block;
  }

  .brand_keyword__banner__images {
    width: 100%;
  }

  .brand_keyword__banner__images {
    margin-top: 12px;
  }

  .brand_keyword__banner__items {
    display: block;
    margin-top: 12px;
  }

  .brand_keyword__banner__item {
    margin-top: 10px;
    width: 100%;
  }

  .brand_keyword__detail {
    margin-top: 36px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .brand_keyword__detail__text {
    font-size: 13px;
  }

  .brand_keyword__detail__btn {
    margin-top: 20px;
    max-width: 100%;
    width: 92%;
  }

  .brand_keyword__detail__link {
    border: 2px solid #bb8249;
    font-size: 18px;
    height: 58px;
  }

  .brand_keyword__detail__link::before {
    border: 1px solid #bb8249;
    content: "";
    height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 97.44680851%;
  }

  .brand_keyword__detail__link::after {
    right: 25px;
  }

  .brand_keyword__detail .sp {
    display: block;
  }
}
