/* エラーページ画像のスタイル */
.fullscreen-image img {
  max-width: 400px; /* 画像の最大幅 */
  max-height: 400px; /* 画像の最大高さ */
  height: auto; /* アスペクト比を維持 */
}