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

.p-exhList {
  padding-bottom: 50px;
}
.p-exhList__section:not(:first-child) {
  padding-top: 80px;
}
.p-exhList__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 12px;
}
.p-exhList__item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  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;
}
.p-exhList__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin-bottom: 40px;
  line-height: 1;
  color: #fff;
}
.p-exhList__item._exh::before {
  content: "企画展";
  background-color: #ee8b16;
}
._en .p-exhList__item._exh::before {
  content: "Special Exhibition";
}
.p-exhList__item._collection::before {
  content: "収蔵品展";
  background-color: #404040;
}
._en .p-exhList__item._collection::before {
  content: "From the Collection";
}
.p-exhList__item._projectN::before {
  content: "project N";
  background-color: #d72c2d;
}
.p-exhList__item._special::before {
  width: auto;
  height: auto;
  font-weight: 700;
  color: #000;
  content: "[特別展示]";
}
._en .p-exhList__item._special::before {
  content: "[Special Thematic Exhibition]";
}
.p-exhList__info {
  order: 2;
}
.p-exhList__info:not(:first-child) {
  margin-top: 30px;
}
.p-exhList__header {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.p-exhList__header:not(:last-child) {
  margin-bottom: 20px;
}
.p-exhList__headerCategory {
  display: inline-block;
}
.p-exhList__headerCategory._bold {
  margin-bottom: 8px;
  font-weight: 700;
}
.p-exhList__headerTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-exhList__headerTitle:not(:last-child) {
  margin-bottom: 4px;
}
.p-exhList__thumb {
  order: 1;
  width: 40vw;
  margin-bottom: 20px;
}
.p-exhList__thumb figcaption {
  margin-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: right;
}
.p-exhList__more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}