.precious-lp-aspot__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.precious-lp-apost__contents {
  background-color: #fff;
  min-width: 0;
  text-align: center;
}
.precious-lp-aspot__visual {
  min-width: 0; /* 折返し崩れ防止 */
}

.precious-lp-aspot__visual picture,
.precious-lp-aspot__visual img {
  width: 100%;
  height: 100%; /* 左右の高さを完全に一致 */
  object-fit: cover; /* 必要に応じて contain に変更 */
  display: block;
}
.precious-lp-apost__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 48px 32px 24px;
}
.precious-lp-aspot__title {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 8px;
}

.precious-lp-apost__badge {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6px 8px;
  margin-right: auto;
  margin-left: auto;
}

.precious-lp-aspot__text {
  font-size: 14px;
  font-family: var(--GOTHAM-BOOK);
  padding-bottom: 8px;
}

.precious-lp-apost__contents .precious-lp-cta {
  margin: auto;
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .precious-lp-aspot__wrapper {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .precious-lp-aspot {
    height: 600px;
    display: flex;
    align-items: center;
  }
  .precious-lp-aspot__visual {
    flex: 7 1 0; /* 左：7 */
  }
  .precious-lp-apost__contents {
    flex: 3 1 0; /* 右：3 */
  }
}
@media screen and (max-width: 1023px) {
  .precious-lp-aspot {
    padding-top: 64px;
  }

  .precious-lp-aspot__wrapper {
    flex-direction: column;
  }
  .precious-lp-aspot__visual img {
    height: auto; /* 無理な引き伸ばし防止 */
  }
  .precious-lp-aspot__title {
    font-size: 32px;
    line-height: 45px;
  }
  .precious-lp-apost__contents {
    padding-bottom: 48px;
  }
  .precious-lp-apost__contents .precious-lp-cta {
    margin-top: 20px;
  }
}
