@charset "UTF-8";
.hamburgerFloat {
  background: url(../../shared/images/logo_wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapWidth.topTitleAreaBg .topTitleArea {
  background-image: url(../images/headttl.jpg);
}

.tab-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.tab-menu .tab-link {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6274509804);
}
.tab-menu .tab-link:hover, .tab-menu .tab-link.is-active {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
  opacity: 1;
}
.tab-menu .tab-link:hover .tab-linkImg, .tab-menu .tab-link.is-active .tab-linkImg {
  opacity: 1;
  transition: 0.3s;
}
.tab-menu .tab-link .tab-linkImg {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.tab-menu .tab-link .txt {
  position: absolute;
  bottom: 32px;
  left: 22px;
}
.tab-menu .tab-link .txt .ttl {
  font-size: clamp(18px, 1.67vw, 20px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3em;
}
.tab-menu .tab-link .txt .more {
  font-size: 15px;
  font-family: "Spectral", sans-serif;
  color: #ffffff;
}

@media only screen and (max-width: 1020px) {
  .tab-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-menu .tab-link {
    aspect-ratio: initial;
    height: 150px;
  }
  .tab-menu .tab-link .txt {
    bottom: 32px;
    left: 22px;
  }
  .tab-menu .tab-link .txt .ttl {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .tab-menu .tab-link .txt .more {
    font-size: 15px;
  }
}
.tab-content {
  display: none; /* 通常は非表示 */
  padding: 120px 0;
  flex-direction: column;
  gap: 100px;
}
.tab-content .secMessage .mds {
  margin-bottom: 40px;
}
.tab-content .secMessage .mds .mdsSub {
  font-size: clamp(30px, 2.67vw, 32px);
  font-family: "Spectral", sans-serif;
  color: #b8860b;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  margin: auto;
  display: block;
}
.tab-content .secMessage .mds .mdsTtl {
  text-align: center;
  font-size: clamp(18px, 1.67vw, 20px);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-weight: 600;
}
.tab-content .secMessage .ticketbox .ttl {
  font-size: clamp(20px, 1.83vw, 22px);
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.tab-content .secMessage .ticketbox .txt {
  text-align: center;
  max-width: 580px;
  margin: auto;
  line-height: 1.7em;
}
.tab-content .secMessage .ticketbox_sqgd {
  border-width: 48px;
  border-image-slice: 48 fill;
}
.tab-content .secRecco .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
}
.tab-content .secRecco .wrap .content .num {
  font-size: 30px;
  text-align: center;
  font-family: "Spectral", sans-serif;
  display: block;
  margin: auto;
  letter-spacing: 0em;
}
.tab-content .secRecco .wrap .content .txt span {
  color: #b8860b;
  text-align: center;
}
.tab-content .secRecco .wrap .content .txt {
  font-size: clamp(16px, 1.5vw, 18px);
  font-family: "Noto Serif JP", serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.tab-content .secRecco .wrap .ticketbox_gr50wh {
  padding: 20px 0;
}
.tab-content .secScene .secSceneContent {
  display: grid;
  grid-template-columns: 60% 1fr;
  align-items: flex-end;
  gap: 6%;
  width: 100%;
  padding: 60px 4%;
  border-top: 1px solid #b8860b;
}
.tab-content .secScene .secSceneContent:last-of-type {
  border-bottom: 1px solid #b8860b;
}
.tab-content .secScene .secSceneContent .secSceneContentImg img {
  width: 100%;
}
.tab-content .secScene .secSceneContent .secSceneContentTxt {
  width: 100%;
}
.tab-content .secScene .secSceneContent .secSceneContentTxt .num {
  font-size: 14px;
  font-family: "Spectral", sans-serif;
  font-weight: 600;
}
.tab-content .secScene .secSceneContent .secSceneContentTxt .mds {
  margin-bottom: 40px;
}
.tab-content .secScene .secSceneContent .secSceneContentTxt .mds .mdsSub {
  font-size: clamp(30px, 2.67vw, 32px);
  font-family: "Spectral", sans-serif;
  color: #b8860b;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}
.tab-content .secScene .secSceneContent .secSceneContentTxt .mds .mdsTtl {
  font-size: clamp(18px, 1.67vw, 20px);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-weight: 600;
}
.tab-content .secScene .secSceneContent .secSceneContentTxt .txt {
  font-size: 15px;
  line-height: 1.6em;
}

.tab-content.is-active {
  display: flex;
}

@media print, screen and (max-width: 767px) {
  .tab-content {
    padding: 80px 0;
    gap: 80px;
  }
  .tab-content .secMessage .mds .mdsSub {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .tab-content .secMessage .mds .mdsTtl {
    font-size: 15px;
  }
  .tab-content .secMessage .ticketbox .ttl {
    font-size: clamp(14px, 6.15vw, 24px);
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .tab-content .secMessage .ticketbox .txt {
    text-align: center;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .tab-content .secMessage .ticketbox_sqgd {
    border-width: 30px;
    border-image-slice: 30% fill;
    padding: 0;
  }
  .tab-content .secRecco .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .tab-content .secRecco .wrap .content {
    width: 80%;
    margin: auto;
    padding: 10px 0 30px;
    border-width: 20px;
    border-image-slice: 20 fill;
  }
  .tab-content .secRecco .wrap .content .txt {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .tab-content .secRecco .wrap .ticketbox_gr50wh {
    padding: 20px 0;
  }
  .tab-content .secScene .secSceneContent {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 50px 0;
  }
  .tab-content .secScene .secSceneContent .secSceneContentTxt {
    width: 90%;
    margin: auto;
  }
  .tab-content .secScene .secSceneContent .secSceneContentTxt .mds {
    margin-bottom: 30px;
  }
  .tab-content .secScene .secSceneContent .secSceneContentTxt .mds .mdsSub {
    font-size: clamp(15px, 6.41vw, 25px);
  }
  .tab-content .secScene .secSceneContent .secSceneContentTxt .mds .mdsTtl {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .tab-content .secScene .secSceneContent .secSceneContentTxt .txt {
    font-size: 15px;
    line-height: 1.6em;
  }
}/*# sourceMappingURL=style.css.map */