@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  display: none;
}

.main {
  position: relative;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner144 {
  max-width: 148rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-title {
  font-family: "Caveat", cursive;
  font-size: 4.8rem;
  letter-spacing: 0.3em;
  text-align: center;
  color: #71090E;
}
.section-title_white {
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3.2rem;
  }
}

.page-mv {
  position: relative;
  width: 100%;
  height: 49rem;
  overflow: hidden;
}
.page-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-mv {
    height: 40rem;
  }
  .page-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 75% center;
       object-position: 75% center;
  }
}

.page-mv__image {
  width: 100%;
  height: 100%;
}

.page-mv-catcharea {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv-catcharea {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    top: 55%;
  }
}
.page-mv-catcharea::before {
  content: "";
  display: block;
  width: 20rem;
  height: 11rem;
  background: url("../img/mv-icon.webp") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 767px) {
  .page-mv-catcharea::before {
    width: 10rem;
    height: 6rem;
    top: 80%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 70%;
  }
}

.page-mv-catcharea__title--ja {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-mv-catcharea__title--ja {
    font-size: 3.2rem;
  }
}

.page-mv-catcharea__title--en {
  font-size: 4rem;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv-catcharea__title--en {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}

.page-1st-section {
  position: relative;
}
.page-1st-section::before {
  content: "";
  position: absolute;
  top: 16rem;
  left: 15.5rem;
  width: 24rem;
  height: 6rem;
  background: url("../img/decoration01.webp") no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-1st-section::before {
    width: 14.3rem;
    height: 3.6rem;
    top: 1rem;
    left: 0rem;
  }
}
.page-1st-section::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 24rem;
  height: 6rem;
  background: url("../img/decoration01.webp") no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-1st-section::after {
    width: 14.3rem;
    height: 3.6rem;
    bottom: 1rem;
    right: 1rem;
  }
}

.sp-cta {
  display: none;
}
@media (max-width: 767px) {
  .sp-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100vw;
    min-height: 6rem;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.sp-cta__tel,
.sp-cta__access {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  text-decoration: none;
  min-height: 6rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sp-cta__tel:hover,
.sp-cta__access:hover {
  opacity: 0.9;
}

.sp-cta__tel {
  background: #93161B;
}

.sp-cta__access {
  background: #C95C60;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #93161B;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}

.l-header-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-header-title__text {
    z-index: 9999;
  }
}

.l-header-title__main {
  font-size: 6.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .l-header-title__main {
    font-size: 3.6rem;
  }
}

.l-header-title__sub {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .l-header-title__sub {
    font-size: 1.6rem;
  }
}

#l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding-right: 30rem;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-nav__content--item {
  width: auto;
  min-width: 14rem;
  padding: 0 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21rem;
  height: 5.5rem;
  padding: 1rem;
  border: 1px solid #fff;
}

.link-line {
  width: 21.5rem;
  height: 8.5rem;
}

.link--instagram {
  width: 6rem;
  height: 6rem;
}

.hamburger {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 9999;
  padding: 0;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% + 8px);
}

.hamburger-menu__text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
  white-space: nowrap;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #a11c21;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #a11c21;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style: none;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #fff;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-footer {
  background: #93161B;
  background-size: calc(100% + 1px);
  padding-top: 3rem;
  padding-bottom: 1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.l-footer .l-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .l-footer-title__main {
  font-size: 6.4rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .l-footer .l-footer-title__main {
    font-size: 3.6rem;
  }
}
.l-footer .l-footer-title__sub {
  font-size: 2rem;
  color: rgb(255, 255, 255);
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-title__sub {
    font-size: 1.6rem;
  }
}
.l-footer .l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0 4rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
.l-footer .l-footer__sitemap__item {
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap__item--text {
    font-size: 1.5rem;
  }
}
.l-footer .copyright {
  text-align: center;
  padding: 3rem 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media (max-width: 767px) {
  .u-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.u-number-orange {
  background: #f79427;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.8rem;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

.u-red {
  color: red;
}

.u-orange {
  color: #f79427;
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.fv {
  position: relative;
  aspect-ratio: 1920/910;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 375/640;
  }
}

.fv-swiper {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100%;
}

.fv-swiper__slide {
  height: 100%;
}

.fv-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-catch__text {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .fv-catch__text {
    font-size: 3.2rem;
    white-space: nowrap;
    text-align: center;
  }
}

.concept {
  background: url("../img/bg-footer.webp") no-repeat center center;
  background-size: 102%;
  padding: 9rem 0 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .concept {
    padding: 2rem 0 5rem;
    background: url("../img/bg-sp-concept.webp") no-repeat center center/cover;
  }
}
.concept::before {
  content: "";
  position: absolute;
  top: 16rem;
  left: 15.5rem;
  width: 24rem;
  height: 6rem;
  background: url("../img/decoration01.webp") no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .concept::before {
    width: 14.3rem;
    height: 3.6rem;
    top: 61rem;
    left: 23rem;
  }
}

.concept-flex {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .concept-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.concept-image-area {
  width: 59rem;
  height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #C95C60;
  position: relative;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
}
@media (max-width: 767px) {
  .concept-image-area {
    width: 31rem;
    height: 22rem;
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    margin: 0 auto;
  }
}

.concept-image {
  width: 59rem;
  height: 39rem;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
}
@media (max-width: 767px) {
  .concept-image {
    width: 30rem;
    height: 20rem;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.concept-image img {
  position: relative;
  z-index: 3;
}
.concept-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A11C21;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 2;
}
.concept-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C95C60;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 1;
}

.concept-text-area__title {
  color: #FFFBB2;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .concept-text-area__title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }
}

.concept-text-area__text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.8;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .concept-text-area__text {
    font-size: 1.5rem;
    text-align: center;
  }
}

.menu {
  padding: 10rem 0 13rem;
  background: url("../img/bg-top-menu.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .menu {
    padding: 5rem 0;
    background: url("../img/sp-bg-top-menu.webp") no-repeat center center/cover;
  }
}

.menu-title {
  color: #FFFBB2;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .menu-title {
    font-size: 2rem;
    line-height: 1.5;
    margin: 2rem auto 0;
  }
}

.menu-text {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin: 4rem auto 0;
  width: 110rem;
}
@media (max-width: 767px) {
  .menu-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2rem auto 0;
    width: 100%;
  }
}

.gallery {
  padding: 9rem 0 7rem;
}
@media (max-width: 767px) {
  .gallery {
    padding: 5rem 0 3rem;
  }
}

.gallery-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.splide {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .splide {
    margin-top: 2rem;
  }
}

.splide__slide {
  width: 42rem;
  height: auto;
}
@media (max-width: 767px) {
  .splide__slide {
    width: 20rem;
  }
}

.access {
  padding: 13rem 0 17rem;
  background: url("../img/bg-footer.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .access {
    padding: 6rem 0;
  }
}

.access-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 0 5rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .access-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0;
    margin-top: 2rem;
  }
}

.access-text-area {
  width: 100%;
  padding-top: 2rem;
}

.access-table {
  width: 100%;
  border-collapse: collapse;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  position: relative;
}
.access-table th,
.access-table td {
  padding: 1.6rem 2rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: 1;
}
.access-table th {
  font-weight: 500;
  width: 12rem;
  min-width: 10rem;
}
.access-table tr:last-child th,
.access-table tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 767px) {
  .access-table {
    display: block;
    color: #333;
  }
  .access-table tbody {
    display: block;
  }
  .access-table tr {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 1.6rem;
  }
  .access-table tr:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .access-table th,
  .access-table td {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
    color: rgb(255, 255, 255);
  }
  .access-table th {
    font-size: 2rem;
    padding-top: 1.6rem;
    padding-bottom: 0.4rem;
    min-width: unset;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access-table th {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .access-table td {
    font-size: 2rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access-table td {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .access-table tr:last-child th,
  .access-table tr:last-child td {
    border-bottom: none;
  }
  .access-table tr:last-child td {
    padding-bottom: 1.6rem;
  }
}

.c-link-button-area__access {
  margin: 5rem 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .c-link-button-area__access {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 0;
  }
}

.google-map {
  margin-top: 5rem;
  width: 100%;
  height: 57rem;
  border: 0;
}
@media (max-width: 767px) {
  .google-map {
    height: 25rem;
    margin-top: 2rem;
  }
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: rgba(247, 148, 39, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.page-concept {
  background: url("../img/bg-footer.webp") no-repeat center center/cover;
}
.page-concept .concept-contents {
  padding: 9rem 0 11rem;
}
@media (max-width: 767px) {
  .page-concept .concept-contents {
    padding: 5rem 0;
  }
}

.page-recruit .recruit-contents {
  background: #B7282E;
  padding: 7rem 0 9rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-contents {
    padding: 5rem 0 7rem;
  }
}
.page-recruit .recruit-head {
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .recruit-head {
    padding: 0 2rem;
  }
}
.page-recruit .recruit-head__text {
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-recruit .recruit-head__text {
    font-size: 2.4rem;
  }
}
.page-recruit .recruit-head__image-area {
  padding: 0 15rem;
  margin-top: 7rem;
  gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .page-recruit .recruit-head__image-area {
    padding: 0;
    margin-top: 5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .page-recruit .recruit-head__image {
    width: 100%;
  }
}
.page-recruit .recruit-contents__title-area {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-contents__title-area {
    margin-top: 5rem;
  }
}
.page-recruit .recruit-contents__title--en {
  color: #FFF;
  font-family: "Caveat", cursive;
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .recruit-contents__title--en {
    font-size: 3.2rem;
  }
}
.page-recruit .recruit-contents__title--ja {
  color: #FFFBB2;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .recruit-contents__title--ja {
    font-size: 2rem;
  }
}
.page-recruit .recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table {
    margin-top: 5rem;
  }
  .page-recruit .recruit-table tr {
    display: block;
    border-bottom: 8px solid #B7282E;
  }
  .page-recruit .recruit-table tr:last-child td {
    padding-bottom: 2.4rem;
  }
}
.page-recruit .recruit-table th,
.page-recruit .recruit-table td {
  padding: 5rem 2.4rem;
  vertical-align: middle;
  border-bottom: 8px solid #B7282E;
  font-size: 2.4rem;
  line-height: 1.6;
}
.page-recruit .recruit-table th {
  width: 30%;
  background-color: #71090E;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table th {
    display: block;
    width: 100%;
    padding: 2rem 1.6rem;
    border-bottom: none;
    font-size: 1.6rem;
  }
}
.page-recruit .recruit-table td {
  width: 70%;
  background-color: rgb(255, 255, 255);
  color: #71090E;
  text-align: left;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table td {
    display: block;
    width: 100%;
    padding: 2rem 1.6rem;
    border-bottom: none;
    font-size: 1.6rem;
  }
}
.page-recruit .contact {
  padding: 7rem 0 12rem;
  background: url("../img/bg-contact.webp") no-repeat center center/cover;
}
.page-recruit .contact-title {
  color: #FFF;
  font-family: "Caveat", cursive;
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .contact-title {
    font-size: 3.2rem;
  }
}
.page-recruit .contact-text {
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  margin: 3rem 0 6rem;
}
@media (max-width: 767px) {
  .page-recruit .contact-text {
    font-size: 1.6rem;
    margin: 2rem 0 4rem;
  }
}
.page-recruit .contact-tel {
  color: #FFF;
  font-size: 3.2rem;
  text-align: center;
  padding: 3rem 8rem;
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-recruit .contact-tel {
    font-size: 2rem;
    padding: 2rem 4rem;
  }
}

.access-contents {
  padding: 10rem 0;
  background: url("../img/bg-footer.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .access-contents {
    padding: 5rem 0;
  }
}
.access-contents .access-title {
  font-family: "Caveat", cursive;
  font-size: 4.8rem;
  letter-spacing: 0.3em;
  text-align: center;
  color: #71090E;
}
@media (max-width: 767px) {
  .access-contents .access-title {
    font-size: 3.2rem;
  }
}
.access-contents .access-contents__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 5rem;
  margin-top: 5rem;
  gap: 5rem;
}
@media (max-width: 767px) {
  .access-contents .access-contents__flex {
    padding: 0;
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}
.access-contents .access-contents__left .access-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
.access-contents .access-contents__left .access-table tr th,
.access-contents .access-contents__left .access-table tr td {
  padding: 1.6rem 2rem;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .access-contents .access-contents__left .access-table tr th {
    font-weight: 700;
  }
}
.access-contents .access-contents__right {
  width: 100%;
  position: relative;
  z-index: 1;
}
.access-contents .access-contents__right::before {
  content: "";
  position: absolute;
  top: 38rem;
  left: 45rem;
  width: 24rem;
  height: 6rem;
  background: url("../img/decoration01.webp") no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .access-contents .access-contents__right::before {
    width: 14.3rem;
    height: 3.6rem;
    top: 0;
    left: 0;
    -webkit-transform: translate(150%, -100%);
            transform: translate(150%, -100%);
  }
}
.access-contents .access-contents__right-image__head {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.access-contents .access-contents__right-image__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .access-contents .access-contents__right-image__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.google-map {
  margin-top: 5rem;
  width: 100%;
  height: 57rem;
  border: 0;
}
@media (max-width: 767px) {
  .google-map {
    height: 25rem;
    margin-top: 2rem;
  }
}

.page-menu .menu-contents {
  padding: 9rem 0 11rem;
}
@media (max-width: 767px) {
  .page-menu .menu-contents {
    padding: 5rem 0;
  }
}
.page-menu .menu-items {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-menu .menu-items {
    width: 100%;
  }
}
.page-menu .menu-subcategory-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #71090E;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
}
.page-menu .menu-subcategory-title:first-of-type {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-menu .menu-subcategory-title {
    font-size: 2rem;
  }
}
.page-menu .menu-subcategory-title + .menu-table {
  margin-top: 1.5rem;
}
.page-menu .menu-table {
  margin-top: 4rem;
  width: 100%;
  border-collapse: collapse;
}
.page-menu .menu-table th,
.page-menu .menu-table td {
  color: #71090E;
  border-bottom: 1px solid #71090E;
  padding: 1rem 0;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.5;
}
.page-menu .menu-table th {
  width: 70%;
}
.page-menu .menu-table td {
  width: 30%;
}
@media (max-width: 767px) {
  .page-menu .menu-table tr {
    display: block;
    border-bottom: 1px solid #71090E;
    padding-bottom: 1rem;
  }
  .page-menu .menu-table th,
  .page-menu .menu-table td {
    display: block;
    width: 100%;
    padding: 0.4rem 0;
    border-bottom: none;
    font-size: 1.5rem;
  }
  .page-menu .menu-table th {
    padding-top: 1rem;
  }
  .page-menu .menu-table tr:last-child td {
    padding-bottom: 0;
  }
}
.page-menu .menu-item__name {
  text-align: left;
}
.page-menu .menu-item__price {
  text-align: right;
}

.page-gallery .gallery-contents {
  padding: 8rem 0;
  background: #B7282E;
}
@media (max-width: 767px) {
  .page-gallery .gallery-contents {
    padding: 4rem 0;
  }
}
.page-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .page-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
.page-gallery .gallery-grid__item {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  position: relative;
}
.page-gallery .gallery-grid__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-gallery .gallery-grid__item--movie img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  position: relative;
  z-index: 0;
}
.page-gallery .gallery-grid__movie-play {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3.2rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.page-gallery .gallery-grid__movie-play::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  padding: 2rem;
}

.gallery-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.gallery-modal__content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}

.gallery-modal__image {
  max-width: 90vw;
  max-height: 90vh;
  display: block;
}

.gallery-modal__close {
  position: absolute;
  top: -5rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-modal__close {
    top: -3rem;
    font-size: 3rem;
  }
}

.movie-modal__video {
  width: 90vw;
  max-width: 900px;
  max-height: 80vh;
  display: block;
}

.movie-modal__sound {
  position: absolute;
  top: -5rem;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
  border-radius: 999px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .movie-modal__sound {
    top: -4rem;
    font-size: 1.2rem;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 0 auto 0;
  padding-top: 3.5rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 10rem;
  height: 15rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: to-top-metronome 2.5s ease-in-out infinite;
          animation: to-top-metronome 2.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3.6rem;
    height: 6rem;
  }
}

.c-link-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 10rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-link-button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin: 2rem auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-link-button-area__concept {
  margin-top: 0 !important;
}

.c-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  height: 6.4rem;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border: 1px solid #FFF;
  color: rgb(255, 255, 255);
  background: linear-gradient(160deg, #A11C21 49.31%, #93161B 49.32%);
}

.c-link-button__concept {
  margin: 4rem auto 0;
}