@charset "utf-8";
/* CSS Document */


/* Noto Sans JP(ゴシック) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* Oswald */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* Geologica */
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');


@font-face {
	font-family: "游ゴシック";/*要素に指定するときに使うフォント名*/
	src: url("../fonts/YuGothR.ttc");
}

@font-face {
	font-family: "游ゴシックMedium";/*要素に指定するときに使うフォント名*/
	src: url("../fonts/YuGotM.ttc");
}

@font-face {
	font-family: "游ゴシックBold";/*要素に指定するときに使うフォント名*/
	src: url("../fonts/YuGothB.ttc");
}
