/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 プロジェクト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.common-tag {
  width: fit-content;
  padding: 6px 12px;
  font-size: clamp(0.8rem, 1vw, 1.4rem);
}
.s .common-tag {
  font-size: 4vw;
}
.common-tag._event {
	background-color: rgba(255, 145, 0, 1);
}
.common-tag._others2 {
	background-color: rgba(222, 222, 222, 1);
}
.external {
  padding-right: 15px;
  background: url(../img/icon_external_black.png) top right no-repeat;
}

#project .common-bg {
  padding: 100px 0 185px;
}

#project .project-schedule {
  overflow: hidden;
  padding: 80px 0 120px;
}
.s#project .project-schedule {
  padding: 40px 0 60px;
}
#project .sub_ttl {
  display: none;
}
.s#project .main_ttl {
  padding-bottom: 5px;
}
#project-list .main_ttl {
  margin-bottom: 3%;
}
.s#project .sub_ttl {
  display: block;
  margin-bottom: 10%;
}
.s #project-schedule .sub_ttl {
  width: 34%;
  max-width: 120px;
}
.s #project-list .sub_ttl {
  width: 47%;
  max-width: 157px;
  margin-bottom: 15%;
}
#project .project-list {
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

#project .project-list-area {
  position: relative;
}

#project .project-list h2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 131px;
}
.s#project .project-list h2 {
  display: none;
}

#project .common-box {
  max-width: min(76.3888vw, 1100px);
  margin: 0 auto;
  margin-top: 10px;
  padding: 64px 50px;
  border-radius: 60px;
}
#project .project-lineup-nav-scroll {
  width: 80%;
  position: absolute;
  top: max(-3vw, -40px);
  left: 50%;
  transform: translateX(-50%);
}
.s#project .project-lineup-nav-scroll {
  /* width: 107%; */
  width: 100vw;
  top: -8vw;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
    -webkit-overflow-scrolling: touch;

  /* スクロールバー非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 2%;
}
#project .project-lineup-nav {
  width: 100%;
  /* width: 60%; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 0 0.8%;
  border-radius: 50vw;
  margin: 0 auto;
}
.s#project .project-lineup-nav {
  width: 270%;
  /* width: 190%; */
  /* width: 120%; */
  margin-left: 12%;
}
#project .project-lineup-nav li {
  position: relative;
  font-size: clamp(7px, 1vw, 16px);
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 1.5% 2%;
  /* padding: 3% 3.5%; */
}
.s#project .project-lineup-nav li {
  font-size: 3.8vw;
  padding: 1.5% 3%;
  /* padding: 2% 3.5%; */
}
#project .project-lineup-nav li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  padding-top: 4rem;
  background-color: white;
  z-index: 2;
  pointer-events: none;
}
#project .project-lineup-nav li span {
  transition: color 0.5s ease;
}
#project .project-lineup-nav li span:not(._active):hover {
  color: #929292;
}
.s#project .project-lineup-nav li span:not(._active):hover {
  color: white;
}
#project .project-lineup-nav li span._active {
  display: block;
  color: black;
  background-color: white;
  border-radius: 50vw;
  padding: 10px 30px;
}
.s#project .project-lineup-nav li span._active {
  padding: 2.5vw 8vw;
}

#project .project-lineup-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3%;
}
.s #project-list .center {
  padding: 0;
}
.s #project-list .common-box {
  max-width: none;
  padding: 20% 20px 30px 20px;
  border-radius: 3vw;
}
#project .project-lineup-list li {
  width: calc((100% - 6%) / 3);
  padding-bottom: 40px;
}
.s#project .project-lineup-list li {
  width: 100%;
  padding-bottom: 0;
}
.s#project .project-lineup-list li:not(:last-child) {
  padding-bottom: 40px;
}

#project .project-lineup-image {
  margin-bottom: 15px;
}

.s#project .project-lineup-image {
  margin: 0 auto;
  padding-bottom: 16px;
}

#project .project-lineup-exhibition {
  font-size: min(1.6rem, 1.52vw);
}

.s#project .project-lineup-exhibition {
  display: contents;
  font-size: 1.5rem;
}

#project .project-lineup-date {
  font-size: min(1.4rem, 1.38vw);
  margin-bottom: 14px;
  line-height: 1;
}
.s#project .project-lineup-date {
  font-size: 4vw;
}

#project .project-lineup-title {
  font-size: min(1.6rem, 1.68vw);
  padding-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.s#project .project-lineup-title {
  font-size: 4.2vw;
}

#project .project-lineup-title span {
  position: relative;
  font-weight: 700;
}

#project .project-lineup-title a::after {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 5%;
  padding-top: 5%;
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: contain;
}
.s#project .project-lineup-title a span::after {
  width: 7%;
  height: 15%;
}

.project-lineup-text {
  grid-area: text;
}

/* schedule */
.schedule_wrap {
  position: relative;
  width: 100%;
  margin-left: calc((100vw - 1240px) / 2);
}
@media screen and (max-width: 1240px) {
  .schedule_wrap {
    margin-left: 1%;
  }
}
.s .schedule_wrap {
  margin-left: 0;
}

.schedule_scroll {
  position: relative;
  margin-left: 220px;
  width: calc(100% - 220px);
}
@media screen and (max-width: 1240px) {
  .schedule_scroll {
    margin-left: 15%;
    width: calc(100% - 15%);
  }
}
.s .schedule_scroll {
  margin-left: 5%;
  width: calc(100% - 5%);
  margin-bottom: 5%;
}
.schedule_ttl {
  position: absolute;
  top: 4.5%;
  left: -171px;
  width: 5.8%;
  max-width: 56px;
  padding-left: 15px;
}
@media screen and (max-width: 1240px) {
  .schedule_ttl {
    left: -18%;
  }
}
.s .schedule_ttl {
  display: none;
}
.schedule_scroll_box {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;

  /* スクロールバー非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;

}
.schedule_exhibition_wrap {
  width: max-content;
  padding-right: calc((100vw - 1240px + 440px) / 2);
}
.s .schedule_exhibition_wrap {
  padding-right: 15%;
}
.schedule_exhibition {
  display: flex;
  width: max-content;
  border: 2px solid #d0d0d0;
  border-radius: 30px;
  overflow: hidden;
}
.schedule_exhibition_box {
  position: relative;
  width: 260px;
  flex-shrink: 0;
  height: 100%;
  min-height: 440px;
}
.schedule_exhibition_box ._date {
  text-align: center;
  padding: 5% 0;
  font-size: 1.6rem;
  height: 60px;
}
.schedule_exhibition_box ._date span {
  font-size: 2.3rem;
}
.schedule_exhibition_box ._exhibition_box {
  position: relative;
  height: 60vh;
  min-height: 440px;
  z-index: 1;
}
.schedule_exhibition_box:nth-of-type(odd) ._date {
  background-color: #f8f8f8;
}
.schedule_exhibition_box:nth-of-type(odd) ._exhibition_box {
  background-color: #ffffff;
}
.schedule_exhibition_box:nth-of-type(even) ._date {
  background-color: #ffffff;
}
.schedule_exhibition_box:nth-of-type(even) ._exhibition_box {
  background-color: #f8f8f8;
}
.schedule_exhibition ._exhibition_abs {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 2.5%;
  border-radius: 10px;
  font-size: 1.4rem;
  z-index: 2;
}
.schedule_exhibition ._exhibition_abs ._img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.schedule_exhibition ._exhibition_abs ._img img {
  width: auto;
  height: 9vh;
  max-height: 92px;
  border-radius: 10px;
}
.schedule_exhibition ._exhibition_abs ._text {
  font-weight: bold;
}
.schedule_exhibition ._blue {
  background-color: #00a1ff;
}
.schedule_exhibition ._yellow {
  background-color: #fff100;
}
.schedule_exhibition ._pink {
  background-color: #FF6A88;
}
.schedule_exhibition ._green {
  background-color: #00d700;
}
.schedule_exhibition ._sweden {
  top: calc(60px + 5%);
  left: 80%;
  width: 624px;
}
.schedule_exhibition ._special2 {
  top: calc(60px + 5%);
  left: 80%;
  width: 624px;
}
.schedule_exhibition ._group {
  top: calc(60px + 25%);
  left: 0;
  width: 285px;
}
.schedule_exhibition ._ac {
  top: calc(60px + 45%);
  left: 83%;
  width: 280px;
  font-size: 1.3rem;
}
.schedule_exhibition ._100thlecture {
  top: calc(60px + 65%);
  left: 0;
  width: 260px;
  /* font-size: 1.2rem; */
}
.schedule_exhibition ._special3 {
  top: calc(60px + 5%);
  left: 80%;
  width: 624px;
}
.schedule_exhibition ._thematic1 {
  top: calc(60px + 25%);
  left: 70%;
  width: 624px;
}
.schedule_exhibition ._special4 {
  top: calc(60px + 5%);
  left: 20%;
  width: 1196px;
}
.schedule_exhibition ._thematic2 {
  top: calc(60px + 25%);
  left: 25%;
  width: 530px;
}
.schedule_exhibition ._archives {
  top: calc(60px + 45%);
  left: 25%;
  width: 530px;
}
.schedule_exhibition ._symposium {
  top: calc(60px + 65%);
  left: 0;
  width: 260px;
}
.schedule_nav {
  width: 11%;
  max-width: 185px;
  position: absolute;
  bottom: 0;
  left: 0.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s .schedule_nav {
  position: static;
  width: 35%;
  margin: 0 auto;
}
.schedule_nav button {
  width: 45%;
  border-radius: 50vw;
  border: none;
  background-color: transparent;
  opacity: 1;
  transition: 0.3s;
}
.schedule_nav button:hover {
  transform: scale(1.05);
}
.schedule_nav button:disabled {
  opacity: 0.3;
  cursor: default;
}
.schedule_nav button:disabled:hover {
  transform: scale(1);
}