html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

li {
  list-style: none;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

img {
  width: 100%;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

/* --------------------------------------------------
Common
-------------------------------------------------- */
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
:root {
  scrollbar-gutter: stable;
  font-size: 10px;
  --font-body-family: "Inter", "Noto Sans JP", sans-serif;
  --font-body-jp: "Noto Sans JP", sans-serif;
  --font-gelica: "gelica", sans-serif;
  --font-body-weight: 400;
  --primary-color: #0A0808;
  --white-color: #FFFFFF;
  --bg-color: #FFFFFF;
  --acc-orange: #F25430;
  --acc-yellow: #EFFF61;
  --drop-shadow: 0 0.15rem 0.3rem rgba(0,0,0,0.16);
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --easein: cubic-bezier(0.32, 0, 0.67, 0);
  --easeout: cubic-bezier(0.33, 1, 0.68, 1);
  --easeinout: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  --bounce: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --leading-trim: calc((1em - 1lh) / 2);
  --header-height: 8rem;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(0.98vw, 10px);
    --header-height: 9.4rem;
  }
}

body {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  background: var(--bg-color);
  color: var(--primary-color);
}
body.is-loaded {
  opacity: 1 !important;
  transition: opacity 1s ease 0s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
Parts
-------------------------------------------------- */
.wordmark {
  overflow: visible;
}

.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.constrained {
  padding-inline: 3.85%;
}

.snsLink__list {
  display: flex;
  gap: 1rem;
}
.snsLink__list li {
  width: 4.4rem;
}

.ticketBtn__link {
  display: grid;
  place-items: center;
  height: 5.6rem;
  background: var(--acc-yellow);
  border-radius: 99rem;
  border: 1px solid var(--primary-color);
  transition: color 0.4s var(--easeout) 0s, background 0.4s var(--easeout) 0s;
}
.ticketBtn__link svg {
  width: 9.7rem;
}
.ticketBtn__link:hover {
  background: var(--primary-color);
  color: var(--acc-yellow);
}

.btn__link {
  height: 100%;
  display: grid;
  place-items: center;
  transition: color 0.4s var(--easeout) 0s, background 0.4s var(--easeout) 0s, opacity 0.4s var(--easeout) 0s;
}

.img--heart {
  aspect-ratio: 136/108;
}

@media screen and (min-width: 768px) {
  .constrained {
    padding-inline: 0;
  }
  .ticketBtn__link {
    height: 4.5rem;
  }
  .ticketBtn__link svg {
    width: 7.3rem;
  }
}
/* --------------------------------------------------
Header
-------------------------------------------------- */
.header__bar {
  position: fixed;
  inset-inline: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-inline: 3.85%;
  background: var(--primary-color);
  height: var(--header-height);
  z-index: 99;
}
.header__barBranding {
  width: 26rem;
}
.header__barBrandingTagline {
  font-size: 1.1rem;
  color: var(--white-color);
}
.header__toggle {
  position: fixed;
  right: 3.85%;
  top: 1.5rem;
  width: 4.8rem;
  z-index: 999;
}
.header__toggleBtn {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  background: var(--acc-yellow);
  border-radius: 50%;
  border: 1px solid;
}
.header__toggleBtnIcon {
  position: relative;
  width: 2.4rem;
  aspect-ratio: 1;
}
.header__toggleBtnIcon::before, .header__toggleBtnIcon::after {
  display: block;
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 0.2rem;
  background: currentColor;
  transition: top 0.2s var(--ease) 0.2s, transform 0.2s var(--ease) 0s;
}
.header__toggleBtnIcon::before {
  top: 0.5rem;
}
.header__toggleBtnIcon::after {
  top: 1.7rem;
}
.header__toggleBtn::after {
  display: block;
  content: "";
  position: absolute;
  inset-inline: 0;
  top: calc(50% - 0.1rem);
  width: 2.4rem;
  height: 0.2rem;
  margin-inline: auto;
  background: currentColor;
}
.header__toggleBtn[aria-expanded=true] {
  background: none;
  color: var(--white-color);
}
.header__toggleBtn[aria-expanded=true] .header__toggleBtnIcon::before, .header__toggleBtn[aria-expanded=true] .header__toggleBtnIcon::after {
  top: 50%;
  transition: top 0.2s var(--ease) 0s, transform 0.2s var(--ease) 0.2s;
}
.header__toggleBtn[aria-expanded=true] .header__toggleBtnIcon::before {
  transform: translate(0, -50%) rotate(-45deg);
}
.header__toggleBtn[aria-expanded=true] .header__toggleBtnIcon::after {
  transform: translate(0, -50%) rotate(45deg);
}
.header__toggleBtn[aria-expanded=true]::after {
  opacity: 0;
}
.header__menu {
  position: fixed;
  inset: 0;
  left: auto;
  width: min(96%, 34rem);
  color: var(--white-color);
  background: var(--acc-orange);
  box-shadow: -0.3rem 0 0.6rem rgba(0, 0, 0, 0.16);
  transform: translate(101%, 0);
  transition: transform 0.6s var(--ease) 0s;
  z-index: 99;
}
#wrapper.is-menuOpen .header__menu {
  transform: none;
}
.header__menuInner {
  display: grid;
  align-content: center;
  height: 100%;
  padding-block: 5.5rem 0;
  padding-inline: 4rem;
}
.header__menuSns {
  margin-block: 6rem 0;
  padding-block: 6rem 0;
  border-top: 1px solid;
}
.header__cta {
  position: fixed;
  inset-inline: 0;
  bottom: 4rem;
  padding-inline: 6.41%;
  z-index: 99;
}

.navigation__menu {
  display: grid;
  gap: 2.9rem;
}
.navigation__menuItem {
  font-size: 2.4rem;
  font-weight: 700;
}
.navigation__menuItem.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    inset-inline: 0;
    top: 0;
    display: grid;
    grid-template-columns: 59.7rem 1fr 17.8rem;
    gap: 3%;
    align-items: center;
    height: var(--header-height);
    padding-inline: 1.88%;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header {
    grid-template-columns: 45rem 1fr 17.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .header {
    grid-template-columns: 45rem 1fr;
  }
}
@media screen and (min-width: 768px) {
  .header__bar {
    position: static;
    padding-inline: 0;
    background: none;
    height: auto;
  }
  .header__barBranding {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 2.8rem;
    width: 100%;
  }
  .header__barBrandingTagline {
    font-size: 1.4rem;
    line-height: 1.21;
    color: var(--primary-color);
  }
  .header__toggle {
    display: none;
  }
  .header__menu {
    position: static;
    width: 100%;
    color: var(--primary-color);
    background: none;
    box-shadow: none;
    transform: none;
  }
  .header__menuInner {
    display: block;
    width: fit-content;
    height: auto;
    margin-inline: auto 0;
    padding-block: 0;
    padding-inline: 0;
  }
  .header__menuSns {
    display: none;
  }
  .header__cta {
    display: block;
    position: static;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .header__cta {
    position: fixed;
    left: auto;
    right: 1.88%;
    top: calc(var(--header-height) - 1rem);
    bottom: auto;
    width: 17.8rem;
  }
}
@media screen and (min-width: 768px) {
  .navigation__menu {
    display: flex;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1601px) {
  .navigation__menu {
    gap: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .navigation__menuItem {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------
Contents
-------------------------------------------------- */
#wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100svh;
  padding-block: 16rem 0;
}
#wrapper::after {
  display: block;
  content: "";
  position: fixed;
  inset: 0;
  background: url("../images/bg@sp.webp") center/cover no-repeat;
  z-index: -99;
}

@media screen and (min-width: 768px) {
  #wrapper {
    padding-block: 20rem 0;
  }
  body.siteFront #wrapper {
    padding-block: 15rem 0;
  }
  #wrapper::after {
    background: url("../images/bg.webp") center/cover no-repeat;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
.footer {
  padding-block: 5.5rem 6.5rem;
  background: var(--acc-orange);
}
.footer__toTop {
  position: relative;
  width: 16rem;
  margin-block: 0 4rem;
  margin-inline: auto;
}
.footer__toTopCircle {
  animation: rotate 10s linear 0s infinite reverse;
}
.footer__toTopMark {
  position: absolute;
  inset: 0;
  width: 6.2rem;
  height: fit-content;
  margin: auto;
  mix-blend-mode: multiply;
}
.footer__content {
  font-weight: 500;
  text-align: center;
}
.footer__contentGrid {
  display: grid;
  grid-template-areas: "partner" "logo" "organizer" "contact" "ticket" "sns" "copyright";
}
.footer__contentGroup {
  display: contents;
}
.footer__contentGroupLogo {
  grid-area: logo;
  width: 20rem;
  margin-block: 0 4rem;
  margin-inline: auto;
}
.footer__contentGroupLogo img {
  aspect-ratio: 1;
}
.footer__contentGroupCopyright {
  grid-area: copyright;
  font-size: 1.3rem;
}
.footer__contentGroupPartner {
  grid-area: partner;
  margin-block: 0 4rem;
}
.footer__contentGroupPartnerLabel {
  color: var(--acc-yellow);
  width: min(100%, 33rem);
  margin-block: 0 2rem;
  margin-inline: auto;
}
.footer__contentGroupPartnerText {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: var(--white-color);
}
.footer__contentGroupOrganizer {
  grid-area: organizer;
  margin-block: 0 2.4rem;
  font-size: 1.3rem;
  line-height: 1.85;
  color: var(--white-color);
}
.footer__contentGroupContact {
  grid-area: contact;
  margin-block: 0 4rem;
  font-size: 1.3rem;
  line-height: 1.85;
}
.footer__contentGroupTicket {
  grid-area: ticket;
  margin-block: 0 2rem;
}
.footer__contentGroupTicketText {
  display: none;
  font-size: 1.3rem;
  line-height: 1.54;
}
.footer__contentGroupTicketBtn {
  display: none;
}
.footer__contentGroupSns {
  grid-area: sns;
  width: fit-content;
  margin-block: 0 4rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-block: 6.5rem;
    position: relative;
  }
  .footer__toTop {
    position: absolute;
    right: calc(1.88% + 4.5rem);
    top: -8rem;
    margin-block: 0;
    margin-inline: 0;
  }
  .footer__content {
    padding-inline: 1.88%;
  }
  .footer__contentGrid {
    grid-template-areas: "group1 group2 group3";
    grid-template-columns: 30rem 1fr 30rem;
  }
  .footer__contentGroup {
    display: block;
  }
  .footer__contentGroup--01 {
    grid-area: group1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer__contentGroup--02 {
    grid-area: group2;
  }
  .footer__contentGroup--03 {
    grid-area: group3;
    padding-inline: 5rem 0;
    align-self: end;
  }
  .footer__contentGroupLogo {
    width: 20rem;
    margin-block: 0;
    margin-inline: 0;
  }
  .footer__contentGroupPartner {
    margin-block: 0 6.8rem;
  }
  .footer__contentGroupPartnerLabel {
    color: var(--acc-yellow);
    width: min(100%, 42.9rem);
    margin-block: 0 2.8rem;
  }
  .footer__contentGroupOrganizer {
    margin-block: 0 5rem;
    line-height: 2.15;
  }
  .footer__contentGroupContact {
    line-height: 1;
    margin-block: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__contentGroupContact br.sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .footer__contentGroupTicket {
    margin-block: 0 2rem;
  }
  .footer__contentGroupTicketText {
    display: block;
    margin-block: 0 2.6rem;
    line-height: 1.23;
    text-align: center;
  }
  .footer__contentGroupTicketBtn {
    display: block;
  }
  .footer__contentGroupSns {
    margin-block: 0;
  }
}
