@media only screen and (min-width: 600px) {
    #p-slider #slider > div img {
        max-height: inherit;
        height: 550px;
    }
}
/* ▼ サイド追従タブ */
.side-promo-tab {
  position: fixed;
  bottom: calc(10% + 24em);
  right: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 1000;
  opacity: .95;
}
.promo-text-wrapper {
  display: block;
  background-color: #f0908d;
  color: #fff;
  padding: 8px 15px 3px 15px;
  white-space: nowrap;
  text-align: right;
  border-radius: 6px 6px 0 0;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.12);
}
.promo-line2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: .2em;
  color: #fff;
  filter: drop-shadow(0px 0px 2px rgba(204, 66, 61, 0.6));
}
.promo-line1 {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.promo-tax {
  font-size: 9px;
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (max-width: 559px) {
  .side-promo-tab {
    bottom: 25em;
  }
  .promo-text-wrapper {
    padding: 8px 15px 0px 15px;
  }
  .promo-line2, .promo-line1 {
    display: inline-block;
  }
}