/*! destyle.css v3.0.2 | 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  background-image: url(../img/bg_body_sp.jpg);
  background-position: center top;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-size: 15px;
  font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

table tr th, table tr td {
  line-height: 2;
}

* {
  outline: none;
}

a {
  text-decoration: none;
}

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

i, svg {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.wrap {
  overflow: hidden;
}

.content__header {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  height: 100dvh;
}

.content__title {
  text-align: center;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  line-height: 1.2;
}

.content__title--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-size: 4rem;
}

.content__title--ja {
  font-size: 14px;
  font-size: 1.4rem;
}

.content__body {
  padding: 10rem 0 8rem;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer {
  background-color: #1A1A1A;
  padding: 8rem 0 6.4rem;
  position: relative;
  z-index: 1;
}

.footer__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__shop-section {
  margin-bottom: 5rem;
}

.footer__shop-item a {
  display: block;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.footer__shop-item a:hover {
  opacity: 0.75;
}

.footer__nav {
  line-height: 1.5;
}

.footer__nav-section {
  margin-bottom: 4rem;
}

.footer__nav-item {
  margin-bottom: 3rem;
}

.footer__nav-item a {
  color: #fff;
}

.footer__subnav {
  padding-left: 1rem;
  margin-top: 2.6rem;
}

.footer__subnav-item {
  margin-bottom: 3rem;
}

.footer__subnav-item::before {
  content: "- ";
  color: #fff;
}

.footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

.footer__pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-size: 1.5rem;
  justify-content: center;
  line-height: 1.2;
  position: relative;
}

.footer__pagetop a span {
  margin-top: 0.6rem;
}

.footer__copyright {
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer-shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button {
  border: 1px solid #242F3B;
  color: #242F3B;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0.8rem 4.9rem 0.8rem 4rem;
}

.button::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #242F3B;
  position: absolute;
  left: 100%;
  top: 50%;
}

.button-reverse {
  border-color: #fff;
  color: #fff;
}

.button-reverse::after {
  background-color: #fff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}

.drawer-button {
  position: fixed;
  z-index: 1000;
  width: 80px;
  height: 80px;
  mix-blend-mode: difference;
  right: 1rem;
  top: 1rem;
}

.drawer-button__line {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  right: 2.2rem;
  top: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.drawer-button__line:nth-child(1) {
  width: 42px;
  margin-top: -13px;
}

.menu-open .drawer-button__line:nth-child(1) {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-top: 0;
  width: 50px;
}

.drawer-button__line:nth-child(2) {
  width: 31px;
  margin-top: -1px;
}

.menu-open .drawer-button__line:nth-child(2) {
  width: 0;
}

.drawer-button__line:nth-child(3) {
  width: 20px;
  margin-top: 12px;
}

.menu-open .drawer-button__line:nth-child(3) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-top: 0;
  width: 50px;
}

.drawer-overlay {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(26, 26, 26, 0.31);
  z-index: 998;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.drawer-content {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.menu-open .drawer-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.drawer-content__inner {
  max-height: 100vh;
  max-height: 100dvh;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
  padding: 6.4rem 2.4rem;
}

.menu-open .drawer-content__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.drawer-nav__item {
  border-bottom: 1px solid #fff;
}

.drawer-nav__link {
  color: #fff;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  padding: 2.4rem 0;
}

.drawer-nav__actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.drawer-submenu {
  margin-bottom: 4rem;
  margin-top: 0.6rem;
}

.drawer-submenu__item {
  margin-bottom: 3.6rem;
}

.drawer-submenu__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-submenu__link-image {
  text-align: center;
}

.drawer-submenu__link-text {
  line-height: 1.5;
}

.heading {
  font-weight: bold;
  line-height: 1.5;
}

.heading--center {
  text-align: center;
}

.heading-h2 {
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.heading-h2>span {
  display: block;
}

.heading-h2--en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}

.heading-h2--jp {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.link {
  text-decoration: underline;
}

.cta {
  padding: 7.8rem 0 6rem;
  text-align: center;
}

.cta--recruit {
  background: url(../img/bg_cta_recruit_sp.jpg) no-repeat center/cover;
}

.cta__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.6rem;
}

.home-main {
  display: grid;
  position: relative;
}

.home-main>div {
  grid-area: 1/1;
}

.home-main__movie {
  height: 100vh;
}

.home-main__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.home-main__logo {
  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;
  z-index: 1;
}

.home-main__logo img {
  width: 56.4102564103vw;
}

.home-main__scroll {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin-top: -10rem;
}

.home-main__scroll::after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #000000;
  display: block;
  margin: 1.8rem auto 0;
}

.home-main__scroll>span {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-size: 2.5rem;
}

.home-concept {
  display: grid;
  padding-top: 10.8rem;
}

.home-concept__text p {
  margin-bottom: 1.5em;
}

.home-concept__text p:last-child {
  margin-bottom: 0;
}

.home-location {
  background-color: #1A1A1A;
}

.home-location__block {
  padding-bottom: 10rem;
}

.home-location__block:nth-child(2) .location-detail__logo {
  margin-top: -6.8rem;
}

.home-location__block:nth-child(3) .location-detail__logo {
  margin-top: -7.8rem;
}

.home-location__block:nth-child(4) .location-detail__logo {
  /* margin-top: -9.4rem; */
  margin-top: -6.4rem;
}

.home-location__header {
  text-align: center;
  padding: 15rem 0 10rem;
}

.home-location__header .heading-h2 {
  margin-bottom: 0;
}

.home-location__cover {
  height: 200px;
}

.home-location__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-location__contents {
  position: relative;
  padding-top: 1px;
  /*
  &-info {
    dt {
      color: #939393;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: .4rem;

      @include media(sp-lt) {
      @include font(12);
      }

      @include media(sp-mt) {
      @include font(12);
      }
    }

    dd {
      margin-bottom: 2.8rem;
      line-height: 1.4;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
    */
}

.home-location__contents-texts {
  color: #fff;
}

.home-location__contents-shop {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #BA9654;
  position: relative;
  margin-bottom: 4.2rem;
  line-height: 1.5;
}

.home-location__block:nth-child(3) .home-location__contents-shop {
  color: #fff;
}

.home-location__block:nth-child(3) .home-location__contents-shop::after {
  background-color: #fff;
}

.home-location__contents-shop::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #BA9654;
  margin-top: 4.2rem;
}

.home-location__contents-concept {
  font-weight: 500;
}

.inview-fadeup {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
}

.inview-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inview-fadeblur {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity filter;
  transition-property: opacity filter;
}

.inview-fadeblur.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.home-location__contents-logo {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: opacity filter;
  transition-property: opacity filter;
}

.home-location__contents-logo.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.heading-h2>span>span {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
}

.heading-h2>span>span:nth-of-type(1) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.heading-h2>span>span:nth-of-type(2) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.heading-h2>span>span:nth-of-type(3) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.heading-h2>span>span:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.heading-h2>span>span:nth-of-type(5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.heading-h2>span>span:nth-of-type(6) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.heading-h2>span>span:nth-of-type(7) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.heading-h2>span>span:nth-of-type(8) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.heading-h2>span>span:nth-of-type(9) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

.heading-h2>span>span:nth-of-type(10) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.heading-h2.is-visible>span>span {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.slick-arrow {
  border-bottom: 1px solid #707070;
  text-align: center;
  width: 26px;
  height: 33px;
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center top;
}

.slick-arrow.slick-next::before {
  background-image: url(../img/arrow_next.svg);
}

.slick-arrow.slick-prev::before {
  background-image: url(../img/arrow_prev.svg);
}

.recruit .content__header {
  background-image: url(../img/bg_recruit_header_sp.jpg);
}

.recruit-read {
  text-align: center;
}

.recruit-read p {
  margin-bottom: 2em;
}

.recruit-read p:last-child {
  margin-bottom: 0;
}

.recruit-profile {
  margin-top: 5.4rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 3.2rem 0 3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1.4;
  gap: 3rem clamp(28px, 28px + 53.3vw - 199.875px, 36px);
}

.recruit-details {
  padding: 7rem 0 13rem;
  margin: 10rem 0;
}

.recruit-details__title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.recruit-details__positions {
  display: grid;
  gap: 6rem;
  margin-top: 5.2rem;
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
}

.recruit-details__position-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.recruit-details__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 4.4rem;
}

.recruit-details__text {
  text-align: center;
  margin-top: 4rem;
}

.recruit-details__button {
  text-align: center;
  margin-top: 3rem;
}

.recruit-voice {
  margin-top: 4.4rem;
  margin-bottom: 8.8rem;
}

.recruit-voice__slide {
  margin-left: 2.8rem;
  margin-right: 2.8rem;
  margin-top: 4.8rem;
  margin-bottom: 8rem;
}

.recruit-voice__card {
  font-size: 16px;
  font-size: 1.6rem;
}

.recruit-voice__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

.recruit-voice__term::after {
  content: "";
  display: block;
  width: 152px;
  height: 1px;
  background-color: #707070;
  margin-top: 0.4rem;
}

.recruit-voice__comment {
  margin-top: 2.4rem;
  letter-spacing: 0.05em;
}

.recruit-voice__category {
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: -0.5em;
}

.recruit-voice__text {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.recruit-voice__button {
  text-align: center;
  margin-top: 3rem;
}

.location .content__header {
  background-image: url(../img/bg_location_header_sp.jpg);
}

.location-nav {
  text-align: center;
  margin-bottom: 12rem;
}

.location-nav__desc {
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}

.location-nav__list {
  margin-top: 5rem;
  display: inline-block;
}

.location-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-nav__logo {
  width: 80px;
}

.location-nav__logo img {
  width: 100%;
}

.location-nav__name {
  line-height: 1.4;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
}

.location-nav__name span {
  display: inline-block;
  position: relative;
  padding: 0 3.2rem 0.8rem 0;
  padding-bottom: 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.location-nav__name span::before, .location-nav__name span::after {
  content: "";
  display: block;
  position: absolute;
}

.location-nav__name span::before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #707070;
}

.location-nav__name span::after {
  width: 10px;
  height: 10px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  right: 0;
  top: calc(50% - 0.8rem);
}

.location-content {
  background-color: #1A1A1A;
  padding-bottom: 8rem;
  color: #fff;
}

.location-content:nth-child(2) {
  background-color: #3C3838;
}

.location-content:nth-child(2) .location-detail__title {
  color: #fff;
}

.location-content:nth-child(2) .location-detail__title::after {
  background-color: #fff;
}

.location-content:nth-child(3) {
  background-color: #342325;
}

.location-content__movie {
  height: 73.59vw;
  position: relative;
}

.location-content__movie::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000000;
  opacity: 0.24;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.location-content__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.location-content__movie-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.location-content__details {
  margin-top: 8rem;
}

.location-content__gallery {
  overflow: hidden;
  margin-top: 8rem;
}

.location-content__slide {
  width: 100%;
  padding: 0 2rem 6.4rem;
  position: relative;
  max-width: calc(74.3% + 4rem);
}

.location-content__slide.js-gallery .slick-next {
  left: 8.2rem;
  right: auto;
}

.location-content__slide.js-gallery .slick-prev {
  left: 3rem;
}

.location-content__slide.js-gallery-rtl {
  direction: rtl;
  margin-left: auto;
}

.location-content__slide.js-gallery-rtl .slick-slide {
  direction: ltr;
}

.location-content__slide.js-gallery-rtl .slick-next {
  right: 3rem;
}

.location-content__slide.js-gallery-rtl .slick-next::before {
  background-image: url(../img/arrow_prev_w.svg) !important;
}

.location-content__slide.js-gallery-rtl .slick-prev {
  left: auto;
  right: 8.2rem;
}

.location-content__slide.js-gallery-rtl .slick-prev::before {
  background-image: url(../img/arrow_next_w.svg) !important;
}

.location-content__slide-image {
  margin-left: 1rem;
  margin-right: 1rem;
}

.location-content__slide-image img {
  width: 100%;
}

.location-content__slide .slick-list {
  overflow: visible;
}

.location-content__slide .slick-arrow {
  top: auto;
  bottom: 0;
  border-bottom-color: #fff;
  -webkit-transform: none;
  transform: none;
}

.location-content__slide .slick-arrow[aria-disabled=true] {
  border-bottom-color: #707070;
}

.location-content__slide .slick-arrow.slick-next::before {
  background-image: url(../img/arrow_next_w.svg);
}

.location-content__slide .slick-arrow.slick-prev::before {
  background-image: url(../img/arrow_prev_w.svg);
}

.location-detail__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #BA9654;
  position: relative;
  margin-bottom: 4.2rem;
  line-height: 1.5;
}

.home-location__block:nth-child(3) .location-detail__title {
  color: #fff;
}

.home-location__block:nth-child(3) .location-detail__title::after {
  background-color: #fff;
}

.location-detail__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #BA9654;
  margin-top: 4.2rem;
}

.location-detail__concept {
  font-weight: 500;
}

.location-detail__info-term {
  color: #939393;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.location-detail__info-desc {
  margin-bottom: 2.8rem;
  line-height: 1.8125;
}

.location-detail__info-desc:last-child {
  margin-bottom: 0;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.inline-block {
  display: inline-block !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 0.4rem !important;
}

.mt-m {
  margin-top: 0.8rem !important;
}

.mt-l {
  margin-top: 2rem !important;
}

.mt-xl {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.8rem !important;
}

.mb-m {
  margin-bottom: 1.6rem !important;
}

.mb-l {
  margin-bottom: 2.4rem !important;
}

.mb-xl {
  margin-bottom: 3rem !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.color-primary {
  color: #BA9654;
}

.color-secondary {
  color: #f1828c !important;
}

.color-red {
  color: #FF3400 !important;
}

.color-yellow {
  color: #FFE566 !important;
}

.color-blue {
  color: #058 !important;
}

.color-green {
  color: #5a8 !important;
}

.color-white {
  color: #fff !important;
}

.bg {
  color: #fff;
}

.bg--color1 {
  background-color: #1A1A1A;
}

.bg--color2 {
  background-color: #3C3838;
}

.bg--color3 {
  background-color: #342325;
}

.border {
  border: 1px #707070 solid !important;
}

.border-primary {
  border: 1px #BA9654 solid !important;
}

.border-secondary {
  border: 1px #f1828c solid !important;
}

.border-red {
  border: 1px #FF3400 solid !important;
}

.border-yellow {
  border: 1px #FFE566 solid !important;
}

.border-blue {
  border: 1px #058 solid !important;
}

.border-green {
  border: 1px #5a8 solid !important;
}

.border-white {
  border: 1px #fff solid !important;
}

@media screen and (min-width: 768px) {
  body {
    background-image: url(../img/bg_body_pc.jpg);
  }

  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .content__header {
    height: 600px;
  }

  .content__title--en {
    font-size: 80px;
    font-size: 8rem;
  }

  .content__title--ja {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .content__body {
    padding: 10rem 0 14rem;
  }

  .footer {
    padding: 10rem 0;
  }

  .footer__shop {
    gap: 4rem;
  }

  .footer__nav-item a {
    display: inline-block;
    position: relative;
  }

  .footer__nav-item a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0.7;
  }

  .footer__nav-item a:hover {
    opacity: 0.75;
  }

  .footer__nav-item a:hover::after {
    width: 100%;
  }

  .footer__pagetop {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .footer__pagetop a {
    width: 112px;
    height: 112px;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .footer__pagetop a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    opacity: 0;
  }

  .footer__pagetop a:hover {
    opacity: 0.5;
  }

  .footer__pagetop a:hover::before {
    -webkit-animation: pagetopHover 0.4s ease-in-out;
    animation: pagetopHover 0.4s ease-in-out;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  @-webkit-keyframes pagetopHover {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.4;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes pagetopHover {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.4;
    }

    100% {
      opacity: 0;
    }
  }

  .footer__copyright {
    width: 100%;
    margin-top: -5rem;
  }

  .button {
    padding: 1.2rem 6.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    font-size: 2rem;
  }

  .button:hover::after {
    width: 12rem;
  }

  .button::after {
    width: 9.6rem;
    margin-left: -4.2rem;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .container {
    max-width: 1376px;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .container--narrow {
    max-width: 1176px;
  }

  .drawer-button {
    top: 5.6rem;
    right: 5.4rem;
  }

  .drawer-button__line:nth-child(1) {
    width: 54px;
    margin-top: -17px;
  }

  .menu-open .drawer-button__line:nth-child(1) {
    width: 56px;
  }

  .drawer-button__line:nth-child(2) {
    width: 40px;
  }

  .drawer-button__line:nth-child(3) {
    width: 26px;
    margin-top: 16px;
  }

  .menu-open .drawer-button__line:nth-child(3) {
    width: 56px;
  }

  .drawer-content {
    max-width: 1230px;
    overflow: auto;
    max-height: 100vh;
  }

  .drawer-content__inner {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(4rem, 5vh, 17.4rem) 6.4rem 0;
    margin-bottom: 4rem;
  }

  .drawer-nav__link {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 3.6rem 0 6rem;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .drawer-nav__link:hover {
    opacity: 0.7;
  }

  .drawer-nav__actions {
    margin-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-right: 6.2rem;
  }

  .drawer-nav__actions .button {
    margin-right: 12rem;
    font-size: clamp(20px, 1.8vw, 25px);
    width: 280px;
    text-align: left;
    padding-left: clamp(2rem, 3vw, 4rem);
  }

  .drawer-nav__actions .button:last-child {
    margin-right: 0;
  }

  .drawer-nav__actions .button::after {
    width: 123px;
    margin-left: -62px;
  }

  .drawer-nav__actions .button:hover::after {
    width: 14.2rem;
  }

  .drawer-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3.2rem 0 4.4rem;
  }

  .drawer-submenu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .drawer-submenu__link:hover {
    opacity: 0.75;
  }

  .drawer-submenu__link-image {
    height: 140px;
  }

  .drawer-submenu__link-image img {
    width: auto;
    height: 100%;
  }

  .drawer-submenu__link-text {
    text-align: center;
    margin-top: 3.8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-h2 {
    margin-bottom: 7.4rem;
  }

  .heading-h2--en {
    font-size: 60px;
    font-size: 6rem;
  }

  .heading-h2--jp {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .cta {
    padding: 12rem 0;
  }

  .cta--recruit {
    background-image: url(../img/bg_cta_recruit_pc.jpg);
  }

  .cta__title {
    font-size: 50px;
    font-size: 5rem;
  }

  .home-main__logo img {
    width: 283px;
  }

  .home-concept {
    padding-top: 18rem;
    grid-template-columns: auto 440px auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-concept__center {
    padding-top: 7rem;
    padding-bottom: 21rem;
  }

  .home-concept__right {
    max-width: 837px;
    height: 730px;
  }

  .home-concept__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center left;
    object-position: center left;
  }

  .home-concept__left {
    max-width: 420px;
    height: 566px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: translateY(17rem);
    transform: translateY(17rem);
  }

  .home-concept__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
  }

  .home-concept__text p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .home-location__block {
    padding-bottom: 6rem;
  }

  .home-location__block:nth-child(2) .location-detail__logo {
    margin-top: -25rem;
  }

  .home-location__block:nth-child(3) .location-detail__logo {
    margin-top: -25rem;
  }

  .home-location__block:nth-child(4) .location-detail__logo {
    /*     margin-top: -23rem; */
    margin-top: -14rem;
  }

  .home-location__header {
    padding: 15rem 0;
  }

  .home-location__cover {
    height: 520px;
  }

  .home-location__contents {
    padding-bottom: 24rem;
  }

  .home-location__contents-images {
    position: absolute;
    top: 205px;
    width: 60%;
    max-width: 750px;
  }

  .home-location__block:nth-child(even) .home-location__contents-images {
    left: calc(50% + 210px);
  }

  .home-location__block:nth-child(odd) .home-location__contents-images {
    right: calc(50% + 210px);
  }

  .home-location__contents-image--large {
    height: 500px;
  }

  .home-location__contents-image--large img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
  }

  .home-location__contents-image--small {
    position: absolute;
    top: 100%;
    width: 357px;
    max-width: 55%;
    margin-top: -12.7rem;
  }

  .home-location__block:nth-child(even) .home-location__contents-image--small {
    left: -35%;
  }

  .home-location__block:nth-child(odd) .home-location__contents-image--small {
    right: -35%;
  }

  .home-location__contents-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-location__block:nth-child(odd) .home-location__contents-texts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .home-location__contents-texts-inner {
    display: inline-block;
  }

  .home-location__contents-shop {
    font-size: 30px;
    font-size: 3rem;
  }

  .home-location__contents-concept {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5rem;
  }

  .slick-arrow {
    width: 40px;
    height: 50px;
  }

  .slick-arrow::before {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background-size: 18px auto;
  }

  .slick-arrow.slick-next:hover::before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .slick-arrow.slick-prev:hover::before {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  .recruit .content__header {
    background-image: url(../img/bg_recruit_header_pc.jpg);
  }

  .recruit-read p {
    letter-spacing: 0.05em;
  }

  .recruit-profile {
    padding: 4.2rem 0;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
    gap: 6.8rem 6.8rem;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 8.4rem;
  }

  .recruit-details {
    margin: 17rem 0;
  }

  .recruit-details__list {
    gap: 4rem 4.4rem;
  }

  .recruit-details__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 6.4rem;
  }

  .recruit-voice {
    margin-top: 12rem;
    margin-bottom: 14rem;
  }

  .recruit-voice__slide {
    max-width: 868px;
    padding: 0 9rem;
    margin: -2rem auto 5rem;
  }

  .recruit-voice__category {
    margin-top: 3.2rem;
  }

  .location .content__header {
    background-image: url(../img/bg_location_header_pc.jpg);
  }

  .location-nav {
    margin-bottom: 20rem;
  }

  .location-nav__desc {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .location-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10rem;
  }

  .location-nav__item:last-child .location-nav__logo img {
    width: 160px;
  }

  .location-nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .location-nav__logo {
    width: 160px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .location-nav__name {
    font-size: clamp(16px, 16px + 2vw - 16px, 20px);
    margin-top: 4rem;
  }

  .location-nav__name span {
    padding: 0 5.3rem 1.4rem 2.6rem;
    min-height: 50px;
  }

  .location-nav__name span::after {
    width: 16px;
    height: 16px;
    top: auto;
    bottom: 2rem;
  }

  .location-content {
    padding-bottom: 20rem;
  }

  .location-content__slide {
    padding: 0 0 8rem;
    max-width: 784px;
  }

  .location-content__slide.js-gallery .slick-next {
    left: 10.2rem;
  }

  .location-content__slide.js-gallery .slick-prev {
    left: 2.5rem;
  }

  .location-content__slide.js-gallery-rtl .slick-next {
    right: 10.2rem;
  }

  .location-content__slide.js-gallery-rtl .slick-next:hover::before {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  .location-content__slide.js-gallery-rtl .slick-prev {
    right: 2.5rem;
  }

  .location-content__slide.js-gallery-rtl .slick-prev:hover::before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .location-content__slide-image {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .location-detail {
    width: calc(50% - 5.7rem);
    min-width: 470px;
  }

  .location-detail__logo {
    width: 350px;
    margin-bottom: 10rem;
  }

  .location-detail__title {
    font-size: 30px;
    font-size: 3rem;
  }

  .location-detail__concept {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5rem;
  }

  .location-detail__info-term {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .location-detail__button {
    margin-top: 8rem;
  }

  .align-center--pc {
    text-align: center !important;
  }

  .display-sp {
    display: none !important;
  }

  .mt-s {
    margin-top: 0.8rem !important;
  }

  .mt-m {
    margin-top: 1.6rem !important;
  }

  .mt-l {
    margin-top: 4rem !important;
  }

  .mt-xl {
    margin-top: 5rem !important;
  }

  .mb-s {
    margin-bottom: 1.6rem !important;
  }

  .mb-m {
    margin-bottom: 3.2rem !important;
  }

  .mb-l {
    margin-bottom: 4.8rem !important;
  }

  .mb-xl {
    margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .content__title {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }

  .footer__inner>div {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__shop {
    gap: 2.7rem;
  }

  .footer__shop-item {
    width: 78px;
  }

  .footer__shop-item a img {
    height: 80px;
    width: auto;
  }

  .button::after {
    width: 6.8rem;
    margin-left: -3.2rem;
  }

  .drawer-content__inner {
    overflow: auto;
  }

  .drawer-nav__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }

  .drawer-nav__actions .button {
    margin-bottom: 2.6rem;
  }

  .drawer-submenu__item:nth-child(3) img {
    width: 68px;
  }

  .drawer-submenu__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .drawer-submenu__link-image {
    width: 85px;
  }

  .drawer-submenu__link-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3.2rem;
  }

  .home-main__movie {
    height: 100dvh;
  }

  .home-concept__center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 7rem;
  }

  .home-concept__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 92.3076923077%;
    margin-left: auto;
  }

  .home-concept__left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 46.9230769231%;
    margin-top: 3rem;
  }

  .home-concept__text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.42;
  }

  .home-location {
    padding-top: 1px;
    margin-top: -5.4rem;
  }

  .home-location__contents-images {
    position: relative;
    margin-top: 6rem;
  }

  .home-location__contents-image--large {
    width: 85.1282051282%;
    margin-left: auto;
  }

  .home-location__contents-image--small {
    width: 52.0512820513%;
    margin-top: -7.1794871795%;
  }

  .home-location__contents-concept {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }

  .recruit-read p {
    line-height: 2.666;
  }

  .recruit-details__term {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0.1rem;
  }

  .recruit-voice__slide {
    padding-bottom: 3.4rem;
  }

  .recruit-voice__slide .slick-arrow {
    top: 100%;
  }

  .recruit-voice__slide .slick-arrow.slick-next {
    right: calc(50% - 45px);
  }

  .recruit-voice__slide .slick-arrow.slick-prev {
    left: calc(50% - 45px);
  }

  .location .content__header {
    background-position: 70% center;
  }

  .location-nav__item {
    margin-bottom: 5rem;
  }

  .location-nav__item:last-child {
    margin-bottom: 0;
  }

  .location-nav__name {
    padding-left: 4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .location-detail__logo {
    width: 130px;
    margin-bottom: 4rem;
  }

  .location-detail__concept {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }

  .location-detail__info-term {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .location-detail__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 6rem;
    margin-right: 3.4rem;
  }

  .display-pc {
    display: none !important;
  }

  .display-sp--inline {
    display: inline-block;
  }
}

@media screen and (min-width: 970px) {
  .footer__inner {
    max-width: 1176px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .footer__inner>div {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .home-concept {
    gap: 6rem;
  }
}

@media screen and (min-width: 1260px) {
  .home-concept {
    gap: 11rem;
  }

  .home-concept__center {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 1260px) {
  .home-location__block:nth-child(even) .home-location__contents-texts-inner {
    padding-left: 10rem;
  }
}

@media screen and (min-width: 1064px) {
  .recruit-details__positions {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: clamp(80px, 80px + 37vw - 393.68px, 160px);
    position: relative;
    padding-top: 2.8rem;
    padding-bottom: 5rem;
  }

  .recruit-details__positions::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #707070;
  }

  .location-content:nth-child(odd) .location-detail {
    margin-left: auto;
  }

  .location-content:nth-child(even) .location-content__gallery {
    margin-left: auto;
  }

  .location-content__movie {
    height: clamp(500px, 500px + 19.6vw - 176.4px, 700px);
  }

  .location-content__details {
    display: grid;
    margin-top: 20rem;
  }

  .location-content__details>div {
    grid-area: 1/1;
  }

  .location-content__gallery {
    width: calc(50% - 3.5rem);
    margin-top: 0;
  }
}

@media screen and (max-width: 1063px) {
  .recruit-details__position {
    border-bottom: 1px solid #707070;
    padding-bottom: 6rem;
  }

  .recruit-details__position:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .location-content__movie-logo img {
    width: 33.333vw;
  }

  .location-content__movie-logo img.hush {
    width: 40vw;
  }
}