@import "https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Corinthia:wght@400;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap";


@layer components;

/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */

@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --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%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-ease: initial;
    }
  }
}

@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-serif: "Cormorant", "Shippori Mincho", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-stone-50: oklch(98.5% .001 106.423);
    --color-white: #fff;
    --spacing: .25rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-ja: "Shippori Mincho", serif;
    --font-accent: "Corinthia", cursive;
    --color-bg-base: #fbfbf9;
    --color-brand-main: #f1ece5;
    --color-brand-sub: #ebe2d4;
    --color-text-base: #333;
    --color-text-title: #d4c6ae;
    --color-text-sub: #6e6e6e;
    --color-text-accent: #d9d9d9;
    --color-border-default: #333;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  html, body {
    background-color: var(--color-bg-base);
    color: var(--color-text-base);
    font-family: var(--font-serif);
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: clip;
  }

  @media (max-width: 768px) {
    html, body {
      font-size: 14px;
    }
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .-top-8 {
    top: calc(var(--spacing) * -8);
  }

  .-top-\[4px\] {
    top: -4px;
  }

  .-top-\[5\%\] {
    top: -5%;
  }

  .-top-\[10\%\] {
    top: -10%;
  }

  .-top-\[15\%\] {
    top: -15%;
  }

  .-top-\[25\%\] {
    top: -25%;
  }

  .-top-\[50\%\] {
    top: -50%;
  }

  .top-0 {
    top: 0;
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .top-\[10\%\] {
    top: 10%;
  }

  .top-\[15\%\] {
    top: 15%;
  }

  .top-\[25\%\] {
    top: 25%;
  }

  .top-\[30\%\] {
    top: 30%;
  }

  .top-\[45\%\] {
    top: 45%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[70\%\] {
    top: 70%;
  }

  .-right-\[5\%\] {
    right: -5%;
  }

  .-right-\[10\%\] {
    right: -10%;
  }

  .-right-\[15\%\] {
    right: -15%;
  }

  .-right-\[20\%\] {
    right: -20%;
  }

  .-right-\[25\%\] {
    right: -25%;
  }

  .-right-\[40\%\] {
    right: -40%;
  }

  .-right-\[45\%\] {
    right: -45%;
  }

  .right-0 {
    right: 0;
  }

  .right-\[4vw\] {
    right: 4vw;
  }

  .right-\[8vw\] {
    right: 8vw;
  }

  .right-\[50\%\] {
    right: 50%;
  }

  .right-\[60\%\] {
    right: 60%;
  }

  .-bottom-\[10\%\] {
    bottom: -10%;
  }

  .-bottom-\[12vw\] {
    bottom: -12vw;
  }

  .-bottom-\[15\%\] {
    bottom: -15%;
  }

  .-bottom-\[80\%\] {
    bottom: -80%;
  }

  .bottom-0 {
    bottom: 0;
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .bottom-\[4vw\] {
    bottom: 4vw;
  }

  .bottom-\[5\%\] {
    bottom: 5%;
  }

  .bottom-\[25\%\] {
    bottom: 25%;
  }

  .bottom-\[30\%\] {
    bottom: 30%;
  }

  .-left-\[4px\] {
    left: -4px;
  }

  .-left-\[5\%\] {
    left: -5%;
  }

  .-left-\[10\%\] {
    left: -10%;
  }

  .-left-\[12vw\] {
    left: -12vw;
  }

  .-left-\[15\%\] {
    left: -15%;
  }

  .-left-\[20\%\] {
    left: -20%;
  }

  .-left-\[25\%\] {
    left: -25%;
  }

  .-left-\[30\%\] {
    left: -30%;
  }

  .-left-\[35\%\] {
    left: -35%;
  }

  .-left-\[45\%\] {
    left: -45%;
  }

  .left-0 {
    left: 0;
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[4vw\] {
    left: 4vw;
  }

  .left-\[45\%\] {
    left: 45%;
  }

  .left-\[60\%\] {
    left: 60%;
  }

  .z-0 {
    z-index: 0;
  }

  .z-1 {
    z-index: 1;
  }

  .z-5 {
    z-index: 5;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-100 {
    z-index: 100;
  }

  .z-101 {
    z-index: 101;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[4vw\] {
    margin-block: 4vw;
  }

  .my-\[8vw\] {
    margin-block: 8vw;
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-\[4vw\] {
    margin-top: 4vw;
  }

  .mt-\[6vw\] {
    margin-top: 6vw;
  }

  .mt-\[8vw\] {
    margin-top: 8vw;
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-\[4vw\] {
    margin-bottom: 4vw;
  }

  .mb-\[8vw\] {
    margin-bottom: 8vw;
  }

  .mb-\[10vw\] {
    margin-bottom: 10vw;
  }

  .ml-0 {
    margin-left: 0;
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .aspect-\[2\/1\] {
    aspect-ratio: 2;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .aspect-\[5\/3\] {
    aspect-ratio: 5 / 3;
  }

  .aspect-\[5\/6\] {
    aspect-ratio: 5 / 6;
  }

  .aspect-\[400\/403\] {
    aspect-ratio: 400 / 403;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .\!h-\[60px\] {
    height: 60px !important;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[2px\] {
    height: 2px;
  }

  .h-\[4px\] {
    height: 4px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[70svh\] {
    height: 70svh;
  }

  .h-\[80svh\] {
    height: 80svh;
  }

  .h-\[140px\] {
    height: 140px;
  }

  .h-auto {
    height: auto;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .\!max-h-full {
    max-height: 100% !important;
  }

  .max-h-screen {
    max-height: 100vh;
  }

  .min-h-\[80svh\] {
    min-height: 80svh;
  }

  .\!w-\[60px\] {
    width: 60px !important;
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-\[1px\] {
    width: 1px;
  }

  .w-\[20vw\] {
    width: 20vw;
  }

  .w-\[25\%\] {
    width: 25%;
  }

  .w-\[25px\] {
    width: 25px;
  }

  .w-\[30vw\] {
    width: 30vw;
  }

  .w-\[35vw\] {
    width: 35vw;
  }

  .w-\[40px\] {
    width: 40px;
  }

  .w-\[40vw\] {
    width: 40vw;
  }

  .w-\[42px\] {
    width: 42px;
  }

  .w-\[45px\] {
    width: 45px;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[50vw\] {
    width: 50vw;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-\[60vw\] {
    width: 60vw;
  }

  .w-\[75vw\] {
    width: 75vw;
  }

  .w-\[80px\] {
    width: 80px;
  }

  .w-\[80vw\] {
    width: 80vw;
  }

  .w-\[90vw\] {
    width: 90vw;
  }

  .w-\[100vw\] {
    width: 100vw;
  }

  .w-\[110vw\] {
    width: 110vw;
  }

  .w-\[160\%\] {
    width: 160%;
  }

  .w-\[170\%\] {
    width: 170%;
  }

  .w-\[200\%\] {
    width: 200%;
  }

  .w-\[200vw\] {
    width: 200vw;
  }

  .w-\[220vw\] {
    width: 220vw;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .\!max-w-full {
    max-width: 100% !important;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-\[200px\] {
    max-width: 200px;
  }

  .max-w-\[500px\] {
    max-width: 500px;
  }

  .max-w-\[600px\] {
    max-width: 600px;
  }

  .max-w-\[900px\] {
    max-width: 900px;
  }

  .max-w-\[1000px\] {
    max-width: 1000px;
  }

  .min-w-\[200px\] {
    min-width: 200px;
  }

  .min-w-\[400px\] {
    min-width: 400px;
  }

  .min-w-\[500px\] {
    min-width: 500px;
  }

  .flex-1 {
    flex: 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-\[45\%\] {
    --tw-translate-x: calc(45% * -1);
    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-\[40\%\] {
    --tw-translate-x: 40%;
    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-\[5px\] {
    --tw-translate-y: calc(5px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-\[55\%\] {
    --tw-translate-y: calc(55% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-\[60\%\] {
    --tw-translate-y: calc(60% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-1\/2 {
    --tw-translate-y: calc(1 / 2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[5px\] {
    --tw-translate-y: 5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[6px\] {
    --tw-translate-y: 6px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-10 {
    rotate: -10deg;
  }

  .-rotate-15 {
    rotate: -15deg;
  }

  .rotate-10 {
    rotate: 10deg;
  }

  .rotate-15 {
    rotate: 15deg;
  }

  .rotate-25 {
    rotate: 25deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-none {
    list-style-type: 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-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .place-items-center {
    place-items: center;
  }

  .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-items-center {
    justify-items: center;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }

  .gap-\[10vw\] {
    gap: 10vw;
  }

  .gap-\[25vw\] {
    gap: 25vw;
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }

  :where(.\!divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0 !important;
    border-bottom-style: var(--tw-border-style) !important;
    border-top-style: var(--tw-border-style) !important;
    border-top-width: calc(1px * var(--tw-divide-y-reverse)) !important;
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.\!divide-gray-100 > :not(:last-child)) {
    border-color: var(--color-gray-100) !important;
  }

  :where(.divide-gray-100 > :not(:last-child)) {
    border-color: var(--color-gray-100);
  }

  .self-end {
    align-self: flex-end;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }

  .rounded-tr-\[100px\] {
    border-top-right-radius: 100px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }

  .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-b, .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-double {
    --tw-border-style: double;
    border-style: double;
  }

  .border-current {
    border-color: currentColor;
  }

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }

  .border-text-sub\/20 {
    border-color: #6e6e6e33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-text-sub\/20 {
      border-color: color-mix(in oklab, var(--color-text-sub) 20%, transparent);
    }
  }

  .border-text-title {
    border-color: var(--color-text-title);
  }

  .border-text-title\/10 {
    border-color: #d4c6ae1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-text-title\/10 {
      border-color: color-mix(in oklab, var(--color-text-title) 10%, transparent);
    }
  }

  .bg-\[\#06C755\] {
    background-color: #06c755;
  }

  .bg-bg-base {
    background-color: var(--color-bg-base);
  }

  .bg-brand-main {
    background-color: var(--color-brand-main);
  }

  .bg-brand-sub {
    background-color: var(--color-brand-sub);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-stone-50 {
    background-color: var(--color-stone-50);
  }

  .bg-text-base {
    background-color: var(--color-text-base);
  }

  .bg-text-title {
    background-color: var(--color-text-title);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/75 {
    background-color: #ffffffbf;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/75 {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[var\(--color-brand-main\)\] {
    --tw-gradient-from: var(--color-brand-main);
    --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));
  }

  .from-\[50\%\] {
    --tw-gradient-from-position: 50%;
  }

  .to-\[var\(--color-bg-base\)\] {
    --tw-gradient-to: var(--color-bg-base);
    --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));
  }

  .to-\[50\%\] {
    --tw-gradient-to-position: 50%;
  }

  .fill-\[\#1f1f1f\] {
    fill: #1f1f1f;
  }

  .\!object-contain {
    object-fit: contain !important;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .\!object-top {
    object-position: top !important;
  }

  .p-0 {
    padding: 0;
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[4vw\] {
    padding: 4vw;
  }

  .p-\[6vw\] {
    padding: 6vw;
  }

  .p-\[10vw\] {
    padding: 10vw;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .px-\[4vw\] {
    padding-inline: 4vw;
  }

  .px-\[6vw\] {
    padding-inline: 6vw;
  }

  .px-\[8vw\] {
    padding-inline: 8vw;
  }

  .px-\[10vw\] {
    padding-inline: 10vw;
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-\[4vw\] {
    padding-block: 4vw;
  }

  .py-\[8vw\] {
    padding-block: 8vw;
  }

  .py-\[10vw\] {
    padding-block: 10vw;
  }

  .py-\[16vw\] {
    padding-block: 16vw;
  }

  .pt-1 {
    padding-top: var(--spacing);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-\[4vw\] {
    padding-top: 4vw;
  }

  .pt-\[6vw\] {
    padding-top: 6vw;
  }

  .pt-\[12vw\] {
    padding-top: 12vw;
  }

  .pr-\[4vw\] {
    padding-right: 4vw;
  }

  .pr-\[120px\] {
    padding-right: 120px;
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-\[2vw\] {
    padding-bottom: 2vw;
  }

  .pb-\[4vw\] {
    padding-bottom: 4vw;
  }

  .pb-\[8vw\] {
    padding-bottom: 8vw;
  }

  .pb-\[10vw\] {
    padding-bottom: 10vw;
  }

  .pb-\[20vw\] {
    padding-bottom: 20vw;
  }

  .pb-\[40vw\] {
    padding-bottom: 40vw;
  }

  .pl-1 {
    padding-left: var(--spacing);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-\[4vw\] {
    padding-left: 4vw;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-bottom {
    vertical-align: bottom;
  }

  .font-accent {
    font-family: var(--font-accent);
  }

  .font-ja {
    font-family: var(--font-ja);
  }

  .font-serif {
    font-family: var(--font-serif);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[12vw\] {
    font-size: 12vw;
  }

  .text-\[32vw\] {
    font-size: 32vw;
  }

  .leading-\[50\%\] {
    --tw-leading: 50%;
    line-height: 50%;
  }

  .leading-\[200\%\] {
    --tw-leading: 200%;
    line-height: 200%;
  }

  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }

  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }

  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .\!tracking-normal {
    --tw-tracking: var(--tracking-normal) !important;
    letter-spacing: var(--tracking-normal) !important;
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-600 {
    color: var(--color-neutral-600);
  }

  .text-neutral-800 {
    color: var(--color-neutral-800);
  }

  .text-text-accent {
    color: var(--color-text-accent);
  }

  .text-text-sub {
    color: var(--color-text-sub);
  }

  .text-text-sub\/50 {
    color: #6e6e6e80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-text-sub\/50 {
      color: color-mix(in oklab, var(--color-text-sub) 50%, transparent);
    }
  }

  .text-text-title {
    color: var(--color-text-title);
  }

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-75 {
    opacity: .75;
  }

  .opacity-80 {
    opacity: .8;
  }

  .border-double {
    box-shadow: 0 2px 0 0 var(--color-text-base),  0 4px 0 0 var(--line-bg, var(--color-bg-base)), 0 5px 0 0 var(--color-text-base);
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    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-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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .duration-1500 {
    --tw-duration: 1.5s;
    transition-duration: 1.5s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }

  .backface-hidden {
    backface-visibility: hidden;
  }

  .group-open\:rotate-45:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 45deg;
  }

  @media (hover: hover) {
    .group-hover\:-translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .group-hover\:scale-102:is(:where(.group):hover *) {
      --tw-scale-x: 102%;
      --tw-scale-y: 102%;
      --tw-scale-z: 102%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .group-hover\:scale-120:is(:where(.group):hover *) {
      --tw-scale-x: 120%;
      --tw-scale-y: 120%;
      --tw-scale-z: 120%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .group-hover\:fill-\[\#D4C6AE\]:is(:where(.group):hover *) {
      fill: #d4c6ae;
    }

    .group-hover\:text-text-title:is(:where(.group):hover *) {
      color: var(--color-text-title);
    }
  }

  .first\:border-t:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .hover\:text-text-title:hover {
      color: var(--color-text-title);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }

    .hover\:opacity-75:hover {
      opacity: .75;
    }
  }

  @media (min-width: 40rem) {
    .sm\:order-none {
      order: 0;
    }

    .sm\:col-span-1 {
      grid-column: span 1 / span 1;
    }

    .sm\:flex {
      display: flex;
    }

    .sm\:w-1\/3 {
      width: 33.3333%;
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:items-center {
      align-items: center;
    }

    .sm\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }

    .md\:h-\[24px\] {
      height: 24px;
    }

    .md\:w-\[20vw\] {
      width: 20vw;
    }

    .md\:w-\[24px\] {
      width: 24px;
    }

    .md\:w-\[50vw\] {
      width: 50vw;
    }

    .md\:w-\[60\%\] {
      width: 60%;
    }

    .md\:w-\[60vw\] {
      width: 60vw;
    }

    .md\:w-\[80vw\] {
      width: 80vw;
    }

    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .md\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }

    .md\:rounded-tl-\[150px\] {
      border-top-left-radius: 150px;
    }

    .md\:rounded-tr-\[150px\] {
      border-top-right-radius: 150px;
    }

    .md\:pb-\[35vw\] {
      padding-bottom: 35vw;
    }

    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }

    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }

    .md\:text-\[24vw\] {
      font-size: 24vw;
    }
  }

  @media (min-width: 64rem) {
    .lg\:absolute {
      position: absolute;
    }

    .lg\:relative {
      position: relative;
    }

    .lg\:-top-\[5\%\] {
      top: -5%;
    }

    .lg\:-top-\[10\%\] {
      top: -10%;
    }

    .lg\:-top-\[30\%\] {
      top: -30%;
    }

    .lg\:-top-\[45\%\] {
      top: -45%;
    }

    .lg\:-top-\[50\%\] {
      top: -50%;
    }

    .lg\:-top-\[65\%\] {
      top: -65%;
    }

    .lg\:-top-\[70\%\] {
      top: -70%;
    }

    .lg\:-top-\[90\%\] {
      top: -90%;
    }

    .lg\:top-0 {
      top: 0;
    }

    .lg\:top-\[2\.5vw\] {
      top: 2.5vw;
    }

    .lg\:top-\[10\%\] {
      top: 10%;
    }

    .lg\:top-\[15\%\] {
      top: 15%;
    }

    .lg\:top-\[25\%\] {
      top: 25%;
    }

    .lg\:top-\[60\%\] {
      top: 60%;
    }

    .lg\:-right-\[10\%\] {
      right: -10%;
    }

    .lg\:-right-\[25\%\] {
      right: -25%;
    }

    .lg\:right-0 {
      right: 0;
    }

    .lg\:right-\[10\%\] {
      right: 10%;
    }

    .lg\:right-\[10vw\] {
      right: 10vw;
    }

    .lg\:right-\[25\%\] {
      right: 25%;
    }

    .lg\:right-\[75\%\] {
      right: 75%;
    }

    .lg\:-bottom-\[5\%\] {
      bottom: -5%;
    }

    .lg\:-bottom-\[8vw\] {
      bottom: -8vw;
    }

    .lg\:-bottom-\[10\%\] {
      bottom: -10%;
    }

    .lg\:-bottom-\[25\%\] {
      bottom: -25%;
    }

    .lg\:-bottom-\[50\%\] {
      bottom: -50%;
    }

    .lg\:bottom-0 {
      bottom: 0;
    }

    .lg\:bottom-8 {
      bottom: calc(var(--spacing) * 8);
    }

    .lg\:bottom-\[5\%\] {
      bottom: 5%;
    }

    .lg\:bottom-\[10vw\] {
      bottom: 10vw;
    }

    .lg\:bottom-\[40\%\] {
      bottom: 40%;
    }

    .lg\:bottom-\[50\%\] {
      bottom: 50%;
    }

    .lg\:-left-\[8vw\] {
      left: -8vw;
    }

    .lg\:-left-\[10\%\] {
      left: -10%;
    }

    .lg\:-left-\[15\%\] {
      left: -15%;
    }

    .lg\:-left-\[25\%\] {
      left: -25%;
    }

    .lg\:-left-\[30\%\] {
      left: -30%;
    }

    .lg\:left-0 {
      left: 0;
    }

    .lg\:left-\[30\%\] {
      left: 30%;
    }

    .lg\:left-\[35\%\] {
      left: 35%;
    }

    .lg\:left-\[75\%\] {
      left: 75%;
    }

    .lg\:mt-\[20vw\] {
      margin-top: 20vw;
    }

    .lg\:mt-\[40vw\] {
      margin-top: 40vw;
    }

    .lg\:mb-32 {
      margin-bottom: calc(var(--spacing) * 32);
    }

    .lg\:mb-\[4vw\] {
      margin-bottom: 4vw;
    }

    .lg\:block {
      display: block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:grid {
      display: grid;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:aspect-\[2\/1\] {
      aspect-ratio: 2;
    }

    .lg\:aspect-\[5\/3\] {
      aspect-ratio: 5 / 3;
    }

    .lg\:h-\[80svh\] {
      height: 80svh;
    }

    .lg\:w-\[10vw\] {
      width: 10vw;
    }

    .lg\:w-\[15\%\] {
      width: 15%;
    }

    .lg\:w-\[25vw\] {
      width: 25vw;
    }

    .lg\:w-\[40vw\] {
      width: 40vw;
    }

    .lg\:w-\[50vw\] {
      width: 50vw;
    }

    .lg\:w-\[55vw\] {
      width: 55vw;
    }

    .lg\:w-\[60px\] {
      width: 60px;
    }

    .lg\:w-\[60vw\] {
      width: 60vw;
    }

    .lg\:w-\[75vw\] {
      width: 75vw;
    }

    .lg\:w-\[100vw\] {
      width: 100vw;
    }

    .lg\:w-\[110\%\] {
      width: 110%;
    }

    .lg\:w-\[110vw\] {
      width: 110vw;
    }

    .lg\:w-\[120\%\] {
      width: 120%;
    }

    .lg\:w-\[120vw\] {
      width: 120vw;
    }

    .lg\:w-\[140vw\] {
      width: 140vw;
    }

    .lg\:w-full {
      width: 100%;
    }

    .lg\:max-w-\[60\%\] {
      max-width: 60%;
    }

    .lg\:rotate-0 {
      rotate: 0deg;
    }

    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:flex-col {
      flex-direction: column;
    }

    .lg\:flex-row {
      flex-direction: row;
    }

    .lg\:items-center {
      align-items: center;
    }

    .lg\:justify-between {
      justify-content: space-between;
    }

    .lg\:justify-center {
      justify-content: center;
    }

    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }

    .lg\:gap-\[10vw\] {
      gap: 10vw;
    }

    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .lg\:p-\[4vw\] {
      padding: 4vw;
    }

    .lg\:p-\[10vw\] {
      padding: 10vw;
    }

    .lg\:px-0 {
      padding-inline: 0;
    }

    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }

    .lg\:px-\[4vw\] {
      padding-inline: 4vw;
    }

    .lg\:px-\[6vw\] {
      padding-inline: 6vw;
    }

    .lg\:px-\[10vw\] {
      padding-inline: 10vw;
    }

    .lg\:px-\[15vw\] {
      padding-inline: 15vw;
    }

    .lg\:px-\[16vw\] {
      padding-inline: 16vw;
    }

    .lg\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }

    .lg\:py-\[4vw\] {
      padding-block: 4vw;
    }

    .lg\:py-\[6vw\] {
      padding-block: 6vw;
    }

    .lg\:py-\[8vw\] {
      padding-block: 8vw;
    }

    .lg\:pt-\[6vw\] {
      padding-top: 6vw;
    }

    .lg\:pr-\[4vw\] {
      padding-right: 4vw;
    }

    .lg\:pr-\[10vw\] {
      padding-right: 10vw;
    }

    .lg\:pr-\[12vw\] {
      padding-right: 12vw;
    }

    .lg\:pb-\[4vw\] {
      padding-bottom: 4vw;
    }

    .lg\:pb-\[10vw\] {
      padding-bottom: 10vw;
    }

    .lg\:pb-\[20vw\] {
      padding-bottom: 20vw;
    }

    .lg\:pl-\[12vw\] {
      padding-left: 12vw;
    }

    .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }

    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .lg\:text-\[8vw\] {
      font-size: 8vw;
    }
  }

  .\[\&_\.wp-block-heading\]\:mt-10 .wp-block-heading {
    margin-top: calc(var(--spacing) * 10);
  }

  .\[\&_\.wp-block-heading\]\:mb-4 .wp-block-heading {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .\[\&_\.wp-block-heading\]\:border-l-4 .wp-block-heading {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .\[\&_\.wp-block-heading\]\:border-text-title .wp-block-heading {
    border-color: var(--color-text-title);
  }

  .\[\&_\.wp-block-heading\]\:pl-3 .wp-block-heading {
    padding-left: calc(var(--spacing) * 3);
  }

  .\[\&_\.wp-block-heading\]\:text-2xl .wp-block-heading {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .\[\&_\.wp-block-heading\]\:font-bold .wp-block-heading {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .\[\&_\.wp-block-heading\]\:text-text-title .wp-block-heading {
    color: var(--color-text-title);
  }

  .\[\&_\.wp-block-image_img\]\:mx-auto .wp-block-image img {
    margin-inline: auto;
  }

  .\[\&_\.wp-block-image_img\]\:my-8 .wp-block-image img {
    margin-block: calc(var(--spacing) * 8);
  }

  .\[\&_\.wp-block-image_img\]\:block .wp-block-image img {
    display: block;
  }

  .\[\&_\.wp-block-image_img\]\:h-auto .wp-block-image img {
    height: auto;
  }

  .\[\&_\.wp-block-image_img\]\:max-w-full .wp-block-image img {
    max-width: 100%;
  }

  .\[\&_\.wp-block-image_img\]\:object-cover .wp-block-image img {
    object-fit: cover;
  }

  .\[\&_\.wp-block-list\]\:mb-6 .wp-block-list {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .\[\&_\.wp-block-list\]\:list-disc .wp-block-list {
    list-style-type: disc;
  }

  .\[\&_\.wp-block-list\]\:pl-6 .wp-block-list {
    padding-left: calc(var(--spacing) * 6);
  }

  .\[\&_\.wp-block-list_li\]\:mb-2 .wp-block-list li {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .\[\&_\.wp-block-paragraph\]\:mb-6 .wp-block-paragraph {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .\[\&_\.wp-block-paragraph\]\:text-base .wp-block-paragraph {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .\[\&_h3\.wp-block-heading\]\:mt-8 h3.wp-block-heading {
    margin-top: calc(var(--spacing) * 8);
  }

  .\[\&_h3\.wp-block-heading\]\:mb-3 h3.wp-block-heading {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .\[\&_h3\.wp-block-heading\]\:text-xl h3.wp-block-heading {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .\[\&_h3\.wp-block-heading\]\:font-bold h3.wp-block-heading {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .\[\&_h3\.wp-block-heading\]\:text-text-title h3.wp-block-heading {
    color: var(--color-text-title);
  }

  .\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
    display: none;
  }
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
}

body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  overflow: hidden;
}

.swiper-navigation-icon {
  display: none !important;
}

.my-center-carousel .swiper-button-prev, .my-center-carousel .swiper-button-next {
  margin: 0 !important;
  position: static !important;
  inset: auto !important;
}

.course-card {
  cursor: pointer;
  transition: all .3s;
}

.course-card:hover {
  transform: translate(-4px, -4px);
}

@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-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-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@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-ease {
  syntax: "*";
  inherits: false
}
