/* ▼ ゴリラ監督スタイル調整版 ▼ */

/* 本文フォント */
body {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
}

/* 見出しフォント */
h1, h2, h3, h4 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: bold;
}

/* 明るめ赤で強調 */
strong, b {
  color: #d32f2f;
  font-weight: bold;
}

/* ゴリラ監督セリフ */
.gorilla-quote {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  color: #e65100;
  font-size: 16px;
  margin: 1em 0;
  display: block;
}
