@charset "UTF-8";


/* ダークモード対策 */


  body{

    margin: 0;
    padding: 0;
    height: auto;
    width: 100vw;
    overflow: hidden;

      
    text-align: center;

    font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;

font-size: 16px;

    text-decoration: none;
    color: black;
}




