@charset "UTF-8";
.top__ag .l-schedule {
  background: #272727;
}
.top__ag .p-schedule__inner {
  display: flex;
  display: block;
  padding: 17px 30px;
}
.top__ag .p-schedule__open {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.top__ag .p-schedule__open span {
  margin-left: 13px;
  font-size: 20px;
  font-size: 1.25rem;
}
.top__ag .p-schedule_btn {
  margin-top: 15px;
  text-align: center;
}
.top__ag .p-schedule_btn a {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  height: 33px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: all 0.3s ease 0s;
}
.top__ag .p-schedule_btn a:hover {
  color: #272727;
  background: #fff;
}
.top__ag .p-schedule_btn a:hover span::before {
  background-color: #272727;
}
.top__ag .p-schedule_btn a span {
  position: relative;
  padding-left: 28px;
  transition: all 0.3s ease 0s;
}
.top__ag .p-schedule_btn a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/ag/icon__calendar.svg) no-repeat center center/contain;
          mask: url(/common/img/ag/icon__calendar.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__ag .p-mv__inner {
  padding: 40px 20px 60px;
}
.top__ag .p-mv__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top__ag .p-mv__performance__date {
  margin-top: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7222222222;
  color: #e46a00;
  text-align: center;
}
.top__ag .p-mv__banners {
  margin-top: 30px;
}
.top__ag .p-mv__banner__big {
  position: relative;
  width: 100%;
  text-align: center;
}
.top__ag .p-mv__banner__big img {
  width: 100%;
}
.top__ag .p-mv__banner__big a {
  transition: all 0.3s ease 0s;
}
.top__ag .p-mv__banner__big a:hover {
  opacity: 0.7;
}
.top__ag .p-mv__banner__halves {
  display: flex;
  display: block;
  margin-top: 16px;
  margin-top: 40px;
}
.top__ag .p-mv__banner__halves__content {
  width: 100%;
}
.top__ag .p-mv__banner__halves__content a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__ag .p-mv__banner__halves__content a:hover {
  opacity: 0.7;
}
.top__ag .p-mv__banner__halves__content:not(:first-child) {
  margin-top: 40px;
}
.top__ag .p-mv__banner__halves__content__img {
  position: relative;
  width: 100%;
}
.top__ag .p-mv__banner__halves__content__img::before {
  display: block;
  padding-top: 59.06%;
  content: "";
}
.top__ag .p-mv__banner__halves__content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__ag .p-mv__banner__halves__content__date {
  margin-top: 9px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
}
.top__ag .p-mv__banner__halves__content__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
}
.top__ag .c-exhibition__label {
  max-width: 100%;
}
.top__ag .l-plan {
  background: #f7f7f7;
}
.top__ag .p-plan__inner.l-inner {
  padding: 81px 0;
  padding: 80px 20px;
}
.top__ag .p-plan__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top__ag .p-plan__date {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7222222222;
  color: #e46a00;
  text-align: center;
}
.top__ag .p-plan__contents {
  display: flex;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 74px;
}
.top__ag .c-exhibition__label {
  width: 100%;
  height: 36px;
  height: 30px;
  font-size: 16px;
  font-size: 1rem;
}
.top__ag .p-plan__content__wrap {
  width: 100%;
}
.top__ag .p-plan__content__wrap:not(:first-child) {
  margin-top: 55px;
}
.top__ag .p-plan__content {
  display: flex;
  flex-direction: row-reverse;
}
.top__ag .p-plan__content a {
  display: flex;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__ag .p-plan__content a:hover {
  opacity: 0.7;
}
.top__ag .p-plan__content:not(:first-child) {
  margin-top: 60px;
}
.top__ag .p-plan__content__img {
  width: calc(50% - 7.5px);
  margin-top: 0;
  margin-right: 15px;
}
.top__ag .p-plan__content__img img {
  width: 100%;
}
.top__ag .p-plan__content__texts {
  width: 100%;
  width: calc(50% - 7.5px);
  margin-left: auto;
}
.top__ag .p-plan__content__title {
  margin-top: 10px;
  font-weight: 700;
}
.top__ag .p-plan__content__place {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 17px;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 7px;
  font-size: 0.4375rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.top__ag .p-plan__content__caption {
  margin-top: 20px;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7142857143;
}
.top__ag .p-plan__more-btn {
  width: 348px;
  height: 74px;
  height: 60px;
  margin: 52px auto 0;
  line-height: 70px;
  line-height: 56px;
}
.top__ag .p-ticket__more-btn {
  width: 348px;
  height: 74px;
  height: 60px;
  margin: 0 auto;
  line-height: 70px;
  line-height: 56px;
}
.top__ag .p-ticket__more-btn a.exlink span:after {
  content: none;
}
.top__ag .p-topics__inner.l-inner {
  padding: 86px 0 80px;
  padding: 80px 20px;
}
.top__ag .p-topics__titles {
  display: flex;
  margin-bottom: 54px;
  margin-bottom: 15px;
}
.top__ag .p-topics__title {
  font-size: 24px;
  font-size: 1.5rem;
}
.top__ag .p-topics__more-btn {
  width: 162px;
  margin: 30px auto 0;
  margin-left: auto;
}
.top__ag .p-topics__more-btn a {
  position: relative;
  display: block;
  width: 162px;
  max-width: 100%;
  height: 38px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #e46a00;
  border: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
}
.top__ag .p-topics__more-btn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 11px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/cover;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/cover;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__ag .p-topics__more-btn a:hover {
  color: #e46a00;
  background: #fff;
}
.top__ag .p-topics__more-btn a:hover::after {
  background-color: #e46a00;
}
.top__ag .p-topics__lists._important {
  background: #fcf7f2;
  border-bottom: 4px solid #ccc;
}
.top__ag .p-topics__lists._important .p-topics__list:nth-child(2) {
  background: none;
}
.top__ag .p-topics__list {
  display: flex;
  display: block;
  padding: 19px 40px;
  padding: 25px 10px;
  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__ag .p-topics__list__date {
  white-space: nowrap;
}
.top__ag .p-topics__list__title {
  margin-top: 20px;
}
.top__ag .p-topics__list__title a {
  text-decoration: none;
}
.top__ag .p-topics__list__title a:hover {
  text-decoration: underline;
}
.top__ag .p-topics__list__title._important {
  font-weight: 700;
}
.top__ag .p-topics__list__title._important a {
  color: #e46a00;
}
.top__ag .p-topics__list__title._important a:hover {
  text-decoration: underline;
}
.top__ag .c-mailnews {
  margin-top: 66px;
}
.top__ag .c-mailnews a {
  color: #e46a00;
  border-color: #e46a00;
}
.top__ag .c-mailnews a::after {
  border-color: #e46a00;
}
.top__ag .c-mailnews a .c-mailnews__title::before {
  background-color: #e46a00;
}
.top__ag .c-mailnews:hover a {
  color: #fff;
  background: #e46a00;
}
.top__ag .c-mailnews:hover a::after {
  border-color: #fff;
}
.top__ag .c-mailnews:hover a .c-mailnews__title::before {
  background-color: #fff;
}
.top__ag .l-sns {
  background: url(/common/img/ag/bg__sns.png) no-repeat center center/cover;
}
.top__ag .p-sns__inner {
  padding: 119px 0 103px;
  padding: 50px 20px;
}
.top__ag .p-sns__title {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.top__ag .p-sns__lists {
  display: flex;
  max-width: 765px;
  margin: 65px auto 0;
  margin-top: 60px;
}
.top__ag .p-sns__lists .p-sns__list {
  width: 18.625%;
  text-align: center;
}
.top__ag .p-sns__lists .p-sns__list:not(:first-child) {
  margin-left: 8.5%;
}
.top__ag .p-sns__lists .p-sns__list img {
  max-width: 80px;
  max-width: 40px;
}
.top__ag .p-sns__lists .p-sns__list__name {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #fff;
}
.top__ag .c-access__inner {
  padding-bottom: 77px;
}
.top__ag .c-access__contents__texts__btn a {
  color: #e46a00;
  border-color: #e46a00;
}
.top__ag .c-access__contents__texts__btn a::after {
  background-color: #e46a00;
}
.top__ag .c-access__contents__texts__btn a:hover {
  color: #fff;
  background: #e46a00;
}
.top__ag .c-access__contents__texts__btn a:hover::after {
  background-color: #fff;
}
.top__ag .c-access__contents__texts__googlemap a {
  color: #e46a00;
}
.top__ag .c-access__contents__texts__googlemap a::after {
  background-color: #e46a00;
}
.top__ag .contact {
  background: #f7f7f7;
}
.top__ag .p-contact__inner.l-inner {
  padding: 70px 0 84px;
  padding: 80px 20px;
}
.top__ag .p-contact__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.top__ag .p-contact__contents {
  display: flex;
  display: block;
  margin-top: 62px;
}
.top__ag .p-contact__content__texts__name {
  font-weight: 700;
}
.top__ag .p-contact__content__texts__address {
  line-height: 1.5;
}
.top__ag .p-contact__content__texts__address span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.top__ag .p-contact__content__texts__dls {
  margin-top: 29px;
}
.top__ag .p-contact__content__texts__dl {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
.top__ag .p-contact__content__texts__dt {
  white-space: nowrap;
}
.top__ag .p-contact__content__texts__attention {
  margin-top: 30px;
}
.top__ag .p-contact__content__btn {
  width: 254px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
}
.top__ag .p-contact__content__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 49px;
  height: 60px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 45px;
  line-height: 56px;
  color: #e46a00;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
}
.top__ag .p-contact__content__btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 11px;
  content: "";
  background-color: #e46a00;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__ag .p-contact__content__btn a:hover {
  color: #fff;
  background: #e46a00;
}
.top__ag .p-contact__content__btn a:hover::after {
  background-color: #fff;
}
.top__ag .l-arts-and-support {
  background: #001e46;
}
.top__ag .p-arts-and-support__inner {
  padding: 60px 0;
  padding: 40px 20px 60px;
}
.top__ag .p-arts-and-support__lists {
  display: flex;
  display: block;
  justify-content: center;
}
.top__ag .p-arts-and-support__lists__list {
  width: 50%;
  width: 100%;
}
.top__ag .p-arts-and-support__lists__list:not(:first-child) {
  margin-top: 17px;
}
.top__ag .p-arts-and-support__lists__list a {
  position: relative;
  display: block;
  width: 348px;
  width: 100%;
  max-width: 100%;
  height: 74px;
  font-weight: 700;
  line-height: 70px;
  color: #001e46;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #fff;
  transition: all 0.3s ease 0s;
}
.top__ag .p-arts-and-support__lists__list a::after {
  position: absolute;
  top: 40%;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #001e46;
  border-right: 2px solid #001e46;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.top__ag .p-arts-and-support__lists__list a:hover {
  color: #fff;
  background: #001e46;
}
.top__ag .p-arts-and-support__lists__list a:hover::after {
  border-color: #fff;
}

.l-calendar {
  position: relative;
  display: none;
  padding: 0 20px;
  margin: 100px auto;
}

.p-calendar__inner {
  max-width: 880px;
  padding: 27px 50px 97px;
  padding: 25px 20px 50px;
  margin: 0 auto;
}

.p-calendar__titles {
  display: flex;
  align-items: flex-end;
}

.p-calendar__year-and-month {
  font-weight: 700;
  text-align: center;
}
.p-calendar__year-and-month ._year {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
}
.p-calendar__year-and-month ._month {
  margin-top: 5px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

.p-calendar__labels {
  display: flex;
  margin-top: 20px;
  margin-left: auto;
}
.p-calendar__labels .p-calendar__label {
  position: relative;
}
.p-calendar__labels .p-calendar__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
}
.p-calendar__labels .p-calendar__label._open {
  padding-left: 41.5px;
}
.p-calendar__labels .p-calendar__label._open::before {
  position: absolute;
  width: 32.5px;
  height: 10px;
  background: #ff7f00;
}
.p-calendar__labels .p-calendar__label._close {
  padding-left: 29px;
  margin-left: 24px;
  margin-left: 15px;
}
.p-calendar__labels .p-calendar__label._close::before {
  position: absolute;
  width: 23px;
  height: 23px;
  background: #d3d3d3;
  border-radius: 2px;
}

.p-calendar__table {
  margin-top: 50px;
  margin-top: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
}
.p-calendar__table .p-calendar__row {
  display: flex;
  padding: 16.5px 0 22.5px;
  border-bottom: 1px solid #707070;
}
.p-calendar__table .p-calendar__day-of-week {
  width: 14.285%;
  text-align: center;
}
.p-calendar__table .p-calendar__day-of-week._saturday {
  color: #2058a5;
}
.p-calendar__table .p-calendar__day-of-week._sunday {
  color: #fc0000;
}
.p-calendar__table .p-calendar__day {
  width: 14.285%;
  text-align: center;
}
.p-calendar__table .p-calendar__day:last-child {
  color: #0355d9;
}
.p-calendar__table .p-calendar__day:first-child {
  color: #fc0000;
}
.p-calendar__table .p-calendar__day._today {
  position: relative;
}
.p-calendar__table .p-calendar__day._today::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  width: 30px;
  height: 35px;
  height: 30px;
  content: "";
  border: 2px solid #e46a00;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-calendar__table .p-calendar__day.sch_a, .p-calendar__table .p-calendar__day.sch_b {
  position: relative;
}
.p-calendar__table .p-calendar__day.sch_a::after, .p-calendar__table .p-calendar__day.sch_b::after {
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  width: 100%;
  height: 6px;
  content: "";
  background: #e46a00;
  transform: translateX(-50%);
}
.p-calendar__table .p-calendar__day.sch_c, .p-calendar__table .p-calendar__day.sch_d, .p-calendar__table .p-calendar__day.sch_e, .p-calendar__table .p-calendar__day.sch_f {
  position: relative;
}
.p-calendar__table .p-calendar__day.sch_c::after, .p-calendar__table .p-calendar__day.sch_d::after, .p-calendar__table .p-calendar__day.sch_e::after, .p-calendar__table .p-calendar__day.sch_f::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 39px;
  width: 35px;
  height: 39px;
  height: 35px;
  content: "";
  background: #ddd;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.modaal-wrapper {
  background: #707070;
}

.modaal-container {
  max-width: 840px;
}

.modaal-content-container {
  padding: 0 !important;
}

.modaal-close {
  display: none;
}

.agcalendarSlider {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  position: static;
  max-width: 840px;
  margin: auto;
}

.modaal-wrapper.ban-scrolling .modaal-outer-wrapper {
  table-layout: fixed;
}

.swiper-slide {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  top: 85px;
  left: 140px;
  width: 25px;
  width: 15px;
  height: 25px;
  height: 15px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 140px;
  left: 80px;
  border-bottom: 4px solid #04a7c4;
  border-left: 4px solid #04a7c4;
  transform: rotate(45deg);
}

.swiper-button-next {
  left: 180px;
  left: 100px;
  border-top: 4px solid #04a7c4;
  border-right: 4px solid #04a7c4;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  border-color: #ccc;
}

.top__ag._en .c-exhibition__label {
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
.top__ag._en .c-exhibition__label._exh::after {
  content: "Special Exhibition";
}
.top__ag._en .c-exhibition__label._collection::after {
  content: "From the Collection";
}