/* DREAM b.s のテキストを非表示 */
.black-header .wp-block-site-title {
  display: none !important;
}

/* ロゴ画像を中央に大きめ表示 */
.black-header .wp-block-site-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 180px; /* ←お好みで調整 */
  max-width: 60%;
}
/* カウントダウン部分をゴシック体に */
.dream-countdown, 
.dream-countdown * {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN",
               "Meiryo", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}
/* fashion-links のテスト用（ガラス風） */
.fashion-links {
	position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}
.fashion-links {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* ホバー時：ふわっと浮く */
.fashion-links:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* 光の反射ライン（オプション） */
.fashion-links::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: all 0.8s;
}

.fashion-links:hover::after {
  left: 100%;
}
/* ────────────────
   ハンバーガーメニュー：ガラス質仕様
──────────────── */
.glass-menu .wp-block-navigation__responsive-container,
.glass-menu .wp-block-navigation__responsive-container.is-menu-open {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.50);
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  transition: all 0.4s ease-in-out;
}

/* メニュー内の文字色（白） */
.glass-menu .wp-block-navigation__responsive-container a {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
  transition: color 0.2s ease;
}

/* ホバー時のカラー変化 */
.glass-menu .wp-block-navigation__responsive-container a:hover {
  color: rgba(255,255,255,0.25) !important;
}

/* メニュー開閉時のアニメーション */
.glass-menu .wp-block-navigation__responsive-container.is-menu-open {
  animation: fadeGlass 0.8s ease forwards;
}

@keyframes fadeGlass {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* ショートコードで出力される商品エリアをゴシック体で統一 */
.woocommerce,
.woocommerce-page,
.woocommerce div.product,
.woocommerce div.product * {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN",
               "Meiryo", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* 見出し・価格を少し太めに */
.woocommerce div.product .product_title,
.woocommerce div.product .price {
  font-weight: 600 !important;
}

/* ボタンの文字もゴシック体 */
.woocommerce button,
.woocommerce a.button,
.woocommerce input.button {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN",
               "Meiryo", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.4px;
}
/* 特定商取引法の中央カードの基本幅 */
.tokutei-box {
  max-width: 800px;
  margin: 0 auto;
}

/* スマホ用レイアウト調整 */
@media (max-width: 767px) {
  .tokutei-box {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 2rem;
    box-sizing: border-box;
  }

  /* 中の文字の読みやすさ調整 */
  .tokutei-box p,
  .tokutei-box dl,
  .tokutei-box dt,
  .tokutei-box dd {
    line-height: 1.6;
    margin: 0 0 .4em;
    word-break: break-word; /* 長い単語やメールアドレスでのはみ出し防止 */
  }
}
/* 商品ページの バリエーション（color / size）調整 */
.single-product table.variations td.value select {
  display: block;
  width: 100%;        /* 枠いっぱいまで広げる */
  max-width: 100%;
  box-sizing: border-box;
}

/* スマホのときは文字を少し小さく＋余白調整 */
@media (max-width: 767px) {
  .single-product table.variations td.value select {
    font-size: 13px;      /* もっと小さくしたければ 12px とかに */
    padding-left: 0.75rem;
    padding-right: 2.5rem; /* 右の▼アイコンと文字が被らないように */
  }
}
/* 特定商取引法ページの題名（h1 / h2など）を中央揃え */
.tokutei-box h1,
.tokutei-box h2,
.tokutei-box h3 {
  text-align: center;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* スマホでも確実に中央に見えるように */
@media (max-width: 767px) {
  .tokutei-box h1,
  .tokutei-box h2,
  .tokutei-box h3 {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-header .wp-block-group:last-child {
  position: absolute;
  right: 0;
}
/* ヘッダーメニューを Source Serif 4 に変更 */
.wp-block-navigation a,
.wp-block-navigation__responsive-container a {
  font-family: 'Source Serif 4', serif !important;
  font-weight: 600;
  letter-spacing: 0.4px;
}
/* 問い合わせフォームの入力枠を太く・見やすく */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  border: 2px solid #000 !important; /* ← 枠線を2pxに太く */
  border-radius: 8px !important;     /* ← 角を少し丸く */
  padding: 10px 12px !important;
  font-size: 16px;
  box-sizing: border-box;
}

/* フォーカス時（タップ・クリック時）にわかりやすくする */
input:focus,
textarea:focus,
select:focus {
  border-color: #333 !important;
  outline: none !important;
  background: rgba(0,0,0,0.03);
}
/* フォーム入力欄の横はみ出し対策 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important; /* ← これが重要 */
  display: block;
}