@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: 'sns_ico';
  src:
    url('../fonts/sns_ico.ttf?z7sza2') format('truetype'),
    url('../fonts/sns_ico.woff?z7sza2') format('woff'),
    url('../fonts/sns_ico.svg?z7sza2#sns_ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.snsIcon {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

	color: #000;
}

.icon-search:before { content: "\e908";}
.icon-arrow1_left:before { content: "\e90c";}
.icon-arrow1_bottom:before { content: "\e90d";}
.icon-arrow1_right:before { content: "\e90e";}
.icon-arrow1_top:before { content: "\e90f";}
.icon-arrow2_left:before { content: "\e910";}
.icon-arrow2_bottom:before { content: "\e911";}
.icon-arrow2_right:before { content: "\e912";}
.icon-arrow2_top:before { content: "\e913";}
.icon-link:before { content: "\e914";}
.icon-note:before { content: "\e915";}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}
.icon-arrow3_top:before { content: "\ea3a";}
.icon-arrow3_right:before { content: "\ea3c";}
.icon-arrow3_bottom:before { content: "\ea3e";}
.icon-arrow3_left:before { content: "\ea40";}


html {
	scroll-behavior: smooth;
}
body {
/*  font-family: "microgramma-extended", sans-serif;*/
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: min(3.4vw, 16px);
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all 1s ease-out;
}
.anim.on {
	opacity: 1;
}
h2.anim {
  transform: translateY(30px);
	transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
h2.anim.on {
  transform: translateY(0px);
}
h2.anim span {
	opacity: 0;
  transform: translateY(30px);
	transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
  line-height: 1.2;
}
h2.anim.on span {
	opacity: 1;
  transform: translateY(0px);
}

.reservebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3vw, 30px);
  margin-top: min(4vw, 20px);
}
.reservebtn.alignLeft {
  justify-content: left;
}
.reservebtn a,
.reservebtn span {
  display: block;
  background: #cc4632;
  color: #000;
  text-decoration: none;
  width: min(64vw, 300px);
  text-align: center;
  padding: min(4vw, 20px);
  letter-spacing: 0.2em;
  position: relative;
  border: #000 solid 1px;
  font-weight: bold;
}
.reservebtn a::after,
.reservebtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(4vw, 20px);
  transform: translateY(-50%);
  background: url("../images_v2/ico_arrow.png") no-repeat center center / 100%;
  aspect-ratio: 61/24;
  width: min(4vw, 20px);
}
.reservebtn span {
  background: #666;
}
.reservebtn a::before,
.reservebtn span::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: #000 solid 1px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.reservebtn .btnDetail {
  background: #f1f2d6;
}
.reservebtn .btnApply {
  background: #cc4632;
}

@media screen and (min-width: 821px) {

	.sp { display: none !important;}

	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}

}
@media screen and (max-width: 820px) {

	.pc { display: none !important;}

  h2.anim span {
    line-height: 1.8;
    width: fit-content;
    padding: 0.1em 0.6em;
    margin-top: 0.5em;
    font-size: 0.36em;
  }
  
  .reservebtn {
    flex-direction: column;
  }

}

#canvas {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

#menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(22vw, 100px);
  aspect-ratio: 272/108;
/*  height: min(10vw, 60px);*/
  position: fixed;
  top: min(4vw, 30px);
  right: min(5vw, 40px);
  z-index: 9998;

/*  mix-blend-mode: exclusion;*/
  font-family: "microgramma-extended", sans-serif;
  text-decoration: none;
  color: #000;
  background: url("../images_v2/menu_bg.png") no-repeat center center / contain;
  padding-bottom: min(0.9vw, 4px);
  
  opacity: 0;
  animation: op03 2s linear 3.4s forwards;
}
#menuButton .off,
#menuButton.active .on {
  display: block;
}
#menuButton .on,
#menuButton.active .off {
  display: none;
}


/*
#menuButton span {
  display: block;
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.4s;
}
#menuButton span:nth-child(1) { transform: translateY(-550%) rotate(0deg);}
#menuButton span:nth-child(2) { transform: translateY(450%) rotate(0deg);}
#menuButton span:nth-child(3) { transform: translateY(-50%);}
#menuButton.active span:nth-child(1) { transform: translateY(-50%) rotate(45deg);}
#menuButton.active span:nth-child(2) { transform: translateY(-50%) rotate(-45deg);}
#menuButton.active span:nth-child(3) { opacity: 0;}
*/


#globalNavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  background: linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.9) 60%);
}
#globalNavi .globalNaviInr {
  padding: 10vh 0;
}
#globalNavi ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: min(3vw, 15px);
}
#globalNavi ul li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
/*  padding-top: 2.8vh;*/
  position: relative;
}
/*
#globalNavi ul li::before {
  content: "";
  display: block;
  width: 1.6vh;
  aspect-ratio: 1/1;
  background-color: #884e00;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 2.2vh;
}
#globalNavi ul li.lpTop::before {
  background-color: #35431a;
}
*/
#globalNavi ul li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.6vh;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
#globalNavi ul li a div {
  width: 6vh;
  margin-left: 0.8vh;
}
#globalNavi ul li a .menuJp {
  background: #f1f2d6;
  border: #000 solid 1px;
  color: #000;
  padding: 0.2em 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
#globalNavi ul li.lpTop a .menuJp {
  background: #cc4632;
}
#globalNavi ul li a .menuEn {
  font-family: "microgramma-extended", sans-serif;
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  color: #eae82a;
}


@media screen and (min-width: 821px) {
  #globalNavi ul li.lpTop {
    padding-right: min(6vw, 30px);
    border-right: #444444 solid 1px;
  }
  #globalNavi ul li.lpTop::before {
    right: calc(2.2vh + min(6vw, 30px));
  }
}
@media screen and (max-width: 820px) {

  #globalNavi {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 40%);
  }
  #globalNavi .globalNaviInr {
    padding: 12vh 0;
  }
  
  #globalNavi ul {
    flex-direction: column;
    padding: 0 min(6vw, 30px);
  }
  #globalNavi ul li {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding-top: 0;
    padding-left: 0;
  }
  #globalNavi ul li a {
    font-size: min(7.4vw, 42px);
    line-height: 1.6;
  }
  #globalNavi ul li::before {
    width: min(3vw, 15px);
    top: min(2vw, 10px);
    right: inherit;
    left: 0;
  }
  #globalNavi ul li a .menuJp {
    padding: 0.05em 0.2em;
  }
/*
  #globalNavi ul li a div {
    width: auto;
    height: 8vw;
    margin-bottom: 1.8vw;
    margin-left: 0;
  }
  #globalNavi ul li a div img {
    height: 100%;
    width: auto;
  }
  #globalNavi ul li a span {
    font-size: 0.6em;
  }
*/

  #globalNavi ul li.lpTop {
    padding-top: min(6vw, 30px);
    border-top: #444444 solid 1px;
  }
  #globalNavi ul li.lpTop::before {
    top: min(9vw, 40px);
  }

}

#op {
  position: fixed;
  background: url("../images/op_bg.jpg") no-repeat center center / cover;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 1;
  animation: op02 2s linear 2.5s forwards;
  padding-bottom: 12vh;
}
#op .opInr {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 4vh;
  opacity: 0;
  animation: op01 1s ease-out 0.5s forwards;
}
#op .opInr div {
  width: 24vh;
  line-height: 0;
}
#op .opInr p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10vh;
  font-weight: bold;
}

@keyframes op01 {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes op02 {
  0% { opacity: 1;}
  100% { opacity: 0; pointer-events: none;}
}



@media screen and (max-width: 820px) {

  #op .opInr {
    gap: min(4vw, 20px);
  }

  #op .opInr div {
    width: 30vw;
  }
  #op .opInr p {
    font-size: 11vw;
    line-height: 1;
  }

}


.mainBg {
  background: url("../images_v2/bg_main.jpg") no-repeat center center / cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: all 1s ease-out;
}
.mainBg.on {
  opacity: 0.6;
}

#mainvisual {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  
  background-color: rgba(0, 0, 0, 0.7);
  animation: op01 1.4s ease-out 1s forwards;
}
@keyframes op01 {
  0% { background-color: rgba(0, 0, 0, 0.7);}
  100% { background-color: rgba(0, 0, 0, 0);}
}

#mainvisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60vh;
  line-height: 0;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 2;
  opacity: 0;
  animation: op02 0.6s cubic-bezier(0.83, 0, 0.17, 1) 2.2s forwards;
}

@keyframes op02 {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.6);}
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1);}
}

#mainvisual .mvCatch {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 7vh;
  left: 5vw;
  font-size: 4vh;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  opacity: 0;
  animation: op03 2s linear 3.4s forwards;
}
#mainvisual .mvCatch p {
  border: #000 solid 2px;
  color: #000;
  font-weight: bold;
  padding: 0.5em 0;
  white-space: nowrap;
}
#mainvisual .mvCatch p:nth-child(1) {
  background-color: #f1f2d6;
  margin-left: min(2vw, 10px);
}
#mainvisual .mvCatch p:nth-child(2) {
  background-color: #cc4632;
}
#mainvisual .mvCatch p i {
  text-indent: 0.1em;
  display: inline-block;
  transform: translateX(-0.1em);
}

.scroll {
  position: absolute;
  right: min(8vw, 50px);
  bottom: -30px;
  font-family: "microgramma-extended", sans-serif;
  z-index: 2;
  opacity: 0;
  animation: op03 2s linear 3.4s forwards;
}
.scroll::before {
  content: "SCROLL";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "microgramma-extended", sans-serif;
  font-size: min(3.2vw, 14px);
  letter-spacing: 0.08em;
  transform-origin: left top;
  transform: rotate(90deg) translateY(-100%);
  line-height: 2.2;
}
.scroll span {
  display: block;
  width: 2px;
  height: 140px;
  overflow: hidden;
}
.scroll span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scroll 2s linear 0s infinite;
}
@keyframes scroll {
  0% { transform: translateY(-100%);}
  100% { transform: translateY(100%);}
}

@keyframes op03 {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.mvParts {
  position: absolute;
  line-height: 0;
  z-index: 0;
  opacity: 0.6;
  width: min(30vw, 340px);
}
.mvParts01 {
  top: -2vw;
  right: 0;
}
.mvParts02 {
  top: -5vw;
  left: 0;  
}
.mvParts.lanternOn {
  opacity: 0;
  animation: lanternMv 4s linear 0s infinite;
  mix-blend-mode: overlay;
}

@keyframes lanternMv {
  0% { opacity: 0;}
  50% { opacity: 1;}
  100% { opacity: 0;}
}

@media screen and (min-width: 821px) {
  #mainvisual .mvCatch {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #mainvisual p span {
    display: inline-block;
    transform: rotate(-90deg);
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 820px) {

  #mainvisual {
    
  }
  #mainvisual .mvCatch {
    top: inherit;
    bottom: 8vh;
    align-items: baseline;
    gap: min(2vw, 10px);
  }
  #mainvisual .mvCatch p {
    padding: 0 0.5em;
    font-size: 2.6vh;
  }
  #mainvisual .mvCatch p:nth-child(1) {
     margin-left: 0; 
  }
  
  #mainvisual h1 {
    top: 44%;
    width: min(44vh, 72vw);
  }
  #mainvisual p {
    font-size: min(3.7vh, 5.4vw);
  }

  
  .mvParts01 {
    top: -13vw;
    right: 0;
    width: 43vw;
  }
  .mvParts02 {
    top: -18vw;
    left: 0;
    width: 43vw;
  }
  
}


main {
  overflow: hidden;
  width: 100%;
}

section {
  padding: min(14vw, 100px) 0;
  position: relative;
}
section h2 {
  font-family: "microgramma-extended", sans-serif;
  font-weight: 400;
  font-size: min(8.6vw, 64px);
  line-height: 1;
  color: #eae82a;
  -webkit-text-stroke: 1px #000;
}
section h2 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.3em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000;
  display: block;
  text-indent: 0.22em;
  line-height: 2.4;
  background: #f1f2d6;
  border: #000 solid 2px;
  height: fit-content;
  padding: 0.2em 0;
}
.contentWrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 min(6vw, 60px);
  position: relative;
  z-index: 1;
}
.flexWrap {
  display: flex;
  justify-content: space-between;
}

.cornerBox {
  padding: min(4vw, 50px);
  position: relative;
}
.cornerBox::before,
.cornerBox::after {
  content: "";
  display: block;
  width: min(5vw, 50px);
  aspect-ratio: 1/1;
  position: absolute;
}
.cornerBox::before {
  top: 0;
  left: 0;
  border-top: #884e00 solid 1px;
  border-left: #884e00 solid 1px;
}
.cornerBox::after {
  bottom: 0;
  right: 0;
  border-bottom: #884e00 solid 1px;
  border-right: #884e00 solid 1px;
}

.movieWrap {
  margin: 0 min(6vw, 60px);
  position: relative;
  z-index: 2;
}
.movieWrap > div {
  width: 100%;
  aspect-ratio: 100/56.25;
}
.movieWrap iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 820px) {

  .flexWrap {
    flex-direction: column;
  }

}


/* ////////////////////////////////////////////////////////////////////////////////

	Bg Parts

//////////////////////////////////////////////////////////////////////////////// */
.bgParts {
  position: absolute;
  line-height: 0;
  z-index: 0;
}
.bgParts img {
  width: 100%;
}
#schedule .parts01 {
  top: 0vw;
  left: 0;
  width: 28vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(-100%);
}
#schedule .parts01.on {
  transform: translateX(0);
}
#schedule .parts02 {
  top: 6vw;
  left: 0;
  width: 11vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(-100%);
}
#schedule .parts02.on {
  transform: translateX(0);
}
#schedule .parts03 {
  top: 31vw;
  right: 0;
  width: 30vw;
  opacity: 0.6;
}
#schedule .parts03.lanternOn {
  opacity: 0;
  animation: lantern 4s linear 0s infinite;
  mix-blend-mode: overlay;
}
#schedule .parts04 {
  top: 76vw;
  right: 0;
  width: 27vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(100%);
}
#schedule .parts04.on {
  transform: translateX(0);
}
#schedule .parts05 {
  top: 82vw;
  right: 0;
  width: 12vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(100%);
}
#schedule .parts05.on {
  transform: translateX(0);
}
#schedule .parts06 {
  top: 129vw;
  right: -33vw;
  width: 48vw;
  animation: circle01 60s linear 0s infinite;
}


#ticket .parts01 {
  top: 19vw;
  left: 0;
  width: 28vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(-100%);
}
#ticket .parts01.on {
  transform: translateX(0);
}
#ticket .parts02 {
  top: 24vw;
  left: 0;
  width: 30vw;
  opacity: 0.6;
}
#ticket .parts02.lanternOn {
  opacity: 0;
  animation: lantern 4s linear 0s infinite;
  mix-blend-mode: overlay;
}
#ticket .parts03 {
  top: 79vw;
  left: -33vw;
  width: 48vw;
  animation: circle02 60s linear 0s infinite;
}

#ticket .parts04 {
  top: 129vw;
  right: 0;
  width: 20vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(100%);
}
#ticket .parts04.on {
  transform: translateX(0);
}
#ticket .parts05 {
  top: 133vw;
  right: 0;
  width: 10vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(100%);
}
#ticket .parts05.on {
  transform: translateX(0);
}

#ticket .parts06 {
  top: 232vw;
  left: 0;
  width: 13vw;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateX(-100%);
}
#ticket .parts06.on {
  transform: translateX(0);
}

@keyframes lantern {
  0% { opacity: 0;}
  50% { opacity: 0.7;}
  100% { opacity: 0;}
}

@keyframes circle01 {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}
@keyframes circle02 {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(-360deg);}
}


@media screen and (max-width: 820px) {

  #schedule .parts03 {
    top: 18vw;
  }
  #schedule .parts06 {
    top: 129vw;
    right: -35vw;
    width: 55vw;
  }
  
  #ticket .parts01 {
    top: 0;
  }
  #ticket .parts02 {
    top: 14vw;
  }
  #ticket .parts03 {
    top: 131vw;
    left: -35vw;
    width: 54vw;
  }
  
}

/* ////////////////////////////////////////////////////////////////////////////////

	Schedule

//////////////////////////////////////////////////////////////////////////////// */


#schedule .flexWrap {
  flex-direction: row-reverse;
}
#schedule h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#schedule .introTxt {
  width: 80%;
}
#schedule .introTxt h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4.2vw, 36px);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: min(8vw, 60px);
}
#schedule .introTxt p {
  line-height: 2;
}
#schedule .introTxt p + p {
  margin-top: min(6vw, 40px);
}


#schedule .schedulMain {
	width: 85%;
}
#schedule .schedulMain h3 {
  font-family: "microgramma-extended", sans-serif;
  font-weight: 500;
  font-size: min(6.6vw, 48px);
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #cc4632;
  margin-bottom: min(6vw, 30px);
  -webkit-text-stroke: 1px #000;
}

#schedule table {
	width: 100%;
	border-bottom: 1px solid #884e00;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0.02em;
  font-size: 0.98em;
  color: #fff;
  margin-bottom: min(8vw, 60px);
}

#schedule tr {
  position: relative;
}

#schedule tr:first-child th {
  padding-bottom: 0.8em;
  padding-top: 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #cc4632;
}


#schedule td {
  border-top: 1px solid #cc4632;
  vertical-align: middle;
  padding: 1.2rem 0;
  position: relative;
  font-weight: 500;
}

#schedule .date {
  width: 18%;
  font-family: "Roboto", sans-serif;
}
#schedule .date .week { font-size: 12px;  margin-left: 8px;}
#schedule .date .year {
  font-size: 16px;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1.2;
}

#schedule .area {
  width: 11%;
  padding: 0 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
}
#schedule .venue {
  width: 33%;
  line-height: 1.5;
  padding: 1rem 1.5rem 1rem 0;
}
#schedule td.venue {
  font-weight: 600;
  font-size: 1.1em;
}
#schedule .venue a {
  transition: 0.3s;
}
#schedule .venue a:hover { opacity: 0.5;}

#schedule .venue_info {
  font-size: 0.85em;
  font-feature-settings: "palt";
}

#schedule .venue_info a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
#schedule .venue_info .icoInfo {
  width: 1.4em;
  font-size: 1.2em;
  color: #690903;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
#schedule .venue_info .icoTel {
  width: 1.4em;
  font-size: 1.2em;
  color: #690903;
  background: #fff url("../images/ico_tel.png") no-repeat center center / 58%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  line-height: 1;
  vertical-align: middle;
}
#schedule .venue_info .icoMail {
  width: 1.4em;
  font-size: 1.2em;
  color: #690903;
  background: #fff url("../images/ico_mail.png") no-repeat center center / 58%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  line-height: 1;
  vertical-align: middle;
}

#schedule .venue_info .info_tit {
  border-left: 3px solid;
  padding-left: 0.3em;
  display: inline-block;
  margin-bottom: 0.3em;
}

#schedule .info {
  width: 20%;
}

#schedule .time {
  width: 12%;
  font-family: "Roboto", sans-serif;
}

#schedule .time span { display: block; padding: 7px 0 0 0;}

#schedule .general {
	width: 10%;
	padding: 5px;
	text-decoration: none;
}
#schedule .general .week { font-size: 12px;  margin-left: 5px; font-family: sans-serif;}

#schedule td.date {
  font-family: "microgramma-extended", sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.2;
}

#schedule td.time {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}
#schedule td.area {
  font-weight: 600;
  font-size: 0.8em;
}
#schedule td.area p {
  background-color: #cc4632;
  border: #000 solid 2px;
  color: #000;
}


@media screen and (max-width: 820px) {

  #schedule .flexWrap {
    flex-direction: column;
    gap: min(8vw, 60px);
  }
  #schedule h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  #schedule .schedulMain {
    width: 100%;
  }

  #schedule tr:first-child th {
    font-size: 0.8em;
    line-height: 1.4;
  }

  #schedule .date {
    width: 100%;
  }
  #schedule .time {
    width: 100%;
  }
  #schedule .venue {
    width: 82%;
  }
  #schedule .area {
    width: 18%;
  }
  #schedule .info {
    width: 100%;
    padding-top: 1rem;
  }

  #schedule tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: #884e00 1px solid;
    padding: 1rem 0;
    align-items: baseline;
  }
  #schedule tr:first-child {
    display: none;
  }
  #schedule tr.day-two {
    border-top: rgba(200,200,200,0.4) 1px dotted;
  }
  #schedule tr.spOmit {
    padding-bottom: 0;
  }
  #schedule tr.spOmit + tr {
    border-top: none;
    padding-top: 0.4rem;
  }
  #schedule tr.spOmit .date,
  #schedule tr.spOmit .time {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #schedule tr.spOmit .area,
  #schedule tr.spOmit .venue {
    display: none;
  }

  #schedule td.date {
    font-size: 2em;
    letter-spacing: 0;
    padding: 0;
    width: 42%;
    margin-bottom: min(3vw, 15px);
  }

  #schedule .date .week {
    font-size: 0.6em;
  }

  #schedule td.time {
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    padding: 0 0 0.8em;
    width: 58%;
  }

  #schedule td {
    padding: 0;
    display: block;
    border: none;
  }

  #schedule td.area {
    padding: 0;
    text-align: center;
    font-size: 0.85em;
  }
  #schedule td.area p {
    padding: 0.1em 0;
  }
  #schedule td.nobg {
    background-color: transparent;
  }
  #schedule td.venue,
  #schedule td.venuel {
    font-size: 1.1em;
    padding: 0;
    padding-left: 3%;
  }
  #schedule td.venue span,
  #schedule td.venuel span {
    font-size: 0.8em;
  }
  #schedule td.venue br.pc-br,
  #schedule td.venuel br.pc-br {
    display: none;
  }
/*
  #schedule td .venue_place {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5em;
    font-size: 0.92em;
  }
  #schedule .venue_info a {
    margin-bottom: 0.6em;
  }
*/
  #schedule .venue_con {
    width: 100%;
    font-size: 0.8em;
    opacity: 0.8;
  }
  #schedule .venue {
    padding-left: 0;
  }

}






#cboxLoadedContent {
  border-radius: min(2vw, 10px);
}

.modal {
  background-color: #fff;
  padding: min(8vw, 60px) min(5vw, 60px);
  color: #000;
}
.modal h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4.2vw, 24px);
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding-bottom: min(3vw, 15px);
  border-bottom: #884e00 solid 1px;
  color: #884e00;
}
.modalCont {
  padding: min(6vw, 30px) 0;
  border-bottom: #884e00 solid 1px;
}
.modalCont p {
  font-size: min(3.2vw, 14px);
}
.modalCont p strong {
  color: #000;
}
.modalCont p + p {
  margin-top: min(4vw, 20px);
}
.modalCont p a {
  color: #884e00;
  text-decoration: underline;
}
.modalCont .note {
  font-size: min(3vw, 12px);
}
.modalCont h4 {
  font-size: min(3.6vw, 18px);
  font-weight: bold;
  color: #884e00;
  margin-bottom: min(4vw, 20px);
}
.modalCont .beltTtl {
  background-color: #f3e5d2;
  padding: min(1vw, 5px) min(4vw, 20px);
  font-weight: bold;
  margin-bottom: min(4vw, 20px);
}

.modalCont .modalTable {
  display: flex;
  flex-wrap: wrap;
  border-top: #000 solid 1px;
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
  margin-top: min(4vw, 20px);
}
.modalCont .modalTable dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-bottom: #000 solid 1px;
  padding: min(1vw, 5px) min(2vw, 20px);
  width: min(20vw, 120px);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.modalCont .modalTable dd {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: min(1vw, 5px) min(3vw, 20px);
  width: calc(100% - min(20vw, 120px));
  box-sizing: border-box;
}

.logoList {
  display: flex;
  flex-wrap: wrap;
  gap: min(3vw, 15px) calc((100% - 23.5% * 4) / 3);
  margin-bottom: min(6vw, 30px);
}
.logoList li {
  width: 23.5%;
  aspect-ratio: 20/8;
  box-sizing: border-box;
}
.logoList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #884e00;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: min(3vw, 12px);
  line-height: 1.4;
}

.dotList {
  padding-left: min(4vw, 20px);
  font-size: min(3.2vw, 14px);
  list-style: disc;
  margin-bottom: min(6vw, 30px);
}
.bgBox {
  background-color: #eeeeee;
}
.bgBox h5 {
  border-bottom: #000 solid 1px;
  font-size: min(3.4vw, 16px);
  padding: min(4vw, 20px) min(4vw, 30px) min(2vw, 10px);
  text-align: center;
}
.bgBox .bgBoxTxt {
  padding: min(4vw, 20px) min(4vw, 30px);
}


@media screen and (max-width: 820px) {


  .logoList {
    justify-content: space-between;
    gap: min(4vw, 20px) 0;
  }
  .logoList li {
    width: 48%;
  }

}


/* ////////////////////////////////////////////////////////////////////////////////

	Ticket

//////////////////////////////////////////////////////////////////////////////// */
#ticket {
  padding-bottom: min(20vw, 200px);
}
#ticket .flexWrap {
  display: flex;
  justify-content: space-between;
}
#ticket h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#ticket .ticketMain {
  width: 80%;
}
#ticket .ticketMain .notice {
  font-size: min(3.8vw, 18px);
  font-weight: 600;
}
#ticket .ticketMain h3 {
  margin-top: min(8vw, 60px);
  font-size: min(3.6vw, 18px);
  margin-bottom: min(4vw, 20px);
  padding-left: min(3vw, 15px);
  border-left: #dc7f3a solid 4px;
}

#ticket .ticketMain h4 {
  margin-top: min(6vw, 30px);
  font-size: min(3.4vw, 16px);
}


.ticketBox {
  border: #dc7f3a solid 1px;
  margin-top: min(4vw, 20px);
  background-color: rgba(0,0,0,0.10);
}
.ticketBox .price {
  font-size: min(3.6vw, 18px);
}
.ticketBox .price span {
  font-size: min(4.6vw, 28px);
}
.ticketBox > dt {
  padding: min(3vw, 15px) min(12vw, 70px) min(3vw, 15px) min(4vw, 30px);
  border-bottom: #dc7f3a solid 1px;
  position: relative;
  cursor: pointer;
}
.ticketBox > dt span {
  display: block;
  position: absolute;
  top: 50%;
  right: min(4vw, 20px);
  transform: translateY(-50%);
  background-color: #dc7f3a;
  border-radius: 50%;
  width: min(6vw, 30px);
  aspect-ratio: 1/1;
  border: #000 solid 1px;
}
.ticketBox > dt span::before,
.ticketBox > dt span::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ticketBox > dt span::after {
  transition: all 0.3s ease-out;
}
.ticketBox > dt.on span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ticketBox > dd {
  padding: min(4vw, 30px);
}



.lightBg {
  background: rgba(255,255,255,0.08);
  padding: min(6vw, 30px);
  margin-top: min(4vw, 20px);
}
.ticketBox > dd .lightBg {
  padding: min(2vw, 10px);
  margin-top: min(4vw, 20px);
}
.ticketBox > dd .lightBg .note {
  font-size: min(3vw, 14px);
}
.ticketBox > dd .lightBg + .reservebtn {
  margin-top: min(4vw, 20px);
}
.lightBg h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(3.4vw, 16px);
  margin-bottom: min(4vw, 20px);
}
.lightBg > p {
  font-size: min(3.4vw, 16px);
}
.lightBg > p + p {
  margin-top: min(4vw, 20px);
}
.lightBg .note {
  font-size: min(3vw, 12px);
}


.ticketBoxDetail {
  display: flex;
  margin-bottom: min(4vw, 20px);
}
.ticketBoxDetail dt {
  width: min(20vw, 100px);
  background-color: #dc7f3a;
  padding: min(1vw, 5px);
  text-align: center;
  color: #000;
}
.ticketBoxDetail dd {
  width: calc(100% - min(20vw, 100px));
  padding: min(1vw, 5px) min(3vw, 20px);
}

.normalList {
  padding-left: min(4vw, 20px);
  list-style: disc;
}

@media screen and (max-width: 820px) {

  #ticket .flexWrap {
    flex-direction: column;
    gap: min(8vw, 60px);
  }
  #ticket h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  #ticket .ticketMain {
    width: 100%;
  }

  .ticketBoxDetail {
    flex-direction: column;
  }
  .ticketBoxDetail dt {
    width: 100%;
  }
  .ticketBoxDetail dd {
    width: 100%;
    text-align: center;
    padding: min(4vw, 20px) 0 0;
    font-size: min(3.6vw, 18px);
  }

}


.priceList {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(6vw, 30px);
}
.priceList li {
  width: 48%;
  background: rgba(255,255,255,0.10);
  padding: min(3vw, 15px);
  text-align: center;
}
.priceList li .type {
  color: #dc7f3a;
  font-weight: bold;
}
.priceList li .price {
  font-size: min(6.4vw, 28px);
  font-weight: bold;
  margin-top: 0;
}
.priceList li .price span {
  font-size: 0.6em;
}

.ticketBox > dd .note {
  font-size: min(3.2vw, 14px);
}
.ticketBox > dd .dlStart {
  font-weight: bold;
  margin-bottom: 0;
}
.ticketBox > dd .dlStart span {
  color: #dc7f3a;
}
.ticketBox > dd p {
  margin-bottom: min(4vw, 20px);
}
.ticketBox > dd p:last-child {
  margin-bottom: 0;
}


#ticket .normalList {
  font-size: min(3.4vw, 16px);
}
#ticket .ticketBox .normalList {
  font-size: min(3.2vw, 14px);
}
#ticket .normalList li {
  line-height: 1.6;
}
#ticket .normalList li + li {
  margin-top: min(2vw, 10px);
}

.ticketBox .bgFlex {
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,0.10);
  padding: min(4vw, 20px);
  margin: min(4vw, 20px) 0;
}
.ticketBox .bgFlex.singleBox {
  display: block;
}

.ticketBox .bgFlex .bgFlexTxt {
  width: 80%;
}
.ticketBox .bgFlex h5 {
  font-size: min(3.4vw, 16px);
  margin-bottom: min(1vw, 5px);
}
.ticketBox .bgFlex p a {
  color: #dc7f3a;
}
.ticketBox .bgFlex .bgFlexImg {
  line-height: 0;
  width: 15%;
}

.eTickets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eTickets li {
  line-height: 0;
  width: 24%;
}

@media screen and (max-width: 820px) {
  
  .priceList {
    flex-direction: column;
    gap: min(2vw, 10px);
  }
  .priceList li {
    width: 100%;
  }
  .ticketBox .bgFlex .bgFlexTxt {
    width: 70%;
  }
  .ticketBox .bgFlex .bgFlexImg {
    width: 28%;
  }
  
  .eTickets {
    gap: min(3vw, 15px) 0;
  }
  .eTickets li {
    width: 48%;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////

	Notice

//////////////////////////////////////////////////////////////////////////////// */
#notice {
  background-color: #17333d;
}
#notice h2 {
  text-align: center;
  margin-bottom: min(6vw, 30px);
}
#notice h2 span {
  width: fit-content;
  margin: min(2vw, 10px) auto 0;
  padding: 0 0.4em;
}

#notice h3 {
  margin-bottom: min(3vw, 15px);
  font-size: min(3.6vw, 18px);
}
.noticeBox {
  background-color: rgba(0,0,0,0.30);
  margin-bottom: min(6vw, 30px);
  padding: min(6vw, 30px);
}
.noticeBox p {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
}
.noticeBox p:last-child {
  margin-bottom: 0;
}
.noticeBox p.note {
  font-size: min(3vw, 12px);
}

.noticeBgWrap {
  background: rgba(255,255,255,0.20);
  padding: min(4vw, 20px);
  margin-bottom: min(4vw, 20px);
}
#notice .noticeBgWrap h4 {
  font-size: min(3.4vw, 16px);
  margin-bottom: min(1vw, 5px);
}

.noticeBox ul {
  list-style: disc;
  padding-left: min(4vw, 20px);
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
}
.noticeBox p a {
  color: #cc4632;
}


/* ////////////////////////////////////////////////////////////////////////////////

	Goods

//////////////////////////////////////////////////////////////////////////////// */
#goods {
  background-color: #161616;
}
#goods h2 {
  text-align: center;
  margin-bottom: min(6vw, 30px);
}
#goods h2 span {
  width: fit-content;
  margin: min(2vw, 10px) auto 0;
  padding: 0 0.4em;
}

.cominSoon {
  text-align: center;
  font-family: "microgramma-extended", sans-serif;
  padding: min(8vw, 60px) 0;
  font-size: min(4vw, 22px);
}


/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
  font-family: "source-han-sans-japanese", sans-serif;
	background-color: #000;
	color: #fff;
	position: relative;
}
footer .ftrSns {
	display: flex;
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
}
footer .ftrSns li {
	width: 20%;
}
footer .ftrSns li + li {
	border-left: #333 solid 1px;
}
footer .ftrSns li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 30px;
	height: 100%;
}
footer .ftrSns li a i.snsIcon {
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
footer .ftrSns li a span {
  width: 45px;
	line-height: 0;
	margin-right: 20px;
}

footer .ftrMain {
	padding: min(6vw, 60px) min(6vw, 60px) min(10vw, 100px);
}
footer .ftrMain .copyWrap {
	display: flex;
	align-items: center;
	width: 82%;
	max-width: 880px;
	margin: auto;
}
footer .ftrMain .copyWrap .logo {
	width: 540px;
	margin-right: 30px;
}
footer .ftrMain .copyWrap p {
	font-size: 12px;
	font-weight: 200;
}
footer .ftrMain .copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
	font-weight: 200;
}


footer .ftrMain .ftrNav {
	width: 50%;
	display: flex;
}
footer .ftrMain .ftrNav ul {
	width: 50%;
	border-left: #333 solid 1px;
	padding: 0 6%;
}
footer .ftrMain .ftrNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
footer .ftrMain .ftrSubNav {
	width: 25%;
	border-left: #333 solid 1px;
	padding: 0 3%;
}
footer .ftrMain .ftrSubNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrSubNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

@media screen and (max-width: 820px) {

	footer .ftrSns {
		display: flex;
		flex-wrap: wrap;
	}
	footer .ftrSns li {
		width: 50%;
	}
	footer .ftrSns li:last-child {
		width: 100%;
	}
	footer .ftrSns li + li {
		border-left: none;
	}
	footer .ftrSns li:nth-child(even) {
		border-left: #333 solid 1px;
	}
	footer .ftrSns li:nth-child(n+3) {
		border-top: #333 solid 1px;
	}

	footer .ftrSns li a {
    	font-size: min(2.6vw, 12px);
		padding: min(4vw, 25px) min(5vw, 30px);
	}
	footer .ftrSns li a i.snsIcon {
		font-size: min(6vw, 24px);
		margin-right: min(3vw, 20px);
	}
	footer .ftrSns li a span {
		width: min(14vw, 45px);
		margin-right: min(4vw, 20px);
	}
	footer .ftrSns li:last-child a {
		justify-content: center;
	}

	footer .ftrMain {
	  padding: min(6vw, 60px) min(6vw, 60px) min(22vw, 100px);
	}
	footer .ftrMain .copyWrap {
		flex-direction: column;
	}
	footer .ftrMain .copyWrap .logo {
    width: 68%;
    max-width: 240px;
    margin: 0 auto min(5vw, 25px);

	}
	footer .ftrMain .copyWrap p {
		font-size: min(3vw, 12px);
	}
	footer .ftrMain .copyright {
		font-size: min(2.2vw, 10px);
		margin-top: min(8vw, 30px);
	}

}
