@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-gold-base: #B79519;
  --color-white-base: #ffffff;
  --color-red-base: #EA4E59;
  --color-green-base: #5C9181;
  --color-orange-base: #FF6517;
  --color-black-base: #0D0D0D;
  --color-blue-base: #4AAEBF;
  --color-purple-base: #8A5A80;
  --color-gray-base: #E5E7EB;
  --color-beige-base: #F5F1E8;
  --color-text-black-base: #333333;
  --color-text-dark-gray-base: #656565;
  --color-text-gray-base: #9A9A9A;
  --color-text-light-gray-base: #dedede;
  --color-text-yellow-base: #ECC35D;
  --color-text-purple-base: #AA0CA0;
  --color-text-red-base: #F20505;
  --color-text-green-base: #1A6344;
  --color-text-orange-base: #E97735;
  --color-text-blue-base: #5364CE;
  --bg-gold: var(--color-gold-base);
  --bg-white: var(--color-white-base);
  --bg-red: var(--color-red-base);
  --bg-green: var(--color-green-base);
  --bg-orange: var(--color-orange-base);
  --bg-black: var(--color-black-base);
  --bg-blue: var(--color-blue-base);
  --bg-purple: var(--color-purple-base);
  --bg-gray: var(--color-gray-base);
  --bg-beige: var(--color-beige-base);
  --text-black: var(--color-text-black-base);
  --text-dark-gray: var(--color-text-dark-gray-base);
  --text-gray: var(--color-text-gray-base);
  --text-light-gray: var(--color-text-light-gray-base);
  --text-yellow: var(--color-text-yellow-base);
  --text-purple: var(--color-text-purple-base);
  --text-red: var(--color-text-red-base);
  --text-green: var(--color-text-green-base);
  --text-orange: var(--color-text-orange-base);
  --text-blue: var(--color-text-blue-base);
  --text-primary: var(--text-black);
  --text-secondary: var(--text-dark-gray);
  --text-light: var(--text-light-gray);
  --bg-primary: var(--bg-white);
  --bg-dark: var(--bg-black);
  --bg-light: var(--bg-gray);
  --border-color: var(--text-light-gray);
  --color-gold: var(--bg-gold);
  --color-white: var(--bg-white);
  --color-black: var(--bg-black);
  --color-card-border: #E8E6E0;
  --color-badge-standard-light: #f0b01a;
  --color-badge-standard-dark: #d89410;
  --color-badge-limited-light: #e85a70;
  --color-badge-limited-dark: #d63d55;
  --color-badge-regular-light: #4db6ac;
  --color-badge-regular-dark: #3d9a92;
  --color-category-bg: #dfc37d;
  --color-tag-text: #F06159;
  --font-family-base: "Jost", 'Noto Sans JP', Arial, sans-serif;
  --font-family-english: "Jost", sans-serif;
  --font-family-japanese: 'Noto Sans JP', sans-serif;
  --font-size-base: clamp(0.875rem, 0.8125rem + 0.3333vw, 1rem);
  --font-size-xs: 0.75em;
  --font-size-sm: 0.875em;
  --font-size-base-em: 1em;
  --font-size-md: 1.125em;
  --font-size-lg: 1.25em;
  --font-size-xl: 1.5em;
  --font-size-2xl: 2em;
  --font-size-3xl: 2.5em;
  --font-size-4xl: 3em;
  --font-size-5xl: 3.5em;
  --font-size-fixed-xs: 0.75rem;
  --font-size-fixed-sm: 0.875rem;
  --font-size-fixed-base: 1rem;
  --font-size-fixed-md: 1.125rem;
  --font-size-fixed-lg: 1.25rem;
  --font-size-fixed-xl: 1.5rem;
  --font-size-fixed-2xl: 2rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.2;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.7;
  --line-height-loose: 2;
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-em-3xs: 0.25em;
  --space-em-2xs: 0.5em;
  --space-em-xs: 0.75em;
  --space-em-sm: 1em;
  --space-em-md: 1.5em;
  --space-em-lg: 2em;
  --space-em-xl: 3em;
  --space-em-2xl: 4em;
  --space-cqi-xs: 1cqi;
  --space-cqi-sm: 2cqi;
  --space-cqi-md: 3cqi;
  --space-cqi-lg: 5cqi;
  --space-cqi-xl: 8cqi;
  --spacing-xs: var(--space-em-xs);
  --spacing-sm: var(--space-em-sm);
  --spacing-md: var(--space-em-md);
  --spacing-lg: var(--space-em-lg);
  --spacing-xl: var(--space-em-xl);
  --spacing-2xl: var(--space-em-2xl);
  --spacing-3xl: 6em;
  --container-sm: 36rem;
  --container-md: 48rem;
  --container-lg: 62rem;
  --container-xl: 75rem;
  --container-xxl: 87.5rem;
  --border-width-thin: 1px;
  --border-width-base: 2px;
  --border-width-thick: 4px;
  --border-width: var(--border-width-thin);
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-base: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --shadow-2xl: 0 30px 60px -15px rgb(0 0 0 / 0.3);
  --shadow-gold: 0 10px 20px -5px rgb(183 149 25 / 0.3);
  --shadow-red: 0 10px 20px -5px rgb(234 78 89 / 0.3);
  --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --ease-linear: linear;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --duration-instant: 0ms;
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --duration-slower: 700ms;
  --transition-fast: all var(--duration-fast) var(--ease-out);
  --transition-base: all var(--duration-base) var(--ease-in-out);
  --transition-slow: all var(--duration-slow) var(--ease-in-out);
  --transition-discrete:
    opacity var(--duration-base) var(--ease-in-out),
    scale var(--duration-base) var(--ease-in-out),
    overlay var(--duration-base) var(--ease-in-out) allow-discrete,
    display var(--duration-base) var(--ease-in-out) allow-discrete;
  --z-base: 0;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-notification: 1080;
  --container-max-width: 75rem;
  --container-wide: 87.5rem;
  --container-narrow: 56.25rem;
  --container-tight: 43.75rem;
  --content-max-width: 65ch;
  --aspect-square: 1 / 1;
  --aspect-video: 16 / 9;
  --aspect-portrait: 3 / 4;
  --aspect-landscape: 4 / 3;
  --aspect-ultrawide: 21 / 9;
  --wave-height: clamp(3rem, 10vw, 11.5rem);
  --wave-fill: #EEEAE0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast: high) {
  :root {
    --border-width: var(--border-width-thick);
  }
}
.page-other {
  padding-block-end: var(--space-2xl);
}
@media (min-width: 768px) {
  .page-other {
    padding-block-end: var(--space-3xl);
  }
}
.page-other h2 {
  font-size: clamp(1.5rem, 1.25rem + 1.333vw, 2rem);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  text-wrap: balance;
  margin-block: 2em 1em;
  padding-block-end: 0.5em;
  border-block-end: var(--border-width-base) solid currentColor;
}
.page-other h2:first-of-type {
  margin-block-start: 0;
}
.page-other h3 {
  font-size: 1.25em;
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-snug);
  text-wrap: balance;
  margin-block: 2em 0.75em;
}
.page-other h3:first-child {
  margin-block-start: 0;
}
.page-other p {
  line-height: var(--line-height-relaxed);
  word-break: keep-all;
  line-break: strict;
  margin-block-end: 1.5em;
}
.page-other p:last-child {
  margin-block-end: 0;
}
.page-other ul {
  margin-block: 1em 2em;
  padding-inline-start: 1.5em;
}
.page-other ul li {
  line-height: var(--line-height-relaxed);
  word-break: keep-all;
  line-break: strict;
  margin-block-end: 0.5em;
}
.page-other ul li:last-child {
  margin-block-end: 0;
}
.page-other ul li::marker {
  color: var(--text-gold);
}
.page-other a {
  color: var(--text-blue);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.0625em;
  transition: var(--transition-fast);
}
.page-other a:hover {
  color: var(--text-purple);
  text-decoration-thickness: 0.125em;
}
.page-other a:focus-visible {
  outline: 0.125em solid var(--text-blue);
  outline-offset: 0.25em;
  border-radius: 0.125em;
}

.page-news header.has-wave-divider {
  padding-block: var(--space-2xl);
}
.page-news header.has-wave-divider .inner {
  max-inline-size: 56.25rem;
  margin-inline: auto;
  text-align: center;
}
.page-news header.has-wave-divider .page-title {
  margin-block-end: var(--space-xs);
  text-wrap: balance;
}
.page-news header.has-wave-divider .en-title {
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-medium);
}
.page-news .container {
  padding-block: var(--space-2xl);
}
@media (max-width: 767px) {
  .page-news .container {
    padding-block: var(--space-lg);
  }
}
.page-news .bg-white {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.page-news .bg-white .news-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  flex-wrap: wrap;
  padding-block-end: var(--space-md);
  margin-block-end: var(--space-md);
  border-block-end: 0.0625em solid var(--border-color);
}
.page-news .bg-white .news-item .news-badge {
  flex-shrink: 0;
  background-color: var(--color-black-base);
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}
.page-news .bg-white .news-item .news-badge::before {
  content: "お知らせ";
}
.page-news .bg-white .news-item .news-date {
  flex-shrink: 0;
}
.page-news .bg-white h2 {
  margin-block-end: var(--space-lg);
  line-height: 1.6;
  text-wrap: balance;
  color: var(--text-primary);
  font-weight: var(--font-weight-bold);
}
@media (max-width: 767px) {
  .page-news .bg-white h2 {
    margin-block-end: var(--space-md);
  }
}
.page-news .bg-white .inner {
  line-height: 1.8;
  color: var(--text-primary);
}
.page-news .bg-white .inner p {
  margin-block-end: var(--space-md);
}
.page-news .bg-white .inner p:last-child {
  margin-block-end: 0;
}
.page-news .bg-white .inner br {
  display: block;
  content: "";
  margin-block: 0.5em;
}
.page-news .bg-white .inner strong {
  font-weight: var(--font-weight-bold);
  color: var(--color-text-black-base);
}
.page-news .bg-white .inner a {
  color: var(--bg-gold);
  text-decoration: underline;
  text-decoration-thickness: 0.0625em;
  text-underline-offset: 0.2em;
  transition: var(--transition-base);
}
.page-news .bg-white .inner a:hover {
  color: var(--color-gold-base);
  text-decoration-thickness: 0.125em;
}
.page-news .bg-white .inner img {
  max-inline-size: 100%;
  block-size: auto;
  border-radius: 0.25rem;
  margin-block: var(--space-md);
}
.page-news .bg-white .inner blockquote {
  padding-inline-start: var(--space-md);
  border-inline-start: 0.25em solid var(--bg-gold);
  margin-block: var(--space-md);
  margin-inline: 0;
  color: var(--text-secondary);
  font-style: italic;
}
.page-news .bg-white .inner ul, .page-news .bg-white .inner ol {
  padding-inline-start: var(--space-lg);
  margin-block-end: var(--space-md);
}
.page-news .bg-white .inner ul li, .page-news .bg-white .inner ol li {
  margin-block-end: 0.5em;
}
.page-news .bg-white .inner ul li:last-child, .page-news .bg-white .inner ol li:last-child {
  margin-block-end: 0;
}
.page-news .bg-white .inner table {
  inline-size: 100%;
  border-collapse: collapse;
  margin-block: var(--space-md);
}
.page-news .bg-white .inner table th, .page-news .bg-white .inner table td {
  padding-block: 0.75em;
  padding-inline: 1em;
  border: 0.0625em solid var(--border-color);
  text-align: start;
}
.page-news .bg-white .inner table th {
  background-color: var(--bg-light);
  font-weight: var(--font-weight-bold);
}
.page-news .btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-block-start: var(--space-xl);
  padding-block: 0.75em;
  padding-inline: 1.5em;
  color: var(--text-secondary);
  border: 0.0625em solid var(--border-color);
  border-radius: 0.25rem;
  text-decoration: none;
  transition: var(--transition-base);
}
.page-news .btn-back::before {
  content: "←";
  font-size: 1.2em;
}
.page-news .btn-back:hover {
  color: var(--bg-gold);
  border-color: var(--bg-gold);
  transform: translateX(-0.25em);
}
@media (max-width: 767px) {
  .page-news .page-other .bg-white .news-item {
    gap: 0.5em;
  }
}

.other {
  padding-block-start: var(--space-2xl);
}

.unleash-section {
  padding-block-start: var(--space-lg);
}
@media (min-width: 992px) {
  .unleash-section {
    padding-block-start: var(--space-3xl);
  }
}
.unleash-section .section-title-large {
  font-family: var(--font-family-english);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-light);
  color: var(--text-yellow);
  letter-spacing: 0.02em;
  text-wrap: balance;
  margin-block-end: 0.25em;
  text-align: center;
}
@media (min-width: 992px) {
  .unleash-section .section-title-large {
    font-size: var(--font-size-5xl);
    margin-block-end: 1em;
  }
}
.unleash-section .premium-selection {
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  container-name: premium;
}
.unleash-section .selection-svg-defs {
  position: absolute;
  inline-size: 0;
  block-size: 0;
  overflow: hidden;
}
.unleash-section .selection-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.unleash-section .selection-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
  clip-path: url(#clipWave1);
}
@media (max-width: 991px) {
  .unleash-section .selection-top-row {
    grid-template-columns: 1fr;
  }
}
.unleash-section .selection-bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
  margin-block-start: -8%;
}
@media (max-width: 991px) {
  .unleash-section .selection-bottom-row {
    grid-template-columns: 1fr;
    margin-block-start: -18%;
  }
}
.unleash-section .selection-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}
@media (min-width: 992px) {
  .unleash-section .selection-item {
    aspect-ratio: 1.85/1;
  }
}
.unleash-section .selection-item {
  --hover-overlay: rgb(255 255 255 / 0.3);
  --img-position: center center;
  --text-top: 50%;
  --text-left: 0;
  --text-right: 0;
  --text-align: center;
  --text-margin-top:0;
}
.unleash-section .selection-item--1 {
  --hover-overlay: rgba(41, 133, 187, 0.4);
  --img-position: center 70%;
  --text-circle-bg: rgb(200 149 46 / 0.85);
}
.unleash-section .selection-item--2 {
  --hover-overlay: rgba(167, 164, 23, 0.4);
  --img-position: right 70%;
  --text-circle-bg: rgb(180 80 120 / 0.85);
}
.unleash-section .selection-item--3 {
  --hover-overlay: rgba(135, 64, 177, 0.5);
  --img-position: left 30%;
}
.unleash-section .selection-item--4 {
  --hover-overlay: rgba(80, 143, 69, 0.5);
  --img-position: right center;
}
@media (min-width: 992px) {
  .unleash-section .selection-item--1 .selection-text,
  .unleash-section .selection-item--2 .selection-text {
    inline-size: clamp(8rem, 19vw, 14rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--text-circle-bg);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .unleash-section .selection-item--1 {
    --text-top: 40%;
    --text-left: 5%;
    --text-right: auto;
    --text-align: start;
    --text-margin-top:1em;
  }
  .unleash-section .selection-item--2 {
    --text-top: 60%;
    --text-left: 5%;
    --text-right: auto;
    --text-align: end;
    --text-circle-bg:#ECC35D;
  }
  .unleash-section .selection-item--3 {
    --text-top: 70%;
    --text-left: auto;
    --text-right: 5%;
    --text-align: start;
  }
  .unleash-section .selection-item--4 {
    --text-top: 90%;
    --text-left: auto;
    --text-right: 5%;
    --text-align: end;
  }
}
.unleash-section .selection-link {
  display: block;
  position: relative;
  inline-size: 100%;
  block-size: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
}
.unleash-section .selection-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hover-overlay);
  transition: background var(--duration-base) ease;
  pointer-events: none;
  z-index: 1;
}
.unleash-section .selection-link:hover::after {
  background: rgba(255, 255, 255, 0.25);
}
.unleash-section .selection-link:focus-visible {
  outline: 3px solid var(--bg-gold);
  outline-offset: 0.375em;
}
.unleash-section .selection-image {
  inline-size: 100%;
  block-size: 100%;
}
.unleash-section .selection-image img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  object-position: var(--img-position);
}
.unleash-section .selection-link:hover .selection-image img {
  transform: scale(1.06);
}
.unleash-section .selection-text {
  position: absolute;
  inset-block-start: var(--text-top);
  inset-inline-start: var(--text-left);
  inset-inline-end: var(--text-right);
  transform: translateY(-50%);
  z-index: 2;
  padding: 1.2em;
  text-align: var(--text-align);
  display: flex;
  flex-direction: column;
  align-items: var(--text-align);
  gap: 0.3em;
  line-height: 1.25;
}
.unleash-section .selection-text__label {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-xs);
  color: var(--bg-white);
  letter-spacing: 0.015em;
}
.unleash-section .selection-text__title {
  font-weight: var(--font-weight-regular);
  font-size: calc(var(--font-size-xl) * 0.9);
  line-height: var(--line-height-tight);
  color: var(--bg-white);
  letter-spacing: 0.05em;
  margin-block-start: var(--text-margin-top);
}
@media (max-width: 767.98px) {
  .unleash-section .selection-text {
    inset-inline: 0;
    text-align: center;
    align-items: center;
    padding: 0.8em;
    transform: translateY(-30%);
  }
  .unleash-section .selection-text__title {
    font-size: calc(var(--font-size-lg) * 0.8);
  }
}
@media print {
  .unleash-section .premium-selection {
    padding-block: var(--space-2xl);
    background: var(--bg-white);
  }
  .unleash-section .selection-wave {
    display: none;
  }
  .unleash-section .selection-top-row {
    clip-path: none;
  }
  .unleash-section .selection-bottom-row {
    margin-block-start: 0;
  }
  .unleash-section .selection-item {
    page-break-inside: avoid;
  }
  .unleash-section .selection-link::after {
    display: none;
  }
}

.page-dictionary .type-grid-section h2 {
  font-size: var(--font-size-2xl);
  border-bottom: none;
  color: var(--color-text-orange-base);
  margin-block-end: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-dictionary .type-grid-section h2:before, .page-dictionary .type-grid-section h2::after {
  content: "";
  height: 1px;
  width: auto;
  flex: 1;
  background-color: var(--bg-gold);
  margin-inline: 1rem;
}
.page-dictionary .type-grid-section h3 {
  color: var(--color-text-gray-base);
  margin-block-end: 1rem;
}
.page-dictionary .type-grid-section p {
  background-color: var(--bg-beige);
  padding: var(--space-xl);
}

.beer-grid {
  margin-block-start: 1em;
}
.beer-grid .item {
  position: relative;
  overflow: visible;
}
.beer-grid .item .inner {
  background-color: var(--bg-white);
  padding: var(--space-sm);
  block-size: 100%;
  border: solid 1px var(--bg-gold);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  transition: box-shadow 0.3s ease;
}
.beer-grid .item .inner:hover {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
}
.beer-grid .item .inner .img-row {
  padding: var(--space-sm);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .beer-grid .item .inner .img-row {
    padding: 0;
  }
}
.beer-grid .item .inner .img-row img {
  max-inline-size: 80%;
  max-height: 250px;
  width: auto;
}
@media (max-width: 767px) {
  .beer-grid .item .inner .img-row img {
    max-inline-size: 90%;
    max-height: 120px;
  }
}
.beer-grid .item .h-type {
  border: solid 1px var(--bg-gold);
  font-size: var(--font-size-sm);
  padding-inline: var(--space-sm);
  text-align: center;
  inline-size: 100%;
}
@media (max-width: 767px) {
  .beer-grid .item .h-type {
    font-size: var(--font-size-xs);
    padding-inline: var(--space-xs);
  }
}
.beer-grid .item h3 {
  font-size: var(--font-size-base);
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
}
.beer-grid .item a {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  transform: translateY(-100%);
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.beer-grid .item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.beer-grid .item a > span {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.beer-grid .item[data-saletype]::before {
  content: "";
  position: absolute;
  inset-block-start: -0.85em;
  inset-inline-start: -0.85em;
  inline-size: 5em;
  block-size: 5em;
  z-index: 1;
  mask: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.7166 1.07169L48.6782 5.70687C49.5678 6.53748 50.8119 6.87095 51.9971 6.59643L58.612 5.0628C60.6507 4.59031 62.707 5.77726 63.3167 7.77898L65.2964 14.2742C65.651 15.4383 66.5617 16.349 67.7258 16.7036L74.221 18.6833C76.2227 19.293 77.4106 21.3493 76.9372 23.388L75.4036 30.0029C75.1291 31.1881 75.4625 32.4331 76.2931 33.3218L80.9283 38.2834C82.3572 39.8126 82.3572 42.1874 80.9283 43.7166L76.2931 48.6782C75.4625 49.5678 75.1291 50.8119 75.4036 51.9971L76.9372 58.612C77.4097 60.6507 76.2227 62.707 74.221 63.3167L67.7258 65.2964C66.5617 65.651 65.651 66.5617 65.2964 67.7258L63.3167 74.221C62.707 76.2227 60.6507 77.4106 58.612 76.9372L51.9971 75.4036C50.8119 75.1291 49.5669 75.4625 48.6782 76.2931L43.7166 80.9283C42.1874 82.3572 39.8126 82.3572 38.2834 80.9283L33.3218 76.2931C32.4322 75.4625 31.1881 75.1291 30.0029 75.4036L23.388 76.9372C21.3493 77.4097 19.293 76.2227 18.6833 74.221L16.7036 67.7258C16.349 66.5617 15.4383 65.651 14.2742 65.2964L7.77898 63.3167C5.77726 62.707 4.58943 60.6507 5.0628 58.612L6.59643 51.9971C6.87095 50.8119 6.53748 49.5669 5.70687 48.6782L1.07169 43.7166C-0.357229 42.1874-0.357229 39.8126 1.07169 38.2834L5.70687 33.3218C6.53748 32.4322 6.87095 31.1881 6.59643 30.0029L5.0628 23.388C4.59031 21.3493 5.77726 19.293 7.77898 18.6833L14.2742 16.7036C15.4383 16.349 16.349 15.4383 16.7036 14.2742L18.6833 7.77898C19.293 5.77726 21.3493 4.58943 23.388 5.0628L30.0029 6.59643C31.1881 6.87095 32.4331 6.53748 33.3218 5.70687L38.2834 1.07169C39.8126-0.357229 42.1874-0.357229 43.7166 1.07169Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.beer-grid .item[data-saletype=standard]::before {
  background-color: #F0B01A;
}
.beer-grid .item[data-saletype=limited]::before {
  background-color: #F06159;
}
.beer-grid .item[data-saletype=regular]::before {
  background-color: #4AAEBF;
}
.beer-grid .item[data-saletype=standard][data-theme=black]::before {
  background-color: light-dark(#2c2c2c, #1a1a1a);
}
.beer-grid .item[data-saletype]::after {
  position: absolute;
  inset-block-start: 0.8em;
  inset-inline-start: 0.8em;
  inline-size: 3.5em;
  block-size: 3.5em;
  display: grid;
  place-content: center;
  color: white;
  font-size: 0.65em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.3);
  white-space: pre-line;
}
.beer-grid .item[data-saletype=standard]::after {
  content: "Standard\a定番";
}
.beer-grid .item[data-saletype=limited]::after {
  content: "Limited\a限定";
}
.beer-grid .item[data-saletype=regular]::after {
  content: "Seasonal\a定期";
}