.title_area{
  position: relative;
}

.title_area > a{
  position: relative;
  display: inline-block;
  width: 175px;
  height: 28px;
  z-index: 2;
}

.p-page__wrap .p-shop__header{
  padding: 58px 0 35px;
  border-bottom: 2px solid #000;
}

.title_area:after{
  content: "";
  background-image: url(https://file003.shop-pro.jp/PA01420/182/assets/image/teddy_logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 175px;
  height: 28px;
  display: block;
  position: absolute;
  top: calc(50% + 8px);
  left: 50%;
  transform: translate(-50%,-50%);
}

.p-page__body-inner{
  border-top: 0;
}

.p-shop__title{
opacity: 0;
}