/* ================================== ayame ================================== */
.works-ayame {
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
}

.works-ayame, .kakure-taikan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 110;
}

.ayame-title {
  font-size: 24px;
  text-align: center;
  margin: 5rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ayame-title-english {
  width: 90%;
  margin-top: 1rem;
}

.works-ayame .slide-left {
  /* margin: 1rem 0 1rem 0; */
}

.works-ayame .top-exhibition {
  width: 100%;
  min-height: 500px;
  padding-bottom: 7rem;
}

.works-ayame .exhibition-container {
  width: 700px;
  margin-top: 0px;
}

/* ================================== kakure-taikan ================================== */

.kakure-taikan {
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.6);
}

.kakure-taikan .exhibition-container {
  margin-top: 0;
  width: 700px;
}

.kakure-taikan .exhibition-works {
  justify-content: unset;
}

.kakure-taikan-top {
  width: 100%;
  max-width: 400px;
}

.kakure-taikan-bottom {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 64px;
}

.kakure-taikan-title {
  font-size: 24px;
  margin: 1.6rem 0;
  display: flex;
  flex-direction: column;
}

.kakure-taikan-title-english {
  font-size: 21px;
  margin-top: 0.1rem;
}

.kakure-taikan-description {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.kakure-taikan-description-english {
  margin-top: 1.6rem;
}

.kakure-title-img {
  margin: 0.6rem;
  width: 300px;
}

.taikan-img {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: rgba(250, 235, 215, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.taikan-img img {
  object-fit: contain;
  max-width: 400px;
  max-height: 400px;
}

.waribiki {
  width: 100%;
  display: flex;
  flex-direction: column;
  object-fit: contain;
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 2rem;
	pointer-events: unset;
}

.waribiki-download {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.waribiki-download-img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.waribiki-download-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* ================================== ayame ================================== */
  .ayame-title {
    font-size: 18px;
    margin: 3rem 0;
  }

  .works-ayame .exhibition-container {
    /* max-width: 300px; */
    width: 100%;
  }

  .works-ayame .slide-left {
    margin: 1rem 0 1rem 0;
  }

  .works-ayame .slide-right, .works-ayame .slide-left {
    width: 90%;
    max-width: 300px;
  }

  /* ================================== kakure-taikan ================================== */
  .kakure-taikan .exhibition-container {
    margin-top: 0;
    width: 100%;
  }

  .waribiki-download {
    flex-direction: column;
    align-items: flex-start;
  }

  .waribiki-text {
    margin: 0.4rem 0;
  }

  .kakure-title-img {
    width: 80%;
    max-width: 240px;
  }

  .kakure-taikan-top {
    width: 90%;
    max-width: 300px;
  }

  .kakure-taikan-bottom {
    display: flex;
    width: 90%;
    flex-direction: column;
    max-width: 300px;
    margin-bottom: 64px;
  }

  .kakure-taikan-title-english {
    font-size: 18px;
    margin-top: 0.1rem;
  }
}