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

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

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Raleway, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

/* FV SECTION */

.fv-section {
  /* 16:9の高さを上限にする */
  /* max-height: min(100vh, 56.25vw); */
  .gallery .kv__image.is-current {
    clip-path: inset(0% 0 0 0);
  }
  .gallery .kv__image.is-current img {
    position: relative;
  }
  .gallery .kv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* FV News hover effect */
  .fv-news {
    &:hover {
      transform: translateY(-2px);
      opacity: 0.8;
      .news__img img {
        transform: scale(1.1);
        opacity: 0.9;
      }
    }
  }
}

/* SERVICE SECTION */

.service-section {
  /* Swiper Slide Animation Styles */
  .swiper {
    overflow: unset !important;
  }
  .swiper-slide .image {
    opacity: 0;
    transition: clip-path 0.8s ease-out, opacity 0.8s ease-out;
  }
  .swiper-slide .title,
    .swiper-slide .group,
    .swiper-slide .buttonArea,
    .swiper-slide .slide__lead {
    opacity: 0;
  }
  .swiper-pagination {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    left: -50px;
    display: flex;
    flex-direction: column;
    @media(min-width: 1024px) {
      left: -40px;
    }
    @media(min-width: 1280px) {
      left: -140px;
    }
  }
  .swiper-pagination-bullet {
    width: 28px !important;
    height: 28px !important;
    background: unset !important;
    position: relative;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    top: 9px;
    left: 9px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #1d1a1a;
  }
  .swiper-pagination-bullet-active {
    background: white !important;
  }
  .swiper-pagination-bullet-active::before {
    background: #ac210b;
    border: unset;
  }
}

/* MEDIA SECTION */

.media-section {
  .category__item {
    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(212, 192, 137, 0.2), transparent);
      transition: left 0.5s ease;
    }
    &:hover {
      --tw-border-opacity: 1;
      border-color: rgb(155 139 97 / var(--tw-border-opacity, 1));
    }
    &:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(155 139 97 / var(--tw-bg-opacity, 1));
    }
    &:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(212, 192, 137, 0.3);
      &:before {
        left: 100%;
      }
    }
    &.active {
      --tw-border-opacity: 1;
      border-color: rgb(155 139 97 / var(--tw-border-opacity, 1));
    }
    &.active {
      --tw-bg-opacity: 1;
      background-color: rgb(155 139 97 / var(--tw-bg-opacity, 1));
    }
    &.active {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
  .item {
    &:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: #D4C089;
      transition: width 0.6s ease;
    }
    &:hover {
      &::after {
        width: 100%;
      }
    }
  }
}

/* SLIDER SECTION */

.slider-section {
  .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .swiper-slide {
    img {
      height: 100%;
    }
    img {
      width: 100%;
    }
    img {
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}

/* FOOTER SECTION */

.footer-section {
  .linkGroup li:before {
    position: absolute;
  }
  .linkGroup li:before {
    left: 10px;
  }
  .linkGroup li:before {
    top: 10px;
  }
  .linkGroup li:before {
    display: block;
  }
  .linkGroup li:before {
    height: 2px;
  }
  .linkGroup li:before {
    width: 2px;
  }
  .linkGroup li:before {
    border-radius: 9999px;
  }
  .linkGroup li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(29 26 26 / var(--tw-bg-opacity, 1));
  }
  .linkGroup li:before {
    --tw-content: '';
    content: var(--tw-content);
  }
  .links__bottom li:before {
    position: absolute;
  }
  .links__bottom li:before {
    left: 0;
  }
  .links__bottom li:before {
    top: 50%;
  }
  .links__bottom li:before {
    display: block;
  }
  .links__bottom li:before {
    height: 8px;
  }
  .links__bottom li:before {
    width: 8px;
  }
  .links__bottom li:before {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .links__bottom li:before {
    border-radius: 9999px;
  }
  .links__bottom li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(29 26 26 / var(--tw-bg-opacity, 1));
  }
  .links__bottom li:before {
    --tw-content: '';
    content: var(--tw-content);
  }
  .partner {
    .item .sub:before {
      position: absolute;
    }
    .item .sub:before {
      left: 5px;
    }
    .item .sub:before {
      top: 50%;
    }
    .item .sub:before {
      display: block;
    }
    .item .sub:before {
      height: 4px;
    }
    .item .sub:before {
      width: 4px;
    }
    .item .sub:before {
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .item .sub:before {
      border-radius: 9999px;
    }
    .item .sub:before {
      --tw-bg-opacity: 1;
      background-color: rgb(29 26 26 / var(--tw-bg-opacity, 1));
    }
    .item .sub:before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.bottom-\[110px\] {
  bottom: 110px;
}

.bottom-\[13px\] {
  bottom: 13px;
}

.bottom-\[191px\] {
  bottom: 191px;
}

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

.bottom-\[220px\] {
  bottom: 220px;
}

.bottom-\[25px\] {
  bottom: 25px;
}

.bottom-\[272px\] {
  bottom: 272px;
}

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

.bottom-\[66px\] {
  bottom: 66px;
}

.bottom-\[72px\] {
  bottom: 72px;
}

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

.bottom-\[87px\] {
  bottom: 87px;
}

.left-0 {
  left: 0px;
}

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

.left-\[16px\] {
  left: 35px;

}
  @media (max-width: 768px) {
  .left-\[16px\] {
    left: 16px;

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.right-\[20\.63vw\] {
  right: 20.63vw;
}

.right-\[22\.22vw\] {
  right: 22.22vw;
}

.right-\[30\.16vw\] {
  right: 30.16vw;
}

.right-\[7\.22vw\] {
  right: 7.22vw;
}

.right-\[7\.94vw\] {
  right: 7.94vw;
}

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

.top-\[11\.90vw\] {
  top: 11.90vw;
}

.top-\[17\.46vw\] {
  top: 17.46vw;
}

.top-\[19\.84vw\] {
  top: 19.84vw;
}

.top-\[27\.78vw\] {
  top: 27.78vw;
}

.top-\[31\.75vw\] {
  top: 31.75vw;
}

.top-\[39\.68vw\] {
  top: 39.68vw;
}

.top-\[51\.59vw\] {
  top: 51.59vw;
}

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

.right-\[17\.09vw\] {
  right: 17.09vw;
}

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

.right-\[5\.55vw\] {
  right: 5.55vw;
}

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

.top-\[-1\.83vw\] {
  top: -1.83vw;
}

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

.top-\[15\.26vw\] {
  top: 15.26vw;
}

.top-\[21\.37vw\] {
  top: 21.37vw;
}

.top-\[24\.42vw\] {
  top: 24.42vw;
}

.top-\[30\.52vw\] {
  top: 30.52vw;
}

.top-\[9\.15vw\] {
  top: 9.15vw;
}

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.ml-\[18\%\] {
  margin-left: 18%;
}

.mr-\[10\%\] {
  margin-right: 10%;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-205px\)\] {
  height: calc(100vh - 400px);
}

.h-full {
  height: 100%;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

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

.w-\[15\.5\%\] {
  width: 15.5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.w-\[26\.27vw\] {
  width: 26.27vw;
}

.w-\[26\.75vw\] {
  width: 26.75vw;
}

.w-\[29\.21vw\] {
  width: 29.21vw;
}

.w-\[29\.76vw\] {
  width: 29.76vw;
}

.w-\[32\.46vw\] {
  width: 32.46vw;
}

.w-\[34\.37vw\] {
  width: 34.37vw;
}

.w-\[39\.05vw\] {
  width: 39.05vw;
}

.w-\[14\.9vw\] {
  width: 14.9vw;
}

.w-\[17\.03vw\] {
  width: 17.03vw;
}

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

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

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

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

.w-\[24\.97vw\] {
  width: 24.97vw;
}

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.translate-y-\[30px\] {
  --tw-translate-y: 30px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes charAppear {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-char-appear {
  animation: charAppear 0.6s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  animation: marquee 24s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee-short {
  animation: marquee 8s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.gap-\[1em\] {
  gap: 1em;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

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

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

.border {
  border-width: 1px;
}

.border-x-\[1px\] {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

.border-\[\#e1d2aa\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 210 170 / var(--tw-border-opacity, 1));
}

.border-black1 {
  --tw-border-opacity: 1;
  border-color: rgb(29 26 26 / var(--tw-border-opacity, 1));
}

.border-gold2 {
  --tw-border-opacity: 1;
  border-color: rgb(212 192 137 / var(--tw-border-opacity, 1));
}

.border-gold4 {
  --tw-border-opacity: 1;
  border-color: rgb(155 139 97 / var(--tw-border-opacity, 1));
}

.border-red1 {
  --tw-border-opacity: 1;
  border-color: rgb(172 33 11 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#9B8B61\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 139 97 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E1D2AA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 210 170 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e1d2aa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 210 170 / var(--tw-bg-opacity, 1));
}

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

.bg-black1 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity, 1));
}

.bg-gold1 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 210 170 / var(--tw-bg-opacity, 1));
}

.bg-gold2 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 192 137 / var(--tw-bg-opacity, 1));
}

.bg-gold4 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 139 97 / var(--tw-bg-opacity, 1));
}

.bg-red1 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 33 11 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-\[url\(\'\.\.\/images\/service_sp_bg_img\.png\'\)\] {
  background-image: url('../images/service_sp_bg_img.png');
}

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

.from-\[\#e1d2aa\] {
  --tw-gradient-from: #e1d2aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 210 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

.py-\[4\.75px\] {
  padding-top: 4.75px;
  padding-bottom: 4.75px;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

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

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

.pl-\[23px\] {
  padding-left: 23px;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

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

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

.leading-\[1\.7\] {
  line-height: 1.7;
}

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

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

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

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

.tracking-\[\.08em\] {
  letter-spacing: .08em;
}

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

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

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

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

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

.text-black1 {
  --tw-text-opacity: 1;
  color: rgb(29 26 26 / var(--tw-text-opacity, 1));
}

.text-gold2 {
  --tw-text-opacity: 1;
  color: rgb(212 192 137 / var(--tw-text-opacity, 1));
}

.text-red1 {
  --tw-text-opacity: 1;
  color: rgb(172 33 11 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-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);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-\[0\.5s\] {
  transition-delay: 0.5s;
}

.delay-\[0\.6s\] {
  transition-delay: 0.6s;
}

.delay-\[0\.7s\] {
  transition-delay: 0.7s;
}

.delay-\[0\.9s\] {
  transition-delay: 0.9s;
}

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

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

.will-change-transform {
  will-change: transform;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes arrowNextFade {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  20% {
    opacity: 0;
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

html {
  scroll-behavior: smooth;
  /* font-size: 0.25vw;   */
}

/* @media (min-width: 402px) {
  html {
    font-size: 0.25vw;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 0.13vw;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 0.07vw;
  }
} */

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(33, 33, 33, 0.1);
  border-top: 3px solid #212121;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Reusable hover underline effect */

.u-hover-underline {
  position: relative;
  &:after {
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    border-bottom: 1px solid #AC210B;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
  }
  &:hover {
    &::after {
      transform: scaleX(1);
    }
  }
}

.u-animate-arrow-next {
  &:hover {
    img, svg{
      animation: arrowNextFade 0.6s ease;
    }
  }
}

.u-hover-bg-red {
  transition: background-color 0.7s ease, border-color 0.7s ease;
  span {
    transition: color 0.7s ease;
  }
  svg {
    path {
      transition: fill 0.7s ease;
    }
  }
  &:hover {
    background: white;
    border: 1px solid #AC210B;
    span {
      color: #AC210B;
    }
    svg {
      path {
        fill: #AC210B;
      }
    }
  }
}

.u-hover-bg-white {
  transition: background-color 0.7s ease, border-color 0.7s ease;
  span {
    transition: color 0.7s ease;
  }
  svg {
    path {
      transition: fill 0.7s ease;
    }
  }
  &:hover {
    background: #AC210B;
    border: 1px solid white;
    span {
      color: white;
    }
    svg {
      path {
        stroke: white;
      }
    }
  }
}

.u-hover-bg-gold {
  span {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
  &:hover {
    span {
      color: #e1d2aa;
      background: white;
      border: 1px solid #e1d2aa;
    }
  }
}

.u-hover-animate-item {
  .item__img {
    overflow: hidden;
  }
  .item__img img, .item__link img {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .item__img img, .item__link img {
    transition-duration: 500ms;
  }
  .item__img img, .item__link img {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  &:hover {
    .item__img img {
      transform: scale(1.2);
    }
    .item__link img {
      transform: translateX(5px);
    }
  }
}

.u-opacity-effect {
  transition: opacity 0.3s ease-in-out;
  &:hover {
    opacity: 0.8;
  }
}

/* Animation delay utilities */

.animate-delay-100 {
  animation-delay: 0.1s;
}

.animate-delay-200 {
  animation-delay: 0.2s;
}

.animate-delay-300 {
  animation-delay: 0.3s;
}

.animate-delay-400 {
  animation-delay: 0.4s;
}

.animate-delay-500 {
  animation-delay: 0.5s;
}

.animate-delay-600 {
  animation-delay: 0.6s;
}

.animate-delay-700 {
  animation-delay: 0.7s;
}

.animate-delay-800 {
  animation-delay: 0.8s;
}

.animate-delay-900 {
  animation-delay: 0.9s;
}

.animate-delay-1000 {
  animation-delay: 1s;
}

.animate-delay-1100 {
  animation-delay: 1.1s;
}

.animate-delay-1200 {
  animation-delay: 1.2s;
}

.animate-delay-1300 {
  animation-delay: 1.3s;
}

.animate-delay-1400 {
  animation-delay: 1.4s;
}

#header {
  transition: transform 0.3s ease-in-out;
}

#header.is-active {
  background-color: transparent;
}

/* Hamburger Menu Styles */

.hamburger-btn {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

.hamburger-btn.is-active .hamburger-icon .hamburger-line:nth-child(1) {
  transform: rotate(30deg) translate(7px, 11px);
}

.hamburger-btn.is-active .hamburger-icon .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.is-active .hamburger-icon .hamburger-line:nth-child(3) {
  transform: rotate(-30deg) translate(3px, -7px);
}

/* Mobile Menu Styles */

.mobile-menu {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mobile-menu.is-open {
  transform: translateX(0);
  opacity: 1;
}

._d02 {
  transition-delay: .2s;
}

._d03 {
  transition-delay: .3s;
}

._d04 {
  transition-delay: .4s;
}

._d05 {
  transition-delay: .5s;
}

._d06 {
  transition-delay: .6s;
}

._d07 {
  transition-delay: .7s;
}

._d08 {
  transition-delay: .8s;
}

._f-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition-duration: 1s;
  transition-timing-function: ease;
}

._f-up._is-inview {
  opacity: 1;
  transform: translate(0);
}

._f-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

._f-in._is-inview {
  opacity: 1;
}

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

  .md\:bottom-\[12px\] {
    bottom: 12px;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

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

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

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

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

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

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

  .md\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:my-\[26px\] {
    margin-top: 26px;
    margin-bottom: 26px;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

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

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

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

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

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

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-\[calc\(56\.2525vw-171\.5px\)\] {
    height: calc(56.2525vw - 171.5px);
  }

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

  .md\:h-\[calc\(70vw-171\.5px\)\] {
    height: calc(70vw - 171.5px);
  }

  .md\:h-\[calc\(80vw-171\.5px\)\] {
    height: calc(80vw - 171.5px);
  }

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[25\.24vw\] {
    width: 25.24vw;
  }

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

  .md\:w-\[39\.05vw\] {
    width: 39.05vw;
  }

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

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

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

  .md\:basis-auto {
    flex-basis: auto;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .md\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

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

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[98px\] {
    line-height: 90px;
  }
}

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

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

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

  .lg\:top-\[-13px\] {
    top: -13px;
  }

  .lg\:top-\[85px\] {
    top: 85px;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

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

  .lg\:ml-\[62px\] {
    margin-left: 62px;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-\[calc\(56\.25vw-160px\)\] {
    height: calc(56.25vw - 160px);
  }

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

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

  .lg\:bg-\[url\(\'\.\.\/images\/service_bg_img\.png\'\)\] {
    background-image: url('../images/service_bg_img.png');
  }

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

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

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

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

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

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

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

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

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

  .lg\:pl-\[84px\] {
    padding-left: 84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:right-\[-200px\] {
    right: -200px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[calc\(56\.25vw-200px\)\] {
    height: calc(56.25vw - 200px);
  }

  .xl\:w-\[19\.37vw\] {
    width: 19.37vw;
  }

  .xl\:w-\[22\.14vw\] {
    width: 22.14vw;
  }

  .xl\:w-\[25\.24vw\] {
    width: 25.24vw;
  }

  .xl\:w-\[26\.27vw\] {
    width: 26.27vw;
  }

  .xl\:w-\[26\.75vw\] {
    width: 26.75vw;
  }

  .xl\:w-\[28\.41vw\] {
    width: 28.41vw;
  }

  .xl\:w-\[29\.21vw\] {
    width: 29.21vw;
  }

  .xl\:w-\[29\.76vw\] {
    width: 29.76vw;
  }

  .xl\:w-\[32\.46vw\] {
    width: 32.46vw;
  }

  .xl\:w-\[34\.37vw\] {
    width: 34.37vw;
  }

  .xl\:w-\[39\.05vw\] {
    width: 39.05vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

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

  .xl\:border-none {
    border-style: none;
  }

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

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

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

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

  .xl\:pl-\[62px\] {
    padding-left: 62px;
  }

  .xl\:pr-\[100px\] {
    padding-right: 100px;
  }

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

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

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

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

  @media (min-width: 768px) {
    .xl\:md\:w-\[318px\] {
      width: 318px;
    }

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

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

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