/* バンドルセット */
.bundle-set {
  position: relative;
}

.bundle-set__inner {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 35px 30px rgba(0, 97, 148, 0.05);
  margin: 57px auto 0;
  padding: 50px 0;
  position: relative;
}

.online__label {
  width: 240px;
  margin: 0 auto;
}

.bundle-set__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 25px;
}

.bundle-set__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

.bundle-set__img {
  width: 370px;
  margin: 30px auto 0;
  position: relative;
}

.bundle-set__img-in {
  position: relative;
  z-index: 30;
}

.bundle-set__bg {
  width: 420px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bundle-set__price {
  color: #3d3027;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}

.bundle-set__notes {
  width: fit-content;
  color: #3d3027;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  margin: 10px auto 0;
}

.other-lineup__obj-left {
  top: 0;
}

.limited--bundle {
  width: 60px;
  height: 60px;
  top: 5px;
  right: 5px;
  z-index: 30;
}