.p-inner {
  width: 82.8%;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-inner {
    width: 89.5%;
  }
}

.p-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-eng);
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-title {
    font-size: 3.6rem;
  }
}
.p-title span {
  display: block;
  transform: translateX(10rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-title span {
    transform: translateX(6rem);
  }
}
.p-section.is-active .p-title span {
  transform: translateX(0);
  opacity: 1;
}
.p-section.is-active .p-title span:nth-child(1) {
  transition: transform 1s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0s;
}
.p-section.is-active .p-title span:nth-child(2) {
  transition: transform 1.1s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0.15s;
}
.p-section.is-active .p-title span:nth-child(3) {
  transition: transform 1.2s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0.3s;
}
.p-section.is-active .p-title span:nth-child(4) {
  transition: transform 1.3s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0.45s;
}
.p-section.is-active .p-title span:nth-child(5) {
  transition: transform 1.4s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0.6s;
}
.p-section.is-active .p-title span:nth-child(6) {
  transition: transform 1.5s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0.75s;
}
.p-section.is-active .p-title span:nth-child(7) {
  transition: transform 1.6s var(--ease-inout-cubic), opacity 0.85s var(--ease-out-quart) 0.9s;
}

.p-hero__inner {
  width: 88.6%;
  max-width: 2000px;
  margin: 0 auto;
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .p-hero__inner {
    width: 89.2%;
    padding-top: 5.4rem;
  }
}
.p-hero__visual {
  padding-top: 28.8rem;
}
@media screen and (max-width: 750px) {
  .p-hero__visual {
    padding-top: 15.2rem;
  }
}
.p-hero__visual-wrap {
  z-index: 0;
  width: 100%;
  transform: scale(0.935);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-hero__visual-wrap {
    transform: scale(1);
  }
}
.p-hero__visual-img {
  width: 100%;
  height: 95vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: scale(1.07);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-hero__visual-img {
    height: auto;
    transform: scale(1.1);
  }
}
.on-load .p-hero__visual-img {
  transform: scale(1);
  opacity: 1;
  transition: transform 2.5s var(--ease-out-sine), opacity 0.7s var(--ease-out-quart);
}
.p-hero__banner {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 36rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-hero__banner {
    position: relative;
    bottom: auto;
    width: 89.2%;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
}
.on-load .p-hero__banner {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-quart) 1.5s;
}
.p-hero__banner-slide {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-hero__banner-slide {
    position: relative;
    bottom: auto;
  }
}
.p-hero__banner-slide .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  bottom: auto;
  width: 94.5%;
  margin: 0 auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .p-hero__banner-slide .swiper-pagination {
    justify-content: center;
    width: 100%;
    margin-top: 0.7rem;
  }
}
.p-hero__banner-slide .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0;
  margin-right: 0.5rem;
  background: transparent;
  border: 1px solid var(--color-black);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .p-hero__banner-slide .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.2rem;
  }
}
.p-hero__banner-slide .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--color-black);
}

.p-live_top {
  margin-top: 6.8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .p-live_top {
    margin-top: 1.5rem;
    padding-top: 6rem;
  }
}
.p-live_top__title {
  text-align: center;
}
.p-live_top__body {
  margin-top: 5.1rem;
  transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-live_top__body {
    margin-top: 2.9rem;
  }
}
.p-section.is-active .p-live_top__body {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-quart) 0.6s, opacity 0.6s var(--ease-out-quart) 0.6s;
}
.p-live_top__info-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-live_top__info-list {
    display: block;
  }
}
.p-live_top__info-list-item {
  width: 31.7%;
  margin: 0 1.225%;
}
@media screen and (max-width: 750px) {
  .p-live_top__info-list-item {
    width: 100%;
    margin: 0;
  }
}
.p-live_top__info-list-item:nth-child(3n-2) {
  margin-left: 0;
}
.p-live_top__info-list-item:nth-child(3n) {
  margin-right: 0;
}
.p-live_top__info-list-item:first-child {
  margin-left: 0;
}
.p-live_top__info-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .p-live_top__info-list-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-live_top__more {
  margin-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .p-live_top__more {
    margin-top: 2.3rem;
  }
}
.p-live_top__more-btn {
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-live_top__more-btn {
    width: 12rem;
  }
}

.p-live_top_info {
  height: 100%;
  border: 1px solid var(--border-color);
}
.p-live_top_info__link {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: var(--color-black);
}
.p-live_top_info__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) {
  .p-live_top_info__link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.p-live_top_info__inner {
  width: 89%;
  margin: 0 auto;
  padding-top: 1.7rem;
  padding-bottom: 3.4rem;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__inner {
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
  }
}
.p-live_top_info__head {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__head {
    padding-bottom: 0.9rem;
  }
}
.p-live_top_info__body {
  padding-top: 1.1rem;
  border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 750px) {
  .p-live_top_info__body {
    padding-top: 0.8rem;
  }
}
.p-live_top_info__schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: var(--font-eng);
}
.p-live_top_info__schedule-end {
  margin-left: 5.1rem;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__schedule-end {
    margin-left: 2.3rem;
  }
}
.p-live_top_info__schedule-end::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.9rem;
  width: 0.8rem;
  height: 100%;
  background: url(../img/arrow03.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__schedule-end::before {
    left: -1.5rem;
    width: 0.6rem;
  }
}
.p-live_top_info__schedule-year {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__schedule-year {
    font-size: 1.1rem;
  }
}
.p-live_top_info__schedule-date {
  margin-top: -0.2rem;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__schedule-date {
    margin-top: -0.1rem;
    font-size: 2.4rem;
  }
}
.p-live_top_info__schedule-date .--day {
  display: inline;
  vertical-align: baseline;
  font-size: 0.5em;
  letter-spacing: 0.02em;
}
.p-live_top_info__title {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-live_top_info__title {
    font-size: 1.3rem;
    line-height: 1.67;
  }
}

.p-news_top {
  margin-top: 7.3rem;
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .p-news_top {
    margin-top: 2rem;
    padding-top: 6rem;
  }
}
.p-news_top__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-news_top__inner {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-news_top__title {
    text-align: center;
  }
}
.p-news_top__body {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 7.7%;
  margin-top: 1.1rem;
  transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-news_top__body {
    margin-left: 0;
    margin-top: 2.9rem;
  }
}
.p-section.is-active .p-news_top__body {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-quart) 0.6s, opacity 0.6s var(--ease-out-quart) 0.6s;
}
.p-news_top__more {
  width: 14rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-news_top__more {
    width: 12rem;
    margin: 0 auto;
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 751px) {
  .p-news_top__more {
    transform: translateX(2rem);
    opacity: 0;
  }
  .p-section.is-active .p-news_top__more {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s var(--ease-out-quart) 0.6s, opacity 0.6s var(--ease-out-quart) 0.6s;
  }
}

.p-news_top_item {
  border-top: 1px solid var(--border-color);
}
.p-news_top__list-item:last-child .p-news_top_item {
  border-bottom: 1px solid var(--border-color);
}
.p-news_top_item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-black);
}
.p-news_top_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) {
  .p-news_top_item__link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.p-news_top_item__inner {
  width: 95.8%;
  margin: 0 auto;
  padding-top: 2.9rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .p-news_top_item__inner {
    width: 94%;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
.p-news_top_item__date {
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-news_top_item__date {
    font-size: 1.1rem;
  }
}
.p-news_top_item__title {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-news_top_item__title {
    margin-top: 0.7rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.p-movie_top {
  width: 100%;
  height: 100vh;
  margin-top: 16rem;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-movie_top {
    margin-top: 8.3rem;
  }
}
.p-movie_top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie_top__bg .swiper {
  width: 100%;
  height: 100%;
}
.p-movie_top__bg .swiper .swiper-wrapper {
  height: 100%;
}
.p-movie_top__bg .swiper .swiper-slide {
  height: 100%;
  pointer-events: none;
}
.p-movie_top__bg .swiper .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.p-movie_top__title {
  position: absolute;
  top: 12.8%;
  left: 8.6%;
  z-index: 1;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-movie_top__title {
    top: 11.3%;
    left: 5.25%;
  }
}
.p-movie_top__more {
  position: absolute;
  top: 6.5%;
  right: calc(8.6% + 0.1rem);
  z-index: 1;
  width: 15.7rem;
  transform: scale(1.1);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-movie_top__more {
    top: 4.8%;
    right: 5.25%;
    width: 10rem;
  }
}
.p-section.is-active .p-movie_top__more {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s var(--ease-out-quart) 0.6s, opacity 0.6s var(--ease-out-quart) 0.6s;
}
.p-movie_top__more-btn {
  display: block;
  position: relative;
  width: 100%;
  transition: transform 0.5s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-movie_top__more-btn:hover {
    transform: scale(1.1);
  }
}
.p-movie_top__more-btn-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: rotate 50s linear infinite;
}
.p-movie_top__more-btn-arrow {
  display: block;
  position: relative;
  width: 100%;
}
.p-movie_top__control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 7.1%;
  right: 8.6%;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-movie_top__control {
    bottom: 5.5%;
    right: 5.25%;
  }
}
.p-section.is-active .p-movie_top__control {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-quart) 0.6s;
}
.p-movie_top__control-btn {
  width: 8rem;
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .p-movie_top__control-btn {
    width: 5.5rem;
    margin-left: 1.4rem;
  }
}
.p-movie_top__page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 9.2%;
  left: calc(8.6% - 0.1rem);
  z-index: 1;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.4rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-movie_top__page {
    bottom: 6.5%;
    left: calc(5.25% - 0.1rem);
    font-size: 1.2rem;
  }
}
.p-section.is-active .p-movie_top__page {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-quart) 0.6s;
}
.p-movie_top__page-bar {
  width: 3rem;
  height: 1px;
  margin: 0 0.9rem;
}
@media screen and (max-width: 750px) {
  .p-movie_top__page-bar {
    width: 2rem;
    margin: 0 0.6rem;
  }
}
.p-movie_top__page-bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}

.p-movie_top_bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.p-movie_top_bg__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.12);
  transition: transform 0s var(--ease-out-sine) 0.6s;
}
.swiper-slide-active .p-movie_top_bg__movie {
  transform: scale(1);
  transition-duration: 8s;
  transition-delay: 0s;
}
.p-movie_top_bg__movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/movie/filter.png) repeat top center/auto auto;
}
.p-movie_top_bg__movie-video {
  width: 100%;
  height: 100%;
}
.p-movie_top_bg__movie-video > div {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}
.p-movie_top_bg__movie-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s var(--ease-out-quart);
}
.movie-active .p-movie_top_bg__movie-thumbnail {
  opacity: 0;
}
.p-movie_top_bg__movie-thumbnail-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-movie_top_bg__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32rem;
}
@media screen and (max-width: 750px) {
  .p-movie_top_bg__play {
    width: 46.5%;
  }
}
.p-movie_top_bg__play img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 0s var(--ease-out-quart) 0.6s, opacity 0s var(--ease-out-quart) 0.6s;
}
.swiper-slide-active .p-movie_top_bg__play img {
  transform: scale(1);
  opacity: 1;
  transition-duration: 1s, 0.8s;
  transition-delay: 0.4s, 0.4s;
}
.p-movie_top_bg__title {
  position: absolute;
  bottom: 9.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 50rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .p-movie_top_bg__title {
    bottom: 17.2%;
    width: 90%;
    font-size: 1.1rem;
  }
}

.p-control_btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 56%;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .p-control_btn {
    padding-top: 57%;
  }
}
.p-control_btn__frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-control_btn__frame span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-control_btn:hover .p-control_btn__frame span {
    transform: translateY(0.3rem);
  }
}
@media screen and (hover: hover) and (max-width: 750px) {
  .p-control_btn:hover .p-control_btn__frame span {
    transform: translateY(0.2rem);
  }
}
.p-control_btn__frame::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-0.3rem);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transition: transform 0.6s var(--ease-out-quart);
}
@media screen and (max-width: 750px) {
  .p-control_btn__frame::before {
    transform: translateY(-0.2rem);
  }
}
@media (hover: hover) {
  .p-control_btn:hover .p-control_btn__frame::before {
    transform: translateY(0.3rem);
  }
}
@media screen and (hover: hover) and (max-width: 750px) {
  .p-control_btn:hover .p-control_btn__frame::before {
    transform: translateY(0.2rem);
  }
}
.p-control_btn__frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0.3rem);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-control_btn__frame::after {
    transform: translateY(0.2rem);
  }
}
.p-control_btn__arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22%;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-control_btn:hover .p-control_btn__arrow {
    transform: translate(-50%, -30%);
  }
}
.--prev .p-control_btn__arrow img {
  transform: scaleX(-1);
}

.p-profile_top {
  margin-top: 7.1rem;
  padding-top: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-profile_top {
    margin-top: 1.5rem;
    padding-top: 6rem;
  }
}
.p-profile_top__title {
  text-align: center;
}
.p-profile_top__body {
  margin-top: 7rem;
  transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-profile_top__body {
    margin-top: 3.5rem;
  }
}
.p-section.is-active .p-profile_top__body {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-quart) 0.6s, opacity 0.6s var(--ease-out-quart) 0.6s;
}
.p-profile_top__visual {
  width: 100%;
}
.p-profile_top__visual-img {
  padding-top: 43.2%;
  background-repeat: no-repeat;
  background-position: center top 30%;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .p-profile_top__visual-img {
    background-position: center top 25%;
  }
}
.p-profile_top__info {
  margin-top: 7.1rem;
}
@media screen and (max-width: 750px) {
  .p-profile_top__info {
    display: block;
    margin-top: 3rem;
  }
}
.p-profile_top__info .a-profileDescription {
  padding-left: 27.7%;
}
@media screen and (max-width: 750px) {
  .p-profile_top__info .a-profileDescription {
    padding-left: 0;
    padding-top: 8.5rem;
    font-size: 1.2rem;
  }
}
.p-profile_top__info .a-profileDescription::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 19%;
  padding-top: 7.0119047619%;
  background: url(../img/logo.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-profile_top__info .a-profileDescription::before {
    width: 42%;
    padding-top: 15.5%;
  }
}
.p-profile_top .a-profileMemberList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  margin-top: 8.5rem;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberList {
    grid-template-columns: 1fr 1fr;
    margin-top: 4.9rem;
  }
}
.p-profile_top .a-profileMemberList::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.p-profile_top .a-profileMemberList::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/profile/img_logo03.png) no-repeat center center/65% auto;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberList::after {
    background-size: 75% auto;
  }
}
.p-profile_top .a-profileMemberListItem {
  position: relative;
  z-index: 1;
  padding-top: 3.1rem;
  padding-bottom: 3rem;
  background: url(../img/profile/bg_logo.png) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.p-profile_top .a-profileMemberListItem::before {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300vw;
  height: 1px;
  background: var(--border-color);
}
.p-profile_top .a-profileMemberListItem:nth-child(3n-2)::before {
  content: "";
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem:nth-child(3n-2)::before {
    content: none;
  }
}

@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem:nth-child(odd)::before {
    content: "";
  }
}

.p-profile_top .a-profileMemberListItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: var(--border-color);
}
.p-profile_top .a-profileMemberListItem:nth-child(3n)::after {
  content: none;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem:nth-child(3n)::after {
    content: "";
  }
}

@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem:nth-child(even)::after {
    content: none;
  }
}

.p-profile_top .a-profileMemberListItem__thumb {
  width: 64.8%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem__thumb {
    width: 75%;
  }
}
.p-profile_top .a-profileMemberListItem__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.9rem;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem__content {
    margin-top: 1.1rem;
  }
}
.p-profile_top .a-profileMemberListItem__name {
  order: 2;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem__name {
    margin-top: 0.2rem;
    font-size: 1.4rem;
  }
}
.p-profile_top .a-profileMemberListItem__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  margin-top: 1.9rem;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem__sns {
    margin-top: 0.8rem;
  }
}
.p-profile_top .a-profileMemberListItem__sns .a-profileSns--btn {
  display: block;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.1rem auto;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.6s var(--ease-out-quart);
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem__sns .a-profileSns--btn {
    width: 3rem;
    height: 3rem;
    margin: 0 0.1rem;
  }
}
@media (hover: hover) {
  .p-profile_top .a-profileMemberListItem__sns .a-profileSns--btn:hover {
    transform: scale(1.1);
  }
}
.p-profile_top .a-profileMemberListItem__sns .a-profileSns--btn.a-profileSns--tw {
  background-image: url(../img/sns/icon_x.svg);
}
.p-profile_top .a-profileMemberListItem__sns .a-profileSns--btn.a-profileSns--ig {
  background-image: url(../img/sns/icon_insta.svg);
}
.p-profile_top .a-profileMemberListItem__text {
  order: 1;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1.2;
  opacity: 0.4;
}
@media screen and (max-width: 750px) {
  .p-profile_top .a-profileMemberListItem__text {
    font-size: 1rem;
  }
}