@charset "UTF-8";
.c-btn-orange {
  width: 143px;
  max-width: 100%;
  height: 38px;
  line-height: 34px;
  background: #fff;
}
.c-btn-orange a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #e46a00;
  text-align: center;
  text-decoration: none;
  border: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
}
.c-btn-orange a::after {
  position: absolute;
  top: 38%;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #e46a00;
  border-right: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-btn-orange a:hover {
  color: #fff;
  background: #e46a00;
}
.c-btn-orange a:hover::after {
  border-color: #fff;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 46px;
  color: #ee8b16;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ee8b16;
  transition: all 0.3s ease;
  transition-property: color, background;
}
.c-btn__text {
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: color 0.2s ease-out;
}
.c-btn__text span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
._small .c-btn__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
._exSmall .c-btn__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
._download .c-btn__text {
  text-align: left;
}
._download:not(._large) .c-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-resultCard__title ._small .c-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn__arrow {
  position: absolute;
  top: 50%;
  height: 13px;
  transform: translateY(-50%);
}
.c-btn__arrow svg {
  height: 13px;
  vertical-align: top;
  fill: #fff;
}
a:hover .c-btn, .c-btn:hover {
  color: #fff;
  background: #ee8b16;
}
a:hover .c-btn .c-btn__text, .c-btn:hover .c-btn__text {
  color: #ee8b16;
}
a:hover .c-btn .c-btn__icon svg,
a:hover .c-btn .c-btn__arrow svg, .c-btn:hover .c-btn__icon svg,
.c-btn:hover .c-btn__arrow svg {
  fill: #ee8b16;
}
.c-btn._inlineFlex {
  display: inline-flex;
  min-width: inherit;
  padding-right: 42px;
  padding-left: 32px;
}
.c-btn._brackets {
  position: relative;
  max-width: 500px;
}
.c-btn._brackets .c-btn__arrow {
  right: 13px;
}
.c-btn._brackets .c-btn__arrow svg {
  width: 7.5px;
}
.c-btn._brackets._download:not(._large) svg {
  width: 6px;
}
.c-btn._brackets._exSmall svg {
  width: 4px;
}
.c-btn._white {
  width: auto;
  max-width: 500px;
  height: 55px;
  padding-right: 46px;
  padding-left: 36px;
  font-weight: 700;
  background: #fff;
  border: 2px solid #ee8b16;
}
.c-btn._white .c-btn__text {
  color: #ee8b16;
}
.c-btn._white .c-btn__arrow svg {
  fill: #ee8b16;
}
a:hover .c-btn._white, .c-btn._white:hover {
  background: #ee8b16;
}
a:hover .c-btn._white .c-btn__text, .c-btn._white:hover .c-btn__text {
  color: #fff;
}
a:hover .c-btn._white .c-btn__arrow svg, .c-btn._white:hover .c-btn__arrow svg {
  fill: #fff;
}
.c-btn._white._external .c-btn__text::before {
  background-color: #ee8b16;
}
.c-btn._white._external:hover .c-btn__text::before {
  background-color: #fff;
}
.c-btn._external .c-btn__text {
  display: inline-flex;
  align-items: baseline;
}
.c-btn._external .c-btn__text::before {
  display: block;
  align-self: center;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  content: "";
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transition: background-color 0.2s ease-out;
}

.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-exhList {
  padding-bottom: 100px;
}
.p-exhList__section:not(:first-child) {
  padding-top: 140px;
}
.p-exhList__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-exhList__item:not(:last-child) {
  padding-bottom: 56px;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 36px;
  line-height: 1;
  color: #fff;
}
._en .p-exhList__item::before {
  min-width: 200px;
}
.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 {
  width: 67.27%;
}
._exh .p-exhList__info, ._collection .p-exhList__info, ._projectN .p-exhList__info {
  padding-top: 54px;
}
._special .p-exhList__info {
  padding-top: 32px;
}
.p-exhList__header {
  font-size: 14px;
  font-size: 0.875rem;
}
.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 {
  width: 24.18%;
}
.p-exhList__thumb figcaption {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.p-exhList__more {
  margin-top: 36px;
}