/* =========================
   BLOG 見出し
========================= */
.blog-head{
  position: relative;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 34px;
  padding: 26px 20px 0;
  overflow: visible !important;
}

.blog-bird{
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(58px);
  z-index: 10;
  width: 64px;
  margin: 0 !important;
}

.blog-bird img{
  display: block;
  width: 100%;
  height: auto;
}

.blog-title{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.9em !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Cormorant Garamond","Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size: clamp(22px, 2.8vw, 38px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.08em !important;
  color: #7a5a3d !important;
  text-align: center !important;
}

.blog-title::before,
.blog-title::after{
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 1px !important;
  background: rgba(122,90,61,0.58) !important;
  border-radius: 999px !important;
  flex-shrink: 0 !important;
}

.blog-subtitle{
  margin: 6px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
  color: #8a6a50 !important;
  text-align: center !important;
}

/* BLOG見出しの下に来るSWELLタブとの間隔調整 */
.blog-head + .swell-block-tab,
.blog-head + .wp-block-swell-tab{
  margin-top: 10px !important;
}

/* スマホ */
@media (max-width: 767px){
  .blog-head{
    margin: 0 auto 24px;
    padding: 22px 16px 0;
  }

  .blog-bird{
    top: -2px;
    transform: translateX(46px);
    width: 46px;
  }

  .blog-title{
    gap: 0.65em !important;
    font-size: clamp(18px, 6vw, 28px) !important;
    line-height: 1.15 !important;
  }

  .blog-title::before,
  .blog-title::after{
    width: 28px !important;
  }

  .blog-subtitle{
    margin-top: 4px !important;
    font-size: 12px !important;
  }
}


/* =========================
   CONTACT 見出し
========================= */
.contact-head{
  position: relative;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 34px;
  padding: 26px 20px 0;
  overflow: visible !important;
}

.contact-bird{
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(108px);
  z-index: 10;
  width: 64px;
  margin: 0 !important;
}

.contact-bird img{
  display: block;
  width: 100%;
  height: auto;
}

.contact-title{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.9em !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Cormorant Garamond","Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size: clamp(22px, 2.8vw, 38px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.08em !important;
  color: #7a5a3d !important;
  text-align: center !important;
}

.contact-title::before,
.contact-title::after{
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 1px !important;
  background: rgba(122,90,61,0.58) !important;
  border-radius: 999px !important;
  flex-shrink: 0 !important;
}

.contact-subtitle{
  margin: 6px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.08em !important;
  color: #8a6a50 !important;
  text-align: center !important;
}

/* CONTACT見出しの下の余白 */
.contact-head + *{
  margin-top: 12px !important;
}

/* スマホ */
@media (max-width: 767px){
  .contact-head{
    margin: 0 auto 24px;
    padding: 22px 16px 0;
  }

  .contact-bird{
    top: -2px;
    transform: translateX(82px);
    width: 46px;
  }

  .contact-title{
    gap: 0.65em !important;
    font-size: clamp(18px, 6vw, 28px) !important;
    line-height: 1.15 !important;
  }

  .contact-title::before,
  .contact-title::after{
    width: 28px !important;
  }

  .contact-subtitle{
    margin-top: 4px !important;
    font-size: 12px !important;
  }
}
/* =========================
   CONTACT FORM
========================= */
.contact-form-box .wpcf7{
  width: 100%;
}

.contact-form-box .wpcf7 form{
  margin: 0;
}

.contact-form-box .wpcf7 .kd-contact-form{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.contact-form-box .wpcf7 .kd-form-row{
  margin-bottom: 16px;
}

.contact-form-box .wpcf7 .kd-form-label{
  display: block;
  margin: 0 0 8px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #6f6256;
}

.contact-form-box .wpcf7 .required-mark{
  color: #8c6e56;
}

.contact-form-box .wpcf7 .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}

/* 入力欄共通 */
.contact-form-box .wpcf7 .kd-input,
.contact-form-box .wpcf7 .kd-select,
.contact-form-box .wpcf7 .kd-textarea,
.contact-form-box .wpcf7 input[type="text"],
.contact-form-box .wpcf7 input[type="email"],
.contact-form-box .wpcf7 select,
.contact-form-box .wpcf7 textarea{
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(122, 90, 61, 0.42) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #6f6256 !important;
  box-shadow: none !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease !important;
}

/* 1行入力 */
.contact-form-box .wpcf7 .kd-input,
.contact-form-box .wpcf7 .kd-select,
.contact-form-box .wpcf7 input[type="text"],
.contact-form-box .wpcf7 input[type="email"],
.contact-form-box .wpcf7 select{
  min-height: 56px !important;
  padding: 14px 18px !important;
}

/* テキストエリア */
.contact-form-box .wpcf7 .kd-textarea,
.contact-form-box .wpcf7 textarea{
  min-height: 180px !important;
  padding: 16px 18px !important;
  resize: vertical !important;
}

/* プレースホルダー */
.contact-form-box .wpcf7 input::placeholder,
.contact-form-box .wpcf7 textarea::placeholder{
  color: #b6aa9e !important;
}

/* フォーカス */
.contact-form-box .wpcf7 .kd-input:focus,
.contact-form-box .wpcf7 .kd-select:focus,
.contact-form-box .wpcf7 .kd-textarea:focus,
.contact-form-box .wpcf7 input[type="text"]:focus,
.contact-form-box .wpcf7 input[type="email"]:focus,
.contact-form-box .wpcf7 select:focus,
.contact-form-box .wpcf7 textarea:focus{
  outline: none !important;
  border-color: #c8b096 !important;
  box-shadow: 0 0 0 3px rgba(200,176,150,0.18) !important;
  background: #fffdfb !important;
}

/* セレクトの矢印 */
.contact-form-box .wpcf7 .kd-select,
.contact-form-box .wpcf7 select{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #8a6a50 50%),
    linear-gradient(135deg, #8a6a50 50%, transparent 50%) !important;
  background-position:
    calc(100% - 24px) calc(50% - 2px),
    calc(100% - 18px) calc(50% - 2px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 48px !important;
}

/* 送信ボタン行 */
.contact-form-box .wpcf7 .kd-form-submit{
  margin-top: 22px;
  margin-bottom: 0;
}

/* 送信ボタン */
.contact-form-box .wpcf7 .kd-submit,
.contact-form-box .wpcf7 input[type="submit"]{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #e0a063 0%, #d99252 100%) !important;
  box-shadow: 0 10px 22px rgba(160,110,60,0.14) !important;
  color: #fff !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06em !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease !important;
}

.contact-form-box .wpcf7 .kd-submit:hover,
.contact-form-box .wpcf7 input[type="submit"]:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 24px rgba(160,110,60,0.18) !important;
  opacity: .96 !important;
}

.contact-form-box .wpcf7 .kd-submit:active,
.contact-form-box .wpcf7 input[type="submit"]:active{
  transform: translateY(0) !important;
}

/* エラー文 */
.contact-form-box .wpcf7 .wpcf7-not-valid-tip{
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #b85c4f !important;
}

/* 送信メッセージ */
.contact-form-box .wpcf7 form .wpcf7-response-output{
  margin: 18px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(122,90,61,0.24) !important;
  background: #fdfaf6 !important;
  color: #6f6256 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* スマホ */
@media (max-width: 767px){
  .contact-form-box .wpcf7 .kd-contact-form{
    max-width: 100%;
  }

  .contact-form-box .wpcf7 .kd-form-row{
    margin-bottom: 14px;
  }

  .contact-form-box .wpcf7 .kd-form-label{
    font-size: 13px;
    margin-bottom: 7px;
  }

  .contact-form-box .wpcf7 .kd-input,
  .contact-form-box .wpcf7 .kd-select,
  .contact-form-box .wpcf7 input[type="text"],
  .contact-form-box .wpcf7 input[type="email"],
  .contact-form-box .wpcf7 select{
    min-height: 52px !important;
    padding: 13px 16px !important;
    font-size: 14px !important;
  }

  .contact-form-box .wpcf7 .kd-textarea,
  .contact-form-box .wpcf7 textarea{
    min-height: 150px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
  }

  .contact-form-box .wpcf7 .kd-submit,
  .contact-form-box .wpcf7 input[type="submit"]{
    min-height: 54px !important;
    font-size: 14px !important;
  }
}
/* =========================
   CONTACT FORM 余白の再修正
========================= */

/* Contact Form 7 が自動で入れる改行を消す */
.contact-form-box .wpcf7 .kd-contact-form br{
  display: none !important;
}

/* 段落の余白も消す */
.contact-form-box .wpcf7 .kd-contact-form p{
  margin: 0 !important;
  padding: 0 !important;
}

/* 各項目をしっかり1セット化 */
.contact-form-box .wpcf7 .kd-form-row{
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

/* ラベルと入力欄の距離を詰める */
.contact-form-box .wpcf7 .kd-form-label{
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

/* 入力欄側の余白を消す */
.contact-form-box .wpcf7 .wpcf7-form-control-wrap{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 入力パーツの上余白を消す */
.contact-form-box .wpcf7 input[type="text"],
.contact-form-box .wpcf7 input[type="email"],
.contact-form-box .wpcf7 select,
.contact-form-box .wpcf7 textarea{
  margin-top: 0 !important;
}

/* 送信ボタン前だけ少し余白 */
.contact-form-box .wpcf7 .kd-form-submit{
  margin-top: 22px !important;
}
/* =========================
   CONTACT 左カラム調整
========================= */

/* 左右2カラム全体 */
.contact-layout{
  max-width: 1100px;
  margin: 0 auto;
  align-items: start !important;
  column-gap: 64px !important;
}

.contact-layout > .wp-block-column:first-child{
  flex-basis: 34% !important;
}

.contact-layout > .wp-block-column:last-child{
  flex-basis: 66% !important;
}

/* 左カラム */
.contact-info{
  padding-top: 8px;
}

/* 花アイコン */
.contact-flower{
  margin: 0 0 18px !important;
  text-align: center;
}

.contact-flower img{
  display: inline-block;
  width: 72px;
  height: auto;
}

/* 説明文 */
.contact-lead{
  max-width: 420px;
  margin: 0 0 22px !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.95 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

/* 白い案内ボックス */
.contact-status{
  max-width: 390px;
  margin: 0 0 28px !important;
  padding: 18px 22px !important;
  background: #fff !important;
  border: 1px solid rgba(122,90,61,0.10) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 2px 12px rgba(122,90,61,0.04) !important;
}

.contact-status p{
  margin: 0 !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

/* 3ステップリスト */
.contact-flow{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: contactstep;
}

.contact-flow li{
  position: relative;
  margin: 0 0 10px !important;
  padding-left: 34px !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

.contact-flow li:last-child{
  margin-bottom: 0 !important;
}

.contact-flow li::before{
  counter-increment: contactstep;
  content: counter(contactstep);
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #d6bc93;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(122,90,61,0.10);
}

/* 右フォームとの縦位置バランス */
.contact-form-box{
  padding-top: 0 !important;
}

/* タブレット〜スマホ */
@media (max-width: 959px){
  .contact-layout{
    display: block !important;
  }

  .contact-info{
    max-width: 440px;
    margin: 0 auto 32px !important;
    padding-top: 0;
  }

  .contact-lead,
  .contact-status{
    max-width: 100%;
  }
}
/* =========================
   CONTACT 左カラム 微調整
========================= */

/* 白い窪みボックス */
.contact-status{
  max-width: 360px !important;
  margin: 10px 0 30px !important;
  padding: 18px 24px !important;
  background: #fff !important;
  border: 1px solid rgba(122, 90, 61, 0.08) !important;
  border-radius: 20px !important;
  box-shadow:
    inset 0 2px 10px rgba(122, 90, 61, 0.035),
    0 8px 22px rgba(122, 90, 61, 0.035) !important;
}

.contact-status p{
  margin: 0 !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

/* 3ステップ案内 */
.contact-flow{
  max-width: 360px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: contactstep;
}

.contact-flow li{
  position: relative;
  margin: 0 0 12px !important;
  padding-left: 38px !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

.contact-flow li:last-child{
  margin-bottom: 0 !important;
}

.contact-flow li::before{
  counter-increment: contactstep;
  content: counter(contactstep);
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #d6bc93;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(122, 90, 61, 0.10);
}

/* スマホ */
@media (max-width: 767px){
  .contact-status{
    max-width: 100% !important;
    margin: 10px 0 24px !important;
    padding: 16px 18px !important;
  }

  .contact-status p{
    font-size: 14px !important;
  }

  .contact-flow{
    max-width: 100%;
  }

  .contact-flow li{
    font-size: 14px !important;
    padding-left: 34px !important;
  }

  .contact-flow li::before{
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
}
/* =========================
   CONTACT 左カラム 再上書き
========================= */

/* 白い窪みボックス本体 */
.contact-status{
  max-width: 360px !important;
  margin: 10px 0 30px !important;
  padding: 18px 24px !important;
  background: #fff !important;
  border: 1px solid rgba(122, 90, 61, 0.08) !important;
  border-radius: 20px !important;
  box-shadow:
    inset 0 2px 10px rgba(122, 90, 61, 0.035),
    0 8px 22px rgba(122, 90, 61, 0.035) !important;
  color: #6f6256 !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
}

/* ボックス内の文字を強制的に統一 */
.contact-status,
.contact-status *,
.contact-status p,
.contact-status span,
.contact-status strong{
  color: #6f6256 !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.02em !important;
}

.contact-status p{
  margin: 0 !important;
}

/* リスト全体 */
.contact-flow,
.contact-flow ol,
.contact-flow ul{
  max-width: 360px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: contactstep !important;
}

/* 元の番号やマーカーを消す */
.contact-flow li::marker,
.contact-flow ol li::marker,
.contact-flow ul li::marker{
  content: "" !important;
}

/* 各行 */
.contact-flow li{
  position: relative !important;
  margin: 0 0 12px !important;
  padding: 0 0 0 38px !important;
  list-style: none !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

.contact-flow li:last-child{
  margin-bottom: 0 !important;
}

/* 丸数字 */
.contact-flow li::before{
  counter-increment: contactstep;
  content: counter(contactstep);
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #d6bc93;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(122, 90, 61, 0.10);
}

/* スマホ */
@media (max-width: 767px){
  .contact-status{
    max-width: 100% !important;
    margin: 10px 0 24px !important;
    padding: 16px 18px !important;
  }

  .contact-status,
  .contact-status *,
  .contact-status p,
  .contact-status span,
  .contact-status strong{
    font-size: 14px !important;
  }

  .contact-flow,
  .contact-flow ol,
  .contact-flow ul{
    max-width: 100% !important;
  }

  .contact-flow li{
    font-size: 14px !important;
    padding-left: 34px !important;
  }

  .contact-flow li::before{
    width: 22px;
    height: 22px;
    font-size: 11px !important;
  }
}
/* =========================
   CONTACT リスト最終調整
========================= */

.contact-flow,
.contact-flow ol,
.contact-flow ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 360px !important;
  counter-reset: contactstep !important;
}

.contact-flow li{
  position: relative !important;
  list-style: none !important;
  margin: 0 0 12px !important;
  padding: 0 0 0 44px !important; /* 文字を少し右へ */
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

.contact-flow li:last-child{
  margin-bottom: 0 !important;
}

.contact-flow li::marker,
.contact-flow ol li::marker,
.contact-flow ul li::marker{
  content: "" !important;
  color: transparent !important;
}

.contact-flow li::before{
  counter-increment: contactstep;
  content: counter(contactstep);
  position: absolute;
  left: 0 !important;
  top: 0.12em !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px !important;
  background: #d6bc93 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 3px 8px rgba(122, 90, 61, 0.10) !important;
}

@media (max-width: 767px){
  .contact-flow li{
    padding-left: 40px !important;
    font-size: 14px !important;
  }

  .contact-flow li::before{
    width: 24px !important;
    height: 24px !important;
    font-size: 11px !important;
  }
}
/* =========================
   CONTACT ステップ案内（段落版）
========================= */

.contact-flow-plain{
  max-width: 360px;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-flow-plain .contact-step{
  position: relative;
  margin: 0 0 12px !important;
  padding-left: 40px !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02em !important;
  color: #6f6256 !important;
}

.contact-flow-plain .contact-step:last-child{
  margin-bottom: 0 !important;
}

.contact-flow-plain .contact-step::before{
  position: absolute;
  top: 0.12em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #d6bc93;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(122, 90, 61, 0.10);
}

.contact-flow-plain .step-1::before{
  content: "1";
}

.contact-flow-plain .step-2::before{
  content: "2";
}

.contact-flow-plain .step-3::before{
  content: "3";
}

@media (max-width: 767px){
  .contact-flow-plain{
    max-width: 100%;
  }

  .contact-flow-plain .contact-step{
    padding-left: 36px !important;
    font-size: 14px !important;
  }

  .contact-flow-plain .contact-step::before{
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
}
/* =========================
   ABOUT HERO
========================= */

.about-hero{
  position: relative;
  overflow: hidden;
}

/* カバーブロック内の文字や見出しを前面に */
.about-hero .wp-block-cover__inner-container{
  position: relative;
  z-index: 2;
}

/* 青い鳥 */
.about-hero .about-hero-bird{
  position: absolute !important;
  left: 8%;
  bottom: 14%;
  width: 74px;
  margin: 0 !important;
  z-index: 3;
  pointer-events: none;
  will-change: transform, opacity;
}

.about-hero .about-hero-bird img{
  display: block;
  width: 100%;
  height: auto;
}

/* タブレット */
@media (max-width: 959px){
  .about-hero .about-hero-bird{
    left: 7%;
    bottom: 12%;
    width: 64px;
  }
}

/* スマホ */
@media (max-width: 767px){
  .about-hero .about-hero-bird{
    left: 6%;
    bottom: 10%;
    width: 56px;
  }
}
/* =========================
   ABOUT - 一言プロフィール
========================= */

.about-intro{
  position:relative;
  overflow:hidden;
  padding:clamp(56px,8vw,110px) 20px clamp(56px,8vw,96px);
  background:#fbf8f2;
}

/* 前回の上部短線を消す */
.about-intro::before{
  display:none !important;
  content:none !important;
}

/* 見出し */
.about-intro-lead{
  position:relative;
  z-index:2;
  margin:0 auto clamp(34px,4vw,48px);
  text-align:center !important;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:clamp(26px,3.2vw,38px);
  font-weight:400;
  line-height:1.8;
  letter-spacing:0.06em;
  color:#4f4943;
}

/* 中の横並び */
.about-intro-inner{
  position:relative;
  z-index:2;
  max-width:1040px;
  margin:0 auto;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  align-items:center;
  column-gap:clamp(34px,5vw,82px);
  row-gap:28px;
}

/* 背景の飛行線 */
.about-intro-trail{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}

.about-intro-trail svg{
  display:block;
  width:100%;
  height:100%;
}

/* イラスト側 */
.about-intro-avatar{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  align-items:center;
}

.about-intro-avatar img{
  display:block;
  width:min(100%,180px);
  height:auto;
  border-radius:999px;
  background:#edf6f6;
  padding:14px;
  border:none !important;
  box-shadow:0 0 0 1px rgba(193,219,220,0.8);
  box-sizing:border-box;
}

/* 右の文章カード */
.about-intro-card{
  position:relative;
  z-index:2;
  max-width:560px;
  margin:0 auto 0 0;
  padding:clamp(28px,3.2vw,42px) clamp(24px,3.4vw,46px);
  background:#f4ead9;
  border-radius:28px;
  box-shadow:0 10px 30px rgba(111,98,86,0.05);
}

.about-intro-card p{
  margin:0;
  text-align:center;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:clamp(15px,1.5vw,18px);
  font-weight:500;
  line-height:2.15;
  letter-spacing:0.04em;
  color:#64584d;
}

.about-intro-card p + p{
  margin-top:0.9em;
}

/* ボタン */
.about-intro-button{
  position:relative;
  z-index:2;
  margin:clamp(28px,4vw,42px) auto 0;
  text-align:center;
}

.about-intro-button .wp-block-button__link{
  min-width:290px;
  padding:16px 34px;
  border:1px solid #d6b88b;
  border-radius:999px;
  background:transparent;
  color:#c59b63;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:16px;
  font-weight:500;
  letter-spacing:0.08em;
  line-height:1.4;
  transition:all .28s ease;
}

.about-intro-button .wp-block-button__link:hover{
  background:rgba(214,184,139,0.10);
  color:#b78a50;
  transform:translateY(-1px);
}

/* タブレット */
@media (max-width:959px){
  .about-intro-inner{
    grid-template-columns:220px minmax(0,1fr);
    column-gap:34px;
  }

  .about-intro-avatar img{
    width:min(100%,160px);
  }

  .about-intro-card{
    max-width:100%;
  }
}

/* スマホ */
@media (max-width:767px){
  .about-intro{
    padding:48px 16px 58px;
  }

  .about-intro-lead{
    margin-bottom:28px;
    font-size:clamp(22px,6vw,30px);
    line-height:1.75;
  }

  .about-intro-inner{
    grid-template-columns:1fr;
    row-gap:22px;
    text-align:center;
  }

  .about-intro-avatar{
    justify-content:center;
  }

  .about-intro-avatar img{
    width:min(100%,148px);
    padding:12px;
  }

  .about-intro-card{
    margin:0 auto;
    padding:24px 18px;
    border-radius:24px;
  }

  .about-intro-card p{
    font-size:15px;
    line-height:2;
  }

  .about-intro-button{
    margin-top:26px;
  }

  .about-intro-button .wp-block-button__link{
    min-width:240px;
    padding:14px 28px;
    font-size:15px;
  }

  .about-intro-trail{
    opacity:0.88;
  }
}
.about-intro-copy{
  text-align:center;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  color:#4f4943;
  line-height:1.8;
  letter-spacing:0.04em;
  margin:0 0 34px;
}
/* =====================================
   CONTACT PAGE
===================================== */

.contact-page{
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 20px clamp(72px, 8vw, 110px);
  color:#5f554d;
}

/* 説明文 */
.contact-page .contact-page-lead{
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  color:#64584d;
}

/* ご相談の流れのリストを少し整える */
.contact-page ol,
.contact-page ul{
  margin: 0 0 34px 1.4em;
  padding: 0;
}

.contact-page li{
  margin-bottom: 10px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  color:#5f554d;
}

/* フォーム全体を包む白いボックス */
.contact-page .contact-form-wrap{
  margin-top: 22px;
  padding: clamp(24px, 4vw, 42px);
  background:#ffffff;
  border:1px solid #eee4d6;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(111,98,86,0.04);
}

/* フォーム内の余計な強い枠を消す */
.contact-page .contact-form-wrap form,
.contact-page .contact-form-wrap .wpcf7,
.contact-page .contact-form-wrap .wpcf7 form{
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

/* ラベルや各項目を縦並びでそろえる */
.contact-page .contact-form-wrap p{
  margin: 0 0 18px;
  line-height: 1.8;
  color:#5f554d;
}

/* ラベル */
.contact-page .contact-form-wrap label{
  display:block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color:#5f554d;
}

/* 入力欄共通 */
.contact-page .contact-form-wrap input[type="text"],
.contact-page .contact-form-wrap input[type="email"],
.contact-page .contact-form-wrap input[type="tel"],
.contact-page .contact-form-wrap input[type="url"],
.contact-page .contact-form-wrap select,
.contact-page .contact-form-wrap textarea{
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #e7ddd0;
  border-radius: 14px;
  background: #fffdfa;
  color:#5f554d;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.8;
  padding: 14px 16px;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

/* 高さ調整 */
.contact-page .contact-form-wrap input[type="text"],
.contact-page .contact-form-wrap input[type="email"],
.contact-page .contact-form-wrap input[type="tel"],
.contact-page .contact-form-wrap input[type="url"],
.contact-page .contact-form-wrap select{
  min-height: 52px;
}

.contact-page .contact-form-wrap textarea{
  min-height: 220px;
  resize: vertical;
}

/* フォーカス時 */
.contact-page .contact-form-wrap input[type="text"]:focus,
.contact-page .contact-form-wrap input[type="email"]:focus,
.contact-page .contact-form-wrap input[type="tel"]:focus,
.contact-page .contact-form-wrap input[type="url"]:focus,
.contact-page .contact-form-wrap select:focus,
.contact-page .contact-form-wrap textarea:focus{
  border-color:#d6bc93;
  box-shadow: 0 0 0 3px rgba(214,188,147,0.16);
  background:#fff;
}

/* プレースホルダー */
.contact-page .contact-form-wrap ::placeholder{
  color:#b7aa9b;
}

/* 必須表示がある場合の余白調整 */
.contact-page .contact-form-wrap .required,
.contact-page .contact-form-wrap .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

/* 送信ボタンエリア */
.contact-page .kd-form-submit{
  margin-top: 8px;
  text-align:center;
}
.contact-page .kd-submit{
  appearance:none;
  border:none;
  border-radius:999px;
  background:#cfae7a;
  color:#fff;
  font-size:15px;
  font-weight:500;
  letter-spacing:0.06em;
  line-height:1;
  padding:16px 34px;
  min-width:180px;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(122,90,61,0.10);
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease, background-color .25s ease;
}

.contact-page .kd-submit:hover{
  background:#bc955f;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(122,90,61,0.14);
}


/* ボタンを中央寄せしたい場合 */
.contact-page .contact-form-wrap .has-text-align-center,
.contact-page .contact-form-wrap .submit-center{
  text-align:center;
}

.contact-page .contact-form-wrap .wpcf7-submit:hover,
.contact-page .contact-form-wrap input[type="submit"]:hover,
.contact-page .contact-form-wrap button[type="submit"]:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(122,90,61,0.14);
}

/* フォーム下のエラーメッセージなど */
.contact-page .contact-form-wrap .wpcf7-not-valid-tip,
.contact-page .contact-form-wrap .error{
  margin-top: 6px;
  font-size: 13px;
  color:#c56b6b;
}

.contact-page .contact-form-wrap .wpcf7-response-output{
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
}

/* スマホ調整 */
@media (max-width: 767px){
  .contact-page{
    padding: 34px 16px 72px;
  }

  .contact-page .contact-form-wrap{
    padding: 20px 16px 24px;
    border-radius: 18px;
  }

  .contact-page .contact-form-wrap input[type="text"],
  .contact-page .contact-form-wrap input[type="email"],
  .contact-page .contact-form-wrap input[type="tel"],
  .contact-page .contact-form-wrap input[type="url"],
  .contact-page .contact-form-wrap select{
    min-height: 48px;
    font-size: 14px;
  }

  .contact-page .contact-form-wrap textarea{
    min-height: 180px;
    font-size: 14px;
  }

  .contact-page li{
    margin-bottom: 8px;
    line-height: 1.85;
  }

  .contact-page .contact-page-lead{
    font-size: 15px;
  }
}
/* SERVICE インフォグラフィック */
.service-infographic-wrap{
  max-width: 1120px;
  margin: clamp(36px, 6vw, 64px) auto clamp(56px, 8vw, 88px);
  padding: 0 20px;
}

.service-infographic-wrap .wp-block-image{
  margin: 0;
  text-align: center;
}

.service-infographic-wrap .wp-block-image img{
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(111, 98, 86, 0.08);
}

/* 画像の上下に少し余白を持たせたい場合 */
.service-infographic-wrap + *{
  margin-top: clamp(36px, 5vw, 52px);
}

@media (max-width: 767px){
  .service-infographic-wrap{
    margin: 28px auto 56px;
    padding: 0 16px;
  }

  .service-infographic-wrap .wp-block-image img{
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(111, 98, 86, 0.06);
  }

  .service-infographic-wrap + *{
    margin-top: 32px;
  }
}

/* =====================================
   WORKS - 注目作品
   そのまま差し替え用
===================================== */

.works-feature{
  margin: clamp(28px, 5vw, 54px) 0 clamp(40px, 6vw, 72px);
  padding: clamp(22px, 4vw, 38px);
  background: linear-gradient(180deg, #fffdf9 0%, #fbf7f1 100%);
  border: 1px solid #efe6db;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(111, 98, 86, 0.06);
  overflow: hidden;
}

.works-feature .wp-block-columns{
  margin: 0 !important;
  align-items: center !important;
  gap: clamp(28px, 4.5vw, 52px);
  flex-wrap: nowrap !important;
}

.works-feature .wp-block-column{
  min-width: 0;
}

.works-feature .wp-block-column:first-child{
  flex: 0 1 46%;
}

.works-feature .wp-block-column:last-child{
  flex: 1 1 54%;
}

.works-feature .wp-block-image{
  margin: 0;
}

.works-feature .wp-block-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(111, 98, 86, 0.10);
}

/* 右側コンテンツ全体 */
.works-feature-content,
.works-feature-content > .wp-block-group__inner-container{
  min-width: 0;
}

.works-feature-content{
  padding-right: clamp(0px, 1vw, 10px);
}

/* -----------------------------
   ラベル
   推奨: .works-feature-label
   互換: 最初の段落
------------------------------ */
.works-feature-label,
.works-feature-content > p:first-of-type,
.works-feature-content > .wp-block-group__inner-container > p:first-of-type{
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  background: #f3eadf;
  border-radius: 999px;
  color: #8d7660;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

/* -----------------------------
   見出し
------------------------------ */
.works-feature-content > h1,
.works-feature-content > h2,
.works-feature-content > h3,
.works-feature-content > h4,
.works-feature-content > .wp-block-group__inner-container > h1,
.works-feature-content > .wp-block-group__inner-container > h2,
.works-feature-content > .wp-block-group__inner-container > h3,
.works-feature-content > .wp-block-group__inner-container > h4{
  margin: 0 0 18px;
  color: #4f4943;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

/* -----------------------------
   メタ情報
   推奨: .works-feature-meta
   互換: 2つ目の段落
------------------------------ */
.works-feature-meta,
.works-feature-content > p:nth-of-type(2),
.works-feature-content > .wp-block-group__inner-container > p:nth-of-type(2){
  margin: 0 0 22px;
  color: #8a7a6c;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* -----------------------------
   本文
   推奨: .works-feature-description
   互換: 3つ目以降の段落を本文扱い
------------------------------ */
.works-feature-description,
.works-feature-content > p:nth-of-type(n+3),
.works-feature-content > .wp-block-group__inner-container > p:nth-of-type(n+3){
  margin: 0 0 18px;
  color: #554b43;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

.works-feature-content > p:last-child,
.works-feature-content > .wp-block-group__inner-container > p:last-child,
.works-feature-description:last-child{
  margin-bottom: 0;
}

/* -----------------------------
   注釈
   注釈だけ小さくしたい時に付与
------------------------------ */
.works-feature-note{
  margin-top: 14px;
  margin-bottom: 0;
  color: #9a8c80;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* =============================
   Tablet
============================= */
@media (max-width: 959px){
  .works-feature{
    padding: 22px 20px 24px;
    border-radius: 24px;
  }

  .works-feature .wp-block-columns{
    gap: 24px;
  }

  .works-feature .wp-block-column:first-child{
    flex-basis: 48%;
  }

  .works-feature .wp-block-column:last-child{
    flex-basis: 52%;
  }

  .works-feature-content > h1,
  .works-feature-content > h2,
  .works-feature-content > h3,
  .works-feature-content > h4,
  .works-feature-content > .wp-block-group__inner-container > h1,
  .works-feature-content > .wp-block-group__inner-container > h2,
  .works-feature-content > .wp-block-group__inner-container > h3,
  .works-feature-content > .wp-block-group__inner-container > h4{
    font-size: clamp(24px, 4.2vw, 30px);
  }
}

/* =============================
   Mobile
============================= */
@media (max-width: 767px){
  .works-feature{
    margin: 24px 0 48px;
    padding: 18px 16px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(111, 98, 86, 0.06);
  }

  .works-feature .wp-block-columns{
    display: block;
  }

  .works-feature .wp-block-column{
    flex-basis: 100% !important;
  }

  .works-feature .wp-block-column:first-child{
    margin-bottom: 20px;
  }

  .works-feature .wp-block-image img{
    border-radius: 18px;
  }

  .works-feature-content{
    padding-right: 0;
  }

  .works-feature-label,
  .works-feature-content > p:first-of-type,
  .works-feature-content > .wp-block-group__inner-container > p:first-of-type{
    margin-bottom: 12px;
    font-size: 11px;
  }

  .works-feature-content > h1,
  .works-feature-content > h2,
  .works-feature-content > h3,
  .works-feature-content > h4,
  .works-feature-content > .wp-block-group__inner-container > h1,
  .works-feature-content > .wp-block-group__inner-container > h2,
  .works-feature-content > .wp-block-group__inner-container > h3,
  .works-feature-content > .wp-block-group__inner-container > h4{
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.45;
  }

  .works-feature-meta,
  .works-feature-content > p:nth-of-type(2),
  .works-feature-content > .wp-block-group__inner-container > p:nth-of-type(2){
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.7;
  }

  .works-feature-description,
  .works-feature-content > p:nth-of-type(n+3),
  .works-feature-content > .wp-block-group__inner-container > p:nth-of-type(n+3){
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.95;
  }

  .works-feature-note{
    font-size: 12px;
    line-height: 1.75;
  }
}


/* =====================================
   WORKS - 下段2作品セクション
===================================== */

.works-subgrid{
  margin: clamp(28px, 4vw, 42px) 0 clamp(56px, 7vw, 84px);
}

.works-subgrid > .wp-block-columns{
  margin: 0;
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch !important;
}

.works-subgrid > .wp-block-columns > .wp-block-column{
  display: flex;
}

/* 各カード */
.works-subgrid .work-card{
  width: 100%;
  padding: clamp(18px, 2.8vw, 24px);
  background: linear-gradient(180deg, #fffdfa 0%, #fbf7f1 100%);
  border: 1px solid #efe6db;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(111, 98, 86, 0.05);
}

/* カード内の画像＋文章 */
.works-subgrid .work-card > .wp-block-columns{
  margin: 0;
  gap: clamp(16px, 2vw, 22px);
  align-items: flex-start !important;
}

.works-subgrid .work-card > .wp-block-columns > .wp-block-column:first-child{
  flex-basis: 42% !important;
}

.works-subgrid .work-card > .wp-block-columns > .wp-block-column:last-child{
  flex-basis: 58% !important;
  min-width: 0;
}

/* 画像 */
.works-subgrid .work-card .wp-block-image{
  margin: 0;
}

.works-subgrid .work-card .wp-block-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(111, 98, 86, 0.08);
}

/* 右側文章全体 */
.work-card-body{
  min-width: 0;
}

/* ラベル */
.work-card-body > p:first-of-type{
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px;
  background: #f3eadf;
  border-radius: 999px;
  color: #8d7660;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/* 作品名：Lumière Field に寄せる */
.work-card-body > h1,
.work-card-body > h2,
.work-card-body > h3,
.work-card-body > h4,
.work-card-body > .wp-block-group__inner-container > h1,
.work-card-body > .wp-block-group__inner-container > h2,
.work-card-body > .wp-block-group__inner-container > h3,
.work-card-body > .wp-block-group__inner-container > h4{
  margin: 0 0 18px;
  color: #4f4943;
  font-family: "Cormorant Garamond", "Lora", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.work-card-body > h1 a,
.work-card-body > h2 a,
.work-card-body > h3 a,
.work-card-body > h4 a,
.work-card-body > .wp-block-group__inner-container > h1 a,
.work-card-body > .wp-block-group__inner-container > h2 a,
.work-card-body > .wp-block-group__inner-container > h3 a,
.work-card-body > .wp-block-group__inner-container > h4 a{
  color: inherit;
  text-decoration: none;
}

/* ジャンル・担当範囲 */
.work-card-body > p:nth-of-type(2){
  margin: 0 0 14px;
  color: #8a7a6c;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* 本文 */
.work-card-body > p:nth-of-type(3){
  margin: 0;
  color: #5a5048;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

/* 補足文 */
.work-card-body > p:nth-of-type(4){
  margin-top: 12px;
  color: #8f8276;
  font-size: 12px;
  line-height: 1.8;
}

/* タブレット */
@media (max-width: 959px){
  .works-subgrid .work-card{
    border-radius: 20px;
    padding: 18px;
  }

  .works-subgrid .work-card > .wp-block-columns{
    gap: 16px;
  }

  .work-card-body > h1,
  .work-card-body > h2,
  .work-card-body > h3,
  .work-card-body > h4,
  .work-card-body > .wp-block-group__inner-container > h1,
  .work-card-body > .wp-block-group__inner-container > h2,
  .work-card-body > .wp-block-group__inner-container > h3,
  .work-card-body > .wp-block-group__inner-container > h4{
    font-size: clamp(24px, 4.2vw, 30px);
  }
}

/* スマホ */
@media (max-width: 767px){
  .works-subgrid{
    margin: 24px 0 52px;
  }

  /* 2作品を縦並び */
  .works-subgrid > .wp-block-columns{
    display: block;
  }

  .works-subgrid > .wp-block-columns > .wp-block-column{
    display: block;
    margin-bottom: 18px;
  }

  .works-subgrid > .wp-block-columns > .wp-block-column:last-child{
    margin-bottom: 0;
  }

  .works-subgrid .work-card{
    padding: 16px;
    border-radius: 18px;
  }

  /* 各カード内も縦並び */
  .works-subgrid .work-card > .wp-block-columns{
    display: block;
  }

  .works-subgrid .work-card > .wp-block-columns > .wp-block-column{
    flex-basis: 100% !important;
  }

  .works-subgrid .work-card > .wp-block-columns > .wp-block-column:first-child{
    margin-bottom: 14px;
  }

  .works-subgrid .work-card .wp-block-image img{
    border-radius: 14px;
  }

  .work-card-body > p:first-of-type{
    margin-bottom: 9px;
    font-size: 10px;
  }

  .work-card-body > h1,
  .work-card-body > h2,
  .work-card-body > h3,
  .work-card-body > h4,
  .work-card-body > .wp-block-group__inner-container > h1,
  .work-card-body > .wp-block-group__inner-container > h2,
  .work-card-body > .wp-block-group__inner-container > h3,
  .work-card-body > .wp-block-group__inner-container > h4{
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.45;
  }

  .work-card-body > p:nth-of-type(2){
    margin-bottom: 10px;
    font-size: 12px;
  }

  .work-card-body > p:nth-of-type(3){
    font-size: 13px;
    line-height: 1.9;
  }

  .work-card-body > p:nth-of-type(4){
    font-size: 11px;
  }
}

/* =====================================
   WORKS - LP制作セクション
===================================== */
/* LPカード本文まわり：SWELL/Gutenberg対応版 */
.work-card-body,
.work-card-body > .wp-block-group__inner-container{
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

/* 余計な横並び防止 */
.work-card-body > .wp-block-group__inner-container > *,
.work-card-body > *{
  width: 100%;
  max-width: 100%;
}

/* 1行目：ラベル */
.work-card-body > p:first-of-type,
.work-card-body > .wp-block-group__inner-container > p:first-of-type{
  display: inline-block;
  width: fit-content;
  margin: 0 0 10px;
  padding: 5px 10px;
  background: #f3eadf;
  border-radius: 999px;
  color: #8d7660;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* 2行目が段落だった場合＝作品名 */
.work-card-body > p:nth-of-type(2),
.work-card-body > .wp-block-group__inner-container > p:nth-of-type(2){
  margin: 0 0 10px;
  color: #4f4943;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

/* もし作品名を見出しブロックにしている場合 */
.work-card-body h2,
.work-card-body h3,
.work-card-body h4,
.work-card-body > .wp-block-group__inner-container h2,
.work-card-body > .wp-block-group__inner-container h3,
.work-card-body > .wp-block-group__inner-container h4{
  margin: 0 0 10px;
  color: #4f4943;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

/* 3行目：ジャンル・担当範囲 */
.work-card-body > p:nth-of-type(3),
.work-card-body > .wp-block-group__inner-container > p:nth-of-type(3){
  margin: 0 0 14px;
  color: #8a7a6c;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* 4行目：説明文 */
.work-card-body > p:nth-of-type(4),
.work-card-body > .wp-block-group__inner-container > p:nth-of-type(4){
  margin: 0;
  color: #5a5048;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

/* 補足文がある場合 */
.work-card-body > p:nth-of-type(5),
.work-card-body > .wp-block-group__inner-container > p:nth-of-type(5){
  margin-top: 12px;
  color: #8f8276;
  font-size: 12px;
  line-height: 1.8;
}

/* LP画像の存在感を少し抑える */
.works-lp-grid .work-card .wp-block-image{
  margin: 0 0 16px;
  text-align: center;
}

.works-lp-grid .work-card .wp-block-image img{
  width: 82%;
  max-width: 340px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(111, 98, 86, 0.08);
}
.works-lp-grid .work-card .wp-block-image img{
  width: 78%;
  max-width: 320px;
}
/* =====================================
   WORKS - ECサイト画像制作
===================================== */

.works-ec-section{
  margin: clamp(56px, 8vw, 96px) 0 0;
}

.works-ec-section .wp-block-columns{
  margin: clamp(26px, 4vw, 34px) 0 0;
  gap: clamp(18px, 2.8vw, 28px);
  align-items: stretch !important;
}

.works-ec-section .wp-block-column{
  padding: 14px;
  background: linear-gradient(180deg, #fffdfa 0%, #fbf7f1 100%);
  border: 1px solid #efe6db;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(111, 98, 86, 0.05);
}

/* 画像ブロック */
.works-ec-section .wp-block-image{
  margin: 0;
}

/* 画像そのもの */
.works-ec-section .wp-block-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(111, 98, 86, 0.06);
}

/* タブレット */
@media (max-width: 959px){
  .works-ec-section .wp-block-columns{
    gap: 18px;
  }

  .works-ec-section .wp-block-column{
    padding: 12px;
    border-radius: 20px;
  }

  .works-ec-section .wp-block-image img{
    border-radius: 16px;
  }
}

/* スマホ */
@media (max-width: 767px){
  .works-ec-section{
    margin-top: 48px;
  }

  .works-ec-section .wp-block-columns{
    gap: 14px;
  }

  .works-ec-section .wp-block-column{
    padding: 10px;
    border-radius: 18px;
  }

  .works-ec-section .wp-block-image img{
    border-radius: 14px;
  }
}
/* =====================================
   ABOUT - HERO
   安全版：元の見た目を活かして微調整
===================================== */

.about-eyebrow {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #91A47C;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin: 0 0 14px;
}

.about-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  text-align: center;
  color: #3D2B1F;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
}

/* 区切り */
.about-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 1.25rem 0 2.5rem;
}

.about-divider__line {
  width: 40px;
  height: 1px;
  background-color: #C8BFB0;
}

.about-divider__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #C8BFB0;
}

/* 導入文 */
.about-intro-1,
.about-intro-2 {
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  color: #3D2B1F;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
}

.about-intro-1 {
  font-size: 16px;
  line-height: 2.15;
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 760px;
}

.about-intro-2 {
  font-size: 15px;
  line-height: 2.1;
  color: #5C4D40;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 520px;
}

.lf-brand {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.page-id-447 .c-pageTitle {
  display: none;
}

/* Tablet */
@media (max-width: 959px) {
  .about-heading {
    font-size: clamp(42px, 8vw, 56px);
  }

  .about-divider {
    margin: 1.1rem 0 2.2rem;
  }

  .about-intro-1 {
    max-width: 680px;
    font-size: 15.5px;
  }

  .about-intro-2 {
    max-width: 480px;
    font-size: 14.5px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-eyebrow {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .about-heading {
    font-size: 42px;
    line-height: 1.1;
  }

  .about-divider {
    gap: 7px;
    margin: 1rem 0 1.8rem;
  }

  .about-divider__line {
    width: 34px;
  }

  .about-intro-1,
  .about-intro-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-intro-1 {
    font-size: 14px;
    line-height: 2;
    max-width: 100%;
  }

  .about-intro-2 {
    font-size: 13.5px;
    line-height: 1.95;
    max-width: 100%;
  }
}
/* =====================================
   ABOUT - BRAND STORY
   シンプル版
===================================== */

/* カバーブロック本体 */
.page-id-447 .brand-story-cover{
  margin: 64px auto 72px;
  overflow: hidden;
  border-radius: 28px;
}

/* SWELL Cover の背景レイヤーも角丸にそろえる */
.page-id-447 .brand-story-cover,
.page-id-447 .brand-story-cover .wp-block-cover__background,
.page-id-447 .brand-story-cover .wp-block-cover__image-background{
  border-radius: 28px !important;
}

/* 背景色 */
.page-id-447 .brand-story-cover .wp-block-cover__background{
  background-color: #f1eee8 !important;
  opacity: 1 !important;
}

/* 内側余白
   左余白を少し大きめにして、文字全体を右へずらす */
.page-id-447 .brand-story-cover .wp-block-cover__inner-container{
  box-sizing: border-box;
  padding: 56px 56px 56px 84px !important;
}

/* 段落共通 */
.page-id-447 .brand-story-cover .wp-block-cover__inner-container > p{
  margin: 0;
  color: #3D2B1F;
  font-family: 'Shippori Mincho', serif;
}

/* ラベル：— BRAND STORY */
.page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:first-of-type{
  margin-bottom: 36px;
  color: #91A47C;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* 本文 */
.page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:not(:first-of-type){
  max-width: 650px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

/* 2段落目との間 */
.page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:not(:first-of-type) + p{
  margin-top: 24px;
}

/* 強調したいブランド名 */
.page-id-447 .brand-story-cover .lf-brand{
  font-weight: 700;
}

/* Tablet */
@media (max-width: 959px){
  .page-id-447 .brand-story-cover{
    margin: 56px auto 64px;
    border-radius: 24px;
  }

  .page-id-447 .brand-story-cover,
  .page-id-447 .brand-story-cover .wp-block-cover__background,
  .page-id-447 .brand-story-cover .wp-block-cover__image-background{
    border-radius: 24px !important;
  }

  .page-id-447 .brand-story-cover .wp-block-cover__inner-container{
    padding: 44px 40px 46px 56px !important;
  }

  .page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:not(:first-of-type){
    max-width: 100%;
    font-size: 14.5px;
  }
}

/* Mobile */
@media (max-width: 767px){
  .page-id-447 .brand-story-cover{
    margin: 40px auto 52px;
    border-radius: 20px;
  }

  .page-id-447 .brand-story-cover,
  .page-id-447 .brand-story-cover .wp-block-cover__background,
  .page-id-447 .brand-story-cover .wp-block-cover__image-background{
    border-radius: 20px !important;
  }

  .page-id-447 .brand-story-cover .wp-block-cover__inner-container{
    padding: 30px 22px 32px 28px !important;
  }

  .page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:first-of-type{
    margin-bottom: 24px;
    font-size: 12px;
  }

  .page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:not(:first-of-type){
    font-size: 14px;
    line-height: 2;
  }

  .page-id-447 .brand-story-cover .wp-block-cover__inner-container > p:not(:first-of-type) + p{
    margin-top: 18px;
  }
}

/* =====================================
   ABOUT - 3カラム
===================================== */

/* 3カラム全体 */
.page-id-447 .about-three-columns {
  margin-top: 28px;
}

/* カラム間隔 */
.page-id-447 .about-three-columns .wp-block-columns {
  gap: 0;
}

/* 各カラム */
.page-id-447 .about-three-columns .wp-block-column {
  padding: 0 28px;
}

/* 縦線 */
.page-id-447 .about-three-columns .wp-block-column:not(:last-child) {
  border-right: 0.5px solid #C8BFB0;
}

/* 見出し */
.page-id-447 .about-three-columns h3,
.page-id-447 .about-three-columns h4,
.page-id-447 .about-three-columns .wp-block-heading {
  margin: 0 0 14px;
  color: #3D2B1F;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
}

/* 本文 */
.page-id-447 .about-three-columns p {
  margin: 0;
  color: #5C4D40;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

/* タブレット */
@media (max-width: 959px) {
  .page-id-447 .about-three-columns .wp-block-column {
    padding: 0 20px;
  }

  .page-id-447 .about-three-columns h3,
  .page-id-447 .about-three-columns h4,
  .page-id-447 .about-three-columns .wp-block-heading {
    font-size: 24px;
  }

  .page-id-447 .about-three-columns p {
    font-size: 13.5px;
    line-height: 1.95;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .page-id-447 .about-three-columns .wp-block-columns {
    gap: 0;
  }

  .page-id-447 .about-three-columns .wp-block-column {
    padding: 20px 0;
  }

  .page-id-447 .about-three-columns .wp-block-column:not(:last-child) {
    border-right: none;
    border-bottom: 0.5px solid #C8BFB0;
  }

  .page-id-447 .about-three-columns h3,
  .page-id-447 .about-three-columns h4,
  .page-id-447 .about-three-columns .wp-block-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .page-id-447 .about-three-columns p {
    font-size: 13px;
    line-height: 1.9;
  }
}

/* =====================================
   ABOUT - 3カラム
===================================== */

/* 3カラム全体 */
.page-id-447 .about-three-columns {
  margin-top: 28px;
}

/* カラム間隔 */
.page-id-447 .about-three-columns .wp-block-columns {
  gap: 0;
}

/* 各カラム */
.page-id-447 .about-three-columns .wp-block-column {
  padding: 0 28px;
}

/* 縦線 */
.page-id-447 .about-three-columns .wp-block-column:not(:last-child) {
  border-right: 0.5px solid #C8BFB0;
}

/* 見出し */
.page-id-447 .about-three-columns h3,
.page-id-447 .about-three-columns h4,
.page-id-447 .about-three-columns .wp-block-heading {
  margin: 0 0 14px;
  color: #3D2B1F;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
}

/* 本文 */
.page-id-447 .about-three-columns p {
  margin: 0;
  color: #5C4D40;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

/* タブレット */
@media (max-width: 959px) {
  .page-id-447 .about-three-columns .wp-block-column {
    padding: 0 20px;
  }

  .page-id-447 .about-three-columns h3,
  .page-id-447 .about-three-columns h4,
  .page-id-447 .about-three-columns .wp-block-heading {
    font-size: 24px;
  }

  .page-id-447 .about-three-columns p {
    font-size: 13.5px;
    line-height: 1.95;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .page-id-447 .about-three-columns .wp-block-columns {
    gap: 0;
  }

  .page-id-447 .about-three-columns .wp-block-column {
    padding: 20px 0;
  }

  .page-id-447 .about-three-columns .wp-block-column:not(:last-child) {
    border-right: none;
    border-bottom: 0.5px solid #C8BFB0;
  }

  .page-id-447 .about-three-columns h3,
  .page-id-447 .about-three-columns h4,
  .page-id-447 .about-three-columns .wp-block-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .page-id-447 .about-three-columns p {
    font-size: 13px;
    line-height: 1.9;
  }
}
/* =====================================
   ABOUT - メッセージ2カラム
===================================== */

.page-id-447 .about-message-section {
  margin: clamp(56px, 8vw, 96px) 0;
}

.page-id-447 .about-message-section .wp-block-columns {
  margin: 0;
  align-items: center !important;
  gap: clamp(40px, 6vw, 88px);
}

.page-id-447 .about-message-section .wp-block-column {
  min-width: 0;
}

/* 左の画像側 */
.page-id-447 .about-message-section .wp-block-column:first-child {
  display: flex;
  justify-content: center;
}

.page-id-447 .about-message-section .wp-block-image {
  margin: 0;
}

/* 右の文章側 */
.page-id-447 .about-message-text {
  max-width: 395px;
  margin-left: auto;
  position: relative;
}

/* 段落 */
.page-id-447 .about-message-text p {
  margin: 0;
  color: #3D2B1F;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(15px, 1.35vw, 16px);
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

/* 各行の間隔は少し詰める */
.page-id-447 .about-message-text p + p {
  margin-top: 12px;
}

* 上2行と下3行の間だけ、少し広めに空ける */
.page-id-447 .about-message-text p:nth-of-type(3) {
  margin-top: 30px;
}

/* 下3行はさらにまとまり感を出す */
.page-id-447 .about-message-text p:nth-of-type(4),
.page-id-447 .about-message-text p:nth-of-type(5) {
  margin-top: 8px;
}

/* 下線を本文に近づける */
.page-id-447 .about-message-text::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 14px;
  background: #C8BFB0;
}


/* タブレット */
@media (max-width: 959px) {
  .page-id-447 .about-message-section .wp-block-columns {
    gap: 32px;
  }

  .page-id-447 .about-message-text {
    max-width: 100%;
  }

  .page-id-447 .about-message-text p {
    font-size: 15px;
    line-height: 2.15;
  }

  .page-id-447 .about-message-text p + p {
    margin-top: 22px;
  }

  .page-id-447 .about-message-text::after {
    margin-top: 28px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .page-id-447 .about-message-section {
    margin: 40px 0 56px;
  }

  .page-id-447 .about-message-section .wp-block-columns {
    display: block;
  }

  .page-id-447 .about-message-section .wp-block-column:first-child {
    margin-bottom: 28px;
  }

  .page-id-447 .about-message-text {
    max-width: 100%;
    margin-left: 0;
  }

  .page-id-447 .about-message-text p {
    font-size: 14px;
    line-height: 2.05;
  }

  .page-id-447 .about-message-text p + p {
    margin-top: 18px;
  }

  .page-id-447 .about-message-text::after {
    width: 36px;
    margin-top: 24px;
  }
}
/* =====================================
   ABOUT - COLLECTION BOX
===================================== */

/* カード全体 */
.page-id-447 .collection-cover {
  margin: clamp(48px, 7vw, 88px) auto;
  border-radius: 36px !important;
  overflow: hidden !important;
  background: #f4efe8;
}

.page-id-447 .wp-block-cover.collection-cover,
.page-id-447 .wp-block-cover.collection-cover .wp-block-cover__background,
.page-id-447 .wp-block-cover.collection-cover .wp-block-cover__image-background {
  border-radius: 36px !important;
}

/* 内側 */
.page-id-447 .collection-cover .wp-block-cover__inner-container {
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 86px) 24px;
  text-align: center;
}

/* 上の小見出し */
.page-id-447 .collection-cover .wp-block-cover__inner-container > p:first-of-type {
  margin: 0 0 24px;
  color: #a3ab8d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* 見出し */
.page-id-447 .collection-cover h2,
.page-id-447 .collection-cover h3,
.page-id-447 .collection-cover .wp-block-heading {
  margin: 0 0 14px;
  color: #3D2B1F;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

/* 本文 */
.page-id-447 .collection-cover .wp-block-cover__inner-container > p:not(:first-of-type) {
  margin: 0 0 34px;
  color: #5C4D40;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

/* ボタンブロック */
.page-id-447 .collection-btn {
  margin-top: 0;
}

/* SWELL既存ボタンを活かして微調整 */
.page-id-447 .collection-btn .swell-block-button__link {
  min-width: 260px;
  min-height: 44px;
  padding: 12px 30px;
  border-radius: 999px;
  border-color: #3D2B1F;
  background: transparent;
  color: #3D2B1F;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  box-shadow: none;
}

.page-id-447 .collection-btn .swell-block-button__link:hover {
  background: rgba(61, 43, 31, 0.03);
  color: #3D2B1F;
  border-color: #3D2B1F;
}

/* タブレット */
@media (max-width: 959px) {
  .page-id-447 .collection-cover,
  .page-id-447 .wp-block-cover.collection-cover,
  .page-id-447 .wp-block-cover.collection-cover .wp-block-cover__background,
  .page-id-447 .wp-block-cover.collection-cover .wp-block-cover__image-background {
    border-radius: 28px !important;
  }

  .page-id-447 .collection-cover .wp-block-cover__inner-container {
    max-width: 680px;
    padding: 56px 24px;
  }

  .page-id-447 .collection-cover h2,
  .page-id-447 .collection-cover h3,
  .page-id-447 .collection-cover .wp-block-heading {
    font-size: 38px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .page-id-447 .collection-cover,
  .page-id-447 .wp-block-cover.collection-cover,
  .page-id-447 .wp-block-cover.collection-cover .wp-block-cover__background,
  .page-id-447 .wp-block-cover.collection-cover .wp-block-cover__image-background {
    border-radius: 22px !important;
  }

  .page-id-447 .collection-cover .wp-block-cover__inner-container {
    padding: 42px 20px;
  }

  .page-id-447 .collection-cover .wp-block-cover__inner-container > p:first-of-type {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .page-id-447 .collection-cover h2,
  .page-id-447 .collection-cover h3,
  .page-id-447 .collection-cover .wp-block-heading {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.35;
  }

  .page-id-447 .collection-cover .wp-block-cover__inner-container > p:not(:first-of-type) {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.9;
  }

  .page-id-447 .collection-btn .swell-block-button__link {
    min-width: 220px;
    min-height: 44px;
    font-size: 16px;
    padding: 11px 24px;
  }
}
/* =====================================
   COLLECTION - Hero
===================================== */

/* 上の小見出し */
.collection-eyebrow{
  margin: 0 0 14px;
  text-align: center;
  color: #91A47C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

/* Collection 見出し */
.collection-heading{
  margin: 0;
  text-align: center;
  color: #3D2B1F;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: clamp(54px, 8vw, 82px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

/* 区切り線全体 */
.collection-divider{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 26px 0 54px;
}

/* 線 */
.collection-divider__line{
  display: block;
  width: 52px;
  height: 1px;
  background: #CFC6B8;
}

/* ドット */
.collection-divider__dot{
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #CFC6B8;
}

/* 説明文 */
.collection-intro{
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
  color: #3D2B1F;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0.02em;
}

/* タブレット */
@media (max-width: 959px){
  .collection-heading{
    font-size: clamp(46px, 9vw, 68px);
  }

  .collection-divider{
    margin: 22px 0 42px;
  }

  .collection-intro{
    max-width: 700px;
    font-size: 16px;
    line-height: 2.05;
    margin-bottom: 36px;
  }
}

/* スマホ */
@media (max-width: 767px){
  .collection-eyebrow{
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.10em;
  }

  .collection-heading{
    font-size: 48px;
    line-height: 1.08;
  }

  .collection-divider{
    gap: 8px;
    margin: 20px 0 30px;
  }

  .collection-divider__line{
    width: 44px;
  }

  .collection-intro{
    max-width: 100%;
    padding: 0 12px;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

/* =====================================
   COLLECTION - Product Cards
===================================== */

.collection-products{
  max-width: 980px;
  margin: 0 auto clamp(56px, 7vw, 88px);
}

/* 上段3カラム・下段3カラム */
.collection-products > .wp-block-columns{
  margin: 0 0 clamp(34px, 4vw, 48px);
  gap: clamp(20px, 3vw, 34px);
}

.collection-products > .wp-block-columns:last-child{
  margin-bottom: 0;
}

.collection-products .wp-block-column{
  min-width: 0;
}

/* 画像枠 */
.collection-products .wp-block-image{
  margin: 0 0 18px;
  padding: clamp(14px, 1.8vw, 18px);
  background: #efe9df;
  border-radius: 16px;
}

/* 画像そのもの */
.collection-products .wp-block-image img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #ffffff;
  border-radius: 4px;
}

/* カラム内の文字共通 */
.collection-products .wp-block-column p{
  margin: 0;
}

/* 1行目：カテゴリ */
.collection-products .wp-block-column p:nth-of-type(1){
  margin-bottom: 10px;
  color: #9da384;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* 2行目：商品名 */
.collection-products .wp-block-column p:nth-of-type(2){
  margin-bottom: 10px;
  color: #3D2B1F;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

/* 3行目：説明文 */
.collection-products .wp-block-column p:nth-of-type(3){
  margin-bottom: 12px;
  color: #6F6256;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

/* 4行目：価格 */
.collection-products .wp-block-column p:nth-of-type(4){
  color: #3D2B1F;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

/* タブレット */
@media (max-width: 959px){
  .collection-products{
    max-width: 100%;
  }

  .collection-products > .wp-block-columns{
    gap: 22px;
    margin-bottom: 34px;
  }

  .collection-products .wp-block-image{
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 14px;
  }

  .collection-products .wp-block-column p:nth-of-type(1){
    font-size: 12px;
  }

  .collection-products .wp-block-column p:nth-of-type(2){
    font-size: 15px;
  }

  .collection-products .wp-block-column p:nth-of-type(3){
    font-size: 11.5px;
    line-height: 1.8;
  }

  .collection-products .wp-block-column p:nth-of-type(4){
    font-size: 12.5px;
  }
}

/* スマホ */
@media (max-width: 767px){
  .collection-products > .wp-block-columns{
    gap: 18px;
    margin-bottom: 26px;
  }

  .collection-products .wp-block-column{
    margin-bottom: 24px;
  }

  .collection-products .wp-block-column:last-child{
    margin-bottom: 0;
  }

  .collection-products .wp-block-image{
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 12px;
  }

  .collection-products .wp-block-column p:nth-of-type(1){
    margin-bottom: 8px;
    font-size: 11.5px;
  }

  .collection-products .wp-block-column p:nth-of-type(2){
    margin-bottom: 8px;
    font-size: 14px;
  }

  .collection-products .wp-block-column p:nth-of-type(3){
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.75;
  }

  .collection-products .wp-block-column p:nth-of-type(4){
    font-size: 12px;
  }
}
/* =====================================
   COLLECTION - More Button
===================================== */

.collection-more-btn{
  margin-top: clamp(28px, 4vw, 42px);
  text-align: center;
}

.collection-more-btn .swell-block-button__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 170px;
  min-height: 44px;
  padding: 11px 26px;
  border-radius: 999px;
  border: 1px solid #3D2B1F;
  background: transparent;
  color: #3D2B1F;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  box-shadow: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

/* 矢印をCSSで追加 */
.collection-more-btn .swell-block-button__link::after{
  content: ">>";
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  transform: translateY(-1px);
}

/* ホバー */
.collection-more-btn .swell-block-button__link:hover,
.collection-more-btn .swell-block-button__link:focus-visible{
  background: #3D2B1F;
  color: #fff;
  border-color: #3D2B1F;
  outline: none;
}

/* タブレット */
@media (max-width: 959px){
  .collection-more-btn{
    margin-top: 34px;
  }

  .collection-more-btn .swell-block-button__link{
    min-width: 164px;
    min-height: 42px;
    padding: 10px 24px;
    font-size: 13px;
  }
}

/* スマホ */
@media (max-width: 767px){
  .collection-more-btn{
    margin-top: 28px;
  }

  .collection-more-btn .swell-block-button__link{
    min-width: 156px;
    min-height: 40px;
    padding: 10px 22px;
    font-size: 12px;
  }

  .collection-more-btn .swell-block-button__link::after{
    font-size: 10px;
  }
}
