/*! 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.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #231816;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 2;
  background: #f7f7f4;
}

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

.main {
  position: relative;
  min-height: 100vh;
}

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

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

p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

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

.bg-page-main {
  background: #fff;
  position: relative;
  z-index: 0;
}
.bg-page-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #f7f7f4;
  z-index: -1;
  pointer-events: none;
}

.page-fv {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/554 !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv {
    aspect-ratio: 430/613 !important;
  }
}

.fv-imagearea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-fv-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.page-title .page-title__ja {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-title .page-title__ja {
    font-size: 2.4rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 17rem;
  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: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: #231816;
  opacity: 1;
  pointer-events: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 11rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2rem 0 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    color: #fff;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem 0 0;
  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 .nav__text {
  color: inherit;
}

.l-header-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  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;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0 2rem;
}
.l-header-title .l-header__logo {
  width: 13.8rem;
  height: 12.2rem;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .l-header-title .l-header__logo {
    width: 8.1rem;
    height: 5.4rem;
    padding-left: 2rem;
    margin-top: 1rem;
  }
}
.l-header-title .l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-title .l-note {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
  padding: 0.3rem 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .l-header-title .l-note {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

#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;
}
@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: 8rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav__content--item {
  text-align: center;
}
.l-nav__content--item:last-child {
  margin-right: 10rem;
}
.l-nav__content--item .l-nav__text--en,
.l-nav__content--item .l-nav__text--ja {
  display: block;
}
.l-nav__content--item .l-nav__text--en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
.l-nav__content--item .l-nav__text--ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
}

.l-header__contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.l-header__tel {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: 2px solid #fff;
  width: 33rem;
  height: 7rem;
  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;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-right: 10rem;
}

.l-header.is-active .l-header__tel {
  border: 2px solid #333;
  color: #333;
}

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

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

.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9990;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.sp-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

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

.sp-menu__link {
  padding: 2rem 1rem;
  display: block;
  text-align: center;
  letter-spacing: 0.08rem;
  color: #333;
}

.l-nav__text--en {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}

.l-nav__text--ja {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
}

.l-footer {
  background: #fff;
}
.l-footer .google-map {
  width: 100%;
  height: 45.5rem;
}
@media (max-width: 767px) {
  .l-footer .google-map {
    height: 35rem;
  }
}
.l-footer .google-map iframe {
  width: 100%;
  height: 100%;
}
.l-footer .l-footer_logo {
  width: 19.5rem;
  height: auto;
  margin: 0 auto;
  margin-top: 1rem;
  padding-left: 4.5rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer_logo {
    width: 17rem;
    height: auto;
    padding-left: 4rem;
  }
}
.l-footer .l-note {
  font-size: 1.4rem;
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
  padding: 0.3rem 0;
  width: 9rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .l-footer .l-note {
    margin-top: 1rem;
  }
}
.l-footer .l-footer__sitemap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 3rem 1rem;
  }
}
.l-footer .l-footer__sitemap--item {
  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;
  gap: 1rem;
}
.l-footer .l-footer__sitemap--en {
  font-size: 1.2rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.l-footer .l-footer__sitemap--ja {
  font-size: 1.6rem;
}
.l-footer .l-footer__copyright {
  background: #231816;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 0;
  text-align: center;
  margin-top: 3rem;
}

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

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

.u-size24 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-size24 {
    font-size: 2rem;
  }
}

.u-size26 {
  font-size: 2.6rem;
}

.u-size28 {
  font-size: 2.8rem;
}

.u-size30 {
  font-size: 3rem;
}

.u-size32 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .u-size32 {
    font-size: 2.4rem;
  }
}

.u-size34 {
  font-size: 3.4rem;
}

.u-size36 {
  font-size: 3.6rem;
}

.u-size38 {
  font-size: 3.8rem;
}

.u-size40 {
  font-size: 4rem;
}

.u-size42 {
  font-size: 4.2rem;
}

.u-size44 {
  font-size: 4.4rem;
}

.u-size46 {
  font-size: 4.6rem;
}

.u-size48 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .u-size48 {
    font-size: 3.2rem;
  }
}

.u-size50 {
  font-size: 5rem;
}

.u-size52 {
  font-size: 5.2rem;
}

.u-size54 {
  font-size: 5.4rem;
}

.u-size56 {
  font-size: 5.6rem;
}

.u-size58 {
  font-size: 5.8rem;
}

.u-size60 {
  font-size: 6rem;
}

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

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

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

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

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !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-mt120 {
  margin-top: 12rem !important;
}
@media (max-width: 767px) {
  .u-mt120 {
    margin-top: 6rem !important;
  }
}

.u-mt140 {
  margin-top: 14rem !important;
}
@media (max-width: 767px) {
  .u-mt140 {
    margin-top: 7rem !important;
  }
}

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

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

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

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

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

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .u-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex,
.u-flex-reverse {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .u-flex,
  .u-flex-reverse {
    margin: 2rem auto 0;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  aspect-ratio: 1920/750;
  background: transparent;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 430/613;
  }
}
.fv .fv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv .fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv-catch-area {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .fv .fv-catch-area {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fv .fv-catch__text--ja {
  color: #fff;
  font-size: 3.2rem;
  line-height: 2;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .fv .fv-catch__text--ja {
    font-size: 2.4rem;
    white-space: nowrap;
    text-align: center;
  }
}

.concept {
  padding: 10rem 0;
  background: #231816;
  position: relative;
}
@media (max-width: 767px) {
  .concept {
    padding: 5rem 0;
  }
}
.concept::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 61rem;
  height: 63rem;
  background: url(../img/bg-concept.webp) no-repeat left bottom/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .concept::before {
    width: 30rem;
    height: 31rem;
  }
}
.concept .concept-flex {
  width: 85rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .concept .concept-flex {
    width: 100%;
    display: grid;
    grid-template-areas: "title" "right" "left";
    gap: 5rem;
    padding: 0 2rem;
  }
}
.concept .concept-left {
  width: 50rem;
}
@media (max-width: 767px) {
  .concept .concept-left {
    width: 100%;
    display: contents;
  }
}
.concept .concept-title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  color: #fff;
  letter-spacing: 0.17em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .concept .concept-title {
    font-size: 2.4rem;
    text-align: center;
    grid-area: title;
  }
}
.concept .concept-left__text {
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .concept .concept-left__text {
    grid-area: left;
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.concept .concept-right {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 30rem;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .concept .concept-right {
    grid-area: right;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: upright;
    width: 100%;
  }
}
.concept .concept-right__text {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 767px) {
  .concept .concept-right__text {
    font-size: 2rem;
  }
}
.concept .concept-right__text span {
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .concept .concept-right__text span {
    font-size: 2.4rem;
  }
}

.fixation {
  padding: 13rem 0 11rem;
}
@media (max-width: 767px) {
  .fixation {
    padding: 5rem 0;
  }
}
.fixation .fixation-title {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .fixation .fixation-title {
    font-size: 2.4rem;
  }
}
.fixation .fixation-item .number {
  font-size: 9.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .fixation .fixation-item .number {
    font-size: 4.8rem;
  }
}
.fixation .fixation-item .text {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .fixation .fixation-item .text {
    font-size: 2rem;
  }
}
.fixation .fixation-item .text span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .fixation .fixation-item .text span {
    font-size: 2.4rem;
  }
}
.fixation .fixation-item__01 {
  padding: 7rem 0 11rem;
}
@media (max-width: 767px) {
  .fixation .fixation-item__01 {
    padding: 5rem 0;
  }
}
.fixation .fixation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .fixation .fixation-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.fixation .fixation-flex .fixation-item__image {
  width: 100rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .fixation .fixation-flex .fixation-item__image {
    width: 34rem;
    height: auto;
  }
}
.fixation .fixation-flex .fixation-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixation .fixation-flex .fixation-right .fixation-item__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .fixation .fixation-flex .fixation-right .fixation-item__text-area {
    padding: 0 2rem;
  }
}
.fixation .fixation-flex .fixation-item__text-area--image {
  width: 36.4rem;
  margin-left: auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  position: relative;
}
@media (max-width: 767px) {
  .fixation .fixation-flex .fixation-item__text-area--image {
    width: 17.3rem;
    height: auto;
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
  }
}
@media (max-width: 767px) {
  .fixation .fixation-flex .c-link-btn {
    margin: 5rem auto 0;
  }
}
.fixation .fixation-item__02 {
  padding: 16rem 0 11rem;
  width: 100%;
  background: url(../img/top03.webp) no-repeat center center/cover;
}
.fixation .fixation-item__02 .fixation-item__text-area {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixation .fixation-item__02 .fixation-item__text-area .text {
  background: #fff;
  padding: 1rem 2rem;
  line-height: 1.6;
}
.fixation .fixation-item__02 .number {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.fixation .fixation-item__03 {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 {
    margin-top: 5rem;
  }
}
.fixation .fixation-item__03 .fixation-flex {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .fixation-flex {
    margin-left: 0;
    padding: 0 2rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fixation .fixation-item__03 .fixation-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .fixation-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .fixation-item__text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .c-link-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.fixation .fixation-item__03 .fixation-item__text-area--image {
  -webkit-transform: translate(40%, 30%);
          transform: translate(40%, 30%);
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .fixation-item__text-area--image {
    -webkit-transform: translate(13%, 365%);
            transform: translate(13%, 365%);
  }
}
.fixation .fixation-item__03 .fixation-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .fixation .fixation-item__03 .fixation-right {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.menu {
  margin-top: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .menu {
    margin-top: 5rem;
  }
}
.menu .menu-title {
  font-size: 4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-left: 32rem;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
@media (max-width: 767px) {
  .menu .menu-title {
    margin-left: 7rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.menu .menu-contents {
  background: url(../img/bg-menu.webp) no-repeat center center/cover;
  padding: 12rem 0;
  margin-left: 7rem;
}
@media (max-width: 767px) {
  .menu .menu-contents {
    padding-bottom: 9rem;
  }
}
.menu .menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .menu .menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw !important;
    -webkit-transform: translate(-7rem, 0);
            transform: translate(-7rem, 0);
    gap: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.menu .menu-item__image01 {
  -webkit-transform: translate(-7rem, -15rem);
          transform: translate(-7rem, -15rem);
}
@media (max-width: 767px) {
  .menu .menu-item__image01 {
    width: 22.7rem !important;
    height: auto !important;
    -webkit-transform: translate(0, -4rem);
            transform: translate(0, -4rem);
  }
}
@media (max-width: 767px) {
  .menu .menu-item__image02 {
    width: 19.2rem !important;
    height: auto !important;
  }
}
.menu .c-link-btn {
  margin: 5rem auto 0;
}
.menu .c-link-btn__menu {
  background: #fff;
  border: 1px solid #231816;
}
@media (max-width: 767px) {
  .menu .c-link-btn__menu {
    margin: 5rem auto 0;
  }
}
.menu .c-link-btn__menu .c-link-btn__text {
  color: #231816;
}
.menu .c-link-btn__menu .c-link-btn__arrow img {
  content: url("../img/icon-arrow_black.webp");
}
.menu .c-link-btn__menu:hover {
  background: #231816;
}
.menu .c-link-btn__menu:hover .c-link-btn__text {
  color: #fff;
}
.menu .c-link-btn__menu:hover .c-link-btn__arrow img {
  content: url("../img/icon-arrow_white.webp");
}
.menu .circle-text {
  position: absolute;
  top: 10%;
  left: 88%;
  width: 45rem;
  height: 45rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: circle-spin 21s linear infinite;
          animation: circle-spin 21s linear infinite;
  pointer-events: none;
}
@media (max-width: 767px) {
  .menu .circle-text {
    width: 30rem;
    height: 30rem;
  }
}
.menu .circle-text text {
  font-size: 3.2rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 300;
  fill: #b8b8b8;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .menu .circle-text text {
    font-size: 1.6rem;
  }
}
@-webkit-keyframes circle-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes circle-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.store-info {
  background: #231816;
  padding: 6rem 0;
}
.store-info .store-info__contents {
  width: 90rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .store-info .store-info__contents {
    width: 100%;
  }
}
.store-info .vertical-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .store-info .vertical-text {
    -webkit-transform: translate(3rem, 0%);
            transform: translate(3rem, 0%);
  }
}
.store-info .vertical-text .vertical-text__en {
  font-size: 3.2rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .store-info .vertical-text .vertical-text__en {
    font-size: 2.4rem;
  }
}
.store-info .vertical-text .vertical-text__ja {
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
@media (max-width: 767px) {
  .store-info .store-info__image {
    width: 35rem;
    margin-left: auto;
  }
}
.store-info .store-info__text-area {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .store-info .store-info__text-area {
    padding: 0 2rem;
  }
}
.store-info .store-info__text {
  color: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  .store-info .store-info__text {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
  }
}
.store-info .c-link-btn {
  margin: 5rem auto 0;
  border: 1px solid #fff;
}

.recruit {
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .recruit {
    margin: 5rem auto;
  }
}
.recruit .recruit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .recruit .recruit-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.recruit .recruit-left {
  width: 90rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .recruit .recruit-left {
    width: 100%;
    padding: 0 2rem;
  }
}
.recruit .recruit-title__en {
  font-size: 4.8rem;
  font-weight: 300;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.17em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .recruit .recruit-title__en {
    font-size: 2.4rem;
  }
}
.recruit .recruit-title__ja {
  font-size: 2.4rem;
  font-weight: 300;
}
.recruit .recruit-text__top {
  margin-top: 6rem;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.17em;
}
@media (max-width: 767px) {
  .recruit .recruit-text__top {
    font-size: 1.6rem;
  }
}
.recruit .recruit-text__top span {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .recruit .recruit-text__top span {
    font-size: 2.4rem;
  }
}
.recruit .recruit-text__bottom {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .recruit .recruit-text__bottom {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .recruit .c-link-btn {
    margin: 5rem auto 0;
  }
}
.recruit .recruit-right {
  width: 50rem;
}
@media (max-width: 767px) {
  .recruit .recruit-right {
    width: 36.5rem;
    margin-left: auto;
  }
}

.general-info {
  background: #231816;
  padding: 6rem 0;
}
.general-info .general-info__contents {
  width: 135rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .general-info .general-info__contents {
    width: 100%;
    padding: 0 2rem;
  }
}
.general-info .general-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .general-info .general-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.general-info .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .general-info .info-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.general-info .info-title__ja {
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .general-info .info-title__ja {
    font-size: 2rem;
  }
}
.general-info .info-title__en {
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .general-info .info-title__en {
    font-size: 1.4rem;
  }
}
.general-info .general-info-left {
  width: 55rem;
}
@media (max-width: 767px) {
  .general-info .general-info-left {
    width: 100%;
  }
}
.general-info .general-info-left .contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .general-info .general-info-left .contact-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.general-info .general-info-right {
  width: 75rem;
}
@media (max-width: 767px) {
  .general-info .general-info-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .general-info .general-info-right .general-info__table {
    margin-top: 2rem;
  }
}
.general-info .general-info-right .general-info__table th {
  color: #fff;
  width: 20%;
}
@media (max-width: 767px) {
  .general-info .general-info-right .general-info__table th {
    font-size: 1.3rem;
  }
}
.general-info .general-info-right .general-info__table td {
  color: #fff;
  width: 80%;
}
@media (max-width: 767px) {
  .general-info .general-info-right .general-info__table td {
    font-size: 1.3rem;
  }
}
.general-info .general-info-hours {
  width: 100%;
  border-collapse: collapse;
}
.general-info .general-info-hours td {
  padding: 0.3rem 0;
}
.general-info .general-info-hours__row {
  display: table-row;
}
.general-info .general-info-hours__day {
  font-weight: 500;
  width: 45% !important;
}
.general-info .general-info-hours__time {
  width: auto;
}

.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-fixation .greeting {
  padding: 11rem 0 10rem;
  background: #231816;
  position: relative;
}
@media (max-width: 767px) {
  .page-fixation .greeting {
    padding: 5rem 0;
  }
}
.page-fixation .greeting::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 61rem;
  height: 63rem;
  background: url(../img/bg-concept.webp) no-repeat left bottom/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-fixation .greeting::before {
    width: 30rem;
    height: 31rem;
  }
}
.page-fixation .greeting .greeting-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .page-fixation .greeting .greeting-flex {
    width: 100%;
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-fixation .greeting .greeting-left {
  width: 52rem;
}
@media (max-width: 767px) {
  .page-fixation .greeting .greeting-left {
    width: 100%;
  }
}
.page-fixation .greeting .greeting-top {
  color: #fff;
}
.page-fixation .greeting .greeting-top__title {
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-fixation .greeting .greeting-top__title {
    font-size: 2.4rem;
  }
}
.page-fixation .greeting .greeting-top__text {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-fixation .greeting .greeting-top__text {
    font-size: 1.4rem;
  }
}
.page-fixation .greeting .biography {
  margin-top: 7rem;
}
.page-fixation .greeting .biography__title {
  font-size: 2.4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-fixation .greeting .biography__title {
    font-size: 2rem;
  }
}
.page-fixation .greeting .biography__title::after {
  content: "";
  width: 30rem;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .page-fixation .greeting .biography__title::after {
    width: 15rem;
  }
}
.page-fixation .greeting .biography__text {
  margin-top: 1rem;
  color: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-fixation .greeting .biography__text {
    font-size: 1.4rem;
  }
}
.page-fixation .greeting .greeting-virtical__text {
  color: #fff;
  font-size: 3.2rem;
  line-height: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-fixation .greeting .greeting-virtical__text {
    font-size: 2rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: upright;
    margin-top: 5rem;
    text-align: center;
  }
}
.page-fixation .fixation {
  padding: 13rem 0 11rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation {
    padding: 5rem 0;
  }
}
.page-fixation .fixation .fixation-title {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-title {
    font-size: 2.4rem;
  }
}
.page-fixation .fixation .fixation-item .number {
  font-size: 9.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item .number {
    font-size: 4.8rem;
  }
}
.page-fixation .fixation .fixation-item .text {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item .text {
    font-size: 2rem;
  }
}
.page-fixation .fixation .fixation-item .text span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item .text span {
    font-size: 2.4rem;
  }
}
.page-fixation .fixation .fixation-item__01 {
  padding: 7rem 0 11rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__01 {
    padding: 5rem 0;
  }
}
.page-fixation .fixation .fixation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page-fixation .fixation .fixation-flex .fixation-item__image {
  width: 100rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-flex .fixation-item__image {
    width: 34rem;
    height: auto;
  }
}
.page-fixation .fixation .fixation-flex .fixation-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-fixation .fixation .fixation-flex .fixation-right .fixation-item__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 54rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-flex .fixation-right .fixation-item__text-area {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-fixation .fixation .fixation-flex .fixation-right .fixation-item__bottom-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2rem;
  max-width: 54rem;
}
.page-fixation .fixation .fixation-item__02 {
  padding: 6rem 0 7rem;
  width: 100%;
  background: url(../img/top03.webp) no-repeat center center/cover;
}
.page-fixation .fixation .fixation-item__02 .fixation-item__text-area {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-fixation .fixation .fixation-item__02 .fixation-item__text-area .text {
  background: #fff;
  padding: 1rem 2rem;
  line-height: 1.6;
}
.page-fixation .fixation .fixation-item__02 .number {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.page-fixation .fixation .fixation-item__02 .fixation-item__bottom-text {
  font-size: 1.6rem;
  line-height: 2;
  margin: 2rem auto 0;
  color: #fff;
  width: 54rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__02 .fixation-item__bottom-text {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-fixation .fixation .fixation-item__03 {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 {
    margin-top: 5rem;
  }
}
.page-fixation .fixation .fixation-item__03 .fixation-flex {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .fixation-flex {
    margin-left: 0;
    padding: 0 2rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-fixation .fixation .fixation-item__03 .fixation-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .fixation-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .fixation-item__text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.page-fixation .fixation .fixation-item__03 .fixation-item__bottom-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2rem;
  max-width: 54rem;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .fixation-item__bottom-text {
    width: 100%;
    padding: 0 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .c-link-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.page-fixation .fixation .fixation-item__03 .fixation-item__text-area--image {
  -webkit-transform: translate(40%, 30%);
          transform: translate(40%, 30%);
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .fixation-item__text-area--image {
    -webkit-transform: translate(13%, 500%);
            transform: translate(13%, 500%);
  }
}
.page-fixation .fixation .fixation-item__03 .fixation-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .page-fixation .fixation .fixation-item__03 .fixation-right {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.page-cause .head-contents {
  background: #231816;
}
.page-cause .head-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-cause .head-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.page-cause .head-contents-text {
  width: 62rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-cause .head-contents-text {
    width: 100%;
    padding: 5rem 2rem;
  }
}
.page-cause .head-contents-text__title {
  font-size: 3.2rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  .page-cause .head-contents-text__title {
    font-size: 2rem;
  }
}
.page-cause .head-contents-text__title span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-cause .head-contents-text__title span {
    font-size: 2.4rem;
  }
}
.page-cause .head-contents-text__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 2rem;
}
.page-cause .recommend {
  width: 90rem;
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .page-cause .recommend {
    width: 100%;
    margin: 5rem auto 0;
  }
}
.page-cause .recommend-head {
  position: relative;
}
.page-cause .recommend-head__image {
  width: 80rem;
  height: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-cause .recommend-head__image {
    width: 100%;
    margin: 0;
  }
}
.page-cause .recommend-head__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 16rem;
  height: 50rem;
  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;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(5%, 10%);
          transform: translate(5%, 10%);
  z-index: 1;
}
@media (max-width: 767px) {
  .page-cause .recommend-head__text {
    width: 8rem;
    height: 30rem;
    margin: 0;
  }
}
.page-cause .recommend-head__text__title {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .page-cause .recommend-head__text__title {
    font-size: 2rem;
  }
}
.page-cause .circle01 {
  color: #231816;
  margin-top: 2rem;
}
.page-cause .circle02 {
  color: #d3d3d3;
}
.page-cause .recommend-text {
  margin-top: 12rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-cause .recommend-text {
    font-size: 1.4rem;
    margin-top: 5rem;
    padding: 0 2rem;
  }
}
.page-cause .border {
  width: 100vw;
  height: 10px;
  border-top: 3px solid #231816;
  border-bottom: 1px solid #231816;
  margin: 12rem -25vw 10rem;
}
@media (max-width: 767px) {
  .page-cause .border {
    margin: 5rem auto 5rem;
  }
}
.page-cause .policy {
  margin: 12rem auto;
}
@media (max-width: 767px) {
  .page-cause .policy {
    margin: 5rem auto;
  }
}
.page-cause .policy-title {
  font-size: 3.2rem;
  line-height: 1.6;
  color: #231816;
  text-align: center;
}
@media (max-width: 767px) {
  .page-cause .policy-title {
    font-size: 2rem;
  }
}
.page-cause .policy-text {
  font-size: 1.6rem;
  line-height: 2;
  color: #231816;
  margin-top: 2rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-cause .policy-text {
    font-size: 1.4rem;
  }
}

.page-store-info .floor {
  width: 126rem;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-store-info .floor {
    width: 100%;
    padding: 5rem 2rem;
    margin: 0 auto;
  }
}
.page-store-info .floor-title {
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-store-info .floor-title {
    font-size: 2.4rem;
  }
}
.page-store-info .floor-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-store-info .floor-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-store-info .floor-image-area {
  width: 64rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-store-info .floor-image-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .page-store-info .floor-image {
    width: 100%;
  }
}
.page-store-info .floor-image01 {
  width: 64rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-store-info .floor-image01 {
    width: 100%;
  }
}
.page-store-info .floor-image02 {
  width: 34rem;
  height: auto;
  -webkit-transform: translate(40rem, -14rem);
          transform: translate(40rem, -14rem);
}
@media (max-width: 767px) {
  .page-store-info .floor-image02 {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.page-store-info .shop-info {
  width: 126rem;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-store-info .shop-info {
    width: 100%;
    padding: 5rem 2rem;
    margin: 0 auto;
  }
}
.page-store-info .shop-info-title {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .page-store-info .shop-info-title {
    font-size: 2.4rem;
  }
}
.page-store-info .shop-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110rem;
  gap: 10rem;
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .page-store-info .shop-info-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: 5rem auto;
  }
}
.page-store-info .shop-info__logo {
  width: 18rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-store-info .shop-info__logo {
    margin: 0 auto;
    width: 14rem;
    padding-left: 3rem;
  }
}
.page-store-info .shop-info-table {
  width: 100%;
  border-collapse: collapse;
}
.page-store-info .shop-info-table th,
.page-store-info .shop-info-table td {
  border-bottom: 1px solid #231816;
  padding: 1.2rem 0;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-store-info .shop-info-table th,
  .page-store-info .shop-info-table td {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
}
.page-store-info .shop-info-table th {
  width: 20%;
}
@media (max-width: 767px) {
  .page-store-info .shop-info-table th {
    width: 100%;
    border-bottom: none !important;
  }
}
.page-store-info .shop-info-hours {
  width: 100%;
  border-collapse: collapse;
}
.page-store-info .shop-info-hours td {
  padding: 0.3rem 0;
}
.page-store-info .shop-info-hours__day {
  font-weight: 500;
  width: 22rem;
  border-bottom: none;
  border-bottom: none !important;
}
.page-store-info .shop-info-hours__time {
  width: auto;
  border-bottom: none !important;
}
.page-store-info .access {
  width: 126rem;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-store-info .access {
    width: 100%;
    padding: 5rem 2rem;
    margin: 0 auto;
  }
}
.page-store-info .access-title {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .page-store-info .access-title {
    font-size: 2.4rem;
  }
}
.page-store-info .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-store-info .access-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-store-info .google-map__access {
  width: 48.5rem;
  height: 32.5rem;
}
@media (max-width: 767px) {
  .page-store-info .google-map__access {
    width: 100%;
    height: 20rem;
  }
}
.page-store-info .google-map__access iframe {
  width: 100%;
  height: 100%;
}
.page-store-info .access-list {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-store-info .access-list {
    font-size: 1.6rem;
  }
}
.page-store-info .access-list span {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .page-store-info .access-list span {
    font-size: 2rem;
  }
}

.page-recruit .page-recruit-title {
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-recruit .page-recruit-title {
    font-size: 2.4rem;
  }
}
.page-recruit .employee {
  width: 90rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-recruit .employee {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-recruit .arbeit {
  width: 90rem;
  margin: 0 auto;
  padding: 10rem 0;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-recruit .arbeit {
    width: 100%;
    padding: 5rem 2rem;
    margin-bottom: 5rem;
  }
}
.page-recruit .arbeit .recruit-table {
  margin-bottom: 0;
}
.page-recruit .recruit-title {
  font-size: 3.2rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .recruit-title {
    font-size: 2.4rem;
  }
}
.page-recruit .recruit-table {
  width: 100%;
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
  border-collapse: collapse;
  margin: 4rem auto 10rem;
}
.page-recruit .recruit-table tr {
  border-top: 1px solid #231816;
}
.page-recruit .recruit-table th,
.page-recruit .recruit-table td {
  padding: 2.4rem 0;
  font-size: 2rem;
  line-height: 1.5;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table th,
  .page-recruit .recruit-table td {
    font-size: 1.6rem;
  }
}
.page-recruit .recruit-table th {
  width: 24%;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.page-recruit .recruit-table td {
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table th,
  .page-recruit .recruit-table td {
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
  .page-recruit .recruit-table td {
    padding-top: 0;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  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: 8rem;
  right: 8rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    bottom: 8.5rem;
    right: 1.5rem;
  }
}

.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: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 4rem;
    height: 4rem;
  }
}

.c-fix-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.c-fix-button .c-fix-button__items {
  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: 100%;
  height: 7rem;
  border-top: 1px solid #231816;
}
.c-fix-button .map {
  background: white;
  width: 7rem;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-fix-button .map .map__icon {
  width: 3rem;
  height: auto;
}
.c-fix-button .map .map__text {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #231816;
}
.c-fix-button .tel {
  background: #fff;
  width: 7rem;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-left: 1px solid #231816;
  border-right: 1px solid #231816;
}
.c-fix-button .tel .tel__icon {
  width: 3.3rem;
  height: auto;
}
.c-fix-button .tel .tel__text {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #231816;
}
.c-fix-button .reservation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border-radius: 0;
  background: #231816;
}
.c-fix-button .reservation:hover {
  background: #fff;
  border: 1px solid #231816;
  color: #231816;
  opacity: 1;
}
.c-fix-button .reservation:hover .reservation__text {
  color: #231816;
}
.c-fix-button .reservation:hover .reservation__icon img {
  content: url("../img/icon-mail_black.webp");
}
.c-fix-button .reservation .reservation__text {
  color: #fff;
}

.c-link-btn {
  width: 27rem;
  height: 7rem;
  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;
  position: relative;
  background: #231816;
  position: relative;
}
.c-link-btn:hover {
  background: #fff;
  border: 1px solid #231816;
  opacity: 1;
}
.c-link-btn:hover .c-link-btn__text {
  color: #231816;
}
.c-link-btn .c-link-btn__text {
  color: #fff;
  font-size: 2rem;
  margin-left: 4rem;
}
.c-link-btn .c-link-btn__arrow {
  width: 4.6rem;
  height: auto;
  margin-left: 4rem;
  padding-bottom: 2rem;
}
.c-link-btn .c-link-btn__arrow img {
  content: url("../img/icon-arrow_white.webp");
}

.c-link-btn:hover .c-link-btn__arrow img {
  content: url("../img/icon-arrow_black.webp");
}

.tel .tel__text {
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.tel .tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.tel .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.tel .tel__number__text {
  font-size: 3.2rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

.reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 5rem;
  width: 21rem;
  height: 4.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservation .reservation__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.reservation .reservation__text {
  color: #231816;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.reservation:hover {
  background: #231816;
  opacity: 1;
  border: 1px solid #fff;
}
.reservation:hover .reservation__text {
  color: #fff;
}
.reservation:hover .reservation__icon img {
  content: url("../img/icon-mail_white.webp");
}

.c-border {
  width: 100vw;
  height: 10px;
  border-top: 3px solid #231816;
  border-bottom: 1px solid #231816;
  margin-left: 4rem;
}