/*! tailwindcss v4.3.0 | 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-outline-style: solid;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1
    }
  }
}

@layer theme {

  :root,
  :host {
    --font-sans: "Noto Sans JP", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --aspect-video: 16 / 9;
    --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);
    --color-primary: #06f;
    --color-primary-50: #ebf3fe;
    --color-title: #111;
    --color-body: #444;
    --color-note: #333;
    --color-annotation: #8e8e8e;
    --color-border: #e5e5e5;
    --color-surface: #fff;
    --color-bg-gray: #f6f6f6;
    --color-tertiary: #ff8025;
    --color-owner-card: #ebf3ff;
    --color-member-card: #feead9;
    --gradient-cta-border: linear-gradient(165deg, #ffe48d 0%, #fce089 4%, #f6d57f 7%, #ebc26e 11%, #dca856 14%, #c88738 17%, #c27c2e 18%, #c68435 22%, #d39a49 27%, #e8bd6a 34%, #ffe48d 40%, #fcd878 41%, #facc64 42%, #f9c456 43%, #f8bf4d 45%, #f8be4b 48%, #c27c2e 71%, #c77f2f 75%, #d88a32 81%, #f29b37 88%, #ffa33a 91%, #c27c2e 100%);
    --font-latin: "Inter", "Noto Sans JP", sans-serif
  }
}

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

  :root {
    --vw: 1vw;
    --sp: calc(min(var(--vw), 1svh) * 100 / 375);
    --pc: calc(var(--vw) * 100 / 1440)
  }

  html {
    font-family: var(--font-sans);
    color: var(--color-title);
    letter-spacing: .04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-padding-top: 60px;
    line-height: 1.5
  }

  @media (width>=768px) {
    html {
      scroll-padding-top: 80px
    }
  }

  :where(b, strong) {
    font-weight: 700
  }
}

@layer components;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto
  }

  .pointer-events-none {
    pointer-events: none
  }

  .visible {
    visibility: visible
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
  }

  .absolute {
    position: absolute
  }

  .fixed {
    position: fixed
  }

  .relative {
    position: relative
  }

  .sticky {
    position: sticky
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0)
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0)
  }

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

  .top-1\/2 {
    top: 50%
  }

  .top-\[-1px\] {
    top: -1px
  }

  .top-\[-16\%\] {
    top: -16%
  }

  .top-\[-17\%\] {
    top: -17%
  }

  .top-\[20px\] {
    top: 20px
  }

  .top-\[24px\] {
    top: 24px
  }

  .top-\[180px\] {
    top: 180px
  }

  .right-0 {
    right: calc(var(--spacing) * 0)
  }

  .right-\[-1px\] {
    right: -1px
  }

  .right-\[-30px\] {
    right: -30px
  }

  .right-\[20px\] {
    right: 20px
  }

  .right-\[38px\] {
    right: 38px
  }

  .right-full {
    right: 100%
  }

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

  .bottom-\[-1px\] {
    bottom: -1px
  }

  .left-0 {
    left: calc(var(--spacing) * 0)
  }

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

  .left-\[-1px\] {
    left: -1px
  }

  .left-full {
    left: 100%
  }

  .z-10 {
    z-index: 10
  }

  .z-20 {
    z-index: 20
  }

  .z-40 {
    z-index: 40
  }

  .z-50 {
    z-index: 50
  }

  .z-\[1\] {
    z-index: 1
  }

  .z-\[5\] {
    z-index: 5
  }

  .z-\[45\] {
    z-index: 45
  }

  .z-\[60\] {
    z-index: 60
  }

  .z-\[200\] {
    z-index: 200
  }

  .container {
    width: 100%
  }

  @media (width>=768px) {
    .container {
      max-width: 768px
    }
  }

  @media (width>=40rem) {
    .container {
      max-width: 40rem
    }
  }

  @media (width>=48rem) {
    .container {
      max-width: 48rem
    }
  }

  @media (width>=64rem) {
    .container {
      max-width: 64rem
    }
  }

  @media (width>=80rem) {
    .container {
      max-width: 80rem
    }
  }

  @media (width>=96rem) {
    .container {
      max-width: 96rem
    }
  }

  .-mx-\[min\(calc\(24\*var\(--sp\)\)\,36px\)\] {
    margin-inline: calc(min(calc(24 * var(--sp)), 36px) * -1)
  }

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

  .my-\[min\(calc\(32\*var\(--sp\)\)\,40px\)\] {
    margin-block: min(calc(32 * var(--sp)), 40px)
  }

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

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

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

  .mt-\[13px\] {
    margin-top: 13px
  }

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

  .-ml-\[5px\] {
    margin-left: -5px
  }

  .ml-\[calc\(48px\/2\)\] {
    margin-left: 24px
  }

  .ml-auto {
    margin-left: auto
  }

  .block {
    display: block
  }

  .flex {
    display: flex
  }

  .grid {
    display: grid
  }

  .hidden {
    display: none
  }

  .inline-flex {
    display: inline-flex
  }

  .aspect-\[260\/181\] {
    aspect-ratio: 260/181
  }

  .aspect-\[317\/168\] {
    aspect-ratio: 317/168
  }

  .aspect-\[335\/643\] {
    aspect-ratio: 335/643
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video)
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px
  }

  .size-\[min\(calc\(14\*var\(--sp\)\)\,16px\)\] {
    width: min(calc(14 * var(--sp)), 16px);
    height: min(calc(14 * var(--sp)), 16px)
  }

  .size-\[min\(calc\(32\*var\(--sp\)\)\,40px\)\] {
    width: min(calc(32 * var(--sp)), 40px);
    height: min(calc(32 * var(--sp)), 40px)
  }

  .size-\[min\(calc\(40\*var\(--sp\)\)\,50px\)\] {
    width: min(calc(40 * var(--sp)), 50px);
    height: min(calc(40 * var(--sp)), 50px)
  }

  .size-\[min\(calc\(80\*var\(--sp\)\)\,100px\)\] {
    width: min(calc(80 * var(--sp)), 100px);
    height: min(calc(80 * var(--sp)), 100px)
  }

  .h-\[8px\] {
    height: 8px
  }

  .h-\[16px\] {
    height: 16px
  }

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

  .h-\[32px\] {
    height: 32px
  }

  .h-\[36px\] {
    height: 36px
  }

  .h-\[55px\] {
    height: 55px
  }

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

  .h-\[min\(calc\(12\*var\(--sp\)\)\,16px\)\] {
    height: min(calc(12 * var(--sp)), 16px)
  }

  .h-\[min\(calc\(14\*var\(--sp\)\)\,18px\)\] {
    height: min(calc(14 * var(--sp)), 18px)
  }

  .h-\[min\(calc\(20\*var\(--sp\)\)\,30px\)\] {
    height: min(calc(20 * var(--sp)), 30px)
  }

  .h-\[min\(calc\(36\*var\(--sp\)\)\,42px\)\] {
    height: min(calc(36 * var(--sp)), 42px)
  }

  .h-\[min\(calc\(56\*var\(--sp\)\)\,72px\)\] {
    height: min(calc(56 * var(--sp)), 72px)
  }

  .h-\[min\(calc\(60\*var\(--sp\)\)\,72px\)\] {
    height: min(calc(60 * var(--sp)), 72px)
  }

  .h-\[min\(calc\(91\*var\(--sp\)\)\,160px\)\] {
    height: min(calc(91 * var(--sp)), 160px)
  }

  .h-\[min\(calc\(300\*var\(--sp\)\)\,400px\)\] {
    height: min(calc(300 * var(--sp)), 400px)
  }

  .h-auto {
    height: auto
  }

  .h-full {
    height: 100%
  }

  .min-h-\[660px\] {
    min-height: 660px
  }

  .min-h-full {
    min-height: 100%
  }

  .w-\[2px\] {
    width: 2px
  }

  .w-\[3px\] {
    width: 3px
  }

  .w-\[8px\] {
    width: 8px
  }

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

  .w-\[32px\] {
    width: 32px
  }

  .w-\[34px\] {
    width: 34px
  }

  .w-\[62px\] {
    width: 62px
  }

  .w-\[153\%\] {
    width: 153%
  }

  .w-\[180px\] {
    width: 180px
  }

  .w-\[311px\] {
    width: 311px
  }

  .w-\[min\(calc\(68\*var\(--sp\)\)\,80px\)\] {
    width: min(calc(68 * var(--sp)), 80px)
  }

  .w-\[min\(calc\(148\*var\(--sp\)\)\,260px\)\] {
    width: min(calc(148 * var(--sp)), 260px)
  }

  .w-\[min\(calc\(150\*var\(--sp\)\)\,180px\)\] {
    width: min(calc(150 * var(--sp)), 180px)
  }

  .w-\[min\(calc\(200\*var\(--sp\)\)\,200px\)\] {
    width: min(calc(200 * var(--sp)), 200px)
  }

  .w-\[min\(calc\(280\*var\(--sp\)\)\,420px\)\] {
    width: min(calc(280 * var(--sp)), 420px)
  }

  .w-\[min\(calc\(335\*var\(--sp\)\)\,335px\)\] {
    width: min(calc(335 * var(--sp)), 335px)
  }

  .w-auto {
    width: auto
  }

  .w-full {
    width: 100%
  }

  .w-max {
    width: max-content
  }

  .max-w-none {
    max-width: none
  }

  .flex-1 {
    flex: 1
  }

  .shrink-0 {
    flex-shrink: 0
  }

  .grow {
    flex-grow: 1
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    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)
  }

  .rotate-180 {
    rotate: 180deg
  }

  .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-decimal {
    list-style-type: decimal
  }

  .list-disc {
    list-style-type: disc
  }

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

  .flex-col {
    flex-direction: column
  }

  .flex-row {
    flex-direction: row
  }

  .items-baseline {
    align-items: baseline
  }

  .items-center {
    align-items: center
  }

  .items-end {
    align-items: flex-end
  }

  .items-start {
    align-items: flex-start
  }

  .justify-center {
    justify-content: center
  }

  .justify-end {
    justify-content: flex-end
  }

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

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

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

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

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

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

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

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

  .gap-\[0\.75em\] {
    gap: .75em
  }

  .gap-\[1\.5em\] {
    gap: 1.5em
  }

  .gap-\[1em\] {
    gap: 1em
  }

  .gap-\[2px\] {
    gap: 2px
  }

  .gap-\[4px\] {
    gap: 4px
  }

  .gap-\[8px\] {
    gap: 8px
  }

  .gap-\[12px\] {
    gap: 12px
  }

  .gap-\[16px\] {
    gap: 16px
  }

  .gap-\[min\(calc\(6\*var\(--sp\)\)\,8px\)\] {
    gap: min(calc(6 * var(--sp)), 8px)
  }

  .gap-\[min\(calc\(8\*var\(--sp\)\)\,12px\)\] {
    gap: min(calc(8 * var(--sp)), 12px)
  }

  .gap-\[min\(calc\(10\*var\(--sp\)\)\,12px\)\] {
    gap: min(calc(10 * var(--sp)), 12px)
  }

  .gap-\[min\(calc\(12\*var\(--sp\)\)\,16px\)\] {
    gap: min(calc(12 * var(--sp)), 16px)
  }

  .gap-\[min\(calc\(16\*var\(--sp\)\)\,24px\)\] {
    gap: min(calc(16 * var(--sp)), 24px)
  }

  .gap-\[min\(calc\(24\*var\(--sp\)\)\,32px\)\] {
    gap: min(calc(24 * var(--sp)), 32px)
  }

  .gap-\[min\(calc\(24\*var\(--sp\)\)\,36px\)\] {
    gap: min(calc(24 * var(--sp)), 36px)
  }

  .gap-\[min\(calc\(24\*var\(--sp\)\)\,40px\)\] {
    gap: min(calc(24 * var(--sp)), 40px)
  }

  .gap-\[min\(calc\(32\*var\(--sp\)\)\,48px\)\] {
    gap: min(calc(32 * var(--sp)), 48px)
  }

  .gap-\[min\(calc\(48\*var\(--sp\)\)\,56px\)\] {
    gap: min(calc(48 * var(--sp)), 56px)
  }

  .self-center {
    align-self: center
  }

  .self-start {
    align-self: flex-start
  }

  .overflow-clip {
    overflow: clip
  }

  .overflow-hidden {
    overflow: hidden
  }

  .overflow-x-hidden {
    overflow-x: hidden
  }

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

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

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

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

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

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

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

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

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

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

  .rounded-\[inherit\] {
    border-radius: inherit
  }

  .rounded-full {
    border-radius: 3.40282e38px
  }

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

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

  .rounded-br-\[30px\] {
    border-bottom-right-radius: 30px
  }

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

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

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

  .border-\[8px\] {
    border-style: var(--tw-border-style);
    border-width: 8px
  }

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

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px
  }

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

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

  .border-border {
    border-color: var(--color-border)
  }

  .border-primary {
    border-color: var(--color-primary)
  }

  .border-transparent {
    border-color: #0000
  }

  .border-white {
    border-color: var(--color-white)
  }

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

  .bg-body {
    background-color: var(--color-body)
  }

  .bg-member-card {
    background-color: var(--color-member-card)
  }

  .bg-owner-card {
    background-color: var(--color-owner-card)
  }

  .bg-primary {
    background-color: var(--color-primary)
  }

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

  .bg-surface {
    background-color: var(--color-surface)
  }

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

  .object-contain {
    object-fit: contain
  }

  .object-cover {
    object-fit: cover
  }

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

  .p-\[min\(calc\(16\*var\(--sp\)\)\,20px\)\] {
    padding: min(calc(16 * var(--sp)), 20px)
  }

  .p-\[min\(calc\(16\*var\(--sp\)\)\,24px\)\] {
    padding: min(calc(16 * var(--sp)), 24px)
  }

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

  .px-\[min\(calc\(16\*var\(--sp\)\)\,20px\)\] {
    padding-inline: min(calc(16 * var(--sp)), 20px)
  }

  .px-\[min\(calc\(16\*var\(--sp\)\)\,24px\)\] {
    padding-inline: min(calc(16 * var(--sp)), 24px)
  }

  .px-\[min\(calc\(20\*var\(--sp\)\)\,24px\)\] {
    padding-inline: min(calc(20 * var(--sp)), 24px)
  }

  .px-\[min\(calc\(20\*var\(--sp\)\)\,32px\)\] {
    padding-inline: min(calc(20 * var(--sp)), 32px)
  }

  .px-\[min\(calc\(20\*var\(--sp\)\)\,40px\)\] {
    padding-inline: min(calc(20 * var(--sp)), 40px)
  }

  .px-\[min\(calc\(24\*var\(--sp\)\)\,24px\)\] {
    padding-inline: min(calc(24 * var(--sp)), 24px)
  }

  .px-\[min\(calc\(24\*var\(--sp\)\)\,32px\)\] {
    padding-inline: min(calc(24 * var(--sp)), 32px)
  }

  .px-\[min\(calc\(24\*var\(--sp\)\)\,36px\)\] {
    padding-inline: min(calc(24 * var(--sp)), 36px)
  }

  .px-\[min\(calc\(28\*var\(--sp\)\)\,48px\)\] {
    padding-inline: min(calc(28 * var(--sp)), 48px)
  }

  .px-\[min\(calc\(32\*var\(--sp\)\)\,32px\)\] {
    padding-inline: min(calc(32 * var(--sp)), 32px)
  }

  .px-\[min\(calc\(40\*var\(--sp\)\)\,40px\)\] {
    padding-inline: min(calc(40 * var(--sp)), 40px)
  }

  .px-\[min\(calc\(44\*var\(--sp\)\)\,44px\)\] {
    padding-inline: min(calc(44 * var(--sp)), 44px)
  }

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

  .py-\[2px\] {
    padding-block: 2px
  }

  .py-\[min\(calc\(12\*var\(--sp\)\)\,12px\)\] {
    padding-block: min(calc(12 * var(--sp)), 12px)
  }

  .py-\[min\(calc\(20\*var\(--sp\)\)\,28px\)\] {
    padding-block: min(calc(20 * var(--sp)), 28px)
  }

  .py-\[min\(calc\(24\*var\(--sp\)\)\,24px\)\] {
    padding-block: min(calc(24 * var(--sp)), 24px)
  }

  .py-\[min\(calc\(24\*var\(--sp\)\)\,28px\)\] {
    padding-block: min(calc(24 * var(--sp)), 28px)
  }

  .py-\[min\(calc\(40\*var\(--sp\)\)\,48px\)\] {
    padding-block: min(calc(40 * var(--sp)), 48px)
  }

  .py-\[min\(calc\(40\*var\(--sp\)\)\,60px\)\] {
    padding-block: min(calc(40 * var(--sp)), 60px)
  }

  .py-\[min\(calc\(48\*var\(--sp\)\)\,72px\)\] {
    padding-block: min(calc(48 * var(--sp)), 72px)
  }

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

  .pt-\[1px\] {
    padding-top: 1px
  }

  .pt-\[18px\] {
    padding-top: 18px
  }

  .pt-\[80px\] {
    padding-top: 80px
  }

  .pt-\[min\(calc\(12\*var\(--sp\)\)\,12px\)\] {
    padding-top: min(calc(12 * var(--sp)), 12px)
  }

  .pt-\[min\(calc\(18\*var\(--sp\)\)\,32px\)\] {
    padding-top: min(calc(18 * var(--sp)), 32px)
  }

  .pt-\[min\(calc\(20\*var\(--sp\)\)\,20px\)\] {
    padding-top: min(calc(20 * var(--sp)), 20px)
  }

  .pt-\[min\(calc\(32\*var\(--sp\)\)\,48px\)\] {
    padding-top: min(calc(32 * var(--sp)), 48px)
  }

  .pt-\[min\(calc\(40\*var\(--sp\)\)\,56px\)\] {
    padding-top: min(calc(40 * var(--sp)), 56px)
  }

  .pt-\[min\(calc\(75\*var\(--sp\)\)\,75px\)\] {
    padding-top: min(calc(75 * var(--sp)), 75px)
  }

  .pt-\[min\(calc\(80\*var\(--sp\)\)\,80px\)\] {
    padding-top: min(calc(80 * var(--sp)), 80px)
  }

  .pr-\[min\(calc\(16\*var\(--sp\)\)\,16px\)\] {
    padding-right: min(calc(16 * var(--sp)), 16px)
  }

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

  .pb-\[82px\] {
    padding-bottom: 82px
  }

  .pb-\[min\(calc\(12\*var\(--sp\)\)\,16px\)\] {
    padding-bottom: min(calc(12 * var(--sp)), 16px)
  }

  .pb-\[min\(calc\(24\*var\(--sp\)\)\,32px\)\] {
    padding-bottom: min(calc(24 * var(--sp)), 32px)
  }

  .pb-\[min\(calc\(48\*var\(--sp\)\)\,56px\)\] {
    padding-bottom: min(calc(48 * var(--sp)), 56px)
  }

  .pb-\[min\(calc\(48\*var\(--sp\)\)\,64px\)\] {
    padding-bottom: min(calc(48 * var(--sp)), 64px)
  }

  .pb-\[min\(calc\(48\*var\(--sp\)\)\,72px\)\] {
    padding-bottom: min(calc(48 * var(--sp)), 72px)
  }

  .pb-\[min\(calc\(56\*var\(--sp\)\)\,84px\)\] {
    padding-bottom: min(calc(56 * var(--sp)), 84px)
  }

  .pl-\[1\.2em\] {
    padding-left: 1.2em
  }

  .pl-\[1\.3em\] {
    padding-left: 1.3em
  }

  .pl-\[1\.7em\] {
    padding-left: 1.7em
  }

  .pl-\[min\(calc\(12\*var\(--sp\)\)\,16px\)\] {
    padding-left: min(calc(12 * var(--sp)), 16px)
  }

  .pl-\[min\(calc\(22\*var\(--sp\)\)\,30px\)\] {
    padding-left: min(calc(22 * var(--sp)), 30px)
  }

  .pl-\[min\(calc\(49\*var\(--sp\)\)\,49px\)\] {
    padding-left: min(calc(49 * var(--sp)), 49px)
  }

  .text-center {
    text-align: center
  }

  .text-left {
    text-align: left
  }

  .text-right {
    text-align: right
  }

  .font-latin {
    font-family: var(--font-latin)
  }

  .text-\[1\.15em\] {
    font-size: 1.15em
  }

  .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-\[26px\] {
    font-size: 26px
  }

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

  .text-\[min\(calc\(10\*var\(--sp\)\)\,10px\)\] {
    font-size: min(calc(10 * var(--sp)), 10px)
  }

  .text-\[min\(calc\(11\*var\(--sp\)\)\,12px\)\] {
    font-size: min(calc(11 * var(--sp)), 12px)
  }

  .text-\[min\(calc\(11\*var\(--sp\)\)\,14px\)\] {
    font-size: min(calc(11 * var(--sp)), 14px)
  }

  .text-\[min\(calc\(12\*var\(--sp\)\)\,14px\)\] {
    font-size: min(calc(12 * var(--sp)), 14px)
  }

  .text-\[min\(calc\(13\*var\(--sp\)\)\,14px\)\] {
    font-size: min(calc(13 * var(--sp)), 14px)
  }

  .text-\[min\(calc\(14\*var\(--sp\)\)\,16px\)\] {
    font-size: min(calc(14 * var(--sp)), 16px)
  }

  .text-\[min\(calc\(15\*var\(--sp\)\)\,20px\)\] {
    font-size: min(calc(15 * var(--sp)), 20px)
  }

  .text-\[min\(calc\(16\*var\(--sp\)\)\,16px\)\] {
    font-size: min(calc(16 * var(--sp)), 16px)
  }

  .text-\[min\(calc\(17\*var\(--sp\)\)\,20px\)\] {
    font-size: min(calc(17 * var(--sp)), 20px)
  }

  .text-\[min\(calc\(18\*var\(--sp\)\)\,20px\)\] {
    font-size: min(calc(18 * var(--sp)), 20px)
  }

  .text-\[min\(calc\(20\*var\(--sp\)\)\,20px\)\] {
    font-size: min(calc(20 * var(--sp)), 20px)
  }

  .text-\[min\(calc\(20\*var\(--sp\)\)\,24px\)\] {
    font-size: min(calc(20 * var(--sp)), 24px)
  }

  .text-\[min\(calc\(24\*var\(--sp\)\)\,24px\)\] {
    font-size: min(calc(24 * var(--sp)), 24px)
  }

  .text-\[min\(calc\(24\*var\(--sp\)\)\,28px\)\] {
    font-size: min(calc(24 * var(--sp)), 28px)
  }

  .text-\[min\(calc\(N\*var\(--sp\)\)\,MAX\)\] {
    font-size: min(calc(N*var(--sp)), MAX)
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4
  }

  .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-\[1\] {
    --tw-leading: 1;
    line-height: 1
  }

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

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

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

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

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

  .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)
  }

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

  .tracking-\[0\.04em\] {
    --tw-tracking: .04em;
    letter-spacing: .04em
  }

  .tracking-\[0\.11em\] {
    --tw-tracking: .11em;
    letter-spacing: .11em
  }

  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0
  }

  .tracking-\[1\.28px\] {
    --tw-tracking: 1.28px;
    letter-spacing: 1.28px
  }

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

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

  .whitespace-nowrap {
    white-space: nowrap
  }

  .whitespace-pre {
    white-space: pre
  }

  .text-\[\#0052cc\] {
    color: #0052cc
  }

  .text-\[\#F3F8FF\] {
    color: #f3f8ff
  }

  .text-\[\#FFF2E9\] {
    color: #fff2e9
  }

  .text-annotation {
    color: var(--color-annotation)
  }

  .text-black {
    color: var(--color-black)
  }

  .text-body {
    color: var(--color-body)
  }

  .text-note {
    color: var(--color-note)
  }

  .text-primary {
    color: var(--color-primary)
  }

  .text-tertiary {
    color: var(--color-tertiary)
  }

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

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

  .underline {
    text-decoration-line: underline
  }

  .opacity-80 {
    opacity: .8
  }

  .mix-blend-multiply {
    mix-blend-mode: multiply
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_0_12px_rgba\(0\,0\,0\,0\.15\)\,0_2px_4px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 0 12px var(--tw-shadow-color, #00000026), 0 2px 4px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

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

  .drop-shadow-\[0_0_8px_rgba\(2\,82\,238\,0\.5\)\] {
    --tw-drop-shadow-size: drop-shadow(0 0 8px var(--tw-drop-shadow-color, #0252ee80));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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-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: .2s;
    transition-duration: .2s
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none
  }

  .\[text-box-edge\:cap_alphabetic\] {
    text-box-edge: cap alphabetic
  }

  .\[text-box-trim\:trim-both\] {
    text-box-trim: trim-both
  }

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

    .group-hover\:opacity-50:is(:where(.group):hover *) {
      opacity: .5
    }

    .group-hover\:opacity-70:is(:where(.group):hover *) {
      opacity: .7
    }

    .group-hover\:opacity-80:is(:where(.group):hover *) {
      opacity: .8
    }

    .hover\:opacity-70:hover {
      opacity: .7
    }

    .hover\:opacity-80:hover {
      opacity: .8
    }
  }

  @media (width>=768px) {
    .pc\:absolute {
      position: absolute
    }

    .pc\:sticky {
      position: sticky
    }

    .pc\:top-\[41px\] {
      top: 41px
    }

    .pc\:top-\[80px\] {
      top: 80px
    }

    .pc\:top-\[140px\] {
      top: 140px
    }

    .pc\:right-0 {
      right: calc(var(--spacing) * 0)
    }

    .pc\:right-\[35px\] {
      right: 35px
    }

    .pc\:right-\[min\(calc\(10\*var\(--pc\)\)\,12\.5px\)\] {
      right: min(calc(10 * var(--pc)), 12.5px)
    }

    .pc\:right-\[min\(calc\(78\*var\(--pc\)\)\,97\.5px\)\] {
      right: min(calc(78 * var(--pc)), 97.5px)
    }

    .pc\:col-start-1 {
      grid-column-start: 1
    }

    .pc\:col-start-2 {
      grid-column-start: 2
    }

    .pc\:col-start-3 {
      grid-column-start: 3
    }

    .pc\:row-start-1 {
      grid-row-start: 1
    }

    .pc\:row-start-2 {
      grid-row-start: 2
    }

    .pc\:mx-auto {
      margin-inline: auto
    }

    .pc\:my-\[min\(calc\(30\*var\(--pc\)\)\,37\.5px\)\] {
      margin-block: min(calc(30 * var(--pc)), 37.5px)
    }

    .pc\:-mt-\[min\(calc\(200\*var\(--pc\)\)\,250px\)\] {
      margin-top: calc(min(calc(200 * var(--pc)), 250px) * -1)
    }

    .pc\:mt-0 {
      margin-top: calc(var(--spacing) * 0)
    }

    .pc\:mt-\[min\(calc\(20\*var\(--pc\)\)\,25px\)\] {
      margin-top: min(calc(20 * var(--pc)), 25px)
    }

    .pc\:-ml-\[13px\] {
      margin-left: -13px
    }

    .pc\:ml-\[24px\] {
      margin-left: 24px
    }

    .pc\:block {
      display: block
    }

    .pc\:flex {
      display: flex
    }

    .pc\:grid {
      display: grid
    }

    .pc\:hidden {
      display: none
    }

    .pc\:aspect-\[1160\/400\] {
      aspect-ratio: 1160/400
    }

    .pc\:size-\[16px\] {
      width: 16px;
      height: 16px
    }

    .pc\:size-\[40px\] {
      width: 40px;
      height: 40px
    }

    .pc\:size-\[50px\] {
      width: 50px;
      height: 50px
    }

    .pc\:size-\[min\(calc\(280\*var\(--pc\)\)\,350px\)\] {
      width: min(calc(280 * var(--pc)), 350px);
      height: min(calc(280 * var(--pc)), 350px)
    }

    .pc\:h-\[16px\] {
      height: 16px
    }

    .pc\:h-\[18px\] {
      height: 18px
    }

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

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

    .pc\:h-\[72px\] {
      height: 72px
    }

    .pc\:h-\[80px\] {
      height: 80px
    }

    .pc\:h-\[160px\] {
      height: 160px
    }

    .pc\:h-\[400px\] {
      height: 400px
    }

    .pc\:h-\[min\(calc\(90\*var\(--pc\)\)\,112\.5px\)\] {
      height: min(calc(90 * var(--pc)), 112.5px)
    }

    .pc\:h-\[min\(calc\(212\*var\(--pc\)\)\,245px\)\] {
      height: min(calc(212 * var(--pc)), 245px)
    }

    .pc\:min-h-\[60px\] {
      min-height: 60px
    }

    .pc\:min-h-\[700px\] {
      min-height: 700px
    }

    .pc\:w-\[3px\] {
      width: 3px
    }

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

    .pc\:w-\[240px\] {
      width: 240px
    }

    .pc\:w-\[260px\] {
      width: 260px
    }

    .pc\:w-\[362px\] {
      width: 362px
    }

    .pc\:w-\[800px\] {
      width: 800px
    }

    .pc\:w-\[min\(calc\(280\*var\(--pc\)\)\,350px\)\] {
      width: min(calc(280 * var(--pc)), 350px)
    }

    .pc\:w-\[min\(calc\(480\*var\(--pc\)\)\,600px\)\] {
      width: min(calc(480 * var(--pc)), 600px)
    }

    .pc\:w-\[min\(calc\(600\*var\(--pc\)\)\,750px\)\] {
      width: min(calc(600 * var(--pc)), 750px)
    }

    .pc\:max-w-\[960px\] {
      max-width: 960px
    }

    .pc\:max-w-\[1200px\] {
      max-width: 1200px
    }

    .pc\:max-w-\[1800px\] {
      max-width: 1800px
    }

    .pc\:max-w-\[min\(calc\(724\*var\(--pc\)\)\,905px\)\] {
      max-width: min(calc(724 * var(--pc)), 905px)
    }

    .pc\:max-w-\[min\(calc\(1160\*var\(--pc\)\)\,1450px\)\] {
      max-width: min(calc(1160 * var(--pc)), 1450px)
    }

    .pc\:flex-1 {
      flex: 1
    }

    .pc\:shrink-0 {
      flex-shrink: 0
    }

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

    .pc\:flex-col {
      flex-direction: column
    }

    .pc\:flex-row {
      flex-direction: row
    }

    .pc\:items-center {
      align-items: center
    }

    .pc\:items-start {
      align-items: flex-start
    }

    .pc\:justify-between {
      justify-content: space-between
    }

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

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

    .pc\:gap-8 {
      gap: calc(var(--spacing) * 8)
    }

    .pc\:gap-\[12px\] {
      gap: 12px
    }

    .pc\:gap-\[16px\] {
      gap: 16px
    }

    .pc\:gap-\[24px\] {
      gap: 24px
    }

    .pc\:gap-\[32px\] {
      gap: 32px
    }

    .pc\:gap-\[40px\] {
      gap: 40px
    }

    .pc\:gap-\[48px\] {
      gap: 48px
    }

    .pc\:gap-\[min\(calc\(30\*var\(--pc\)\)\,37\.5px\)\] {
      gap: min(calc(30 * var(--pc)), 37.5px)
    }

    .pc\:gap-\[min\(calc\(32\*var\(--pc\)\)\,40px\)\] {
      gap: min(calc(32 * var(--pc)), 40px)
    }

    .pc\:gap-x-\[32px\] {
      column-gap: 32px
    }

    .pc\:gap-y-\[32px\] {
      row-gap: 32px
    }

    .pc\:self-auto {
      align-self: auto
    }

    .pc\:self-center {
      align-self: center
    }

    .pc\:self-start {
      align-self: flex-start
    }

    .pc\:rounded-\[4px\] {
      border-radius: 4px
    }

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

    .pc\:border-\[3px\] {
      border-style: var(--tw-border-style);
      border-width: 3px
    }

    .pc\:border-border {
      border-color: var(--color-border)
    }

    .pc\:p-0 {
      padding: calc(var(--spacing) * 0)
    }

    .pc\:p-\[20px\] {
      padding: 20px
    }

    .pc\:p-\[24px\] {
      padding: 24px
    }

    .pc\:p-\[40px\] {
      padding: 40px
    }

    .pc\:px-0 {
      padding-inline: calc(var(--spacing) * 0)
    }

    .pc\:px-5 {
      padding-inline: calc(var(--spacing) * 5)
    }

    .pc\:px-\[min\(calc\(40\*var\(--pc\)\)\,50px\)\] {
      padding-inline: min(calc(40 * var(--pc)), 50px)
    }

    .pc\:px-\[min\(calc\(80\*var\(--pc\)\)\,100px\)\] {
      padding-inline: min(calc(80 * var(--pc)), 100px)
    }

    .pc\:px-\[min\(calc\(140\*var\(--pc\)\)\,175px\)\] {
      padding-inline: min(calc(140 * var(--pc)), 175px)
    }

    .pc\:px-\[min\(calc\(185\*var\(--pc\)\)\,231px\)\] {
      padding-inline: min(calc(185 * var(--pc)), 231px)
    }

    .pc\:px-\[min\(calc\(200\*var\(--pc\)\)\,250px\)\] {
      padding-inline: min(calc(200 * var(--pc)), 250px)
    }

    .pc\:px-\[min\(calc\(240\*var\(--pc\)\)\,300px\)\] {
      padding-inline: min(calc(240 * var(--pc)), 300px)
    }

    .pc\:py-0 {
      padding-block: calc(var(--spacing) * 0)
    }

    .pc\:py-\[28px\] {
      padding-block: 28px
    }

    .pc\:py-\[56px\] {
      padding-block: 56px
    }

    .pc\:py-\[60px\] {
      padding-block: 60px
    }

    .pc\:py-\[80px\] {
      padding-block: 80px
    }

    .pc\:py-\[min\(calc\(40\*var\(--pc\)\)\,50px\)\] {
      padding-block: min(calc(40 * var(--pc)), 50px)
    }

    .pc\:pt-\[32px\] {
      padding-top: 32px
    }

    .pc\:pt-\[56px\] {
      padding-top: 56px
    }

    .pc\:pt-\[80px\] {
      padding-top: 80px
    }

    .pc\:pt-\[min\(calc\(72\*var\(--pc\)\)\,90px\)\] {
      padding-top: min(calc(72 * var(--pc)), 90px)
    }

    .pc\:pt-\[min\(calc\(96\*var\(--pc\)\)\,120px\)\] {
      padding-top: min(calc(96 * var(--pc)), 120px)
    }

    .pc\:pt-\[min\(calc\(245\*var\(--pc\)\)\,278\.75px\)\] {
      padding-top: min(calc(245 * var(--pc)), 278.75px)
    }

    .pc\:pr-0 {
      padding-right: calc(var(--spacing) * 0)
    }

    .pc\:pr-\[min\(calc\(10\*var\(--pc\)\)\,12\.5px\)\] {
      padding-right: min(calc(10 * var(--pc)), 12.5px)
    }

    .pc\:pr-\[min\(calc\(80\*var\(--pc\)\)\,100px\)\] {
      padding-right: min(calc(80 * var(--pc)), 100px)
    }

    .pc\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0)
    }

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

    .pc\:pb-\[56px\] {
      padding-bottom: 56px
    }

    .pc\:pb-\[72px\] {
      padding-bottom: 72px
    }

    .pc\:pb-\[min\(calc\(80\*var\(--pc\)\)\,100px\)\] {
      padding-bottom: min(calc(80 * var(--pc)), 100px)
    }

    .pc\:pb-\[min\(calc\(144\*var\(--pc\)\)\,180px\)\] {
      padding-bottom: min(calc(144 * var(--pc)), 180px)
    }

    .pc\:pl-0 {
      padding-left: calc(var(--spacing) * 0)
    }

    .pc\:pl-\[30px\] {
      padding-left: 30px
    }

    .pc\:pl-\[min\(calc\(40\*var\(--pc\)\)\,50px\)\] {
      padding-left: min(calc(40 * var(--pc)), 50px)
    }

    .pc\:pl-\[min\(calc\(80\*var\(--pc\)\)\,100px\)\] {
      padding-left: min(calc(80 * var(--pc)), 100px)
    }

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

    .pc\:text-\[14px\] {
      font-size: 14px
    }

    .pc\:text-\[16px\] {
      font-size: 16px
    }

    .pc\:text-\[20px\] {
      font-size: 20px
    }

    .pc\:text-\[24px\] {
      font-size: 24px
    }

    .pc\:text-\[min\(calc\(32\*var\(--pc\)\)\,40px\)\] {
      font-size: min(calc(32 * var(--pc)), 40px)
    }

    .pc\:text-\[min\(calc\(196\*var\(--pc\)\)\,245px\)\] {
      font-size: min(calc(196 * var(--pc)), 245px)
    }

    .pc\:text-\[min\(calc\(M\*var\(--pc\)\)\,MAX\)\] {
      font-size: min(calc(M*var(--pc)), MAX)
    }

    .pc\:text-\[\.\.\.\] {
      color: ...
    }

    .pc\:text-\[FIXEDpx\] {
      color: FIXEDpx
    }
  }
}

[data-lp-header] {
  transition: background-color .3s, box-shadow .3s, top .3s
}

[data-lp-header=solid] {
  background-color: var(--color-surface);
  box-shadow: 0 1px 0 var(--color-border)
}

[data-header-logo] {
  filter: brightness(0)invert();
  transition: filter .3s
}

[data-lp-header=solid] [data-header-logo] {
  filter: none
}

[data-header-link] {
  color: #fff;
  transition: color .3s
}

[data-lp-header=solid] [data-header-link] {
  color: var(--color-title)
}

[data-header-hamburger] {
  background-color: #fff;
  transition: background-color .3s
}

[data-lp-header=solid] [data-header-hamburger] {
  background-color: var(--color-title)
}

[data-menu] {
  clip-path: inset(0 0 100%);
  transition: clip-path .4s cubic-bezier(.4, 0, .2, 1)
}

[data-menu=open] {
  clip-path: inset(0 0 0%)
}

@media (prefers-reduced-motion:reduce) {
  [data-menu] {
    clip-path: none !important;
    transition: none !important
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(-50%)
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    translate: 0 20px
  }

  to {
    opacity: 1;
    translate: none
  }
}

[data-animations=ready] [data-fade-in]:not([data-fade-in=visible]) {
  opacity: 0
}

[data-fade-in=visible] {
  animation: .65s ease-out both fade-in-up;
  animation-delay: var(--fade-delay, 0s)
}

@media (prefers-reduced-motion:reduce) {
  [data-animations=ready] [data-fade-in] {
    opacity: 1 !important;
    animation: none !important
  }
}

@keyframes mv-digit-drop {
  0% {
    opacity: 0;
    animation-timing-function: ease-out;
    translate: 0 -20px
  }

  35% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.75, 0, 1, 1);
    translate: 0 -25px
  }

  88% {
    opacity: 1;
    animation-timing-function: ease-out;
    translate: 0 12px
  }

  to {
    opacity: 1;
    translate: 0
  }
}

@keyframes mv-digit-0-drop {
  0% {
    opacity: 0;
    animation-timing-function: ease-out;
    translate: 0 -60px
  }

  35% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.75, 0, 1, 1);
    translate: 0 -65px
  }

  88% {
    opacity: 1;
    animation-timing-function: ease-out;
    translate: 0 12px
  }

  to {
    opacity: 1;
    translate: 0
  }
}

@keyframes mv-th-drop {
  0% {
    opacity: 0;
    animation-timing-function: ease-out;
    translate: 0 -95px
  }

  35% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.75, 0, 1, 1);
    translate: 0 -100px
  }

  88% {
    opacity: 1;
    animation-timing-function: ease-out;
    translate: 0 12px
  }

  to {
    opacity: 1;
    translate: 0
  }
}

@keyframes mv-float {

  0%,
  to {
    translate: 0
  }

  50% {
    translate: 0 -10px
  }
}

[data-mv-digit-1],
[data-mv-digit-0],
[data-mv-th],
[data-mv-anniversary],
[data-mv-renosy],
[data-mv-catch] {
  opacity: 0
}

@keyframes mv-card-float {

  0%,
  to {
    translate: 0
  }

  50% {
    translate: 0 calc(-1 * var(--mv-float-dist, 8px))
  }
}

@keyframes mv-card-3d {
  0% {
    rotate: var(--mv-spin-axis, 0 1 0) 0deg
  }

  to {
    rotate: var(--mv-spin-axis, 0 1 0) var(--mv-spin-rot, 360deg)
  }
}

[data-mv-photo] {
  transform-style: preserve-3d
}

[data-mv-photo-face] {
  opacity: 0
}

[data-mv-photo-back] {
  rotate: var(--mv-spin-axis, 0 1 0) 180deg
}

[data-mv-ready] [data-mv-photo] [data-mv-photo-face] {
  animation-name: fade-in-up;
  animation-duration: .6s;
  animation-delay: var(--fade-delay, 1.8s);
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: both
}

[data-mv-ready] [data-mv-photos-l] [data-mv-photo],
[data-mv-ready] [data-mv-photos-r] [data-mv-photo] {
  animation-name: mv-card-float, mv-card-3d;
  animation-duration: var(--mv-float-dur, 4s), var(--mv-spin-dur, 5s);
  animation-delay: var(--mv-float-start, 2.5s), calc(var(--fade-delay, 1.8s) + .3s);
  animation-timing-function: ease-in-out, linear;
  animation-iteration-count: infinite, infinite;
  animation-fill-mode: none, none
}

[data-mv-ready] [data-mv-anniversary] {
  animation: .5s ease-out 2.1s both fade-in-up
}

[data-mv-ready] [data-mv-digit-1] {
  animation: 1.36s linear .5s both mv-digit-drop
}

[data-mv-ready] [data-mv-digit-0] {
  animation: 1.02s linear .9s both mv-digit-0-drop
}

[data-mv-ready] [data-mv-th] {
  animation: .94s linear 1s both mv-th-drop
}

[data-mv-ready] [data-mv-renosy] {
  animation: .5s ease-out 2.5s both fade-in-up
}

[data-mv-ready] [data-mv-catch] {
  animation: .5s ease-out 2.8s both fade-in-up
}

[data-mv-photos-l],
[data-mv-photos-r],
[data-mv-photos-sp-top],
[data-mv-photos-sp-btm] {
  perspective: 500px
}

[data-mv-ready] [data-mv-photos-sp-top] [data-mv-photo],
[data-mv-ready] [data-mv-photos-sp-btm] [data-mv-photo] {
  animation-name: mv-card-float, mv-card-3d;
  animation-duration: var(--mv-float-dur, 4s), var(--mv-spin-dur, 5s);
  animation-delay: var(--mv-float-start, 2.5s), calc(var(--fade-delay, 1.8s) + .3s);
  animation-timing-function: ease-in-out, linear;
  animation-iteration-count: infinite, infinite;
  animation-fill-mode: none, none
}

@keyframes mv-header-enter {
  0% {
    opacity: 0;
    translate: 0 -16px
  }

  to {
    opacity: 1;
    translate: 0
  }
}

[data-mv-header] {
  opacity: 0
}

[data-mv-ready] [data-mv-header] {
  animation: .5s ease-out 3.75s both mv-header-enter
}

[data-mv-cta] {
  opacity: 0
}

[data-mv-ready] [data-mv-cta] {
  animation: .5s ease-out 3.95s both fade-in-up
}

@keyframes mv-marquee-top-enter {
  0% {
    opacity: 0;
    translate: 0 -100%
  }

  to {
    opacity: 1;
    translate: 0
  }
}

@keyframes mv-marquee-btm-enter {
  0% {
    opacity: 0;
    translate: 0 100%
  }

  to {
    opacity: 1;
    translate: 0
  }
}

[data-mv-marquee-top] {
  opacity: 0
}

[data-mv-ready] [data-mv-marquee-top] {
  animation: 1.05s ease-out 2.7s both mv-marquee-top-enter
}

[data-mv-marquee-btm] {
  opacity: 0
}

[data-mv-ready] [data-mv-marquee-btm] {
  animation: 1.05s ease-out 2.7s both mv-marquee-btm-enter
}

[data-mv-loader] {
  transition: opacity .5s
}

[data-mv-loader=done] {
  opacity: 0;
  pointer-events: none
}

[data-mv-loader-bar] {
  transition: width .3s ease-out
}

@media (prefers-reduced-motion:reduce) {

  [data-mv-loader],
  [data-mv-loader-bar] {
    transition: none !important
  }

  [data-mv-digit-1],
  [data-mv-digit-0],
  [data-mv-th],
  [data-mv-anniversary],
  [data-mv-renosy],
  [data-mv-catch],
  [data-mv-photo],
  [data-mv-photo] [data-mv-photo-face],
  [data-mv-photos-l] [data-mv-photo],
  [data-mv-photos-r] [data-mv-photo],
  [data-mv-header],
  [data-mv-cta],
  [data-mv-marquee-top],
  [data-mv-marquee-btm] {
    opacity: 1 !important;
    animation: none !important;
    translate: none !important;
    rotate: none !important
  }
}

[data-vline-grow] {
  transform-origin: top
}

[data-animations=ready] [data-vline-grow]:not([data-vline-grow=visible]) {
  transform: scaleY(0)
}

[data-vline-grow=visible] {
  animation: .7s ease-out both sp-line-grow
}

@media (prefers-reduced-motion:reduce) {
  [data-animations=ready] [data-vline-grow] {
    animation: none !important;
    transform: none !important
  }
}

[data-year-line] {
  transform-origin: top;
  transform: scaleY(0)
}

@keyframes history-pill-enter {
  0% {
    opacity: 0;
    transform: scale(.5)
  }

  60% {
    opacity: 1;
    transform: scale(1.12)
  }

  80% {
    transform: scale(.95)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes history-connector-grow {
  0% {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

[data-year-connector-left] {
  transform-origin: 100%
}

[data-year-connector-right] {
  transform-origin: 0
}

[data-animations=ready] [data-year-pill]:not([data-year-pill=visible]) {
  opacity: 0
}

[data-animations=ready] [data-year-connector-left]:not([data-year-connector-left=visible]),
[data-animations=ready] [data-year-connector-right]:not([data-year-connector-right=visible]) {
  transform: scaleX(0)
}

[data-animations=ready] [data-year-title]:not([data-year-title=visible]),
[data-animations=ready] [data-year-card]:not([data-year-card=visible]) {
  opacity: 0
}

[data-year-pill=visible] {
  animation: .5s ease-out both history-pill-enter
}

[data-year-connector-left=visible],
[data-year-connector-right=visible] {
  animation: .3s ease-out both history-connector-grow
}

[data-year-title=visible] {
  animation: .5s ease-out both fade-in-up
}

[data-year-card=visible] {
  animation: .5s ease-out both fade-in-up;
  animation-delay: var(--fade-delay, 0s)
}

@keyframes sp-line-grow {
  0% {
    transform: scaleY(0)
  }

  to {
    transform: scaleY(1)
  }
}

[data-year-line-top],
[data-year-line-bottom] {
  transform-origin: top
}

[data-animations=ready] [data-year-line-top]:not([data-year-line-top=visible]),
[data-animations=ready] [data-year-line-bottom]:not([data-year-line-bottom=visible]) {
  transform: scaleY(0)
}

[data-year-line-top=visible],
[data-year-line-bottom=visible] {
  animation: .2s ease-out both sp-line-grow
}

@media (prefers-reduced-motion:reduce) {

  [data-animations=ready] [data-year-pill],
  [data-animations=ready] [data-year-connector-left],
  [data-animations=ready] [data-year-connector-right],
  [data-animations=ready] [data-year-title],
  [data-animations=ready] [data-year-card],
  [data-animations=ready] [data-year-line-top],
  [data-animations=ready] [data-year-line-bottom] {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important
  }
}

@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-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-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: 0
}

@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}

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