@charset "UTF-8";
:root {
  --bg: rgba(255, 232, 72, 0.35);
  --white: #ffffff;
  --blue: #0068AA;
  --deep-blue: #00459a;
  --pink: #E25575;
  --yellow: #f0d73b;
  --text: #222222;
  --muted: #666666;
  --line: #cfc7a4;
  --gray-box: #bdbdbd;
  --footer: #004183;
  --max: 1100px;
  --header-h: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}
body.is-menu-open .menu-toggle span {
  opacity: 0;
}
body.is-menu-open .menu-toggle::before {
  transform: rotate(45deg);
}
body.is-menu-open .menu-toggle::after {
  transform: rotate(-45deg);
}
body.is-menu-open .drawer {
  opacity: 1;
  visibility: visible;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.site-header {
  position: fixed;
  right: 20px;
  top: 0;
  z-index: 1210;
  background: transparent;
  /* backdrop-filter: blur(8px); */
  border-bottom: none;
}
.site-header__inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.gnav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  font-family: "FOT-あかかね Std EB";
}
.gnav a {
  position: relative;
}
.gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.gnav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.drawer {
  display: none;
}

.hero {
  background: var(--white);
}
.hero__inner {
  width: min(100%, 1366px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(420px, 1fr);
  align-items: stretch;
}
.hero__inner--pc {
  width: 100%;
  display: block;
}
.hero__inner--pc img {
  width: 100%;
}
.hero__inner--sp {
  display: none;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  background: #F2EFEF;
  display: grid;
  place-items: center;
  padding: 54px 30px 40px;
}
.hero__copy {
  width: min(100%, 420px);
  text-align: center;
}
.hero__title-main {
  color: var(--blue);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin: 0;
}
.hero__title-sub {
  margin: 8px 0 0;
  color: var(--pink);
  font-size: clamp(28px, 4vw, 62px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.hero__dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}
.hero__date {
  color: var(--blue);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.55;
}
.hero__date small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-weight: 500;
  font-size: 11px;
}

.section {
  padding: 72px 0;
}
.section--white {
  background: var(--white);
}

.container {
  width: min(100% - 48px, 920px);
  margin: 0 auto;
}

.section-label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 28px;
  font-family: "FOT-あかかね Std EB";
  text-transform: uppercase;
}

.event-card {
  text-align: center;
  width: min(100%, 650px);
  margin: 0 auto;
}
.event-card__title-main {
  color: var(--blue);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin: 0;
}
.event-card__title-sub {
  margin: 8px 0 0;
  color: var(--pink);
  font-size: clamp(28px, 4vw, 62px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.event-card__city {
  font-family: "FOT-あかかね Std EB";
  margin-top: 28px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.event-card__date {
  color: var(--blue);
  font-size: clamp(28px, 4vw, 53px);
  font-weight: 700;
  line-height: 1.1;
}
.event-card__meta {
  margin-top: 10px;
  font-size: 16px;
  color: #777777;
}
.event-card__place {
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
}
.event-card__artist {
  font-size: 20px;
  color: #777777;
}

.tickets-box {
  margin-top: 8px;
}

.osaka-color {
  color: var(--pink);
}

.tickets-title {
  margin: 0 0 5px;
  text-align: center;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: var(--blue);
  font-weight: 700;
}

.tickets-sub {
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #777777;
  margin: 0 0 22px;
  text-align: center;
  font-weight: 500;
}

.ticket-group + .ticket-group {
  margin-top: 20px;
}
.ticket-group__head {
  background: #fff;
  border: 1px solid #777777;
  text-align: center;
  font-weight: 700;
  color: var(--blue);
  padding: 7px 12px;
  font-size: 20px;
}

#ticket .container {
  width: min(100% - 48px, 750px);
  margin: 0 auto;
}

.ticket-table {
  width: 100%;
  border-collapse: collapse;
}
.ticket-table tr {
  border-bottom: 1px solid #d2caa6;
}
.ticket-table td {
  padding: 10px 20px;
  vertical-align: top;
  font-size: 20px;
}
.ticket-table td:first-child {
  color: var(--blue);
  border-left: solid #d2caa6 1px;
  width: auto;
}
.ticket-table td:first-child .ticket-note {
  font-size: 18px;
  display: block;
}
.ticket-table td:last-child {
  width: 180px;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 22px;
  border-right: solid #d2caa6 1px;
  border-left: solid #d2caa6 1px;
  font-weight: 700;
  color: var(--blue);
}
.ticket-table td:last-child .ticket-note {
  color: var(--blue);
}
.ticket-table td:last-child .ticket-note.osaka {
  color: var(--pink);
}
.ticket-table--osaka td:first-child, .ticket-table--osaka td:last-child {
  color: var(--pink);
}

.ticket-note {
  display: inline-block;
  margin-top: 2px;
  font-size: 10px;
  color: var(--muted);
  font-weight: 500;
}

.accordion {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.accordion__button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.accordion__button::after {
  content: "△";
  position: absolute;
  right: 4%;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.accordion.is-open .accordion__button::after {
  content: "△";
  transform: rotate(180deg);
}
.accordion.is-open .accordion__panel {
  grid-template-rows: 1fr;
}
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion__panel-inner {
  overflow: hidden;
}
.accordion__content {
  padding: 20px 24px 28px;
  font-size: 20px;
  color: #333;
  background: #fff;
}
.accordion__content p,
.accordion__content ul {
  margin: 0;
  color: #777;
  list-style: none;
  font-weight: bold;
}
.accordion__content p a,
.accordion__content ul a {
  color: var(--blue);
}
.accordion__content p span {
  display: inline-block;
  padding: 8px 5px;
  text-align: center;
  margin-top: 20px;
  border: solid 1px #777;
}
.accordion__content ul {
  margin-top: 8px;
  padding: 0;
}
.accordion__content li {
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}

.coming-soon {
  background: #fff;
  text-align: center;
  padding: 78px 20px;
}
.coming-soon__title {
  margin: 0;
  letter-spacing: 0.08em;
  color: #555;
  font-weight: 700;
  font-size: clamp(30px, 4vw, 54px);
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.access-card {
  text-align: center;
  width: 100%;
}
.access-card__name {
  font-size: 24px;
  color: #777777;
  font-weight: 700;
}
.access-card__link {
  margin-top: 4px;
  font-size: 16px;
  color: var(--blue);
  word-break: break-all;
}
.access-card__link a {
  color: var(--blue);
}
.access-card__txt {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
}
.access-card__map {
  margin-top: 12px;
  aspect-ratio: 1/1;
  background: var(--gray-box);
  overflow: hidden;
}
.access-card__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.info-block {
  text-align: center;
  margin-top: 55px;
}
.info-block__title {
  font-size: 20px;
  color: #777;
  padding: 10px 3px;
  border: 1px solid #777;
  font-weight: 700;
  margin-bottom: 10px;
}
.info-block__text {
  font-size: 14px;
  color: #777;
}
.info-block__text a {
  text-decoration: underline;
}

.notes {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #d6ceab;
  font-size: 12px;
  color: #777777;
}
.notes h3 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #777777;
}
.notes p {
  margin: 0 0 10px;
}
.notes ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.notes ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.notes li + li {
  list-style: none;
  margin-top: 6px;
}

.site-footer {
  background: var(--footer);
  color: #fff;
  text-align: center;
  padding: 18px 20px 20px;
  font-size: 16px;
  line-height: 1.8;
}
.site-footer .copy {
  font-size: 11px;
}

.nosp {
  display: inline-block;
}

.nopc {
  display: none;
}

@media (max-width: 900px) {
  :root {
    --header-h: 64px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    pointer-events: none;
  }
  .site-header__inner {
    width: 100%;
    min-height: var(--header-h);
    padding: 0 calc(18 / 390 * 100vw);
    justify-content: flex-start;
  }
  .menu-toggle {
    pointer-events: auto;
    display: inline-flex;
    width: calc(54 / 390 * 100vw);
    height: calc(54 / 390 * 100vw);
    padding: 0;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1200;
  }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after {
    content: "";
    position: absolute;
    width: calc(54 / 390 * 100vw);
    height: 1.5px;
    background: #d9d9d9;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .menu-toggle::before {
    transform: translateY(calc(-8 / 390 * 100vw));
  }
  .menu-toggle::after {
    transform: translateY(calc(8 / 390 * 100vw));
  }
  .drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: linear-gradient(rgba(167, 72, 94, 0.78), rgba(167, 72, 94, 0.78)), url("../images/sp-menu-bg.jpg") center center/cover no-repeat;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .drawer__nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: calc(78 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }
  .drawer__nav a {
    font-size: calc(26 / 390 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-family: "FOT-あかかね Std EB";
    font-weight: 500;
  }
  .hero {
    padding-top: 0;
  }
  .hero__inner--pc {
    display: none;
  }
  .hero__inner--sp {
    display: block;
  }
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__image {
    aspect-ratio: 390/390;
  }
  .hero__content {
    padding: calc(18 / 390 * 100vw) calc(22 / 390 * 100vw) calc(28 / 390 * 100vw);
  }
  .hero__copy {
    width: 100%;
  }
  .hero__title-main {
    font-size: calc(50 / 390 * 100vw);
  }
  .hero__title-sub {
    font-size: calc(54 / 390 * 100vw);
  }
  .hero__dates {
    gap: calc(28 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__date {
    font-size: calc(11 / 390 * 100vw);
    width: 76%;
    margin-left: -2%;
  }
  .hero__date small {
    font-size: calc(9 / 390 * 100vw);
  }
  .section {
    padding: calc(44 / 390 * 100vw) 0;
  }
  .container {
    width: min(100% - calc(30 / 390 * 100vw), 760px);
  }
  .section-label {
    margin-bottom: calc(20 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .event-card {
    max-width: calc(355 / 390 * 100vw);
  }
  .event-card__title-main {
    font-size: calc(50 / 390 * 100vw);
  }
  .event-card__title-sub {
    font-size: calc(54 / 390 * 100vw);
  }
  .event-card__city {
    margin-top: calc(32 / 390 * 100vw);
    font-size: calc(17 / 390 * 100vw);
  }
  .event-card__date {
    font-size: calc(30 / 390 * 100vw);
  }
  .event-card__meta {
    font-size: calc(10 / 390 * 100vw);
  }
  .event-card__place {
    font-size: calc(17 / 390 * 100vw);
  }
  .event-card__artist {
    font-size: calc(14 / 390 * 100vw);
  }
  .tickets-title {
    font-size: calc(22 / 390 * 100vw);
    line-height: 1.4;
    margin-bottom: calc(4 / 390 * 100vw);
  }
  .tickets-sub {
    margin-bottom: calc(14 / 390 * 100vw);
  }
  .ticket-group + .ticket-group {
    margin-top: calc(14 / 390 * 100vw);
  }
  .ticket-group__head {
    font-size: calc(20 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(6 / 390 * 100vw);
  }
  .ticket-group__osaka {
    color: var(--pink);
  }
  .ticket-table tr {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ticket-table td {
    padding: calc(7 / 390 * 100vw) calc(6 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    text-align: center;
    line-height: 1.4;
  }
  .ticket-table td:first-child {
    width: 100%;
    margin-top: calc(10 / 390 * 100vw);
    font-weight: 700;
    border: 1px solid #777777;
  }
  .ticket-table td:first-child .ticket-note {
    font-size: calc(14 / 390 * 100vw);
  }
  .ticket-table td:last-child {
    padding-top: calc(2 / 390 * 100vw);
    width: calc(92 / 390 * 100vw);
    width: 100%;
    font-size: calc(14 / 390 * 100vw);
    text-align: center;
    border: none;
  }
  .ticket-table td:last-child .ticket-note {
    color: var(--blue);
    display: inline-block;
  }
  .ticket-table td:last-child .ticket-note.osaka {
    color: var(--pink);
  }
  .ticket-note {
    display: block;
    font-size: calc(8 / 390 * 100vw);
  }
  .accordion {
    margin-top: calc(18 / 390 * 100vw);
  }
  .accordion__button {
    font-size: calc(20 / 390 * 100vw);
    padding: calc(11 / 390 * 100vw) calc(14 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }
  .accordion__button::after {
    font-size: calc(22 / 390 * 100vw);
  }
  .accordion__content {
    padding: calc(14 / 390 * 100vw) calc(14 / 390 * 100vw) calc(18 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
  .accordion__content p span {
    margin-top: calc(25 / 390 * 100vw);
  }
  .accordion__content li {
    font-size: calc(12 / 390 * 100vw);
  }
  #access .container {
    width: 100%;
  }
  .coming-soon {
    padding: calc(88 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .coming-soon__title {
    font-size: calc(38 / 390 * 100vw);
    letter-spacing: 0.04em;
  }
  .access-grid {
    grid-template-columns: 1fr;
    gap: calc(26 / 390 * 100vw);
  }
  .access-card {
    margin: 0 auto;
  }
  .access-card__name {
    font-size: calc(20 / 390 * 100vw);
  }
  .access-card__link {
    font-size: calc(14 / 390 * 100vw);
  }
  .access-card__txt {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
  }
  .access-card__map {
    margin-top: calc(8 / 390 * 100vw);
  }
  .info-block {
    width: 90%;
    margin: 0 auto;
    margin-top: calc(55 / 390 * 100vw);
  }
  .info-block__title {
    font-size: calc(20 / 390 * 100vw);
  }
  .info-block__text {
    font-size: calc(13 / 390 * 100vw);
  }
  .info-block__text a {
    text-decoration: underline;
  }
  .notes {
    margin-top: calc(28 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
  }
  .notes h3 {
    font-size: calc(20 / 390 * 100vw);
  }
  .notes p {
    font-size: calc(11 / 390 * 100vw);
  }
  .notes ul {
    list-style: none;
  }
  .notes li {
    list-style: none;
    font-size: calc(11 / 390 * 100vw);
    text-indent: -1em;
    padding-left: 1em;
  }
  .site-footer {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) calc(14 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
  .site-footer .copy {
    font-size: calc(9 / 390 * 100vw);
  }
  .nosp {
    display: none;
  }
  .nopc {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
