.exhibition {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 110;
}

.exhibition-container {
  width: 86%;
  /* height: 100%; */
  position: relative;
  margin: 0 auto;
  margin-top: 120px;
  overflow-x: clip;
  overflow-y: unset;
}

.swiper-exhibition {
  width: 100%;
  /* height: 100%; */
  /* min-height: 850px; */
}

.swiper-exhibition-container {
  width: 100%;
  height: 100%;
}

.exhibition .swiper-exhibition-container {
  overflow: unset;
}

.exhibition-works {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-exhibition {
  width: 100%;
  width: calc(100% - 180px);
  display: flex;
  flex-direction: row;
}

.slide-left, .slide-right {
  height: 50%;
  display: flex;
  flex-direction: column;
}

.slide-left {
  width: 50%;
  height: 100%;
}

.slide-right {
  margin-left: 1.6rem;
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  word-break: normal;
  overflow-y: scroll;
}

.slide-left img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

.swiper-slide .img-container {
  width: 100%;
  height: 400px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f4e3;
}

.copyright-exhibition {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent;
  font-size: 11px;
  flex-wrap: wrap;
}

.author-name-jp {
  font-size: 20px;
}

.author-name-en {
  font-size: 14px;
  margin-left: 1.4rem;
}

.exhibition-title, .exhibition-specification, .exhibition-description {
  margin: 0.4rem 0;
}

.exhibition-description {
  display: flex;
  flex-direction: column;
}

.exhibition-title-jp {
  font-size: 24px;
}

.exhibition-title-en {
  font-size: 14px;
  margin-left: 0.4rem;
}

.exhibition-specification {
  font-size: 16px;
}

.exhibition-size {
  margin-left: 0.8rem;
}

.exhibition-description {
  font-size: 16px;
  line-height: 26px;
}

.index-number {
  font-size: 20px;
  margin: 3rem 0;
}

.author, .exhibition-title, .exhibition-specification, .exhibition-description {
  width: 96%;
}

@media screen and (max-width: 767px) {
  .exhibition-container {
    width: 100%;
    margin: 60px 0 32px;
    /* padding: 0 44px; */
    box-sizing: border-box;
    overflow: hidden;
  }

  .exhibition-works {
    justify-content: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: calc(100vw - 88px); */
  }

  .top-exhibition {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
  }

  .top-exhibition {
    flex-direction: column;
    align-items: center;
  }

  .slide-left {
    width: 100%;
    height: 40%;
    margin: 24px 0 16px 0;
  }

  .slide-right {
    width: 100%;
    height: 60%;
    margin-left: 0;
    word-break: normal;
    margin-top: 2rem;
    overflow: unset;
  }

  .copyright-exhibition {
    font-size: 10px;
  }

  .exhibition-description {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .author, .exhibition-title {
    display: flex;
    flex-direction: column;
  }

  .author-name-jp, .author-name-en {
    margin: 0.1rem 0;
  }

  .exhibition-title-jp, .exhibition-title-en {
    margin: 0.1rem 0;
  }

  .author, .exhibition-title, .exhibition-specification, .exhibition-description {
    height: 100%;
    margin-bottom: 0.4rem;
  }

  .exhibition-title-en {
    font-size: 14px;
    margin-left: 0.2rem;
  }

  .exhibition-size {
    margin-left: 0.4rem;
  }

  .index-number {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 2rem 0;
  } 

  .exhibition-container .close-button {
    right: 15px;
    top: 15px;
  }
  
  .exhibition {
    overflow-y: scroll;
    padding: 0 44px;
    box-sizing: border-box;
  }

  .exhibition-description-en {
    margin-bottom: 12px;
  }
    
}

@media screen and (max-height: 600px) {
  .exhibition {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .exhibition-container {
    width: 100%;
    /* margin: 60px 32px 32px; */
  }

  .swiper-exhibition {
    min-height: unset;
  }
}