*, ::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.13 | 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: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, blinkmacsystemfont, "segoe ui", helvetica neue, Meiryo, sans-serif; /* 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] {
  display: none;
}
  body,
  html {
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-color: #54b7f0;
  }
.section__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 961px) {

  .section__wrap {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section__container {
  display: flex;
  width: 100%;
  max-width: 72rem;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.section__title-main {
  font-family: Anton;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(243 235 102 / var(--tw-text-opacity));
  text-shadow: 1px 1px 0 #54B7F0;
}
@media (min-width: 961px) {

  .section__title-main {
    font-size: 3.75rem;
    line-height: 1.25;
    letter-spacing: 3px;
    text-shadow: 3px 3px 0 #54B7F0;
  }
}
.section__title-main-dark {
  font-family: Anton;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 33 43 / var(--tw-text-opacity));
  text-shadow: 2px 2px 0 #F3EB66;
}
@media (min-width: 961px) {

  .section__title-main-dark {
    font-size: 3.75rem;
    line-height: 1.25;
    letter-spacing: 3px;
    text-shadow: 3px 3px 0 #F3EB66;
  }
}
.section__title-sub {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(243 235 102 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .section__title-sub {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.45px;
  }
}
.section__contents {
  width: 100%;
}
/* news section */
.news__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 961px) {

  .news__item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.news__item-wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 961px) {

  .news__item-wrap {
    gap: 0.75rem;
  }
}
.news__tag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.news__tag-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.35px;
}
@media (min-width: 961px) {

  .news__tag-date {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
.news__tag-new {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(208 89 93 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .news__tag-new {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0.7px;
  }
}
.news__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.35px;
}
@media (min-width: 961px) {

  .news__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.45px;
  }
}
.news__arrow {
  display: none;
  width: 48px;
  min-width: 48px;
  align-items: center;
}
@media (min-width: 961px) {

  .news__arrow {
    display: flex;
  }
}
.news__scrollbar {
  height: 480px;
  overflow-y: auto;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 431px) {

  .news__scrollbar {
    height: 18rem;
  }
}
@media (min-width: 961px) {

  .news__scrollbar {
    height: 24rem;
    padding-right: 0.75rem;
  }
}
/* schedule */
.schedule {
  display: flex;
  gap: 1rem;
  border-style: dashed;
  border-color: rgb(0 33 43 / 0.35);
}
@media (min-width: 961px) {

  .schedule {
    gap: 1.25rem;
  }
}
.schedule__location {
  display: flex;
  width: 6rem;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 961px) {

  .schedule__location {
    width: 15rem;
    gap: 1.25rem;
  }
}
.location__city {
  font-family: Anton;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(0 33 43 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .location__city {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}
.location__hall {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 33 43 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .location__hall {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.location__map {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 102 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 0.375rem;
  font-family: Anton;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .location__map {
    padding-left: 1.25rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.4px;
  }
}
.schedule__contents {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.5rem;
}
.contents__datetime {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-family: Anton;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.45px;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .contents__datetime {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}
.contents__datetime-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents__datetime-date-dayoftheweek {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: Anton;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1px;
}
@media (min-width: 961px) {

  .contents__datetime-date-dayoftheweek {
    width: 72px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}
.contents__datetime-time {
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.35px;
}
@media (min-width: 961px) {

  .contents__datetime-time {
    display: flex;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
    letter-spacing: 1.2px;
  }
}
.contents__explanation {
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.15);
  padding: 0.75rem;
}
@media (min-width: 961px) {

  .contents__explanation {
    margin-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.contents__explanation-body {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
@media (min-width: 961px) {

  .contents__explanation-body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.35px;
  }
}
/* accordion */
.accordion {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
}
.accordion__button {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 961px) {

  .accordion__button {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.accordion__button-open {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 102 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 33 43 / var(--tw-text-opacity));
}
.accordion__button-wrap {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (min-width: 961px) {

  .accordion__button-wrap {
    gap: 1.25rem;
  }
}
.accordion__button-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
@media (min-width: 961px) {

  .accordion__button-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.45px;
  }
}
.accordion__button-icon {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
}
@media (min-width: 961px) {

  .accordion__button-icon {
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
  }
}
.accordion__content {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion__content-wrap {
  overflow: hidden;
}
.accordion__content-blocks-container {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-width: 1px;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
}
@media (min-width: 961px) {

  .accordion__content-blocks-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    gap: 1.25rem;
    padding-bottom: 1.75rem;
    padding-top: 1.25rem;
  }
}
.accordion__content-blocks-container-box {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top-width: 1px;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
}
@media (min-width: 961px) {

  .accordion__content-blocks-container-box {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    gap: 1.75rem;
    padding-bottom: 1.75rem;
    padding-top: 1.25rem;
  }
}
.accordion__block {
  display: inline-flex;
  flex-direction: column;
  gap: 0.375rem;
}
.accordion__block-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (min-width: 961px) {

  .accordion__block-title {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.accordion__block-title-box {
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 961px) {

  .accordion__block-title-box {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.accordion__block-content {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* common */
.default-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (min-width: 961px) {

  .default-text {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
  }
}
.default-text-sm {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (min-width: 961px) {

  .default-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-\[1px\] {
  bottom: -1px;
}
.-left-\[20px\] {
  left: -20px;
}
.-right-\[40px\] {
  right: -40px;
}
.-top-\[20px\] {
  top: -20px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[16px\] {
  right: 16px;
}
.top-0 {
  top: 0px;
}
.top-\[-100vh\] {
  top: -100vh;
}
.top-\[77px\] {
  top: 77px;
}
.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;
}
.float-right {
  float: right;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[235px\] {
  height: 235px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[60px\] {
  height: 60px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[90px\] {
  width: 90px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-full {
  min-width: 100%;
}
.max-w-6xl {
  max-width: 72rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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-full {
  --tw-translate-y: 100%;
  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-90 {
  --tw-rotate: -90deg;
  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));
}
.grid-rows-0fr {
  grid-template-rows: 0fr !important;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[3\.5px\] {
  gap: 3.5px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#00212B\]\/35 {
  border-color: rgb(0 33 43 / 0.35);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-site-accent2 {
  --tw-border-opacity: 1;
  border-color: rgb(208 89 93 / var(--tw-border-opacity));
}
.border-site-black {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
}
.border-site-main2 {
  --tw-border-opacity: 1;
  border-color: rgb(0 33 43 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.bg-\[\#00212B\]\/35 {
  background-color: rgb(0 33 43 / 0.35);
}
.bg-\[\#0074BE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 190 / var(--tw-bg-opacity));
}
.bg-\[\#D4D4D4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-site-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 102 / var(--tw-bg-opacity));
}
.bg-site-accent2 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 89 93 / var(--tw-bg-opacity));
}
.bg-site-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity));
}
.bg-site-light {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.bg-site-main1 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 183 240 / var(--tw-bg-opacity));
}
.bg-site-main2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 43 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comunity {
  background-image: linear-gradient(91deg, #07D8E2 0%, #35E99D 100%);
}
.bg-footer {
  background-image: url('/boynextdoor/knock_on_vol1_in_japan/images/footer-background.jpg');
}
.bg-normal-ticket {
  background-image: linear-gradient(115deg, #54B7F0 35.64%, #FFF 157.31%);
}
.bg-vip-ticket {
  background-image: linear-gradient(110deg, #D05A5D 1.88%, #F3EB66 137.14%);
}
.bg-zigzag {
  background-image: url('/boynextdoor/knock_on_vol1_in_japan/images/zigzag.svg');
}
.bg-zigzag-dark {
  background-image: url('/boynextdoor/knock_on_vol1_in_japan/images/zigzag-dark.svg');
}
.bg-cover {
  background-size: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[24px\] {
  padding: 24px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.text-center {
  text-align: center;
}
.font-anton {
  font-family: Anton;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs {
  font-size: 0.625rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}
.tracking-\[0\.45px\] {
  letter-spacing: 0.45px;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}
.tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.tracking-\[2\.4px\] {
  letter-spacing: 2.4px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#08ccca\] {
  --tw-text-opacity: 1;
  color: rgb(8 204 202 / var(--tw-text-opacity));
}
.text-\[\#2DA9F0\] {
  --tw-text-opacity: 1;
  color: rgb(45 169 240 / var(--tw-text-opacity));
}
.text-\[\#5B5B5B\] {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}
.text-\[\#E4700A\] {
  --tw-text-opacity: 1;
  color: rgb(228 112 10 / var(--tw-text-opacity));
}
.text-\[\#F366E5\] {
  --tw-text-opacity: 1;
  color: rgb(243 102 229 / var(--tw-text-opacity));
}
.text-site-accent {
  --tw-text-opacity: 1;
  color: rgb(243 235 102 / var(--tw-text-opacity));
}
.text-site-accent2 {
  --tw-text-opacity: 1;
  color: rgb(208 89 93 / var(--tw-text-opacity));
}
.text-site-black {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-site-black\/50 {
  color: rgb(25 25 25 / 0.5);
}
.text-site-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}
.text-site-gray {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
}
.text-site-light {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}
.text-site-link {
  --tw-text-opacity: 1;
  color: rgb(0 51 255 / var(--tw-text-opacity));
}
.text-site-main1 {
  --tw-text-opacity: 1;
  color: rgb(84 183 240 / var(--tw-text-opacity));
}
.text-site-main2 {
  --tw-text-opacity: 1;
  color: rgb(0 33 43 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[1px_1px_0_0_\#F3EB66\] {
  --tw-shadow: 1px 1px 0 0 #F3EB66;
  --tw-shadow-colored: 1px 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-floating {
  --tw-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.07), 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 4px 3px 0px var(--tw-shadow-color), 0px 2px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[text-shadow\:2px_2px_0_\#D0595D\] {
  text-shadow: 2px 2px 0 #D0595D;
}
.\[text-shadow\:_1px_1px_0_\#54B7F0\] {
  text-shadow: 1px 1px 0 #54B7F0;
}
@media screen and (max-width: 961px) {
  body,
  html {
    background-color: #00212b;
  }
}
.hover\:rounded-\[4px\]:hover {
  border-radius: 4px;
}
.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:text-site-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(243 235 102 / var(--tw-text-opacity));
}
.active\:text-site-accent:active {
  --tw-text-opacity: 1;
  color: rgb(243 235 102 / var(--tw-text-opacity));
}
@media (min-width: 431px) {

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

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 961px) {

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

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

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

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

  .md\:right-8 {
    right: 2rem;
  }

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

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

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

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

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

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

  .md\:ml-\[12px\] {
    margin-left: 12px;
  }

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

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

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

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

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

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

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

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

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

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

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

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

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

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

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

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:bg-\[\#00171D\]\/80 {
    background-color: rgb(0 23 29 / 0.8);
  }

  .md\:bg-site-main2 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 33 43 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

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

  .md\:-tracking-\[0\.7px\] {
    letter-spacing: -0.7px;
  }

  .md\:tracking-\[0\.45px\] {
    letter-spacing: 0.45px;
  }

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

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

  .md\:tracking-\[3\.6px\] {
    letter-spacing: 3.6px;
  }

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

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:\[text-shadow\:3px_3px_0_\#D0595D\] {
    text-shadow: 3px 3px 0 #D0595D;
  }
}
@media (min-width: 1441px) {

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

  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

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

  .lg\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1921px) {

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