.secCan {
  padding: 34px 64px;
  background: #ffffff;
  max-width: 900px;
  margin: 0 auto 90px;
}
.secCan h2 {
  font-family: "Shippori Mincho", sans-serif;
  color: #565656;
  font-size: 16px;
  padding-bottom: 24px;
  letter-spacing: 0.01em;
}
.secCan ul li {
  font-size: 12px;
  color: #8E8E8E;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 190%;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .secCan {
    margin: 0 auto 60px;
    padding: 34px 20px;
  }
  .secCan .wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .secCan .wrap h2 {
    padding-bottom: 16px;
  }
}
.secExhibition {
  max-width: 900px;
  margin: auto;
}
.secExhibition .ano {
  padding-bottom: 28px;
  font-size: clamp(14px, 4.1vw, 16px);
  font-family: "Shippori Mincho", sans-serif;
}
.secExhibition .ano span {
  color: #A8243A;
}

.exhibition-list-container {
  padding: 55px 65px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  margin-bottom: 200px;
  background: #ffffff;
}
.exhibition-list-container .exhibition-item {
  width: calc(50% - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .exhibition-list-container .exhibition-item {
    width: 100%;
  }
}
.exhibition-list-container .exhibition-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.exhibition-list-container .exhibition-link:hover {
  opacity: 1;
}
.exhibition-list-container .exhibition-link:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.exhibition-list-container .exhibition-header {
  display: flex;
  align-items: center;
}
.exhibition-list-container .exhibition-header .venue-title {
  font-size: clamp(14px, 4.1vw, 16px);
  color: #565656;
  line-height: 1.9;
  font-family: "Shippori Mincho", sans-serif;
}
.exhibition-list-container .venue-meta {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.5;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.exhibition-list-container .venue-meta span {
  font-size: 12px;
  color: #8E8E8E;
}
.exhibition-list-container .venue-meta .inner {
  height: -moz-fit-content;
  height: fit-content;
}
.exhibition-list-container .venue-meta .meta-open {
  background: #9E9E9E;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 9px;
  line-height: 190%;
  display: block;
}
.exhibition-list-container .venue-meta .meta-label {
  margin-right: 2px;
  white-space: nowrap;
}
.exhibition-list-container .venue-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #f2f2f2;
  overflow: hidden;
}
.exhibition-list-container .venue-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.exhibition-list-container .venue-image .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ccc;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .exhibition-list-container {
    padding: 32px 20px;
    margin-bottom: 100px;
  }
  .exhibition-list-container .exhibition-header {
    margin-bottom: -20px;
  }
  .exhibition-list-container .venue-meta {
    margin-bottom: 10px;
  }
  .exhibition-list-container .venue-meta .inner .meta-open {
    line-height: 135%;
  }
  .exhibition-list-container .venue-meta .inner:has(.meta-label) {
    margin-bottom: -20px;
  }
}/*# sourceMappingURL=style.css.map */