/*
Theme Name: つむぎびと
Theme URI: https://tumugibito.jp
Description: 介護保険外サービス「つむぎびと」専用テーマ
Author: つむぎびと
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: tumugibito
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ========== リセット ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #3A3A3A;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

/* ========== ヘッダー ========== */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  gap: 16px;
  flex-wrap: nowrap;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 180px;
  width: auto;
  max-width: 600px;
}

.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  white-space: nowrap;
}

.main-nav a {
  margin-left: 0;
  font-size: 12.5px;
  font-weight: 500;
  transition: color 0.3s;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.main-nav a:hover { color: #D4A017; }

.nav-contact {
  background: #D4A017;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 25px;
  transition: background 0.3s;
  line-height: 1;
  font-size: 12.5px;
}

.nav-contact:hover {
  background: #b8880f;
  color: #fff !important;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #3A3A3A;
}

/* ========== ヒーロー ========== */
.hero {
  background: #FFF8E1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 240px 20px 60px;
  position: relative;
}

.hero-sarukun {
  width: 320px;
  height: auto;
  margin-bottom: 30px;
}

.hero h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.hero .sub-tagline {
  margin-top: 20px;
  color: #555;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
}

.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #999;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

/* ========== セクション共通 ========== */
.section { padding: 80px 20px; }
.section .inner { max-width: 1000px; margin: 0 auto; }

/* セクション背景：白とクリームの2色で交互パターン（リズム感） */
.section-white  { background: #ffffff; }
.section-cream  { background: #FFF8E1; }
.section-yellow { background: #FFF8E1; }  /* 互換性のためクリームと同色に */

.section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #D4A017;
  margin: 15px auto 0;
}

/* ========== 理念 ========== */

/* メイン理念 */
.philosophy-main {
  text-align: center;
  margin-bottom: 60px;
}

.philosophy-main h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: #3A3A3A;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.philosophy-main p {
  font-size: 16px;
  color: #666;
  line-height: 2.2;
}

/* サードパーソン */
.philosophy-third {
  background: #FFFDF5;
  border-radius: 16px;
  padding: 50px 40px;
  margin: 0 auto 60px;
  max-width: 750px;
  border: 1px solid #f0e6c8;
}

.philosophy-third h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: #D4A017;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.philosophy-third-body {
  text-align: center;
}

.philosophy-lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 2.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.philosophy-distance p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-bottom: 5px;
}
.philosophy-distance--lead p {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 2.2;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.philosophy-highlight {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 600;
  color: #3A3A3A !important;
  margin-top: 15px !important;
  line-height: 2.2 !important;
}

.sp-only { display: none; }

/* 2つの理念カード */
.philosophy-two-cards {
  display: flex;
  gap: 30px;
  margin: 0 auto 60px;
  max-width: 750px;
}

.philosophy-two-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.philosophy-two-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.philosophy-two-card h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  color: #3A3A3A;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4A017;
  display: inline-block;
}

.philosophy-two-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
}

/* 締めの言葉 */
.philosophy-closing {
  text-align: center;
  background: #3A3A3A;
  color: #fff;
  border-radius: 16px;
  padding: 50px 40px;
  max-width: 750px;
  margin: 0 auto;
}

.philosophy-closing h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: #D4A017;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.philosophy-closing p {
  font-size: 16px;
  color: #ccc;
  line-height: 2.2;
}

/* ========== サービス ========== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.service-icon { font-size: 36px; margin-bottom: 15px; }
.service-card--preparing { position: relative; overflow: hidden; }
.service-card--preparing .service-icon,
.service-card--preparing h3,
.service-card--preparing p { opacity: 0.4; }
.service-preparing {
  position: absolute;
  top: 18px;
  right: -48px;
  background: #D94F3A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 6px 52px;
  transform: rotate(35deg);
  box-shadow: 0 4px 12px rgba(217, 79, 58, 0.3);
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
}
.service-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 13px; color: #888; line-height: 1.6; }
.service-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #D4A017;
  border-radius: 10px;
  letter-spacing: 0.5px;
}
.service-card small {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  color: #aaa;
}

/* ========== 料金表 ========== */
.price-table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-collapse: collapse;
}

.price-table tr { border-bottom: 1px solid #eee; }
.price-table td { padding: 18px 20px; font-size: 16px; }
.price-table td:first-child { font-weight: 500; }

.price-table td:last-child {
  text-align: right;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  color: #D4A017;
}

.price-block {
  margin-bottom: 40px;
}

.price-sub-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #3A3A3A;
}

.price-detail {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  line-height: 1.8;
}

.price-table-small td:last-child {
  font-size: 16px;
}

.price-note {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  color: #999;
  line-height: 2;
}

/* ========== プレゼント ========== */
.present-section {
  max-width: 700px;
  margin: 0 auto;
}

.present-voices {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.present-voice {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  color: #555;
  text-align: center;
  background: #fff;
  padding: 18px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  line-height: 1.8;
}

.present-message {
  text-align: center;
  margin-bottom: 35px;
}

.present-message p {
  font-size: 16px;
  color: #555;
  line-height: 2.2;
}

.present-concept-box {
  text-align: center;
  background: #3A3A3A;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 35px;
}

.present-concept-box p {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 600;
  color: #D4A017;
  line-height: 2;
}

.present-gift-box {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.present-gift-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.present-gift-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.present-gift-item {
  font-size: 15px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.present-gift-item:last-child {
  border-bottom: none;
}

/* ========== ご利用の流れ ========== */
.flow-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.flow-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.flow-step::after {
  content: '\2192';
  position: absolute;
  right: -15px;
  top: 30px;
  font-size: 20px;
  color: #D4A017;
}

.flow-step:last-child::after { content: ''; }

.step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #D4A017;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.flow-step h4 { font-size: 15px; margin-bottom: 8px; }
.flow-step p { font-size: 13px; color: #888; }

/* ========== 対応エリア ========== */
.area-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.area-item { text-align: center; font-size: 18px; font-weight: 500; }
.area-note { text-align: center; margin-top: 20px; font-size: 13px; color: #999; }

/* ========== 代表の想い ========== */
.message-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.message-content blockquote {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 2.2;
  color: #555;
  font-style: normal;
  border: none;
  padding: 0;
  margin: 0;
}

.message-sign { margin-top: 30px; font-size: 16px; font-weight: 500; }

/* ========== お問い合わせ ========== */
.contact-intro {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
}

.contact-methods {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  flex: 1;
  max-width: 300px;
}

.contact-card h3 { font-size: 16px; margin-bottom: 15px; }
.contact-card p { font-size: 13px; color: #888; margin-bottom: 15px; }

.contact-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}

.btn-line { background: #06C755; color: #fff; }
.btn-line:hover { background: #05a847; }
.btn-form { background: #D4A017; color: #fff; }
.btn-form:hover { background: #b8880f; }

/* ========== ヘッダーSNS ========== */
.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-sns {
  display: flex;
  gap: 8px;
}

/* ヘッダーのLINEアイコンは常に非表示（右下のフローティングLINEボタンと重複するため）
   Instagramのみ残す */
.header-sns .sns-line { display: none; }

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.sns-btn:hover { opacity: 0.8; }
.sns-line { background: #06C755; }
.sns-insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

/* ========== 固定LINEボタン（追従） ========== */
.fixed-line-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.fixed-line-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 30px;
  background: #06C755;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(6,199,85,0.4);
  transition: transform 0.3s, box-shadow 0.3s;
}

.fixed-line-btn a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(6,199,85,0.5);
  color: #fff;
}

/* ========== フッターSNS ========== */
.footer-inner {
  max-width: 800px;
  margin: 0 auto;
}

.footer-name {
  font-size: 16px;
  font-weight: 500;
  color: #eee;
}

.footer-area {
  margin-top: 8px;
  font-size: 13px;
}

.footer-sns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.footer-sns-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  transition: opacity 0.3s;
}

.footer-sns-btn:hover { opacity: 0.8; color: #fff; }
.footer-insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.footer-line { background: #06C755; }

/* ========== LINE誘導ボックス ========== */
.contact-line-box {
  text-align: center;
  margin: 30px 0 40px;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.contact-line-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}

.btn-large {
  padding: 16px 50px;
  font-size: 16px;
}

/* ========== お問い合わせフォーム ========== */
.contact-form-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.contact-form-wrap h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 5px;
  color: #3A3A3A;
}

.contact-form-wrap {
  border: 2px solid #D4A017;
}

.form-note {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
  flex: 1;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.required {
  color: #e74c3c;
  font-size: 12px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #D4A017;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-submit {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 25px auto 0;
  padding: 14px;
  background: #D4A017;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
  transition: background 0.3s;
}

.form-submit:hover { background: #b8880f; }

.contact-success {
  text-align: center;
  padding: 15px;
  background: #d4edda;
  color: #155724;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 600px;
}

.contact-error {
  text-align: center;
  padding: 15px;
  background: #f8d7da;
  color: #721c24;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 600px;
}

/* ========== Instagram ========== */
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.instagram-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1;
}

.instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.instagram-item:hover img {
  transform: scale(1.05);
}

.instagram-more-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #D4A017;
  color: #D4A017;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}

.instagram-more-btn:hover {
  background: #D4A017;
  color: #fff;
}

.instagram-placeholder {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-placeholder-inner {
  color: #ccc;
  font-size: 14px;
}

/* ========== フッター ========== */
.site-footer {
  background: #3A3A3A;
  color: #ccc;
  padding: 40px 20px;
  text-align: center;
  font-size: 13px;
}

.site-footer a { color: #D4A017; }
.site-footer .copyright { margin-top: 15px; font-size: 11px; color: #888; }

/* ========== スマホ対応 ========== */
@media (max-width: 768px) {
  .site-header { padding: 10px 15px; }
  .logo-img { height: 120px; max-width: 420px; }
  .main-nav { display: none; position: fixed; top: 60px; left: 0; width: 100%; background: #fff; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); flex-direction: column; }
  .main-nav.active { display: flex; }
  .main-nav a { margin: 10px 0; font-size: 16px; }
  .mobile-menu-btn { display: block; }

  .hero-sarukun { width: 150px; }
  .hero h1 { font-size: 28px; letter-spacing: 3px; }

  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }

  .flow-steps { flex-direction: column; gap: 30px; }
  .flow-step::after { content: '\2193'; right: auto; top: auto; bottom: -20px; left: 50%; position: absolute; }

  .contact-methods { flex-direction: column; align-items: center; }
  .area-list { flex-direction: column; gap: 15px; }
  .present-tags { flex-direction: column; align-items: center; }

  .price-table td { padding: 12px 10px; font-size: 14px; }
  .price-table td:last-child { font-size: 16px; }

  .header-sns { display: flex; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .philosophy-main h3 { font-size: 24px; }
  .philosophy-third { padding: 30px 20px; }
  .philosophy-third h3 { font-size: 22px; }
  .philosophy-lead { font-size: 18px; }
  .philosophy-two-cards { flex-direction: column; gap: 15px; }
  .philosophy-closing { padding: 35px 25px; }
  .philosophy-closing h3 { font-size: 20px; }
  .sp-only { display: inline; }
  .form-row { flex-direction: column; gap: 0; }
  .contact-form-wrap { padding: 25px 15px; }

  .contact-form-wrap h3 { font-size: 20px; margin-bottom: 10px; }

  .form-group input,
  .form-group textarea {
    font-size: 16px !important;
    padding: 14px 15px !important;
  }

  .form-submit {
    font-size: 18px;
    padding: 16px;
    max-width: 100%;
  }

  .form-note { font-size: 14px; }

  .contact-line-box {
    padding: 25px 15px;
  }

  .btn-large {
    padding: 16px 30px;
    font-size: 17px;
    display: block;
    text-align: center;
  }

  /* 固定LINEボタン スマホ用 */
  .fixed-line-btn {
    bottom: 15px;
    right: 15px;
  }

  .fixed-line-btn a {
    padding: 12px 20px;
    font-size: 14px;
    box-shadow: 0 4px 20px rgba(6,199,85,0.5);
  }
}

/* ========== 想い ========== */
.message-body {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #4a3a20;
  line-height: 2.1;
}
.message-body p {
  margin: 0 0 20px;
  font-size: 17px;
}
.message-lead {
  font-size: 24px !important;
  font-weight: 600;
  color: #8B6B1E;
  margin-bottom: 30px !important;
  letter-spacing: 2px;
}
.message-sign {
  margin-top: 40px !important;
  font-size: 15px !important;
  line-height: 1.9;
  color: #6a5a3a;
}
.message-qual {
  font-size: 13px;
  color: #8a7a5a;
}
/* 想いセクションの誓い文：枠なし、文字だけで強調 */
.message-vow {
  margin: 36px auto 0 !important;
  padding: 0;
  max-width: 540px;
  background: transparent;
  border: none;
  font-size: 16.5px !important;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  line-height: 2.2 !important;
  letter-spacing: 0.06em;
  font-family: 'Noto Serif JP', serif;
}
.message-vow strong {
  color: #1A1A1A;
  font-weight: 700;
}
.message-more {
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
/* 「もっと詳しく」ボタン：白地・黒枠・黒文字（控えめでブランドと馴染む） */
.tmgbt-message-link {
  display: inline-block;
  padding: 14px 32px;
  background: #ffffff;
  color: #1A1A1A !important;
  border: 1.5px solid #1A1A1A;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: none;
}
.tmgbt-message-link:hover,
.tmgbt-message-link:focus {
  background: #1A1A1A;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.tmgbt-message-link::after {
  content: " →";
  margin-left: 4px;
}
@media (max-width: 768px) {
  .message-body p { font-size: 15px; }
  .message-lead { font-size: 20px !important; }
  .message-vow {
    font-size: 15px !important;
    max-width: 90%;
  }
  .tmgbt-message-link {
    padding: 12px 24px;
    font-size: 13px;
  }
}

/* ============================================================
   つむぎびとの想い 固定ページ専用デザイン（モノクロ＋ゴールド一線）
============================================================ */
.tmgbt-omoi-wrap {
  max-width: 640px;
  margin: 30px auto 60px;
  padding: 50px 40px 0;
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  color: #2A2A2A;
  line-height: 2.05;
  letter-spacing: 0.04em;
  background: #fff;
}
.tmgbt-omoi-wrap .tmgbt-back {
  margin-bottom: 40px;
}
.tmgbt-omoi-wrap .tmgbt-back a {
  font-size: 13px;
  color: #6a6a6a;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color .2s, transform .2s;
}
.tmgbt-omoi-wrap .tmgbt-back a:hover,
.tmgbt-omoi-wrap .tmgbt-back a:focus {
  color: #1A1A1A;
  transform: translateX(-2px);
}
.tmgbt-omoi-wrap .tmgbt-back a::before {
  content: "←";
  margin-right: 4px;
  font-size: 15px;
}

.tmgbt-omoi-wrap .tmgbt-eyebrow {
  font-size: 11px;
  letter-spacing: 0.42em;
  color: #6a6a6a;
  text-align: center;
  font-weight: 500;
  margin: 0 0 8px;
}
.tmgbt-omoi-wrap .tmgbt-section-title {
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.18em;
  color: #1A1A1A;
  margin: 0 0 56px;
  padding: 0;
  border: none;
  font-weight: 600;
}
.tmgbt-omoi-wrap .tmgbt-section-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #D4A017;
  margin: 22px auto 0;
}

.tmgbt-omoi-wrap .tmgbt-about {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 56px;
}
.tmgbt-omoi-wrap .tmgbt-about-photo {
  width: 160px;
  height: 200px;
  flex-shrink: 0;
  border: 1px solid #d8d8d4;
  border-radius: 2px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aaaaa6;
}
.tmgbt-omoi-wrap .tmgbt-about-photo svg {
  width: 38px;
  height: 38px;
  color: #c5c5c1;
}
.tmgbt-omoi-wrap .tmgbt-about-photo-label {
  font-size: 11px;
  margin-top: 12px;
  letter-spacing: 0.1em;
}
.tmgbt-omoi-wrap .tmgbt-about-body {
  flex: 1;
  font-size: 16px;
  line-height: 2;
}
.tmgbt-omoi-wrap .tmgbt-about-body p {
  margin: 0 0 1.6em;
}
.tmgbt-omoi-wrap .tmgbt-about-body p:last-child {
  margin-bottom: 0;
}
.tmgbt-omoi-wrap .tmgbt-about-desire {
  margin: 1.8em 0 !important;
  padding: 0.6em 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  color: #1A1A1A;
  text-align: left;
}
.tmgbt-omoi-wrap .tmgbt-about-license {
  margin: 2em 0 0 !important;
  padding-top: 1em;
  border-top: 1px dotted #d8d8d4;
  font-size: 12.5px;
  color: #6a6a6a;
  letter-spacing: 0.06em;
  text-align: left;
}
.tmgbt-omoi-wrap .tmgbt-about-license .tmgbt-license-label {
  font-size: 11px;
  color: #888;
  margin-right: 4px;
}

.tmgbt-omoi-wrap .tmgbt-rule {
  width: 32px;
  height: 1px;
  background: #d8d8d4;
  margin: 70px auto;
  border: none;
}

.tmgbt-omoi-wrap .tmgbt-story p {
  font-size: 16px;
  line-height: 2.3;
  margin: 0 auto 1.8em;
  max-width: 480px;
  color: #2A2A2A;
  letter-spacing: 0.04em;
}
.tmgbt-omoi-wrap .tmgbt-story p:last-child {
  margin-bottom: 0;
}
.tmgbt-omoi-wrap .tmgbt-lead-phrase {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  margin: 0 0 32px !important;
  font-weight: 600;
  line-height: 1.6;
}
.tmgbt-omoi-wrap .tmgbt-creed {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #1A1A1A;
  margin: 36px 0 !important;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.tmgbt-omoi-wrap .tmgbt-quote {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  text-align: center;
  margin: 36px 0 !important;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #1A1A1A;
  font-weight: 600;
}
.tmgbt-omoi-wrap .tmgbt-quote small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12.5px;
  color: #6a6a6a;
  margin-top: 10px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.tmgbt-omoi-wrap .tmgbt-h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.14em;
  margin: 56px 0 26px !important;
  font-weight: 600;
  color: #1A1A1A;
  border: none;
  padding: 0;
}
.tmgbt-omoi-wrap .tmgbt-h3::before,
.tmgbt-omoi-wrap .tmgbt-h3::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #d8d8d4;
  vertical-align: middle;
  margin: 0 14px;
}
.tmgbt-omoi-wrap .tmgbt-decision {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  text-align: center;
  margin: 36px 0 !important;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.tmgbt-omoi-wrap .tmgbt-tsumugu {
  text-align: center;
  margin: 56px auto;
  padding: 32px 16px;
  border-top: 1px solid #d8d8d4;
  border-bottom: 1px solid #d8d8d4;
  max-width: 480px;
}
.tmgbt-omoi-wrap .tmgbt-tsumugu-h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: #6a6a6a;
  margin: 0 0 22px;
  padding: 0;
  font-weight: 500;
  border: none;
}
.tmgbt-omoi-wrap .tmgbt-tsumugu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tmgbt-omoi-wrap .tmgbt-tsumugu-list li {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.3;
  color: #1A1A1A;
}
.tmgbt-omoi-wrap .tmgbt-tsumugu-list em {
  font-style: normal;
  font-weight: 600;
}

.tmgbt-omoi-wrap .tmgbt-signature {
  text-align: center;
  margin: 56px 0 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #6a6a6a;
}
.tmgbt-omoi-wrap .tmgbt-quals {
  text-align: center;
  margin: 12px 0 0;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.06em;
}

.tmgbt-omoi-wrap .tmgbt-back-end {
  text-align: center;
  margin: 70px 0 20px;
}
.tmgbt-omoi-wrap .tmgbt-back-end a {
  display: inline-block;
  padding: 13px 32px;
  background: #fff;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: all .2s;
}
.tmgbt-omoi-wrap .tmgbt-back-end a:hover,
.tmgbt-omoi-wrap .tmgbt-back-end a:focus {
  background: #1A1A1A;
  color: #fff;
  transform: translateY(-1px);
}
.tmgbt-omoi-wrap .tmgbt-back-end a::before {
  content: "← ";
}

@media (max-width: 680px) {
  .tmgbt-omoi-wrap { padding: 30px 20px 0; }
  .tmgbt-omoi-wrap .tmgbt-section-title { font-size: 21px; margin-bottom: 40px; }
  .tmgbt-omoi-wrap .tmgbt-about { flex-direction: column; gap: 24px; align-items: center; }
  .tmgbt-omoi-wrap .tmgbt-about-photo { margin: 0 auto; }
  .tmgbt-omoi-wrap .tmgbt-about-body { width: 100%; }
  .tmgbt-omoi-wrap .tmgbt-h3::before,
  .tmgbt-omoi-wrap .tmgbt-h3::after { width: 10px; margin: 0 8px; }
}
