@charset "UTF-8";
.header-banner {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(to bottom, #F0A24B 0%, #E48E32 100%);
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .header-banner {
    padding: 1.125rem 2rem;
  }
}
.header-banner:link, .header-banner:visited {
  color: #fff;
}
@media (hover: hover) {
  .header-banner:hover {
    background: linear-gradient(to bottom, #EF9B45 0%, #E08429 100%);
    transform: translateY(-1px);
  }
}
.header-banner:active {
  transform: translateY(0);
}

.header-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.header-banner__text {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .header-banner__text {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .header-banner__text {
    font-size: 1.1875rem;
  }
}

.header-banner__price {
  font-size: 130%;
  font-weight: 700;
  margin: 0 0.125rem;
}

.header-banner__arrow {
  font-weight: 700;
  font-size: 1.0625rem;
  color: #fff;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .header-banner__arrow {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=_header-banner.css.map */
