@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Shippori+Antique&display=swap');
@import url('normalize.css');
@import url('master.css') screen and (min-width: 751px),print;
@import url('block.css') screen and (min-width: 751px),print;
@import url('sp_master.css') screen and (max-width: 750px);
@import url('sp_block.css') screen and (max-width: 750px);

