@charset "utf-8";

@import url("sp.css") screen and (max-width: 900px);
@import url("pc.css") screen and (min-width: 901px);

@media screen and (max-width:900px){
@import url("sp.css");
}

@media screen and (min-width:901px){
@import url("pc.css");
}
