/*
! tailwindcss v3.1.7 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px) {

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

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

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

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

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

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

  html {
    font-size: 20px;
  }
}
.container {
  max-width: 100%;
}
@media (min-width: 1024px) {

  .container {
    max-width: 466px;
  }
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.top-\[-10px\] {
  top: -10px;
}
.left-\[-10px\] {
  left: -10px;
}
.-top-3 {
  top: -0.75rem;
}
.-left-3 {
  left: -0.75rem;
}
.top-1\/2 {
  top: 50%;
}
.left-0 {
  left: 0px;
}
.bottom-\[7\%\] {
  bottom: 7%;
}
.right-\[7\%\] {
  right: 7%;
}
.-right-\[20px\] {
  right: -20px;
}
.-left-\[20px\] {
  left: -20px;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.-mt-\[24px\] {
  margin-top: -24px;
}
.-mr-\[24px\] {
  margin-right: -24px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-2\.3rem\] {
  margin-bottom: -2.3rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[0\.3em\] {
  margin-top: 0.3em;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-\[-1rem\] {
  margin-top: -1rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-\[-0\.5rem\] {
  margin-bottom: -0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mb-\[1\.1875rem\] {
  margin-bottom: 1.1875rem;
}
.mb-\[0\.8125rem\] {
  margin-bottom: 0.8125rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-mt-\[30\%\] {
  margin-top: -30%;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[100px\] {
  height: 100px;
}
.w-full {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-1\/2 {
  width: 50%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[63\.33px\] {
  max-width: 63.33px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[76px\] {
  max-width: 76px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[5\.875rem\] {
  max-width: 5.875rem;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[69px\] {
  max-width: 69px;
}
.basis-full {
  flex-basis: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-r-\[3px\] {
  border-right-width: 3px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-new-red {
  --tw-border-opacity: 1;
  border-color: rgb(195 13 35 / var(--tw-border-opacity));
}
.border-new-black {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.border-new-softgray {
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / var(--tw-border-opacity));
}
.border-\[\#917125\] {
  --tw-border-opacity: 1;
  border-color: rgb(145 113 37 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-next-gold {
  --tw-border-opacity: 1;
  border-color: rgb(172 143 57 / var(--tw-border-opacity));
}
.border-theme-orange {
  --tw-border-opacity: 1;
  border-color: rgb(230 163 50 / var(--tw-border-opacity));
}
.border-covid19 {
  --tw-border-opacity: 1;
  border-color: rgb(239 192 185 / var(--tw-border-opacity));
}
.bg-\[\#E6F0F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 241 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-new-red {
  --tw-bg-opacity: 1;
  background-color: rgb(195 13 35 / var(--tw-bg-opacity));
}
.bg-new-lightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-new-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#F7ECBF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 236 191 / var(--tw-bg-opacity));
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-theme-blackblue {
  --tw-bg-opacity: 1;
  background-color: rgb(34 37 49 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-new-black {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-new-icon-04 {
  background-image: url('../img/icon-arrow-04.svg');
}
.bg-new-icon-02 {
  background-image: url('../img/icon-arrow-02.svg');
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-\[center_right_10px\] {
  background-position: center right 10px;
}
.bg-top {
  background-position: top;
}
.bg-center {
  background-position: center;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[2\.375rem\] {
  padding-top: 2.375rem;
}
.pb-\[2\.0625rem\] {
  padding-bottom: 2.0625rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[2\.3125rem\] {
  padding-bottom: 2.3125rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-display {
  font-family: Noto Sans JP, sans-serif;
}
.font-bebas {
  font-family: Bebas Neue, cursive;
}
.font-hiraginomin {
  font-family: Noto Serif JP, sans-serif;
}
.font-body {
  font-family: Noto Sans JP, sans-serif;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[1\.0625rem\] {
  font-size: 1.0625rem;
}
.text-\[0\.6875rem\] {
  font-size: 0.6875rem;
}
.text-\[0\.81rem\] {
  font-size: 0.81rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-ss {
  font-size: .5rem;
}
.text-clamp16 {
  font-size: clamp(0.1rem, 16 / 466 * 100vw, 0.8rem);
}
.text-clamp37 {
  font-size: clamp(0.1rem, 37 / 466 * 100vw, 1.85rem);
}
.text-clamp14 {
  font-size: clamp(0.1rem, 14 / 466 * 100vw, 0.7rem);
}
.text-clamp34 {
  font-size: clamp(0.1rem, 34 / 466 * 100vw, 1.7rem);
}
.text-clamp10 {
  font-size: clamp(0.1rem, 10 / 466 * 100vw, 0.5rem);
}
.text-clamp44 {
  font-size: clamp(0.1rem, 44 / 466 * 100vw, 2.2rem);
}
.text-clamp22 {
  font-size: clamp(0.1rem, 22 / 466 * 100vw, 1.1rem);
}
.text-clamp12 {
  font-size: clamp(0.1rem, 12 / 466 * 100vw, 0.6rem);
}
.text-clamp40 {
  font-size: clamp(0.1rem, 40 / 466 * 100vw, 2rem);
}
.text-clamp26 {
  font-size: clamp(0.1rem, 26 / 466 * 100vw, 1.3rem);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-clamp50 {
  font-size: clamp(0.1rem, 50 / 466 * 100vw, 2.5rem);
}
.text-clamp11 {
  font-size: clamp(0.1rem, 11 / 466 * 100vw, 0.55rem);
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.leading-normal {
  line-height: 1.5;
}
.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-none {
  line-height: 1;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[1\.33333\] {
  line-height: 1.33333;
}
.leading-10 {
  line-height: 2.5rem;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-new-red {
  --tw-text-opacity: 1;
  color: rgb(195 13 35 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#8B6913\] {
  --tw-text-opacity: 1;
  color: rgb(139 105 19 / var(--tw-text-opacity));
}
.text-\[\#1F4C8B\] {
  --tw-text-opacity: 1;
  color: rgb(31 76 139 / var(--tw-text-opacity));
}
.text-new-black {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-\[\#B48F32\] {
  --tw-text-opacity: 1;
  color: rgb(180 143 50 / var(--tw-text-opacity));
}
.text-\[\#C30E24\] {
  --tw-text-opacity: 1;
  color: rgb(195 14 36 / var(--tw-text-opacity));
}
.text-theme-link {
  --tw-text-opacity: 1;
  color: rgb(0 86 204 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 62px;
}
@media (max-width: 767px) {
html {
    scroll-padding-top: 58px
}
  }
body {
  background: #1A1A1A;
  background-attachment: fixed;
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
a img:hover,
a:hover {
  opacity: 0.75;
  transition: 0.2s;
}
.logo-pc {
  position: fixed;
  height: 100%;
  width: calc(50vw - 250px);
  text-align: center;
}
@media screen and (max-width: 767px) {
.logo-pc {
    display: none
}
  }
.logo-pc__inner {
    padding: 0 1rem;
    //margin: calc(50vh - 120px) auto 0;
    margin: calc(50vh - 180px) auto 0 !important;
    max-width: 421px;
  }
.logo-pc h1 {
    margin-bottom: 3rem;
  }
.logo-pc a {
    display: inline-block;
    margin-bottom: 0.75rem;
  }
.logo-pc a:last-child {
      margin-bottom: 0;
    }
.underline-red {
  background: linear-gradient(transparent 80%, #c30d23 0%);
}
.underline-yellow {
  background: linear-gradient(transparent 80%, #e5f24c 0%);
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 0;
  margin: 0 4px;
  width: 100%;
  max-width: 80px;
  color: #1a1a1a;
}
.btn:last-child {
    margin-right: 0;
  }
.btn:hover::after {
      top: 0;
      left: 0;
    }
.btn:hover .icon {
      right: 8px;
    }
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #fff;
    transition: 0.2s;
    z-index: 2;
  }
.btn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c30d23;
    transition: 0.2s;
    border-radius: 3px;
    z-index: 1;
  }
.btn .txt {
    position: relative;
    font-size: 12px;
    z-index: 3;
  }
.btn .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: url(../img/icon-arrow-01.svg) no-repeat;
    background-size: cover;
    transition: 0.2s;
    z-index: 3;
  }
/* MV */
.fv {
  position: relative;
  overflow: hidden;
  padding-top: 62px;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
.fv {
    padding-top: 58px
}
  }
.fv-message {
    padding: 0 !important;
  }
.checks_tabs .check_tab_button {
    height: 75px;
    width: 104px;
  }
.checks_tabs .check_tab_button[data-tab="0"] {
      background: url(../img/tab_kata.webp) no-repeat center bottom / 90%;
    }
.checks_tabs .check_tab_button[data-tab="1"] {
      background: url(../img/tab_koshi.webp) no-repeat center bottom / 90%;
    }
.checks_tabs .check_tab_button[data-tab="2"] {
      background: url(../img/tab_ashi.webp) no-repeat center bottom / 90%;
    }
.checks_tabs .check_tab_button.active[data-tab="0"] {
        background: url(../img/tab_kata_active.webp) no-repeat center bottom / 100%;
      }
.checks_tabs .check_tab_button.active[data-tab="1"] {
        background: url(../img/tab_koshi_active.webp) no-repeat center bottom / 100%;
      }
.checks_tabs .check_tab_button.active[data-tab="2"] {
        background: url(../img/tab_ashi_active.webp) no-repeat center bottom / 100%;
      }
/* YouTube */
.video-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 9 / 16;
  }
/* カスタムグラデーション背景 */
.bg-custom-grad {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 253, 177, 1) 15%, rgba(255, 249, 183, 1) 35%, rgba(255, 219, 183, 1) 55%, rgba(252, 198, 144, 1) 70%, rgba(254, 163, 140, 1) 85%, rgba(255, 110, 110, 1) 100%);
}
/* よくある質問 */
.tab-content {
  max-height: 0;
  transition: max-height 0.35s;
}
.tab input:checked~.tab-content {
    max-height: 100vh;
  }
.tab input:checked~.tab-content p {
      padding-left: 1.2rem;
      background: url(../img/icon-a.svg) no-repeat left top 5px;
    }
.tab input:checked+label {
    background-color: #cecece;
  }
.tab .tab-title {
    float: left;
    padding: 0.5rem 0.5rem 0.7rem 1.2rem;
    width: 86%;
  }
.tab .tab-title.q {
      background: url(../img/icon-q.svg) no-repeat left top 10px;
    }
.tab label::after {
    float: right;
    right: 0;
    top: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    font-size: 1.25rem;
    text-align: center;
    transition: all 0.35s;
  }
.tab input[type="checkbox"]+label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -6px;
    height: 12px;
    width: 14px;
    background: url(../img/icon-arrow-04.svg) no-repeat;
    background-size: cover;
  }
.tab input[type="checkbox"]:checked+label::after {
    transform: rotate(180deg);
    color: #f8fafc;
  }
/* 店舗一覧 */
.sec_lst_list dt {
    position: relative;
    background: #f4f4f4;
    color: #000;
    text-align: left;
    padding: 1rem;
    margin-top: 1px;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
.sec_lst_list dt.active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
.sec_lst_list dt.active:after {
        background: url(../img/icon-arrow-05.svg) no-repeat;
        background-size: cover;
      }
.sec_lst_list dt:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.2rem;
      margin-top: -4.5px;
      height: 9px;
      width: 9px;
      background: url(../img/icon-arrow-06.svg) no-repeat;
      background-size: cover;
    }
.sec_lst_list dd {
    background: #fff;
    margin-bottom: 0;
    display: none;
  }
.sec_lst_list dd dt {
      background: #eee;
      border-bottom: 1px solid #d6d6d6;
      color: black;
      margin-top: 0;
    }
.sec_lst_list dd>dl {
      padding: 0.5rem;
      margin: -0.5rem 0 0.5rem;
    }
.sec_lst_list ul li {
    padding: 1rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
  }
.sec_lst_list ul li:last-child {
      border-bottom: none;
    }
.sec_lst_list ul li .name {
      display: block;
      color: #c30d23;
      font-weight: 600;
    }
.sec_lst_list ul li .info {
      display: block;
      color: #000;
      font-size: 15px;
    }
.sec_lst_list ul li .link {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #000;
      font-size: 13px;
      text-decoration: underline;
    }
.sec_lst_list ul li .link::after {
        content: "";
        display: block;
        height: 7px;
        width: 7px;
        background: url(../img/icon-arrow-01.svg) no-repeat center center / cover;
      }
.bg_gold {
  background-color: #b48f32;
  color: #ffffff;
}
.bg_selfCheck {
  background-color: #eeeeee;
}
.rounded-4xl {
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .md\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:max-w-\[466px\] {
    max-width: 466px;
  }
}
.professional_title {
  padding-top: 15px;
  padding-bottom: 15px;
  /* border-width: 3px; */
}
.stretch_title {
  padding: 14px 0 10px 0;
}
.stretch_price_title {
  padding: 3px 15px 3px 15px;
}
.selefCheck_subHedding {
  display: flex;
  font-weight: 600;
  align-items: center;
}
.sub_title_red {
  color: #c30d23;
  font-size: 32px;
}
.sub_title {
  font-size: 32px;
}
.muscle-sub {
  font-size: 18px;
  position: relative;
  margin-left: 5px;
}
.muscle-sub::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: -5px;
  }
.muscle-sub span {
    margin-left: 5px;
  }
.selfCheck strong {
    font-size: 18px;
    font-family: 'Bebas Neue', cursive;
  }
.selfCheck time {
    font-size: 48px;
    font-family: 'Bebas Neue', cursive;
  }
.marker-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: #fbff40;
          text-decoration-color: #fbff40;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.marker-or {
  background: linear-gradient(transparent 70%, #f7d5bf 70%);
  font-weight: 600;
}
.cp-2308-annotation {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  font-size: 10px;
}
.cp-2308-box {
  border: solid #c6a241 2px;
  background-color: #eee;
  padding: 14px 10px;
  box-shadow: 0 3px 4px rgba(6, 0, 1, 0.2);
  text-align: center;
  font-size: 12px;
  font-feature-settings: "palt";
}
.cp-2308-border {
  border-top: 1px solid #000;
  width: 60%;
  margin-inline: auto;
  margin-bottom: 24px;
}
.text-shadow-white {
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.pl-calc {
  padding-left: calc(50% - 85px);
}
@media (max-width: 767px) {
  .rt-lineheight {
    transform: translate(0.5em, 0.1em);
  }
}
.nts-thin {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
}
.high-lighter_y {
  background: linear-gradient(transparent 70%, #f7ecbf 60% 98%, transparent 90%);
}
.text-palt {
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .merit-num-sp {
    max-width: 61px;
  }
}
@media (max-width: 376px) {
  .voice-read-sp {
    font-size: 1rem;
  }
}
@media (max-width: 363px) {
  .voice-read-sp {
    font-size: 0.8rem;
  }
}
.modal-amino.swal2-popup {
    max-width: 600px;
  }
.modal-amino .swal2-header {
    padding-inline: 0;
  }
.modal-amino .swal2-image {
    margin-bottom: 0;
  }
.modal-amino .swal2-actions {
    margin-top: 0;
    margin-bottom: 12px;
  }
.modal-privacypolicy {
  padding: 35px !important;
}
@media (max-width: 767px) {
.modal-privacypolicy {
    padding-inline: 20px !important
}
  }
.modal-privacypolicy.swal2-popup {
    width: 100%;
    max-width: 600px;
  }
@media (max-width: 767px) {
.modal-privacypolicy.swal2-popup {
      padding-bottom: 80px !important;
      max-width: 100%
  }
    }
.modal-privacypolicy .swal2-content {
    padding: 0;
    text-align: left;
    font-size: 0.6rem;
  }
.modal-privacypolicy .swal2-content h2 {
      text-align: center;
      font-size: 1.666666em;
    }
/* iOSでスクロールされないため却下 */
@media (min-width: 768px) {
.modal-privacypolicy .swal2-content .privacypolicy-inner {
        height: 60vh;
        overflow-y: auto
    }
      }
.modal-privacypolicy .swal2-content .privacypolicy-language {
      display: none;
    }
.modal-privacypolicy .swal2-content .privacypolicy-content {
      margin-top: 20px;
      padding: 10px 30px 30px;
      border: 1px solid #707070;
    }
@media (max-width: 767px) {
.modal-privacypolicy .swal2-content .privacypolicy-content {
        padding-inline: 15px
    }
      }
.modal-privacypolicy .swal2-content .privacypolicy-content dt {
        margin-top: 20px;
      }
.modal-privacypolicy .swal2-content .privacypolicy-content table {
        margin-block: 20px;
        width: 100%;
        border: 1px solid #e2e8f0;
      }
.modal-privacypolicy .swal2-content .privacypolicy-content table th,
        .modal-privacypolicy .swal2-content .privacypolicy-content table td {
          padding: 3px;
          border: 1px solid #e2e8f0;
          word-break: break-all;
          background: none;
          display: table-cell;
        }
@media (max-width: 767px) {
.modal-privacypolicy .swal2-actions .swal2-styled.swal2-confirm.modal-close {
        position: fixed;
        bottom: 30px
    }
      }
.modal-terms {
  padding: 35px !important;
}
@media (max-width: 767px) {
.modal-terms {
    padding-inline: 20px !important
}
  }
.modal-terms.swal2-popup {
    width: 100%;
    max-width: 600px;
  }
@media (max-width: 767px) {
.modal-terms.swal2-popup {
      padding-bottom: 80px !important;
      max-width: 100%
  }
    }
.modal-terms .swal2-content {
    padding: 0;
    text-align: left;
    font-size: 1.2em;
  }
.modal-terms .swal2-content h2 {
      text-align: center;
      font-size: 0.833333em;
    }
/* iOSでスクロールされないため却下 */
@media (min-width: 768px) {
.modal-terms .swal2-content .terms-inner {
        height: 60vh;
        overflow-y: auto
    }
      }
.modal-terms .swal2-content .terms-content {
      margin-top: 20px;
      padding: 30px;
      font-size: 0.6rem;
      border: 1px solid #707070;
    }
@media (max-width: 767px) {
.modal-terms .swal2-content .terms-content {
        padding-inline: 15px
    }
      }
.modal-terms .swal2-content .terms-content dt {
        margin-top: 20px;
      }
.modal-terms .swal2-content .terms-content .emoji {
        display: inline;
        padding: 0;
        height: 12px;
        width: 12px;
        margin: 0 -1px;
        vertical-align: -1px;
        border: none;
        background: none;
        box-shadow: none;
      }
@media (max-width: 767px) {
.modal-terms .swal2-actions .swal2-styled.swal2-confirm.modal-close {
        position: fixed;
        bottom: 30px
    }
      }
@media (max-width: 767px) {
.swal2-container {
    padding-bottom: 10px !important
}
  }
.swal2-styled.swal2-confirm.modal-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.8em;
  border-radius: 30px;
  background-color: #000;
}
.swal2-styled.swal2-confirm.modal-close::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/reserve/contact/img/close-btn.svg) no-repeat center;
  }
.contact {
  margin-bottom: 50px;
  color: #000;
  font-size: 10px;
}
.contact__container {
    margin-inline: auto;
    max-width: 876px;
    padding: 40px 18px 60px;
    background-color: #fff;
  }
.contact .hidden {
    display: none;
  }
.contact .btn_about {
    position: relative;
    display: block;
    padding: 16px 40px 16px 20px;
    color: #fff;
    height: 70px;
    width: 100%;
    max-width: 310px;
    text-align: center;
    border: none;
    cursor: pointer;
  }
.contact .btn_about:hover {
      color: #fff;
    }
.contact .btn_about:hover::after {
        top: 0;
        left: 0;
      }
.contact .btn_about:hover .icon-right-white,
      .contact .btn_about:hover .icon-right-black {
        right: 20px;
      }
.contact .btn_about::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100%);
      height: calc(100%);
      background: #151515;
      z-index: 2;
    }
.contact .btn_about::after {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: calc(100%);
      height: calc(100%);
      border: 1px solid #151515;
      transition: 0.2s;
      z-index: 1;
    }
.contact .btn_about.black::before {
      background: #151515;
    }
.contact .btn_about.gray::before {
      background: #b5b5b5;
    }
.contact .btn_about.red {
      background: #c30d23;
    }
.contact .btn_about.red::after {
        border: 1px solid #c30d23;
      }
.contact .btn_about.white {
      position: relative;
      padding: 16px 60px 16px 30px;
      color: #030303;
      font-size: 17px;
      font-weight: 600;
      border: 1px solid #151515;
      background: #fff;
    }
.contact .btn_about.white::before {
        background: #fff;
      }
.contact .btn_about.white::after {
        border: 1px solid #fff;
      }
.contact .btn_about.white.noborder::after {
          content: none;
        }
.contact .btn_about.send::before {
        background-color: #00D000;
      }
.contact .btn_about.send::after {
        border-color: #00D000;
      }
.contact .btn_about.send .headline {
        font-size: 1.6em;
      }
.contact .btn_about.fixes::before {
        background-color: #B5B5B5;
      }
.contact .btn_about.fixes::after {
        border-color: #B5B5B5;
      }
.contact .btn_about.fixes .headline {
        font-size: 1.6em;
      }
.contact .btn_about .headline {
      position: relative;
      margin: 0 auto;
      font-size: 1.4em;
      z-index: 3;
    }
.contact .btn_about .subline {
      position: relative;
      margin-bottom: 0;
      font-size: 1.0em;
      z-index: 3;
    }
.contact .btn_about.gray {
      cursor: default;
    }
.contact .btn_about .text {
      position: relative;
      z-index: 3;
    }
.contact .btn_about .icon-right-white {
      position: absolute;
      top: 50%;
      right: 25px;
      width: 24px;
      height: 12px;
      margin-top: -6px;
      background: url(/img/icon_right_white.svg) no-repeat center;
      transition: 0.2s;
      z-index: 3;
    }
@media screen and (max-width: 767px) {
.contact .btn_about .icon-right-white {
        right: 15px
    }
      }
.contact .btn_about .icon-right-black {
      position: absolute;
      top: 50%;
      right: 25px;
      width: 24px;
      height: 12px;
      margin-top: -6px;
      background: url(/img/icon_right_black.svg) no-repeat center;
      transition: 0.2s;
      z-index: 3;
    }
@media screen and (max-width: 767px) {
.contact .btn_about .icon-right-black {
        right: 15px
    }
      }
.contact__form {
    margin-top: 60px;
  }
.contact__form--item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-block: 37px 10px;
      font-family: "ゴシックMB101 DB JIS2004 AP";
      font-size: 1.5em;
      line-height: 1.5em;
    }
.contact__form--item.no-margin-top {
        margin-top: 0;
      }
.contact__form--item .required {
        padding: 0 5px;
        color: #fff;
        font-size: 0.66666em;
        background-color: #FF001F;
      }
.contact__form--error {
      margin-block: 10px 0;
      padding-left: 10px;
      color: #FF0000;
      font-size: 1.1em;
    }
.contact__form--error:empty {
        margin: 0;
      }
.contact__form--input {
      padding: 13px 14px;
      min-height: 52px;
      width: 100%;
      font-size: 1.4em;
      line-height: 1.4em;
      background-color: #F6F6F6;
      border: 1px solid #707070;
      border-radius: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }
.contact__form--input:not(:-moz-placeholder-shown) {
        background-color: #fff;
      }
.contact__form--input:not(:placeholder-shown) {
        background-color: #fff;
      }
.contact__form--prefecture,
    .contact__form--datetime {
      position: relative;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
.contact__form--prefecture select,
      .contact__form--prefecture input,
      .contact__form--datetime select,
      .contact__form--datetime input {
        padding: 14px;
        min-height: 52px;
        width: 100%;
        font-size: 1.4em;
        line-height: 1.4em;
        border: 1px solid #707070;
        border-radius: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        background: url(/reserve/contact/img/icon-arrow-08.svg) no-repeat right 20px center #F6F6F6;
        -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
      }
.contact__form--prefecture select::-moz-placeholder, .contact__form--prefecture input::-moz-placeholder, .contact__form--datetime select::-moz-placeholder, .contact__form--datetime input::-moz-placeholder {
          color: #000;
        }
.contact__form--prefecture select::placeholder, .contact__form--prefecture input::placeholder, .contact__form--datetime select::placeholder, .contact__form--datetime input::placeholder {
          color: #000;
        }
.contact__form--prefecture select.form-control, .contact__form--prefecture input.form-control, .contact__form--datetime select.form-control, .contact__form--datetime input.form-control {
          height: auto;
          background-color: #f6f6f6;
        }
.contact__form--prefecture select.inputed, .contact__form--prefecture input.inputed, .contact__form--datetime select.inputed, .contact__form--datetime input.inputed {
          background-color: #fff;
        }
.contact__form--dateplaceholder {
      position: absolute;
      top: 19px;
      left: 14px;
      font-size: 1.4em;
      line-height: 1.4em;
    }
.contact__form--column {
      display: block;
    }
.contact__form--column .contact__form--error {
        margin-bottom: 0;
        width: 100%;
      }
.contact__form--column .contact__form--error:empty {
          margin: 0;
        }
.contact__form--price {
      margin-top: 15px;
      padding-left: 10px;
      font-size: 1.4em;
    }
.contact__form--price ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 0;
      }
.contact__form--price li {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
      }
.contact__form--price input {
        margin-top: 0;
        height: 20px;
        width: 20px;
      }
.contact__form--price label {
        margin-bottom: 0;
      }
.contact__form--price small {
        padding-left: 30px;
      }
.contact__form .amino-form {
      margin-top: 15px;
      padding-left: 10px;
      font-size: 1.4em;
      line-height: 1.4em;
    }
.contact__form .amino-form input[type="checkbox"] {
        height: 20px;
        width: 20px;
      }
.contact__form--amino {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-left: 40px;
      text-decoration: underline;
      color: #0000FF;
      font-size: 1.4em;
      cursor: pointer;
    }
.contact__form--amino::after {
        content: "";
        height: 22px;
        width: 16px;
        background: url(/reserve/contact/img/icon-window.svg) no-repeat center;
      }
.contact__form--textarea {
      padding: 14px;
      width: 100%;
      font-size: 1.4em;
      line-height: 2.1em;
      background-color: #F6F6F6;
      border: 1px solid #707070;
      border-radius: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }
.contact__form--textarea:not(:-moz-placeholder-shown) {
        background-color: #fff;
      }
.contact__form--textarea:not(:placeholder-shown) {
        background-color: #fff;
      }
.contact__form--inputed {
      margin-block: 18px 0;
      font-size: 1.8em;
    }
.contact .must-question {
    margin-block: 40px 30px;
    padding: 20px;
    background-color: #F9E7E9;
  }
.contact .must-question__title {
      text-align: center;
      font-family: "ゴシックMB101 DB JIS2004 AP";
      font-size: 1.5em;

    }
.contact .must-question__question {
      margin-top: 40px;
      font-family: "ゴシックMB101 DB JIS2004 AP";
      font-size: 1.5em;
    }
.contact .must-question__note {
      padding-left: 0;
      color: #FF0000;
      font-size: 1.1em;
    }
.contact .must-question__check {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-left: 0;
      font-size: 1.4em;
      line-height: 1.8em;
    }
.contact .must-question__check input {
        margin-top: 0;
        height: 20px;
        width: 20px;
      }
.contact .must-question__check label {
        margin-bottom: 0;
      }
.contact .must-question #privacypolicy,
    .contact .must-question #terms {
      display: none;
    }
.contact .must-question #terms_btn,
    .contact .must-question #privacypolicy_btn {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-left: 0;
      text-decoration: underline;
      color: #0000FF;
      font-size: 1.4em;
      cursor: pointer;
    }

.contact__submit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    max-width: 310px;
  }
.contact__caution {
    margin: 50px auto 0;
    padding: 15px;
    max-width: 100%;
    border: 1px solid #707070;
  }
.contact__caution h4 {
      text-align: center;
      font-family: "ゴシックMB101 DB JIS2004 AP";
      font-size: 1.4em;
      line-height: 1.4em;
    }
.contact__caution p {
      margin-top: 15px;
      font-size: 1.2em;
      line-height: 1.8em;
    }
.font-body.serif {
  font-family: "Noto Serif JP", serif;
  color: #333;
  position: relative;
}
.body-bottom {
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: -1;
}
.body-bottom-line {
    display: block;
    width: 100vw;
    height: 10px;
    background-color: #707070;
    opacity: 0.5;
    margin-top: 15px;
  }
.cta-first {
  letter-spacing: 0.05em;
}
.cta-first-icon {
    display: inline-block;
    //border: 1px solid #fff;
    padding: 0.05em 0.8em 0.1em;
  }
.cta-first-memo {
    font-family: 'Noto Sans JP', sans-serif;
  }
.section-title {
  font-size: 4.2em;
}
.section-title__ja {
    letter-spacing: 0.05em;
  }
.section-title__en {
    position: relative;
    font-family: "EB Garamond", serif;
  }
.section-title__en::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 20%;
      height: 1px;
      background-color: #c30d23;
    }
.concept-wrapper p {
      text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    }
.bodycheck-check {
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.1);
  }
.bodycheck-num {
    position: relative;
  }
.bodycheck-num:before {
      position: absolute;
      content: "";
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 95%;
      height: 1px;
      background-color: #c30d23;
    }
.bodycheck-list {
    font-family: 'Noto Sans JP', sans-serif;
  }
.bodycheck .border-red {
    border-bottom: 1px solid #c30d23;
  }
.cta-city-container {
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.2);
  }
.feature {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30% auto;
}
.feature-content-top {
      font-family: "EB Garamond", serif;
    }
.feature-content-top__en {
        display: block;
      }
.feature-content-top__num {
        display: inline-block;
        position: relative;
      }
.feature-content-top__num::before {
          position: absolute;
          content: "";
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #fff;
        }
.effect-bottom-line {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #000;
      margin-top: 5px;
    }
.reason {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30% auto;
}
.reason-content-inner-list>div {
          border-top: 1px solid #000;
        }
.reason-content-inner-list>div:nth-child(odd) {
          border-right: 1px solid #000;
        }
.voice {}
#shop-greeting .shop_tab_button {
  width: 100% !important;
  height: 50px !important;
  line-height: 1.2;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #333 !important;
  -webkit-filter: none !important;
  border-right: 1px solid #1A1A1A;
  position: relative;
}
#shop-greeting .shop_tab_button:first-of-type {
    border-left: 1px solid #1A1A1A;
  }
#shop-greeting .shop_tab_button::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 10px;
    height: calc(tan(60deg) * 10px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #C30D23;
  }
#shop-greeting .shop_tab_button::after {
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    right: 5%;
    transform: translateY(-50%);
    width: 10px;
    height: calc(tan(60deg) * 10px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #ffffff;
  }
#shop-greeting .shop_tab_button.active {
    background-color: #fff;
    color: #333 !important;
    height: 50px !important;
    box-shadow: none;
    margin-bottom: 0 !important;
    z-index: 10;
    position: relative;
    filter: none !important;
    -webkit-filter: none !important;
    font-weight: 700;
  }
.shop-greeting-inner {
  border: 1px solid #333;
}
.splide__pagination__page {
  opacity: 1 !important;
}
#shop-greeting .shop_slide .splide__pagination .splide__pagination__page {
  border-color: #333 !important;
  background-color: #333 !important;
}
#shop-greeting .shop_slide .splide__pagination .splide__pagination__page.is-active {
  background-color: #C30D23 !important;
  border-color: #C30D23 !important;
}
.splide__arrow svg {
  fill: #333;
}
.shop_slide .splide__arrow--next {
  right: -1.5em !important;
}
.shop_slide .splide__arrow--prev {
  left: -1.5em !important;
}
.splide__arrow {
  opacity: 1;
  border: 1px solid #333;
}
.visit {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30% auto;
}
.visit-content-card {
      box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.2);
    }
.visit_slide .splide__arrow {
      background-color: #fff;
    }
.visit_slide .splide__pagination {
      bottom: -40px;
      opacity: 1;
    }
.visit_slide .splide__pagination__page {
      background-color: #fff;
    }
.visit_slide .splide__pagination__page.is-active {
      background: #C30D23;
    }
.faq {
  font-family: 'Noto Sans JP', sans-serif;
}
.faq .tab .tab-title.q {
    background-position: left top 50%;
    background-size: 1em auto;
    padding: 0.5rem 0.5rem 0.7rem 1.5rem;
  }
.faq .tab input:checked~.tab-content p {
    padding-left: 1.5em;
  }
@media (min-width: 768px) {

  .md\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

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