
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* TailwindCSSのインポート */
*, ::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.13 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.pointer-events-none{
  pointer-events: none;
}
.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%;
}
.right-8{
  right: 2rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[48px\]{
  top: 48px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[99998\]{
  z-index: 99998;
}
.z-\[99999\]{
  z-index: 99999;
}
.m-auto{
  margin: auto;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-16{
  margin-top: 4rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.aspect-\[15\/8\]{
  aspect-ratio: 15/8;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-auto{
  height: auto !important;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[35\%\]{
  height: 35%;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[65\%\]{
  height: 65%;
}
.h-\[calc\(100vh-48px\)\]{
  height: calc(100vh - 48px);
}
.h-\[calc\(55vh-48px\)\]{
  height: calc(55vh - 48px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[calc\(100vh-48px\)\]{
  max-height: calc(100vh - 48px);
}
.max-h-\[calc\(55vh-48px\)\]{
  max-height: calc(55vh - 48px);
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-3\/5{
  width: 60%;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[calc\(100\%-32px\)\]{
  width: calc(100% - 32px);
}
.w-\[calc\(100\%\/2_-_0\.5rem\)\]{
  width: calc(100% / 2 - 0.5rem);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-16{
  min-width: 4rem;
}
.max-w-\[1137px\]{
  max-width: 1137px;
}
.max-w-\[1320px\]{
  max-width: 1320px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.-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-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.\!items-stretch{
  align-items: stretch !important;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(186 163 130 / var(--tw-border-opacity));
}
.border-primary\/100{
  border-color: rgb(186 163 130 / 1);
}
.border-text{
  --tw-border-opacity: 1;
  border-color: rgb(8 43 38 / var(--tw-border-opacity));
}
.border-text\/15{
  border-color: rgb(8 43 38 / 0.15);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.\!bg-inherit{
  background-color: inherit !important;
}
.bg-\[\#00000054\]{
  background-color: #00000054;
}
.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 226 / var(--tw-bg-opacity));
}
.bg-inherit{
  background-color: inherit;
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(186 163 130 / var(--tw-bg-opacity));
}
.bg-text{
  --tw-bg-opacity: 1;
  background-color: rgb(8 43 38 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-16{
  padding-right: 4rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-semibold{
  font-weight: 600;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(186 163 130 / var(--tw-text-opacity)) !important;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(186 163 130 / var(--tw-text-opacity));
}
.text-text{
  --tw-text-opacity: 1;
  color: rgb(8 43 38 / var(--tw-text-opacity));
}
.text-text\/15{
  color: rgb(8 43 38 / 0.15);
}
.text-text\/50{
  color: rgb(8 43 38 / 0.5);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-\[0px_0px_12px_10px_\#00000016\]{
  --tw-shadow: 0px 0px 12px 10px #00000016;
  --tw-shadow-colored: 0px 0px 12px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_4px_\#00000020\]{
  --tw-shadow: 0px 0px 4px #00000020;
  --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* カスタムCSSをインポート */
:root {
  --primary: #BAA382;
  --text: #082B26;
  --accent: #BAA382;
  --background: #E7E6E2;
  --white: #fff;
}
/* 日本語用フォント */
/* 英語用フォント */
@font-face {
  font-family: "Negra";
  src: url("/wp-content/themes/banyan/assets/font/Reforma1969-Negra.otf") format("opentype"),
}
@font-face {
  font-family: "Niramit";
  src: url("/wp-content/themes/banyan/assets/font/Niramit-Light.ttf") format("opentype"),
}
body{
  font-family: Niramit, 'Noto Serif JP', serif;
  background-color: var(--background);
  margin: 72px 0 0;
}
h1{
  font-size: 56px;
  font-weight: 600;
}
h2{
  font-size: 44px;
  font-weight: 600;
}
h3{
  font-size: 36px;
  font-weight: 600;
}
h4{
  font-size: 28px;
  font-weight: 600;
}
h5{
  font-size: 20px;
  font-weight: 600;
}
h6{
  font-size: 14px;
  font-weight: 600;
}
p.medium{
  font-size: 15px;
}
p.small{
  font-size: 13px;
}
a.medium{
  font-size: 15px;
}
a.small{
  font-size: 13px;
}
@media (max-width: 768px) {
  body{
    margin: 48px 0 0;
  }
  h1{
    font-size: 28px;
  }
  h2{
    font-size: 26px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 12px;
  }
  p{
    font-size: 16px;
  }
  p.medium{
    font-size: 15px;
  }
  p.small{
    font-size: 12px;
  }
  a.medium{
    font-size: 14px;
  }
  a.small{
    font-size: 12px;
  }
}
/* templates-parts */
.header-reservation-btn > a{
  background-color: var(--primary);
  color: var(--white);
  padding: 0 28px;
}
/* blocks */
.accordion .js-accordion_title .text-block h1,
.accordion .js-accordion_title .text-block h2,
.accordion .js-accordion_title .text-block h3,
.accordion .js-accordion_title .text-block h4,
.accordion .js-accordion_title .text-block h5,
.accordion .js-accordion_title .text-block h6{
  margin: 0;
}
.accordion .text-block h1,
.accordion .text-block h2,
.accordion .text-block h3,
.accordion .text-block h4,
.accordion .text-block h5,
.accordion .text-block h6{
  margin: 0 0 24px;
}
.accordion .text-block p{
  font-size: 15px;
  margin: 0 0 24px;
}
.accordion .text-block p:last-child{
  margin: 0;
}
.accordion .text-block ul{
  list-style: disc;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 24px;
}
.accordion .text-block ol{
  list-style: decimal;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 24px;
}
.accordion .text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.accordion .swiper-button-prev, .accordion .swiper-button-next{
  width: 62px;
  height: 62px;
}
.accordion .swiper-button-prev{
  left: -32px;
}
.accordion .swiper-button-next{
  right: -32px;
}
.accordion .swiper-button-prev::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  transform: rotate(180deg);
  background-size: cover;
}
.accordion .swiper-button-next::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  background-size: cover;
}
.concept .text-block h1,
.concept .text-block h2,
.concept .text-block h3,
.concept .text-block h4,
.concept .text-block h5,
.concept .text-block h6{
  margin: 0 0 32px;
}
.concept .text-block p{
  margin: 0 0 32px;
}
.concept .text-block a{
  margin: 0 0 32px;
}
.iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    aspect-ratio: 4/3;
    max-height: 80vh;
}
@media (max-width: 768px) {
    .iframe iframe {
        aspect-ratio: 3/7;
    }
}
.flex-column .text-block h1,
.flex-column .text-block h2,
.flex-column .text-block h3,
.flex-column .text-block h4,
.flex-column .text-block h5,
.flex-column .text-block h6{
  margin: 0 0 24px;
  color: var(--primary);
}
.flex-column .text-block p{
  font-size: 13px;
  margin: 0 0 24px;
}
.flex-column .text-block ul{
  list-style: disc;
  padding: 0 0 0 20px;
  font-size: 13px;
  margin: 0 0 24px;
}
.flex-column .text-block ol{
  list-style: decimal;
  padding: 0 0 0 20px;
  font-size: 13px;
  margin: 0 0 24px;
}
.flex-column .text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.flex-column .icon-text-block p{
  font-size: 13px;
}
.flex-column .icon-text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.text-image-block_4_6 .text-block h1,
.text-image-block_4_6 .text-block h2,
.text-image-block_4_6 .text-block h3,
.text-image-block_4_6 .text-block h4,
.text-image-block_4_6 .text-block h5,
.text-image-block_4_6 .text-block h6{
  margin: 0 0 32px;
}
.text-image-block_4_6 .text-block p{
  padding: 0 0 24px 0px;
}
.text-image-block_4_6 .text-block ul{
  list-style: disc;
  padding: 0 0 0 68px;
  font-size: 15px;
  margin: 0 0 24px;
}
.text-image-block_4_6 .text-block ol{
  list-style: decimal;
  padding: 0 0 0 68px;
  font-size: 15px;
  margin: 0 0 24px;
}
.text-image-block_4_6 .text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.text-image-block_4_6 .swiper-button-prev, .text-image-block_4_6 .swiper-button-next{
  width: 62px;
  height: 62px;
}
.text-image-block_4_6 .swiper-button-prev{
  left: -32px;
}
.text-image-block_4_6 .swiper-button-next{
  right: -32px;
}
.text-image-block_4_6 .swiper-button-prev::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  transform: rotate(180deg);
  background-size: cover;
}
.text-image-block_4_6 .swiper-button-next::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  background-size: cover;
}
@media (max-width: 768px){
 .text-image-block_4_6 .swiper-button-prev::after, .text-image-block_4_6 .swiper-button-next::after{
    width: 32px;
    height: 32px;
 } 
  .text-image-block_4_6 .swiper-button-prev{
    display: none;
  }
  .text-image-block_4_6 .swiper-button-next{
    right: 0;
  }

  .text-image-block_4_6 .text-block p, .text-image-block_4_6 .text-block ul, .text-image-block_4_6 .text-block ol{
    padding: 0;
  }
  
  .text-image-block_4_6 .swiper-slide-next{
    opacity: 0.5;
  }

  .text-image-block__slider .swiper-slide-next{
    opacity: 1;
  }
}
.text-image-block_5_5 .text-block h1,
.text-image-block_5_5 .text-block h2,
.text-image-block_5_5 .text-block h3,
.text-image-block_5_5 .text-block h4,
.text-image-block_5_5 .text-block h5,
.text-image-block_5_5 .text-block h6{
  margin: 0 0 24px;
}
.text-image-block_5_5 .text-block p{
  font-size: 15px;
  margin: 0 0 24px;
}
.text-image-block_5_5 .text-block ul{
  list-style: disc;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 24px;
}
.text-image-block_5_5 .text-block ol{
  list-style: decimal;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 24px;
}
.text-image-block_5_5 .text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.text-image-block_5_5 .swiper-button-prev, .text-image-block_5_5 .swiper-button-next{
  width: 62px;
  height: 62px;
}
.text-image-block_5_5 .swiper-button-prev{
  left: -32px;
}
.text-image-block_5_5 .swiper-button-next{
  right: -32px;
}
.text-image-block_5_5 .swiper-button-prev::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  transform: rotate(180deg);
  background-size: cover;
}
.text-image-block_5_5 .swiper-button-next::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  background-size: cover;
}
@media (max-width: 768px){
 .text-image-block_5_5 .swiper-button-prev::after, .text-image-block_5_5 .swiper-button-next::after{
    width: 32px;
    height: 32px;
 } 
  .text-image-block_5_5 .swiper-button-prev{
    display: none;
  }
  .text-image-block_5_5 .swiper-button-next{
    right: 0;
  }

  .text-image-block_5_5 .swiper-slide-next{
    opacity: 0.5;
  }

  .text-image-block__slider .swiper-slide-next{
    opacity: 1;
  }
}
.only-text .text-block h1,
.only-text .text-block h2,
.only-text .text-block h3,
.only-text .text-block h4,
.only-text .text-block h5,
.only-text .text-block h6{
  margin: 0 0 24px;
}
.only-text .text-block p{
  font-size: 15px;
  margin: 0 0 8px;
}
.only-text .text-block ul{
  list-style: disc;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 8px;
}
.only-text .text-block ol{
  list-style: decimal;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 8px;
}
.only-text .text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.only-text-single .text-block h1,
.only-text-single .text-block h2,
.only-text-single .text-block h3,
.only-text-single .text-block h4,
.only-text-single .text-block h5,
.only-text-single .text-block h6{
  margin: 0 0 24px;
}
.only-text-single .text-block p{
  font-size: 15px;
  margin: 0 0 8px;
}
.only-text-single .text-block ul{
  list-style: disc;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 8px;
}
.only-text-single .text-block ol{
  list-style: decimal;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 8px;
}
.only-text-single .text-block a{
  color: var(--primary);
  text-decoration: underline;
}
.full-image-text .text-block h1,
.full-image-text .text-block h2,
.full-image-text .text-block h3,
.full-image-text .text-block h4,
.full-image-text .text-block h5,
.full-image-text .text-block h6{
  margin: 0 0 32px;
}
.full-image-text .text-block p{
  margin: 0 0 32px;
}
.full-image-text .text-block a{
  margin: 0 0 32px;
}
.three-blocks .text-block h1,
.three-blocks .text-block h2,
.three-blocks .text-block h3,
.three-blocks .text-block h4,
.three-blocks .text-block h5,
.three-blocks .text-block h6{
  margin: 0 0 24px;
}
.three-blocks .text-block p{
  margin: 0 0 24px;
}
.three-blocks .text-block a{
  margin: 0 0 24px;
}
.wp-block-table{
  margin: 64px auto;
  width: calc(100% / 12 * 11);

}
.wp-block-table > table{
  border-collapse: separate; /* ボーダーを結合しない */
  border-spacing: 0 4px;
}
.wp-block-table > table > tbody > tr,
.wp-block-table > table > thead > tr,
.wp-block-table > table > tfoot > tr{
  background-color: var(--white);
}
.wp-block-table > table > tbody > tr > td{
  border: none;
  padding: 1.25rem;
}
.wp-block-table > table > thead > tr > th,
.wp-block-table > table > tfoot > tr > td{
  border: none;
  padding: 1.25rem;
}
.offer-list .swiper-button-prev, .offer-list .swiper-button-next{
  width: 62px;
  height: 62px;
}
.offer-list .swiper-button-prev{
  left: -32px;
}
.offer-list .swiper-button-next{
  right: -32px;
}
.offer-list .swiper-button-prev::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  transform: rotate(180deg);
  background-size: cover;
}
.offer-list .swiper-button-next::after {
  content: '';
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-image: url(https://banyantreehigashiyamakyoto.com/wp-content/themes/banyan/assets/img/icon/arrow-black.svg);
  background-size: cover;
}
@media (max-width: 768px){
 .offer-list .swiper-button-prev::after, .offer-list .swiper-button-next::after{
    width: 32px;
    height: 32px;
 } 
  .offer-list .swiper-button-prev{
    display: none;
  }
  .offer-list .swiper-button-next{
    right: 0;
  }

  .offer-list .swiper-slide-next{
    opacity: 0.5;
  }
}
.contact-form__flex {
    display: flex;
    justify-content: space-between;
}
.contact-form__flex .contact-form.text{
    width: 45%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 0.875rem;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 100%;
    padding: 0.875rem;
}
.contact-form__title {
    margin-bottom: 0.75rem;
}
.contact-form .text-sm{
    margin-bottom: 0.5rem;
}
.contact-form {
    margin-top: 1.5rem;
}
.contact-form.text {
    margin-top: 0;
}
.contact-form__title{
    margin-top: 3.5rem;
}
.contact-form.text.flex {
    gap: 1rem;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number
 {
    min-width: 60px;
    padding: 0.875rem;
    text-align: right;
}
.contact-form.text.flex{
    align-items: center;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 0.875rem;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    margin-bottom: 0.25rem;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: rgb(186 163 130);
    color: white;
    padding: 1rem 2rem;
    margin-top: 2rem;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    cursor: pointer;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:h-\[2px\]::before{
  content: var(--tw-content);
  height: 2px;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-y-1\/2::before{
  content: var(--tw-content);
  --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));
}
.before\:bg-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(8 43 38 / var(--tw-bg-opacity));
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-\[2px\]::after{
  content: var(--tw-content);
  width: 2px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --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));
}
.after\:-translate-x-\[1px\]::after{
  content: var(--tw-content);
  --tw-translate-x: -1px;
  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));
}
.after\:rotate-90::after{
  content: var(--tw-content);
  --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));
}
.after\:bg-primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 163 130 / var(--tw-bg-opacity));
}
.after\:bg-text::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(8 43 38 / var(--tw-bg-opacity));
}
.after\:opacity-30::after{
  content: var(--tw-content);
  opacity: 0.3;
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-none:last-child{
  border-style: none;
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(186 163 130 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .md\:h-\[72px\]{
    height: 72px;
  }
  .md\:h-\[calc\(100vh-72px\)\]{
    height: calc(100vh - 72px);
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[calc\(100vh-72px\)\]{
    max-height: calc(100vh - 72px);
  }
  .md\:max-h-\[calc\(55vh-72px\)\]{
    max-height: calc(55vh - 72px);
  }
  .md\:min-h-\[450px\]{
    min-height: 450px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-11\/12{
    width: 91.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-\[calc\(\(100\%-192px\)\/3\)\]{
    width: calc((100% - 192px) / 3);
  }
  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[1320px\]{
    max-width: 1320px;
  }
  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .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-2{
    gap: 0.5rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-y-16{
    row-gap: 4rem;
  }
  .md\:border-b-0{
    border-bottom-width: 0px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:\!py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}