/* ticket.css - ticket page sections */
.ticket-lh {
  margin-bottom: 5px;
}

.detail-row {
  background-color: #fff;
}

td.accordion-cell {
  padding: 0 !important;
  border: none !important;
  height: 0;
}

.accordion-wrapper {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-wrapper.open {
  max-height: 1200px;
  opacity: 1;
}

.accordion-content {
  padding: 0px;
  text-align: left;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  color: #597765;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
}

.soldout {
  color: #fff;
  padding: 5px 10px;
  background-color: #E52823;
  display: inline-block;
}

#ticketHeader {
  margin-top: 240px;
  text-align: center;
}

#ticketHeader h2 {
  width: 215px;
  margin: 0 auto;
}

#ticketHeader p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
}

#ticketAbout {
  margin-top: 80px;
  margin-bottom: 120px;
}

#ticketAbout .ticket-about-wrapper {
  width: 880px;
  margin: 0 auto;
}

#ticketAbout .ticket-about-wrapper h3 {
  width: 516px;
}

#ticketAbout .ticket-about-wrapper hr {
  margin-bottom: 25px;
}

#ticketAbout .ticket-about-wrapper h4 span {
  width: 58px;
  margin-right: 15px;
  display: inline-block;
}

#ticketAbout .ticket-about-wrapper h4 span img {
  vertical-align: baseline;
}

#ticketAbout .ticket-about-wrapper h4 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
}

#ticketAbout .ticket-about-wrapper p {
  font-size: 13px;
}

#ticketAbout .ticket-about-wrapper div.pc-block {
  margin-bottom: 65px;
}

#ticketAbout .ticket-about-wrapper table {
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
}

#ticketAbout .ticket-about-wrapper table.cols-5 tr th:first-child,
#ticketAbout .ticket-about-wrapper table.cols-5 tr td:first-child {
  width: 344px;
}

#ticketAbout .ticket-about-wrapper table.cols-5 tr td:nth-child(5) {
  width: 140px
}

#ticketAbout .ticket-about-wrapper table.cols-2 tr th:last-child,
#ticketAbout .ticket-about-wrapper table.cols-2 tr td:last-child,
#ticketAbout .ticket-about-wrapper table.cols-3 tr th:nth-child(2),
#ticketAbout .ticket-about-wrapper table.cols-3 tr td:nth-child(2) {
  width: 315px;
}

#ticketAbout .ticket-about-wrapper table tr th,
#ticketAbout .ticket-about-wrapper table tr td {
  text-align: center;
}

#ticketAbout .ticket-about-wrapper table tr th:first-child,
#ticketAbout .ticket-about-wrapper table tr td:first-child {
  text-align: left;
}

#ticketAbout .ticket-about-wrapper table tr th {
  background-color: #F9F6F4;
  font-weight: normal;
}

#ticketAbout .ticket-about-wrapper table tr td {
  font-weight: medium;
}

#ticketAbout .ticket-about-wrapper table tr td a {
  color: #597765;
  text-decoration: underline;
}

#ticketAC {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

#ticketAC .ticket-info-wrapper {
  width: 880px;
  margin: 10px auto;
}

#ticketAC .ticket-info-wrapper .ticket-info-items {
  padding: 40px 40px 50px;
  border-radius: 14px;
  background-color: #F9F6F4;
}

#ticketAC .ticket-info-wrapper .ticket-info-items h4 {
  width: 100%;
  font-size: 20px;
  padding: 14px 0;
  margin-bottom: 35px;
  font-weight: bold;
  color: #fff;
  background-color: #597765;
  text-align: center;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex {
  display: flex;
  justify-content: space-between;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-img {
  width: 421px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text {
  width: 311px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text h5 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text .info-price {
  width: auto;
  height: 26px;
  margin-bottom: 25px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text .info-price img {
  width: auto;
  height: 100%;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text ul {
  padding-left: 1.5em;
  font-size: 15px;
  margin-bottom: 25px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text ul li {
  list-style: disc;
  font-size: 15px;
  margin-top: 12px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text ul li b {
  font-weight: bold;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-btn {
  margin-bottom: 10px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-btn .dc-btn {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex p {
  font-size: 13px;
}

#ticketCaution {
  padding-top: 0;
  padding-bottom: 160px;
}

#ticketCaution .ticket-caution-wrapper {
  width: 880px;
  margin: 0 auto;
}

#ticketCaution .ticket-caution-wrapper:last-child {
  margin-top: 100px;
}

#ticketCaution .ticket-caution-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
}

#ticketCaution .ticket-caution-wrapper hr {
  margin-bottom: 25px;
}

#ticketCaution .ticket-caution-wrapper ul {
  padding-left: 20px;
  width: 830px;
  margin: auto;
}

#ticketCaution .ticket-caution-wrapper ul li {
  font-size: 13px;
  list-style: disc;
  line-height: 1.5em;
  margin-bottom: 8px;
}

#ticketCaution .ticket-caution-wrapper ul li span a {
  color: #000;
  text-decoration: underline;
}

#ticketCaution .ticket-caution-wrapper a.ticket-info-mail {
  font-size: 18px;
  font-weight: bold;
  color: #597765;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
}

#ticketCaution .ticket-caution-wrapper p {
  font-size: 13px;
  padding-left: 15px;
}

@media screen and (max-width: 1440px) {
  #ticketHeader {
    margin-top: 16.6vw;
    text-align: center;
  }

  #ticketHeader h2 {
    width: 14.93vw;
    margin: 0 auto;
  }

  #ticketHeader p {
    font-size: 1.25vw;
    margin-top: 2.43vw;
  }

  #ticketAbout {
    margin-top: 5.55vw;
    margin-bottom: 8.33vw;
  }

  #ticketAbout .ticket-about-wrapper h3 {
    width: 35.83vw;
  }

  #ticketAbout .ticket-about-wrapper hr {
    margin-bottom: 1.73vw;
  }

  #ticketAbout .ticket-about-wrapper h4 span {
    width: 3.91vw;
    margin-right: 1.04vw;
  }

  #ticketAbout .ticket-about-wrapper h4 {
    font-size: 1.25vw;
  }

  #ticketAbout .ticket-about-wrapper p {
    font-size: 1.04vw;
  }

  #ticketAbout .ticket-about-wrapper div.pc-block {
    margin-bottom: 4.53vw;
  }

  #ticketAbout .ticket-about-wrapper table {
    width: 100%;
    margin-top: 20px;
    font-size: 1.28vw;
  }

  #ticketAbout .ticket-about-wrapper table.cols-5 tr th:first-child,
  #ticketAbout .ticket-about-wrapper table.cols-5 tr td:first-child {
    width: 23.88vw;
  }

  #ticketAbout .ticket-about-wrapper table.cols-2 tr th:last-child,
  #ticketAbout .ticket-about-wrapper table.cols-2 tr td:last-child,
  #ticketAbout .ticket-about-wrapper table.cols-3 tr th:nth-child(2),
  #ticketAbout .ticket-about-wrapper table.cols-3 tr td:nth-child(2) {
    width: 21.85vw;
  }

  #ticketCaution {
    padding-bottom: 11.11vw;
  }

  #ticketCaution .ticket-caution-wrapper {
    width: 55.55vw;
  }

  #ticketCaution .ticket-caution-wrapper:last-child {
    margin-top: 6.94vw;
  }

  #ticketCaution .ticket-caution-wrapper h3 {
    font-size: 1.45vw;
  }

  #ticketCaution .ticket-caution-wrapper hr {
    margin-bottom: 1.73vw;
  }

  #ticketCaution .ticket-caution-wrapper ul {
    padding-left: 1.38vw;
    width: 52.08vw;
  }

  #ticketCaution .ticket-caution-wrapper ul li {
    font-size: 1.04vw;
    margin-bottom: 8px;
  }

  #ticketCaution .ticket-caution-wrapper a.ticket-info-mail {
    font-size: 1.38vw;
    margin-bottom: 1.04vw;
    padding-left: 1.04vw;
  }

  #ticketCaution .ticket-caution-wrapper p {
    font-size: 1.04vw;
    padding-left: 1.04vw;
  }
}

@media screen and (max-width: 767px) {
  #ticketHeader {
    text-align: center;
    width: 86.6vw;
    margin: 37.3vw auto 0;
  }

  #ticketHeader h2 {
    width: 42.6vw;
    margin: 0 auto 0 0;
  }

  #ticketHeader p {
    font-size: 4vw;
    margin-top: 6.6vw;
    text-align: left;
  }

  #ticketAbout {
    margin-top: 16vw;
    margin-bottom: 14.6vw;
  }

  #ticketAbout .ticket-about-wrapper {
    width: 86.6vw;
    margin: 0 auto;
  }

  #ticketAbout .ticket-about-wrapper h3 {
    width: 57.8vw;
  }

  #ticketAbout .ticket-about-wrapper hr {
    margin-top: 6.66vw;
    margin-bottom: 6.66vw;
  }

  #ticketAbout .ticket-about-wrapper h4 span {
    width: 14.2vw;
    margin-right: 4vw;
    display: inline-block;
  }

  #ticketAbout .ticket-about-wrapper h4 {
    font-size: 4.2vw;
    font-weight: bold;

    justify-content: flex-start;
  }

  #ticketAbout .ticket-about-wrapper p {
    font-size: 3vw;
  }

  #ticketAbout .ticket-about-wrapper div.sp-block {
    margin-bottom: 16vw;
  }

  #ticketAbout .ticket-about-wrapper table {
    width: 100%;
    margin-top: 6.4vw;
    font-size: 4vw;
  }

  #ticketAbout .ticket-about-wrapper table tr:nth-child(odd) {
    background-color: #fcfbfa;
  }

  #ticketAbout .ticket-about-wrapper table tr:nth-child(even) {
    background-color: #F9F6F4;
  }

  #ticketAbout .ticket-about-wrapper table tr:first-child {
    background-color: #ced7d1;
  }

  #ticketAbout .ticket-about-wrapper table tr td:first-child {
    text-align: left;
  }

  #ticketAbout .ticket-about-wrapper table tr td:last-child {
    text-align: right;
  }

  #ticketAbout .ticket-about-wrapper table tr:first-child td {
    font-weight: bold;
    text-align: left;
  }

  #ticketAbout .ticket-about-wrapper table tr td {
    border: none;
  }

  #ticketAC {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  #ticketAC .ticket-info-wrapper {
    width: 86.6vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items {
    padding: 0;
    border-radius: 14px;
    background-color: #F9F6F4;
    margin-top: 6.93vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items h4 {
    width: 100%;
    font-size: 4.8vw;
    padding: 14px 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    background-color: #597765;
    text-align: center;
    border-radius: 14px 14px 0 0;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex {
    display: flex;
    width: calc(100% - 4.6vw - 4.6vw);
    padding: 4.6vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-img {
    width: 100%;
    margin-bottom: 6.6vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text {
    width: 100%;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text h5 {
    font-size: 4.26vw;
    margin-bottom: 4vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text .info-price {
    width: auto;
    height: 6.13vw;
    margin-bottom: 6.6vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text ul {
    padding-left: 1.5em;
    font-size: 4vw;
    margin-bottom: 6.6vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-text ul li {
    list-style: disc;
    font-size: 4vw;
    margin-top: 2.7vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-btn {
    margin-bottom: 2.6vw;
  }

  #ticketAC .ticket-info-wrapper .ticket-info-items .ticket-info-item-flex .ticket-info-item-btn .dc-btn {
    width: 100%;
    padding: 2.6vw 0;
    text-align: center;
    font-size: 4.26vw;
  }

  #ticketCaution {
    padding-top: 0;
    padding-bottom: 26.66vw;
  }

  #ticketCaution .ticket-caution-wrapper {
    width: 86.6vw;
  }

  #ticketCaution .ticket-caution-wrapper:last-child {
    margin-top: 13.3vw;
  }

  #ticketCaution .ticket-caution-wrapper h3 {
    font-size: 4.2vw;
  }

  #ticketCaution .ticket-caution-wrapper hr {
    margin-bottom: 4vw;
  }

  #ticketCaution .ticket-caution-wrapper ul {
    padding-left: 6vw;
    width: calc(100% - 6vw);
  }

  #ticketCaution .ticket-caution-wrapper ul li {
    font-size: 3.0vw;
    margin-bottom: 8px;
  }

  #ticketCaution .ticket-caution-wrapper a.ticket-info-mail {
    font-size: 4.2vw;
    margin-bottom: 2.6vw;
    padding-left: 0;
  }

  #ticketCaution .ticket-caution-wrapper p {
    font-size: 3.0vw;
    padding-left: 0;
  }
}

.modaal-container {
  max-width: 500px;
  position: relative;
  border-radius: 14px;
}

.modaal-content-container {
  margin: 0 auto;

  height: auto;
}

.modaal-content-container img {
  width: 100%;
}

.modaal-wrapper.modaal-inline .modaal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: none;
}

.modaal-wrapper.modaal-inline .modaal-close:before,
.modaal-wrapper.modaal-inline .modaal-close:after {
  background: #fff;
  height: 2px;
  width: 30px;
  top: 24px;
  left: 11px;
}

@media screen and (max-width: 1440px) {
  .modaal-container {
    max-width: none;
    width: 40.16vw;
  }

  .modaal-content-container {}

  .modaal-wrapper.modaal-inline .modaal-close:before,
  .modaal-wrapper.modaal-inline .modaal-close:after {
    height: 2px;
    width: 2.08vw;
    top: 24px;
    left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .modaal-container {

    width: auto;
    border-radius: 0;
  }

  .modaal-content-container {
    margin-top: 0;
    padding: 4.16vw;
  }

  .modaal-wrapper.modaal-inline .modaal-inner-wrapper {
    padding: 0;
  }

  .modaal-wrapper.modaal-inline .modaal-close:before,
  .modaal-wrapper.modaal-inline .modaal-close:after {
    height: 2px;
    width: 8vw;
  }
}

.modaal-image .modaal-container {
  max-width: 950px;
}

.modaal-image .modaal-close {
  transform: translate(-50%, -50%);
  bottom: 1%;
  left: 50%;
  top: auto;
  right: auto;
  border: 1px solid #fff !important;
  position: fixed;
}

@media screen and (max-width: 800px) {
  .modaal-image .modaal-close {
    bottom: 10%;
  }
}

@media screen and (max-width: 600px) {
  .modaal-image .modaal-close {
    bottom: 20%;
  }
}

.inline-artist .modaal-content-container {
  background-color: #000000;
}

.inline-artist.modaal-wrapper.modaal-inline .modaal-close {
  background-color: transparent;
  border: 1px solid #fff;
  position: fixed;
  top: 9vh;
  right: calc(50vw - 570px + 12px);
}

.inline-artist.modaal-wrapper.modaal-inline .modaal-close:before,
.inline-artist.modaal-wrapper.modaal-inline .modaal-close:after {
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .inline-artist.modaal-wrapper.modaal-inline .modaal-close {
    background-color: transparent;
    border: 1px solid #fff;
    position: fixed;
    top: 9vh;
    right: calc(50vw - 39.58vw + 12px);
  }
}

@media screen and (max-width: 767px) {
  .inline-artist.modaal-wrapper.modaal-inline .modaal-close {
    position: absolute;
    top: 10px;
    right: 12px;
  }
}

#credit {
  margin-top: 150px;
  background-color: #F9F6F4;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#credit .credit-logo img {
  height: 80px;
  width: auto;
}

#credit .support-logo img {
  height: 60px;
  width: auto;
}

#credit h3 {
  width: 319px;
  margin-bottom: 62px;
}

#credit h4 img {
  height: 29px;
  width: auto;
  max-width: 100%;
  margin: 50px 0 20px 0;
}

@media screen and (max-width: 768px) {
  #credit h4 img {
    height: 29px;
  }
}

@media screen and (max-width: 1440px) {
  #credit {
    margin-top: 10.41vw;
    padding: 5.55vw 0;
  }

  #credit h3 {
    width: 22.15vw;
    margin-bottom: 4.30vw;
  }
}

@media screen and (max-width: 767px) {
  #credit {
    margin-top: calc(25.3vw - 17vw);
    padding: 12.8vw 0;
  }

  #credit h3 {
    width: 68vw;
    margin-bottom: 11.2vw;
  }
}

.main-back {
  position: relative;

  background-size: cover;


  height: auto;

}

.main-movie,
.main-movie video {
  width: 100%;
  display: block;
}

.main-txt {
  position: absolute;
  width: 962px;
  bottom: 75px;
  left: 41px;
}

@media screen and (max-width: 1440px) {
  .main-txt {
    position: absolute;
    width: 59vw;
  }
}

@media screen and (max-width: 767px) {
  .main-back {
    position: relative;

    background-size: cover;

    height: auto;

  }

  .main-img {
    width: 100%;
  }

  .main-txt {
    position: absolute;
    width: 80vw;
    bottom: 4.5vw;
    left: 4vw;

  }
}

#about .about-wrapper .about-txt .about-info .about-info-content .about-info-detail .about-info-tt.about-info-tt {
  display: flex;
}

#about .about-wrapper .about-txt .about-info .about-info-content .about-info-detail .about-info-tt.about-info-tt span {
  display: block;
  color: #597765;
}

#about .about-wrapper .about-txt .about-info .about-info-content .about-info-detail .about-info-tt.about-info-tt span.tt-time {
  margin-right: 0.5em;
  width: 2.5em;
}

@media screen and (max-width: 767px) {
  #about .about-wrapper .about-txt .about-info .about-info-content .about-info-detail .about-info-tt.about-info-tt {
    display: flex;
  }
}

.faq-btn-wrapper {
  text-align: center;
  width: 450px;
  background-color: #F9F6F4;
  border-radius: 14px;
  padding: 20px;

}

.faq-btn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 20px;
  margin-top: 20px;
}

.faq-btn-wrapper .dc-btn {
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq-btn-wrapper {
    width: 100%;
    padding: 40px 0;
  }

  .faq-btn-grid {
    grid-template-columns: 1fr;
  }
}

.credit-logo-sub {
  display: flex;
  gap: 20px;
  align-items: center;
}

.oshirase {
  color: #fff;
  background-color: #E52823;
  display: inline;
  padding: 10px 50px;
}

@media (max-width:767px) {
  .oshirase {
    color: #fff;
    background-color: #E52823;
    display: inline;
    padding: 10px 20px;
  }
}

.oshirase2 {
  color: #E52823;
  text-align: center !important;
  border-top: 2px solid #E52823;
  border-bottom: 2px solid #E52823;
  padding: 20px 0;
  width: 880px;
  margin: 0 auto;
}

@media (max-width:767px) {
  .oshirase2 {
    width: 100%;
  }
}

.ticket-table-wrapper {
  margin-bottom: 65px;
}

.ticket-table thead th {
  text-align: center;
}

.ticket-table thead th:first-child,
.ticket-table tbody td:first-child {
  text-align: left;
}

.ticket-table tbody td {
  vertical-align: middle;
}

.ticket-table button {
  line-height: 1.5;
}

.ticketAC {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.ticketAC .ticket-info-wrapper {
  width: 880px;
  margin: 10px auto;
}

.ticketAC .ticket-info-items {
  padding: 40px 40px 50px;
  border-radius: 14px;
  background-color: #F9F6F4;
}

.ticketAC .ticket-info-items h4 {
  width: 100%;
  font-size: 20px;
  padding: 14px 0;
  margin-bottom: 35px;
  font-weight: bold;
  color: #fff;
  background-color: #597765;
  text-align: center;
}

.ticketAC .ticket-info-item-flex {
  display: flex;
  justify-content: space-between;
}

.ticketAC .ticket-info-item-img {
  width: 421px;
}

.ticketAC .ticket-info-item-text {
  width: 311px;
}

.ticketAC .info-price {
  width: auto;
  height: 26px;
  margin-bottom: 25px;
}

.ticketAC .info-price img {
  width: auto;
  height: 100%;
}

.ticketAC .ticket-info-item-text ul {
  padding-left: 1.5em;
  font-size: 15px;
  margin-bottom: 25px;
}

.ticketAC .ticket-info-item-text ul li {
  list-style: disc;
  font-size: 15px;
  margin-top: 12px;
}

.ticketAC .ticket-notes {
  padding-left: 0;
}

.ticketAC .ticket-notes li {
  list-style: none;
}

.accordion-bottom-close {
  margin-top: 30px;
  text-align: center;
}

.ticket-day-visual {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.ticket-day-visual img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .ticket-day-visual {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media screen and (max-width: 1440px) {
  .ticketAC .ticket-info-wrapper {
    width: 61.11vw;
  }

  .ticketAC .ticket-info-items {
    padding: 2.77vw 2.77vw 3.47vw;
  }

  .ticketAC .ticket-info-items h4 {
    font-size: 1.38vw;
  }

  .ticketAC .ticket-info-item-img {
    width: 29.23vw;
  }

  .ticketAC .ticket-info-item-text {
    width: 21.59vw;
  }

  .ticketAC .ticket-info-item-text ul,
  .ticketAC .ticket-info-item-text ul li {
    font-size: 1.04vw;
  }
}

@media screen and (max-width: 767px) {
  .ticket-table-wrapper {
    margin-bottom: 16vw;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table {
    width: 100%;
    margin-top: 6.4vw;
    border-collapse: separate;
    border-spacing: 0;
  }

  .ticket-table thead {
    display: none;
  }

  .ticket-table,
  .ticket-table tbody,
  .ticket-table tr,
  .ticket-table td {
    display: block;
    width: 100%;
  }

  .ticket-table tbody tr:not(.detail-row) {
    margin-bottom: 4vw;
    padding: 4.6vw;
    background-color: #F9F6F4 !important;
    border-radius: 14px;
  }

  .ticket-table tbody tr:not(.detail-row) td {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    padding: 2vw 0;
    border: none;
    text-align: right !important;
    font-size: 4vw;
  }

  .ticket-table tbody tr:not(.detail-row) td::before {
    content: attr(data-label);
    flex-shrink: 0;
    font-weight: 800;
    color: #597765;
    text-align: left;
  }

  .ticket-table tbody tr:not(.detail-row) td:first-child {
    display: block;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #E8E5E3;
    font-weight: 800;
    text-align: left !important;
  }

  .ticket-table tbody tr:not(.detail-row) td:first-child::before,
  .ticket-table tbody tr:not(.detail-row) td:last-child::before {
    display: none;
  }

  .ticket-table tbody tr:not(.detail-row) td:last-child {
    justify-content: center;
    padding-top: 4vw;
    text-align: center !important;
  }

  .ticket-table tbody tr:not(.detail-row) td:last-child button {
    width: 100%;
    padding: 3vw 4vw;
    border-radius: 999px;
    color: #fff;
    background-color: #597765;
    text-decoration: none;
    font-size: 4vw;
  }

  .detail-row {
    margin-top: -2vw;
    margin-bottom: 5vw;
    background-color: transparent;
  }

  td.accordion-cell {
    display: block;
  }

  .accordion-wrapper.open {
    max-height: 2200px;
  }

  .ticketAC .ticket-info-wrapper {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .ticketAC .ticket-info-items {
    padding: 0;
    border-radius: 14px;
    background-color: #F9F6F4;
  }

  .ticketAC .ticket-info-items h4 {
    width: 100%;
    font-size: 4.8vw;
    padding: 14px 0;
    margin-bottom: 0;
    border-radius: 14px 14px 0 0;
  }

  .ticketAC .ticket-info-item-flex {
    width: calc(100% - 9.2vw);
    padding: 4.6vw;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .ticketAC .ticket-info-item-img {
    width: 100%;
    margin-bottom: 6.6vw;
  }

  .ticketAC .ticket-info-item-text {
    width: 100%;
  }

  .ticketAC .info-price {
    height: 6.13vw;
    margin-bottom: 6.6vw;
  }

  .ticketAC .ticket-info-item-text ul {
    padding-left: 1.5em;
    font-size: 4vw;
    margin-bottom: 6.6vw;
  }

  .ticketAC .ticket-info-item-text ul li {
    font-size: 4vw;
    margin-top: 2.7vw;
  }

  .ticketAC .ticket-notes {
    padding-left: 0;
  }

  .ticketAC .ticket-notes li {
    list-style: none;
  }

  .accordion-bottom-close {
    padding: 0 4.6vw 5vw;
  }

  .accordion-bottom-close button {
    width: 100%;
    padding: 3vw 4vw;
    border-radius: 999px;
    border: 1px solid #597765;
    text-decoration: none;
    font-size: 4vw;
  }

  .ticket-day-visual {
    margin-top: 6.4vw;
  }
}

/* =========================================================
   Ticket page fix 2026-06-03
   Ticket text titles / SP accordion-card fix
   ========================================================= */

/* Text title */
#ticketAbout .ticket-about-wrapper h3.ticket-section-title {
  width: auto;
}

.ticket-section-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: 'DINOT', 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.ticket-section-title__line {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #597765;
}

.ticket-section-title__en {
  font-size: 28px;
  color: #597765;
}

.ticket-section-title__ja {
  font-size: 18px;
  font-weight: 800;
  color: #597765;
}

.ticket-section-title__separator {
  font-size: 24px;
  font-weight: 700;
  color: #597765;
}

.day-color {
  color: #ba7a39;
}

/* Accordion */
.accordion-wrapper.open {
  max-height: 5000px;
  opacity: 1;
}

/* Detail style: class version */
.ticketAC {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.ticketAC .ticket-info-wrapper {
  width: 880px;
  margin: 10px auto;
}

.ticketAC .ticket-info-items {
  padding: 40px 40px 50px;
  border-radius: 14px;
  background-color: #F9F6F4;
}

.ticketAC .ticket-info-items h4 {
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  padding: 14px 0;
  margin-bottom: 35px;
  font-weight: bold;
  color: #fff;
  background-color: #597765;
  text-align: center;
}

.ticketAC .ticket-info-item-flex {
  display: flex;
  justify-content: space-between;
}

.ticketAC .ticket-info-item-img {
  width: 421px;
}

.ticketAC .ticket-info-item-text {
  width: 311px;
}

.ticketAC .info-price {
  width: auto;
  height: 26px;
  margin-bottom: 25px;
}

.ticketAC .info-price img {
  width: auto;
  height: 100%;
}

.ticketAC .ticket-info-item-text ul {
  padding-left: 1.5em;
  font-size: 15px;
  margin-bottom: 25px;
}

.ticketAC .ticket-info-item-text ul li {
  list-style: disc;
  font-size: 15px;
  margin-top: 12px;
}

.ticketAC .ticket-notes {
  padding-left: 0;
}

.ticketAC .ticket-notes li {
  list-style: none;
}

.accordion-bottom-close {
  margin-top: 30px;
  text-align: center;
}

.ticket-table tbody td {
  vertical-align: middle;
}

@media screen and (max-width: 1440px) {
  #ticketAbout .ticket-about-wrapper h3.ticket-section-title {
    width: auto;
  }

  .ticket-section-title__en {
    font-size: 2.91vw;
  }

  .ticket-section-title__ja {
    font-size: 1.52vw;
  }

  .ticketAC .ticket-info-wrapper {
    width: 61.11vw;
  }

  .ticketAC .ticket-info-items {
    padding: 2.77vw 2.77vw 3.47vw;
  }

  .ticketAC .ticket-info-items h4 {
    font-size: 1.38vw;
  }

  .ticketAC .ticket-info-item-img {
    width: 29.23vw;
  }

  .ticketAC .ticket-info-item-text {
    width: 21.59vw;
  }

  .ticketAC .ticket-info-item-text ul,
  .ticketAC .ticket-info-item-text ul li {
    font-size: 1.04vw;
  }
}

@media screen and (max-width: 767px) {
  .ticket-section-title {
    width: auto;
  }

  .ticket-section-title {
    gap: 12px;
  }

  .ticket-section-title__line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ticket-section-title__en {
    font-size: 8vw;
    line-height: 0.95;
  }

  .ticket-section-title__separator {
    display: none;
  }

  .ticket-section-title__ja {
    position: relative;
    padding-left: 0.8em;
    font-size: 4.2vw;
    line-height: 1.25;
  }

  .ticket-section-title__ja::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
  }

  /* Same table HTML -> card */
  #ticketAbout .ticket-about-wrapper .ticket-table {
    width: 100%;
    margin-top: 6.4vw;
    border-collapse: separate;
    border-spacing: 0;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table thead {
    display: none;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table,
  #ticketAbout .ticket-about-wrapper .ticket-table tbody,
  #ticketAbout .ticket-about-wrapper .ticket-table tr,
  #ticketAbout .ticket-about-wrapper .ticket-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) {
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
    padding: 4.8vw;
    background-color: #F9F6F4 !important;
    border-radius: 14px;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td {
    display: grid;
    grid-template-columns: minmax(7em, auto) 1fr;
    align-items: start;
    gap: 1vw;
    padding: 1vw 0;
    border: none;
    text-align: right !important;
    font-size: 4vw;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td::before {
    content: attr(data-label);
    grid-column: 1;
    font-weight: 800;
    color: #597765;
    text-align: left;
    white-space: nowrap;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td:first-child {
    display: block;
    width: 100%;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #E8E5E3;

    font-weight: 800;
    text-align: left !important;

    white-space: normal;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td:first-child::before,
  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td:last-child::before {
    display: none;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td:last-child {
    display: block;
    padding-top: 4vw;
    text-align: left !important;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) td:last-child button {
    width: auto;
    padding: 10px 30px;
    border: 2px solid #597765;
    border-radius: 999px;
    color: #fff;
    background-color: #597765;
    text-decoration: none;
    font-size: 15px;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .detail-row {
    position: relative;
    z-index: 2;
    margin-top: -2vw;
    margin-bottom: 5vw;
    background-color: transparent !important;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .detail-row td.accordion-cell {
    display: block;
    width: 100%;
    padding: 0 !important;
    overflow: visible;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .accordion-wrapper {
    width: 100%;
    overflow: hidden;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .accordion-wrapper.open {
    max-height: 5000px;
    overflow: visible;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .accordion-content {
    width: 100%;
  }

  .ticketAC,
  .ticketAC .ticket-info-wrapper {
    width: 100%;
  }

  .ticketAC .ticket-info-wrapper {
    margin: 0 auto 5vw;
  }

  .ticketAC .ticket-info-items {
    width: 100%;
    padding: 0;
    border-radius: 14px;
    background-color: #F9F6F4;
    overflow: hidden;
    box-sizing: border-box;
  }

  .ticketAC .ticket-info-items h4 {
    width: 100%;
    font-size: 4.8vw;
    padding: 14px 4vw;
    margin-bottom: 0;
    border-radius: 14px 14px 0 0;
  }

  .ticketAC .ticket-info-item-flex {
    width: 100%;
    padding: 4.8vw;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }

  .ticketAC .ticket-info-item-img,
  .ticketAC .ticket-info-item-text {
    width: 100%;
  }

  .ticketAC .ticket-info-item-img {
    margin-bottom: 6.6vw;
  }

  .ticketAC .info-price {
    height: 6.13vw;
    margin-bottom: 6.6vw;
  }

  .ticketAC .ticket-info-item-text ul {
    padding-left: 1.5em;
    font-size: 4vw;
    margin-bottom: 6.6vw;
  }

  .ticketAC .ticket-info-item-text ul li {
    font-size: 4vw;
    margin-top: 2.7vw;
  }

  .ticketAC .ticket-notes {
    padding-left: 0;
  }

  .ticketAC .ticket-notes li {
    list-style: none;
  }

  .accordion-bottom-close {
    padding: 0 4.8vw 5vw;
    text-align: center;
  }

  .accordion-bottom-close button {
    width: 100%;
    padding: 3vw 4vw;
    border: 1px solid #597765;
    border-radius: 999px;
    text-decoration: none;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  #ticketAbout .ticket-about-wrapper .ticket-table .detail-row {
    display: block;
    position: static;
    z-index: auto;
    margin: 0 0 5vw;
    background-color: transparent !important;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .detail-row td.accordion-cell {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .accordion-wrapper {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table .accordion-wrapper.open {
    max-height: none;
    overflow: visible;
    margin: 0 0 5vw;
  }

  #ticketAbout .ticket-about-wrapper .ticket-table tbody tr:not(.detail-row) {
    margin-bottom: 0;
  }
}

/* ========================================
   STAY TICKET detail layout update
   2026-06 ticket specification
======================================== */
.ticket-table-stay-v2 tbody td:nth-child(2) {
  font-family: 'DINOT', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.ticket-table-stay-v2 tbody td:last-child {
  width: 140px;
}

.ticket-detail-card {
  width: 760px;
  box-sizing: border-box;
  padding: 40px;
  margin: 20px auto 35px;
  background-color: #F9F6F4;
  border-radius: 14px;
}

.ticket-detail-card__title {
  width: 100% !important;
  display: block !important;
  padding: 14px 24px;
  margin: 0 0 28px !important;
  box-sizing: border-box;
  background-color: #597765;
  color: #fff;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.ticket-detail-slider {
  width: 100%;
  margin: 0 auto 28px;
}

.ticket-detail-slider .image-slider {
  padding: 0;
}

.ticket-detail-slider .image-slider img {
  border-radius: 0;
}

.ticket-detail-price {
  margin: 0 0 10px !important;
  font-family: 'DINOT', sans-serif;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1;
  color: #E52823;
}

.ticket-detail-price span {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 1;
}

.ticket-detail-people {
  color: #597765;
  font-size: 15px !important;
  font-weight: 700;
}

.ticket-detail-block {
  margin-top: 26px;
}

.ticket-detail-block__title {
  margin-bottom: 12px;
  color: #183028;
  font-size: 15px;
  font-weight: 700;
}

.ticket-detail-list{
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.8em;
}
.ticket-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.8em;
}

.ticket-detail-list li {
  display: flex;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(24, 48, 40, 0.16);
}

.ticket-detail-list__label {
  width: 150px;
  flex-shrink: 0;
  color: #597765;
  font-weight: 700;
}

.ticket-detail-list__text {
  flex: 1;
}

.ticket-detail-list__colspan {
  display: block !important;
  color: #597765;
  font-weight: 700;
}

.ticket-list li {
  position: relative;
  padding-left: 1.4em;
}

.ticket-list li + li {
  margin-top: 8px;
}

.ticket-list a {
  color: #597765;
  text-decoration: underline;
}

/* ※ 注意事項 */
.ticket-list--note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #183028;
  font-weight: 700;
}

.ticket-list__mark-red::before {
  color: #E52823 !important;
}

/* ・ 通常リスト */
.ticket-list--dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #183028;
  font-weight: 700;
}

/* 1. 2. 3. 番号付きリスト */
.ticket-list--number {
  margin-top: 10px;
  padding-left: 1.8em;
}

.ticket-list--number li {
  list-style: decimal;
  padding-left: 0;
}

.ticket-list--number li::before {
  display: none;
}

.ticket-list--number li + li {
  margin-top: 6px;
}

.ticket-list--lead {
  margin: 12px 0 30px;
}

.ticket-detail-card .accordion-bottom-close {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ticket-table-stay-v2 tbody tr:not(.detail-row) td:nth-child(2) {
    font-size: 5.4vw;
  }

  .ticket-detail-card {
    width: 100%;
    padding: 8vw 5.3vw;
    margin: 3vw auto 8vw;
    border-radius: 3vw;
  }

  .ticket-detail-card__title {
    padding: 3.4vw 4vw;
    margin-bottom: 6vw !important;
  }

  .ticket-detail-slider {
    margin-bottom: 6vw;
  }

  .ticket-detail-price {
    font-size: 8vw !important;
  }

  .ticket-detail-price span {
    margin-left: 1.5vw;
    font-size: 4vw;
  }

  .ticket-detail-people {
    font-size: 3.5vw !important;
  }

  .ticket-detail-block {
    margin-top: 7vw;
  }

  .ticket-detail-block__title {
    font-size: 4.2vw;
  }

  .ticket-detail-list{
    font-size: 3.5vw;
  }
  .ticket-list {
    font-size: 3.0vw;
  }

  .ticket-detail-list li {
    display: block;
    padding: 2.2vw 0;
  }

  .ticket-detail-list__label {
    display: block;
    width: auto;
    margin-bottom: 0.8vw;
  }
}


/* ========================================
   Ticket dedicated slider
   2026-06-06
   common.cssのTOP用スライダーとは分離
======================================== */
.ticket-slider {
  position: relative;
  width: 100%;
  margin: 0 auto 28px;
  overflow: visible;
}

.ticket-slider__track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-radius: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ticket-slider__track::-webkit-scrollbar {
  display: none;
}

.ticket-slider__track img {
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  scroll-snap-align: start;
  border-radius: 8px;
}

.ticket-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(89, 119, 101, 0.6);
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.ticket-slider__arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.ticket-slider__arrow--left {
  left: -21px;
}

.ticket-slider__arrow--right {
  right: -21px;
}

.ticket-slider.is-single .ticket-slider__arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .ticket-slider {
    margin-bottom: 6vw;
    border-radius: 2vw;
  }

  .ticket-slider__track img {
    border-radius: 2vw;
  }

  .ticket-slider__arrow {
    width: 9.6vw;
    height: 9.6vw;
    font-size: 4vw;
  }

  .ticket-slider__arrow--left {
    left: -3vw;
  }

  .ticket-slider__arrow--right {
    right: -3vw;
  }
}
/* PC accordion close button */
@media screen and (min-width: 768px) {
  .ticket-detail-card .accordion-bottom-close button {
    display: inline-block;
    min-width: 160px;
    padding: 10px 30px;
    border: 1px solid #597765;
    border-radius: 999px;
    color: 597765;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  .ticket-detail-card .accordion-bottom-close button:hover {
    opacity: 0.7;
  }
}