*, ::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.19 | 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;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.left-\[0\] {
  left: 0;
}

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

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

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

.top-\[0\] {
  top: 0;
}

.top-\[1\.6\%\] {
  top: 1.6%;
}

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

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

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

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

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

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

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[11\] {
  z-index: 11;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[50\] {
  z-index: 50;
}

.z-\[55\] {
  z-index: 55;
}

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

.z-\[80\] {
  z-index: 80;
}

.z-\[9999\] {
  z-index: 9999;
}

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

.float-right {
  float: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[2\.5\%\] {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.my-\[4\%\] {
  margin-top: 4%;
  margin-bottom: 4%;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-\[1\.5\%\] {
  margin-bottom: 1.5%;
}

.mb-\[2\%\] {
  margin-bottom: 2%;
}

.mb-\[2\.5\%\] {
  margin-bottom: 2.5%;
}

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

.mb-\[3\%\] {
  margin-bottom: 3%;
}

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

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

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 0.25rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[8\%\] {
  margin-left: 8%;
}

.ml-\[9\%\] {
  margin-left: 9%;
}

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

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[-\.9\%\] {
  margin-top: -.9%;
}

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

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

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

.mt-\[1\%\] {
  margin-top: 1%;
}

.mt-\[1\.3\%\] {
  margin-top: 1.3%;
}

.mt-\[1\.5\%\] {
  margin-top: 1.5%;
}

.mt-\[1\.7\%\] {
  margin-top: 1.7%;
}

.mt-\[12\%\] {
  margin-top: 12%;
}

.mt-\[2\%\] {
  margin-top: 2%;
}

.mt-\[2\.5\%\] {
  margin-top: 2.5%;
}

.mt-\[3\%\] {
  margin-top: 3%;
}

.mt-\[3\.5\%\] {
  margin-top: 3.5%;
}

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

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

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

.mt-\[7\%\] {
  margin-top: 7%;
}

.mb-\[7\%\] {
  margin-bottom: 7%;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-\[10\%\] {
  height: 10%;
}

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

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

.h-\[60\%\] {
  height: 60%;
}

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

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

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

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

.max-h-\[72dvh\] {
  max-height: 72dvh;
}

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

.min-h-\[100\%\] {
  min-height: 100%;
}

.min-h-dvh {
  min-height: 100dvh;
}

.w-8\/12 {
  width: 66.666667%;
}

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

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

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

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

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

.w-\[18\.7\%\] {
  width: 18.7%;
}

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

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

.w-\[21\.5\%\] {
  width: 21.5%;
}

.w-\[22\.7\%\] {
  width: 22.7%;
}

.w-\[22\.9\%\] {
  width: 22.9%;
}

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

.w-\[23\.8\%\] {
  width: 23.8%;
}

.w-\[24\.7\%\] {
  width: 24.7%;
}

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

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

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

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

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

.w-\[33\.7\%\] {
  width: 33.7%;
}

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

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

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

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

.w-\[42\.0\%\] {
  width: 42.0%;
}

.w-\[42\.7\%\] {
  width: 42.7%;
}

.w-\[46\.7\%\] {
  width: 46.7%;
}

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

.w-\[5\.2\%\] {
  width: 5.2%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-\[48\.0\%\] {
  width: 48.0%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

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

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.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-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

.gap-\[3\%\] {
  gap: 3%;
}

.gap-x-\[1\%\] {
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.gap-x-\[1\.5\%\] {
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
}

.gap-x-\[3\%\] {
  -moz-column-gap: 3%;
       column-gap: 3%;
}

.gap-x-\[5\%\] {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-\[1\.5\%\] {
  row-gap: 1.5%;
}

.gap-y-\[2\.5vw\] {
  row-gap: 2.5vw;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-\[3\%\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3% * 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-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.overscroll-contain {
  overscroll-behavior: contain;
}

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

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

.break-all {
  word-break: break-all;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-\[\#14A79F\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 167 159 / var(--tw-border-opacity, 1));
}

.border-b-\[\#FF5A00\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 90 0 / var(--tw-border-opacity, 1));
}

.border-t-\[\#FF5A00\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 90 0 / var(--tw-border-opacity, 1));
}

.bg-\[\#14a79f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 167 159 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b17f00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 127 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#dc5254\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 82 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffff00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\.\/img\/bg-event-02-sp\.jpg\'\)\] {
  background-image: url('./img/bg-event-02-sp.jpg');
}

.bg-\[url\(\'\.\/img\/bg-kasou\.webp\'\)\] {
  background-image: url('./img/bg-kasou.webp');
}

.bg-\[url\(\'\.\/img\/bg-sp\.webp\'\)\] {
  background-image: url('./img/bg-sp.webp');
}

.bg-\[url\(\'\.\/img\/menu-bg-sp\.jpg\'\)\] {
  background-image: url('./img/menu-bg-sp.jpg');
}

.bg-\[url\(\'\.\/img\/menu-bg-sp\.png\'\)\] {
  background-image: url('./img/menu-bg-sp.png');
}

.bg-\[length\:100\%_auto\] {
  background-size: 100% auto;
}

.bg-\[length\:auto_100\%\] {
  background-size: auto 100%;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-bottom {
  background-position: bottom;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-\[3\%\] {
  padding: 3%;
}

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[1\%\] {
  padding-left: 1%;
  padding-right: 1%;
}

.px-\[2\.5\%\] {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[3\%\] {
  padding-left: 3%;
  padding-right: 3%;
}

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

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

.px-\[6\%\] {
  padding-left: 6%;
  padding-right: 6%;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[\.4\%\] {
  padding-top: .4%;
  padding-bottom: .4%;
}

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

.py-\[1\%\] {
  padding-top: 1%;
  padding-bottom: 1%;
}

.py-\[1\.5\%\] {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.py-\[2\%\] {
  padding-top: 2%;
  padding-bottom: 2%;
}

.py-\[2\.5\%\] {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.py-\[3\%\] {
  padding-top: 3%;
  padding-bottom: 3%;
}

.py-\[4\%\] {
  padding-top: 4%;
  padding-bottom: 4%;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-\[-1\%\] {
  padding-bottom: -1%;
}

.pb-\[1\%\] {
  padding-bottom: 1%;
}

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

.pb-\[11\%\] {
  padding-bottom: 11%;
}

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

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

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

.pb-\[3\%\] {
  padding-bottom: 3%;
}

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

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

.pb-\[6\%\] {
  padding-bottom: 6%;
}

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

.pl-4 {
  padding-left: 1rem;
}

.pl-\[1\%\] {
  padding-left: 1%;
}

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

.pr-0 {
  padding-right: 0px;
}

.pr-\[3\%\] {
  padding-right: 3%;
}

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

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

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

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

.pt-\[2\%\] {
  padding-top: 2%;
}

.pt-\[2\.5\%\] {
  padding-top: 2.5%;
}

.pt-\[2\.8\%\] {
  padding-top: 2.8%;
}

.pt-\[3\%\] {
  padding-top: 3%;
}

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

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

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

.pt-\[7\%\] {
  padding-top: 7%;
}

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

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

.-indent-\[1\.2em\] {
  text-indent: -1.2em;
}

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

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

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

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

.text-\[3\.5vw\] {
  font-size: 3.5vw;
}

.text-\[3\.6vw\] {
  font-size: 3.6vw;
}

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

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

.text-\[min\(2\.4vw\2c 14px\)\] {
  font-size: min(2.4vw, 14px);
}

.text-\[min\(2\.6vw\2c 14px\)\] {
  font-size: min(2.6vw, 14px);
}

.text-\[min\(2\.8vw\2c 20px\)\] {
  font-size: min(2.8vw, 20px);
}

.text-\[min\(2vw\2c 12px\)\] {
  font-size: min(2vw, 12px);
}

.text-\[min\(3\.2vw\2c 14px\)\] {
  font-size: min(3.2vw, 14px);
}

.text-\[min\(3\.4vw\2c 20px\)\] {
  font-size: min(3.4vw, 20px);
}

.text-\[min\(3\.6vw\2c 15px\)\] {
  font-size: min(3.6vw, 15px);
}

.text-\[min\(3\.8vw\2c 23px\)\] {
  font-size: min(3.8vw, 23px);
}

.text-\[min\(3vw\2c 18px\)\] {
  font-size: min(3vw, 18px);
}

.text-\[min\(4\.5vw\2c 22px\)\] {
  font-size: min(4.5vw, 22px);
}

.text-\[min\(4vw\2c 22px\)\] {
  font-size: min(4vw, 22px);
}

.text-\[min\(5vw\2c 24px\)\] {
  font-size: min(5vw, 24px);
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#ffff00\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / 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-0 {
  opacity: 0;
}

.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[filter\] {
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.hover\:scale-110:hover {
  --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));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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);
}

@media (min-width: 768px) {
  .md\:left-\[-1\%\] {
    left: -1%;
  }

  .md\:left-\[10px\] {
    left: 10px;
  }

  .md\:right-\[0\.7\%\] {
    right: 0.7%;
  }

  .md\:right-\[1\%\] {
    right: 1%;
  }

  .md\:right-\[1\.6\%\] {
    right: 1.6%;
  }

  .md\:right-\[16\%\] {
    right: 16%;
  }

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

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

  .md\:right-\[4\%\] {
    right: 4%;
  }

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

  .md\:right-\[8\%\] {
    right: 8%;
  }

  .md\:right-\[9\%\] {
    right: 9%;
  }

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

  .md\:top-\[10px\] {
    top: 10px;
  }

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

  .md\:top-\[3\.8\%\] {
    top: 3.8%;
  }

  .md\:top-\[42\%\] {
    top: 42%;
  }

  .md\:top-\[9px\] {
    top: 9px;
  }

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

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

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-\[1\.5\%\] {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-\[1\%\] {
    margin-bottom: 1%;
  }

  .md\:mb-\[1\.5\%\] {
    margin-bottom: 1.5%;
  }

  .md\:mb-\[2\%\] {
    margin-bottom: 2%;
  }

  .md\:mb-\[3\%\] {
    margin-bottom: 3%;
  }

  .md\:mr-\[0\] {
    margin-right: 0;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

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

  .md\:mt-\[1\.5\%\] {
    margin-top: 1.5%;
  }

  .md\:mt-\[2\%\] {
    margin-top: 2%;
  }

  .md\:mt-\[2\.5\%\] {
    margin-top: 2.5%;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[21\.45\%\] {
    height: 21.45%;
  }

  .md\:h-\[52\.08vw\] {
    height: 52.08vw;
  }

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

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

  .md\:max-h-none {
    max-height: none;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

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

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

  .md\:w-\[2\.3\%\] {
    width: 2.3%;
  }

  .md\:w-\[2\.5\%\] {
    width: 2.5%;
  }

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

  .md\:w-\[22\.1\%\] {
    width: 22.1%;
  }

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

  .md\:w-\[23\.0\%\] {
    width: 23.0%;
  }

  .md\:w-\[23\.7\%\] {
    width: 23.7%;
  }

  .md\:w-\[23\.8\%\] {
    width: 23.8%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[40\.6\%\] {
    width: 40.6%;
  }

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

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

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

  .md\:w-\[45\.1\%\] {
    width: 45.1%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-\[46\.3\%\] {
    width: 46.3%;
  }

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

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

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

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

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    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));
  }

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-y-\[1vw\] {
    row-gap: 1vw;
  }

  .md\: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));
  }

  .md\:space-y-\[2\%\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2% * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:bg-\[url\(\'\.\/img\/bg-event-02\.jpg\'\)\] {
    background-image: url('./img/bg-event-02.jpg');
  }

  .md\:bg-\[url\(\'\.\/img\/bg\.webp\'\)\] {
    background-image: url('./img/bg.webp');
  }

  .md\:bg-\[url\(\'\.\/img\/menu-bg-pc\.png\'\)\] {
    background-image: url('./img/menu-bg-pc.png');
  }

  .md\:bg-\[url\(\'\.\/img\/menu-bg\.jpg\'\)\] {
    background-image: url('./img/menu-bg.jpg');
  }

  .md\:p-\[2\%\] {
    padding: 2%;
  }

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

  .md\:p-\[8px\] {
    padding: 8px;
  }

  .md\:px-\[1\.5\%\] {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .md\:px-\[2\.5\%\] {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .md\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-\[1\%\] {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:py-\[2\%\] {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:py-\[2\.2\%\] {
    padding-top: 2.2%;
    padding-bottom: 2.2%;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .md\:pb-\[1\.5\%\] {
    padding-bottom: 1.5%;
  }

  .md\:pb-\[18px\] {
    padding-bottom: 18px;
  }

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

  .md\:pb-\[3\%\] {
    padding-bottom: 3%;
  }

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

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

  .md\:pb-\[6\%\] {
    padding-bottom: 6%;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-\[1\%\] {
    padding-top: 1%;
  }

  .md\:pt-\[2\%\] {
    padding-top: 2%;
  }

  .md\:pt-\[3\%\] {
    padding-top: 3%;
  }

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

  .md\:pt-\[7\%\] {
    padding-top: 7%;
  }

  .md\:text-\[1\.15vw\] {
    font-size: 1.15vw;
  }

  .md\:text-\[1\.4vw\] {
    font-size: 1.4vw;
  }

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

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

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

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

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

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

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

  .md\:text-\[min\(1\.25vw\2c 20px\)\] {
    font-size: min(1.25vw, 20px);
  }

  .md\:text-\[min\(1\.2vw\2c 18px\)\] {
    font-size: min(1.2vw, 18px);
  }

  .md\:text-\[min\(1\.4vw\2c 20px\)\] {
    font-size: min(1.4vw, 20px);
  }

  .md\:text-\[min\(1\.4vw\2c 22px\)\] {
    font-size: min(1.4vw, 22px);
  }

  .md\:text-\[min\(1\.5vw\2c 24px\)\] {
    font-size: min(1.5vw, 24px);
  }

  .md\:text-\[min\(1\.6vw\2c 24px\)\] {
    font-size: min(1.6vw, 24px);
  }

  .md\:text-\[min\(1\.6vw\2c 26px\)\] {
    font-size: min(1.6vw, 26px);
  }

  .md\:text-\[min\(1vw\2c 16px\)\] {
    font-size: min(1vw, 16px);
  }

  .md\:text-\[min\(2vw\2c 32px\)\] {
    font-size: min(2vw, 32px);
  }
}
