@charset "UTF-8";
@media (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  body,
  body p {
    /* color:#111; */
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* font-size:1.5vw; */
  }

  #wrapper {
    width: 100%;
    overflow: hidden;
  }

  /* 幅 */
  .inner-width {
    width: 80%;
    margin: 0 auto;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

}