*, ::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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

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

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

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

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

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

.-right-\[18px\] {
  right: -18px;
}

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

.-top-\[13vw\] {
  top: -13vw;
}

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

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

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

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

.top-\[2\.66vw\] {
  top: 2.66vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-\[20px\] {
  margin: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ms-\[24px\] {
  margin-inline-start: 24px;
}

.ms-\[36px\] {
  margin-inline-start: 36px;
}

.ms-\[48px\] {
  margin-inline-start: 48px;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.\!w-\[calc\(148\/375\*100vw\)\] {
  width: calc(148 / 375 * 100vw) !important;
}

.\!w-\[calc\(157\/375\*100vw\)\] {
  width: calc(157 / 375 * 100vw) !important;
}

.\!w-\[calc\(165\/375\*100vw\)\] {
  width: calc(165 / 375 * 100vw) !important;
}

.\!w-\[calc\(173\/375\*100vw\)\] {
  width: calc(173 / 375 * 100vw) !important;
}

.\!w-\[calc\(235\/375\*100vw\)\] {
  width: calc(235 / 375 * 100vw) !important;
}

.\!w-\[calc\(354\/375\*100vw\)\] {
  width: calc(354 / 375 * 100vw) !important;
}

.\!w-\[calc\(79\/375\*100vw\)\] {
  width: calc(79 / 375 * 100vw) !important;
}

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

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

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

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

.w-\[17\.6vw\] {
  width: 17.6vw;
}

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

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

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

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

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

.w-\[26\.66vw\] {
  width: 26.66vw;
}

.w-\[27\.7vw\] {
  width: 27.7vw;
}

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

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

.w-\[28\.26vw\] {
  width: 28.26vw;
}

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

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

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

.w-\[34\.7vw\] {
  width: 34.7vw;
}

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

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

.w-\[38\.6vw\] {
  width: 38.6vw;
}

.w-\[4\.8vw\] {
  width: 4.8vw;
}

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

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

.w-\[41\.3vw\] {
  width: 41.3vw;
}

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

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

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

.w-\[53\.6vw\] {
  width: 53.6vw;
}

.w-\[54\.4vw\] {
  width: 54.4vw;
}

.w-\[61\.33vw\] {
  width: 61.33vw;
}

.w-\[62\.9vw\] {
  width: 62.9vw;
}

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

.w-\[67\.6vw\] {
  width: 67.6vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.origin-top-right {
  transform-origin: top right;
}

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

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-\[spin_30s_linear_infinite\] {
  animation: spin 30s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.-scroll-m-\[75px\] {
  scroll-margin: -75px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-\[13\.3vw\] {
  gap: 13.3vw;
}

.gap-\[14px\] {
  gap: 14px;
}

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

.gap-\[2\.66vw\] {
  gap: 2.66vw;
}

.gap-\[20px\] {
  gap: 20px;
}

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

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[35px\] {
  gap: 35px;
}

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

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

.gap-\[5\.33vw\] {
  gap: 5.33vw;
}

.gap-\[5\.6vw\] {
  gap: 5.6vw;
}

.gap-\[50px\] {
  gap: 50px;
}

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

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-\[80px\] {
  gap: 80px;
}

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

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

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-\[\#C4C4C4\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}

.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#F6C297\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 194 151 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-primary\/30 {
  background-color: rgb(9 0 61 / 0.3);
}

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

.bg-\[linear-gradient\(to_right\2c _\#F39801_0_50\%\2c _\#A7D282_50\%_100\%\)\2c linear-gradient\(to_right\2c _\#EF859A_0_50\%\2c _\#7EB4E2_50\%_100\%\)\2c linear-gradient\(to_bottom\2c _\#F39801_0_50\%\2c _\#EF859A_50\%_100\%\)\2c linear-gradient\(to_bottom\2c _\#A7D282_0_50\%\2c _\#7EB4E2_50\%_100\%\)\] {
  background-image: linear-gradient(to right, #F39801 0 50%, #A7D282 50% 100%),linear-gradient(to right, #EF859A 0 50%, #7EB4E2 50% 100%),linear-gradient(to bottom, #F39801 0 50%, #EF859A 50% 100%),linear-gradient(to bottom, #A7D282 0 50%, #7EB4E2 50% 100%);
}

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

.from-\[\#0D0055\] {
  --tw-gradient-from: #0D0055 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 0 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#140088\] {
  --tw-gradient-to: rgb(20 0 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #140088 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#00E5FF\] {
  --tw-gradient-to: #00E5FF var(--tw-gradient-to-position);
}

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

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

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

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

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

.p-\[5\.33vw\] {
  padding: 5.33vw;
}

.p-\[5\.3vw\] {
  padding: 5.3vw;
}

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

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

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

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

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

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

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

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

.px-\[calc\(34\/375\*100vw\)\] {
  padding-left: calc(34 / 375 * 100vw);
  padding-right: calc(34 / 375 * 100vw);
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

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

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

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

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

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

.ps-0 {
  padding-inline-start: 0px;
}

.ps-\[41px\] {
  padding-inline-start: 41px;
}

.ps-\[58px\] {
  padding-inline-start: 58px;
}

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

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

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

.pt-\[2\.9vw\] {
  padding-top: 2.9vw;
}

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

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

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

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

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

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

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

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

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

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

.pt-\[calc\(50\/375\*100vw\)\] {
  padding-top: calc(50 / 375 * 100vw);
}

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

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

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

.font-asap {
  font-family: "Asap", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-jersey {
  font-family: "Jersey 25", sans-serif;
}

.font-mplus {
  font-family: "M PLUS 1 Code", monospace;
}

.font-noto {
  font-family: "Noto sans", sans-serif;
}

.font-rubik {
  font-family: "Rubik", sans-serif;
}

.font-tera {
  font-family: "Lexend Tera", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[5\.33vw\] {
  font-size: 5.33vw;
}

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-black {
  font-weight: 900;
}

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

.italic {
  font-style: italic;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

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

.leading-\[35px\] {
  line-height: 35px;
}

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

.text-\[\#4B4B4B\] {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}

.text-\[\#703907\] {
  --tw-text-opacity: 1;
  color: rgb(112 57 7 / var(--tw-text-opacity, 1));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-\[0_0_10px_rgba\(0\2c 229\2c 255\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,229,255,1));
  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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  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;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-200 {
  transition-duration: 200ms;
}

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

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

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

.text-16px {
  font-size: 16px;
}

@media (min-width: 768px) {
  .text-16px {
    font-size: 1.11vw;
  }
}

@media (min-width: 1440px) {
  .text-16px {
    font-size: 16px;
  }
}

.text-20px {
  font-size: 20px;
}

@media (min-width: 768px) {
  .text-20px {
    font-size: 1.38vw;
  }
}

@media (min-width: 1440px) {
  .text-20px {
    font-size: 20px;
  }
}

.text-30px {
  font-size: 30px;
}

@media (min-width: 768px) {
  .text-30px {
    font-size: 2.08vw;
  }
}

@media (min-width: 1440px) {
  .text-30px {
    font-size: 30px;
  }
}

.nav-img {
  height: 13px;
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,229,255,0.8));
  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);
}

.news-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.news-a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .news-a {
    gap: 2.29vw;
  }
}

@media (min-width: 1440px) {
  .news-a {
    gap: 33px;
  }
}

.news-date {
  font-family: "Lexend Tera", sans-serif;
  font-size: 12px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 229 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .news-date {
    font-size: 0.83vw;
  }
}

@media (min-width: 1440px) {
  .news-date {
    font-size: 12px;
  }
}

.news-h3 {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .news-h3 {
    font-size: 1.11vw;
  }
}

@media (min-width: 1440px) {
  .news-h3 {
    font-size: 16px;
  }
}

.front-section {
  padding-inline-start: 0px;
}

@media (min-width: 768px) {
  .front-section {
    padding-inline-start: 16.1vw;
  }
}

@media (min-width: 1440px) {
  .front-section {
    padding-inline-start: 232px;
  }
}

.news-section {
  padding-inline-start: 0px;
}

@media (min-width: 768px) {
  .news-section {
    padding-inline-start: 16.1vw;
  }
}

@media (min-width: 1440px) {
  .news-section {
    padding-inline-start: 232px;
  }
}

.front-section-div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1208px;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .front-section-div {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}

@media (min-width: 1440px) {
  .front-section-div {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.news-section-div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1208px;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .news-section-div {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}

@media (min-width: 1440px) {
  .news-section-div {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.onair-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Inter", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .onair-div {
    flex-direction: row;
    gap: 5.55vw;
  }
}

@media (min-width: 1440px) {
  .onair-div {
    gap: 80px;
  }
}

.onair-p1 {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .onair-p1 {
    font-size: 1.38vw;
    font-weight: 400;
  }
}

@media (min-width: 1440px) {
  .onair-p1 {
    font-size: 20px;
  }
}

.onair-h3 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  text-align: center;
  font-family: "Noto sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 229 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .onair-h3 {
    font-size: 1.66vw;
  }
}

@media (min-width: 1440px) {
  .onair-h3 {
    font-size: 24px;
  }
}

.introduction-span {
  --tw-bg-opacity: 1;
  background-color: rgb(9 0 61 / var(--tw-bg-opacity, 1));
  padding-top: 1px;
  padding-bottom: 1px;
  --tw-text-opacity: 1;
  color: rgb(225 1 0 / var(--tw-text-opacity, 1));
}

.staff-p1 {
  margin-bottom: 10px;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 229 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .staff-p1 {
    font-size: 1.11vw;
  }
}

@media (min-width: 1440px) {
  .staff-p1 {
    font-size: 16px;
  }
}

.staff-p2 {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .staff-p2 {
    font-size: 1.66vw;
  }
}

@media (min-width: 1440px) {
  .staff-p2 {
    font-size: 24px;
  }
}

.staff-p3 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .staff-p3 {
    font-size: 0.83vw;
  }
}

@media (min-width: 1440px) {
  .staff-p3 {
    font-size: 12px;
  }
}

.page-btn {
  display: flex;
  height: 9.06vw;
  width: 9.06vw;
  align-items: center;
  justify-content: center;
  font-size: 4.8vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .page-btn {
    height: 2.36vw;
    width: 2.36vw;
    font-size: 1.25vw;
  }
}

@media (min-width: 1440px) {
  .page-btn {
    height: 34px;
    width: 34px;
    font-size: 18px;
  }
}

.chara-div {
  background-color: rgb(0 0 0 / 0.3);
  padding: 1rem;
  --tw-backdrop-blur: blur(12px);
  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);
}

.\[--edge\:10px\] {
  --edge: 10px;
}

.\[background-position\:top_left\2c bottom_left\2c top_left\2c top_right\] {
  background-position: top left,bottom left,top left,top right;
}

.\[background-size\:100\%_var\(--edge\)\2c 100\%_var\(--edge\)\2c var\(--edge\)_100\%\2c var\(--edge\)_100\%\] {
  background-size: 100% var(--edge),100% var(--edge),var(--edge) 100%,var(--edge) 100%;
}

a,
button {
  transition: opacity 0.3s;
}

a:hover,
button:hover {
  opacity: 0.6;
}

.bg-deco {
  height: auto;
  will-change: transform, top;
}

@media (max-width: 767px) {
  .bg-deco {
    width: 48vw;
    max-width: 260px;
    opacity: 0.9;
  }
}

/* ローダー全体 */

#loader {
  position: fixed;
  inset: 0;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.7s ease;
}

/* フェードアウト用クラス */

#loader.fade-out {
  opacity: 0;
}

/* ロゴ（必要に応じてサイズ変えてOK） */

#loader img {
  height: auto;
  animation: pulse 1.2s ease-in-out infinite;
}

/* 軽いアニメーション（任意） */

@keyframes pulse {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

.front-section {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.front-section.is-show {
  opacity: 1;
  transform: translateY(0);
}

.news-content h2 {
  font-weight: bold;
  margin-top: 24px;
  font-size: 19px;
}

.news-content h3 {
  font-weight: bold;
  margin-top: 24px;
  font-size: 18px;
}

.news-content h4 {
  font-weight: bold;
  margin-top: 24px;
  font-size: 17px;
}

.news-content h5 {
  font-weight: bold;
  margin-top: 24px;
  font-size: 16px;
}

.news-content h6 {
  font-weight: bold;
  margin-top: 24px;
  font-size: 16px;
}

.news-content p img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}

.thumb-btn {
  border: 1px solid #00e5ff;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 0 61 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(9 0 61 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(9 0 61 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:-bottom-\[15vw\] {
    bottom: -15vw;
  }

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

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

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

  .sm\:left-\[3\.58vw\] {
    left: 3.58vw;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-\[2vw\] {
    right: 2vw;
  }

  .sm\:right-\[9vw\] {
    right: 9vw;
  }

  .sm\:top-\[7\.17vw\] {
    top: 7.17vw;
  }

  .sm\:block {
    display: block;
  }

  .sm\:\!flex {
    display: flex !important;
  }

  .sm\:w-\[15\.06vw\] {
    width: 15.06vw;
  }

  .sm\:w-\[16\.8vw\] {
    width: 16.8vw;
  }

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

  .sm\:w-\[29\.9vw\] {
    width: 29.9vw;
  }

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

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

  .sm\:w-\[70\.7vw\] {
    width: 70.7vw;
  }

  .sm\:w-\[8\.93vw\] {
    width: 8.93vw;
  }

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

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

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

  .sm\:gap-y-\[50px\] {
    row-gap: 50px;
  }

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

  .sm\:p-\[3\.66vw\] {
    padding: 3.66vw;
  }

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:-bottom-\[5vw\] {
    bottom: -5vw;
  }

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

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

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-\[3\.58vw\] {
    left: 3.58vw;
  }

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

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-\[11vw\] {
    right: 11vw;
  }

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

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

  .md\:top-\[2vw\] {
    top: 2vw;
  }

  .md\:top-\[7\.17vw\] {
    top: 7.17vw;
  }

  .md\:top-\[7\.3vw\] {
    top: 7.3vw;
  }

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

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

  .md\:m-\[calc\(20\/1440\*100vw\)\] {
    margin: calc(20 / 1440 * 100vw);
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:ms-\[calc\(24\/1440\*100vw\)\] {
    margin-inline-start: calc(24 / 1440 * 100vw);
  }

  .md\:ms-\[calc\(36\/1440\*100vw\)\] {
    margin-inline-start: calc(36 / 1440 * 100vw);
  }

  .md\:ms-\[calc\(48\/1440\*100vw\)\] {
    margin-inline-start: calc(48 / 1440 * 100vw);
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[128vw\] {
    height: 128vw;
  }

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

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

  .md\:w-\[13\.7vw\] {
    width: 13.7vw;
  }

  .md\:w-\[13\.88vw\] {
    width: 13.88vw;
  }

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

  .md\:w-\[15\.97vw\] {
    width: 15.97vw;
  }

  .md\:w-\[16\.8vw\] {
    width: 16.8vw;
  }

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

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

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

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

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

  .md\:w-\[22\.76vw\] {
    width: 22.76vw;
  }

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

  .md\:w-\[25\.9vwvw\] {
    width: 25.9vwvw;
  }

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

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

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

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

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

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

  .md\:w-\[45\.6vw\] {
    width: 45.6vw;
  }

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

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

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

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

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

  .md\:w-\[70\.7vw\] {
    width: 70.7vw;
  }

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

  .md\:w-\[calc\(135\/1440\*100vw\)\] {
    width: calc(135 / 1440 * 100vw);
  }

  .md\:w-\[calc\(146\/1440\*100vw\)\] {
    width: calc(146 / 1440 * 100vw);
  }

  .md\:w-\[calc\(188\/1440\*100vw\)\] {
    width: calc(188 / 1440 * 100vw);
  }

  .md\:w-\[calc\(206\/1440\*100vw\)\] {
    width: calc(206 / 1440 * 100vw);
  }

  .md\:w-\[calc\(274\/1440\*100vw\)\] {
    width: calc(274 / 1440 * 100vw);
  }

  .md\:w-\[calc\(63\/1440\*100vw\)\] {
    width: calc(63 / 1440 * 100vw);
  }

  .md\:w-\[calc\(76\/1440\*100vw\)\] {
    width: calc(76 / 1440 * 100vw);
  }

  .md\:w-\[calc\(78\/1440\*100vw\)\] {
    width: calc(78 / 1440 * 100vw);
  }

  .md\:w-\[calc\(93\/1440\*100vw\)\] {
    width: calc(93 / 1440 * 100vw);
  }

  .md\:w-\[calc\(28\/1440\*100vw\)\] {
    width: calc(28 / 1440 * 100vw);
  }

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

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

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

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

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .md\:gap-\[0\.69vw\] {
    gap: 0.69vw;
  }

  .md\:gap-\[0\.83vw\] {
    gap: 0.83vw;
  }

  .md\:gap-\[1\.46vw\] {
    gap: 1.46vw;
  }

  .md\:gap-\[150px\] {
    gap: 150px;
  }

  .md\:gap-\[2\.08vw\] {
    gap: 2.08vw;
  }

  .md\:gap-\[2\.77vw\] {
    gap: 2.77vw;
  }

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

  .md\:gap-\[3\.47vw\] {
    gap: 3.47vw;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

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

  .md\:gap-\[calc\(14\/1440\*100vw\)\] {
    gap: calc(14 / 1440 * 100vw);
  }

  .md\:gap-\[calc\(6\/1440\*100vw\)\] {
    gap: calc(6 / 1440 * 100vw);
  }

  .md\:gap-\[calc\(70\/1440\*100vw\)\] {
    gap: calc(70 / 1440 * 100vw);
  }

  .md\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

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

  .md\:p-\[3\.47vw\] {
    padding: 3.47vw;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[4\.72vw\] {
    padding-left: 4.72vw;
    padding-right: 4.72vw;
  }

  .md\:px-\[4\.7vw\] {
    padding-left: 4.7vw;
    padding-right: 4.7vw;
  }

  .md\:py-\[104px\] {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .md\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .md\:pb-\[1\.61vw\] {
    padding-bottom: 1.61vw;
  }

  .md\:ps-\[16\.1vw\] {
    padding-inline-start: 16.1vw;
  }

  .md\:ps-\[2\.6vw\] {
    padding-inline-start: 2.6vw;
  }

  .md\:ps-\[calc\(274\/1440\*100vw\)\] {
    padding-inline-start: calc(274 / 1440 * 100vw);
  }

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

  .md\:pt-\[10\.41vw\] {
    padding-top: 10.41vw;
  }

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

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

  .md\:pt-\[2\.08vw\] {
    padding-top: 2.08vw;
  }

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

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

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

  .md\:pt-\[5\.85vw\] {
    padding-top: 5.85vw;
  }

  .md\:pb-\[calc\(36\/1440\*100vw\)\] {
    padding-bottom: calc(36 / 1440 * 100vw);
  }

  .md\:pt-\[calc\(50\/1440\*100vw\)\] {
    padding-top: calc(50 / 1440 * 100vw);
  }

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

  .md\:text-\[0\.69vw\] {
    font-size: 0.69vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[calc\(12\/1440\*100vw\)\] {
    font-size: calc(12 / 1440 * 100vw);
  }

  .md\:text-\[calc\(16\/1440\*100vw\)\] {
    font-size: calc(16 / 1440 * 100vw);
  }

  .md\:leading-\[2\.77vw\] {
    line-height: 2.77vw;
  }

  .md\:\[--edge\:13px\] {
    --edge: 13px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[4px\] {
    left: 4px;
  }

  .lg\:right-\[4px\] {
    right: 4px;
  }

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

  .lg\:text-\[calc\(12\/1440\*100vw\)\] {
    font-size: calc(12 / 1440 * 100vw);
  }

  .lg\:text-\[calc\(14\/1440\*100vw\)\] {
    font-size: calc(14 / 1440 * 100vw);
  }

  .lg\:text-\[calc\(18\/1440\*100vw\)\] {
    font-size: calc(18 / 1440 * 100vw);
  }

  .lg\:\[--edge\:16px\] {
    --edge: 16px;
  }
}

@media (min-width: 1440px) {
  .xl\:m-\[20px\] {
    margin: 20px;
  }

  .xl\:ms-\[24px\] {
    margin-inline-start: 24px;
  }

  .xl\:ms-\[36px\] {
    margin-inline-start: 36px;
  }

  .xl\:ms-\[48px\] {
    margin-inline-start: 48px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-\[10px\] {
    gap: 10px;
  }

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

  .xl\:gap-\[14px\] {
    gap: 14px;
  }

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[6px\] {
    gap: 6px;
  }

  .xl\:gap-\[70px\] {
    gap: 70px;
  }

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

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

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

  .xl\:ps-\[232px\] {
    padding-inline-start: 232px;
  }

  .xl\:ps-\[274px\] {
    padding-inline-start: 274px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .xl\:text-20px {
    font-size: 20px;
  }

  @media (min-width: 768px) {
    .xl\:text-20px {
      font-size: 1.38vw;
    }
  }

  @media (min-width: 1440px) {
    .xl\:text-20px {
      font-size: 20px;
    }
  }
}
