@charset "UTF-8";
*, ::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.19 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-left-24{
  left: -6rem;
}
.-left-3{
  left: -0.75rem;
}
.-right-12{
  right: -3rem;
}
.-top-12{
  top: -3rem;
}
.-top-6{
  top: -1.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-\[-64px\]{
  bottom: -64px;
}
.bottom-auto{
  bottom: auto;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-20{
  left: 5rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[-340px\]{
  left: -340px;
}
.left-\[0px\]{
  left: 0px;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-20{
  top: 5rem;
}
.top-32{
  top: 8rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-7{
  top: 1.75rem;
}
.top-\[15\%\]{
  top: 15%;
}
.top-\[20\%\]{
  top: 20%;
}
.top-\[42\%\]{
  top: 42%;
}
.top-\[5\%\]{
  top: 5%;
}
.top-\[64\%\]{
  top: 64%;
}
.top-\[80\%\]{
  top: 80%;
}
.top-\[800px\]{
  top: 800px;
}
.top-\[925px\]{
  top: 925px;
}
.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-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[99999\]{
  z-index: 99999;
}
.z-\[9999\]{
  z-index: 9999;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-60{
  margin-bottom: 15rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[187\/258\]{
  aspect-ratio: 187/258;
}
.aspect-\[192\/256\]{
  aspect-ratio: 192/256;
}
.aspect-\[215\/126\]{
  aspect-ratio: 215/126;
}
.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}
.aspect-\[326\/434\]{
  aspect-ratio: 326/434;
}
.aspect-\[660\/385\]{
  aspect-ratio: 660/385;
}
.h-1{
  height: 0.25rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100svh\]{
  height: 100svh;
}
.h-\[1200px\]{
  height: 1200px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[400vh\]{
  height: 400vh;
}
.h-\[426px\]{
  height: 426px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[900px\]{
  height: 900px;
}
.h-\[95\%\]{
  height: 95%;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[100svh\]{
  min-height: 100svh;
}
.min-h-\[1470px\]{
  min-height: 1470px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[900px\]{
  min-height: 900px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[109px\]{
  width: 109px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[27\%\]{
  width: 27%;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[43px\]{
  width: 43px;
}
.w-\[46\%\]{
  width: 46%;
}
.w-\[47\%\]{
  width: 47%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.\!max-w-\[480px\]{
  max-width: 480px !important;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[1168px\]{
  max-width: 1168px;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[1350px\]{
  max-width: 1350px;
}
.max-w-\[1555px\]{
  max-width: 1555px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[656px\]{
  max-width: 656px;
}
.max-w-\[660px\]{
  max-width: 660px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[830px\]{
  max-width: 830px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.origin-top{
  transform-origin: top;
}
.-translate-x-1\/2{
  --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));
}
.-rotate-\[30deg\]{
  --tw-rotate: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\]{
  --tw-rotate: 30deg;
  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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
.scale-y-0{
  --tw-scale-y: 0;
  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));
}
.scale-y-100{
  --tw-scale-y: 1;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#1a1614\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 22 20 / var(--tw-border-opacity, 1));
}
.border-\[\#1a1614\]\/30{
  border-color: rgb(26 22 20 / 0.3);
}
.border-\[\#211e1b\]\/30{
  border-color: rgb(33 30 27 / 0.3);
}
.border-\[\#4A4A4A\]{
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.\!bg-\[\#c4bab2\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 186 178 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#1a1614\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 22 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#211e1b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 30 27 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4f4f4f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity, 1));
}
.bg-\[\#675140\]{
  --tw-bg-opacity: 1;
  background-color: rgb(103 81 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c2b8b0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(194 184 176 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c4bab2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(196 186 178 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  background-color: rgba(0,0,0,0.3);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\]{
  background-color: rgba(0,0,0,0.6);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]{
  background-color: rgba(255,255,255,0.2);
}
.bg-\[rgba\(60\2c 53\2c 48\2c 0\.5\)\]{
  background-color: rgba(60,53,48,0.5);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-current{
  background-color: currentColor;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-\[url\(\.\.\/images\/front-page\/bg_instagram\.webp\)\]{
  background-image: url(../images/front-page/bg_instagram.webp);
}
.bg-cover{
  background-size: cover;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.\!pt-6{
  padding-top: 1.5rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.\!leading-9{
  line-height: 2.25rem !important;
}
.\!leading-loose{
  line-height: 2 !important;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.\!leading-relaxed{
  line-height: 1.625 !important;
}
.\!leading-tight{
  line-height: 1.25 !important;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.5em\]{
  line-height: 1.5em;
}
.leading-\[1\.77\]{
  line-height: 1.77;
}
.leading-\[2\.28\]{
  line-height: 2.28;
}
.leading-loose{
  line-height: 2;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}
.tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}
.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-\[0\.4em\]{
  letter-spacing: 0.4em;
}
.tracking-\[4\.8px\]{
  letter-spacing: 4.8px;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#1a1614\]{
  --tw-text-opacity: 1;
  color: rgb(26 22 20 / var(--tw-text-opacity, 1));
}
.text-\[\#211e1b\]{
  --tw-text-opacity: 1;
  color: rgb(33 30 27 / var(--tw-text-opacity, 1));
}
.text-\[\#211e1c\]{
  --tw-text-opacity: 1;
  color: rgb(33 30 28 / var(--tw-text-opacity, 1));
}
.text-\[\#3c3530\]{
  --tw-text-opacity: 1;
  color: rgb(60 53 48 / var(--tw-text-opacity, 1));
}
.text-\[\#4A4A4A\]{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-\[\#828283\]{
  --tw-text-opacity: 1;
  color: rgb(130 130 131 / var(--tw-text-opacity, 1));
}
.text-\[\#dc2626\]{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.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);
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[0\.4s\]{
  transition-duration: 0.4s;
}
.duration-\[1500ms\]{
  transition-duration: 1500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.bg-main-black {
  background-color: #211E1C;
}

.border-main-black {
  border-color: #211E1C;
}

.bg-main-brown {
  background-color: #3C3530;
}

.bg-main-beige {
  background-color: #C4BAB2;
}

body {
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

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

.adamina {
  font-family: "Adamina", serif;
}

.vertical-rl {
  writing-mode: vertical-rl;
}

/* assets/scss/components/_link-circle.scss */
.u-link-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.w120 {
  width: 120px !important;
  height: 120px !important;
  --circle-size: 100%;
}

.w80 {
  width: 80px !important;
  height: 80px !important;
  --circle-size: 100%;
}

.u-link-text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  transition: color 0.4s ease-in-out;
  z-index: 10;
  position: relative;
  pointer-events: none;
}
.group:hover .u-link-text, .u-link-text:hover {
  color: #211E1C;
}

.u-link-circle {
  --circle-size: 36px;
  --circle-border: #fff;
  --circle-bg: #C4BAB2;
  --circle-init-bg: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: var(--circle-init-bg);
  transition: background-color 0.4s ease-in-out;
  z-index: 0;
}
.u-link-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--circle-border);
  border-radius: 9999px;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: 1;
}
.u-link-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--circle-bg);
  border-radius: 9999px;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  z-index: 0;
}
.group:hover .u-link-circle {
  background-color: transparent !important;
}
.group:hover .u-link-circle::before {
  transform: scale(1.1);
  opacity: 0;
}
.group:hover .u-link-circle::after {
  transform: scale(1);
}
.u-link-circle--contact {
  --circle-init-bg: rgba(60, 53, 48, 0.5);
  --circle-border: transparent;
}

body.is-scroll-locked {
  overflow: hidden;
}

#product-modal {
  overflow-y: auto;
}

.hamburger-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 5;
}
.hamburger-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.hamburger-btn .bar {
  transition: all 0.4s ease;
}
.hamburger-btn.is-open .circle {
  opacity: 0;
  pointer-events: none;
}
.hamburger-btn.is-open .bar {
  background-color: #211E1C;
}
.hamburger-btn.is-open .bar:nth-of-type(2) {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(210deg);
  width: 40px;
}
@media (max-width: 1023px) {
  .hamburger-btn.is-open .bar:nth-of-type(2) {
    width: 32px;
  }
}
.hamburger-btn.is-open .bar:nth-of-type(3) {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(-210deg);
  width: 40px;
}
@media (max-width: 1023px) {
  .hamburger-btn.is-open .bar:nth-of-type(3) {
    width: 32px;
  }
}

.service-section .service-item {
  transition: transform 0.75s ease-in-out;
  will-change: transform;
}
.service-section .js-item-progress {
  transition: height 0.2s linear;
}

.service-swiper {
  margin-left: 0 !important;
  overflow: visible !important;
}
.service-swiper .swiper-slide {
  transition: opacity 0.3s ease;
}
.service-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.8;
}
.service-swiper .custom-service-pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 432px;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .service-swiper .custom-service-pagination {
    max-width: 300px;
    margin-top: 24px;
  }
}
.service-swiper .pagination-segment {
  flex: 1;
  height: 2px;
  background: #4A4A4A !important;
  transition: background 0.3s ease;
}
.service-swiper .pagination-segment.is-active {
  background: #fff !important;
}

.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.js-drag-item {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* テキスト選択防止 */
}
.is-dragging .js-drag-item {
  cursor: grabbing;
}
.js-drag-item img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.js-sync-scrollbar {
  opacity: 1;
  pointer-events: auto;
  min-height: 4px;
  height: auto;
  -webkit-overflow-scrolling: touch;
}
.js-sync-scrollbar::-webkit-scrollbar {
  height: 4px;
}
.js-sync-scrollbar::-webkit-scrollbar-track {
  background-color: #4a4a4a;
  border-radius: 2px;
}
.js-sync-scrollbar::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
  min-width: 20px;
}
.js-sync-scrollbar .simplebar-track.simplebar-horizontal {
  height: 4px;
  background-color: #4a4a4a;
  border-radius: 2px;
}
.js-sync-scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
  top: 0;
}
.js-sync-scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  background-color: #fff;
  border-radius: 2px;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.instagram-swiper .custom-instagram-pagination {
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .instagram-swiper .custom-instagram-pagination {
    margin-top: 24px;
  }
}
.instagram-swiper .pagination-segment {
  flex: 1;
  height: 2px;
  background: #4A4A4A !important;
  transition: background 0.3s ease;
}
.instagram-swiper .pagination-segment.is-active {
  background: #fff !important;
}

/**
 * Story（重要）
 * 親のスライド装飾が子Swiperへ影響しないよう、
 * 「直下のスライド」に限定して transform/filter を適用する
 */
.story-swiper {
  overflow: visible;
}
.story-swiper > .swiper-wrapper {
  overflow: visible;
}
.story-swiper > .swiper-wrapper > .swiper-slide {
  width: min(1168px, 92vw);
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.95) !important;
  transition: 0.3s ease;
  filter: grayscale(100%);
}
@media (max-width: 1023px) {
  .story-swiper > .swiper-wrapper > .swiper-slide {
    width: 80vw;
  }
}
.story-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  filter: grayscale(0%);
}

.story-image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.story-thumb-slider .swiper-slide {
  position: relative;
  min-width: 46px;
}
.story-thumb-slider .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.story-thumb-slider .swiper-slide:nth-child(3n-1) {
  transform: rotate(10.41deg) !important;
  margin: 0 0 0 -20px !important;
}
.story-thumb-slider .swiper-slide:nth-child(3n) {
  transform: rotate(-4.93deg) !important;
  margin: 0 0 0 -12px !important;
}
.story-thumb-slider .swiper-slide-thumb-active::before {
  content: none;
}

.product-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.product-swiper .swiper-slide {
  transition: opacity 0.3s ease;
}

body {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}

section.w-full.max-w-1180px {
  position: relative;
  z-index: 10; /* stack-container より高くする */
  background: #000; /* 背景色で下の fixed 要素を物理的に遮断する */
}

.stack-container {
  position: relative;
  z-index: 1; /* 低めに設定 */
  overflow: hidden;
}
.stack-container .sticky-line {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  pointer-events: none;
  /* 線が下のコンテンツを押し下げないように調整 */
  margin-bottom: -120px;
}
@media (max-width: 1023px) {
  .stack-container .sticky-line {
    height: 30px;
  }
}

.stack-item {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #000;
  /* --- 1枚目：完全な通常コンテンツ --- */
}
.stack-item.item1 {
  z-index: 1;
  clip-path: none;
}
.stack-item.item1 .inner-wrapper {
  position: relative;
  top: auto;
  left: auto;
}
.stack-item.item1.is-fixed .inner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.stack-item {
  /* --- 2枚目・3枚目：マスク表示 --- */
}
.stack-item.item2, .stack-item.item3 {
  --stack-clip-top: 100vh;
  --stack-clip-bottom: 0px;
}
.stack-item.item2 .inner-wrapper, .stack-item.item3 .inner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: inset(var(--stack-clip-top) 0 var(--stack-clip-bottom) 0);
  will-change: clip-path;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.stack-item.item2 {
  z-index: 2;
}
.stack-item.item3 {
  z-index: 3;
}
.stack-item.item3.is-released .inner-wrapper {
  position: relative;
  clip-path: none;
  will-change: auto;
}
.stack-item .inner-wrapper {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* 重なった固定要素がスクロールを邪魔しないように */
  pointer-events: none;
}
.stack-item .inner-wrapper > * {
  pointer-events: auto;
}
.stack-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10vh;
  height: 100%;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
@media (max-width: 1023px) {
  .stack-item .content {
    padding: 40px 10px;
    gap: 40px; /* スマホでは固定の間隔に */
  }
}
.stack-item .content .title {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .stack-item .content .title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.stack-item .content .title .subTitle {
  display: block;
}
.stack-item .content .text {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 2.8em;
  letter-spacing: 0.08em;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .stack-item .content .text {
    line-height: 1.75em;
  }
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* アニメーション全体を16秒周期で設定 */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0; /* 初期状態は透明 */
  will-change: transform, opacity;
  /* 1枚目・2枚目共通のアニメーション */
  animation: smoothCrossfade 16s linear infinite;
}

/* 2枚目をちょうど半分の8秒だけ遅らせる（ネガティブ・ディレイで即開始） */
.slide:nth-child(2) {
  animation-delay: -8s;
}

@keyframes smoothCrossfade {
  /* 0% - 10%: 前の画像の上に重なりながらフェードイン */
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
    transform: scale(1.16);
  }
  /* 10% - 50%: 完全に表示されたままズームアウト */
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
  /* 50% - 60%: 次の画像が上に重なってくるので、ゆっくり消える */
  60% {
    opacity: 0;
    transform: scale(1);
  }
  /* 60% - 100%: 非表示の間にサイズを1.2に戻して待機 */
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
/* 補足：z-indexを固定して、2枚目が1枚目の上に重なるようにする */
.slide:nth-child(1) {
  z-index: 1;
}

.slide:nth-child(2) {
  z-index: 2;
}

/* --- 画像パスの適用 --- */
.item1 .slide:nth-child(1) {
  background-image: url("../images/about-us/sec02_mission01.webp");
}

.item1 .slide:nth-child(2) {
  background-image: url("../images/about-us/sec02_mission02.webp");
}

.item2 .slide:nth-child(1) {
  background-image: url("../images/about-us/sec02_vision01.webp");
}

.item2 .slide:nth-child(2) {
  background-image: url("../images/about-us/sec02_vision02.webp");
}

.item3 .slide:nth-child(1) {
  background-image: url("../images/about-us/sec02_value01.webp");
}

.item3 .slide:nth-child(2) {
  background-image: url("../images/about-us/sec02_value02.webp");
}

.content {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

/* _front-page.scss の既存スタイルを活かしつつ、斜め回転を維持 */
#js-static-story .story-thumb-slider .swiper-slide {
  position: relative;
  min-width: 46px;
  width: 107px;
}
@media (max-width: 1023px) {
  #js-static-story .story-thumb-slider .swiper-slide {
    width: 15%;
  }
}
#js-static-story .story-thumb-slider .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
#js-static-story .story-thumb-slider .swiper-slide:nth-child(3n-1) {
  transform: rotate(10.41deg) !important;
  margin-left: -20px !important;
}
#js-static-story .story-thumb-slider .swiper-slide:nth-child(3n) {
  transform: rotate(-4.93deg) !important;
  margin-left: -12px !important;
}
#js-static-story .story-thumb-slider .swiper-slide.swiper-slide-thumb-active::before {
  content: none;
}

/* パララックス効果用のCSS */
.parallax-container {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax-bg {
  transform: translateZ(-1px) scale(2);
  z-index: -1;
  position: absolute;
}

.parallax-content {
  transform: translateZ(0);
  position: relative;
}

.access-map {
  width: 100%;
  height: 384px;
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .access-map {
    height: 300px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(82%) invert(80%) contrast(1.4) brightness(1.2);
  opacity: 0.9;
}

section.w-full.max-w-1180px,
.bg-black.sub > section:nth-of-type(n+3),
footer {
  position: relative;
  z-index: 50; /* stack-item(z:3) より圧倒的に高く */
  background-color: #000 !important; /* 絶対に透かさない */
}

html, body {
  background-color: #000 !important;
}

/* 線の伸びるアニメーションの詳細設定 */
.js-step-line {
  /* cubic-bezierで、最初はゆっくり、後半スッと伸びる高級感のある動きに */
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease !important;
}

/* 変形の基点を上に固定（重要：これで上から下へ伸びるようになります） */
.origin-top {
  transform-origin: top;
}

/* 初期状態：縦幅0 */
.scale-y-0 {
  transform: scaleY(0);
}

/* 完了状態：縦幅100% */
.scale-y-100 {
  transform: scaleY(1);
}

/* ページネーションエリアに限定して、コンポーネントの変数を強制上書き */
.pagination-container .u-link-circle {
  /* 1. ホバーした時に広がる円の色を「白」に強制 */
  --circle-bg: #ffffff !important;
  /* 2. 外枠の線の色を「黒」に（背景がベージュなので白だと見えないため） */
  --circle-border: #1a1614 !important;
}

/* 3. ホバー時に中の矢印（SVG）を黒くする */
.pagination-container .group:hover svg path,
.pagination-container .group:hover svg line {
  stroke: #1a1614 !important;
}

/* 4. アニメーションの実体である擬似要素に強制的に白を流し込む */
.pagination-container .group:hover .u-link-circle::after {
  background-color: #ffffff !important;
  transform: scale(1) !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=date]::-webkit-date-and-time-value {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0;
  margin: 0;
}

.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
.wpcf7-form-control.wpcf7-textarea {
  vertical-align: bottom;
  resize: vertical;
}
.wpcf7-submit {
  width: 360px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none !important;
}

/* CF7が生成する不要なpタグやspanを制御 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 p {
  margin: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc2626;
  margin-top: 5px;
}

/* --- ラジオボタン（お問い合わせ内容）のデザイン修正 --- */
.radio-group-wrap {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px;
  border: none !important; /* 楕円の線を消す */
  padding: 0 !important;
  background: transparent !important;
  width: auto !important;
  min-height: auto !important; /* 高さ固定を解除 */
}
.radio-group-wrap .wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
}
.radio-group-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.radio-group-wrap {
  /* 文字の色（白くなっていたのを修正） */
}
.radio-group-wrap .wpcf7-list-item-label {
  color: #211e1c !important;
  font-size: 14px;
  margin-left: 12px;
}

/* ラジオボタン本体のデザイン（画像2枚目の再現） */
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid #211e1c !important;
  border-radius: 50% !important;
  background: #fff !important;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #211e1c;
  border-radius: 50%;
}

/* --- 入力欄のデザイン修正（変数を排除） --- */
.form-item-wrap {
  position: relative;
  flex: 1;
  width: 50%;
  display: flex;
}
.form-item-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #211e1c;
  border-bottom: 2px solid #211e1c;
  pointer-events: none;
  z-index: 2;
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0 !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 48px !important; /* 直接数値を指定 */
  min-height: 48px !important; /* 直接数値を指定 */
  padding: 0 30px 0 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px;
  color: #211e1c;
}
.form-input::-webkit-date-and-time-value {
  display: block;
  height: 48px; /* 直接数値を指定 */
  line-height: 48px; /* 直接数値を指定 */
  width: 100%;
  text-align: left;
}
.form-input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

input[type=date]::before {
  content: attr(data-placeholder);
  position: absolute;
  color: #9ca3af;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
input[type=date]:valid::before {
  display: none;
}

.radio-group-wrap {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  width: auto !important;
}
.radio-group-wrap .wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
}
.radio-group-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.radio-group-wrap .wpcf7-list-item-label {
  color: #211e1c !important;
  font-size: 14px;
  margin-left: 12px;
  font-weight: normal;
}

input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid #211e1c !important;
  border-radius: 50%;
  background: #fff !important;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
input[type=radio]:checked {
  background: #fff !important;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #211e1c;
  border-radius: 50%;
}

/* --- お問い合わせ内容（ラジオボタン）の完全修正 --- */
span[data-name=contactType] {
  display: block;
  width: 100%;
  border: none !important;
  background: transparent !important;
}
span[data-name=contactType] .radio-group-wrap {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px;
  border: none !important;
  background: transparent !important;
  width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
}
span[data-name=contactType] .radio-group-wrap .wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
}
span[data-name=contactType] .radio-group-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none !important;
}
span[data-name=contactType] .radio-group-wrap .wpcf7-list-item-label {
  color: #211e1c !important;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
}

input[type=radio] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  width: 24px !important;
  height: 24px !important;
  border: 1.5px solid #211e1c !important;
  border-radius: 50% !important;
  background: #fff !important;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: inline-block !important;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #211e1c;
  border-radius: 50%;
}

/* 静的ページとCF7の両方で確実に表示させる修正 */
.checkbox-custom,
.checkbox-custom input[type=checkbox] {
  /* 標準デザインをリセット */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  /* 描画エリアを強制確保 */
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  /* デザイン：枠線と白背景 */
  border: 1px solid #211e1c !important;
  border-radius: 2.5px !important;
  background-color: #ffffff !important;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}
.checkbox-custom:checked,
.checkbox-custom input[type=checkbox]:checked {
  background-color: #211e1c !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-width='2.5' d='M5 10l3 3 7-7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px !important;
}

.wpcf7-form-control-wrap.checkbox-custom {
  display: inline-flex !important;
  width: auto !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex !important;
}

/* プライバシーポリシーの配置と挙動の完全修正 */
.policy-acceptance-container {
  display: flex;
  justify-content: center; /* 中央に寄せる */
  align-items: center;
  width: 100%;
  margin-top: 32px;
}
.policy-acceptance-container .wpcf7-form-control-wrap {
  width: auto !important;
  display: inline-block !important;
}
.policy-acceptance-container .checkbox-custom .wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex !important;
}
.policy-acceptance-container .checkbox-custom label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 12px; /* チェックボックスとテキストの距離を固定 */
  margin: 0 !important;
  padding: 0 !important;
}
.policy-acceptance-container .checkbox-custom input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  border: 1px solid #211e1c !important;
  border-radius: 2.5px !important;
  background-color: #fff !important;
  cursor: pointer;
  margin: 0 !important;
}
.policy-acceptance-container .checkbox-custom input[type=checkbox]:checked {
  background-color: #211e1c !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-width='2.5' d='M5 10l3 3 7-7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px !important;
}
.policy-acceptance-container .checkbox-custom .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  color: #211e1c;
  white-space: nowrap; /* 改行を防ぐ */
}

/* ラベル文字色の強制上書き */
.wpcf7-list-item-label,
.radio-group-wrap .wpcf7-list-item-label,
span[data-name=contactType] .wpcf7-list-item-label {
  color: #211e1c !important; /* 黒色を強制 */
  font-size: 14px !important;
  margin-left: 12px !important;
  display: inline-block !important;
  opacity: 1 !important; /* 透明度がかかっている可能性を排除 */
}

/* ラジオボタン全体のコンテナの楕円バグ・余白を完全除去 */
.wpcf7-form-control-wrap[data-name=contactType],
.radio-group-wrap {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  display: flex !important;
}

/* 送信完了メッセージを非表示（リダイレクトするため） */
.wpcf7-response-output {
  display: none !important;
}

/* ただし、エラーがある場合（バリデーションエラーなど）は表示する */
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unspam .wpcf7-response-output {
  display: block !important;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #dc2626 !important; /* 赤い枠線 */
  background-color: #fef2f2 !important; /* 薄い赤背景 */
  color: #dc2626 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* 入力項目のすぐ下にでる個別エラーメッセージ（スパン要素） */
.wpcf7-not-valid-tip {
  color: #dc2626 !important;
  font-size: 12px !important;
  margin-top: 5px;
  font-weight: 500;
}

.sub .fv-swiper {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 320px;
  overflow: hidden;
  touch-action: none; /* タッチデバイスでのスクロール・スワイプを禁止 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* テキスト選択を禁止 */
  -webkit-user-drag: none; /* 画像のドラッグを禁止 */
  pointer-events: none;
}
@media (max-width: 1023px) {
  .sub .fv-swiper {
    width: 200px;
    bottom: -40%;
  }
}
.sub .fv-swiper .swiper-slide {
  pointer-events: none; /* マウスのクリック、ドラッグ等のイベントをすべて無視 */
}
.sub .fv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none; /* Safari/Chromeで画像のドラッグを禁止 */
  user-drag: none;
  pointer-events: none;
}
.sub.contact .fv {
  background-image: url("../images/contact/fv.webp");
}
.sub .fv {
  background-image: url("../images/about-us/fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1023px) {
  .sub .fv {
    height: 300px;
  }
}
.sub .fv .title {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5em;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .sub .fv .title {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
.sub .fv .title .subTitle {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .sub .fv .title .subTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sub .fv .lead {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
}
@media (max-width: 1023px) {
  .sub .fv .lead {
    font-size: 12px;
    line-height: 1.5em;
  }
}

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

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-adamina {
  font-family: "Adamina", serif;
}

.letter-spacing-20 {
  letter-spacing: 0.2em;
}

.letter-spacing-16 {
  letter-spacing: 0.16em;
}

.letter-spacing-4 {
  letter-spacing: 0.04em;
}

/*
スムーズスクロールの設定
*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ローディング表示中の制御 */
html.is-loading-active {
  overflow-y: scroll !important;
  height: 100%;
}
html.is-loading-active body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* 追加：オーバースクロールによるバウンス時の透けを防止 */
  overscroll-behavior-y: none;
}

#js-loading {
  will-change: opacity;
  /* スクロール可能であることを示すためのふわふわしたアニメーション（任意） */
}
#js-loading::after {
  content: "SCROLL";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #4A4A4A;
  opacity: 0;
  transition: opacity 1.5s;
}
@media (max-width: 1023px) {
  #js-loading::after {
    bottom: 20px;
  }
}
#js-loading.is-ready-to-scroll::after {
  opacity: 1;
  animation: blink 2s infinite;
}

.split-char {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.is-visible .split-char {
  opacity: 1;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
header {
  background-color: #000 !important;
  z-index: 9999; /* どの要素よりも高く */
}

.bg-black.sub {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.bg-black.sub section {
  position: relative;
  z-index: 10; /* stack-item(z-index:3) より高くする */
  background-color: #000; /* 物理的な壁 */
}

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

html, body {
  background-color: #000 !important;
  overscroll-behavior-y: none; /* ブラウザ標準のバウンスを抑制 */
}

.before\:mr-2::before{
  content: var(--tw-content);
  margin-right: 0.5rem;
}

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

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

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

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

.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}

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

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

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

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

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

.disabled\:opacity-20:disabled{
  opacity: 0.2;
}

.group:hover .group-hover\:-right-6{
  right: -1.5rem;
}

.group:hover .group-hover\:-top-12{
  top: -3rem;
}

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

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

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

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

@media (min-width: 640px){
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-24{
    margin-bottom: 6rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:ml-8{
    margin-left: 2rem;
  }
  .sm\:max-w-\[530px\]{
    max-width: 530px;
  }
  .sm\:max-w-\[656px\]{
    max-width: 656px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-24{
    gap: 6rem;
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-32{
    padding-top: 8rem;
  }
  .sm\:pt-40{
    padding-top: 10rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[36px\]{
    font-size: 36px;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:bottom-32{
    bottom: 8rem;
  }
  .md\:right-20{
    right: 5rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:mt-auto{
    margin-top: auto;
  }
  .md\:h-28{
    height: 7rem;
  }
  .md\:h-\[120px\]{
    height: 120px;
  }
  .md\:min-h-\[120px\]{
    min-height: 120px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-52{
    width: 13rem;
  }
  .md\:w-60{
    width: 15rem;
  }
  .md\:w-64{
    width: 16rem;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:min-w-\[192px\]{
    min-width: 192px;
  }
  .md\:max-w-\[1300px\]{
    max-width: 1300px;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:border-b-0{
    border-bottom-width: 0px;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-right-\[72px\]{
    right: -72px;
  }
  .lg\:-top-\[72px\]{
    top: -72px;
  }
  .lg\:bottom-16{
    bottom: 4rem;
  }
  .lg\:bottom-\[-150px\]{
    bottom: -150px;
  }
  .lg\:left-14{
    left: 3.5rem;
  }
  .lg\:left-16{
    left: 4rem;
  }
  .lg\:left-36{
    left: 9rem;
  }
  .lg\:left-9{
    left: 2.25rem;
  }
  .lg\:left-\[5\%\]{
    left: 5%;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-16{
    right: 4rem;
  }
  .lg\:right-\[-15\%\]{
    right: -15%;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-11{
    top: 2.75rem;
  }
  .lg\:top-14{
    top: 3.5rem;
  }
  .lg\:top-40{
    top: 10rem;
  }
  .lg\:top-52{
    top: 13rem;
  }
  .lg\:top-8{
    top: 2rem;
  }
  .lg\:top-9{
    top: 2.25rem;
  }
  .lg\:top-\[-50px\]{
    top: -50px;
  }
  .lg\:top-\[15\%\]{
    top: 15%;
  }
  .lg\:top-\[35\%\]{
    top: 35%;
  }
  .lg\:top-\[50px\]{
    top: 50px;
  }
  .lg\:top-\[55\%\]{
    top: 55%;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:aspect-\[480\/600\]{
    aspect-ratio: 480/600;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-36{
    height: 9rem;
  }
  .lg\:h-\[400vh\]{
    height: 400vh;
  }
  .lg\:h-\[426px\]{
    height: 426px;
  }
  .lg\:h-\[534px\]{
    height: 534px;
  }
  .lg\:h-\[700vh\]{
    height: 700vh;
  }
  .lg\:h-\[72px\]{
    height: 72px;
  }
  .lg\:h-\[900px\]{
    height: 900px;
  }
  .lg\:min-h-\[600px\]{
    min-height: 600px;
  }
  .lg\:min-h-\[900px\]{
    min-height: 900px;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-16{
    width: 4rem;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:w-32{
    width: 8rem;
  }
  .lg\:w-36{
    width: 9rem;
  }
  .lg\:w-5{
    width: 1.25rem;
  }
  .lg\:w-72{
    width: 18rem;
  }
  .lg\:w-\[1120px\]{
    width: 1120px;
  }
  .lg\:w-\[137px\]{
    width: 137px;
  }
  .lg\:w-\[19px\]{
    width: 19px;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[38px\]{
    width: 38px;
  }
  .lg\:w-\[400px\]{
    width: 400px;
  }
  .lg\:w-\[43\%\]{
    width: 43%;
  }
  .lg\:w-\[480px\]{
    width: 480px;
  }
  .lg\:w-\[50px\]{
    width: 50px;
  }
  .lg\:w-\[57\%\]{
    width: 57%;
  }
  .lg\:w-\[630px\]{
    width: 630px;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[72px\]{
    width: 72px;
  }
  .lg\:w-\[774px\]{
    width: 774px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:min-w-\[450px\]{
    min-width: 450px;
  }
  .lg\:min-w-\[550px\]{
    min-width: 550px;
  }
  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:border-b-0{
    border-bottom-width: 0px;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:bg-fixed{
    background-attachment: fixed;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .lg\:py-\[420px\]{
    padding-top: 420px;
    padding-bottom: 420px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pb-48{
    padding-bottom: 12rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[160px\]{
    padding-left: 160px;
  }
  .lg\:pl-\[80px\]{
    padding-left: 80px;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-7{
    padding-right: 1.75rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-60{
    padding-top: 15rem;
  }
  .lg\:pt-64{
    padding-top: 16rem;
  }
  .lg\:pt-80{
    padding-top: 20rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[64px\]{
    font-size: 64px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-9{
    line-height: 2.25rem;
  }
  .group:hover .lg\:group-hover\:-right-10{
    right: -2.5rem;
  }
  .group:hover .lg\:group-hover\:-top-16{
    top: -4rem;
  }
}

@media (min-width: 1280px){
  .xl\:bottom-24{
    bottom: 6rem;
  }
  .xl\:left-28{
    left: 7rem;
  }
  .xl\:right-\[-35\%\]{
    right: -35%;
  }
  .xl\:top-\[150px\]{
    top: 150px;
  }
  .xl\:w-\[1120px\]{
    width: 1120px;
  }
  .xl\:w-\[1320px\]{
    width: 1320px;
  }
  .xl\:w-\[30\%\]{
    width: 30%;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[400px\]{
    width: 400px;
  }
  .xl\:w-\[480px\]{
    width: 480px;
  }
  .xl\:w-\[640px\]{
    width: 640px;
  }
  .xl\:min-w-\[520px\]{
    min-width: 520px;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
