:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

#advanced .commonDivisions__list__item.advanced {
  display: none;
}
#advanced .preface__wrapper {
  padding-top: max(12rem, 70px);
  padding-top: max(8rem, 50px);
}
#advanced .preface__image {
  border-radius: max(0.6rem, 6px);
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  aspect-ratio: 256/93;
  margin-bottom: max(4rem, 30px);
}
@media screen and (max-width: 550px) {
  #advanced .preface__image {
    min-height: 200px;
  }
}
#advanced .preface__image img {
  width: 100%;
  height: 100%;
  object-position: 30%;
}
#advanced .preface h4 {
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
}
#advanced .lineup__wrapper {
  padding-top: max(8rem, 50px);
}
#advanced .lineup__title {
  color: #fff;
  font-size: max(3rem, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  padding: max(2.5rem, 20px) max(4.5rem, 20px);
  margin-bottom: max(5.5rem, 30px);
  background: linear-gradient(300deg, #30B8D8, #389A60 60%, #3A9447);
  border-radius: max(0.6rem, 6px);
  overflow: hidden;
}
#advanced .lineup__banner {
  padding: max(1.5rem, 15px);
  margin-bottom: max(10rem, 70px);
  background-image: url(../../images/advanced-lineup-banner-bg.webp);
  border-radius: max(1rem, 10px);
  overflow: hidden;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}
#advanced .lineup__banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: max(1rem, 10px);
  padding: max(3.5rem, 30px);
  background: #fff;
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#advanced .lineup__banner__inner .imageBox {
  flex-shrink: 0;
  width: max(20%, 230px);
}
#advanced .lineup__banner__inner .textBox h4 {
  text-align: center;
  font-size: max(2.6rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#advanced .lineup__banner__inner .textBox__btn {
  position: relative;
  display: grid;
  place-items: center;
  background: #ff0000;
  border-radius: max(3.5rem, 30px);
  padding: max(1.5rem, 10px) 5%;
  margin-top: max(1rem, 10px);
  overflow: hidden;
}
#advanced .lineup__banner__inner .textBox__btn .btn__text {
  color: #fff;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
#advanced .lineup__banner__inner .textBox__btn .btn__arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: max(4%, 10px);
}
#advanced .lineup__banner:hover {
  transform: scale(1.01);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#advanced .lineup__content {
  display: grid;
  gap: max(11.5rem, 50px);
}
#advanced .lineup__content__inner > a {
  transition: 0.3s;
}
#advanced .lineup__content__inner > a:hover {
  opacity: 0.5;
}
#advanced .lineup__content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(6.5rem, 40px) max(8.5rem, 40px);
}
@media screen and (max-width: 1000px) {
  #advanced .lineup__content__grid {
    display: flex;
    flex-direction: column;
  }
}
#advanced .lineup__content__grid table {
  margin-bottom: 0 !important;
}
#advanced .lineup__content__grid table:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#advanced .lineup__content__grid table:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#advanced .lineup__content__grid table:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
#advanced .lineup__content__grid table:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 3/4;
}
#advanced .lineup__content__grid table:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 3/4;
}
#advanced .lineup__content__grid table:nth-of-type(6) {
  grid-column: 1/3;
  grid-row: 4/5;
}
#advanced .lineup__table {
  width: 100%;
}
#advanced .lineup__table:not(:last-of-type) {
  margin-bottom: max(6.5rem, 40px);
}
#advanced .lineup__table thead {
  border-bottom: max(0.2rem, 2px) solid #3A9447;
}
#advanced .lineup__table thead th {
  padding-bottom: max(2rem, 15px);
}
#advanced .lineup__table thead th h4 {
  color: #3A9447;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#advanced .lineup__table tbody tr:not(:first-of-type):not(:last-of-type) {
  border-bottom: max(0.2rem, 2px) solid #dff5e4;
}
#advanced .lineup__table tbody th,
#advanced .lineup__table tbody td {
  font-size: max(1.6rem, 13px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: max(2rem, 10px) max(3rem, 10px);
  vertical-align: middle;
}
#advanced .lineup__table tbody th:not(:last-of-type),
#advanced .lineup__table tbody td:not(:last-of-type) {
  border-right: max(0.2rem, 2px) solid #dff5e4;
}
#advanced .lineup__table tbody th.empty,
#advanced .lineup__table tbody td.empty {
  text-align: center;
}
#advanced .lineup__table tbody th {
  width: 20%;
  min-width: 100px;
  font-weight: 500;
  background: #F6F7F5;
}
#advanced .lineup__table tbody td {
  font-weight: 400;
  line-height: 2;
}
#advanced .lineup__table tbody td:nth-of-type(2) {
  border-left: max(0.2rem, 2px) solid #dff5e4;
}