/*
! 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 {
  font-family: Noto Serif JP, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
  font-size: clamp(14px, 4.27vw, 18px);
}

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

body:not(.home):not(.company):not(.company-en):not(.company-zh):not(.room-mebuku):not(.room-mebuku-en):not(.room-mebuku-zh):not(.room-tsumu):not(.room-tsumu-en):not(.room-tsumu-zh):not(.room-hiku):not(.room-hiku-en):not(.room-hiku-zh):not(.room-mau):not(.room-mau-en):not(.room-mau-zh) {
  padding-top: clamp(85.33px, 26.67vw, 130.00px);
}

@media (min-width: 769px) {
  body:not(.home):not(.company):not(.company-en):not(.company-zh):not(.room-mebuku):not(.room-mebuku-en):not(.room-mebuku-zh):not(.room-tsumu):not(.room-tsumu-en):not(.room-tsumu-zh):not(.room-hiku):not(.room-hiku-en):not(.room-hiku-zh):not(.room-mau):not(.room-mau-en):not(.room-mau-zh) {
    padding-top: clamp(106.81px, 13.89vw, 266.67px);
  }
}

body:not(.home) header {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

body:not(.company):not(.company-en):not(.company-zh) footer {
  margin-top: clamp(85.33px, 26.67vw, 130.00px);
}

@media (min-width: 769px) {
  body:not(.company):not(.company-en):not(.company-zh) footer {
    margin-top: clamp(106.81px, 13.89vw, 266.67px);
  }
}

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

*:focus {
  outline: none;
}

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

svg {
  height: 100%;
  width: 100%;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* splideのページネーションカスタマイズ */

.splide__pagination{
  position: static;
  -moz-column-gap: clamp(10px, 1.39vw, 30px);
       -webkit-column-gap: clamp(10px, 1.39vw, 30px);
          column-gap: clamp(10px, 1.39vw, 30px);
  margin-top: clamp(15px, 1.39vw, 30px);
}

.splide__pagination .splide__pagination__page {
  margin: 0px;
  padding: 0px;
  height: clamp(15px, 1.39vw, 25px);
  width: clamp(15px, 1.39vw, 25px);
}

.splide__pagination .splide__pagination__page:not(.is-active){
  background-color: #D9D9D9;
}

.splide__pagination .splide__pagination__page.is-active{
  background-color: #5F5D5D;
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[5vh\] {
  bottom: 5vh;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.col-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.m-auto {
  margin: auto;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.block {
  display: block;
}

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

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

.table {
  display: table;
}

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

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

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

.h-0 {
  height: 0px;
}

.h-6 {
  height: 1.5rem;
}

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

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

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-1920 {
  max-width: 1920px;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-\[minmax\(auto\2c clamp\(180px\2c 16\.67vw\2c 260px\)\)_1fr\] {
  -ms-grid-columns: minmax(auto,clamp(180px,16.67vw,260px)) 1fr;
  grid-template-columns: minmax(auto,clamp(180px,16.67vw,260px)) 1fr;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-\[0\.5px\] {
  border-left-width: 0.5px;
}

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

.bg-\[\#B21329\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 19 41 / var(--tw-bg-opacity));
}

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

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

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

.bg-maincolor {
  --tw-bg-opacity: 1;
  background-color: rgb(122 141 119 / 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-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

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

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

.bg-\[url\(\'\.\.\/img\/top\/fv-slide1\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide1.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide2\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide2.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide3\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide3.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide4\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide4.jpg');
}

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

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

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

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

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

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

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

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

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

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

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

.fill-basecolor {
  fill: #3E3E3E;
}

.fill-black {
  fill: #000;
}

.fill-white {
  fill: #fff;
}

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

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

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

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

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

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

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

.text-\[150\%\] {
  font-size: 150%;
}

.text-\[70\%\] {
  font-size: 70%;
}

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

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

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

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

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

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

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

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

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

.tracking-\[0\.11em\] {
  letter-spacing: 0.11em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

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

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

.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

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

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

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.duration-\[0\.8s\] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

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

.horizontal-tb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.vertical-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.gap-cl-\[1440\2c 30\2c 40\2c 50\] {
  gap: clamp(30px, 2.78vw, 50px);
}

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

.gap-x-cl-\[1440\2c 60\2c 80\2c 100\] {
  -moz-column-gap: clamp(60px, 5.56vw, 100px);
       -webkit-column-gap: clamp(60px, 5.56vw, 100px);
          column-gap: clamp(60px, 5.56vw, 100px);
}

.gap-x-cl-\[375\2c 10\2c 20\2c 40\] {
  -moz-column-gap: clamp(10px, 5.33vw, 40px);
       -webkit-column-gap: clamp(10px, 5.33vw, 40px);
          column-gap: clamp(10px, 5.33vw, 40px);
}

.gap-y-cl-\[1440\2c 12\2c 24\2c 30\] {
  row-gap: clamp(12px, 1.67vw, 30px);
}

.gap-y-cl-\[1440\2c 6\2c 12\2c 20\] {
  row-gap: clamp(6px, 0.83vw, 20px);
}

.gap-y-cl-\[375\2c 10\2c 20\2c 30\] {
  row-gap: clamp(10px, 5.33vw, 30px);
}

.gap-y-cl-\[375\2c 10\2c 30\2c 40\] {
  row-gap: clamp(10px, 8.00vw, 40px);
}

.h-cl-\[1440\2c 40\2c 52\2c 60\] {
  height: clamp(40px, 3.61vw, 60px);
}

.left-cl-\[1440\2c -48\2c -36\2c -24\] {
  left: clamp(-48px, -2.50vw, -24px);
}

.max-w-cl-\[1440\2c 526\2c 526\2c 1000\] {
  max-width: clamp(526px, 36.53vw, 1000px);
}

.max-w-cl-\[1440\2c 600\2c 1000\2c 1200\] {
  max-width: clamp(600px, 69.44vw, 1200px);
}

.max-w-cl-\[1440\2c 600\2c 700\2c 1000\] {
  max-width: clamp(600px, 48.61vw, 1000px);
}

.max-w-cl-\[375\2c 100\2c 200\2c 250\] {
  max-width: clamp(100px, 53.33vw, 250px);
}

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

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

.max-w-cl-\[800px\] {
}

.mb-cl-\[1440\2c 15\2c 20\2c 25\] {
  margin-bottom: clamp(15px, 1.39vw, 25px);
}

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

.min-h-cl-\[1440\2c 5\2c 10\2c 15\] {
  min-height: clamp(5px, 0.69vw, 15px);
}

.min-w-cl-\[1440\2c 15\2c 20\2c 25\] {
  min-width: clamp(15px, 1.39vw, 25px);
}

.ml-cl-\[1440\2c 10\2c 30\2c 40\] {
  margin-left: clamp(10px, 2.08vw, 40px);
}

.ml-cl-\[375\2c 15\2c 30\2c min\] {
}

.mr-cl-\[375\2c 10\2c 20\2c 30\] {
  margin-right: clamp(10px, 5.33vw, 30px);
}

.mt-cl-\[1440\2c 60\2c 100\2c 120\] {
  margin-top: clamp(60px, 6.94vw, 120px);
}

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

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

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

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

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

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

.mt-cl-\[375\2c 40\2c 80\2c min\] {
}

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

.mt-cl-\[375\2c 6\2c 8\2c 10\] {
  margin-top: clamp(6px, 2.13vw, 10px);
}

.my-cl-\[375\2c 20\2c 40\2c 60\] {
  margin-top: clamp(20px, 10.67vw, 60px);
  margin-bottom: clamp(20px, 10.67vw, 60px);
}

.pb-cl-\[1440\2c 3\2c 5\2c 7\] {
  padding-bottom: clamp(3px, 0.35vw, 7px);
}

.pb-cl-\[1440\2c 5\2c 10\2c 15\] {
  padding-bottom: clamp(5px, 0.69vw, 15px);
}

.pb-cl-\[375\2c 6\2c 10\2c 14\] {
  padding-bottom: clamp(6px, 2.67vw, 14px);
}

.pb-cl-\[375\2c 80\2c 100\2c 120\] {
  padding-bottom: clamp(80px, 26.67vw, 120px);
}

.pl-cl-\[1440\2c 10\2c 30\2c 40\] {
  padding-left: clamp(10px, 2.08vw, 40px);
}

.pl-cl-\[1440\2c 20\2c 20\2c 30\] {
  padding-left: clamp(20px, 1.39vw, 30px);
}

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

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

.px-cl-\[375\2c 30\2c 60\2c 90\] {
  padding-left: clamp(30px, 16.00vw, 90px);
  padding-right: clamp(30px, 16.00vw, 90px);
}

.px-cl-\[375\2c 4\2c 8\2c 12\] {
  padding-left: clamp(4px, 2.13vw, 12px);
  padding-right: clamp(4px, 2.13vw, 12px);
}

.px-cl-\[375\2c 6\2c 10\2c 14\] {
  padding-left: clamp(6px, 2.67vw, 14px);
  padding-right: clamp(6px, 2.67vw, 14px);
}

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

.py-cl-\[375\2c 10\2c 18\2c 32\] {
  padding-top: clamp(10px, 4.80vw, 32px);
  padding-bottom: clamp(10px, 4.80vw, 32px);
}

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

.right-cl-\[1440\2c -48\2c -36\2c -24\] {
  right: clamp(-48px, -2.50vw, -24px);
}

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

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

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

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

.text-cl-\[375\2c 13\2c 15\2c 20\] {
  font-size: clamp(13px, 4.00vw, 20px);
}

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

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

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

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

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

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

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

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

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

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

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

.w-cl-\[1440\2c 46\2c 60\2c 80\] {
  width: clamp(46px, 4.17vw, 80px);
}

.w-lg-\[100\] {
  width: clamp(53.40px, 6.94vw, 133.33px);
}

.w-lg-\[295\] {
  width: clamp(157.54px, 20.49vw, 393.33px);
}

.mt-lg-\[20\] {
  margin-top: clamp(10.68px, 1.39vw, 26.67px);
}

.mt-lg-\[25\] {
  margin-top: clamp(13.35px, 1.74vw, 33.33px);
}

.mt-lg-\[28\] {
  margin-top: clamp(14.95px, 1.94vw, 37.33px);
}

.mt-lg-\[40\] {
  margin-top: clamp(21.36px, 2.78vw, 53.33px);
}

.ml-lg-\[10\] {
  margin-left: clamp(5.34px, 0.69vw, 13.33px);
}

.p-lg-\[6\] {
  padding: clamp(3.20px, 0.42vw, 8.00px);
}

.pl-lg-\[20\] {
  padding-left: clamp(10.68px, 1.39vw, 26.67px);
}

.border-lg-\[0\.5\] {
  border-top-width: clamp(0.27px, 0.03vw, 0.67px);
  border-right-width: clamp(0.27px, 0.03vw, 0.67px);
  border-bottom-width: clamp(0.27px, 0.03vw, 0.67px);
  border-left-width: clamp(0.27px, 0.03vw, 0.67px);
}

.border-lg-\[1\] {
  border-top-width: clamp(0.53px, 0.07vw, 1.33px);
  border-right-width: clamp(0.53px, 0.07vw, 1.33px);
  border-bottom-width: clamp(0.53px, 0.07vw, 1.33px);
  border-left-width: clamp(0.53px, 0.07vw, 1.33px);
}

.gap-lg-\[24\] {
  gap: clamp(12.82px, 1.67vw, 32.00px);
}

.gap-lg-\[40\] {
  gap: clamp(21.36px, 2.78vw, 53.33px);
}

.gap-x-lg-\[140\2c 70\] {
}

.gap-x-lg-\[20\] {
  -moz-column-gap: clamp(10.68px, 1.39vw, 26.67px);
       -webkit-column-gap: clamp(10.68px, 1.39vw, 26.67px);
          column-gap: clamp(10.68px, 1.39vw, 26.67px);
}

.gap-x-lg-\[40\] {
  -moz-column-gap: clamp(21.36px, 2.78vw, 53.33px);
       -webkit-column-gap: clamp(21.36px, 2.78vw, 53.33px);
          column-gap: clamp(21.36px, 2.78vw, 53.33px);
}

.gap-y-lg-\[10\] {
  row-gap: clamp(5.34px, 0.69vw, 13.33px);
}

.text-sm-\[11\] {
  font-size: clamp(9.39px, 2.93vw, 14.30px);
}

.text-sm-\[12\] {
  font-size: clamp(10.24px, 3.20vw, 15.60px);
}

.text-sm-\[14\] {
  font-size: clamp(11.95px, 3.73vw, 18.20px);
}

.text-sm-\[15\] {
  font-size: clamp(12.80px, 4.00vw, 19.50px);
}

.text-sm-\[16\] {
  font-size: clamp(13.65px, 4.27vw, 20.80px);
}

.text-sm-\[20\] {
  font-size: clamp(17.07px, 5.33vw, 26.00px);
}

.text-sm-\[24\] {
  font-size: clamp(20.48px, 6.40vw, 31.20px);
}

.text-sm-\[32\] {
  font-size: clamp(27.31px, 8.53vw, 41.60px);
}

.text-sm-\[56\] {
  font-size: clamp(47.79px, 14.93vw, 72.80px);
}

.w-sm-\[179\] {
  width: clamp(152.75px, 47.73vw, 232.70px);
}

.w-sm-\[200\] {
  width: clamp(170.67px, 53.33vw, 260.00px);
}

.w-sm-\[30\] {
  width: clamp(25.60px, 8.00vw, 39.00px);
}

.min-w-sm-\[66\.53\] {
  min-width: clamp(56.77px, 17.74vw, 86.49px);
}

.h-sm-\[150\] {
  height: clamp(128.00px, 40.00vw, 195.00px);
}

.h-sm-\[200\] {
  height: clamp(170.67px, 53.33vw, 260.00px);
}

.h-sm-\[250\] {
  height: clamp(213.33px, 66.67vw, 325.00px);
}

.h-sm-\[32\] {
  height: clamp(27.31px, 8.53vw, 41.60px);
}

.mt-sm-\[10\] {
  margin-top: clamp(8.53px, 2.67vw, 13.00px);
}

.mt-sm-\[16\] {
  margin-top: clamp(13.65px, 4.27vw, 20.80px);
}

.mt-sm-\[20\] {
  margin-top: clamp(17.07px, 5.33vw, 26.00px);
}

.mt-sm-\[24\] {
  margin-top: clamp(20.48px, 6.40vw, 31.20px);
}

.mt-sm-\[2\] {
  margin-top: clamp(1.71px, 0.53vw, 2.60px);
}

.mt-sm-\[30\] {
  margin-top: clamp(25.60px, 8.00vw, 39.00px);
}

.mt-sm-\[4\] {
  margin-top: clamp(3.41px, 1.07vw, 5.20px);
}

.mt-sm-\[60\] {
  margin-top: clamp(51.20px, 16.00vw, 78.00px);
}

.mr-sm-\[8\] {
  margin-right: clamp(6.83px, 2.13vw, 10.40px);
}

.mb-sm-\[12\] {
  margin-bottom: clamp(10.24px, 3.20vw, 15.60px);
}

.mb-sm-\[20\] {
  margin-bottom: clamp(17.07px, 5.33vw, 26.00px);
}

.mb-sm-\[40\] {
  margin-bottom: clamp(34.13px, 10.67vw, 52.00px);
}

.ml-sm-\[10\] {
  margin-left: clamp(8.53px, 2.67vw, 13.00px);
}

.ml-sm-\[8\] {
  margin-left: clamp(6.83px, 2.13vw, 10.40px);
}

.py-sm-\[15\] {
  padding-top: clamp(12.80px, 4.00vw, 19.50px);
  padding-bottom: clamp(12.80px, 4.00vw, 19.50px);
}

.py-sm-\[18\] {
  padding-top: clamp(15.36px, 4.80vw, 23.40px);
  padding-bottom: clamp(15.36px, 4.80vw, 23.40px);
}

.py-sm-\[20\] {
  padding-top: clamp(17.07px, 5.33vw, 26.00px);
  padding-bottom: clamp(17.07px, 5.33vw, 26.00px);
}

.py-sm-\[32\] {
  padding-top: clamp(27.31px, 8.53vw, 41.60px);
  padding-bottom: clamp(27.31px, 8.53vw, 41.60px);
}

.px-sm-\[10\] {
  padding-left: clamp(8.53px, 2.67vw, 13.00px);
  padding-right: clamp(8.53px, 2.67vw, 13.00px);
}

.px-sm-\[20\] {
  padding-left: clamp(17.07px, 5.33vw, 26.00px);
  padding-right: clamp(17.07px, 5.33vw, 26.00px);
}

.px-sm-\[32\] {
  padding-left: clamp(27.31px, 8.53vw, 41.60px);
  padding-right: clamp(27.31px, 8.53vw, 41.60px);
}

.px-sm-\[35\] {
  padding-left: clamp(29.87px, 9.33vw, 45.50px);
  padding-right: clamp(29.87px, 9.33vw, 45.50px);
}

.px-sm-\[40\] {
  padding-left: clamp(34.13px, 10.67vw, 52.00px);
  padding-right: clamp(34.13px, 10.67vw, 52.00px);
}

.px-sm-\[80\] {
  padding-left: clamp(68.27px, 21.33vw, 104.00px);
  padding-right: clamp(68.27px, 21.33vw, 104.00px);
}

.pt-sm-\[150\] {
  padding-top: clamp(128.00px, 40.00vw, 195.00px);
}

.pt-sm-\[160\] {
  padding-top: clamp(136.53px, 42.67vw, 208.00px);
}

.pt-sm-\[60\] {
  padding-top: clamp(51.20px, 16.00vw, 78.00px);
}

.pt-sm-\[80\] {
  padding-top: clamp(68.27px, 21.33vw, 104.00px);
}

.pb-sm-\[120\] {
  padding-bottom: clamp(102.40px, 32.00vw, 156.00px);
}

.pb-sm-\[20\] {
  padding-bottom: clamp(17.07px, 5.33vw, 26.00px);
}

.pb-sm-\[30\] {
  padding-bottom: clamp(25.60px, 8.00vw, 39.00px);
}

.pb-sm-\[5\] {
  padding-bottom: clamp(4.27px, 1.33vw, 6.50px);
}

.pl-sm-\[10\] {
  padding-left: clamp(8.53px, 2.67vw, 13.00px);
}

.pl-sm-\[5\] {
  padding-left: clamp(4.27px, 1.33vw, 6.50px);
}

.top-sm-\[-16\] {
  top: clamp(-20.80px, -4.27vw, -13.65px);
}

.bottom-sm-\[-16\] {
  bottom: clamp(-20.80px, -4.27vw, -13.65px);
}

.gap-sm-\[20\] {
  gap: clamp(17.07px, 5.33vw, 26.00px);
}

.gap-sm-\[24\] {
  gap: clamp(20.48px, 6.40vw, 31.20px);
}

.gap-x-sm-\[10\] {
  -moz-column-gap: clamp(8.53px, 2.67vw, 13.00px);
       -webkit-column-gap: clamp(8.53px, 2.67vw, 13.00px);
          column-gap: clamp(8.53px, 2.67vw, 13.00px);
}

.gap-x-sm-\[20\] {
  -moz-column-gap: clamp(17.07px, 5.33vw, 26.00px);
       -webkit-column-gap: clamp(17.07px, 5.33vw, 26.00px);
          column-gap: clamp(17.07px, 5.33vw, 26.00px);
}

.gap-y-sm-\[20\] {
  row-gap: clamp(17.07px, 5.33vw, 26.00px);
}

.gap-y-sm-\[30\] {
  row-gap: clamp(25.60px, 8.00vw, 39.00px);
}

.gap-y-sm-\[40\] {
  row-gap: clamp(34.13px, 10.67vw, 52.00px);
}

.gap-y-sm-\[8\] {
  row-gap: clamp(6.83px, 2.13vw, 10.40px);
}

.text-shadow-lg-\[0\2c 0\2c 20\2c \#000\] {
  text-shadow: clamp(0.00px, 0.00vw, 0.00px) clamp(0.00px, 0.00vw, 0.00px) clamp(10.68px, 1.39vw, 26.67px) #000;
}

.text-shadow-sm-\[0\2c 0\2c 10\2c \#000\] {
  text-shadow: clamp(0.00px, 0.00vw, 0.00px) clamp(0.00px, 0.00vw, 0.00px) clamp(8.53px, 2.67vw, 13.00px) #000;
}

.grid-cols-ratio-\[2\2c 1\.1\2c 5\] {
  -ms-grid-columns: 1.1fr 5fr;
  grid-template-columns: 1.1fr 5fr;
}

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

.\[mix-blend-mode\:plus-lighter\] {
  mix-blend-mode: plus-lighter;
}

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

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

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

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

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

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

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

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

.before\:m-auto::before {
  content: var(--tw-content);
  margin: auto;
}

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

.before\:h-\[calc\(100\%_-_10px\)\]::before {
  content: var(--tw-content);
  height: calc(100% - 10px);
}

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

.before\:w-\[calc\(100\%_-_10px\)\]::before {
  content: var(--tw-content);
  width: calc(100% - 10px);
}

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

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

.before\:border-bordercolor::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(186 139 139 / var(--tw-border-opacity));
}

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

.before\:bg-basecolor::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(62 62 62 / var(--tw-bg-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-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.6;
}

.before\:bg-\[linear-gradient\(270deg\2c _rgba\(0\2c _0\2c _0\2c _0\.00\)_0\%\2c _\#000_60\.89\%\)\]::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.00)), color-stop(60.89%, #000));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 60.89%);
}

.before\:opacity-20::before {
  content: var(--tw-content);
  opacity: 0.2;
}

.before\:opacity-50::before {
  content: var(--tw-content);
  opacity: 0.5;
}

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

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

.before\:left-cl-\[1440\2c -30\2c -20\2c -10\]::before {
  content: var(--tw-content);
  left: clamp(-30px, -1.39vw, -10px);
}

.before\:left-cl-\[375\2c -20\2c -10\2c -10\]::before {
  content: var(--tw-content);
  left: clamp(-20px, -2.67vw, -10px);
}

.before\:h-lg-\[0\.5\]::before {
  content: var(--tw-content);
  height: clamp(0.27px, 0.03vw, 0.67px);
}

.before\:border-lg-\[0\.5\]::before {
  content: var(--tw-content);
  border-top-width: clamp(0.27px, 0.03vw, 0.67px);
  border-right-width: clamp(0.27px, 0.03vw, 0.67px);
  border-bottom-width: clamp(0.27px, 0.03vw, 0.67px);
  border-left-width: clamp(0.27px, 0.03vw, 0.67px);
}

.before\:w-sm-\[200\]::before {
  content: var(--tw-content);
  width: clamp(170.67px, 53.33vw, 260.00px);
}

.before\:w-sm-\[20\]::before {
  content: var(--tw-content);
  width: clamp(17.07px, 5.33vw, 26.00px);
}

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

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

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

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

.after\:m-auto::after {
  content: var(--tw-content);
  margin: auto;
}

.after\:h-\[0\.5px\]::after {
  content: var(--tw-content);
  height: 0.5px;
}

.after\:h-\[calc\(100\%_-_10px\)\]::after {
  content: var(--tw-content);
  height: calc(100% - 10px);
}

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

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

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

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

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

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

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

.after\:border-lg-\[0\.5\]::after {
  content: var(--tw-content);
  border-top-width: clamp(0.27px, 0.03vw, 0.67px);
  border-right-width: clamp(0.27px, 0.03vw, 0.67px);
  border-bottom-width: clamp(0.27px, 0.03vw, 0.67px);
  border-left-width: clamp(0.27px, 0.03vw, 0.67px);
}

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

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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-60:hover {
  opacity: 0.6 !important;
}

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

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

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

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

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

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

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

.group:hover .group-hover\:\[fill-opacity\:1\] {
  fill-opacity: 1;
}

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

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

body.lang-en .lang-en\:min-w-sm-\[120\] {
  min-width: clamp(102.40px, 32.00vw, 156.00px);
}

@media (min-width: 641px) {
  .min-640\:hidden {
    display: none;
  }

  .min-640\:border-l {
    border-left-width: 1px;
  }

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

  .min-640\:text-lg-\[16\] {
    font-size: clamp(8.54px, 1.11vw, 21.33px);
  }

  .min-640\:ml-lg-\[10\] {
    margin-left: clamp(5.34px, 0.69vw, 13.33px);
  }

  .min-640\:pl-lg-\[20\] {
    padding-left: clamp(10.68px, 1.39vw, 26.67px);
  }
}

@media (min-width: 769px) {
  .min-768\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .min-768\:bottom-\[30vh\] {
    bottom: 30vh;
  }

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

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

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

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

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

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

  .min-768\:max-w-\[190px\] {
    max-width: 190px;
  }

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

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

  .min-768\:grid-cols-\[minmax\(auto\2c clamp\(100px\2c 14vw\2c 280px\)\)_1fr\] {
    -ms-grid-columns: minmax(auto,clamp(100px,14vw,280px)) 1fr;
    grid-template-columns: minmax(auto,clamp(100px,14vw,280px)) 1fr;
  }

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

  .min-768\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

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

  .min-768\:leading-\[1\.8\] {
    line-height: 1.8;
  }

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

  .min-768\:tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
  }

  .min-768\:opacity-50 {
    opacity: 0.5;
  }

  .min-768\:gap-x-cl-\[1440\2c 10\2c 40\2c 50\] {
    -moz-column-gap: clamp(10px, 2.78vw, 50px);
         -webkit-column-gap: clamp(10px, 2.78vw, 50px);
            column-gap: clamp(10px, 2.78vw, 50px);
  }

  .min-768\:gap-x-cl-\[1440\2c 40\2c 50\2c 60\] {
    -moz-column-gap: clamp(40px, 3.47vw, 60px);
         -webkit-column-gap: clamp(40px, 3.47vw, 60px);
            column-gap: clamp(40px, 3.47vw, 60px);
  }

  .min-768\:gap-x-cl-\[1440\2c 60\2c 80\2c 100\] {
    -moz-column-gap: clamp(60px, 5.56vw, 100px);
         -webkit-column-gap: clamp(60px, 5.56vw, 100px);
            column-gap: clamp(60px, 5.56vw, 100px);
  }

  .min-768\:gap-y-cl-\[1440\2c 10\2c 40\2c 50\] {
    row-gap: clamp(10px, 2.78vw, 50px);
  }

  .min-768\:gap-y-cl-\[1440\2c 20\2c 30\2c 40\] {
    row-gap: clamp(20px, 2.08vw, 40px);
  }

  .min-768\:max-w-cl-\[1440\2c 400\2c 600\2c 800\] {
    max-width: clamp(400px, 41.67vw, 800px);
  }

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

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

  .min-768\:ml-cl-\[1440\2c 10\2c 15\2c 20\] {
    margin-left: clamp(10px, 1.04vw, 20px);
  }

  .min-768\:mr-cl-\[1440\2c 10\2c 20\2c 30\] {
    margin-right: clamp(10px, 1.39vw, 30px);
  }

  .min-768\:mt-cl-\[1440\2c 10\2c 10\2c 20\] {
    margin-top: clamp(10px, 0.69vw, 20px);
  }

  .min-768\:mt-cl-\[1440\2c 10\2c 12\2c 14\] {
    margin-top: clamp(10px, 0.83vw, 14px);
  }

  .min-768\:mt-cl-\[1440\2c 10\2c 20\2c 30\] {
    margin-top: clamp(10px, 1.39vw, 30px);
  }

  .min-768\:mt-cl-\[1440\2c 15\2c 20\2c 30\] {
    margin-top: clamp(15px, 1.39vw, 30px);
  }

  .min-768\:mt-cl-\[1440\2c 20\2c 30\2c 40\] {
    margin-top: clamp(20px, 2.08vw, 40px);
  }

  .min-768\:mt-cl-\[1440\2c 20\2c 40\2c 60\] {
    margin-top: clamp(20px, 2.78vw, 60px);
  }

  .min-768\:mt-cl-\[1440\2c 40\2c 60\2c 80\] {
    margin-top: clamp(40px, 4.17vw, 80px);
  }

  .min-768\:mt-cl-\[1440\2c 40\2c 80\2c 100\] {
    margin-top: clamp(40px, 5.56vw, 100px);
  }

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

  .min-768\:mt-cl-\[1440\2c 55\2c 110\2c max\] {
  }

  .min-768\:mt-cl-\[1440\2c 80\2c 125\2c 140\] {
    margin-top: clamp(80px, 8.68vw, 140px);
  }

  .min-768\:my-cl-\[1440\2c 40\2c 80\2c 100\] {
    margin-top: clamp(40px, 5.56vw, 100px);
    margin-bottom: clamp(40px, 5.56vw, 100px);
  }

  .min-768\:pb-cl-\[1440\2c 100\2c 150\2c 200\] {
    padding-bottom: clamp(100px, 10.42vw, 200px);
  }

  .min-768\:pb-cl-\[1440\2c 12\2c 16\2c 20\] {
    padding-bottom: clamp(12px, 1.11vw, 20px);
  }

  .min-768\:pb-cl-\[1440\2c 8\2c 12\2c 16\] {
    padding-bottom: clamp(8px, 0.83vw, 16px);
  }

  .min-768\:pl-cl-\[1440\2c 40\2c 60\2c 80\] {
    padding-left: clamp(40px, 4.17vw, 80px);
  }

  .min-768\:pt-cl-\[1440\2c 80\2c 120\2c 160\] {
    padding-top: clamp(80px, 8.33vw, 160px);
  }

  .min-768\:px-cl-\[1440\2c 40\2c 60\2c 80\] {
    padding-left: clamp(40px, 4.17vw, 80px);
    padding-right: clamp(40px, 4.17vw, 80px);
  }

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

  .min-768\:px-cl-\[1440\2c 40\2c 80\2c 100\] {
    padding-left: clamp(40px, 5.56vw, 100px);
    padding-right: clamp(40px, 5.56vw, 100px);
  }

  .min-768\:px-cl-\[1440\2c 6\2c 10\2c 14\] {
    padding-left: clamp(6px, 0.69vw, 14px);
    padding-right: clamp(6px, 0.69vw, 14px);
  }

  .min-768\:px-cl-\[1440\2c 60\2c 72\2c 100\] {
    padding-left: clamp(60px, 5.00vw, 100px);
    padding-right: clamp(60px, 5.00vw, 100px);
  }

  .min-768\:px-cl-\[1440\2c 8\2c 12\2c 16\] {
    padding-left: clamp(8px, 0.83vw, 16px);
    padding-right: clamp(8px, 0.83vw, 16px);
  }

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

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

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

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

  .min-768\:text-cl-\[1440\2c 13\2c 14\2c 20\] {
    font-size: clamp(13px, 0.97vw, 20px);
  }

  .min-768\:text-cl-\[1440\2c 13\2c 15\2c 16\] {
    font-size: clamp(13px, 1.04vw, 16px);
  }

  .min-768\:text-cl-\[1440\2c 13\2c 15\2c 20\] {
    font-size: clamp(13px, 1.04vw, 20px);
  }

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

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

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

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

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

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

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

  .min-768\:text-cl-\[1440\2c 22\2c 24\2c 26\] {
    font-size: clamp(22px, 1.67vw, 26px);
  }

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

  .min-768\:text-cl-\[1440\2c 24\2c 30\2c 36\] {
    font-size: clamp(24px, 2.08vw, 36px);
  }

  .min-768\:text-lg-\[10\] {
    font-size: clamp(5.34px, 0.69vw, 13.33px);
  }

  .min-768\:text-lg-\[12\2c 12\2c 12\] {
  }

  .min-768\:text-lg-\[12\] {
    font-size: clamp(6.41px, 0.83vw, 16.00px);
  }

  .min-768\:text-lg-\[14\] {
    font-size: clamp(7.48px, 0.97vw, 18.67px);
  }

  .min-768\:text-lg-\[15\] {
    font-size: clamp(8.01px, 1.04vw, 20.00px);
  }

  .min-768\:text-lg-\[16\] {
    font-size: clamp(8.54px, 1.11vw, 21.33px);
  }

  .min-768\:text-lg-\[20\] {
    font-size: clamp(10.68px, 1.39vw, 26.67px);
  }

  .min-768\:text-lg-\[28\] {
    font-size: clamp(14.95px, 1.94vw, 37.33px);
  }

  .min-768\:text-lg-\[30\] {
    font-size: clamp(16.02px, 2.08vw, 40.00px);
  }

  .min-768\:text-lg-\[32\] {
    font-size: clamp(17.09px, 2.22vw, 42.67px);
  }

  .min-768\:text-lg-\[48\] {
    font-size: clamp(25.63px, 3.33vw, 64.00px);
  }

  .min-768\:text-lg-\[88\] {
    font-size: clamp(46.99px, 6.11vw, 117.33px);
  }

  .min-768\:w-lg-\[190\] {
    width: clamp(101.47px, 13.19vw, 253.33px);
  }

  .min-768\:w-lg-\[30\] {
    width: clamp(16.02px, 2.08vw, 40.00px);
  }

  .min-768\:w-lg-\[460\] {
    width: clamp(245.65px, 31.94vw, 613.33px);
  }

  .min-768\:w-lg-\[470\] {
    width: clamp(250.99px, 32.64vw, 626.67px);
  }

  .min-768\:w-lg-\[610\] {
    width: clamp(325.76px, 42.36vw, 813.33px);
  }

  .min-768\:w-lg-\[720\] {
    width: clamp(384.50px, 50.00vw, 960.00px);
  }

  .min-768\:w-lg-\[72\] {
    width: clamp(38.45px, 5.00vw, 96.00px);
  }

  .min-768\:min-w-lg-\[66\.53\] {
    min-width: clamp(35.53px, 4.62vw, 88.71px);
  }

  .min-768\:h-lg-\[0\.5\] {
    height: clamp(0.27px, 0.03vw, 0.67px);
  }

  .min-768\:h-lg-\[56\] {
    height: clamp(29.91px, 3.89vw, 74.67px);
  }

  .min-768\:h-lg-\[570\] {
    height: clamp(304.40px, 39.58vw, 760.00px);
  }

  .min-768\:max-h-lg-\[996\] {
    max-height: clamp(531.89px, 69.17vw, 1328.00px);
  }

  .min-768\:mt-lg-\[10\] {
    margin-top: clamp(5.34px, 0.69vw, 13.33px);
  }

  .min-768\:mt-lg-\[120\] {
    margin-top: clamp(64.08px, 8.33vw, 160.00px);
  }

  .min-768\:mt-lg-\[160\2c 60\] {
  }

  .min-768\:mt-lg-\[160\] {
    margin-top: clamp(85.44px, 11.11vw, 213.33px);
  }

  .min-768\:mt-lg-\[20\] {
    margin-top: clamp(10.68px, 1.39vw, 26.67px);
  }

  .min-768\:mt-lg-\[24\] {
    margin-top: clamp(12.82px, 1.67vw, 32.00px);
  }

  .min-768\:mt-lg-\[28\] {
    margin-top: clamp(14.95px, 1.94vw, 37.33px);
  }

  .min-768\:mt-lg-\[4\] {
    margin-top: clamp(2.14px, 0.28vw, 5.33px);
  }

  .min-768\:mt-lg-\[60\] {
    margin-top: clamp(32.04px, 4.17vw, 80.00px);
  }

  .min-768\:mt-lg-\[80\] {
    margin-top: clamp(42.72px, 5.56vw, 106.67px);
  }

  .min-768\:mt-lg-\[8\] {
    margin-top: clamp(4.27px, 0.56vw, 10.67px);
  }

  .min-768\:mr-lg-\[12\] {
    margin-right: clamp(6.41px, 0.83vw, 16.00px);
  }

  .min-768\:mb-lg-\[16\] {
    margin-bottom: clamp(8.54px, 1.11vw, 21.33px);
  }

  .min-768\:mb-lg-\[30\] {
    margin-bottom: clamp(16.02px, 2.08vw, 40.00px);
  }

  .min-768\:mb-lg-\[60\] {
    margin-bottom: clamp(32.04px, 4.17vw, 80.00px);
  }

  .min-768\:ml-lg-\[20\] {
    margin-left: clamp(10.68px, 1.39vw, 26.67px);
  }

  .min-768\:py-lg-\[15\] {
    padding-top: clamp(8.01px, 1.04vw, 20.00px);
    padding-bottom: clamp(8.01px, 1.04vw, 20.00px);
  }

  .min-768\:py-lg-\[20\] {
    padding-top: clamp(10.68px, 1.39vw, 26.67px);
    padding-bottom: clamp(10.68px, 1.39vw, 26.67px);
  }

  .min-768\:py-lg-\[35\] {
    padding-top: clamp(18.69px, 2.43vw, 46.67px);
    padding-bottom: clamp(18.69px, 2.43vw, 46.67px);
  }

  .min-768\:py-lg-\[48\] {
    padding-top: clamp(25.63px, 3.33vw, 64.00px);
    padding-bottom: clamp(25.63px, 3.33vw, 64.00px);
  }

  .min-768\:px-lg-\[128\] {
    padding-left: clamp(68.36px, 8.89vw, 170.67px);
    padding-right: clamp(68.36px, 8.89vw, 170.67px);
  }

  .min-768\:px-lg-\[15\] {
    padding-left: clamp(8.01px, 1.04vw, 20.00px);
    padding-right: clamp(8.01px, 1.04vw, 20.00px);
  }

  .min-768\:px-lg-\[190\] {
    padding-left: clamp(101.47px, 13.19vw, 253.33px);
    padding-right: clamp(101.47px, 13.19vw, 253.33px);
  }

  .min-768\:px-lg-\[50\] {
    padding-left: clamp(26.70px, 3.47vw, 66.67px);
    padding-right: clamp(26.70px, 3.47vw, 66.67px);
  }

  .min-768\:px-lg-\[64\] {
    padding-left: clamp(34.18px, 4.44vw, 85.33px);
    padding-right: clamp(34.18px, 4.44vw, 85.33px);
  }

  .min-768\:px-lg-\[70\2c 20\] {
  }

  .min-768\:px-lg-\[70\] {
    padding-left: clamp(37.38px, 4.86vw, 93.33px);
    padding-right: clamp(37.38px, 4.86vw, 93.33px);
  }

  .min-768\:px-lg-\[80\] {
    padding-left: clamp(42.72px, 5.56vw, 106.67px);
    padding-right: clamp(42.72px, 5.56vw, 106.67px);
  }

  .min-768\:px-lg-\[85\] {
    padding-left: clamp(45.39px, 5.90vw, 113.33px);
    padding-right: clamp(45.39px, 5.90vw, 113.33px);
  }

  .min-768\:px-lg-\[90\] {
    padding-left: clamp(48.06px, 6.25vw, 120.00px);
    padding-right: clamp(48.06px, 6.25vw, 120.00px);
  }

  .min-768\:pt-lg-\[100\] {
    padding-top: clamp(53.40px, 6.94vw, 133.33px);
  }

  .min-768\:pt-lg-\[135\] {
    padding-top: clamp(72.09px, 9.38vw, 180.00px);
  }

  .min-768\:pt-lg-\[250\] {
    padding-top: clamp(133.51px, 17.36vw, 333.33px);
  }

  .min-768\:pt-lg-\[300\] {
    padding-top: clamp(160.21px, 20.83vw, 400.00px);
  }

  .min-768\:pt-lg-\[30\] {
    padding-top: clamp(16.02px, 2.08vw, 40.00px);
  }

  .min-768\:pt-lg-\[60\] {
    padding-top: clamp(32.04px, 4.17vw, 80.00px);
  }

  .min-768\:pt-lg-\[80\] {
    padding-top: clamp(42.72px, 5.56vw, 106.67px);
  }

  .min-768\:pb-lg-\[10\] {
    padding-bottom: clamp(5.34px, 0.69vw, 13.33px);
  }

  .min-768\:pb-lg-\[175\] {
    padding-bottom: clamp(93.45px, 12.15vw, 233.33px);
  }

  .min-768\:pb-lg-\[40\] {
    padding-bottom: clamp(21.36px, 2.78vw, 53.33px);
  }

  .min-768\:pb-lg-\[41\] {
    padding-bottom: clamp(21.90px, 2.85vw, 54.67px);
  }

  .min-768\:pb-lg-\[42\] {
    padding-bottom: clamp(22.43px, 2.92vw, 56.00px);
  }

  .min-768\:pb-lg-\[70\] {
    padding-bottom: clamp(37.38px, 4.86vw, 93.33px);
  }

  .min-768\:pb-lg-\[90\] {
    padding-bottom: clamp(48.06px, 6.25vw, 120.00px);
  }

  .min-768\:pl-lg-\[10\] {
    padding-left: clamp(5.34px, 0.69vw, 13.33px);
  }

  .min-768\:pl-lg-\[20\] {
    padding-left: clamp(10.68px, 1.39vw, 26.67px);
  }

  .min-768\:pl-lg-\[52\] {
    padding-left: clamp(27.77px, 3.61vw, 69.33px);
  }

  .min-768\:top-lg-\[-28\] {
    top: clamp(-37.33px, -1.94vw, -14.95px);
  }

  .min-768\:right-lg-\[70\] {
    right: clamp(37.38px, 4.86vw, 93.33px);
  }

  .min-768\:bottom-lg-\[-28\] {
    bottom: clamp(-37.33px, -1.94vw, -14.95px);
  }

  .min-768\:gap-lg-\[40\] {
    gap: clamp(21.36px, 2.78vw, 53.33px);
  }

  .min-768\:gap-x-lg-\[14\] {
    -moz-column-gap: clamp(7.48px, 0.97vw, 18.67px);
         -webkit-column-gap: clamp(7.48px, 0.97vw, 18.67px);
            column-gap: clamp(7.48px, 0.97vw, 18.67px);
  }

  .min-768\:gap-x-lg-\[250\] {
    -moz-column-gap: clamp(133.51px, 17.36vw, 333.33px);
         -webkit-column-gap: clamp(133.51px, 17.36vw, 333.33px);
            column-gap: clamp(133.51px, 17.36vw, 333.33px);
  }

  .min-768\:gap-x-lg-\[30\] {
    -moz-column-gap: clamp(16.02px, 2.08vw, 40.00px);
         -webkit-column-gap: clamp(16.02px, 2.08vw, 40.00px);
            column-gap: clamp(16.02px, 2.08vw, 40.00px);
  }

  .min-768\:gap-x-lg-\[40\] {
    -moz-column-gap: clamp(21.36px, 2.78vw, 53.33px);
         -webkit-column-gap: clamp(21.36px, 2.78vw, 53.33px);
            column-gap: clamp(21.36px, 2.78vw, 53.33px);
  }

  .min-768\:gap-x-lg-\[80\] {
    -moz-column-gap: clamp(42.72px, 5.56vw, 106.67px);
         -webkit-column-gap: clamp(42.72px, 5.56vw, 106.67px);
            column-gap: clamp(42.72px, 5.56vw, 106.67px);
  }

  .min-768\:gap-y-lg-\[40\] {
    row-gap: clamp(21.36px, 2.78vw, 53.33px);
  }

  .min-768\:gap-y-lg-\[60\] {
    row-gap: clamp(32.04px, 4.17vw, 80.00px);
  }

  .min-768\:grid-cols-ratio-\[2\2c 1\2c 2\.088\] {
    -ms-grid-columns: 1fr 2.088fr;
    grid-template-columns: 1fr 2.088fr;
  }

  .min-768\:grid-cols-ratio-\[2\2c 2\.088\2c 1\] {
    -ms-grid-columns: 2.088fr 1fr;
    grid-template-columns: 2.088fr 1fr;
  }

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

  .min-768\:before\:w-\[98\%\]::before {
    content: var(--tw-content);
    width: 98%;
  }

  .min-768\:before\:bg-\[linear-gradient\(90deg\2c _rgba\(0\2c _0\2c _0\2c _0\.00\)_0\%\2c _\#000_60\.89\%\)\]::before {
    content: var(--tw-content);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(60.89%, #000));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 60.89%);
  }

  .min-768\:before\:opacity-50::before {
    content: var(--tw-content);
    opacity: 0.5;
  }

  .min-768\:before\:left-cl-\[1440\2c -30\2c -20\2c -10\]::before {
    content: var(--tw-content);
    left: clamp(-30px, -1.39vw, -10px);
  }

  .min-768\:before\:w-lg-\[30\]::before {
    content: var(--tw-content);
    width: clamp(16.02px, 2.08vw, 40.00px);
  }

  .min-768\:before\:w-lg-\[33\]::before {
    content: var(--tw-content);
    width: clamp(17.62px, 2.29vw, 44.00px);
  }

  .min-768\:before\:w-lg-\[590\]::before {
    content: var(--tw-content);
    width: clamp(315.08px, 40.97vw, 786.67px);
  }

  .min-768\:after\:h-\[89\%\]::after {
    content: var(--tw-content);
    height: 89%;
  }

  .min-768\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  body.lang-en .lang-en\:min-768\:min-w-lg-\[120\] {
    min-width: clamp(64.08px, 8.33vw, 160.00px);
  }

  body.lang-zh .min-768\:lang-zh\:grid-cols-\[minmax\(auto\2c clamp\(100px\2c 25vw\2c 440px\)\)_1fr\] {
    -ms-grid-columns: minmax(auto,clamp(100px,25vw,440px)) 1fr;
    grid-template-columns: minmax(auto,clamp(100px,25vw,440px)) 1fr;
  }

  body.lang-zh .min-768\:lang-zh\:text-right {
    text-align: right;
  }
}

@media (min-width: 961px) {
  .min-960\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .min-960\:tracking-\[0\.11em\] {
    letter-spacing: 0.11em;
  }

  .min-960\:gap-x-cl-\[1440\2c 10\2c 100\2c 120\] {
    -moz-column-gap: clamp(10px, 6.94vw, 120px);
         -webkit-column-gap: clamp(10px, 6.94vw, 120px);
            column-gap: clamp(10px, 6.94vw, 120px);
  }

  .min-960\:gap-x-cl-\[1440\2c 40\2c 60\2c 80\] {
    -moz-column-gap: clamp(40px, 4.17vw, 80px);
         -webkit-column-gap: clamp(40px, 4.17vw, 80px);
            column-gap: clamp(40px, 4.17vw, 80px);
  }

  .min-960\:mt-cl-\[1440\2c 60\2c 80\2c 100\] {
    margin-top: clamp(60px, 5.56vw, 100px);
  }

  .min-960\:px-cl-\[1440\2c 60\2c 72\2c 100\] {
    padding-left: clamp(60px, 5.00vw, 100px);
    padding-right: clamp(60px, 5.00vw, 100px);
  }

  .min-960\:gap-x-lg-\[24\] {
    -moz-column-gap: clamp(12.82px, 1.67vw, 32.00px);
         -webkit-column-gap: clamp(12.82px, 1.67vw, 32.00px);
            column-gap: clamp(12.82px, 1.67vw, 32.00px);
  }

  .min-960\:gap-y-lg-\[12\] {
    row-gap: clamp(6.41px, 0.83vw, 16.00px);
  }
}

@media (min-width: 1025px) {
  .min-1024\:leading-\[1\.8\] {
    line-height: 1.8;
  }

  .min-1024\:tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
  }
}

@media (max-width: 960px) {
  .max-960\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-960\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .max-960\:vertical-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }

  .max-960\:mt-cl-\[1440\2c 60\2c 100\2c 120\] {
    margin-top: clamp(60px, 6.94vw, 120px);
  }

  .max-960\:gap-y-sm-\[30\] {
    row-gap: clamp(25.60px, 8.00vw, 39.00px);
  }
}

@media (max-width: 768px) {
  .max-768\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-768\:ml-auto {
    margin-left: auto;
  }

  .max-768\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

  .max-768\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .max-768\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

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

  .max-768\:text-center {
    text-align: center;
  }

  .max-768\:leading-\[1\.8\] {
    line-height: 1.8;
  }

  .max-768\:underline {
    text-decoration-line: underline;
  }

  .max-768\:underline-offset-4 {
    text-underline-offset: 4px;
  }

  .max-768\:gap-y-cl-\[375\2c 10\2c 30\2c 40\] {
    row-gap: clamp(10px, 8.00vw, 40px);
  }

  .max-768\:mt-sm-\[12\] {
    margin-top: clamp(10.24px, 3.20vw, 15.60px);
  }

  .max-768\:mt-sm-\[20\] {
    margin-top: clamp(17.07px, 5.33vw, 26.00px);
  }

  .max-768\:mt-sm-\[30\] {
    margin-top: clamp(25.60px, 8.00vw, 39.00px);
  }

  .max-768\:mt-sm-\[40\] {
    margin-top: clamp(34.13px, 10.67vw, 52.00px);
  }

  .max-768\:mt-sm-\[60\] {
    margin-top: clamp(51.20px, 16.00vw, 78.00px);
  }

  .max-768\:mt-sm-\[72\] {
    margin-top: clamp(61.44px, 19.20vw, 93.60px);
  }

  .max-768\:py-sm-\[60\] {
    padding-top: clamp(51.20px, 16.00vw, 78.00px);
    padding-bottom: clamp(51.20px, 16.00vw, 78.00px);
  }

  .max-768\:px-sm-\[20\] {
    padding-left: clamp(17.07px, 5.33vw, 26.00px);
    padding-right: clamp(17.07px, 5.33vw, 26.00px);
  }

  .max-768\:pt-sm-\[30\] {
    padding-top: clamp(25.60px, 8.00vw, 39.00px);
  }

  .max-768\:pr-sm-\[5\] {
    padding-right: clamp(4.27px, 1.33vw, 6.50px);
  }

  .max-768\:top-sm-\[200\] {
    top: clamp(170.67px, 53.33vw, 260.00px);
  }

  .max-768\:gap-sm-\[40\] {
    gap: clamp(34.13px, 10.67vw, 52.00px);
  }

  .max-768\:gap-x-sm-\[24\] {
    -moz-column-gap: clamp(20.48px, 6.40vw, 31.20px);
         -webkit-column-gap: clamp(20.48px, 6.40vw, 31.20px);
            column-gap: clamp(20.48px, 6.40vw, 31.20px);
  }

  .max-768\:gap-y-sm-\[10\] {
    row-gap: clamp(8.53px, 2.67vw, 13.00px);
  }

  .max-768\:gap-y-sm-\[12\] {
    row-gap: clamp(10.24px, 3.20vw, 15.60px);
  }

  .max-768\:gap-y-sm-\[16\] {
    row-gap: clamp(13.65px, 4.27vw, 20.80px);
  }

  .max-768\:gap-y-sm-\[20\] {
    row-gap: clamp(17.07px, 5.33vw, 26.00px);
  }

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

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

@media (max-width: 640px) {
  .max-640\:inline-block {
    display: inline-block;
  }

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

  .max-640\:grid {
    display: -ms-grid;
    display: grid;
  }

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

  .max-640\:cursor-pointer {
    cursor: pointer;
  }

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

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

  .max-640\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .max-640\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

  .max-640\:horizontal-tb {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }

  .max-640\:mt-sm-\[10\] {
    margin-top: clamp(8.53px, 2.67vw, 13.00px);
  }

  .max-640\:pt-sm-\[10\] {
    padding-top: clamp(8.53px, 2.67vw, 13.00px);
  }

  .max-640\:gap-sm-\[16\] {
    gap: clamp(13.65px, 4.27vw, 20.80px);
  }

  .max-640\:grid-cols-ratio-\[2\2c 0\.2\2c 1\.8\] {
    -ms-grid-columns: 0.2fr 1.8fr;
    grid-template-columns: 0.2fr 1.8fr;
  }
}

.\[\&\.active_\.parenthesis-arrow\]\:rotate-0.active .parenthesis-arrow {
  --tw-rotate: 0deg;
  -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));
}

.\[\&\.change-color_\.line\]\:bg-white.change-color .line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\.scrolled\]\:pointer-events-auto.scrolled {
  pointer-events: auto;
}

.\[\&\.scrolled\]\:bg-black.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&\.scrolled\]\:bg-opacity-20.scrolled {
  --tw-bg-opacity: 0.2;
}

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

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

@media (min-width: 769px) {
  .min-768\:\[\&\:nth-of-type\(even\)\]\:flex-row-reverse:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.\[\&_\.form-block\]\:border-b .form-block {
  border-bottom-width: 1px;
}

.\[\&_\.form-block\]\:border-solid .form-block {
  border-style: solid;
}

.\[\&_\.form-block\]\:border-black .form-block {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&_\.form-block\]\:\!px-\[5px\] .form-block {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.\[\&_\.form-block\]\:font-serif .form-block {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_\.form-block\]\:font-medium .form-block {
  font-weight: 500;
}

.\[\&_\.form-block\]\:leading-\[1\.6\] .form-block {
  line-height: 1.6;
}

.\[\&_\.form-block\]\:mt-cl-\[1440\2c 10\2c 20\2c 30\] .form-block {
  margin-top: clamp(10px, 1.39vw, 30px);
}

.\[\&_\.form-block\]\:pb-cl-\[1440\2c 5\2c 10\2c 20\] .form-block {
  padding-bottom: clamp(5px, 0.69vw, 20px);
}

.\[\&_\.form-block\]\:text-cl-\[375\2c 13\2c 15\2c 20\] .form-block {
  font-size: clamp(13px, 4.00vw, 20px);
}

@media (min-width: 769px) {
  .min-768\:\[\&_\.form-block\]\:text-cl-\[1440\2c 13\2c 15\2c 20\] .form-block {
    font-size: clamp(13px, 1.04vw, 20px);
  }

  .min-768\:\[\&_\.mwform-tel-field\:first-of-type_input\]\:w-cl-\[1440\2c 140\2c 160\2c 180\] .mwform-tel-field:first-of-type input {
    width: clamp(140px, 11.11vw, 180px);
  }
}

.\[\&_\.mwform-tel-field\]\:inline-block .mwform-tel-field {
  display: inline-block;
}

.\[\&_\.mwform-tel-field\]\:w-full .mwform-tel-field {
  width: 100%;
}

@media (min-width: 769px) {
  .min-768\:\[\&_\.mwform-tel-field_input\]\:w-cl-\[1440\2c 160\2c 180\2c 200\] .mwform-tel-field input {
    width: clamp(160px, 12.50vw, 200px);
  }
}

.\[\&_\.required\]\:hidden .required {
  display: none;
}

@media (min-width: 769px) {
  .min-768\:\[\&_\.room-item\:nth-child\(n\+3\)\]\:translate-x-lg-\[-52\] .room-item:nth-child(n+3) {
    -webkit-transform: translateX(clamp(-69.33px, -3.61vw, -27.77px));
            transform: translateX(clamp(-69.33px, -3.61vw, -27.77px));
  }
}

.\[\&_button\]\:border-b button {
  border-bottom-width: 1px;
}

.\[\&_button\]\:border-solid button {
  border-style: solid;
}

.\[\&_button\]\:border-black button {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&_button\]\:px-\[5px\] button {
  padding-left: 5px;
  padding-right: 5px;
}

.\[\&_button\]\:pb-\[2px\] button {
  padding-bottom: 2px;
}

.\[\&_button\]\:font-serif button {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_button\]\:font-medium button {
  font-weight: 500;
}

.\[\&_button\]\:leading-none button {
  line-height: 1;
}

.\[\&_button\]\:duration-300 button {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.\[\&_button\]\:text-cl-\[375\2c 14\2c 16\2c 20\] button {
  font-size: clamp(14px, 4.27vw, 20px);
}

.hover\:\[\&_button\]\:opacity-60 button:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
  .min-768\:\[\&_button\]\:text-cl-\[1440\2c 14\2c 16\2c 20\] button {
    font-size: clamp(14px, 1.11vw, 20px);
  }
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_input\]\:w-full input {
  width: 100%;
}

.\[\&_input\]\:cursor-pointer input {
  cursor: pointer;
}

.\[\&_input\]\:border input {
  border-width: 1px;
}

.\[\&_input\]\:border-solid input {
  border-style: solid;
}

.\[\&_input\]\:border-\[\#888888\] input {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}

.\[\&_input\]\:font-serif input {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_input\]\:font-medium input {
  font-weight: 500;
}

.\[\&_input\]\:leading-none input {
  line-height: 1;
}

.\[\&_input\]\:duration-300 input {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.\[\&_input\]\:p-cl-\[1440\2c 10\2c 10\2c 20\] input {
  padding: clamp(10px, 0.69vw, 20px);
}

.\[\&_input\]\:px-cl-\[375\2c 60\2c 90\2c 120\] input {
  padding-left: clamp(60px, 24.00vw, 120px);
  padding-right: clamp(60px, 24.00vw, 120px);
}

.\[\&_input\]\:py-cl-\[375\2c 15\2c 18\2c 30\] input {
  padding-top: clamp(15px, 4.80vw, 30px);
  padding-bottom: clamp(15px, 4.80vw, 30px);
}

.\[\&_input\]\:text-cl-\[375\2c 14\2c 16\2c 20\] input {
  font-size: clamp(14px, 4.27vw, 20px);
}

.hover\:\[\&_input\]\:opacity-60 input:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
  .min-768\:\[\&_input\]\:px-cl-\[1440\2c 60\2c 90\2c 120\] input {
    padding-left: clamp(60px, 6.25vw, 120px);
    padding-right: clamp(60px, 6.25vw, 120px);
  }

  .min-768\:\[\&_input\]\:py-cl-\[1440\2c 15\2c 18\2c 30\] input {
    padding-top: clamp(15px, 1.25vw, 30px);
    padding-bottom: clamp(15px, 1.25vw, 30px);
  }

  .min-768\:\[\&_input\]\:text-cl-\[1440\2c 14\2c 16\2c 20\] input {
    font-size: clamp(14px, 1.11vw, 20px);
  }

  .min-768\:\[\&_li\:nth-child\(n\+2\)\]\:mt-lg-\[24\] li:nth-child(n+2) {
    margin-top: clamp(12.82px, 1.67vw, 32.00px);
  }
}

.\[\&_li\]\:grid li {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 769px) {
  .min-768\:\[\&_li\]\:grid-cols-\[minmax\(auto\2c clamp\(170px\2c 17vw\2c 250px\)\)_1fr\] li {
    -ms-grid-columns: minmax(auto,clamp(170px,17vw,250px)) 1fr;
    grid-template-columns: minmax(auto,clamp(170px,17vw,250px)) 1fr;
  }

  .min-768\:\[\&_li\]\:grid-cols-\[minmax\(auto\2c clamp\(80px\2c 7vw\2c 120px\)\)_1fr\] li {
    -ms-grid-columns: minmax(auto,clamp(80px,7vw,120px)) 1fr;
    grid-template-columns: minmax(auto,clamp(80px,7vw,120px)) 1fr;
  }

  body.lang-en .min-768\:lang-en\:\[\&_li\]\:grid-cols-\[minmax\(auto\2c clamp\(120px\2c 11\.39vw\2c 180px\)\)_1fr\] li {
    -ms-grid-columns: minmax(auto,clamp(120px,11.39vw,180px)) 1fr;
    grid-template-columns: minmax(auto,clamp(120px,11.39vw,180px)) 1fr;
  }

  body.lang-en .min-768\:lang-en\:\[\&_li\]\:grid-cols-\[minmax\(auto\2c clamp\(180px\2c 16\.67vw\2c 310px\)\)_1fr\] li {
    -ms-grid-columns: minmax(auto,clamp(180px,16.67vw,310px)) 1fr;
    grid-template-columns: minmax(auto,clamp(180px,16.67vw,310px)) 1fr;
  }
}

.\[\&_p\]\:py-lg-\[5\] p {
  padding-top: clamp(2.67px, 0.35vw, 6.67px);
  padding-bottom: clamp(2.67px, 0.35vw, 6.67px);
}

.\[\&_span\.error\]\:inline-block span.error {
  display: inline-block;
}

.\[\&_span\.error\]\:leading-none span.error {
  line-height: 1;
}

.\[\&_span\.error\]\:mt-cl-\[1440\2c 5\2c 1010\] span.error {
}

.\[\&_span\.error\]\:text-cl-\[375\2c 15\2c 20\2c min\] span.error {
}

@media (min-width: 769px) {
  .min-768\:\[\&_span\.error\]\:text-cl-\[1440\2c 14\2c 16\2c 20\] span.error {
    font-size: clamp(14px, 1.11vw, 20px);
  }
}

.\[\&_svg\]\:h-full svg {
  height: 100%;
}

.\[\&_svg\]\:w-full svg {
  width: 100%;
}

.\[\&_svg\]\:\[filter\:drop-shadow\(0px_4px_10px_rgba\(0\2c _0\2c _0\2c _0\.80\)\)\] svg {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.80));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.80));
}

.\[\&_svg_\*\]\:fill-white svg * {
  fill: #fff;
}

.\[\&_svg_\*\]\:duration-300 svg * {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.group:hover .group-hover\:\[\&_svg_\*\]\:fill-white svg * {
  fill: #fff;
}

.\[\&_textarea\]\:w-full textarea {
  width: 100%;
}

.\[\&_textarea\]\:border textarea {
  border-width: 1px;
}

.\[\&_textarea\]\:border-solid textarea {
  border-style: solid;
}

.\[\&_textarea\]\:border-\[\#888888\] textarea {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}

.\[\&_textarea\]\:font-serif textarea {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_textarea\]\:font-medium textarea {
  font-weight: 500;
}

.\[\&_textarea\]\:p-cl-\[1440\2c 10\2c 10\2c 20\] textarea {
  padding: clamp(10px, 0.69vw, 20px);
}

.\[\&_textarea\]\:text-cl-\[375\2c 14\2c 16\2c 20\] textarea {
  font-size: clamp(14px, 4.27vw, 20px);
}

@media (min-width: 769px) {
  .min-768\:\[\&_textarea\]\:text-cl-\[1440\2c 14\2c 16\2c 20\] textarea {
    font-size: clamp(14px, 1.11vw, 20px);
  }
}
/*# sourceMappingURL=tailwind-dist.css.map */