/* @import 'framework7/framework7-bundle.css';
@import 'framework7-icons';
@import './f7-reset.css'; */

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: YakuHanJP, 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: YakuHanJP, "Noto Sans JP", sans-serif;
}

img, video {
  display: inline-block;
}

*, ::before, ::after {
  border-color: var(--f7-page-master-border-color);
}

/* Paragraph */

p {
  margin-top: 1em;
}

/* Figure */

figure figcaption:not(first-child) {
  margin-top: 0.25rem;
}

/* Anchor */

img {
  pointer-events: none;
}

a img {
  pointer-events: auto;
}

.\!container {
  position: relative !important;
}

.container {
  position: relative;
}

.\!container > *:not(.container-bg) {
  position: relative !important;
  z-index: 10 !important;
}

.container > *:not(.container-bg) {
  position: relative;
  z-index: 10;
}

.container-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.inner-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 40rem) {
  .inner-sm {
    max-width: 40rem;
  }

  .inner-md {
    max-width: 40rem;
  }

  .inner-lg {
    max-width: 40rem;
  }

  .inner-xl {
    max-width: 40rem;
  }

  .inner-2xl {
    max-width: 40rem;
  }

  .inner {
    max-width: 40rem;
  }
}

.inner-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 48rem) {
  .inner-md {
    max-width: 48rem;
  }

  .inner-lg {
    max-width: 48rem;
  }

  .inner-xl {
    max-width: 48rem;
  }

  .inner-2xl {
    max-width: 48rem;
  }

  .inner {
    max-width: 48rem;
  }
}

.inner-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64rem) {
  .inner-lg {
    max-width: 64rem;
  }

  .inner-xl {
    max-width: 64rem;
  }

  .inner-2xl {
    max-width: 64rem;
  }

  .inner {
    max-width: 64rem;
  }
}

.inner-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 80rem) {
  .inner-xl {
    max-width: 80rem;
  }

  .inner-2xl {
    max-width: 80rem;
  }

  .inner {
    max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .inner-2xl {
    max-width: 96rem;
  }

  .inner {
    max-width: 96rem;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header:not(:first-child), .section:not(:first-child), .footer:not(:first-child) {
  margin-top: clamp(1.25rem,0.71rem + 1.34vw,2rem)/* fluid from 1.25rem at 40rem to 2rem at 96rem */;
}

/* 文章 */

.entry {
  line-height: 1.66 !important;
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
}

.container-block {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.container-block-lg {
  padding-left: clamp(1rem,-2.57rem + 8.93vw,6rem)/* fluid from 1rem at 40rem to 6rem at 96rem */;
  padding-right: clamp(1rem,-2.57rem + 8.93vw,6rem)/* fluid from 1rem at 40rem to 6rem at 96rem */;
  padding-top: clamp(2.5rem,0.71rem + 4.46vw,5rem)/* fluid from 2.5rem at 40rem to 5rem at 96rem */;
  padding-bottom: clamp(2.5rem,0.71rem + 4.46vw,5rem)/* fluid from 2.5rem at 40rem to 5rem at 96rem */;
}

/* &-content {
            @apply ~px-4/24 ~py-10/24;
        }
        
        

        &-sub-box {
            @apply ~px-6/12 ~py-8/20;
        }

        &-panel {
            @apply ~px-5/12 ~py-5/10;
        } */

.container-header:not(:first-child), .container-section:not(:first-child), .container-footer:not(:first-child) {
  margin-top: clamp(2.5rem,0rem + 6.25vw,6rem)/* fluid from 2.5rem at 40rem to 6rem at 96rem */;
}

.grid-gap {
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}

.grid-gap-x {
  -moz-column-gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
       column-gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}

.grid-gap-y {
  row-gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}

/* グリッド内のブロック */

.header-strong-title,
        .header-title,
        .header-sub-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* タイトル */

.header-title {
  line-height: 1.55 !important;
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
}

.header-title + * {
  margin-top: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}

.header-title.font-display-serif {
  line-height: 1.22 !important;
  font-size: clamp(2.25rem,1.71rem + 1.34vw,3rem)/* fluid type from 2.25rem at 40rem to 3rem at 96rem */;
  line-height: /* error - End value `1` is not a length */;
}

.header-sub-title {
  line-height: 1.55 !important;
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}

.header-sub-title + * {
  margin-top: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}

.title-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right,rgb(0 0 0/0) 0%,rgb(0 0 0/0.5) 30%,rgb(0 0 0/0.5) 70%,rgb(0 0 0/0) 100%);
}

.full-swiper {
  overflow: hidden;
}

.full-swiper .swiper {
  overflow: visible;
}

/* グローバルナビ */

.g-navi-link {
  text-wrap: nowrap;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from-position: 4px;
  --tw-gradient-to-position: 4px;
  color: inherit;
  padding-left: clamp(1rem,0.46rem + 1.34vw,1.75rem)/* fluid from 1rem at 40rem to 1.75rem at 96rem */;
  padding-right: clamp(1rem,0.46rem + 1.34vw,1.75rem)/* fluid from 1rem at 40rem to 1.75rem at 96rem */;
  padding-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
  padding-bottom: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}

.g-navi-link:hover {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

@media (min-width: 96rem) {
  .g-navi-link {
    padding-left: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
    padding-right: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
  }
}

.g-navi-link:active,
        .g-navi-link.is-current {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.g-navi-strong-link {
  background-color: rgb(15 23 42 / 0.1);
}

.g-navi-strong-link:hover {
  --tw-gradient-from: rgb(15 23 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.g-navi-strong-link:active,
        .g-navi-strong-link.is-current {
  --tw-gradient-from: rgb(15 23 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

/* figure */

.figcaptions-overlay figure {
  position: relative;
}

.figcaptions-overlay figure > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: clamp(0.75rem,0.661rem + 0.223vw,0.875rem)/* fluid type from 0.75rem at 40rem to 0.875rem at 96rem */;
  line-height: clamp(1rem,0.82rem + 0.45vw,1.25rem)/* fluid from 1rem at 40rem to 1.25rem at 96rem */;
  padding-left: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
  padding-right: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
  padding-top: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
  padding-bottom: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-auto {
  inset: auto;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

.-mt-\[1vh\] {
  margin-top: -1vh;
}

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

.-mt-\[13vh\] {
  margin-top: -13vh;
}

.-mt-\[7vh\] {
  margin-top: -7vh;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.resize {
  resize: both;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

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

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

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

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

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

.grid-cols-\[40\%_auto\] {
  grid-template-columns: 40% auto;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-px {
  gap: 1px;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-current {
  border-color: currentColor;
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

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

.bg-\[\#e6e1d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 225 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ede9de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 222 / var(--tw-bg-opacity, 1));
}

.bg-current {
  background-color: currentColor;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(35 61 76 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 98 122 / var(--tw-bg-opacity, 1));
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 88 110 / var(--tw-bg-opacity, 1));
}

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 79 99 / var(--tw-bg-opacity, 1));
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 70 87 / var(--tw-bg-opacity, 1));
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 104 129 / var(--tw-bg-opacity, 1));
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 61 76 / var(--tw-bg-opacity, 1));
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 54 67 / var(--tw-bg-opacity, 1));
}

.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 46 58 / var(--tw-bg-opacity, 1));
}

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 49 / var(--tw-bg-opacity, 1));
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 32 40 / var(--tw-bg-opacity, 1));
}

.bg-request {
  --tw-bg-opacity: 1;
  background-color: rgb(201 194 178 / var(--tw-bg-opacity, 1));
}

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

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

.bg-request-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}

.bg-request-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 220 211 / var(--tw-bg-opacity, 1));
}

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

.bg-request-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 194 178 / var(--tw-bg-opacity, 1));
}

.bg-request-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 173 151 / var(--tw-bg-opacity, 1));
}

.bg-request-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 152 125 / var(--tw-bg-opacity, 1));
}

.bg-request-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 130 100 / var(--tw-bg-opacity, 1));
}

.bg-request-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 105 81 / var(--tw-bg-opacity, 1));
}

.bg-reserve {
  --tw-bg-opacity: 1;
  background-color: rgb(254 177 97 / var(--tw-bg-opacity, 1));
}

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

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

.bg-reserve-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 202 / var(--tw-bg-opacity, 1));
}

.bg-reserve-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 203 149 / var(--tw-bg-opacity, 1));
}

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

.bg-reserve-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 177 97 / var(--tw-bg-opacity, 1));
}

.bg-reserve-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 156 55 / var(--tw-bg-opacity, 1));
}

.bg-reserve-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 136 13 / var(--tw-bg-opacity, 1));
}

.bg-reserve-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 114 1 / var(--tw-bg-opacity, 1));
}

.bg-reserve-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 93 1 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(201 194 178 / var(--tw-bg-opacity, 1));
}

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

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

.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}

.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 220 211 / var(--tw-bg-opacity, 1));
}

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

.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 194 178 / var(--tw-bg-opacity, 1));
}

.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 173 151 / var(--tw-bg-opacity, 1));
}

.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 152 125 / var(--tw-bg-opacity, 1));
}

.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 130 100 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 105 81 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}

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

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

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

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

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

.from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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);
}

.from-\[4px\] {
  --tw-gradient-from-position: 4px;
}

.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-50\% {
  --tw-gradient-via-position: 50%;
}

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

.to-\[100\%\] {
  --tw-gradient-to-position: 100%;
}

.to-\[4px\] {
  --tw-gradient-to-position: 4px;
}

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

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

.\!pt-0 {
  padding-top: 0px !important;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.align-middle {
  vertical-align: middle;
}

.font-display-serif {
  font-family: YakuHanMP, Cinzel, Shippori Mincho, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-sans {
  font-family: YakuHanJP, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: YakuHanMP, Shippori Mincho, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!leading-\[1\.22\] {
  line-height: 1.22 !important;
}

.\!leading-\[1\.55\] {
  line-height: 1.55 !important;
}

.\!leading-\[1\.66\] {
  line-height: 1.66 !important;
}

.leading-10 {
  line-height: 2.5rem;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-inherit {
  color: inherit;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(35 61 76 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(56 98 122 / var(--tw-text-opacity, 1));
}

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(51 88 110 / var(--tw-text-opacity, 1));
}

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(46 79 99 / var(--tw-text-opacity, 1));
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(40 70 87 / var(--tw-text-opacity, 1));
}

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(59 104 129 / var(--tw-text-opacity, 1));
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(35 61 76 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(31 54 67 / var(--tw-text-opacity, 1));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(27 46 58 / var(--tw-text-opacity, 1));
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(22 39 49 / var(--tw-text-opacity, 1));
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(18 32 40 / var(--tw-text-opacity, 1));
}

.text-request {
  --tw-text-opacity: 1;
  color: rgb(201 194 178 / var(--tw-text-opacity, 1));
}

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

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

.text-request-300 {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.text-request-400 {
  --tw-text-opacity: 1;
  color: rgb(224 220 211 / var(--tw-text-opacity, 1));
}

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

.text-request-500 {
  --tw-text-opacity: 1;
  color: rgb(201 194 178 / var(--tw-text-opacity, 1));
}

.text-request-600 {
  --tw-text-opacity: 1;
  color: rgb(182 173 151 / var(--tw-text-opacity, 1));
}

.text-request-700 {
  --tw-text-opacity: 1;
  color: rgb(164 152 125 / var(--tw-text-opacity, 1));
}

.text-request-800 {
  --tw-text-opacity: 1;
  color: rgb(143 130 100 / var(--tw-text-opacity, 1));
}

.text-request-900 {
  --tw-text-opacity: 1;
  color: rgb(116 105 81 / var(--tw-text-opacity, 1));
}

.text-reserve {
  --tw-text-opacity: 1;
  color: rgb(254 177 97 / var(--tw-text-opacity, 1));
}

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

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

.text-reserve-300 {
  --tw-text-opacity: 1;
  color: rgb(255 229 202 / var(--tw-text-opacity, 1));
}

.text-reserve-400 {
  --tw-text-opacity: 1;
  color: rgb(254 203 149 / var(--tw-text-opacity, 1));
}

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

.text-reserve-500 {
  --tw-text-opacity: 1;
  color: rgb(254 177 97 / var(--tw-text-opacity, 1));
}

.text-reserve-600 {
  --tw-text-opacity: 1;
  color: rgb(254 156 55 / var(--tw-text-opacity, 1));
}

.text-reserve-700 {
  --tw-text-opacity: 1;
  color: rgb(253 136 13 / var(--tw-text-opacity, 1));
}

.text-reserve-800 {
  --tw-text-opacity: 1;
  color: rgb(223 114 1 / var(--tw-text-opacity, 1));
}

.text-reserve-900 {
  --tw-text-opacity: 1;
  color: rgb(181 93 1 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(201 194 178 / var(--tw-text-opacity, 1));
}

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

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

.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(224 220 211 / var(--tw-text-opacity, 1));
}

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

.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(201 194 178 / var(--tw-text-opacity, 1));
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(182 173 151 / var(--tw-text-opacity, 1));
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(164 152 125 / var(--tw-text-opacity, 1));
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(143 130 100 / var(--tw-text-opacity, 1));
}

.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(116 105 81 / var(--tw-text-opacity, 1));
}

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

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

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

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(35 61 76 / var(--tw-text-opacity, 1)) !important;
}

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

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}

.\~text-2xl\/4xl {
  font-size: clamp(1.5rem,0.96rem + 1.34vw,2.25rem)/* fluid type from 1.5rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(2rem,1.64rem + 0.89vw,2.5rem)/* fluid from 2rem at 40rem to 2.5rem at 96rem */;
}

.\~text-3xl\/5xl {
  font-size: clamp(1.875rem,1.071rem + 2.009vw,3rem)/* fluid type from 1.875rem at 40rem to 3rem at 96rem */;
  line-height: /* error - End value `1` is not a length */;
}

.\~text-4xl\/5xl {
  font-size: clamp(2.25rem,1.71rem + 1.34vw,3rem)/* fluid type from 2.25rem at 40rem to 3rem at 96rem */;
  line-height: /* error - End value `1` is not a length */;
}

.\~text-4xl\/7xl {
  font-size: clamp(2.25rem,0.64rem + 4.02vw,4.5rem)/* fluid type from 2.25rem at 40rem to 4.5rem at 96rem */;
  line-height: /* error - End value `1` is not a length */;
}

.\~text-5xl\/6xl {
  font-size: clamp(3rem,2.46rem + 1.34vw,3.75rem)/* fluid type from 3rem at 40rem to 3.75rem at 96rem */;
  line-height: 1;
}

.\~text-base\/lg {
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
}

.\~text-lg\/xl {
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}

.\~text-xl\/2xl {
  font-size: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid type from 1.25rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}

.\~text-xl\/3xl {
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
}

.\~my-6\/12 {
  margin-top: clamp(1.5rem,0.43rem + 2.68vw,3rem)/* fluid from 1.5rem at 40rem to 3rem at 96rem */;
  margin-bottom: clamp(1.5rem,0.43rem + 2.68vw,3rem)/* fluid from 1.5rem at 40rem to 3rem at 96rem */;
}

.\~mt-6\/10 {
  margin-top: clamp(1.5rem,0.79rem + 1.79vw,2.5rem)/* fluid from 1.5rem at 40rem to 2.5rem at 96rem */;
}

.\~mt-6\/8 {
  margin-top: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}

.\~mt-3\/4 {
  margin-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}

.\~mt-3\/5 {
  margin-top: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
}

.\~mt-4\/8 {
  margin-top: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

.\~gap-3\/4 {
  gap: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}

.\~gap-4\/8 {
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

.\~px-0\/20 {
  padding-left: clamp(0rem,-3.57rem + 8.93vw,5rem)/* fluid from 0rem at 40rem to 5rem at 96rem */;
  padding-right: clamp(0rem,-3.57rem + 8.93vw,5rem)/* fluid from 0rem at 40rem to 5rem at 96rem */;
}

.\~px-2\/3 {
  padding-left: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
  padding-right: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}

.\~px-4\/24 {
  padding-left: clamp(1rem,-2.57rem + 8.93vw,6rem)/* fluid from 1rem at 40rem to 6rem at 96rem */;
  padding-right: clamp(1rem,-2.57rem + 8.93vw,6rem)/* fluid from 1rem at 40rem to 6rem at 96rem */;
}

.\~px-4\/7 {
  padding-left: clamp(1rem,0.46rem + 1.34vw,1.75rem)/* fluid from 1rem at 40rem to 1.75rem at 96rem */;
  padding-right: clamp(1rem,0.46rem + 1.34vw,1.75rem)/* fluid from 1rem at 40rem to 1.75rem at 96rem */;
}

.\~px-5\/12 {
  padding-left: clamp(1.25rem,0rem + 3.13vw,3rem)/* fluid from 1.25rem at 40rem to 3rem at 96rem */;
  padding-right: clamp(1.25rem,0rem + 3.13vw,3rem)/* fluid from 1.25rem at 40rem to 3rem at 96rem */;
}

.\~px-5\/8 {
  padding-left: clamp(1.25rem,0.71rem + 1.34vw,2rem)/* fluid from 1.25rem at 40rem to 2rem at 96rem */;
  padding-right: clamp(1.25rem,0.71rem + 1.34vw,2rem)/* fluid from 1.25rem at 40rem to 2rem at 96rem */;
}

.\~px-6\/0 {
  padding-left: clamp(0rem,2.57rem + -2.68vw,1.5rem)/* fluid from 1.5rem at 40rem to 0rem at 96rem */;
  padding-right: clamp(0rem,2.57rem + -2.68vw,1.5rem)/* fluid from 1.5rem at 40rem to 0rem at 96rem */;
}

.\~px-6\/12 {
  padding-left: clamp(1.5rem,0.43rem + 2.68vw,3rem)/* fluid from 1.5rem at 40rem to 3rem at 96rem */;
  padding-right: clamp(1.5rem,0.43rem + 2.68vw,3rem)/* fluid from 1.5rem at 40rem to 3rem at 96rem */;
}

.\~px-6\/8 {
  padding-left: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
  padding-right: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}

.\~py-1\/2 {
  padding-top: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
  padding-bottom: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}

.\~py-2\/3 {
  padding-top: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
  padding-bottom: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}

.\~py-3\/4 {
  padding-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
  padding-bottom: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}

.\~pt-3\/4 {
  padding-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}

.\~pt-6\/8 {
  padding-top: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}

.\~pr-6\/12 {
  padding-right: clamp(1.5rem,0.43rem + 2.68vw,3rem)/* fluid from 1.5rem at 40rem to 3rem at 96rem */;
}

.\~pb-3\/4 {
  padding-bottom: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}

.\~pl-6\/12 {
  padding-left: clamp(1.5rem,0.43rem + 2.68vw,3rem)/* fluid from 1.5rem at 40rem to 3rem at 96rem */;
}

.sticky-top {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  margin-top: -1px;
}

.\[background-image\:linear-gradient\(to_right\2c rgb\(0_0_0\/0\)_0\%\2c rgb\(0_0_0\/0\.5\)_30\%\2c rgb\(0_0_0\/0\.5\)_70\%\2c rgb\(0_0_0\/0\)_100\%\)\] {
  background-image: linear-gradient(to right,rgb(0 0 0/0) 0%,rgb(0 0 0/0.5) 30%,rgb(0 0 0/0.5) 70%,rgb(0 0 0/0) 100%);
}

.\[clip-path\:polygon\(0_0\2c 100\%_70\%\2c 100\%_101\%\2c 0\%_101\%\)\] {
  clip-path: polygon(0 0,100% 70%,100% 101%,0% 101%);
}

/* レイアウト */

/* グリッド */

/* タイトル */

/* Swiper */

/* テーマ */

.theme-button-icon {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  width: 3rem;
}

.theme-button-icon:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 1rem;
  border-right: 1px solid currentColor;
  transform-origin: bottom right;
  transform: rotate(-45deg);
  transition: transform 200ms ease;
}

a:hover .theme-button-icon:after {
  transform: rotate(-60deg);
}

.blur-circle {
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(40px);
  position: absolute;
  inset: 0;
}

/* カセット */

.cassette-content + .cassette-footer {
  margin-top: 0;
}

/* アイコン */

[class*=" icon-theme-"],[class^="icon-theme-"] {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  text-indent: -999em;
  aspect-ratio: 1 / 1;
  min-width: 1em;
}

[class*=" icon-theme-"]:before, [class*=" icon-theme-"]:after, [class^="icon-theme-"]:before, [class^="icon-theme-"]:after {
  position: absolute;
  content: "";
}

/* 左右矢印 */

.icon-theme-left:before, .icon-theme-right:before {
  height: 1px;
  width: 0.75em;
  background-color: currentColor;
  transform: rotate(-45deg);
  transition: transform 200ms ease;
}

.icon-theme-left:after, .icon-theme-right:after {
  height: 1px;
  width: 0.75em;
  background-color: currentColor;
  transform: rotate(45deg);
  transition: transform 200ms ease;
}

a:hover .icon-theme-left:before, a:hover .icon-theme-right:before {
  transform: rotate(-30deg);
}

a:hover .icon-theme-left:after, a:hover .icon-theme-right:after {
  transform: rotate(30deg);
}

.icon-theme-left:before {
  transform-origin: left bottom;
}

.icon-theme-left:after {
  transform-origin: left top;
}

.icon-theme-right:before {
  transform-origin: right bottom;
}

.icon-theme-right:after {
  transform-origin: right top;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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\:from-slate-300:hover {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(35 61 76 / var(--tw-text-opacity, 1));
}

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

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

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

@media not all and (min-width: 64rem) {
  .max-lg\:h-px {
    height: 1px;
  }

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

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

@media not all and (min-width: 48rem) {
  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .max-md\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }

  .max-md\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

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

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

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

@media (min-width: 48rem) {
  .md\:order-1 {
    order: 1;
  }

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

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

  .md\:hidden {
    display: none;
  }

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

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .md\:grid-cols-\[30\%_1fr\] {
    grid-template-columns: 30% 1fr;
  }

  .md\:grid-cols-\[40\%_auto\] {
    grid-template-columns: 40% auto;
  }

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

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

  .md\:border-r-2 {
    border-right-width: 2px;
  }

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

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

@media (min-width: 64rem) {
  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:grid-cols-\[40\%_auto\] {
    grid-template-columns: 40% auto;
  }

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

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

@media (min-width: 96rem) {
  .\32xl\:\~px-3\/5 {
    padding-left: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
    padding-right: clamp(0.75rem,0.39rem + 0.89vw,1.25rem)/* fluid from 0.75rem at 40rem to 1.25rem at 96rem */;
  }
}