@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: auto;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #131001;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

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

.main {
  position: relative;
  min-height: 100vh;
}
.page-main {
  position: relative;
  min-height: 100vh;
}
h1,
h2,
a,
p {
  line-height: 1;
}

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

h1,
h2,
.en,
.title,
.number {
  font-family: "Oswald", sans-serif;
}

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

.inner {
  max-width: 132rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 4rem;
  }
}

.inner1200 {
  max-width: 124rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1200 {
    padding: 0 4rem;
  }
}

.inner900 {
  max-width: 94rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner900 {
    padding: 0 4rem;
  }
}

.inner1680 {
  max-width: 172rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1680 {
    padding: 0 4rem;
  }
}

.mv {
  position: relative;
  background: #131001;
  padding-top: 21.4rem;
  aspect-ratio: 1920/408;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1920/408;
  display: block;
}
@media (max-width: 767px) {
  .mv {
    padding-top: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mv img {
    aspect-ratio: 430/530;
  }
}

.page-title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 17rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 8rem;
    top: 50%;
    white-space: nowrap;
  }
}

.title-area__right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-top: 18rem;
  padding-right: 12rem;
}
@media (max-width: 767px) {
  .title-area__right {
    padding-right: 2rem;
    margin-top: 8rem;
  }
}
.title-area__right .border005 {
  width: 100vw;
  border-top: 3px solid #181408;
  height: 0;
  margin-top: 2.5rem;
  position: absolute;
  top: -20rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
@media (max-width: 767px) {
  .title-area__right .border005 {
    -webkit-transform: skewY(-11.57deg);
            transform: skewY(-11.57deg);
    top: -7rem;
  }
}
.title-area__right .section-title__en {
  font-size: 17rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .title-area__right .section-title__en {
    font-size: 4.8rem;
  }
}
.title-area__right .section-title__ja {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .title-area__right .section-title__ja {
    font-size: 2rem;
  }
}

.title-area__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  margin-top: 18rem;
  padding-left: 12rem;
}
@media (max-width: 767px) {
  .title-area__left {
    padding-left: 2rem;
    margin-top: 8rem;
  }
}
.title-area__left .border175 {
  width: 100vw;
  border-top: 3px solid #181408;
  height: 0;
  margin-top: 2.5rem;
  position: absolute;
  top: -20rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
@media (max-width: 767px) {
  .title-area__left .border175 {
    -webkit-transform: skewY(11.57deg);
            transform: skewY(11.57deg);
    top: -7rem;
  }
}
.title-area__left .section-title__en {
  font-size: 17rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 767px) {
  .title-area__left .section-title__en {
    font-size: 4.8rem;
  }
}
.title-area__left .section-title__ja {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .title-area__left .section-title__ja {
    font-size: 2rem;
  }
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 21.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: rgba(24, 20, 8, 0.2);
  pointer-events: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l-header {
    height: 10rem;
    display: block;
    opacity: 1;
    background: none;
  }
}
.l-header.is-visible {
  background: rgb(24, 20, 8);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .l-header.is-visible {
    background: rgba(24, 20, 8, 0);
  }
}

.l-header__wrap {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  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;
  background: rgba(24, 20, 8, 0.5);
}
@media (max-width: 767px) {
  .l-header__wrap {
    display: none;
  }
}

.l-header-logo {
  width: 17.5rem;
  height: auto;
  margin-left: 12rem;
}
.l-header-logo img {
  width: 100%;
  height: 100%;
}

.header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
}
.header-navi ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  gap: 0;
  width: 100%;
  max-width: 75.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navi li {
  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;
  height: 100%;
  position: relative;
}
.header-navi li:last-child {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-navi .nav-link {
  color: #C8B87D;
  text-decoration: none;
  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;
  white-space: nowrap;
}
.header-navi .en {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 1rem;
  opacity: 1;
}

.header-reserve {
  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;
  gap: 2rem;
  margin-right: 12rem;
}
.header-reserve .reserve-tel {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #C8B87D;
  padding: 1rem 2rem;
}
.header-reserve .reserve-tel .icon {
  width: 2rem;
  height: auto;
}
.header-reserve .reserve-tel .text {
  font-size: 1.6rem;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}
.header-reserve .reserve-web {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #C8B87D;
  padding: 1rem 2rem;
}
.header-reserve .reserve-web .icon {
  width: 2.5rem;
  height: auto;
}
.header-reserve .reserve-web .text {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.hamburger {
  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;
  width: 6rem;
  height: 6rem;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
  color: #C8B87D;
}
.hamburger span {
  display: block;
  width: 3.8rem;
  height: 0.4rem;
  background: #C8B87D;
  margin: 0.4rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
          transform: translateY(0.6rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
          transform: translateY(-0.6rem) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 1rem 1rem 0 auto;
    z-index: 200;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp.active {
    display: block;
  }
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 60vw;
  height: 60rem;
  background: #131001;
  opacity: 0.93;
  z-index: 100;
  border: 10px solid #C8B87D;
}
.hamburger-menu .hamburger-menu__logo {
  width: 6.4rem;
  height: auto;
  margin: 8rem auto 0;
}
.hamburger-menu .hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding-top: 3rem;
}
.hamburger-menu .hamburger-menu__list li {
  position: relative;
}
.hamburger-menu .hamburger-menu__list li a {
  padding: 2rem 0;
  position: relative;
  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;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #C8B87D;
  gap: 0.5rem;
  text-decoration: none;
}
.hamburger-menu .hamburger-menu__list li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #C8B87D;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.hamburger-menu .hamburger-menu__list li a .label__en {
  position: relative;
  display: inline-block;
}
.hamburger-menu .hamburger-menu__list li a .label__en::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0;
  height: 2px;
  background: #C8B87D;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.hamburger-menu .hamburger-menu__list li a:hover .label__en::after {
  width: 100%;
}

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

@media (max-width: 767px) {
  .label__en {
    font-size: 1.5rem;
  }
}

.page .l-header {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.hamburger-menu__list a {
  position: relative;
  text-decoration: none;
}

.hamburger-menu__list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #C8B87D;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.hamburger-menu__list a:hover::after {
  width: 100%;
}

.l-footer {
  background: #131001;
  color: #C8B87D;
  padding: 8rem 20rem 3rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 6rem 6rem 3rem;
  }
}
.l-footer .l-footer-title {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .l-footer .l-footer-title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.l-footer .l-footer-contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contents {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.l-footer .l-footer-logo {
  width: 17.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer-logo {
    width: 13.1rem;
    height: auto;
  }
}
.l-footer .l-footer-aboutarea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer-aboutarea {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer-about__head {
    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;
  }
}
.l-footer .l-footer-about__head span {
  border: 1px solid #C8B87D;
  padding: 1rem;
}
.l-footer .l-footer-about__body {
  margin-top: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-footer .l-footer-about__body {
    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;
  }
}
@media (max-width: 767px) {
  .l-footer table tr {
    display: block;
    margin-bottom: 0.5rem;
  }
  .l-footer table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    text-align: center;
  }
}
.l-footer .day {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .l-footer .day {
    padding-right: 0;
    line-height: 1.2;
  }
}
.l-footer .l-copyright {
  text-align: center;
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1rem;
  }
}

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

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-pt3 {
  padding-top: 3rem !important;
}

.u-pt3 th,
.u-pt3 td {
  padding-top: 3rem !important;
}

.u-bg__none {
  background: none !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.top-fv {
  position: relative;
}
.top-fv .fv-image {
  width: 100%;
  display: block;
}
.top-fv .fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.top-fv .fv-text {
  font-size: 3.6rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #C8B87D;
  text-align: center;
  line-height: 1.6;
}
.top-fv .fv-text span {
  font-size: 4.8rem;
}
.top-fv .fv-text__sp {
  position: absolute;
  font-size: 2.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #C8B87D;
  font-weight: 900;
}
.top-fv .fv-logo__sp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13rem;
  height: auto;
  pointer-events: none;
}

.fv-text__sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fv-text__sp--left {
  position: absolute;
  left: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #C8B87D;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
}

.fv-text__sp--right {
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #C8B87D;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
}

.news {
  padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
  .news {
    padding: 6rem 0 9rem;
  }
}
.news .section-title__news {
  font-size: 17rem;
  font-weight: 700;
  margin-left: 12rem;
}
@media (max-width: 767px) {
  .news .section-title__news {
    font-size: 4.8rem;
    margin-left: 2rem;
  }
}
.news .news-content {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .news .news-content {
    margin-top: 4rem;
  }
}
.news .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 2rem 0;
  border-top: 3px solid #131001;
  border-bottom: 3px solid #131001;
}
.news .news-items:last-child {
  border-top: none;
}
.news .news-date {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.news .news-item {
  font-size: 2rem;
  line-height: 1.8;
}
.about {
  background-color: #131001;
  background-image: url("../images/bg-about.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 0 16rem;
}
@media (max-width: 767px) {
  .about {
    padding: 6rem 0 5rem;
    background-image: none;
  }
}
.about .about-logo {
  width: 31.2rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .about-logo {
    width: 8.8rem;
  }
}
.about .about-title {
  color: #C8B87D;
  font-size: 4.8rem;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .about .about-title {
    font-size: 3.2rem;
    margin-top: 3rem;
  }
}
.about .top-text {
  color: #C8B87D;
  font-size: 2.1rem;
  line-height: 2;
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .about .top-text {
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: left;
    padding: 0 2rem;
  }
}

.menu {
  padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
  .menu {
    padding-bottom: 6rem;
  }
}
.menu .menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem 8rem;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .menu .menu-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 4rem;
  }
}
.menu .menu-item {
  width: 60rem;
  min-height: 28rem;
  height: auto;
  position: relative;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .menu .menu-item {
    width: 100%;
    min-height: 18rem;
    padding: 2rem;
  }
}
.menu .menu-item__01 {
  background-image: url("../images/menu-cut.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu .menu-item__02 {
  background-image: url("../images/menu-color.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu .menu-item__03 {
  background-image: url("../images/menu-perm.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu .menu-item__04 {
  background-image: url("../images/menu-hair-straightening.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu .menu-item__04 .menu-item__contents .ja {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.menu .menu-item__contents {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.menu .menu-item__contents .en {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .menu .menu-item__contents .en {
    font-size: 3.6rem;
  }
}
.menu .menu-item__contents .ja {
  font-size: 2.4rem;
  font-weight: 900;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .menu .menu-item__contents .ja {
    font-size: 2rem;
  }
}
.menu .menu-item__contents .arrow {
  width: 16rem;
  height: 1.2rem;
  position: absolute;
  bottom: 3rem;
  right: 4rem;
}
@media (max-width: 767px) {
  .menu .menu-item__contents .arrow {
    width: 7.5rem;
    height: 1rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.gallery .gallery-swiper {
  padding: 12rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .gallery .gallery-swiper {
    padding: 6rem 0;
  }
}
.gallery .swiper-slide img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.gallery .swiper-slide:hover img {
  -webkit-filter: none;
          filter: none;
}
.gallery .pagination-bars {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .gallery .pagination-bars {
    bottom: 2rem;
    width: 80%;
  }
}
.gallery .pagination-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1rem;
  background: #91908d;
  border-radius: 2px;
  opacity: 0.7;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .gallery .pagination-bar {
    height: 0.5rem;
  }
}
.gallery .pagination-bar.is-active {
  background: #181408;
  opacity: 1;
}

.recruit {
  background: #e1e1e1;
  padding: 8rem 0 16rem;
  position: relative;
}
@media (max-width: 767px) {
  .recruit {
    padding: 6rem 0 4rem;
  }
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 100%;
  background: #fff;
  z-index: 0;
}
@media (max-width: 767px) {
  .recruit::before {
    display: none;
  }
}
.recruit .title-area__right {
  margin-top: 0;
}
.recruit .recruit-image {
  margin: 8rem 0 0rem;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  width: 100vw;
}
@media (max-width: 767px) {
  .recruit .recruit-image {
    margin-top: 4rem;
  }
}
.recruit .top-inner {
  width: 74rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit .top-inner {
    width: 100%;
    padding: 0 4rem;
  }
}
.recruit .top-text {
  font-size: 2.1rem;
  line-height: 2;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .recruit .top-text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .instagram .title-area__left--instagram {
    margin-top: 3rem;
  }
}
.instagram .title-area__left--instagram .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .instagram .title-area__left--instagram .title-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    padding-top: 7rem;
  }
}
.instagram .title-area__left--instagram .sub-title-group {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  padding-bottom: 2rem;
}
.instagram .title-area__left--instagram .text {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .instagram .title-area__left--instagram .text {
    font-size: 2rem;
  }
}
.instagram .title-area__left--instagram .arrow {
  width: 23.7rem;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .instagram .title-area__left--instagram .arrow {
    width: 12.85rem;
    height: 0.9rem;
    margin-top: -2rem;
  }
}
.instagram .instagram-content {
  width: 107rem;
  margin: 12rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .instagram .instagram-content {
    width: 100%;
    padding: 0 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.instagram .instagram-image {
  width: 33rem;
  height: 33rem;
  background: #ababab;
}
@media (max-width: 767px) {
  .instagram .instagram-image {
    width: 16.7rem;
    height: 16.7rem;
  }
}

.access .access-content {
  margin: 12rem 0;
}
@media (max-width: 767px) {
  .access .access-content {
    margin: 6rem 0;
    padding: 0 4rem;
  }
}
.access .google-map {
  width: 128rem;
  height: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .access .google-map {
    width: 100%;
    height: 48rem;
  }
}
.access .google-map iframe {
  width: 100%;
  height: 100%;
}
.access .google-map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  pointer-events: none;
}
.access .google-map:hover iframe {
  -webkit-filter: none;
          filter: none;
  pointer-events: auto;
}

.page-main__salon .salon-greeting-content {
  margin-top: 8rem;
}
.page-main__salon .greeting-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .page-main__salon .greeting-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-main__salon .greeting-imagearea {
  width: 56rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-main__salon .greeting-imagearea {
    width: 100%;
  }
}
.page-main__salon .greeting-textarea {
  padding-top: 13rem;
}
@media (max-width: 767px) {
  .page-main__salon .greeting-textarea {
    padding-top: 4rem;
  }
}
.page-main__salon .name {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-main__salon .name {
    font-size: 2rem;
  }
}
.page-main__salon .name span {
  font-size: 5rem;
  padding: 1.5rem 3rem;
  background: #131001;
  color: #fff;
  margin-left: 5rem;
}
@media (max-width: 767px) {
  .page-main__salon .name span {
    font-size: 3rem;
    margin: 4rem auto 0;
    padding: 1rem;
    margin-left: 2rem;
  }
}
.page-main__salon .greeting-text {
  margin-top: 4rem;
  line-height: 2;
}
.page-main__salon .profile-head {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  padding: 1rem 0;
  text-align: center;
  background: #131001;
  color: #fff;
  margin-top: 4rem;
}
.page-main__salon .profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-main__salon .profile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-main__salon .profile-item {
  border: 3px solid #131001;
  padding: 2rem 1.5rem;
  min-width: 25rem;
  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-main__salon .profile-item-head {
  font-size: 2.4rem;
  border-bottom: 1px solid #131001;
  padding-bottom: 1rem;
  text-align: center;
}
.page-main__salon .profile-item-text {
  padding-top: 1rem;
  text-align: center;
  line-height: 1.5;
}
.page-main__salon .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .page-main__salon .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-main__salon .number {
  margin-top: 8rem;
  font-size: 12rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #C8B87D;
}
@media (max-width: 767px) {
  .page-main__salon .number {
    font-size: 8rem;
    margin-top: 4rem;
  }
}
.page-main__salon .feature-textarea__head {
  padding: 1rem 1.5rem;
  background: #131001;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-main__salon .feature-textarea__head {
    font-size: 1.6rem;
  }
}
.page-main__salon .feature-textarea__text {
  padding: 3rem 1.5rem;
  line-height: 1.6;
}
.page-main__salon .feature-item-imagearea {
  width: 56rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-main__salon .feature-item-imagearea {
    width: 100%;
  }
}
.page-main__salon .feature-item__even {
  margin-top: 6rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-main__salon .feature-item__even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.page-main__salon .salon-about {
  background: #e1e1e1;
  padding: 12rem 0;
}
.page-main__salon .salon-about .section-title {
  text-align: center;
}
.page-main__salon .salon-about .en {
  font-size: 17rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-main__salon .salon-about .en {
    font-size: 8rem;
  }
}
.page-main__salon .salon-about .ja {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-main__salon .salon-about .ja {
    font-size: 2rem;
  }
}
.page-main__salon .salon-about .salon-about-content {
  width: 76rem;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .page-main__salon .salon-about .salon-about-content {
    width: 100%;
  }
}
.salon-about__table th {
  background: #131001;
  color: #fff;
  padding: 1.5rem 6rem;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .salon-about__table th {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
    white-space: nowrap;
  }
}

.salon-about__table td {
  vertical-align: middle;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .salon-about__table td {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
}

.salon-about__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6rem 3rem;
}
@media (max-width: 767px) {
  .salon-about__table table {
    border-spacing: 1rem;
  }
}

.salon-about__table {
  margin-top: 6rem;
}

.page-main__menu .menu-list {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-main__menu .menu-list {
    padding-bottom: 6rem;
  }
}
.page-main__menu .link-items {
  margin: 8rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-main__menu .link-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .page-main__menu .link-items {
    width: 100%;
  }
}
.page-main__menu .links-item {
  background: #131001;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding: 2.2rem 2rem;
  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;
  white-space: nowrap;
}
.page-main__menu .links-item span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .page-main__menu .links-item {
    white-space: normal;
    padding: 1rem 0;
    font-size: 2rem;
  }
  .page-main__menu .links-item span {
    font-size: 1.4rem;
  }
}
.page-main__menu .menu-group {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-main__menu .menu-group {
    margin-top: 4rem;
  }
}
.page-main__menu .menu-group__head {
  margin-bottom: 2rem;
}
.page-main__menu .menu-group__head-text__en {
  font-size: 10rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-main__menu .menu-group__head-text__en {
    font-size: 4rem;
  }
}
.page-main__menu .menu-group__head-text__ja {
  font-size: 4rem;
  padding-top: 2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-main__menu .menu-group__head-text__ja {
    font-size: 2rem;
    padding-top: 0.5rem;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.page-main__menu .menu-group__head-text__ja--sub {
  font-size: 2rem;
  font-weight: 400;
  margin-left: 2rem;
  background: #C8B87D;
  padding: 1.5rem 2.5rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-main__menu .menu-group__head-text__ja--sub {
    font-size: 1.4rem;
    padding: 1rem 1rem;
    margin-left: 0;
  }
}
.page-main__menu .sub-title__en {
  font-size: 6rem;
  margin-top: 6rem;
}
.page-main__menu .sub-title__ja {
  font-size: 3rem;
  margin: 1rem 0;
}
.page-main__menu .price-table {
  width: 100%;
}
.page-main__menu .price-table th, .page-main__menu .price-table td {
  padding: 2rem 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-main__menu .price-table th, .page-main__menu .price-table td {
    font-size: 1.2rem;
  }
}
.page-main__menu .price-table__row--header th, .page-main__menu .price-table__row--header td {
  padding: 0;
}
.page-main__menu .price-table__spacer td {
  height: 3rem;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .page-main__menu .price-table__spacer td {
    height: 1rem;
  }
}
.page-main__menu .border {
  border-bottom: 1px solid #131001;
}
.page-main__menu .price-table__th--menu {
  background: #131001;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  width: 25%;
}
.page-main__menu .price-table__th--detail {
  width: 47%;
  min-width: 60rem;
  padding-left: 10rem !important;
}
@media (max-width: 767px) {
  .page-main__menu .price-table__th--detail {
    padding-left: 1rem !important;
    min-width: 0;
  }
}
.page-main__menu .price-table__th--first {
  width: 14%;
  text-align: right;
}
.page-main__menu .price-table__th--repeat {
  width: 14%;
  text-align: right;
}
.page-main__menu .price-table__td--detail {
  width: 47%;
  min-width: 60rem;
  padding-left: 10rem !important;
}
@media (max-width: 767px) {
  .page-main__menu .price-table__td--detail {
    padding-left: 1rem !important;
    min-width: 0;
  }
}
.page-main__menu .price-table__td--first {
  text-align: right;
  font-family: "Oswald", sans-serif;
}
.page-main__menu .price-table__td--repeat {
  text-align: right;
  font-family: "Oswald", sans-serif;
}
.page-main__menu .plusone-menu {
  margin: 7rem auto;
  width: 97rem;
}
@media (max-width: 767px) {
  .page-main__menu .plusone-menu {
    width: 100%;
  }
}
.page-main__menu .plusone-menu__head {
  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;
}
@media (max-width: 767px) {
  .page-main__menu .plusone-menu__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.page-main__menu .plusone-title span {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-main__menu .plusone-title span {
    font-size: 2rem;
  }
}
.page-main__menu .plusone-price {
  font-weight: 900;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .page-main__menu .plusone-price {
    margin-left: 0;
  }
}
.page-main__menu .plusone-menu__content {
  background: #C8B87D;
  padding: 4rem 6rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-main__menu .plusone-menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}
.page-main__menu .homecare-table {
  width: 100%;
}
.page-main__menu .homecare-table__row {
  width: 100%;
}
.page-main__menu .homecare-table__td {
  background: #131001;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  width: 25%;
  min-width: 32rem;
  border-right: 5px solid #fff;
}
@media (max-width: 767px) {
  .page-main__menu .homecare-table__td {
    min-width: 9rem;
    font-size: 1rem !important;
    padding: 1rem 0 !important;
  }
}
.page-main__menu .homecare-table__td span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page-main__menu .homecare-table__td span {
    font-size: 1rem;
  }
}
.page-main__menu .homecare-table__td--price {
  width: 25%;
  text-align: right;
  vertical-align: middle;
}
.page-main__menu .bg-none {
  background: none;
  border-right: none;
}
.page-main__menu .homecare-table__td--set {
  vertical-align: middle;
}

.page-main__gallery .gallery-content {
  width: 110rem;
  margin: 0 auto 12rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-main__gallery .gallery-content {
    width: 100%;
  }
}
.page-main__gallery .gallery-head__odd {
  margin-top: 8rem;
  width: 96rem;
}
@media (max-width: 767px) {
  .page-main__gallery .gallery-head__odd {
    width: 100%;
  }
}
.page-main__gallery .gallery-flex {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-main__gallery .gallery-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-main__gallery .gallery-head__even {
  margin-top: 8rem;
  width: 96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-main__gallery .gallery-head__even {
    width: 100%;
  }
}
.page-main__gallery .gallery-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.page-main__gallery .gallery-img:hover {
  -webkit-filter: none;
          filter: none;
}

.page-main__recruit .head-titlearea {
  margin: 12rem 0;
}
@media (max-width: 767px) {
  .page-main__recruit .head-titlearea {
    margin: 4rem 0;
  }
}
.page-main__recruit .head-title__en {
  font-size: 10rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__recruit .head-title__en {
    font-size: 4rem;
  }
}
.page-main__recruit .head-title__ja {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main__recruit .head-title__ja {
    font-size: 2rem;
  }
}
.page-main__recruit .stylist {
  padding: 14rem 0 15rem;
  background: #131001;
  color: #fff;
  /* 上辺を右上がり、下辺を右下がりに */
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-main__recruit .stylist {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    margin-bottom: 6rem;
  }
}
.page-main__recruit .contents-title {
  text-align: center;
}
.page-main__recruit .contents-title__en {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .page-main__recruit .contents-title__en {
    font-size: 4rem;
  }
}
.page-main__recruit .contents-title__ja {
  font-size: 3rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-main__recruit .contents-title__ja {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.page-main__recruit .status {
  font-size: 3rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-main__recruit .status {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.page-main__recruit .occupation-table {
  width: 79rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-main__recruit .occupation-table {
    width: 100%;
  }
}
.page-main__recruit .occupation-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6rem 3rem;
}
@media (max-width: 767px) {
  .page-main__recruit .occupation-table__table {
    border-spacing: 1rem 3rem;
  }
}
.page-main__recruit .occupation-table__th {
  background: #d3d3d3;
  color: #131001;
  padding: 0 2rem;
  text-align: center;
  vertical-align: middle;
  min-width: 16rem;
  height: 6rem;
  line-height: 6rem;
}
@media (max-width: 767px) {
  .page-main__recruit .occupation-table__th {
    min-width: 10rem;
    padding: 0 1rem;
  }
}
.page-main__recruit .occupation-table__td {
  line-height: 1.7;
}
.page-main__recruit .flow-head {
  border: 1px solid #131001;
  padding: 0.3rem 0.5rem;
}
.page-main__recruit .assistant,
.page-main__recruit .staff {
  background: #d9d9d9;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
          clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
  padding: 14rem 0 15rem;
}
@media (max-width: 767px) {
  .page-main__recruit .assistant,
  .page-main__recruit .staff {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
  }
}
.page-main__recruit .assistant .occupation-table__gray .occupation-table__th,
.page-main__recruit .staff .occupation-table__gray .occupation-table__th {
  background: #131001;
  color: #fff;
}
.page-main__recruit .staff {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-main__recruit .staff {
    margin-bottom: 6rem;
  }
}

.c-link-btn {
  font-weight: 900;
  background: #C8B87D;
  color: #131001;
  width: 32rem;
  display: block;
  text-align: center;
  padding: 2.2rem 0;
  margin: 16rem auto 0;
  border: none;
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
@media (max-width: 767px) {
  .c-link-btn {
    margin-top: 3rem;
    width: 21.5rem;
    padding: 1.7rem 0;
  }
}

.sp-fixed-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  background: #131001;
  min-height: 6rem;
}
.sp-fixed-menu .menu-btn {
  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;
  text-decoration: none;
  padding: 0.5rem 0 0.2rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.sp-fixed-menu .label {
  padding-top: 0.5rem;
  font-size: 2rem;
}
.sp-fixed-menu .web {
  gap: 0.5rem;
}
.sp-fixed-menu .web .icon {
  width: 2.5rem;
  height: auto;
}
.sp-fixed-menu .tel {
  gap: 0.5rem;
  position: relative;
}
.sp-fixed-menu .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 3rem;
  background: #fff;
}
.sp-fixed-menu .tel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 3rem;
  background: #fff;
}
.sp-fixed-menu .tel .icon {
  width: 1.7rem;
  height: auto;
}
.sp-fixed-menu .access {
  gap: 0.5rem;
}
.sp-fixed-menu .access .icon {
  width: 3rem;
  height: auto;
}
.sp-fixed-menu .tel,
.sp-fixed-menu .web,
.sp-fixed-menu .access {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}