/**
 * 固定ページ共通
 */
.main-page {

  /* メイン画像 */
  .section-page-mainimage {
    margin-bottom: 64px;
    @media screen and (min-width:769px) {
      margin-bottom: 128px;
    }
  }

  .section-contents {
    margin-bottom: 80px;
    @media screen and (min-width:769px) {
      margin-bottom: 160px;
    }
  }

  h2 {
    font-family: "Staatliches", "Noto Sans JP", sans-serif;
  }

}