@charset "UTF-8";
/*———————————————*/
@media only screen and (max-width: 750px) {
  .pc_none {
    display: none;
  }
  .side_nav {
    display: none !important;
  }
}
