body {
  font-family: "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
  line-height: 1.6;
  color: #dddddd;
}

/* 1. 画像リンクのコンテナ（親要素） */

/* aタグをブロック要素として明示 */

.entry-content a,
.wp-block-image a,
a:has(img) {
  display: block;
  overflow: hidden;
}

/* 2. 画像本体の初期状態 */

/* すべてのリンク内画像にアニメーション */

a img {
  transition: transform 0.5s ease !important;
  backface-visibility: hidden;
  transform: scale(1);
}

/* 3. マウスオーバー時の挙動（1.05倍） */

/* 優先度を上げるため、親要素のhoverを起点 */

a:hover img {
  transform: scale(1.05) !important;
}

h4 {
  font-weight: normal;
}

.post_content {
  font-weight: normal;
}

h5 {
  font-weight: normal;
}

.post_content div>:first-child {
  font-weight: normal;
}

.c-pageTitle {
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  /* サイズ大 */
  color: #222222 !important;
  /* カラーをDDDに指定 */
  font-weight: normal !important;
  /* Boldなし */
  letter-spacing: 0.05em;
}

.c-gnav>.menu-item>a .ttl {
  font-size: 16px;
}