@charset "utf-8";

.is-root-container .flexible-spacer {
  background-color: #efefef;
}

.flexible-spacer {
  margin: 0 !important;
  height: var(--pc_size);
}

@media screen and (max-width: 768px) {
  .flexible-spacer {
    height: var(--sp_size);
  }
}

.flexible-spacer + * {
  margin-top: 0 !important;
}
