@charset "UTF-8";
.c-exhHeading {
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
}
.c-exhHeading._highlight {
  padding-bottom: 0;
}
.c-exhHeading._highlight span {
  position: relative;
  bottom: -2px;
  display: inline-flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ee8b16;
}

.p-exhPanel {
  padding-bottom: 100px;
}
.p-exhPanel__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px;
}
.p-exhPanel__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.p-exhPanel__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -27px;
  width: 1px;
  height: 100%;
  content: "";
  background: #ccc;
}
.p-exhPanel__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  line-height: 1;
  color: #fff;
  content: "";
  background-color: #ee8b16;
}
.p-exhPanel__item._exh::before {
  content: "企画展";
}
._en .p-exhPanel__item._exh::before {
  content: "Special Exhibition";
}
.p-exhPanel__item._collection::before {
  content: "収蔵品展";
  background-color: #404040;
}
._en .p-exhPanel__item._collection::before {
  content: "From the Collection";
}
.p-exhPanel__item._projectN::before {
  content: "project N";
  background-color: #d72c2d;
}
.p-exhPanel__itemBody {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  text-decoration: none;
}
.p-exhPanel__itemBody:not(:last-child) {
  margin-bottom: 60px;
}
.p-exhPanel__itemBody a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.p-exhPanel__image, .p-exhPanel__name, .p-exhPanel__more {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;
}
[data-mh*=link] .p-exhPanel__image, [data-mh*=link] .p-exhPanel__name, [data-mh*=link] .p-exhPanel__more {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.p-exhPanel__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  margin-bottom: 65px;
}
.p-exhPanel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-exhPanel__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-exhPanel__nameMain {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-exhPanel__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  margin-top: auto;
  margin-bottom: 0;
}
.p-exhPanel__moreButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 232px;
  height: 46px;
  color: #ee8b16;
  border: 1px solid #ee8b16;
  transition: all 0.1s ease;
  transition-property: background, color;
}
a:hover .p-exhPanel__moreButton {
  color: #fff;
  background: #ee8b16;
}