@charset "UTF-8";
/*--pc2------------------------------*/
@media screen and (max-width: 1169px)
{
}


/*--tb------------------------------*/
@media screen and (max-width: 979px)
{
}
/*--sp------------------------------*/
@media screen and (max-width: 719px)
{
}
/*--sp(iphone5)---------------------------*/
@media screen and (max-width: 390px)
{

}
