.fukubukuro_wrap{
  background-color: #eee9bf;
  padding-top: 30px;
  display: flex;
}
.fukubukuro_period{
  background-color: #f0e9bf;
  color: #ff6479;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
}
.soldOut{
  margin-top: 50px;
}
.soldOut_txt{
  border: 2px solid #f00;
  color: #f00;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
}
.soldOut_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.soldOut_wrap img{
  width: 49%;
  margin-bottom: 16px;
}

.fukubukuro_newSpec{
  margin-top: 30px;
}
.fukubukuro_newSpec_text{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #3c3c3c;
  line-height: 2.2rem;
  margin: 0 0 10px;
}