@media only screen and (min-width: 600px) {
    #p-slider #slider > div img {
        max-height: inherit;
        height: 550px;
    }
}
/* ▼ サイド追従タブ */
.side-promo-tab {
  position: fixed;
  top: 45%;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 1000;
  opacity: .95;
}
.promo-text-wrapper {
  display: block;
  background-color: #e2041b;
  color: #f5c8c2;
  padding: 8px 15px 3px 15px;
  white-space: nowrap;
  text-align: right;
  border-radius: 6px 6px 0 0;
  box-shadow: -2px -2px 10px 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;
}
.promo-line1 {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.promo-tax {
  font-size: 9px;
  margin-right: 2px;
}
/* ▼ サイド追従タブ（B案：一行バージョン） */
.side-promo-tab-v2 {
  position: fixed;
  top: 5%;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 1000;
  opacity: .95;
}
.promo-text-wrapper-v2 {
  display: block;
  background-color: #e2041b;
  color: #f5c8c2;
  padding: 6px 15px 3px 15px;
  white-space: nowrap;
  border-radius: 6px 6px 0 0;
  box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.12);
}
.promo-line1-v2,
.promo-line2-v2 {
  display: inline-block;
  vertical-align: baseline; 
}
.promo-line2-v2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #fff;
  margin-left: 0.5em;
}
.promo-line1-v2 {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.promo-tax-v2 {
  font-size: 9px;
  margin-right: 2px;
}