@charset "UTF-8"; /* =================================================================
   【cssはこのファイルを編集してください】
   ================================================================= */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

/* 375px - 414px */
@media (max-width: 414px) {
  html {
    /* 同倍率 */
    font-size: 3.8647342995vw;
  }
}

/* 414px - 767px */
@media (min-width: 414px) and (max-width: 767.98px) {
  html {
    font-size: calc((100vw - 414px) / 353 * 5 + 16px);
    font-size: 3.8647342995vw;
  }
}

/* 769px - 1399px */
@media (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: calc((100vw - 768px) / 632 * 3 + 13px);
  }
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* リンクホバー調整 */
a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

/* スマホではpcクラスは非表示 */
@media (max-width: 767.98px) {
  .pc {
    display: none !important;
    pointer-events: none;
  }
}

/* PCではspクラスは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
    pointer-events: none;
  }
}

/* この下からcssを記述して下さい */

/* ========================================
   共通CTAボタン
   ======================================== */

.bz {
}

@media screen and (min-width: 768px) {
  .bz {
    width: 100%;
  }
}

.bz-cta-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 306px;
  width: 19.125rem;
  height: 68px;
  height: 4.25rem;
  background-color: #134088;
  border-radius: 3px;
  border-radius: 0.1875rem;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

/* 矢印（SVG画像） */
.bz-cta-btn::after {
  content: "";
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  width: 2.5625rem;
  height: 12px;
  height: 0.75rem;
  background: url("../img/cta-arrow.svg") no-repeat center / contain;
  transition: right 0.35s ease;
}

/* ::before は不要（SVGに矢印全体を含む） */
.bz-cta-btn::before {
  display: none;
}

/* ホバー時: 背景色変更（透明度は変化させない） */
.bz-cta-btn:hover {
  background-color: #01255f;
  opacity: 1;
}

/* ホバー時: 矢印が右に移動 */
.bz-cta-btn:hover::after {
  right: 10px;
  right: 0.625rem;
}

.bz-cta-btn__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 90px;
  width: 5.625rem;
  height: 30px;
  height: 1.875rem;
  border: 0.81px solid rgba(255, 255, 255, 0.93);
  border: 0.050625rem solid rgba(255, 255, 255, 0.93);
  border-radius: 81px;
  border-radius: 5.0625rem;
  font-family: "Shippori Mincho B1";
  font-size: 14.58px;
  font-size: 0.91125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 1.31px;
  letter-spacing: 0.081875rem;
  line-height: 1.3;
  margin-left: 19px;
  margin-left: 1.1875rem;
}

.bz-cta-btn__txt {
  font-family: "Shippori Mincho B1";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 2.42px;
  letter-spacing: 0.15125rem;
  line-height: 1.3;
  margin-left: 14px;
  margin-left: 0.875rem;
}

.bz-cta-tel {
  width: 19.125rem;
  display: block;
  background: #fff;
  transition: 0.3s;
  border-radius: 3px;
}

.bz-fv__cta-tel {
  margin-top: 0.8125rem;
}

.bz-cta-tel:hover {
  background: #f2f2f2;
  opacity: 1;
}

.bz-fv {
  position: relative;
  padding: 25px 0 82.93px;
  padding: 1.5625rem 0 5.183125rem;
}

.bz-fv__inner {
  position: relative;
  width: 94.4642857143%;
  margin: 0 auto;
}

.bz-fv__bg-img {
  margin-left: auto;
  width: 83.932%;
}

.bz-fv__bg-img img {
  width: 100%;
}

.bz-fv__logo-img {
  position: absolute;
  width: 113px;
  width: 7.0625rem;
  top: 0;
  left: -1%;
  z-index: 2;
}

.bz-fv__logo-img a {
  display: block;
}

.bz-fv__logo-img img {
  width: 100%;
  height: auto;
  display: block;
}

.bz-fv__catch {
  margin-bottom: 119.35px;
  margin-bottom: 7.459375rem;
  position: absolute;
  left: 7%;
  top: 27%;
}

.bz-fv__catch-line1 {
  color: #212121;
  text-shadow: 0 0 17.087px rgba(255, 255, 255, 0.25);
  text-shadow: 0 0 1.0679375rem rgba(255, 255, 255, 0.25);
  -webkit-text-stroke-width: 0.46px;
  -webkit-text-stroke-width: 0.02875rem;
  -webkit-text-stroke-color: #484848;
  font-family: "Shippori Mincho B1";
  font-size: 32.549px;
  font-size: min(2vw, 2.0343125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  /* 39.384px */
  letter-spacing: 3.58px;
  letter-spacing: 0.22375rem;
  margin-bottom: 22.76px;
  margin-bottom: 1.4225rem;
  display: block;
}

.bz-fv__catch-line2 {
  color: #212121;
  text-shadow: 0 0 17.087px rgba(255, 255, 255, 0.25);
  text-shadow: 0 0 1.0679375rem rgba(255, 255, 255, 0.25);
  -webkit-text-stroke-width: 0.46px;
  -webkit-text-stroke-width: 0.02875rem;
  -webkit-text-stroke-color: #484848;
  font-family: "Shippori Mincho B1";
  font-size: 33.549px;
  font-size: min(2.5vw, 2.0968125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  /* 40.594px */
  letter-spacing: 3.69px;
  letter-spacing: 0.230625rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  display: block;
}

.bz-fv__catch-line3 {
  color: #212121;
  text-shadow: 0 0 21.922px rgba(255, 255, 255, 0.25);
  text-shadow: 0 0 1.370125rem rgba(255, 255, 255, 0.25);
  -webkit-text-stroke-width: 0.59px;
  -webkit-text-stroke-width: 0.036875rem;
  -webkit-text-stroke-color: #212121;
  font-family: "Shippori Mincho B1";
  font-size: 55.874px;
  font-size: min(4vw, 3.492125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  /* 67.608px */
  letter-spacing: 6.146px;
  letter-spacing: 0.384125rem;
  display: block;
}

.bz-fv__catch-line3 span {
  -webkit-text-stroke-color: #484848;
}

.bz-fv__cta-box {
  position: absolute;
  z-index: 2;
  left: 7%;
  top: 61%;
}

.bz-fv__sub-txt {
  color: #1e1e1e;
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: min(1.4vw, 0.9375rem);
  font-style: normal;
  font-weight: 500;
  line-height: 205%;
  /* 30.75px */
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.bz-fv__sub-txt span {
}
.bz-fv__cta-btn {
}
.bz-fv__cta-label {
}

.bz-fv__cta-txt {
}

.bz-fv__scroll {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.bz-fv__scroll-txt {
  width: 11px;
  width: 0.6875rem;
}

.bz-fv__scroll-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 27px;
  height: 1.6875rem;
  background-color: #1e1e1e;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-right: 0.125rem;
}

/* ========================================
   S1 写真コラージュ
   Figma nodeId: 1-2279
   ======================================== */
.bz-s1 {
  background-color: #ffffff;
  padding-bottom: 20rem;
}

.bz-s1__inner {
  position: relative;
  margin-inline: auto;
}

.bz-s1__ttl {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 25.779px;
  font-size: 1.6111875rem;
  color: #212121;
  letter-spacing: 2.836px;
  letter-spacing: 0.37725rem;
  line-height: 1.3;
  text-shadow: 0px 0px 13.533px rgba(255, 255, 255, 0.25);
  text-shadow: 0rem 0rem 0.8458125rem rgba(255, 255, 255, 0.25);
  width: 15.993452381%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.bz-s1__ttl-line1,
.bz-s1__ttl-line2,
.bz-s1__ttl-line3 {
  writing-mode: vertical-rl;
  margin: 0;
}

.bz-s1__ttl-line1 {
}

.bz-s1__ttl-line2 {
  margin-top: 79.2px;
  margin-top: 4.05rem;
}

.bz-s1__ttl-line3 {
  margin-top: 138.6px;
  margin-top: 7.9625rem;
}

.bz-s1__ttl-bracket {
  font-feature-settings: "vert" 1;
}

.bz-s1__collage {
  position: relative;
  top: 0;
  left: 0;
  height: 900px;
}

.bz-s1__photo01-img {
  position: absolute;
  top: 1%;
  right: 21%;
  width: 14.3933928571%;
}

.bz-s1__photo02-img {
  position: absolute;
  top: 34%;
  left: 29.4%;
  width: 20.7779761905%;
  overflow: hidden;
  z-index: 2;
}

.bz-s1__photo03-img {
  position: absolute;
  top: 116.3%;
  right: 0;
  width: 30.9982142857%;
}

.bz-s1__photo04-img {
  position: absolute;
  top: 116.9%;
  left: 7%;
  width: 33.3761904762%;
}

.bz-s1__photo05-img {
  position: absolute;
  top: 262.1%;
  right: 22.6%;
  width: 24.7678571429%;
  z-index: 3;
}

.bz-s1__photo06-img {
  position: absolute;
  top: 258.4%;
  left: 28%;
  width: 14.393452381%;
}

.bz-s1__photo07-img {
  position: absolute;
  top: 172.9%;
  right: 11%;
  width: 19.693452%;
  overflow: hidden;
}
.bz-s1__photo07-img img {
  width: 100%;
  height: 100%;
}
.bz-s1__photo08-img {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: 34.8958333333%;
  overflow: hidden;
}

/* ========================================
   S2 Concept
   Figma nodeId: 1-2278
   ======================================== */
.bz-s2 {
  position: relative;
  overflow: hidden;
}

.bz-s2__inner {
  position: relative;
}

.bz-s2__bg-img {
  position: relative;
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}

.bz-s2__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bz-s2__label {
  position: absolute;
  top: 17%;
  left: 13.2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-s2__label-txt {
  width: 12px;
  width: 0.75rem;
}

.bz-s2__label-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 20.556px;
  height: 1.28475rem;
  background-color: #1e1e1e;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.bz-s2__body {
  position: absolute;
  top: 19%;
  left: 48%;
}

.bz-s2__txt {
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #212121;
  line-height: 2.15;
  letter-spacing: 2.21px;
  letter-spacing: 0.138125rem;
  margin-bottom: 0;
}

.bz-s2__txt--second {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.bz-s2__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.7;
  letter-spacing: 6.56px;
  letter-spacing: 0.41rem;
  margin-top: 32.56px;
  margin-top: 2.035rem;
  margin-bottom: 0;
}

.span-1 {
  font-size: 39px;
  font-size: 2.4375rem;
  letter-spacing: 6.24px;
  letter-spacing: 0.39rem;
}

.bz-s2__btn-wrap {
  margin-top: 3.8125rem;
  display: flex;
  gap: 0.64625rem;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .bz-s2__btn-wrap {
    flex-direction: column;
  }
}

.bz-s2__btn {
}

.bz-s2__cta-tel {
}

/* ========================================
   S3 厨子という選択肢
   Figma nodeId: 1-2277
   ======================================== */
.bz-s3 {
  position: relative;
  height: 1216px;
  height: 76vw;
  min-height: 800px;
  background-color: #ffffff;
  overflow: hidden;
}

.bz-s3__inner {
  position: relative;
  height: 100%;
}

.bz-s3__content {
  position: absolute;
  top: 10%;
  left: 18%;
  z-index: 2;
}

.bz-s3__label {
  display: flex;
  align-items: center;
}

.bz-s3__label-txt {
  font-family: "Shippori Mincho B1";
  font-size: 22.577px;
  font-size: 1.4110625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 3.387px;
  letter-spacing: 0.2116875rem;
  line-height: 1.7;
}

.bz-s3__label-line {
  display: inline-block;
  width: 56px;
  width: 3.5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #212121;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.bz-s3__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 47.811px;
  font-size: min(3.8vw, 2.9881875rem);
  font-weight: 500;
  color: #212121;
  line-height: 1.75;
  letter-spacing: 6.694px;
  letter-spacing: 0.418375rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 0;
  transform: translateX(-3px);
  margin-bottom: 35.36px;
  margin-bottom: 2.21rem;
}

.bz-s3__txt {
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  line-height: 2.05;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  margin-bottom: 0;
  padding-left: 108px;
  padding-left: 6.75rem;
}

.bz-s3__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bz-s3__img {
  position: absolute;
  overflow: hidden;
}

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

.bz-s3__img--01 {
  top: 22%;
  right: 14%;
  width: 25.2928571429%;
  opacity: 0;
}

.bz-s3__img--02 {
  top: 51.7%;
  left: 30.5%;
  width: 17.6648809524%;
}

.bz-s3__img--03 {
  top: 51.7%;
  right: 22%;
  width: 25.2928571429%;
}

/* ========================================
   S4 穏やかな気持ちに包まれる バナー
   Figma nodeId: 1-2276
   ======================================== */
.bz-s4 {
  position: relative;
  overflow: hidden;
}

.bz-s4__inner {
  position: relative;
}

.bz-s4__bg-img {
  position: relative;
  min-width: 1010px;
  height: 39.691875rem;
  left: 50%;
  transform: translateX(-50%);
}

.bz-s4__bg-img img {
  width: 100%;
  height: 100%;
}

.bz-s4__txt-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  width: 6.1%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.bz-s4__txt {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  font-family: "Shippori Mincho B1";
  font-size: 31px;
  font-size: 1.5875rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 6.37px;
  letter-spacing: 0.398125rem;
  line-height: 1.2;
  text-shadow: 0 0 56px #ffffff;
  text-shadow: 0 0 3.5rem #ffffff;
  margin: 0;
}

.bz-s4__txt--01 {
}

.bz-s4__txt--02 {
}

/* ========================================
   グループB: セクション s5 〜 s8 CSS
   s5 → s6 → s7 → s8
   ======================================== */
/* figma-css:start nodeId=1-2275 */
/* ========================================
   セクション名: S5 Sacred Place「美しいからそばにいたくなる」
   Figma nodeId: 1-2275
   幅: 1680px / 高さ: 約1586px
   ======================================== */
/* ========================================
   セクション名: S5 Sacred Place「美しいからそばにいたくなる」
   Figma nodeId: 1-2275
   幅: 105rem / 高さ: 約99.125rem
   ======================================== */
.bz-s5 {
  position: relative;
  overflow: hidden;
  padding: 94.11px 0 115.5px;
  padding: 5.881875rem 0 7.21875rem;
}

.bz-s5__inner {
  position: relative;
  width: 100%;
}

/* --- 上部エリア（メイン写真 + テキスト） --- */
.bz-s5__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 61px;
  gap: min(4vw, 3.8125rem);
  width: 95%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 112px;
  padding-left: min(7vw, 7rem);
  margin-bottom: 123px;
  margin-bottom: 7.6875rem;
}

/* メイン写真 */
.bz-s5__main-img {
  width: 100%;
}

.bz-s5__main-img img {
  width: 100%;
  height: 100%;
}

/* テキストエリア */
.bz-s5__text-area {
  position: relative;
  margin-top: 173.58px;
  margin-top: min(11vw, 10.84875rem);
}

/* Sacred Place ラベル（縦書き） */
.bz-s5__label {
  position: absolute;
  top: 11%;
  right: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-s5__main-sp-box {
  /* flex: 1; */
  max-width: 391.41px;
  width: 46%;
}

.bz-s5__label-txt {
  display: block;
  width: 10.7px;
  width: 0.66875rem;
}

.bz-s5__label-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 20.795px;
  height: 1.2996875rem;
  background-color: #1e1e1e;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}

/* キャッチコピー */
.bz-s5__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 44.811px;
  font-size: 2.8006875rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 6.274px;
  letter-spacing: 0.392125rem;
  line-height: 1.75;
  margin: 0 0 21px;
  margin: 0 0 1.3125rem;
}

/* 本文 */
.bz-s5__body {
  max-width: 739px;
}

.bz-s5__body p {
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  line-height: 1.6;
  margin: 0 0 25.6px;
  margin: 0 0 1.6rem;
}

.bz-s5__body p:last-child {
  margin-bottom: 0;
}

/* --- 下部ギャラリー（自動スライドショー） --- */
.bz-s5__gallery {
  width: 100%;
  overflow: hidden;
  margin-bottom: 27.18px;
  margin-bottom: 1.69875rem;
}

.bz-s5__gallery-track {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  width: max-content;
}

/* ギャラリー共通 */
.bz-s5__gallery-item {
  flex-shrink: 0;
  width: 385px;
  width: 24.0625rem;
  height: 398px;
  height: 24.875rem;
  overflow: hidden;
}

.bz-s5__gallery-item--offset {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.bz-s5__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ギャラリー下テキスト */
.bz-s5__gallery-note {
  width: 84.7619047619%;
  margin: 0 auto;
}

.bz-s5__gallery-note p {
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  line-height: 1.8;
  margin: 0;
  margin-left: auto;
  width: fit-content;
}

/* figma-css:end nodeId=1-2275 */
/* figma-css:start nodeId=1-2377 */
/* ========================================
   セクション名: S6 匠 The Craftsmanship
   Figma nodeId: 1-2377
   幅: 1680px / 高さ: 約3376px
   ダークテーマ
   ======================================== */
/* ========================================
   セクション名: S6 匠 The Craftsmanship
   Figma nodeId: 1-2377
   幅: 105rem / 高さ: 約211rem
   ダークテーマ
   ======================================== */
.bz-s6 {
  position: relative;
  overflow: hidden;
  padding-bottom: 112px;
  padding-bottom: 0;
}

.bz-s6__inner {
  position: relative;
  width: 100%;
}

/* 背景画像（山と森） */
.bz-s6__bg-img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.bz-s6__bg-img img {
  width: 100%;
  display: block;
}

.bz-s6__spacer {
  position: relative;
  height: 150px;
  margin-top: -150px;
  /* background: linear-gradient(to bottom, transparent, #001216); */
  z-index: 2;
  pointer-events: none;
}

.bz-s6__content-wrap {
  height: 148.4523809524vw;
  position: relative;
  z-index: 3;
}

/* 縦書き大テキスト */
.bz-s6__vertical-txt {
  position: absolute;
  top: 7%;
  right: 16%;
  display: flex;
  flex-direction: row-reverse;
  font-family: "Shippori Mincho B1";
  font-size: 37.05px;
  font-size: min(2.8vw, 2.315625rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  font-feature-settings: "vert" 1;
  z-index: 5;
  width: 14%;
  justify-content: space-between;
  letter-spacing: 0.5rem;
}

.bz-s6__vertical-txt p {
  margin: 0;
  writing-mode: vertical-rl;
}

.bz-s6__vertical-txt p span {
  margin-top: -5px;
  margin-top: -0.3125rem;
}

/* 職人写真グリッド */
.bz-s6__craft-grid {
  position: relative;
  top: 10%;
  left: 10.8%;
  z-index: 2;
  width: 51.193452381%;
  height: 48.1625vw;
}

.bz-s6__craft-img {
  position: absolute;
  overflow: hidden;
}

/* 職人写真1: 左上の小写真 */
.bz-s6__craft-img--01 {
  width: 30%;
  top: 13.1%;
}

/* 職人写真2: 中央大写真 */
.bz-s6__craft-img--02 {
  top: 0;
  right: 0;
  width: 66.846019756%;
}

/* 職人写真3: 左上の横長小写真 */
.bz-s6__craft-img--03 {
  bottom: 0;
  width: 50.173466%;
  left: 5%;
}

/* 職人写真4: 左の縦長写真 */
.bz-s6__craft-img--04 {
  bottom: 19.5%;
  right: 11%;
  width: 24.815809%;
}

/* 職人写真5: 中央の小写真 */
.bz-s6__craft-img--05 {
  top: 1597px;
  top: 99.8125rem;
  left: 627px;
  left: 39.1875rem;
  width: 279px;
  width: 17.4375rem;
  height: 186px;
  height: 11.625rem;
}

/* 職人写真6: 右端の小写真 */
.bz-s6__craft-img--06 {
  top: 1588px;
  top: 99.25rem;
  left: 659px;
  left: 41.1875rem;
  width: 255px;
  width: 15.9375rem;
  height: 204px;
  height: 12.75rem;
}

/* 「匠」大文字 */
.bz-s6__takumi {
  position: absolute;
  top: 43.6%;
  left: 25%;
  font-family: "Shippori Mincho B1";
  font-size: 259px;
  font-size: min(16vw, 16.1875rem);
  font-weight: 500;
  writing-mode: vertical-rl;
  font-feature-settings: "vert" 1;
  letter-spacing: 12.949px;
  letter-spacing: 0.8093125rem;
  line-height: 1.2;
  background: linear-gradient(
    152deg,
    rgba(255, 255, 255, 0.3) 17.65%,
    rgb(255, 255, 255) 54.03%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}

/* The Craftsmanship ラベル + 本文 */
.bz-s6__content {
  position: absolute;
  top: 39%;
  left: 46%;
  z-index: 5;
}

.bz-s6__label {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
}

.bz-s6__label-txt {
  width: 28%;
}

.bz-s6__label-line {
  display: inline-block;
  width: 29.754px;
  width: 1.859625rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #ffffff;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.bz-s6__body {
  max-width: 642px;
}

.bz-s6__body p {
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-size: min(1.35vw, 1.0625rem);
  font-weight: 400;
  color: #d0d0d0;
  letter-spacing: 1.87px;
  letter-spacing: 0.116875rem;
  line-height: 1.95;
  margin: 0 0 34.85px;
  margin: 0 0 2.178125rem;
}

.bz-s6__body p:last-child {
  margin-bottom: 0;
}

/* 下部写真エリア */
.bz-s6__bottom-images {
  position: relative;
  left: 0;
  top: 30%;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}

/* 下部写真1: 大きな風景写真（内部パララックス用） */
.bz-s6__bottom-img--01 {
  width: 92.52%;
  margin: 0 auto;
  overflow: hidden;
}

.bz-s6__bottom-img--01 img {
  will-change: transform;
}
@media screen and (max-width: 767.98px) {
  .bz-s6__bottom-img--01 img {
    will-change: auto;
  }
}

/* 下部写真2: 右側の職人写真 */
.bz-s6__bottom-img--02 {
  width: 23.0952380952%;
  position: absolute;
  top: 56%;
  right: 15%;
}

/* 下部写真3: 左下の小写真 */
.bz-s6__bottom-img--03 {
  top: 384px;
  top: 24rem;
  left: 189px;
  left: 11.8125rem;
  width: 262px;
  width: 16.375rem;
  height: 327px;
  height: 20.4375rem;
}

/* 英文テキスト */
.bz-s6__en-txt {
  position: absolute;
  left: 7.3%;
  bottom: 13%;
  z-index: 5;
  width: 21.561%;
}

.bz-s6__en-txt p {
  font-family: "Gotham", "Noto Sans JP", sans-serif;
  font-size: 18.115px;
  font-size: 1.1321875rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 2.536px;
  letter-spacing: 0.1585rem;
  line-height: 1.7;
  margin: 0;
}

/* figma-css:end nodeId=1-2377 */
/* figma-css:start nodeId=1-2454 */
/* ========================================
   セクション名: S7 Collection
   Figma nodeId: 1-2454
   幅: 1680px / 高さ: 約1883px
   ======================================== */
/* ========================================
   セクション名: S7 Collection
   Figma nodeId: 1-2454
   幅: 105rem / 高さ: 約117.6875rem
   ======================================== */
.bz-s7 {
  position: relative;
  padding: 187.22px 0 99.01px;
  padding: 0 0 6.188125rem;
}

.bz-s7__inner {
  position: relative;
  width: 90%;
  max-width: 1098px;
  margin: 0 auto;
}

/* --- スタンダード・コレクション エリア --- */
.bz-s7__standard {
  position: relative;
  margin-bottom: 139px;
  margin-bottom: 8.6875rem;
}

/* Collection ラベル（縦書き） */
.bz-s7__label {
  position: absolute;
  top: -5%;
  left: -7%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-s7__label-txt {
  width: 11px;
  width: 0.6875rem;
}

.bz-s7__label-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 20.425px;
  height: 1.2765625rem;
  background-color: #1e1e1e;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

/* サブ見出し */
.bz-s7__sub-ttl {
  margin-bottom: 6.23px;
  margin-bottom: 0.389375rem;
  font-family: "Shippori Mincho B1";
  font-size: 22.577px;
  font-size: 1.4110625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 3.387px;
  letter-spacing: 0.2116875rem;
  line-height: 1.7;
}

/* メイン見出し */
.bz-s7__ttl {
  margin-bottom: 26.33px;
  margin-bottom: 1.645625rem;
  font-family: "Shippori Mincho B1";
  font-size: 43.811px;
  font-size: 2.7381875rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 6.134px;
  letter-spacing: 0.383375rem;
  line-height: 1.75;
}

.bz-s7__ttl-wide {
  letter-spacing: 5.257px;
  letter-spacing: 0.3285625rem;
}

/* 説明文 */
.bz-s7__desc {
  margin-bottom: 58.66px;
  margin-bottom: 3.66625rem;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  line-height: 2.05;
}

/* 商品カード3列 */
.bz-s7__products {
  display: flex;
  gap: min(2.2vw, 2.25rem);
  justify-content: space-between;
}

/* 商品カード */
.bz-s7__product-card {
  flex: 1;
}

/* 商品画像 */
.bz-s7__product-img {
  width: 100%;
  margin-bottom: 7.63px;
  margin-bottom: 0.476875rem;
}

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

/* 商品情報 */
.bz-s7__product-info {
  padding-inline: 9.8px 12.56px;
  padding-inline: 0.6125rem 0.785rem;
}

/* 商品名 */
.bz-s7__product-name {
  font-family: "Shippori Mincho B1";
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 2.09px;
  letter-spacing: 0.130625rem;
  line-height: 2.05;
  width: fit-content;
  border-bottom: 1px solid;
  border-bottom: 0.0625rem solid;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.bz-s7__product-name-main {
  font-size: 19px;
  font-size: 1.1875rem;
}

.bz-s7__product-name-ruby {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.32px;
  letter-spacing: 0.0825rem;
  margin-right: -10px;
  margin-right: -0.625rem;
}

.bz-s7__product-card:nth-child(3) .bz-s7__product-name-ruby {
  margin-right: 0;
}

/* 価格エリア */
.bz-s7__product-price-area {
  display: flex;
  align-items: baseline;
  margin-bottom: 8.96px;
  margin-bottom: 0.56rem;
}

.bz-s7__product-price {
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #212121;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  line-height: 2.05;
}

.bz-s7__product-tax {
  font-family: "Shippori Mincho B1";
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.43px;
  letter-spacing: 0.089375rem;
  line-height: 2.05;
  margin-left: -4px;
  margin-left: -0.25rem;
}

/* 商品説明 */
.bz-s7__product-desc {
  font-family: "Shippori Mincho B1";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
  line-height: 1.85;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  max-width: 319px;
}

/* 商品サイズ */
.bz-s7__product-size {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #212121;
  letter-spacing: 1.3px;
  letter-spacing: 0.08125rem;
  line-height: 1.85;
  opacity: 0.75;
  margin: 0;
}

/* --- 一点もの エリア --- */
.bz-s7__oneofakind {
  position: relative;
}

/* One of a kind ラベル（縦書き） */
.bz-s7__oak-label {
  position: absolute;
  top: -8%;
  right: -10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-s7__oak-label-txt {
  width: 11px;
  width: 0.6875rem;
}

.bz-s7__oak-label-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 20.425px;
  height: 1.2765625rem;
  background-color: #1e1e1e;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: 1px;
  margin-right: 0.0625rem;
}

/* サブ見出し */
.bz-s7__oak-sub-ttl {
  margin-bottom: 1.2px;
  margin-bottom: 0.075rem;
  font-family: "Shippori Mincho B1";
  font-size: 22.577px;
  font-size: 1.4110625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 3.387px;
  letter-spacing: 0.2116875rem;
  line-height: 1.7;
}

/* メイン見出し */
.bz-s7__oak-ttl {
  margin-bottom: 26.3px;
  margin-bottom: 1.64375rem;
  font-family: "Shippori Mincho B1";
  font-size: 43.811px;
  font-size: 2.7381875rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 6.134px;
  letter-spacing: 0.383375rem;
  line-height: 1.75;
  transform: translateX(-20px);
}

.bz-s7__oak-ttl .char {
  letter-spacing: 6.134px;
  letter-spacing: 0.283375rem;
}

.bz-s7__oak-ttl span {
  letter-spacing: -7.01px;
  letter-spacing: -0.438125rem;
}

.bz-s7__oak-ttl span .char {
  letter-spacing: -7.01px;
  letter-spacing: -0.438125rem;
}

/* 説明文 */
.bz-s7__oak-desc {
  margin-bottom: 42.47px;
  margin-bottom: 2.654375rem;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  line-height: 2.05;
}

/* 一点もの写真3列 */
.bz-s7__oak-products {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  gap: 1rem;
}

.bz-s7__oak-img:nth-child(1) {
}

.bz-s7__oak-img:nth-child(2) {
}

.bz-s7__oak-img:nth-child(3) {
}

/* 注意書き */
.bz-s7__note {
  text-align: right;
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  line-height: 2.05;
}

/* figma-css:end nodeId=1-2454 */
/* figma-css:start nodeId=1-3017 */
/* ========================================
   セクション名: S8「愛する人への最後の贈り物」バナー
   Figma nodeId: 1-3017
   幅: 1680px / 高さ: 635px
   ======================================== */
/* ========================================
   セクション名: S8「愛する人への最後の贈り物」バナー
   Figma nodeId: 1-3017
   幅: 105rem / 高さ: 39.6875rem
   ======================================== */
.bz-s8 {
  position: relative;
  overflow: hidden;
}

.bz-s8__inner {
}

/* 背景画像 */
.bz-s8__bg-img {
  position: relative;
  min-width: 1070px;
  left: 50%;
  transform: translateX(-50%);
}

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

/* 縦書きテキストエリア */
.bz-s8__txt-area {
  position: absolute;
  top: 14%;
  left: 29.2%;
  width: 15.275595%;
  max-width: 139.03px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.bz-s8__txt-line1,
.bz-s8__txt-line2,
.bz-s8__txt-line3 {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1";
  font-size: 21.84px;
  font-size: 1.365rem;
  font-weight: 600;
  color: #0b0b0b;
  letter-spacing: 2.403px;
  letter-spacing: 0.350188rem;
  line-height: 1.2;
  font-feature-settings: "vert" 1;
  text-shadow: 0px 0px 40px #ffffff;
  text-shadow: 0rem 0rem 2.5rem #ffffff;
  white-space: nowrap;
}

.bz-s8__txt-line1 {
}

.bz-s8__txt-line2 {
  margin-top: 64px;
  margin-top: 4rem;
}

.bz-s8__txt-line3 {
  margin-top: 96px;
  margin-top: 6rem;
}

/* figma-css:end nodeId=1-3017 */
/* ========================================
   グループC: 下部4セクション CSS
   s9 → s10 → s11 → footer
   ======================================== */
/* figma-css:start nodeId=1-3016 */
/* ========================================
   セクション名: S9 来店予約CTA＋写真ギャラリー＋お客様の声
   Figma nodeId: 1-3016
   幅: 1680px / 高さ: 3105px
   ======================================== */
/* ========================================
   セクション名: S9 来店予約CTA＋写真ギャラリー＋お客様の声
   Figma nodeId: 1-3016
   幅: 105rem / 高さ: 194.0625rem
   ======================================== */
/* s9 sticky overlap: jiichiro.com 方式
   - s9-wrap に margin-bottom: -100vh で次セクションとの隙間を消す
   - s9-wrap::before で 100vh のスペーサーを上に追加
   - s9__inner を sticky; bottom: 0 で下端固定 */
.bz-s9-wrap {
  position: relative;
  margin-bottom: -100vh;
}

.bz-s9-wrap::before {
  display: block;
  content: "";
  height: 100vh;
}

.bz-s9 {
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 133px 0 189px;
  padding: 8.3125rem 0 32.90625rem;
}

.bz-s9::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  -webkit-backdrop-filter: blur(var(--s9-blur, 0px));
  backdrop-filter: blur(var(--s9-blur, 0px));
  pointer-events: none;
  will-change:
    backdrop-filter,
    -webkit-backdrop-filter;
}

.bz-s9__inner {
  position: relative;
  max-width: 1148px;
  width: 93%;
  margin: 0 auto;
}

.bz-s9__cta {
  max-width: 1091px;
  transform: translateX(40px);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px;
  margin-bottom: 12.5rem;
}

.bz-s9__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42.41px;
  margin-bottom: 2.650625rem;
  gap: 2rem;
}

/* 左側写真エリア */
.bz-s9__photo {
  max-width: 372px;
  width: 41%;
}

.bz-s9__lead {
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212121;
  line-height: 2.2;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  margin-bottom: 24.2px;
  margin-bottom: 1.5125rem;
}

.bz-s9__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 27px;
  font-size: min(2.4vw, 1.6875rem);
  font-weight: 500;
  color: #212121;
  line-height: 1.9;
  letter-spacing: 2.97px;
  letter-spacing: 0.185625rem;
  margin-bottom: 38.7px;
  margin-bottom: 2.41875rem;
}

.bz-s9__btn-wrap {
  display: flex;
  gap: 0.64625rem;
}

.bz-s9__btn {
  filter: drop-shadow(0 3px 20.9px rgba(0, 0, 0, 0.31));
  filter: drop-shadow(0 0.1875rem 1.30625rem rgba(0, 0, 0, 0.31));
}

/* ---- ギャラリー写真帯 ---- */
.bz-s9__gallery {
}

.bz-s9__gallery-img {
  width: 100%;
  overflow: hidden;
  max-width: 746.32px;
}

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

/* ---- User's Voice エリア ---- */
.bz-s9__voice {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* 縦書きラベル */
.bz-s9__voice-label {
  position: absolute;
  top: -4%;
  left: -8%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-s9__voice-label-txt {
  width: 11px;
  width: 0.6875rem;
}

.bz-s9__voice-label-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 21px;
  height: 1.3125rem;
  background-color: #1e1e1e;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}

/* 見出し */
.bz-s9__voice-ttl {
  font-family: "Shippori Mincho B1";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.9;
  letter-spacing: 4.4px;
  letter-spacing: 0.275rem;
  margin: 0 auto;
  margin-bottom: 64.51px;
  margin-bottom: 4.031875rem;
}

/* ---- Voice アイテム共通 ---- */
.bz-s9__voice-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.bz-s9__voice-item--01 {
  max-width: 1087.33px;
  margin-bottom: 78px;
  margin-bottom: 4.875rem;
}

.bz-s9__voice-item--02 {
  flex-direction: row-reverse;
  max-width: 1077.11px;
  margin-left: auto;
}

/* Voice 画像 */
.bz-s9__voice-img {
  max-width: 460px;
  width: 28.75rem;
  width: 51%;
}

.bz-s9__voice-img-inner {
  position: absolute;
  overflow: hidden;
}

.bz-s9__voice-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bz-s9__voice-img-inner--01 {
  top: 0;
  left: 0;
  width: 512px;
  width: 32rem;
  height: 910px;
  height: 56.875rem;
}

.bz-s9__voice-img-inner--02 {
  top: 162px;
  top: 10.125rem;
  left: 20px;
  left: 1.25rem;
  width: 450px;
  width: 28.125rem;
  height: 800px;
  height: 50rem;
  z-index: 1;
}

.bz-s9__voice-img-inner--03 {
  top: 0;
  left: 0;
  width: 540px;
  width: 33.75rem;
  height: 960px;
  height: 60rem;
}

.bz-s9__voice-img-inner--04 {
  top: 187px;
  top: 11.6875rem;
  left: 17px;
  left: 1.0625rem;
  width: 509px;
  width: 31.8125rem;
  height: 689px;
  height: 43.0625rem;
  z-index: 1;
}

/* Voice item 02 の画像コンテナサイズ上書き */
.bz-s9__voice-item--02 .bz-s9__voice-img {
}

/* Voice テキスト */
.bz-s9__voice-body {
}

.bz-s9__voice-attr {
  font-family: "Shippori Mincho B1";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
  line-height: 2.05;
  letter-spacing: 1.54px;
  letter-spacing: 0.09625rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid;
  border-bottom: 0.0625rem solid;
  width: fit-content;
  padding-right: 23px;
  padding-right: 1.4375rem;
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
}

.bz-s9__voice-heading {
  font-family: "Shippori Mincho B1";
  font-size: 27px;
  font-size: min(2.6vw, 1.6875rem);
  font-weight: 500;
  color: #212121;
  line-height: 1.8;
  letter-spacing: 1.89px;
  letter-spacing: 0.118125rem;
  margin-bottom: 23.27px;
  margin-bottom: 1.454375rem;
}

.bz-s9__voice-text {
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.8;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}

.bz-s9__voice-text p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  max-width: 565px;
}

.bz-s9__voice-item--02 .bz-s9__voice-text p {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

.bz-s9__voice-text p:last-child {
  margin-bottom: 0;
}

/* Voice アコーディオン（PCでは全文表示・ボタン非表示） */
.bz-s9__voice-more {
  max-height: none;
  overflow: visible;
}

.bz-s9__voice-toggle {
  display: none;
}

/* figma-css:end nodeId=1-3016 */
/* figma-css:start nodeId=1-3014 */
/* ========================================
   セクション名: S10 Information（店舗情報）
   Figma nodeId: 1-3014
   幅: 1680px / 高さ: 1071px
   ======================================== */
/* ========================================
   セクション名: S10 Information（店舗情報）
   Figma nodeId: 1-3014
   幅: 105rem / 高さ: 66.9375rem
   ======================================== */
.bz-s10 {
  position: relative;
  overflow: hidden;
  padding-top: 5.90625rem;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 1.5rem 1.5rem 0 0;
}

.bz-s10__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.bz-s10__content {
  display: flex;
  gap: 100.5px;
  gap: min(6vw, 6.28125rem);
}

/* 左側: 店舗写真 */
.bz-s10__photo {
  height: auto;
}

.bz-s10__photo img {
  height: 100%;
  object-fit: cover;
}

/* 右側: 店舗情報 */
.bz-s10__info {
}

/* ロゴ */
.bz-s10__logo {
  width: 142px;
  width: 8.875rem;
  height: 79px;
  height: 4.9375rem;
  margin-bottom: 10.88px;
  margin-bottom: 0.68rem;
}

.bz-s10__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* 店舗名 */
.bz-s10__shop-name {
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.5;
  letter-spacing: 2.64px;
  letter-spacing: 0.165rem;
  border-bottom: 1px solid #626262;
  border-bottom: 0.0625rem solid #626262;
  width: fit-content;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* 情報ブロック共通 */
.bz-s10__block {
  margin-top: 0;
  margin-bottom: 13.49px;
  margin-bottom: 0.843125rem;
  position: relative;
  padding-bottom: 1rem;
}

.bz-s10__block::after,
.bz-s10__map::after {
  content: "";
  background: #212121;
  opacity: 0.2;
  width: 33rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bz-s10__block-ttl {
  font-family: "Shippori Mincho B1";
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.8;
  letter-spacing: 2.28px;
  letter-spacing: 0.1425rem;
  margin-bottom: 7.93px;
  margin-bottom: 0.495625rem;
}

.bz-s10__block-txt {
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.65;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  margin: 0;
}

.bz-s10__block-txt--note {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* 地図 */
.bz-s10__map {
  width: 516px;
  width: 32.25rem;
  height: 190px;
  height: 11.875rem;
  position: relative;
  padding-bottom: 1rem;
}

.bz-s10__map iframe,
.bz-s10__map img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

/* 区切り線 */
.bz-s10__divider {
  display: block;
  width: 567px;
  width: 35.4375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #d0d0d0;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* 電話番号リンク */
.bz-s10__tel {
  color: #212121;
  border-bottom: 1px solid #8c8c8c;
  border-bottom: 0.0625rem solid #8c8c8c;
  letter-spacing: 2.25px;
  letter-spacing: 0.140625rem;
}

/* CTAボタン */

.bz-s10__btn-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: flex;
  gap: 0.64625rem;
}

.bz-s10__btn {
  box-shadow: 0px 0px 9.7px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0rem 0rem 0.60625rem 0rem rgba(0, 0, 0, 0.34);
}

/* 縦書きラベル Information */
.bz-s10__label {
  position: absolute;
  top: 38px;
  top: 2.375rem;
  right: 187px;
  right: 11.6875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bz-s10__label-txt {
  width: 11px;
  width: 0.6875rem;
}

.bz-s10__label-line {
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 21px;
  height: 1.3125rem;
  background-color: #1e1e1e;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}

/* figma-css:end nodeId=1-3014 */
/* figma-css:start nodeId=1-3013 */
/* ========================================
   セクション名: S11 FAQ（よくあるご質問・アコーディオン）
   Figma nodeId: 1-3013
   幅: 1680px
   ======================================== */
/* ========================================
   セクション名: S11 FAQ（よくあるご質問・アコーディオン）
   Figma nodeId: 1-3013
   幅: 105rem
   ======================================== */
.bz-s11 {
  position: relative;
  padding: 146px 0 120px;
  padding: 9.125rem 0 7.5rem;
  z-index: 2;
}

.bz-s11__inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 905.98px;
}

/* ヘッダー */
.bz-s11__header {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

.bz-s11__header-label {
  display: flex;
  align-items: center;
}

.bz-s11__header-label-txt {
  width: 40px;
  width: 2.5rem;
}

.bz-s11__header-label-line {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #212121;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.bz-s11__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.9;
  letter-spacing: 4.4px;
  letter-spacing: 0.275rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 0;
}

/* FAQ 一覧 */
.bz-s11__list {
  max-width: 900px;
  width: 100%;
}

/* FAQ アイテム */
.bz-s11__item {
  border-bottom: 1px solid #d0d0d0;
  border-bottom: 0.0625rem solid #d0d0d0;
}

.bz-s11__item:first-child {
}

/* 質問 */
.bz-s11__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  padding: 1.75rem 0;
  cursor: pointer;
  user-select: none;
}

.bz-s11__question-txt {
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212121;
  line-height: 1.9;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  flex: 1;
}

/* 開閉アイコン（横線） */
.bz-s11__question-icon {
  position: relative;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  flex-shrink: 0;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.bz-s11__question-icon::before,
.bz-s11__question-icon::after {
  content: "";
  position: absolute;
  background-color: #212121;
  transition: transform 0.3s ease;
}

/* 横線 */
.bz-s11__question-icon::before {
  top: 50%;
  left: 0.1625rem;
  width: 26px;
  width: 1.325rem;
  height: 1px;
  height: 0.0625rem;
  transform: translateY(-50%);
}

/* 縦線 */
.bz-s11__question-icon::after {
  top: 0.125rem;
  left: 50%;
  width: 1px;
  width: 0.0625rem;
  height: 26px;
  height: 1.325rem;
  transform: translateX(-50%);
}

/* 開いた状態: 縦線を回転して消す */
.bz-s11__item.is-open .bz-s11__question-icon::after {
  transform: translateX(-50%) rotate(90deg);
}

/* 回答 */
.bz-s11__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* .is-open 時の max-height は JS で動的に設定 */

.bz-s11__answer-inner {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.bz-s11__answer-inner p {
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #212121;
  line-height: 1.8;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  max-width: 854px;
}

.bz-s11__answer-inner p:last-child {
  margin-bottom: 0;
}

/* figma-css:end nodeId=1-3013 */
/* ========================================
   セクション名: S12 ご予約はこちら（お問い合わせフォーム）
   Figma nodeId: 12-2
   幅: 1680px / 高さ: 約1748px
   ======================================== */
/* ========================================
   セクション名: S12 ご予約はこちら（お問い合わせフォーム）
   Figma nodeId: 12-2
   幅: 105rem / 高さ: 約109.25rem
   ======================================== */
.bz-s12 {
  position: relative;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  z-index: 2;
  background: #fff;
}

.bz-s12__inner {
  position: relative;
  width: 90%;
  max-width: 1075.51px;
  margin: 0 auto;
}

/* 上部: ヒーロー画像 */
.bz-s12__hero {
  margin: 0 auto;
  margin-bottom: 50.83px;
  margin-bottom: 3.176875rem;
  overflow: hidden;
}

.bz-s12__hero img {
}

.bz-s12__form-wrap {
  max-width: 943.29px;
  margin: 0 auto;
}
.bz-s12__header {
  margin-top: 0;
  top: 0;
  left: 0;
}

.bz-s12__header-label {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.bz-s12__header-label-txt {
  width: 103px;
  width: 6.4375rem;
}

.bz-s12__header-label-line {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #212121;
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* 店舗名ラベル */
.bz-s12__shop-label {
}

.bz-s12__shop-label-txt {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 5px 14px;
  padding: 0.3125rem 0.875rem;
  font-family: "Shippori Mincho B1";
  font-size: 18.4px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 2.024px;
  letter-spacing: 0.1265rem;
  line-height: 1.9;
}

/* 見出し */
.bz-s12__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  line-height: 1.9;
  margin-bottom: 0;
  margin-bottom: 11.4px;
  margin-bottom: 0.7125rem;
}

/* 説明テキスト */
.bz-s12__desc {
  margin-bottom: 62.85px;
  margin-bottom: 3.928125rem;
}

.bz-s12__desc p {
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
  line-height: 1.95;
  margin: 0;
}

/* フォーム領域 */
.bz-s12__form-area {
  max-width: 943.29px;
  width: 95%;
  background-color: #fcfcfc;
  padding: 57px 82.43px 54.2px;
  padding: 3.5625rem 5.151875rem 3.3875rem;
  box-sizing: border-box;
  margin: 0 auto;
}

/* フォームグループ */
.bz-s12__form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.bz-s12__form-group--date {
  flex-direction: row;
}

.bz-s12__form-group--date .bz-s12__form-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  flex: 1;
}

/* ラベル */
.bz-s12__form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: 0.5rem;
  width: 250px;
  width: 15.625rem;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1";
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #212121;
  letter-spacing: 2.28px;
  letter-spacing: 0.1425rem;
  line-height: 1.9;
  padding-top: 12px;
  padding-top: 0.75rem;
}

/* 日時用ラベルエリア */
.bz-s12__form-label-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  gap: 0.5rem;
  row-gap: 0px;
  row-gap: 0rem;
  width: 250px;
  width: 15.625rem;
  flex-shrink: 0;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.bz-s12__form-label-area .bz-s12__form-label {
  width: auto;
  padding-top: 0;
}

.bz-s12__form-label-sub {
  display: block;
  width: 100%;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #212121;
  letter-spacing: 1.92px;
  letter-spacing: 0.12rem;
  line-height: 1.9;
  margin-top: -7px;
  margin-top: -0.4375rem;
}

/* バッジ */
.bz-s12__form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 41px;
  height: 21px;
  height: 1.3125rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  font-family: "Shippori Mincho B1";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2.1px;
  letter-spacing: 0.13125rem;
  line-height: 1.9;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.bz-s12__form-badge--required {
  background-color: #a80404;
}

.bz-s12__form-badge--optional {
  background-color: #144a9c;
}

/* テキスト入力 */
.bz-s12__form-input {
  flex: 1;
  height: 57px;
  height: 3.5625rem;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border: 0.0625rem solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 0 16px;
  padding: 0 1rem;
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.7px;
  letter-spacing: 0.10625rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.bz-s12__form-input::placeholder {
  color: #212121;
  opacity: 0.5;
}

/* セレクト */
.bz-s12__form-select {
  max-width: 529px;
  width: 100%;
  height: 57px;
  height: 3.5625rem;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border: 0.0625rem solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 0 16px;
  padding: 0 1rem;
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.7px;
  letter-spacing: 0.10625rem;
  line-height: 1.5;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L0.0717964 0.25L13.9282 0.25L7 10Z' fill='%23212121'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-position: right 1.25rem center;
  background-size: 14px 10px;
  background-size: 0.875rem 0.625rem;
  cursor: pointer;
}

/* テキストエリア */
.bz-s12__form-textarea {
  flex: 1;
  min-height: 156px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border: 0.0625rem solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 16px;
  padding: 1rem;
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.7px;
  letter-spacing: 0.10625rem;
  line-height: 1.5;
  box-sizing: border-box;
  resize: vertical;
}

.bz-s12__form-textarea::placeholder {
  color: #212121;
  opacity: 0.5;
}

/* プライバシーポリシー同意 */
.bz-s12__form-agree {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

.bz-s12__form-agree-label {
  display: flex;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  cursor: pointer;
}

.bz-s12__form-agree-checkbox {
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  border: 0.9px solid #000000;
  border: 0.05625rem solid #000000;
  border-radius: 0.9px;
  border-radius: 0.05625rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
}

.bz-s12__form-agree-checkbox:checked {
  background-color: #134088;
  border-color: #134088;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}

.bz-s12__form-agree-txt {
  font-family: "Shippori Mincho B1";
  font-size: 15.3px;
  font-size: 0.95625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 1.377px;
  letter-spacing: 0.0860625rem;
  line-height: 1.9;
}

.bz-s12__form-agree-link {
  color: #212121;
  border-bottom: 1px solid #9f9f9f;
  border-bottom: 0.0625rem solid #9f9f9f;
}

/* 送信ボタン */
.bz-s12__form-submit {
  margin-top: 16px;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.bz-s12__form-btn {
  width: 217px;
  width: 13.5625rem;
  height: 64px;
  height: 4rem;
  background-color: #134088;
  border: none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  box-shadow: 0px 0px 9.7px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0rem 0rem 0.60625rem 0rem rgba(0, 0, 0, 0.34);
  font-family: "Shippori Mincho B1";
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 2.47px;
  letter-spacing: 0.154375rem;
  line-height: 1.3;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.bz-s12__form-btn:hover {
  opacity: 0.85;
}

/* s12:end */
/* figma-css:start nodeId=1-3012 */
/* ========================================
   セクション名: footer フッター
   Figma nodeId: 1-3012
   幅: 1680px / 高さ: 659px
   ======================================== */
/* ========================================
   セクション名: footer フッター
   Figma nodeId: 1-3012
   幅: 105rem / 高さ: 41.1875rem
   ======================================== */
.bz-footer {
  position: relative;
  overflow: hidden;
}

.bz-footer__inner {
  /* position: relative; */
}

/* 背景画像 */
.bz-footer__bg {
  position: relative;
  width: 100%;
  min-width: 1020px;
  left: 50%;
  transform: translateX(-50%);
}
.bz-footer__bg img {
  width: 100%;
}
/* コンテンツ */
.bz-footer__content {
  position: absolute;
  z-index: 2;
  top: 43.7%;
  left: 17.5%;
}

/* ロゴ */
.bz-footer__logo {
  width: 199px;
  width: 12.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.bz-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ナビゲーション */
.bz-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
  margin-bottom: 40.75px;
  margin-bottom: 2.546875rem;
}

.bz-footer__link {
  font-family: "Shippori Mincho B1";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  line-height: 1.5;
  text-shadow: 0px 0px 20.9px rgba(0, 0, 0, 0.41);
  text-shadow: 0rem 0rem 1.30625rem rgba(0, 0, 0, 0.41);
  display: inline-flex;
  align-items: center;
}

.bz-footer__link--external {
  gap: 6px;
  gap: 0.375rem;
}

.bz-footer__link-icon {
  display: inline-flex;
  align-items: center;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.bz-footer__link-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* コピーライト */
.bz-footer__copyright {
  font-family: "Shippori Mincho B1";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  line-height: 1.5;
  margin: 0;
}

/* figma-css:end nodeId=1-3012 */
@media screen and (max-width: 767.98px) {
  /* ========================================
     共通CTAボタン（スマホ）
     ======================================== */
  .bz-cta-btn {
    width: 344px;
    width: 21.5rem;
    height: 76.515px;
    height: 4.7821875rem;
    margin: 0 auto;
    padding: 0 10px 0;
    padding: 0 0.625rem 0;
  }

  .bz-cta-btn__label {
    font-size: 16.39px;
    font-size: 1.024375rem;
    letter-spacing: 1.47px;
    letter-spacing: 0.091875rem;
    width: 101.27px;
    width: 6.329375rem;
    height: 33.74px;
    height: 2.10875rem;
  }

  .bz-cta-btn__txt {
    font-size: 24.732px;
    letter-spacing: 2.721px;
    letter-spacing: 0.1700625rem;
    margin-left: 13px;
    margin-left: 0.8125rem;
  }

  .bz-cta-btn::after {
    width: 36px;
    width: 2.25rem;
    height: 10px;
    height: 0.625rem;
    right: 12px;
    right: 0.75rem;
  }

  .bz-cta-btn:hover::after {
    right: 6px;
    right: 0.375rem;
  }
  .bz-cta-tel {
    width: 21.5rem;
    margin-inline: auto;
  }

  .bz-fv {
    padding: 0;
  }

  .bz-fv__inner {
    width: 100%;
  }

  .bz-fv__bg-img {
    width: 100%;
  }

  .bz-fv__bg-img img {
  }

  .bz-fv__logo-img {
    width: 84.48px;
    width: 5.28rem;
    top: 2.6%;
    left: 5%;
  }

  .bz-fv__logo-img a {
  }

  .bz-fv__logo-img img {
  }

  .bz-fv__catch {
    top: 12%;
    left: 7.6%;
  }

  .bz-fv__catch-line1 {
    font-size: 24.41px;
    font-size: 1.525625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 121%; /* 29.536px */
    letter-spacing: 2.685px;
    letter-spacing: 0.1678125rem;
  }

  .bz-fv__catch-line2 {
    font-size: 25.16px;
    font-size: 1.5725rem;
    line-height: 121%; /* 30.443px */
    letter-spacing: 2.768px;
    letter-spacing: 0.173rem;
  }

  .bz-fv__catch-line3 {
    font-size: 41.902px;
    font-size: 2.618875rem;
    letter-spacing: 4.609px;
    letter-spacing: 0.2880625rem;
  }

  .bz-fv__catch-line3 span {
  }

  .bz-fv__cta-box {
    left: 50%;
    top: 84%;
  }

  .bz-fv__sub-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 180%; /* 25.2px */
    letter-spacing: 1.68px;
    letter-spacing: 0.105rem;
    margin-bottom: 16.71px;
    margin-bottom: 1.044375rem;
  }

  .bz-fv__sub-txt span {
    letter-spacing: -1.12px;
    letter-spacing: -0.07rem;
  }

  .bz-fv__cta-label {
    line-height: 130%; /* 26.306px */
  }

  .bz-fv__scroll {
    display: none;
  }

  .bz-fv__scroll-txt {
  }

  .bz-fv__scroll-line {
  }

  /* ========================================
   S1 写真コラージュ
   Figma nodeId: 1-2279
   ======================================== */
  .bz-s1 {
    padding-top: 79px;
    padding-top: 8.9375rem;
  }

  .bz-s1__inner {
  }

  .bz-s1__ttl {
    width: 26%;
  }

  .bz-s1__ttl-line1,
  .bz-s1__ttl-line2,
  .bz-s1__ttl-line3 {
    font-size: 15.528px;
    font-size: 0.9705rem;
    /* 20.186px */
    letter-spacing: 1.708px;
    letter-spacing: 0.10675rem;
  }

  .bz-s1__ttl-line1 {
    /* 20.186px */
  }

  .bz-s1__ttl-line2 {
    margin-top: 44px;
    margin-top: 2.75rem;
  }

  .bz-s1__ttl-line3 {
    margin-top: 81px;
    margin-top: 5.0625rem;
  }

  .bz-s1__ttl-bracket {
  }

  .bz-s1__collage {
    height: 52.0875rem;
  }

  .bz-s1__photo01-img {
    width: 48.0797101449%;
    top: 2%;
    right: 0;
  }

  .bz-s1__photo02-img {
    width: 50.0990338164%;
    top: 31%;
    left: 0;
  }

  .bz-s1__photo03-img {
    width: 58.7632850242%;
    top: 63.3%;
    right: 0;
    z-index: 2;
  }

  .bz-s1__photo04-img {
    width: 58.3285024155%;
    top: 94.6%;
    left: -5%;
  }

  .bz-s1__photo05-img {
    width: 58.5628019324%;
    top: 164.1%;
    right: 12.6%;
    z-index: 4;
  }

  .bz-s1__photo06-img {
    width: 38.6956521739%;
    top: 148.2%;
    left: 0;
  }

  .bz-s1__photo07-img {
    width: 49.3888888889%;
    top: 283.2%;
    right: 0;
    z-index: 5;
  }

  /* photo08はcollageから移動済み（.bz-s1__expand-wrapで制御） */

  /* ========================================
   S2 Concept
   Figma nodeId: 1-2278
   ======================================== */
  .bz-s2 {
  }

  .bz-s2__inner {
  }

  .bz-s2__bg-img {
    min-width: 0;
  }

  .bz-s2__content {
  }

  .bz-s2__label {
    display: none;
  }

  .bz-s2__label-txt {
  }

  .bz-s2__label-line {
  }

  .bz-s2__body {
    left: 50%;
    transform: translateX(-50%);
    width: 87.4396135266%;
    top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
  }

  .bz-s2__txt {
    font-size: 0.875rem;
    /* 30.1px */
    letter-spacing: 0.98px;
    letter-spacing: 0.06125rem;
    text-align: center;
  }

  .bz-s2__txt--second {
    margin-top: 0.5rem;
    margin-bottom: 15.1rem;
  }

  .bz-s2__ttl {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 37.4px */
    letter-spacing: 1.32px;
    letter-spacing: 0.0825rem;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    margin-top: auto;
  }

  .span-1 {
    font-size: min(5vw, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 1.2px;
    letter-spacing: 0.078125rem;
  }
  .span-2 {
    letter-spacing: -3.8px;
    letter-spacing: -0.2375rem;
  }

  .bz-s2__btn-wrap {
    flex-direction: column;
    margin-top: -0.0875rem;
  }
  .bz-s2__btn {
  }

  .bz-s2__btn-label {
    padding: 0 0 1px;
    padding: 0 0 0.0625rem;
  }

  /* ========================================
   S3 厨子という選択肢
   Figma nodeId: 1-2277
   ======================================== */
  .bz-s3 {
    height: auto;
    padding: 50px 0 43.16px;
    padding: 3.125rem 0 2.6975rem;
  }

  .bz-s3__inner {
    height: auto;
  }

  .bz-s3__content {
    position: static;
    padding: 0 5%;
    margin-bottom: 34.25px;
    margin-bottom: 2.140625rem;
  }

  .bz-s3__label {
    margin-bottom: 10.8px;
    margin-bottom: 0.675rem;
  }

  .bz-s3__label-txt {
    font-size: 16.69px;
    font-size: 1.043125rem;
    letter-spacing: 2.003px;
    letter-spacing: 0.1251875rem;
  }

  .bz-s3__label-line {
    width: 40px;
    width: 2.5rem;
  }

  .bz-s3__ttl {
    font-size: 29.811px;
    font-size: 1.8631875rem;
    letter-spacing: 2.981px;
    letter-spacing: 0.1863125rem;
    margin-bottom: 16.95px;
    margin-bottom: 1.059375rem;
    transform: none;
    margin-top: 0;
  }

  .bz-s3__txt {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.75px;
    letter-spacing: 0.046875rem;
    padding-left: 0;
    line-height: 2;
  }

  .bz-s3__images {
    position: relative;
    width: 100%;
    height: 97.1014492754vw;
  }

  .bz-s3__img {
  }

  .bz-s3__img img {
    height: auto;
  }

  .bz-s3__img--01 {
    width: 56.0362318841%;
    top: 0;
    left: 0;
  }

  .bz-s3__img--02 {
    width: 52.3212560386%;
    top: 46.5%;
    left: 10%;
  }

  .bz-s3__img--03 {
    width: 30.9637681159%;
    top: 18.7%;
    right: 0%;
  }

  /* ========================================
   S4 穏やかな気持ちに包まれる バナー
   Figma nodeId: 1-2276
   ======================================== */
  .bz-s4 {
  }

  .bz-s4__inner {
  }

  .bz-s4__bg-img {
    min-width: 0;
    height: auto;
  }

  .bz-s4__bg-img img {
  }

  .bz-s4__txt-area {
    width: 14%;
    top: 12%;
  }

  .bz-s4__txt {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.65px;
    letter-spacing: 0.103125rem;
  }

  .bz-s4__txt--01 {
  }

  .bz-s4__txt--02 {
  }

  .bz-s5 {
    padding: 50px 0 59.7px;
    padding: 3.125rem 0 3.73125rem;
  }

  .bz-s5__inner {
  }

  /* --- 上部エリア（メイン写真 + テキスト） --- */
  .bz-s5__top {
    flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
    width: 100%;
    padding-left: 0;
    margin-bottom: 52.63px;
    margin-bottom: 3.289375rem;
  }

  /* メイン写真 */
  .bz-s5__main-img {
    width: 46.86%;
  }

  .bz-s5__main-img img {
    height: auto;
  }

  .bz-s5__main-sp-box {
    display: flex;
    gap: 22px;
    gap: 1.375rem;
    align-items: flex-end;
    width: 100%;
    max-width: 24.463125rem;
  }

  .bz-s5__sp-box-text {
  }

  /* テキストエリア */
  .bz-s5__text-area {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }

  /* Sacred Place ラベル（縦書き） */
  .bz-s5__label {
    position: static;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }

  .bz-s5__label-txt {
    width: 95px;
    width: 5.9375rem;
  }

  .bz-s5__label-line {
    width: 20.795px;
    width: 1.2996875rem;
    height: 1px;
    height: 0.0625rem;
    margin-top: 0;
    margin-left: 7px;
    margin-left: 0.4375rem;
  }

  /* キャッチコピー */
  .bz-s5__ttl {
    font-size: 25.811px;
    font-size: 1.6131875rem;
    letter-spacing: 3.6px;
    letter-spacing: 0.225rem;
    margin-bottom: 0;
  }

  /* 本文 */
  .bz-s5__body {
    max-width: 100%;
  }

  .bz-s5__body p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-s5__body p:last-child {
  }

  /* --- 下部ギャラリー（自動スライドショー） --- */
  .bz-s5__gallery {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  /* ギャラリー共通 */
  .bz-s5__gallery-item {
    width: 158.73px;
    width: 9.920625rem;
    height: 164.04px;
    height: 10.2525rem;
  }

  .bz-s5__gallery-item--offset {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .bz-s5__gallery-item img {
  }

  /* ギャラリー下テキスト */
  .bz-s5__gallery-note {
    width: 90%;
  }

  .bz-s5__gallery-note p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin: 0 auto;
  }

  .bz-s6 {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }

  .bz-s6__inner {
  }

  /* 背景画像（山と森） */
  .bz-s6__bg-img {
  }

  .bz-s6__bg-img img {
  }

  .bz-s6__content-wrap {
    height: auto;
  }

  /* 縦書き大テキスト */
  .bz-s6__vertical-txt {
    position: relative;
    top: auto;
    right: auto;
    width: 52.6111111111%;
    margin: 30px auto 20px;
    margin: 1.875rem auto 1.25rem;
    font-size: 20.234px;
    font-size: 1.264625rem;
    justify-content: space-between;
    letter-spacing: 0.15rem;
  }

  .bz-s6__vertical-line5 {
    transform: translateY(-9px);
  }

  /* 職人写真グリッド */
  .bz-s6__craft-grid {
    width: 100%;
    height: 88.4589371981vw;
    left: 0;
  }

  .bz-s6__craft-img {
  }

  .bz-s6__craft-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 職人写真1: 左上の小写真 */
  .bz-s6__craft-img--01 {
    width: 26.4%;
    top: 16%;
  }

  /* 職人写真2: 中央大写真 */
  .bz-s6__craft-img--02 {
    width: 62.88647343%;
    right: 6%;
  }

  /* 職人写真3: 左上の横長小写真 */
  .bz-s6__craft-img--03 {
    left: 4%;
    width: 45.4734299517%;
  }

  /* 職人写真4: 左の縦長写真 */
  .bz-s6__craft-img--04 {
    width: 23.3792270531%;
    right: 22%;
    bottom: 18.5%;
  }

  /* 職人写真5: 中央の小写真 */
  .bz-s6__craft-img--05 {
    display: none;
  }

  /* 職人写真6: 右端の小写真 */
  .bz-s6__craft-img--06 {
    display: none;
  }

  /* 「匠」大文字 */
  .bz-s6__takumi {
    top: 47%;
    left: 52%;
    font-size: 141.794px;
    font-size: 8.862125rem;
    text-align: center;
    display: block;
  }

  /* The Craftsmanship ラベル + 本文 */
  .bz-s6__content {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 120px auto 40px;
    margin: 7.5rem auto 2.5rem;
  }

  .bz-s6__label {
    margin-bottom: 21.73px;
    margin-bottom: 1.358125rem;
  }

  .bz-s6__label-txt {
    width: 43.9%;
  }

  .bz-s6__label-line {
  }

  .bz-s6__body {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 100%;
  }

  .bz-s6__body p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    line-height: 1.85;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    letter-spacing: 0.75px;
    letter-spacing: 0.046875rem;
  }

  .bz-s6__body p:last-child {
  }

  /* 下部写真エリア */
  .bz-s6__bottom-images {
    top: auto;
    width: 87.922705314%;
  }

  .bz-s6__bottom-images img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 下部写真1: 大きな風景写真 */
  .bz-s6__bottom-img--01 {
    max-width: 100%;
  }

  /* 下部写真2: 右側の職人写真 */
  .bz-s6__bottom-img--02 {
    width: 34.9082125604%;
    top: 50%;
    right: 7%;
  }

  /* 下部写真3: 左下の小写真 */
  .bz-s6__bottom-img--03 {
    display: none;
  }

  /* 英文テキスト */
  .bz-s6__en-txt {
    bottom: 13%;
    left: 5%;
    width: 25.6038647343%;
  }

  .bz-s6__en-txt p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
  }

  .bz-s7 {
    padding: 80px 0 50px;
    padding: 0 0 3.125rem;
  }

  .bz-s7__inner {
    width: 89.2%;
    max-width: none;
  }

  /* --- スタンダード・コレクション エリア --- */
  .bz-s7__standard {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }

  /* Collection ラベル（縦書き） */
  .bz-s7__label {
    position: static;
    flex-direction: row;
    gap: 5px;
    gap: 0.3125rem;
    margin-bottom: 26.7px;
    margin-bottom: 1.66875rem;
  }

  .bz-s7__label-txt {
    width: 95px;
    width: 5.9375rem;
  }

  .bz-s7__label-line {
    width: 17.64px;
    width: 1.1025rem;
    height: 1px;
    height: 0.0625rem;
    margin-top: 0;
  }

  /* サブ見出し */
  .bz-s7__sub-ttl {
    font-size: 18.577px;
    font-size: 1.1610625rem;
    letter-spacing: 2.229px;
    letter-spacing: 0.1393125rem;
    margin-bottom: 5.23px;
    margin-bottom: 0.326875rem;
  }

  /* メイン見出し */
  .bz-s7__ttl {
    font-size: 29.811px;
    font-size: 1.8631875rem;
    letter-spacing: 4.17px;
    letter-spacing: 0.260625rem;
    margin-bottom: 10.33px;
    margin-bottom: 0.645625rem;
  }

  .bz-s7__ttl-wide {
    letter-spacing: 2.773px;
    letter-spacing: 0.1733125rem;
    font-size: 30.411px;
    font-size: 1.9006875rem;
  }

  /* 説明文 */
  .bz-s7__desc {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 40.67px;
    margin-bottom: 2.541875rem;
    letter-spacing: 1.05px;
    letter-spacing: 0.065625rem;
  }

  /* 商品カード3列 */
  .bz-s7__products {
    flex-direction: column;
    gap: 44px;
    gap: 2.75rem;
    width: 92.613%;
    margin: 0 auto;
  }

  /* 商品カード */
  .bz-s7__product-card {
    width: 100%;
  }

  /* 商品画像 */
  .bz-s7__product-img {
    width: 100%;
    margin-bottom: 2.83px;
    margin-bottom: 0.176875rem;
  }

  .bz-s7__product-img img {
  }

  /* 商品情報 */
  .bz-s7__product-info {
  }

  /* 商品名 */
  .bz-s7__product-name {
  }

  .bz-s7__product-name-main {
  }

  .bz-s7__product-name-ruby {
  }

  .bz-s7__product-card:nth-child(3) .bz-s7__product-name-ruby {
  }

  /* 価格エリア */
  .bz-s7__product-price-area {
  }

  .bz-s7__product-price {
  }

  .bz-s7__product-tax {
  }

  /* 商品説明 */
  .bz-s7__product-desc {
    max-width: 100%;
    margin-bottom: 9.36px;
    margin-bottom: 0.585rem;
  }

  /* 商品サイズ */
  .bz-s7__product-size {
  }

  /* --- 一点もの エリア --- */
  .bz-s7__oneofakind {
  }

  /* One of a kind ラベル（縦書き） */
  .bz-s7__oak-label {
    position: static;
    flex-direction: row;
    gap: 8px;
    gap: 0.5rem;
    margin-bottom: 20.67px;
    margin-bottom: 1.291875rem;
  }

  .bz-s7__oak-label-txt {
    width: 95px;
    width: 5.9375rem;
  }

  .bz-s7__oak-label-line {
    width: 17.64px;
    width: 1.1025rem;
    height: 1px;
    height: 0.0625rem;
    margin-top: 0;
  }

  /* サブ見出し */
  .bz-s7__oak-sub-ttl {
    font-size: 18.577px;
    font-size: 1.1610625rem;
    letter-spacing: 2.229px;
    letter-spacing: 0.1393125rem;
    margin-bottom: 5.24px;
    margin-bottom: 0.3275rem;
  }

  /* メイン見出し */
  .bz-s7__oak-ttl {
    font-size: 29.811px;
    font-size: 1.8631875rem;
    letter-spacing: 3.577px;
    letter-spacing: 0.2235625rem;
    transform: none;
    margin-bottom: 5.3px;
    margin-bottom: 0.33125rem;
  }

  .bz-s7__oak-ttl span {
    letter-spacing: -3px;
    letter-spacing: -0.1875rem;
  }

  /* 説明文 */
  .bz-s7__oak-desc {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    letter-spacing: 1.05px;
    letter-spacing: 0.065625rem;
  }

  /* 一点もの写真3列 */
  .bz-s7__oak-products {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 21px;
    gap: 1.3125rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    width: 98.57%;
    margin: 0 auto;
    margin-bottom: 19.67px;
    margin-bottom: 1.229375rem;
  }

  .bz-s7__oak-img {
    overflow: hidden;
  }

  .bz-s7__oak-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .bz-s7__oak-img:nth-child(1) {
    width: 100%;
  }

  .bz-s7__oak-img:nth-child(2) {
    width: calc(50% - 0.6875rem);
  }

  .bz-s7__oak-img:nth-child(3) {
    width: calc(50% - 0.6875rem);
  }

  /* 注意書き */
  .bz-s7__note {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.65px;
    letter-spacing: 0.040625rem;
    text-align: left;
  }

  .bz-s8 {
  }

  .bz-s8__inner {
  }

  /* 背景画像 */
  .bz-s8__bg-img {
    min-width: 0;
  }

  .bz-s8__bg-img img {
  }

  /* 縦書きテキストエリア */
  .bz-s8__txt-area {
    left: 20%;
    width: 28%;
    top: 12%;
  }

  .bz-s8__txt-line1,
  .bz-s8__txt-line2,
  .bz-s8__txt-line3 {
    font-size: 18.801px;
    font-size: 1.1750625rem;
    letter-spacing: 2px;
    letter-spacing: 0.325rem;
  }

  .bz-s8__txt-line1 {
  }

  .bz-s8__txt-line2 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .bz-s8__txt-line3 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .bz-s9-wrap {
    margin-bottom: 0;
  }

  .bz-s9-wrap::before {
    display: none;
  }

  .bz-s9 {
    position: relative;
    bottom: auto;
    padding: 60px 0 80px;
    padding: 3.75rem 0 0rem;
  }

  .bz-s9__inner {
    width: 90%;
    max-width: none;
  }

  .bz-s9__cta {
    transform: none;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }

  .bz-s9__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 23.6px;
    margin-bottom: 1.475rem;
  }

  .bz-s9__photo {
    width: 232.79px;
    width: 14.549375rem;
    margin: 0 auto;
  }
  /* 左側写真エリア */

  /* 右側テキスト + CTA */
  .bz-s9__cta-area {
  }

  .bz-s9__lead {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 43.23px;
    margin-bottom: 2.701875rem;
    letter-spacing: 0.75px;
    letter-spacing: 0.046875rem;
    line-height: 230%; /* 34.5px */
  }

  .bz-s9__ttl {
    margin-bottom: 27.1px;
    margin-bottom: 1.69375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 27px */
    letter-spacing: 0.9px;
    letter-spacing: 0.05625rem;
    text-align: center;
  }

  .bz-s9__btn-wrap {
    flex-direction: column;
  }

  .bz-s9__btn {
  }

  /* ---- ギャラリー写真帯 ---- */
  .bz-s9__gallery {
  }

  .bz-s9__gallery-img {
    width: 100%;
    margin-bottom: 26.52px;
    margin-bottom: 1.6575rem;
  }

  .bz-s9__gallery-img img {
  }

  /* ---- User's Voice エリア ---- */
  .bz-s9__voice {
  }

  /* 縦書きラベル */
  .bz-s9__voice-label {
    flex-direction: row;
    position: static;
    margin-bottom: 12.97px;
    margin-bottom: 0.810625rem;
    gap: 6px;
    gap: 0.375rem;
  }

  .bz-s9__voice-label-txt {
    width: 95px;
    width: 5.9375rem;
  }

  .bz-s9__voice-label-line {
    width: 17.64px;
    width: 1.1025rem;
    height: 1px;
    height: 0.0625rem;
    margin-top: 1px;
    margin-top: 0.0625rem;
  }

  /* 見出し */
  .bz-s9__voice-ttl {
    font-size: 27px;
    font-size: 1.6875rem;
    letter-spacing: 2.97px;
    letter-spacing: 0.185625rem;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
  }

  /* ---- Voice アイテム共通 ---- */
  .bz-s9__voice-item {
    flex-direction: column;
  }

  .bz-s9__voice-item--01 {
    max-width: 100%;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .bz-s9__voice-item--02 {
    flex-direction: column;
    max-width: 100%;
    margin-left: 0;
  }

  /* Voice 画像 */
  .bz-s9__voice-img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .bz-s9__voice-img img {
    width: 100%;
  }
  .bz-s9__voice-img-inner {
    position: relative;
    width: 100% !important;
    height: auto !important;
  }

  .bz-s9__voice-img-inner img {
    height: auto;
  }

  .bz-s9__voice-img-inner--01 {
    top: auto;
    left: auto;
  }

  .bz-s9__voice-img-inner--02 {
    display: none;
  }

  .bz-s9__voice-img-inner--03 {
    top: auto;
    left: auto;
  }

  .bz-s9__voice-img-inner--04 {
    display: none;
  }

  /* Voice item 02 の画像コンテナサイズ上書き */
  .bz-s9__voice-item--02 .bz-s9__voice-img {
  }

  /* Voice テキスト */
  .bz-s9__voice-body {
    width: 100%;
  }

  .bz-s9__voice-attr {
  }

  .bz-s9__voice-heading {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.26px;
    letter-spacing: 0.07875rem;
    line-height: 190%; /* 34.2px */
    margin-bottom: 21px;
    margin-bottom: 1.3125rem;
  }

  .bz-s9__voice-text {
  }

  .bz-s9__voice-text p {
    max-width: 100%;
  }

  .bz-s9__voice-item--02 .bz-s9__voice-text p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-s9__voice-text p:last-child {
  }

  /* Voice アコーディオン（SP） */
  .bz-s9__voice-more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .bz-s9__voice-more.is-open {
    max-height: none;
  }

  .bz-s9__voice-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    gap: 0.5rem;
    width: 100%;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding: 16px 0;
    padding: 1rem 0;
    border: 1px solid #212121;
    border: 0.0625rem solid #212121;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-family: "Shippori Mincho B1";
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #212121;
    letter-spacing: 1.65px;
    letter-spacing: 0.103125rem;
    font-family: "Noto Sans JP";
  }

  .bz-s9__voice-toggle.is-open .bz-s9__voice-toggle-txt::after {
    content: "";
  }

  .bz-s9__voice-toggle.is-open .bz-s9__voice-toggle-icon {
    transform: rotate(45deg);
  }

  .bz-s9__voice-toggle-icon {
    transition: transform 0.3s ease;
  }

  .bz-s10 {
    border-radius: 1rem 1rem 0 0;
  }

  .bz-s10__inner {
  }

  .bz-s10__content {
    flex-direction: column;
    gap: 0;
  }

  /* 左側: 店舗写真 */
  .bz-s10__photo {
  }

  .bz-s10__photo img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 右側: 店舗情報 */
  .bz-s10__info {
    padding: 30px 25px 0;
    padding: 1.875rem 1.5625rem 0;
  }

  /* ロゴ */
  .bz-s10__logo {
    width: 176px;
    width: 11rem;
    height: auto;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
    transform: translateX(-4px);
  }

  .bz-s10__logo img {
  }

  /* 店舗名 */
  .bz-s10__shop-name {
    font-size: 22.45px;
    font-size: 1.403125rem;
    letter-spacing: 2.4695px;
    letter-spacing: 0.15434375rem;
  }

  /* 情報ブロック共通 */
  .bz-s10__block {
  }

  .bz-s10__block-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2.16px;
    letter-spacing: 0.135rem;
  }

  .bz-s10__block-txt {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.26px;
    letter-spacing: 0.07875rem;
  }

  .bz-s10__block-txt--note {
  }

  .bz-s10__block::after,
  .bz-s10__map::after {
    width: 100%;
  }
  /* 地図 */
  .bz-s10__map {
    width: 100%;
    height: 175px;
    height: 10.9375rem;
  }

  .bz-s10__map iframe,
  .bz-s10__map img {
  }

  /* 区切り線 */
  .bz-s10__divider {
    width: 100%;
  }

  /* 電話番号リンク */
  .bz-s10__tel {
  }

  /* 縦書きラベル Information */
  .bz-s10__label {
    position: static;
    flex-direction: row;
    margin-bottom: 10.82px;
    margin-bottom: 0.67625rem;
  }

  .bz-s10__label-txt {
    width: 95px;
    width: 5.9375rem;
  }

  .bz-s10__label-line {
    width: 21px;
    width: 1.3125rem;
    height: 1px;
    height: 0.0625rem;
    margin-top: 0;
    margin-left: 7px;
    margin-left: 0.4375rem;
  }

  .bz-s10__btn-wrap {
    flex-direction: column;
  }

  /* figma-css:end nodeId=1-3014 */
  /* figma-css:start nodeId=1-3013 */
  /* ========================================
   セクション名: S11 FAQ（よくあるご質問・アコーディオン）
   Figma nodeId: 1-3013
   幅: 1680px
   ======================================== */
  /* ========================================
   セクション名: S11 FAQ（よくあるご質問・アコーディオン）
   Figma nodeId: 1-3013
   幅: 105rem
   ======================================== */
  .bz-s11 {
    padding: 70px 0 70px;
    padding: 4.375rem 0 4.375rem;
  }

  .bz-s11__inner {
    width: 90%;
    max-width: none;
  }

  /* ヘッダー */
  .bz-s11__header {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-s11__header-label {
  }

  .bz-s11__header-label-txt {
    width: 30px;
    width: 1.875rem;
  }

  .bz-s11__header-label-line {
  }

  .bz-s11__ttl {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 3.08px;
    letter-spacing: 0.1925rem;
  }

  /* FAQ 一覧 */
  .bz-s11__list {
    width: 100%;
  }

  /* FAQ アイテム */
  .bz-s11__item {
  }

  .bz-s11__item:first-child {
  }

  /* 質問 */
  .bz-s11__question {
    padding: 20px 0;
    padding: 1.25rem 0;
  }

  .bz-s11__question-txt {
    font-size: 18px;
    font-size: 1rem;
    letter-spacing: 2.16px;
    letter-spacing: 0.135rem;
  }

  /* 開閉アイコン（横線） */
  .bz-s11__question-icon {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .bz-s11__question-icon::before,
  .bz-s11__question-icon::after {
  }

  /* 横線 */
  .bz-s11__question-icon::before {
    width: 20px;
    width: 1.25rem;
    left: 0;
  }

  /* 縦線 */
  .bz-s11__question-icon::after {
    height: 20px;
    height: 1.25rem;
    top: 0;
  }

  /* 開いた状態: 縦線を回転して消す */
  .bz-s11__item.is-open .bz-s11__question-icon::after {
  }

  /* 回答 */
  .bz-s11__answer {
  }

  /* .is-open 時の max-height は JS で動的に設定 */

  .bz-s11__answer-inner {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  .bz-s11__answer-inner p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.12px;
    letter-spacing: 0.07rem;
    max-width: 100%;
  }

  .bz-s11__answer-inner p:last-child {
  }

  .bz-s12 {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .bz-s12__inner {
    width: 94.190821256%;
    max-width: none;
  }

  /* 上部: ヒーロー画像 */
  .bz-s12__hero {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-s12__hero img {
  }

  .bz-s12__form-wrap {
    max-width: none;
  }
  .bz-s12__header {
  }

  .bz-s12__header-label {
  }

  .bz-s12__header-label-txt {
    width: 80px;
    width: 5rem;
  }

  .bz-s12__header-label-line {
    width: 19px;
    width: 1.1875rem;
  }

  /* 店舗名ラベル */
  .bz-s12__shop-label {
  }

  .bz-s12__shop-label-txt {
    font-size: 16.125px;
    font-size: 1.0078125rem;
  }

  /* 見出し */
  .bz-s12__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 3.9px;
    letter-spacing: 0.24375rem;
    margin-bottom: 5.8px;
    margin-bottom: 0.3625rem;
  }

  /* 説明テキスト */
  .bz-s12__desc {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
  }

  .bz-s12__desc p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.12px;
    letter-spacing: 0.07rem;
    line-height: 200%; /* 28px */
  }

  /* フォーム領域 */
  .bz-s12__form-area {
    width: 100%;
    padding: 25px 28px;
    padding: 1.5625rem 1.75rem;
    background-color: rgba(243, 243, 243, 0.65);
  }

  /* フォームグループ */
  .bz-s12__form-group {
    flex-direction: column;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .bz-s12__form-group--date {
    flex-direction: column;
  }

  .bz-s12__form-group--date .bz-s12__form-fields {
    width: 100%;
  }

  /* ラベル */
  .bz-s12__form-label {
    width: 100%;
    font-size: 17.1px;
    font-size: 1.06875rem;
    letter-spacing: 2.052px;
    letter-spacing: 0.12825rem;
    padding-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  /* 日時用ラベルエリア */
  .bz-s12__form-label-area {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .bz-s12__form-label-area .bz-s12__form-label {
    margin-bottom: 0;
  }

  .bz-s12__form-label-sub {
  }

  /* バッジ */
  .bz-s12__form-badge {
    font-size: 12.6px;
    font-size: 0.7875rem;
    border-radius: 1.8px;
    border-radius: 0.1125rem;
  }

  .bz-s12__form-badge--required {
  }

  .bz-s12__form-badge--optional {
  }

  /* テキスト入力 */
  .bz-s12__form-input {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 16px;
    padding: 1rem 1rem;
  }

  .bz-s12__form-input::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }

  /* セレクト */
  .bz-s12__form-select {
    width: 100%;
    height: 56.7px;
    height: 3.54375rem;
    font-size: 16px;
    font-size: 1rem;
    max-width: 100%;
  }

  /* テキストエリア */
  .bz-s12__form-textarea {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }

  .bz-s12__form-textarea::placeholder {
  }

  /* プライバシーポリシー同意 */
  .bz-s12__form-agree {
  }

  .bz-s12__form-agree-label {
  }

  .bz-s12__form-agree-checkbox {
    width: 20.7px;
    width: 1.29375rem;
    height: 20.7px;
    height: 1.29375rem;
  }

  .bz-s12__form-agree-checkbox:checked {
  }

  .bz-s12__form-agree-txt {
    font-size: 15.3px;
    font-size: 0.95625rem;
  }

  .bz-s12__form-agree-link {
  }

  /* 送信ボタン */
  .bz-s12__form-submit {
  }

  .bz-s12__form-btn {
    width: 216.9px;
    width: 13.55625rem;
    height: 64.3px;
    height: 4.01875rem;
    font-size: 19px;
    font-size: 1.1875rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
  }

  .bz-s12__form-btn:hover {
  }

  .bz-footer {
  }

  .bz-footer__inner {
  }

  /* 背景画像 */
  .bz-footer__bg {
    min-width: 0;
  }
  .bz-footer__bg img {
  }
  /* コンテンツ */
  .bz-footer__content {
    top: 51%;
    left: 8%;
  }

  /* ロゴ */
  .bz-footer__logo {
    width: 199px;
    width: 12.4375rem;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
    transform: translateX(-8px);
  }

  .bz-footer__logo img {
  }

  /* ナビゲーション */
  .bz-footer__nav {
    gap: 13.5px;
    gap: 0.84375rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }

  .bz-footer__link {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 3px;
    letter-spacing: 0.1875rem;
  }

  .bz-footer__link--external {
  }

  .bz-footer__link-icon {
  }

  .bz-footer__link-icon img {
  }

  /* コピーライト */
  .bz-footer__copyright {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 1600px) {
  .bz-s3__content {
    left: 10%;
  }
  .bz-s7__oak-label {
    right: 0;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 1200px) {
  .bz-s3__content {
  }
  .bz-s9__cta {
    transform: translateX(0);
  }

  .bz-s6__bottom-img bz-s6__bottom-img--01 {
  }
}

/* ===== スクロールアニメーション ===== */

/* --- 1. コラージュ パララックス --- */
.bz-s1__collage > div {
  will-change: transform;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.bz-s1__collage > div:nth-child(1) {
  transition-delay: 0s;
}
.bz-s1__collage > div:nth-child(2) {
  transition-delay: 0.1s;
}
.bz-s1__collage > div:nth-child(3) {
  transition-delay: 0.2s;
}
.bz-s1__collage > div:nth-child(4) {
  transition-delay: 0.3s;
  z-index: 2;
}
.bz-s1__collage > div:nth-child(5) {
  transition-delay: 0.4s;
}
.bz-s1__collage > div:nth-child(6) {
  transition-delay: 0.5s;
  z-index: 3;
}
.bz-s1__collage > div:nth-child(7) {
  transition-delay: 0.6s;
}
.bz-s1__collage.is-inview > div {
  opacity: 1;
}

/* --- 2. photo08 全画面拡大 (sticky + mask + scale) --- */
.bz-s1__expand-wrap {
  height: 200vh;
  position: relative;
  z-index: -9;
}
.bz-s1__expand-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bz-s1__expand-img {
  display: block;
  width: 100%;
  height: 100%;
}
.bz-s1__expand-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bz-s1__expand-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.bz-s1__expand-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.8) 10.99%,
    rgba(255, 255, 255, 0.8) 51.16%,
    rgba(255, 255, 255, 0) 69.66%
  );
  z-index: 0;
}
.bz-s1__expand-overlay .bz-s2__content {
  pointer-events: auto;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .bz-s1__expand-wrap {
    height: auto;
    position: relative;
    z-index: 2 !important;
  }
  .bz-s1__expand-sticky {
    position: relative;
    top: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 1.4rem;
  }
  .bz-s1__expand-img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bz-s1__expand-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bz-s1__expand-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
  }
  .bz-s1__expand-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.8) 22%,
      rgba(255, 255, 255, 0) 31%
    );
    z-index: 0;
  }
  .bz-s1__expand-overlay .bz-s2__content {
    pointer-events: auto;
    z-index: 1;
  }
}

/* --- SP: will-change最適化 --- */
@media screen and (max-width: 767.98px) {
  .bz-s1__collage > div {
    will-change: auto;
  }
  .bz-s1__collage.is-inview > div {
    will-change: transform;
  }
}

/* --- 4. 奥行き表現 --- */
.bz-s4__bg-img {
  overflow: hidden;
}

.bz-s4__bg-img picture {
  display: block;
  /* height: 100%; */
}
.bz-s4__bg-img img {
  will-change: transform;
  height: 100%;
}

.bz-s12__hero picture {
  display: block;
}
.bz-s12__hero img {
  will-change: transform;
}
@media screen and (max-width: 767.98px) {
  .bz-s4__bg-img img {
    will-change: auto;
  }
  .bz-s12__hero img {
    will-change: auto;
  }
}

/* --- 5-A. s6 黒オーバーレイ --- */
/* 一文字フェード用 */
.char {
  display: inline-block;
}

/* 縦書き内では inline-block を解除 */
.bz-s6__vertical-txt .char {
  display: inline;
}

/* ========================================
   サンクスページ
   ======================================== */

/* ヘッダー */
.bz-thanks-header {
  padding: 21px 0;
  padding: 1.5625rem 0 1.3125rem;
}

.bz-thanks-header__inner {
  width: 96.264286%;
  margin: 0 auto;
}

.bz-thanks-header__logo {
  width: 113px;
  width: 7.0625rem;
}

.bz-thanks-header__logo a {
  display: block;
}

.bz-thanks-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* 装飾画像 */
.bz-thanks-hero {
  overflow: hidden;
}

.bz-thanks-hero__inner {
  width: 100%;
  margin: 0 auto;
}

.bz-thanks-hero__img {
  width: 55.6%;
  max-width: 91４px;
  margin: 0 auto;
}

.bz-thanks-hero__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* メインコンテンツ */
.bz-thanks {
  padding: 60px 0 100px;
  padding: 2.5625rem 0 4.109375rem;
}

.bz-thanks__inner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* 見出し */
.bz-thanks__ttl {
  font-family: "Shippori Mincho B1";
  font-size: 35.811px;
  font-size: 2.238rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 5.7297px;
  letter-spacing: 0.358rem;
  line-height: 1.75;
  margin-bottom: 40px;
  margin-bottom: 1.90375rem;
}

/* 本文 */
.bz-thanks__msg {
  font-family: "Shippori Mincho B1";
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 2.21px;
  letter-spacing: 0.138rem;
  line-height: 2.05;
  margin-bottom: 0;
}

.bz-thanks__msg + .bz-thanks__msg {
  margin-top: 34px;
  margin-top: 2.125rem;
}

/* 連絡先ボックス */
.bz-thanks__contact {
  border: 1px solid #212121;
  border: 0.0625rem solid #212121;
  max-width: 434px;
  margin: 50px auto 0;
  margin: 2.8125rem auto 0;
  padding: 24px 30px;
  padding: 1rem 1.875rem;
  text-align: center;
  display: block;
}

.bz-thanks__contact-name {
  font-family: "Shippori Mincho B1";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 3.6px;
  letter-spacing: 0.225rem;
  line-height: 1.75;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid;
  margin-bottom: 9px;
}

.bz-thanks__contact-line {
  border: none;
  border-top: 1px solid #212121;
  border-top: 0.0625rem solid #212121;
  margin: 0 0 12px;
  margin: 0 0 0.75rem;
}

.bz-thanks__contact-tel {
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  line-height: 1.75;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.bz-thanks__contact-hours {
  font-family: "Shippori Mincho B1";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  line-height: 1.75;
}

/* サンクスページ レスポンシブ */
@media (max-width: 767.98px) {
  .bz-thanks-header {
    padding: 15px 0;
  }

  .bz-thanks-header__logo {
    width: 80px;
  }

  .bz-thanks-hero__img {
    width: 90%;
  }

  .bz-thanks {
    padding: 40px 0 60px;
  }

  .bz-thanks__ttl {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .bz-thanks__msg {
    font-size: 0.875rem;
    letter-spacing: 0.09375rem;
    line-height: 1.9;
  }

  .bz-thanks__contact {
    max-width: 100%;
    padding: 20px;
  }

  .bz-thanks__contact-name {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .bz-thanks__contact-tel {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .bz-thanks__contact-hours {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 1240px) {
  .bz-s3__content {
    left: 6%;
  }

  .bz-s3__img--01 {
    right: 4%;
    top: 15%;
  }

  .bz-s9__cta {
    transform: translate(0);
  }

  .bz-s8__txt-area {
    left: 19%;
  }
}

.reCAPTCHA-text {
  text-align: center;
  font-size: 0.7rem;
  color: #828282;
  margin-top: 1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ========================================
   GSAP アニメーション初期状態 - FOUC 防止
   ======================================== */

/* fadeP 対象 */
.bz-s3__txt,
.bz-s3__img--02,
.bz-s3__img--03,
.bz-s5__body p,
.bz-s6__body p,
.bz-s6__vertical-txt p.sp,
.bz-s7__desc,
.bz-s7__oak-desc,
.bz-s4__txt--01,
.bz-s4__txt--02,
.bz-s6__vertical-line1.pc,
.bz-s6__vertical-line2.pc,
.bz-s6__vertical-line3.pc,
.bz-s8__txt-line1,
.bz-s8__txt-line2,
.bz-s8__txt-line3,
.bz-s9__ttl,
.bz-s9__lead,
.bz-s9__gallery-img,
.bz-s5__label,
.bz-s6__label,
.bz-s7__label,
.bz-s7__oak-label,
.bz-s9__voice-label,
.bz-s11__header-label,
.bz-s11__item,
.bz-s12__shop-label,
.bz-s12__desc,
.bz-s12__form-area,
.bz-s12__header-label {
  opacity: 0;
}

/* charFade 対象見出し */
.bz-s3__ttl,
.bz-s3__label-txt,
.bz-s5__ttl,
.bz-s7__ttl,
.bz-s7__sub-ttl,
.bz-s7__oak-ttl,
.bz-s7__oak-sub-ttl,
.bz-s9__voice-ttl,
.bz-s11__ttl,
.bz-s12__ttl {
  opacity: 0;
}

/* S7 カード */
.bz-s7__product-card,
.bz-s7__oak-img {
  opacity: 0;
}

/* S10 info */
.bz-s10__info > * {
  opacity: 0;
}

/* S6 職人写真 */
.bz-s6__craft-img,
.bz-s6__takumi {
  opacity: 0;
}

/* S5 ギャラリー */
.bz-s5__gallery-item {
  opacity: 0;
}

/* S9 voice子要素 */
.bz-s9__voice-img,
.bz-s9__voice-attr,
.bz-s9__voice-heading,
.bz-s9__voice-text {
  opacity: 0;
}

/* imageSlideLeft */
.bz-s3__img--01,
.bz-s5__main-img,
.bz-s9__photo {
  opacity: 0;
}

/* FV */
.bz-fv__bg-img,
.bz-fv__cta-box,
.bz-fv__logo-img,
.bz-fv__scroll-txt {
  opacity: 0;
}
