.p-article-works__category {
	margin-bottom: 20px;
}

.p-button {
	margin-bottom: 40px;
}

.l-head-group.promotion-lab .l-head-group__item, .l-head-group.brew-lab .l-head-group__item, .l-head-group.nature-lab .l-head-group__item {
	opacity: 0.2;
}
/* Project Stories タグ全体 */
.works-tags{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0 2.5rem; /* ← 下にしっかり余白 */
}

/* タグチップ */
.works-tag{
  display: inline-block;
  padding: .3rem .7rem;
  background-color: #f2f2f2; /* 薄いグレー背景 */
  border-radius: 999px;
  font-size: .85rem;
  line-height: 1.4;
  text-decoration: none;
  color: #333;
  transition: background-color .2s ease, color .2s ease;
}

/* hover時 */
.works-tag:hover{
  background-color: #e6e6e6;
  color: #000;
}

.p-button a, .p-button button {
	border: 2px solid;
}

.p-sub-title {
	margin-bottom: 40px;
}

/* FAQ */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

/* 各項目の枠線 */
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}

/* 質問部分（クリックエリア） */
.faq-question {
  list-style: none; /* デフォルトの三角形を消す（一部ブラウザ） */
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}

/* 独自のアイコン（＋）を追加 */
.faq-question::after {
  content: '＋';
  position: absolute;
  right: 10px;
  transition: transform 0.3s;
}

/* 開いている時のアイコン（×） */
details[open] .faq-question::after {
  transform: rotate(45deg);
}

/* 回答部分の余白 */
.faq-answer {
  padding: 15px 0;
  line-height: 1.6;
  color: #555;
  animation: fadeIn 0.4s ease; /* ふわっと表示 */
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


.indexPage-news__article .category a,
.p-article-news__info .category a {
     display: inline-block;
    font-size: 9px;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1;
    transition: all 0.25s ease;
}

.category a[href*="naturelab"] {
    background-color: #e0f7fa;
    color: #0288d1;
    border: 1px solid #0288d1;
}

.category a[href*="brew"] {
    background-color: #fff3e0;
    color: #ef6c00;
    border: 1px solid #ef6c00;
}

.category a[href*="promolab"] {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
.category a[href*="camp"] {
    background-color: rgba(85, 107, 47, 0.08);
    color: #556b2f;
    border: 1px solid #556b2f;
}
.category a[href*="article"] {
    background-color: rgba(106, 76, 147, 0.08);
    color: #6a4c93;
    border: 1px solid #6a4c93;
}

.nature-video {
  margin: 60px 0;
}

.nature-video__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.nature-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
 メンバー紹介ページ専用
 page-id-5190
========================= */

.page-id-5190 .editor-body {
  max-width: 1180px;
  margin: 0 auto;
}

/* グループ体制ブロック */
.page-id-5190 .wp-block-columns {
  gap: 32px;
  margin: 40px 0 50px;
}

.page-id-5190 .wp-block-column {
  background: #f7f7f4;
  padding: 36px;
  border-radius: 24px;
}

.page-id-5190 .wp-block-column p {
  font-size: 15px;
  line-height: 2;
}

/* 追加予定文 */
.page-id-5190 .has-text-align-center {
  margin-top: 80px;
  font-size: 15px;
  color: #777;
}

/* =========================
 メンバー一覧カード
========================= */

.page-id-5190 .member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin: 50px 0 90px;
}

.page-id-5190 .member-card {
  appearance: none;
  border: none;
  background: #fff;
  text-align: left;
  padding: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(0,0,0,.07);
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}

.page-id-5190 .member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 54px rgba(0,0,0,.11);
}

.page-id-5190 .member-card__photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f4f1;
}

.page-id-5190 .member-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .45s ease;
}

.page-id-5190 .member-card:hover .member-card__photo img {
  transform: scale(1.04);
}

.page-id-5190 .member-card__body {
  padding: 28px 30px 32px;
}

/* 肩書 */
.page-id-5190 .member-card__role {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #777;
  margin: 0 0 14px;
}

/* 英字名 */
.page-id-5190 .member-card__name {
font-size: clamp(18px, 1.8vw, 28px);
line-height: 1.22;
letter-spacing: .10em;
  margin: 0 0 14px;
  font-weight: 700;
  word-break: keep-all;
}

/* 日本語名 */
.page-id-5190 .member-card__jp {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .08em;
  margin: 0;
  font-weight: 700;
}

/* =========================
 モーダル
========================= */

.page-id-5190 .member-modal {
  display: none;
}

.page-id-5190 .member-modal.is-active {
  display: block;
}

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

.page-id-5190 .member-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 9998;
}

.page-id-5190 .member-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 92vw);
  max-height: 88vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 28px;
  z-index: 9999;
  padding: 48px;
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.page-id-5190 .member-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 32px;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}

.page-id-5190 .member-modal__inner {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 48px;
  align-items: start;
}

.page-id-5190 .member-modal__photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
}

.page-id-5190 .member-modal__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-id-5190 .member-modal__body h3 {
font-size: clamp(22px, 2.2vw, 34px);
line-height: 1.3;
letter-spacing: .08em;
  margin: 0 0 10px;
}

.page-id-5190 .member-modal__jp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 34px;
}

.page-id-5190 .member-modal__body h4 {
  font-size: 17px;
  margin: 36px 0 16px;
  letter-spacing: .08em;
  display: inline-block;
  border-bottom: 2px solid #111;
  padding-bottom: 8px;
}

.page-id-5190 .member-modal__body p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: .06em;
  margin: 0;
}

.page-id-5190 .member-modal__sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: 34px;
  border: 1px solid #111;
  border-radius: 50%;
  color: #111;
  text-decoration: none;
  transition: .25s ease;
}

.page-id-5190 .member-modal__sns:hover {
  background: #111;
  color: #fff;
}

.page-id-5190 .member-modal__sns .icon-instagram {
  font-size: 28px;
}

/* =========================
 スマホ
========================= */

@media screen and (max-width: 768px) {
  .page-id-5190 .member-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-id-5190 .member-card__body {
    padding: 24px 24px 28px;
  }

  .page-id-5190 .member-card__name {
    font-size: 25px;
  }

  .page-id-5190 .member-modal__content {
    width: 92vw;
    padding: 34px 24px;
    border-radius: 22px;
  }

  .page-id-5190 .member-modal__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-id-5190 .member-modal__body h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .page-id-5190 .editor-body {
    padding: 0 4px;
  }

  .page-id-5190 .wp-block-column {
    padding: 28px 24px;
  }
}

/* iPhone Safari 自動リンク色対策 */

.page-id-5190 .member-card__name,
.page-id-5190 .member-card__jp,
.page-id-5190 .member-modal__body h3,
.page-id-5190 .member-modal__jp,
.page-id-5190 .member-modal__close {
  color: #111 !important;
  text-decoration: none !important;
}

.page-id-5190 a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* =========================
 お問い合わせフォーム
 page-id-1151
========================= */

.page-id-1151 .editor-body {
  max-width: 760px;
  margin: 0 auto;
}

.page-id-1151 .editor-body > p {
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.page-id-1151 .contact-form {
  background: #fff;
  padding: 48px;
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.06);
}

.page-id-1151 .contact-form__item {
  margin: 0 0 30px;
}

.page-id-1151 .contact-form__item-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.page-id-1151 .contact-form__item-require {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.page-id-1151 .contact-form__item-content {
  margin: 0;
}

.page-id-1151 input[type="text"],
.page-id-1151 input[type="email"],
.page-id-1151 input[type="tel"],
.page-id-1151 textarea {
  width: 100%;
  max-width: 100%;
  padding: 15px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #f8f8f6;
  font-size: 16px;
  line-height: 1.6;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.page-id-1151 textarea {
  min-height: 180px;
  resize: vertical;
}

.page-id-1151 input:focus,
.page-id-1151 textarea:focus {
  outline: none;
  border-color: #111;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0,0,0,.06);
}

.page-id-1151 .mwform-note {
  margin: 14px 0 8px;
  font-size: 13px;
  color: #777;
}

.page-id-1151 .mwform-radio-field {
  display: inline-flex;
  align-items: center;
  margin: 0 18px 10px 0;
}

.page-id-1151 .mwform-radio-field label {
  cursor: pointer;
}

.page-id-1151 .mwform-radio-field input {
  margin-right: 6px;
}

.page-id-1151 .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-id-1151 .mwform-tel-field input {
  width: 110px;
  text-align: center;
}

.page-id-1151 .contact-form__btn {
  margin-top: 46px;
  text-align: center;
}

.page-id-1151 input[type="submit"] {
  min-width: 260px;
  padding: 17px 36px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.page-id-1151 input[type="submit"]:hover {
  background: #fff;
  color: #111;
  transform: translateY(-2px);
}

/* スマホ */
@media screen and (max-width: 768px) {
  .page-id-1151 .contact-form {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .page-id-1151 .mwform-radio-field {
    display: block;
    margin: 0 0 12px;
  }

  .page-id-1151 .mwform-tel-field {
    gap: 6px;
  }

  .page-id-1151 .mwform-tel-field input {
    width: 31%;
  }

  .page-id-1151 input[type="submit"] {
    width: 100%;
    min-width: auto;
  }
}

/* プライバシーポリシー モーダル */
.page-id-1151 .privacy-modal {
  display: none;
}

.page-id-1151 .privacy-modal.is-active {
  display: block;
}

.page-id-1151 .privacy-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 9998;
}

.page-id-1151 .privacy-modal__content {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(760px, 92vw);
  max-height: 82vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  z-index: 9999;
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.page-id-1151 .privacy-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: none;
  background: none;
  color: #111;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.page-id-1151 .privacy-modal__content h2 {
  margin: 0 0 28px;
  font-size: 24px;
  letter-spacing: .08em;
}

.page-id-1151 .privacy-modal__body {
  font-size: 14px;
  line-height: 2;
  color: #333;
}

.page-id-1151 .privacy-modal-open {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

body.privacy-modal-opened {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page-id-1151 .privacy-modal__content {
    padding: 38px 24px 30px;
    border-radius: 22px;
  }
}
/* =========================
 サイトローディング画面
========================= */

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .8s ease, visibility .8s ease;
}

.site-loader__inner {
  width: min(280px, 58vw);
  opacity: 0;
  transform: translateY(10px);
  animation: loaderLogoIn 1.1s ease forwards;
}

.site-loader__inner img {
  display: block;
  width: 100%;
  height: auto;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes loaderLogoIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* メインメニュー */
.l-side-nav__list {
  gap: 12px;
  line-height: 1.2;
}

/* サブメニュー */
.l-side-nav__sub-list {
  margin-top: 12px;
  gap: 12px;
}

/* 各リンク */
.l-side-nav__list > .item a,
.l-side-nav__sub-list > .item a {
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {

  .l-side-nav__list {
    gap: 10px;
  }

  .l-side-nav__sub-list {
    margin-top: 10px;
    gap: 10px;
  }

  .l-side-nav__list > .item a,
  .l-side-nav__sub-list > .item a {
    font-size: 1.4rem;
    line-height: 1.25;
  }

}
/* =========================
 TAP ROOM & CAFE 専用
 page-id-4890
========================= */

.page-id-4890 .l-main {
  padding-top: 90px;
}

.page-id-4890 .editor-body {
  max-width: 1080px;
}

/* 導入文 */
.page-id-4890 .editor-body > p:first-child {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: clamp(15px, 1.6vw, 20px);
  line-height: 2.2;
  text-align: center;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4890 .editor-body > p:nth-child(2) {
  text-align: center;
  color: #666;
}

/* 見出し */
.page-id-4890 .editor-body h2:not(.no-style) {
  margin-top: 120px;
  margin-bottom: 48px;
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
}

.page-id-4890 .editor-body h2:not(.no-style)::before {
  left: 50%;
  transform: translateX(-50%);
  background: #ef9b21;
}

/* メディアテキストを店舗LP風に */
.page-id-4890 .wp-block-media-text {
  gap: 48px;
  margin: 70px 0;
}

.page-id-4890 .wp-block-media-text__media {
  overflow: hidden;
  border-radius: 0 0 0 72px;
}

.page-id-4890 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  border-radius: 0 0 72px 0;
}

.page-id-4890 .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-4890 .wp-block-media-text__content {
  padding: 0 !important;
}

.page-id-4890 .wp-block-media-text__content h3 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 0;
  font-size: 2.4rem;
}

.page-id-4890 .wp-block-media-text__content h3::before {
  display: none;
}

.page-id-4890 .wp-block-media-text__content p {
  margin: 0;
  line-height: 2;
}

/* ギャラリー */
.page-id-4890 .wp-block-gallery {
  gap: 16px !important;
  margin: 80px 0;
}

.page-id-4890 .wp-block-gallery figure {
  overflow: hidden;
  border-radius: 24px;
}

.page-id-4890 .wp-block-gallery img {
  transition: transform .45s ease;
}

.page-id-4890 .wp-block-gallery figure:hover img {
  transform: scale(1.04);
}

/* 画像単体 */
.page-id-4890 .wp-block-image img {
  border-radius: 32px;
}

/* アクセス・FAQ周りのリスト */
.page-id-4890 .wp-block-list {
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 32px;
  background: #f7f4ee;
  border-radius: 24px;
}

.page-id-4890 .wp-block-list li {
  margin-bottom: 14px !important;
}

/* Google Map */
.page-id-4890 iframe {
  margin-top: 32px;
  border-radius: 28px;
  overflow: hidden;
}

/* ボタン */
.page-id-4890 .p-button {
  margin-top: 24px;
  margin-bottom: 0;
}

.page-id-4890 .p-button a {
  background: #111;
  color: #fff;
  border-color: #111;
}

.page-id-4890 .p-button a:hover {
  background: #fff;
  color: #111;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .page-id-4890 .l-main {
    padding-top: 60px;
  }

  .page-id-4890 .editor-body h2:not(.no-style) {
    margin-top: 80px;
    margin-bottom: 32px;
  }

  .page-id-4890 .wp-block-media-text {
    margin: 48px 0;
    gap: 24px;
  }

  .page-id-4890 .wp-block-media-text__media,
  .page-id-4890 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    border-radius: 0 0 0 48px;
  }

  .page-id-4890 .wp-block-list {
    padding: 24px 22px;
  }
}

/* =========================
 TAP ROOM FAQ
 page-id-4890
========================= */

.page-id-4890 .tap-faq {
  max-width: 860px;
  margin: 40px auto 80px;
  border-top: 1px solid #ddd;
}

.page-id-4890 .tap-faq__item {
  border-bottom: 1px solid #ddd;
}

.page-id-4890 .tap-faq__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 24px 56px 24px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.page-id-4890 .tap-faq__item summary::-webkit-details-marker {
  display: none;
}

.page-id-4890 .tap-faq__item summary::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.page-id-4890 .tap-faq__item summary::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  font-weight: 400;
  transition: transform .25s ease;
}

.page-id-4890 .tap-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-id-4890 .tap-faq__answer {
  padding: 0 0 28px 40px;
}

.page-id-4890 .tap-faq__answer p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}

@media screen and (max-width: 768px) {
  .page-id-4890 .tap-faq {
    margin-top: 28px;
  }

  .page-id-4890 .tap-faq__item summary {
    padding: 20px 46px 20px 0;
    font-size: 1.5rem;
  }

  .page-id-4890 .tap-faq__answer {
    padding-left: 0;
  }
}

/* Tap photos: tap-photo-carousel.css */



/* Photo / Movie styles moved to page-photo-movie.css. */
/* =========================
  Beer archive
========================= */

.beer-archive {
  background: #f5f2ea;
  color: #111;
  padding: 120px 20px 90px;
}

.beer-archive__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.beer-archive__hero {
  text-align: center;
  margin-bottom: 64px;
}

.beer-archive__label {
  margin: 0 0 12px;
  color: #fca200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.beer-archive__title {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: .04em;
}

.beer-archive__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 2;
}

.beer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.beer-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.beer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .12);
}

.beer-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.beer-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.beer-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.beer-card:hover .beer-card__image img {
  transform: scale(1.04);
}

.beer-card__content {
  padding: 26px 24px 28px;
}

.beer-card__style {
  margin: 0 0 10px;
  color: #fca200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.beer-card__title {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: .02em;
}

.beer-card__description {
  margin: 0 0 22px;
  color: #444;
  font-size: 14px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.beer-card__chart {
  width: 100%;
  max-width: 230px;
  margin: 4px auto 24px;
}

.beer-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.beer-card__meta span {
  display: inline-block;
  padding: 8px 11px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fafafa;
  color: #222;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .04em;
}

.beer-archive__empty {
  text-align: center;
  color: #555;
}

@media screen and (max-width: 1024px) {
  .beer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .beer-archive {
    padding: 92px 16px 64px;
  }

  .beer-archive__hero {
    margin-bottom: 42px;
  }

  .beer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .beer-card {
    border-radius: 18px;
  }

  .beer-card__content {
    padding: 22px 20px 24px;
  }

  .beer-card__chart {
    max-width: 220px;
  }
}

/* =========================
  Beer archive
========================= */

.beer-archive {
  background: #f5f2ea;
  color: #111;
  padding: 110px 20px 90px;
}

.beer-archive__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.beer-archive__hero {
  text-align: center;
  margin-bottom: 64px;
}

.beer-archive__label {
  margin: 0 0 12px;
  color: #fca200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.beer-archive__title {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.15;
  letter-spacing: .02em;
}

.beer-archive__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 2;
}

.beer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.beer-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.beer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .12);
}

.beer-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.beer-card__link:hover {
  text-decoration: none;
}

.beer-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.beer-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.beer-card:hover .beer-card__image img {
  transform: scale(1.04);
}

.beer-card__content {
  padding: 26px 24px 28px;
}

.beer-card__style {
  margin: 0 0 10px;
  color: #fca200;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
	text-transform: none;
}

.beer-card__title {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.beer-card__description {
  margin: 0 0 22px;
  color: #444;
  font-size: 14px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.beer-card__chart {
  width: 100%;
  max-width: 210px;
  margin: 0 auto 22px;
}

.beer-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.beer-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid #d7d3ca;
  border-radius: 999px;
  background: #faf8f2;
  color: #222;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .03em;
}

.beer-card__meta span strong {
  font-weight: 700;
  color: #111;
}

.beer-card__meta span strong::after {
  content: "｜";
  margin-left: 6px;
  color: #c8c2b5;
}

.beer-archive__empty {
  text-align: center;
  color: #555;
}

@media screen and (max-width: 1024px) {
  .beer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .beer-archive {
    padding: 92px 16px 64px;
  }

  .beer-archive__hero {
    margin-bottom: 42px;
  }

  .beer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .beer-card {
    border-radius: 18px;
  }

  .beer-card__content {
    padding: 22px 20px 24px;
  }

  .beer-card__chart {
    max-width: 220px;
  }

  .beer-card__meta {
    gap: 8px;
  }
}

/* =========================
  Beer archive fix
========================= */

/* カード全体を確実にクリック可能にする */
.beer-card {
  position: relative;
}

.beer-card__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.beer-card__link:hover {
  text-decoration: none;
}

/* Chart.jsのcanvasがクリックを邪魔しないように */
.beer-card__chart,
.beer-card__chart canvas {
  pointer-events: none;
}

/* beerページでは中央ラインを非表示 */
.post-type-archive-beer .l-bg-line,
.post-type-archive-beer .bg-line,
.post-type-archive-beer .center-line,
.post-type-archive-beer::before,
.post-type-archive-beer::after {
  display: none !important;
}

/* =========================
  Beer single
========================= */

.beer-single {
  background: #f5f2ea;
  color: #111;
  padding: 110px 20px 80px;
}

.beer-single__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.beer-single__hero-inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 56px;
  align-items: center;
}

.beer-single__visual {
  border-radius: 28px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 22px 60px rgba(0,0,0,.12);
}

.beer-single__visual img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.beer-single__style,
.beer-single__section-label {
  margin: 0 0 12px;
  color: #fca200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.beer-single__title {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .98;
  letter-spacing: -0.04em;
}

.beer-single__lead {
  margin: 0 0 28px;
  color: #444;
  font-size: 16px;
  line-height: 2;
}

.beer-single__chart-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,.07);
}

.beer-single__chart {
  max-width: 280px;
  margin: 0 auto;
}

.beer-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.beer-single__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid #d7d3ca;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 12px;
  line-height: 1;
}

.beer-single__meta span strong::after {
  content: "｜";
  margin-left: 6px;
  color: #c8c2b5;
}

.beer-single__comment {
  margin-top: 72px;
}

.beer-single__comment-box {
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 16px 44px rgba(0,0,0,.07);
}

.beer-single__body {
  color: #333;
  font-size: 16px;
  line-height: 2.1;
}

.beer-single__body > *:first-child {
  margin-top: 0;
}

.beer-single__body > *:last-child {
  margin-bottom: 0;
}

.beer-single__bottom {
  margin-top: 56px;
  text-align: center;
}

.beer-single__bottom p {
  margin: 0 0 22px;
  color: #555;
  line-height: 1.8;
}

.beer-single__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.beer-single__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.beer-single__button--accent {
  border-color: #fca200;
  background: #fca200;
  color: #111;
}

.post-type-archive-beer .l-bg-line,
.single-beer .l-bg-line,
.post-type-archive-beer .bg-line,
.single-beer .bg-line,
.post-type-archive-beer .center-line,
.single-beer .center-line {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .beer-single__hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .beer-single__title {
    font-size: clamp(38px, 12vw, 68px);
  }
}

@media screen and (max-width: 640px) {
  .beer-single {
    padding: 92px 16px 64px;
  }

  .beer-single__visual {
    border-radius: 20px;
  }

  .beer-single__chart-card,
  .beer-single__comment-box {
    border-radius: 20px;
    padding: 24px 20px;
  }

  .beer-single__comment {
    margin-top: 42px;
  }

  .beer-single__chart {
    max-width: 240px;
  }
}

/* 商品名サイズ調整 */
.beer-single__title {
  font-size: clamp(28px, 3vw, 56px);
  line-height: .95;
  letter-spacing: -0.05em;
}

/* beerページのセンターライン完全除去 */
.post-type-archive-beer::before,
.post-type-archive-beer::after,
.single-beer::before,
.single-beer::after,
.post-type-archive-beer .l-bg-line,
.single-beer .l-bg-line,
.post-type-archive-beer .bg-line,
.single-beer .bg-line,
.post-type-archive-beer .center-line,
.single-beer .center-line,
.post-type-archive-beer .l-wrapper::before,
.single-beer .l-wrapper::before,
.post-type-archive-beer .l-wrapper::after,
.single-beer .l-wrapper::after {
  display: none !important;
}

/* =========================
  Beer single editor body
========================= */

.beer-single__body h2 {
  margin: 48px 0 20px;
  padding-left: 18px;
  border-left: 4px solid #fca200;
  color: #111;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.beer-single__body h3 {
  margin: 36px 0 16px;
  color: #111;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.beer-single__body p {
  margin: 0 0 1.4em;
}

.beer-single__body ul,
.beer-single__body ol {
  margin: 24px 0;
  padding-left: 1.5em;
}

.beer-single__body li {
  margin-bottom: .5em;
  line-height: 1.9;
}

.beer-single__body strong {
  font-weight: 700;
  background: linear-gradient(transparent 62%, rgba(252, 162, 0, .28) 62%);
}

.beer-single__body a {
  color: #111;
  text-decoration: underline;
  text-decoration-color: #fca200;
  text-underline-offset: 4px;
}

.beer-single__body .wp-block-image {
  margin: 36px 0;
}

.beer-single__body .wp-block-image img {
  border-radius: 20px;
}

.beer-single__body figcaption {
  margin-top: 10px;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.beer-single__body .wp-block-gallery {
  margin: 36px 0;
}

.beer-single__body .wp-block-gallery img {
  border-radius: 16px;
}

.beer-single__body .wp-block-columns {
  gap: 28px;
  margin: 36px 0;
}

.beer-single__body .wp-block-quote {
  margin: 36px 0;
  padding: 24px 28px;
  border-left: 4px solid #fca200;
  background: #faf8f2;
  border-radius: 0 18px 18px 0;
}

.beer-single__body .wp-block-table {
  margin: 36px 0;
  overflow-x: auto;
}

.beer-single__body table {
  width: 100%;
  border-collapse: collapse;
}

.beer-single__body th,
.beer-single__body td {
  padding: 14px 16px;
  border-bottom: 1px solid #e3ded3;
  text-align: left;
  vertical-align: top;
}

.beer-single__body th {
  color: #111;
  font-weight: 700;
  background: #faf8f2;
}

.beer-single__body .wp-block-separator {
  margin: 44px 0;
  border: 0;
  border-top: 1px solid #e3ded3;
}

.beer-single__body .wp-block-button {
  margin: 32px 0;
}

.beer-single__body .wp-block-button__link {
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .beer-single__body h2 {
    margin-top: 36px;
  }

  .beer-single__body .wp-block-columns {
    gap: 16px;
  }

  .beer-single__body .wp-block-image img,
  .beer-single__body .wp-block-gallery img {
    border-radius: 14px;
  }
}
.beer-single__body h3 {
  position: relative;
  margin: 40px 0 18px;
  padding-left: 16px;
  color: #111;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.beer-single__body h3::before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 6px;
  height: 1em;
  background: #fca200;
  border-radius: 999px;
}
/* チャート上の一言吹き出し */
.beer-single__catchcopy {
  display: flex;
  justify-content: center;
  margin: 4px 0 18px;
}

.beer-single__catchcopy span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.beer-single__catchcopy span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: #111;
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .beer-single__catchcopy span {
    min-height: 38px;
    padding: 9px 15px;
    font-size: 12px;
  }
}

/* ラベル画像 */
.beer-card__label-image {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 72px;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.beer-card__label-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ステータス */
.beer-card__status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

/* 定番 */
.beer-card__status--flagship {
  background: rgba(17,17,17,.82);
}

/* 限定 */
.beer-card__status--limited {
  background: rgba(252,162,0,.92);
  color: #111;
}

/* 終売 */
.beer-card__status--archive {
  background: rgba(120,120,120,.82);
}

/* image親 */
.beer-card__image {
  position: relative;
}

/* ラベルセクション */
.beer-single__label-section {
  margin-top: 56px;
  text-align: center;
}

/* ラベル画像 */
.beer-single__label-large {
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 14px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
}

.beer-single__label-large img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP */
@media screen and (max-width: 640px) {
  .beer-single__label-section {
    margin-top: 40px;
  }

  .beer-single__label-large {
    max-width: 240px;
    border-radius: 20px;
  }
}

.beer-single__visual {
  position: relative;
}

.beer-single__label-image {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
  z-index: 3;
}

.beer-single__label-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beer-single__status {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 14px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.beer-single__status--flagship {
  background: rgba(17,17,17,.82);
}

.beer-single__status--limited {
  background: rgba(252,162,0,.92);
  color: #111;
}

.beer-single__status--archive {
  background: rgba(120,120,120,.82);
}

@media screen and (max-width: 640px) {
  .beer-single__label-image {
    right: 14px;
    bottom: 14px;
    width: 86px;
    border-radius: 16px;
  }

  .beer-single__status {
    top: 14px;
    left: 14px;
    min-height: 32px;
    padding: 8px 12px;
    font-size: 10px;
  }
}

/* =========================
  Beer filter
========================= */

.beer-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 42px;
}

.beer-filter__button {
  appearance: none;
  border: 1px solid #d7d3ca;
  background: #fff;
  color: #111;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  cursor: pointer;
  transition: .25s;
}

.beer-filter__button:hover {
  transform: translateY(-1px);
}

.beer-filter__button.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.beer-filter__note {
  margin: -24px 0 42px;
  text-align: center;
  color: #777;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .beer-filter__note {
    margin-top: -18px;
    font-size: 11px;
    line-height: 1.7;
  }
}
/* =========================
  Brew TOP Beer Carousel
========================= */

.brewTop-beer {
  padding: 90px 0;
  background: #f5f2ea;
  color: #111;
}

.brewTop-beer__head {
  text-align: center;
  margin-bottom: 42px;
}

.brewTop-beer__label {
  margin: 0 0 10px;
  color: #fca200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.brewTop-beer__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.2;
  letter-spacing: .02em;
}

.brewTop-beer__lead {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.9;
}

.brewTop-beer__slider {
  overflow: visible;
}

.brewTop-beer-card {
  height: auto;
}

.brewTop-beer-card__link {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.brewTop-beer-card__link:hover {
  text-decoration: none;
}

.brewTop-beer-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.brewTop-beer-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brewTop-beer-card__label-img {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 62px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.brewTop-beer-card__label-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brewTop-beer-card__status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.brewTop-beer-card__status--flagship {
  background: rgba(17,17,17,.82);
}

.brewTop-beer-card__status--limited {
  background: rgba(252,162,0,.92);
  color: #111;
}

.brewTop-beer-card__status--archive {
  background: rgba(120,120,120,.82);
}

.brewTop-beer-card__content {
  padding: 22px 20px 24px;
}

.brewTop-beer-card__style {
  margin: 0 0 8px;
  color: #fca200;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.brewTop-beer-card__title {
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.brewTop-beer-card__chart {
  max-width: 180px;
  margin: 0 auto 18px;
  pointer-events: none;
}

.brewTop-beer-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brewTop-beer-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid #d7d3ca;
  border-radius: 999px;
  background: #faf8f2;
  color: #222;
  font-size: 10px;
  line-height: 1;
}

.brewTop-beer-card__meta span strong::after {
  content: "｜";
  margin-left: 5px;
  color: #c8c2b5;
}

.brewTop-beer__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.brewTop-beer__prev,
.brewTop-beer__next {
  appearance: none;
  min-width: 90px;
  min-height: 34px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
}

.brewTop-beer__button {
  margin-top: 24px;
}

@media screen and (max-width: 640px) {
  .brewTop-beer {
    padding: 64px 0;
  }

  .brewTop-beer__head {
    margin-bottom: 32px;
  }

  .brewTop-beer-card__content {
    padding: 20px 18px 22px;
  }
}

.brewTop-beer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
}

.brewTop-beer__prev,
.brewTop-beer__next {
  appearance: none;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: .25s;
}

.brewTop-beer__prev:hover,
.brewTop-beer__next:hover {
  color: #fca200;
  transform: translateY(-2px);
}

/* =========================
 AIM Fields page
 page-id-4751
========================= */

.page-id-4751 .editor-body {
  max-width: 1120px;
  margin: 0 auto;
}

.page-id-4751 .editor-body > *:not(.fields-page) {
  display: none;
}

.page-id-4751 .fields-page {
  color: #111;
}

.page-id-4751 .fields-label {
  margin: 0 0 14px;
  color: #6f7f52;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.page-id-4751 .fields-intro {
  max-width: 860px;
  margin: 0 auto 90px;
  text-align: center;
}

.page-id-4751 .fields-intro h2 {
  margin: 0 0 30px;
  padding: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.45;
  letter-spacing: .05em;
}

.page-id-4751 .fields-intro h2::before {
  display: none;
}

.page-id-4751 .fields-intro p:not(.fields-label) {
  margin: 0 auto;
  max-width: 720px;
  font-size: 1.55rem;
  line-height: 2.1;
}

.page-id-4751 .fields-section-head {
  margin-bottom: 42px;
}

.page-id-4751 .fields-section-head h3,
.page-id-4751 .fields-cross h3 {
  margin: 0 0 22px;
  padding: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.45;
  letter-spacing: .05em;
}

.page-id-4751 .fields-section-head h3::before,
.page-id-4751 .fields-cross h3::before {
  display: none;
}

.page-id-4751 .fields-section-head p:not(.fields-label) {
  max-width: 760px;
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}

.page-id-4751 .fields-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 110px;
}

.page-id-4751 .fields-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(0,0,0,.08);
}

.page-id-4751 .fields-card__image {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.page-id-4751 .fields-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.page-id-4751 .fields-card:hover .fields-card__image img {
  transform: scale(1.04);
}

.page-id-4751 .fields-card__body {
  padding: 34px 32px 38px;
}

.page-id-4751 .fields-card__area {
  margin: 0 0 12px;
  color: #6f7f52;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.page-id-4751 .fields-card h4 {
  margin: 0 0 20px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.3;
  letter-spacing: .05em;
}

.page-id-4751 .fields-card p {
  margin: 0 0 24px;
  font-size: 1.45rem;
  line-height: 2;
  color: #444;
}

.page-id-4751 .fields-card ul {
  margin: 0 0 30px;
  padding: 22px 24px;
  list-style: none;
  background: #f5f4ee;
  border-radius: 18px;
}

.page-id-4751 .fields-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.8;
}

.page-id-4751 .fields-card li:last-child {
  margin-bottom: 0;
}

.page-id-4751 .fields-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6f7f52;
}

.page-id-4751 .fields-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .08em;
  transition: .25s ease;
}

.page-id-4751 .fields-card__button:hover {
  transform: translateY(-2px);
  background: #6f7f52;
  color: #fff;
  text-decoration: none;
}

.page-id-4751 .fields-card__button--sub {
  background: #e8e5d8;
  color: #333;
  pointer-events: none;
}

.page-id-4751 .fields-cross {
  margin: 0 calc(50% - 50vw);
  padding: 90px max(24px, calc((100vw - 1120px) / 2));
  background: #f3f1ea;
}

.page-id-4751 .fields-cross__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: rgba(0,0,0,.12);
}

.page-id-4751 .fields-cross__item {
  display: block;
  min-height: 250px;
  padding: 34px 30px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: .25s ease;
}

.page-id-4751 .fields-cross__item:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}

.page-id-4751 .fields-cross__item span {
  display: block;
  margin-bottom: 28px;
  color: #6f7f52;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.page-id-4751 .fields-cross__item strong {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.page-id-4751 .fields-cross__item p {
  margin: 0;
  color: #555;
  font-size: 1.35rem;
  line-height: 1.9;
}

.page-id-4751 .fields-cross__item:hover span,
.page-id-4751 .fields-cross__item:hover p {
  color: rgba(255,255,255,.72);
}

@media screen and (max-width: 900px) {
  .page-id-4751 .fields-card-grid,
  .page-id-4751 .fields-cross__grid {
    grid-template-columns: 1fr;
  }

  .page-id-4751 .fields-cross__item {
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .page-id-4751 .fields-intro {
    margin-bottom: 64px;
    text-align: left;
  }

  .page-id-4751 .fields-intro h2 {
    font-size: 2.4rem;
  }

  .page-id-4751 .fields-intro p:not(.fields-label),
  .page-id-4751 .fields-section-head p:not(.fields-label) {
    font-size: 1.4rem;
    line-height: 2;
  }

  .page-id-4751 .fields-card {
    border-radius: 22px;
  }

  .page-id-4751 .fields-card__body {
    padding: 28px 22px 32px;
  }

  .page-id-4751 .fields-card ul {
    padding: 20px;
  }

  .page-id-4751 .fields-card__button {
    width: 100%;
  }

  .page-id-4751 .fields-cross {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* =========================
 ON THE TRAIL 紹介ページ
 page-id-6346
========================= */

.page-id-6346 .editor-body {
  max-width: none;
}

.page-id-6346 .editor-body > *:not(.ott-page) {
  display: none;
}

.page-id-6346 .ott-page {
  --ott-black: #0b0d0b;
  --ott-green: #516044;
  --ott-orange: #ff9800;
  --ott-bg: #f4f1ea;
  --ott-text: #161616;
  --ott-muted: #666;
  color: var(--ott-text);
  overflow: hidden;
}

.page-id-6346 .ott-page img {
  width: 100%;
  height: auto;
  display: block;
}

.page-id-6346 .ott-label {
  margin: 0 0 12px;
  color: var(--ott-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.page-id-6346 .ott-page h2,
.page-id-6346 .ott-page h3,
.page-id-6346 .ott-page h4 {
  font-weight: 700;
  letter-spacing: .04em;
}

.page-id-6346 .ott-page h2::before,
.page-id-6346 .ott-page h3::before,
.page-id-6346 .ott-page h4::before {
  display: none;
}

/* =========================
 HERO
========================= */

.page-id-6346 .ott-hero {
  position: relative;
  margin: -30px calc(50% - 50vw) 90px;
  min-height: 72vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.page-id-6346 .ott-hero__image {
  position: absolute;
  inset: 0;
}

.page-id-6346 .ott-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.38) 52%, rgba(0,0,0,.12)),
    linear-gradient(0deg, rgba(0,0,0,.35), transparent 55%);
}

.page-id-6346 .ott-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-6346 .ott-hero__content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 48px));
  min-height: 72vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-6346 .ott-hero h2 {
  margin: 0;
  padding: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.3;
}

.page-id-6346 .ott-hero p:not(.ott-label) {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 1.45rem;
  line-height: 2;
}

/* =========================
 BUTTONS
========================= */

.page-id-6346 .ott-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-id-6346 .ott-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  padding: 12px 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  transition: .25s ease;
}

.page-id-6346 .ott-buttons a:first-child {
  background: var(--ott-orange);
  border-color: var(--ott-orange);
  color: #111;
}

.page-id-6346 .ott-buttons a:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

/* =========================
 SECTION BASE
========================= */

.page-id-6346 .ott-intro,
.page-id-6346 .ott-tours,
.page-id-6346 .ott-stay-link,
.page-id-6346 .ott-contact {
  width: min(1080px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.page-id-6346 .ott-intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  margin-bottom: 90px;
}

.page-id-6346 .ott-intro h3,
.page-id-6346 .ott-section-head h3,
.page-id-6346 .ott-concept h3,
.page-id-6346 .ott-stay-link h3,
.page-id-6346 .ott-contact h3 {
  margin: 0;
  padding: 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.45;
}

.page-id-6346 .ott-intro__text p {
  margin: 0 0 24px;
  color: #333;
  font-size: 1.45rem;
  line-height: 2;
}

/* =========================
 CONCEPT
========================= */

.page-id-6346 .ott-concept {
  margin: 0 calc(50% - 50vw) 90px;
  padding: 80px 24px;
  background: var(--ott-black);
  color: #fff;
}

.page-id-6346 .ott-concept__inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.page-id-6346 .ott-concept__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: rgba(255,255,255,.14);
}

.page-id-6346 .ott-concept__grid div {
  padding: 30px 24px;
  background: #141714;
}

.page-id-6346 .ott-concept__grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--ott-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.page-id-6346 .ott-concept__grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.page-id-6346 .ott-concept__grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1.3rem;
  line-height: 1.9;
}

/* =========================
 TOUR
========================= */

.page-id-6346 .ott-section-head {
  margin-bottom: 42px;
}

.page-id-6346 .ott-section-head p:not(.ott-label) {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--ott-muted);
  font-size: 1.45rem;
  line-height: 2;
}

.page-id-6346 .ott-tour-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 90px;
}

.page-id-6346 .ott-tour-card {
  display: grid;
  grid-template-columns: 40% 1fr;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(0,0,0,.08);
}

.page-id-6346 .ott-tour-card figure {
  margin: 0;
}

.page-id-6346 .ott-tour-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-6346 .ott-tour-card > div {
  padding: 34px 36px;
}

.page-id-6346 .ott-tour-card__type {
  margin: 0 0 10px;
  color: var(--ott-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.page-id-6346 .ott-tour-card h4 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
}

.page-id-6346 .ott-tour-card p:not(.ott-tour-card__type) {
  margin: 0 0 24px;
  color: #444;
  font-size: 1.4rem;
  line-height: 2;
}

.page-id-6346 .ott-tour-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.page-id-6346 .ott-tour-card dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #e6e1d8;
}

.page-id-6346 .ott-tour-card dt {
  color: var(--ott-green);
  font-size: 1.15rem;
  font-weight: 700;
}

.page-id-6346 .ott-tour-card dd {
  margin: 0;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.7;
}

/* =========================
 STAY LINK
========================= */

.page-id-6346 .ott-stay-link {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 48px;
  align-items: center;
  margin-bottom: 90px;
  padding: 52px;
  border-radius: 26px;
  background: var(--ott-bg);
}

.page-id-6346 .ott-stay-link p:not(.ott-label) {
  margin: 20px 0 0;
  color: #444;
  font-size: 1.45rem;
  line-height: 2;
}

.page-id-6346 .ott-stay-link__cards {
  display: grid;
  gap: 14px;
}

.page-id-6346 .ott-mini-card {
  display: block;
  padding: 24px 26px;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: .25s ease;
}

.page-id-6346 .ott-mini-card:hover {
  transform: translateY(-2px);
  background: var(--ott-black);
  color: #fff;
  text-decoration: none;
}

.page-id-6346 .ott-mini-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--ott-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.page-id-6346 .ott-mini-card strong {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* =========================
 CONTACT
========================= */

.page-id-6346 .ott-contact {
  margin-bottom: 40px;
  padding: 72px 36px;
  border-radius: 26px;
  background: #111;
  color: #fff;
  text-align: center;
}

.page-id-6346 .ott-contact p:not(.ott-label) {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255,255,255,.72);
  font-size: 1.45rem;
  line-height: 2;
}

.page-id-6346 .ott-buttons--center {
  justify-content: center;
}

/* =========================
 RESPONSIVE
========================= */

@media screen and (max-width: 1024px) {

  .page-id-6346 .ott-intro,
  .page-id-6346 .ott-stay-link,
  .page-id-6346 .ott-tour-card {
    grid-template-columns: 1fr;
  }

  .page-id-6346 .ott-concept__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-id-6346 .ott-tour-card figure img {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 640px) {

  .page-id-6346 .ott-hero {
    min-height: 70vh;
    margin-bottom: 64px;
  }

  .page-id-6346 .ott-hero__content {
    width: calc(100% - 36px);
    min-height: 70vh;
  }

  .page-id-6346 .ott-hero h2 {
    font-size: 2.9rem;
  }

  .page-id-6346 .ott-hero p:not(.ott-label),
  .page-id-6346 .ott-intro__text p,
  .page-id-6346 .ott-section-head p:not(.ott-label),
  .page-id-6346 .ott-stay-link p:not(.ott-label),
  .page-id-6346 .ott-contact p:not(.ott-label) {
    font-size: 1.35rem;
    line-height: 1.95;
  }

  .page-id-6346 .ott-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-id-6346 .ott-buttons a {
    width: 100%;
  }

  .page-id-6346 .ott-intro,
  .page-id-6346 .ott-tours,
  .page-id-6346 .ott-stay-link,
  .page-id-6346 .ott-contact {
    width: calc(100% - 36px);
  }

  .page-id-6346 .ott-intro,
  .page-id-6346 .ott-concept,
  .page-id-6346 .ott-tour-grid,
  .page-id-6346 .ott-stay-link {
    margin-bottom: 64px;
  }

  .page-id-6346 .ott-concept {
    padding: 64px 18px;
  }

  .page-id-6346 .ott-concept__grid {
    grid-template-columns: 1fr;
  }

  .page-id-6346 .ott-tour-card {
    border-radius: 20px;
  }

  .page-id-6346 .ott-tour-card > div {
    padding: 26px 22px 30px;
  }

  .page-id-6346 .ott-stay-link,
  .page-id-6346 .ott-contact {
    padding: 40px 22px;
    border-radius: 20px;
  }
}

/* ON THE TRAIL ページ：本文エリア幅調整 */
.page-id-6346 .l-main > .l-container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.page-id-6346 .detailPage,
.page-id-6346 .editor-body {
  width: 100%;
  max-width: none;
}

.page-id-6346 .ott-page {
  overflow: visible;
}

/* コンテンツ本体は読みやすい幅に戻す */
.page-id-6346 .ott-intro,
.page-id-6346 .ott-tours,
.page-id-6346 .ott-stay-link,
.page-id-6346 .ott-contact {
  width: min(1080px, calc(100% - 48px));
}

/* 黒背景セクションの見切れ対策 */
.page-id-6346 .ott-concept {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.page-id-6346 .ott-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* =========================
  RECRUIT LP
========================= */

.recruit-lp {
  color: #222;
  line-height: 1.9;
  font-family: inherit;
}

.recruit-lp img {
  max-width: 100%;
  height: auto;
  display: block;
}

.recruit-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* =========================
  RECRUIT HERO 修正版
========================= */

.recruit-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 120px 24px;
  background: #111;
}

.recruit-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.recruit-hero__bg img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
}

.recruit-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(120deg, rgba(0,0,0,.78), rgba(0,0,0,.28)),
    linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.recruit-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.recruit-hero h1,
.recruit-hero p,
.recruit-hero a {
  position: relative;
  z-index: 4;
}

.recruit-label,
.recruit-section-label {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.recruit-label {
  color: rgba(255,255,255,.8);
}

.recruit-section-label {
  color: #7b6a4d;
}

.recruit-hero h1 {
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.22;
  letter-spacing: .02em;
  margin: 0 0 30px;
}

.recruit-lead {
  max-width: 800px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2;
  margin: 0;
}

.recruit-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 38px;
  border-radius: 999px;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  transition: transform .25s ease, opacity .25s ease;
}

.recruit-btn:hover {
  transform: translateY(-2px);
  opacity: .86;
}

/* INTRO */
.recruit-intro,
.recruit-style,
.recruit-entry {
  padding: 96px 24px;
  background: #fff;
}

.recruit-intro h2,
.recruit-style h2,
.recruit-entry h2,
.recruit-work h2,
.recruit-fit h2,
.recruit-note h2,
.recruit-message h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.38;
  letter-spacing: .03em;
  margin: 0 0 34px;
}

.recruit-intro p,
.recruit-style p,
.recruit-entry p,
.recruit-note p,
.recruit-message p {
  max-width: 820px;
  font-size: 16px;
  margin: 0 0 18px;
}

/* PHOTO BLOCK */
.recruit-photo-block {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 78vh;
  background: #f7f4ee;
}

.recruit-photo-block.reverse {
  grid-template-columns: 1fr 1.15fr;
}

.recruit-photo-block.reverse .recruit-photo {
  order: 2;
}

.recruit-photo-block.reverse .recruit-content {
  order: 1;
}

.recruit-photo {
  min-height: 560px;
}

.recruit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(36px, 6vw, 86px);
}

.recruit-content span {
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 700;
  color: #7b6a4d;
  margin-bottom: 22px;
}

.recruit-content h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.28;
  letter-spacing: .03em;
  margin: 0 0 30px;
}

.recruit-content p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 18px;
}

/* WORK */
.recruit-work {
  padding: 100px 24px;
  background: #17241f;
  color: #fff;
}

.recruit-work .recruit-section-label {
  color: rgba(255,255,255,.58);
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.recruit-grid div {
  min-height: 116px;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,.06);
  font-weight: 700;
}

/* FIT */
.recruit-fit {
  padding: 100px 24px;
  background: #fff;
}

.recruit-two-column {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
}

.recruit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-list li {
  position: relative;
  padding: 20px 0 20px 34px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}

.recruit-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 20px;
  color: #7b6a4d;
}

/* NOTE */
.recruit-note {
  padding: 90px 24px;
  background: #f4f1ea;
}

/* MESSAGE */
.recruit-message {
  padding: 110px 24px;
  background: #222;
  color: #fff;
}

.recruit-message .recruit-section-label {
  color: rgba(255,255,255,.58);
}

.recruit-message__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 68px;
  align-items: center;
}

.recruit-message__photo {
  border-radius: 28px;
  overflow: hidden;
}

.recruit-message__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.recruit-message__body p {
  color: rgba(255,255,255,.9);
}

.recruit-sign {
  margin-top: 36px !important;
  font-weight: 700;
  letter-spacing: .08em;
}

/* FORM */
.recruit-entry {
  background: #fafafa;
}

.recruit-form-box {
  margin-top: 34px;
  padding: 34px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 44px rgba(0,0,0,.08);
}

/* CF7 BASIC */
.recruit-form-box input[type="text"],
.recruit-form-box input[type="email"],
.recruit-form-box input[type="tel"],
.recruit-form-box input[type="number"],
.recruit-form-box select,
.recruit-form-box textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  background: #fff;
}

.recruit-form-box textarea {
  min-height: 180px;
}

.recruit-form-box input[type="submit"] {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 15px 42px;
  background: #17241f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .recruit-photo-block,
  .recruit-photo-block.reverse,
  .recruit-two-column,
  .recruit-message__inner {
    grid-template-columns: 1fr;
  }

  .recruit-photo-block.reverse .recruit-photo,
  .recruit-photo-block.reverse .recruit-content {
    order: initial;
  }

  .recruit-photo {
    min-height: auto;
    height: 44vh;
  }

  .recruit-content {
    padding: 62px 28px;
  }

  .recruit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recruit-message__photo img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 600px) {
  .recruit-hero {
    min-height: 86vh;
    padding: 96px 20px;
  }

  .recruit-intro,
  .recruit-work,
  .recruit-fit,
  .recruit-note,
  .recruit-style,
  .recruit-message,
  .recruit-entry {
    padding: 70px 20px;
  }

  .recruit-lead br {
    display: none;
  }

  .recruit-grid {
    grid-template-columns: 1fr;
  }

  .recruit-grid div {
    min-height: 92px;
  }

  .recruit-photo {
    height: 38vh;
  }

  .recruit-content {
    padding: 48px 22px;
  }

  .recruit-message__inner {
    gap: 36px;
  }

  .recruit-form-box {
    padding: 22px;
    border-radius: 18px;
  }
}
/* =========================
  RECRUIT LP 中央線対策
========================= */

.recruit-lp {
  position: relative;
  z-index: 10;
  background: #fff;
}

.recruit-lp::before,
.recruit-lp::after {
  display: none !important;
}

.recruit-lp * {
  position: relative;
  z-index: 2;
}

/* テーマ側の中央ライン消し */
body.page-template-page-recruit .l-main::before,
body.page-template-page-recruit .l-main::after,
body.page-template-page-recruit main::before,
body.page-template-page-recruit main::after {
  display: none !important;
}

/* 万一 fixed の線なら */
body.page-template-page-recruit .p-line,
body.page-template-page-recruit .line,
body.page-template-page-recruit .bg-line {
  display: none !important;
}

/* =========================
  RECRUIT LP 遊び心追加
========================= */

/* 背景にうっすら地形図・湖面っぽいライン */
.recruit-lp {
  overflow: hidden;
}

.recruit-lp::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(123,106,77,.12) 0 2px, transparent 2px),
    radial-gradient(circle at 82% 68%, rgba(23,36,31,.10) 0 2px, transparent 2px),
    linear-gradient(115deg, transparent 0%, transparent 48%, rgba(123,106,77,.07) 49%, transparent 50%);
  background-size: 42px 42px, 54px 54px, 100% 100%;
}

.recruit-lp > section {
  position: relative;
  z-index: 2;
}

/* セクション見出しに“ラベル感” */
.recruit-section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.recruit-section-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

/* 写真ブロックを少し雑誌っぽく */
.recruit-photo {
  position: relative;
  overflow: hidden;
}

.recruit-photo::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.42);
  pointer-events: none;
}

.recruit-content {
  position: relative;
}

.recruit-content::before {
  content: "AIM";
  position: absolute;
  right: 8%;
  bottom: 6%;
  font-size: clamp(72px, 12vw, 160px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .06em;
  color: rgba(123,106,77,.08);
  pointer-events: none;
}

/* WORKカードを少し立体的に */
.recruit-grid div {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.recruit-grid div::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.recruit-grid div:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.42);
}

/* 代表メッセージに少しポスター感 */
.recruit-message__photo {
  position: relative;
  transform: rotate(-1.5deg);
  box-shadow: 18px 18px 0 rgba(255,255,255,.08);
}

.recruit-message__photo::after {
  content: "FOUNDER";
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 6px 14px;
  background: #fff;
  color: #222;
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 700;
  border-radius: 999px;
}

/* フォームを“応募用紙”っぽく */
.recruit-form-box {
  position: relative;
  border: 1px solid rgba(23,36,31,.1);
}

.recruit-form-box::before {
  content: "ENTRY SHEET";
  position: absolute;
  top: -14px;
  left: 28px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #17241f;
  color: #fff;
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 700;
}

.recruit-form-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 24px;
}

.recruit-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruit-form-wide {
  grid-column: 1 / -1;
}

.recruit-form-field label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.recruit-form-field label span {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  background: #7b6a4d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.recruit-form-box input[type="text"],
.recruit-form-box input[type="email"],
.recruit-form-box input[type="tel"],
.recruit-form-box input[type="number"],
.recruit-form-box select,
.recruit-form-box textarea {
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #f8f7f3;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.recruit-form-box input:focus,
.recruit-form-box select:focus,
.recruit-form-box textarea:focus {
  outline: none;
  border-color: #7b6a4d;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(123,106,77,.12);
}

.recruit-form-box .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}

.recruit-form-box .wpcf7-list-item {
  margin: 0;
}

.recruit-form-box .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8f7f3;
  border: 1px solid #e5e1d8;
  cursor: pointer;
}

.recruit-form-submit {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.recruit-form-box input[type="submit"] {
  width: 100%;
  min-height: 58px;
  font-size: 16px;
  letter-spacing: .08em;
  transition: transform .25s ease, opacity .25s ease;
}

.recruit-form-box input[type="submit"]:hover {
  transform: translateY(-2px);
  opacity: .9;
}

@media (max-width: 700px) {
  .recruit-form-layout {
    grid-template-columns: 1fr;
  }

  .recruit-form-box .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }

  .recruit-message__photo {
    transform: rotate(0);
    box-shadow: 10px 10px 0 rgba(255,255,255,.08);
  }

  .recruit-photo::after {
    inset: 12px;
  }
}

/* =========================
  ENDING PHOTO
========================= */

.recruit-ending-photo {
  position: relative;
  width: 100%;
  min-height: 88vh;
  overflow: hidden;
  background: #111;
}

.recruit-ending-photo__image {
  position: absolute;
  inset: 0;
}

.recruit-ending-photo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-ending-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,.48) 100%
    );
}

.recruit-ending-photo__overlay {
  position: relative;
  z-index: 2;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:
    clamp(80px, 8vw, 120px)
    clamp(24px, 6vw, 80px);
  color: #fff;
}

.recruit-ending-photo__label {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .24em;
  font-weight: 700;
  opacity: .72;
}

.recruit-ending-photo__overlay h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.2;
  letter-spacing: .04em;
  color: #fff;
}

.recruit-ending-photo__overlay p {
  margin: 0;
  font-size: clamp(15px, 1.8vw, 18px);
  opacity: .88;
}

@media (max-width: 700px) {

  .recruit-ending-photo,
  .recruit-ending-photo__overlay {
    min-height: 68vh;
  }

  .recruit-ending-photo__overlay {
    justify-content: flex-end;
    padding: 60px 20px;
  }
}

/* =========================
  RECRUIT LP 微調整
========================= */

/* メインキャッチを少し小さく */
.recruit-hero h1 {
  font-size: clamp(30px, 4.8vw, 62px) !important;
  line-height: 1.32;
}

/* スマホではさらに読みやすく */
@media (max-width: 600px) {
  .recruit-hero h1 {
    font-size: clamp(28px, 8vw, 40px) !important;
    line-height: 1.35;
  }
}


/* フォーム内の「興味のある分野」以下を幅いっぱいに */
.recruit-form-layout .recruit-form-wide,
.recruit-form-layout .recruit-form-field:nth-child(n+7) {
  grid-column: 1 / -1 !important;
  width: 100%;
}

.recruit-form-box .wpcf7-form-control-wrap,
.recruit-form-box textarea,
.recruit-form-box .wpcf7-checkbox {
  width: 100%;
}


/* 最後の集合写真：スマホでトリミングしない */
@media (max-width: 700px) {
  .recruit-ending-photo {
    min-height: auto !important;
    background: #111;
  }

  .recruit-ending-photo__image {
    position: relative !important;
    inset: auto !important;
    width: 100%;
  }

  .recruit-ending-photo__image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .recruit-ending-photo::after {
    display: none !important;
  }

  .recruit-ending-photo__overlay {
    position: absolute !important;
    inset: 0 !important;
    min-height: auto !important;
    height: 100%;
    justify-content: flex-end;
    padding: 0 20px 28px;
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,.62) 100%
    );
  }

  .recruit-ending-photo__overlay h2 {
    font-size: 26px;
    line-height: 1.35;
  }

  .recruit-ending-photo__overlay p {
    font-size: 13px;
  }
}

/* =========================
  FORM WIDTH FIX
========================= */

.recruit-form-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  width: 100%;
}

.recruit-form-wide {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

.recruit-form-wide .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.recruit-form-wide textarea {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Contact Form 7 が勝手に入れる inline 幅対策 */
.recruit-form-box .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.recruit-form-box textarea {
  min-height: 240px;
}

/* =========================
  CF7 textarea full width 強制版
========================= */

.recruit-form-box form,
.recruit-form-box .wpcf7,
.recruit-form-box .wpcf7-form,
.recruit-form-layout,
.recruit-form-field,
.recruit-form-field p {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}

.recruit-form-layout {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.recruit-form-field {
  display: block !important;
  min-width: 0 !important;
}

.recruit-form-field.recruit-form-wide,
.recruit-form-field:nth-child(7),
.recruit-form-field:nth-child(8),
.recruit-form-field:nth-child(9) {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

.recruit-form-field.recruit-form-wide .wpcf7-form-control-wrap,
.recruit-form-field:nth-child(7) .wpcf7-form-control-wrap,
.recruit-form-field:nth-child(8) .wpcf7-form-control-wrap,
.recruit-form-field:nth-child(9) .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.recruit-form-field.recruit-form-wide textarea,
.recruit-form-field:nth-child(8) textarea,
.recruit-form-field:nth-child(9) textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 240px;
  box-sizing: border-box !important;
}

/* 送信ボタン中央寄せ */
.recruit-form-submit,
.recruit-form-box .wpcf7-submit {
  grid-column: 1 / -1;
}

.recruit-form-submit {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
  text-align: center;
}

.recruit-form-box input[type="submit"],
.recruit-form-box .wpcf7-submit {
  display: block !important;
  width: min(100%, 360px) !important;
  margin: 10px auto 0 !important;
}

/* =========================
 RECRUIT BUTTON
========================= */

.global-recruit-btn {
  margin-top: 40px;
}

.global-recruit-btn a {
  display: flex;
  flex-direction: column;
  gap: 6px;

  padding: 18px 20px;

  border: 1px solid rgba(255,255,255,0.7);

  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);

  text-decoration: none;

  transition: all .3s ease;
}

.global-recruit-btn a:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

.global-recruit-btn .en {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
  line-height: 1;
}

.global-recruit-btn .jp {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  letter-spacing: .04em;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .global-recruit-btn {
    margin-top: 24px;
  }

  .global-recruit-btn a {
    padding: 16px;
  }

  .global-recruit-btn .en {
    font-size: 18px;
  }

  .global-recruit-btn .jp {
    font-size: 12px;
  }

}

/* =========================
  RECRUIT PAGE LINK BUTTONS
========================= */

.recruit-link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.recruit-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(23,36,31,.35);
  border-radius: 999px;
  color: #17241f;
  background: rgba(255,255,255,.38);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: all .25s ease;
}

.recruit-link-button::after {
  content: "→";
  margin-left: 10px;
}

.recruit-link-button:hover {
  background: #17241f;
  color: #fff;
  border-color: #17241f;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .recruit-link-button {
    width: 100%;
  }
}

/* =========================
 SUPPORT GUIDE
========================= */

.mizunoue-guide-card--support {
  display: grid;
  grid-template-columns: 34% 1fr;
  align-items: stretch;

  border-radius: 22px;

  box-shadow:
    0 8px 28px rgba(0,0,0,.045);
}

.mizunoue-guide-card--support .mizunoue-guide-photo img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.mizunoue-guide-card--support .mizunoue-guide-content {
  padding: 22px;
}

.mizunoue-guide-card--support .mizunoue-guide-role {
  font-size: 10px;
  margin-bottom: 6px;
}

.mizunoue-guide-card--support .mizunoue-guide-name-en {
  font-size: clamp(22px, 2.4vw, 30px);
}

.mizunoue-guide-card--support .mizunoue-guide-name-jp {
  font-size: 13px;
  margin-top: 4px;
}

.mizunoue-guide-card--support .mizunoue-guide-meta {
  margin-bottom: 14px;
  padding-bottom: 12px;
  font-size: 12px;
}

.mizunoue-guide-card--support p {
  font-size: 13px;
  line-height: 1.8;
}

/* =========================
 SP
========================= */

@media (max-width: 767px) {

  .mizunoue-guide-card--support {
    grid-template-columns: 32% 1fr;
  }

  .mizunoue-guide-card--support .mizunoue-guide-content {
    padding: 18px;
  }

  .mizunoue-guide-card--support .mizunoue-guide-name-en {
    font-size: 22px;
  }

}

.nature-fv-video {
  overflow: hidden;
}

.nature-fv-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mizunoue-price-caption {
  margin-top: 16px;

  font-size: 14px;

  color: #6b7c7c;
}

.mizunoue-price-sub {
  margin-top: 10px;

  font-size: 20px;

  color: #98a2a8;

  text-decoration: line-through;

  opacity: .8;
}

/* =========================
 FV LOGO
========================= */

.mizunoue-fv-logo {
  position: absolute;

  top: 28px;
  left: 50%;

  transform: translateX(-50%);

  z-index: 5;

  width: min(220px, 46vw);
}

.mizunoue-fv-logo img {
  width: 100%;
  display: block;
}

/* =========================
 FV ICONS
========================= */

.mizunoue-fv-icons {
  display: flex;
  gap: 14px;

  margin-top: 26px;
	margin-bottom: 20px;
}

.mizunoue-fv-icon {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;

  background: rgba(255,255,255,.14);

  border: 1px solid rgba(255,255,255,.18);

  backdrop-filter: blur(10px);

  border-radius: 999px;
}

.mizunoue-fv-icon img {
  width: 18px;
  height: 18px;

  filter: brightness(0) invert(1);
}

.mizunoue-fv-icon span {
  font-size: 12px;
  letter-spacing: .08em;
  color: #fff;
}

/* =========================
 SP
========================= */

@media (max-width: 768px) {

  .mizunoue-fv-logo {
    top: 22px;
    width: 160px;
  }

  .mizunoue-fv-icons {
    margin-top: 20px;
    gap: 10px;
  }

  .mizunoue-fv-icon {
    padding: 8px 12px;
  }

}

.mizunoue-feature-icon {
  margin-bottom: 18px;

  font-size: 26px;

  color: #1f2933;
}

.mizunoue-feature-icon i {
  opacity: .92;
}

.mizunoue-feature-icon {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(31,41,51,.05);

  font-size: 24px;

  margin-bottom: 22px;
}


.mizunoue-contact-section {
  padding-top: 40px;
}

.mizunoue-contact-card {
  background: #fff;
  border-radius: 32px;
  padding: 32px 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
}

.mizunoue-contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.mizunoue-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #1f2933;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.mizunoue-contact-button:hover {
  color: #fff;
  text-decoration: none;
}

.mizunoue-contact-button--light {
  background: #f4f4f1;
  color: #1f2933;
}

.mizunoue-contact-button--light:hover {
  color: #1f2933;
}

@media (min-width: 768px) {
  .mizunoue-contact-card {
    padding: 56px;
  }

  .mizunoue-contact-actions {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mizunoue-guide-more {
  margin-top: 14px;
}

.mizunoue-guide-more summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;

  padding: 8px 14px;
  border-radius: 999px;
  background: #f4f4f1;

  font-size: 12px;
  font-weight: 600;
  color: #46525a;

  list-style: none;
}

.mizunoue-guide-more summary::-webkit-details-marker {
  display: none;
}

.mizunoue-guide-more summary::after {
  content: "+";
  font-size: 14px;
  line-height: 1;
}

.mizunoue-guide-more[open] summary::after {
  content: "−";
}

.mizunoue-guide-more p {
  margin-top: 14px;
}

.mizunoue-guide-results {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8f7f3;

  font-size: 12px;
  line-height: 1.9;
  color: #5a666d;
}


/* =========================
  Brewery Page Template
========================= */

.brewery-page-new {
  --brew-ink: #171717;
  --brew-muted: #666;
  --brew-bg: #f4f1ea;
  --brew-dark: #10100f;
  --brew-gold: #9a6a1f;
  --brew-blue: #78b7ba;

  color: var(--brew-ink);
  background: #fff;
  overflow: hidden;
}

.brewery-page-new,
.brewery-page-new * {
  box-sizing: border-box;
}

.brewery-page-new img {
  width: 100%;
  height: auto;
  display: block;
}

.brewery-page-new figure,
.brewery-page-new p,
.brewery-page-new h1,
.brewery-page-new h2,
.brewery-page-new h3,
.brewery-page-new dl,
.brewery-page-new dd {
  margin: 0;
}

.brewery-page-new h1,
.brewery-page-new h2,
.brewery-page-new h3 {
  font-weight: 600;
  letter-spacing: .04em;
  color: inherit;
}

.brewery-page-new p {
  color: #333;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: .04em;
}

.brewery-page-new a {
  color: inherit;
  text-decoration: none;
}

.brewery-label {
  margin-bottom: 16px !important;
  color: var(--brew-gold) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  letter-spacing: .18em;
}

/* FV */
.brewery-fv {
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: 82vh;
  background: #f3f3f1;
  color: #171717;
}

.brewery-fv__image {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
}

.brewery-fv__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.05),
      rgba(255,255,255,.25)
    );
}

.brewery-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04);
}

.brewery-fv__content {
  align-self: center;
  padding: clamp(48px, 6vw, 88px);
}

.brewery-fv .brewery-label {
  color: #8b6a3a;
}

.brewery-fv h1 {
  margin-bottom: 28px;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.38;
}

.brewery-fv p:not(.brewery-label) {
  max-width: 560px;
  color: #555;
}

/* COMMON */
.brewery-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
}

.brewery-section__head {
  margin-bottom: 38px;
}

.brewery-section__head h2,
.brewery-split__text h2,
.brewery-water h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.55;
}

/* INTRO */
.brewery-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 76px;
  padding-top: 120px;
}

.brewery-intro__body p {
  margin-bottom: 32px;
}

.brewery-note-list {
  margin: 0;
  padding: 28px 30px;
  list-style: none;
  background: var(--brew-bg);
  border-left: 4px solid var(--brew-gold);
}

.brewery-note-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: #171717;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
}

.brewery-note-list li:last-child {
  margin-bottom: 0;
}

.brewery-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brew-gold);
}

/* PHOTO ROW */
.brewery-photo-row {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto 130px;
  display: grid;
  grid-template-columns: 1.15fr .82fr 1fr;
  gap: 16px;
  align-items: start;
}

.brewery-photo-row figure {
  overflow: hidden;
  background: #ddd;
}

.brewery-photo-row figure:nth-child(2) {
  margin-top: 72px;
}

.brewery-photo-row img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.brewery-photo-row figure:hover img {
  transform: scale(1.04);
}

/* SPLIT */
.brewery-split {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
  gap: 76px;
  align-items: center;
}

.brewery-split--reverse {
  grid-template-columns: minmax(360px, 1.04fr) minmax(0, .96fr);
}

.brewery-split--reverse .brewery-split__image {
  order: 2;
}

.brewery-split__image {
  overflow: hidden;
  background: #ddd;
}

.brewery-split__image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.brewery-split__text h2 {
  margin-bottom: 26px;
}

.brewery-spec {
  display: grid;
  gap: 1px;
  margin-top: 36px !important;
  background: rgba(0,0,0,.14);
}

.brewery-spec div {
  padding: 18px 22px;
  background: #fff;
}

.brewery-spec dt {
  color: var(--brew-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.brewery-spec dd {
  margin-top: 7px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}

/* WATER */
.brewery-water {
  margin: 145px 0;
  background: #0d1718;
  color: #fff;
}

.brewery-water__inner {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 680px;
}

.brewery-water__text {
  align-self: center;
  padding: clamp(56px, 7vw, 100px);
}

.brewery-water .brewery-label {
  color: var(--brew-blue) !important;
}

.brewery-water h2 {
  margin-bottom: 28px;
  color: #fff;
}

.brewery-water p {
  color: rgba(255,255,255,.76);
}

.brewery-water__image {
  min-height: 680px;
  overflow: hidden;
  order: -1;
}

.brewery-water__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brewery-water-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 36px !important;
  background: rgba(255,255,255,.18);
}

.brewery-water-data div {
  padding: 20px;
  background: rgba(255,255,255,.06);
}

.brewery-water-data dt {
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.brewery-water-data dd {
  margin-top: 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

/* PROCESS */
.brewery-process {
  padding: 68px 56px;
  background: var(--brew-bg);
}

.brewery-process__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: rgba(0,0,0,.14);
}

.brewery-process__timeline article {
  position: relative;
  min-height: 210px;
  padding: 30px 26px;
  background: #fff;
}

.brewery-process__timeline article::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 28px;
  color: rgba(154,106,31,.42);
  font-size: 18px;
}

.brewery-process__timeline article:nth-child(3)::after,
.brewery-process__timeline article:nth-child(6)::after {
  content: "";
}

.brewery-process__timeline span {
  display: block;
  margin-bottom: 34px;
  color: var(--brew-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.brewery-process__timeline h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.45;
}

.brewery-process__timeline p {
  font-size: 13px;
  line-height: 1.85;
}


/* RESPONSIVE */
@media screen and (max-width: 1024px) {
  .brewery-fv,
  .brewery-intro,
  .brewery-split,
  .brewery-split--reverse,
  .brewery-water__inner {
    grid-template-columns: 1fr;
  }

  .brewery-fv__image {
    min-height: 54vh;
  }

  .brewery-split--reverse .brewery-split__image {
    order: 0;
  }

  .brewery-water__image {
    min-height: auto;
  }

  .brewery-water__image img {
    aspect-ratio: 16 / 9;
  }

  .brewery-process__timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .brewery-process__timeline article:nth-child(3)::after {
    content: "→";
  }

  .brewery-process__timeline article:nth-child(2)::after,
  .brewery-process__timeline article:nth-child(4)::after,
  .brewery-process__timeline article:nth-child(6)::after {
    content: "";
  }

  .brewery-links__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .brewery-fv {
    min-height: auto;
  }

  .brewery-fv__image {
    min-height: 48vh;
  }

  .brewery-fv__content {
    padding: 42px 20px 64px;
  }

  .brewery-fv h1 {
    font-size: 2.9rem;
    line-height: 1.45;
  }

  .brewery-page-new p {
    font-size: 14px;
    line-height: 2;
  }

  .brewery-section {
    width: calc(100% - 36px);
    margin-bottom: 86px;
  }

  .brewery-intro {
    padding-top: 82px;
    gap: 34px;
  }

  .brewery-section__head {
    margin-bottom: 28px;
  }

  .brewery-section__head h2,
  .brewery-split__text h2,
  .brewery-water h2 {
    font-size: 2.4rem;
    line-height: 1.55;
  }

  .brewery-photo-row {
    display: flex;
    width: 100vw;
    margin: 0 0 90px;
    padding: 0 20px 16px;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
  }

  .brewery-photo-row figure {
    flex: 0 0 72vw;
    margin-top: 0 !important;
    scroll-snap-align: center;
  }

  .brewery-photo-row::-webkit-scrollbar {
    display: none;
  }

  .brewery-split {
    gap: 36px;
  }

  .brewery-water {
    margin: 88px 0;
  }

  .brewery-water__text {
    padding: 52px 22px;
  }

  .brewery-water-data {
    grid-template-columns: 1fr 1fr;
  }

  .brewery-water-data div {
    padding: 16px;
  }

  .brewery-water-data dd {
    font-size: 16px;
  }

  .brewery-process {
    padding: 42px 20px;
  }

  .brewery-process__timeline {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .brewery-process__timeline article {
    min-height: auto;
    padding: 24px 20px;
  }

  .brewery-process__timeline article::after {
    content: "" !important;
  }

  .brewery-process__timeline span {
    margin-bottom: 20px;
  }

  .brewery-process__timeline h3 {
    font-size: 1.7rem;
  }



}

/* =========================
  Brewery center line fix
========================= */

.brewery-page-new {
  position: relative;
  z-index: 10;
  background: #fff;
}

.brewery-page-new::before,
.brewery-page-new::after,
.brewery-page-new *::before,
.brewery-page-new *::after {
  pointer-events: none;
}

/* テーマ側の中央線を消す */
body.page-template-page-brewery .l-main::before,
body.page-template-page-brewery .l-main::after,
body.page-template-page-brewery main::before,
body.page-template-page-brewery main::after,
body.page-template-page-brewery .l-wrapper::before,
body.page-template-page-brewery .l-wrapper::after,
body.page-template-page-brewery .l-bg-line,
body.page-template-page-brewery .bg-line,
body.page-template-page-brewery .center-line {
  display: none !important;
  content: none !important;
}

/* もし固定ページID側で効いている場合 */
body.page-id-4924 .l-main::before,
body.page-id-4924 .l-main::after,
body.page-id-4924 main::before,
body.page-id-4924 main::after,
body.page-id-4924 .l-wrapper::before,
body.page-id-4924 .l-wrapper::after,
body.page-id-4924 .l-bg-line,
body.page-id-4924 .bg-line,
body.page-id-4924 .center-line {
  display: none !important;
  content: none !important;
}

/* ==================================================
   AIM Fields
================================================== */

.fields-page {
  --fields-text: #1a1a1a;
  --fields-subtext: #666;
  --fields-border: #ddd;
  --fields-bg-light: #f6f5f1;
  --fields-width: 1200px;

  color: var(--fields-text);
  background: #fff;
  line-height: 1.8;
}

.fields-page *,
.fields-page *::before,
.fields-page *::after {
  box-sizing: border-box;
}

.fields-page img {
  display: block;
  width: 100%;
  height: auto;
}

.fields-page a {
  color: inherit;
  text-decoration: none;
}

.fields-container {
  width: min(calc(100% - 48px), var(--fields-width));
  margin-inline: auto;
}

.fields-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fields-section-head {
  margin-bottom: 48px;
}

.fields-section-head h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.fields-section-head p {
  margin: 0;
  color: var(--fields-subtext);
}

.fields-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

/* ==================================================
   HERO
================================================== */

.fields-hero {
  padding: 40px 24px 100px;
}

.fields-hero__inner {
  position: relative;
  width: min(100%, 1440px);
  min-height: 720px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0 0 80px 0;
}

.fields-hero__image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.fields-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.78) 32%,
      rgba(255, 255, 255, 0.08) 68%
    );
}

.fields-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fields-hero__content {
  position: relative;
  z-index: 2;
  width: min(640px, 56%);
  padding: 130px 0 100px 6%;
}

.fields-hero__title {
  margin: 0 0 32px;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.fields-hero__lead {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

/* ==================================================
   ABOUT
================================================== */

.fields-about {
  padding: 100px 0;
}

.fields-about__content {
  max-width: 820px;
}

.fields-about__content p {
  margin: 0 0 20px;
}

/* ==================================================
   PROGRAM
================================================== */

.fields-program {
  padding: 100px 0;
  background: var(--fields-bg-light);
}

.fields-program__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.fields-program-card {
  padding: 36px 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.fields-program-card__en {
  margin: 0 0 10px;
  color: var(--fields-subtext);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.fields-program-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
}

.fields-program-card p:last-child {
  margin: 0;
  color: var(--fields-subtext);
  font-size: 14px;
}

/* ==================================================
   WORKS
================================================== */

.fields-works {
  padding: 110px 0;
}

.fields-more-button,
.fields-card__button,
.fields-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 10px 24px;
  border: 1px solid var(--fields-text);
  border-radius: 999px;
  font-size: 13px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.fields-more-button:hover,
.fields-card__button:hover,
.fields-contact__button:hover {
  color: #fff;
  background: var(--fields-text);
}

.fields-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.fields-post-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}

.fields-post-card__link {
  display: block;
  height: 100%;
}

.fields-post-card__image {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.fields-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fields-post-card:hover .fields-post-card__image img {
  transform: scale(1.04);
}

.fields-post-card__body {
  padding: 24px;
}

.fields-post-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--fields-subtext);
  font-size: 11px;
}

.fields-post-card__meta span {
  padding: 3px 10px;
  border: 1px solid var(--fields-border);
  border-radius: 999px;
}

.fields-post-card__title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
}

.fields-post-card__excerpt {
  margin: 0 0 20px;
  color: var(--fields-subtext);
  font-size: 14px;
}

.fields-post-card__more {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.fields-post-empty {
  padding: 30px 0;
  color: var(--fields-subtext);
}

/* ==================================================
   FIELD GUIDE
================================================== */

.fields-stay {
  padding: 110px 0;
  background: var(--fields-bg-light);
}

.fields-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.fields-card {
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
}

.fields-card__image {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}

.fields-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fields-card__body {
  padding: 34px;
}

.fields-card__area {
  margin: 0 0 10px;
  color: var(--fields-subtext);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.fields-card__body h3 {
  margin: 0 0 18px;
  font-size: 26px;
}

.fields-card__body > p:not(.fields-card__area) {
  margin: 0 0 28px;
  color: var(--fields-subtext);
}

/* ==================================================
   CONTACT
================================================== */

.fields-contact {
  padding: 120px 0;
}

.fields-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: 60px;
  padding: 60px;
  background: var(--fields-bg-light);
  border-radius: 28px;
}

.fields-contact__content h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 4vw, 44px);
}

.fields-contact__content > p:last-child {
  margin: 0;
  color: var(--fields-subtext);
}

.fields-contact__button-wrap {
  text-align: center;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1024px) {
  .fields-program__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fields-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fields-hero__content {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .fields-container {
    width: min(calc(100% - 32px), var(--fields-width));
  }

  .fields-hero {
    padding: 16px 16px 70px;
  }

  .fields-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    overflow: visible;
    border-radius: 0;
  }

  .fields-hero__image {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 0 0 40px 0;
    overflow: hidden;
  }

  .fields-hero__image::after {
    display: none;
  }

  .fields-hero__content {
    width: 100%;
    padding: 44px 8px 0;
  }

  .fields-hero__title {
    font-size: 38px;
  }

  .fields-about,
  .fields-program,
  .fields-works,
  .fields-stay,
  .fields-contact {
    padding: 72px 0;
  }

  .fields-section-head--row {
    align-items: flex-start;
    flex-direction: column;
  }

  .fields-program__grid,
  .fields-post-grid,
  .fields-card-grid {
    grid-template-columns: 1fr;
  }

  .fields-contact__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 24px;
  }

  .fields-contact__button-wrap {
    text-align: left;
  }
}

.mizunoue-dog-price-list {
  display: grid;
  gap: 10px;
  margin: 4px 0 14px;
}

.mizunoue-dog-price-row {
  align-items: baseline;
  border-bottom: 1px solid rgba(31, 41, 51, .08);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.mizunoue-dog-price-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mizunoue-dog-price-row span {
  color: var(--mizu-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.mizunoue-dog-price-row strong {
  color: var(--mizu-green);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.mizunoue-cancel-policy {
  background: var(--mizu-card);
  border-radius: 28px;
  box-shadow: var(--mizu-shadow);
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
}

.mizunoue-cancel-policy h3 {
  color: var(--mizu-text);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 14px;
}

.mizunoue-cancel-policy p,
.mizunoue-cancel-policy li {
  color: var(--mizu-muted);
  font-size: 15px;
  line-height: 1.9;
}

.mizunoue-cancel-policy p {
  margin: 0 0 14px;
}

.mizunoue-cancel-policy ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.mizunoue-cancel-policy li {
  background: #f8f7f3;
  border-radius: 16px;
  color: var(--mizu-text);
  font-weight: 700;
  padding: 12px 16px;
}

.mizunoue-cancel-policy__note {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .mizunoue-dog-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mizunoue-dog-price-row strong {
    font-size: 24px;
  }

  .mizunoue-cancel-policy {
    border-radius: 24px;
    margin-top: 22px;
  }
}

/* =========================
  AIM Fields 中央ライン対策
  page-id-4751
========================= */

/* Fieldsコンテンツを中央線より前面へ */
.page-id-4751 .fields-page {
  position: relative;
  z-index: 10;
  background: #fff;
}

/* テーマ側の中央ライン・疑似要素を非表示 */
body.page-id-4751 .l-main::before,
body.page-id-4751 .l-main::after,
body.page-id-4751 main::before,
body.page-id-4751 main::after,
body.page-id-4751 .l-wrapper::before,
body.page-id-4751 .l-wrapper::after,
body.page-id-4751 .detailPage::before,
body.page-id-4751 .detailPage::after,
body.page-id-4751 .editor-body::before,
body.page-id-4751 .editor-body::after,
body.page-id-4751 .l-bg-line,
body.page-id-4751 .bg-line,
body.page-id-4751 .center-line {
  display: none !important;
  content: none !important;
}

/* 専用テンプレート名でも指定 */
body.page-template-page-fields .l-main::before,
body.page-template-page-fields .l-main::after,
body.page-template-page-fields main::before,
body.page-template-page-fields main::after,
body.page-template-page-fields .l-wrapper::before,
body.page-template-page-fields .l-wrapper::after,
body.page-template-page-fields .l-bg-line,
body.page-template-page-fields .bg-line,
body.page-template-page-fields .center-line {
  display: none !important;
  content: none !important;
}

/* ===========================
   AIM Fields Hero
   左・上の余白をなくし、右だけ24px残す
=========================== */

@media screen and (min-width: 768px) {

  .page-id-4751 .fields-hero{
    padding: 0 24px 100px 0 !important;
  }

  .page-id-4751 .fields-hero__inner{
    width: 100%;
    max-width: none;
    margin: 0;
  }

}

/* =========================
  RECRUIT FORM SUBMIT FIX
========================= */

.recruit-form-submit {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

/* CF7が生成する余分なp・改行 */
.recruit-form-submit > p {
  display: contents;
  margin: 0 !important;
}

.recruit-form-submit br,
.recruit-form-submit .cf-turnstile-br {
  display: none !important;
}

/* Cloudflare Turnstile */
.recruit-form-submit .cf7-cf-turnstile {
  width: 100%;
  margin: 0 !important;
  text-align: center;
}

.recruit-form-submit .cf-turnstile {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/* 送信ボタン */
.recruit-form-box input[type="submit"],
.recruit-form-box .wpcf7-submit {
  display: block !important;
  width: min(100%, 360px) !important;
  min-height: 58px;
  margin: 0 auto !important;
}

/* CF7の送信中スピナー */
.recruit-form-submit .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

@media (max-width: 420px) {
  .recruit-form-submit {
    gap: 20px;
  }

  .recruit-form-submit .cf-turnstile {
    max-width: 100%;
    overflow: hidden;
  }
}
