@charset "UTF-8";

.customHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0 32px;
}

.customHeading__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.customHeading__term {
  margin: 18px 0 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.customHeading__text {
  margin-top: 8px;
}

.customHeading__logo {
  width: 230px;
}

@media only screen and (max-width: 767px) {
  .customHeading {
    padding: 32px 0 8px;
  }
  .customHeading__term {
    text-align: center;
    font-size: 12px;
  }
  .customHeading__text {
    font-size: 12px;
  }
  .customHeading__logo {
    width: 188px;
  }
  .customHeading__logoImage {
    height: auto;
  }
}

.background {
  padding: 0 0 64px;
}

.background.-deal {
  background: #FDEFF5;
}

.background.-trend {
  background: #ECF5E7;
}

.background.-cool {
  background: #EAF6FB;
}
.background.-scene {
  background: #FEF0B4;
}

.background.-brand {
  background: #F7EAFB;
}

@media only screen and (max-width: 767px) {
  .background {
    padding: 0 0 48px;
  }
}

.anchorList__link {
  display: grid;
  grid-template-rows: 2fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 0 4px;
  border-radius: 4px;
}

.anchorList__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.anchorList__item.-green .anchorList__link {
  background: #ECF5E7;
  box-shadow: 2px 2px 0px 0px #A4C990;
}
.anchorList__item.-purple .anchorList__link {
  background: #F7EAFB;
  box-shadow: 2px 2px 0px 0px #e9a2ff;
}
.anchorList__item.-yellow .anchorList__link {
  background: #FEF0B4;
  box-shadow: 2px 2px 0px 0px #F0CA2B;
}

.anchorList__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.anchorList__chevron {
  justify-self: center;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .anchorList__link {
    padding: 8px 0 4px;
  }
  .anchorList__text {
    font-size: 12px;
  }
  .anchorList__chevron {
    font-size: 12px;
  }

}

.categoryAnchorList__link {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 40px 1fr 16px;
  align-items: center;
  padding: 12px 24px 12px 12px;
}

.categoryAnchorList__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.categoryAnchorList__link:hover .categoryAnchorList__icon {
  opacity: 1;
}

.categoryAnchorList__text {
  margin-left: 12px;
}

.categoryAnchorList__chevron {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .categoryAnchorList__link {
    padding: 12px 6px 12px 8px;
  }
  .categoryAnchorList__icon {
    width: 30px;
    height: 30px;
  }
  .categoryAnchorList__text {
    margin-left: 6px;
    font-size: 12px;
  }
  .categoryAnchorList__chevron {
    font-size: 12px;
  }
}

.brandAnchorList__link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 8px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background: #ffffff;
}
.brandAnchorList__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.brandAnchorList__imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 8px 16px;
}
.brandAnchorList__image {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
}
.brandAnchorList__link:hover .brandAnchorList__image {
  opacity: 1;
}
.brandAnchorList__chevron {
  display: block;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .brandAnchorList__link {
    padding: 10px 0 6px;
  }
  .brandAnchorList__chevron {
    font-size: 12px;
  }
}
