/* @tailwind base; */

*, ::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.17 | 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: "source-han-sans-japanese", 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;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #fcfcfc inset !important;
  -webkit-text-fill-color: #231815 !important;
}

html {
  font-size: 14px;
}

@media (min-width: 640px) {
  html {
    font-size: 16px;
  }
}

.container {
  width: 100%;
}

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

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

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

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

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

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

a.underline:hover {
  color: #645128;
}

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url('/assets/images/common/icon_new-window.svg');
          mask-image: url('/assets/images/common/icon_new-window.svg');
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #231815;
  margin-right: 8px;
  margin-left: 8px;
}

a[target="_blank"]:hover::after {
  background-color: #645128;
}

.no-after-icon[target="_blank"]::after {
  display: none;
  content: none;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

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

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

.left-\[calc\(50\%\+40px\)\] {
  left: calc(50% + 40px);
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

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

.top-4 {
  top: 1rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

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

.m-auto {
  margin: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.mb-\[clamp\(64px\2c 10vw\2c 120px\)\] {
  margin-bottom: clamp(64px,10vw,120px);
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-\[clamp\(60px\2c 10vw\2c 104px\)\] {
  margin-top: clamp(60px,10vw,104px);
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-\[2\.414\] {
  aspect-ratio: 2.414;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[clamp\(16px\2c 2vw\2c 20px\)\] {
  height: clamp(16px,2vw,20px);
}

.h-\[clamp\(180px\2c 27vw\2c 390px\)\] {
  height: clamp(180px,27vw,390px);
}

.h-\[clamp\(250px\2c 41\.39vw\2c 596px\)\] {
  height: clamp(250px,41.39vw,596px);
}

.h-\[clamp\(306px\2c 46vw\2c 661px\)\] {
  height: clamp(306px,46vw,661px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

.max-h-\[calc\(100dvh-4rem\)\] {
  max-height: calc(100dvh - 4rem);
}

.max-h-\[calc\(100dvh-8rem\)\] {
  max-height: calc(100dvh - 8rem);
}

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

.min-h-8 {
  min-height: 2rem;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[clamp\(16px\2c 2vw\2c 20px\)\] {
  width: clamp(16px,2vw,20px);
}

.w-\[clamp\(180px\2c 27vw\2c 390px\)\] {
  width: clamp(180px,27vw,390px);
}

.w-\[clamp\(334px\2c 50vw\2c 720px\)\] {
  width: clamp(334px,50vw,720px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-8 {
  min-width: 2rem;
}

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

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

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

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

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

.max-w-20 {
  max-width: 5rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

.max-w-\[clamp\(27px\2c 3\.7vw\2c 54px\)\] {
  max-width: clamp(27px,3.7vw,54px);
}

.max-w-\[clamp\(30px\2c 4\.2vw\2c 60px\)\] {
  max-width: clamp(30px,4.2vw,60px);
}

.max-w-\[clamp\(33px\2c 4\.7vw\2c 67px\)\] {
  max-width: clamp(33px,4.7vw,67px);
}

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

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

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

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

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

.table-auto {
  table-layout: auto;
}

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

.-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-\[-10px\] {
  --tw-translate-y: -10px;
  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-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.animate-\[fadeIn_20s_infinite\] {
  animation: fadeIn 20s infinite;
}

@keyframes reveal {
  0% {
    width: 0%;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.animate-reveal {
  animation: reveal 1.5s ease forwards;
}

@keyframes reveal {
  0% {
    width: 0%;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.animate-reveal-sp {
  animation: reveal 0.8s ease forwards;
}

@keyframes slide-down {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-down {
  animation: slide-down 0.2s;
}

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

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

.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-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

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

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

.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-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-\[4\.28vw\] {
  gap: 4.28vw;
}

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.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-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 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;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.break-words {
  overflow-wrap: break-word;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

.border-\[2px\] {
  border-width: 2px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

.border-none {
  border-style: none;
}

.border-beige-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 235 / var(--tw-border-opacity, 1));
}

.border-beige-500 {
  --tw-border-opacity: 1;
  border-color: rgb(182 162 119 / var(--tw-border-opacity, 1));
}

.border-beige-700 {
  --tw-border-opacity: 1;
  border-color: rgb(151 123 61 / var(--tw-border-opacity, 1));
}

.border-blush-900 {
  --tw-border-opacity: 1;
  border-color: rgb(160 14 21 / var(--tw-border-opacity, 1));
}

.border-mono-300 {
  --tw-border-opacity: 1;
  border-color: rgb(211 208 208 / var(--tw-border-opacity, 1));
}

.border-mono-950 {
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity, 1));
}

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

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

.bg-beige-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 235 / var(--tw-bg-opacity, 1));
}

.bg-beige-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 228 216 / var(--tw-bg-opacity, 1));
}

.bg-beige-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 162 119 / var(--tw-bg-opacity, 1));
}

.bg-beige-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 123 61 / var(--tw-bg-opacity, 1));
}

.bg-beige-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 81 40 / var(--tw-bg-opacity, 1));
}

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

.bg-blush-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 86 91 / var(--tw-bg-opacity, 1));
}

.bg-blush-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(160 14 21 / var(--tw-bg-opacity, 1));
}

.bg-linen-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 191 174 / var(--tw-bg-opacity, 1));
}

.bg-mono-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 208 208 / var(--tw-bg-opacity, 1));
}

.bg-mono-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity, 1));
}

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

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

.bg-none {
  background-image: none;
}

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

.font-poppins {
  font-family: "Poppins", sans-serif;
}

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

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

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

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

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

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

.text-\[clamp\(0\.85rem\2c 1\.5vw\2c 1rem\)\] {
  font-size: clamp(0.85rem,1.5vw,1rem);
}

.text-\[clamp\(1\.14rem\2c 4vw\2c 1\.25rem\)\] {
  font-size: clamp(1.14rem,4vw,1.25rem);
}

.text-\[clamp\(1\.28rem\2c 0\.75rem\+2vw\2c 1\.25rem\)\] {
  font-size: clamp(1.28rem,0.75rem + 2vw,1.25rem);
}

.text-\[clamp\(1\.428rem\2c 0\.75rem\+2vw\2c 2\.25rem\)\] {
  font-size: clamp(1.428rem,0.75rem + 2vw,2.25rem);
}

.text-\[clamp\(1\.7rem\2c 0\.75rem\+2vw\2c 2rem\)\] {
  font-size: clamp(1.7rem,0.75rem + 2vw,2rem);
}

.text-\[clamp\(12px\2c 2\.5vw\2c 24px\)\] {
  font-size: clamp(12px,2.5vw,24px);
}

.text-\[clamp\(14px\2c 1\.5vw\2c 16px\)\] {
  font-size: clamp(14px,1.5vw,16px);
}

.text-\[clamp\(14px\2c 1\.5vw\2c 24px\)\] {
  font-size: clamp(14px,1.5vw,24px);
}

.text-\[clamp\(14px\2c 1\.8vw\2c 24px\)\] {
  font-size: clamp(14px,1.8vw,24px);
}

.text-\[clamp\(16px\2c 2\.5vw\2c 24px\)\] {
  font-size: clamp(16px,2.5vw,24px);
}

.text-\[clamp\(1rem\2c 0\.000rem\+66\.667vw\2c 1\.5rem\)\] {
  font-size: clamp(1rem,0.000rem + 66.667vw,1.5rem);
}

.text-\[clamp\(1rem\2c 0\.5vw\+1rem\2c 1\.25rem\)\] {
  font-size: clamp(1rem,0.5vw + 1rem,1.25rem);
}

.text-\[clamp\(1rem\2c 1\.5vw\2c 1\.7rem\)\] {
  font-size: clamp(1rem,1.5vw,1.7rem);
}

.text-\[clamp\(2\.14rem\2c 5vw\2c 3\.125rem\)\] {
  font-size: clamp(2.14rem,5vw,3.125rem);
}

.text-\[clamp\(2\.3rem\2c 4vw\2c 3rem\)\] {
  font-size: clamp(2.3rem,4vw,3rem);
}

.text-\[clamp\(3\.125rem\2c 5vw\+1rem\2c 6\.25rem\)\] {
  font-size: clamp(3.125rem,5vw + 1rem,6.25rem);
}

.text-\[clamp\(30px\2c 5vw\2c 64px\)\] {
  font-size: clamp(30px,5vw,64px);
}

.text-\[clamp\(40px\2c 5vw\2c 64px\)\] {
  font-size: clamp(40px,5vw,64px);
}

.text-\[clamp\(40px\2c 7\.5vw\2c 100px\)\] {
  font-size: clamp(40px,7.5vw,100px);
}

.text-\[clamp\(60px\2c 10vw\2c 120px\)\] {
  font-size: clamp(60px,10vw,120px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-beige-700 {
  --tw-text-opacity: 1;
  color: rgb(151 123 61 / var(--tw-text-opacity, 1));
}

.text-blush-900 {
  --tw-text-opacity: 1;
  color: rgb(160 14 21 / var(--tw-text-opacity, 1));
}

.text-mono-600 {
  --tw-text-opacity: 1;
  color: rgb(145 139 138 / var(--tw-text-opacity, 1));
}

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

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

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.\[animation-delay\:0s\] {
  animation-delay: 0s;
}

.\[animation-delay\:12s\] {
  animation-delay: 12s;
}

.\[animation-delay\:16s\] {
  animation-delay: 16s;
}

.\[animation-delay\:4s\] {
  animation-delay: 4s;
}

.\[animation-delay\:8s\] {
  animation-delay: 8s;
}

.\[display\:contents\] {
  display: contents;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-family: "source-han-sans-japanese", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity, 1));
}

.tab-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tab-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.tab-radio:focus-visible + label {
  outline: 1px solid #977b3d;
  outline-offset: 1px;
}

.tab-label {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d0d0;
  padding: 1rem;
  cursor: pointer;
  transition: border-color 0.3s;
}

@media (max-width: 430px) {
  .tab-label {
    font-size: 12px;
    padding: 0.5rem;
  }
}

.tab-label::before {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #d3d0d0;
}

@media (max-width: 430px) {
  .tab-label::before {
    width: 1em;
    height: 1em;
    margin-right: 8px;
  }
}

.tab-radio:checked + .tab-label {
  color: #977b3d;
  border-bottom-color: #977b3d;
}

.tab-radio:checked + .tab-label::before {
  background-color: #977b3d;
}

.step-circle::before,
.step-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: calc(70% + 1.25rem);
  background-color: #977b3e;
}

.step-circle::after {
  left: 100%;
}

.step-circle::before {
  right: 100%;
}

@media (max-width: 430px) {
  .step-circle::before,
  .step-circle::after {
    width: 50%;
  }
}

.step-item:first-child .step-circle::before {
  display: none;
}

.step-item:last-child .step-circle::after {
  display: none;
}

.curriculum-list::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 14px;
  position: absolute;
  bottom: -1.75rem;
  right: 50%;
  background-image: url('/assets/images/common/icon_triangle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg) translateY(-50%);
}

.checkbox-position {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
  border-radius: 25px;
  background-color: #d3d0d0;
  color: #fcfcfc;
  cursor: pointer;
  line-height: 1;
}

.checkbox-position:has(:checked) {
  background-color: #977b3d;
}

.checkbox-position::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  content: '';
  position: relative;
}

.checkbox-position:has(:checked)::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0.75rem;
  width: 12px;
  height: 9px;
  -webkit-mask-image: url('/assets/images/common/icon_check.svg');
          mask-image: url('/assets/images/common/icon_check.svg');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #977b3d;
}

.checkbox-position > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.checkbox-position:focus-within {
  outline: 2px solid #977b3d;
  outline-offset: 2px;
}

/* ラジオボタン */

.radio-button label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 32px;
}

.radio-button input:focus-visible + label {
  outline: 2px solid #977b3d;
  outline-offset: 2px;
  border-radius: 4px;
}

.radio-button label::before,
.radio-button label::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radio-button label::before {
  background-color: #fcfcfc;
  border: 1px solid #977b3d;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 0;
}

.radio-button label::after {
  background-color: #977b3d;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 4px;
}

.radio-button input:checked + label::after {
  opacity: 1;
}

.radio-button .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/* チェックボックス */

.check-box label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.check-box input:focus-visible + label {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 2px;
}

.check-box label::before,
.check-box label::after {
  content: '';
  display: block;
  position: absolute;
}

.check-box label::before {
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #977b3d;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.check-box label::after {
  border-bottom: 2px solid #fcfcfc;
  border-left: 2px solid #fcfcfc;
  opacity: 0;
  height: 8px;
  width: 14px;
  transform: rotate(-45deg);
  transform-origin: left top;
  top: 50%;
  left: 10px;
}

.check-box input:checked + label::after {
  opacity: 1;
}

.check-box input:checked + label::before {
  background-color: #977b3d;
}

.check-box .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

@media (max-width: 767px) {
  /* ラジオボタン */

  .radio-button label::before {
    width: 20px;
    height: 20px;
  }

  .radio-button label::after {
    width: 12px;
    height: 12px;
  }

  /* チェックボックス */

  .check-box label::before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 5px;
  }

  .check-box label::after {
    height: 6px;
    width: 12px;
    transform: rotate(-45deg);
    left: 9px;
  }
}

/* main.css */

@media (min-width: 921px) {
  .header-nav {
    display: flex !important;
    flex-direction: row;
    position: static;
    height: auto;
    background: none;
    overflow: visible;
  }

  .menu-list-item .menu-list-under {
    display: none;
  }

  .menu-list-item:hover .menu-list-under {
    display: block;
  }

  .menu-list-item:hover .menu-triangle-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  .menu-list-item > a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    overflow: hidden;
  }

  .menu-list-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #231815;
    transition: width 0.3s ease;
  }

  .menu-list-item > a:hover::after {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .menu-list-under-item > a {
    position: relative;
    overflow: hidden;
  }

  .menu-list-under-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #231815;
    transition: width 0.3s ease;
  }

  .menu-list-under-item > a:hover::after {
    width: 100%;
  }

  .underline-hover-white > a {
    position: relative;
    overflow: hidden;
  }

  .underline-hover-white > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #fcfcfc;
    transition: width 0.3s ease;
  }

  .underline-hover-white > a:hover::after {
    width: 100%;
  }
}

@media (max-width: 920px) {
  html.is-menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .header-nav {
    display: none;
  }

  .header-nav.is-open {
    display: flex !important;
    flex-direction: column;
    background: #fcfcfc;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 100;
    animation: slideInLeft 0.4s ease forwards;
  }

  @keyframes slideInLeft {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .menu-list-under {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-list-item.open-submenu .menu-list-under {
    border-bottom: 1px solid #977b3d;
  }

  .hamburger.is-open .line1 {
    transform: rotate(45deg) translate(0.25em, 0.25em);
  }

  .hamburger.is-open .line2 {
    opacity: 0;
  }

  .hamburger.is-open .line3 {
    transform: rotate(-45deg) translate(0.3em, -0.3em);
  }
}

.footer-nav-list-item.is-open {
  border-bottom: 1px solid #FCFCFC;
}

/* cookieエリア */

#ulccwidparent .cc-window {
  background-color: #FCFCFC;
  color: #231815;
}

#ulccwidparent .cc-compliance a.cc-btn {
  border-radius: 4px;
  border: 1px solid #977B3D;
  background-color: #FCFCFC;
  color: #977B3D;
  width: auto;
}

#ulccwidparent .cc-compliance a.cc-btn:hover {
  background-color: #E3E3E3;
  text-decoration: none;
}

#ulccwidparent .cc-compliance a.cc-btn.cc-allow {
  background-color: #977B3D;
  color: #FCFCFC;
}

#ulccwidparent .cc-compliance a.cc-btn.cc-allow:hover {
  background-color: #846F40;
}

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

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:bg-\[\#D3D0D080\]:hover {
  background-color: #D3D0D080;
}

.hover\:bg-\[\#EAE4D880\]:hover {
  background-color: #EAE4D880;
}

.hover\:bg-\[\#ECCED080\]:hover {
  background-color: #ECCED080;
}

.hover\:text-beige-900:hover {
  --tw-text-opacity: 1;
  color: rgb(100 81 40 / var(--tw-text-opacity, 1));
}

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

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

.focus\:border-beige-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(151 123 61 / var(--tw-border-opacity, 1));
}

.focus\:border-blush-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(160 14 21 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --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(0px + 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);
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

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

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

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 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));
}

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

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

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

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

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-4 {
  top: 1rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-4 {
  top: 1rem;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.peer:focus ~ .peer-focus\:top-2 {
  top: 0.5rem;
}

.peer:focus ~ .peer-focus\:top-2\.5 {
  top: 0.625rem;
}

.peer:focus ~ .peer-focus\:text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

  .sm\:min-w-6 {
    min-width: 1.5rem;
  }

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

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

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

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

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

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }
}

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

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

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

  .md\:order-none {
    order: 0;
  }

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

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-\[4\%\] {
    margin-left: 4%;
  }

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

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

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

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

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[54\.4\%\] {
    width: 54.4%;
  }

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-8 {
    min-width: 2rem;
  }

  .md\:min-w-\[135px\] {
    min-width: 135px;
  }

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

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

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

  .md\:min-w-\[90px\] {
    min-width: 90px;
  }

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

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

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

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

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

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

  .md\:animate-none {
    animation: none;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:gap-\[0\] {
    gap: 0;
  }

  .md\:gap-\[11\%\] {
    gap: 11%;
  }

  .md\:gap-\[6\.25vw\] {
    gap: 6.25vw;
  }

  .md\:gap-\[8\%\] {
    gap: 8%;
  }

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

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

  .md\:border {
    border-width: 1px;
  }

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

  .md\:border-none {
    border-style: none;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
  }

  .md\:bg-inherit {
    background-color: inherit;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

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

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

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

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

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

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

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

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

  .md\:pr-\[64px\] {
    padding-right: 64px;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

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

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

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

  .md\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }
}

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

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

@media (max-width: 920px) {
  .sp-header\:visible {
    visibility: visible;
  }

  .sp-header\:static {
    position: static;
  }

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

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

  .sp-header\:flex {
    display: flex;
  }

  .sp-header\:hidden {
    display: none;
  }

  .sp-header\:h-\[40px\] {
    height: 40px;
  }

  .sp-header\:h-\[47px\] {
    height: 47px;
  }

  .sp-header\:h-\[9px\] {
    height: 9px;
  }

  .sp-header\:w-\[15px\] {
    width: 15px;
  }

  .sp-header\:w-\[51px\] {
    width: 51px;
  }

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

  .sp-header\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .sp-header\:items-center {
    align-items: center;
  }

  .sp-header\:justify-between {
    justify-content: space-between;
  }

  .sp-header\:border-0 {
    border-width: 0px;
  }

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

  .sp-header\:border-beige-700 {
    --tw-border-opacity: 1;
    border-color: rgb(151 123 61 / var(--tw-border-opacity, 1));
  }

  .sp-header\:p-0 {
    padding: 0px;
  }

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

  .sp-header\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sp-header\:pt-\[70px\] {
    padding-top: 70px;
  }

  .sp-header\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 921px) {
  .pc-header\:block {
    display: block;
  }

  .pc-header\:inline-block {
    display: inline-block;
  }

  .pc-header\:flex {
    display: flex;
  }

  .pc-header\:hidden {
    display: none;
  }

  .pc-header\:h-\[120px\] {
    height: 120px;
  }

  .pc-header\:h-\[51px\] {
    height: 51px;
  }

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

  .pc-header\:w-\[188px\] {
    width: 188px;
  }

  .pc-header\:w-\[76px\] {
    width: 76px;
  }

  .pc-header\:flex-row {
    flex-direction: row;
  }

  .pc-header\:justify-center {
    justify-content: center;
  }

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

  .pc-header\:rounded-\[16px\] {
    border-radius: 16px;
  }

  .pc-header\:rounded-\[40px\] {
    border-radius: 40px;
  }

  .pc-header\:bg-beige-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(151 123 61 / var(--tw-bg-opacity, 1));
  }

  .pc-header\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

  .pc-header\:text-white {
    --tw-text-opacity: 1;
    color: rgb(252 252 252 / var(--tw-text-opacity, 1));
  }

  .pc-header\:shadow-pc-menu {
    --tw-shadow: 0 0 20px rgba(35, 24, 21, 0.1);
    --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 640px) {
  .\[\&\:nth-child\(1\)\]\:sm\:border-r:nth-child(1) {
    border-right-width: 1px;
  }

  .\[\&\:nth-child\(3\)\]\:sm\:border-r:nth-child(3) {
    border-right-width: 1px;
  }
}

@media(min-width:768px) {
  .\[\@media\(min-width\:768px\)\]\:inline {
    display: inline;
  }

  .\[\@media\(min-width\:768px\)\]\:max-w-\[73\%\] {
    max-width: 73%;
  }
}

@media(min-width:921px) {
  .\[\@media\(min-width\:921px\)\]\:hidden {
    display: none;
  }

  .\[\@media\(min-width\:921px\)\]\:max-w-\[63\%\] {
    max-width: 63%;
  }
}