/* -------sns icon--------- */
@font-face {
	font-family: 'sns_icon';
	src: url('../font/sns_icon.eot?hf355k');
	src: url('../font/sns_icon.eot?hf355k#iefix') format('embedded-opentype'),
	url('../font/sns_icon.ttf?hf355k') format('truetype'),
	url('../font/sns_icon.woff?hf355k') format('woff'),
	url('../font/sns_icon.svg?hf355k#sns_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_icon' !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-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";}

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

	Common

//////////////////////////////////////////////////////////////////////////////// */
html {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
body {
	position: relative;
}
@keyframes bg {
	0%{background-position:0% 0%}
	50%{background-position:100% 100%}
	100%{background-position:0% 0%}
}
body::before,
body::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 120vh;
	height: 120svh;
}
body::before {
	background: linear-gradient(120deg, #0d99c8 40%, #e9c396 85%);
	background-size: 200% 200%;
	animation: bg 16s ease 0s infinite;
	z-index: -1;
}
body::after {
	background-image: url(../images/bk_noise.png);
	background-repeat: repeat;
	background-size: 200px;
    z-index: -1;
}

img {
	width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: #000;
}
section,
#bnrWrap {
	padding: 80px 0;
}
.gradientBg section > div {
	position: relative;
	margin: auto;
	max-width: 1400px;
}
section h2 {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	font-size: 56px;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #0089c2;
}
.gradientBg section h2 {
	color: #fff;
}
section h2 span {
	display: block;
	font-size: 0.3em;
	letter-spacing: 0.08em;
	color: #000;
}
section h2 span.update {
	color: #ff7500;
    font-size: 14px !important;
    border-radius: 40px;
    border: #ff7500 solid 1px;
    display: inline-block;
    padding: 4px 20px;
    margin-top: 10px;
}

.gradientBg section h2 span {
	color: #fff;
}
.gradientBg section.right h2 {
	left: 60px;
}
.gradientBg section.left h2 {
	right: 60px;
}
.contentWrap {
	padding: 0 64px;
}
#notice,
#fanclub,
#fanclub + #goods,
#bnrWrap {
	background-color: #fff;
}
#notice .contentWrap,
#fanclub .contentWrap,
#fanclub + #goods .contentWrap,
#bnrWrap .contentWrap {
	max-width: 1240px;
	margin: auto;
}
.gradientBg .contentWrap {
	background: #fff;
	border-radius: 10px;
	padding: 64px;
}

#ticket h4,
#notice h4 {
	margin: 40px 0 24px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	padding: 16px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}

ol > li,
ul > li {
	font-size: 14px;
}
ol > li a,
ul > li a {
	text-decoration: underline;
}
ol > li {
	margin-left: 1.2em;
	list-style: decimal;
}
.listDisk > li {
	margin-left: 1.2em;
	list-style: disc;
}
.listAasterisk {
	list-style: none;
	padding-left: 1.2em;
}
.listAasterisk > li {
	text-indent: -1.2em;
}
.listAasterisk > li:before {
	content: "※";
	margin-right: 0.2em;
}


.sponsors {
	display: flex;
    margin-top: 40px;
    padding-top: 30px;
    border-top: #fff solid 1px;
    justify-content: space-between;
}
.sponsors li {
	width: 32%;
    display: flex;
    flex-wrap: wrap;
}
.sponsors li:nth-child(1) {
	width: 26%;
}
.sponsors li:nth-child(2) {
	width: 32%;
}
.sponsors li:nth-child(3) {
	width: 39%;
}
.sponsors li h4 {
    width: 70px;
    font-size: 12px;
    line-height: 22px;
	margin-bottom: 10px;
}
.sponsors li p {
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 10px;
}


.lineMarker {
	/* background: linear-gradient(transparent 20%, #FFF101 20%); */
	background: linear-gradient(transparent 20%, #FFFF66 20%);
}

.comingSoon {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	text-align: center;
	padding: 60px 0;
}

.btnWrap {
  display: flex;
  justify-content: center;
}
.btnWrap a {
	display: block;
	border-radius: 6px;
	text-align: center;
  color: white;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
  padding: 16px;
  min-width: fit-content;
	width: 280px;
}

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

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

	.gradientBg section.right > div {
		padding: 0 60px 0 220px;
	}
	.gradientBg section.left > div {
		padding: 0 220px 0 60px;
	}
	.gradientBg section h2 {
		position: absolute;
		top: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 72px;
		text-align: left;
	}
}
@media screen and (max-width:880px) {
	body::before {
		background: linear-gradient(110deg, #0d99c8 40%, #e9c396 85%);
		background-size: 200% 200%;
		animation: bg 14s ease 0s infinite;
	}
	.pc {display: none;}

	#ticket h4,
	#notice h4 {
		margin: min(8vw, 40px) 0 min(4vw, 24px);
		padding: min(2vw, 16px);
		font-size: min(4.6vw, 18px);
	}

	section,
	#bnrWrap {
		padding: min(10vw, 80px) 0;
	}
	.gradientBg section > div {
		padding: 0 min(5vw, 64px);
	}
	section h2 {
		font-size: min(8.8vw, 56px);
	}
	.gradientBg section h2 {
		font-size: min(11vw, 56px);
		margin-bottom: min(5vw, 32px);
	}
	section h2 span {
		font-size: min(4.2vw, 20px);
		margin-top: min(0.5vw, 8px);
	}
	section h2 span.update {
		font-size: 12px !important;
	}
	.contentWrap {
		padding: 0 min(6vw, 64px);
	}
	.gradientBg .contentWrap {
		border-radius: 8px;
		padding: min(5vw, 64px);
	}

	ol > li,
	ul > li {
		font-size: min(3.8vw, 14px);
	}

	.comingSoon {
		font-size: min(5.2vw, 36px);
		padding: min(6vw, 60px) 0;
	}

	.btnWrap a {
		font-size: min(4.2vw, 16px);
		padding: min(3vw, 16px);
		width: 74vw;
	}

	.sponsors {
		display: block;
		margin-top: min(6vw, 40px);
		padding-top: min(5vw, 30px);
	}
	.sponsors li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.sponsors li:nth-child(1),
	.sponsors li:nth-child(2),
	.sponsors li:nth-child(3) {
		width: 100%;
	}
	.sponsors li + li {
		margin-top: 18px;
	}
	.sponsors li h4 {
		width: 75px;
		font-size: 12px;
		margin-bottom: 4px;
	}
	.sponsors li p {
		width: calc(100% - 75px);
		font-size: 14px;
		margin-bottom: 4px;
	}
}

/* ------- op --------- */
#op {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	animation: opBg 1s ease-out 1.8s forwards;
}
#op img {
	width: 30%;
	max-width: 200px;
	opacity: 0;
	animation: oplogo .6s ease-out .5s forwards;
}
@keyframes opBg {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes oplogo {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
/* ////////////////////////////////////////////////////////////////////////////////

	menu button

//////////////////////////////////////////////////////////////////////////////// */
header {
	position: relative;
	z-index: 2;
	opacity: 0;
	animation: op 1s ease-out 1.6s forwards;
}
.mainNav {
  display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.mainNav a {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.mainNav li {
	position: relative;
}
.mainNav li span {
    position: absolute;
    top: 78%;
    left: 50%;
    white-space: nowrap;
    color: #ff7500;
    font-size: 12px;
    font-weight: bold;
    transform: translateX(-50%);
    line-height: 1.4;
}

@media screen and (min-width:821px) {
	header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 24px 0;
		position: fixed;
		top: 0;
		left: 0;
		transition: all 0.4s;
	}
	header.on {
		background-color: #fff;
		padding: 16px 0;
	}
	header.on .mainNav a {
		color: #000;
	}
	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:820px) {
	header .hdrLogo {
		display: none;
	}
	#menuButton {
    display: block;
    width: 60px;
    height: 40px;
    position: fixed;
    top: 7vw;
    right: 0;
    z-index: 9999;
	}
	#menuButton span {
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
	}
	header.on #menuButton span {
    background: #000;
	}
	#menuButton.active span,
	#menuButton.mvOn span {
		background: #fff;
	}
	#menuButton span:first-child { top: 14px;}
	#menuButton span:last-child { bottom: 14px;}

	#menuButton.active span:first-child {
		transform: translateY(5px) rotate(45deg);
	}
	#menuButton.active span:last-child {
		transform: translateY(-5px) rotate(-45deg);
	}

	#globalNav {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	.navWrap {
		background: linear-gradient(150deg, #0d99c8 0%, #e9c396 90%);
		height: 100vh;
		width: 100vw;
	}
	.mainNav {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 90vh;
    height: 100svh;
		background: linear-gradient(150deg, #0d99c8 0%, #e9c396 90%);
	}
	.mainNav li span {
		top: 74%;
		font-size: 12px;
	}
	.mainNav a {
		font-size: 4vh;
		line-height: 2.2;
		letter-spacing: 0.1em;
	}
	.mainNav a.menuBroadcast {
		font-size: 2.4vh;
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	MainVisual

//////////////////////////////////////////////////////////////////////////////// */
.mainVisual {
	position: relative;
	width: 100vw;
	height: 100vh;
	color: #fff;
}
.mainVisual h1 {
	position: absolute;
	top: max(9vh, 84px);
	top: max(10svh, 84px);
	left: 4.8vw;
	z-index: 1;
	opacity: 0;
	animation: op 1s ease-out 1s forwards;
}
.mainVisual h1 img {
	width: 43.8vw;
}
.mainVisual h1 span {
	display: block;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 7.2vw;
	line-height: 1.1;
	margin-top: 1.4vw;
}
.mainVisual .cooperation {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	font-size: 0.16em;
	background-color: #fff;
	padding: 0.7em 1.4em 0.7em 1.6em;
	border-radius: 100px;
	color: #0089c2;
	/* vertical-align: super; */
	margin-left: 3vw;
	transform: translateY(-2em);
	margin-top: 0;
	letter-spacing: 0.04em;
}
.mainVisual .mainImg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85.7vw;
	height: 61.92vh;
	height: 68.8svh;
	opacity: 0;
	animation: op 1s ease-out 0.5s forwards;
}
.mainVisual .logo45th {
	display: inline-block;
	position: absolute;
	top: max(9vh, 84px);
	top: max(10svh, 84px);
	right: 4.8vw;
	width: 12vw;
	opacity: 0;
	animation: op 1s ease-out 1.6s forwards;
}
.scroll {
	position: absolute;
	left: 10vw;
	bottom: 0;
	width: 1px;
	height: 10vw;
	overflow: hidden;
}
.scroll::before {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	animation: scroll 1.4s linear infinite;
}
@keyframes scroll {
	0% { transform: translateY(-100%);}
	100% { transform: translateY(100%);}
}
@media screen and (min-width: 881px) {
	.mainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 880px) {
	.mainVisual {
		height: 175vw;
	}
	.mainVisual h1 {
		top: 32vw;
		left: 6vw;
	}
	.mainVisual h1 img {
		width: 88vw;
	}
	.mainVisual h1 span {
		font-size: 14.4vw;
		margin-top: 0.6vw;
	}
	.mainVisual .cooperation {
		border-radius: 4px;
    padding: 1em 0.1em 1em 0.8em;
    font-size: 0.2em;
    margin-left: 1.4em;
    transform: translateY(-1.5em);
		letter-spacing: 0.01em;
	}
	.mainVisual .mainImg {
		width: 100vw;
		height: auto;
		bottom: auto;
		top: 94vw;
	}
	.mainVisual .logo45th {
		top: 3vw;
		left: 6vw;
		right: auto;
		width: 24vw;
	}

	.scroll {
		left: 50vw;
		height: 10vw;
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	MainVisual_v2

//////////////////////////////////////////////////////////////////////////////// */
.mainVisual_v2 {
	position: relative;
	width: 100vw;
	height: 100vh;
	color: #fff;
	margin-bottom: 80px;
}
.mainVisual_v2 h1 {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40vw;
	opacity: 0;
	animation: op 1s ease-out 1s forwards;
}
.mainVisual_v2 h1.onBnr {
    width: 38vw;
}
.mainVisual_v2 .cooperation {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	position: absolute;
	left: 4vw;
	bottom: 40px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.04em;
	opacity: 0;
	animation: op 1s ease-out 1.6s forwards;
}
.mainVisual_v2 .mainImg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	height: 100svh;
	opacity: 0;
	animation: op 1s ease-out 0.5s forwards;
}
.mainVisual_v2 .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual_v2 .logo45th {
	display: inline-block;
	position: absolute;
	bottom: 40px;
	right: 4vw;
	width: 12vw;
	opacity: 0;
	animation: op 1s ease-out 1.6s forwards;
}
.mainVisual_v2 .scroll {
	position: absolute;
	left: 50%;
	bottom: -5vh;
	width: 1px;
	height: 10vw;
	overflow: hidden;
}
.mainVisual_v2 .scroll::before {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	animation: scroll 1.4s linear infinite;
}

.mvPlaylist {
	position: absolute;
	bottom: 90px;
	left: 4vw;
	width: 400px;
}
.mvPlaylist a {
    background-color: #ed6d00;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: min(4vw, 20px);
	border-radius: 6px;
}
.mvPlaylist a .img {
    width: 30%;
	line-height: 0;
}
.mvPlaylist a .txt {
	width: calc(70% - 20px);
	color: #fff;
    font-size: 14px;
}

@keyframes scroll {
	0% { transform: translateY(-100%);}
	100% { transform: translateY(100%);}
}
@media screen and (max-width: 880px) {
	.mainVisual_v2 {
		height: 90vh;
		height: 100svh;
	}
	.mainVisual_v2 h1 {
		width: 84vw;
		top: 46%;
	}
	.mainVisual_v2 h1.onBnr {
		width: 70vw;
		top: 43%;
	}
	.mainVisual_v2 .mainImg {
		height: 58.5vh;
		height: 65svh;
		bottom: 51%;
		transform: translateY(50%);
	}
	.mainVisual_v2 .cooperation {
    left: 4vw;
    bottom: 4vw;
		font-size: min(3.6vw, 16px);
    letter-spacing: 0.01em;
    line-height: 1.6;
	}
	.mainVisual_v2 .logo45th {
		top: 3vw;
		left: 6vw;
		right: auto;
		width: 24vw;
	}

	.mainVisual_v2 .scroll {
		bottom: 0;
		height: 9vh;
		height: 10svh;
	}
	
	.mvPlaylist {
		bottom: 75px;
		left: 5%;
		width: 90%;
	}
	.mvPlaylist a {
		padding: 2.5vw;
	}
	.mvPlaylist a .img {
		width: 22%;
	}
	.mvPlaylist a .txt {
		width: calc(75% - 3vw);
		font-size: 3vw;
	}
}

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

	INFO

//////////////////////////////////////////////////////////////////////////////// */
#info .contentWrap {
	position: relative;
	margin-bottom: 68px;
}
#info .infoList li {
	border-bottom: #a0c7d4 solid 1px;
	padding: 24px 0;
	display: flex;
	align-items: center;
}
#info .infoList li:first-child {
	padding-top: 0;
}
#info .infoList li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#info .infoList .date {
	width: 120px;
	font-size: 14px;
	color: #0089c2;
	width: 120px;
}
#info .infoList .infoTtl {
	width: calc(100% - 120px);
}
#info .infoList .infoTtl a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

#info .moreBtn {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	bottom: -68px;
	right: 0;
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
}
.moreBtn:hover {
	opacity: 1;
}
#info .moreBtn::after {
	content: "";
	background: url(../images/arrow.png) no-repeat left center;
	background-size: contain;
	display: inline-block;
	margin-left: 15px;
	width: 33px;
	height: 20px;
}
#info .moreBtn::before {
	content: "";
	display: block;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}

#info .playListLink {
	background-color: #ed6d00;
	padding: min(6vw, 20px) min(4vw, 20px);
    max-width: 840px;
	width: 88%;
	margin: min(24vw, 140px) auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#info .playListLink .img {
	width: 28%;
	line-height: 0;
}
#info .playListLink .txt {
	width: calc(72% - 20px);
	text-align: center;
    font-family: "dnp-shuei-mincho-pr6n", serif;
	font-size: min(4vw, 24px);
    color: #fff;
}
#info .playListLink .txt p {
	margin-bottom: min(3vw, 15px);
}
#info .playListLink .txt a {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: min(4vw, 20px);
	background: linear-gradient(120deg, #29a6c5 0%, #0089c2 70%);
	padding: min(2vw, 10px);
	border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: min(3.4vw, 18px);
	width: 100%;
    max-width: 400px;
	margin: 0 auto;
}
#info .playListLink .txt a::after {
	content: "";
	display: block;
	width: min(4vw, 20px);
	height: min(4vw, 20px);
	background: url("../images/ico_list_arrow_wh.png") no-repeat center center;
	background-size: contain;
}
@media screen and (min-width: 881px) {
	#info .infoList .infoTtl {
		cursor: pointer;
	}
	#info .moreBtn::before {
		width: 0%;
		left: 0;
		transition: all 0.3s ease-out;
	}
	#info .moreBtn:hover::before {
		width: 100%;
	}

}
@media screen and (max-width: 880px) {
	#info .contentWrap {
		margin-bottom: min(12vw, 68px);
	}
	#info .infoList li {
		padding: min(4vw, 24px) 0;
		display: block;
	}
	#info .infoList .date {
		width: 100%;
		font-size: min(3.4vw, 14px);
	}
	#info .infoList .infoTtl {
		width: 100%;
	}
	#info .infoList .infoTtl a {
		font-size: min(3.8vw, 14px);
		margin-bottom: min(2vw, 5px);
		line-height: 1.6;
		display: inline-block;
	}

	#info .moreBtn {
		bottom: max(-12vw, -68px);
		font-size: min(4.8vw, 25px);
	}
	.moreBtn:hover {
		opacity: 1;
	}
	#info .moreBtn::after {
    margin-left: min(3vw, 15px);
    width: min(6vw, 33px);
    height: min(4vw, 20px);
	}
	#info .moreBtn::before {
		width: 100%;
	}
	
	
	#info .playListLink {
		flex-direction: column;
	}
	#info .playListLink .img {
		width: 75%;
		margin-bottom: min(6vw, 30px);
	}
	#info .playListLink .txt {
		width: 100%;
	}
	
	#info .playListLink .txt a {
		padding: min(3vw, 15px) min(2vw, 10px);
	}
}

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

	SCHEDULE

//////////////////////////////////////////////////////////////////////////////// */
#schedule {
	position: relative;
	padding-bottom: min(calc(80px + 33vw), 512px);
}
#schedule::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100vw;
	height: min(52.66vw, 70%);
	background-image: url(../images/bg_schedule.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 15%;
}
#schedule .contentWrap {
	background-image: -moz-linear-gradient( 90deg, #29a6c5 0%, #0089c2 70%);
  background-image: -webkit-linear-gradient( 90deg, #29a6c5 0%, #0089c2 70%);
  background-image: -ms-linear-gradient( 90deg, #29a6c5 0%, #0089c2 70%);
	color: #fff;
}
#schedule .listAasterisk {
	margin-top: 1em;
}

.scheduleList > li {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: #fff solid 1px;
	padding: 24px 0;
}
.scheduleList > li:first-child {
	padding-top: 0;
}
.scheduleList .date {
	display: flex;
	align-items: center;
	font-size: 42px;
}
.scheduleList .date span {
	font-size: 32px;
}
.scheduleList .date span span {
	font-size: 28px;
}
.scheduleList .date .sold-out {
	display: inline-block;
	background-color: #ffddb5;
	color: #0089c2;
	font-size: 13px;
	padding: 0.2em 1em;
	margin: 0.5em 0 0 1em;
}
.scheduleList .time {
	font-size: 16px;
}

.accessWrap {
	margin-top: 56px;
	border-top: #fff solid 1px;
	padding-top: 24px;
}
.accessWrap p {
	font-size: 16px;
}
.accessWrap .venue {
	display: flex;
	align-items: center;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 24px;
}
.accessWrap .venue .small {
	font-size: 0.78em;
}
.accessWrap .venue .badge {
	display: inline-block;
	font-size: 0.72em;
	color: #0089c2;
	background-color: #fff;
	padding: 0 0.8em;
	margin-right: 1em;
}

.scheduleContact {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: #fff solid 2px;
	padding: 48px 40px;
}
.scheduleContact p:first-child {
	width: 300px;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
}
.scheduleContact p:last-child {
	width: calc(100% - 300px);
	font-size: 14px;
}
.scheduleContact p:last-child span {
	display: inline-block;
}
.scheduleContact p:last-child span:first-child {
	margin-right: 2em;
}
.scheduleContact a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 880px) {
	#schedule {
		padding-bottom: calc(min(10vw, 80px) + 40vw);
	}
	#schedule::before {
		bottom: min(10vw, 80px);
	}

	.scheduleList > li {
		display: flex;
		align-items: center;
	}
	.scheduleList .date {
		display: flex;
		align-items: center;
		font-size: min(8.5vw, 42px);
	}
	.scheduleList .date span {
		font-size: min(6.8vw, 32px);
	}
	.scheduleList .date span span {
		font-size: min(6vw, 28px);
	}
	.scheduleList .time {
		font-size: min(4.2vw, 16px);
	}

	.accessWrap {
		margin-top: min(10vw, 56px);
		padding-top: min(6vw, 24px);
	}
	.accessWrap p {
		font-size: min(4.2vw, 16px);
	}
	.accessWrap .venue {
		font-size: min(5.4vw, 32px);
		margin-bottom: min(4vw, 32px);
	}
	.accessWrap .venue .badge {
		padding: 0 0.8em;
		font-size: 0.65em;
	}
	.accessWrap .venue .small {
		font-size: 0.65em;
	}

	.scheduleContact {
		margin-top: 32px;
		display: block;
		padding: min(6vw, 48px) min(5vw, 40px);
	}
	.scheduleContact p:first-child {
		width: 100%;
		font-size: min(4.2vw, 16px);
		margin-bottom: min(2vw, 24px);
	}
	.scheduleContact p:last-child {
		width: 100%;
		font-size: min(3.8vw, 14px);
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	TICKET

//////////////////////////////////////////////////////////////////////////////// */
#ticket .listDisk.border {
	border: #ffddb5 solid 4px;
	padding: 44px 36px;
	margin-bottom: 40px;
}
#ticket p {
	font-size: 16px;
}
#ticket h3 {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	color: #0089c2;
	margin-bottom: 16px;
}
.ticketPrice {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 16px;
}
.ticketPrice > div {
	width: 48%;
	border: #0089c2 solid 2px;
}
.ticketPrice dt {
	background-image: -moz-linear-gradient( 120deg, #29a6c5 0%, #0089c2 70%);
  background-image: -webkit-linear-gradient( 120deg, #29a6c5 0%, #0089c2 70%);
  background-image: -ms-linear-gradient( 120deg, #29a6c5 0%, #0089c2 70%);
	color: #fff;
	font-size: 18px;
	padding: 8px 0;
}
.ticketPrice dd {
	color: #0089c2;
	font-size: 22px;
	padding: 16px 0;
}
.ticketPrice dd span {
	font-size: 32px;
}

.electronicTicket {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px auto 24px;
	max-width: 740px;
}
.electronicTicket .ticketImg {
	border: #000 solid 2px;
	width: 23%;
}

.l-ticketInfo {
	margin-top: 40px;
}
#ticket h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 28px 0 8px;
}
.l-ticketInfo p {
	font-size: 14px;
}
.l-ticketInfo a {
	font-size: 14px;
	text-decoration: underline;
}
.l-ticketInfo .listAasterisk {
	margin-top: 0.5em;
}
.LinkWrap {
	display: flex;
	justify-content: center;
}
.LinkWrap a {
	padding: 24px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
}
.LinkWrap a:first-child {
	background: #1f5fa8;
}
.LinkWrap a::before {
	content: "";
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 0;
}
.LinkWrap a:first-child::before {
	padding-top: 9%;
	background: url(../images/l_ticket.svg) no-repeat center center;
	background-size: auto 100%;
	margin-bottom: 2%;
}

.resaleImg {
	margin: 32px auto 24px;
	max-width: 680px;
}

@media screen and (max-width: 880px) {
	#ticket .listDisk.border {
		padding: min(5vw, 44px) min(4vw, 36px);
		margin-bottom: min(6vw, 40px);
	}
	#ticket p {
		font-size: min(4.2vw, 16px);
	}
	#ticket h3 {
		font-size: min(6.8vw, 32px);
		margin-bottom: min(2vw, 16px);
	}
	.ticketPrice {
		display: block;
		margin-bottom: min(3vw, 16px);
	}
	.ticketPrice > div {
		width: 100%;
		margin-top: min(4vw, 24px);
	}
	.ticketPrice > div:first-child {
		margin-top: 0;
	}
	.ticketPrice dt {
		font-size: min(4.6vw, 18px);
		padding: 8px 0;
	}
	.ticketPrice dd {
		font-size: min(5.4vw, 22px);
		padding: 16px 0;
	}
	.ticketPrice dd span {
		font-size: min(6.8vw, 32px);
	}

	.electronicTicket {
		margin: min(6vw, 40px) auto min(3vw, 24px);
	}
	.electronicTicket .ticketImg {
		width: 48%;
		margin-bottom: 4%;
	}
	.electronicTicket .ticketImg:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}

	.l-ticketInfo {
		margin-top: min(8vw, 40px);
	}
	#ticket h5 {
		font-size: min(4.2vw, 16px);
		margin: min(6vw, 28px) 0 min(2vw, 8px);
	}
	.l-ticketInfo p {
		font-size: min(3.8vw, 14px);
	}
	.l-ticketInfo a {
		font-size: min(3.8vw, 14px);
	}
	.LinkWrap a {
		padding: min(5vw, 24px) 0;
		width: 100%;
		max-width: 380px;
		font-size: min(3.8vw, 14px);
	}
	.LinkWrap a:first-child::before {
		margin-bottom: 4%;
	}

	.resaleWrap p + p {
		margin-top: 0.5em;
	}
	.resaleImg {
		margin: min(4vw, 32px) 0 min(4vw, 24px);
	}
}

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

	GOODS

//////////////////////////////////////////////////////////////////////////////// */
/* .gradientBg #goods .contentWrap {
	background-image: -moz-linear-gradient( 90deg, #29a6c5 0%, #0089c2 70%);
  background-image: -webkit-linear-gradient( 90deg, #29a6c5 0%, #0089c2 70%);
  background-image: -ms-linear-gradient( 90deg, #29a6c5 0%, #0089c2 70%);
	color: #fff;
} */
#goods .txtCatch {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 24px;
	line-height: 1.3;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	margin-top: 48px;
}
#goods .itemWrap {
	/* background-color: #fff;
	padding: 44px 36px; */
	margin-bottom: 32px;
	border: #000 solid 1px;
}
#goods p {
	font-size: 18px;
	margin-bottom: 1em;
}
#goods h4 {
	font-size: 20px;
	font-weight: normal;
}
#goods .txtBg {
	font-size: 20px;
	color: #fff;
	padding: 16px;
	background-color: #0089c2;
}
#goods .note {
	font-size: 14px;
}
#goods .btnWrap {
	margin-top: 40px;
}
#goods .btnWrap a {
	background-color: #0089c2;
	color: #fff;
}
#goods .btnWrap a span {
	font-size: 20px;
}

#goods .slick-dotted.slick-slider {
	margin-bottom: 60px;
}
#goods .slick-dots li {
    width: 10px;
    height: 10px;
	border-radius: 50%;
	overflow: hidden;
}
#goods .slick-dots li button {
	width: 100%;
	height: 100%;
	background-color: #66bcda;
}
#goods .slick-dots li.slick-active button {
	background-color: #fff;
}
#goods .slick-dots li button:before {
	display: none;
}


@media screen and (max-width: 880px) {
	#goods .txtCatch {
		font-size: min(5.8vw, 32px);
		margin-bottom: min(4vw, 24px);
		margin-top: min(6vw, 48px);
	}
	#goods .itemWrap {
		margin-bottom: min(5vw, 32px);
	}
	#goods p {
		font-size: min(4.2vw, 16px);
	}
	#goods h4 {
		font-size: min(4.6vw, 18px);
	}
	#goods .txtBg {
		font-size: min(4.6vw, 18px);
		padding: min(4vw, 20px);
	}
	#goods .note {
		font-size: min(3.8vw, 14px);
	}
	#goods .btnWrap {
		margin-top: min(6vw, 40px);
	}
	#goods .btnWrap a {
		line-height: 1.4;
	}
	#goods .btnWrap a span {
		font-size: min(5.4vw, 20px);
	}

	#goods .slick-dotted.slick-slider {
    	margin-bottom: min(10vw, 60px);
	}
	#goods .slick-dots li {
		width: 8px;
		height: 8px;
	}
}

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

	NOTICE

//////////////////////////////////////////////////////////////////////////////// */
#notice .borderWrap {
	border: #0089c2 solid 3px;
	padding: 44px 36px;
	margin-top: 16px;
}
#notice .borderWrap p:first-child {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0.3em;
}
#notice p {
	font-size: 16px;
}
#notice p:first-child {
	margin-top: 0;
}
#notice .listDisk + p {
	margin-top: 24px;
}
#notice h4 + p {
	margin-top: 0;
}
#notice .listDisk,
#notice .listAasterisk {
	margin-top: 1em;
}
#notice p + .listDisk,
#notice p + .listAasterisk {
	margin-top: 0.5em;
}
#notice .listDisk .btnWrap a,
#notice .listAasterisk .btnWrap a {
	background-color: #0d99c8;
	text-decoration: none;
	margin: 20px 0 32px;
}
@media screen and (max-width: 880px) {
	#notice .borderWrap {
		padding: min(5vw, 44px) min(4vw, 36px);
		margin-top: min(3vw, 16px);
	}
	#notice .borderWrap p:first-child {
		font-size: min(4.6vw, 18px);
	}
	#notice p {
		font-size: min(4.2vw, 16px);
	}
	#notice .listDisk + p {
		margin-top: min(4vw, 24px);
	}
	#notice .listDisk .btnWrap a,
	#notice .listAasterisk .btnWrap a {
		margin: min(2vw, 20px) 0 min(4vw, 32px);
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	FANCLUB

//////////////////////////////////////////////////////////////////////////////// */
#fanclub {
	text-align: center;
}
#fanclub .ouendanImg {
	width: 380px;
	margin: 56px auto 36px;
}
#fanclub p {
	font-size: 16px;
}
#fanclub .ttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0.5em;
}
#fanclub .note {
	font-size: 14px;
	margin-top: 0.5em;
}
#fanclub .bnrWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}
#fanclub .bnrWrap a,
#fanclub .bnrWrap span {
	padding: 32px 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
}
#fanclub .bnrWrap.blue {
	margin-bottom: 32px;
}
#fanclub .bnrWrap.blue a {
	background: #59c3e1;
}
#fanclub .bnrWrap.red a {
	background: #e72410;
}
#fanclub .bnrWrap span {
	background: #666;
}
#fanclub .partitionWrap {
	margin-top: 80px;
	border-top: #000 solid 1px;
	padding-top: 56px;
}
#fanclub .partitionWrap p {
	line-height: 1.8;
}
@media screen and (max-width: 880px) {
	#fanclub .ouendanImg {
		max-width: 380px;
		width: 70%;
		margin: min(8vw, 56px) auto min(5vw, 36px);
	}
	#fanclub p {
		font-size: min(4.2vw, 16px);
	}
	#fanclub .ttl {
		font-size: min(4.6vw, 18px);
	}
	#fanclub .note {
		font-size: min(3.8vw, 14px);
	}
	#fanclub .bnrWrap {
		margin-top: min(6vw, 32px);
	}
	#fanclub .bnrWrap a,
	#fanclub .bnrWrap span {
		padding: min(6vw, 32px) 3em;
		max-width: 380px;
		width: 100%;
		font-size: min(3.8vw, 14px);
	}
	#fanclub .bnrWrap.blue {
		margin-bottom: min(4vw, 24px);
	}
	#fanclub .partitionWrap {
		margin-top: min(14vw, 80px);
		padding-top: min(8vw, 56px);
	}
}

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

	CINEMA

//////////////////////////////////////////////////////////////////////////////// */
#cinema {
	background-color: #fff;
}
#cinema .decisionTxt {
	padding: 60px 0;
    font-size: 36px;
    text-align: center;
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: bold;
}
#cinema .btnWrap a {
    background-color: #0089c2;
    color: #fff;
}
@media screen and (max-width: 880px) {
	#cinema .decisionTxt {
		padding: min(10vw, 60px) 0;
		font-size: min(5.8vw, 36px);
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	Banner Wrap

//////////////////////////////////////////////////////////////////////////////// */
#bnrWrap {
	padding-bottom: 160px;
}
#bnrWrap .bnrImg {
	display: block;
	margin: auto;
	max-width: 580px;
}
@media screen and (max-width: 880px) {
	#bnrWrap {
		padding-bottom: min(20vw, 160px);
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
	background-color: #000;
	color: #fff;
	position: relative;
}
footer .ftrSns {
	display: flex;
	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;
}
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: 60px;
	display: block;
}
footer .ftrMain .copyWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
footer .ftrMain .copyWrap .logo {
	width: 20%;
	line-height: 0;
}
footer .ftrMain .copyWrap p {
	font-size: 12px;
	width: 60%;
	margin-left: 4%;
}
footer .ftrMain .copyright {
	font-size: 10px;
	margin-top: 40px;
	text-align: center;
}


footer .scrollTop {
	padding: 8px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
	background-color: rgba(00, 00, 00, 0.2);
	border-radius: 8px;
}
footer .scrollTop.on {
	visibility: visible;
  opacity: 1;
}
/* footer .scrollTop.active {
	background-color: rgba(255, 255, 255, 0.8);
} */
footer .scrollTop img {
	transform: rotate(0);
	transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
footer .scrollTop.floatAnime img {
	transform: rotate(180deg);
}

@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 {
		flex-direction: column-reverse;
		padding: min(12vw, 60px) min(6vw, 60px);
	}
	footer .ftrMain .copyWrap {
		width: 100%;
		display: block;
	}
	footer .ftrMain .copyWrap .logo {
		width: 70%;
		margin: 0 auto min(8vw, 30px);
	}
	footer .ftrMain .copyWrap p {
		font-size: min(3vw, 12px);
		width: 100%;
		margin: 0;
	}
	footer .ftrMain .copyright {
		font-size: min(2.6vw, 10px);
		margin-top: min(8vw, 30px);
	}


	footer .scrollTop {
		right: 3vw;
		bottom: 3vw;
		width: 11.8vw;
    height: 11.8vw;
	}

}


.opYT {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 9998;
}
.opYT .ytWrap {
    width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.opYT .ytWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.opYT .ytClose {
	position: absolute;
    bottom: 17px;
    left: 50%;
	transform: translateX(-50%);
    width: 40px;
    height: 40px;
	z-index: 10;
}

.opYT.close {
	transform: translateY(-100%);
}

@media screen and (min-width: 821px) {
	.opYT .opBnr a:hover {
		transform: perspective(1.1);
		opacity: 1;
	}
}
@media screen and (max-width: 820px) {
	
	.opYT .opBnr img {
    	transform: scale(1.5);
	}
	
}