@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body {
  background-color: #fcfcfc;
  color: #111;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  overflow-x: hidden;
}
html[lang^=en] body {
  font-family: "Playfair Display", serif;
}

.u-font-en {
  font-family: "Playfair Display", serif;
}

.u-vertical-text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 768px) {
  .u-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
html[lang^=en] .u-vertical-text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.u-br-ja {
  display: block;
}
html[lang^=en] .u-br-ja {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and btns */
input,
btn,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
btn,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=btn],
label,
btn,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-bg-gray {
  background-color: #f7f7f7;
}

/* 黒背景の汎用ボタン */
.c-btn-black {
  background: #111;
  color: #fff;
  padding-top: 16px;
  padding-top: 1rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  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;
  min-width: 200px;
  min-width: 12.5rem;
}

.c-btn-black:hover {
  background: #333;
}

/* Instagram用丸型ボタン */
.c-btn-insta {
  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: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-insta {
    margin-left: 0;
  }
}

.c-btn-insta:hover {
  color: #c9a063;
  border-color: #c9a063;
}

.c-btn-insta svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.c-desc {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 1rem;
    line-height: 2.2;
  }
}

html[lang^=en] .c-desc {
  font-family: "Playfair Display", serif, serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: left;
  max-width: 520px;
  max-width: 32.5rem;
}

.c-lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-family: sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

/* 英語ページに切り替わった際も、グローバル設定に引っ張られずゴシック系を維持する */
html[lang^=en] .c-lang-switcher,
html[lang^=en] .c-lang-switcher__link,
html[lang^=en] .c-lang-switcher__sep {
  font-family: sans-serif;
  font-style: normal;
}

/* ▼ リンクの基本スタイル（有効でない方 / 切り替え可能な言語） ▼ */
.c-lang-switcher__link {
  color: rgba(255, 255, 255, .4); /* グレーアウト（半透明）させて控えめにする */
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-style: normal;
}

.c-lang-switcher__link:hover {
  color: #fff; /* ホバーすると白く明るくなって押せることをアピール */
}

/* ▼ アクティブ（現在の表示言語 / 有効な方）のスタイル ▼ */
.c-lang-switcher__link.is-active {
  color: #fff; /* 現在見ている言語は真っ白でくっきりさせる */
  pointer-events: none; /* 物理的にクリック操作を完全に無効化 */
  cursor: default;
}

/* スラッシュ（区切り文字） */
.c-lang-switcher__sep {
  color: rgba(255, 255, 255, .3);
  font-style: normal;
}

/* ===================================================
   白背景（スクロール時）にヘッダーの中にある場合の色調整
=================================================== */
.l-header.is-scrolled .c-lang-switcher__link {
  color: rgba(0, 0, 0, .3); /* 有効でない方は薄いグレー */
}

.l-header.is-scrolled .c-lang-switcher__link:hover {
  color: #111; /* ホバーでくっきりした黒に */
}

.l-header.is-scrolled .c-lang-switcher__link.is-active {
  color: #111; /* 現在の言語はくっきりした黒 */
}

.l-header.is-scrolled .c-lang-switcher__sep {
  color: rgba(0, 0, 0, .3);
}

.c-title-serif {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-title-serif {
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
}

/* ▼ 英語の時だけPlayfairのイタリック・大文字にする ▼ */
html[lang^=en] .c-title-serif {
  font-family: "Playfair Display", serif, serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ▼ 御献立の下の装飾線と余白（元HTMLの .sep を完全再現） ▼ */
.c-title__sep {
  margin-top: 20px;
  margin-top: 1.25rem; /* 上にrem(20)、下にrem(40)の余白 */
  margin-right: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-left: 0;
}

/* 親要素に text-center が付いた時は、線も中央に寄せる */
.text-center .c-title__sep {
  margin-left: auto;
  margin-right: auto;
}

/* ===================================================
   ※ページ内で使用されている汎用クラス
=================================================== */
.text-center {
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.l-error__container {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-error__container {
    padding-top: 20rem;
    padding-bottom: 10rem;
    text-align: center;
  }
}

.l-error__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-error__title {
    font-size: 2.5rem;
  }
}

.l-error__text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-error__text {
    padding-top: 0.625rem;
    font-size: 1.5rem;
  }
}

.l-error__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-error__btn {
    margin-top: 2.5rem;
  }
}

.l-footer {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-right: 0;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 0;
  background: #fff;
  border-top: 1px solid #eee;
}

.l-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 3.75rem;
  }
}

.l-footer__map-link {
  display: block;
  text-decoration: none;
}

/* 背景画像（ダミーマップ）のスタイルを復活 */
.l-footer__map-img {
  height: 200px;
  height: 12.5rem;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: background-image 0.5s ease, -webkit-filter 0.5s ease;
  transition: background-image 0.5s ease, -webkit-filter 0.5s ease;
  transition: filter 0.5s ease, background-image 0.5s ease;
  transition: filter 0.5s ease, background-image 0.5s ease, -webkit-filter 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-footer__map-img {
    height: 20rem;
  }
}

.l-footer__map-img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* 「Google Maps で見る」タグのスタイルを復活 */
.l-footer__map-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, .1);
  pointer-events: none; /* マウスイベントを貫通させる */
  color: #111;
  min-width: 200px;
  min-width: 12.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__map-tag {
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.l-footer__logo {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-decoration: none;
  color: inherit;
}

.l-footer__logo-main {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.4em;
}

/* 多言語対応時の英語フォント指定 */
html[lang^=en] .l-footer__logo-main {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.15em;
}

.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 0.0625rem solid #f2f2f2;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-right: 0;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.l-footer__label {
  min-width: 80px;
  min-width: 5rem;
  font-size: 10px;
  font-size: 0.625rem;
  color: #aaa;
  text-transform: uppercase;
}

.l-footer__tel {
  margin: 0;
}

.l-footer__tel a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: opacity 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

.l-footer__tel a:hover {
  opacity: 0.7;
}

.l-footer__btns {
  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;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
}

.l-footer__copyright {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  margin-top: 60px;
  margin-top: 3.75rem;
  letter-spacing: 0.1em;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 16px;
  padding-top: 1rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-top: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
  }
}

.l-header.is-scrolled {
  color: #111;
}

.home .l-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  -webkit-box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, .05);
          box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, .05);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  max-width: 87.5rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
}

/* --- Logo --- */
.l-header__logo {
  position: relative;
  display: block;
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 5rem;
  }
}

.l-header__logo-img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-header__logo-img--white {
  opacity: 1;
}

.l-header__logo-img--black {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

/* スクロール時の切り替え */
.is-scrolled .l-header__logo-img--white {
  opacity: 0;
}

.is-scrolled .l-header__logo-img--black {
  opacity: 1;
}

/* --- Trigger (Menu Button) --- */
.l-header__trigger {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  cursor: pointer;
}

.l-header__trigger-label {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: sans-serif;
  font-style: normal;
}

.l-header__trigger-icon {
  border: 1px solid currentColor;
  border: 0.0625rem solid currentColor;
  border-radius: 50%;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  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: 4px;
  gap: 0.25rem;
}

.l-header__trigger-icon span {
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: currentColor;
}

/* ===================================================
   ▼ Overlay Menu
=================================================== */
.l-overlay {
  position: fixed;
  inset: 0;
  background: #0a0a0a;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}

.l-overlay.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --- Close Button --- */
.l-overlay__close {
  position: absolute;
  top: 40px;
  top: 2.5rem;
  right: 40px;
  right: 2.5rem;
  color: #fff;
  cursor: pointer;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.l-overlay__close span {
  position: absolute;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  width: 20px;
  width: 1.25rem;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
}

.l-overlay__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-overlay__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --- Navigation --- */
.l-overlay__inner {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  padding-top: 80px;
  padding-top: 5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.l-overlay__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;
  gap: 1.25rem;
  list-style: none;
}

.l-overlay__item a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  gap: 1.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-overlay__item a span {
  font-size: clamp(20px, 4vw, 36px);
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  letter-spacing: 0.2em;
  font-weight: 200;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-overlay__item a small {
  font-size: 10px;
  font-size: 0.625rem;
  color: #666;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.l-overlay__item a:hover span {
  letter-spacing: 0.4em;
  padding-left: 15px;
  padding-left: 0.9375rem;
  color: #c9a063;
}

/* --- 多言語対応 (EN) --- */
html[lang^=en] .l-overlay__item a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 4px;
  row-gap: 0.25rem;
}

html[lang^=en] .l-overlay__item a span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

html[lang^=en] .l-overlay__item a small {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 4px;
  padding-left: 0.25rem;
}

@media screen and (min-width: 768px) {
  html[lang^=en] .l-overlay__item a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 0;
  }
  html[lang^=en] .l-overlay__item a small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-left: 0;
  }
}
html[lang^=en] .l-overlay__item a:hover span {
  letter-spacing: 0.1em;
}

/* --- ルビ --- */
.l-overlay__item ruby rt {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #a8a8a8;
  padding-top: 4px;
  padding-top: 0.25rem;
  font-family: "Playfair Display", serif, serif;
}

.l-inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-narrow-inner {
  max-width: 900px;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-narrow-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-narrow-inner {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .l-narrow-inner {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-section {
  padding-top: 80px;
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 6.25rem;
    padding-right: 0;
    padding-bottom: 6.25rem;
    padding-left: 0;
  }
}

.p-faq__list {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}

.p-faq__item {
  border-bottom: 1px solid #eee;
  border-bottom: 0.0625rem solid #eee;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 0;
}

.p-faq__q {
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-faq__q::before {
  content: "Q.";
  color: #c9a063;
}

.p-faq__a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-faq__a {
    font-size: 0.9375rem;
  }
}

.p-faq__a::before {
  content: "A.";
  color: #a8a8a8;
}

/* ===================================================
   ▼ 英語対応（html[lang^="en"]） ▼
=================================================== */
/* 質問文：英語フォント、イタリック、文字間隔の調整 */
html[lang^=en] .p-faq__q {
  font-family: "Playfair Display", serif, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  gap: 15px;
  gap: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* 「Q.」の記号：英語フォントにしつつ、ここだけイタリックを解除（真っ直ぐにする） */
html[lang^=en] .p-faq__q::before {
  font-family: "Playfair Display", serif, serif;
  font-style: normal;
}

/* 回答文：英語フォント、行間と文字間隔の調整 */
html[lang^=en] .p-faq__a {
  font-family: "Playfair Display", serif, serif;
  gap: 15px;
  gap: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* 「A.」の記号：英語フォントを指定 */
html[lang^=en] .p-faq__a::before {
  font-family: "Playfair Display", serif, serif;
}

.p-home-menu__head {
  text-align: center;
}

.p-home-menu__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-menu__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-izumo__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .p-izumo__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 3.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-izumo__text-block {
  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;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-izumo__text-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    min-height: 31.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-izumo__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1025px) {
  .p-izumo__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    letter-spacing: 0.4em;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-izumo__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .p-izumo__desc {
    display: block;
  }
}

/* --- 画像エリア（スライダー）の保護 --- */
.p-izumo__img-wrap {
  width: 100%;
  min-width: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-izumo__img-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-izumo__img-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.js-izumo-slider {
  overflow: hidden;
  width: 100%;
}

.js-izumo-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-izumo-slider .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.p-izumo__img-wrap .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-izumo__img-wrap .swiper-slide img {
    aspect-ratio: 4/5;
  }
}

/* --- ページネーション --- */
.p-izumo__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 8px;
  gap: 0.5rem;
}

.p-izumo__pagination .swiper-pagination-bullet {
  width: 30px;
  width: 1.875rem;
  height: 4px;
  height: 0.25rem;
  border-radius: 0;
  background-color: #ddd;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}

.p-izumo__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 24px;
  height: 1.5rem;
  display: block;
}

.p-izumo__pagination .swiper-pagination-bullet-active {
  background-color: #c9171e;
}

/* --- 多言語対応 --- */
html[lang^=en] .p-izumo__text-block.u-vertical-text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  height: auto;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-izumo__text-block.u-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    min-height: 31.25rem;
  }
}

html[lang^=en] .p-izumo__title {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-izumo__title {
    font-size: 2rem;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-bottom: 0;
    margin: 0;
  }
}

.p-news {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__grid {
    /* 添付画像のように、美しく見える2カラムをベースにする */
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}

/* ===================================================
   ▼ ニュースカード本体（デザインガイド「.spec-card」準拠） ▼
=================================================== */
.p-news-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .05);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .05);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-family: "Noto Serif JP", serif;
}

.p-news-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  /* ★修正箇所: Flexbox内で絶対に画像エリアを縮ませない魔法の1行 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* カードのテキストエリアにのみゆったりとした余白を持たせる */
.p-news-card__body {
  padding: 24px;
  padding: 1.5rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-news-card__body {
    padding: 2rem;
  }
}

.p-news-card__meta {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-news-card__date {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #a8a29e;
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
}

.p-news-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #111;
}
@media screen and (min-width: 768px) {
  .p-news-card__title {
    font-size: 1.25rem;
  }
}

/* 全文出力エリア（the_content）のスタイル */
.p-news-card__content {
  font-size: 14px;
  font-size: 0.875rem;
  color: #111;
  opacity: 0.8;
  line-height: 1.8;
  letter-spacing: 0.05em;
  /* YouTubeなど iframe のレスポンシブ対応 */
}
.p-news-card__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-news-card__content p:last-child {
  margin-bottom: 0;
}
.p-news-card__content a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #a8a29e;
          text-decoration-color: #a8a29e;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news-card__content a:hover {
  opacity: 0.6;
}
.p-news-card__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-radius: 2px;
}
.p-news-card__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
}

/* ===================================================
   ▼ ページネーション（デザインガイド準拠） ▼
=================================================== */
.p-news__pagination {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
.p-news__pagination .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.p-news__pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  height: 0.0625rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-right: -1px;
  margin-right: -0.0625rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
  margin-left: -1px;
  margin-left: -0.0625rem;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  word-wrap: normal !important;
}
.p-news__pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  min-width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Playfair Display", serif;
  color: #111;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-news__pagination .page-numbers:hover {
  border-color: #e5e5e5;
  background-color: #fff;
}
.p-news__pagination .page-numbers.current {
  background-color: #111;
  color: #fff;
  border-color: #111;
}
.p-news__pagination .prev,
.p-news__pagination .next {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

/* ===================================================
   ▼ 英語対応（html[lang^="en"]） ▼
=================================================== */
html[lang^=en] .p-news-card {
  font-family: "Playfair Display", serif;
}
html[lang^=en] .p-news-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
html[lang^=en] .p-news-card__content {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-page-hero {
  position: relative;
  height: 60vh;
  min-height: 380px;
  min-height: 23.75rem;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-hero {
    height: 50vh;
    min-height: 25rem;
  }
}

.p-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}

.p-page-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.p-page-hero__title {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: 400;
}

/* ===================================================
   ▼ 英語対応（html[lang^="en"]） ▼
=================================================== */
/* 通常のページタイトル（Story, Party, Newsなど） */
html[lang^=en] .p-page-hero__title {
  font-family: "Playfair Display", serif, serif;
  font-size: clamp(28px, 5vw, 40px);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-style: italic;
}

/* 日本語版で縦書きになっているタイトル（出雲ページ） */
.p-page-hero__title--vertical {
  margin-top: 80px;
  margin-top: 5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.6em;
  line-height: 1.5;
}

/* 英語の時は横書きに戻し、元デザインの「IZUMO WAKATSUKI」のようにダイナミックに大きくする */
html[lang^=en] .p-page-hero__title--vertical {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-family: "Playfair Display", serif, serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(32px, 6vw, 40px);
  font-size: clamp(2rem, 6vw, 2.5rem); /* スマホで32px〜PCで最大64pxまで可変 */
  letter-spacing: 0.15em;
  line-height: 1.1;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.p-party__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .p-party__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 3.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-party__text-block {
  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;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-party__text-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    min-height: 31.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-party__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .p-party__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    letter-spacing: 0.4em;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-party__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .p-party__desc {
    display: block;
  }
}

/* --- 画像エリア（スライダー）の保護 --- */
.p-party__img-wrap {
  width: 100%;
  min-width: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* デフォルト（スマホ）でテキストより後にする */
}
@media screen and (min-width: 768px) {
  .p-party__img-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-party__img-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; /* PC（横並び）の時だけ左側に持ってくる */
  }
}

/* --- サービス詳細リストの調整 --- */
.p-party__services {
  margin-top: 40px;
  margin-top: 2.5rem;
  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;
  gap: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .p-party__services {
    margin-top: 0;
    margin-right: 5rem;
    gap: 1.875rem;
  }
}

.p-party__service-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1025px) {
  .p-party__service-title {
    position: relative;
    top: -3.5rem;
  }
}

.p-party__service-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-party__service-text {
    font-size: 0.9375rem;
  }
}

.js-party-slider {
  overflow: hidden;
  width: 100%;
}

.js-party-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-party-slider .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.p-party__img-wrap .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-party__img-wrap .swiper-slide img {
    aspect-ratio: 4/5;
  }
}

.p-party__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 8px;
  gap: 0.5rem;
}

.p-party__pagination .swiper-pagination-bullet {
  width: 30px;
  width: 1.875rem;
  height: 4px;
  height: 0.25rem;
  border-radius: 0;
  background-color: #ddd;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.p-party__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 24px;
  height: 1.5rem;
  display: block;
}

.p-party__pagination .swiper-pagination-bullet-active {
  background-color: #c9171e;
}

/* 多言語対応 */
html[lang^=en] .p-party__text-block.u-vertical-text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  height: auto;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-party__text-block.u-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

html[lang^=en] .p-party__title {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-party__title {
    font-size: 2rem;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

html[lang^=en] .p-party__services {
  margin-left: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  top: 0;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-party__services {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* 英語時は縦に積む */
  }
}

/* --- TEAM Section Styles --- */
.p-party-team__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-party-team__title {
    font-size: 1.75rem;
    margin-bottom: 3.75rem;
  }
}

.p-party-team__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Mobile: 2カラム */
  gap: 40px 20px;
  gap: 2.5rem 1.25rem;
  /* 指示：小さめにするために最大幅を制限して中央寄せ */
  max-width: 900px;
  max-width: 56.25rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-party-team__grid {
    grid-template-columns: repeat(4, 1fr); /* PC: 4カラム */
    gap: 1.875rem;
  }
}

.p-party-team__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-party-team__img {
  width: 100%;
  aspect-ratio: 1/1; /* 正方形 */
  overflow: hidden;
  border-radius: 0.25rem; /* わずかに角を丸く（必要に応じて 0 に） */
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, .05);
          box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, .05);
}

.p-party-team__img img {
  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-party-team__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-party-team__name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-party-team__name {
    font-size: 1rem;
  }
}

.p-party-team__ruby {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #a8a8a8;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-party-team__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-party-team__text {
    font-size: 0.8125rem;
  }
}

html[lang^=en] .p-party__services {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  html[lang^=en] .p-party__services {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  html[lang^=en] .p-party__text-block {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: auto;
  }
}

@media screen and (min-width: 1025px) {
  html[lang^=en] .p-party__service-title {
    position: static;
  }
}

/* 多言語対応：英語表示時はふりがなを非表示にする等の調整 */
html[lang^=en] .p-party-team__ruby {
  display: none;
}

.p-recruit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.p-recruit__text-block {
  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;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__text-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-recruit__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__title {
    font-size: 2rem;
    letter-spacing: 0.4em;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 1.25rem;
  }
}

.p-recruit__info-box {
  background: #f7f7f7;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__info-box {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    width: 100%;
    min-width: 25rem;
  }
}

.p-recruit__info-title {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-recruit__info-row {
  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;
  gap: 0.625rem;
  border-bottom: 1px solid #ebebeb;
  border-bottom: 0.0625rem solid #ebebeb;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-right: 0;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
    padding-top: 1.25rem;
    padding-right: 0;
    padding-bottom: 1.25rem;
    padding-left: 0;
  }
}

.p-recruit__info-row:last-child {
  border-bottom: none;
}

.p-recruit__info-label {
  width: 100px;
  width: 6.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #a8a8a8;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-recruit__info-desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-recruit__contact {
  background: #fff;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  border: 1px dashed #ccc;
  border: 0.0625rem dashed #ccc;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-recruit__contact-tel {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__contact-tel {
    font-size: 1.375rem;
  }
}

.p-recruit__contact a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: opacity 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

.p-recruit__contact a:hover,
.p-recruit__contact a:focus-visible {
  opacity: 0.7;
}

.p-recruit__video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    margin-top: 5rem;
  }
}

.p-recruit__video-title {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.p-recruit__video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: #000;
}

.p-recruit__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html[lang^=en] .p-recruit__text-block.u-vertical-text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  height: auto;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-recruit__text-block.u-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

html[lang^=en] .p-recruit__title {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-recruit__title {
    font-size: 2rem;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

html[lang^=en] .p-recruit__info-title,
html[lang^=en] .p-recruit__video-title {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

html[lang^=en] .p-recruit__info-label {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

html[lang^=en] .p-recruit__info-desc,
html[lang^=en] .p-recruit__contact-tel {
  font-family: "Playfair Display", serif, serif;
}

.p-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-story__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-story__grid--reverse > * {
    direction: ltr;
  }
}

.p-story__text-block {
  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;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-story__text-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    min-height: 31.25rem;
  }
}

.p-story__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-story__title {
    font-size: 1.875rem;
    letter-spacing: 0.4em;
    line-height: 2;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 1.25rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

.p-story__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  gap: 1.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-story__gallery {
    gap: 2.5rem;
  }
}

.p-story__item img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-story__item img {
    margin-bottom: 1.25rem;
  }
}

.p-story__caption {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-story__caption {
    font-size: 1.125rem;
  }
}

html[lang^=en] .p-story__text-block.u-vertical-text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  height: auto;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-story__text-block.u-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    min-height: 31.25rem;
  }
}

html[lang^=en] .p-story__title {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  html[lang^=en] .p-story__title {
    font-size: 1.875rem;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

html[lang^=en] .p-story__desc {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

html[lang^=en] .p-story__caption {
  font-family: "Playfair Display", serif, serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.p-fv {
  height: 100vh;
  position: relative;
  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;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-left: 10%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

html[lang^=en] .p-fv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  text-align: center;
}

.p-fv__slider {
  position: absolute;
  inset: 0;
}

.p-fv__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, transform 8s;
  transition: opacity 3s, transform 8s, -webkit-transform 8s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.p-fv__slide.is-active {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv__content {
  position: relative;
  z-index: 10;
  color: #fff;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

html[lang^=en] .p-fv__content {
  padding-top: 0;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
}

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

.p-fv__copy-main {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(24px, 4.5vw, 40px);
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  letter-spacing: 0.6em;
  font-weight: 200;
  line-height: 1.5;
  display: block;
}

html[lang^=en] .p-fv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html[lang^=en] .p-fv__copy-main {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 7vw, 72px);
  font-size: clamp(2rem, 7vw, 4.5rem);
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-fv__copy-sub {
  display: none;
}

html[lang^=en] .p-fv__copy-sub {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(14px, 2vw, 18px);
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  letter-spacing: 0.4em;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.9;
}

.p-fv__scroll {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 60px;
  height: 3.75rem;
  background: rgba(255, 255, 255, .2);
  overflow: hidden;
}

.p-fv__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: fvScrollLine 2s infinite;
          animation: fvScrollLine 2s infinite;
}

@-webkit-keyframes fvScrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes fvScrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.p-home-intro {
  padding-top: 80px;
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 0;
  text-align: center;
  background-color: #111;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-intro {
    padding-top: 7.5rem;
    padding-right: 0;
    padding-bottom: 7.5rem;
    padding-left: 0;
  }
}

.p-home-intro__text {
  font-size: clamp(16px, 2.5vw, 18px);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  letter-spacing: 0.15em;
  line-height: 2.8;
  font-weight: 400;
}

.p-home-intro__author {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  letter-spacing: 0.25em;
}

html[lang^=en] .p-home-intro__text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 2.2;
  font-size: clamp(16px, 2.2vw, 19px);
  font-size: clamp(1rem, 2.2vw, 1.1875rem);
}

html[lang^=en] .p-home-intro__author {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 2.2;
  font-size: 16px;
  font-size: 1rem;
}

.p-menu-card {
  background: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  border: 1px solid #eee;
  border: 0.0625rem solid #eee;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-menu-card--featured {
  background-color: #eee;
}

.p-menu-card--featured .p-menu-card__head {
  color: #333;
  border-bottom: 1px solid #c5c5c5;
  border-bottom: 0.0625rem solid #c5c5c5;
}

.p-menu-card--featured .p-menu-card__desc {
  color: #333;
}

.p-menu-card--dark {
  background: #111;
  color: #fff;
  border: none;
}

.p-menu-card--dark .p-menu-card__desc {
  color: #a8a8a8;
}

.p-menu-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  font-size: 0.625rem;
  color: #a8a8a8;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid #eee;
  border-bottom: 0.0625rem solid #eee;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

html[lang^=en] .p-menu-card__head {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-size: 0.6875rem;
}

.p-menu-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

html[lang^=en] .p-menu-card__title {
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-menu-card__title small {
  font-size: 0.7em;
}

.p-menu-card__sub {
  font-size: 14px;
  font-size: 0.875rem;
  color: #c9a063;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

html[lang^=en] .p-menu-card__sub {
  font-style: italic;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.p-menu-card__desc {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

html[lang^=en] .p-menu-card__desc {
  font-size: 14px;
  font-size: 0.875rem;
}
/*# sourceMappingURL=styles.css.map */
