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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.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: 1366px) {

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

  .container {
    max-width: 1536px;
  }
}
.hover-link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hover-link:hover {
  opacity: 0.6;
}
.news-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
}
.news-div {
  display: flex;
  width: 140px;
  flex-direction: column;
  justify-content: flex-start;
  border-start-start-radius: 20px;
  border-end-start-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 34 / var(--tw-bg-opacity, 1));
  padding: 30px;
  font-family: "Rubik", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.news-div2 {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-start-end-radius: 20px;
  border-end-end-radius: 20px;
  border-width: 1px;
  border-inline-start-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .news-div2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
}
.splide-div {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 274.6vw;
  width: 89vw;
  max-width: 1120px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 20px;
  background-repeat: repeat;
  padding-top: 2vw;
}
@media (min-width: 640px) {

  .splide-div {
    height: 53.1vw;
    width: 82vw;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 2.9vw;
    padding-right: 8.93vw;
  }
}
@media (min-width: 1366px) {

  .splide-div {
    max-height: 726px;
    padding-top: 40px;
    padding-right: 122px;
  }
}
.splide-div2 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.26vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(112 57 7 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .splide-div2 {
    margin-bottom: 1.4vw;
    font-size: 1.17vw;
  }
}
@media (min-width: 1366px) {

  .splide-div2 {
    margin-bottom: 20px;
  }
}
.splide-div3 {
  position: relative;
  top: -5vw;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {

  .splide-div3 {
    position: absolute;
    left: 10vw;
    top: -2.9vw;
  }
}
@media (min-width: 1366px) {

  .splide-div3 {
    left: 140px;
    top: -40px;
  }
}
.splide-div4 {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 8vw;
  padding-right: 8vw;
  text-align: left;
}
@media (min-width: 640px) {

  .splide-div4 {
    width: 32vw;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1366px) {

  .splide-div4 {
    width: 437px;
  }
}
.splide-div5 {
  margin-bottom: 8vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5.3vw;
}
@media (min-width: 640px) {

  .splide-div5 {
    margin-bottom: 0px;
    justify-content: flex-start;
    gap: 20px;
  }
}
.splide-h3 {
  margin-bottom: 6px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 150 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .splide-h3 {
    margin-bottom: 0.7vw;
    font-size: 2.2vw;
  }
}
@media (min-width: 1366px) {

  .splide-h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.splide-p {
  margin-bottom: 50px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.27vw;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .splide-p {
    font-size: 1.24vw;
    line-height: 2.2vw;
  }
}
@media (min-width: 1366px) {

  .splide-p {
    font-size: 17px;
    line-height: 30px;
  }
}
.splide-p2 {
  margin-bottom: 2.9vw;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.65vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 150 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .splide-p2 {
    margin-bottom: 3.66vw;
    font-size: 1.17vw;
  }
}
@media (min-width: 1366px) {

  .splide-p2 {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.staff-h3 {
  font-size: 4.26vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 150 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .staff-h3 {
    font-size: 1.46vw;
  }
}
.staff-span1 {
  font-size: 5.3vw;
}
@media (min-width: 768px) {

  .staff-span1 {
    font-size: 2.2vw;
  }
}
@media (min-width: 1366px) {

  .staff-span1 {
    font-size: 30px;
  }
}
.staff-span2 {
  font-size: 3.2vw;
}
@media (min-width: 768px) {

  .staff-span2 {
    font-size: 1vw;
  }
}
.icon-voice {
  display: none;
}
.character-img {
  height: 143.6vw;
}
@media (min-width: 640px) {

  .character-img {
    height: 54vw;
  }
}
@media (min-width: 1366px) {

  .character-img {
    height: 740px;
  }
}
.music-active {
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(84 188 232 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.music-active:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {

  .music-active {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.music-not-active {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(84 188 232 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(84 188 232 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.music-not-active:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {

  .music-not-active {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.music-div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {

  .music-div {
    flex-direction: row;
    gap: 40px;
  }
}
.music-detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 40px;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.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;
}
.left-0 {
  left: 0px;
}
.left-\[2px\] {
  left: 2px;
}
.right-0 {
  right: 0px;
}
.right-\[0vw\] {
  right: 0vw;
}
.right-\[2px\] {
  right: 2px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[2\.66vw\] {
  top: 2.66vw;
}
.top-\[4vw\] {
  top: 4vw;
}
.-z-10 {
  z-index: -10;
}
.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-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.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;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.block {
  display: 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-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[29px\] {
  max-height: 29px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[171px\] {
  width: 171px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[27\.7vw\] {
  width: 27.7vw;
}
.w-\[326px\] {
  width: 326px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[38\.6vw\] {
  width: 38.6vw;
}
.w-\[4\.8vw\] {
  width: 4.8vw;
}
.w-\[40px\] {
  width: 40px;
}
.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-\[62\.9vw\] {
  width: 62.9vw;
}
.w-\[67\.6vw\] {
  width: 67.6vw;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[73vw\] {
  width: 73vw;
}
.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-\[98px\] {
  width: 98px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[275px\] {
  min-width: 275px;
}
.min-w-\[375px\] {
  min-width: 375px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[184px\] {
  max-width: 184px;
}
.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-\[292px\] {
  max-width: 292px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[302px\] {
  max-width: 302px;
}
.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-\[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-\[924px\] {
  max-width: 924px;
}
.max-w-none {
  max-width: none;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-right {
  transform-origin: top right;
}
.-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-\[7px\] {
  --tw-translate-y: -7px;
  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-\[7px\] {
  --tw-translate-y: 7px;
  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-45 {
  --tw-rotate: -45deg;
  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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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;
}
.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-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[5\.6vw\] {
  gap: 5.6vw;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.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-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#54BCE8\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 188 232 / var(--tw-border-opacity, 1));
}
.border-\[\#C4C4C4\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 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(255 150 34 / var(--tw-border-opacity, 1));
}
.bg-\[\#F6C297\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 194 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF57A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 122 / 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(255 150 34 / var(--tw-bg-opacity, 1));
}
.bg-primary2 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 122 / var(--tw-bg-opacity, 1));
}
.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-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.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\.3vw\] {
  padding: 5.3vw;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.ps-\[58px\] {
  padding-inline-start: 58px;
}
.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-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.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-rubik {
  font-family: "Rubik", sans-serif;
}
.font-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.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-\[8px\] {
  font-size: 8px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.text-\[\#4B4B4B\] {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}
.text-\[\#54BCE8\] {
  --tw-text-opacity: 1;
  color: rgb(84 188 232 / 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(255 150 34 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(112 57 7 / 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);
}
.outline {
  outline-style: solid;
}
.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;
}
.duration-700 {
  transition-duration: 700ms;
}
.\[--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%;
}
/*このファイルは編集しないでください*/
/* グローバル（bodyのスクロールバー） */
html {
  /* レイアウトずれ防止（常に溝を確保、対応ブラウザのみ） */
  scrollbar-gutter: stable;
}
/* 選択中のサムネをわかりやすく */
.thumb-active img {
  outline: 2px solid #22ffc4; /* primary */
}
/* 矢印の共通スタイル（サイズや背景の当て方） */
#main-splide .splide__arrow {
  width: 36px;
  height: 89px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  box-shadow: none;
  opacity: 1;
  background-color: initial !important;
  border-radius: 0% !important;
}
/* 既定のSVGは非表示にする */
#main-splide .splide__arrow svg {
  display: none;
}
/* レスポンシブで少し大きく（任意） */
@media (min-width: 768px) {
  #main-splide .splide__arrow {
    width: 60px;
    height: 180px;
  }
  #main-splide .splide__arrow--prev {
    left: 8vw;
  }
  #main-splide .splide__arrow--next {
    right: 8vw;
  }
}
/* ローダー全体 */
#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  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;
  }
}
.music-panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.35s ease,
    max-height 0.35s ease;
  pointer-events: none;
}
.music-panel.is-active {
  opacity: 1;
  max-height: 999999px; /* 中身に合わせて十分大きく */
  pointer-events: auto;
}
.music-detail h4 {
  background-color: #ff6c08;
  padding: 2px 16px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 16px;
}
.music-detail p {
  margin-bottom: 16px;
}
.music-detail a {
  text-decoration: underline;
}
/*このファイルは編集しないでください*/
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 34 / var(--tw-bg-opacity, 1));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 150 34 / 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(255 150 34 / 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-\[6vw\] {
    bottom: -6vw;
  }

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

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

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

  .sm\:-right-\[0vw\] {
    right: -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\:right-auto {
    right: auto;
  }

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

  .sm\:block {
    display: block;
  }

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

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

  .sm\:w-\[24\.8vw\] {
    width: 24.8vw;
  }

  .sm\:w-\[29\.7vw\] {
    width: 29.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-\[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-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

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

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

  .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\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .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-\[21\.37vw\] {
    width: 21.37vw;
  }

  .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-\[34\.6vw\] {
    width: 34.6vw;
  }

  .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-\[50px\] {
    width: 50px;
  }

  .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\:min-w-\[180px\] {
    min-width: 180px;
  }

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

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

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

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

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

  .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-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

  .md\:border-b {
    border-bottom-width: 1px;
  }

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

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

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

  .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-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:font-normal {
    font-weight: 400;
  }

  .md\:\[--edge\:13px\] {
    --edge: 13px;
  }
}
@media (min-width: 1024px) {

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

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

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

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

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

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

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

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

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

  .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\:\[--edge\:16px\] {
    --edge: 16px;
  }
}
@media (min-width: 1366px) {

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

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

  .xl\:pt-\[160px\] {
    padding-top: 160px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:right-\[150px\] {
    right: 150px;
  }

  .\32xl\:top-\[100px\] {
    top: 100px;
  }

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

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

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

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

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

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