@media screen and (max-width: 767px) {
  html { scroll-behavior: smooth;}
  a {
    text-decoration:none;
  }
  .pc {
    display:none!important;
  }
  .sp {
    display:flex;
  }

/* --------------------------------------------
 * 　メインヴィジュアル
 * -------------------------------------------- */

  
}