.table_price .price {
  font-size: clamp(1.5rem, 3.75vw, 2.3rem);
  font-weight: bold;
}

.general_table > dt:before {
  display: block;
  content: "";
  position: absolute;
}

.general_table {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.general_table > dt {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ff4d5e;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .general_table > dt {
    font-size: 2.3rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.general_table > dt:before {
  left: -30px;
  top: 0.6em;
  width: 20px;
  height: 2px;
  background-color: #ff4d5e;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .general_table > dt:before {
    left: -40px;
    top: 0.7em;
    width: 25px;
  }
}
.general_table > dt span {
  font-size: 1.3rem;
  padding-left: 5px;
}

.table_underline_price_list {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.table_underline_price_list:first-child {
  margin-top: 10px;
}
.table_underline_price_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.table_underline_price_title {
  width: calc(100% - 120px);
  font-weight: normal;
  line-height: 1.8;
  font-size: 1.3rem;
}

.table_underline_price_desc {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 120px;
  font-weight: bold;
  text-align: right;
}

.sold .table_underline_price_desc {
  position: relative;
}
.sold .table_underline_price_desc p {
  display: inline-block;
  text-decoration: line-through;
}
.sold .table_underline_price_desc:after {
  content: "SOLD OUT";
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #e6492f;
}

@media print, screen and (min-width: 768px) {
  .table_underline_price_list {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .table_underline_price_list:first-child {
    margin-top: 10px;
  }
  .table_underline_price_list:last-child {
    padding-bottom: 15px;
  }
  .table_underline_price_title {
    width: calc(100% - 150px);
    font-size: inherit;
  }
  .table_underline_price_desc {
    width: 150px;
    font-size: 2rem;
  }
}
.table_underline_stage_box {
  display: flex;
  flex-wrap: wrap;
}

.table_underline_stage {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.table_underline_stage figcaption {
  margin-top: 5px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .table_underline_stage {
    width: 33.3%;
    margin-bottom: 0;
  }
  .table_underline_stage figcaption {
    font-size: 1.5rem;
  }
}
.table_price_list .table_price:first-of-type {
  padding-top: 0;
}

.table_price {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
}
.table_price .title {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 20px;
  line-height: 1.5;
}
.table_price .title span {
  display: block;
  color: #b2b7d3;
}
.table_price .price {
  display: flex;
  align-items: flex-end;
  line-height: 1.1;
  padding-bottom: 2px;
  flex-shrink: 0;
}

.stage_table_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.stage_table_item {
  width: calc(50% - 5px);
  margin-top: 0;
  color: #fff;
}
.stage_table_item figcaption {
  display: block;
  text-align: center;
}