@charset "UTF-8";

html {
  /* font-family: "Noto Serif", serif; */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 62.5%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
* {
  background-repeat: no-repeat;
}

body {
  background: #001419;
}

/* Fade-in アニメーション */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 4%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}
.heading-text {
  font-size: min(5vw, 26px);
  line-height: 1;
  color: #fff;
    white-space: nowrap;
}
.heading-line {
  width: 39%;
  height: 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 880px) and (max-width: 1280px) {
  .heading {
    gap: 2%;
  }
  .heading-text {
/*    font-size: 2.8rem;*/
  }
  .heading-line {
    width: 31.8%;
  }
}
@media (min-width: 769px) and (max-width: 879px) {
  .heading {
    gap: 2%;
  }
  .heading-text {
/*    font-size: 2.2rem;*/
  }
  .heading-line {
    width: 31.8%;
  }
}
@media (min-width: 511px) and (max-width: 768px) {
  .heading-text {
/*    font-size: 3rem;*/
  }
  .heading-line {
    width: 35%;
  }
}
@media (max-width: 510px) {
  .heading-text {
/*    font-size: 2.6rem;*/
  }
  .heading-line {
    width: 32%;
  }
}

.soguTtl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: min(7.4vw, 46px);
  margin-bottom: min(6vw, 30px);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.hamburger-menu {
  position: fixed;
  top: 6rem;
  right: 4%;
  width: 6.2rem;
  height: 3.3rem;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger-menu {
    top: 4rem;
    right: 7%;
    width: 8%;
    height: auto;
  }
}

/* モーダル */
.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001418;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.8s ease-out;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-close {
  position: absolute;
  top: 6rem;
  right: 4%;
  width: 4.1%;
  height: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.modal-nav-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 10rem;
}
.modal-nav-inner-pc {
  gap: 0;
  display: flex;
  flex-direction: row;
}
.modal-nav-inner-left {
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0 0 0 0;
  padding: 0px;
  position: sticky;
  top: 0;
  width: 50%;
  max-width: 50%;
  flex: 1;
  background-image: url('../images/hero-pc.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100vh;
}
.modal-nav-inner-right {
  align-content: center;
  align-items: center;
  background: #001418;
  flex: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 50%;
  z-index: 1;
  max-width: 50%;
  flex-grow: 1;
  padding: 0 8%;
  gap: 13%;
  justify-content: center;
}
.modal-nav-inner-right .modal-nav-inner-logo {
  width: 29%;
}
.modal-nav-inner-right .modal-nav {
  width: 37%;
}

.modal-nav-inner-sp {
  display: none;
}
.modal-nav-inner-logo {
  width: 10%;
}
.modal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1277px) {
  .modal-nav-inner-right {
    flex-direction: column;
    gap: 60px;
  }
  .modal-nav-inner-right .modal-nav-inner-logo {
    width: 29%;
  }
  .modal-nav-inner-right .modal-nav {
    width: 100%;
  }
  
}
@media (max-width: 1200px) {
  .modal-nav-inner-logo {
    width: 12%;
  }
}
@media (max-width: 768px) {
  .modal-content {
    padding: 4rem 8%;
  }
  .modal-nav-inner-pc {
    display: none;
  }
  .modal-nav-inner-sp {
    display: flex;
  }
  .modal-nav-inner {
    gap: 12rem;
  }
  .modal-nav-inner-logo {
    width: 33%;
  }
  .modal-close {
    top: 4rem;
    right: 7%;
    width: 7%;
    height: auto;
  }
}
@media (max-width: 460px) {
  .modal-nav-inner {
    gap: 8rem;
  }
  .modal-nav-inner-logo {
    width: 50%;
  }
  .modal-close {
    top: 4rem;
    right: 7%;
    width: 7%;
    height: auto;
  }
}
.modal-nav {
  width: 100%;
  max-width: 60rem;
}
.modal-nav-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-nav-item {
  text-align: center;
}
.modal-nav-link {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.modal-nav-link:hover {
  opacity: 0.7;
}
.modal-nav-en {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .modal-nav-list {
    gap: 3rem;
  }
  .modal-nav-link {
    font-size: 2.8rem;
  }
  .modal-nav-en {
    font-size: 1.2rem;
  }
}

.wrapper {
  align-items: flex-start;
  background: #ffffff;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  overflow: clip;
  display: flex;
}
@media (max-width: 768px) {
  .wrapper {
    display: block;
  }
}
.header {
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0 0 0 0;
  padding: 0px;
  position: sticky;
  top: 0;
  width: 50%;
  max-width: 50%;
  flex: 1;
  height: 100vh;
}
.header-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transform: scale(1.4);
  transform-origin: bottom;
  animation: headerZoom 18000ms cubic-bezier(0.58, 0.21, 0.41, 0.96) forwards;
}
@keyframes headerZoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}
.main {
  align-content: center;
  align-items: center;
  background: #001418;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 50%;
  z-index: 1;
  max-width: 50%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .main {
    width: 100%;
    max-width: 100%;
  }
}

.main-visual {
  width: 100%;
  height: 100vh;
}
.main-visual-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.2%;
  height: 100%;
  margin: 0 auto;
}
.main-visual-inner-pc {
  display: flex;
}
.main-visual-inner-sp {
  display: none;
}
.main-visual-logo {
  width: 100%;
  height: auto;
  aspect-ratio: 275 / 567;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .main-visual-inner-pc {
    display: none;
  }
  .main-visual-inner-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main-visual-deco-top {
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    z-index: 1;
  }
  .main-visual-deco-bottom {
    position: absolute;
    bottom: -21%;
    left: 50%;
    transform: translateX(-50%);
    width: 56%;
    z-index: 1;
  }
  .main-visual-image {
    width: 56%;
    position: relative;
  }
}
@media screen and (min-width: 451px) and (max-width: 600px) {
  .main-visual-inner-pc {
    display: none;
  }
  .main-visual-inner-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main-visual-deco-top {
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    z-index: 1;
  }
  .main-visual-deco-bottom {
    position: absolute;
    bottom: -21%;
    left: 50%;
    transform: translateX(-50%);
    width: 56%;
  }
  .main-visual-image {
    width: 70%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 450px) {
  .main-visual-inner-pc {
    display: none;
  }
  .main-visual-inner-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main-visual-deco-top {
    position: absolute;
    top: -22%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    z-index: 1;
  }
  .main-visual-deco-bottom {
    position: absolute;
    bottom: -26%;
    left: 50%;
    transform: translateX(-50%);
    width: 61%;
    z-index: 1;
  }
  .main-visual-image {
    width: 81%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-image-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .main-visual-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transform: scale(1.4);
    transform-origin: bottom;
    animation: headerZoom 18000ms cubic-bezier(0.58, 0.21, 0.41, 0.96) forwards;
  }
  @keyframes headerZoom {
    0% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
}

#summary {
  padding: 15.1rem 5% 0;
}
.summary-text {
  font-size: 1.25vw;
  line-height: 2.4;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #summary {
    padding: 6rem 4% 0;
  }
  .summary-text {
    font-size: 4.2vw;
    line-height: 2.2;
  }
}


#date {
  padding: 15.1rem 8% 0;
}
.schedule-table {
  width: 100%;
  margin: 9.2rem auto 0;
  background-color: white;
}
.schedule-table th {
  background-color: #fff;
  color: #001418;
  padding: 2.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #0d2330;
  border-left: none;
  border-top: none;
  text-align: center;
}
.schedule-table th:last-child {
  border-right: none;
}
.schedule-table td {
  padding: 40px 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #0d2330;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
}
.schedule-table td:last-child {
  border-right: none;
}
.performance {
  margin: 20px 0;
}
.performance-type {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.performance-time {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
.divider {
  height: 1px;
  background-color: #0d2330;
  margin: 4.5rem auto;
  width: 82.3%;
}
@media screen and (min-width: 880px) and (max-width: 1280px) {
  #date {
    padding: 10rem 5% 0;
  }
  .schedule-table {
    margin: 9.2rem auto 0;
  }
  .schedule-table th {
    padding: 2.2rem;
    font-size: 1.6rem;
  }
  .schedule-table td {
    padding: 40px 20px;
  }
  .performance {
    margin: 20px 0;
  }
  .performance-type {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .performance-time {
    font-size: 1.4rem;
  }
  .divider {
    margin: 2rem auto;
    width: 82.3%;
  }
}
@media screen and (min-width: 430px) and (max-width: 510px) {
  #date {
    padding: 10rem 4% 0;
  }
  .schedule-table {
    margin: 5rem auto 0;
  }
  .schedule-table th {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
  .schedule-table td {
    padding: 40px 20px;
  }
  .performance {
    margin: 20px 0;
  }
  .performance-type {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .performance-time {
    font-size: 1.4rem;
  }
  .divider {
    margin: 2rem auto;
    width: 90%;
  }
}
@media screen and (max-width: 429px) {
  #date {
    padding: 10rem 4% 0;
  }
  .schedule-table {
    margin: 5rem auto 0;
  }
  .schedule-table th {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
  .schedule-table td {
    padding: 20px 3%;
  }
  .performance {
    margin: 8px 0;
  }
  .performance-type {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .performance-time {
    font-size: 1.3rem;
  }
  .divider {
    margin: 2rem auto;
    width: 100%;
  }
}



#place {
  padding: 15.1rem 8% 0;
}
.place-text-wrapper {
  margin-top: 11.9rem;
}
.place-name {
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.place-address {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 4.6rem 0 3.3rem;
}
.place-map {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 21.2%;
  border: 1px solid #fff;
  padding: 1.3rem 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 880px) and (max-width: 1280px) {
  #place {
    padding: 10rem 5% 0;
  }
  .place-text-wrapper {
    margin-top: 10rem;
  }
  .place-name {
    font-size: 3.6rem;
  }
  .place-address {
    font-size: 1.8rem;
    margin: 4.6rem 0 3.3rem;
  }
  .place-map {
    font-size: 1.4rem;
    width: 26.2%;
  }
}
@media screen and (min-width: 769px) and (max-width: 879px) {
  #place {
    padding: 10rem 5% 0;
  }
  .place-text-wrapper {
    margin-top: 10rem;
  }
  .place-name {
    font-size: 2.8rem;
  }
  .place-address {
    font-size: 1.6rem;
    margin: 4.6rem 0 3.3rem;
  }
  .place-map {
    font-size: 1.4rem;
    width: 26.2%;
  }
}
@media screen and (max-width: 510px) {
  #place {
    padding: 10rem 4% 0;
  }
  .place-text-wrapper {
    margin-top: 10rem;
  }
  .place-name {
    font-size: 2.4rem;
  }
  .place-address {
    font-size: 1.6rem;
    margin: 3rem 0 2.3rem;
  }
  .place-map {
    font-size: 1.4rem;
    width: 30%;
  }
}




#ticket {
  padding: 15.1rem 8%;
}
#ticket .heading-line {
  width: 31.8%;
}
.ticket-text {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 13.3rem 0 13.3rem;
}
@media screen and (max-width: 768px) {
  #ticket {
    padding: 10rem 4% 0;
  }
  #ticket .heading-line {
    width: 28%;
  }
}

.footer {
  padding: 3rem 8% 4rem;
}
.footer p {
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
}