.happy-baton__logo-image {
  width: 100%;
  aspect-ratio: 223 / 50;
}
@media screen and (max-width: 767px) {
  .happy-baton__logo {
    margin: 50px auto -30px;
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 768px) {
  .happy-baton__logo {
    margin: 80px auto -30px;
    max-width: 350px;
  }
}
/*---------------------------------------- bp-panel-slider */
.bp-panel-slider-list__item {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bp-headline--pc-center {
    text-align: center;
  }
  .bp-panel-slider-list__text-wrap {
    padding: 0 6.8181% 0;
  }
}
@media screen and (max-width: 767px) {
  .bp-headline--pc-center {
    text-align: left;
  }
}

/*---------------------------------------- showroom-section */
.showroom-section h2 {
  font-size: 20px;
  display: block;
  letter-spacing: var(--default-letter-spacing-ja);
  line-height: 1.75;
}
.showroom-section p.text-black {
  display: none;
}

/*---------------------------------------- happy-baton__caution */
#happy-baton__caution .bp-section {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #happy-baton__caution .bp-section-headline {
    margin: 0 0 15px;
  }
  #happy-baton__caution .bp-section:last-child {
    margin-bottom: var(--sp-margin-vertical);
  }
}
@media screen and (min-width: 768px) {
  #happy-baton__caution .bp-section:last-child {
    margin-bottom: var(--pc-margin-vertical);
  }
}