@charset "UTF-8";

.top{
    background-image: url(../img/top.png);
    background-size: cover;
}

    
  ROLAchanを読み込む */
@font-face {
    font-family:"ROLAchan";
    src: url("../fonts/ROLAchan/ROLAchan-Regular.otf") format("opentype");
  }
  body {
    font-family: "ROLAchan", sans-serif; /* ■ */
  }