/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-thin: 100;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .block {
    display: block;
  }
  .resize {
    resize: both;
  }
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-display: swap;
  margin: calc(var(--spacing) * 0);
  height: 100%;
  min-height: 100vh;
  background-color: var(--color-black);
  --tw-leading: 2;
  line-height: 2;
  --tw-font-weight: var(--font-weight-thin);
  font-weight: var(--font-weight-thin);
  font-style: normal;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
header,main,footer {
  margin-inline: auto;
  max-width: 96%;
  @media (width >= 48rem) {
    width: 1200px;
  }
}
header {
  padding-top: calc(var(--spacing) * 8);
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 16);
  }
}
main {
  flex: 1;
}
footer {
  margin-block: calc(var(--spacing) * 4);
  width: 100%;
  color: var(--color-white);
  @media (width >= 48rem) {
    margin-block: calc(var(--spacing) * 12);
  }
}
.comingsoon {
  display: flex;
  height: 100dvh;
  width: auto;
  align-items: center;
  justify-content: center;
}
.keyvisual {
  margin-inline: auto;
  display: block;
  height: auto;
  max-width: 90%;
  @media (width >= 48rem) {
    width: 80%;
  }
}
.visualframe {
  margin-inline: auto;
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: calc(var(--spacing) * 4);
  max-width: 96%;
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 64rem) {
    width: 1200px;
  }
}
.visualspace {
  margin-block: calc(var(--spacing) * 2);
}
.eventotherinfo {
  font-size: clamp(.70rem, 3vw, 1rem);
  margin-inline: auto;
  color: var(--color-white);
}
.messageframe {
  margin-inline: auto;
  margin-top: calc(var(--spacing) * 8);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-white);
  padding-block: calc(var(--spacing) * 8);
  color: var(--color-white);
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 16);
  }
}
.accessframe {
  margin-inline: auto;
  margin-top: calc(var(--spacing) * 12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.accessmapimg {
  margin-right: calc(var(--spacing) * 0);
  display: block;
  height: auto;
  width: auto;
  @media (width >= 48rem) {
    width: 530px;
  }
  @media (width >= 64rem) {
    margin-right: calc(var(--spacing) * 20);
  }
}
.lightingschedule {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
}
.lightingschedule p {
  margin-inline: calc(var(--spacing) * 2);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.lightingschedule-title, .lightingschedule-daytime {
  font-size: clamp(.4rem, 3vw, 1.3rem);
  display: flex;
  flex-direction: row;
  --tw-leading: 1.2;
  line-height: 1.2;
  @media (width >= 48rem) {
    flex-direction: column;
  }
}
.areaframe {
  font-size: clamp(.4rem, 3vw, .9rem);
  margin-inline: auto;
  margin-top: calc(var(--spacing) * 12);
  display: grid;
  max-width: 90%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 6);
  color: var(--color-white);
  @media (width >= 48rem) {
    width: 60%;
  }
  @media (width >= 64rem) {
    width: 1030px;
  }
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 16);
  }
}
.areaname {
  margin-top: calc(var(--spacing) * 3);
  padding-bottom: 1.4rem;
  @media (width >= 48rem) {
    padding-bottom: 1.85rem;
  }
  @media (width >= 64rem) {
    padding-bottom: 1.8rem;
  }
}
.areaname.pb-small {
  padding-bottom: calc(var(--spacing) * 0);
}
.areadetail {
  margin-top: calc(var(--spacing) * 6);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-white);
  padding-top: calc(var(--spacing) * 6);
}
.eventinfodetail {
  margin-inline: auto;
  margin-top: calc(var(--spacing) * 8);
  display: grid;
  max-width: 90%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 3);
  @media (width >= 48rem) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  @media (width >= 48rem) {
    grid-template-rows: none;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    width: 960px;
  }
}
.eventinfodetail h2 {
  grid-column: span 5 / span 5;
  margin-bottom: calc(var(--spacing) * 3);
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.eventinfodetail .catchtxtimg {
  height: auto;
  width: auto;
  @media (width >= 64rem) {
    height: 74px;
  }
}
.eventinfodetail .line {
  grid-column: span 1 / span 1;
  width: 1px;
  background-color: var(--color-white);
  @media (width >= 48rem) {
    margin-left: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    margin-left: calc(var(--spacing) * 8);
  }
}
.eventinfodetail .dateinfo {
  grid-column: span 6 / span 6;
}
.footerinfo {
  margin-inline: auto;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-white);
  padding-block: calc(var(--spacing) * 2);
  text-align: center;
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 4);
  }
}
.size1030 {
  max-width: 90%;
  @media (width >= 64rem) {
    width: 1030px;
  }
}
.mt-15 {
  margin-top: calc(var(--spacing) * 6);
}
.ta-r {
  text-align: right;
}
.typo-bluepurple {
  color: #8b91ff;
}
.typo-pink {
  color: #ff6889;
}
.typo-white {
  color: var(--color-white);
}
.typo-areaA {
  color: #00c9c8;
}
.typo-areaB {
  color: #ffa800;
}
.typo-areaC {
  color: #8b91ff;
}
.typo-areaD {
  color: #ff6889;
}
.pcview {
  display: none;
  @media (width >= 48rem) {
    display: block;
  }
}
.spview {
  display: block;
  @media (width >= 48rem) {
    display: none;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-border-style: solid;
    }
  }
}
