:root {
  --bg-main: #1c1833;
  --color-gold: #867a46;
  --color-point: #cdabe8;
  --color-strong: #44376f;
}

@media screen and (min-width: 751px) {
  .l-page__body {
    margin-top: 83px;
  }
}
@media screen and (max-width: 750px) {
  .l-page__body {
    margin-top: 15%;
  }
}
.-live .c-block__info-inner {
  padding-bottom: 50px;
}

.-live .p-in-cap {
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .-live .p-in-cap {
    padding-bottom: 7.5px;
  }
}

.-live .p-in-txt {
  padding: 0 3.5%;
}

.p-live__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-live__nav-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .p-live__nav-wrap {
    margin: 60px auto 40px;
  }
}
.p-live__nav li {
  -webkit-transition: all 0.6s ease;
  position: relative;
  vertical-align: middle;
  transition: all 0.6s ease;
  cursor: pointer;
  margin: 0 20px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 210px;
  height: 54px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-live__nav li.is-current {
  border: 1px solid var(--color-gold);
  background: var(--color-gold);
  pointer-events: none;
  color: #fff;
}

.p-live__nav li span {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .p-live__nav li:hover {
    border: 1px solid var(--color-gold);
    background: var(--color-gold);
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .p-live__nav li {
    margin: 0 0 0 2%;
    width: 48%;
    height: 40px;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-live__nav li:first-child {
    margin-left: 0;
  }
}
.p-live__topblock {
  border: 1px solid var(--color-gold);
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
}

.p-live__topblock .p-in-cap {
  padding: 40px 3.5% 15px;
  font-size: 19px;
}

.p-live__topblock .p-in-txt {
  padding: 0 3.5%;
  font-size: 15px;
}

.p-live__topblock .p-in-txt a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .p-live__topblock .p-in-txt a:hover {
    text-decoration: none;
  }
}
.p-live__topblock .p-in-txt ul.-note > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-live .-red {
  color: #b30000;
}