#lb2019 {
  background-attachment: fixed;
  background-color: #CC9C30;
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 48px 0;
}
#lb2019 .lb-container {
  margin-inline: auto;
  max-width: 960px;
}
#lb2019 .lb-top,
#lb2019 .lb-content {
  position: relative;
  z-index: 1;
}
#lb2019 .lb-top {
  margin-bottom: 3rem;
  margin-inline: auto;
  max-width: 1024px;
  width: 100%;
}
#lb2019 .lb-content {
  background: url(../images/lb-bg-pattern.png) repeat;
  margin-inline: auto;
  max-width: 960px;
  padding: 1rem;
}
@media screen and (min-width: 592px) {
  #lb2019 .lb-content {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lb2019 .lb-content {
    padding: 42px;
  }
}
#lb2019 .lb-item {
  background-color: #EFE1BC;
  border-radius: 5px;
  box-shadow: 0 4px 0 #A59A7C;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 592px) {
  #lb2019 .lb-item {
    flex-direction: row;
  }
}
#lb2019 .lb-item:not(:first-child) {
  margin-top: 2rem;
}
#lb2019 .lb-item::before {
  content: " ";
  background-image: url("../images/pkg_reg_sil.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#lb2019 .lb-item.is-sp {
  background: linear-gradient(to bottom, #cc55be 0%, #f6e6b4 100%);
}
#lb2019 .lb-item.is-sp .lb-info-image {
  max-height: 240px;
}
@media screen and (min-width: 768px) {
  #lb2019 .lb-item.is-sp .lb-info-image {
    max-height: 160px;
  }
}
#lb2019 .lb-item.is-sp .lb-info-tagline {
  color: #f00;
}
#lb2019 .lb-item.is-sp .lb-info-description {
  color: #f00;
  font-size: 1.125rem;
  font-weight: bold;
}
#lb2019 .lb-item.is-sp .lb-info-detail {
  font-size: 1rem;
}
#lb2019 .lb-item-note {
  line-height: 1.5;
  margin-block: 1em;
}
#lb2019 .lb-item-body {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
}
@media screen and (min-width: 592px) {
  #lb2019 .lb-item-body {
    flex-direction: row;
  }
}
#lb2019 .lb-media {
  align-items: center;
  display: flex;
  justify-content: center;
}
#lb2019 .lb-media-image {
  max-width: 128px;
}
#lb2019 .lb-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  line-height: 1.5;
  z-index: 1;
}
#lb2019 .lb-info .lb-info-image {
  max-height: 60px;
}
#lb2019 .lb-info .lb-info-description {
  color: #633;
  font-size: 1rem;
}
#lb2019 .lb-info .lb-info-tagline {
  color: #633;
  font-size: 1.125rem;
  font-weight: bold;
}
#lb2019 .lb-purchase {
  align-items: center;
  border-top-style: dashed;
  border-color: #888;
  border-width: 2px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 592px) {
  #lb2019 .lb-purchase {
    border-left-style: dashed;
    border-top-style: none;
  }
}
#lb2019 .lb-purchase:hover {
  text-decoration: none;
}
#lb2019 .lb-purchase-price {
  align-items: center;
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  gap: 0.5rem;
  line-height: 1;
  position: relative;
}
#lb2019 .lb-purchase-price .lb-original-price {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
}
#lb2019 .lb-purchase-price .lb-sale-price {
  font-size: 4rem;
  font-weight: 700;
}
#lb2019 .lb-purchase-price .lb-sale-price sub {
  font-size: 60%;
  vertical-align: middle;
}
#lb2019 .lb-purchase-price .lb-sale-price sup {
  font-size: 60%;
  vertical-align: top;
}
#lb2019 .lb-purchase-price .lb-price-badge {
  background-color: #da322c;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 1.125rem;
  font-weight: bold;
  height: 64px;
  left: 0;
  place-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-100%) rotate(-15deg);
  width: 64px;
  z-index: 10;
}
#lb2019 .lb-end-label {
  inset: 0;
  margin: auto;
  max-width: 64px;
  position: absolute;
  rotate: 20deg;
  z-index: 10;
}
#lb2019 .lb-note {
  color: #222;
  margin-top: 2rem;
}
#lb2019 .lb-note li {
  margin: 0.5em 0;
}
#lb2019 .lb-float {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: fixed;
}
@media screen and (min-width: 768px) {
  #lb2019 .lb-float {
    display: block;
  }
}
#lb2019 .lb-float.is-red {
  background-image: url("../images/bag_red.png");
  height: 20vw;
  right: -5vw;
  top: 10vw;
  width: 20vw;
}
#lb2019 .lb-float.is-white-lg {
  background-image: url("../images/bag_white.png");
  height: 15vw;
  left: -3vw;
  top: 35vw;
  width: 15vw;
}
#lb2019 .lb-float.is-white-sm {
  background-image: url("../images/bag_white.png");
  height: 8vw;
  right: 14vw;
  top: 45vw;
  width: 8vw;
}