@charset 'UTF-8';

*,input,textarea {
	font-family: 'ten-mincho-text', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	line-height: 1.7em;
}
html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
}
a {
	transition: .3s;
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: .7;
}

img  {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}

.notice {
	color: #F00;
}

#gNavi {
	position: fixed;
	top: 10px;
	left: 50%;
	width: 1078px;
	transform: translateX(-50%);
	z-index: 99;
	transition: .5s;
}
#gNavi button {
	display: none;
}
#gNavi ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 35px;
	box-shadow: 0 0 5px rgba(255, 255, 255, .75);
	background: rgba(255, 255, 255, .2);
	background: linear-gradient(90deg, rgba(255,110,50,.72) 0%, rgba(255,255,255,.72) 50%, rgba(80,0,180,0.72) 100%);
	overflow: hidden;
}
#gNavi ul li a {
	position: relative;
	display: grid;
	place-items: center center;
	width: 98px;
	height: 60px;
	padding-bottom: 5px;
	font-family: 'athelas', serif;
	font-weight: 700;
	font-style: normal;
	font-size: .75em;
	line-height: 1em;
	text-align: center;
}
#gNavi ul li a:hover {
	background-color: rgba(255, 255, 255, .4);
}
#gNavi ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: transparent;
}
#gNavi ul li.day a:before {
	background: #F7A147;
}
#gNavi ul li.night a:before {
	background: #8C52CD;
}
#gNavi ul li + li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	transform: translateY(-50%);
}
#gNavi ul li.day + li.day a:after,
#gNavi ul li.night + li.night a:after {
	height: 50%;
}

header {
	position: relative;
	height: 100%;
	min-height: 550px;
}
header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300%;
	background: url(../img/bg_top.png) top center / 1920px auto repeat-y;
	z-index: -10;
}
header .movie_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 200;
	text-align: center;
	overflow: hidden;
}
header .movie_wrapper #logoMovie,
header h1,
header h3 {
	position: absolute;
	width: 100%;
}
header .movie_wrapper #logoMovie,
header h1 {
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
header .movie_wrapper #logoMovie {
	max-width: 100%;
	width: 950px;
	height: 233px;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%,-50%);
}
header h3 {
	bottom: 30px;
	text-align: center;
}
header h3 img {
	width: 218px;
}

#main > div {
	margin: 75px auto;
}

#main > div h2 {
	position: relative;
	width: 800px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/title_about.svg) top center / 800px auto no-repeat;
}
#main #attention h2 {
	width: 370px;
	height: auto;
	margin: 60px auto;
	padding: 32px 0;
	background: rgba(0, 0, 0, .5);
	font-size: 50px;
	color: #FFF;
}
#main > div h2 span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'athelas', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 44px;
}
#main > #SecretNight h2 span {
	color: #FFF;
}

#main #about {
	width: 1088px;
}
#main #about .inner {
	padding: 65px 0;
	background: rgba(255, 255, 255, .5);
}
#main #about .inner p {
	margin: 75px auto;
	text-align: center;
	font-size: 20px;
}

#main .schedule {
	position: relative;
}
#main .schedule#ShinyDay:before {
	content: '';
	position: absolute;
	top: -600px;
	left: 50%;
	width: 1920px;
	height: 1800px;
	background: url(../img/bg_orange_gradation.png) center top / auto 100%;
	transform: translateX(-50%);
	z-index: -5;
}
#main .schedule#ShinyDay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: calc(1061px + 50px);
	background: url(../img/bg_orange1.png) center 50px / 100% no-repeat;
	transform: translateX(-50%);
	z-index: -5;
}
#main .schedule#ShinyDay .box_inner {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#main .schedule#ShinyDay .box_inner:before {
	content: '';
	position: absolute;
	bottom: -720px;
	left: 50%;
	width: 1920px;
	height: 1235px;
	background: url(../img/bg_orange3.png) center top / 100%;
	transform: translateX(-50%);
	z-index: -1;
}
#main .schedule#ShinyDay .box_inner:after {
	content: '';
	position: absolute;
	top: 1111px;
	width: 1920px;
	height: calc(100% - 1141px);
	background: url(../img/bg_orange2.png) top center / 100% repeat-y;
	z-index: -5;
	left: 50%;
	transform: translateX(-50%);
}
#main .schedule#SecretNight {
	margin-top: 620px;
}
#main .schedule#SecretNight:after {
	content: '';
	position: absolute;
	top: -800px;
	left: 50%;
	width: 1920px;
	height: 1800px;
	background: url(../img/bg_blue_gradation.png) center top / auto 100%;
	transform: translateX(-50%);
	z-index: -5;
}
#main .schedule#SecretNight:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 1064px;
	background: url(../img/bg_blue1.svg) center top / 100% no-repeat;
	transform: translateX(-50%);
}
#main .schedule#SecretNight .box_inner {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 200px;
}
#main .schedule#SecretNight .box_inner:after {
	content: '';
	position: absolute;
	top: 1063px;
	width: 1920px;
	height: calc(100% - 1141px);
	background: url(../img/bg_blue2.png) top center / 100% repeat-y;
	z-index: -5;
	left: 50%;
	transform: translateX(-50%);
}
#main .schedule .h1_bg {
	position: absolute;
	width: 1920px;
	max-width: 100%;
	height: 61vw;
	max-height: 975px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	overflow-x: hidden;
	z-index: 1;
}
#main .schedule .h1_bg ul li {
	position: relative;
}
#main .schedule .h1_bg ul li img {
	position: absolute;
	left: 50%;
	width: 538px;
	user-select: none;
}
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(1) img { transform: translate(calc( 0 * 32% - 50%), 30%); z-index: 8; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(2) img { transform: translate(calc(-2 * 32% - 50%), 30%); z-index: 7; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(3) img { transform: translate(calc( 2 * 32% - 50%), 30%); z-index: 9; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(4) img { transform: translate(calc( 4 * 32% - 50%), 20%); z-index: 6; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(5) img { transform: translate(calc(-4 * 32% - 50%), 15%); z-index: 5; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(6) img { transform: translate(calc(-1 * 31% - 50%),  2%); z-index: 4; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(7) img { transform: translate(calc( 1 * 31% - 50%),  2%); z-index: 3; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(8) img { transform: translate(calc(-3 * 28% - 50%),  5%); z-index: 2; }
#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(9) img { transform: translate(calc( 3 * 28% - 50%),   0); z-index: 1; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(1) img { transform: translate(calc( 0 * 32% - 50%), 30%); z-index: 9; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(2) img { transform: translate(calc( 2 * 32% - 50%), 30%); z-index: 7; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(3) img { transform: translate(calc(-2 * 32% - 50%), 30%); z-index: 8; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(4) img { transform: translate(calc( 4 * 32% - 50%), 20%); z-index: 6; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(5) img { transform: translate(calc(-4 * 32% - 50%), 15%); z-index: 5; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(6) img { transform: translate(calc( 1 * 40% - 50%),   0); z-index: 3; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(7) img { transform: translate(calc(-1 * 35% - 50%),  2%); z-index: 4; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(8) img { transform: translate(calc(-3 * 30% - 50%),   0); z-index: 2; }
#main .schedule#SecretNight .h1_bg ul li:nth-of-type(9) img { transform: translate(calc( 3 * 30% - 50%),  6%); z-index: 1; }
#main .schedule h1 {
	position: relative;
	width: 950px;
	margin: 200px auto 100px;
	text-align: center;
	z-index: 2;
}
#main .schedule .h1_bg + h1 {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
#main .schedule#ShinyDay .h1_bg + h1 {
	padding: 700px 0 100px;
}
#main .schedule#SecretNight .h1_bg + h1 {
	padding: 700px 0 100px;
}
#main .schedule .h1_bg + h1 img {
	width: 950px;
	max-width: 86.3636vw;
	filter:
		drop-shadow(0 0  3px rgba(255, 255, 255, .75))
		drop-shadow(0 0  3px rgba(255, 255, 255, .75))
		drop-shadow(0 0 10px rgba(255, 255, 255, .75))
		drop-shadow(0 0 10px rgba(255, 255, 255, .75))
		drop-shadow(0 0 20px rgba(255, 255, 255, .75))
		drop-shadow(0 0 20px rgba(255, 255, 255, .75))
	;
}
#main .schedule#SecretNight h1 {
	padding-top: 70px;
}
#main .schedule .about {
	position: relative;
	width: 536px;
	margin: 100px auto;
}
#main .schedule .about .inner {
	padding: 40px 0;
}
#main .schedule#ShinyDay    .about .inner { background: rgba(255, 255, 255, .5); }
#main .schedule#SecretNight .about .inner { background: rgba(  0,   0,   0, .5); }
#main .schedule .about .inner li {
	text-align: center;
}
#main .schedule .about .inner li + li {
	margin-top: 20px;
}
#main .schedule#SecretNight .about .inner li,
#main .schedule#SecretNight .about .inner li dt,
#main .schedule#SecretNight .about .inner li dd a {
	color: #FFF;
}
#main .schedule .about .inner li img {
	width: 54px;
	padding-bottom: 5px;
}
#main .schedule .about .inner li dl {
	display: flex;
	flex-wrap: wrap;
	width: 350px;
	margin: 0 auto;
	text-align: left;
}
#main .schedule .about .inner li dl dt {
	width: 50px;
}
#main .schedule .about .inner li dl dd {
	position: relative;
	width: 300px;
	padding-left: 62px;
	background: url(../img/arrow_w1.svg) 20px center / 32px auto no-repeat;
}
#main .schedule .about .inner li dl dd a:hover {
	opacity: 1;
}
#main .schedule .about .inner li dl dd span {
	padding: 0 10px;
}

#main .schedule .about .inner li dl dd a,
#main .schedule .about .inner li dl dd a span {
	position: relative;
}
#main .schedule .about .inner li dl dd a:before,
#main .schedule .about .inner li dl dd a:after,
#main .schedule .about .inner li dl dd a span:before,
#main .schedule .about .inner li dl dd a span:after {
	content: '';
	position: absolute;
	transition: all 0.2s linear;
}
#main .schedule#ShinyDay .about .inner li dl dd a:before,
#main .schedule#ShinyDay .about .inner li dl dd a:after,
#main .schedule#ShinyDay .about .inner li dl dd a span:before,
#main .schedule#ShinyDay .about .inner li dl dd a span:after {
	background: #000;
}
#main .schedule#SecretNight .about .inner li dl dd a:before,
#main .schedule#SecretNight .about .inner li dl dd a:after,
#main .schedule#SecretNight .about .inner li dl dd a span:before,
#main .schedule#SecretNight .about .inner li dl dd a span:after {
	background: #FFF;
}
#main .schedule .about .inner li dl dd a:before,
#main .schedule .about .inner li dl dd a:after      { width:   0; height: 1px; }
#main .schedule .about .inner li dl dd a span:before,
#main .schedule .about .inner li dl dd a span:after { width: 1px; height:   0; }
#main .schedule .about .inner li dl dd a:before      { right: 0; bottom: 0; }
#main .schedule .about .inner li dl dd a:after       { left:  0; top:    0; }
#main .schedule .about .inner li dl dd a span:before { left:  0; bottom: 0; }
#main .schedule .about .inner li dl dd a span:after  { right: 0; top:    0; }
#main .schedule .about .inner li dl dd a:hover:before,
#main .schedule .about .inner li dl dd a:hover:after      { width:  100%; }
#main .schedule .about .inner li dl dd a:hover span:before,
#main .schedule .about .inner li dl dd a:hover span:after { height: 100%; }
#main .schedule .about .inner li dl dd a:hover:after       { transition-delay:   0; }
#main .schedule .about .inner li dl dd a:hover span:after  { transition-delay: .2s; }
#main .schedule .about .inner li dl dd a:hover:before      { transition-delay: .4s; }
#main .schedule .about .inner li dl dd a:hover span:before { transition-delay: .6s; }

#main .schedule#SecretNight .about .inner li dl dd {
	background-image: url(../img/arrow_w2.svg);
}

#main .schedule .schedule_inner {
	width: 1088px;
	margin: 0 auto;
	padding: 32px 0 70px;
	background: rgba(255, 255, 255, .5);
	position: relative;
}
#main .schedule#SecretNight .schedule_inner {
	background: rgba(0, 0, 0, .5);
}
#main .schedule .schedule_inner h2 {
	margin-bottom: 40px;
}
#main .schedule .schedule_inner .cast ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 951px;
	max-width: 95vw;
	margin: 0 auto;
}
#main .schedule .schedule_inner .cast ul li {
	position: relative;
}
#main .schedule#SecretNight .schedule_inner .cast ul li .name {
	color: #FFF;
}
#main .schedule .schedule_inner .cast ul li a {
	position: relative;
	display: block;
	width: 276px;
	margin: 38px auto;
	text-align: center;
}
#main .schedule .schedule_inner .cast ul li a:hover {
	opacity: 1;
}
#main .schedule .schedule_inner .cast ul li a img {
	border: 2px solid #B19552;
	outline: 7px solid #B19552;
	outline-offset: -7px;
	transition: .3s;
}
#main .schedule .schedule_inner .cast ul li a .name {
	font-size: .8em;
}
#main .schedule .schedule_inner .cast ul li a.blur {
	transform: scale(0.9);
}
#main .schedule .schedule_inner .cast ul li a.blur img {
	transition: filter .3s;
}
#main .schedule .schedule_inner .cast ul li a.active {
	transform: scale(1.1);
	z-index: 50;
}
#main .schedule .schedule_inner .cast ul li a.active img {
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#main .schedule#SecretNight .schedule_inner .cast ul li a.active img {
	box-shadow: 0 0 15px rgba(255,255,255,0.4);
}

#main .schedule .schedule_inner .ticket {
	position: relative;
}
#main .schedule .schedule_inner .ticket .list li {
	position: relative;
	width: 950px;
	height: 250px;
	margin: 25px auto;
	padding-top: 20px;
	background: top left / 100% no-repeat;
}
#main .schedule .schedule_inner .ticket .list li > span,
#main .schedule .schedule_inner .ticket .list li > a {
	display: block;
	width: 100%;
	height: 100%;
}
#main .schedule#ShinyDay    .schedule_inner .ticket .list li.live.premium      { background-image: url(../img/ticket_day_live_premium.png); }
#main .schedule#ShinyDay    .schedule_inner .ticket .list li.live.general      { background-image: url(../img/ticket_day_live_general.png); }
#main .schedule#ShinyDay    .schedule_inner .ticket .list li.streaming.premium { background-image: url(../img/ticket_day_streaming_premium.png); }
#main .schedule#ShinyDay    .schedule_inner .ticket .list li.streaming.general { background-image: url(../img/ticket_day_streaming_general.png); }
#main .schedule#SecretNight .schedule_inner .ticket .list li.live.premium      { background-image: url(../img/ticket_night_live_premium.png); }
#main .schedule#SecretNight .schedule_inner .ticket .list li.live.general      { background-image: url(../img/ticket_night_live_general.png); }
#main .schedule#SecretNight .schedule_inner .ticket .list li.streaming.premium { background-image: url(../img/ticket_night_streaming_premium.png); }
#main .schedule#SecretNight .schedule_inner .ticket .list li.streaming.general { background-image: url(../img/ticket_night_streaming_general.png); }
#main .schedule .schedule_inner .ticket .list li.end:after,
#main .schedule .schedule_inner .ticket .list li.before:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .schedule .schedule_inner .ticket .list li.before:after {
	background: url(../img/ticket_before.png) top left / 100% no-repeat;
}
#main .schedule .schedule_inner .ticket .list li.end:after {
	background: url(../img/ticket_end.png) top left / 100% no-repeat;
}
#main .schedule .schedule_inner .ticket .list li .inner {
	position: absolute;
	top: 50%;
	left: 130px;
	margin: 10px auto;
	transform: translateY(-50%);
	line-height: 2em;
	font-size: 1.2em;
}
#main .schedule .schedule_inner .ticket .list li .inner .pre,
#main .schedule .schedule_inner .ticket .list li .inner .title,
#main .schedule .schedule_inner .ticket .list li .inner .body {
	display: inline-block;
	vertical-align: middle;
}
#main .schedule .schedule_inner .ticket .list li .inner .body {
	position: relative;
}
#main .schedule .schedule_inner .ticket .list li .inner .body:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 72px;
	height: 40.8px;
	background: url(../img/arrow_o1.svg) 20px center / auto 32px no-repeat;
}
#main .schedule .schedule_inner .ticket .list li.streaming .inner .body:before {
	background-image: url(../img/arrow_o2.svg);
}
#main .schedule#SecretNight .schedule_inner .ticket .list li .inner .body:before {
	background-image: url(../img/arrow_b1.svg);
}
#main .schedule#SecretNight .schedule_inner .ticket .list li.streaming .inner .body:before {
	background-image: url(../img/arrow_b2.svg);
}
#main .schedule .schedule_inner .ticket .special {
	width: 960px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
}
#main .schedule .schedule_inner .ticket .special li {
	width: 310px;
	margin: 0 5px 30px;
}
#main .schedule .schedule_inner .ticket .special li h3 {
	position: relative;
	margin-bottom: 45px;
	padding: 15px 0;
	border-top: 1px solid #B19552;
}
#main .schedule#SecretNight .schedule_inner .ticket .special li h3 {
	color: #FFF;
}
#main .schedule .schedule_inner .ticket .special li h3:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 35px;
	padding-right: 5px;
	bottom: 3px;
	background: url(../img/icon_star.png) 2px center / contain no-repeat;
}
#main .schedule .schedule_inner .ticket .special li h3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 47px;
	background: url(../img/title_bottom.png) left bottom / auto 100% no-repeat;
}
#main .schedule .schedule_inner .ticket .special li .detail dl dt span {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 60px;
	margin: 15px 0;
	border: 1px solid #B19552;
	box-shadow: 8px 8px 0 #B19552;
	line-height: 1.5em;
	font-size: 18px;
}
#main .schedule#SecretNight .schedule_inner .ticket .special li .detail dl dt span,
#main .schedule#SecretNight .schedule_inner .ticket .special li .detail dl dd {
	color: #FFF;
}
#main .schedule .schedule_inner .ticket .special li .detail dl dt span:before,
#main .schedule .schedule_inner .ticket .special li .detail dl dt span:after {
	position: absolute;
	content: '';
	border: 8px solid transparent;
}
#main .schedule .schedule_inner .ticket .special li .detail dl dt span:before {
	bottom: -17px;
	left: -1px;
	width: 0;
	height: 0;
	border-top-color: #B19552;
}
#main .schedule .schedule_inner .ticket .special li .detail dl dt span:after {
	right: -17px;
	top: -1px;
	width: 0;
	height: 0;
	border-left-color: #B19552;
}
#main .schedule .schedule_inner .ticket .special h3,
#main .schedule .schedule_inner .ticket .special dt,
#main .schedule .schedule_inner .ticket .special dd,
#main .schedule .schedule_inner .ticket .special dd span {
	font-size: 20px;
}
#main .schedule .schedule_inner .ticket .to_spwn .inner {
	width: 540px;
	margin: 50px auto;
	padding: 40px;
	text-align: center;
	background: #FF9400;
	color: #FFF;
}
#main .schedule .schedule_inner .ticket .to_spwn.streaming .inner {
	background: #FFD342;
}
#main .schedule#SecretNight .schedule_inner .ticket .to_spwn .inner {
	background: #6E3EFF;
}
#main .schedule#SecretNight .schedule_inner .ticket .to_spwn.streaming .inner {
	background: #8C9CFF;
}
#main .schedule .schedule_inner .ticket .to_spwn .inner img {
	width: 234px;
	height: 71px;
}

#main .schedule .schedule_inner .goods ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 951px;
	margin: 0 auto;
}
#main .schedule .schedule_inner .goods ul li {
	width: 309px;
	padding-bottom: 25px;
	text-align: center;
}
#main .schedule .schedule_inner .goods ul li img {
	height: 309px;
	object-fit: contain;
}
#main .schedule .schedule_inner .goods ul li.large img {
	height: auto;
}
#main .schedule .schedule_inner .goods ul li .title {
	line-height: 41px;
	background: #FF8400;
	color: #FFF;
}
#main .schedule#SecretNight .schedule_inner .goods ul li .title {
	background: #6E3EFF;
}
#main .schedule#SecretNight .schedule_inner .goods ul li.add,
#main .schedule#SecretNight .schedule_inner .goods ul li .price {
	color: #FFF;
}
#main .schedule .schedule_inner .goods ul li.soon,
#main .schedule .schedule_inner .goods ul li.add,
#main .schedule .schedule_inner .goods ul li.large {
	width: 100%;
	font-size: 40px;
}
#main .schedule#SecretNight .schedule_inner .goods ul li.soon {
	color: #FFF;
}
#main .schedule .schedule_inner .goods ul li.large a {
	display: inline-block;
	margin: 20px 0 40px;
	padding: 20px 30px;
	background: #FF8400;
	color: #FFF;
	border-radius: 30px;
}
#main .schedule#SecretNight .schedule_inner .goods ul li.large a {
	background: #8C9CFF;
}
#main .schedule .schedule_inner .goods ul li.add {
	font-size: 24px;
	text-align: right;
}
#main .schedule .box_inner .bg {
	position: absolute;
	top: 900px;
	left: 50%;
	width: 1920px;
	height: calc(100% - 900px);
	background: center top / 100%;
	transform: translateX(-50%);
	z-index: -1;
}
#main .schedule#ShinyDay    .box_inner .bg { background-image: url(../img/bg_day2.png); }
#main .schedule#SecretNight .box_inner .bg { background-image: url(../img/bg_night2.png); }
#main .schedule .box_inner .bg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: center 500px / 100%;
}
#main .schedule#ShinyDay    .box_inner .bg:before { background-image: url(../img/bg_day1.png); }
#main .schedule#SecretNight .box_inner .bg:before { background-image: url(../img/bg_night1.png); }
#main .schedule .box_inner .gradation {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 100%;
	background-position: center top;
	z-index: -1;
	transform: translateX(-50%);
}
#main .schedule .box_inner .gradation:before,
#main .schedule .box_inner .gradation:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: 100%;
}
#main .schedule#ShinyDay .box_inner .gradation:before {
	top: calc(1061px + 50px - 250px);
	height: 250px;
	background-image: url(../img/bg_orange2_top.png);
}
#main .schedule#ShinyDay .box_inner .gradation:after {
	bottom: 0;
	height: 180px;
	background-image: url(../img/bg_orange3_top.png);
}
#main .schedule#SecretNight .box_inner .gradation:before {
	top: 1063px;
	height: 100px;
	background-image: url(../img/bg_blue2_top.png);
}
#main .schedule#SecretNight .box_inner .gradation:after {
	bottom: 0;
	height: 180px;
	background-image: url(../img/bg_blue3_top.png);
}
#main .schedule #twinkle_day,
#main .schedule #twinkle_night {
	position: absolute;
	overflow: hidden;
	width: 100%;
	user-select: none;
}
#main .schedule #twinkle_day {
	top: 0;
	height: 850px;
	z-index: -5;
}
#main .schedule #twinkle_night {
	top: -650px;
	height: 1400px;
	z-index: -3;
}

#main #attention {
	position: relative;
	max-width: 1920px;
	margin-bottom: 0;
	padding-bottom: 75px;
	background: url(../img/bg_blue2.png) top center / 1920px auto no-repeat;
}
#main #attention .inner {
	width: 1088px;
	margin: 0 auto;
}
#main #attention:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: -525px;
	width: 100%;
	height: 525px;
	background: url(../img/bg_blue3.png) bottom center / 1920px auto no-repeat;
	z-index: -2;
}
#main #attention * {
	color: #FFF;
}
#main #attention h3 {
	margin: 30px auto 10px;
	font-size: 16px;
}
#main #attention ul li:not(.noList) {
	margin-left: 3em;
	list-style: disc;
}
#main #attention *:not(h2,h3) {
	font-size: 12px;
}
#main #attention a {
	text-decoration: underline;
}

footer {
	max-width: 1920px;
	margin: 0 auto;
	padding: 50px 0;
	background: #000;
	text-align: center;
}
footer .sns {
	width: 75px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer a,
footer p {
	color: #FFF;
}

.shine {
	position: fixed;
	z-index: 150;
	animation: shine 1s ease-out 0s forwards;
	pointer-events: none;
}
.shine:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: center / contain no-repeat;
}
.shine.t1:before { background-image: url(../img/twinkle_001.png) }
.shine.t2:before { background-image: url(../img/twinkle_002.png) }
.shine.t3:before { background-image: url(../img/twinkle_003.png) }
.shine.t4:before { background-image: url(../img/twinkle_004.png) }

@keyframes shine {
	  0% { transform: translateY(   0) rotate( 10deg); width: 25px; height: 25px; }
	100% { transform: translateY(50px) rotate(-10deg); width:    0; height:    0; }
}

@media screen and (max-width: 1600px) {
	#main .schedule .h1_bg ul li img {
		width: 33.6vw;
	}
	#main .schedule#ShinyDay .h1_bg + h1 {
		padding: 43.75vw 0 6.25vw;
	}
	#main .schedule#SecretNight .h1_bg + h1 {
		padding: 43.75vw 0 6.25vw;
	}
}

@media screen and (max-width: 1100px) {
	*,input,textarea {
		font-size: 2.1818vw;
	}
	#gNavi {
		top: 0.909vw;
		width: 98vw;
	}
	#gNavi ul {
		border-radius: 3.1818vw;
	}
	#gNavi ul li a {
		width: 8.909vw;
		height: 5.4545vw;
		padding-bottom: 0.4545vw;
	}
	#gNavi ul li a:before {
		height: 0.4545vw;
	}

	header:before {
		background-size: 174.5454vw auto;
	}
	header h3 {
		bottom: 2.7272vw;
	}
	header h3 img {
		width: 19.8181vw;
	}

	#main > div {
		margin: 6.8181vw auto;
	}

	#main #attention h2 {
		width: 33.6363vw;
		margin: 5.4545vw auto;
		padding: 2.909vw 0;
		font-size: 4.5454vw;
	}

	#main #about {
		width: 98.909vw;
	}

	#main .schedule#ShinyDay:before {
		top: -54.5454vw;
		width: 100%;
		height: 163.6363vw;
	}
	#main .schedule#ShinyDay:after {
		width: 100%;
		height: calc(96.4545vw + 4.5454vw);
		background-position: center 4.5454vw;
		background-size: 174.5454vw auto;
	}
	#main .schedule#ShinyDay .box_inner {
		max-width: 174.5454vw;
		padding-bottom: 9.0909vw;
	}
	#main .schedule#ShinyDay .box_inner:before {
		bottom: -65.4545vw;
		width: 100%;
		height: 112.2727vw;
		background-size: 174.5454vw auto;
	}
	#main .schedule#ShinyDay .box_inner:after {
		top: 101vw;
		width: 100%;
		height: calc(100% - 103.7272vw);
		background-size: 174.5454vw auto;
	}
	#main .schedule#SecretNight {
		margin-top: 56.3636vw;
	}
	#main .schedule#SecretNight:after {
		top: -72.7272vw;
		width: 100%;
		height: 163.6363vw;
		background-size: 174.5454vw 100%;
	}
	#main .schedule#SecretNight:before {
		width: 100%;
		height: 96.7272vw;
		background-size: 174.5454vw auto;
	}
	#main .schedule#SecretNight .box_inner {
		max-width: 174.5454vw;
		padding-bottom: 18.1818vw;
	}
	#main .schedule#SecretNight .box_inner:after {
		top: 96.6363vw;
		width: 100%;
		height: calc(100% - 103.7272vw);
		background-size: 174.5454vw auto;
	}
	#main .schedule h1 {
		width: 86.3636vw;
		margin: 18.1818vw auto 9.0909vw;
	}

	#main .schedule#SecretNight h1 {
		padding-top: 6.3636vw;
	}

	#main .schedule .about .inner * {
		font-size: 24px;
	}

	#main .schedule .schedule_inner {
		width: 98.909vw;
		padding:2.909vw 0 6.3636vw;
	}
	#main .schedule .schedule_inner h2 {
		margin-bottom: 3.6363vw;
	}
	#main .schedule .schedule_inner .cast ul li a {
		width: 28vw;
		margin: 3.5vw auto;
	}
	#main .schedule .schedule_inner .cast ul li a .name {
		font-size: .8em;
	}
	#main .schedule .schedule_inner .cast ul li a img {
		border: 0.1818vw solid #B19552;
		outline: 0.6363vw solid #B19552;
		outline-offset: -0.6363vw;
	}

	#main .schedule .schedule_inner .ticket *:not(br) {
		font-size: 24px;
	}

	#main .schedule .schedule_inner .ticket .special h3,
	#main .schedule .schedule_inner .ticket .special dt,
	#main .schedule .schedule_inner .ticket .special dd,
	#main .schedule .schedule_inner .ticket .special dd span {
		font-size: 20px;
	}

	#main .schedule .schedule_inner .goods ul {
		width: 95vw;
	}
	#main .schedule .schedule_inner .goods ul li {
		width: 31vw;
		padding-bottom: 2.2727vw;
	}
	#main .schedule .schedule_inner .goods ul li img {
		height: 31vw;
	}
	#main .schedule .schedule_inner .goods ul li.large img {
		height: auto;
	}
	#main .schedule .schedule_inner .goods ul li.soon {
		font-size: 3.6363vw;
	}
	#main .schedule .schedule_inner .goods ul li.add,
	#main .schedule .schedule_inner .goods ul li .title,
	#main .schedule .schedule_inner .goods ul li .price {
		font-size: .8em;
	}
	#main .schedule .box_inner .bg {
		top: 81.8181vw;
		width: 100%;
		height: calc(100% - 81.8181vw);
		background-size: 174.5454vw auto;
	}
	#main .schedule .box_inner .bg:before {
		width: 100%;
		background-position: center 45.4545vw;
		background-size: 174.5454vw auto;
	}
	#main .schedule .box_inner .gradation {
		width: 100%;
	}
	#main .schedule .box_inner .gradation:before,
	#main .schedule .box_inner .gradation:after {
		background-size: 174.5454vw auto;
	}
	#main .schedule#ShinyDay .box_inner .gradation:before {
		top: calc(96.4545vw + 4.5454vw - 22.7272vw);
		height: 22.7272vw;
	}
	#main .schedule#ShinyDay .box_inner .gradation:after {
		height: 16.3636vw;
	}
	#main .schedule#SecretNight .box_inner .gradation:before {
		top: 96.6363vw;
		height: 9.0909vw;
	}
	#main .schedule#SecretNight .box_inner .gradation:after {
		height: 16.3636vw;
	}
	#main .schedule #twinkle_day {
		height: 77.2727vw;
	}
	#main .schedule #twinkle_night {
		top: -59.0909vw;
		height: 127.2727vw;
	}

	#main #attention {
		max-width: 174.5454vw;
		padding-bottom: 6.8181vw;
		background-size: 174.5454vw auto;
	}
	#main #attention .inner {
		width: 98.909vw;
	}
	#main #attention:before {
		top: -47.7272vw;
		height: 47.7272vw;
		background-size: 174.5454vw auto;
	}
	#main #attention h3 {
		margin: 2.7272vw auto 0.909vw;
	}

	footer {
		max-width: 174.5454vw;
		padding: 4.5454vw 0;
	}
	footer * {
		font-size: 24px;
	}

	@keyframes shine {
		  0% { transform: translateY(       0) rotate( 10deg); width: 2.2727vw; height: 2.2727vw; }
		100% { transform: translateY(4.5454vw) rotate(-10deg); width:        0; height:        0; }
	}
}

@media screen and (max-width: 1000px) {
	#main .schedule .schedule_inner .ticket .list li {
		width: 95vw;
		height: 25vw;
		margin: 2.5vw auto;
		padding-top: 2vw;
	}
	#main .schedule .schedule_inner .ticket .list li .inner {
		left: 13vw;
		margin: 1vw auto;
	}
	#main .schedule .schedule_inner .ticket .list li .inner .pre {
		display: none;
	}
	#main .schedule .schedule_inner .ticket .list li .inner .add {
		font-size: .8em;
	}
	#main .schedule .schedule_inner .ticket .list li .inner .body {
		background-position: 2vw center;
		background-size: 3.2vw auto;
	}
	#main .schedule#SecretNight .schedule_inner .ticket .list li .inner .body {
		background-position: 2vw center;
		background-size: 3.2vw auto;
	}
	#main .schedule .schedule_inner .ticket .special {
		width: 95vw;
	}
	/* #main .schedule .schedule_inner .ticket .special li {
		width: 43vw;
	} */
}

@media screen and (max-width: 850px) {
	#main > div h2 {
		width: 94.1176vw;
		height: 18.8235vw;
		background-size: 100% auto;
	}
	#main > div h2 span {
		font-size: 5.1764vw;
	}

	#main #about .inner {
		padding: 7.647vw 0;
	}
	#main #about .inner p {
		margin: 8.8235vw auto;
	}

	#main .schedule .h1_bg {
		height: 180vw;
		max-height: none
	}
	#main .schedule .h1_bg ul li img {
		width: 75vw;
	}
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(1) img { transform: translate(calc( 0 * 12% - 50%), 70%); z-index: 9; }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(2) img { transform: translate(calc(-2 * 15% - 50%), 52%); z-index: 8; }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(3) img { transform: translate(calc( 2 * 15% - 50%), 57%); z-index: 7; }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(4) img { transform: translate(calc( 4 * 12% - 50%), 35%); }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(5) img { transform: translate(calc(-4 * 12% - 50%), 30%); }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(6) img { transform: translate(calc(-1 * 17% - 50%), 11%); }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(7) img { transform: translate(calc( 1 * 17% - 50%),  9%); }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(8) img { transform: translate(calc(-3 * 16% - 50%),  7%); }
	#main .schedule#ShinyDay .h1_bg ul li:nth-of-type(9) img { transform: translate(calc( 3 * 16% - 50%),   0); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(1) img { transform: translate(calc( 0 * 12% - 50%), 70%); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(2) img { transform: translate(calc( 2 * 15% - 50%), 57%); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(3) img { transform: translate(calc(-2 * 15% - 50%), 52%); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(4) img { transform: translate(calc( 4 * 12% - 50%), 35%); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(5) img { transform: translate(calc(-4 * 12% - 50%), 30%); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(6) img { transform: translate(calc( 1 * 30% - 50%),   0); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(7) img { transform: translate(calc(-1 * 18% - 50%),  1%); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(8) img { transform: translate(calc(-3 * 16% - 50%),   0); }
	#main .schedule#SecretNight .h1_bg ul li:nth-of-type(9) img { transform: translate(calc( 3 * 18% - 50%),  6%); }
	#main .schedule#ShinyDay .h1_bg + h1 {
		padding: 145vw 0 10vw;
	}
	#main .schedule#SecretNight .h1_bg + h1 {
		padding: 145vw 0 10vw;
	}
	#main .schedule .h1_bg + h1 img {
		width: 86.3636vw;
		filter:
			drop-shadow(0 0 0.35vw rgba(255, 255, 255, .75))
			drop-shadow(0 0 0.35vw rgba(255, 255, 255, .75))
			drop-shadow(0 0 1.17vw rgba(255, 255, 255, .75))
			drop-shadow(0 0 1.17vw rgba(255, 255, 255, .75))
			drop-shadow(0 0 2.35vw rgba(255, 255, 255, .75))
			drop-shadow(0 0 2.35vw rgba(255, 255, 255, .75))
		;
	}

	#main .schedule .schedule_inner .ticket .list li .inner {
		left: 10.5vw;
		width: 69vw;
		margin: 1vw auto 0;
		line-height: 1em;
	}
	#main .schedule .schedule_inner .ticket .list li .inner span:not(.pre):not(.add) {
		display: block;
		line-height: 1em;
		font-size: 3.5vw;
	}
	#main .schedule .schedule_inner .ticket .list li .inner .body {
		text-align: right;
	}
	#main .schedule .schedule_inner .ticket .list li .inner .body:before {
		width: 3vw;
		height: 3.2vw;
		background-position: center;
		background-size: contain;
	}
	#main .schedule .schedule_inner .ticket .list li .inner br {
		display: none;
	}

	#main .schedule .schedule_inner .goods ul li .title {
		line-height: 1.8em;
	}
}

@media screen and (max-width: 750px) {
	#gNavi {
		top: 2vw;
		width: 60vw;
		background: transparent;
	}
	#gNavi button {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 60%;
		margin-left: auto;
		line-height: 2em;
		border: 0;
		border-radius: 4vw;
		cursor: pointer;
		color: #000;
		background: #FED4CB;
		font-size: 5vw;
		font-family: 'athelas', serif;
		font-weight: 700;
		font-style: normal;
		z-index: 1;
	}
	#gNavi ul {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 0;
		padding-top: 10vw;
		border-radius: 4vw;
		box-shadow: none;
		background: #FED4CB;
		overflow-y: scroll;
		max-height: 70vh;
	}
	#gNavi ul li {
		position: relative;
		display: none;
		background: #FFF;
		border-top: 1px solid #EEE;
	}
	#gNavi ul li.day {
		border-bottom: 3px solid #FDAB43;
	}
	#gNavi ul li.night {
		border-bottom: 3px solid #AB63FA;
	}
	#gNavi ul li:first-of-type {
		border-top: 0;
	}
	#gNavi ul li.day + li.day,
	#gNavi ul li.night + li.night {
		border: 0;
	}

	#gNavi ul li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 2em;
		margin-left: 100%;
		padding: 0;
		font-size: 5vw;
		text-align: center;
		white-space: nowrap;
	}
	#gNavi ul li a:hover {
		background: #EEE;
	}
	#gNavi ul li.day + li.day a {
		color: #FDAB43;
	}
	#gNavi ul li.night + li.night a {
		color: #AB63FA;
	}

	#gNavi ul li a br {
		display: none;
	}
	#gNavi ul li a:before,
	#gNavi ul li + li a:after {
		display: none;
	}

	#main #about .inner p {
		font-size: 2.6666vw;
	}
	#main .schedule .schedule_inner .cast ul li a .name {
		font-size: 4vw;
	}
	#main .schedule .schedule_inner .ticket .special li .detail dl dt span {
		width: auto;
		margin: 2vw 0;
		padding: 0 1vw;
		box-shadow: 1.0666vw 1.0666vw 0 #B19552;
		font-size: 3vw;
	}
	#main .schedule .schedule_inner .ticket .special li .detail dl dt span:before,
	#main .schedule .schedule_inner .ticket .special li .detail dl dt span:after {
		border: 1.0666vw;
	}
	#main .schedule .schedule_inner .ticket .special li .detail dl dt span:before {
		bottom: 2.2666vw;
	}
	#main .schedule .schedule_inner .ticket .special li .detail dl dt span:after {
		right: 2.2666vw;
	}
	#main .schedule .schedule_inner .ticket .special li .detail dl dd {
		font-size: 3vw;
		padding-left: 1em;
	}
	#main .schedule .schedule_inner .ticket .to_spwn .inner {
		width: 72vw;
		margin: 6.6666vw auto;
		padding: 5.3333vw;
		font-size: 3.2vw;
	}
	#main .schedule .schedule_inner .ticket .to_spwn .inner img {
		width: 31.2vw;
		height: 9.4666vw;
	}

	#main .schedule .schedule_inner .goods .add {
		font-size: 4vw;
	}
	#main .schedule .schedule_inner .goods ul li .title,
	#main .schedule .schedule_inner .goods ul li .price {
		font-size: 2.3vw;
	}
}

@media screen and (max-width: 600px) {
	#main .schedule .about {
		width: 89.3333vw;
		margin: 16.6666vw auto;
	}
	#main .schedule .about .inner {
		padding: 6.6666vw 0;
	}
	#main .schedule .about .inner * {
		font-size: 4vw;
	}
	#main .schedule .about .inner li + li {
		margin-top: 3.3333vw;
	}
	#main .schedule .about .inner li img {
		width: 9vw;
		padding-bottom: 0.8333vw;
	}
	#main .schedule .about .inner li dl {
		width: 58.3333vw;
	}
	#main .schedule .about .inner li dl dt {
		width: 8.3333vw;
	}
	#main .schedule .about .inner li dl dd {
		width: 50vw;
		padding-left: 10.3333vw;
		background-position: 3.3333vw center;
		background-size: 5.3333vw auto;
	}
	#main .schedule .about .inner li dl dd a span {
		padding: 0 1.6666vw;
	}
	#main .schedule .schedule_inner .cast ul li a {
		margin: 6.3333vw auto;
	}

	#main .schedule .schedule_inner .ticket .special li h3 {
		margin-bottom: 7.5vw;
		padding: 3.3333vw 0;
		font-size: 3.2vw;
		line-height: 5.44vw;
	}
	#main .schedule .schedule_inner .ticket .special li h3:before {
		width: 5vw;
		height: 5.8333vw;
		padding-right: 2.5vw;
		bottom: 0.5vw;
	}
	#main .schedule .schedule_inner .ticket .special li h3:after {
		height: 7.8333vw;
	}
	#main #attention h3 {
		font-size: 2.6666vw;
	}
	#main #attention *:not(h2,h3) {
		font-size: 2vw;
	}

	footer * {
		font-size: 4vw;
	}
}
