@charset 'utf-8';

@import url('normalize.css');
@import url('master.css') screen and (min-width: 768px),print;
@import url('block.css') screen and (min-width: 768px),print;
@import url('sp_master.css') screen and (max-width: 767px);
@import url('sp_block.css') screen and (max-width: 767px);

@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap');