.p-live__list-item:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-live__list-item:nth-child(2) {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-live__list-item:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.p-live__more {
  margin-top: 4.7rem;
}
.p-live__info {
  margin-top: 5.3rem;
}
@media screen and (max-width: 750px) {
  .p-live__info {
    margin-top: 0;
  }
}
.p-live__detail {
  margin-top: 2.9rem;
}
@media screen and (max-width: 750px) {
  .p-live__detail {
    margin-top: 2.4rem;
  }
}
.p-live__back {
  margin-top: 4.7rem;
}
@media screen and (max-width: 750px) {
  .p-live__back {
    margin-top: 4rem;
  }
}

.p-live_item__link {
  display: block;
  box-sizing: border-box;
  border: 1px solid var(--color-gray);
  text-decoration: none;
  color: var(--color-white);
}
.p-live_item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-live_item__link:hover::before {
    opacity: 0.2;
  }
}

.p-live_item__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.9rem;
  width: 0.5rem;
  height: 100%;
  background: url(../img/arrow.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-live_item__link::after {
    right: 1.4rem;
    width: 0.4rem;
  }
}
.p-live_item__inner {
  width: 90.2%;
  margin: 0 auto;
  padding-top: 3.8rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 750px) {
  .p-live_item__inner {
    width: 82%;
    padding-top: 3rem;
    padding-bottom: 3.1rem;
  }
}
.p-live__list-item:first-child .p-live_item__inner {
  padding-top: 5.7rem;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 750px) {
  .p-live__list-item:first-child .p-live_item__inner {
    padding-top: 4.5rem;
    padding-bottom: 4.65rem;
  }
}
.p-live_item__date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.p-live_item__date .year {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_item__date .year {
    font-size: 1rem;
  }
}
.p-live_item__date .date {
  margin-top: 0.2rem;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-live_item__date .date {
    margin-top: 0rem;
    font-size: 2.8rem;
  }
}
.p-live_item__date-end {
  margin-left: 3.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_item__date-end {
    margin-left: 2.4rem;
  }
}
.p-live_item__date-end::before {
  content: "~";
  display: block;
  position: absolute;
  top: 62%;
  left: -2.1rem;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .p-live_item__date-end::before {
    left: -1.6rem;
    font-size: 1.4rem;
  }
}
.p-live_item__title {
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_item__title {
    margin-top: 1.1rem;
    line-height: 1.5;
  }
}

.p-live_info {
  border: 1px solid var(--color-gray);
}
.p-live_info__inner {
  width: 90.2%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-live_info__inner {
    width: 82%;
  }
}
.p-live_info__head {
  padding-top: 3.8rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 750px) {
  .p-live_info__head {
    padding-top: 3rem;
    padding-bottom: 3.1rem;
  }
}
.p-live_info__body {
  padding-top: 4.4rem;
  padding-bottom: 5rem;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 750px) {
  .p-live_info__body {
    padding-top: 3.1rem;
  }
}
.p-live_info__date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.p-live_info__date .year {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_info__date .year {
    font-size: 1rem;
  }
}
.p-live_info__date .date {
  margin-top: 0.2rem;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-live_info__date .date {
    margin-top: 0rem;
    font-size: 2.8rem;
  }
}
.p-live_info__date-end {
  margin-left: 3.3rem;
}
.p-live_info__date-end::before {
  content: "~";
  display: block;
  position: absolute;
  top: 62%;
  left: -2.1rem;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 900;
}
.p-live_info__title {
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .p-live_info__title {
    margin-top: 1.1rem;
    line-height: 1.5;
  }
}
.p-live_info__content a {
  color: var(--color-blue);
  transition: opacity 0.5s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-live_info__content a:hover {
    opacity: 0.6;
  }
}
.p-live_info__content img {
  width: 100%;
  max-width: 54rem;
}

.p-live_detail {
  border: 1px solid var(--color-gray);
}
.p-live_detail:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-live_detail:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}
.p-live_detail__head {
  padding-top: 3.5rem;
  padding-bottom: 3.3rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-live_detail__head {
    padding-top: 2.5rem;
    padding-bottom: 2.4rem;
  }
}
.p-live_detail__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-live_detail__head:hover::before {
    opacity: 0.2;
  }
}

.p-live_detail__head-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-live_detail__head-inner {
    width: 82%;
  }
}
.p-live_detail__heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-live_detail__heading {
    display: block;
  }
}
.p-live_detail__heading-date {
  width: 15rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-live_detail__heading-date {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-live_detail__heading-name {
    margin-top: 0.3rem;
  }
}
.p-live_detail__icon {
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translateY(-50%);
  width: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-live_detail__icon {
    right: 1rem;
  }
}
.p-live_detail__icon img {
  transform: rotate(90deg);
}
.is-open .p-live_detail__icon img {
  transform: rotate(-90deg);
}
.p-live_detail__body {
  z-index: 0;
  height: 0;
  overflow: hidden;
}
.default-open .p-live_detail__body {
  height: auto;
}
.p-live_detail__body-inner {
  padding-top: 2.9rem;
  padding-bottom: 4rem;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 750px) {
  .p-live_detail__body-inner {
    padding-top: 1.6rem;
    padding-bottom: 2.1rem;
  }
}
.p-live_detail__content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-live_detail__content {
    width: 82%;
  }
}
.p-live_detail__info-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-live_detail__info-block:nth-child(n+2) {
  margin-top: 1.1rem;
}
@media screen and (max-width: 750px) {
  .p-live_detail__info-block:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}
.p-live_detail__info-block-head {
  width: 10.6rem;
}
@media screen and (max-width: 750px) {
  .p-live_detail__info-block-head {
    width: 8.5rem;
  }
}
.p-live_detail__info-block-body {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 2.6rem;
}
@media screen and (max-width: 750px) {
  .p-live_detail__info-block-body {
    margin-left: 2.1rem;
  }
}
.p-live_detail__info-label {
  padding: 0.25rem 0;
  background: var(--color-white);
  text-align: center;
  color: var(--color-black);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-live_detail__info-label {
    padding: 0.25rem 0;
    font-size: 1.1rem;
  }
}
.p-live_detail__info-description {
  font-size: 1.4rem;
  line-height: 1.38;
}
@media screen and (max-width: 750px) {
  .p-live_detail__info-description {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.p-live_detail__info-description a {
  vertical-align: baseline;
  color: var(--color-blue);
  word-break: break-all;
  transition: opacity 0.5s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-live_detail__info-description a:hover {
    opacity: 0.6;
  }
}