/* Noto Sans JP */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 和風フォント */
/* h2  {
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-style: normal;
} */
body{
  background-image: url("assets/otsukimi.png");

      /* 背景画像を画面いっぱいに表示 */
      background-size: cover;

      /* 背景画像を繰り返さない */
      background-repeat: no-repeat;

      /* 背景画像を中央に配置 */
      background-position: center;

      /* 背景画像を固定（スクロール時に動かさない） */
      background-attachment: fixed;

      /* テキストの色 */
      color: white;
      
}

iframe {
  border: 0;
}

.news-frame {
  width: 500px;
}
