@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/* LAYOUT */

@media screen and (max-width: 999px){
/* desktop to ipad */

}

@media screen and (max-width: 767px){
/* ipad to iphone 6 plus */

}

@media screen and (max-width: 413px){
/* below iphone 6 plus */

}

/*-------------------------------------------------------------------------------------*/
/* PROJECT */

@media screen and (max-width: 999px){

}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 413px){

}

