* {
  margin: 0px;
  padding: 0px;
}

html, body {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  color: #E04300;
}

a:hover {
  text-align: none;
}

html {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 3.4vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #08293B;
  line-height: 2;
}

section {
  padding: 6rem 0;
  overflow-x: hidden;
}
section .section__heading + .section__content {
  margin-top: 4rem;
}
@media screen and (max-width: 1280px) {
  section {
    padding: 3rem 0;
  }
  section .section__heading + .section__content {
    margin-top: 2rem;
  }
}

.inner {
  width: 1280px;
  padding: 0 6vw;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .inner {
    width: 100%;
  }
}

.heading--01 {
  color: #2B769E;
  line-height: 1;
}
.heading--01 h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
.heading--01 span {
  font-family: "Playfair Display", serif;
  opacity: 0.1;
  font-size: 6rem;
}

.heading--02 {
  color: #E04300;
  line-height: 1;
}
.heading--02 h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
.heading--02 span {
  font-family: "Playfair Display", serif;
  opacity: 0.1;
  font-size: 6rem;
}

@media screen and (max-width: 1280px) {
  .heading--01 span {
    font-size: 3rem;
  }
  .heading--02 span {
    font-size: 3rem;
  }
}
#hamburger__button {
  position: fixed;
  width: 7rem;
  height: 5rem;
  top: 0;
  right: 0;
  z-index: 200;
}
#hamburger__button span {
  position: absolute;
  left: 1rem;
  top: calc(50% - 1px);
  width: 5rem;
  height: 3px;
  background-color: #2B769E;
  display: block;
  transition: 0.3s;
}
#hamburger__button span:nth-child(1) {
  transform: translateY(-0.75rem);
}
#hamburger__button span:nth-child(3) {
  transform: translateY(0.75rem);
}
#hamburger__button span:nth-child(4) {
  transform: translateY(1.5rem);
  height: auto;
  background-color: transparent;
  line-height: 1;
  text-align: center;
}
#hamburger__button.is-open span {
  background-color: #fff;
}
#hamburger__button.is-open span:nth-child(1) {
  transform: rotate(-45deg);
}
#hamburger__button.is-open span:nth-child(2) {
  opacity: 0;
}
#hamburger__button.is-open span:nth-child(3) {
  transform: rotate(45deg);
}
#hamburger__button.is-open span:nth-child(4) {
  opacity: 0;
  background-color: transparent;
}
#hamburger__content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100dvw;
  height: 100dvh;
  overflow-y: auto;
  background: #2B769E;
  padding: 6vw 0;
  overflow-y: auto;
}
#hamburger__content .hamburgerContent__block + .hamburgerContent__block {
  margin-top: 2rem;
}
#hamburger__content .logo a {
  display: block;
}
#hamburger__content .logo a img {
  width: 50vw;
}
#hamburger__content ul li + li {
  margin-top: 0.5rem;
}
#hamburger__content ul li a {
  color: #fff;
  display: flex;
  gap: 2rem;
}
#hamburger__content ul li a .en {
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 1280px) {
  #hamburger__content {
    font-size: 1.5rem;
  }
  #hamburger__content ul li a {
    justify-content: space-between;
  }
  #hamburger__content ul li a .en {
    opacity: 0.5;
  }
}

#mv {
  position: relative;
  padding: 0;
}
#mv .mvText {
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: difference;
}
#mv .mvText__logo {
  height: 6rem;
  width: auto;
}
#mv .mvText__catch {
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 2rem;
}
#mv .mvText__date {
  height: 6rem;
  width: auto;
  margin-top: 4rem;
}
#mv .mvBg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #mv .mvText {
    top: 6rem;
  }
  #mv .mvText__logo {
    height: auto;
    width: 80vw;
  }
  #mv .mvText__catch {
    font-size: 1.5rem;
  }
  #mv .mvText__date {
    height: auto;
    width: 80vw;
    margin-top: 2rem;
  }
  #mv .mvBg {
    height: 75vh;
  }
  #mv .mvBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#message {
  font-size: 2.25rem;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 1280px) {
  #message {
    font-size: 1.5rem;
  }
}

#outline .outlineTable01 {
  width: 100%;
}
#outline .outlineTable01 tr td, #outline .outlineTable01 tr th {
  border: 1px solid #C0C0C0;
  padding: 1rem;
}
#outline .outlineTable01 tr th {
  font-weight: 500;
  opacity: 0.75;
}

#performer .performerList01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
#performer .performerList01 li {
  border: 1px solid #08293B;
  padding: 1rem;
  text-align: center;
}
#performer .performerList01 li .name {
  font-size: 1.2rem;
}
#performer .performerList01 li .area {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  #performer .performerList01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

#madeaca, #iitate {
  background-color: rgba(255, 128, 0, 0.05);
}
#madeaca .section__content p + p, #iitate .section__content p + p {
  margin-top: 2rem;
}

footer {
  padding: 2rem 0;
  background-color: #08293B;
  color: #fff;
}