:root {
  --btn-width: 32.4rem;
}

.l-performance {
  padding: 6rem 0 12rem;
}

.l-performance_container {
  padding-top: 12rem;
  border-top: 0;
}

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

html[lang=en] .l-performance_ttl {
  font-weight: 700;
}

.l-performance_img {
  aspect-ratio: 1194/671;
  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_img.is-active {
  scale: 1;
  opacity: 1;
}

.l-performance_img_wrapper {
  overflow: hidden;
}

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

.l-performance_item_link {
  padding: 0;
}

.l-performance_content .p-content_column_2 img.is-landscape {
  max-width: 100%;
}

.l-performance_content .p-content_column_2 img.is-portrait {
  max-width: 100%;
}

.l-performance_content .p-content_column_float img.is-landscape {
  max-width: 100%;
}

.l-performance_content .p-content_column_float img.is-portrait {
  max-width: 100%;
}

.l-performance_content img {
  margin: 0 auto;
}

.l-performance_content img.is-landscape {
  max-width: 85rem;
}

.l-performance_content img.is-portrait {
  max-width: 56.8rem;
}

.l-performance_btn {
  --btn-bg: var(--color-black);
  --btn-color: var(--color-white);
}

.l-performance_btn_wrapper {
  margin-top: 6rem;
}

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

.l-performance_other_items {
  display: grid;
  padding-top: 4rem;
  gap: 4rem 0;
}

.l-performance_other_item_ttl {
  padding: .3rem 1.5rem;
  border: 1px solid var(--color-black);
}

.l-performance_other_item_txt {
  margin-top: 1rem;
}

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

.l-performance_other_item_txt a {
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-performance_other_item_link {
  text-decoration: underline;
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-performance_news {
  display: grid;
  gap: 3rem 0;
}

.l-performance_news_wrapper {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid #000;
}

.l-performance_news_item {
  display: grid;
  gap: 1rem 0;
}

.l-performance_news_items {
  display: grid;
  margin-top: 4rem;
  gap: 3rem 0;
}

.l-performance_news_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .8rem;
}

.l-performance_news_item_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .3rem .2rem;
  border: 1px solid var(--color-black);
}

.l-performance_news_item_newmark {
  color: var(--color-red);
}

.l-performance_news_item_content {
  display: grid;
  grid-template-columns: 1fr 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}

.l-performance_news_item_content_txt {
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-performance_news_item_content_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}

.l-performance_news_item_content_pin {
  width: 1.4rem;
  height: 1.4rem;
}

.l-performance_news_item_content_pin path {
  -webkit-transition: fill var(--duration) var(--easing);
  transition: fill var(--duration) var(--easing);
}

.l-performance_news_item_content_pin_wrapper {
  padding-top: .5rem;
}

.l-performance_news_item_content_icn {
  width: 1.2rem;
  height: 1.2rem;
}

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

.l-performance_lists {
  display: grid;
  gap: 1rem;
}

.l-performance_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-performance_list img {
  width: auto;
  height: 5.6rem;
  margin-right: 1rem;
  margin-left: 0;
}

.l-performance_list img.is-landscape {
  max-width: 100%;
}

.l-performance_list img.is-portrait {
  max-width: 100%;
}

.l-performance_list_before {
  min-width: 3em;
  margin-right: 1rem;
}

.l-performance_list_after_wrapper {
  display: contents;
}

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

.l-ticket_content {
  border: 1px solid var(--color-black);
  text-align: center;
}

.l-ticket_content_head {
  display: grid;
  padding: 1rem;
  gap: .2rem 0;
}

.l-ticket_content_txt {
  margin-top: .4rem;
}

.l-ticket_content_contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  padding: 4rem 0;
  border-top: 1px solid var(--color-black);
}

.l-ticket_content_contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

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

.l-ticket_content_contact_ttl_sub a {
  pointer-events: none;
}

.l-ticket_content_contact_txt {
  margin-top: .4rem;
}

.l-ticket_content_contact_btn {
  --btn-bg: var(--color-black);
  --btn-color: var(--color-white);
  width: 30.5rem;
  margin: 2rem auto 0;
}

.l-ticket_content_contact_btn_wrapper {
  --btn-width: 30.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.l-performance_list_btn_wrapper {
  --btn-bg: var(--color-white);
  --btn-color: var(--color-black);
  margin-top: 6rem;
}

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

.l-enTicket_wrapper {
  max-width: 85rem;
  margin: 0 auto;
}

.l-enTicket_txt_top {
  font-size: 2rem;
  line-height: 1.5;
}

.l-enTicket_txt_middle {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.l-enTicket_txt_middle a {
  text-decoration: underline;
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-enTicket_ttl {
  font-size: 3.6rem;
  line-height: 1.3;
}

.l-enTicket_ttl_wrapper {
  margin-top: 4.7rem;
}

.l-enTicket_lists {
  margin-top: 2.7rem;
}

.l-enTicket_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(3rem - 2px) 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.l-enTicket_list:not(:first-child) {
  padding: calc(3rem - 1px) 0 3rem;
  border-top: none;
}

.l-enTicket_list_body_ttl {
  font-size: 2rem;
  line-height: 1.5;
}

.l-enTicket_list_body_txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.l-enTicket_list_btn {
  display: grid;
  position: relative;
  place-items: center;
  width: 100%;
  max-width: 15.7rem;
  height: 4.8rem;
  padding: 0;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: color var(--duration) var(--easing),background var(--duration) var(--easing);
  transition: color var(--duration) var(--easing),background var(--duration) var(--easing);
}

.l-enTicket_list_btn.is-lg:has(.c-btn_box_icn) {
  padding: 0;
}

.l-enTicket_list_btn_icon {
  right: 1.5rem;
}

@media screen and (max-width: 48em) {
  :root {
    --btn-width: 100%;
  }
  .l-performance {
    padding: 4rem 0 6rem;
  }
  .l-performance_container {
    padding-top: 1rem;
  }
  .l-performance_ttl {
    padding-top: 2rem;
  }
  .l-performance_img {
    aspect-ratio: 335/463;
  }
  .l-performance_items {
    display: none;
  }
  .l-performance_content {
    margin-top: 4rem;
  }
  .l-performance_content img.is-landscape {
    max-width: 100%;
  }
  .l-performance_content img.is-portrait {
    max-width: 100%;
  }
  .l-performance_btn_wrapper {
    margin-top: 4rem;
  }
  .l-performance_other {
    margin-top: 4rem;
  }
  .l-performance_other_head {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .04em;
  }
  .l-performance_other_items {
    padding-top: 2rem;
    gap: 2rem 0;
  }
  .l-performance_other_item_ttl {
    padding: .2rem 1.5rem;
  }
  .l-performance_other_item_txt_wrapper {
    margin-top: 1rem;
  }
  .l-performance_news_wrapper {
    width: calc(100% + 4rem);
    margin: 4rem -2rem 0;
    padding: 4rem 2rem 0;
  }
  .l-performance_news_items {
    margin-top: 2rem;
  }
  .l-performance_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-performance_list img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 0;
  }
  .l-performance_list_after {
    min-inline-size: 100%;
  }
  .l-performance_list_after_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .5rem;
  }
  .l-ticket {
    width: calc(100% + 4rem);
    margin: 4rem -2rem 0;
    padding-top: 4rem;
  }
  .l-ticket_content_ttl {
    letter-spacing: .04em;
  }
  .l-ticket_content_txt {
    margin-top: 0;
  }
  .l-ticket_content_contact {
    display: block;
    padding: 4rem 0 2rem;
  }
  .l-ticket_content_contact_ttl_sub {
    margin-top: 0;
  }
  .l-ticket_content_contact_ttl_sub a {
    pointer-events: all;
  }
  .l-ticket_content_contact_txt {
    margin-top: 1rem;
  }
  .l-ticket_content_contact_btn {
    margin-top: 1rem;
  }
  .l-ticket_content_contact_btn_wrapper {
    display: block;
    margin: 4rem auto 0;
  }
  .l-performance_list_btn_wrapper {
    margin-top: 4rem;
  }
  .l-enTicket {
    margin-top: 4rem;
    margin-bottom: 6rem;
    padding-top: 4rem;
  }
  .l-enTicket_txt_middle {
    font-size: 1.6rem;
  }
  .l-enTicket_ttl {
    font-size: 2.4rem;
  }
  .l-enTicket_ttl_wrapper {
    margin-top: 4rem;
  }
  .l-enTicket_lists {
    margin-top: 2rem;
  }
  .l-enTicket_list {
    padding: calc(2rem - 2px) 0;
  }
  .l-enTicket_list:not(:first-child) {
    padding: calc(2rem - 1px) 0 2rem;
  }
  .l-enTicket_list_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-right: 2rem;
  }
  .l-enTicket_list_body_ttl {
    font-size: 1.8rem;
  }
  .l-enTicket_list_body_txt {
    font-size: 1.2rem;
  }
  .l-enTicket_list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 12.5rem;
        flex-basis: 12.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
  .l-enTicket_list_btn.is-lg:has(.c-btn_box_icn) {
    padding: 0 1.5rem;
  }
}

@media (hover: hover) {
  .l-performance_other_item_txt a:hover {
    color: var(--color-red);
  }
  .l-performance_other_item_link:hover {
    color: var(--color-red);
  }
  .l-performance_news_item:hover .l-performance_news_item_content_pin path {
    fill: var(--color-red);
  }
  .l-performance_news_item:hover .l-performance_news_item_content_txt {
    color: var(--color-red);
  }
  .l-performance_news_item:hover .l-performance_news_item_content_icn g {
    stroke: var(--color-red);
  }
  .l-enTicket_txt_middle a:hover {
    color: var(--color-red);
  }
}
