/*
! tailwindcss v3.4.1 | 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 {
  -webkit-box-sizing: border-box;
          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: Noto Sans JP, sans-serif;
  /* 4 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

input::-ms-input-placeholder, textarea::-ms-input-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;
}

html {
  /* scroll-behavior: smooth; */
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
  font-size: clamp(14px, 4.266666666666667vw, 18px);
}

@media (min-width: 1025px) {
  body {
    font-size: clamp(14px, 1.1111111111111112vw, 18px);
  }
}

body {
  max-width: 1920px;
  margin: auto;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

::-ms-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:  ;
}

::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:  ;
}

canvas{
  z-index: -2 !important;
}

.animate-opacity{
  opacity: 0;
}

.animate-to-bottom{
  opacity: 0;
  translate:0 10px;
}

.scrollIn{
  opacity: 1;
  translate:0 0;
  rotate:0deg;
  scale:1 1;
}

/* 波紋 アニメーション */

/* ripples */

.ripples-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.ripples1,
  .ripples2,
  .ripples3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-ripples-animation .ripples1{
  -webkit-animation: ripples1 7s infinite;
          animation: ripples1 7s infinite;
}

.top-ripples-animation .ripples2{
  -webkit-animation: ripples2 7s infinite;
          animation: ripples2 7s infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.top-ripples-animation .ripples3{
  -webkit-animation: ripples3 7s infinite;
          animation: ripples3 7s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.bottom-ripples-animation .ripples1{
  -webkit-animation: ripples1 8s infinite;
          animation: ripples1 8s infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.bottom-ripples-animation .ripples2{
  -webkit-animation: ripples2 8s infinite;
          animation: ripples2 8s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bottom-ripples-animation .ripples3{
  -webkit-animation: ripples3 8s infinite;
          animation: ripples3 8s infinite;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

@-webkit-keyframes ripples1 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  70% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes ripples1 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  70% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes ripples2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes ripples2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes ripples3 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  90% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes ripples3 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  90% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-\[-65\.79386666666667\] {
  bottom: -65.79386666666667;
}

.left-0 {
  left: 0px;
}

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

.z-n1 {
  z-index: -1;
}

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

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

.mr-0 {
  margin-right: 0px;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/12\] {
  aspect-ratio: 16/12;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.origin-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.translate-y-\[10px\] {
  --tw-translate-y: 10px;
  -webkit-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: 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 {
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.resize {
  resize: both;
}

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}

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

.border-basecolor {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity));
}

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

.bg-\[\#2C2C2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}

.bg-\[\#506A7A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 106 122 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

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

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

.fill-basecolor {
  fill: #383838;
}

.fill-black {
  fill: #000;
}

.fill-transparent {
  fill: transparent;
}

.fill-white {
  fill: #fff;
}

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

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

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

.font-serif {
  font-family: Noto Serif JP, sans-serif;
}

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

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-loose {
  line-height: 2;
}

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

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

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  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);
}

.delay-400 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.delay-500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.delay-600 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.delay-\[200ms\] {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

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

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

.border-clamp-\[1440\2c 0\.3\2c 0\.5\2c 1\] {
  border-top-width: clamp(0.3px, 0.034722222222222224vw, 1px);
  border-right-width: clamp(0.3px, 0.034722222222222224vw, 1px);
  border-bottom-width: clamp(0.3px, 0.034722222222222224vw, 1px);
  border-left-width: clamp(0.3px, 0.034722222222222224vw, 1px);
}

.gap-x-clamp-\[1440\2c 5\2c 10\2c 15\] {
  -moz-column-gap: clamp(5px, 0.6944444444444444vw, 15px);
       -webkit-column-gap: clamp(5px, 0.6944444444444444vw, 15px);
          column-gap: clamp(5px, 0.6944444444444444vw, 15px);
}

.gap-x-clamp-\[1920\2c 5\2c 11\2c 15\] {
  -moz-column-gap: clamp(5px, 0.5729166666666666vw, 15px);
       -webkit-column-gap: clamp(5px, 0.5729166666666666vw, 15px);
          column-gap: clamp(5px, 0.5729166666666666vw, 15px);
}

.h-clamp-\[375\2c 180\2c 200\2c 300\] {
  height: clamp(180px, 53.333333333333336vw, 300px);
}

.h-clamp-\[375\2c 40\2c 60\2c 100\] {
  height: clamp(40px, 16vw, 100px);
}

.h-clamp-\[375\2c 450\2c 500\2c 800\] {
  height: clamp(450px, 133.33333333333331vw, 800px);
}

.max-w-clamp-\[375\2c 280\2c 400\2c 500\] {
  max-width: clamp(280px, 106.66666666666667vw, 500px);
}

.max-w-clamp-\[375\2c 335\2c 600\2c 800\] {
  max-width: clamp(335px, 160vw, 800px);
}

.mb-clamp-\[375\2c 10\2c 20\2c 40\] {
  margin-bottom: clamp(10px, 5.333333333333334vw, 40px);
}

.mb-clamp-\[375\2c 20\2c 40\2c 80\] {
  margin-bottom: clamp(20px, 10.666666666666668vw, 80px);
}

.mr-clamp-\[375\2c 4\2c 8\2c 16\] {
  margin-right: clamp(4px, 2.1333333333333333vw, 16px);
}

.mt-clamp-\[1920\2c 30\2c 60\2c 60\] {
  margin-top: clamp(30px, 3.125vw, 60px);
}

.mt-clamp-\[374\2c 20\2c 30\2c 60\] {
  margin-top: clamp(20px, 8.02139037433155vw, 60px);
}

.mt-clamp-\[375\2c 1\2c 2\2c 4\] {
  margin-top: clamp(1px, 0.5333333333333333vw, 4px);
}

.mt-clamp-\[375\2c 20\2c 30\2c 60\] {
  margin-top: clamp(20px, 8vw, 60px);
}

.mt-clamp-\[375\2c 20\2c 40\2c 60\] {
  margin-top: clamp(20px, 10.666666666666668vw, 60px);
}

.mt-clamp-\[375\2c 3\2c 6\2c 12\] {
  margin-top: clamp(3px, 1.6vw, 12px);
}

.mt-clamp-\[375\2c 40\2c 60\2c 100\] {
  margin-top: clamp(40px, 16vw, 100px);
}

.mt-clamp-\[375\2c 40\2c 60\2c 80\] {
  margin-top: clamp(40px, 16vw, 80px);
}

.mt-clamp-\[375\2c 5\2c 5\2c 10\] {
  margin-top: clamp(5px, 1.3333333333333335vw, 10px);
}

.pb-clamp-\[375\2c 30\2c 40\2c 60\] {
  padding-bottom: clamp(30px, 10.666666666666668vw, 60px);
}

.pt-clamp-\[375\2c 10\2c 20\2c 30\] {
  padding-top: clamp(10px, 5.333333333333334vw, 30px);
}

.pt-clamp-\[375\2c 80\2c 100\2c 120\] {
  padding-top: clamp(80px, 26.666666666666668vw, 120px);
}

.px-clamp-\[375\2c 10\2c 15\2c 15\] {
  padding-right: clamp(10px, 4vw, 15px);
  padding-left: clamp(10px, 4vw, 15px);
}

.px-clamp-\[375\2c 10\2c 20\2c 40\] {
  padding-right: clamp(10px, 5.333333333333334vw, 40px);
  padding-left: clamp(10px, 5.333333333333334vw, 40px);
}

.px-clamp-\[375\2c 20\2c 40\2c 80\] {
  padding-right: clamp(20px, 10.666666666666668vw, 80px);
  padding-left: clamp(20px, 10.666666666666668vw, 80px);
}

.py-clamp-\[1920\2c 60\2c 120\2c 120\] {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}

.py-clamp-\[375\2c 10\2c 15\2c 15\] {
  padding-top: clamp(10px, 4vw, 15px);
  padding-bottom: clamp(10px, 4vw, 15px);
}

.py-clamp-\[375\2c 10\2c 15\2c 30\] {
  padding-top: clamp(10px, 4vw, 30px);
  padding-bottom: clamp(10px, 4vw, 30px);
}

.py-clamp-\[375\2c 30\2c 60\2c 60\] {
  padding-top: clamp(30px, 16vw, 60px);
  padding-bottom: clamp(30px, 16vw, 60px);
}

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

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

.text-clamp-\[1920\2c 14\2c 16\2c 16\] {
  font-size: clamp(14px, 0.8333333333333334vw, 16px);
}

.text-clamp-\[1920\2c 16\2c 24\2c 24\] {
  font-size: clamp(16px, 1.25vw, 24px);
}

.text-clamp-\[1920\2c 20\2c 22\] {
  font-size: clamp(20px, 1.1458333333333333vw, NaNpx);
}

.text-clamp-\[375\2c 12\2c 13\2c 14\] {
  font-size: clamp(12px, 3.4666666666666663vw, 14px);
}

.text-clamp-\[375\2c 12\2c 14\2c 16\] {
  font-size: clamp(12px, 3.733333333333334vw, 16px);
}

.text-clamp-\[375\2c 14\2c 14\2c 16\] {
  font-size: clamp(14px, 3.733333333333334vw, 16px);
}

.text-clamp-\[375\2c 14\2c 16\2c 18\] {
  font-size: clamp(14px, 4.266666666666667vw, 18px);
}

.text-clamp-\[375\2c 16\2c 18\2c 20\] {
  font-size: clamp(16px, 4.8vw, 20px);
}

.text-clamp-\[375\2c 18\2c 20\2c 24\] {
  font-size: clamp(18px, 5.333333333333334vw, 24px);
}

.text-clamp-\[375\2c 20\2c 24\2c 28\] {
  font-size: clamp(20px, 6.4vw, 28px);
}

.text-clamp-\[375\2c 80\2c 120\2c 160\] {
  font-size: clamp(80px, 32vw, 160px);
}

.text-vw-\[1920\2c 22\] {
  font-size: 1.1458333333333335vw;
}

.w-clamp-\[1920\2c 280\2c 390\2c 390\] {
  width: clamp(280px, 20.3125vw, 390px);
}

.w-clamp-\[1920\2c 5\2c 7\2c 7\] {
  width: clamp(5px, 0.3645833333333333vw, 7px);
}

.w-clamp-\[375\2c 140\2c 160\2c 200\] {
  width: clamp(140px, 42.66666666666667vw, 200px);
}

.w-clamp-\[375\2c 160\2c 240\2c 360\] {
  width: clamp(160px, 64vw, 360px);
}

.w-clamp-\[375\2c 450\2c 500\2c 1000\] {
  width: clamp(450px, 133.33333333333331vw, 1000px);
}

.grid-cols-ratio-\[\500B\6570\2c \6BD4\7387 1\2c \6BD4\7387 2\2c \.\.\.\] {
  -ms-grid-columns: ;
  grid-template-columns: ;
}

.grid-rows-ratio-\[\500B\6570\2c \6BD4\7387 1\2c \6BD4\7387 2\2c \.\.\.\] {
  -ms-grid-rows: ;
  grid-template-rows: ;
}

#siteItem2,#siteProf2{
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#siteItem3,#siteProf3{
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

#siteItem4,#siteProf4{
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

#siteItem5,#siteProf5{
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

#siteItem6,#siteProf6{
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#siteItem7,#siteProf7{
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

#siteItem8,#siteProf8{
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#siteItem9,#siteProf9{
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

#siteItem10,#siteProf10{
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

#siteItem11,#siteProf11{
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

#siteItem12,#siteProf12{
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.before\:inset-y-0::before {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-\[10px\]::before {
  content: var(--tw-content);
  right: 10px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[10px\]::before {
  content: var(--tw-content);
  top: 10px;
}

.before\:z-n1::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:mx-auto::before {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.before\:my-auto::before {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.before\:h-2::before {
  content: var(--tw-content);
  height: 0.5rem;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

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

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

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

.before\:bg-opacity-0::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0;
}

.before\:bg-opacity-30::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.3;
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-black::before {
  content: var(--tw-content);
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:duration-300::before {
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.before\:duration-700::before {
  content: var(--tw-content);
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:h-clamp-\[1920\2c 200\2c 500\2c 500\]::before {
  content: var(--tw-content);
  height: clamp(200px, 26.041666666666668vw, 500px);
}

.before\:w-clamp-\[1920\2c 20\2c 40\2c 40\]::before {
  content: var(--tw-content);
  width: clamp(20px, 2.083333333333333vw, 40px);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-x-0::after {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:-bottom-\[1px\]::after {
  content: var(--tw-content);
  bottom: -1px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:z-n1::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:my-auto::after {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

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

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-black::after {
  content: var(--tw-content);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:h-clamp-\[1920\2c 100\2c 200\2c 200\]::after {
  content: var(--tw-content);
  height: clamp(100px, 10.416666666666668vw, 200px);
}

.after\:h-clamp-\[375\2c 100\2c 180\2c 240\]::after {
  content: var(--tw-content);
  height: clamp(100px, 48vw, 240px);
}

.after\:w-clamp-\[1920\2c 20\2c 40\2c 40\]::after {
  content: var(--tw-content);
  width: clamp(20px, 2.083333333333333vw, 40px);
}

.hover\:bg-\[\#646464\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

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

.group:hover .group-hover\:scale-x-\[1\.03\] {
  --tw-scale-x: 1.03;
  -webkit-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: 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-y-\[1\.14\] {
  --tw-scale-y: 1.14;
  -webkit-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: 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\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:fill-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  fill: rgba(0,0,0,0.4);
}

.group:hover .group-hover\:before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.group:hover .group-hover\:before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.group:hover .group-hover\:before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.group:hover .group-hover\:before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.group:hover .group-hover\:before\:bg-opacity-30::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:before\:top-clamp-\[375\2c 40\2c 60\2c 100\]::before {
  content: var(--tw-content);
  top: clamp(40px, 16vw, 100px);
}

@media (min-width: 769px) {
  .min-768\:bottom-\[-40\%\] {
    bottom: -40%;
  }

  .min-768\:left-\[-38\.19444444444444vw\] {
    left: -38.19444444444444vw;
  }

  .min-768\:right-\[-30\%\] {
    right: -30%;
  }

  .min-768\:top-\[-13\.833333333333336vw\] {
    top: -13.833333333333336vw;
  }

  .min-768\:h-clamp-\[1440\2c 700\2c 1000\2c 1200\] {
    height: clamp(700px, 69.44444444444444vw, 1200px);
  }

  .min-768\:mb-clamp-\[1440\2c 15\2c 30\2c 60\] {
    margin-bottom: clamp(15px, 2.083333333333333vw, 60px);
  }

  .min-768\:mb-clamp-\[1440\2c 20\2c 40\2c 80\] {
    margin-bottom: clamp(20px, 2.7777777777777777vw, 80px);
  }

  .min-768\:mb-clamp-\[1440\2c 30\2c 60\2c 100\] {
    margin-bottom: clamp(30px, 4.166666666666666vw, 100px);
  }

  .min-768\:mr-clamp-\[1440\2c 6\2c 12\2c 24\] {
    margin-right: clamp(6px, 0.8333333333333334vw, 24px);
  }

  .min-768\:px-clamp-\[1440\2c 25\2c 50\2c 100\] {
    padding-right: clamp(25px, 3.4722222222222223vw, 100px);
    padding-left: clamp(25px, 3.4722222222222223vw, 100px);
  }

  .min-768\:px-clamp-\[1440\2c 30\2c 70\2c 100\] {
    padding-right: clamp(30px, 4.861111111111112vw, 100px);
    padding-left: clamp(30px, 4.861111111111112vw, 100px);
  }

  .min-768\:py-clamp-\[1440\2c 10\2c 15\2c 30\] {
    padding-top: clamp(10px, 1.0416666666666665vw, 30px);
    padding-bottom: clamp(10px, 1.0416666666666665vw, 30px);
  }

  .min-768\:text-clamp-\[1440\2c 14\2c 16\2c 18\] {
    font-size: clamp(14px, 1.1111111111111112vw, 18px);
  }

  .min-768\:text-clamp-\[1440\2c 16\2c 18\2c 20\] {
    font-size: clamp(16px, 1.25vw, 20px);
  }

  .min-768\:text-clamp-\[1440\2c 18\2c 20\2c 22\] {
    font-size: clamp(18px, 1.3888888888888888vw, 22px);
  }

  .min-768\:text-clamp-\[1440\2c 24\2c 28\2c 32\] {
    font-size: clamp(24px, 1.9444444444444444vw, 32px);
  }

  .min-768\:w-clamp-\[1440\2c 700\2c 1000\2c 1200\] {
    width: clamp(700px, 69.44444444444444vw, 1200px);
  }
}

@media (min-width: 1025px) {
  .min-1024\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
  }

  .min-1024\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3 / span 3;
  }

  .min-1024\:grid {
    display: -ms-grid;
    display: grid;
  }

  .min-1024\:hidden {
    display: none;
  }

  .min-1024\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .min-1024\:grid-rows-subgrid {
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
  }

  .min-1024\:text-right {
    text-align: right;
  }

  .min-1024\:leading-loose {
    line-height: 2;
  }

  .min-1024\:gap-clamp-\[1920\2c 20\2c 40\2c 40\] {
    gap: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-1024\:gap-x-clamp-\[1920\2c 30\2c 80\2c 80\] {
    -moz-column-gap: clamp(30px, 4.166666666666666vw, 80px);
         -webkit-column-gap: clamp(30px, 4.166666666666666vw, 80px);
            column-gap: clamp(30px, 4.166666666666666vw, 80px);
  }

  .min-1024\:h-clamp-\[1920\2c 100\2c 180\2c 180\] {
    height: clamp(100px, 9.375vw, 180px);
  }

  .min-1024\:h-clamp-\[1920\2c 300\2c 375\2c 375\] {
    height: clamp(300px, 19.53125vw, 375px);
  }

  .min-1024\:mt-clamp-\[1440\2c 5\2c 10\2c 15\] {
    margin-top: clamp(5px, 0.6944444444444444vw, 15px);
  }

  .min-1024\:mt-clamp-\[1920\2c 100\2c 200\2c 200\] {
    margin-top: clamp(100px, 10.416666666666668vw, 200px);
  }

  .min-1024\:mt-clamp-\[1920\2c 100\2c 240\2c 240\] {
    margin-top: clamp(100px, 12.5vw, 240px);
  }

  .min-1024\:mt-clamp-\[1920\2c 20\2c 30\2c 30\] {
    margin-top: clamp(20px, 1.5625vw, 30px);
  }

  .min-1024\:mt-clamp-\[1920\2c 20\2c 40\2c 40\] {
    margin-top: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-1024\:mt-clamp-\[1920\2c 20\2c 50\2c 50\] {
    margin-top: clamp(20px, 2.604166666666667vw, 50px);
  }

  .min-1024\:mt-clamp-\[1920\2c 6\2c 12\2c 12\] {
    margin-top: clamp(6px, 0.625vw, 12px);
  }

  .min-1024\:p-clamp-\[1920\2c 10\2c 15\2c 15\] {
    padding-top: clamp(10px, 0.78125vw, 15px);
    padding-right: clamp(10px, 0.78125vw, 15px);
    padding-bottom: clamp(10px, 0.78125vw, 15px);
    padding-left: clamp(10px, 0.78125vw, 15px);
  }

  .min-1024\:pb-clamp-\[1920\2c 40\2c 60\2c 60\] {
    padding-bottom: clamp(40px, 3.125vw, 60px);
  }

  .min-1024\:pb-clamp-\[1920\2c 60\2c 110\2c 110\] {
    padding-bottom: clamp(60px, 5.729166666666666vw, 110px);
  }

  .min-1024\:pt-clamp-\[1920\2c 10\2c 30\2c 30\] {
    padding-top: clamp(10px, 1.5625vw, 30px);
  }

  .min-1024\:pt-clamp-\[1920\2c 120\2c 180\2c 180\] {
    padding-top: clamp(120px, 9.375vw, 180px);
  }

  .min-1024\:px-clamp-\[1920\2c 120\2c 180\2c 180\] {
    padding-right: clamp(120px, 9.375vw, 180px);
    padding-left: clamp(120px, 9.375vw, 180px);
  }

  .min-1024\:px-clamp-\[1920\2c 40\2c 60\2c 60\] {
    padding-right: clamp(40px, 3.125vw, 60px);
    padding-left: clamp(40px, 3.125vw, 60px);
  }

  .min-1024\:px-clamp-\[1920\2c 45\2c 90\2c 90\] {
    padding-right: clamp(45px, 4.6875vw, 90px);
    padding-left: clamp(45px, 4.6875vw, 90px);
  }

  .min-1024\:right-clamp-\[1920\2c 45\2c 90\2c 90\] {
    right: clamp(45px, 4.6875vw, 90px);
  }

  .min-1024\:text-clamp-\[1440\2c 12\2c 13\2c 14\] {
    font-size: clamp(12px, 0.9027777777777777vw, 14px);
  }

  .min-1024\:text-clamp-\[1440\2c 12\2c 14\2c 16\] {
    font-size: clamp(12px, 0.9722222222222222vw, 16px);
  }

  .min-1024\:text-clamp-\[1920\2c 14\2c 18\2c 18\] {
    font-size: clamp(14px, 0.9375vw, 18px);
  }

  .min-1024\:top-clamp-\[1920\2c 10\2c 30\2c 30\] {
    top: clamp(10px, 1.5625vw, 30px);
  }

  .min-1024\:w-clamp-\[1920\2c 160\2c 240\2c 240\] {
    width: clamp(160px, 12.5vw, 240px);
  }

  .min-1024\:w-clamp-\[1920\2c 180\2c 245\2c 245\] {
    width: clamp(180px, 12.760416666666666vw, 245px);
  }

  .min-1024\:w-clamp-\[1920\2c 400\2c 800\2c 800\] {
    width: clamp(400px, 41.66666666666667vw, 800px);
  }

  .min-1024\:after\:h-clamp-\[1920\2c 100\2c 200\2c 200\]::after {
    content: var(--tw-content);
    height: clamp(100px, 10.416666666666668vw, 200px);
  }

  .group:hover .min-1024\:group-hover\:before\:top-clamp-\[1920\2c 100\2c 180\2c 180\]::before {
    content: var(--tw-content);
    top: clamp(100px, 9.375vw, 180px);
  }
}

@media (max-width: 1024px) {
  .max-1024\:absolute {
    position: absolute;
  }

  .max-1024\:inset-0 {
    inset: 0px;
  }

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

  .max-1024\:bottom-\[30px\] {
    bottom: 30px;
  }

  .max-1024\:m-auto {
    margin: auto;
  }

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

  .max-1024\:hidden {
    display: none;
  }

  .max-1024\:px-\[7\.5\%\] {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .max-1024\:gap-y-clamp-\[375\2c 60\2c 80\2c 100\] {
    row-gap: clamp(60px, 21.333333333333336vw, 100px);
  }

  .max-1024\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .max-1024\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}

.\[\&\.fade-out-gradient\]\:top-\[100\%\].fade-out-gradient {
  top: 100%;
}

.\[\&\.fade-out-gradient\]\:opacity-0.fade-out-gradient {
  opacity: 0;
}

.\[\&\.fade-out-gradient_div\]\:opacity-0.fade-out-gradient div {
  opacity: 0;
}

.\[\&\.is-loaded\]\:translate-y-\[0\].is-loaded {
  --tw-translate-y: 0;
  -webkit-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: 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));
}

.\[\&\.is-loaded\]\:opacity-100.is-loaded {
  opacity: 1;
}

.\[\&\.is-loaded_\>_\*\]\:translate-y-\[0\].is-loaded > * {
  --tw-translate-y: 0;
  -webkit-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: 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));
}

.\[\&\.is-loaded_\>_\*\]\:opacity-100.is-loaded > * {
  opacity: 1;
}

.\[\&\.is-loaded_svg_g\]\:opacity-100.is-loaded svg g {
  opacity: 1;
}

.\[\&_svg_\*\]\:fill-black svg * {
  fill: #000;
}

.\[\&_svg_g\.k\]\:delay-200 svg g.k {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.\[\&_svg_g\.o\]\:delay-100 svg g.o {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.\[\&_svg_g\.u\]\:delay-300 svg g.u {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.\[\&_svg_g\]\:opacity-0 svg g {
  opacity: 0;
}

.\[\&_svg_g\]\:duration-700 svg g {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}
/*# sourceMappingURL=tailwind-dist.css.map */