@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
  scroll-padding-top: 14rem;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
    scroll-padding-top: 9rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #333;
}

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

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

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

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

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

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

/* ナビ類：選択時の青いハイライト（テキスト選択・タップハイライト）を抑止 */
.l-gnav,
.store-gnav,
.l-footer__nav,
.hamburger-menu,
.group-stores {
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #f2ede3;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ============================================================
   ヘッダー（桜蘭の滝 SOSHIJI GROUP・共通ヘッダー）
   MV上に透過で固定。左上=白ロゴ／右上=白ピルナビ（店舗紹介ドロップダウン）
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 4rem;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 767px) {
  .l-header {
    padding: 1.4rem 1.6rem;
    align-items: center;
  }
}
.l-header.is-scrolled {
  background: rgba(35, 56, 94, 0.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .l-header.is-scrolled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.l-header__logo {
  display: block;
  width: 12rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  transition: width 0.4s ease;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 6.4rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header.is-scrolled .l-header__logo {
  width: 6rem;
}
@media (max-width: 767px) {
  .l-header.is-scrolled .l-header__logo {
    width: 4.4rem;
  }
}

/* ---- PCグローバルナビ（白ピル）---- */
@media (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}

.l-gnav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 1rem 4rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}

.l-gnav__item {
  position: relative;
  display: flex;
  align-items: center;
}

.l-gnav__item + .l-gnav__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background: #626b73;
  margin-right: 2rem;
}

.l-gnav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #626b73;
  text-decoration: none;
  white-space: nowrap;
}

.l-gnav__link--drop {
  cursor: pointer;
}

.l-gnav__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #626b73;
  transition: transform 0.25s ease;
}

/* ---- 店舗紹介ドロップダウン（濃紺）---- */
.l-gnav__drop {
  position: absolute;
  top: calc(100% + 1rem);
  right: -4rem;
  min-width: 20rem;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  background: rgba(35, 56, 94, 0.92);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 20;
}

.l-gnav__item--drop:hover .l-gnav__drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-gnav__item--drop:hover .l-gnav__caret {
  transform: rotate(180deg);
}

.l-gnav__drop-link {
  display: block;
  padding: 0.9rem 2rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.l-gnav__drop-link:hover {
  opacity: 0.7;
}

/* ============================================================
   ハンバーガー（SP）— hamburger.js が .open / .hamburger-menu.active を制御
   ============================================================ */
.hamburger {
  display: none;
  position: relative;
  z-index: 10000;
  width: 4rem;
  height: 3.4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  position: absolute;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #23385e;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0.6rem;
}
.hamburger span:nth-child(2) {
  top: 1.6rem;
}
.hamburger span:nth-child(3) {
  top: 2.6rem;
}

.l-header.is-scrolled .hamburger:not(.open) span {
  background: #fff;
}

.l-header__logo .l-header__logo-dark {
  display: none;
}

body.fixed .l-header__logo .l-header__logo-white {
  display: none;
}

body.fixed .l-header__logo .l-header__logo-dark {
  display: block;
}

body.fixed .l-header {
  z-index: 10000;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hamburger.open span {
  background: #23385e;
}

.hamburger.open span:nth-child(1) {
  top: 1.6rem;
  transform: translateX(-50%) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  top: 1.6rem;
  transform: translateX(-50%) rotate(-45deg);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

/* ---- SPドロワー本体 ---- */
.hamburger-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu.active {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: url("../img/top/hero.webp") center center/cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
}

.hamburger-menu__scroll {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hamburger-menu__wrapper {
  min-height: 100%;
  padding: 3rem 3rem 6rem 30%;
}

.hamburger-menu__logo {
  display: none;
  width: 6rem;
  margin-bottom: 4rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}
.hamburger-menu__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hamburger-menu__list {
  list-style: none;
  margin: 10rem 0 0 0;
  padding: 0;
}

.hamburger-menu__item {
  border-bottom: 1px solid rgba(98, 107, 115, 0.35);
}

.hamburger-menu__link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 2rem 0.4rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #626b73;
  text-decoration: none;
}

.hamburger-menu__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #626b73;
}

.hamburger-menu__sublist {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0.6rem 0;
  background: rgba(35, 56, 94, 0.9);
}

.hamburger-menu__sublink {
  display: block;
  padding: 1rem 1.6rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   フッター（桜蘭の滝 SOSHIJI GROUP）
   生成り地＋濃紺ロゴ＋横並びナビ／最下部に淡青のコピーライト帯
   ============================================================ */
.l-footer {
  background: #f2ede3;
}

.l-footer__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 3.6rem 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3rem 2rem;
  }
}

.l-footer__logo {
  display: block;
  width: 8rem;
  flex-shrink: 0;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__nav {
  flex: 1;
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer__item {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l-footer__item {
    padding: 0 1.4rem;
  }
}

.l-footer__item + .l-footer__item {
  border-left: 1px solid rgba(98, 107, 115, 0.4);
}

.l-footer__link {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #626b73;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__link {
    font-size: 1.3rem;
  }
}

.l-copyright {
  background: #6fa4d4;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 1.6rem 1rem;
  margin: 0;
}

.l-copyright--lower {
  background: #23385e;
}

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

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

.u-reverse {
  flex-direction: row-reverse !important;
}

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

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

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

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

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

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

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

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

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

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

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

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

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

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

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

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

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

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

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

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

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

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

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

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

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* ============================================================
   店舗ページ共通（そしじ庵 / いろは / 福たろう）
   配色は body.store-<slug> の CSS変数で切替。
   各ページ固有のセクションは _page-<slug>.scss に記述する。
   ============================================================ */
body.store-soshijian {
  --st-bg: #55453a;
  --st-panel: #223044;
  --st-text: #f3efe8;
  --st-accent: #c9b58a;
  --st-head-on-light: #223044;
  --hd-text: #3a3a3a;
  --hd-shadow: 0 1px 3px rgba(255,255,255,0.6);
  --hd-scroll-bg: rgba(34, 48, 68, 0.94);
  --hd-scroll-text: #f3efe8;
  --hd-glass: rgba(255, 255, 255, 0.42);
  --hd-glass-bd: rgba(255, 255, 255, 0.55);
  --menu-bg: rgba(34, 48, 68, 0.97);
  --menu-text: #f3efe8;
  --menu-border: rgba(255, 255, 255, 0.35);
}

body.store-iroha {
  --st-bg: #f3ece0;
  --st-panel: #6c272d;
  --st-text: #4a3b34;
  --st-accent: #6c272d;
  --st-head-on-light: #6c272d;
  --hd-text: #4a3b34;
  --hd-shadow: 0 1px 3px rgba(255,255,255,0.6);
  --hd-scroll-bg: rgba(243, 236, 224, 0.95);
  --hd-scroll-text: #4a3b34;
  --hd-glass: rgba(255, 255, 255, 0.44);
  --hd-glass-bd: rgba(255, 255, 255, 0.6);
  --menu-bg: rgba(243, 236, 224, 0.97);
  --menu-text: #4a3b34;
  --menu-border: rgba(74, 59, 52, 0.35);
}

body.store-fukutaro {
  --st-bg: #1a1a1a;
  --st-panel: #24382a;
  --st-text: #f2f2f0;
  --st-accent: #8aa87d;
  --st-head-on-light: #24382a;
  --hd-text: #f2f2f0;
  --hd-shadow: 0 1px 6px rgba(0,0,0,0.5);
  --hd-scroll-bg: rgba(26, 26, 26, 0.92);
  --hd-scroll-text: #f2f2f0;
  --hd-glass: rgba(18, 22, 18, 0.38);
  --hd-glass-bd: rgba(255, 255, 255, 0.2);
  --menu-bg: rgba(26, 26, 26, 0.97);
  --menu-text: #f2f2f0;
  --menu-border: rgba(255, 255, 255, 0.35);
}

/* ---- 店舗ヘッダー（MV上に透過配置）---- */
.store-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 4rem;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 767px) {
  .store-header {
    padding: 1.2rem 1.6rem;
    align-items: center;
  }
}
.store-header.is-scrolled {
  background: var(--hd-scroll-bg);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .store-header.is-scrolled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.store-header.is-scrolled .store-gnav {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.store-header.is-scrolled .store-gnav__link {
  color: var(--hd-scroll-text, var(--hd-text));
  text-shadow: none;
}

.store-header.is-scrolled .store-tel {
  color: var(--hd-scroll-text, var(--hd-text));
  border-color: var(--hd-scroll-text, var(--hd-text));
}

.store-header .hamburger:not(.open) span {
  background: var(--hd-text);
}

.store-header.is-scrolled .hamburger:not(.open) span {
  background: var(--hd-scroll-text, var(--hd-text));
}

/* ---- 店舗共通：ハンバーガー展開メニュー ----
   3店舗ともロゴが白抜きのため、標準の白オーバーレイだとロゴ・×が見えない。
   展開メニューを店舗ダークトーン（--menu-bg / --menu-text）に切り替える */
body.store-page .hamburger-menu {
  background: var(--menu-bg, rgba(26, 26, 26, 0.96));
}

body.store-page .hamburger-menu__link {
  color: var(--menu-text, #fff);
}

body.store-page .hamburger-menu__item {
  border-bottom-color: var(--menu-border, rgba(255, 255, 255, 0.35));
}

body.store-page .hamburger-menu__logo {
  display: none;
}

body.store-page .hamburger.open span {
  background: var(--menu-text, #fff);
}

body.fixed .store-header {
  z-index: 10000;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.store-header__logo {
  display: block;
  width: 11rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  transition: width 0.4s ease;
}
@media (max-width: 767px) {
  .store-header__logo {
    width: 6.4rem;
  }
}
.store-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.store-header--iroha .store-header__logo {
  width: 10.08rem;
}
@media (max-width: 767px) {
  .store-header--iroha .store-header__logo {
    width: 6rem;
  }
}

.store-header.is-scrolled .store-header__logo {
  width: 5.5rem;
}
@media (max-width: 767px) {
  .store-header.is-scrolled .store-header__logo {
    width: 4.4rem;
  }
}

.store-header__logo .store-header__logo-dark {
  display: none;
}

.store-header.is-scrolled .store-header__logo-white {
  display: none;
}

.store-header.is-scrolled .store-header__logo-dark {
  display: block;
}

body.fixed .store-header__logo-white {
  display: none;
}

body.fixed .store-header__logo-dark {
  display: block;
}

.store-gnav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.1rem 1.1rem 1.1rem 2.4rem;
  background: var(--hd-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--hd-glass-bd);
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .store-gnav {
    display: none;
  }
}

.store-gnav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.store-gnav__link {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--hd-text);
  text-decoration: none;
  white-space: nowrap;
  text-shadow: var(--hd-shadow);
}

.store-tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid var(--hd-text);
  color: var(--hd-text);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  backdrop-filter: blur(2px);
  transition: opacity 0.3s;
}
.store-tel:hover {
  opacity: 0.7;
}

.store-tel__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

/* ---- 店舗共通：セクション見出し（英字＋罫線＋日本語）---- */
.sec-head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: fit-content;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec-head {
    gap: 1.2rem;
    align-items: flex-start;
  }
}

.sec-head--rev {
  align-items: flex-start;
}

.sec-head__en {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--st-accent);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sec-head__en {
    font-size: 3rem;
    gap: 1.2rem;
  }
}
.sec-head__en::before {
  content: "";
  display: block;
  width: 12rem;
  height: 1px;
  background: var(--st-accent);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec-head__en::before {
    display: none;
  }
}
.sec-head__en.sec-head__en--after::before {
  display: none;
}
.sec-head__en.sec-head__en--after::after {
  content: "";
  display: block;
  width: 12rem;
  height: 1px;
  background: var(--st-accent);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec-head__en.sec-head__en--after::after {
    display: none;
  }
}

.sec-head__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .sec-head__ja {
    font-size: 1.4rem;
  }
}

/* ---- 店舗共通：MENUリンクボタン（枠＋矢印）---- */
.store-menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-width: 44rem;
  padding: 3.4rem 4rem;
  border: 1px solid var(--st-text);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--st-text);
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .store-menu-link {
    min-width: 0;
    width: 100%;
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.store-menu-link:hover {
  opacity: 0.7;
}

.store-menu-link__arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 1px;
  background: currentColor;
}
.store-menu-link__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  background: currentColor;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

/* ---- 店舗共通：店舗概要テーブル（SPは縦積み）---- */
.store-info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: var(--st-text);
}
.store-info-table th, .store-info-table td {
  padding: 2rem 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: left;
  vertical-align: top;
}
.store-info-table th {
  width: 24rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .store-info-table th, .store-info-table td {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: none;
  }
  .store-info-table th {
    padding-top: 1.4rem;
    font-weight: 600;
  }
  .store-info-table td {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

/* ---- 店舗共通：決済アイコン帯 ---- */
.pay-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.pay-block__row img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   店舗共通：Instagramバナー（埋め込みのID・パスワード確認中の代替。
   確認後は各ページのコメントアウト済みグリッドへ復帰する）
   色は店舗テーマ（--st-text）連動
   ============================================================ */
.store-insta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 60%;
  margin: 4rem auto 0;
  padding: 4.5rem 2rem;
  border: 1px solid var(--st-text);
  color: var(--st-text);
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .store-insta-banner {
    width: 100%;
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .store-insta-banner {
    padding: 2.8rem 1.6rem;
    gap: 1.2rem;
  }
}
.store-insta-banner:hover {
  opacity: 0.7;
}

.store-insta-banner__icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .store-insta-banner__icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.store-insta-banner__label {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .store-insta-banner__label {
    font-size: 1.6rem;
  }
}

.store-insta-banner__arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .store-insta-banner__arrow {
    width: 3rem;
  }
}
.store-insta-banner__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  background: currentColor;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

/* ============================================================
   グループ店紹介フッター（下層ページ共通・4ロゴ）
   ============================================================ */
.group-stores {
  background: #f2ede3;
  padding: 5rem 2rem 4rem;
}

body.store-soshijian .group-stores {
  background: #55453a url("../img/soshijian/wood-bg.webp") top center/100% auto repeat;
}

body.store-fukutaro .group-stores {
  background: transparent;
}

body.store-fukutaro .l-footer {
  background: transparent;
}

body.store-fukutaro .l-copyright {
  background: #46613c;
}

body.store-iroha .l-copyright {
  background: #8b3233;
}

body.store-soshijian .group-stores__link img,
body.store-fukutaro .group-stores__link img {
  filter: brightness(0) invert(1);
}

.group-stores__list {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .group-stores__list {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}

.group-stores__item {
  flex: 0 0 auto;
}

.group-stores__link {
  display: block;
  transition: opacity 0.3s;
}
.group-stores__link:hover {
  opacity: 0.6;
}
.group-stores__link img {
  width: auto;
  height: 12rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .group-stores__link img {
    height: 8rem;
  }
}

.group-stores__link--soshiji img {
  height: 10rem;
}
@media (max-width: 767px) {
  .group-stores__link--soshiji img {
    height: 7rem;
  }
}

/* ============================================================
   鰻 蕎麦処 そしじ庵（店舗LP・2層目）
   配色は body.store-soshijian の CSS変数（--st-*）を使用。
   共通コンポーネントは _store-common.scss（.sec-head / .store-menu-link /
   .store-info-table / .pay-block）を流用し、ここには固有装飾のみ記述する。
   ============================================================ */
.page-soshijian {
  position: relative;
  overflow: hidden;
  background-color: #55453a;
  background-image: url("../img/soshijian/wood-bg.webp");
  background-position: top center;
  background-repeat: repeat;
  background-size: 100% auto;
  color: var(--st-text);
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
}

/* ---- 背景装飾（墨の円ブラシ / ensō）---- */
.soshijian-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .soshijian-deco {
    display: none;
  }
}
.soshijian-deco img {
  display: block;
  width: 100%;
  height: auto;
}

.soshijian-deco--enso-navy {
  top: -4rem;
  right: -24rem;
  width: 78rem;
}

.soshijian-deco--enso-sumi {
  top: 63rem;
  left: 0;
  width: 54rem;
  opacity: 0.9;
}

/* ============================================================
   MV（メインビジュアル・後日動画差し替え予定）
   ============================================================ */
.soshijian-mv {
  position: relative;
  z-index: 3;
  width: 100%;
}

.soshijian-mv__media {
  width: 100%;
}
.soshijian-mv__media img {
  display: block;
  width: 100%;
  height: auto;
}

/* MV動画（支給動画。静止画と同じく成り行き高さ＝16:9で全幅） */
.soshijian-mv__video {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
   ABOUT
   ============================================================ */
.soshijian-about {
  position: relative;
  padding: 10rem 0 8rem;
}
@media (max-width: 767px) {
  .soshijian-about {
    padding: 5rem 0 4rem;
  }
}

.soshijian-about__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 767px) {
  .soshijian-about__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.soshijian-about__head {
  flex-shrink: 0;
}

.soshijian-about__body {
  flex: 1;
  max-width: 55rem;
}

.soshijian-about__lead {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-about__lead {
    font-size: 2rem;
  }
}

.soshijian-about__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-about__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* ABOUT 3枚コラージュ */
.soshijian-about__photos {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  height: 90rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .soshijian-about__photos {
    height: auto;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.soshijian-about__photo {
  position: absolute;
  width: 62rem;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .soshijian-about__photo {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 620/400;
  }
}
.soshijian-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soshijian-about__photo--01 {
  top: 0;
  left: 2rem;
}
@media (max-width: 767px) {
  .soshijian-about__photo--01 {
    left: 0;
  }
}

.soshijian-about__photo--02 {
  top: 6rem;
  right: 2rem;
}
@media (max-width: 767px) {
  .soshijian-about__photo--02 {
    right: 0;
  }
}

.soshijian-about__photo--03 {
  top: 50rem;
  left: 31.8rem;
}
@media (max-width: 767px) {
  .soshijian-about__photo--03 {
    left: 0;
  }
}

/* ABOUT / INSTAGRAM 見出し（明朝・白・英字64px＋左に120px罫線・下に日本語24px右寄せ）
   ※COMMITMENT/INFORMATION の共通 .sec-head（Cormorant・金）とは別デザイン（Figma 2008:940 / 2008:949） */
.soshijian-about__head,
.soshijian-instagram__head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .soshijian-about__head,
  .soshijian-instagram__head {
    align-items: flex-start;
    gap: 1.2rem;
  }
}

.soshijian-about__enrow,
.soshijian-instagram__enrow {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .soshijian-about__enrow,
  .soshijian-instagram__enrow {
    gap: 1.2rem;
  }
}

.soshijian-about__rule,
.soshijian-instagram__rule {
  width: 12rem;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .soshijian-about__rule,
  .soshijian-instagram__rule {
    display: none;
  }
}

.soshijian-about__en,
.soshijian-instagram__en {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .soshijian-about__en,
  .soshijian-instagram__en {
    font-size: 3.6rem;
  }
}

.soshijian-about__ja,
.soshijian-instagram__ja {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-about__ja,
  .soshijian-instagram__ja {
    font-size: 1.6rem;
  }
}

/* ============================================================
   INSTAGRAM
   ============================================================ */
.soshijian-instagram {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .soshijian-instagram {
    padding: 4rem 0;
  }
}

.soshijian-instagram__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* 6枠グリッド（各200×200・gap10px・中央寄せ・横1列）Figma 2008:985 */
.soshijian-instagram__grid {
  display: grid;
  grid-template-columns: repeat(6, 20rem);
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .soshijian-instagram__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
}

.soshijian-instagram__cell {
  display: block;
  aspect-ratio: 1/1;
  background: #d9d9d9;
  transition: opacity 0.3s;
}
.soshijian-instagram__cell:hover {
  opacity: 0.8;
}

/* ============================================================
   COMMITMENT（当店のこだわり・ネイビー背景帯）
   ============================================================ */
.soshijian-commitment {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
  background: linear-gradient(to bottom, #1d2a3f, #37465e);
}
@media (max-width: 767px) {
  .soshijian-commitment {
    padding: 5rem 0;
  }
}
.soshijian-commitment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/soshijian/commitment-texture.webp") center/cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  pointer-events: none;
}

.soshijian-commitment__inner {
  position: relative;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.soshijian-commitment__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .soshijian-commitment__head {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
}

.soshijian-commitment__head .sec-head {
  width: fit-content;
}
.soshijian-commitment__head .sec-head__en {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-commitment__head .sec-head__en {
    font-size: 3.6rem;
  }
}
.soshijian-commitment__head .sec-head__en--after::after {
  background: #fff;
}
.soshijian-commitment__head .sec-head__ja {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-commitment__head .sec-head__ja {
    font-size: 1.6rem;
  }
}

.soshijian-commitment__row {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .soshijian-commitment__row {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.soshijian-commitment__row:first-of-type {
  margin-top: 0;
}

.soshijian-commitment__row--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .soshijian-commitment__row--rev {
    flex-direction: column;
  }
}

.soshijian-commitment__textarea {
  flex: 1;
  max-width: 56rem;
}
@media (max-width: 767px) {
  .soshijian-commitment__textarea {
    max-width: none;
    width: 100%;
  }
}

.soshijian-commitment__num {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-commitment__num {
    font-size: 2rem;
  }
}

.soshijian-commitment__num-digit {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .soshijian-commitment__num-digit {
    font-size: 3.2rem;
  }
}

.soshijian-commitment__title {
  margin-top: 1.4rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .soshijian-commitment__title {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

.soshijian-commitment__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .soshijian-commitment__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.soshijian-commitment__photo {
  flex-shrink: 0;
  width: 64rem;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .soshijian-commitment__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 640/400;
  }
}
.soshijian-commitment__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   MENU リンク
   ============================================================ */
.soshijian-menu {
  padding: 8rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .soshijian-menu {
    padding: 5rem 0;
  }
}

.soshijian-menu__en {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--st-text);
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .soshijian-menu__en {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}

/* 共通 .store-menu-link を、そしじ庵は塗り（クリーム）＋角丸ピルに上書き */
.soshijian-menu__link {
  position: relative;
  min-width: 45rem;
  padding: 2.8rem 4rem;
  border: none;
  border-radius: 6rem;
  background: #e6d3c4;
  color: var(--st-bg);
}
@media (max-width: 767px) {
  .soshijian-menu__link {
    min-width: 0;
    width: 100%;
    padding: 2rem;
  }
}
.soshijian-menu__link::after {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid #5d4e43;
  border-radius: 5.5rem;
  pointer-events: none;
}

/* ============================================================
   お席について
   ============================================================ */
.soshijian-seat {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .soshijian-seat {
    padding: 5rem 0;
  }
}

.soshijian-seat__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.soshijian-seat__heading {
  text-align: center;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--st-text);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .soshijian-seat__heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.soshijian-seat__body {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .soshijian-seat__body {
    flex-direction: column;
    gap: 2rem;
  }
}

.soshijian-seat__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .soshijian-seat__textarea {
    width: 100%;
  }
}

.soshijian-seat__subtitle {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .soshijian-seat__subtitle {
    font-size: 1.8rem;
  }
}

.soshijian-seat__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .soshijian-seat__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.soshijian-seat__photo {
  flex-shrink: 0;
  width: 52rem;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .soshijian-seat__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 520/400;
  }
}
.soshijian-seat__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   INFORMATION（店舗概要）
   ============================================================ */
.soshijian-info {
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .soshijian-info {
    padding: 5rem 0 6rem;
  }
}

.soshijian-info__head {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .soshijian-info__head {
    margin-bottom: 3rem;
  }
}
.soshijian-info__head .sec-head__en {
  color: var(--st-text);
}

/* INFORMATION 見出しは中央・罫線なし */
.sec-head--center {
  align-items: center;
  text-align: center;
  margin-inline: auto;
}

.sec-head--center .sec-head__en::before {
  display: none;
}

.soshijian-info__photo {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.soshijian-info__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1120/494;
  object-fit: cover;
}

.soshijian-info__tablewrap {
  max-width: 116rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .soshijian-info__tablewrap {
    margin-top: 4rem;
  }
}

/* 概要テーブルのラベル列はPCのみ中央寄せ（SPは縦積みのため既定の左寄せ） */
@media (min-width: 768px) {
  .soshijian-info__tablewrap .store-info-table th {
    text-align: center;
  }
}

.store-info-table__tel {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .store-info-table__tel {
    text-decoration: underline;
  }
}

/* 決済アイコン帯（白パネル） */
.soshijian-pay {
  max-width: 132rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .soshijian-pay {
    margin-top: 4rem;
  }
}

.soshijian-pay .pay-block {
  gap: 2.4rem;
  background: #fff;
  padding: 4rem 7rem;
}
@media (max-width: 767px) {
  .soshijian-pay .pay-block {
    padding: 2.4rem 2rem;
    gap: 1.6rem;
  }
}

.soshijian-pay__row--cards img {
  max-width: 113.7rem;
  margin: 0 auto;
}

.soshijian-pay__row--emoney {
  padding-top: 2.4rem;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .soshijian-pay__row--emoney {
    padding-top: 1.6rem;
  }
}
.soshijian-pay__row--emoney img {
  max-width: 113.7rem;
  margin: 0 auto;
}

/* Googleマップ */
.soshijian-info__map {
  max-width: 116rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .soshijian-info__map {
    margin-top: 4rem;
  }
}
.soshijian-info__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1120/494;
  border: 0;
}

/* ============================================================
   そしじ庵 お品書き（3層目・MENU）
   配色：ページ地＝茶 #5D4E43 ／ お品書きパネル＝クリーム #EBD8C9
        帯＝ネイビー #1E2A3D ／ 文字＝濃茶 #5a4a3d
   ※実測値（Figma）。店舗テーマ var(--st-panel) とほぼ同色。
   ============================================================ */
.page-soshijian-menu {
  background: #55453a url("../img/soshijian/wood-bg.webp") top center/100% auto repeat;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-soshijian-menu {
    padding-bottom: 6rem;
  }
}

/* ---- MV（全幅ヒーロー写真） ---- */
.soshijian-menu-mv {
  width: 100%;
}

.soshijian-menu-mv__img {
  display: block;
  width: 100%;
  height: 80rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .soshijian-menu-mv__img {
    height: 44rem;
  }
}

/* ---- お食事 / お飲み物 ボタン（茶地の上） ---- */
.soshijian-menu-actions {
  display: flex;
  justify-content: center;
  gap: 8rem;
  padding: 8rem 4rem 0;
}
@media (max-width: 767px) {
  .soshijian-menu-actions {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding: 4rem 2rem 0;
  }
}

.soshijian-menu-actions__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 45rem;
  max-width: 100%;
  height: 9.9rem;
  border: none;
  border-radius: 5rem;
  background: #ebd8c9;
  color: #5a4a3d;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.soshijian-menu-actions__btn::after {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid #5d4e43;
  border-radius: 4.5rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .soshijian-menu-actions__btn {
    width: 34rem;
    height: 6.6rem;
    gap: 2rem;
    font-size: 1.6rem;
  }
}
.soshijian-menu-actions__btn:hover {
  opacity: 0.75;
}

.soshijian-menu-actions__arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.soshijian-menu-actions__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.1rem;
  height: 1px;
  background: currentColor;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

/* ---- お品書きパネル（クリーム地・全カテゴリを内包） ---- */
.soshijian-menu-panel {
  position: relative;
  max-width: 136rem;
  margin: 8rem auto 0;
  padding: 4rem 8rem 8rem;
  background: #ebd8c9;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .soshijian-menu-panel {
    margin: 4rem 1.6rem 0;
    padding: 3rem 2rem 5rem;
  }
}

/* ---- ページ見出し MENU / お品書き（右寄せ） ---- */
.soshijian-menu-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .soshijian-menu-head {
    margin-bottom: 3.2rem;
  }
}

.soshijian-menu-head__en {
  position: relative;
  padding-right: 14rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-head__en {
    padding-right: 8rem;
    font-size: 3rem;
  }
}
.soshijian-menu-head__en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12rem;
  height: 1px;
  background: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-head__en::after {
    width: 6rem;
  }
}

.soshijian-menu-head__ja {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-head__ja {
    font-size: 1.4rem;
  }
}

/* ---- カテゴリ共通 ---- */
.soshijian-menu-cat + .soshijian-menu-cat {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .soshijian-menu-cat + .soshijian-menu-cat {
    margin-top: 4rem;
  }
}

.soshijian-menu-cat__head {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .soshijian-menu-cat__head {
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
}

.soshijian-menu-cat__en {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-cat__en {
    font-size: 3rem;
  }
}

.soshijian-menu-cat__ja {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-cat__ja {
    font-size: 1.6rem;
  }
}

.soshijian-menu-cat__ja--inline {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .soshijian-menu-cat__ja--inline {
    font-size: 1.5rem;
  }
}

/* サブ見出し（温そば / 冷そば / 冷酒（一合瓶）） */
.soshijian-menu-subhead {
  margin: 0 0 2.4rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-subhead {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
}

.soshijian-menu-list + .soshijian-menu-subhead {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .soshijian-menu-list + .soshijian-menu-subhead {
    margin-top: 3rem;
  }
}

/* ============================================================
   SET / GOZEN カード（帯タイトル＋詳細＋写真）
   ============================================================ */
.soshijian-menu-set {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .soshijian-menu-set {
    gap: 3rem;
  }
}

.soshijian-menu-set-card {
  display: flex;
  align-items: stretch;
  gap: 8rem;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card {
    flex-direction: column;
    gap: 2rem;
  }
}

.soshijian-menu-set-card__body {
  flex: 1;
  min-width: 0;
  padding: 4rem;
  border: 1px solid #b7ab9b;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__body {
    padding: 2.4rem 2rem;
  }
}

.soshijian-menu-set-card__title {
  display: flex;
  align-items: center;
  min-height: 4.9rem;
  padding: 1rem 2rem;
  background: #1e2a3d;
  color: #fff;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__title {
    min-height: 0;
    padding: 0.9rem 1.4rem;
    font-size: 1.6rem;
  }
}

.soshijian-menu-set-card__title--long {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__title--long {
    font-size: 1.5rem;
  }
}

.soshijian-menu-set-card__sub {
  margin-top: 2rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__sub {
    margin-top: 1.4rem;
    font-size: 1.3rem;
  }
}

.soshijian-menu-set-card__price {
  margin-top: 2rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__price {
    margin-top: 1.4rem;
    font-size: 2rem;
  }
}

.soshijian-menu-set-card__detail {
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #b7ab9b;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__detail {
    margin-top: 1.6rem;
    padding: 1.6rem;
  }
}

.soshijian-menu-set-card__list {
  width: fit-content;
  margin: 0 auto;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__list {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.soshijian-menu-set-card__photo {
  flex-shrink: 0;
  width: 60rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__photo {
    width: 100%;
  }
}
.soshijian-menu-set-card__photo img {
  display: block;
  width: 100%;
  height: 36rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__photo img {
    height: auto;
    aspect-ratio: 600/360;
  }
}

.soshijian-menu-set-card__note {
  margin-top: 1.4rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-set-card__note {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

/* ============================================================
   価格リスト（2カラム・品名＋価格）
   ============================================================ */
.soshijian-menu-list {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .soshijian-menu-list {
    flex-direction: column;
    gap: 0;
  }
}

.soshijian-menu-list__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .soshijian-menu-list__col {
    gap: 0;
  }
}

.soshijian-menu-item {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 767px) {
  .soshijian-menu-item {
    align-items: flex-start;
    padding: 1.8rem 0;
    border-bottom: 1px solid #b7ab9b;
  }
}

.soshijian-menu-item__name {
  flex: 1;
  min-width: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7ab9b;
}
@media (max-width: 767px) {
  .soshijian-menu-item__name {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.soshijian-menu-item__title {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-item__title {
    font-size: 1.5rem;
  }
}

.soshijian-menu-item__note {
  margin-top: 0.6rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-item__note {
    font-size: 1.2rem;
  }
}

.soshijian-menu-item__price {
  flex-shrink: 0;
  width: 16rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7ab9b;
  text-align: right;
}
@media (max-width: 767px) {
  .soshijian-menu-item__price {
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.soshijian-menu-item__yen {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #5a4a3d;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .soshijian-menu-item__yen {
    font-size: 1.6rem;
  }
}

/* 冷そばの「大盛り＋¥250」注記 */
.soshijian-menu-plusnote {
  margin-top: 2rem;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #5a4a3d;
}
@media (max-width: 767px) {
  .soshijian-menu-plusnote {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
}

/* ---- 単品写真ストリップ（3枚横並び） ---- */
.soshijian-menu-strip {
  margin: 6rem 0;
}
@media (max-width: 767px) {
  .soshijian-menu-strip {
    margin: 4rem 0;
  }
}
.soshijian-menu-strip img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
   甘党茶屋 いろは（店舗LP・2層）
   配色は body.store-iroha の CSS変数（_store-common.scss）を参照
   --st-bg:#f3ece0（クリーム和紙） / --st-panel:#6c272d（ボルドー）
   --st-text:#4a3b34（濃茶） / --st-accent:#6c272d（ボルドー）
   ============================================================ */
.page-iroha {
  background: var(--st-bg);
  overflow: hidden;
}

body.store-iroha .sec-head__en,
body.store-iroha .sec-head__ja {
  font-family: "Klee One", "Noto Serif JP", serif;
}

/* ---- 共通トーン：ボルドー面の上に置く明色テキスト用 ---- */
/* ================= MV ================= */
.iroha-mv {
  position: relative;
  width: 100%;
  height: 80rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .iroha-mv {
    height: auto;
  }
}

.iroha-mv__bg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .iroha-mv__bg {
    height: auto;
  }
}
.iroha-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* MV動画（支給動画。PCはセクション高さいっぱいをcover／SPはトリミングなし） */
.iroha-mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .iroha-mv__video {
    height: auto;
  }
}

.iroha-mv__note {
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
  padding: 1rem 3rem;
  background: rgba(108, 39, 45, 0.75);
  color: #fff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  border-radius: 0.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .iroha-mv__note {
    bottom: 5rem;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
  }
}

/* ===== クリーム地エリア（ABOUT／INSTAGRAM）＋和紙装飾 ===== */
.iroha-intro {
  position: relative;
  background: var(--st-bg);
}

.iroha-intro__deco {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .iroha-intro__deco {
    opacity: 0.5;
  }
}

/* ================= ABOUT ================= */
.iroha-about {
  position: relative;
  z-index: 1;
  padding: 9rem 0 0;
}
@media (max-width: 767px) {
  .iroha-about {
    padding: 5rem 0 0;
  }
}

.iroha-about__head {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .iroha-about__head {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 2rem;
  }
}

.iroha-about__sec {
  flex-shrink: 0;
}

.iroha-about__lead {
  flex: 1;
  padding-top: 0.6rem;
}

.iroha-about__lead-title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-about__lead-title {
    font-size: 2rem;
  }
}

.iroha-about__lead-text {
  margin-top: 2.4rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-about__lead-text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.iroha-about__gallery {
  position: relative;
  max-width: 128rem;
  height: 90rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .iroha-about__gallery {
    height: auto;
    margin-top: 3rem;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.iroha-about__photo {
  position: absolute;
  width: 62rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .iroha-about__photo {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 620/400;
  }
}
.iroha-about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.iroha-about__photo--01 {
  top: 0;
  left: 0;
}

.iroha-about__photo--02 {
  top: 6rem;
  right: 0;
}

.iroha-about__photo--03 {
  top: 50rem;
  left: 29.8rem;
}

/* ================= INSTAGRAM ================= */
.iroha-insta {
  position: relative;
  z-index: 1;
  padding: 20rem 0 12rem;
}
@media (max-width: 767px) {
  .iroha-insta {
    padding: 6rem 0 6rem;
  }
}

/* INSTAGRAM 見出し：そしじ庵TOPと同レイアウト（左寄せ・左罫線1本・日本語右端揃え）
   旧：共通sec-headで中央寄せ＋両側罫線
   .iroha-insta__head { align-items: center; margin-bottom: 4rem; }
   .iroha-insta__head .sec-head__en { justify-content: center; }
   .iroha-insta__head .sec-head__en::after { …右罫線… }
   .iroha-insta__head .sec-head__ja { text-align: center; } */
.iroha-insta__headwrap {
  max-width: 129rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.iroha-insta__bannerwrap {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.iroha-insta__head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .iroha-insta__head {
    align-items: flex-start;
    gap: 1.2rem;
  }
}

.iroha-insta__enrow {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .iroha-insta__enrow {
    gap: 1.2rem;
  }
}

.iroha-insta__rule {
  width: 12rem;
  height: 1px;
  background: var(--st-accent);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .iroha-insta__rule {
    display: none;
  }
}

.iroha-insta__en {
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--st-accent);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .iroha-insta__en {
    font-size: 3.6rem;
  }
}

.iroha-insta__ja {
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-insta__ja {
    font-size: 1.6rem;
  }
}

.iroha-insta__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  max-width: 129rem;
  margin: 0 auto;
  padding: 0 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .iroha-insta__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }
}

.iroha-insta__cell {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: #d9d4c9;
  transition: opacity 0.3s;
}
.iroha-insta__cell:hover {
  opacity: 0.75;
}

/* ================= COMMITMENT ================= */
.iroha-commitment {
  position: relative;
  z-index: 1;
  padding: 10rem 0 11rem;
  background: linear-gradient(180deg, #9a443f 0%, #ae624a 55%, #c28153 100%);
}
@media (max-width: 767px) {
  .iroha-commitment {
    padding: 6rem 0 6rem;
  }
}

.iroha-commitment__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.iroha-commitment__head {
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .iroha-commitment__head {
    margin-bottom: 3rem;
  }
}

.iroha-commitment__head .sec-head__en {
  color: #f3ece0;
}

.iroha-commitment__head .sec-head__en--after::after {
  background: #f3ece0;
}

.iroha-commitment__head .sec-head__ja {
  color: #f3ece0;
}

.iroha-commit__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
}
@media (max-width: 767px) {
  .iroha-commit__item {
    flex-direction: column;
    gap: 2rem;
  }
}

.iroha-commit__item--rev {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .iroha-commit__item--rev {
    flex-direction: column;
  }
}

.iroha-commit__item + .iroha-commit__item {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .iroha-commit__item + .iroha-commit__item {
    margin-top: 4rem;
  }
}

.iroha-commit__text {
  flex: 1;
}
@media (max-width: 767px) {
  .iroha-commit__text {
    width: 100%;
  }
}

.iroha-commit__num {
  display: flex;
  align-items: baseline;
  gap: 1.4rem;
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #f3ece0;
}
@media (max-width: 767px) {
  .iroha-commit__num {
    font-size: 1.4rem;
  }
}

.iroha-commit__num-fig {
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(243, 236, 224, 0.85);
}
@media (max-width: 767px) {
  .iroha-commit__num-fig {
    font-size: 3.2rem;
  }
}

.iroha-commit__title {
  margin-top: 1.6rem;
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #f3ece0;
}
@media (max-width: 767px) {
  .iroha-commit__title {
    margin-top: 1rem;
    font-size: 1.9rem;
  }
}

.iroha-commit__body {
  margin-top: 2.2rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: rgba(243, 236, 224, 0.85);
}
@media (max-width: 767px) {
  .iroha-commit__body {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

.iroha-commit__photo {
  flex-shrink: 0;
  width: 64rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .iroha-commit__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 640/400;
  }
}
.iroha-commit__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================= MENU リンク ================= */
.iroha-menu-section {
  background: var(--st-bg);
  text-align: center;
  padding: 9rem 0 2rem;
}
@media (max-width: 767px) {
  .iroha-menu-section {
    padding: 5rem 0 1rem;
  }
}

.iroha-menu-section__title {
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--st-accent);
  margin-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .iroha-menu-section__title {
    font-size: 3.4rem;
    margin-bottom: 2.4rem;
  }
}

.iroha-menu-section__link {
  background: var(--st-accent);
  border-color: var(--st-accent);
  border-radius: 6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .iroha-menu-section__link {
    width: auto;
    min-width: 0;
    max-width: 34rem;
    margin: 0 auto;
  }
}
.iroha-menu-section__link:hover {
  opacity: 0.85;
}

/* ================= お席について ================= */
.iroha-seat {
  background: var(--st-bg);
  padding: 6rem 0 9rem;
}
@media (max-width: 767px) {
  .iroha-seat {
    padding: 4rem 0 5rem;
  }
}

.iroha-seat__title {
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
  color: var(--st-accent);
}
@media (max-width: 767px) {
  .iroha-seat__title {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
}

.iroha-seat__body {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 116rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .iroha-seat__body {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3rem;
  }
}

.iroha-seat__text {
  flex: 1;
}
@media (max-width: 767px) {
  .iroha-seat__text {
    width: 100%;
  }
}

.iroha-seat__lead {
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-seat__lead {
    font-size: 1.9rem;
  }
}

.iroha-seat__desc {
  margin-top: 2.4rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-seat__desc {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.iroha-seat__photo {
  flex-shrink: 0;
  width: 52rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .iroha-seat__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 520/400;
  }
}
.iroha-seat__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================= INFORMATION ================= */
.iroha-info {
  position: relative;
  z-index: 0;
  background: var(--st-bg);
  padding: 8rem 0 11rem;
}
@media (max-width: 767px) {
  .iroha-info {
    padding: 5rem 0 6rem;
  }
}

.iroha-info__kasumi {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .iroha-info__kasumi {
    display: none;
  }
}

.iroha-info__kasumi--l {
  left: 0;
  top: 9rem;
  width: 29.1rem;
}

.iroha-info__kasumi--r {
  right: 0;
  top: 42rem;
  width: 25.3rem;
}

.iroha-info__head {
  align-items: center;
  margin-inline: auto;
}

.iroha-info__head .sec-head__en::before {
  display: none;
}

.iroha-info__head .sec-head__ja {
  text-align: center;
}

.iroha-info__photo {
  max-width: 116rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
.iroha-info__photo img {
  width: 100%;
  aspect-ratio: 1120/494;
  object-fit: cover;
  display: block;
}

.iroha-info__table {
  max-width: 116rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
}

.iroha-info__table .store-info-table th {
  text-align: center;
}

.iroha-info__table .store-info-table th,
.iroha-info__table .store-info-table td {
  border-bottom-color: rgba(74, 59, 52, 0.2);
}

.iroha-pay {
  max-width: 132rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}

.iroha-pay__inner {
  background: #fff;
  padding: 4rem 6rem;
  box-shadow: 0 2px 14px rgba(74, 59, 52, 0.08);
}
@media (max-width: 767px) {
  .iroha-pay__inner {
    padding: 2.4rem 2rem;
  }
}

.iroha-pay .pay-block__row {
  display: flex;
  justify-content: center;
}

.iroha-pay .pay-block__row img {
  width: 100%;
  max-width: 113rem;
  height: auto;
}

.iroha-pay__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(74, 59, 52, 0.15);
}

.iroha-info__map {
  max-width: 116rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
.iroha-info__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1120/494;
  border: 0;
}

/* ============================================================
   甘党茶屋 いろは お品書き（MENU）
   配色は body.store-iroha の CSS変数（--st-*）を参照。
   ============================================================ */
.iroha-menu-page {
  background: var(--st-bg);
}

/* ---- MV（甘味の写真帯） ---- */
.iroha-menu-mv {
  width: 100%;
}

.iroha-menu-mv__media {
  width: 100%;
}
@media (max-width: 767px) {
  .iroha-menu-mv__media {
    height: 38rem;
  }
}
.iroha-menu-mv__media img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .iroha-menu-mv__media img {
    height: 100%;
    object-fit: cover;
  }
}

/* ---- 本文ラッパー（和柄装飾を背面に敷く） ---- */
.iroha-menu-body {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 12rem;
  background: var(--st-bg);
}
@media (max-width: 767px) {
  .iroha-menu-body {
    padding: 5rem 0 7rem;
  }
}

.iroha-menu-inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---- 和柄装飾（千鳥格子・麻の葉） ---- */
.iroha-menu-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.iroha-menu-deco--hound1 {
  top: -4rem;
  left: -14rem;
  width: 66rem;
  height: 66rem;
  background-image: url("../img/iroha-menu/iroha-menu-pat-hound.webp");
}
@media (max-width: 767px) {
  .iroha-menu-deco--hound1 {
    top: -2rem;
    left: -10rem;
    width: 34rem;
    height: 34rem;
  }
}

.iroha-menu-deco--hound2 {
  top: 44rem;
  right: -14rem;
  width: 66rem;
  height: 66rem;
  background-image: url("../img/iroha-menu/iroha-menu-pat-hound2.webp");
}
@media (max-width: 767px) {
  .iroha-menu-deco--hound2 {
    display: none;
  }
}

.iroha-menu-deco--asanoha {
  top: 96rem;
  left: -16rem;
  width: 72rem;
  height: 72rem;
  background-image: url("../img/iroha-menu/iroha-menu-pat-asanoha.webp");
}
@media (max-width: 767px) {
  .iroha-menu-deco--asanoha {
    top: auto;
    bottom: 8rem;
    left: auto;
    right: -10rem;
    width: 36rem;
    height: 36rem;
  }
}

/* ---- 見出し MENU / お品書き（右寄せ配置） ---- */
.iroha-menu-head {
  width: fit-content;
  margin: 0 0 4rem auto;
}
@media (max-width: 767px) {
  .iroha-menu-head {
    margin: 0 auto 3rem;
  }
}

.iroha-menu-head__en {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-menu-head__en {
    font-size: 4rem;
    gap: 1.2rem;
    justify-content: center;
  }
}

.iroha-menu-head__line {
  display: block;
  width: 12rem;
  height: 1px;
  background: var(--st-text);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .iroha-menu-head__line {
    width: 8rem;
  }
}

.iroha-menu-head__ja {
  margin-top: 2rem;
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-menu-head__ja {
    font-size: 1.8rem;
    margin-top: 1.2rem;
    text-align: center;
  }
}

/* ---- カテゴリ（Sweets Menu / Drink Menu） ---- */
.iroha-menu-cat--drink {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .iroha-menu-cat--drink {
    margin-top: 4rem;
  }
}

.iroha-menu-cat__title {
  margin-bottom: 2rem;
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-menu-cat__title {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }
}

/* ---- 品名＋価格リスト共通 ---- */
.iroha-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iroha-menu-list--sweets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
}
@media (max-width: 767px) {
  .iroha-menu-list--sweets {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.iroha-menu-drink {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .iroha-menu-drink {
    flex-direction: column;
    gap: 2rem;
  }
}

.iroha-menu-list--drink {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.iroha-menu-item {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.iroha-menu-item__name {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--st-text);
  font-family: "Klee One", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-menu-item__name {
    padding: 1.4rem 0.4rem;
    font-size: 1.4rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

/* 品名とサブ説明を縦に積む（茶屋のおやつ盛りのように説明が長い品目用） */
.iroha-menu-item__name--stack {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.iroha-menu-item__sub {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .iroha-menu-item__sub {
    font-size: 1.2rem;
  }
}

.iroha-menu-item__price {
  flex-shrink: 0;
  width: 18rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--st-text);
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  white-space: nowrap;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .iroha-menu-item__price {
    width: auto;
    min-width: 8rem;
    padding: 1.4rem 0.4rem;
    font-size: 1.4rem;
  }
}

/* ---- 甘味の写真（2枚並び） ---- */
.iroha-menu-photos {
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .iroha-menu-photos {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.iroha-menu-photos__item {
  flex: 1;
  height: 40rem;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .iroha-menu-photos__item {
    height: 24rem;
  }
}
.iroha-menu-photos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   炉端空間 福たろう（店舗2層ページ）
   配色は body.store-fukutaro の CSS変数（--st-*）を参照。
   メイン=黒 / ポイント=深緑 / 本文=白 / 竹柄装飾。
   共通は _store-common.scss（.sec-head / .store-menu-link /
   .store-info-table / .pay-block）を使用。
   ============================================================ */
body.store-fukutaro #container {
  background: linear-gradient(to bottom, #000 0, #000 80rem, #20241f 166rem, #000 221rem, #000 100%);
}

.page-fukutaro {
  color: var(--st-text);
  overflow-x: hidden;
}

/* ---- MV（メインビジュアル：将来 動画に差し替え）---- */
.fukutaro-mv {
  position: relative;
  width: 100%;
  height: 80rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fukutaro-mv {
    height: auto;
  }
}

.fukutaro-mv__bg {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .fukutaro-mv__bg {
    position: static;
  }
}
.fukutaro-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* MV動画（支給動画。PCはセクション高さいっぱいをcover／SPはトリミングなし） */
.fukutaro-mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .fukutaro-mv__video {
    height: auto;
  }
}

.fukutaro-mv__note {
  position: absolute;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
  padding: 1rem 2.4rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
  backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  .fukutaro-mv__note {
    bottom: 4rem;
    font-size: 1.2rem;
    padding: 0.8rem 1.8rem;
  }
}

/* ---- ABOUT（福たろうについて）---- */
.fukutaro-about {
  position: relative;
  padding: 8rem 0 10rem;
  background: url("../img/fukutaro/bamboo-frame.webp") no-repeat top center;
  background-size: 109% auto;
}
@media (max-width: 767px) {
  .fukutaro-about {
    padding: 5rem 0 6rem;
    background-size: 160% auto;
  }
}

.fukutaro-about__inner {
  position: relative;
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.fukutaro-about__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 767px) {
  .fukutaro-about__head {
    flex-direction: column;
    gap: 3rem;
  }
}

.fukutaro-about__sechead {
  flex-shrink: 0;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .fukutaro-about__sechead {
    align-items: flex-start;
  }
}

.fukutaro-about__intro {
  max-width: 58rem;
}
@media (max-width: 767px) {
  .fukutaro-about__intro {
    max-width: none;
  }
}

.fukutaro-about__lead {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.6;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-about__lead {
    font-size: 2.2rem;
  }
}

.fukutaro-about__text {
  margin-top: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-about__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.fukutaro-about__gallery {
  position: relative;
  width: 100%;
  max-width: 128rem;
  height: 90rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .fukutaro-about__gallery {
    height: auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.fukutaro-about__photo {
  position: absolute;
  width: 62rem;
  height: 40rem;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fukutaro-about__photo {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 620/400;
    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.4);
  }
}
.fukutaro-about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fukutaro-about__photo--01 {
  top: 0;
  left: 0;
}

.fukutaro-about__photo--02 {
  top: 6rem;
  left: 66rem;
}

.fukutaro-about__photo--03 {
  top: 50rem;
  left: 29.8rem;
  z-index: 2;
}

/* ---- INSTAGRAM（最新6投稿プレースホルダー）---- */
.fukutaro-insta {
  position: relative;
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .fukutaro-insta {
    padding: 4rem 0 5rem;
  }
}
.fukutaro-insta::before {
  content: "";
  position: absolute;
  right: -25rem;
  bottom: 0;
  width: 90.5rem;
  height: 23.3rem;
  background: radial-gradient(50% 50% at 50% 50%, #283d20 0%, #46613c 100%);
  opacity: 0.4;
  -webkit-mask: url("../img/fukutaro/seigaiha-mask.webp") bottom right/contain no-repeat;
  mask: url("../img/fukutaro/seigaiha-mask.webp") bottom right/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fukutaro-insta::before {
    width: 48rem;
    height: 12.4rem;
    right: -12rem;
  }
}
.fukutaro-insta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76rem;
  height: 17.4rem;
  background: radial-gradient(50% 50% at 50% 50%, #283d20 0%, #46613c 100%);
  opacity: 0.4;
  -webkit-mask: url("../img/fukutaro/seigaiha-mask.webp") bottom left/contain no-repeat;
  mask: url("../img/fukutaro/seigaiha-mask.webp") bottom left/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fukutaro-insta::after {
    width: 40rem;
    height: 9.2rem;
  }
}

.fukutaro-insta__inner {
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

/* INSTAGRAM 見出し：そしじ庵TOPと同レイアウト（左寄せ・左罫線1本・日本語右端揃え） */
.fukutaro-insta__head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .fukutaro-insta__head {
    align-items: flex-start;
    gap: 1.2rem;
  }
}

.fukutaro-insta__enrow {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .fukutaro-insta__enrow {
    gap: 1.2rem;
  }
}

.fukutaro-insta__rule {
  width: 12rem;
  height: 1px;
  background: var(--st-accent);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .fukutaro-insta__rule {
    display: none;
  }
}

.fukutaro-insta__en {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--st-accent);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fukutaro-insta__en {
    font-size: 3.6rem;
  }
}

.fukutaro-insta__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-insta__ja {
    font-size: 1.6rem;
  }
}

.fukutaro-insta__grid {
  margin-top: 4rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .fukutaro-insta__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.4rem;
  }
}

.fukutaro-insta__item {
  aspect-ratio: 1/1;
}

.fukutaro-insta__link {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 240, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: opacity 0.3s;
}
.fukutaro-insta__link:hover {
  opacity: 0.7;
}

/* ---- COMMITMENT（福たろうのこだわり）---- */
.fukutaro-commit {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 9rem;
  background: linear-gradient(to bottom, #283d20, #46613c);
}
@media (max-width: 767px) {
  .fukutaro-commit {
    padding: 5rem 0 6rem;
  }
}
.fukutaro-commit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/washi-texture.webp") center/cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  pointer-events: none;
}

.fukutaro-commit__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.fukutaro-commit__sechead {
  width: fit-content;
  margin-left: auto;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .fukutaro-commit__sechead {
    margin-left: 0;
  }
}

.fukutaro-commit__row {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .fukutaro-commit__row {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}

.fukutaro-commit__row--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .fukutaro-commit__row--rev {
    flex-direction: column;
  }
}

.fukutaro-commit__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .fukutaro-commit__body {
    gap: 1.6rem;
    width: 100%;
  }
}

.fukutaro-commit__num {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-commit__num {
    font-size: 2rem;
  }
}

.fukutaro-commit__num-lg {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .fukutaro-commit__num-lg {
    font-size: 4rem;
  }
}

.fukutaro-commit__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.6;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-commit__title {
    font-size: 2.2rem;
  }
}

.fukutaro-commit__text {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-commit__text {
    font-size: 1.4rem;
  }
}

.fukutaro-commit__photo {
  flex-shrink: 0;
  width: 64rem;
  height: 40rem;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .fukutaro-commit__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 640/400;
  }
}
.fukutaro-commit__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- MENU リンク ---- */
.fukutaro-menulink {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .fukutaro-menulink {
    padding: 5rem 0;
  }
}

.fukutaro-menulink__inner {
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .fukutaro-menulink__inner {
    gap: 2.4rem;
  }
}

.fukutaro-menulink__en {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--st-accent);
}
@media (max-width: 767px) {
  .fukutaro-menulink__en {
    font-size: 3.2rem;
  }
}

/* ---- お席について ---- */
.fukutaro-seat {
  padding: 4rem 0 8rem;
}
@media (max-width: 767px) {
  .fukutaro-seat {
    padding: 3rem 0 5rem;
  }
}

.fukutaro-seat__inner {
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.fukutaro-seat__head {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-seat__head {
    font-size: 2.6rem;
  }
}

.fukutaro-seat__body {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .fukutaro-seat__body {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.fukutaro-seat__textarea {
  flex: 1;
}

.fukutaro-seat__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.6;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-seat__title {
    font-size: 2.2rem;
  }
}

.fukutaro-seat__text {
  margin-top: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-seat__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.fukutaro-seat__photo {
  flex-shrink: 0;
  width: 52rem;
  height: 40rem;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .fukutaro-seat__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 520/400;
  }
}
.fukutaro-seat__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- INFORMATION（店舗概要）---- */
.fukutaro-info {
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .fukutaro-info {
    padding: 5rem 0 6rem;
  }
}

.fukutaro-info__inner {
  max-width: 116rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.fukutaro-info__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .fukutaro-info__head {
    gap: 1.2rem;
  }
}

.fukutaro-info__en {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--st-accent);
}
@media (max-width: 767px) {
  .fukutaro-info__en {
    font-size: 3rem;
  }
}

.fukutaro-info__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-info__ja {
    font-size: 1.4rem;
  }
}

.fukutaro-info__photo {
  width: 100%;
  height: 49.4rem;
  margin-top: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fukutaro-info__photo {
    height: auto;
    aspect-ratio: 1120/494;
    margin-top: 3rem;
  }
}
.fukutaro-info__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fukutaro-info__table {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .fukutaro-info__table {
    margin-top: 3rem;
  }
}

/* 決済アイコン帯（白パネル・.pay-block を内包）
   そしじ庵と同様：132remコンテナ＝マップ(116rem)よりやや広い。白背景はpay-block側 */
.fukutaro-pay {
  max-width: 132rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .fukutaro-pay {
    margin-top: 4rem;
  }
}
.fukutaro-pay .pay-block {
  gap: 3rem;
  background: #fff;
  padding: 4rem 7rem;
}
@media (max-width: 767px) {
  .fukutaro-pay .pay-block {
    gap: 2rem;
    padding: 2.4rem 1.6rem;
  }
}

.fukutaro-pay__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

/* Googleマップ */
.fukutaro-info__map {
  max-width: 116rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
  height: 49.4rem;
}
@media (max-width: 767px) {
  .fukutaro-info__map {
    height: 32rem;
    margin-top: 4rem;
  }
}

.fukutaro-info__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ============================================================
   炉端空間 福たろう お品書き（MENU）
   黒背景×白文字。炭火七輪の写真背景＋暗幕。品名＋価格の2カラム。
   配色は body.store-fukutaro の --st-* を参照。
   ============================================================ */
.page-fukutaro-menu {
  background: var(--st-bg);
  color: var(--st-text);
}

/* ---- MV（炉端焼きの一皿・ロゴ入り） ---- */
.fukutaro-menu-mv {
  width: 100%;
}
.fukutaro-menu-mv img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- 本編（炭火七輪の写真背景＋暗幕） ---- */
.fukutaro-menu-body {
  position: relative;
  background-color: var(--st-bg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)), url("../img/fukutaro-menu/menu-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-body {
    padding: 4.4rem 0 6rem;
  }
}

.fukutaro-menu-inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-inner {
    padding: 0 2rem;
  }
}

/* ---- お食事／お飲み物 切替ボタン ---- */
.fukutaro-menu-btns {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-btns {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.fukutaro-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 45rem;
  max-width: 100%;
  padding: 3.2rem 3rem;
  border: 1px solid var(--st-text);
  border-radius: 6rem;
  color: var(--st-text);
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .fukutaro-menu-btn {
    width: 100%;
    padding: 1.8rem 2rem;
    gap: 1.4rem;
  }
}
.fukutaro-menu-btn:hover {
  opacity: 0.7;
}

.fukutaro-menu-btn__label {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .fukutaro-menu-btn__label {
    font-size: 1.6rem;
  }
}

.fukutaro-menu-btn__arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 1px;
  flex-shrink: 0;
  background: currentColor;
}
@media (max-width: 767px) {
  .fukutaro-menu-btn__arrow {
    width: 3rem;
  }
}
.fukutaro-menu-btn__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  background: currentColor;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

/* ---- 見出し MENU / お品書き ---- */
.fukutaro-menu-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-head {
    margin-top: 4.4rem;
    gap: 0.6rem;
  }
}

.fukutaro-menu-head__row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-head__row {
    gap: 1.4rem;
  }
}

.fukutaro-menu-head__en {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-menu-head__en {
    font-size: 4rem;
  }
}

.fukutaro-menu-head__line {
  display: block;
  width: 12rem;
  height: 1px;
  background: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-menu-head__line {
    width: 7rem;
  }
}

.fukutaro-menu-head__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-menu-head__ja {
    font-size: 1.7rem;
  }
}

/* ---- カテゴリのグリッド（PC 2カラム・SP 1カラム。段組みで詰める） ---- */
.fukutaro-menu-section {
  scroll-margin-top: 10rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-section {
    margin-top: 4rem;
  }
}

.fukutaro-menu-grid {
  column-count: 2;
  column-gap: 6rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-grid {
    column-count: 1;
    column-gap: 0;
  }
}

/* ---- カテゴリ ---- */
.fukutaro-menu-cat {
  break-inside: avoid;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-cat {
    margin-bottom: 3.6rem;
  }
}

.fukutaro-menu-cat__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: var(--st-text);
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-cat__title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
}

.fukutaro-menu-cat__sub {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--st-accent);
  margin: 2rem 0 0.6rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-cat__sub {
    font-size: 1.5rem;
    margin: 1.6rem 0 0.4rem;
  }
}

.fukutaro-menu-cat__note {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(242, 242, 240, 0.75);
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .fukutaro-menu-cat__note {
    font-size: 1.2rem;
  }
}

.fukutaro-menu-cat__list {
  display: flex;
  flex-direction: column;
}

/* ---- 品名＋価格の1行（下線） ---- */
.fukutaro-menu-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 1rem;
  border-bottom: 1px solid rgba(242, 242, 240, 0.4);
}
@media (max-width: 767px) {
  .fukutaro-menu-item {
    padding: 1.2rem 0.4rem;
    gap: 1rem;
  }
}

.fukutaro-menu-item__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-menu-item__name {
    font-size: 1.4rem;
  }
}

.fukutaro-menu-item__price {
  flex-shrink: 0;
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
  color: var(--st-text);
}
@media (max-width: 767px) {
  .fukutaro-menu-item__price {
    font-size: 1.4rem;
  }
}

.fukutaro-menu-item__price--ask {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fukutaro-menu-item__price--ask {
    font-size: 1.2rem;
  }
}

/* ---- 税込表記 ---- */
.fukutaro-menu-note-all {
  margin-top: 5rem;
  text-align: right;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: rgba(242, 242, 240, 0.85);
}
@media (max-width: 767px) {
  .fukutaro-menu-note-all {
    margin-top: 3rem;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* ============ company ページ（会社概要 / SOSHIJI 2層目） ============ */
.page-company {
  background: #fff;
}

/* ===== FV（石碑＋海のバナー・右下タイトル） ===== */
.company-fv {
  position: relative;
  width: 100%;
  height: 46rem;
}
@media (max-width: 767px) {
  .company-fv {
    height: 26rem;
  }
}

.company-fv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.company-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company-fv__title {
  position: absolute;
  right: 8rem;
  bottom: 4rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .company-fv__title {
    right: 2rem;
    bottom: 2rem;
    font-size: 3rem;
  }
}

/* ===== GREETING〜PHILOSOPHY 共通背景（Figma：#cadef0→#f8f0e5 グラデ＋和柄テクスチャ luminosity）===== */
.company-intro-bg {
  background-image: url("../img/top/store-pattern.webp"), linear-gradient(to bottom, #cadef0 0%, #f8f0e5 100%);
  background-size: 22rem 15.455rem, cover;
  background-repeat: repeat, no-repeat;
  background-position: top left, center;
  background-blend-mode: luminosity, normal;
}

/* ===== GREETING ごあいさつ ===== */
.company-greeting {
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .company-greeting {
    padding: 5rem 0 6rem;
  }
}

.company-greeting__inner {
  position: relative;
  width: 100%;
  min-height: 40rem;
}
@media (max-width: 767px) {
  .company-greeting__inner {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.company-greeting__text {
  max-width: 64rem;
  padding: 6.3rem 0 0 8rem;
}
@media (max-width: 767px) {
  .company-greeting__text {
    padding: 0;
  }
}

.company-greeting__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.company-greeting__en {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #689fd3;
}
@media (max-width: 767px) {
  .company-greeting__en {
    font-size: 3.8rem;
  }
}

.company-greeting__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #626b73;
}
@media (max-width: 767px) {
  .company-greeting__ja {
    font-size: 1.8rem;
  }
}

.company-greeting__body {
  margin-top: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #626b73;
}
@media (max-width: 767px) {
  .company-greeting__body {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.company-greeting__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 72.3rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .company-greeting__image {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 723/400;
  }
}
.company-greeting__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== PHILOSOPHY 企業理念 ===== */
.company-philosophy {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .company-philosophy {
    padding: 0 2rem 6rem;
  }
}

.company-philosophy__panel {
  position: relative;
  max-width: 128rem;
  height: 66.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company-philosophy__panel {
    height: auto;
    min-height: 40rem;
    padding: 4rem 2rem;
  }
}

.company-philosophy__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.company-philosophy__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company-philosophy__textgroup {
  position: absolute;
  top: 10rem;
  right: 7.7rem;
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
@media (max-width: 767px) {
  .company-philosophy__textgroup {
    position: static;
    top: auto;
    right: auto;
    justify-content: flex-end;
    gap: 2.4rem;
  }
}

.company-philosophy__body {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-philosophy__body {
    font-size: 1.5rem;
    white-space: normal;
  }
}

.company-philosophy__vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .company-philosophy__vertical {
    font-size: 3.6rem;
  }
}

.company-philosophy__watermark {
  position: absolute;
  left: 0;
  bottom: -4.7rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 12.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 767px) {
  .company-philosophy__watermark {
    bottom: 0.5rem;
    font-size: 4.2rem;
  }
}

/* ===== COMPANY 会社概要 ===== */
.company-overview {
  padding: 6rem 0 10rem;
  background: #689fd3;
}
@media (max-width: 767px) {
  .company-overview {
    padding: 4rem 0 6rem;
  }
}

.company-overview__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .company-overview__head {
    gap: 1rem;
  }
}

.company-overview__en {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .company-overview__en {
    font-size: 3.8rem;
  }
}

.company-overview__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .company-overview__ja {
    font-size: 1.8rem;
  }
}

.company-overview__table {
  max-width: 112rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .company-overview__table {
    margin-top: 3rem;
    padding: 0 2rem;
  }
}

.company-overview__row {
  display: flex;
  align-items: stretch;
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .company-overview__row {
    flex-direction: column;
    gap: 0;
    padding: 1.4rem 0;
    border-bottom: 1px solid #fff;
  }
}

.company-overview__th {
  flex-shrink: 0;
  width: 31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid #fff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .company-overview__th {
    width: auto;
    justify-content: flex-start;
    padding: 0 0 0.6rem;
    border-bottom: none;
    font-size: 1.5rem;
  }
}

.company-overview__td {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid #fff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .company-overview__td {
    padding: 0;
    border-bottom: none;
    font-size: 1.4rem;
  }
}

body.is-page-recruit .l-copyright,
body.is-page-company .l-copyright {
  background: #689fd3;
}

/* ============================================================
   採用情報ページ（RECRUIT）
   ページ固有素クラスは recruit- プレフィックス
   ============================================================ */
body.is-page-recruit #container {
  position: relative;
  isolation: isolate;
  background: linear-gradient(to bottom, #cadef0 46rem, #f8f0e5 100%);
}

body.is-page-recruit #container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../img/recruit/texture.webp") top left/22rem 15.455rem repeat;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

body.is-page-recruit .l-footer,
body.is-page-recruit .group-stores {
  background: transparent;
}

/* ---------- FV バナー ---------- */
.recruit-fv {
  position: relative;
  width: 100%;
  height: 46rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-fv {
    height: 22rem;
  }
}

.recruit-fv__bg {
  width: 100%;
  height: 100%;
}
.recruit-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit-fv__title {
  position: absolute;
  right: 8rem;
  bottom: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .recruit-fv__title {
    right: 2rem;
    bottom: 1.6rem;
    font-size: 2.8rem;
  }
}

/* ---------- 導入 ---------- */
.recruit-intro {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .recruit-intro {
    padding: 4rem 0 0;
  }
}

.recruit-intro__inner {
  display: flex;
  gap: 8rem;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit-intro__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.recruit-intro__textarea {
  flex: 1;
  min-width: 0;
}

.recruit-intro__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #689fd3;
}
@media (max-width: 767px) {
  .recruit-intro__title {
    font-size: 2rem;
  }
}

.recruit-intro__text {
  margin-top: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #626b73;
}
@media (max-width: 767px) {
  .recruit-intro__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.recruit-intro__image {
  flex-shrink: 0;
  width: 64rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .recruit-intro__image {
    width: 100%;
    height: auto;
    aspect-ratio: 640/400;
  }
}
.recruit-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- 桜爛の滝 SOSHIJIグループの特徴 ---------- */
.recruit-feature {
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .recruit-feature {
    padding: 4rem 0 0;
  }
}

.recruit-feature__inner {
  display: flex;
  gap: 8rem;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit-feature__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.recruit-feature__image {
  flex-shrink: 0;
  width: 64rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .recruit-feature__image {
    width: 100%;
    height: auto;
    aspect-ratio: 640/400;
    order: 2;
  }
}
.recruit-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit-feature__textarea {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .recruit-feature__textarea {
    order: 1;
  }
}

.recruit-feature__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #689fd3;
}
@media (max-width: 767px) {
  .recruit-feature__title {
    font-size: 2rem;
  }
}

.recruit-feature__text {
  margin-top: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #626b73;
}
@media (max-width: 767px) {
  .recruit-feature__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

/* ---------- 募集要項 ---------- */
.recruit-req {
  padding: 10rem 2rem 0;
}
@media (max-width: 767px) {
  .recruit-req {
    padding: 5rem 2rem 0;
  }
}

.recruit-req__box {
  max-width: 128rem;
  margin: 0 auto;
  padding: 4rem 8rem;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .recruit-req__box {
    padding: 3rem 2rem;
  }
}

.recruit-req__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .recruit-req__head {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}

.recruit-req__head-title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #626b73;
}
@media (max-width: 767px) {
  .recruit-req__head-title {
    font-size: 3rem;
  }
}

.recruit-req__head-sub {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #626b73;
}
@media (max-width: 767px) {
  .recruit-req__head-sub {
    font-size: 1.6rem;
  }
}

.recruit-req__table {
  border-top: 1px solid #626b73;
}

.recruit-req__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #626b73;
}
@media (max-width: 767px) {
  .recruit-req__row {
    flex-direction: column;
    padding: 1.6rem 0;
  }
}

.recruit-req__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  padding: 2rem 1rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #626b73;
}
@media (max-width: 767px) {
  .recruit-req__label {
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.recruit-req__value {
  flex: 1;
  min-width: 0;
  padding: 2rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #626b73;
}
@media (max-width: 767px) {
  .recruit-req__value {
    padding: 0;
    font-size: 1.4rem;
  }
}

/* ---------- CONTACT（ご応募・お問い合わせ／TELボタン） ---------- */
.recruit-contact {
  padding: 8rem 2rem 10rem;
}
@media (max-width: 767px) {
  .recruit-contact {
    padding: 4rem 2rem 6rem;
  }
}

.recruit-contact__box {
  position: relative;
  max-width: 128rem;
  min-height: 66.6rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .recruit-contact__box {
    min-height: 0;
  }
}
.recruit-contact__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.recruit-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  padding: 7.7rem 8rem;
}
@media (max-width: 767px) {
  .recruit-contact__inner {
    gap: 2rem;
    padding: 4rem 2.4rem;
  }
}

.recruit-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.recruit-contact__en {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit-contact__en {
    font-size: 3rem;
  }
}

.recruit-contact__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit-contact__ja {
    font-size: 1.8rem;
  }
}

.recruit-contact__text {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit-contact__text {
    font-size: 1.4rem;
  }
}

.recruit-contact__tel {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .recruit-contact__tel {
    margin-top: 0.5rem;
  }
}
.recruit-contact__tel:hover {
  background: #fff;
  color: #23385e;
}

.recruit-contact__tel-label {
  font-size: 2rem;
}

.recruit-contact__tel-num {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .recruit-contact__tel-num {
    font-size: 2.2rem;
  }
}

/* ============================================================
   TOP（1層目：分岐ページ）
   全面明朝（$f_mincho）。空色ベース。セクション単位でfade-up。
   クラスは top- プレフィックスで素クラス衝突を回避。
   ============================================================ */
.top {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #626b73;
}

/* 共通：view more（横線＋先端上向きの矢印） -------------------- */
.top-more {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #6fa4d4;
  text-decoration: none;
  white-space: nowrap;
}

.top-more__line {
  position: relative;
  display: block;
  width: 3rem;
  height: 1px;
  background: currentColor;
}
.top-more__line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 1px;
  background: currentColor;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

.top-more--line {
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
}

.top-more--white {
  color: #fff;
}

/* ============================================================
   01 MV
   ============================================================ */
.top-mv {
  width: 100%;
  height: 80rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-mv {
    height: auto;
  }
}

.top-mv__media {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top-mv__media {
    height: auto;
  }
}
.top-mv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* MV動画（支給動画。PCはセクション高さいっぱいをcover／SPはトリミングなし） */
.top-mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top-mv__video {
    height: auto;
  }
}

/* ============================================================
   02 コンセプト
   ============================================================ */
.top-concept {
  background: #4d4d4d;
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .top-concept {
    padding: 6rem 0;
  }
}

.top-concept__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26rem;
}
@media (max-width: 767px) {
  .top-concept__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
    padding: 0 3rem;
  }
}

.top-concept__lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .top-concept__lead {
    font-size: 1.5rem;
    line-height: 2;
    align-self: flex-start;
  }
}

.top-concept__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.5rem;
}

.top-concept__title-sub,
.top-concept__title-lg {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.08em;
  color: #fff;
}

.top-concept__title-sub {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .top-concept__title-sub {
    font-size: 2.8rem;
  }
}

.top-concept__title-lg {
  font-size: 6.4rem;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .top-concept__title-lg {
    font-size: 4rem;
    margin-top: 8rem;
  }
}

/* ============================================================
   03 店舗紹介
   ============================================================ */
.top-store {
  background-image: url("../img/top/store-pattern.webp"), linear-gradient(to bottom, #cadef0 0%, #f8f0e5 100%);
  background-size: 22rem 15.455rem, cover;
  background-repeat: repeat, no-repeat;
  background-position: top left, center;
  background-blend-mode: luminosity, normal;
  padding: 9rem 0;
}
@media (max-width: 767px) {
  .top-store {
    padding: 5rem 0;
  }
}

.top-store__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .top-store__inner {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
  }
}

.top-store__head {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-store__head {
    gap: 3rem;
  }
}

.top-store__label {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #626b73;
}
@media (max-width: 767px) {
  .top-store__label {
    font-size: 4rem;
  }
}

.top-store__sub {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.04em;
  color: #626b73;
}
@media (max-width: 767px) {
  .top-store__sub {
    font-size: 1.5rem;
    line-height: 2.6;
  }
}

.top-store__cards {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .top-store__cards {
    gap: 0.8rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
}

.top-store__card {
  position: relative;
  display: block;
  width: 24rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-store__card {
    width: calc((100% - 1.6rem) / 3);
  }
}
.top-store__card::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  border: 2px solid #6fa4d4;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-store__card::before {
    top: -0.5rem;
    left: -0.5rem;
  }
}

.top-store__panel {
  position: relative;
  z-index: 1;
  height: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 1.6rem 2rem;
  background: #fff;
  box-shadow: 4px 4px 10px rgba(33, 79, 120, 0.3);
}
@media (max-width: 767px) {
  .top-store__panel {
    height: auto;
    aspect-ratio: 118/300;
    padding: 1.2rem 0.5rem 1rem;
  }
}

.top-store__logo {
  width: auto;
  max-width: 90%;
  max-height: 36rem;
  margin: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .top-store__logo {
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
  }
}

.top-store__card .top-more {
  align-self: flex-start;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .top-store__card .top-more {
    align-self: center;
    margin-left: 0;
    gap: 0.4rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .top-store__card .top-more__line {
    width: 1.4rem;
  }
}

/* ============================================================
   04 NEWS（お知らせ）
   ============================================================ */
.top-news {
  background: #6fa4d4;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .top-news {
    padding: 4rem 0;
  }
}

.top-news__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .top-news__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 0 2rem;
  }
}

.top-news__label {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-news__label {
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }
}

.top-news__list {
  flex: 1;
  width: 100%;
  max-width: 80rem;
  max-height: 11.4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.7) transparent;
}
.top-news__list::-webkit-scrollbar {
  width: 4px;
}
.top-news__list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}
.top-news__list::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width: 767px) {
  .top-news__list {
    max-height: 13rem;
  }
}

.top-news__item {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-news__item {
    gap: 1.6rem;
    padding: 1.2rem 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

.top-news__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.top-news__date {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-news__date {
    font-size: 1.5rem;
  }
}

.top-news__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-news__text {
    font-size: 1.5rem;
  }
}

/* ============================================================
   05 企業理念について
   ============================================================ */
.top-philosophy {
  background: #b0d3f3 url("../img/top/philosophy-bg.webp") center center/cover no-repeat;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .top-philosophy {
    padding: 4rem 0;
  }
}

.top-philosophy__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 0 0 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
@media (max-width: 767px) {
  .top-philosophy__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 0 2rem;
  }
}

.top-philosophy__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-shrink: 0;
  width: 38.4rem;
}
@media (max-width: 767px) {
  .top-philosophy__body {
    width: 100%;
    gap: 2rem;
  }
}

.top-philosophy__title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-philosophy__title {
    font-size: 3rem;
    white-space: normal;
  }
}

.top-philosophy__image {
  width: 72rem;
  height: 48rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-philosophy__image {
    width: 100%;
    height: auto;
    aspect-ratio: 720/480;
  }
}
.top-philosophy__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   06 採用情報
   ============================================================ */
.top-recruit {
  position: relative;
  height: 70.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-recruit {
    height: 44rem;
  }
}

.top-recruit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-recruit__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-recruit__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.top-recruit__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-recruit__inner {
    justify-content: center;
    padding: 0 3rem;
  }
}

.top-recruit__content {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
@media (max-width: 767px) {
  .top-recruit__content {
    gap: 2.4rem;
  }
}

.top-recruit__textblock {
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
}
@media (max-width: 767px) {
  .top-recruit__textblock {
    gap: 2rem;
  }
}

.top-recruit__lead {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .top-recruit__lead {
    font-size: 1.6rem;
  }
}

.top-recruit__label {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .top-recruit__label {
    font-size: 4rem;
  }
}

/* ============================================================
   07 会社案内バナー（濃紺＋桜の花びら）
   ============================================================ */
.top-company {
  position: relative;
  background: #23385e;
  padding: 6rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-company {
    padding: 4rem 0;
  }
}

.top-company__sakura {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.top-company__sakura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.top-company__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-company__inner {
    padding: 0 2rem;
  }
}

.top-company__banner {
  position: relative;
  display: block;
  width: 72rem;
  max-width: 100%;
  height: 32rem;
  background: linear-gradient(rgba(104, 159, 211, 0.92), rgba(104, 159, 211, 0.92)), url("../img/top/company-washi.webp") center center/cover no-repeat;
  box-shadow: 10px 10px 30px rgba(19, 38, 70, 0.9);
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-company__banner {
    height: auto;
    min-height: 26rem;
  }
}

.top-company__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 42rem;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .top-company__photo {
    position: relative;
    width: 100%;
    height: 16rem;
    clip-path: none;
  }
}
.top-company__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-company__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 2.4rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  color: #fff;
}
@media (max-width: 767px) {
  .top-company__body {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2.4rem 2rem;
    align-items: flex-end;
  }
}

.top-company__title {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .top-company__title {
    font-size: 3.2rem;
  }
}

.top-company__subtitle {
  position: relative;
  margin-top: 1rem;
  padding-top: 1.4rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top-company__subtitle {
    font-size: 2rem;
  }
}
.top-company__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 1px;
  background: #fff;
}

.top-company__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .top-company__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.top-company__arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 1px;
  margin-top: 2.4rem;
  background: #fff;
}
.top-company__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  background: #fff;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

/* ============================================================
   お知らせFV（採用情報ページの recruit-fv と同型：写真＋右下タイトル）
   ============================================================ */
.news-fv {
  position: relative;
  width: 100%;
  height: 46rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-fv {
    height: 22rem;
  }
}

.news-fv__bg {
  width: 100%;
  height: 100%;
}
.news-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-fv__title {
  position: absolute;
  right: 8rem;
  bottom: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .news-fv__title {
    right: 2rem;
    bottom: 1.6rem;
    font-size: 2.8rem;
  }
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
/* リスト型一覧（投稿日＋タイトル）。お知らせはサムネイル未設定が多いためこちらを標準にした 2026-08-05
   ※以下の .news-archive__grid ／ .news-card* は旧カード型用（現在は未使用。復帰用に残置） */
.news-list {
  max-width: 96rem;
  margin: 5rem auto 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .news-list {
    margin-top: 3rem;
  }
}

.news-list__item {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  padding: 2.4rem 1rem;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .news-list__item {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.8rem 0.5rem;
  }
}

.news-list__item:hover {
  background: #f7f7f7;
}

.news-list__date {
  flex-shrink: 0;
  width: 11rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767px) {
  .news-list__date {
    width: auto;
    font-size: 1.3rem;
  }
}

.news-list__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 767px) {
  .news-list__title {
    font-size: 1.5rem;
  }
}

.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Hina Mincho", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #AE8D47;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   404ページ（採用情報・お知らせと同じ下層トンマナ）
   ============================================================ */
.page-404 {
  background: #fff;
}

/* ---------- FV バナー（採用情報ページと同型：写真＋右下タイトル） ---------- */
.notfound-fv {
  position: relative;
  width: 100%;
  height: 46rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .notfound-fv {
    height: 22rem;
  }
}

.notfound-fv__bg {
  width: 100%;
  height: 100%;
}
.notfound-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.notfound-fv__title {
  position: absolute;
  right: 8rem;
  bottom: 3rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .notfound-fv__title {
    right: 2rem;
    bottom: 1.6rem;
    font-size: 2.8rem;
  }
}

/* ---------- 本文 ---------- */
.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #689fd3;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #626b73;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #626b73;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #689fd3;
  color: #fff;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
