/* -------sns icon--------- */
@font-face {
	font-family: 'sns_ico';
	src:
		url('../fonts/sns_ico.ttf?sij4de') format('truetype'),
		url('../fonts/sns_ico.woff?sij4de') format('woff'),
		url('../fonts/sns_ico.svg?sij4de#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: #fff;
}

.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-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}

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

	Common

//////////////////////////////////////////////////////////////////////////////// */
html {
	line-height: 1.8;
	letter-spacing: 0.04em;
	scroll-behavior: smooth;
	background-color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(3.4vw, 14px);
}
body {
  position: relative;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/main_bg.jpg") no-repeat center center / cover;
  z-index: -1;
}


img {
	width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
	word-break: break-all;
}
.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}

@media screen and (max-width:880px) {
	.pc {display: none;}
}
@media screen and (min-width:881px) {
	.sp {display: none;}
}
@media (hover: hover) {
	a:hover {
		opacity: 0.6;
	}
}

section {
	padding: min(10vw, 80px) 0;
}
.innerWrap {
	padding: 0 min(6vw, 64px);
	max-width: 1172px;
	margin: auto;
}

.comingSoonArea {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: min(4.2vw, 24px);
	letter-spacing: 0.04em;
	padding: min(12vw, 120px) 0 min(16vw, 160px);
}


.listSquare,
.listDisc,
.listAsterisk {
	list-style: none;
	padding-left: 1.2em;
	font-size: min(3vw, 14px);
}
.listSquare > li,
.listDisc > li,
.listAsterisk > li {
	text-indent: -1.2em;
	font-weight: normal;
	line-height: 1.6;
}
.listSquare > li + li,
.listDisc > li + li,
.listAsterisk > li + li {
	margin-top: 0.5em;
}
.listSquare > li:before,
.listDisc > li:before,
.listAsterisk > li:before {
	margin-right: 0.2em;
}
.listSquare > li:before {
	content: "■";
	margin-right: 0.2em;
}
.listDisc > li:before {
	content: "・";
}
.listAsterisk > li:before {
	content: "※";
}
.textRed,
.listDisc > li.caution,
.listAsterisk > li.caution {
	color: #ff3e3e;
}

.btnWrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: min(4vw, 32px);
}
.btnWrap > a,
.btnWrap > span {
	width: 100%;
	max-width: 320px;
	min-width: fit-content;
	display: block;
	padding: min(3vw, 18px);
	font-size: min(3vw, 14px);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #fa4544;
	color: #fff;
	border-radius: 100px;
}
.btnWrap > a.close {
	background-color: #8c8c8c;
	color: #fff;
}
.btnWrap > span {
	/* opacity: 0.8; */
	background-color: #8c8c8c;
	color: #d1d1d1;
}

.btnWrap.note {
	padding-bottom: min(6vw, 32px);
}
.btnWrap.note a {
	position: relative;
}
.btnWrap.note a::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	transform: translate(-50%, 100%);
	color: #fff;
	width: 400px;
	font-size: min(2.8vw, 13px);
}

@media screen and (max-width:880px) {
  body::before {
    height: 78vh;
  }
  
	.accordion > dt {
		line-height: 1.4;
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	opening

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

.titleWrap,
#data {
  opacity: 0;
  filter: blur(20px);
  animation: op2 2s ease-out 0s forwards;
}
body::before {
  opacity: 0;
  filter: blur(20px);
  animation: op2 2s ease-out 2s forwards;
}
#particles-js {
  opacity: 0;
  filter: blur(20px);
  animation: op2 1.5s ease-out 2.5s forwards;
}
header,
.floatBnr {
  opacity: 0;
  animation: op1 1s ease-out 5.5s forwards;
}

@keyframes op1 {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes op2 {
  0% { opacity: 0; filter: blur(20px);}
  100% { opacity: 1; filter: blur(0px);}
}


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

	header

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

header {
	z-index: 10;
}
.mainNav {
  display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.mainNav a {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	letter-spacing: 0.04em;
}

@media screen and (min-width:881px) {
	header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 14px 60px;
		position: fixed;
		top: 0;
		left: 0;
		transition: all 0.4s;
	}
	header.on {
		background-color: rgba(0, 0, 0, 0.6);
	}
	header .hdrLogo {
		width: 130px;
	}
	#globalNav {
		max-width: calc(100% - 200px);
	}
	.mainNav li {
		margin-left: 20px;
	}
	.mainNav li:first-child {
		margin-left: 0;
	}

	#menuButton {
		display: none;
	}
}
@media screen and (max-width:880px) {
	header {
		position: relative;
	}
	header .hdrLogo {
		display: none;
	}
	#menuButton {
		display: block;
		width: 40px;
		height:40px;
		position: fixed;
    top: 3vw;
    right: 2vw;
		z-index: 9999;
	}
	#menuButton span {
		display: block;
		background: #fff;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 8px;
		transition: all 0.4s;
	}
	#menuButton.active span {
		background: #fff;
	}
	#menuButton span:first-child { top: 12px;}
	#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;}
	#menuButton span:nth-child(3) { bottom: 12px;}

	#menuButton.active span:first-child {
		transform: translateY(7px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) { opacity: 0;}
	#menuButton.active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	#globalNav {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	.navWrap {
		background-color: #fff;
		height: 100vh;
		width: 100vw;
	}
	.mainNav {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 90vh;
    height: 100svh;
		background-color: #000;
	}
	.mainNav a {
		color: #fff;
		font-size: 4vh;
		line-height: 2.2;
		letter-spacing: 0.1em;
	}
	.mainNav a.menuBroadcast {
		font-size: 2.4vh;
	}
}


footer {
	padding: min(8vw, 80px) min(6vw, 64px) min(16vw, 140px);
	position: relative;
	z-index: 1;
  background: rgba(0,0,0,0.6);
}
footer .footerWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .footerWrap .links {
	margin-bottom: min(4vw, 24px);
}
footer .footerWrap .links li + li {
	margin-top: min(3vw, 16px);
}
footer .footerWrap .links a {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(3.4vw, 20px);
	 color: #fff; 
	text-decoration: none;
}
footer .footerWrap .copy {
	font-size: min(2.4vw, 10px);
	 color: #fff; 
}
footer .footerWrap .logo {
	width: min(60vw, 100px);
}

@media screen and (max-width:880px) {
	footer {
		text-align: center;
	}
	footer .footerWrap {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	footer .footerWrap .links {
    margin-top: min(8vw, 60px);
	}
	footer .footerWrap .links a {
		font-size: min(3.8vw, 16px);
	}
}


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

	Main Visual

//////////////////////////////////////////////////////////////////////////////// */
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#mainVisual {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12vh;
}
#mainVisual .titleWrap {
  width: 54vh;
  max-width: 70vw;
  line-height: 0;
}
#mainVisual .floatBnr {
  position: fixed;
  right: 4vw;
  bottom: 4vw;
  z-index: 2;
}
#mainVisual .floatBnr a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #004593 0%, #4eb1ea 50%, #fa4544 90%);
  width: min(28vw, 180px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 600;
  opacity: 1;
  pointer-events: auto;
  font-size: min(3.2vw, 15px);
}
#mainVisual .floatBnr a.on {
  opacity: 0;
  pointer-events: none;
}
#mainVisual .floatBnr a span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.2;
  letter-spacing: 0.06em;
}


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

  #mainVisual {
    padding-top: 8vh;
    height: 53vh;
  }
  
  #mainVisual .floatBnr {
    right: 12vw;
  }
  #mainVisual .floatBnr a {
    flex-direction: row;
    width: 76vw;
    border-radius: min(2vw, 10px);
    padding: min(3vw, 15px);
    gap: min(4vw, 20px);
    aspect-ratio: auto;
    letter-spacing: 0.04em;
  }

}

main {
  background: rgba(0,0,0,0.6);
}

#data {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding-top: min(8vw, 60px);
  padding-bottom: min(20vw, 200px);
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);
}
#data .place {
  font-size: min(9.2vw, 56px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
#data .date {
  font-size: min(4.8vw, 36px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
#data .date span {
  font-size: 0.6em;
}

.present {
  text-align: center;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);
  font-size: min(4.8vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: min(8vw, 60px);
  font-feature-settings: "palt";
}
#present.present {
  padding: min(8vw, 60px) 0 min(20vw, 150px);
  background-color: rgba(0,0,0,0.60);
}
#ticket .present {
  font-size: min(3.2vw, 26px);
  line-height: 2;
}
/*
#present.present p {
  padding: min(6vw, 30px);
}
*/

main h2 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: min(8vw, 56px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: min(6vw, 30px);
}

@media screen and (max-width:820px) {
  
  #data .date {
    line-height: 1.5;
  }
  
}


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

	SCHEDULE

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

.spHead,
.spInfo {
  display: none;
}

/*
.schedule {
  margin-bottom: min(8vw, 60px);
}
.scheduleWrap {
	background-color: rgba(0,0,0,0.60);
	color: #fff;
	padding: min(4vw, 42px);
}
.schedule li {
	border-bottom: #fff solid 1px;
	padding: 14px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.6;
}
.schedule .scheduleHead .day,
.schedule .scheduleHead .area,
.schedule .scheduleHead .venue,
.schedule .scheduleHead .time,
.schedule .scheduleHead .seat,
.schedule .scheduleHead .info {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
  border-bottom: none;
}
.schedule .day {
	display: flex;
	align-items: center;
  width: 100%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	font-size: min(7.2vw, 38px);
}
.schedule .day span {
	display: inline-block;
	font-size: 0.357em;
	padding-top: 0.4em;
	margin-left: 1em;
}
.schedule .scheduleHead .area {
	width: 64px;
}
.schedule .scheduleHead .venue {
	width: calc((100% - 420px) * 0.45);
}
.schedule li .font-red {
	color: #ff1616;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	font-size: 1.1em;
}
.schedule .scheduleHead .time {
  width: 120px;
}
.schedule .scheduleHead .info {
	width: calc((100% - 420px) * 0.55);
}
.schedule .scheduleHead .info span {
	display: inline-block;
	margin-top: 1em;
}
.schedule .scheduleHead .info span:first-child {
	margin-top: 0;
}
.schedule .scheduleHead .info a {
	color: #fff;
	font-size: 0.9em;
}
.schedule .scheduleHead .info a.tel {
	font-size: 1em;
}

#schedule .schedule + .listDisc {
	margin-top: min(4vw, 32px);
}


.schedule {
  
}
.schedule .scheduleHead {
	border-bottom: #fff solid 1px;
	padding: 14px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.6;
}
.schedule .scheduleDate {
  width: 160px;
}
.schedule .scheduleDate > div {
  border-bottom: #fff solid 1px;
  display: flex;
}
.scheduleBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
	font-size: 18px;
}
.scheduleBody .scheduleInfo {
  display: flex;
  align-items: center;
  gap: min(6vw, 40px);
  width: calc(100% - 200px);
  font-size: 18px;
}
.scheduleBody .scheduleInfo .area {
	width: 64px;
}
.scheduleBody .scheduleInfo .time,
.scheduleBody .scheduleInfo .info {
  font-size: 14px;
}
*/

/*
@media screen and (min-width:881px) {
	.schedule li a {
		color: #fff;
		text-decoration: none;
	}
	.schedule li .time,
	.schedule li .info {
		font-size: 14px;
	}
}
*/

.schedule {
  border-bottom: #fff solid 1px;
  margin-bottom: min(6vw, 30px);
}
.schedule .scheduleHead {
  display: flex;
  border-bottom: #fff solid 1px;
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding-bottom: min(2vw, 10px);
}
.schedule .scheduleHead .day {
  width: 160px;
}
.schedule .scheduleHead .time {
  width: 140px;
}
.schedule .scheduleHead .area {
  width: 80px;
}
.schedule .scheduleHead .venue {
  width: 340px;
}

.schedule .scheduleBody {
  display: flex;
  justify-content: space-between;
}
.schedule .scheduleBody .scheduleDate {
  
}
.schedule .scheduleBody .scheduleDate > div {
  width: 270px;
  display: flex;
  align-items: center;
  border-bottom: #fff solid 1px;
}
.schedule .scheduleBody .scheduleDate > div:last-child {
  border-bottom: none;
}
.schedule .scheduleBody .scheduleDate .day {
  display: flex;
  align-items: center;
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: min(7.2vw, 38px);
  width: 160px;
}
.schedule .scheduleBody .scheduleDate .day span {
  display: inline-block;
  font-size: 0.4em;
  padding-top: 0.4em;
  margin-left: 1em;
}

.schedule .scheduleBody .scheduleInfo {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  font-size: 18px;
}
.schedule .scheduleBody .scheduleInfo .area {
  width: 80px;
}
.schedule .scheduleBody .scheduleInfo .venue {
  width: 340px;
}
.schedule .scheduleBody .scheduleInfo .info {
  font-size: 14px;
}


@media screen and (max-width:880px) {
  
  .spHead {
    display: block;
		font-size: min(4.2vw, 24px);
    margin-bottom: min(2vw, 10px);
  }
/*
  .schedule {
    margin-bottom: min(6vw, 30px);
  }
  .schedule li.scheduleHead {
    padding: 2vw 0;
	}
	.schedule li {
		position: relative;
		padding: 4vw 0;
		display: flex;
		font-size: min(3.6vw, 18px);
    text-align: left;
	}

	.schedule li .day {
		line-height: 1;
    width: 30%;
		font-size: min(7.4vw, 46px);
		z-index: 1;
	}
	.schedule li .day span {
		font-size: 0.62em;
    margin-left: 0.3em;
	}
	.schedule li .area,
	.schedule li .venue,
  .schedule li .info {
    display: none;
  }
	.schedule li .area,
	.schedule li .venue,
	.schedule li .time,
	.schedule li .info {
		width: 100%;
		position: relative;
		box-sizing: border-box;
    line-height: 1.6;
	}
	.schedule li .venue {
		font-size: min(4.2vw, 20px);
		font-weight: bold;
	}
	.schedule li .time,
	.schedule li .info {
		padding-top: 0.3em;
	}
	.schedule li .info {
		font-size: min(3.2vw, 16px);
	}

  .schedule li .time {
    width: 60%;
  }
	.schedule li .time::before {
		font-family: anton, sans-serif;
		font-weight: 400;
		font-style: normal;
		content: "OPEN / START";
		font-size: min(3vw, 16px);
		font-weight: normal;
		margin-right: 0.8em;
	}
  .schedule li.scheduleHead .time::before {
    display: none;
  }
*/
  
  .schedule .scheduleHead .area,
  .schedule .scheduleHead .venue,
  .schedule .scheduleHead .area,
  .schedule .scheduleHead .info {
    display: none;
  }
  
  .schedule .scheduleBody .scheduleDate,
  .schedule .scheduleBody .scheduleDate > div {
    width: 100%;
  }
  .schedule .scheduleBody .scheduleInfo {
    display: none;
  }
  
  .schedule .scheduleHead .day {
    width: 130px;
  }
  .schedule .scheduleBody .scheduleDate .day {
    width: 130px;
  }
  
  .spInfo {
    display: block;
    margin-bottom: min(6vw, 30px);
    background-color: #fff;
    color: #000;
  }
  .spInfo h4 {
    border-bottom: #000 solid 1px;
    padding: min(2vw, 10px) min(3vw, 15px);
  }
  .spInfo p {
    padding: min(3vw, 15px);
  }
  .spInfo a {
    color: #000;
    text-decoration: underline;
  }
  
}


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

	TICKET

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

#ticket h3 {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: min(5.3vw, 28px);
  letter-spacing: 0.08em;
	padding-bottom: min(3vw, 24px);
	border-bottom: #8ba7bb solid 1px;
	margin-bottom: min(3vw, 32px);
}
#ticket h4 {
	font-size: min(3.8vw, 18px);
	margin-bottom: min(3vw, 24px);
}
#ticket .infoWrap h4,
#ticket .ticketDetail h4 {
	margin-bottom: min(2vw, 16px);
}
#ticket .ticketAttention > h4 {
	text-align: center;
}
.ticketAttention {
	background-color: rgba(0,0,0,0.60);
	padding: min(5vw, 56px);
}
.ticketAttention p + p {
	margin-top: 1em;
}
.ticketAttention p + ul,
.ticketAttention ul + p {
	margin-top: 1.5em;
}
.ticketAttention .dashedPartition {
	padding-bottom: min(6vw, 40px);
	border-bottom: #8ba7bb dashed 1px;
	margin-bottom: min(6vw, 40px);
}
.ticketAttention .ticketBgWrap {
	background-color: rgba(191, 210, 236, 0.2);
	padding: min(4vw, 24px) min(4vw, 32px);
	margin-top: min(4vw, 40px);
}
.ticketAttention .ticketBgWrap h4 {
	text-align: center;
}
.ticketAttention .infoWrap {
	margin-top: min(6vw, 56px);
	border-top: #bfd2ec solid 1px;
	padding-top: min(4vw, 24px);
}
.ticketAttention .listSquare,
.ticketAttention .listAsterisk,
.ticketAttention .listDisk {
	font-size: min(3.4vw, 14px);
}
.ticketAttention .listSquare > li,
.ticketAttention .listAsterisk > li,
.ticketAttention .listDisk > li {
	line-height: 1.8;
}
.ticketAttention .btnWrap {
	margin-top: min(4vw, 32px);
}
.ticketAttention .btnWrap > a:nth-child(1) {
	background-color: #0356d2;
	color: #fff;
}
.ticketAttention .btnWrap > a:nth-child(2) {
	background-color: #fa4544;
	color: #fff;
}

.ticketAccordion {
	/* background: rgba(53, 34, 29, 0.8); */
	/* background-color: #08132e; */
	/* border-radius: min(2vw, 10px); */
	/* border: #fff solid 1px; */
	margin-top: min(4vw, 25px);
}
.ticketAccordion:nth-of-type(1) {
	margin-top: min(6vw, 64px);
}
.ticketAccordion:nth-last-of-type(1) {
	margin-bottom: min(6vw, 64px);
}
.ticketAccordion > dt {
	position: relative;
	background: #fff;
	color: #000;
	width: 100%;
	letter-spacing: 0.6px;
	display: block;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
	font-size: min(3.6vw, 17px);
	font-weight: bold;
	line-height: 1.5;
	padding: min(4vw, 32px);
	padding-right: min(9vw, 48px);
}
.ticketAccordion > dt .toggleBtn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ticketAccordion > dt .toggleBtn::before,
.ticketAccordion > dt .toggleBtn::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	right: min(4vw, 20px);
	background-color: #000;
	width: min(4vw, 20px);
	height: 2px;
	transition: all .4s;
}
.ticketAccordion > dt .toggleBtn::after {
	transform: rotate(90deg);
}
.ticketAccordion > dt.open .toggleBtn::after {
	transform: rotate(0deg);
}
.ticketAccordion > dt > .closeNote {
	display: inline-block;
	color: #ff3419;
}
.ticketAccordion > dd {
	background-color: rgba(0,0,0,0.60);
	padding: min(4vw, 32px);
	font-size: min(3.4vw, 16px);
}
.ticketAccordion > dd > .btnWrap {
	margin-top: min(6vw, 40px);
}
.ticketAccordion > dd > .btnWrap .btnNote {
	position: relative;
	border: #ff0000 solid 2px;
	border-radius: min(2vw, 16px);
	background-color: #fff;
	color: #000;
	font-size: min(3vw, 14px);
	padding: min(4vw, 24px);
	padding-left: min(14vw, 88px);
	margin: auto;
}
.ticketAccordion > dd > .btnWrap .btnNote .marker {
	font-size: min(3.4vw, 16px);
	font-weight: bold;
	background: linear-gradient(transparent 40%, #fff2cc 0%);
  display: inline;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}
.ticketAccordion > dd > .btnWrap .btnNote::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: min(2vw, 16px);
	transform: translateY(-50%);
	width: min(10vw, 60px);
	padding-top: min(8.778vw, 52.67px);
	background-image: url(../images/caution.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* .ticketAccordion > dd > .btnWrap > a {
	background-color: #c35849;
	border-radius: min(2vw, 10px);
} */
 .ticketAccordion > dd > .center {
	text-align: center;
}

.ticketAccordion > dt > .addBadge {
	margin-bottom: 0.4em;
}
.ticketAccordion > dt > .addBadge span {
	font-size: 0.75em;
	color: #08132e;
	background-color: #fff;
	padding: 0.4em 0.6em;
}

.ticketAccordion.closeWrap {
	background-color: #17181a;
}
.ticketAccordion.closeWrap > dt {
	color: #8f8f8f;
}
.ticketAccordion.closeWrap .ticketAccordion:nth-of-type(1) {
	margin-top: 0;
}
.ticketAccordion.closeWrap .ticketAccordion:nth-last-of-type(1) {
	margin-bottom: 0;
}
#ticket .ticketAccordion + .ticketAttention {
	margin-top: min(8vw, 80px);
}

.ticketDetail > div {
	display: flex;
	padding: min(4vw, 24px) 0;
	border-bottom: #8ba7bb solid 1px;
}
.ticketDetail > div:first-child {
	padding-top: 0;
}
.ticketDetail > div > dt {
	width: 230px;
}
.ticketDetail > div > dd {
	width: calc(100% - 230px);
}
.ticketDetail > div > dd > p + p,
.ticketDetail > div > dd > .partitionWrap p + p {
	margin-top: 1em;
}
.ticketDetail .partitionWrap {
	margin-top: min(3vw, 24px);
	border-top: #55504b8a solid 1px;
	padding-top: min(2.8vw, 20px);
}
.ticketDetail .listAsterisk.atten {
	font-size: min(3.4vw, 16px);
}
.ticketDetail .textBox + .listAsterisk {
	margin-top: min(6vw, 32px);
}
.ticketDetail .textBox + p {
	margin-top: min(6vw, 32px);
}
.ticketDetail .textBox + p a {
	display: inline-block;
	margin-top: 0.5em;
}
.ticketDetail .textBox > dt {
	background-color: #fa4544;
	padding: min(1.4vw, 10px) min(3vw, 18px);
	font-size: min(3.8vw, 18px);
	font-weight: bold;
	color: #fff;
	margin-top: min(4vw, 32px);
}
.ticketDetail .textBox > dd {
	background-color: #fff;
	padding: min(3vw, 16px) min(3vw, 18px);
	color: #111;
}
.ticketDetail .textBox > dd .ttl {
	font-weight: bold;
	margin-top: min(4vw, 14px);
}
.ticketDetail .textBox > dd .img {
	display: flex;
	gap: min(4vw, 20px);
	width: 80%;
	margin: min(4vw, 24px) auto 0;
}
.ticketDetail .textBox > dd .listDisk,
.ticketDetail .textBox > dd .listAsterisk {
	margin-top: 0;
}
.ticketDetail .textBox > dd .listAsterisk + p {
	margin-top: min(4vw, 32px);
}

@media screen and (max-width: 820px) {
	.ticketDetail > div {
		flex-direction: column;
	}
	.ticketDetail > div > dt {
		width: 100%;
		font-size: min(3.8vw, 18px);
		font-weight: bold;
		margin-bottom: 0.8em;
		text-align: center;
	}
	.ticketDetail > div > dd {
		width: 100%;
	}

	.ticketAccordion.closeWrap > dd {
		padding-top: min(4vw, 32px);
	}
  .ticketDetail .partitionWrap {
    border-top: #55504b8a dashed 1px;
  }

	.ticketDetail .textBox > dd .img {
		max-width: 360px;
		flex-direction: column;
	}
}


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

	GOODS

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

.goodsArea {
	background-color: rgba(0, 0, 0, 0.6);
	padding: min(5vw, 56px);
}
.goodsArea + .goodsArea {
	margin-top: min(6vw, 64px);
}
.goodsArea .goodsImg {
	max-width: 800px;
	margin: auto;
}
.goodsArea .goodsImg + .goodsImg {
	margin-top: min(4vw, 40px);
}
.goodsArea .listAsterisk {
	max-width: 800px;
	margin: auto;
	margin-top: min(2vw, 24px);
}
.goodsArea .btnWrap {
	margin-top: min(4vw, 40px);
}

.goodsArea h3 {
	font-size: min(5.2vw, 28px);
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: min(4vw, 32px);
}
.goodsArea .goodsNewsList {
	background-color: rgba(191, 210, 236, 0.2);
	padding: min(4vw, 24px) min(3vw, 32px);
}
.goodsArea .goodsNewsList > p {
	font-size: min(4.2vw, 20px);
	padding: min(4vw, 16px) 0;
	border-top: #8ba7bb solid 1px;
}
.goodsArea .goodsNewsList > p:first-child {
	padding-top: 0;
	border-top: none;
}
.goodsArea .goodsNewsList > p:last-child {
	padding-bottom: 0;
}

.goodsArea .special_txt {
  font-size: min(3.6vw, 16px);
  margin-bottom: min(4vw, 20px);
}
.goodsArea .goodsMap {
  margin-bottom: min(8vw, 60px);
}


/*======================================================

	CINEMA

========================================================*/

.cinemaWrap,
.streamingWrap {
	background-color: rgba(0, 0, 0, 0.6);
	padding: min(4vw, 56px);
}
.cinemaInfo {
	margin-top: min(8vw, 72px);
}
.cinemaInfo > div {
	display: flex;
	padding: min(4vw, 24px) 0;
	border-bottom: #616a80 solid 1px;
}
.cinemaInfo > div > dt {
	width: 230px;
}
.cinemaInfo > div > dd {
	width: calc(100% - 230px);
}

.streamingBnr {
	display: block;
	max-width: 720px;
	margin: min(4vw, 40px) auto 0;
}
.streamingTable + p {
	font-size: min(4vw, 22px);
	text-align: center;
	margin-top: min(4vw, 40px);
}
.cinemaWrap .btnWrap,
.streamingWrap .btnWrap {
	margin-top: min(6vw, 48px);
}


.cinemaWrap .cinemaComingSoon,
.streamingWrap .cinemaComingSoon {
	font-size: min(3.8vw, 18px);
	text-align: center;
	margin-top: min(10vw, 100px);
}

@media screen and (max-width:820px) {
	.cinemaWrap,
	.streamingWrap {
		padding-bottom: min(8vw, 56px);
	}
	.cinemaInfo > div {
		flex-direction: column;
	}
	.cinemaInfo > div > dt {
		width: 100%;
		font-size: min(3.8vw, 18px);
		font-weight: bold;
		margin-bottom: 0.4em;
	}
	.cinemaInfo > div > dd {
		width: 100%;
	}
	.streamingBnr {
		margin-bottom: min(2vw, 24px);
	}
}

.streamingTable li {
	border-bottom: #616a80 solid 1px;
	padding: 14px min(5vw, 56px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
.streamingTable li:first-child {
	margin-top: 0;
}
.streamingTable li.tableHead .day,
.streamingTable li.tableHead .venue,
.streamingTable li.tableHead .start {
	font-size: 12px;
	color: #616a80;
	text-align: center;
	font-weight: bold;
}
.streamingTable li .day {
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: min(2vw, 10px);
	font-size: min(7.4vw, 32px);
}
.streamingTable li .day span {
	font-size: 0.45em;
	padding-top: 0.4em;
}
.streamingTable li:not(.tableHead) .day {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.streamingTable li .venue {
	width: calc(100% / 3);
	font-weight: bold;
}
.streamingTable li .start {
	width: calc(100% / 3);
}
.streamingTable li .start span {
	font-size: 0.75em;
	margin-left: 1em;
}
@media screen and (max-width:820px) {

  .streamingTable li.tableHead {
		display: none;
	}
	.streamingTable li {
		padding: min(4vw, 40px) min(6vw, 80px);
		display: block;
		font-size: min(3.6vw, 18px);
    text-align: left;
	}
	.streamingTable li:nth-child(2) {
		margin-top: 0;
	}
	.streamingTable li .day,
	.streamingTable li .venue,
	.streamingTable li .start {
		width: 100%;
		padding: 0.5em 0 0.5em 20vw;
		position: relative;
		box-sizing: border-box;
    line-height: 1.6;
	}
	.streamingTable li .day {
    line-height: 1;
		justify-content: flex-start;
	}
	.streamingTable li .day::before,
	.streamingTable li .venue::before,
	.streamingTable li .start::before {
		display: inline-block;
		width: 28vw;
		font-size: min(3vw, 16px);
		font-weight: normal;
		position: absolute;
		top: 0.8em;
		left: 0;
	}
	.streamingTable li .day::before {
		content: "DAY";
		top: 2.2em;
		font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
	}
	.streamingTable li .venue::before {content: "VENUE";}
	.streamingTable li .start::before {content: "START";}
}


/*======================================================

	SPECIAL

========================================================*/
.specialWrap {
	background-color: rgba(0, 0, 0, 0.6);
	padding: min(4vw, 56px);
}
.specialWrap .partitionWrap {
	margin-top: min(8vw, 80px);
	border-top: #8ba7bb solid 1px;
	padding-top: min(8vw, 80px);
}
.specialWrap .discTxt {
	margin-bottom: min(6vw, 60px);
}
section .innerWrap .comingSoon {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: min(4.2vw, 24px);
	letter-spacing: 0.04em;
	padding: min(16vw, 160px) 0;
}

.specialWrap .specialContents {
	border-radius: min(2vw, 10px);
	border: #8ba7bb solid 1px;
	padding: min(4vw, 56px);
}
/* .specialWrap .specialContents.periodEnds {
	position: relative;
}
.specialWrap .specialContents.periodEnds::before {
	position: absolute;
	top: min(5vw, 50px);
	left: min(6vw, 80px);
	display: block;
	content: "実施終了";
	font-size: min(3.5vw, 22px);
	font-weight: bold;
	color: #08132e;
	background-color: #fff;
	padding: 0.4em 0.6em;
} */
.specialWrap .specialContents > div {
	max-width: 820px;
	margin: auto;
}
.specialWrap .specialContents + .specialContents {
	margin-top: min(6vw, 40px);
}
.specialWrap p {
	font-size: min(3.4vw, 16px);
}
.specialWrap p + p {
	margin-top: 1em;
}
.specialWrap .btnWrap + p {
	margin-top: 1em;
}
.specialWrap .flexBox + .listAsterisk,
.specialWrap .dlContain + .listAsterisk,
.specialWrap p + .listAsterisk,
.specialWrap .listAsterisk + p {
	margin-top: 1em;
}
.specialWrap h3 {
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(6.8vw, 40px);
	text-align: center;
	margin-bottom: min(0.4em);
}
.specialWrap h4 {
	font-size: min(3.8vw, 18px);
	margin-bottom: 0.8em;
}
.specialWrap h4 .note {
	font-size: 0.75em;
	font-weight: normal;
	margin-left: 0.5em;
}
.specialWrap p + h4,
.specialWrap .listAsterisk + h4,
.specialWrap .flexBox + h4,
.specialWrap dl + h4 {
	margin-top: 1.8em;
}
.specialWrap .specialLead {
	text-align: center;
	margin-bottom: min(4vw, 40px);
	font-size: min(3.4vw, 16px);
}
.specialWrap .specialLead span {
	display: block;
	font-weight: bold;
	font-size: min(4vw, 22px);
	margin-bottom: 0.4em;
}
.specialWrap .flexBox {
	background-color: rgba(191, 210, 236, 0.2);
	padding: min(4vw, 24px) min(3vw, 32px);
}
.specialWrap .flexBox > div {
	display: flex;
	font-size: min(4.2vw, 20px);
	padding: min(4vw, 16px) 0;
	border-top: #8ba7bb solid 1px;
}
.specialWrap .flexBox > div:first-child {
	padding-top: 0;
	border-top: none;
}
.specialWrap .flexBox > div:last-child {
	padding-bottom: 0;
}
.specialWrap .flexBox > div > dt {
	width: 11em;
	font-weight: bold;
}
.specialWrap .flexBox > div > dd {
	width: calc(100% - 11em);
}
.specialWrap .dlContain {
	background-color: rgba(191, 210, 236, 0.2);
	text-align: center;
	font-size: min(3.8vw, 20px);
	padding: min(4vw, 24px) min(3vw, 32px);
}
.specialWrap .dlContain > dt {
	font-weight: bold;
	border-bottom: #8ba7bb solid 1px;
	padding-bottom: min(2.5vw, 24px);
}
.specialWrap .dlContain > dd {
	padding-top: min(2.5vw, 24px);
}
.specialWrap .dlContain > dd:has(p) {
	display: flex;
}
.specialWrap .dlContain > dd p:has(+ p) {
	text-align: left;
	width: 140px;
}
.specialWrap .dlContain > dd p + p {
	text-align: left;
	width: calc(100% - 140px);
	margin-top: 0;
}
.specialWrap .dlContain > dd span.soldOut {
	position: relative;
	display: block;
	color: #8c8c8c;
}
.specialWrap .dlContain > dd span.soldOut::before {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-5deg); */
	display: inline-block;
	content: "SOLD OUT";
	font-size: 0.76em;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ea4025;
	margin-right: 1em;
	padding: 0 0.6em;
	white-space: nowrap;
}
.specialWrap .specialImg {
	margin-bottom: min(4vw, 40px);
}
.specialWrap .specialImg.border {
	border: #8ba7bb solid 1px;
}
.specialWrap .btnWrap + h4,
.specialWrap .btnWrap + .specialImg {
	margin-top: min(8vw, 80px);
}
.specialWrap .btnNote:has(+ .btnWrap) {
	margin-top: min(6vw, 48px);
	text-align: center;
	margin-bottom: 1em;
}
.specialWrap .btnNote + .btnWrap {
	margin-top: 0;
}
.specialWrap .btnWrap {
	margin-top: min(6vw, 48px);
}

@media screen and (max-width: 820px) {
	.specialWrap .specialContents.periodEnds::before {
		left: min(2.5vw, 80px);
		font-size: min(3.2vw, 22px);
	}
	.specialWrap .dlContain > dd:has(p) {
		flex-direction: column;
	}
	.specialWrap .dlContain > dd + dd {
		margin-top: min(4vw, 40px);
	}
	.specialWrap .dlContain > dd p:has(+ p) {
		font-weight: bold;
		text-align: center;
		width: 100%;
		margin-bottom: min(1vw, 10px);
	}
	.specialWrap .dlContain > dd p + p {
		width: 100%;
	}

	.specialWrap h4 .note {
		display: block;
    margin-left: 0;
	}

	.specialWrap .flexBox > div {
		flex-direction: column;
		text-align: center;
	}
	.specialWrap .flexBox > div > dt {
		width: 100%;
    margin-bottom: 0.4em;
	}
	.specialWrap .flexBox > div > dd {
		width: 100%;
	}
}


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

	Q&A

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


#faq h3 {
	text-align: center;
	/* color: #fff; */
	font-size: min(4.6vw, 24px);
	font-weight: 700;
	margin-bottom: min(6vw, 40px);
}
#faq .faqList + h3 {
	margin-top: min(10vw, 64px);
}
#faq .faqList > dt {
	position: relative;
	background-color: #fff;
	color: #000;
	padding: min(4vw, 28px) min(10vw, 80px) min(4vw, 28px) min(11vw, 80px);
	font-size: min(3.8vw, 18px);
	font-weight: bold;
	margin-top: min(5vw, 25px);
}
#faq .faqList > dt::before {
	content: "Q";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: min(3.5vw, 32px);
	font-size: min(5vw, 24px);
	font-weight: bold;
}
#faq .faqList > dt span::before,
#faq .faqList > dt span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	right: min(3.5vw, 32px);
	background-color: #000;
	width: min(4vw, 20px);
	height: 2px;
	transition: all .4s;
}
#faq .faqList > dt span::after {
	transform: rotate(90deg);
}
#faq .faqList > dt.open span::after {
	transform: rotate(0deg);
}
#faq .faqList > dd {
	display: none;
	padding: min(4vw, 28px) 0;
	background-color: rgba(0,0,0,0.60);
}
#faq .faqList > dd > div {
	position: relative;
	padding-top: 0.4em;
	padding-left: min(10vw, 80px);
	padding-right: min(4vw, 32px);
}
#faq .faqList > dd > div::before {
	position: absolute;
	top: 0;
	left: min(3.5vw, 32px);
	display: block;
	content: "A";
	color: #fff;
	font-size: min(5vw, 24px);
	font-weight: bold;
}
#faq .faqList > dd p + p {
	margin-top: 1em;
}

@media screen and (max-width:880px) {
	#faq .faqList > dt {
		line-height: 1.6;
	}
}