  @media screen and (max-width: 767px) {
    /* ロゴ */
    .p-page__wrap .p-shop__header {
      width: 60%;
      margin: 12px auto;
      padding: 4px 12px 4px 0;
      background-image: url(https://file003.shop-pro.jp/PA01446/010/images/logo-header_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
    }
    .p-page__wrap .p-shop__header img {
      opacity: 0;
    }
  }