/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2026 | 05:34:55 */
/* @import
--------------------------------------------- */
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap' );


/* root - 変数
--------------------------------------------- */
:root {
	--font-main-: "Outfit", sans-serif;
	--color-main-: #10BEEB;
}


/* common - 基本設定
--------------------------------------------- */


/* forpc - PC版のみ適応
--------------------------------------------- */
@media ( min-width: 480px ) {

}

/* forsp - レスポンシブ対応
--------------------------------------------- */
@media ( max-width: 480px ) {

}