/*
Theme Name: Fukuya USA Theme
Author: Fukuya USA
Version: 1.0.0
Text Domain: fukuya-usa-theme
*/

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

body {
  font-family: Outfit, sans-serif;
  color: #333;
}

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

/* 共通コンテナクラス */

.container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media not all and (min-width: 768px) {
  .container-sm {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .container-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media not all and (min-width: 768px) {
  .container-md {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .container-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media not all and (min-width: 768px) {
  .container-lg {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .container-lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* 共通セクション見出しクラス */

.section-heading-large {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .section-heading-large {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .section-heading-large {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .section-heading-large {
    font-size: 48px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-right-5 {
  right: -1.25rem;
}

.-top-5 {
  top: -1.25rem;
}

.left-0 {
  left: 0px;
}

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

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

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

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

.left-\[calc\(100\%-16px\)\] {
  left: calc(100% - 16px);
}

.right-0 {
  right: 0px;
}

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

.top-\[calc\(100\%-1px\)\] {
  top: calc(100% - 1px);
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-\[200\/80\] {
  aspect-ratio: 200/80;
}

.aspect-\[274\/169\] {
  aspect-ratio: 274/169;
}

.aspect-\[5\/2\] {
  aspect-ratio: 5/2;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[100\%\] {
  width: 100%;
  height: 100%;
}

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

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

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

.size-\[60px\] {
  width: 60px;
  height: 60px;
}

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

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

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

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

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

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(50\%-0\.75rem\)\] {
  width: calc(50% - 0.75rem);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

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

.-skew-x-12 {
  --tw-skew-x: -12deg;
  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-grab {
  cursor: grab;
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.resize {
  resize: both;
}

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

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

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

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

.grid-cols-\[50px_min-content_1fr\] {
  grid-template-columns: 50px min-content 1fr;
}

.grid-cols-\[80px_auto\] {
  grid-template-columns: 80px auto;
}

.grid-cols-\[clamp\(5\.75rem\2c 2\.779rem\+12\.19vw\2c 13\.75rem\)_auto\] {
  grid-template-columns: clamp(5.75rem, 2.779rem + 12.19vw, 13.75rem) auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

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

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

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-t-\[8px\] {
  border-top-width: 8px;
}

.border-\[\#008897\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 136 151 / var(--tw-border-opacity, 1));
}

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

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

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

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

.border-\[rgba\(0\2c 136\2c 151\2c 0\.23\)\] {
  border-color: rgba(0,136,151,0.23);
}

.border-\[rgba\(217\2c 217\2c 217\2c 1\)\] {
  border-color: rgba(217,217,217,1);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
  border-color: rgba(255,255,255,0.7);
}

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

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-t-\[\#008897\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 136 151 / var(--tw-border-opacity, 1));
}

.bg-\[\#008897\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 136 151 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00BDD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 189 210 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#ca3f14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 63 20 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  background-color: rgba(0,0,0,0.45);
}

.bg-\[rgba\(0\2c 136\2c 151\2c 0\.23\)\] {
  background-color: rgba(0,136,151,0.23);
}

.bg-\[rgba\(0\2c 136\2c 151\2c 0\.38\)\] {
  background-color: rgba(0,136,151,0.38);
}

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

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

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

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

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

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}

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

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

.p-12 {
  padding: 3rem;
}

.p-20 {
  padding: 5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.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;
}

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

.pt-\[5vh\] {
  padding-top: 5vh;
}

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

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

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

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

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

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

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#008897\] {
  --tw-text-opacity: 1;
  color: rgb(0 136 151 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

.text-transparent {
  color: transparent;
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-60 {
  opacity: 0.6;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

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

.shadow-\[0_0_10px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  --tw-shadow: 0 0 10px rgba(255,255,255,0.3);
  --tw-shadow-colored: 0 0 10px 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-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 0 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-\[inset_0_-1px_0_0_\#d9d9d9\] {
  --tw-shadow: inset 0 -1px 0 0 #d9d9d9;
  --tw-shadow-colored: inset 0 -1px 0 0 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-\[inset_0_-3px_0_0_\#008897\] {
  --tw-shadow: inset 0 -3px 0 0 #008897;
  --tw-shadow-colored: inset 0 -3px 0 0 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-\[inset_0_0_0_1px_\#d9d9d9\] {
  --tw-shadow: inset 0 0 0 1px #d9d9d9;
  --tw-shadow-colored: inset 0 0 0 1px 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-\[inset_0_0_0_2px_\#008897\] {
  --tw-shadow: inset 0 0 0 2px #008897;
  --tw-shadow-colored: inset 0 0 0 2px 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;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-\[\#008897\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 136 151 / var(--tw-ring-opacity, 1));
}

.ring-\[\#b5b5b5\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(181 181 181 / var(--tw-ring-opacity, 1));
}

.ring-\[\#d9d9d9\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity, 1));
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition {
  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-\[color\2c box-shadow\] {
  transition-property: color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-\[transform\2c opacity\] {
  transition-property: transform,opacity;
  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-shadow {
  transition-property: box-shadow;
  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-200 {
  transition-duration: 200ms;
}

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

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

.text-vwPcMin-\[32\] {
  font-size: min(calc(32 / 14.4 * 1vw), 32px);
}

.text-vwSpMin-\[14\] {
  font-size: min(calc(14 / 3.9 * 1vw), 14px);
}

.text-vwSpMin-\[16\] {
  font-size: min(calc(16 / 3.9 * 1vw), 16px);
}

.text-vwSpMin-\[32\] {
  font-size: min(calc(32 / 3.9 * 1vw), 32px);
}

.w-vwPcMin-\[180\] {
  width: min(calc(180 / 14.4 * 1vw), 180px);
}

.w-vwSpMin-\[12\] {
  width: min(calc(12 / 3.9 * 1vw), 12px);
}

.w-vwSpMin-\[163\] {
  width: min(calc(163 / 3.9 * 1vw), 163px);
}

.w-vwSpMin-\[42\] {
  width: min(calc(42 / 3.9 * 1vw), 42px);
}

.h-vwSp-\[240\] {
  height: calc(240 / 3.9 * 1vw);
}

.h-vwSpMin-\[42\] {
  height: min(calc(42 / 3.9 * 1vw), 42px);
}

.min-w-vwSpMin-\[42\] {
  min-width: min(calc(42 / 3.9 * 1vw), 42px);
}

.ml-vwSpMin-\[16\] {
  margin-left: min(calc(16 / 3.9 * 1vw), 16px);
}

.mr-vwSpMin-\[16\] {
  margin-right: min(calc(16 / 3.9 * 1vw), 16px);
}

.no-scrollbar {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

.\[text-shadow\:0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.\[text-shadow\:0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

/* ========== Header dropdown animation ========== */

.nav-dropdown {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.nav-dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ========== Footer SP accordion animation ========== */

.footer-sp-accordion-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  gap: 10px;
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease,
    padding-top 0.3s ease;
}

.footer-sp-accordion-content.is-open {
  max-height: 400px;
  opacity: 1;
  padding-top: 12px;
}

/* ========== Carousel Banner ========== */

/* Swiper が動的生成する bullet をバー形状にオーバーライド */

.carousel-pagination .swiper-pagination-bullet {
  display: block;
  width: 64px;
  height: 2px;
  border-radius: 0;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 !important;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.carousel-pagination .swiper-pagination-bullet-active {
  background: #008897;
}

@media (max-width: 767px) {
  .carousel-pagination .swiper-pagination-bullet {
    width: min(8.205vw, 32px);
  }
}

/* ========== Archive Topic ========== */

@media (max-width: 767px) {
  .topic-tab-scroll {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .topic-tab-track {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========== New Arrivals ========== */

.new-arrivals-product-image {
  transition: transform 0.25s ease;
}

.new-arrivals-product-card:has(.new-arrivals-product-thumb:hover)
  .new-arrivals-product-image,
.new-arrivals-product-card:has(.new-arrivals-product-title:hover)
  .new-arrivals-product-image {
  transform: scale(1.1);
}

/* ========== Product Cards ========== */

.product-card-image {
  transition: transform 0.25s ease;
}

.product-card:has(.product-card-thumb:hover) .product-card-image,
.product-card:has(.product-card-title:hover) .product-card-image {
  transform: scale(1.1);
}

/* ========== Archive Product ========== */

/* カスタムチェックボックス */

.ap-filter-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.ap-filter-checkbox:checked {
  border-color: #008897;
  background-color: #008897;
}

.ap-filter-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* Sort By メニュー トランジション */

#sort-by-menu {
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease;
}

/* Sort By 矢印 トランジション */

#sort-by-arrow {
  transition: transform 0.2s ease;
}

/* ========== Cookie Consent Toggle Switch ========== */

.cookie-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 68px;
  height: 30px;
  border-radius: 40px;
  border: 1px solid transparent;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
  flex-shrink: 0;
}

.cookie-toggle[aria-checked="true"] {
  background-color: #008897;
  border-color: #008897;
}

.cookie-toggle[aria-checked="false"] {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.cookie-toggle-knob {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  transition: left 0.2s ease;
}

.cookie-toggle[aria-checked="true"] .cookie-toggle-knob {
  left: 40px;
}

.cookie-toggle[aria-checked="false"] .cookie-toggle-knob {
  left: 3px;
}

/* Year months アコーディオン */

.year-months {
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease;
}

/* 商品グリッド ページネーション */

.product-pagination a.page-numbers,
.product-pagination button.page-numbers,
.product-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  border: 1px solid #333333;
  color: #333;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease;
}

.product-pagination a.page-numbers:hover,
.product-pagination button.page-numbers:hover,
.product-pagination span.page-numbers.current {
  background-color: #008897;
  border-color: #008897;
  color: #fff;
}

.product-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.product-pagination ul li {
  list-style: none;
}

.product-pagination a.prev.page-numbers,
.product-pagination a.next.page-numbers,
.product-pagination button.prev.page-numbers,
.product-pagination button.next.page-numbers,
.product-pagination span.prev.page-numbers,
.product-pagination span.next.page-numbers {
  min-width: 138px;
}

.product-pagination a.prev.page-numbers,
.product-pagination button.prev.page-numbers,
.product-pagination span.prev.page-numbers {
  margin-right: 30px;
}

.product-pagination a.next.page-numbers,
.product-pagination button.next.page-numbers,
.product-pagination span.next.page-numbers {
  margin-left: 30px;
}

.product-pagination span.prev.page-numbers,
.product-pagination span.next.page-numbers {
  color: #b5b5b5;
  border-color: #b5b5b5;
  cursor: default;
  pointer-events: none;
}

.product-pagination span.page-numbers.dots {
  border: none;
  min-width: auto;
  width: 21px;
  height: 52px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 1023px以下: prev/next をページ数ボタンと同じサイズに */

@media (max-width: 1023px) {
  .product-pagination a.prev.page-numbers,
  .product-pagination a.next.page-numbers,
  .product-pagination button.prev.page-numbers,
  .product-pagination button.next.page-numbers,
  .product-pagination span.prev.page-numbers,
  .product-pagination span.next.page-numbers {
    min-width: 52px;
    width: 52px;
  }
}

/* SP ページネーション (767px以下) */

@media (max-width: 767px) {
  .product-pagination .pagination-label {
    display: none;
  }

  .product-pagination a.page-numbers,
  .product-pagination span.page-numbers {
    font-size: min(calc(14 / 3.9 * 1vw), 14px);
    width: min(calc(42 / 3.9 * 1vw), 42px);
    height: min(calc(42 / 3.9 * 1vw), 42px);
    min-width: min(calc(42 / 3.9 * 1vw), 42px);
  }

  .product-pagination ul {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .product-pagination a.prev.page-numbers,
  .product-pagination a.next.page-numbers,
  .product-pagination span.prev.page-numbers,
  .product-pagination span.next.page-numbers {
    width: min(calc(42 / 3.9 * 1vw), 42px);
    min-width: min(calc(42 / 3.9 * 1vw), 42px);
  }

  .product-pagination a.prev.page-numbers,
  .product-pagination span.prev.page-numbers {
    margin-right: min(calc(16 / 3.9 * 1vw), 16px);
  }

  .product-pagination a.next.page-numbers,
  .product-pagination span.next.page-numbers {
    margin-left: min(calc(16 / 3.9 * 1vw), 16px);
  }

  .product-pagination span.page-numbers.dots {
    width: min(calc(12 / 3.9 * 1vw), 12px);
    height: min(calc(42 / 3.9 * 1vw), 42px);
  }
}

/* ========== Single Product ========== */

/* パンくずリスト（Yoast SEO） */

.pdp-breadcrumbs-wrap {
  overflow-x: auto;
}

/* SP サムネイル横スクロール */

.pdp-sp-thumbs,
.pdp-related-list {
  overflow-x: auto;
}

.pdp-breadcrumbs {
  font-size: 13px;
  line-height: normal;
  color: #333;
  white-space: nowrap;
}

.pdp-breadcrumbs a {
  color: #008897;
  text-decoration: none;
}

.pdp-breadcrumbs a:hover {
  text-decoration: underline;
}

.pdp-breadcrumbs span.breadcrumb_last {
  color: #333;
}

/* Yoast SEO が出力するセパレータ */

.pdp-breadcrumbs > span {
  display: flex;
  gap: 6px;
}

.pdp-breadcrumbs > span > span {
  color: #727272;
}

/* サムネイルナビゲーションボタン（Figma: teal gradient over white） */

.pdp-thumb-nav-btn {
  background:
    linear-gradient(
      90deg,
      rgba(0, 136, 151, 0.23) 0%,
      rgba(0, 136, 151, 0.23) 100%
    ),
    linear-gradient(90deg, #fff 0%, #fff 100%);
  transition: opacity 0.15s ease;
}

.pdp-thumb-nav-btn:hover {
  opacity: 0.7;
}

.pdp-thumb-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* モーダル prev/next ボタン非活性 */

#pdp-modal-prev:disabled,
#pdp-modal-next:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* メインスワイパーコンテナとスライド */

.pdp-main-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pdp-main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.pdp-main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* モーダル */

.pdp-modal {
  animation: pdp-modal-fade-in 0.2s ease;
}

@keyframes pdp-modal-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* モーダルスワイパーコンテナとスライド */

.pdp-modal-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pdp-modal-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.pdp-modal-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* モーダル表示時 body スクロール禁止（JS でも設定するが CSS でも念のため） */

body.pdp-modal-open {
  overflow: hidden;
}

/* 商品説明 */

.pdp-product-description p {
  margin-bottom: 0.75em;
}

.pdp-product-description p:last-child {
  margin-bottom: 0;
}

/* ========== Product Inquiry button ========== */

@keyframes inquiry-glow {
  0% {
    filter: drop-shadow(0 0 0px rgba(202, 63, 20, 0));
  }

  17% {
    filter: drop-shadow(0 0 15px rgba(202, 63, 20, 0.6));
  }

  33% {
    filter: drop-shadow(0 0 0px rgba(202, 63, 20, 0));
  }

  100% {
    filter: drop-shadow(0 0 0px rgba(202, 63, 20, 0));
  }
}

.pdp-inquiry-btn {
  opacity: 1;
  animation: inquiry-glow 3s ease-in-out infinite;
}

/* ========== Topics Body Content (single-topic) ========== */

.topics-body-content {
  font-size: 16px;
  color: #333;
  line-height: normal;
}

.topics-body-content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}

.topics-body-content h4 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 32px;
}

.topics-body-content h5 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
}

.topics-body-content h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.topics-body-content p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 16px;
}

.topics-body-content p:last-child {
  margin-bottom: 0;
}

.topics-body-content a {
  color: #008897;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.topics-body-content a:hover {
  opacity: 0.8;
}

.topics-body-content strong,
.topics-body-content b {
  font-weight: 700;
}

.topics-body-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.topics-body-content ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 16px;
}

.topics-body-content li {
  line-height: normal;
  margin-bottom: 16px;
}

.topics-body-content li:last-child {
  margin-bottom: 0;
}

/* 画像 */

.topics-body-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.topics-body-content figure {
  padding: 24px 0;
}

/* 動画 / iframeブロック */

.topics-body-content .wp-block-embed,
.topics-body-content .wp-block-video {
  padding: 24px 0;
}

.topics-body-content .wp-block-embed__wrapper,
.topics-body-content .wp-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.topics-body-content .wp-block-embed__wrapper iframe,
.topics-body-content .wp-video video,
.topics-body-content .wp-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}

.topics-body-content .wp-block-embed__wrapper iframe:hover,
.topics-body-content .wp-video video:hover,
.topics-body-content .wp-video iframe:hover {
  opacity: 0.7;
}

/* WP ブロック: ボタン */

.topics-body-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.topics-body-content .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border-radius: 0;
}

.topics-body-content .wp-block-button .wp-block-button__link:hover {
  opacity: 0.7;
}

/* プライマリボタン (デフォルト) */

.topics-body-content
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link {
  border-radius: 40px;
  background-color: #008897;
  color: #fff;
  border: none;
}

/* セカンダリボタン (outline) */

.topics-body-content .wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: 40px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  box-shadow: none;
}

/* WP ブロック: 区切り線 */

.topics-body-content hr,
.topics-body-content .wp-block-separator {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 32px 0;
}

/* SP スタイル */

@media (max-width: 767px) {
  .topics-body-content {
    font-size: 14px;
  }

  .topics-body-content h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .topics-body-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .topics-body-content h5 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .topics-body-content h6 {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .topics-body-content p {
    font-size: 14px;
  }

  .topics-body-content ul,
  .topics-body-content ol {
    padding-left: 21px;
  }

  .topics-body-content .wp-block-button .wp-block-button__link {
    font-size: 14px;
    padding: 16px 18px;
  }
}

/* ========== Contact / Confirm / Thank You ========== */

/* ----- Tab Switcher ----- */

.contact-tab-btn {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
  cursor: pointer;
}

.contact-tab-btn.is-active {
  background: #008897;
  border-color: #008897;
  color: #fff;
}

/* タブ下のキャレット */

.contact-tab-caret {
  position: absolute;
  bottom: -22px;
  display: none;
  line-height: 1;
}

/* ----- Form Row ----- */

.contact-form-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #d9d9d9;
}

/* 確認ページの行 */

.contact-confirm-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #d9d9d9;
}

.contact-form-label {
  flex-shrink: 0;
  width: 207px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: normal;
  word-break: break-word;
}

.contact-required {
  color: #d50000;
  font-weight: 400;
  font-size: 13px;
  margin-left: 2px;
}

.contact-form-field {
  flex: 1;
  min-width: 0;
}

/* ----- Text Input / Textarea ----- */

.contact-input,
.contact-textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
  color: #333;
  caret-color: #008897;
  line-height: normal;
  outline: none;
  transition: border-color 0.15s ease;
}

.contact-input::-moz-placeholder, .contact-textarea::-moz-placeholder {
  color: #b5b5b5;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #b5b5b5;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: #008897;
}

.contact-input.is-invalid,
.contact-textarea.is-invalid {
  border-color: #d50000;
  border-width: 2px;
}

.contact-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-field-error {
  width: 100%;
  margin-top: 3px;
  color: #d50000;
  font-size: 13px;
  line-height: normal;
}

.contact-validation-icon {
  color: #d50000;
  font-size: 13px;
  margin-right: 3px;
}

.contact-field-error.is-radio-error,
.contact-field-error.is-checkbox-error {
  margin-top: -13px;
}

.contact-field-error.is-checkbox-error {
  align-self: center;
  width: auto;
  max-width: 100%;
}

/* ----- Radio ----- */

.contact-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  white-space: nowrap;
}

.contact-radio-label.is-checked {
  background: #f9f9f9;
  border-color: #008897;
  box-shadow: 0 0 0 1px #008897;
}

.contact-radio-label.is-invalid {
  border-color: #d50000;
  border-width: 2px;
}

.contact-radio-label:hover {
  background: #f9f9f9;
}

.contact-radio-input {
  /* ネイティブラジオを隠してカスタム UI へ */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-radio-box {
  flex-shrink: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.contact-radio-label.is-checked .contact-radio-box {
  border: 0px solid #008897;
  background: #008897;
  border-color: #008897;
}

.contact-radio-label.is-checked .contact-radio-box::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

/* ----- Checkbox ----- */

.contact-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: color 0.15s ease;
}

.contact-checkbox-label:hover:has(.contact-checkbox-input:not(:checked)) {
  color: #008897;
}

.contact-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-checkbox-box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  position: relative;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.contact-checkbox-input:checked ~ .contact-checkbox-box {
  background: #008897;
  border-color: #008897;
}

.contact-checkbox-label:hover:has(.contact-checkbox-input:not(:checked))
  .contact-checkbox-box {
  border-color: #949494;
}

.contact-checkbox-input:checked ~ .contact-checkbox-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* ----- File Upload Button ----- */

.contact-file-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.contact-file-btn:hover {
  background: #f9f9f9;
}

.contact-file-btn.is-invalid {
  border-color: #d50000;
  border-width: 2px;
}

/* ----- Notes ----- */

.contact-notes {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 24px;
}

.contact-notes-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #333;
  line-height: normal;
  padding-left: 21px;
}

.contact-notes-list li {
  list-style: disc;
}

/* ----- SP レイアウト (767px 以下) ----- */

@media (max-width: 767px) {
  /* Tab Switcher */

  .contact-tab-btn span:first-child {
    font-size: 16px;
  }

  .contact-tab-btn span:last-child {
    font-size: 12px;
  }

  .contact-tab-caret {
    font-size: 32px;
    bottom: -18px;
  }

  /* Form Row */

  .contact-form-row,
  .contact-confirm-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  /* Form Label */

  .contact-form-label {
    width: auto;
    font-size: 14px;
  }

  /* Text Input / Textarea */

  .contact-input,
  .contact-textarea {
    font-size: 14px;
  }

  /* Radio */

  .contact-radio-label {
    font-size: 14px;
    padding: 10px 16px;
  }

  /* Checkbox */

  .contact-checkbox-label {
    font-size: 14px;
  }

  .contact-field-error.is-checkbox-error {
    align-self: flex-start;
  }

  /* File Upload Button */

  .contact-file-btn {
    font-size: 14px;
  }

  /* Notes */

  .contact-notes {
    padding: 12px;
  }

  .contact-notes-list {
    font-size: 12px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:container-md {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media not all and (min-width: 768px) {
    .max-md\:container-md {
      max-width: 500px;
    }
  }

  @media (min-width: 768px) {
    .max-md\:container-md {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
}

@media (min-width: 768px) {
  .md\:container-md {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media not all and (min-width: 768px) {
    .md\:container-md {
      max-width: 500px;
    }
  }

  @media (min-width: 768px) {
    .md\:container-md {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
}

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

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

.before\:bg-\[\#008897\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 136 151 / var(--tw-bg-opacity, 1));
}

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

.before\:transition-opacity::before {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.hover\:border-\[\#008897\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 136 151 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#008897\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 136 151 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

.hover\:opacity-85:hover {
  opacity: 0.85;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[inset_0_-3px_0_0_\#008897\]:hover {
  --tw-shadow: inset 0 -3px 0 0 #008897;
  --tw-shadow-colored: inset 0 -3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[inset_0_0_0_2px_\#008897\]:hover {
  --tw-shadow: inset 0 0 0 2px #008897;
  --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  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);
}

.hover\:before\:opacity-5:hover::before {
  content: var(--tw-content);
  opacity: 0.05;
}

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

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

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

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

@media not all and (min-width: 1024px) {
  .max-lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (min-width: 768px) {
  .max-md\:fixed {
    position: fixed;
  }

  .max-md\:sticky {
    position: sticky;
  }

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

  .max-md\:bottom-4 {
    bottom: 1rem;
  }

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

  .max-md\:left-\[calc\(100\%-40px\)\] {
    left: calc(100% - 40px);
  }

  .max-md\:right-4 {
    right: 1rem;
  }

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

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

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

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

  .max-md\:z-50 {
    z-index: 50;
  }

  .max-md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .max-md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-md\:mb-\[46px\] {
    margin-bottom: 46px;
  }

  .max-md\:ml-\[clamp\(0rem\2c -15\.625rem\+50vw\2c 8\.344rem\)\] {
    margin-left: clamp(0rem, -15.625rem + 50vw, 8.344rem);
  }

  .max-md\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .max-md\:block {
    display: block;
  }

  .max-md\:flex {
    display: flex;
  }

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

  .max-md\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }

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

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

  .max-md\:min-h-\[175px\] {
    min-height: 175px;
  }

  .max-md\:w-24 {
    width: 6rem;
  }

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

  .max-md\:w-\[201\.75px\] {
    width: 201.75px;
  }

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

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

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

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

  .max-md\:max-w-none {
    max-width: none;
  }

  .max-md\:flex-1 {
    flex: 1 1 0%;
  }

  .max-md\:shrink-0 {
    flex-shrink: 0;
  }

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

  .max-md\:flex-row {
    flex-direction: row;
  }

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

  .max-md\:items-start {
    align-items: flex-start;
  }

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:justify-start {
    justify-content: flex-start;
  }

  .max-md\:gap-3 {
    gap: 0.75rem;
  }

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

  .max-md\:gap-6 {
    gap: 1.5rem;
  }

  .max-md\:gap-\[14px\] {
    gap: 14px;
  }

  .max-md\:gap-\[16px\] {
    gap: 16px;
  }

  .max-md\:bg-right {
    background-position: right;
  }

  .max-md\:p-2 {
    padding: 0.5rem;
  }

  .max-md\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:py-\[7\.5px\] {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

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

  .max-md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .max-md\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .max-md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

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

  .max-md\:pt-0 {
    padding-top: 0px;
  }

  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-md\:pt-20 {
    padding-top: 5rem;
  }

  .max-md\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-md\:text-vwSpMin-\[12\] {
    font-size: min(calc(12 / 3.9 * 1vw), 12px);
  }

  .max-md\:text-vwSpMin-\[16\] {
    font-size: min(calc(16 / 3.9 * 1vw), 16px);
  }

  .max-md\:w-vwSp-\[350\] {
    width: calc(350 / 3.9 * 1vw);
  }

  .max-md\:w-vwSpMin-\[168\] {
    width: min(calc(168 / 3.9 * 1vw), 168px);
  }

  .max-md\:w-vwSpMin-\[22\] {
    width: min(calc(22 / 3.9 * 1vw), 22px);
  }

  .max-md\:h-vwSp-\[350\] {
    height: calc(350 / 3.9 * 1vw);
  }

  .max-md\:h-vwSp-\[520\] {
    height: calc(520 / 3.9 * 1vw);
  }

  .max-md\:h-vwSpMin-\[22\] {
    height: min(calc(22 / 3.9 * 1vw), 22px);
  }

  .max-md\:h-vwSpMin-\[38\] {
    height: min(calc(38 / 3.9 * 1vw), 38px);
  }

  .max-md\:p-vwSpMin-\[32\] {
    padding: min(calc(32 / 3.9 * 1vw), 32px);
  }

  .max-md\:px-vwSpMin-\[20\] {
    padding-left: min(calc(20 / 3.9 * 1vw), 20px);
    padding-right: min(calc(20 / 3.9 * 1vw), 20px);
  }

  .max-md\:gap-vwSpMin-\[12\] {
    gap: min(calc(12 / 3.9 * 1vw), 12px);
  }

  .max-md\:gap-vwSpMin-\[16\] {
    gap: min(calc(16 / 3.9 * 1vw), 16px);
  }

  .max-md\:gap-vwSpMin-\[24\] {
    gap: min(calc(24 / 3.9 * 1vw), 24px);
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

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

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

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

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

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

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

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-\[2\] {
    grid-column: 2;
  }

  .md\:row-\[1\/4\] {
    grid-row: 1/4;
  }

  .md\:-ml-\[40px\] {
    margin-left: -40px;
  }

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

  .md\:ml-\[56px\] {
    margin-left: 56px;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(\(100\%-4rem\)\/3\)\] {
    width: calc((100% - 4rem) / 3);
  }

  .md\:w-\[calc\(\(100\%-6rem\)\/4\)\] {
    width: calc((100% - 6rem) / 4);
  }

  .md\:w-\[clamp\(16\.4rem\2c -5\.125rem\+44\.844vw\2c 30\.75rem\)\] {
    width: clamp(16.4rem, -5.125rem + 44.844vw, 30.75rem);
  }

  .md\:w-\[clamp\(18\.267rem\2c -5\.708rem\+49\.947vw\2c 34\.25rem\)\] {
    width: clamp(18.267rem, -5.708rem + 49.947vw, 34.25rem);
  }

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:cursor-grab {
    cursor: grab;
  }

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

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

  .md\:grid-cols-\[88px_min-content_1fr\] {
    grid-template-columns: 88px min-content 1fr;
  }

  .md\:grid-cols-\[auto\2c auto\] {
    grid-template-columns: auto auto;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

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

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .md\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .md\:self-start {
    align-self: flex-start;
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:w-vwPcMin-\[100\] {
    width: min(calc(100 / 14.4 * 1vw), 100px);
  }

  .md\:h-vwPc-\[315\] {
    height: calc(315 / 14.4 * 1vw);
  }

  .md\:h-vwPc-\[600\] {
    height: calc(600 / 14.4 * 1vw);
  }

  .md\:h-vwPcMin-\[600\] {
    height: min(calc(600 / 14.4 * 1vw), 600px);
  }

  .md\:h-vwPcMin-\[626\] {
    height: min(calc(626 / 14.4 * 1vw), 626px);
  }

  .md\:size-vwPcMin-\[100\] {
    width: min(calc(100 / 14.4 * 1vw), 100px);
    height: min(calc(100 / 14.4 * 1vw), 100px);
  }

  .md\:pt-vwPcMin-\[300\] {
    padding-top: min(calc(300 / 14.4 * 1vw), 300px);
  }

  .md\:gap-vwPcMin-\[10\] {
    gap: min(calc(10 / 14.4 * 1vw), 10px);
  }
}

@media (min-width: 900px) {
  .min-\[900px\]\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

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

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

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

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

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

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

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

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[116px_min-content_1fr\] {
    grid-template-columns: 116px min-content 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[64px\] {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:space-x-\[56px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

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

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

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

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

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

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

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

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

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

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

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

  .lg\:text-\[31\.25px\] {
    font-size: 31.25px;
  }

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

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

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

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

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.is-open .\[\.is-open_\&\]\: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));
}

.is-open .\[\.is-open_\&\]\:underline {
  text-decoration-line: underline;
}
