.l-kv {
  position: relative;
  max-width: 136.6rem;
  margin: 13rem auto 0;
  padding-top: 6rem;
  border-top: 1px solid #000;
}

.l-kv_bread {
  margin-top: 2rem;
}

.l-performance {
  margin-top: 6rem;
  padding: 6rem 0 12rem;
  border-top: 1px solid var(--color-black);
}

.l-performance_wrapper {
  padding-top: 0;
  border-top: 0;
}

.l-performance_years_head_label {
  display: block;
}

.l-performance_years_select_wrapper {
  max-width: 24.8rem;
  margin-top: 1rem;
}

.l-performance_years_link {
  display: inline-block;
  position: relative;
  margin-top: 1rem;
  padding: 1.5rem 2rem 1.5rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .04em;
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-performance_years_link_wrapper {
  text-align: left;
}

.l-performance_years_link_popup {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  translate: 0 -50%;
}

.l-performance_years_link_popup g {
  -webkit-transition: stroke var(--duration) var(--easing);
  transition: stroke var(--duration) var(--easing);
}

.l-performance_item {
  display: grid;
  grid-template-columns: 28.4rem 1fr;
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
  gap: 0 6rem;
}

.l-performance_items {
  display: grid;
  gap: 12rem 0;
}

.l-performance_item_img {
  width: 100%;
  margin: 0 auto;
  scale: 1.05;
  opacity: 0;
  -webkit-transition: opacity var(--duration-slow) var(--easing),scale var(--duration-slow) var(--easing);
  transition: opacity var(--duration-slow) var(--easing),scale var(--duration-slow) var(--easing);
}

.l-performance_item_img.is-active {
  scale: 1;
  opacity: 1;
}

.l-performance_item_img_wrapper {
  overflow: hidden;
}

.l-performance_item_content_info {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0 1.3rem;
}

html[lang=en] .l-performance_item_content_info {
  grid-template-columns: 11rem 1fr;
}

.l-performance_item_content_info_wrapper {
  margin-top: 1.3rem;
}

.l-performance_item_content_info_location_popup {
  translate: 0 .1rem;
}

.l-performance_item_content_info_content {
  padding-top: .4rem;
}

.l-performance_item_content_info_content:not(:has(.l-performance_item_content_info_schedules)) .l-performance_item_content_info_location {
  padding: .2rem 0;
}

.l-performance_item_content_txt {
  margin-top: 1.8rem;
}

.l-performance_item_btn_wrapper {
  display: grid;
  margin-top: 2rem;
  gap: 4.2rem 0;
}

.l-performance_latest_wrapper {
  width: 32.4rem;
  max-width: 100%;
  margin-top: 12rem;
}

.l-performance_latest_btn {
  padding: calc(2rem - 1px);
  line-height: 1.3;
  letter-spacing: .04em;
}

@media screen and (max-width: 48em) {
  .l-kv {
    margin-top: 9rem;
    padding-top: 4rem;
  }
  .l-performance {
    margin-top: 4rem;
    padding: 4rem 0 6rem;
  }
  .l-performance_years_head_label {
    font-size: 1.4rem;
  }
  .l-performance_years_select_wrapper {
    max-width: 100%;
  }
  .l-performance_years_link {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
  }
  .l-performance_item {
    display: block;
  }
  .l-performance_items {
    padding-top: 2.5rem;
    gap: 6rem;
  }
  .l-performance_item_img {
    max-width: 25rem;
  }
  .l-performance_item_content_ttl {
    margin-top: 2rem;
  }
  .l-performance_item_content_info {
    grid-template-columns: 5rem 1fr;
    min-inline-size: 100%;
    gap: 0 1.5rem;
  }
  html[lang=en] .l-performance_item_content_info {
    grid-template-columns: 8rem 1fr;
  }
  .l-performance_item_content_info_wrapper {
    margin-top: 1rem;
  }
  .l-performance_item_content_info_content {
    padding-top: 0;
  }
  .l-performance_item_content_txt {
    margin-top: 1rem;
  }
  .l-performance_item_btn_wrapper {
    margin-top: 1rem;
    gap: 2.2rem 0;
  }
  .l-performance_latest_wrapper {
    width: 100%;
    margin-top: 6rem;
  }
  .l-performance_latest_btn {
    padding: calc(2.3rem - 1px) calc(2rem - 1px);
  }
}

@media (hover: hover) {
  .l-performance_years_link:hover {
    color: var(--color-red);
  }
  .l-performance_years_link:hover g {
    stroke: currentColor;
  }
  .l-performance_latest_btn:hover {
    --hover-color: var(--color-red);
  }
}
