*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-2 {
  top: 0.5rem;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[360px\] {
  height: 360px;
}
.h-full {
  height: 100%;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-9 {
  width: 2.25rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.bg-\[var\(--btn-bg\)\] {
  background-color: var(--btn-bg);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-display {
  font-family: Playfair Display, Noto Serif JP, serif;
}
.font-serif {
  font-family: Noto Serif JP, YuMincho, Hiragino Mincho ProN, Times New Roman, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.tracking-\[\.01em\] {
  letter-spacing: .01em;
}
.tracking-\[\.03em\] {
  letter-spacing: .03em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[var\(--btn-bg\)\] {
  color: var(--btn-bg);
}
.text-\[var\(--btn-text\)\] {
  color: var(--btn-text);
}
.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-glow {
  --tw-shadow: 0 0 40px rgba(139, 92, 246, .35);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* === Custom site styles (migrated from assets/css/site.css) === */
/* Subtle animated gradient background utility */
.bg-aurora {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(124,58,237,.25), transparent 60%),
              radial-gradient(1000px 500px at 90% 20%, rgba(168,85,247,.25), transparent 60%),
              radial-gradient(800px 500px at 50% 100%, rgba(99,102,241,.25), transparent 60%),
              #0b1020;
}
.bg-aurora-light {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(124,58,237,.08), transparent 60%),
              radial-gradient(1000px 500px at 90% 20%, rgba(168,85,247,.08), transparent 60%),
              radial-gradient(800px 500px at 50% 100%, rgba(99,102,241,.08), transparent 60%),
              #ffffff;
}
.dark .bg-aurora-light {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(124,58,237,.25), transparent 60%),
              radial-gradient(1000px 500px at 90% 20%, rgba(168,85,247,.25), transparent 60%),
              radial-gradient(800px 500px at 50% 100%, rgba(99,102,241,.25), transparent 60%),
              #0b1020;
}

.hero-banner { position: relative; background-color: transparent; }
.dark .hero-banner { background-color: #0b1020; }
.hero-img { display:block; width:100%; height:auto; -o-object-fit: contain; object-fit: contain; }
.hero-banner::before {
  content: none; position: absolute; inset: 0; pointer-events: none;
}
.dark .hero-banner::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.12) 60%, rgba(0,0,0,.20) 100%); pointer-events: none;
}
:root {
  --btn-bg: #58C5D3;
  --btn-hover: #3FB4C5;
  --btn-text: #0b1020;
  --btn-glow: rgba(88, 197, 211, .35);
}
.btn-primary { background: var(--btn-bg); color: var(--btn-text); }
.btn-primary:hover { background: var(--btn-hover); }
.btn-glow { box-shadow: 0 0 40px var(--btn-glow); }

@media (min-height: 1400px) { .hero-img { max-height: 960px; } }
.no-image #about .overview-media { display: none !important; }
.no-image #about .grid { grid-template-columns: 1fr !important; }

.title-gradient {
  background-image: linear-gradient(90deg, var(--btn-bg), #5de6c2);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; padding-bottom: .12em;
}
.title-shadow { text-shadow: 0 6px 24px rgba(31,171,137,.25); }

.role-chip { position: absolute; top: 8px; right: 8px; display: inline-flex; align-items: center; gap: 6px; padding: 3px 8px; font-size: 10px; font-weight: 800; letter-spacing: .08em; border-radius: 9999px; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.18); z-index: 2; pointer-events: none; }
.role-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .9; }
.role-chip.role-mc { background: #6d28d9; }
.role-chip.role-influencer { background: #0ea5a4; }

/* Ensure number badge stays on top even if role-chip (first span) exists */
#bt-grid [data-card="bartender"] > span:not(.role-chip):not(.brand-chip) { z-index: 3; }

/* Brand chip (top-right, like role chip) */
.brand-chip { position: absolute; top: 8px; right: 8px; display: inline-flex; align-items: center; gap: 6px; padding: 3px 8px; font-size: 10px; font-weight: 800; letter-spacing: .08em; border-radius: 9999px; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.18); z-index: 2; }
.brand--sanwa   { background: #10b981; }
.brand--bfj     { background: #2563eb; }
.brand--diageo  { background: #a855f7; }
.brand--whiske  { background: #14b8a6; }
.brand--campari { background: #ef4444; }
.brand--pernod  { background: #0ea5a4; }
.brand--bacardi { background: #111827; }
.brand--highball{ background: #f59e0b; }
.brand--default { background: #64748b; }
/* If role chip exists, push brand chip lower to avoid overlap */
article .role-chip ~ .brand-chip { top: 30px; }

/* Ensure bartender images fill the aspect box (no Tailwind dependency) */
.bt-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; }

/* Fancy hover intro (glass card) */
#bt-grid [data-card="bartender"] > div:first-of-type { position: relative; overflow: hidden; }
.bt-hover-intro { position: absolute; inset: 0; display: flex; align-items: flex-end; padding-bottom: 10px; opacity: 0; transition: opacity .25s ease; pointer-events: none; z-index: 1; }
.bt-hover-panel { margin: 10px; padding: 14px 16px; background: linear-gradient(135deg, rgba(15,23,42,.80), rgba(15,23,42,.60)); border: 1px solid rgba(255,255,255,.20); border-radius: 16px; color: #fff; font-size: 13px; line-height: 1.8; max-height: 85%; overflow: auto; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 12px 36px rgba(0,0,0,.28); white-space: pre-line; pointer-events: auto; }
#bt-grid [data-card="bartender"] > div:first-of-type:hover .bt-hover-intro { opacity: 1; }

/* Remove image zoom; keep only subtle dark overlay if any */
#bt-grid [data-card="bartender"] > div:first-of-type:hover .bt-img { transform: none !important; }

@media (max-width: 640px) {
  /* SPのみ文字サイズを少し小さく */
  .bt-hover-panel { max-height: calc(100% - 20px); font-size: 12px; line-height: 1.8; }
}

/* Removed individual nth-of-type hover effect styles (#2-#10) to unify behavior. */

/* Per-card framing adjustments (avoid face cropping) */
#bt-grid > article:nth-of-type(27) .bt-img { -o-object-position: 50% 20% !important; object-position: 50% 20% !important; }

/* ===== Modal (Speaker) ===== */
.is-hidden{display:none !important}
.modal{position:fixed;inset:0;z-index:50}
.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(2px)}
/* Light mode (default) */
.modal__dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.965);background:#ffffff;color:#0b1020;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 24px 70px -8px rgba(2,6,23,.25);max-width:900px;width:92vw;max-height:88vh;overflow:auto;opacity:0;transition:opacity .18s ease,transform .18s cubic-bezier(.4,.2,.2,1);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}
.modal:not(.is-hidden) .modal__dialog{opacity:1;transform:translate(-50%,-50%) scale(1)}
.modal__close{position:absolute;top:10px;right:12px;background:transparent;border:0;color:#0b1020;font-size:26px;line-height:1;cursor:pointer}
.modal__body{display:flex;gap:16px;padding:16px}
.modal__media{flex:0 0 360px;max-width:360px}
.modal__media img{width:100%;height:auto;border-radius:14px;display:block;box-shadow:0 8px 28px -6px rgba(0,0,0,.28)}
.modal__content{flex:1 1 55%;min-width:280px}
.modal__name{font-size:20px;line-height:1.35;margin:0 0 6px;color:inherit}
.modal__store{font-size:14px;opacity:.8;margin:0 0 6px}
.modal__brand{font-size:12px;opacity:.7;margin:0 0 12px}
.modal__intro{font-size:14px;line-height:1.9;white-space:pre-line}
.modal__links{display:flex;gap:12px;margin-top:14px}
/* Light-mode buttons */
.insta-link,.copy-link{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:9999px;padding:8px 12px;color:#0b1020;text-decoration:none;font-size:12px}
.insta-link:hover,.copy-link:hover{background:#eef2f7}
.insta-link.is-hidden{display:none !important}

/* Dark mode overrides */
.dark .modal__dialog{background:rgba(11,16,32,.78);color:#fff;border-color:rgba(255,255,255,.18);box-shadow:0 28px 80px -10px rgba(0,0,0,.55);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}
.dark .modal__close{color:#fff}
.dark .modal__store{opacity:.9}
.dark .modal__brand{opacity:.8}
.dark .insta-link,.dark .copy-link{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff}
.dark .insta-link:hover,.dark .copy-link:hover{background:rgba(255,255,255,.18)}

@media (max-width: 860px){
  .modal__body{flex-direction:column}
  .modal__media,.modal__content{min-width:0}
}

@media (max-width: 640px){
  .modal__dialog{width:90vw;max-height:92vh;height:auto;border-radius:20px}
  /* Further tighten vertical rhythm on mobile (compact variant) */
  .modal__body{padding:12px 12px 14px;gap:6px}
  .modal__media{width:100%;max-width:328px;margin:0 auto 2px}
  .modal__media img{border-radius:16px}
  .modal__content{margin-top:2px}
  .modal__name{font-size:18px;margin:2px 0 4px}
  .modal__store{margin:0 0 4px}
  .modal__brand{margin:0 0 8px}
  .modal__intro{font-size:13px;line-height:1.85}
}

/* Prevent background scroll when modal open */
html.modal-open, body.modal-open{overflow:hidden}

/* ===== Card hover highlight (focus indication) ===== */
#bt-grid article[data-card="bartender"]{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease; cursor:pointer}
/* Light mode: focus ring (glow) +軽い影 */
:root:not(.dark) #bt-grid article[data-card="bartender"]:hover{transform:translateY(-2px);box-shadow:0 0 0 3px var(--btn-bg), 0 16px 40px rgba(2,6,23,.14);border-color:var(--btn-bg);background-color:#ffffff}
/* Keyboard focus */
#bt-grid article[data-card="bartender"]:focus-visible{outline:2px solid var(--btn-bg);outline-offset:2px;border-radius:14px}

@media (prefers-reduced-motion: no-preference) {
  .themetoggle-anim .martini-light-icon,
  .themetoggle-anim .martini-dark-icon { animation: martini-shake 320ms ease-in-out; }
  .themetoggle-anim .martini-dark-icon .olive { animation: olive-drop 260ms 100ms ease-out both; }
  .themetoggle-anim .martini-dark-icon .pick { animation: pick-tilt 260ms ease-out; transform-box: fill-box; transform-origin: 9px 3px; }
  .themetoggle-anim .ice { animation: ice-drop 220ms ease-out; }
  .themetoggle-anim .bubble { animation: bubbles-rise 420ms ease-out both; opacity: .6; }
  .themetoggle-anim .bubble.b2 { animation-delay: 60ms; }
  .themetoggle-anim .bubble.b3 { animation-delay: 120ms; }
  .themetoggle-anim .parasol { animation: parasol-flick 260ms ease-in-out; transform-box: fill-box; transform-origin: 15px 3.5px; }
}
@keyframes martini-shake { 0% { transform: rotate(0deg);} 20% { transform: rotate(-8deg);} 45% { transform: rotate(7deg);} 70% { transform: rotate(-5deg);} 100% { transform: rotate(0deg);} }
@keyframes olive-drop { 0% { transform: translateY(-3px); opacity: .7;} 80% { transform: translateY(0); opacity: 1;} 100% { transform: translateY(0);} }
@keyframes pick-tilt { 0% { transform: rotate(0deg);} 60% { transform: rotate(-12deg);} 100% { transform: rotate(0deg);} }
@keyframes ice-drop { 0% { transform: translateY(-1px);} 100% { transform: translateY(0);} }
@keyframes bubbles-rise { 0% { transform: translateY(2px); opacity: .0;} 25% { opacity: .7;} 100% { transform: translateY(-4px); opacity: 0;} }
@keyframes parasol-flick { 0% { transform: rotate(-6deg) scaleY(.85);} 50% { transform: rotate(0deg) scaleY(1);} 100% { transform: rotate(-3deg) scaleY(.9);} }

@media (max-width: 640px) { #about { padding-top: 1.25rem !important; } }

/* Tickets grid custom override removed: now using Tailwind grid-cols-1 sm:grid-cols-2 */

/* Tickets: custom responsive grid (PC=2列, SP=1列) */
@media (min-width: 640px) {
  .tickets-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Limited badge callout (outline style to avoid button look) */
.limit-callout{display:inline-flex;align-items:center;gap:8px;padding:.35rem .7rem;border-radius:9999px;background:transparent;border:1.5px solid var(--btn-bg);color:var(--btn-bg);}
.dark .limit-callout{background:rgba(88,197,211,.08);border-color:rgba(88,197,211,.65);}
.limit-callout .limit-text{font-size:.76rem;font-weight:900;letter-spacing:.12em;}
.limit-callout .limit-sub{font-size:.7rem;opacity:.85;border-left:1px solid currentColor;margin-left:.35rem;padding-left:.55rem}
.pulse-dot{width:7px;height:7px;border-radius:9999px;background:currentColor;box-shadow:0 0 0 0 rgba(88,197,211,.5);animation:pulse-soft 1.6s infinite}
@keyframes pulse-soft{0%{box-shadow:0 0 0 0 rgba(88,197,211,.5)}70%{box-shadow:0 0 0 10px rgba(88,197,211,0)}100%{box-shadow:0 0 0 0 rgba(88,197,211,0)}}
.selection\:bg-brand-400\/30 *::-moz-selection {
  background-color: rgb(167 139 250 / 0.3);
}
.selection\:bg-brand-400\/30 *::selection {
  background-color: rgb(167 139 250 / 0.3);
}
.selection\:bg-brand-400\/30::-moz-selection {
  background-color: rgb(167 139 250 / 0.3);
}
.selection\:bg-brand-400\/30::selection {
  background-color: rgb(167 139 250 / 0.3);
}
.hover\:bg-\[var\(--btn-hover\)\]:hover {
  background-color: var(--btn-hover);
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[var\(--btn-bg\)\]:hover {
  color: var(--btn-bg);
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@supports (backdrop-filter: var(--tw)) {

  .supports-\[backdrop-filter\]\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }
}
.dark\:inline:is(.dark *) {
  display: inline;
}
.dark\:hidden:is(.dark *) {
  display: none;
}
.dark\:divide-white\/10:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.dark\:border-white\/10:is(.dark *) {
  border-color: rgb(255 255 255 / 0.1);
}
.dark\:border-white\/15:is(.dark *) {
  border-color: rgb(255 255 255 / 0.15);
}
.dark\:border-white\/20:is(.dark *) {
  border-color: rgb(255 255 255 / 0.2);
}
.dark\:bg-ink:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(11 16 32 / var(--tw-bg-opacity, 1));
}
.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}
.dark\:bg-white\/10:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.dark\:bg-white\/5:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
.dark\:text-brand-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white\/50:is(.dark *) {
  color: rgb(255 255 255 / 0.5);
}
.dark\:text-white\/60:is(.dark *) {
  color: rgb(255 255 255 / 0.6);
}
.dark\:text-white\/70:is(.dark *) {
  color: rgb(255 255 255 / 0.7);
}
.dark\:text-white\/80:is(.dark *) {
  color: rgb(255 255 255 / 0.8);
}
.dark\:hover\:bg-white\/10:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.dark\:hover\:bg-white\/5:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
@supports (backdrop-filter: var(--tw)) {

  .dark\:supports-\[backdrop-filter\]\:bg-ink\/60:is(.dark *) {
    background-color: rgb(11 16 32 / 0.6);
  }
}
@media (min-width: 640px) {

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

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

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

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

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

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:leading-\[1\.28\] {
    line-height: 1.28;
  }
}
