/*Font*/

/*文字セット*/
@charset  "UTF-8";

/*font読込*/
@font-face {
    font-family: sample01;
    src: url(./font/title.ttf);
  }
@font-face {
  font-family: sample02;
  src: url(./font/ShipporiMinchoB1-Medium.ttf);
}

/*PC style*/

/*mobil_style*/
@media screen and (max-width:500px) {

}