/*
! tailwindcss v3.4.0 | 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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.top-\[-2rem\] {
  top: -2rem;
}

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

.row-span-4 {
  grid-row: span 4 / span 4;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}

.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}

.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}

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

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

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

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

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

.mb-\[8\.25rem\] {
  margin-bottom: 8.25rem;
}

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-44 {
  height: 11rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[1\.625rem\] {
  height: 1.625rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-32 {
  max-height: 8rem;
}

.min-h-\[5em\] {
  min-height: 5em;
}

.w-4\/5 {
  width: 80%;
}

.w-9 {
  width: 2.25rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

.w-\[1\.625rem\] {
  width: 1.625rem;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

.max-w-\[56\.5rem\] {
  max-width: 56.5rem;
}

.max-w-\[70\.25rem\] {
  max-width: 70.25rem;
}

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

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

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

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

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

.grid-cols-\[1fr\2c 2fr\] {
  grid-template-columns: 1fr 2fr;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

.gap-\[3\.125rem\] {
  gap: 3.125rem;
}

.gap-\[3\.75rem\] {
  gap: 3.75rem;
}

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

.gap-x-\[2\.25rem\] {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-\[1\.875rem\] {
  row-gap: 1.875rem;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}

.gap-y-\[14px\] {
  row-gap: 14px;
}

.gap-y-\[3\.125rem\] {
  row-gap: 3.125rem;
}

.gap-y-\[3\.75rem\] {
  row-gap: 3.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.6px\] {
  border-radius: 0.6px;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-\[0\.6px\] {
  border-width: 0.6px;
}

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

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

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

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

.bg-color-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(236 233 223 / var(--tw-bg-opacity));
}

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

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

.object-\[0_-100px\] {
  -o-object-position: 0 -100px;
     object-position: 0 -100px;
}

.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-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[2\.875rem\] {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[\'Noto_Sans_JP\'\] {
  font-family: 'Noto Sans JP';
}

.font-\[Forum\] {
  font-family: Forum;
}

.font-eng {
  font-family: Forum, serif;
}

.font-jpg {
  font-family: Shippori Mincho, serif;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[\.8125rem\] {
  font-size: .8125rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

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

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

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

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

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

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

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

.text-\[2\.375rem\] {
  font-size: 2.375rem;
}

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

.text-\[75\%\] {
  font-size: 75%;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-\[400\] {
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

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

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.text-wildblue {
  --tw-text-opacity: 1;
  color: rgb(127 134 184 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

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

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

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

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

/* 共通CSS */

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
}

/* pagination*/

.navigation.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px;
  font-family: 'Forum';
}

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.navigation.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.navigation.pagination .nav-links .page-numbers.current {
  font-weight: bold;
}

.next.page-numbers {
  width: 42px;
  height: 42px;
  background: white;
  color: #333;
  border: solid 1px;
  border-radius: 2px;
}

.prev.page-numbers {
  width: 42px;
  height: 42px;
  background: white;
  color: #333;
  border: solid 1px;
  border-radius: 2px;
}

.text-black {
  color: #333;
}

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

.first\:hidden:first-child {
  display: none;
}

.last\:hidden:last-child {
  display: none;
}

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

@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

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

@media (min-width: 768px) {
  .md\:h-\[360px\] {
    height: 360px;
  }

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

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

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

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

  .lg\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

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

  .lg\:mb-\[10\.25rem\] {
    margin-bottom: 10.25rem;
  }

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

  .lg\:mb-\[12\.5rem\] {
    margin-bottom: 12.5rem;
  }

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

  .lg\:mb-\[2\.125rem\] {
    margin-bottom: 2.125rem;
  }

  .lg\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

  .lg\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

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

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

  .lg\:mb-\[6\.75rem\] {
    margin-bottom: 6.75rem;
  }

  .lg\:mb-\[7\.5rem\] {
    margin-bottom: 7.5rem;
  }

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

  .lg\:mb-\[8\.875rem\] {
    margin-bottom: 8.875rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

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

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

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-\[1\.75rem\] {
    width: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[18\.375rem_1fr\] {
    grid-template-columns: 18.375rem 1fr;
  }

  .lg\:grid-cols-\[20\.25rem_1fr\] {
    grid-template-columns: 20.25rem 1fr;
  }

  .lg\:grid-cols-\[22\.125rem_1fr\] {
    grid-template-columns: 22.125rem 1fr;
  }

  .lg\:grid-cols-\[22\.75rem_1fr\] {
    grid-template-columns: 22.75rem 1fr;
  }

  .lg\:grid-cols-\[25rem_1fr\] {
    grid-template-columns: 25rem 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

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

  .lg\:gap-32 {
    gap: 8rem;
  }

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-\[\.625rem\] {
    gap: .625rem;
  }

  .lg\:gap-\[1\.625rem\] {
    gap: 1.625rem;
  }

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

  .lg\:gap-\[2em\] {
    gap: 2em;
  }

  .lg\:gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

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

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

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

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

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-\[12px\] {
    row-gap: 12px;
  }

  .lg\:gap-y-\[18px\] {
    row-gap: 18px;
  }

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

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

  .lg\:gap-y-\[72px\] {
    row-gap: 72px;
  }

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

  .lg\:border-\[0\.6px\] {
    border-width: 0.6px;
  }

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

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

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

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

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

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

  .lg\:px-\[6\.25rem\] {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-\[1\.125rem\] {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .lg\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .lg\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

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

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

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

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

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

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

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

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

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

@media (min-width: 1280px) {
  .xl\:grid-cols-\[17\.625rem_1fr\] {
    grid-template-columns: 17.625rem 1fr;
  }

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }
}

.\[\&\>a\]\:mx-1>a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.\[\&\>a\]\:inline-block>a {
  display: inline-block;
}

.\[\&\>a\]\:rounded-full>a {
  border-radius: 9999px;
}

.\[\&\>a\]\:px-2>a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>li\>a\>span\]\:text-\[13px\]>li>a>span {
  font-size: 13px;
}

.\[\&\>li\]\:mb-5>li {
  margin-bottom: 1.25rem;
}

.\[\&\>li\]\:bg-white>li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>li\]\:p-3>li {
  padding: 0.75rem;
}

.\[\&\>li\]\:py-3>li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>span\]\:mx-1>span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.\[\&\>span\]\:inline-block>span {
  display: inline-block;
}

.\[\&\>span\]\:rounded-full>span {
  border-radius: 9999px;
}

.\[\&\>span\]\:bg-white>span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>span\]\:px-2>span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}