@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400&display=swap&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');

@import url('normalize.css');
@import url('master.css') screen and (min-width: 641px),print;
@import url('block.css') screen and (min-width: 641px),print;
@import url('sp_master.css') screen and (max-width: 640px);
@import url('sp_block.css') screen and (max-width: 640px);