@charset 'utf-8';

@import url('reset.css');
@import url('pc.css') screen and (min-width: 769px),print;
@import url('sp_index.css') screen and (max-width: 768px);
@import url('top_pc.css') screen and (min-width: 769px),print;
@import url('top_sp.css') screen and (max-width: 768px);
@import url('slider.css') screen and (min-width: 769px),print;
@import url('slider_sp.css') screen and (max-width: 768px);

