@charset "UTF-8";
/*
Theme Name: glow
Theme URI:
Author:
Description: Figma + FLOCSS で実装する WordPress クラシックテーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
// Requires PHP (disabled): 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glow
*/
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #312828;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.65;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
}

li {
  list-style: none;
}

main {
  display: block;
  overflow-x: clip;
}

section {
  position: relative;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.l-page-frame {
  position: relative;
  background-color: #FFFFFF;
}
.l-page-frame__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #312828;
}
.l-page-frame__bg picture,
.l-page-frame__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-page-frame__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1219px) {
  .l-page-frame > .p-top-hero {
    display: none;
  }
}
.l-page-frame__main {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media (min-width: 769px) and (max-width: 1219px) {
  .l-page-frame__main {
    max-width: 400px;
  }
}
@media (min-width: 1220px) {
  .l-page-frame__main {
    width: 400px;
    max-width: 400px;
    margin-left: 820px;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .l-page-frame__main {
    margin-left: calc((100vw - 1440px) / 2 + 820px);
  }
}

@media (min-width: 1440px) {
  .l-page-frame > .p-top-hero {
    left: calc((100vw - 1440px) / 2);
  }
}
.l-footer {
  position: relative;
  z-index: 1;
  background-color: #E6E4DF;
  color: #312828;
}
body.single-shop .l-footer {
  background-color: #EDF3F6;
}
body.page-recruit .l-footer {
  background-color: #FDFDFD;
}
@media (min-width: 769px) and (max-width: 1219px) {
  .is-page-frame .l-footer {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1220px) {
  .is-page-frame .l-footer {
    width: 400px;
    max-width: 400px;
    margin-left: 820px;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .is-page-frame .l-footer {
    margin-left: calc((100vw - 1440px) / 2 + 820px);
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 16px 20px;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 0.5px solid #312828;
  line-height: 0;
}
.l-footer__logo-link {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.l-footer__logo-link:hover {
  opacity: 0.75;
}
.l-footer__logo-link img {
  display: block;
  width: auto;
  max-height: 50px;
}
.l-footer__social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.l-footer__social-link:hover {
  opacity: 0.75;
}
.l-footer__social-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__nav {
  width: 100%;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__nav-item {
  list-style: none;
}
.l-footer__nav-link {
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1, "halt" 1;
          font-feature-settings: "palt" 1, "halt" 1;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
}
.l-footer__nav-link:hover {
  opacity: 0.65;
  text-decoration: underline;
}
.l-footer__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.l-footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(49, 40, 40, 0.5);
  list-style: none;
}
.l-footer__location-area {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "pwid" 1, "palt" 1, "pkna" 1;
          font-feature-settings: "pwid" 1, "palt" 1, "pkna" 1;
}
.l-footer__location-shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__location-shop {
  list-style: none;
}
.l-footer__location-link {
  color: rgba(49, 40, 40, 0.5);
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "pwid" 1, "palt" 1, "pkna" 1;
          font-feature-settings: "pwid" 1, "palt" 1, "pkna" 1;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.l-footer__location-link:hover {
  color: #312828;
}
.l-footer__copyright {
  margin: 0;
  width: 100%;
  color: #312828;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pwid" 1, "pkna" 1;
          font-feature-settings: "pwid" 1, "pkna" 1;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.c-btn:hover {
  opacity: 0.85;
}
.c-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
  height: 18px;
}
.c-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn__text {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-btn__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
}
.c-btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn--primary {
  background-color: #312828;
  color: #F5F4ED;
}
.c-btn--ghost {
  background-color: transparent;
  color: #312828;
  border: 0.25px solid #312828;
}
.c-btn--on-photo {
  background-color: #F6FCFE;
  color: #312828;
}
.c-btn--full {
  width: 100%;
}
.c-btn--lg {
  gap: 15px;
  padding: 9px 30px;
}

.c-image-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.c-image-divider picture,
.c-image-divider img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-image-divider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-image-divider--200 {
  height: 200px;
}
.c-image-divider--220 {
  height: 220px;
}
.c-image-divider--250 {
  height: 250px;
}
.c-image-divider--280 {
  height: 280px;
  margin-top: 90px;
}
.c-image-divider--pos-bottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.c-image-divider--no-top-margin {
  margin-top: 0;
}

.c-line-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 12px 18px;
  background-color: #06C755;
  color: #FAFAFA;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.c-line-btn:hover {
  opacity: 0.85;
}
.c-line-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.c-line-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-line-btn__text {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.c-menu-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: #312828;
  color: #F5F4ED;
  border: 0.25px solid #312828;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.2s ease-in-out;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.2s ease-in-out;
}
.c-menu-btn:hover {
  opacity: 0.85;
}
.c-menu-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 24px;
  height: 12px;
}
.c-menu-btn__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.c-menu-btn__line--short {
  width: 50%;
}
.c-menu-btn__label {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-menu-btn--open .c-menu-btn__icon {
  -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;
}
.c-menu-btn--close {
  --stroke-0: #F5F4ED;
}
.c-menu-btn--close .c-menu-btn__icon {
  width: 12px;
  height: 12px;
}
.c-menu-btn--close .c-menu-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-menu-btn--light {
  background-color: #F5F4ED;
  color: #312828;
  border-color: #F5F4ED;
  --stroke-0: #312828;
}

.c-page-header {
  position: sticky;
  top: 0;
  z-index: 50;
  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;
  width: 100%;
  padding: 10px 16px;
  background-color: #F5F4ED;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-page-header--white {
  background-color: #FDFDFD;
}
.c-page-header--transparent {
  background-color: transparent;
}
.c-page-header__logo {
  margin: 0;
  line-height: 0;
}
.c-page-header__logo-link {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.c-page-header__logo-link:hover {
  opacity: 0.75;
}
.c-page-header__logo-link img {
  display: block;
  width: auto;
  height: 50px;
}
.c-page-header__logo > img {
  display: block;
  width: auto;
  height: 50px;
}
.c-page-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

body.js-header-scrolled .c-page-header--transparent {
  background-color: #F5F4ED;
}
body.js-header-scrolled .c-page-header--transparent .c-reserve-btn--light {
  background-color: #312828;
  color: #F5F4ED;
}
body.js-header-scrolled .c-page-header--transparent .c-menu-btn--light {
  background-color: #312828;
  color: #F5F4ED;
  border-color: #312828;
  --stroke-0: #F5F4ED;
}

body.single-shop .c-menu-btn--light {
  background-color: #E2E9EC;
  color: #312828;
  border-color: #E2E9EC;
  --stroke-0: #312828;
}

body.single-shop .c-reserve-btn--light {
  background-color: #F6FCFE;
  color: #312828;
}

body.single-shop.js-header-scrolled .c-page-header--transparent {
  background-color: #E2E9EC;
}

.c-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 50px 20px;
  background-color: #F5F4ED;
}
.c-page-title__text {
  margin: 0;
  color: #3E4443;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-recruit .c-page-title {
  background-color: #FDFDFD;
}

.c-placeholder-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  background-color: #312828;
}
.c-placeholder-block__text {
  margin: 0;
  color: #F5F4ED;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-placeholder-block--tall {
  height: 240px;
}
.c-placeholder-block--recruit {
  background-color: #666;
}

.c-recruit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-recruit-title__en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 10px;
  background-color: #E091A6;
  color: #FDFDFD;
  border-radius: 100px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-recruit-title__ja {
  margin: 0;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.c-reserve-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.2s ease-in-out;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.2s ease-in-out;
}
.c-reserve-btn:hover {
  opacity: 0.85;
}
.c-reserve-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 19px;
  height: 18px;
}
.c-reserve-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-reserve-btn__text {
  margin-left: 5px;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-reserve-btn__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
  margin-left: 14px;
}
.c-reserve-btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-reserve-btn--light {
  background-color: #F5F4ED;
  color: #312828;
}
.c-reserve-btn--dark {
  background-color: #312828;
  color: #F5F4ED;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
}
.c-section-title__en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.c-section-title__subtitle {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-section-title__ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c-section-title--lg .c-section-title__ja {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.c-section-title--tight {
  gap: 2px;
}
.c-section-title--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-shop-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 100%;
}
.c-shop-card__image {
  width: 100%;
  background-color: rgba(49, 40, 40, 0.2);
  overflow: hidden;
  line-height: 0;
}
.c-shop-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.c-shop-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}
.c-shop-card__name {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c-shop-card__details {
  margin: 0;
  width: 100%;
}
.c-shop-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 5px 0;
  border-bottom: 0.25px solid #312828;
}
.c-shop-card__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 109px;
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-shop-card__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-shop-card__tel {
  color: #4285F4;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.c-shop-card__tel:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.c-shop-card__hours {
  display: block;
}
.c-shop-card__hours-note {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-shop-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 11px;
}

.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 8px;
  width: 100%;
  padding: 4px 8px;
  background-color: #FDFDFD;
  color: rgba(49, 40, 40, 0.4);
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
}
.p-breadcrumb a {
  color: rgba(49, 40, 40, 0.4);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.p-breadcrumb a:hover {
  color: #312828;
}

.p-company-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 40px 16px;
  background-color: #FFFFFF;
  color: #312828;
}
.p-company-concept__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.p-company-concept__image {
  width: 254px;
  height: 180px;
  margin: 0;
  overflow: hidden;
}
.p-company-concept__image picture,
.p-company-concept__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-company-concept__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-company-concept__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  text-align: center;
}
.p-company-concept__lead {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-company-concept__body {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-company-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.p-company-divider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.p-company-divider--2 {
  height: 280px;
}

.p-company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 16px;
  background-color: #F5F4ED;
  color: #312828;
}
.p-company-info__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  width: 100%;
}
.p-company-info__hero {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.p-company-info__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-company-info__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  width: 100%;
}
.p-company-info__table {
  margin: 0;
  width: 100%;
}
.p-company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 14px 0;
  border-bottom: 0.5px solid #312828;
}
.p-company-info__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  margin: 0;
  padding: 0 8px;
  border-left: 1px solid #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-company-info__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-company-info__address {
  margin: 0;
}
.p-company-info__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: #312828;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-company-info__map-link:hover {
  opacity: 0.7;
}
.p-company-info__map-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 18px;
  color: #312828;
}
.p-company-info__map-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-company-info__line-link {
  color: #312828;
  text-decoration: none;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-company-info__line-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-company-info__map {
  width: 100%;
  height: 200px;
  overflow: hidden;
  line-height: 0;
}
.p-company-info__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 16px;
  background-color: #E6E4DF;
  color: #312828;
}
.p-company-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-company-message__photo {
  margin: 0;
  width: 100%;
  aspect-ratio: 343/262;
  overflow: hidden;
}
.p-company-message__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.p-company-message__lead {
  margin: 0;
  width: 100%;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-company-message__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.p-company-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7em;
  width: 100%;
}
.p-company-message__text p {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-company-message__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.p-company-message__company {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-company-message__owner {
  margin: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 60;
  background-color: #F5F4ED;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s;
  transition: opacity 0.25s ease-in-out, visibility 0.25s;
  overflow-y: auto;
}
body.single-shop .p-drawer {
  background-color: #E2E9EC;
}
@media (min-width: 1220px) {
  .p-drawer {
    left: 820px;
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .p-drawer {
    left: calc((100vw - 1440px) / 2 + 820px);
  }
}
.js-drawer-open .p-drawer {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-drawer__header {
  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;
  padding: 10px 16px;
  border-bottom: 0.5px solid #312828;
}
.p-drawer__logo {
  margin: 0;
  line-height: 0;
}
.p-drawer__logo img {
  display: block;
  width: auto;
  height: 50px;
}
.p-drawer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 16px 40px;
}
.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-drawer__item {
  list-style: none;
}
.p-drawer__link {
  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;
  width: 250px;
  padding: 14px 20px;
  border: 0.5px solid #312828;
  color: #312828;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-drawer__link:hover {
  opacity: 0.7;
}
.p-drawer__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}
.p-drawer__ja {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.p-drawer__en {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt" 1, "halt" 1;
          font-feature-settings: "palt" 1, "halt" 1;
}
.p-drawer__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #312828;
}
.p-drawer__arrow svg {
  display: block;
  width: 8px;
  height: auto;
}

body.js-drawer-open {
  overflow: hidden;
}

.p-privacy-policy__main {
  background-color: #F5F4ED;
}
.p-privacy-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px 16px;
  color: #404040;
}
.p-privacy-policy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-privacy-policy__heading {
  margin: 0;
  color: #404040;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-privacy-policy__text {
  margin: 0;
}
.p-privacy-policy__text p {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  white-space: pre-wrap;
}
.p-privacy-policy__signature {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: right;
}
.p-privacy-policy__close {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-recruit-about {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #FFF0F8;
  overflow: hidden;
}
.p-recruit-about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}
.p-recruit-about__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: lighten;
  opacity: 0.3;
}
.p-recruit-about__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 16px;
}
.p-recruit-about__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  border-bottom: 0.5px solid #666666;
  color: #666666;
}
.p-recruit-about__heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.02em;
}
.p-recruit-about__heading-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-recruit-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-recruit-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #666666;
}
.p-recruit-about__lead-en {
  position: relative;
  margin: 0;
  padding: 0 30px;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.p-recruit-about__lead-en::before, .p-recruit-about__lead-en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 0.5px;
  background-color: currentColor;
}
.p-recruit-about__lead-en::before {
  left: 0;
}
.p-recruit-about__lead-en::after {
  right: 0;
}
.p-recruit-about__lead-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-recruit-about__body {
  margin: 0;
  width: 100%;
  color: #666666;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
}
.p-recruit-about__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #FAFAFA;
  color: #666666;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-recruit-about__btn:hover {
  opacity: 0.85;
}
.p-recruit-about__btn-text {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
}
.p-recruit-about__btn-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-recruit-about__btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruit-about__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 40px;
  aspect-ratio: 375/211;
  overflow: hidden;
  line-height: 0;
}
.p-recruit-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-banner__link {
  display: block;
  width: 100%;
  line-height: 0;
}
.p-recruit-banner__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/211;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 16px 50px;
  background-color: #FAFAFA;
}
.p-recruit-benefit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-recruit-benefit__lead {
  margin: 0;
  width: 100%;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-recruit-benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.p-recruit-benefit__item {
  list-style: none;
  width: 164px;
  height: 172px;
  padding: 24px 10px;
  background-color: #F6FCFE;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-recruit-benefit__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  max-width: 65px;
  height: 50px;
}
.p-recruit-benefit__icon svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
}
.p-recruit-benefit__label {
  margin: 0;
  color: #666;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-align: center;
}

.p-recruit-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 16px;
}
.p-recruit-company__hero {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.p-recruit-company__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-company__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  width: 100%;
}
.p-recruit-company__table {
  margin: 0;
  width: 100%;
}
.p-recruit-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 14px 0;
  border-bottom: 0.25px solid #666;
}
.p-recruit-company__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  margin: 0;
  padding: 0 8px;
  border-left: 1px solid #666;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit-company__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit-company__address {
  margin: 0 0 4px;
}
.p-recruit-company__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #666;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-recruit-company__map-link:hover {
  opacity: 0.7;
}
.p-recruit-company__map-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 18px;
  color: #666;
}
.p-recruit-company__map-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruit-company__line-link {
  color: #666;
  text-decoration: none;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-recruit-company__line-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-recruit-company__map {
  width: 100%;
  height: 200px;
  overflow: hidden;
  line-height: 0;
}
.p-recruit-company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-recruit-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 0 0;
}
.p-recruit-interview > .c-recruit-title {
  padding: 0 16px;
}
.p-recruit-interview__slider {
  width: 100%;
  overflow: hidden;
}
.p-recruit-interview__slide {
  width: 290px;
  height: auto;
}
.p-recruit-interview__card {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 290px;
  overflow: hidden;
  border: 1px solid #E091A6;
  border-radius: 8px;
  background-color: #FFF0F8;
}
.p-recruit-interview__photo {
  position: relative;
  width: 100%;
  height: 280px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.p-recruit-interview__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-recruit-interview__quotes {
  position: absolute;
  bottom: 26px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-interview__quote {
  list-style: none;
  padding: 3px 10px;
  background-color: #FAFAFA;
  color: #666;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-recruit-interview__info {
  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;
  width: 100%;
  padding: 14px 10px;
  background-color: #FAFAFA;
  border-top: 1px solid #E091A6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-recruit-interview__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-recruit-interview__name {
  margin: 0;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-recruit-interview__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-interview__tag {
  list-style: none;
  padding: 3px 4px;
  background-color: #F9F5EC;
  color: #333;
  border-radius: 4px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-recruit-interview__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.p-recruit-interview__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruit-interview__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 12px 30px;
  border: 0.5px solid #E091A6;
  border-radius: 40px;
}
.p-recruit-interview__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  color: rgba(224, 145, 166, 0.6);
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.p-recruit-interview__nav:hover {
  color: #E091A6;
}
.p-recruit-interview__nav:disabled {
  color: rgba(224, 145, 166, 0.3);
  cursor: not-allowed;
}
.p-recruit-interview__nav svg {
  display: block;
  width: 20px;
  height: 20px;
}
.p-recruit-interview__nav--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-recruit-interview__nav--next svg {
  -webkit-transform: none;
          transform: none;
}
.p-recruit-interview__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-recruit-interview__dots .swiper-pagination-bullet {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.p-recruit-interview__dots .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 10.8px;
  height: 10.8px;
  border-radius: 50%;
  background-color: #F3D4DE;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.p-recruit-interview__dots .swiper-pagination-bullet-active {
  border-color: #E091A6;
}
.p-recruit-interview__dots .swiper-pagination-bullet-active::before {
  background-color: #E091A6;
}
.p-recruit-interview .swiper-slide-active .p-recruit-interview__card {
  cursor: pointer;
}
.p-recruit-interview .swiper-slide-active .p-recruit-interview__card:hover .p-recruit-interview__photo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-recruit-interview .swiper-slide-active .p-recruit-interview__card:hover .p-recruit-interview__arrow svg path {
  -webkit-animation: p-recruit-interview-arrow-slide 0.6s ease;
          animation: p-recruit-interview-arrow-slide 0.6s ease;
}

@-webkit-keyframes p-recruit-interview-arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes p-recruit-interview-arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-recruit-interview-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}
.p-recruit-interview-modal[hidden] {
  display: none;
}
.p-recruit-interview-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.p-recruit-interview-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340px;
  max-width: calc(100% - 32px);
  max-height: 90vh;
  max-height: 90dvh;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #FFF0F8;
  -webkit-box-shadow: 0 3px 5px 0 rgba(49, 40, 40, 0.05);
          box-shadow: 0 3px 5px 0 rgba(49, 40, 40, 0.05);
}
.p-recruit-interview-modal__close {
  position: sticky;
  top: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin: 10px 10px -42px auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-recruit-interview-modal__close:hover {
  opacity: 0.7;
}
.p-recruit-interview-modal__close svg {
  display: block;
  width: 18px;
  height: 18px;
}
.p-recruit-interview-modal__photo {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  line-height: 0;
}
.p-recruit-interview-modal__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-interview-modal__quotes {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-interview-modal__quote {
  list-style: none;
  padding: 3px 10px;
  background-color: #FAFAFA;
  color: #666;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-recruit-interview-modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 14px 10px;
  background-color: #FAFAFA;
}
.p-recruit-interview-modal__name {
  margin: 0;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-recruit-interview-modal__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-interview-modal__tag {
  list-style: none;
  padding: 3px 4px;
  background-color: #F9F5EC;
  color: #333;
  border-radius: 4px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-recruit-interview-modal__qa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 14px 15px 24px;
  background-color: #FAFAFA;
}
.p-recruit-interview-modal__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.p-recruit-interview-modal__q {
  width: 100%;
  margin: 0;
  padding-left: 8px;
  border-left: 0.5px solid #312828;
  color: #312828;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit-interview-modal__a {
  width: 100%;
  margin: 0;
  color: #312828;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

body.js-modal-open {
  overflow: hidden;
}

.p-recruit-job-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 16px;
}
.p-recruit-job-desc__table {
  margin: 0;
  width: 100%;
  padding: 10px;
}
.p-recruit-job-desc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 6px 0;
  border-bottom: 0.25px solid #666;
}
.p-recruit-job-desc__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 109px;
  margin: 0;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit-job-desc__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit-job-desc__line {
  margin: 0;
}
.p-recruit-job-desc__note {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit .p-recruit-job-desc__num {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.p-recruit-marquee {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.p-recruit-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-recruit-marquee-scroll 20s linear infinite;
          animation: p-recruit-marquee-scroll 20s linear infinite;
}
.p-recruit-marquee__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #E091A6;
  font-family: "Sorts Mill Goudy", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

@-webkit-keyframes p-recruit-marquee-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes p-recruit-marquee-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.p-recruit {
  font-family: "Cormorant SC", "Cormorant Garamond", "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.p-recruit *, .p-recruit *::before, .p-recruit *::after {
  font-family: inherit;
}

.p-recruit-reservation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 210px;
  padding: 0 32px;
  overflow: hidden;
  background-color: #FFF0F8;
}
.p-recruit-reservation__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  line-height: 0;
}
.p-recruit-reservation__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-reservation__card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 21px 0;
  background-color: rgba(250, 250, 250, 0.98);
}
.p-recruit-reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-recruit-reservation__logo-block {
  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: 8px;
}
.p-recruit-reservation__desc {
  margin: 0;
  width: 295px;
  color: #666;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-shop-about {
  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;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 70px 0 40px;
  background-color: #F6FCFE;
}
.p-shop-about__top {
  width: 254px;
  height: 180px;
  overflow: hidden;
  line-height: 0;
}
.p-shop-about__top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-shop-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 16px;
}
.p-shop-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
}
.p-shop-about__subtitle {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
.p-shop-about__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 0.5px solid #312828;
}
.p-shop-about__heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-shop-about__heading-en {
  margin: 0 0 4px;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-shop-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-shop-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #312828;
}
.p-shop-about__lead-en {
  position: relative;
  margin: 0;
  padding: 0 30px;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.p-shop-about__lead-en::before, .p-shop-about__lead-en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 0.5px;
  background-color: currentColor;
}
.p-shop-about__lead-en::before {
  left: 0;
}
.p-shop-about__lead-en::after {
  right: 0;
}
.p-shop-about__lead-ja {
  margin: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-shop-about__paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  color: #312828;
}
.p-shop-about__paragraph p {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
}
.p-shop-about__photos {
  position: relative;
  width: 100%;
  height: 295px;
}
.p-shop-about__photo {
  position: absolute;
  overflow: hidden;
  line-height: 0;
}
.p-shop-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-about__photo--bl {
  left: 0;
  bottom: 0;
  width: 254px;
  height: 164px;
}
.p-shop-about__photo--bl img {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-shop-about__photo--br {
  top: 0;
  right: 0;
  width: 213px;
  height: 240px;
}

.p-shop-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 70px 16px;
  background-color: #F6FCFE;
  border-bottom: 0.25px solid #312828;
}
.p-shop-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-shop-case__item {
  list-style: none;
}
.p-shop-case__item + .p-shop-case__item {
  padding-top: 20px;
  border-top: 0.5px solid #312828;
}
.p-shop-case__media {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 343/229;
  overflow: hidden;
  line-height: 0;
  border-radius: 4px;
}
.p-shop-case__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-case__overlay {
  position: absolute;
  top: 16px;
  color: #F6FCFE;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.p-shop-case__overlay--before {
  left: 21px;
}
.p-shop-case__overlay--after {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 21px));
          transform: translateX(calc(-50% + 21px));
}
.p-shop-case__service {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 4px 5px;
  background-color: #F6FCFE;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-shop-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin-top: -70px;
  background-color: #312828;
}
.p-shop-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-shop-hero__slide {
  position: absolute;
  inset: 0;
}
.p-shop-hero__slide picture,
.p-shop-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-shop-hero__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-shop-hero__slide--overlay {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
.p-shop-hero__slide--overlay.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .p-shop-hero__slide--overlay {
    -webkit-transition: opacity 2.4s ease-in-out;
    transition: opacity 2.4s ease-in-out;
  }
}
.p-shop-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: #FEFFFD;
  opacity: 0.8;
}
.p-shop-hero__copy-en1 {
  position: absolute;
  top: 290px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}
.p-shop-hero__copy-en2 {
  position: absolute;
  top: 367px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Sorts Mill Goudy", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.13em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.p-shop-hero__title {
  position: absolute;
  top: 410px;
  left: 0;
  right: 0;
  z-index: 1;
  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;
  gap: 10px;
  padding-left: 16px;
}
.p-shop-hero__access {
  margin: 0;
  color: #FEFFFD;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-shop-hero__line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 5px 10px;
  background-color: #EDF3F6;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-shop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 50px 18.75px 70px;
}
.p-shop-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-shop-menu__item {
  list-style: none;
}
.p-shop-menu__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 12px 16px 16px;
  border: 0.5px solid #312828;
}
.p-shop-menu__image {
  margin: 0;
  padding: 8px 0 12px;
  width: 100%;
  line-height: 0;
}
.p-shop-menu__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-shop-menu__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 5px;
  width: 100%;
}
.p-shop-menu__name {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.p-shop-menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
}
.p-shop-menu__price-label {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-shop-menu__price-amount {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.07em;
}
.p-shop-menu__price-suffix {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-shop-menu__desc {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
.p-shop-menu__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 16px;
}

.p-shop-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 16px;
  background-color: #EDF3F6;
  color: #312828;
}
.p-shop-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-shop-message__photo {
  margin: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.p-shop-message__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-shop-message__lead {
  margin: 0;
  width: 100%;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-shop-message__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.p-shop-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
}
.p-shop-message__text p {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-shop-message__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.p-shop-message__role {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.p-shop-message__name {
  margin: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-shop-nav {
  width: 100%;
  padding: 40px 16px;
  background-color: #F6FCFE;
}
.p-shop-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-shop-nav__item {
  width: 168px;
  list-style: none;
}
.p-shop-nav__link {
  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;
  width: 100%;
  padding: 10px;
  background-color: #EDF3F6;
  color: #312828;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shop-nav__link:hover {
  opacity: 0.8;
}
.p-shop-nav__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  min-width: 0;
}
.p-shop-nav__ja {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.p-shop-nav__en {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt" 1, "halt" 1;
          font-feature-settings: "palt" 1, "halt" 1;
  white-space: nowrap;
}
.p-shop-nav__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 10px;
}
.p-shop-nav__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.single-shop #about,
body.single-shop #case,
body.single-shop #point,
body.single-shop #user-voice,
body.single-shop #menu,
body.single-shop #flow,
body.single-shop #salon {
  scroll-margin-top: calc(60px + 10px);
}
@media (min-width: 1220px) {
  body.single-shop #about,
  body.single-shop #case,
  body.single-shop #point,
  body.single-shop #user-voice,
  body.single-shop #menu,
  body.single-shop #flow,
  body.single-shop #salon {
    scroll-margin-top: calc(75px + 10px);
  }
}

.p-shop-reservation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 250px;
  padding: 10px;
  overflow: hidden;
}
.p-shop-reservation__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  line-height: 0;
}
.p-shop-reservation__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-reservation__card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 0;
  background-color: #E2E9EC;
}
.p-shop-reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-shop-reservation__desc {
  margin: 0;
  max-width: 295px;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-shop-salon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 70px 16px;
  background-color: #F6FCFE;
  border-bottom: 0.25px solid #312828;
}
.p-shop-salon__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
}
.p-shop-salon__sub {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-shop-salon__name {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-shop-salon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-shop-salon__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  width: 100%;
}
.p-shop-salon__hero {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.p-shop-salon__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-salon__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-shop-salon__table {
  margin: 0;
  width: 100%;
}
.p-shop-salon__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 14px 0;
  border-bottom: 0.5px solid #312828;
}
.p-shop-salon__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  margin: 0;
  padding: 0 8px;
  border-left: 1px solid #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-shop-salon__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-shop-salon__address {
  margin: 0 0 4px;
}
.p-shop-salon__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #312828;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shop-salon__map-link:hover {
  opacity: 0.7;
}
.p-shop-salon__map-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 18px;
}
.p-shop-salon__map-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-shop-salon__map {
  width: 217px;
  height: 140px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 0;
}
.p-shop-salon__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-shop-salon__tel {
  color: #4285F4;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shop-salon__tel:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-shop-salon__hours {
  display: block;
}
.p-shop-salon__hours-note {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-shop-salon__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-shop-salon__payment {
  list-style: none;
}
.p-shop-salon__payment-title {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-shop-salon__payment-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-shops__main {
  background-color: #F5F4ED;
}

.p-shops-filter {
  width: 100%;
  padding: 30px 25px;
  background-color: #F5F4ED;
}
.p-shops-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-shops-filter__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
  max-width: 155px;
  list-style: none;
}
.p-shops-filter__chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  background-color: #FDFDFD;
  color: rgba(49, 40, 40, 0.2);
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shops-filter__chip:hover {
  opacity: 0.85;
}
.p-shops-filter__chip.is-active {
  background-color: #312828;
  color: #F5F4ED;
}

.p-shops-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0 16px 70px;
  scroll-margin-top: calc(60px + 10px);
}
@media (min-width: 1220px) {
  .p-shops-list {
    scroll-margin-top: calc(75px + 10px);
  }
}

.p-shops-area {
  width: 100%;
  scroll-margin-top: calc(60px + 10px);
}
@media (min-width: 1220px) {
  .p-shops-area {
    scroll-margin-top: calc(75px + 10px);
  }
}
.p-shops-area > summary {
  list-style: none;
  cursor: pointer;
}
.p-shops-area > summary::-webkit-details-marker {
  display: none;
}
.p-shops-area__header {
  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;
  width: 100%;
  padding: 15px;
  background-color: #E6E4DF;
}
.p-shops-area__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.p-shops-area__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.p-shops-area__icon-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #312828;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.p-shops-area.is-open .p-shops-area__icon-line:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-shops-area.is-open .p-shops-area__icon-line:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-shops-area__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0;
}
.p-shops-area__empty {
  margin: 0;
  padding: 5px 10px;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-shops-area__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.p-shops-area__shop-area-label {
  display: block;
  margin: 0;
  padding: 3px 15px;
  border: 0.5px solid #312828;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.p-top-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}
.p-top-hero__inner {
  position: relative;
  z-index: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 820px;
  max-width: 100%;
  min-height: 100vh;
  padding: 40px 60px 70px;
}
@media (min-width: 1220px) {
  .p-top-hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 820px;
    min-height: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .p-top-hero__inner {
    width: 100%;
    max-width: none;
    min-height: 100%;
  }
}
.p-top-hero__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.p-top-hero__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-width: 0;
}
.p-top-hero__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 107px;
  margin: 0;
  line-height: 0;
}
.p-top-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  color: #FEFFFD;
}
.p-top-hero__title-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1;
}
.p-top-hero__title-ja {
  margin: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 0.01em;
  line-height: 1;
}
.p-top-hero__sns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FEFFFD;
}
.p-top-hero__sns svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-hero__sns svg path {
  fill: #FEFFFD;
  stroke: #FEFFFD;
}
.p-top-hero__menu {
  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;
  gap: 28px;
}
.p-top-hero__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-hero__menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 310px;
}
.p-top-hero__menu-link {
  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;
  width: 100%;
  padding: 14px 20px;
  background-color: #F5F4ED;
  color: #312828;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-top-hero__menu-link:hover {
  opacity: 0.75;
}
.p-top-hero__menu-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}
.p-top-hero__menu-ja {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.p-top-hero__menu-en {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt" 1, "halt" 1;
          font-feature-settings: "palt" 1, "halt" 1;
}
.p-top-hero__menu-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #312828;
}
.p-top-hero__menu-arrow svg {
  display: block;
  width: 8px;
  height: auto;
}
.p-top-hero__reserve {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px 40px 15px 24px;
  background-color: #312828;
  color: #F5F4ED;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-top-hero__reserve:hover {
  opacity: 0.8;
}
.p-top-hero__reserve-body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top-hero__reserve-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
}
.p-top-hero__reserve-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-hero__reserve-text {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
.p-top-hero__reserve-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-top-hero__reserve-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1040px) {
  .p-top-hero__inner {
    width: 100%;
    padding: 32px 24px 48px;
    gap: 64px;
  }
  .p-top-hero__menu-item {
    width: calc(50% - 10px);
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .p-top-hero__inner {
    padding: 24px 20px 40px;
    gap: 48px;
  }
  .p-top-hero__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-hero__brand {
    gap: 12px;
  }
  .p-top-hero__logo {
    width: 80px;
  }
  .p-top-hero__title-en {
    font-size: 16px;
  }
  .p-top-hero__title-ja {
    font-size: 18px;
  }
  .p-top-hero__sns {
    width: 32px;
    height: 32px;
  }
  .p-top-hero__menu-item {
    width: 100%;
  }
  .p-top-hero__menu-ja {
    font-size: 16px;
  }
  .p-top-hero__menu-en {
    font-size: 12px;
  }
  .p-top-hero__reserve {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 24px;
  }
  .p-top-hero__reserve-text {
    font-size: 18px;
  }
}

.p-top-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin-top: -70px;
  background-color: #312828;
}
.p-top-mv__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-mv__slide {
  position: absolute;
  inset: 0;
}
.p-top-mv__slide picture,
.p-top-mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-mv__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-mv__slide--overlay {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
.p-top-mv__slide--overlay.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-mv__slide--overlay {
    -webkit-transition: opacity 2.4s ease-in-out;
    transition: opacity 2.4s ease-in-out;
  }
}
.p-top-mv__copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: #F5F4ED;
}
.p-top-mv__copy-en1 {
  position: absolute;
  top: 339px;
  left: 38%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}
.p-top-mv__copy-en2 {
  position: absolute;
  top: 411px;
  left: 44%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Sorts Mill Goudy", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.13em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.p-top-mv__tagline {
  position: absolute;
  top: 456px;
  left: 42px;
  z-index: 1;
  margin: 0;
  color: #F5F4ED;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-top-info-band {
  width: 100%;
  background-color: #E6E4DF;
}
.p-top-info-band--transparent {
  background-color: transparent;
}
.p-top-info-band__marquee {
  width: 100%;
  padding: 7px 0;
  overflow: hidden;
  border-top: 0.5px solid #312828;
  border-bottom: 0.5px solid #312828;
}
.p-top-info-band__marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-info-band-marquee 14s linear infinite;
          animation: p-top-info-band-marquee 14s linear infinite;
}
.p-top-info-band__marquee-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #312828;
  font-family: "Sorts Mill Goudy", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  white-space: nowrap;
}
.p-top-info-band__strip {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 0.5px solid #312828;
}
.p-top-info-band__strip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation: p-top-info-band-strip 16s linear infinite;
          animation: p-top-info-band-strip 16s linear infinite;
}
.p-top-info-band__strip-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
}
.p-top-info-band__strip-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 0.5px;
  height: 180px;
  background-color: #312828;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-info-band__strip-item img {
  display: block;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes p-top-info-band-marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes p-top-info-band-marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes p-top-info-band-strip {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes p-top-info-band-strip {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-info-band__marquee-track {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
  .p-top-info-band__strip-list {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
.p-top-about {
  padding: 70px 0 40px;
  background-color: #F5F4ED;
}
.p-top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-about__top-image {
  width: 254px;
  height: 180px;
  overflow: hidden;
  line-height: 0;
}
.p-top-about__top-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 16px;
}
.p-top-about__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 0.5px solid #312828;
  color: #312828;
}
.p-top-about__title-ja {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-top-about__title-en {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.p-top-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #312828;
}
.p-top-about__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
}
.p-top-about__heading-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 0.5px;
  background-color: #312828;
}
.p-top-about__heading-text {
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-top-about__tagline {
  margin: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-top-about__body {
  width: 100%;
}
.p-top-about__text {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
}
.p-top-about__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-top-about__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 12px 30px;
  border: 0.5px solid #312828;
  color: #312828;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.p-top-about__btn:hover {
  background-color: #312828;
  color: #F5F4ED;
}
.p-top-about__btn:hover .p-top-about__btn-arrow {
  color: #F5F4ED;
}
.p-top-about__btn-text {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}
.p-top-about__btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
  color: #312828;
}
.p-top-about__btn-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-about__gallery {
  position: relative;
  width: 100%;
  height: 295px;
}
.p-top-about__gallery-img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about__gallery-img--left {
  left: 0;
  top: 131px;
  width: 254px;
  height: 164px;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-top-about__gallery-img--right {
  right: 0;
  top: 0;
  width: 213px;
  height: 240px;
}

.p-top-before-after-cover {
  width: 100%;
  line-height: 0;
}
.p-top-before-after-cover img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 70px 16px;
  background-color: #F5F4ED;
}
.p-top-before-after__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #312828;
  text-align: left;
}
.p-top-before-after__title-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-top-before-after__title-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-before-after__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.p-top-before-after__item {
  position: relative;
}
.p-top-before-after__item + .p-top-before-after__item {
  margin-top: 40px;
}
.p-top-before-after__item + .p-top-before-after__item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #312828;
}
.p-top-before-after__card {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 343/229;
  overflow: hidden;
}
.p-top-before-after__card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-before-after__overlay {
  position: absolute;
  top: 20px;
  color: #F5F4ED;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-top-before-after__overlay--before {
  left: 5px;
}
.p-top-before-after__overlay--after {
  left: 50%;
  margin-left: 5px;
}
.p-top-before-after__label {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 3px 5px;
  background-color: #F5F4ED;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.p-top-movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 30px 0 20px;
}
.p-top-movies__lead {
  margin: 0;
  padding: 0 20px;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.p-top-movies__gallery {
  margin: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.p-top-movies__gallery::-webkit-scrollbar {
  display: none;
}
.p-top-movies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-movies__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-top-movies__card {
  position: relative;
  width: 280px;
  height: 400px;
  overflow: hidden;
  background-color: #F5F4ED;
  border-radius: 8px;
}
.p-top-movies__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-movies__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  color: #312828;
  background: transparent;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-top-movies__play svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-movies__play.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.p-top-point-cover {
  width: 100%;
  line-height: 0;
}
.p-top-point-cover img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-top-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 70px 0;
  background-color: #F5F4ED;
}
body.single-shop .p-top-point {
  background-color: #F6FCFE;
}
.p-top-point > .c-section-title {
  padding: 0 16px;
}
.p-top-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0 16px;
  list-style: none;
}
.p-top-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.p-top-point__item + .p-top-point__item {
  position: relative;
  padding-top: 30px;
}
.p-top-point__item + .p-top-point__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #312828;
}
.p-top-point__image {
  width: 100%;
  line-height: 0;
}
.p-top-point__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-point__heading {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.p-top-point__text {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.p-top-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  background-color: #E6E4DF;
  border-top: 0.5px solid #312828;
  border-bottom: 0.5px solid #312828;
}
.p-top-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-marquee-scroll 30s linear infinite;
          animation: p-top-marquee-scroll 30s linear infinite;
}
.p-top-marquee__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #312828;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@-webkit-keyframes p-top-marquee-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes p-top-marquee-scroll {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.p-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 50px 0 70px;
  background-color: #E6E4DF;
}
.p-top-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 16px;
  color: #312828;
  text-align: left;
}
.p-top-menu__title-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-top-menu__title-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0 19px;
  list-style: none;
}
.p-top-menu__item {
  list-style: none;
  width: 100%;
}
.p-top-menu__card {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 12px 16px 16px;
  border: 0.5px solid #312828;
}
.p-top-menu__card-image {
  margin: 0;
  padding: 8px 0 12px;
  line-height: 0;
}
.p-top-menu__card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-menu__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5px;
}
.p-top-menu__card-name {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.p-top-menu__card-price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  white-space: nowrap;
}
.p-top-menu__card-price-prefix, .p-top-menu__card-price-suffix {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-top-menu__card-price-amount {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.07em;
}
.p-top-menu__card-desc {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
.p-top-menu__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
  width: 100%;
}
.p-top-menu__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 12px 30px;
  border: 0.5px solid #312828;
  color: #312828;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.p-top-menu__btn:hover {
  background-color: #312828;
  color: #E6E4DF;
}
.p-top-menu__btn:hover .p-top-menu__btn-arrow {
  color: #E6E4DF;
}
.p-top-menu__btn-text {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
}
.p-top-menu__btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
  color: #312828;
}
.p-top-menu__btn-arrow svg {
  display: block;
  width: 8px;
  height: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top-user-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 16px;
  background-color: #F5F4ED;
  overflow: hidden;
}
body.single-shop .p-top-user-voice {
  background-color: #EDF3F6;
}
.p-top-user-voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
  text-align: left;
}
.p-top-user-voice__title-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-top-user-voice__subtitle {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-top-user-voice__title-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-user-voice__slider {
  width: 100%;
  overflow: visible;
}
.p-top-user-voice__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top-user-voice__item {
  height: auto;
  list-style: none;
}
.p-top-user-voice__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  height: 210px;
  padding: 10px 10px 20px;
  background-color: #F5F4ED;
}
body.single-shop .p-top-user-voice__card {
  background-color: #F6FCFE;
}
.p-top-user-voice__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.p-top-user-voice__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
  height: 50px;
}
.p-top-user-voice__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-user-voice__card-name {
  margin: 0;
  color: #312828;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-top-user-voice__card-text {
  margin: 0;
  color: #312828;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-top-user-voice__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-top-user-voice__nav-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0.5px solid #312828;
  color: #312828;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.p-top-user-voice__nav-btn:hover {
  background-color: #312828;
  color: #F5F4ED;
}
.p-top-user-voice__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-top-user-voice__nav-btn--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-top-user-voice__nav-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 9px;
  height: 8px;
}
.p-top-user-voice__nav-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-user-voice__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.p-top-user-voice__pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0;
  background-color: #312828;
  opacity: 0.35;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-top-user-voice__pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.p-top-user-voice__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-top-flow-cover {
  width: 100%;
  line-height: 0;
}
.p-top-flow-cover img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-top-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 70px 16px;
  background-color: #F5F4ED;
  border-bottom: 0.5px solid #312828;
}
body.single-shop .p-top-flow {
  background-color: #F6FCFE;
}
.p-top-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
  text-align: left;
}
.p-top-flow__title-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-top-flow__title-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.p-top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top-flow__item:not(.p-top-flow__item--last) {
  padding-bottom: 20px;
}
.p-top-flow__step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.p-top-flow__step-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  border: 1px solid #312828;
  color: #312828;
}
.p-top-flow__step-num-text {
  font-family: "EB Garamond", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.p-top-flow__step-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 0.5px;
  margin-top: 4px;
  background-color: #312828;
}
.p-top-flow__item--last .p-top-flow__step-line {
  background-color: transparent;
}
.p-top-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.p-top-flow__heading {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}
.p-top-flow__text {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-flow__image {
  margin: 0;
  width: 100%;
  aspect-ratio: 311/180;
  overflow: hidden;
  line-height: 0;
}
.p-top-flow__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-top-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 70px 16px;
  background-color: #F5F4ED;
}
.p-top-shop-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
  text-align: left;
}
.p-top-shop-list__title-en {
  margin: 0;
  font-family: "Cormorant SC", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-top-shop-list__title-ja {
  margin: 0;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-shop-list__areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-top-shop-list__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-shop-list__area > summary {
  list-style: none;
}
.p-top-shop-list__area > summary::-webkit-details-marker {
  display: none;
}
.p-top-shop-list__area-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 12px 10px;
  border-bottom: 0.5px solid #312828;
  cursor: pointer;
}
.p-top-shop-list__area-name {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.p-top-shop-list__area-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.p-top-shop-list__area-icon-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #312828;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.p-top-shop-list__area.is-open .p-top-shop-list__area-icon-line:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-top-shop-list__area.is-open .p-top-shop-list__area-icon-line:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-top-shop-list__area-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}
.p-top-shop-list__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-shop-list__shop-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.p-top-shop-list__shop-image {
  width: 100%;
  background-color: rgba(49, 40, 40, 0.2);
}
.p-top-shop-list__shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-top-shop-list__shop-name {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-top-shop-list__shop-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.p-top-shop-list__shop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 0;
  border-bottom: 0.25px solid #312828;
}
.p-top-shop-list__shop-key {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 109px;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-shop-list__shop-val {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-shop-list__shop-tel {
  color: #4285F4;
  text-decoration: none;
}
.p-top-shop-list__shop-tel:hover {
  text-decoration: underline;
}
.p-top-shop-list__shop-hours {
  display: block;
}
.p-top-shop-list__shop-hours-note {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-shop-list__shop-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top-shop-list__shop-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.p-top-shop-list__shop-btn--detail {
  border: 0.25px solid #312828;
  color: #312828;
}
.p-top-shop-list__shop-btn--detail:hover {
  background-color: #312828;
  color: #F5F4ED;
}
.p-top-shop-list__shop-btn--reserve {
  background-color: #312828;
  color: #F5F4ED;
}
.p-top-shop-list__shop-btn--reserve:hover {
  opacity: 0.85;
}
.p-top-shop-list__shop-btn-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-top-shop-list__shop-btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
  height: 18px;
}
.p-top-shop-list__shop-btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-shop-list__shop-btn-text {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-top-shop-list__shop-btn-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
}
.p-top-shop-list__shop-btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-shop-list__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.p-top-shop-list__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 12px 30px;
  border: 0.5px solid #312828;
  color: #312828;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.p-top-shop-list__btn:hover {
  background-color: #312828;
  color: #F5F4ED;
}
.p-top-shop-list__btn-text {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-shop-list__btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
}
.p-top-shop-list__btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-recruit {
  position: relative;
  padding: 100px 16px 70px;
  overflow: hidden;
  background-color: #F5F4ED;
  background-image: url("./assets/img/top/recruit-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.single-shop .p-top-recruit {
  background-image: url("./assets/img/shops/common/recruit-bg.webp");
}
.p-top-recruit__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 16px;
  background-color: #E6E4DF;
}
body.single-shop .p-top-recruit__contact {
  background-color: #EDF3F6;
}
.p-top-recruit__photo {
  margin: 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 0;
}
.p-top-recruit__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recruit__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.p-top-recruit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #312828;
}
.p-top-recruit__desc {
  margin: 0;
  color: #312828;
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-notfound {
  width: 100%;
  padding: 80px 16px 100px;
}
.p-notfound__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-notfound__code {
  margin: 0;
  color: #312828;
  font-family: "Sorts Mill Goudy", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-notfound__lead {
  margin: 0;
  color: #312828;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-notfound__note {
  margin: 0;
  color: #6E6E6E;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-notfound__action {
  margin-top: 16px;
}
