/* CSS Document */
footer .footer-wrap .foot-user-support-box .link-list3 li {
 width: calc(100% / 4);
}
/*****ABOUT NOBBY pc*****/
#about #about_nobby h3 {
 letter-spacing: 0.1em;
}
#about #brand_concept .concept_txt01 {
 letter-spacing: 0.1em;
}
#about #brand_concept h3 {
 letter-spacing: 0.1em;
}
/*--------------------------------------
/SP
/---------------------------------------*/
@media screen and (max-width: 768px) {
 footer .footer-wrap .foot-user-support-box .link-list3 li {
  width: calc(100% / 2);
 }
 /*****ABOUT NOBBY pc*****/
 #about #about_nobby h3 {
  letter-spacing: 0.1em;
 }
 #about #brand_concept .concept_txt01 {
  letter-spacing: 0.1em;
 }
 #about #brand_concept h3 {
  letter-spacing: 0.1em;
 }
}