.p-live {
  margin-top: 5.2rem;
}
@media screen and (max-width: 750px) {
  .p-live {
    margin-top: 3rem;
  }
}
.p-live__list {
  border-bottom: 1px solid var(--border-color);
}
.p-live__more {
  width: 14rem;
  margin: 0 auto;
  margin-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .p-live__more {
    width: 12rem;
    margin-top: 2.3rem;
  }
}
.p-live_item {
  border-top: 1px solid var(--border-color);
}
.p-live_item__link {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: var(--color-black);
}
.p-live_item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.05;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.7s var(--ease-inout-cubic);
}
@media (hover: hover) {
  a.p-live_item__link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.p-live_item__inner {
  width: 96.8%;
  margin: 0 auto;
  padding-top: 2.9rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_item__inner {
    width: 94.5%;
    padding-top: 1.9rem;
    padding-bottom: 1.5rem;
  }
}
.p-live_item__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_item__date {
    font-size: 1.1rem;
  }
}
.p-live_item__date-text {
  margin-right: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-live_item__date-text {
    margin-right: 3.6rem;
  }
}
.p-live_item__date-text.--end::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.8rem;
  width: 0.6rem;
  height: 100%;
  background: url(../img/arrow03.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-live_item__date-text.--end::before {
    width: 0.7rem;
  }
}
.p-live_item__title {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-live_item__title {
    font-size: 1.3rem;
    line-height: 1.66;
  }
}

.p-live_info__head {
  width: 96.8%;
  margin: 0 auto;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 750px) {
  .p-live_info__head {
    width: 94%;
    padding-bottom: 2.1rem;
  }
}
.p-live_info__body {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 750px) {
  .p-live_info__body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-live_info__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_info__date {
    font-size: 1.1rem;
  }
}
.p-live_info__date-text {
  margin-right: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-live_info__date-text {
    margin-right: 3.6rem;
  }
}
.p-live_info__date-text.--end::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.8rem;
  width: 0.6rem;
  height: 100%;
  background: url(../img/arrow03.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-live_info__date-text.--end::before {
    width: 0.7rem;
  }
}
.p-live_info__title {
  margin-top: 0.6rem;
  font-size: 2.4rem;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-live_info__title {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-live_info__content {
  width: 96.8%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-live_info__content {
    width: 94.5%;
  }
}
.p-live_info__content a {
  color: var(--color-black);
}
.p-live_info__content span {
  color: var(--color-red);
}
.p-live_info__content img {
  max-width: 60rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-live_info__content img {
    max-width: 100%;
  }
}
.p-live_info__content iframe {
  max-width: 60rem;
}
@media screen and (max-width: 750px) {
  .p-live_info__content iframe {
    max-width: 100%;
  }
}
.p-live_info_detail {
  border-bottom: 1px solid var(--border-color);
}
.p-live_info_detail__head-inner {
  width: 96.8%;
  margin: 0 auto;
  padding-top: 2.9rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__head-inner {
    width: 94.5%;
    padding-top: 2rem;
    padding-bottom: 1.3rem;
  }
}
.p-live_info_detail__body-inner {
  width: 96.8%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__body-inner {
    padding-top: 0.8rem;
    padding-bottom: 1.6rem;
  }
}
.p-live_info_detail__date {
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__date {
    font-size: 1.1rem;
  }
}
.p-live_info_detail__venue {
  margin-top: 0.6rem;
  font-size: 2.05rem;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__venue {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__list {
    width: 97.5%;
    margin: 0 auto;
  }
}
.p-live_info_detail__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__list-item {
    display: block;
  }
}
.p-live_info_detail__list-item:nth-child(n+2) {
  margin-top: 0.9rem;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__list-item:nth-child(n+2) {
    margin-top: 1.1rem;
  }
}
.p-live_info_detail__label {
  box-sizing: content-box;
  width: 10rem;
  padding-bottom: 0.1rem;
  background: var(--color-black);
  text-align: center;
  color: var(--color-white);
  font-size: 1.35rem;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__label {
    width: 7.9rem;
    padding-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.p-live_info_detail__text {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.65;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .p-live_info_detail__text {
    margin-left: 0;
    margin-top: 0.3rem;
    font-size: 1.2rem;
    line-height: 1.68;
    letter-spacing: 0.01em;
  }
}
.p-live_info_detail__text a {
  color: var(--color-black);
}