body .wrapper {
  background: url(../img/bg-top.png) no-repeat center top/100% auto, url(../img/bg-bottom.png) no-repeat center bottom/100% auto, linear-gradient(154.72deg, #8d1d57, #4908ac, #2a3dbd);
}
body .wrapper > header {
  width: 100%;
  height: 56.3cqw;
  background: url(../img/header.png) no-repeat center top/100% auto;
}
body .wrapper > main {
  width: 91cqw;
  margin: 0 auto 12cqw auto;
  overflow: hidden;
  color: white;
}
body .wrapper > main .opening > header,
body .wrapper > main .lives > header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 7cqw 0;
  text-align: center;
}
body .wrapper > main .opening > header::before, body .wrapper > main .opening > header::after,
body .wrapper > main .lives > header::before,
body .wrapper > main .lives > header::after {
  content: "";
  display: block;
  width: 7.7cqw;
  height: 5.5cqw;
  background: url(../img/decoration.png) no-repeat center center/100% 100%;
}
body .wrapper > main .opening > header::after,
body .wrapper > main .lives > header::after {
  transform: rotateY(180deg);
}
body .wrapper > main .opening > header div,
body .wrapper > main .lives > header div {
  padding: 0 2cqw;
  letter-spacing: 0.25cqw;
}
body .wrapper > main .opening > header div h2,
body .wrapper > main .lives > header div h2 {
  margin: 0;
  font-size: 4.4cqw;
}
body .wrapper > main .opening > header div p,
body .wrapper > main .lives > header div p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5cqw;
}
body .wrapper > main .opening ul li {
  position: relative;
  box-sizing: border-box;
  height: 30cqw;
  padding: 3cqw 3cqw 3cqw 36cqw;
  border-radius: 2cqw;
  background: white;
}
body .wrapper > main .opening ul li img {
  position: absolute;
  top: 3cqw;
  left: 3cqw;
  display: block;
  width: 30cqw;
  height: 24cqw;
}
body .wrapper > main .opening ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 24cqw;
  padding: 2cqw 0;
  color: black;
  text-decoration: none;
}
body .wrapper > main .opening ul li a h4,
body .wrapper > main .opening ul li a p {
  margin: 0;
  font-weight: normal;
}
body .wrapper > main .lives > dl {
  margin: 0;
}
body .wrapper > main .lives > dl:has(dt.collapse) dt::after {
  transform: rotate(-90deg);
}
body .wrapper > main .lives > dl:has(dt.collapse) dd {
  height: 0;
}
body .wrapper > main .lives > dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 20.4cqw;
  margin-bottom: 3cqw;
  padding: 3cqw;
  border-radius: 2cqw;
  font-weight: bold;
}
body .wrapper > main .lives > dl dt::after {
  content: "";
  display: inline-block;
  width: 2.7cqw;
  height: 2.7cqw;
  background: url(../img/icon-chevron_white.png) no-repeat center center/2.7cqw 2.7cqw;
}
body .wrapper > main .lives > dl dd {
  margin: 0;
  overflow: hidden;
}
body .wrapper > main .lives > dl dd ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 14.8cqw;
  margin-bottom: 3cqw;
  padding: 3cqw;
  border-radius: 2cqw;
  color: black;
}
body .wrapper > main .lives > dl dd ul li::after {
  content: "";
  display: inline-block;
  width: 2.7cqw;
  height: 2.7cqw;
  background: url(../img/icon-chevron_black.png) no-repeat center center/1.6cqw 2.7cqw;
}
body .wrapper > main .lives > dl:nth-of-type(1) dt, body .wrapper > main .lives > dl:nth-of-type(2) dt {
  background: url(../img/bg-listgroup_1.png) no-repeat center center/100% 100%;
}
body .wrapper > main .lives > dl:nth-of-type(1) dd ul li, body .wrapper > main .lives > dl:nth-of-type(2) dd ul li {
  background: url(../img/bg-listitem_1.png) no-repeat center center/100% 100%;
}
body .wrapper > main .lives > dl:nth-of-type(3) dt, body .wrapper > main .lives > dl:nth-of-type(4) dt {
  background: url(../img/bg-listgroup_2.png) no-repeat center center/100% 100%;
}
body .wrapper > main .lives > dl:nth-of-type(3) dd ul li, body .wrapper > main .lives > dl:nth-of-type(4) dd ul li {
  background: url(../img/bg-listitem_2.png) no-repeat center center/100% 100%;
}
body .wrapper > main .lives > dl:nth-of-type(5) dt {
  background: url(../img/bg-listgroup_3.png) no-repeat center center/100% 100%;
}
body .wrapper > main .lives > dl:nth-of-type(5) dd ul li {
  background: url(../img/bg-listitem_3.png) no-repeat center center/100% 100%;
}
body .wrapper > main .lives > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 20.4cqw;
  margin-bottom: 3cqw;
  padding: 3cqw;
  border-radius: 2cqw;
  background: url(../img/bg-listgroup_4.png) no-repeat center center/100% 100%;
  font-weight: bold;
}
body .wrapper > main .lives > div::after {
  content: "";
  display: inline-block;
  width: 2.7cqw;
  height: 2.7cqw;
  background: url(../img/icon-chevron_white.png) no-repeat center center/2.7cqw 2.7cqw;
  transform: rotate(-90deg);
}
body .wrapper > main .lives a {
  flex: 1;
  margin-inline-end: 1em;
  overflow: hidden;
  white-space: wrap;
  color: inherit;
  text-overflow: ellipsis;
  text-decoration: none;
}/*# sourceMappingURL=css.css.map */