.top__common .p-mv__contents {
  display: flex;
  overflow: hidden;
}
.top__common .p-mv__content {
  position: relative;
  width: 50%;
  height: 504px;
  overflow: hidden;
  text-align: center;
}
.top__common .p-mv__content:hover .p-mv__content__img {
  transform: scale(1.05);
}
.top__common .p-mv__content a {
  height: 100%;
  text-decoration: none;
}
.top__common .p-mv__content__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.top__common .p-mv__content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__common .p-mv__content__inner {
  position: absolute;
  top: calc(50% + 78px);
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media not all and (min-width: 1080px) {
  .top__common .p-mv__content__inner {
    top: 60%;
    display: flex;
    flex-direction: column;
    height: 50%;
  }
}
.top__common .p-mv__content__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6818181818;
  color: #fff;
}
.top__common .p-mv__content__title._en {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.top__common .p-mv__content__btn {
  margin-top: 33px;
}
.top__common .p-mv__content__btn .btn__top {
  position: relative;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #001e46;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.top__common .p-mv__content__btn .btn__top::after {
  position: absolute;
  top: 37%;
  right: 20px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
@media not all and (min-width: 1080px) {
  .top__common .p-mv__content__btn .btn__top::after {
    top: 42%;
    right: 7px;
    width: 6px;
    height: 6px;
  }
}
.top__common .p-mv__content__btn .btn__top:hover {
  color: #001e46;
  background: #fff;
}
.top__common .p-mv__content__btn .btn__top:hover::after {
  border-color: #001e46;
}
.top__common .l-performance {
  position: relative;
}
.top__common .l-performance::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 100px);
  content: "";
  background: #ccc;
}
.top__common .p-performance__inner {
  position: relative;
  padding: 23px 0 35px;
}
.top__common .p-performance__contents {
  display: flex;
}
.top__common .p-performance__content {
  position: relative;
  width: 50%;
}
.top__common .p-performance__content__title {
  padding-bottom: 14px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.top__common .p-performance__content__title._concert {
  color: #0c3b2c;
  text-align: center;
  border-bottom: 2px solid #0c3b2c;
}
.top__common .p-performance__content__title._ag {
  color: #e46a00;
  text-align: center;
  border-bottom: 2px solid #e46a00;
}
.top__common .p-performance__content__inner {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  height: 97%;
  padding: 40px 20px 0;
  margin: 0 auto;
}
.top__common .p-performance__content__details {
  display: flex;
}
.top__common .p-performance__content__details._concert {
  padding-bottom: 28px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 4px 1px;
}
.top__common .p-performance__content__details._recital {
  margin-top: 19px;
}
.top__common .p-performance__content__details__place {
  margin-right: 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.top__common .p-performance__content__details__detail {
  line-height: 1.5;
}
.top__common .p-performance__content__details__detail:not(:first-child) {
  margin-top: 25px;
}
.top__common .p-performance__content__details__detail a {
  color: #2058a5;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__common .p-performance__content__details__detail a:hover {
  text-decoration: underline;
}
.top__common .p-performance__content__btns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
}
@media not all and (min-width: 1080px) {
  .top__common .p-performance__content__btns {
    display: block;
    margin-top: 32px;
  }
  .top__common .p-performance__content__btns._concert {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  .top__common .p-performance__content__btns._ag {
    margin-top: 30px;
  }
}
.top__common .p-performance__content__btn {
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1080px) {
  .top__common .p-performance__content__btn:not(:first-child) {
    margin-left: 10px;
  }
}
@media not all and (min-width: 1080px) {
  .top__common .p-performance__content__btn:not(:first-child) {
    margin-top: 17px;
  }
}
.top__common .p-performance__content__dls {
  font-size: 16px;
  font-size: 1rem;
}
.top__common .p-performance__content__dl {
  display: flex;
  padding: 11px 0;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 4px 1px;
}
.top__common .p-performance__content__dt {
  width: 27%;
  font-weight: 700;
}
.top__common .p-performance__content__dd {
  width: 73%;
}
.top__common .p-performance__content__dd a {
  color: #2058a5;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__common .p-performance__content__dd a:hover {
  text-decoration: underline;
}
.top__common .l-link {
  margin-top: 82px;
}
.top__common .p-link__lists {
  display: flex;
  flex-wrap: wrap;
}
.top__common .p-link__list {
  width: 25%;
  height: 82px;
  text-align: center;
  background: #001e46;
}
.top__common .p-link__list a {
  display: block;
  height: 82px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__common .p-link__list a:hover {
  opacity: 0.7;
}
.top__common .p-link__list._access {
  border-right: 1px solid #707c8d;
}
.top__common .p-link__list._access a span {
  position: relative;
  padding-left: 45px;
}
.top__common .p-link__list._access a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 36px;
  content: "";
  background: url(/common/img/common/icon__map.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top__common .p-link__list._contact a span {
  position: relative;
  padding-left: 48px;
}
.top__common .p-link__list._contact a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 36px;
  content: "";
  background: url(/common/img/common/icon__tell.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top__common .p-link__list._arts {
  background: #fff;
  border: 1px solid #001e46;
  border-right: none;
}
.top__common .p-link__list._arts a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__common .p-link__list._arts img {
  width: 112px;
}
.top__common .p-link__list._support {
  background: #fff;
  border: 1px solid #001e46;
}
.top__common .p-link__list._support a {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #001e46;
}
.top__common .p-link__list._support a .first {
  font-size: 14px;
  font-size: 0.875rem;
}
@media not all and (min-width: 1080px) {
  .top__common .p-link__list._support a .first {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.top__common .p-link__list._support a .second {
  font-size: 22px;
  font-size: 1.375rem;
}
@media not all and (min-width: 1080px) {
  .top__common .p-link__list._support a .second {
    font-size: 16px;
    font-size: 1rem;
  }
}
.top__common .l-topics {
  margin-top: 106px;
}
.top__common .p-topics__titles {
  display: flex;
  margin-bottom: 31px;
}
.top__common .p-topics__title {
  margin-top: 6px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.top__common .p-topics__more-btn {
  margin-left: auto;
}
.top__common .p-topics__more-btn._sp {
  display: none;
}
.top__common .p-topics__more-btn a {
  position: relative;
  display: inline-block;
  display: block;
  width: 162px;
  max-width: 100%;
  height: 38px;
  padding-right: 12px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #001e46;
  border: 2px solid #001e46;
  transition: all 0.3s ease 0s;
}
.top__common .p-topics__more-btn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 3px;
  content: "";
  background: #fff;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__common .p-topics__more-btn a::after {
  position: absolute;
  top: 35%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.top__common .p-topics__more-btn a:hover {
  color: #001e46;
  background: #fff;
}
.top__common .p-topics__more-btn a:hover::before {
  background: #001e46;
}
.top__common .p-topics__more-btn a:hover::after {
  border-color: #001e46;
}
.top__common .l-organizer {
  margin-top: 98px;
  background: #f7f7f5;
}
.top__common .p-organizer__inner {
  max-width: 1230px;
  padding: 89px 0 101px;
}
.top__common .p-organizer__title {
  position: relative;
  padding-bottom: 12px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
.top__common .p-organizer__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 91px;
  height: 4px;
  content: "";
  background: #0c3b2c;
  transform: translateX(-50%);
}
.top__common .p-organizer__slide {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
}
.top__common .p-organizer__slide .swiper-button-prev,
.top__common .p-organizer__slide .swiper-button-next {
  position: absolute;
  top: 35%;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/common/img/common/icon__button__common.png) no-repeat center center/contain;
}
.top__common .p-organizer__slide .swiper-button-prev::after,
.top__common .p-organizer__slide .swiper-button-next::after {
  display: none;
}
.top__common .p-organizer__slide .swiper-button-next {
  transform: scale(-1, 1);
}
.top__common .organizerslider {
  position: static;
  max-width: 1230px;
  margin: 0 65px;
}
.top__common .organizerslider:not(.swiper-initialized) .swiper-wrapper {
  gap: 0 20px;
  justify-content: center;
}
.top__common .organizerslider:not(.swiper-initialized) .swiper-slide {
  width: calc(25% - 15px);
}
.top__common .organizerslider:not(.swiper-initialized) .swiper-button-prev,
.top__common .organizerslider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.top__common .organizerslider::before, .top__common .organizerslider::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 80px;
  height: 100%;
  content: "";
  transform: translateY(-50%);
}
.top__common .organizerslider::before {
  left: 0;
  background: rgba(255, 255, 255, 0) linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 245, 0.8) 100px, #f8f8f5 300px);
}
.top__common .organizerslider::after {
  right: 0;
  background: rgba(255, 255, 255, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 245, 0.8) 100px, #f8f8f5 300px);
}
.top__common .p-organizer__slide__content:hover a .p-organizer__slide__content__img {
  opacity: 0.7;
}
.top__common .p-organizer__slide__content:hover a .p-organizer__slide__content__date,
.top__common .p-organizer__slide__content:hover a .p-organizer__slide__content__time,
.top__common .p-organizer__slide__content:hover a .p-organizer__slide__content__place,
.top__common .p-organizer__slide__content:hover a .p-organizer__slide__content__title {
  text-decoration: underline;
}
.top__common .p-organizer__slide__content a {
  text-decoration: none;
}
.top__common .p-organizer__slide__content__img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}
.top__common .p-organizer__slide__content__img::before {
  display: block;
  padding-top: 145%;
  content: "";
}
.top__common .p-organizer__slide__content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__common .p-organizer__slide__content__date, .top__common .p-organizer__slide__content__time, .top__common .p-organizer__slide__content__place {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  transition: all 0.3s ease 0s;
}
.top__common .p-organizer__slide__content__title {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s ease 0s;
}
.top__common .p-exhibition__inner.l-inner {
  max-width: 1230px;
  padding: 101px 0 76px;
}
.top__common .p-exhibition__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
  letter-spacing: 0.01em;
}
.top__common .p-exhibition__date {
  position: relative;
  padding-bottom: 28px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  color: #e46a00;
  text-align: center;
}
.top__common .p-exhibition__date::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 91px;
  height: 4px;
  content: "";
  background: #e46a00;
  transform: translateX(-50%);
}
.top__common .p-exhibition__slide {
  position: relative;
  margin-top: 58px;
  overflow: hidden;
}
.top__common .p-exhibition__slide .exhibitionslider {
  position: static;
  max-width: 1230px;
  padding-bottom: 10px;
  margin: 0 65px;
}
.top__common .p-exhibition__slide .exhibitionslider:not(.swiper-initialized) .swiper-wrapper {
  gap: 0 20px;
  justify-content: center;
}
.top__common .p-exhibition__slide .exhibitionslider:not(.swiper-initialized) .swiper-slide {
  width: calc(33.3% - 13.3333333333px);
}
.top__common .p-exhibition__slide .exhibitionslider:not(.swiper-initialized) .swiper-button-prev,
.top__common .p-exhibition__slide .exhibitionslider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.top__common .p-exhibition__slide .swiper-button-prev,
.top__common .p-exhibition__slide .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/common/img/common/icon__button__common.png) no-repeat center center/contain;
}
.top__common .p-exhibition__slide .swiper-button-prev::after,
.top__common .p-exhibition__slide .swiper-button-next::after {
  display: none;
}
.top__common .p-exhibition__slide .swiper-button-next {
  transform: scale(-1, 1);
}
.top__common .p-exhibition__slide .swiper-slide {
  height: auto;
}
.top__common .p-exhibition__slide .p-exhibition__slide__content {
  height: 100%;
}
.top__common .p-exhibition__slide__content {
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.top__common .p-exhibition__slide__content:hover a .p-exhibition__slide__content__img {
  opacity: 0.7;
}
.top__common .p-exhibition__slide__content a {
  text-decoration: none;
}
.top__common .p-exhibition__slide__content__inner {
  padding: 30px 45px 40px;
  text-align: center;
}
@media not all and (min-width: 1080px) {
  .top__common .p-exhibition__slide__content__inner {
    padding: 30px 20px 70px;
  }
}
.top__common .p-exhibition__slide__content__title {
  margin-top: 21px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7222222222;
}
.top__common .p-exhibition__slide__content__place {
  margin-top: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
.top__common .p-exhibition__slide__content__img {
  position: relative;
  width: 100%;
  margin-top: 22px;
  transition: all 0.3s ease 0s;
}
.top__common .p-exhibition__slide__content__img::before {
  display: block;
  padding-top: 141.2878%;
  content: "";
}
.top__common .p-exhibition__slide__content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.top__common .l-credit-ag {
  border-top: 1px solid #ccc;
}
.top__common .l-credit-ag .l-inner {
  padding: 20px 0;
}
@media not all and (min-width: 1080px) {
  .top__common .l-credit-ag .l-inner {
    padding: 20px;
  }
}
.top__common .p-credit__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7b7b7b;
  text-align: right;
}

.top__common._en .p-link__list {
  width: 50%;
}
.top__common._en .c-topics__item._ag .c-topics__date::after {
  content: "Art Gallery";
}
.top__common._en .c-topics__item._concert .c-topics__date::after {
  content: "Concert";
}
.top__common._en .c-exhibition__label {
  width: 100%;
  max-width: 200px;
}
.top__common._en .c-exhibition__label._exh::after {
  content: "Special Exhibition";
}
.top__common._en .c-exhibition__label._collection::after {
  content: "From the Collection";
}
.top__common._en .exhibitionslider .swiper-slide {
  height: auto;
}
.top__common._en .exhibitionslider .p-exhibition__slide__content {
  height: 100%;
}
@media not all and (min-width: 1080px) {
  .top__common._en .exhibitionslider .p-exhibition__slide__content__inner {
    padding: 30px 20px;
  }
}