@charset "UTF-8";
/* CSS Document */

  .tokyocraft #about__tc .about_wrap .about_d img {
    width:auto;
    max-width:none;
  }

@media screen and (min-width:768px) {
  .tokyocraft #nav__tc > ul {
    letter-spacing: -.4rem;
    width: 880px;
    margin: 0 0 0 120px;
    line-height: 100px;
    text-align: center;
   
  }

  .tokyocraft #nav__tc ul li:first-child {
    margin-right: 30px;
  }  
  
} 

@media screen and (max-width:1000px) {
 
  .tokyocraft #about__tc .about_wrap .about_d img {
    width:100%;

  }
  
}