@charset "UTF-8";
/* --------------------------------------------------
Header
-------------------------------------------------- */
.header__bar {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease) 0s;
}
body.is-scroll .header__bar {
  opacity: 1;
  pointer-events: auto;
}

/* --------------------------------------------------
Contents
-------------------------------------------------- */
.loader {
  position: fixed;
  inset: 0;
  background: var(--bg-color);
  z-index: 99999;
}
.loader__content {
  display: flex;
  align-items: center;
  height: 100%;
}
.loader__contentGrid {
  display: flex;
  gap: 8.97%;
  align-items: end;
  justify-content: center;
  width: 100%;
}
.loader__contentGridLogo--10th {
  width: 30.77%;
}
.loader__contentGridLogo--tour {
  width: 40.51%;
}

.hero {
  position: relative;
}
.hero__visual {
  overflow: hidden;
}
.hero__visualMedia {
  transform: scale(1.1);
}
body.is-loaded .hero__visualMedia {
  transform: none;
  transition: transform 3s var(--ease) 1s;
}
.hero__visualMedia img {
  height: 100svh;
  object-fit: cover;
}
.hero__logo {
  position: absolute;
  left: 4.62%;
  top: 6.12%;
  width: 43.59%;
  opacity: 0;
}
body.is-loaded .hero__logo {
  opacity: 1;
  transition: opacity 1s var(--easeinout) 1.6s;
}
.hero__title {
  position: absolute;
  left: 8.46%;
  bottom: 8.16%;
  width: 83.33%;
  opacity: 0;
}
body.is-loaded .hero__title {
  opacity: 1;
  transition: opacity 1s var(--easeinout) 1.6s;
}
.hero::after {
  display: block;
  content: "";
  background: #FFF;
  -webkit-mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  aspect-ratio: 390/40;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
}

.stage {
  position: relative;
  background: var(--bg-color);
  z-index: 2;
}

.overview {
  padding-block: 8rem;
  padding-inline: var(--contents-pd);
}
.overview__title {
  margin-block: 0 8rem;
  font-size: 2.3rem;
  line-height: 1.33;
  letter-spacing: 0.06em;
  text-align: center;
}
.overview__contentLivesGrid {
  display: grid;
  gap: 8rem;
}
.overviewLive--all {
  color: var(--green-color);
}
.overviewLive__heading {
  margin-block: 0 2.4rem;
  text-align: center;
}
.overviewLive__headingLogo {
  width: 21.6rem;
  margin-block: 0 1.6rem;
  margin-inline: auto;
}
.overviewLive__headingMeta {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}
.overviewLive__headingMetaLead {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.overviewLive__headingMetaType {
  font-size: 2.7rem;
  letter-spacing: 0.06em;
}
.overviewLive__headingTagline {
  font-size: 1.5rem;
  line-height: 1.4;
}
.overviewLive__headingTitle {
  width: fit-content;
  margin-inline: auto;
}
.overviewLive__headingTitle svg {
  width: auto;
  height: min(12.5vw, 4.4rem);
}
.overviewLive__information {
  display: grid;
  gap: 2.4rem;
  justify-items: center;
  margin-block: 0 2.4rem;
  padding-block: 3rem;
  border: solid 0.2rem;
  border-radius: 3.2rem;
}
.overviewLive__informationItem {
  width: min(96%, 28rem);
}
.overviewLive__informationItemSchedule {
  margin-block: 0 1.6rem;
}
.overviewLive__informationItemScheduleDate {
  display: flex;
  align-items: end;
  font-size: 3.2rem;
  margin-block: 0 0.6rem;
}
.overviewLive__informationItemScheduleDateIcon {
  display: grid;
  place-items: center;
  width: 2.2rem;
  margin-block: 0 0.2rem;
  aspect-ratio: 1;
  font-size: 1.2rem;
  border-radius: 50%;
}
.overviewLive__informationItemScheduleDateIcon--week {
  background: var(--primary-color);
  color: var(--white-color);
  margin-inline: 0.7rem 0;
}
.overviewLive--all .overviewLive__informationItemScheduleDateIcon--week {
  background: var(--green-color);
}
.overviewLive__informationItemScheduleDateIcon--holiday {
  border: 0.1rem solid;
  margin-inline: -0.4rem 0;
}
.overviewLive__informationItemScheduleTime {
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.overviewLive__informationItemPlace {
  padding-block: 1.6rem 0;
  border-top: 0.1rem solid;
}
.overviewLive__informationItemPlaceLocation {
  font-size: 2rem;
  margin-block: 0 0.8rem;
}
.overviewLive__informationItemPlaceLocationSub {
  font-size: 1.2rem;
  margin-inline: 0.35rem 0;
}
.overviewLive__informationItemPlaceVenue {
  font-size: 2rem;
}
.overviewLive__informationItemPlaceVenueSub {
  font-size: 1.4rem;
  margin-inline: -0.5em 0;
}
.overviewLive__note {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  align-items: center;
  gap: 0.8rem;
  margin-inline: calc((100% - 29rem) / 2) 0;
}
.overviewLive__noteIcon img {
  aspect-ratio: 1;
}
.overviewLive__noteValueText {
  font-size: 1.2rem;
  line-height: 1.33;
}

.artist {
  position: relative;
}
.artist__heading {
  padding-block: 8rem 4rem;
  text-align: center;
  background: #CBEDF7;
}
.artist__heading > * {
  position: relative;
  z-index: 2;
}
.artist__headingTitle {
  font-size: 5rem;
  margin-block: 0 1rem;
}
.artist__headingNote {
  font-size: 1.4rem;
  margin-block: 0 0.7rem;
}
.artist__headingCaption {
  font-weight: 300;
  font-size: 1.1rem;
}
.artist__schedulesArea {
  padding-inline: 8.97%;
}
.artist__schedulesArea > * {
  position: relative;
  z-index: 2;
}
.artist__schedulesAreaHeading {
  margin-block: 0 4rem;
}
.artist__schedulesAreaHeading img {
  aspect-ratio: 1000/511;
}
.artist__schedulesAreaGroup {
  display: grid;
  gap: 8rem;
}
.artist__schedulesArea--home {
  padding-block: 0 calc(3.7rem + 10.26vw);
  background: #CBEDF7;
}
.artist__schedulesArea--all {
  position: relative;
  padding-block: 8rem calc(8rem + 10.26vw);
  background: #E2F2EC;
}
.artist__schedulesArea--all::before {
  display: block;
  content: "";
  background: #E2F2EC;
  -webkit-mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  aspect-ratio: 390/40;
  position: absolute;
  inset-inline: 0;
  bottom: calc(100% - 1px);
}
.artistSchedule__heading {
  position: relative;
  height: 8rem;
  margin-block: 0 4rem;
  filter: drop-shadow(0.1rem 0 0 currentColor) drop-shadow(-0.1rem 0 0 currentColor) drop-shadow(0 0.1rem 0 currentColor) drop-shadow(0 -0.1rem 0 currentColor);
}
.artistSchedule__headingFrame {
  display: grid;
  gap: 0.8rem;
  align-content: center;
  justify-items: center;
  height: 100%;
  background: #FEF9F9;
  background-image: linear-gradient(0deg, transparent calc(100% - 0.1rem), currentColor calc(100% - 0.1rem)), linear-gradient(90deg, transparent calc(100% - 0.1rem), currentColor calc(100% - 0.1rem));
  background-size: 2rem 2rem;
  background-repeat: repeat;
  background-position: bottom center;
  clip-path: polygon(2rem 0, calc(100% - 2rem) 0, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0 calc(100% - 2rem), 0 2rem);
}
.artistSchedule__headingPlace {
  font-size: 2rem;
}
.artistSchedule__headingInfo {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  justify-content: center;
}
.artistSchedule__headingInfoDate {
  display: flex;
  align-items: end;
  font-size: 2rem;
}
.artistSchedule__headingInfoDateIcon {
  display: grid;
  place-items: center;
  width: 1.8rem;
  aspect-ratio: 1;
  font-size: 1rem;
  border-radius: 50%;
}
.artistSchedule__headingInfoDateIcon--week {
  background: var(--primary-color);
  color: var(--white-color);
  margin-inline: 0.4rem 0;
}
.artistSchedule__headingInfoDateIcon--holiday {
  border: 0.1rem solid;
  margin-inline: -0.3rem 0;
}
.artistSchedule__headingInfoNote {
  font-size: 1.2rem;
}
.artistSchedule__content {
  display: grid;
  gap: 4rem;
}
.artistSchedule__contentGroupTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-block: 0 4rem;
  font-size: 2.2rem;
  color: var(--acc-pink);
}
.artistSchedule__contentGroupTitleBar {
  flex: 1;
  height: 0.1rem;
  background: currentColor;
}
.artistSchedule__closing {
  margin-block: 4rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--green-color);
}
.artistSchedule--01 {
  color: var(--gold-color);
}
.artistSchedule--01 .artistSchedule__headingFrame,
.artistSchedule--01 .artistSchedule__headingPlace,
.artistSchedule--01 .artistSchedule__headingInfoDate,
.artistSchedule--01 .artistSchedule__headingInfoNote {
  background-color: #F1FCFE;
}
.artistSchedule--01 .artistSchedule__headingInfoDateIcon--week {
  background: var(--gold-color);
}
.artistSchedule--02 {
  color: var(--green-color);
}
.artistSchedule--02 .artistSchedule__headingFrame,
.artistSchedule--02 .artistSchedule__headingPlace,
.artistSchedule--02 .artistSchedule__headingInfoDate,
.artistSchedule--02 .artistSchedule__headingInfoNote {
  background-color: #F1FCFE;
}
.artistSchedule--02 .artistSchedule__headingInfoDateIcon--week {
  background: var(--green-color);
}
.artistSchedule--03 .artistSchedule__headingFrame,
.artistSchedule--03 .artistSchedule__headingPlace,
.artistSchedule--03 .artistSchedule__headingInfoDate,
.artistSchedule--03 .artistSchedule__headingInfoNote {
  background-color: #EFFAF6;
}
.artistSchedule--03 .artistList__item--new::after {
  background: var(--primary-color);
}
.artistSchedule--04 {
  color: var(--gold-color);
}
.artistSchedule--04 .artistSchedule__headingFrame,
.artistSchedule--04 .artistSchedule__headingPlace,
.artistSchedule--04 .artistSchedule__headingInfoDate,
.artistSchedule--04 .artistSchedule__headingInfoNote {
  background-color: #EFFAF6;
}
.artistSchedule--04 .artistSchedule__headingInfoDateIcon--week {
  background: var(--gold-color);
}
.artistSchedule--04 .artistList__item--new::after {
  background: var(--gold-color);
}
.artistList {
  display: grid;
  gap: 2.4rem;
  padding-inline: 3.13%;
}
.artistList__item {
  position: relative;
}
.artistList__itemThumbnail {
  position: relative;
  margin-block: 0 1.2rem;
  border: 0.1rem solid;
}
.artistList__itemThumbnailMedia img {
  aspect-ratio: 3/2;
}
.artistList__itemName {
  font-size: 1.6rem;
  text-align: center;
}
.artistList__itemNameNote {
  font-size: 1.1rem;
}
.artistList__item--new::after {
  display: grid;
  place-items: center;
  content: "NEW!";
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: 7.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--white-color);
}
.artist::before {
  display: block;
  content: "";
  background: #CBEDF7;
  -webkit-mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  aspect-ratio: 390/40;
}
.artist::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/site-front/bg-paper.webp") top left/200% auto repeat;
  opacity: 0.5;
  z-index: 1;
  -webkit-mask: url("../images/common/wave@sp.svg") top/100% auto no-repeat, linear-gradient(#000, #000) bottom/100% calc(100% - 10.26vw) no-repeat;
  mask: url("../images/common/wave@sp.svg") top/100% auto no-repeat, linear-gradient(#000, #000) bottom/100% calc(100% - 10.26vw) no-repeat;
  mask-composite: add;
}

.ticket {
  position: relative;
  padding-block: 9rem 0;
  padding-inline: var(--contents-pd);
}
.ticket::before {
  display: block;
  content: "";
  background: #FFF;
  -webkit-mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  mask: url("../images/common/wave@sp.svg") center/cover no-repeat;
  aspect-ratio: 390/40;
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  z-index: 2;
}
.ticket__title {
  margin-block: 0 5rem;
  font-size: 5rem;
  text-align: center;
}
.ticket__contentLives {
  display: grid;
  gap: 8rem;
  margin-block: 0 8rem;
}
.ticket__contentLinks {
  display: grid;
  gap: 6.4rem;
  margin-block: 0 6.4rem;
}
.ticket__contentLinksItem {
  text-align: center;
}
.ticket__contentLinksItemLabel {
  margin-block: 0 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentLinksItemStack {
  display: grid;
  gap: 6.4rem;
}
.ticket__contentLinksItemGroupPlace {
  margin-block: 0 3.2rem;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
.ticket__contentLinksItemGroupSite {
  display: grid;
  gap: 3.2rem;
  margin-block: 0 2.4rem;
}
.ticket__contentLinksItemGroupSiteItemPeriod {
  margin-block: 0 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentLinksItemGroupSiteItemCta {
  display: grid;
  grid-template-columns: repeat(1, minmax(min(100%, 32rem), 32rem));
  gap: 1.6rem;
  justify-content: center;
}
.ticket__contentLinksItemGroupSiteItemCtaBtn {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentLinksItemGroupSiteItemCtaBtnLink {
  height: 4.8rem;
}
.ticket__contentLinksItemGroupNote {
  margin-block: 0 4rem;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
.ticket__contentLinksItemGroupNoteLink {
  text-decoration: underline;
}
.ticket__contentLinksItemGroupCaption {
  width: fit-content;
  max-width: calc(100% - var(--contents-pd) * 2);
  margin-inline: auto;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
  text-align: left;
}
.ticket__contentLinksItemGroupCaptionItem {
  position: relative;
  padding-inline: 1.5em 0;
}
.ticket__contentLinksItemGroupCaptionItem::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.ticket__contentNote {
  display: grid;
  gap: 6.4rem;
}
.ticket__contentNoteBtn {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
  scroll-margin-top: 8.4rem;
}
.ticket__contentNoteBtnLink {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid;
}
.ticket__contentNoteBtnLink img {
  width: 1.2rem;
  transition: transform 0, 4s var(--easeout) 0s;
}
.ticket__contentNoteBtn.is-open .ticket__contentNoteBtnLink img {
  transform: scale(1, -1);
}
.ticket__contentNoteToggle {
  display: none;
}
.ticket__contentNoteToggleStack {
  display: grid;
  gap: 6.4rem;
}
.ticket__contentNoteGroup {
  display: grid;
  gap: 2.4rem;
  position: relative;
}
.ticket__contentNoteItem {
  display: grid;
  gap: 2.4rem;
  text-align: center;
}
.ticket__contentNoteItemPeriod {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentNoteItemPeriodLabel {
  margin-block: 0 2.4rem;
}
.ticket__contentNoteItemBtn {
  width: min(100%, 32rem);
  margin-inline: auto;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentNoteItemBtnLink {
  height: 4.8rem;
}
.ticket__contentNoteItemCaption {
  padding-inline: 4.17%;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
  text-align: left;
}
.ticket__contentNoteItemCaptionItem {
  position: relative;
  padding-inline: 1.5em 0;
}
.ticket__contentNoteItemCaptionItem::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.ticket__contentNoteItemLabel {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentNoteItemStack {
  display: grid;
  gap: 4rem;
}
.ticket__contentNoteItemStackGroup {
  position: relative;
}
.ticket__contentNoteItemStackGroupPlace {
  margin-block: 0 2.4rem;
  font-size: 2.4rem;
}
.ticket__contentNoteItemStackGroupSites {
  display: grid;
  gap: 1.6rem;
  margin-block: 0 2.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.ticket__contentNoteItemStackGroupSitesItem {
  display: grid;
  gap: 0.8rem;
}
.ticket__contentNoteItemStackGroup::after {
  display: grid;
  place-items: center;
  content: "受付終了";
  position: absolute;
  inset: 0;
  color: #83C6A9;
  font-size: 6rem;
  letter-spacing: 0.06em;
  mix-blend-mode: multiply;
}
.ticket__contentNoteItem--ended {
  position: relative;
}
.ticket__contentNoteGroup .ticket__contentNoteItem--ended {
  position: static;
}
.ticket__contentNoteItem--ended::after {
  display: grid;
  place-items: center;
  content: "受付終了";
  position: absolute;
  inset: 0;
  color: #83C6A9;
  font-size: 6rem;
  letter-spacing: 0.06em;
  mix-blend-mode: multiply;
}
.ticketLive {
  display: grid;
  gap: 3.5rem;
}
.ticketLive__heading {
  text-align: center;
}
.ticketLive__headingMeta {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}
.ticketLive__headingMetaLead {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.ticketLive__headingMetaType {
  font-size: 2.7rem;
  letter-spacing: 0.06em;
}
.ticketLive__headingTagline {
  font-size: 1.5rem;
  line-height: 1.4;
}
.ticketLive__headingTitle {
  width: fit-content;
  margin-inline: auto;
}
.ticketLive__headingTitle svg {
  width: auto;
  height: min(12.5vw, 4.4rem);
}
.ticketLive__ticketsList {
  display: grid;
  gap: 2.4rem;
}
.ticketLive__ticketsListItem .frame {
  border: 0.1rem solid;
}
.ticketLive__ticketsListItemType {
  margin-block: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.ticketLive__ticketsListItemTypeText {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.ticketLive__ticketsListItemType--ended::before {
  display: grid;
  content: "受付\a終了";
  place-items: center;
  width: 4.4rem;
  aspect-ratio: 1;
  white-space: pre;
  background: #D35061;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
.ticketLive__ticketsListItemSeatsItemLabel {
  display: grid;
  place-items: center;
  height: 4rem;
  font-size: 1.5rem;
  border-block: 0.1rem solid;
}
.ticketLive__ticketsListItemSeatsItem:first-child .ticketLive__ticketsListItemSeatsItemLabel {
  border-top: none;
}
.ticketLive__ticketsCaption {
  margin-block: 1.2rem 0;
  font-size: 1.1rem;
  text-align: right;
}
.ticketLive__akarenga {
  width: min(100%, 32rem);
  margin-inline: auto;
}
.ticketLive__akarengaTitle {
  margin-block: 0 4rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
.ticketLive__akarengaLead {
  margin-block: 0 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.ticketLive__akarengaType {
  display: grid;
  gap: 4rem;
  margin-block: 0 4rem;
}
.ticketLive__akarengaTypeItemLabel {
  margin-block: 0 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.ticketLive__akarengaTypeItemText {
  padding-inline: 3.6rem;
  border-inline: solid 0.4rem;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: 0.06em;
  text-align: justify;
}
.ticketLive__akarengaNote {
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
}
.ticketLive__noteCaption {
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
}
.ticketLive__noteCaptionItem {
  position: relative;
  padding-inline: 1.5em 0;
}
.ticketLive__noteCaptionItem::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.ticketLive__seatsTitle {
  margin-block: 0 1.2rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.ticketLive__seatsFigureMedia {
  margin-block: 0 0.8rem;
}
.ticketLive__seatsFigureMedia img {
  aspect-ratio: 145/98;
}
.ticketLive__seatsFigureNote {
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
}
.ticketLive__seatsFigureNoteDate {
  margin-block: 0 2.4rem;
  text-align: center;
}
.ticketLive__seatsFigureNoteListItem {
  position: relative;
  padding-inline: 1.5em 0;
}
.ticketLive__seatsFigureNoteListItem::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.ticketLivePrices {
  font-size: 1.4rem;
}
.ticketLivePrices__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ticketLivePrices__priceLabel, .ticketLivePrices__priceValue {
  display: grid;
  place-items: center;
  height: 4rem;
}
.ticketLivePrices__priceLabel {
  border-right: 0.1rem dotted;
}
.ticketLivePrices__priceLabelText {
  min-width: 10rem;
}
.ticketLivePrices__priceValueText {
  min-width: 7rem;
  text-align: right;
}
.ticketLivePrices__price:not(:last-child) {
  border-bottom: 0.1rem solid;
}
.ticketLive--all {
  color: var(--dark-color);
}

@media screen and (orientation: landscape) {
  .loader__contentGrid {
    gap: 2.43%;
  }
  .loader__contentGridLogo--10th {
    width: 8.33%;
  }
  .loader__contentGridLogo--tour {
    width: 10.97%;
  }
  .hero__logo {
    left: 61.32%;
    top: 42.11%;
    width: 26.81%;
    transform: translate(0, -50%);
  }
  .hero__title {
    left: 59.72%;
    bottom: 30.44%;
    width: 29.17%;
    transform: translate(0, 50%);
  }
  .hero::after {
    -webkit-mask-image: url("../images/common/wave.svg");
    mask-image: url("../images/common/wave.svg");
    aspect-ratio: 1440/80;
  }
}
@media screen and (min-width: 768px) {
  .overview__title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .overview__contentLivesGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.85%;
    width: min(96%, 104rem);
    margin-inline: auto;
  }
  .overviewLive {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .overviewLive__headingMeta {
    display: block;
    margin-block: 0 1.2rem;
  }
  .overviewLive__headingMetaLead {
    font-size: 1.6rem;
    margin-block: 0 0.8rem;
  }
  .overviewLive__headingMetaType {
    font-size: 3.2rem;
  }
  .overviewLive__headingTagline {
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .overviewLive__headingTitle svg {
    height: 6.4rem;
  }
  .overviewLive__information {
    gap: 1.7rem;
    align-content: center;
    padding-block: 1.8rem;
  }
  .overviewLive__informationItem {
    width: min(96%, 43.5rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .overviewLive__informationItemSchedule {
    margin-block: 0;
    white-space: nowrap;
  }
  .overviewLive__informationItemPlace {
    padding-block: 0;
    padding-inline: 1rem 0;
    border-top: none;
    border-left: 0.1rem solid;
    white-space: nowrap;
  }
  .overviewLive__note {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    margin-inline: 0;
  }
  .overviewLive__noteIcon {
    width: 2.4rem;
  }
  .artist__schedulesArea {
    padding-inline: 0;
  }
  .artist__schedulesAreaHeading {
    width: 27.8rem;
    margin-inline: auto;
  }
  .artist__schedulesAreaGroup {
    width: min(94%, 92.4rem);
    margin-inline: auto;
  }
  .artist__schedulesArea--home {
    padding-block: 0 calc(8rem + 5.56vw);
  }
  .artist__schedulesArea--all {
    padding-block: 8rem calc(8rem + 5.56vw);
  }
  .artist__schedulesArea--all::before {
    -webkit-mask-image: url("../images/common/wave.svg");
    mask-image: url("../images/common/wave.svg");
    aspect-ratio: 1440/80;
  }
  .artistList {
    display: flex;
    justify-content: center;
    padding-inline: 0;
  }
  .artistList__itemNameNote {
    display: block;
    margin-block: 0.2rem 0;
  }
  .artistList__item--new::after {
    left: -0.5rem;
    top: -1.5rem;
    width: 5.2rem;
    font-size: 1.1rem;
  }
  .artistList--main {
    gap: 2.8rem;
  }
  .artistList--main .artistList__item {
    width: min((100% - 2.8rem) / 2, 44.8rem);
  }
  .artistList--sub {
    gap: 1rem;
  }
  .artistList--sub .artistList__item {
    width: min((100% - 2rem) / 3, 24rem);
  }
  .artist::before {
    -webkit-mask-image: url("../images/common/wave.svg");
    mask-image: url("../images/common/wave.svg");
    aspect-ratio: 1440/80;
  }
  .artist::after {
    background: url("../images/site-front/bg-paper.webp") top left/100% auto repeat;
    -webkit-mask: url("../images/common/wave.svg") top/100% auto no-repeat, linear-gradient(#000, #000) bottom/100% calc(100% - 5.56vw) no-repeat;
    mask: url("../images/common/wave.svg") top/100% auto no-repeat, linear-gradient(#000, #000) bottom/100% calc(100% - 5.56vw) no-repeat;
  }
  .ticket__contentLives {
    gap: 8rem;
  }
  .ticket__contentLinks {
    gap: 5.8rem;
    margin-block: 0 5.8rem;
  }
  .ticket__contentLinksItemGroupSiteItemCta {
    display: flex;
    flex-wrap: wrap;
    max-width: 100rem;
    margin-inline: auto;
  }
  .ticket__contentLinksItemGroupSiteItemCtaBtn {
    width: 32rem;
  }
  .ticket__contentLinksItemGroupCaption {
    max-width: 100%;
  }
  .ticket__contentNote {
    gap: 5.8rem;
  }
  .ticket__contentNoteBtn {
    scroll-margin-top: 10.8rem;
  }
  .ticket__contentNoteToggleStack {
    gap: 5.8rem;
  }
  .ticket__contentNoteItemCaption {
    width: fit-content;
    margin-inline: auto;
    padding-inline: 0;
  }
  .ticket__contentNoteItem--ended::after {
    font-size: 6rem;
  }
  .ticketLive__headingTitle svg {
    height: 6.4rem;
  }
  .ticketLive__tickets {
    width: min(92%, 80rem);
    margin-inline: auto;
  }
  .ticketLive__ticketsList {
    gap: 0;
    border: 0.2rem solid;
  }
  .ticketLive__ticketsListItem {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ticketLive__ticketsListItem .frame {
    border: none;
  }
  .ticketLive__ticketsListItemType {
    justify-content: start;
    margin-block: 0;
    padding-inline: 2.7rem 0;
    border-right: 0.1rem solid;
  }
  .ticketLive__ticketsListItemTypeText {
    min-width: 31.5rem;
    font-size: 1.4rem;
  }
  .ticketLive__ticketsListItemTypeTextNote {
    font-size: 1.2rem;
  }
  .ticketLive__ticketsListItemType--ended::before {
    width: 4rem;
  }
  .ticketLive__ticketsListItemSeats {
    display: grid;
    grid-template-columns: calc(16rem + (100% - 16rem) / 2) 1fr;
  }
  .ticketLive__ticketsListItemSeatsItem {
    position: relative;
  }
  .ticketLive__ticketsListItemSeatsItemLabel {
    display: block;
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.7rem);
    width: calc(100% - 16rem);
    height: auto;
    margin-inline: auto;
    font-size: 1.1rem;
    text-align: center;
    border-block: none;
  }
  .ticketLive__ticketsListItem:not(:first-child) .ticketLive__ticketsListItemSeatsItemLabel {
    display: none;
  }
  .ticketLive__ticketsListItemSeatsItem:not(:first-child) .ticketLive__ticketsListItemSeatsItemLabel {
    width: 100%;
  }
  .ticketLive__ticketsListItem:not(:last-child) {
    border-bottom: 0.1rem solid;
  }
  .ticketLive__akarenga {
    width: 64rem;
    margin-block: 4rem;
  }
  .ticketLive__akarengaTitle {
    font-size: 2.7rem;
    line-height: 1.19;
  }
  .ticketLive__akarengaLead {
    margin-block: 0 6rem;
  }
  .ticketLive__akarengaType {
    width: 56rem;
    margin-inline: auto;
  }
  .ticketLive__akarengaTypeItemText {
    padding-block: 1.3rem;
    padding-inline: 6rem;
  }
  .ticketLive__note {
    width: min(92%, 80rem);
    margin-inline: auto;
  }
  .ticketLive__noteCaption {
    margin-inline: 0 -1rem;
  }
  .ticketLive__seats {
    margin-block: 4rem 0;
  }
  .ticketLive__seatsTitle {
    margin-block: 0 2.4rem;
    font-size: 2.7rem;
  }
  .ticketLive__seatsFigure {
    width: 58rem;
    margin-inline: auto;
  }
  .ticketLive__seatsFigureMedia img {
    aspect-ratio: 145/98;
  }
  .ticketLive__seatsFigureNoteList {
    width: fit-content;
    margin-inline: auto;
  }
  .ticketLivePrices__price {
    grid-template-columns: 16rem 1fr;
  }
  .ticketLive__ticketsListItemSeatsItem:not(:first-child) .ticketLivePrices__price {
    grid-template-columns: 1fr;
  }
  .ticketLive__ticketsListItemSeatsItem:not(:first-child) .ticketLivePrices__priceLabel {
    display: none;
  }
  .ticketLivePrices__priceValueText {
    min-width: 7rem;
    text-align: right;
  }
  .ticketLive__ticketsListItemSeatsItem:first-child .ticketLivePrices__priceValue {
    border-right: 0.1rem dotted;
  }
  .ticket::before {
    -webkit-mask-image: url("../images/common/wave.svg");
    mask-image: url("../images/common/wave.svg");
    aspect-ratio: 1440/80;
  }
}
