@charset "UTF-8";
.p-page__title {
  width: 15.8rem;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    width: 12.2rem;
  }
}

.p-live {
  width: calc(100% - 30rem);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-live {
    width: 100%;
    padding-top: 4.5rem;
  }
}
.p-live__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-live__header {
    margin-bottom: 1rem;
  }
}
.p-live__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live__inner {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
}
.p-live__list {
  display: block;
  position: relative;
}
.p-live__list-item {
  display: block;
  position: relative;
}
.p-live__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-live__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
  padding: 1rem 2rem 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-live__more {
    margin-top: 4.2rem;
    padding: 0.6rem 1.2rem 0.6rem 0;
  }
}
.p-live__more.is-ended {
  display: none;
}
.p-live__more::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
}
.p-live__more-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-live__more-text {
    font-size: 1.1rem;
  }
}
.p-live__more-deco {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-live__more-deco {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-live__more-deco::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-live__more-deco::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-live__more-circle {
  width: 15rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-live__more-circle {
    display: block;
  }
}
.p-live__more-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.p-live__more:hover .p-live__more-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s var(--ease_out);
}
.p-live__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-live__back {
    margin-top: 3.5rem;
  }
}

.p-live_article {
  display: block;
  position: relative;
  padding: 2.6rem 0 3.2rem;
}
@media screen and (min-width: 961px) {
  .p-live_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-live_article {
    padding: 4rem 0 3.8rem;
  }
}
.p-live_article__header {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-live_article__header {
    min-width: 10rem;
    min-height: 1.5rem;
    margin-right: 2rem;
    padding-right: 4.2rem;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 960px) {
  .p-live_article__header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 3.5rem;
    margin-bottom: 0.8rem;
  }
}
.p-live_article__header::before {
  content: "";
  width: 1px;
  height: 2.8rem;
  display: block;
  position: absolute;
  top: 0.1rem;
  right: 0;
  border-right: 1px solid var(--color-black);
  transform: rotate(45deg);
  transform-origin: right top;
}
.p-live_article__date {
  min-width: 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.2rem;
  position: relative;
}
.p-live_article__date + .p-live_article__date {
  margin-left: 2.5rem;
}
.p-live_article__date + .p-live_article__date::before {
  content: "▶";
  width: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.8rem;
  text-align: center;
  transform: translate(-100%, -50%);
}
.p-live_article__date-year {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  font-weight: 800;
}
.p-live_article__date-day {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 800;
}
.p-live_article__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-live_article__inner {
    min-width: 0;
    flex: 1 1 0;
  }
}
.p-live_article__title {
  display: block;
  position: relative;
  top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .p-live_article__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-live_article__title {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-live_article:hover .p-live_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_article:hover .p-live_article__title {
      text-decoration: underline;
    }
  }
}

.p-live_single {
  display: block;
  position: relative;
}
.p-live_single__header {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  position: relative;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__header {
    gap: 1rem 0;
    padding-bottom: 3rem;
  }
}
.p-live_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-live_single__date {
  min-width: 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.2rem;
  position: relative;
}
.p-live_single__date + .p-live_single__date {
  margin-left: 2.5rem;
}
.p-live_single__date + .p-live_single__date::before {
  content: "▶";
  width: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.8rem;
  text-align: center;
  transform: translate(-100%, -50%);
}
.p-live_single__date-year {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  font-weight: 800;
}
.p-live_single__date-day {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 800;
}
.p-live_single__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
.p-live_single__inner {
  display: block;
  position: relative;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-live_single__inner {
    padding: 3.6rem 0 0;
  }
}
.p-live_single__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-live_single__visual {
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__visual {
    margin-bottom: 1rem;
  }
}
.p-live_single__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-live_single__text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-live_single__text a {
  color: #f94949;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-live_single__text a:hover {
    text-decoration: none;
  }
}
.p-live_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-live_single__text iframe {
    aspect-ratio: 16/9;
  }
}
.p-live_single__info {
  display: block;
  position: relative;
}
.p-live_single__info-item {
  display: block;
  position: relative;
}
.p-live_single__info-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
}

.p-live_info {
  display: block;
  position: relative;
}
.p-live_info__header {
  width: 100%;
  display: block;
  position: relative;
  padding: 3.4rem 0 4rem;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-live_info__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .p-live_info__header {
    padding: 2.4rem 0 3.8rem;
  }
}
.p-live_info__date {
  display: block;
  position: relative;
  padding-right: 5rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-live_info__date {
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live_info__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.6rem;
    padding-right: 4rem;
  }
}
.p-live_info__date small {
  margin-left: 0.2em;
  font-size: 0.8em;
  letter-spacing: 0;
}
.p-live_info__date::before {
  content: "";
  width: 1px;
  height: 2.8rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid var(--color-black);
  transform: rotate(45deg);
  transform-origin: right top;
}
@media screen and (max-width: 960px) {
  .p-live_info__date::before {
    height: 2.5rem;
  }
}
.p-live_info__deco {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-live_info__deco {
    width: 1.8rem;
    height: 1.8rem;
    right: 2rem;
    top: 45%;
  }
}
.p-live_info__deco::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid var(--color-black);
}
.p-live_info__deco::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 1px solid var(--color-black);
  transition: opacity 0.3s var(--ease_out);
}
.is-drawer-open .p-live_info__deco::after {
  opacity: 0;
}
.p-live_info__title {
  display: block;
  position: relative;
  top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .p-live_info__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-live_info__title {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_info__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-live_info__header:hover .p-live_info__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_info__header:hover .p-live_info__title {
      text-decoration: underline;
    }
  }
}
.p-live_info__inner {
  display: none;
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 961px) {
  .p-live_info__inner {
    min-width: 0;
    flex: 1 1 0;
  }
}
@media screen and (max-width: 960px) {
  .p-live_info__inner {
    padding: 3.2rem 0;
  }
}
.p-live_info__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}
.p-live_info__data {
  display: block;
  position: relative;
}
.p-live_info__data + .p-live_info__data {
  margin-top: 0.6rem;
}
.p-live_info__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-live_info__data-cap {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.p-live_info__data-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-live_info__data-text {
    font-size: 1.3rem;
  }
}
.p-live_info__data-text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-live_info__data-text a {
  color: #f94949;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-live_info__data-text a:hover {
    text-decoration: none;
  }
}
.p-live_info__data-text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-live_info__data-text iframe {
    aspect-ratio: 16/9;
  }
}