/** page visual
================================= **/
.pv-ttl {
  width: 224px;
}

.pv-logo {
  width: 401px;
}

.pv-brand {
  width: 409px;
  margin-top: -25px;
}

.works-wrap {
  margin-bottom: 100px;
}

.works-wrap:after {
  height: 22%;
}

.works-wrap:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .pv-ttl {
    width: 29.0625vw;
  }
  .pv-logo {
    width: 52.34375vw;
  }
  .pv-brand {
    width: 46.25vw;
    margin-top: -5px;
  }
  .pv-img {
    margin-bottom: 10.9375vw;
  }
  .works-wrap {
    margin-bottom: 33.75vw;
  }
  .works-wrap:before {
    content: '';
  }
  .section-price {
    margin-bottom: 0;
  }
  .price-list_ttl .img {
    width: 31.875vw;
  }
}
