@charset "UTF-8";

/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 680px) {
  .noneSP {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    color: #3f3f3f;
  }

  .box {
    text-align: center;
    display: block !important;
    margin-top: 50%;
  }

  h1{
    font-size: 1.3em;
    letter-spacing: 2px;
  }


}
