#luckybag2026 {
  background: #bf2413;
}

#luckybag2026 img {
  height: auto;
  margin: auto;
}

/* --- h2 --- */
#luckybag2026 h2 {
  align-items: center;
  display: flex;
  font-size: 3.75rem;
  justify-content: center;
  margin: 0 0 -0.8em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #luckybag2026 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #luckybag2026 h2 {
    font-size: 1.6rem;
  }
}
/* --- lb-heading-img --- */
@media screen and (max-width: 767px) {
  #luckybag2026 .lb-heading-img {
    width: 70%;
    margin: auto;
  }
}

/* --- 
#luckybag2026 .lb-heading {
  padding: 2rem 0 0;
} --- */

#luckybag2026 .lb-heading-note {
  text-align: center;
  font-size: 1em;
  margin: auto;
  margin: 1.5rem;
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-heading-note {
    text-align: center;
    font-size: 1em;
    margin: auto;
    margin-top: 2rem;
  }
}
/* --- background --- */
#luckybag2026 .lb-header {
  background: url(../images/bg-header-section.jpg) no-repeat top center;
  background-size: cover;
  padding: auto;
}

#luckybag2026 .lb-section {
	background: linear-gradient(#ba1e17, #7f1800);
	/* ---background-color: #ba1e17;
  background: url(../images/bg-box-section.jpg) repeat top left; --- */
	padding-bottom: 50px;
}

#luckybag2026 .lb-header .header-stamp-box {
  position: absolute;
  z-index: 10;
}

/* --- footer --- */
#luckybag2026 .lb-footer {
  background: #000;
  overflow: hidden;
  padding: 3rem 0;
}

#luckybag2026 .lb-footer li {
  margin: 0.25em 0;
}

/* --- lb-section --- */
#luckybag2026 .lb-boxes {
  display: flex;
  padding-bottom: 2rem;
  flex-direction: column;
}

/* --- lb-current-boxes --- */
#luckybag2026 .lb-current .lb-boxes {
  gap: 2rem;
  margin-top: 1.5rem;
  /* display: flex; */
}

@media screen and (min-width:768px) {
  #luckybag2026 .lb-current .lb-boxes {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  #luckybag2026 .lb-current .lb-boxes {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
}
/* --- special box obi ---*/
#luckybag2026 .lb-box-header-primary {
  position: relative;
}

#luckybag2026 .lb-box .lb-box-header-primary {
  border-radius: 0.75rem 0.75rem 0 0;
  margin-bottom: 20px;
  padding: 14px 0;
  background: url(../images/primary-box-pattern.png) no-repeat center;
  background-size: cover;
}

#luckybag2026 .lb-box-footer-primary {
  position: relative;
}

#luckybag2026 .lb-box .lb-box-footer-primary {
  border-radius: 0 0 0.75rem 0.75rem;
  /* margin-bottom: 20px; */
  padding: 14px 0;
  background: url(../images/primary-box-pattern.png) no-repeat center;
  background-size: cover;
}

/* --- special box --- */
#luckybag2026 .lb-box-header-sp {
  position: relative;
}

@media screen and (max-width: 767px) {
  #luckybag2026 .lb-box.is-sp {
    width: 100%;
    margin: 40 auto;
    grid-column: span 1;
    background: url(../images/box-body-primary.png) no-repeat center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-sp {
    width: 100%;
    margin: 40 auto;
    grid-column: span 1;
    background: url(../images/box-body-primary.png) no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 580px) {
  #luckybag2026 .lb-box.is-sp .lb-box-sp-figure {
    margin: auto;
    width: 60%;
    padding-top: 0.2rem;
  }
}

@media screen and (min-width:581px) {
  #luckybag2026 .lb-box.is-sp .lb-box-sp-figure {
    margin: auto;
    width: 80%;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-sp .lb-box-sp-figure {
    margin: auto;
    margin-left: 1rem;
    width: 80%;
    padding: auto;
  }
}

@media screen and (min-width: 1024px) {
  #luckybag2026 .lb-box.is-sp .lb-box-sp-figure {
    margin: auto;
    margin-left: 1rem;
    width: 60%;
    padding-bottom: 2rem;
  }
}

#luckybag2026 .lb-box.is-sp .lb-box-sp-info {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 1.25rem;
  padding: 0 1.25rem 2.5rem 0;
  padding-bottom: 2rem;
}

@media screen and (max-width: 580px) {
#luckybag2026 .lb-box.is-sp .lb-box-sp-info {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding-bottom: 2rem;
 }
}

#luckybag2026 .lb-box.is-sp .lb-box-sp-body {
  display: flex;
}

@media screen and (max-width: 580px) {
#luckybag2026 .lb-box.is-sp .lb-box-sp-body {
  display: block;
 }
}

#luckybag2026 .lb-box .lb-box-title-sp {
  display: block;
  margin-top: 0.5rem;
}

#luckybag2026 .lb-box.is-sp .lb-box-sp-copy {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-sp .lb-box-sp-copy {
    font-size: 20px;
  }
}

#luckybag2026 .lb-box.is-sp .lb-box-detail-sp li {
  margin: 0.2rem;
  padding-left: 2rem;
  position: relative;
	font-weight: bold;
}


#luckybag2026 .lb-box.is-sp .lb-box-detail-sp .icon-fuji::before {
  content: "";
  background: url("../images/icon-fuji.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#luckybag2026 .lb-box.is-sp .lb-box-detail-sp .icon-mochi::before {
  content: "";
  background: url("../images/icon-mochi.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#luckybag2026 .lb-box.is-sp .lb-box-detail-sp .icon-ema::before {
  content: "";
  background: url("../images/icon-ema.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#luckybag2026 .lb-box.is-sp .lb-box-detail-sp .icon-sensu::before {
  content: "";
  background: url("../images/icon-sensu.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#luckybag2026 .lb-box.is-sp .lb-box-detail-sp .icon-hanetsuki::before {
  content: "";
  background: url("../images/icon-hanetsuki.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

@media screen and (max-width: 767px) {
  #luckybag2026 .lb-box .lb-box-stamp {
    height: 120px;
    left: -1rem;
    top: -1rem;
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box .lb-box-stamp {
    height: 100px;
  }
}

/* --- lb-box --- */
#luckybag2026 .lb-box {
  border-radius: 0.75rem;
  color: #411101;
  flex: 1;
  position: relative;
}

#luckybag2026 .lb-box .lb-box-title-image {
  margin-top: -35px;
  width: 100%;
  height: auto;
}

#luckybag2026 .lb-box .lb-box-body {
  display: flex;
}

#luckybag2026 .lb-box .lb-box-figure {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-top: 2rem;
}

#luckybag2026 .lb-box .lb-box-price {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

#luckybag2026 .lb-box .lb-box-price .price-original {
  text-decoration: line-through;
}

#luckybag2026 .lb-box .lb-box-price .price-sale {
  color: #CC0000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

#luckybag2026 .lb-box .lb-box-info {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 0;
  padding-bottom: 2rem;
}

/* --- lb-box-stamp --- */
#luckybag2026 .lb-box .lb-box-stamp {
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #luckybag2026 .lb-box .lb-box-stamp {
    height: auto;
    left: 0.rem;
    top: 1rem;
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box .lb-box-stamp {
    left: -1rem;
    top: 1rem;
    /* width: 100%; */
    height: auto;
  }
}

/* --- secondary take --- */
#luckybag2026 .lb-box.is-secondary-take {
  background: url(../images/bg-take.png) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-take .lb-box-title img {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-take .lb-box-body {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-take .lb-box-info {
    padding: 1.5rem;
  }
}

#luckybag2026 .lb-box.is-secondary-take .lb-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
	font-weight: bold;
}

#luckybag2026 .lb-box.is-secondary-take .lb-box-detail li::before {
  content: "";
  background: url("../images/icon-take.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
}

/* --- secondary matsu --- */
#luckybag2026 .lb-box.is-secondary-matsu {
  background: url("../images/bg-matsu.png") no-repeat center;
  background-size: cover;
  /* display: flex; */
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-matsu .lb-box-body {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-matsu .lb-box-info {
    padding: 1.5rem;
  }
}
#luckybag2026 .lb-box.is-secondary-matsu .lb-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
	font-weight: bold;
}

#luckybag2026 .lb-box.is-secondary-matsu .lb-box-detail li::before {
  content: "";
  background: url("../images/icon-matsu.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- secondary ume --- */
#luckybag2026 .lb-box.is-secondary-ume {
  background: url("../images/bg-ume.png") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-ume .lb-box-body {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secondary-ume .lb-box-info {
    padding: 1.5rem;
  }
}
#luckybag2026 .lb-box.is-secondary-ume .lb-box-detail li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
	font-weight: bold;
}

#luckybag2026 .lb-box.is-secondary-ume .lb-box-detail li::before {
  content: "";
  background: url("../images/icon-ume.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- secret box --- */
@media screen and (max-width: 767px) {
  #luckybag2026 .lb-box.is-secret {
    width: 100%;
    margin: 40 auto;
    grid-column: span 1;
    background: url(../images/box-body-secret.png) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secret {
    width: 100%;
    margin: 40 auto;
    grid-column: span 1;
    background: url(../images/box-body-secret.png) no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 580px) {
  #luckybag2026 .lb-box.is-secret .lb-box-secret-figure {
    margin: auto;
    width: 60%;
    padding-top: 1.5rem;
  }
}

@media screen and (min-width:581px) {
  #luckybag2026 .lb-box.is-secret .lb-box-secret-figure {
    margin: auto;
    width: 80%;
    margin-left: 1rem;
  }
}

#luckybag2026 .lb-box.is-secret .lb-box-secret-body {
  display: flex;
}

#luckybag2026 .lb-box .lb-box-title-secret {
  display: block;
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-box.is-secret .lb-box-secret-copy {
    font-size: 20px;
  }
}

#luckybag2026 .lb-box.is-secret .lb-box-detail-secret li {
  margin: 0.2rem;
  padding-left: 2rem;
  position: relative;
	font-weight: bold;
}

#luckybag2026 .lb-box.is-secret .lb-box-detail-secret li::before {
  content: "";
  background: url("../images/icon-himitsu.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* --- lb-section --- */
#luckybag2026 .lb-past {
  display: flex;
  flex-direction: column;
}

#luckybag2026 .lb-revival {
  background: #5f3432;
  overflow: hidden;
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  #luckybag2026 .lb-past {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-past {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2rem;
  }
}
/* --- lb-current-boxes --- */
#luckybag2026 .lb-current .lb-past {
  gap: 2rem;
  /* display: flex; */
}

@media screen and (min-width:768px) {
  #luckybag2026 .lb-current .lb-past {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  #luckybag2026 .lb-current .lb-past {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    /* margin-bottom: 1rem; */
    margin-top: 2rem;
  }
}

#luckybag2026 .lb-past.is-secondary {
  display: flex;
  /* height: auto; */
  padding-bottom: 0.2rem;
}

@media screen and (min-width: 768px) {
  #luckybag2026 .lb-past.is-secondary .lb-box-title img {
    margin-right: auto;
  }
}

#luckybag2026 .lb-past.is-secondary .lb-past-body {
  display: block;
  /* margin-top: 2rem; */
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #luckybag2026 .lb-past.is-secondary .lb-box-body {
    display: block;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-past.is-secondary .lb-box-body {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #luckybag2026 .lb-past.is-secondary .lb-past-info {
    padding: auto;
    align-content: center;
    margin: 3rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #luckybag2026 .lb-past.is-secondary .lb-past-info {
  padding: auto;
  align-content: center;
  margin: 2rem 0 0 0;
  }
}

#luckybag2026 .lb-past.is-secondary .lb-past-cta {
  display: block;
  text-align: center;
  position: relative;
}
#luckybag2026 .lb-past.is-secondary .lb-past-button {
  background: #FF9800;
  border: 1px solid #FF9800;
  bottom: -1.5rem;
  font-weight: bold;
  left: 50%;
  padding: 0 2rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#luckybag2026 .lb-past.is-secondary .lb-past-button:hover {
  background: #fff;
  color: #8f5a0b;
}