/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[8vh\] {
    top: 8vh;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[16px\] {
    top: 16px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[86px\] {
    top: 86px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[6vw\] {
    right: 6vw;
  }
  .right-\[8px\] {
    right: 8px;
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .right-\[62px\] {
    right: 62px;
  }
  .right-\[80px\] {
    right: 80px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[12px\] {
    bottom: 12px;
  }
  .bottom-\[16px\] {
    bottom: 16px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[80px\] {
    bottom: 80px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[12px\] {
    left: 12px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-end-2 {
    grid-column-end: 2;
  }
  .-m-px {
    margin: -1px;
  }
  .-mx-\[16px\] {
    margin-inline: calc(16px * -1);
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[8px\] {
    margin-block: 8px;
  }
  .my-\[24px\] {
    margin-block: 24px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-content {
    box-sizing: content-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-171\/100 {
    aspect-ratio: 171/100;
  }
  .aspect-280\/160 {
    aspect-ratio: 280/160;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[358\/422\] {
    aspect-ratio: 358/422;
  }
  .aspect-\[375\/210\] {
    aspect-ratio: 375/210;
  }
  .aspect-\[541\/294\] {
    aspect-ratio: 541/294;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[calc\(100vh-86px\)\] {
    height: calc(100vh - 86px);
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[36px\] {
    min-height: 36px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[25vw\] {
    width: 25vw;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[33\%\] {
    width: 33%;
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[136px\] {
    width: 136px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[calc\(33\.3\%-2px\)\] {
    width: calc(33.3% - 2px);
  }
  .w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px);
  }
  .w-\[calc\(100\%-48px\)\] {
    width: calc(100% - 48px);
  }
  .w-\[calc\(100\%-80px\)\] {
    width: calc(100% - 80px);
  }
  .w-\[calc\(100vw-32px\)\] {
    width: calc(100vw - 32px);
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[1024px\] {
    min-width: 1024px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[6px\] {
    --tw-translate-x: 6px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-25\%\] {
    --tw-translate-y: -25%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-px {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-135 {
    rotate: 135deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-\[80px\] {
    scroll-margin-top: 80px;
  }
  .scroll-mt-\[188px\] {
    scroll-margin-top: 188px;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .space-y-\[4px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(4px * var(--tw-space-y-reverse));
      margin-block-end: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-tr-\[5px\] {
    border-top-right-radius: 5px;
  }
  .rounded-b-\[5px\] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-\[2px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-16 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 16px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[\#0000001a\] {
    border-color: #0000001a;
  }
  .border-\[\#0000004d\] {
    border-color: #0000004d;
  }
  .border-\[\#393937\] {
    border-color: #393937;
  }
  .border-\[\#3939374d\] {
    border-color: #3939374d;
  }
  .border-\[\#39393780\] {
    border-color: #39393780;
  }
  .border-\[\#ECE9E4\] {
    border-color: #ECE9E4;
  }
  .border-\[\#F8B679\] {
    border-color: #F8B679;
  }
  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: rgba(0,0,0,0.1);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-white\/60 {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-\[\#9A5F3D\] {
    background-color: #9A5F3D;
  }
  .bg-\[\#9C9C9B\] {
    background-color: #9C9C9B;
  }
  .bg-\[\#00000040\] {
    background-color: #00000040;
  }
  .bg-\[\#393937CC\] {
    background-color: #393937CC;
  }
  .bg-\[\#393937\] {
    background-color: #393937;
  }
  .bg-\[\#3939371a\] {
    background-color: #3939371a;
  }
  .bg-\[\#ECE9E4\] {
    background-color: #ECE9E4;
  }
  .bg-\[\#F8B679\] {
    background-color: #F8B679;
  }
  .bg-\[\#FBF9F3CC\] {
    background-color: #FBF9F3CC;
  }
  .bg-\[\#FBF9F3\] {
    background-color: #FBF9F3;
  }
  .bg-\[\#FDEED8\] {
    background-color: #FDEED8;
  }
  .bg-\[\#FFFFFF1A\] {
    background-color: #FFFFFF1A;
  }
  .bg-\[\#FFFFFF33\] {
    background-color: #FFFFFF33;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(90deg\,rgba\(0\,0\,0\,0\.7\)_0\%\,rgba\(0\,0\,0\,0\)_100\%\)\] {
    background-image: linear-gradient(90deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  }
  .bg-\[url\(\.\.\/assets\/img\/common\/hum_bg\.png\)\] {
    background-image: url(../assets/img/common/hum_bg.png);
  }
  .bg-\[url\(\.\.\/assets\/img\/top\/top_ganre_bg_4\.png\)\] {
    background-image: url(../assets/img/top/top_ganre_bg_4.png);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[56px\] {
    padding-block: 56px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[56px\] {
    padding-top: 56px;
  }
  .pt-\[92px\] {
    padding-top: 92px;
  }
  .pr-\[8px\] {
    padding-right: 8px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[26px\] {
    padding-right: 26px;
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[94px\] {
    padding-bottom: 94px;
  }
  .pl-\[4px\] {
    padding-left: 4px;
  }
  .pl-\[8px\] {
    padding-left: 8px;
  }
  .pl-\[12px\] {
    padding-left: 12px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[clamp\(12px\,1\.172vw\,16px\)\] {
    font-size: clamp(12px, 1.172vw, 16px);
  }
  .text-\[clamp\(12px\,1\.758vw\,24px\)\] {
    font-size: clamp(12px, 1.758vw, 24px);
  }
  .text-\[clamp\(12px\,2\.930vw\,40px\)\] {
    font-size: clamp(12px, 2.930vw, 40px);
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .-tracking-\[0\.02em\] {
    --tw-tracking: calc(0.02em * -1);
    letter-spacing: calc(0.02em * -1);
  }
  .tracking-\[30\%\] {
    --tw-tracking: 30%;
    letter-spacing: 30%;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#9A5F3D\] {
    color: #9A5F3D;
  }
  .text-\[\#393937\] {
    color: #393937;
  }
  .text-\[\#747473\] {
    color: #747473;
  }
  .text-\[\#C69261\] {
    color: #C69261;
  }
  .text-\[\#F8B679\] {
    color: #F8B679;
  }
  .text-inherit {
    color: inherit;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 2px 4px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[transform\,color\] {
    transition-property: transform,color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\,background-color\] {
    transition-property: width,background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
  .text-shadow-\[0_4px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    text-shadow: 0 4px 4px var(--tw-text-shadow-color, rgba(0,0,0,0.25));
  }
  .group-hover\:translate-x-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-\[\#61615F\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #61615F;
      }
    }
  }
  .group-hover\:bg-\[\#CCCCCC\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #CCCCCC;
      }
    }
  }
  .group-hover\:text-\[\#747473\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #747473;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[50\%\] {
    &::before {
      content: var(--tw-content);
      top: 50%;
    }
  }
  .before\:right-2 {
    &::before {
      content: var(--tw-content);
      right: calc(var(--spacing) * 2);
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-\[8px\] {
    &::before {
      content: var(--tw-content);
      height: 8px;
    }
  }
  .before\:h-\[12px\] {
    &::before {
      content: var(--tw-content);
      height: 12px;
    }
  }
  .before\:h-\[27\.179vw\] {
    &::before {
      content: var(--tw-content);
      height: 27.179vw;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:h-px {
    &::before {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .before\:w-\[8px\] {
    &::before {
      content: var(--tw-content);
      width: 8px;
    }
  }
  .before\:w-\[10px\] {
    &::before {
      content: var(--tw-content);
      width: 10px;
    }
  }
  .before\:w-\[12px\] {
    &::before {
      content: var(--tw-content);
      width: 12px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:translate-y-\[-50\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rotate-45 {
    &::before {
      content: var(--tw-content);
      rotate: 45deg;
    }
  }
  .before\:border-t {
    &::before {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .before\:border-r {
    &::before {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .before\:border-\[\#393937\] {
    &::before {
      content: var(--tw-content);
      border-color: #393937;
    }
  }
  .before\:bg-\[\#393937\] {
    &::before {
      content: var(--tw-content);
      background-color: #393937;
    }
  }
  .before\:bg-\[\#FFFFFF33\] {
    &::before {
      content: var(--tw-content);
      background-color: #FFFFFF33;
    }
  }
  .before\:bg-linear-to-b {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: to bottom;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to bottom in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .before\:bg-\[url\(\.\.\/assets\/img\/common\/area_icon_orange\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../assets/img/common/area_icon_orange.png);
    }
  }
  .before\:bg-\[url\(\.\.\/assets\/img\/common\/restaurant-details-image-list-last\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../assets/img/common/restaurant-details-image-list-last.png);
    }
  }
  .before\:bg-\[url\(\.\.\/assets\/img\/common\/time_icon_orange\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../assets/img/common/time_icon_orange.png);
    }
  }
  .before\:from-\[\#39393700\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-from: #39393700;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .before\:to-\[\#393937\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-to: #393937;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .before\:bg-cover {
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .before\:bg-center {
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .before\:bg-no-repeat {
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .before\:opacity-0 {
    &::before {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .before\:transition-opacity {
    &::before {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-200 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:top-\[50\%\] {
    &::after {
      content: var(--tw-content);
      top: 50%;
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:right-2 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 2);
    }
  }
  .after\:right-\[2px\] {
    &::after {
      content: var(--tw-content);
      right: 2px;
    }
  }
  .after\:right-\[16px\] {
    &::after {
      content: var(--tw-content);
      right: 16px;
    }
  }
  .after\:-bottom-px {
    &::after {
      content: var(--tw-content);
      bottom: -1px;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:bottom-\[16px\] {
    &::after {
      content: var(--tw-content);
      bottom: 16px;
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .after\:left-\[50\%\] {
    &::after {
      content: var(--tw-content);
      left: 50%;
    }
  }
  .after\:z-20 {
    &::after {
      content: var(--tw-content);
      z-index: 20;
    }
  }
  .after\:h-\[12px\] {
    &::after {
      content: var(--tw-content);
      height: 12px;
    }
  }
  .after\:h-\[15px\] {
    &::after {
      content: var(--tw-content);
      height: 15px;
    }
  }
  .after\:h-\[16px\] {
    &::after {
      content: var(--tw-content);
      height: 16px;
    }
  }
  .after\:h-\[50px\] {
    &::after {
      content: var(--tw-content);
      height: 50px;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:h-px {
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:w-\[10px\] {
    &::after {
      content: var(--tw-content);
      width: 10px;
    }
  }
  .after\:w-\[12px\] {
    &::after {
      content: var(--tw-content);
      width: 12px;
    }
  }
  .after\:w-\[15px\] {
    &::after {
      content: var(--tw-content);
      width: 15px;
    }
  }
  .after\:w-\[16px\] {
    &::after {
      content: var(--tw-content);
      width: 16px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:w-px {
    &::after {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .after\:translate-x-\[-50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:-rotate-45 {
    &::after {
      content: var(--tw-content);
      rotate: calc(45deg * -1);
    }
  }
  .after\:rotate-45 {
    &::after {
      content: var(--tw-content);
      rotate: 45deg;
    }
  }
  .after\:border-t {
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .after\:border-r {
    &::after {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .after\:border-b {
    &::after {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .after\:border-\[\#9A5F3D\] {
    &::after {
      content: var(--tw-content);
      border-color: #9A5F3D;
    }
  }
  .after\:border-\[\#393937\] {
    &::after {
      content: var(--tw-content);
      border-color: #393937;
    }
  }
  .after\:bg-\[\#00000080\] {
    &::after {
      content: var(--tw-content);
      background-color: #00000080;
    }
  }
  .after\:bg-\[\#393937\] {
    &::after {
      content: var(--tw-content);
      background-color: #393937;
    }
  }
  .after\:bg-\[\#F8B679\] {
    &::after {
      content: var(--tw-content);
      background-color: #F8B679;
    }
  }
  .after\:bg-\[rgba\(255\,255\,255\,0\.5\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(255,255,255,0.5);
    }
  }
  .after\:bg-black\/30 {
    &::after {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
  }
  .after\:bg-linear-to-t {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to top;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to top in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:bg-\[linear-gradient\(to_bottom\,rgba\(0\,0\,0\,0\.3\)\,rgba\(0\,0\,0\,0\.5\)\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.5));
    }
  }
  .after\:from-\[\#39393780\] {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: #39393780;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .after\:to-\[\#39393700\] {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: #39393700;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:transition-opacity {
    &::after {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:duration-500 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .group-hover\:after\:w-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .checked\:before\:block {
    &:checked {
      &::before {
        content: var(--tw-content);
        display: block;
      }
    }
  }
  .checked\:before\:h-\[10px\] {
    &:checked {
      &::before {
        content: var(--tw-content);
        height: 10px;
      }
    }
  }
  .checked\:before\:h-\[12px\] {
    &:checked {
      &::before {
        content: var(--tw-content);
        height: 12px;
      }
    }
  }
  .checked\:before\:w-\[10px\] {
    &:checked {
      &::before {
        content: var(--tw-content);
        width: 10px;
      }
    }
  }
  .checked\:before\:w-\[12px\] {
    &:checked {
      &::before {
        content: var(--tw-content);
        width: 12px;
      }
    }
  }
  .checked\:before\:rounded-full {
    &:checked {
      &::before {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
    }
  }
  .checked\:before\:bg-\[\#F8B679\] {
    &:checked {
      &::before {
        content: var(--tw-content);
        background-color: #F8B679;
      }
    }
  }
  .checked\:before\:bg-\[url\(\.\.\/assets\/img\/common\/check_icon\.png\)\] {
    &:checked {
      &::before {
        content: var(--tw-content);
        background-image: url(../assets/img/common/check_icon.png);
      }
    }
  }
  .checked\:before\:bg-cover {
    &:checked {
      &::before {
        content: var(--tw-content);
        background-size: cover;
      }
    }
  }
  .checked\:before\:bg-center {
    &:checked {
      &::before {
        content: var(--tw-content);
        background-position: center;
      }
    }
  }
  .checked\:before\:bg-no-repeat {
    &:checked {
      &::before {
        content: var(--tw-content);
        background-repeat: no-repeat;
      }
    }
  }
  .checked\:before\:content-\[\'\'\] {
    &:checked {
      &::before {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .hover\:w-\[272px\] {
    &:hover {
      @media (hover: hover) {
        width: 272px;
      }
    }
  }
  .hover\:bg-\[\#61615F\] {
    &:hover {
      @media (hover: hover) {
        background-color: #61615F;
      }
    }
  }
  .hover\:bg-\[\#CCCCCC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #CCCCCC;
      }
    }
  }
  .hover\:text-\[\#747473\] {
    &:hover {
      @media (hover: hover) {
        color: #747473;
      }
    }
  }
  .hover\:text-\[\#B88F77\] {
    &:hover {
      @media (hover: hover) {
        color: #B88F77;
      }
    }
  }
  .hover\:text-\[\#CDB197\] {
    &:hover {
      @media (hover: hover) {
        color: #CDB197;
      }
    }
  }
  .hover\:text-\[\#F8B679\] {
    &:hover {
      @media (hover: hover) {
        color: #F8B679;
      }
    }
  }
  .hover\:before\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .hover\:after\:left-0 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .hover\:after\:w-full {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .hover\:after\:translate-x-0 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          --tw-translate-x: calc(var(--spacing) * 0);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .hover\:after\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:top-\[40px\] {
    @media (width >= 64rem) {
      top: 40px;
    }
  }
  .lg\:top-\[148px\] {
    @media (width >= 64rem) {
      top: 148px;
    }
  }
  .lg\:right-\[24px\] {
    @media (width >= 64rem) {
      right: 24px;
    }
  }
  .lg\:right-\[32px\] {
    @media (width >= 64rem) {
      right: 32px;
    }
  }
  .lg\:bottom-\[1\.666vw\] {
    @media (width >= 64rem) {
      bottom: 1.666vw;
    }
  }
  .lg\:bottom-\[10px\] {
    @media (width >= 64rem) {
      bottom: 10px;
    }
  }
  .lg\:bottom-\[16px\] {
    @media (width >= 64rem) {
      bottom: 16px;
    }
  }
  .lg\:bottom-\[24px\] {
    @media (width >= 64rem) {
      bottom: 24px;
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 64rem) {
      left: calc(1/2 * 100%);
    }
  }
  .lg\:left-\[46px\] {
    @media (width >= 64rem) {
      left: 46px;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-start-1 {
    @media (width >= 64rem) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:col-end-2 {
    @media (width >= 64rem) {
      grid-column-end: 2;
    }
  }
  .lg\:col-end-3 {
    @media (width >= 64rem) {
      grid-column-end: 3;
    }
  }
  .lg\:col-end-5 {
    @media (width >= 64rem) {
      grid-column-end: 5;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:row-start-2 {
    @media (width >= 64rem) {
      grid-row-start: 2;
    }
  }
  .lg\:row-start-3 {
    @media (width >= 64rem) {
      grid-row-start: 3;
    }
  }
  .lg\:row-start-4 {
    @media (width >= 64rem) {
      grid-row-start: 4;
    }
  }
  .lg\:row-start-5 {
    @media (width >= 64rem) {
      grid-row-start: 5;
    }
  }
  .lg\:row-end-3 {
    @media (width >= 64rem) {
      grid-row-end: 3;
    }
  }
  .lg\:row-end-5 {
    @media (width >= 64rem) {
      grid-row-end: 5;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:my-\[56px\] {
    @media (width >= 64rem) {
      margin-block: 56px;
    }
  }
  .lg\:mt-\[32px\] {
    @media (width >= 64rem) {
      margin-top: 32px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[56px\] {
    @media (width >= 64rem) {
      margin-top: 56px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-auto {
    @media (width >= 64rem) {
      margin-top: auto;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[16px\] {
    @media (width >= 64rem) {
      margin-bottom: 16px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[32px\] {
    @media (width >= 64rem) {
      margin-bottom: 32px;
    }
  }
  .lg\:mb-\[124px\] {
    @media (width >= 64rem) {
      margin-bottom: 124px;
    }
  }
  .lg\:mb-\[128px\] {
    @media (width >= 64rem) {
      margin-bottom: 128px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-\[820\/460\] {
    @media (width >= 64rem) {
      aspect-ratio: 820/460;
    }
  }
  .lg\:aspect-\[1760\/648\] {
    @media (width >= 64rem) {
      aspect-ratio: 1760/648;
    }
  }
  .lg\:h-\[20px\] {
    @media (width >= 64rem) {
      height: 20px;
    }
  }
  .lg\:h-\[32px\] {
    @media (width >= 64rem) {
      height: 32px;
    }
  }
  .lg\:h-\[60px\] {
    @media (width >= 64rem) {
      height: 60px;
    }
  }
  .lg\:h-\[74\.193vh\] {
    @media (width >= 64rem) {
      height: 74.193vh;
    }
  }
  .lg\:h-\[80px\] {
    @media (width >= 64rem) {
      height: 80px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-h-\[60px\] {
    @media (width >= 64rem) {
      min-height: 60px;
    }
  }
  .lg\:min-h-\[748px\] {
    @media (width >= 64rem) {
      min-height: 748px;
    }
  }
  .lg\:w-\[17\.812\%\] {
    @media (width >= 64rem) {
      width: 17.812%;
    }
  }
  .lg\:w-\[19\.1\%\] {
    @media (width >= 64rem) {
      width: 19.1%;
    }
  }
  .lg\:w-\[20px\] {
    @media (width >= 64rem) {
      width: 20px;
    }
  }
  .lg\:w-\[33\.7\%\] {
    @media (width >= 64rem) {
      width: 33.7%;
    }
  }
  .lg\:w-\[46\.5\%\] {
    @media (width >= 64rem) {
      width: 46.5%;
    }
  }
  .lg\:w-\[50vw\] {
    @media (width >= 64rem) {
      width: 50vw;
    }
  }
  .lg\:w-\[51\.736vw\] {
    @media (width >= 64rem) {
      width: 51.736vw;
    }
  }
  .lg\:w-\[59\.7\%\] {
    @media (width >= 64rem) {
      width: 59.7%;
    }
  }
  .lg\:w-\[67\%\] {
    @media (width >= 64rem) {
      width: 67%;
    }
  }
  .lg\:w-\[86\.979vw\] {
    @media (width >= 64rem) {
      width: 86.979vw;
    }
  }
  .lg\:w-\[104px\] {
    @media (width >= 64rem) {
      width: 104px;
    }
  }
  .lg\:w-\[234px\] {
    @media (width >= 64rem) {
      width: 234px;
    }
  }
  .lg\:w-\[320px\] {
    @media (width >= 64rem) {
      width: 320px;
    }
  }
  .lg\:w-\[calc\(100\%-32px\)\] {
    @media (width >= 64rem) {
      width: calc(100% - 32px);
    }
  }
  .lg\:w-\[calc\(100\%-240px\)\] {
    @media (width >= 64rem) {
      width: calc(100% - 240px);
    }
  }
  .lg\:w-\[calc\(100vw-160px\)\] {
    @media (width >= 64rem) {
      width: calc(100vw - 160px);
    }
  }
  .lg\:w-\[calc\(100vw-240px\)\] {
    @media (width >= 64rem) {
      width: calc(100vw - 240px);
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:min-w-0 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-w-\[200px\] {
    @media (width >= 64rem) {
      min-width: 200px;
    }
  }
  .lg\:min-w-\[1024px\] {
    @media (width >= 64rem) {
      min-width: 1024px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:-translate-x-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_23\.854vw\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 23.854vw;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-\[6px\] {
    @media (width >= 64rem) {
      gap: 6px;
    }
  }
  .lg\:gap-\[8px\] {
    @media (width >= 64rem) {
      gap: 8px;
    }
  }
  .lg\:gap-\[12px\] {
    @media (width >= 64rem) {
      gap: 12px;
    }
  }
  .lg\:gap-\[16px\] {
    @media (width >= 64rem) {
      gap: 16px;
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:gap-\[28px\] {
    @media (width >= 64rem) {
      gap: 28px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:gap-\[42px\] {
    @media (width >= 64rem) {
      gap: 42px;
    }
  }
  .lg\:gap-x-\[8\.229vw\] {
    @media (width >= 64rem) {
      column-gap: 8.229vw;
    }
  }
  .lg\:gap-x-\[20px\] {
    @media (width >= 64rem) {
      column-gap: 20px;
    }
  }
  .lg\:gap-x-\[24px\] {
    @media (width >= 64rem) {
      column-gap: 24px;
    }
  }
  .lg\:gap-x-\[32px\] {
    @media (width >= 64rem) {
      column-gap: 32px;
    }
  }
  .lg\:gap-x-\[40px\] {
    @media (width >= 64rem) {
      column-gap: 40px;
    }
  }
  .lg\:gap-x-\[48px\] {
    @media (width >= 64rem) {
      column-gap: 48px;
    }
  }
  .lg\:gap-x-\[64px\] {
    @media (width >= 64rem) {
      column-gap: 64px;
    }
  }
  .lg\:gap-y-0 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-y-\[24px\] {
    @media (width >= 64rem) {
      row-gap: 24px;
    }
  }
  .lg\:gap-y-\[56px\] {
    @media (width >= 64rem) {
      row-gap: 56px;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:self-stretch {
    @media (width >= 64rem) {
      align-self: stretch;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:rounded-b-\[10px\] {
    @media (width >= 64rem) {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-b-40 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 40px;
    }
  }
  .lg\:border-l-8 {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 8px;
    }
  }
  .lg\:border-none {
    @media (width >= 64rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:object-cover {
    @media (width >= 64rem) {
      object-fit: cover;
    }
  }
  .lg\:p-\[16px\] {
    @media (width >= 64rem) {
      padding: 16px;
    }
  }
  .lg\:p-\[24px\] {
    @media (width >= 64rem) {
      padding: 24px;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[8px\] {
    @media (width >= 64rem) {
      padding-inline: 8px;
    }
  }
  .lg\:px-\[12px\] {
    @media (width >= 64rem) {
      padding-inline: 12px;
    }
  }
  .lg\:px-\[16px\] {
    @media (width >= 64rem) {
      padding-inline: 16px;
    }
  }
  .lg\:px-\[24px\] {
    @media (width >= 64rem) {
      padding-inline: 24px;
    }
  }
  .lg\:px-\[32px\] {
    @media (width >= 64rem) {
      padding-inline: 32px;
    }
  }
  .lg\:py-\[8px\] {
    @media (width >= 64rem) {
      padding-block: 8px;
    }
  }
  .lg\:py-\[16px\] {
    @media (width >= 64rem) {
      padding-block: 16px;
    }
  }
  .lg\:py-\[24px\] {
    @media (width >= 64rem) {
      padding-block: 24px;
    }
  }
  .lg\:py-\[40px\] {
    @media (width >= 64rem) {
      padding-block: 40px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[32px\] {
    @media (width >= 64rem) {
      padding-top: 32px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[56px\] {
    @media (width >= 64rem) {
      padding-top: 56px;
    }
  }
  .lg\:pt-\[112px\] {
    @media (width >= 64rem) {
      padding-top: 112px;
    }
  }
  .lg\:pt-\[122px\] {
    @media (width >= 64rem) {
      padding-top: 122px;
    }
  }
  .lg\:pt-\[172px\] {
    @media (width >= 64rem) {
      padding-top: 172px;
    }
  }
  .lg\:pr-\[70px\] {
    @media (width >= 64rem) {
      padding-right: 70px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[2px\] {
    @media (width >= 64rem) {
      padding-bottom: 2px;
    }
  }
  .lg\:pb-\[4px\] {
    @media (width >= 64rem) {
      padding-bottom: 4px;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 64rem) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[24px\] {
    @media (width >= 64rem) {
      padding-bottom: 24px;
    }
  }
  .lg\:pb-\[64px\] {
    @media (width >= 64rem) {
      padding-bottom: 64px;
    }
  }
  .lg\:pb-\[76px\] {
    @media (width >= 64rem) {
      padding-bottom: 76px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[112px\] {
    @media (width >= 64rem) {
      padding-bottom: 112px;
    }
  }
  .lg\:pb-\[160px\] {
    @media (width >= 64rem) {
      padding-bottom: 160px;
    }
  }
  .lg\:pb-\[180px\] {
    @media (width >= 64rem) {
      padding-bottom: 180px;
    }
  }
  .lg\:pb-\[200px\] {
    @media (width >= 64rem) {
      padding-bottom: 200px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[16px\] {
    @media (width >= 64rem) {
      padding-left: 16px;
    }
  }
  .lg\:pl-\[24px\] {
    @media (width >= 64rem) {
      padding-left: 24px;
    }
  }
  .lg\:pl-\[60px\] {
    @media (width >= 64rem) {
      padding-left: 60px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-\[12px\] {
    @media (width >= 64rem) {
      font-size: 12px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[clamp\(12px\,2\.930vw\,40px\)\] {
    @media (width >= 64rem) {
      font-size: clamp(12px, 2.930vw, 40px);
    }
  }
  .lg\:before\:h-\[7\.187vw\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 7.187vw;
      }
    }
  }
  .lg\:before\:h-\[12px\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 12px;
      }
    }
  }
  .lg\:before\:h-\[16px\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 16px;
      }
    }
  }
  .lg\:before\:w-\[12px\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 12px;
      }
    }
  }
  .lg\:before\:w-\[16px\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 16px;
      }
    }
  }
  .lg\:after\:h-\[40px\] {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        height: 40px;
      }
    }
  }
  .lg\:after\:content-none {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        --tw-content: none;
        content: none;
      }
    }
  }
}
@layer components {
  .scroll-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .scroll-wrap::-webkit-scrollbar {
    display: none;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .scroll-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 4px !important;
    top: 0 !important;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background: #F8B679 !important;
    border-radius: 2px !important;
    height: 4px !important;
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .simplebar-track {
    background: #9C9C9B;
    border-radius: 2px;
    height: 4px !important;
  }
  .scroll-wrap-y {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
  }
  .scroll-wrap-y::-webkit-scrollbar {
    display: none;
  }
  .scroll-wrap-y .simplebar-track.simplebar-vertical {
    background: #9C9C9B;
    border-radius: 2px;
    width: 4px !important;
    height: auto !important;
    top: 40px !important;
    bottom: 40px !important;
    right: 40px !important;
  }
  .scroll-wrap-y .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 4px !important;
  }
  .scroll-wrap-y .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    background: #F8B679 !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .scroll-wrap-y .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  @media (max-width: 1023px) {
    .scroll-wrap-y .simplebar-track.simplebar-vertical {
      display: none !important;
    }
  }
}
@layer components {
  .navi-open-body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 57, 55, .95);
    z-index: 40;
  }
  #filter-modal {
    display: none;
  }
  #filter-modal.open {
    display: flex;
  }
  #filter-modal-btn.open {
    transform: rotate(180deg) translate(-50%, 50%);
  }
  #area-modal-area {
    display: none;
  }
  #area-modal-area.open {
    display: block;
  }
  #area-modal.open {
    transform: rotate(180deg) translate(-50%, 50%);
  }
  .restaurant-list-card {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }
  .restaurant-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .restaurant-list-card.is-text-hovered {
    box-shadow: none;
  }
  .restaurant-list-card.is-text-hovered .restaurant-card-overlay {
    opacity: 1;
  }
  @keyframes ripple-expand {
    12.5% {
      width: 20px;
      height: 20px;
    }
    25% {
      width: 40px;
      height: 40px;
      opacity: .8;
    }
    37.5% {
      width: 60px;
      height: 60px;
      opacity: .6;
    }
    50% {
      width: 80px;
      height: 80px;
      opacity: .4;
    }
    62.5% {
      width: 100px;
      height: 100px;
      opacity: .2;
    }
    75% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
    87.5% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
    100% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
  }
  .ripple-ring {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255);
    animation: ripple-expand 2.4s ease-out infinite;
  }
  @keyframes ripple-expand-2 {
    0% {
      opacity: 1;
    }
    12.5% {
      width: 40px;
      height: 40px;
      opacity: .8;
    }
    25% {
      width: 60px;
      height: 60px;
      opacity: .6;
    }
    37.5% {
      width: 80px;
      height: 80px;
      opacity: .4;
    }
    50% {
      width: 100px;
      height: 100px;
      opacity: .2;
    }
    62.5% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
    75% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
    87.5% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
    100% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
  }
  .ripple-ring-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255);
    animation: ripple-expand-2 2.4s ease-out infinite;
  }
  #description-section::after {
    transition: transform 0.35s ease;
  }
  #description-section.is-expanded::after {
    transform: rotate(180deg);
  }
}
@layer components {
  #top-genre-grid {
    overflow: hidden;
    transition: height 0.5s ease;
  }
  #top-genre-grid .genre-card.genre-card--hidden {
    display: none !important;
  }
  #top-genre-grid .genre-card.genre-card--animate-in {
    animation: more-genre-fade-in 0.5s ease both;
  }
  #top-genre-grid .genre-card.genre-card--animate-out {
    animation: more-genre-fade-out 0.5s ease both;
  }
  #more-genre-btn .more-genre-btn-arrow {
    transform: rotate(135deg);
  }
  #more-genre-btn.open .more-genre-btn-arrow {
    transform: rotate(-45deg);
  }
  @keyframes more-genre-fade-in {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes more-genre-fade-out {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-8px);
    }
  }
}
@layer components {
  header.search-field-overlay-active {
    z-index: 50 !important;
  }
  #search-field-list {
    background-color: #ffffff;
  }
  #search-field-list.over-ray {
    background-color: #c0c0c0;
  }
  #search-field-list.over-ray #search-field-area-button::after {
    opacity: 0;
  }
  #search-field-area-button,#search-field-genre-button {
    border-radius: 4px;
  }
  #search-field-area-button.open,#search-field-genre-button.open {
    border-radius: 4px 4px 0 0;
    border: 1px solid #000000;
    background-color: #ffffff;
  }
  #search-field-area-button.open::before ,#search-field-genre-button.open::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 11;
  }
  #search-field-form {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  #search-field-form.open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  #search-field-area, #search-field-genre {
    display: none;
  }
  #search-field-area.is-visible, #search-field-genre.is-visible {
    display: block;
    animation: search-panel-fade-in 0.2s ease forwards;
  }
  @keyframes search-panel-fade-in {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (min-width: 1024px) {
    #search-field-genre-button.open::before,#search-field-area-button.open::before {
      bottom: 6px;
    }
  }
}
@layer components {
  .faq-toggle-btn {
    border-radius: 5px;
  }
  .faq-plus-vertical {
    transform-origin: center;
    rotate: 0deg;
    transition: rotate 0.3s ease;
  }
  .faq-item--open .faq-plus-vertical {
    rotate: 90deg;
  }
  .faq-answer {
    display: grid;
    grid-template-rows: minmax(0, 0fr);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows 0.5s ease, padding 0.5s ease, opacity 0.3s ease, visibility 0s linear 0.5s;
  }
  .faq-answer > * {
    min-height: 0;
    overflow: hidden;
  }
  .faq-item--open .faq-answer {
    grid-template-rows: minmax(0, 1fr);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    opacity: 1;
    visibility: visible;
    transition: grid-template-rows 0.5s ease, padding 0.5s ease, opacity 0.3s ease, visibility 0s linear 0s;
  }
  @media (min-width: 1024px) {
    .faq-item--open .faq-answer {
      padding-top: 16px !important;
      padding-bottom: 16px !important;
    }
  }
  .faq-item--open .faq-toggle-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@layer components {
  .topic-card-link {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .topic-card-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 20;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .topic-card-link:hover::after {
    opacity: 1;
  }
  .topic-excerpt {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    padding-right: 1.4em;
  }
  .topic-excerpt::after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 0.25em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 45%);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
