body {
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
#sonority {
  margin-top: 20px;
  position: relative;
  height: auto;
  width: auto;
  max-width: 1180px;
  aspect-ratio: 1024/571;
  background-color: #000;
  background-size: cover;
}

@media screen and (max-width: 681px) {
  .article01 {
    padding: 0 20px;
  }
}
.s-mv {
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .s-mv {
    max-width: inherit;
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
  }
}
.s-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(1vw) translateX(0px);
  left: clamp(16px, 4vw, 50px);
}
@media screen and (max-width: 767px) {
  .s-detail {
    transform: translateY(-50%) translateY(15px);
    left: 4vw;
  }
}
.s-detail-btn {
  display: grid;
  grid-template-columns: repeat(2, 163px);
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-detail-btn {
    grid-template-columns: repeat(2, 100px);
  }
}
.s-detail-btn li {
  width: 100%;
  height: 40px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-detail-btn li {
    height: auto;
  }
}
.s-detail-btn li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-detail-price {
  margin-top: 10px;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .s-detail-price {
    margin-top: 10px;
    font-size: 12px;
  }
}
.s-detail-price > span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .s-detail-price > span {
    font-size: 16px;
  }
}
.s-detail-price > small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .s-detail-price > small {
    font-size: 10px;
  }
}/*# sourceMappingURL=add.css.map */