/*
! 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;
}

/* フォント定義 */

/* functions.phpで読み込んでいるためコメントアウト */

/*
  @font-face {
    font-family: 'FOT-MatissePro-B';
    src: url('../fonts/FOT-MatissePro/woff/FOT-MatissePro-B.woff2') format('woff2'),
      url('../fonts/FOT-MatissePro/woff/FOT-MatissePro-B.woff') format('woff'),
      url('../fonts/FOT-MatissePro/FOT-MatissePro-B.otf') format('opentype');
    font-style: normal;
    font-display: swap;
  }
  */

/* ベース設定 */

html {
  /* scroll-behavior: smooth; */
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Noto Sans JP, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: clamp(10.67px, 1.11vw, 21.33px);
  font-size: clamp(13.65px, 4.27vw, 27.20px);
  max-width: 1920px;
  margin: auto;
}

*:focus {
  outline: none;
}

*:not(p) {
  line-height: 1;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.5;
  letter-spacing: 0em;
}

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

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

*, ::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: 640px) {
  .container {
    max-width: 640px;
  }
}

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

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

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

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

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

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

/* ハンバーガーメニュー用スタイル */

@media (max-width: 768px) {
  .hb-style {
    inset: 0px;
    z-index: 0;
    margin: auto;
    width: 100%;
    --tw-translate-x: 100%;
    -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));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    padding-left: clamp(34.13px, 10.67vw, 68.00px);
    padding-right: clamp(34.13px, 10.67vw, 68.00px);
    row-gap: clamp(5.12px, 1.60vw, 10.20px);
  }

  .hb-style.menu-open {
    --tw-translate-x: 0px;
    -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));
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

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

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

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

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

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

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

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.h-fit {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -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));
}

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

.resize {
  resize: both;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

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

.bg-\[\#26312C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 49 44 / var(--tw-bg-opacity));
}

.bg-\[\#80a08f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 160 143 / var(--tw-bg-opacity));
}

.bg-\[\#ebeced\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 237 / var(--tw-bg-opacity));
}

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

.bg-bgcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(78 104 96 / var(--tw-bg-opacity));
}

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

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-subcolor1 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 45 36 / var(--tw-bg-opacity));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

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

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

.bg-\[url\(\'\.\.\/img\/common\/moku-iseshima\.png\'\)\] {
  background-image: url('../img/common/moku-iseshima.png');
}

.bg-\[url\(\'\.\.\/img\/common\/moku-kyoto\.png\'\)\] {
  background-image: url('../img/common/moku-kyoto.png');
}

.bg-\[url\(\'\.\.\/img\/common\/moku-neysun\.png\'\)\] {
  background-image: url('../img/common/moku-neysun.png');
}

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

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

.bg-\[length\:100\%_auto\] {
  background-size: 100% auto;
}

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

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

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

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

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

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

.fill-white {
  fill: #fff;
}

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

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

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

.font-matisseB {
  font-family: FOT-MatissePro-B, serif;
}

.font-oswald {
  font-family: Oswald, sans-serif;
}

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

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

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

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

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

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

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

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

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

.leading-\[2\.5\] {
  line-height: 2.5;
}

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.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-colors {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -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-2000 {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms;
}

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

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

.max-w-clamp-\[960\] {
}

.w-lg-\[160\] {
  width: clamp(85.44px, 11.11vw, 213.33px);
}

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

.w-lg-\[250\] {
  width: clamp(133.51px, 17.36vw, 333.33px);
}

.max-w-lg-\[700\] {
  max-width: clamp(373.82px, 48.61vw, 933.33px);
}

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

.min-w-lg-\[145\] {
  min-width: clamp(77.43px, 10.07vw, 193.33px);
}

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

.h-lg-\[624\] {
  height: clamp(333.23px, 43.33vw, 832.00px);
}

.shadow-lg-\[5\2c 10\2c 10\2c rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  -webkit-box-shadow: clamp(2.67px, 0.35vw, 6.67px) clamp(5.34px, 0.69vw, 13.33px) clamp(5.34px, 0.69vw, 13.33px) rgba(0, 0, 0, 0.25);
          box-shadow: clamp(2.67px, 0.35vw, 6.67px) clamp(5.34px, 0.69vw, 13.33px) clamp(5.34px, 0.69vw, 13.33px) rgba(0, 0, 0, 0.25);
}

.text-lg-6 {
  font-size: clamp(4.00px, 0.42vw, 8.00px);
}

.text-lg-12 {
  font-size: clamp(8.00px, 0.83vw, 16.00px);
}

.text-lg-14 {
  font-size: clamp(9.33px, 0.97vw, 18.67px);
}

.text-lg-16 {
  font-size: clamp(10.67px, 1.11vw, 21.33px);
}

.text-lg-18 {
  font-size: clamp(12.00px, 1.25vw, 24.00px);
}

.text-lg-20 {
  font-size: clamp(13.33px, 1.39vw, 26.67px);
}

.text-lg-24 {
  font-size: clamp(16.00px, 1.67vw, 32.00px);
}

.text-lg-32 {
  font-size: clamp(21.33px, 2.22vw, 42.67px);
}

.text-lg-48 {
  font-size: clamp(32.00px, 3.33vw, 64.00px);
}

.w-lg-16 {
  width: clamp(8.54px, 1.11vw, 21.33px);
}

.w-lg-18 {
  width: clamp(9.61px, 1.25vw, 24.00px);
}

.w-lg-32 {
  width: clamp(17.09px, 2.22vw, 42.67px);
}

.w-lg-104 {
  width: clamp(55.54px, 7.22vw, 138.67px);
}

.min-w-lg-320 {
  min-width: clamp(170.89px, 22.22vw, 426.67px);
}

.h-lg-2 {
  height: clamp(1.07px, 0.14vw, 2.67px);
}

.h-lg-18 {
  height: clamp(9.61px, 1.25vw, 24.00px);
}

.h-lg-32 {
  height: clamp(17.09px, 2.22vw, 42.67px);
}

.h-lg-104 {
  height: clamp(55.54px, 7.22vw, 138.67px);
}

.h-lg-144 {
  height: clamp(76.90px, 10.00vw, 192.00px);
}

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

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

.mt-lg-64 {
  margin-top: clamp(34.18px, 4.44vw, 85.33px);
}

.mb-lg-4 {
  margin-bottom: clamp(2.14px, 0.28vw, 5.33px);
}

.mb-lg-8 {
  margin-bottom: clamp(4.27px, 0.56vw, 10.67px);
}

.py-lg-8 {
  padding-top: clamp(4.27px, 0.56vw, 10.67px);
  padding-bottom: clamp(4.27px, 0.56vw, 10.67px);
}

.py-lg-16 {
  padding-top: clamp(8.54px, 1.11vw, 21.33px);
  padding-bottom: clamp(8.54px, 1.11vw, 21.33px);
}

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

.py-lg-40 {
  padding-top: clamp(21.36px, 2.78vw, 53.33px);
  padding-bottom: clamp(21.36px, 2.78vw, 53.33px);
}

.py-lg-80 {
  padding-top: clamp(42.72px, 5.56vw, 106.67px);
  padding-bottom: clamp(42.72px, 5.56vw, 106.67px);
}

.py-lg-104 {
  padding-top: clamp(55.54px, 7.22vw, 138.67px);
  padding-bottom: clamp(55.54px, 7.22vw, 138.67px);
}

.py-lg-120 {
  padding-top: clamp(64.08px, 8.33vw, 160.00px);
  padding-bottom: clamp(64.08px, 8.33vw, 160.00px);
}

.px-lg-8 {
  padding-left: clamp(4.27px, 0.56vw, 10.67px);
  padding-right: clamp(4.27px, 0.56vw, 10.67px);
}

.px-lg-28 {
  padding-left: clamp(14.95px, 1.94vw, 37.33px);
  padding-right: clamp(14.95px, 1.94vw, 37.33px);
}

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

.px-lg-88 {
  padding-left: clamp(46.99px, 6.11vw, 117.33px);
  padding-right: clamp(46.99px, 6.11vw, 117.33px);
}

.px-lg-104 {
  padding-left: clamp(55.54px, 7.22vw, 138.67px);
  padding-right: clamp(55.54px, 7.22vw, 138.67px);
}

.px-lg-120 {
  padding-left: clamp(64.08px, 8.33vw, 160.00px);
  padding-right: clamp(64.08px, 8.33vw, 160.00px);
}

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

.px-lg-152 {
  padding-left: clamp(81.17px, 10.56vw, 202.67px);
  padding-right: clamp(81.17px, 10.56vw, 202.67px);
}

.px-lg-184 {
  padding-left: clamp(98.26px, 12.78vw, 245.33px);
  padding-right: clamp(98.26px, 12.78vw, 245.33px);
}

.pt-lg-64 {
  padding-top: clamp(34.18px, 4.44vw, 85.33px);
}

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

.pt-lg-104 {
  padding-top: clamp(55.54px, 7.22vw, 138.67px);
}

.pt-lg-120 {
  padding-top: clamp(64.08px, 8.33vw, 160.00px);
}

.pb-lg-6 {
  padding-bottom: clamp(3.20px, 0.42vw, 8.00px);
}

.pb-lg-64 {
  padding-bottom: clamp(34.18px, 4.44vw, 85.33px);
}

.pb-lg-96 {
  padding-bottom: clamp(51.27px, 6.67vw, 128.00px);
}

.pb-lg-120 {
  padding-bottom: clamp(64.08px, 8.33vw, 160.00px);
}

.pb-lg-144 {
  padding-bottom: clamp(76.90px, 10.00vw, 192.00px);
}

.pb-lg-184 {
  padding-bottom: clamp(98.26px, 12.78vw, 245.33px);
}

.top-lg-56 {
  top: clamp(29.91px, 3.89vw, 74.67px);
}

.gap-lg-6 {
  gap: clamp(3.20px, 0.42vw, 8.00px);
}

.gap-lg-8 {
  gap: clamp(4.27px, 0.56vw, 10.67px);
}

.gap-lg-10 {
  gap: clamp(5.34px, 0.69vw, 13.33px);
}

.gap-lg-16 {
  gap: clamp(8.54px, 1.11vw, 21.33px);
}

.gap-lg-20 {
  gap: clamp(10.68px, 1.39vw, 26.67px);
}

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

.gap-lg-28 {
  gap: clamp(14.95px, 1.94vw, 37.33px);
}

.gap-lg-32 {
  gap: clamp(17.09px, 2.22vw, 42.67px);
}

.gap-lg-36 {
  gap: clamp(19.23px, 2.50vw, 48.00px);
}

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

.gap-lg-48 {
  gap: clamp(25.63px, 3.33vw, 64.00px);
}

.gap-lg-80 {
  gap: clamp(42.72px, 5.56vw, 106.67px);
}

.gap-x-lg-8 {
  -moz-column-gap: clamp(4.27px, 0.56vw, 10.67px);
       -webkit-column-gap: clamp(4.27px, 0.56vw, 10.67px);
          column-gap: clamp(4.27px, 0.56vw, 10.67px);
}

.gap-x-lg-12 {
  -moz-column-gap: clamp(6.41px, 0.83vw, 16.00px);
       -webkit-column-gap: clamp(6.41px, 0.83vw, 16.00px);
          column-gap: clamp(6.41px, 0.83vw, 16.00px);
}

.gap-y-lg-20 {
  row-gap: clamp(10.68px, 1.39vw, 26.67px);
}

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

.rounded-lg-4 {
  border-radius: clamp(2.14px, 0.28vw, 5.33px);
}

.rounded-lg-8 {
  border-radius: clamp(4.27px, 0.56vw, 10.67px);
}

.rounded-lg-24 {
  border-radius: clamp(12.82px, 1.67vw, 32.00px);
}

.w-sm-16 {
  width: clamp(13.65px, 4.27vw, 27.20px);
}

.w-sm-32 {
  width: clamp(27.31px, 8.53vw, 54.40px);
}

.h-sm-2 {
  height: clamp(1.71px, 0.53vw, 3.40px);
}

.h-sm-16 {
  height: clamp(13.65px, 4.27vw, 27.20px);
}

.h-sm-24 {
  height: clamp(20.48px, 6.40vw, 40.80px);
}

.h-sm-32 {
  height: clamp(27.31px, 8.53vw, 54.40px);
}

.right-sm-12 {
  right: clamp(10.24px, 3.20vw, 20.40px);
}

.left-sm-12 {
  left: clamp(10.24px, 3.20vw, 20.40px);
}

.gap-y-sm-12 {
  row-gap: clamp(10.24px, 3.20vw, 20.40px);
}

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

/* スマホ用セクション余白 */

@media (max-width: 768px) {
  .sp-section-space {
    padding-top: clamp(54.61px, 17.07vw, 108.80px);
    padding-bottom: clamp(54.61px, 17.07vw, 108.80px);
    padding-left: clamp(20.48px, 6.40vw, 40.80px);
    padding-right: clamp(20.48px, 6.40vw, 40.80px);
  }
}

/* 横スクロール用のスクロールバー非表示 */

/* 横スクロールコンテナ用 */

/* スクロールスナップ用 */

/* 背景のドット */

.section-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #4e6860 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 104 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3e4845 var(--tw-gradient-to-position);
}

/* シャドウ */

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

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

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

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

.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\:h-lg-\[1\.6\]::after {
  content: var(--tw-content);
  height: clamp(0.85px, 0.11vw, 2.13px);
}

.hover\:bg-\[\#444f41\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 79 65 / var(--tw-bg-opacity));
}

.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-maincolor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 102 / var(--tw-bg-opacity));
}

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

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

.hover\:opacity-40:hover {
  opacity: 0.4;
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

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

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

.group.menu-open .group-\[\&\.menu-open\]\:bottom-\[inherit\] {
  bottom: inherit;
}

.group.menu-open .group-\[\&\.menu-open\]\:top-0 {
  top: 0px;
}

.group.menu-open .group-\[\&\.menu-open\]\:-rotate-45 {
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.menu-open .group-\[\&\.menu-open\]\:rotate-45 {
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.menu-open .group-\[\&\.menu-open\]\:bg-basecolor {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.group.menu-open .group-\[\&\.menu-open\]\:opacity-0 {
  opacity: 0;
}

.group.menu-open .group-\[\&\.menu-open\]\:translate-y-sm-\[11\] {
  translate: 0 clamp(9.39px, 2.93vw, 18.70px);
}

body.lang-en .lang-en\:hidden {
  display: none;
}

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

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

body.lang-en .lang-en\:min-w-lg-\[210\] {
  min-width: clamp(112.15px, 14.58vw, 280.00px);
}

body.lang-zh .lang-zh\:min-w-lg-\[145\] {
  min-width: clamp(77.43px, 10.07vw, 193.33px);
}

@media (min-width: 769px) {
  .min-sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .min-sm\:z-50 {
    z-index: 50;
  }

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

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

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

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

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

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

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

  .min-sm\:bg-\[linear-gradient\(90deg\2c rgba\(0\2c 0\2c 0\2c 0\)_2\%\2c rgba\(56\2c 38\2c 47\2c 0\.8\)_11\.64\%\2c rgba\(56\2c 38\2c 47\2c 0\.8\)_87\.42\%\2c rgba\(0\2c 0\2c 0\2c 0\)_98\%\)\] {
    background-image: -webkit-gradient(linear,left top, right top,color-stop(2%, rgba(0,0,0,0)),color-stop(11.64%, rgba(56,38,47,0.8)),color-stop(87.42%, rgba(56,38,47,0.8)),color-stop(98%, rgba(0,0,0,0)));
    background-image: linear-gradient(90deg,rgba(0,0,0,0) 2%,rgba(56,38,47,0.8) 11.64%,rgba(56,38,47,0.8) 87.42%,rgba(0,0,0,0) 98%);
  }

  .min-sm\:bg-fixed {
    background-attachment: fixed;
  }

  .min-sm\:text-center {
    text-align: center;
  }

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

  .min-sm\:px-lg-88 {
    padding-left: clamp(46.99px, 6.11vw, 117.33px);
    padding-right: clamp(46.99px, 6.11vw, 117.33px);
  }

  .min-sm\:px-lg-104 {
    padding-left: clamp(55.54px, 7.22vw, 138.67px);
    padding-right: clamp(55.54px, 7.22vw, 138.67px);
  }

  .min-sm\:px-lg-120 {
    padding-left: clamp(64.08px, 8.33vw, 160.00px);
    padding-right: clamp(64.08px, 8.33vw, 160.00px);
  }

  .min-sm\:pt-lg-120 {
    padding-top: clamp(64.08px, 8.33vw, 160.00px);
  }

  .min-sm\:pb-lg-144 {
    padding-bottom: clamp(76.90px, 10.00vw, 192.00px);
  }

  .min-sm\:bottom-lg-16 {
    bottom: clamp(8.54px, 1.11vw, 21.33px);
  }

  .min-sm\:gap-x-lg-8 {
    -moz-column-gap: clamp(4.27px, 0.56vw, 10.67px);
         -webkit-column-gap: clamp(4.27px, 0.56vw, 10.67px);
            column-gap: clamp(4.27px, 0.56vw, 10.67px);
  }

  .min-sm\:gap-x-lg-12 {
    -moz-column-gap: clamp(6.41px, 0.83vw, 16.00px);
         -webkit-column-gap: clamp(6.41px, 0.83vw, 16.00px);
            column-gap: clamp(6.41px, 0.83vw, 16.00px);
  }

  .min-sm\: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-sm\:gap-y-lg-12 {
    row-gap: clamp(6.41px, 0.83vw, 16.00px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-sm\:border-basecolor {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
  }

  .max-sm\:bg-\[length\:200\%_auto\] {
    background-size: 200% auto;
  }

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

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

  .max-sm\:text-left {
    text-align: left;
  }

  .max-sm\:leading-\[1\.3\] {
    line-height: 1.3;
  }

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

  .max-sm\:text-basecolor {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }

  .max-sm\:opacity-40 {
    opacity: 0.4;
  }

  .max-sm\:w-sm-\[160\] {
    width: clamp(136.53px, 42.67vw, 272.00px);
  }

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

  .max-sm\:max-w-sm-\[375\] {
    max-width: clamp(320.00px, 100.00vw, 637.50px);
  }

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

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

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

  .max-sm\:text-sm-18 {
    font-size: clamp(15.36px, 4.80vw, 30.60px);
  }

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

  .max-sm\:text-sm-28 {
    font-size: clamp(23.89px, 7.47vw, 47.60px);
  }

  .max-sm\:w-sm-16 {
    width: clamp(13.65px, 4.27vw, 27.20px);
  }

  .max-sm\:w-sm-18 {
    width: clamp(15.36px, 4.80vw, 30.60px);
  }

  .max-sm\:w-sm-24 {
    width: clamp(20.48px, 6.40vw, 40.80px);
  }

  .max-sm\:w-sm-80 {
    width: clamp(68.27px, 21.33vw, 136.00px);
  }

  .max-sm\:h-sm-24 {
    height: clamp(20.48px, 6.40vw, 40.80px);
  }

  .max-sm\:h-sm-80 {
    height: clamp(68.27px, 21.33vw, 136.00px);
  }

  .max-sm\:h-sm-120 {
    height: clamp(102.40px, 32.00vw, 204.00px);
  }

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

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

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

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

  .max-sm\:mt-sm-48 {
    margin-top: clamp(40.96px, 12.80vw, 81.60px);
  }

  .max-sm\:mb-sm-4 {
    margin-bottom: clamp(3.41px, 1.07vw, 6.80px);
  }

  .max-sm\:p-sm-14 {
    padding: clamp(11.95px, 3.73vw, 23.80px);
  }

  .max-sm\:py-sm-4 {
    padding-top: clamp(3.41px, 1.07vw, 6.80px);
    padding-bottom: clamp(3.41px, 1.07vw, 6.80px);
  }

  .max-sm\:py-sm-6 {
    padding-top: clamp(5.12px, 1.60vw, 10.20px);
    padding-bottom: clamp(5.12px, 1.60vw, 10.20px);
  }

  .max-sm\:py-sm-8 {
    padding-top: clamp(6.83px, 2.13vw, 13.60px);
    padding-bottom: clamp(6.83px, 2.13vw, 13.60px);
  }

  .max-sm\:py-sm-12 {
    padding-top: clamp(10.24px, 3.20vw, 20.40px);
    padding-bottom: clamp(10.24px, 3.20vw, 20.40px);
  }

  .max-sm\:py-sm-14 {
    padding-top: clamp(11.95px, 3.73vw, 23.80px);
    padding-bottom: clamp(11.95px, 3.73vw, 23.80px);
  }

  .max-sm\:py-sm-24 {
    padding-top: clamp(20.48px, 6.40vw, 40.80px);
    padding-bottom: clamp(20.48px, 6.40vw, 40.80px);
  }

  .max-sm\:px-sm-6 {
    padding-left: clamp(5.12px, 1.60vw, 10.20px);
    padding-right: clamp(5.12px, 1.60vw, 10.20px);
  }

  .max-sm\:px-sm-8 {
    padding-left: clamp(6.83px, 2.13vw, 13.60px);
    padding-right: clamp(6.83px, 2.13vw, 13.60px);
  }

  .max-sm\:px-sm-16 {
    padding-left: clamp(13.65px, 4.27vw, 27.20px);
    padding-right: clamp(13.65px, 4.27vw, 27.20px);
  }

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

  .max-sm\:px-sm-24 {
    padding-left: clamp(20.48px, 6.40vw, 40.80px);
    padding-right: clamp(20.48px, 6.40vw, 40.80px);
  }

  .max-sm\:pb-sm-4 {
    padding-bottom: clamp(3.41px, 1.07vw, 6.80px);
  }

  .max-sm\:pb-sm-6 {
    padding-bottom: clamp(5.12px, 1.60vw, 10.20px);
  }

  .max-sm\:pb-sm-48 {
    padding-bottom: clamp(40.96px, 12.80vw, 81.60px);
  }

  .max-sm\:border-b-sm-px {
    border-bottom-width: clamp(0.85px, 0.27vw, 1.70px);
  }

  .max-sm\:gap-sm-4 {
    gap: clamp(3.41px, 1.07vw, 6.80px);
  }

  .max-sm\:gap-sm-6 {
    gap: clamp(5.12px, 1.60vw, 10.20px);
  }

  .max-sm\:gap-sm-8 {
    gap: clamp(6.83px, 2.13vw, 13.60px);
  }

  .max-sm\:gap-sm-10 {
    gap: clamp(8.53px, 2.67vw, 17.00px);
  }

  .max-sm\:gap-sm-12 {
    gap: clamp(10.24px, 3.20vw, 20.40px);
  }

  .max-sm\:gap-sm-16 {
    gap: clamp(13.65px, 4.27vw, 27.20px);
  }

  .max-sm\:gap-sm-20 {
    gap: clamp(17.07px, 5.33vw, 34.00px);
  }

  .max-sm\:gap-sm-24 {
    gap: clamp(20.48px, 6.40vw, 40.80px);
  }

  .max-sm\:gap-sm-32 {
    gap: clamp(27.31px, 8.53vw, 54.40px);
  }

  .max-sm\:gap-sm-40 {
    gap: clamp(34.13px, 10.67vw, 68.00px);
  }

  .max-sm\:gap-sm-48 {
    gap: clamp(40.96px, 12.80vw, 81.60px);
  }

  .max-sm\:gap-x-sm-8 {
    -moz-column-gap: clamp(6.83px, 2.13vw, 13.60px);
         -webkit-column-gap: clamp(6.83px, 2.13vw, 13.60px);
            column-gap: clamp(6.83px, 2.13vw, 13.60px);
  }

  .max-sm\:gap-x-sm-12 {
    -moz-column-gap: clamp(10.24px, 3.20vw, 20.40px);
         -webkit-column-gap: clamp(10.24px, 3.20vw, 20.40px);
            column-gap: clamp(10.24px, 3.20vw, 20.40px);
  }

  .max-sm\:gap-x-sm-16 {
    -moz-column-gap: clamp(13.65px, 4.27vw, 27.20px);
         -webkit-column-gap: clamp(13.65px, 4.27vw, 27.20px);
            column-gap: clamp(13.65px, 4.27vw, 27.20px);
  }

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

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

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

  .max-sm\:gap-y-sm-24 {
    row-gap: clamp(20.48px, 6.40vw, 40.80px);
  }

  .max-sm\:gap-y-sm-32 {
    row-gap: clamp(27.31px, 8.53vw, 54.40px);
  }

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

  .max-sm\:after\:h-sm-\[1\.6\]::after {
    content: var(--tw-content);
    height: clamp(1.37px, 0.43vw, 2.72px);
  }
}

.\[\&\.menu-open\]\:text-basecolor.menu-open {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.\[\&\.menu-open_span\]\:bg-basecolor.menu-open span {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

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

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

.\[\&_\*\]\:text-white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

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

.group:hover .group-hover\:\[\&_svg_\*\]\:stroke-basecolor svg * {
  stroke: #333;
}

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

@media (max-width: 768px) {
  .max-sm\:\[\&_svg_\*\]\:stroke-basecolor svg * {
    stroke: #333;
  }
}