@charset "UTF-8";

/*-------------------------
__hoge_style
-------------------------*/



/*タブレットここから*/
@media screen and (max-width: 1024px){

}

/*スマホここから*/
@media screen and (max-width: 767px) {

}