@charset "UTF-8";
html {
  font-size: 62.5%;
}

#scExhibition {
  /* コレクションギャラリー:詳細*/
  /* コレクション */
  /* 表示・非表示ボタン */
}

#scExhibition.detail hr {
  /*margin-bottom:4vw;*/
}

#scExhibition.detail #scMainImg {
  position: relative;
  margin-bottom: 6vw;
}

#scExhibition.detail #scMainImg img {
  width: 100%;
  height: calc(100vw / 6 * 5 * 0.625);
  -o-object-fit: cover;
  object-fit: cover;
}

#scExhibition.detail #scTitle {
  position: relative;
  margin-bottom: 6vw;
  overflow: visible;
}

#scExhibition.detail #scTitle p:nth-of-type(1) {
  margin-bottom: 3vw;
  font-size: 1.6rem;
}

#scExhibition.detail #scTitle p:nth-of-type(2) {
  margin-bottom: 1.5vw;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

#scExhibition.detail #scTitle p:nth-of-type(3) {
  font-size: 1.8rem;
  color: #5D5D5D;
}

#scExhibition.detail #scTitle > div {
  position: absolute;
  right: calc( -100vw / 6 - 15px);
  top: calc(1.6em + 2.5vw);
}

#scExhibition.detail #scTitle > div a {
  display: block;
}

#scExhibition.detail #scTitle > div a:nth-of-type(1) {
  margin-bottom: 0.5vw;
}

#scExhibition.detail #scEventInfo dl, #scExhibition.detail #scEventInfo02 dl {
  overflow: hidden;
}

#scExhibition.detail #scEventInfo dt, #scExhibition.detail #scEventInfo02 dt {
  float: left;
  margin-bottom: 10px;
  padding-top: 2px;
  line-height: 1.5em;
}

#scExhibition.detail #scEventInfo dd, #scExhibition.detail #scEventInfo02 dd {
  margin-left: 4em;
  margin-bottom: 10px;
  padding-top: 2px;
  line-height: 1.5em;
}

#scExhibition.detail #scEventInfo {
  overflow: hidden;
  margin-bottom: 6vw;
  /*
			width:calc(100vw / 6 * 5);
			margin: auto;
			*/
}

#scExhibition.detail #scEventInfo .wrap {
  float: left;
  width: calc(100vw / 6 * 2.8);
}

#scExhibition.detail #scEventInfo .description {
  margin-bottom: 4vw;
}

#scExhibition.detail #scEventInfo .description p {
  margin-bottom: 1vw;
  font-size: 1.5rem;
  color: #222222;
}

#scExhibition.detail #scEventInfo .description small {
  font-size: 1.2rem;
  color: #222222;
}

#scExhibition.detail #scEventInfo .description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 3vw;
}

#scExhibition.detail #scEventInfo .description ul li {
  width: 12vw;
  margin-bottom: 4vw;
  margin-right: calc(100vw / 6 - 12vw);
}

#scExhibition.detail #scEventInfo .description ul li:nth-of-type(3n) {
  margin-right: 0;
}

#scExhibition.detail #scEventInfo .description ul li img {
  width: 12vw;
  height: 12vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
  background: #F7F7F7;
}

#scExhibition.detail #scEventInfo .list {
  margin-bottom: 4vw;
}

#scExhibition.detail #scEventInfo .list p {
  font-size: 1.4rem;
}

#scExhibition.detail #scEventInfo .list p strong {
  display: block;
  margin: 0;
}

#scExhibition.detail #scEventInfo .attention {
  font-size: 1.4rem;
}

#scExhibition.detail #scEventInfo .attention strong {
  display: inline-block;
  font-weight: normal;
  background: #FFF;
  border: 1px solid #707070;
  padding: 0.5vw 2.5vw;
  margin: 0;
  position: relative;
  top: calc( (1.4em + 1vw) / 2);
}

#scExhibition.detail #scEventInfo .attention p {
  background: #F6F6F6;
  padding: 2.5vw;
}

#scExhibition.detail #scEventInfo .info {
  float: right;
  width: calc(100vw / 6 * 1);
  font-size: 1.2rem;
}

#scExhibition.detail #scEventInfo .info strong {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
}

#scExhibition.detail #scWorks {
  background: #222;
  color: #CCC;
  padding: 5vw 0 5vw 5vw;
  overflow: hidden;
  margin-bottom: 6vw;
}

#scExhibition.detail #scWorks strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 300;
  border-bottom: 2px solid #2C2C2C;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

#scExhibition.detail #scWorks ul {
  width: 104%;
}

#scExhibition.detail #scWorks ul li {
  padding-right: 2%;
  font-size: 1.2rem;
}

#scExhibition.detail #scWorks ul li small {
  display: block;
  margin-top: 0.25vw;
  font-size: 1rem;
  color: #A2A2A2;
  line-height: 1.6;
}

#scExhibition.detail #scWorks ul li img {
  width: 100%;
  height: auto;
}

#scExhibition.detail #scEventInfo02 {
  overflow: hidden;
  margin-bottom: 6vw;
}

#scExhibition.detail #scEventInfo02 .event {
  float: left;
  width: calc(100vw / 6 * 2.8);
  font-size: 1.5rem;
}

#scExhibition.detail #scEventInfo02 .event p, #scExhibition.detail #scEventInfo02 .event table {
  margin-bottom: 2vw;
  color: #222222;
}

#scExhibition.detail #scEventInfo02 .event table th, #scExhibition.detail #scEventInfo02 .event table td {
  text-align: left;
  vertical-align: top;
  padding: 0.2vw 0;
}

#scExhibition.detail #scEventInfo02 .event table th {
  font-weight: normal;
  width: 20%;
  white-space: nowrap;
}

#scExhibition.detail #scEventInfo02 .event h3, #scExhibition.detail #scEventInfo02 .event strong {
  font-weight: normal;
  display: block;
  margin-bottom: 0.2em;
}

#scExhibition.detail #scEventInfo02 .event h3, #scExhibition.detail #scEventInfo02 .event strong {
  margin: 0 0 10px;
}

#scExhibition.detail #scEventInfo02 .event h3:nth-of-type(n+2), #scExhibition.detail #scEventInfo02 .event strong:nth-of-type(n+2) {
  margin-top: 20px;
}

#scExhibition.detail #scEventInfo02 .sponsor {
  float: right;
  width: calc(100vw / 6 * 1);
  font-size: 1.2rem;
}

#scExhibition.detail #scEventInfo02 .sponsor h2 {
  display: block;
  position: relative;
}

#scExhibition.detail #scEventInfo02 .sponsor strong {
  display: block;
  margin-bottom: 0;
}

#scExhibition.detail #scDocument {
  overflow: hidden;
  margin-bottom: 6vw;
  background: #FFF;
}

#scExhibition.detail #scDocument div {
  border: 1px solid #222222;
  width: 50%;
  float: left;
  padding: 2vw 0;
  font-size: 1.3rem;
  overflow: hidden;
  position: relative;
}

#scExhibition.detail #scDocument div p {
  margin: 0;
}

#scExhibition.detail #scDocument div p:nth-of-type(1) {
  width: calc(100vw / 6 - 3vw);
  position: absolute;
  left: 2vw;
  line-height: 1.2;
}

#scExhibition.detail #scDocument div p:nth-of-type(1) strong {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 3vw;
}

#scExhibition.detail #scDocument div p:nth-of-type(2) {
  width: calc(100vw / 6 - 3vw);
  margin-left: calc(100vw / 6);
  height: 10vw;
}

#scExhibition.detail #scDocument div p:nth-of-type(2) img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  /*
						max-height:10vw;
						height:10vw;
						*/
}

#scExhibition.detail #scDocument div:nth-of-type(2) {
  border-left: none;
}

#scExhibition.detail #scBtnArea {
  margin-bottom: 6vw;
}

#scExhibition.detail #scBtnArea a {
  display: block;
  background: #222;
  color: #FFF;
  padding: 1vw;
  text-align: center;
  font-size: 1.4rem;
}

#scExhibition.detail #scBtnArea a:nth-of-type(2) {
  margin-top: 2vw;
  background: #EBEBEB;
  color: #222;
}

#scExhibition .ph-zoom {
  position: relative;
  width: 100%;
  background: #F6F6F6;
  text-align: center;
  margin-bottom: 1vw;
}

#scExhibition .ph-zoom a {
  display: block;
}

#scExhibition .ph-zoom img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 360px;
}

#scExhibition .ph-zoom::after {
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  width: 40px;
  /*画像の幅*/
  height: 40px;
  /*画像の高さ*/
  background-image: url(../img/common/icon_zoom.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

#scExhibition .btn-indication {
  text-align: right;
}

#scExhibition .btn-indication a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 1.5rem;
  cursor: pointer;
}

#scExhibition .btn-indication a::after {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#scExhibition .btn-indication a.close::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 8px;
}

#scPastExhibitions {
  overflow: hidden;
  margin-top: 10vw;
}

#scPastExhibitions > div {
  float: left;
}

#scPastExhibitions > div h3 {
  font-size: 1.7rem;
  font-weight: 300;
}

#scPastExhibitions .list-year {
  width: calc(100vw / 6 - 1px);
}

#scPastExhibitions .list-year h2 {
  font-family: nimbus-sans, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  color: #CCCCCC;
  letter-spacing: -2px;
  margin-bottom: 1vw;
}

#scPastExhibitions .list-year p {
  width: 63%;
  margin-bottom: 0;
  padding: 1vw;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
}

#scPastExhibitions .list-year p::after {
  content: '';
  display: block;
  position: absolute;
  right: 1vw;
  bottom: calc(1vw + (1.8em / 2));
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent #565656 #565656 transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*transition: 0.2s all ease-out 0s;*/
}

#scPastExhibitions .list-year p.active::after {
  /*transform: scale(1, -1);*/
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: calc(1vw + (1.2em / 2));
}

#scPastExhibitions .list-year ul {
  width: 63%;
  display: none;
}

#scPastExhibitions .list-year ul li {
  margin-bottom: 0;
  padding: 1vw;
  border-bottom: 1px solid #CCC;
  font-size: 1.4rem;
  position: relative;
}

#scPastExhibitions .content {
  width: calc(100vw / 6 * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#scPastExhibitions .content#old-site-design {
  display: block;
}

#scPastExhibitions .content section {
  width: calc(100vw / 6);
  /*float: left;*/
}

#scPastExhibitions .content section:nth-of-type(4n) {
  clear: both;
}

#scPastExhibitions .content section img {
  width: 100%;
  height: auto;
  padding-right: 10%;
}

#scPastExhibitions .content section span {
  display: block;
  padding-right: 10%;
}

#scPastExhibitions .content section .no {
  margin: 1.5vw 0;
  font-size: 1.6rem;
  color: #A2A2A2;
}

#scPastExhibitions .content section .name {
  margin: 0 0 0.2vw;
  font-size: 1.4rem;
}

#scPastExhibitions .content section .date {
  font-size: 1.2rem;
  color: #5D5D5D;
}

#scPastExhibitions .content p .period {
  display: block;
  font-size: 1.2rem;
  color: #5D5D5D;
}

@media screen and (max-width: 767px) {
  #scExhibition.list {
    margin-bottom: 53px;
  }
  #scExhibition.detail header h1 {
    margin-bottom: 4vw;
  }
  #scExhibition.detail #scMainImg {
    left: 0;
    width: 100%;
    margin-bottom: 12vw;
  }
  #scExhibition.detail #scMainImg img {
    width: 100%;
    height: auto;
  }
  #scExhibition.detail #scTitle > div {
    position: absolute;
    right: -15px;
    top: -10vw;
  }
  #scExhibition.detail #scEventInfo .wrap {
    float: none;
    width: 100%;
  }
  #scExhibition.detail #scEventInfo .wrap > div {
    margin-bottom: 20vw;
  }
  #scExhibition.detail #scEventInfo .wrap .list {
    margin-bottom: 10vw;
  }
  #scExhibition.detail #scEventInfo .info {
    float: none;
    width: 100%;
  }
  #scExhibition.detail #scEventInfo .attention {
    float: none;
    width: 100%;
  }
  #scExhibition.detail #scEventInfo .attention p {
    background: #F6F6F6;
    padding: 8vw;
  }
  #scExhibition.detail #scEventInfo .description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10vw;
  }
  #scExhibition.detail #scEventInfo .description ul li {
    width: 37vw;
    margin-bottom: 6vw;
    margin-right: 5vw;
  }
  #scExhibition.detail #scEventInfo .description ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #scExhibition.detail #scEventInfo .description ul li:nth-of-type(3n) {
    margin-right: 4vw;
  }
  #scExhibition.detail #scEventInfo .description ul li img {
    width: 37vw;
    height: 37vw;
  }
  #scExhibition.detail #scWorks {
    background: #222;
    color: #CCC;
    padding: 0 0 5vw 5vw;
    overflow: hidden;
    margin-bottom: 6vw;
    width: 92vw;
  }
  #scExhibition.detail #scWorks strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 300;
    border-bottom: 2px solid #2C2C2C;
    margin: 5vw 0 5vw 0vw;
  }
  #scExhibition.detail #scWorks ul {
    width: 100%;
  }
  #scExhibition.detail #scWorks ul li {
    width: 87vw !important;
  }
  #scExhibition.detail #scWorks .slick-next {
    right: calc(5vw + 2%);
  }
  #scExhibition.detail #scEventInfo02 {
    overflow: hidden;
    margin-bottom: 6vw;
  }
  #scExhibition.detail #scEventInfo02 .event {
    float: none;
    width: 100%;
  }
  #scExhibition.detail #scEventInfo02 .event hr {
    display: none;
  }
  #scExhibition.detail #scEventInfo02 .event p, #scExhibition.detail #scEventInfo02 .event table {
    margin-bottom: 2vw;
    font-size: 1.5rem;
    color: #222222;
  }
  #scExhibition.detail #scEventInfo02 .event table th, #scExhibition.detail #scEventInfo02 .event table td {
    text-align: left;
    vertical-align: top;
    padding: 0.2vw 0;
  }
  #scExhibition.detail #scEventInfo02 .event table th {
    font-weight: normal;
    width: 20%;
    white-space: nowrap;
  }
  #scExhibition.detail #scEventInfo02 .event strong {
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    margin-bottom: 0.2em;
  }
  #scExhibition.detail #scEventInfo02 .sponsor {
    float: none;
    width: 100%;
    font-size: 1.2rem;
  }
  #scExhibition.detail #scEventInfo02 .sponsor hr {
    display: none;
  }
  #scExhibition.detail #scEventInfo02 .sponsor h2 {
    display: block;
    margin-top: 15vw;
    padding: 4vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #scExhibition.detail #scEventInfo02 .sponsor h2::after {
    position: absolute;
    right: 4vw;
    top: 20px;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #scExhibition.detail #scEventInfo02 .sponsor h2.active::after {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #scExhibition.detail #scEventInfo02 .sponsor p {
    display: none;
  }
  #scExhibition.detail #scEventInfo02 .sponsor strong {
    display: block;
    margin-bottom: 0;
  }
  #scExhibition.detail #scDocument {
    overflow: hidden;
    margin-bottom: 6vw;
    background: #FFF;
  }
  #scExhibition.detail #scDocument div {
    border: 1px solid #222222;
    width: 100%;
    float: none;
    padding: 6vw 0;
    font-size: 1.3rem;
    overflow: hidden;
    position: relative;
  }
  #scExhibition.detail #scDocument div p:nth-of-type(1) {
    width: calc( 50% - 6vw - 5vw);
    position: absolute;
    left: 6vw;
    line-height: 1.2;
  }
  #scExhibition.detail #scDocument div p:nth-of-type(1) strong {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 3vw;
  }
  #scExhibition.detail #scDocument div p:nth-of-type(2) {
    margin-left: 50%;
    width: calc(50% - 6vw);
    height: auto;
  }
  #scExhibition.detail #scDocument div p:nth-of-type(2) img {
    /*
						max-height:20%;
						margin-left:50%;
						width:auto;
						height:10%;
						*/
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
  #scExhibition.detail #scDocument div:nth-of-type(2) {
    margin-top: 2vw;
    border-left: 1px solid #222222;
  }
  #scExhibition.detail #scBtnArea {
    margin-top: 10vw;
  }
  #scExhibition.detail #scBtnArea a {
    padding: 4vw;
  }
  #scExhibition.detail #scBtnArea a:nth-of-type(2) {
    padding: 4vw;
    margin-top: 4vw;
  }
  #scExhibition #sigCuratorialStudies #scEventInfo02 {
    margin-bottom: 12vw;
  }
  #scExhibition #sigCuratorialStudies #scEventInfo02 .event hr {
    display: block;
  }
  #scExhibition #sigCuratorialStudies h2 {
    margin-top: 0;
  }
  #scPastExhibitions {
    overflow: hidden;
    margin-top: 10vw;
  }
  #scPastExhibitions > div {
    float: none;
  }
  #scPastExhibitions .list-year {
    width: 45%;
    margin: 0 0 10vw;
  }
  #scPastExhibitions .list-year h2, #scPastExhibitions .list-year p, #scPastExhibitions .list-year ul {
    width: 100%;
  }
  #scPastExhibitions .list-year h2 {
    margin: 0;
    width: 80%;
    font-size: 15vw;
  }
  #scPastExhibitions .content {
    width: 100%;
  }
  #scPastExhibitions .content section {
    width: 50%;
  }
}
