/* ===== システムページのロゴ置き換え：全体 ===== */
.shop_title.p-shop__title,
.shop_title,
.p-shop__title {
  font-size: 0 !important;
  line-height: 1 !important;
  color: transparent !important;
  text-align: center !important;
  position: relative !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* 既存の疑似要素を統一 */
.shop_title.p-shop__title::before,
.shop_title::before,
.p-shop__title::before {
  content: "" !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-image: url("https://img21.shop-pro.jp/PA01497/557/etc_base64/bG9nb19iYWxhbmNlZF9tZWRpdW0.png?cmsp_timestamp=20260331183521") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {
  .shop_title.p-shop__title::before,
  .shop_title::before,
  .p-shop__title::before {
    width: 340px !important;
    max-width: 96vw !important;
    height: 110px !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
}

/* ===== PC / iPad ===== */
@media screen and (min-width: 769px) {
  .shop_title.p-shop__title::before,
  .shop_title::before,
  .p-shop__title::before {
    width: 300px !important;
    height: 90px !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }

  .shop_title.p-shop__title,
  .shop_title,
  .p-shop__title {
    transform: scale(1.5) !important;
    transform-origin: top center !important;
  }
}