@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075rem;
  color: #623632;
}

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

li {
  list-style: none;
}

.disSP {
  display: none;
}

header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #f6f6f6;
  overflow-y: auto;
  z-index: 10000;
}
header h1 {
  text-align: center;
  padding: 25px;
}
header h1 a {
  display: block;
}
@media screen and (min-width: 1024px) {
  header h1 a {
    transition: opacity 0.2s;
  }
  header h1 a:hover {
    opacity: 0.7;
  }
}
header .globalMenuSp ul.menu {
  border-top: 1px solid #dbd6ce;
  margin-bottom: 30px;
}
header .globalMenuSp ul.menu li {
  position: relative;
  border-bottom: 1px solid #dbd6ce;
}
header .globalMenuSp ul.menu li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 23px;
  left: 30px;
  border-radius: 50%;
  background-color: #ea336a;
}
header .globalMenuSp ul.menu li.travel:before {
  background-color: #56c6a4;
}
header .globalMenuSp ul.menu li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  padding: 18px 30px 18px 45px;
}
header .globalMenuSp ul.menu li a span.important {
  display: inline-block;
  font-size: 1.1rem;
  color: #ea336a;
  border: 1px solid #ea336a;
  border-radius: 5px;
  padding: 2px;
  margin-right: 3px;
}
@media screen and (min-width: 1024px) {
  header .globalMenuSp ul.menu li a {
    background-color: #f6f6f6;
    transition: all 0.2s;
  }
  header .globalMenuSp ul.menu li a:hover {
    background-color: #ebe7e1;
  }
}
header .headContact {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
header .headContact p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 7px;
}
header .headContact span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}
header .headContact img {
  vertical-align: top;
  margin-right: 5px;
}
header .languageWrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 156px;
}
header .languageWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
header .languageWrap a.btnLang {
  font-size: 1.5rem;
  background-color: #623632;
  padding: 20px;
  border-radius: 0 0 0 10px;
}
header .languageWrap a.btnLang img {
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  header .languageWrap a.btnLang {
    transition: background-color 0.2s;
  }
  header .languageWrap a.btnLang:hover {
    background-color: #906c68;
  }
}
header .languageWrap.open .btnLang {
  border-radius: 0 !important;
}
header .languageWrap.open .submenu {
  max-height: max-content;
}
header .languageWrap.open .submenu a {
  font-size: 1.3rem;
  padding: 12px;
}
header .languageWrap.open .submenu li {
  cursor: pointer;
}
header .languageWrap.open .submenu li:not(:last-child) {
  border-bottom: 1px solid #dbd6ce;
}
header .languageWrap.open .submenu li:last-child a {
  border-bottom: 1px solid #dbd6ce;
  border-radius: 0 0 0 10px;
}
header .languageWrap.open .submenu li a {
  border-left: 1px solid #dbd6ce;
}
@media screen and (min-width: 1024px) {
  header .languageWrap.open .submenu li a {
    transition: background-color 0.2s;
  }
  header .languageWrap.open .submenu li a:hover {
    background-color: #ebe5e4;
  }
}
header .languageWrap .submenu {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 0 10px;
}
header .languageWrap .submenu a {
  color: #623632;
}

footer {
  background-color: #623632;
  padding: 45px 0;
  margin-left: 300px;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contactWrap {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  width: calc((100% - 45px) / 2);
  margin-bottom: 20px;
}
footer .tel img, footer .mail img {
  vertical-align: middle;
  margin-right: 5px;
}
footer .tel {
  color: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .tel span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 10px;
}
footer .mail {
  color: inherit;
  font-size: 1.4rem;
}
footer h4, footer h3, footer span {
  display: block;
  color: inherit;
}
footer h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
footer h4 {
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 50px;
}
footer p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
footer p:not(:last-child) {
  margin-bottom: 15px;
}
footer .btn {
  margin-top: 15px;
}
footer .btn a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
footer .btn a img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(7%) saturate(6950%) hue-rotate(321deg) brightness(85%) contrast(75%);
  margin-left: 5px;
}
footer .copyright {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
footer img {
  filter: brightness(0) invert(1);
}

#pagetop {
  position: fixed;
  right: 50px;
  bottom: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}
#pagetop img {
  display: block;
  width: 60px; /* サイズ調整したいならここ */
}

.mainWrap {
  position: relative;
  margin-left: 300px;
}

.mainVisual {
  position: relative;
  margin-bottom: 100px;
  z-index: 0;
}
.mainVisual h2 {
  position: absolute;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  left: 50px;
  bottom: 55px;
  z-index: 1;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.mainVisual h2 span {
  color: inherit;
  font-weight: 700;
}
.mainVisual h2 span.txt {
  font-size: 2.5rem;
}
.mainVisual h2 span.num {
  font-size: 6.5rem;
}
.mainVisual .slider {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.mainVisual {
  /* スライドを重ねる */
}
.mainVisual .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.mainVisual .slide.active {
  opacity: 1;
}
.mainVisual {
  /* --- dots --- */
}
.mainVisual .dots {
  visibility: hidden;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.mainVisual .dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  opacity: 0.7;
}
.mainVisual .dots button.active {
  background: #333;
  opacity: 1;
}
.mainVisual {
  /* 四角にしたい場合 */
  /*
  .dots button { border-radius: 2px; }
  */
}

.pageTtl {
  display: flex;
  align-items: flex-end;
  height: 300px;
  background-position: center;
  background-size: cover;
  padding: 0 100px 65px 100px;
}
.pageTtl h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
}

.pankuzuWrap {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 0 20px;
}
.pankuzuWrap span {
  font-size: 1.3rem;
}
.pankuzuWrap .breadcrumbs > span:not(:last-child) {
  position: relative;
  padding-right: 28px;
}
.pankuzuWrap .breadcrumbs > span:not(:last-child):after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 14px;
  border-top: 1px solid #623632;
  border-right: 1px solid #623632;
  transform: rotate(45deg) translateY(-50%);
}
.pankuzuWrap a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .pankuzuWrap a {
    transition: opacity 0.2s;
  }
  .pankuzuWrap a:hover {
    opacity: 0.7;
  }
}

.inner {
  width: 750px;
  margin: 0 auto;
}

h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
h3 span {
  font-size: 1.5rem;
  color: inherit;
  font-weight: inherit;
  margin-left: 5px;
}
h3#venueA {
  color: #ea336a;
  font-size: 2rem;
  background-color: #ffe5ee;
  padding: 20px;
  margin-bottom: 10px;
}
h3#venueB {
  color: #005bac;
  font-size: 2rem;
  background-color: #ddeefd;
  padding: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
h4.bgTtl {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #623632;
  padding: 5px 7px;
}

p {
  font-size: 1.4rem;
  line-height: 1.7;
}
p strong {
  font-size: inherit;
}
p span {
  font-size: inherit;
  font-weight: inherit;
}

figure:not(:last-child) {
  margin-bottom: 30px;
}
figure figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}

.pageWrap {
  margin: 100px 0;
}
.pageWrap p:not(:last-child) {
  margin-bottom: 20px;
}
.pageWrap p a {
  color: #ea336a;
}
@media screen and (min-width: 1024px) {
  .pageWrap a {
    transition: opacity 0.2s;
  }
  .pageWrap a:hover {
    opacity: 0.7;
  }
}
.pageWrap th {
  font-weight: 700;
}
.pageWrap td span {
  font-size: inherit;
  font-weight: inherit;
}
.pageWrap td a {
  color: #ea336a;
}
@media screen and (min-width: 1024px) {
  .pageWrap td a {
    transition: opacity 0.2s;
  }
  .pageWrap td a:hover {
    opacity: 0.7;
  }
}
.pageWrap ul:not(:last-child), .pageWrap ol:not(:last-child) {
  margin-bottom: 30px;
}
.pageWrap ul li, .pageWrap ol li {
  position: relative;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.7;
}
.pageWrap ul li:not(:last-child), .pageWrap ol li:not(:last-child) {
  margin-bottom: 15px;
}
.pageWrap ul li a, .pageWrap ol li a {
  color: #ea336a;
}
@media screen and (min-width: 1024px) {
  .pageWrap ul li a, .pageWrap ol li a {
    transition: opacity 0.2s;
  }
  .pageWrap ul li a:hover, .pageWrap ol li a:hover {
    opacity: 0.7;
  }
}
.pageWrap ul li strong, .pageWrap ul li u, .pageWrap ul li s, .pageWrap ol li strong, .pageWrap ol li u, .pageWrap ol li s {
  font-size: inherit;
}
.pageWrap ul li {
  padding-left: 20px;
}
.pageWrap ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 9px;
  left: 5px;
  background-color: #623632;
  border-radius: 50%;
}
.pageWrap ol {
  counter-reset: item;
}
.pageWrap ol li {
  counter-increment: item;
  padding-left: 27px;
}
.pageWrap ol li:before {
  position: absolute;
  content: counter(item) ".";
  width: 25px;
  height: auto;
  top: 0;
  left: 5px;
  border-radius: 50%;
}
.pageWrap .supp {
  background-color: #f6f6f6;
  padding: 30px 30px 40px 30px;
}
.pageWrap .supp.suppSeat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageWrap .supp.suppSeat div {
  width: calc(100% - 250px - 30px);
}
.pageWrap .supp.suppSeat figure {
  width: 250px;
}
.pageWrap table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.pageWrap table tr {
  border-bottom: 1px solid #ccc;
}
.pageWrap table th, .pageWrap table td {
  padding: 25px 30px;
}
.pageWrap table th {
  width: 205px;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #eee;
}
.pageWrap table th p {
  font-size: inherit;
  font-weight: inherit;
}
.pageWrap table td {
  width: calc(100% - 205px);
}
.pageWrap table:not(:last-child) {
  margin-bottom: 30px;
}
.pageWrap .wp-block-table td,
.pageWrap .wp-block-table th {
  border: 0;
}
.pageWrap .scheduleTbl th p {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.pageWrap .scheduleTbl th p:not(:first-child) {
  position: relative;
  padding-top: 40px;
}
.pageWrap .scheduleTbl th p:not(:first-child):before {
  position: absolute;
  content: "～";
  color: #9b8e8c;
  font-weight: 200;
  font-size: 2rem;
  top: 5px;
  left: 50%;
  transform: rotate(90deg) translateY(50%);
}
.pageWrap .scheduleTbl .btnArea {
  justify-content: flex-end;
}
.pageWrap .scheduleTbl .btnArea a {
  font-size: 1.4rem;
  width: auto;
  padding: 12px 20px;
  border-radius: 5px;
}
.pageWrap .scheduleTbl h4 {
  display: inline-block;
  color: #fff;
  padding: 5px 7px;
}
.pageWrap .scheduleTbl.shimin h4 {
  background-color: #ec4646;
}
.pageWrap .scheduleTbl.ippan h4 {
  background-color: #3292ce;
}
.pageWrap .scheduleTbl.resale h4 {
  background-color: #39b08c;
}
.pageWrap figure {
  margin-bottom: 30px !important;
}

.btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.btnArea.long a {
  width: fit-content;
}
.btnArea a, .btnArea button {
  display: inline-block;
  width: calc((100% - 20px) / 3);
  text-decoration: none;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.btnArea a:not(:nth-child(3n)), .btnArea button:not(:nth-child(3n)) {
  margin-right: 10px;
}
.btnArea a:last-child, .btnArea button:last-child {
  margin-right: 0;
}
.btnArea a span, .btnArea button span {
  font-size: 1.3rem;
  color: inherit;
  font-weight: inherit;
  margin-left: 10px;
}
.btnArea button {
  border: 0;
  cursor: pointer;
  font-weight: 500;
}
.btnArea .btnBase {
  color: #fff;
  font-size: 1.5rem;
  background-color: #623632;
  text-align: center;
}
.btnArea .btnBase.venueA {
  background-color: #ea336a;
}
.btnArea .btnBase.venueB {
  background-color: #005bac;
}
.btnArea.IVbtn {
  display: block;
  text-align: center;
}
.btnArea.IVbtn a {
  width: 50%;
  text-align: left;
  margin-right: 0 !important;
}
.btnArea.IVbtn a.ex {
  background-image: url(../image/icon_linkex.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 20px;
}
.btnArea form {
  width: calc((100% - 20px) / 3);
}
.btnArea form button {
  width: 100%;
}
.btnArea form:not(:nth-child(3n)) {
  margin-right: 10px;
}
.btnArea form:last-child {
  margin-right: 0;
}
.btnArea form.back button {
  color: #623632;
  background-color: #dbd6ce;
}

#topTicketBtn {
  margin-bottom: 100px;
}
#topTicketBtn .btnWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#topTicketBtn .btnWrap a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  width: calc((100% - 20px) / 2);
  padding: 15px 60px 15px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url(../image/icon_linkex.svg);
  background-position: calc(100% - 30px) 50%;
  background-repeat: no-repeat;
}
#topTicketBtn .btnWrap a.presale {
  background-color: #ec4646;
  background-image: none;
}
#topTicketBtn .btnWrap a.generalsale01, #topTicketBtn .btnWrap a.generalsale02 {
  background-color: #3292ce;
}
#topTicketBtn .btnWrap a.resale {
  background-color: #39b08c;
}
#topTicketBtn .btnWrap a.inbound {
  background-color: #ef9800;
}
#topTicketBtn .btnWrap a.inbound.after:before {
  content: "Closed";
}
@media screen and (min-width: 1024px) {
  #topTicketBtn .btnWrap a {
    transition: opacity 0.2s;
  }
  #topTicketBtn .btnWrap a:hover {
    opacity: 0.7;
  }
}
#topTicketBtn .btnWrap a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: inherit;
  margin-top: 7px;
}
#topTicketBtn .btnWrap a.before {
  pointer-events: none;
  background-image: none;
  opacity: 0.5;
}
#topTicketBtn .btnWrap a.after {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
  background-color: #aaa;
  background-image: none;
}
#topTicketBtn .btnWrap a.after span {
  color: inherit;
}
#topTicketBtn .btnWrap a.after:before {
  display: inline-block;
  content: "受付終了";
  font-size: 1.2rem;
  color: #888;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  margin-right: 5px;
}
#topTicketBtn .cache {
  background-color: #f6f6f6;
  padding: 20px;
}
#topTicketBtn .cache p {
  font-size: 1.4rem;
  text-align: center;
}
#topTicketBtn .cache p a {
  color: #ea336a;
}
@media screen and (min-width: 1024px) {
  #topTicketBtn .cache p a {
    transition: opacity 0.2s;
  }
  #topTicketBtn .cache p a:hover {
    opacity: 0.7;
  }
}

#topicsWrap {
  margin-bottom: 100px;
}
#topicsWrap.archive {
  margin-top: 70px;
}
#topicsWrap .inner > ul {
  border-top: 1px solid #dbd6ce;
}
#topicsWrap .inner > ul > li {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border-bottom: 1px solid #dbd6ce;
}
#topicsWrap .inner > ul > li:before {
  content: none;
}
#topicsWrap .inner > ul > li:not(:last-child) {
  margin-bottom: 0;
}
#topicsWrap .date {
  font-size: 1.3rem;
  width: 130px;
}
#topicsWrap .ttl {
  width: calc(100% - 130px);
}
#topicsWrap h4 {
  margin-bottom: 15px;
}
#topicsWrap h4 * {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
#topicsWrap p a {
  color: #ea336a;
  text-decoration: underline !important;
}
@media screen and (min-width: 1024px) {
  #topicsWrap a {
    transition: opacity 0.2s;
  }
  #topicsWrap a:hover {
    opacity: 0.7;
  }
}

.attentionList {
  padding: 30px;
  border: 1px solid #dbd6ce;
}

p.attention {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 2px 5px;
}
p.attention:not(:last-child) {
  margin-bottom: 15px !important;
}
p.attention.juyo {
  background-color: #d12a1b;
}
p.attention.torikumi {
  background-color: #5cb426;
}
p.attention.parking {
  background-color: #3d8bc1;
}
p.juyoArea {
  background-color: #fae9e8;
  padding: 20px 25px;
}

.venueWrap {
  counter-reset: desc-num;
}

.seatItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seatItem:not(:last-child) {
  margin-bottom: 50px;
}
.seatItem figure {
  width: 230px;
}
.seatItem .desc {
  width: 495px;
}
.seatItem .desc .point {
  font-size: 0;
  margin-bottom: 10px;
}
.seatItem .desc .point span {
  display: inline-block;
  color: #623632;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #623632;
  border-radius: 50px;
  margin-bottom: 5px;
}
.seatItem .desc .point span:not(:last-child) {
  margin-right: 5px;
}
.seatItem .desc .point span.shitei {
  color: #f06123;
  background-color: #fffccd;
  border: 1px solid #f06123;
}
.seatItem .desc .point span.jiyuu {
  color: #2a9331;
  background-color: #dcf7da;
  border: 1px solid #2a9331;
}
.seatItem .desc .point span.blockJiyuu {
  color: #9c46c1;
  background-color: #f8e8ff;
  border: 1px solid #9c46c1;
}
.seatItem h4 {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
.seatItem h4:before {
  position: absolute;
  counter-increment: desc-num;
  content: counter(desc-num) "";
  left: 0;
  top: 1px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
.seatItem h4:after {
  position: absolute;
  content: "";
  top: -0.5rem;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}
.seatItem h4.venueA {
  color: #ea336a;
}
.seatItem h4.venueA:after {
  background-color: #ea336a;
}
.seatItem h4.venueB {
  color: #005bac;
}
.seatItem h4.venueB:after {
  background-color: #005bac;
}
.seatItem h5 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.seatItem dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 15px;
}
.seatItem dl div:first-child {
  border-right: 1px solid #623632;
}
.seatItem dl .shimin:not(:last-child) {
  padding-right: 10px;
}
.seatItem dl .ippan:not(:first-child) {
  padding-left: 10px;
}
.seatItem dl dt, .seatItem dl dd {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.seatItem dl dt span, .seatItem dl dd span {
  font-size: 1.9rem;
  font-weight: 700;
  margin-left: 3px;
}

.otherSeatWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.otherSeatWrap .otherItem {
  width: calc((100% - 10px) / 2);
  background-color: #f6f6f6;
}
.otherSeatWrap h4 {
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 15px 10px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbd6ce;
}
.otherSeatWrap h4 span {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background-color: #623632;
  padding: 5px;
  margin-right: 10px;
}
.otherSeatWrap h5 {
  font-size: 1.8rem;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
.otherSeatWrap p {
  text-align: center;
  padding: 0 15px 20px 15px;
}

.seatInfo {
  border: 1px solid #623632;
  padding: 40px;
}
.seatInfo .supp {
  margin-bottom: 50px;
}
.seatInfo .wp-block-spacer {
  border-bottom: 1px solid #dbd6ce;
  margin-bottom: 40px;
}
.seatInfo > h4 {
  display: inline-block;
  color: #fff;
  background-color: #623632;
  padding: 5px;
}

.dlWrap {
  border-top: 1px solid #dbd6ce;
}
.dlWrap p {
  border-bottom: 1px solid #dbd6ce;
  margin-bottom: 0 !important;
}
.dlWrap p a {
  position: relative;
  background-image: url(../image/icon_dl.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 50%;
}
.dlWrap p a:before {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 50px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 50px;
}
.dlWrap p.pdf a:before {
  content: "PDF";
  background-color: #d43224;
}
.dlWrap p.excel a:before {
  content: "EXCEL";
  background-color: #288f39;
}
.dlWrap p.word a:before {
  content: "WORD";
  background-color: #2766a5;
}
.dlWrap a {
  display: block;
  color: #623632 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 25px 60px 25px 90px;
}

.passWrap {
  text-align: center;
}
.passWrap input[type=password] {
  font-size: 1.5rem;
  text-align: center;
  width: 33%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
}
.passWrap input[type=password]:focus {
  outline: 1px solid #623632;
}
.passWrap input[type=submit] {
  color: #fff;
  letter-spacing: 0.2rem;
  background-color: #623632;
  border: 0;
  padding: 5px 30px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .passWrap input[type=submit] {
    transition: opacity 0.2s;
  }
  .passWrap input[type=submit]:hover {
    opacity: 0.7;
  }
}

.formWrap {
  background-color: #f6f6f6;
  padding: 40px;
  margin-bottom: 20px;
}
.formWrap h4 {
  font-size: 1.9rem;
  margin-bottom: 30px;
}
.formWrap h5 {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.formWrap h5.req {
  padding-left: 43px;
}
.formWrap h5.req:before {
  display: inline-block;
  position: absolute;
  content: "必須";
  top: -1px;
  left: 0;
  color: #d12a1b;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #d12a1b;
  border-radius: 5px;
  padding: 2px 5px;
}
.formWrap .formItem {
  font-size: 1.5rem;
}
.formWrap .formItem:not(:last-child) {
  margin-bottom: 30px;
}
.formWrap .formItem p {
  margin-bottom: 0;
}
.formWrap input[type=text], .formWrap input[type=tel], .formWrap input[type=email], .formWrap input[type=number], .formWrap textarea {
  color: #623632;
  font-size: 1.5rem;
  border: 1px solid #dbd6ce;
  padding: 10px;
  box-sizing: border-box;
}
.formWrap input[type=text]:focus, .formWrap input[type=tel]:focus, .formWrap input[type=email]:focus, .formWrap input[type=number]:focus, .formWrap textarea:focus {
  outline: none;
  border: 1px solid #999;
}
.formWrap input[type=text].w100, .formWrap input[type=tel].w100, .formWrap input[type=email].w100, .formWrap input[type=number].w100, .formWrap textarea.w100 {
  width: 100%;
}
.formWrap input[type=text].w50, .formWrap input[type=tel].w50, .formWrap input[type=email].w50, .formWrap input[type=number].w50, .formWrap textarea.w50 {
  width: 50%;
}
.formWrap input[type=text].w25, .formWrap input[type=tel].w25, .formWrap input[type=email].w25, .formWrap input[type=number].w25, .formWrap textarea.w25 {
  width: 25%;
}
.formWrap .radioLabel {
  font-size: 1.5rem;
}
.formWrap .radioLabel:not(:last-child) {
  margin-right: 20px;
}
.formWrap input[type=number] {
  padding: 10px 5px 7px 10px;
}
.formWrap input[type=radio] {
  margin: 0 5px 0 0;
}
.formWrap textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 140px;
}
.formWrap .totalAll {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 15px;
}
.formWrap .totalAll span {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 5px;
}
.formWrap .radioLabel.day {
  font-size: 1.7rem;
  font-weight: 700;
}

.formItem p.error, .formItem + p.error, .privacyWrap p.error, .privacyWrap + p.error {
  position: relative;
  color: #d12a1b;
  padding-left: 23px;
  margin-top: 5px;
}
.formItem p.error:before, .formItem + p.error:before, .privacyWrap p.error:before, .privacyWrap + p.error:before {
  position: absolute;
  display: inline-block;
  content: "";
  text-align: center;
  background-color: #d12a1b;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  border-radius: 50%;
}
.formItem p.error:after, .formItem + p.error:after, .privacyWrap p.error:after, .privacyWrap + p.error:after {
  position: absolute;
  content: "!";
  color: #fff;
  top: 0;
  left: 7px;
}

.seatListWrap {
  display: flex;
  background-color: #fff;
}
.seatListWrap .venueName {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  font-size: 1.5rem;
  font-weight: 600;
  writing-mode: vertical-rl;
}
.seatListWrap.venueA {
  margin-bottom: 20px;
}
.seatListWrap.venueA .venueName {
  color: #ea336a;
  background-color: #ffe5ee;
}
.seatListWrap.venueB .venueName {
  color: #3292ce;
  background-color: #ddeefe;
}
.seatListWrap .seatList {
  width: 100%;
}
.seatListWrap .seatItem {
  display: grid;
  grid-template-columns: 1fr 110px 90px 110px;
  margin-bottom: 0;
}
.seatListWrap .seatItem:not(:last-child) {
  border-bottom: 1px solid #dbd6ce;
}
.seatListWrap .seatItem.th {
  text-align: center;
}
.seatListWrap .seatItem.th p {
  padding: 7px 15px;
}
.seatListWrap .seatItem.th .price {
  text-align: center;
}
.seatListWrap .seatItem p {
  margin-bottom: 0;
}
.seatListWrap .seatItem div, .seatListWrap .seatItem p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #dbd6ce;
  padding: 15px;
}
.seatListWrap .seatItem h6 {
  font-size: 1.5rem;
}
.seatListWrap .seatItem h6:not(:last-child) {
  margin-bottom: 10px;
}
.seatListWrap .seatItem span {
  font-size: 1.4rem;
  line-height: 1.4;
}
.seatListWrap .seatItem input[type=text] {
  width: 100%;
  text-align: right;
  padding: 5px;
}
.seatListWrap .seatItem .price {
  text-align: right;
}
.seatListWrap .seatItem .price:last-child {
  border-right: 0;
}
.seatListWrap .seatItem .quantity {
  font-size: 1.5rem;
  text-align: right;
}

.privacy {
  height: 200px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #dbd6ce;
}

.privacyWrap {
  color: #d12a1b;
  text-align: center;
  background-color: #fae9e8;
  padding: 20px;
  margin-top: 20px;
}
.privacyWrap .checkLabel {
  font-size: 1.5rem;
  cursor: pointer;
}
.privacyWrap input[type=checkbox] {
  margin: 0 5px 0 0;
  vertical-align: bottom;
  accent-color: #3292ce;
  transform: scale(1.2);
}

.list404 {
  border: 1px solid #dbd6ce;
  padding: 30px;
  margin-top: 30px;
}
.list404 li br {
  display: none;
}

.IVdialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.IVdialog .IVdialogBody {
  background-color: #fff;
  padding: 40px;
  width: 50%;
}
.IVdialog p.close {
  text-align: center;
  color: #ea336a;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .IVdialog p.close {
    transition: opacity 0.2s;
  }
  .IVdialog p.close:hover {
    opacity: 0.7;
  }
}