@charset "UTF-8";
.p-about {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    padding: 3.5rem 0 0;
  }
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 4.2rem;
  }
}
.p-about__lead {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.28rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about__lead {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.93;
  }
}
.p-about__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-white);
  border-radius: 20rem;
}
.p-about__tab-item {
  flex: 1;
  display: block;
  position: relative;
}
.p-about__btn {
  width: 100%;
  min-height: 6.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 20rem;
  color: var(--color-text);
  transition: background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-about__btn {
    min-height: 4rem;
  }
}
.p-about__btn.is-current {
  background-color: var(--area_color);
}
.p-about__btn::before {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 2px solid var(--area_color);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-about__btn::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-about__btn:hover::before {
    opacity: 1;
  }
}
.p-about__btn-text {
  display: block;
  position: relative;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-about__btn-text {
    font-size: 1.5rem;
  }
}
.p-about__content {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 2rem;
}
.p-about__content-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transform: translateY(3rem);
  transition: opacity 0.4s var(--ease_out), transform 0s linear 0.4s;
}
.p-about__content-item.is-current {
  position: relative;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bounce);
}

.p-about_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5.2rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-about_content {
    padding-top: 4rem;
  }
}
.p-about_content__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-about_content__header {
    margin-bottom: 2.6rem;
  }
}
.p-about_content__title {
  width: 24rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about_content__title {
    width: 14rem;
  }
}
.p-about_content__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-about_info {
  display: block;
  position: relative;
  background: var(--area_color);
  z-index: 0;
}
.p-about_info::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-about_info::before {
    border-width: 4px;
  }
}
.p-about_info::after {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 1px solid var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-about_info::after {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    top: 0.7rem;
    left: 0.7rem;
  }
}
.p-about_info__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 6rem 0 3rem;
  margin: 0 auto;
  background: url("../img/pattern_content.png") repeat 0 0/45px auto;
}
@media screen and (max-width: 960px) {
  .p-about_info__container {
    padding: 4.2rem 0;
  }
}
.p-about_info__container::before {
  content: "";
  width: calc(100% - 4.4rem);
  height: calc(100% - 4.4rem);
  display: block;
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  background: url("../img/deco_side_lt.svg") no-repeat left 0 top 0/2.5rem auto, url("../img/deco_side_rt.svg") no-repeat right 0 top 0/2.5rem auto, url("../img/deco_side_rb.svg") no-repeat right 0 bottom 0/2.5rem auto, url("../img/deco_side_lb.svg") no-repeat left 0 bottom 0/2.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-about_info__container::before {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    top: 1.2rem;
    left: 1.2rem;
    background-size: 1.5rem auto;
  }
}
.p-about_info__content {
  width: 90%;
  max-width: 66.2rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about_info__content {
    max-width: 29.5rem;
  }
}
.p-about_info__visual {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-about_info__visual {
    margin-bottom: 1.6rem;
  }
}
.p-about_info__date {
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-about_info__date {
    margin-bottom: 1.2rem;
    font-size: 1.7rem;
  }
}
.p-about_info__date small {
  font-size: 0.7em;
}
.p-about_info__time {
  width: 100%;
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_info__time {
    font-size: 1.3rem;
  }
}
.p-about_info__data {
  width: 100%;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-about_info__data {
    margin-top: 1.7rem;
  }
}

.p-about_data {
  display: block;
  position: relative;
  padding: 3.5rem 0 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-about_data {
    padding: 2rem 0 2rem;
  }
}
.p-about_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.p-about_data__header {
  display: block;
  position: relative;
}
.p-about_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  color: var(--color-yellow);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_data__title {
    font-size: 1.4rem;
  }
}
.p-about_data__inner {
  display: block;
  position: relative;
}

.p-about_area {
  display: block;
  position: relative;
  padding-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-about_area {
    padding-top: 1.6rem;
  }
}
.p-about_area__place {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_area__place {
    font-size: 1.6rem;
  }
}
.p-about_area__data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 43rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 1.5rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-about_area__data {
    margin-top: 1rem;
    width: 27rem;
    font-size: 1.25rem;
  }
}
.p-about_area__data + .p-about_area__data {
  margin-top: 1rem;
}
.p-about_area__data-cap {
  width: 7rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_area__data-cap {
    width: 5rem;
  }
}
.p-about_area__data-cap::after {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-about_area__data-cap::after {
    right: 0.8rem;
  }
}
.p-about_area__data-text {
  flex: 1 1 0;
  min-width: 1px;
  display: block;
  position: relative;
}
.p-about_area__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
  text-decoration: underline;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-about_area__link {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-about_area__link:hover {
    text-decoration: none;
  }
}

.p-about_cast {
  display: block;
  position: relative;
  padding-top: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about_cast {
    width: 90%;
    padding-top: 1.5rem;
  }
}
.p-about_cast__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_cast__list {
    gap: 1rem;
  }
}
.p-about_cast__list-item {
  width: calc(33.3333333333% - 1.3333333333rem);
  max-width: 20rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_cast__list-item {
    width: calc(50% - 0.5rem);
    max-width: 9.1rem;
  }
}
.p-about_cast__data {
  display: block;
  position: relative;
}
.p-about_cast__data-img {
  display: block;
  position: relative;
}
.p-about_cast__data-text {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_cast__data-text {
    font-size: 1.3rem;
  }
}

.p-about_live {
  display: block;
  position: relative;
  padding-top: 2.1rem;
}
@media screen and (max-width: 960px) {
  .p-about_live {
    padding-top: 1.5rem;
  }
}
.p-about_live__data {
  display: block;
  position: relative;
}
.p-about_live__data + .p-about_live__data {
  margin-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-about_live__data + .p-about_live__data {
    margin-top: 1.2rem;
  }
}
.p-about_live__data-cap {
  display: block;
  position: relative;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_live__data-cap {
    font-size: 1.5rem;
  }
}
.p-about_live__data-note {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_live__data-note {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}