@charset "utf-8";

/*
===== 1: main =====
*/
@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,300,500);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif);
@import "style5-2.css";

@import url("style-2.css") screen and (min-width:769px);
@import url("style-2.css") screen and (min-width:641px) and (max-width:768px);
@import url("sp.css") screen and (max-width:640px);


@import url("type-2.css") screen and (min-width:769px);
@import url("type-2.css") screen and (min-width:641px) and (max-width:768px);
@import url("type_sp.css") screen and (max-width:640px);