@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*
! 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: ;
}
::-webkit-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: ;
}
::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: 466px) {
  .container {
    max-width: 466px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 466px) {
  html {
    font-size: 20px;
  }
}
.container {
  max-width: 100%;
}
@media (min-width: 466px) {
  .container {
    max-width: 466px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[7\%\] {
  bottom: 7%;
}
.right-\[7\%\] {
  right: 7%;
}
.top-0 {
  top: 0px;
}
.-top-3 {
  top: -0.75rem;
}
.-left-3 {
  left: -0.75rem;
}
.top-1\/2 {
  top: 50%;
}
.-right-\[20px\] {
  right: -20px;
}
.-left-\[20px\] {
  left: -20px;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.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;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mt-\[0\.625rem\] {
  margin-top: 0.625rem;
}
.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1\.1875rem\] {
  margin-bottom: 1.1875rem;
}
.mb-\[0\.8125rem\] {
  margin-bottom: 0.8125rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-mt-\[30\%\] {
  margin-top: -30%;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mt-\[0\.625rem\] {
  margin-top: 0.625rem;
}
.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}
.mt-\[2\.1875rem\] {
  margin-top: 2.1875rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.mt-\[1\.625rem\] {
  margin-top: 1.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[3\.625rem\] {
  height: 3.625rem;
}
.h-\[11\.75rem\] {
  height: 11.75rem;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.max-w-\[5\.5rem\] {
  max-width: 5.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-1\/2 {
  width: 50%;
}
.max-w-\[5\.875rem\] {
  max-width: 5.875rem;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.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-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.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-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-b-4 {
  border-bottom-width: 4px;
}
.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-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-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-solid {
  border-style: solid;
}
.border-new-black {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.border-next-gold {
  --tw-border-opacity: 1;
  border-color: rgb(172 143 57 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-new-red {
  --tw-border-opacity: 1;
  border-color: rgb(195 13 35 / var(--tw-border-opacity));
}
.border-new-softgray {
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / 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-new-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 240 / var(--tw-bg-opacity));
}
.bg-\[\#C30D23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 13 35 / 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-black {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-theme-blackblue {
  --tw-bg-opacity: 1;
  background-color: rgb(34 37 49 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 240 / var(--tw-bg-opacity));
}
.bg-\[\#C30D23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 13 35 / var(--tw-bg-opacity));
}
.bg-new-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(199 162 66 / var(--tw-bg-opacity));
}
.bg-\[\#1A1A1A\] {
  --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-pc {
  background-image: url("../img/pc-bg.webp");
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-\[center_right_10px\] {
  background-position: center right 10px;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[0\.375rem\] {
  padding: 0.375rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.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-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-\[0\.375rem\] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[1\.3125rem\] {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[58px\] {
  padding-top: 58px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-bebas {
  font-family: Bebas Neue, cursive;
}
.font-hiraginomin {
  font-family: hiragino-mincho-pron, sans-serif;
}
.font-body {
  font-family: Noto Sans JP, sans-serif;
}
.text-\[1\.275rem\] {
  font-size: 1.275rem;
}
.text-\[1\.725rem\] {
  font-size: 1.725rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[2\.1875rem\] {
  font-size: 2.1875rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.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-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-ss {
  font-size: 0.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.275rem\] {
  font-size: 1.275rem;
}
.text-\[1\.725rem\] {
  font-size: 1.725rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[2\.1875rem\] {
  font-size: 2.1875rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[1\.33333\] {
  line-height: 1.33333;
}
.leading-normal {
  line-height: 1.5;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-new-black {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#06C755\] {
  --tw-text-opacity: 1;
  color: rgb(6 199 85 / var(--tw-text-opacity));
}
.text-new-red {
  --tw-text-opacity: 1;
  color: rgb(195 13 35 / 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));
}
.text-\[\#06C755\] {
  --tw-text-opacity: 1;
  color: rgb(6 199 85 / var(--tw-text-opacity));
}
.text-\[\#C30D23\] {
  --tw-text-opacity: 1;
  color: rgb(195 13 35 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#5A5A5A\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-padding-top: 58px;
  scroll-behavior: smooth;
}
a img: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;
  max-width: 421px;
}
.logo-pc h1 {
  margin-bottom: 8rem;
}
.logo-pc a {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.logo-pc a:last-child {
  margin-bottom: 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: 1px solid #151515;
  background: #fff;
  transition: 0.2s;
  z-index: 2;
}
.btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  background: #c30d23;
  transition: 0.2s;
  z-index: 1;
}
.btn .txt {
  position: relative;
  top: 0;
  left: 0;
  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;
}
/* YouTube */
.video-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe[src*="map"] {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
/* よくある質問 */
.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;
  font-size: 1rem;
  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: bold;
  font-size: 1rem;
}
.sec_lst_list ul li .info {
  display: block;
  color: #000;
}
.rounded-4xl {
  border-radius: 2rem;
}
.stretch_price_title {
  padding: 3px 15px 3px 15px;
}
.stretch_title {
  padding: 14px 0 10px 0;
}
@media (max-width: 425px) {
  .form-tabs {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 425px) {
  .form-tabs li {
    max-width: 155px;
    font-size: 0.8rem;
  }
}
.font-bebas {
  font-family: "Bebas Neue", cursive;
}
.bg-gold {
  background-color: #b48f32;
}
.border-gold {
  border-color: #b48f32;
}
.form-tab-goto-first,
.form-tab-contents-second {
  cursor: pointer;
  box-shadow: 10px 0px 10px -13px rgb(3 0 0), -5px 0px 10px -13px rgb(3 0 0);
}
/* CTA */
.btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  width: 280px;
  height: 70px;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  font-weight: bold;

  background: url(../img/icon_cta.svg) #17bebb no-repeat;
  background-position: left 15px center;
  box-shadow: 1px 2px 10px rgba(7, 145, 143, 0.3);
}
.btn-cta.btn-call {
  background: url(../img/icon_cta_tel.svg) #1777be no-repeat;
  background-position: left 15px center;
}
.btn-cta:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .btn-cta {
    font-size: 0.95rem;
  }
}
.btn-cta .btn-cta-txt {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .btn-cta .btn-cta-txt {
    padding-left: 40px;
  }
}
.btn-cta-move {
  -webkit-animation: btn-cta-move 2s infinite;
  animation: btn-cta-move 2s infinite;
}
@-webkit-keyframes btn-cta-move {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
@keyframes btn-cta-move {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.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-yellow-02 {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: #dbe000;
  text-decoration-color: #dbe000;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.marker-white {
  text-decoration: underline;
  text-decoration-thickness: 1em;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
  text-underline-offset: -0.6em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.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: 1em;
  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, 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, 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;
}
/* 店舗LPのみ　*/
.contact__form #shop_error {
  display: none !important;
}
.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, 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 #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;
}
.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: 1em;
  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, 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, 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, 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;
}
@media (min-width: 466px) {
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:max-w-\[466px\] {
    max-width: 466px;
  }
}
