@charset "UTF-8";

/*----------------------------base-----------------------------------*/

body{
	overflow: hidden;
	color: #fff;
	background: #000;
}
body.open{
	overflow: hidden !important;
}
body.loaded{
	overflow: auto;
}
svg{
	display: block;
	height: auto;
	max-width: 100%;
	fill: #fff;
}
img{
	flex-shrink: 0;
}
::selection{
	background: #3b16e3;
	color: #f3fc00;
	text-shadow: none;
}
::-moz-selection{
	background: #3b16e3;
	color: #f3fc00;
	text-shadow: none;
}
sup{
	font-size: 1em;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}
sup.tm{
	font-size: 0.5em;
	line-height: 1;
	vertical-align: super;
	margin-right: 0;
}
section{
	position: relative;
	z-index: 3;
}
section h2{
	font-weight: 900;
}
section h3{
	font-size: 20rem;
	font-weight: 900;
	line-height: 0.85;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 1300px){
	section h3{
		font-size: 10vw;
	}
}
@media screen and (max-width: 800px){
	section h3{
		font-size: 70px;
	}
}

.hdelay i{
	display: inline-block;
	overflow: hidden;
	line-height: 1;
	padding: 0 5px;
}
.hdelay i span{
	display: block;
	opacity: 0;
	transform-origin: 0 100%;
	transform: rotate(5deg) translateY(50%);
	transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.hdelayActive i span{
	opacity: 1;
	transform: rotate(0) translateY(0);
}
.hdelayActive i:nth-of-type(2) span{
	transition-delay: 0.5s;
}
.hdelayActive i:nth-of-type(3) span{
	transition-delay: 0.6s;
}

#stalker{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0;
	height: 0;
	border-radius: 100%;
	background: rgba(125,125,125,0.3);
	z-index: 10;
	pointer-events: none;
	position: fixed;
	top: 45px;
	left: 45px;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	backdrop-filter: blur(10px);
	overflow: hidden;
	opacity: 0;
}
.open #stalker{
	z-index: 13;
}
body:not(.stst) #stalker{
	opacity: 0 !important;
}
#stalker[class*=stalker_]{
	top: -5px;
	left: -5px;
	width: 100px;
	height: 100px;
	opacity: 1;
}
#stalker span{
	display: block;
	text-align: center;
	white-space: nowrap;
	font-weight: 900;
	font-size: 1.5rem;
}
.m #stalker{
	display: none;
}

a.btn{
	text-align: center;
	display: inline-block;
	color: #000;
	background: #f3fc00;
	padding: 15px 10px;
	line-height: 1.3;
	font-weight: bold;
	border: 3px solid #000;
	transition: 0.2s ease-in-out;
}
a.btn:hover{
	background: #000;
	color: #f3fc00;
}

#luxy{
	z-index: 3;
	pointer-events: none;
	padding-bottom: 400px;
}
@media screen and (max-width: 1000px){
	#luxy{
		padding-bottom: 300px;
	}
}
@media screen and (max-width: 500px){
	#luxy{
		padding-bottom: 550px;
	}
}
@media screen and (max-width: 450px){
	#luxy{
		padding-bottom: 650px;
	}
}
main{
	pointer-events: auto;
	background: #000;
	overflow: hidden;
}
#bg2{
	background: url(../images/bg2.webp) 50% 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vw;
	z-index: 2;
}
#bg3{
	background: url(../images/bg3.webp) 50% 50% no-repeat;
	background-size: cover;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	opacity: 0;
	transition: 0.5s ease-out;
}
#bg3.active{
	opacity: 1;
}

.m{
	background: url(../images/bg2.webp) 50% 0 no-repeat fixed #000;
	background-size: auto 60vh;
}
.m #luxy{
	padding-bottom: 0;
	overflow: hidden;
}
.m #s2{
}
.m #bg2,
.m #bg3{
	display: none;
}

.yt{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.yt iframe{
	display: block;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------------link etc--------------------------------*/

a,
input,
button{
	outline: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner{
	border: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
a.lnk{
	color: inherit;
}

/*----------------------------load--------------------------------*/

#load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #222;
	z-index: 100;
	font-weight: 900;
	font-display: block;
}
.loaded #load{
	pointer-events: none;
	background-color: rgba(0,0,0,0);
}
#load:before{
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	background: #000;
	z-index: 3;
	transform: skewY(10deg);
	transform-origin: 0 0;
}
.loading #load:before{
	height: 100vh;
	transform: skewY(0);
}
.loaded #load:before{
	opacity: 0;
	transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#load .d1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 10vw;
	letter-spacing: -0.06em;
	line-height: 0.8;
	color: #222;
	transition: 1s ease-in-out;
	opacity: 0;
}
.loading #load .d1{
	opacity: 1;
}
.loaded #load .d1{
	opacity: 0;
	transition: 0.5s ease-in;
}
#load .d1 div{
	display: block;
	transform: scale(1.5);
	transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.loading #load .d1 div{
	transform: scale(1);
}
.loaded #load .d1 div{
	transition: 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transform: scale(2);
	opacity: 0;
}
#load .d1 div span{
	display: block;
	transform: translateY(1vw);
	transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.loading #load .d1 div span{
	transform: translateY(-1vw);
}
#load .d1 div span+span{
	font-size: 4.25vw;
	letter-spacing: -0.07em;
	transform: translateY(-1vw);
}
.loading #load .d1 div span+span{
	transform: translateY(1vw);
}
@media screen and (max-width: 800px){
	#load .d1{
		height: 90%;
		font-size: 15vw;
	}
	#load .d1 div span+span{
		font-size: 6.2vw;
	}
	#load .d1 div span{
		transform: translateY(2vw);
	}
	.loading #load .d1 div span{
		transform: translateY(-2vw);
	}
	#load .d1 div span+span{
		transform: translateY(-1vw);
	}
	.loading #load .d1 div span+span{
		transform: translateY(2vw);
	}
}

/*----------------------------haeder--------------------------------*/

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2vw;
}
header a{
	pointer-events: auto;
}
header .logo{
	width: 200px;
	position: relative;
	z-index: 3;
}
header .logo a,
header .logo img{
	display: block;
}
.bm{
	cursor: pointer;
	width: 50px;
	height: 60px;
	position: relative;
	pointer-events: auto;
	z-index: 3;
	font-weight: 900;
	letter-spacing: -0.05em;
}
.bm span{
	position: absolute;
	top: 0;
	right: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	height: 100%;
	font-size: 2rem;
}
.bm span:before{
	content: "MENU";
}
.bm i,
.bm:before,
.bm:after{
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	right: 10px;
	transition: 0.3s ease-in-out;
}
.bm:before{
	top: calc(50% - 9px);
}
.bm:after{
	top: calc(50% + 7px);
}
.open .bm i{
	opacity: 0;
}
.open .bm:before{
	transform: rotate(135deg);
	top: calc(50% - 1px);
}
.open .bm:after{
	transform: rotate(-135deg);
	top: calc(50% - 1px);
}
.open .bm span:before{
	content: "CLOSE";
}
#nav{
	background: #000;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	letter-spacing: -0.07em;
}
#nav a{
	color: #fff;
}
#nav .inner{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 50px 40px;
	pointer-events: auto;
	overflow: hidden;
}
#nav .navl{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	max-width: 700px;
	padding: 50px 50px;
}
#nav .navl a{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 110%;
	position: relative;
}
#nav .navl a img{
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	z-index: 2;
	transform-origin: 50% 90%;
	transform: translateX(-50%) rotate(0);
	transition: 0.3s ease-in-out;
	box-shadow: 10px 10px 100px rgba(0,0,0,1), 10px 10px 100px rgba(0,0,0,1);
}
#nav .navl a img+img{
	z-index: 1;
	transition: 0.4s ease-in-out;
}
#nav .navl a:hover img{
	transform: translateX(-50%) rotate(-3deg);
}
#nav .navl a:hover img+img{
	transform: translateX(-50%) rotate(7deg);
	opacity: 0.9;
}
#nav .navr{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width: 48%;
	max-width: 700px;
	padding: 50px 50px;
}
#nav .navr a{
	display: inline-block;
}
#nav ul.mn{
	display: block;
	margin-bottom: 50px;
	counter-reset: number 0;
}
#nav ul.mn li{
	font-size: 7.5rem;
	line-height: 1;
	display: block;
	margin: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
#nav ul.mn li:hover{
	opacity: 0.7;
	transition-delay: 0;
}
#nav ul.mn li a{
	position: relative;
}
#nav ul.mn li a:before{
	counter-increment: number 1;
	content: '0'counter(number)'.';
	font-size: 2rem;
	margin-right: 5px;
}
#nav ul.mn li.upcoming{
	position: relative;
}
#nav ul.mn li.upcoming a{
	text-decoration: line-through;
}
#nav ul.mn li.upcoming a:after{
	content: "UPCOMING!";
	position: absolute;
	top: calc(50% - 25px);
	left: 50px;
	background: #f3fc00;
	font-size: 4rem;
	line-height: 1;
	padding: 2px 5px;
	pointer-events: none;
	display: block;
	transform: rotate(-3deg);
	color: #000;
}
#nav ul.sn{
	display: block;
}
#nav ul.sn li{
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 10px;
}
#nav ul.sn li a{
	opacity: 0.7;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#nav ul.sn li a:hover{
	opacity: 1;
}

#nav{
	/*skew padding = 100vw * tan(5)/2*/
	/*tan(5)/2 = 0.0437*/
	width: 100%;
	height: 50vh;
	transform-origin: 50% 50%;
	transform: skewY(0) translateY(-50vh);
	transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	pointer-events: none;
}
.open #nav{
	height: calc(100vh + 100vw*0.0437*2);
	transform: skewY(5deg) translateY(calc(-100vw*0.0437));
	pointer-events: auto;
}
#nav .inner{
	opacity: 0;
	transform: translateY(10vh) rotate(-5deg) skewY(-5deg) scale(1.3);
	transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open #nav .inner{
	opacity: 1;
	transform: translateY(0) rotate(0) skewY(-5deg) scale(1);
}
#nav ul.mn li a{
	opacity: 0;
	transform-origin: 0 100%;
	transform: rotate(5deg) translateY(50%);
	transition: 0.1s ease 0.8s;
}
.open #nav ul.mn li a{
	opacity: 1;
	transform: rotate(0) translateY(0);
	transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.open #nav ul.mn li:nth-of-type(2) a{
	transition-delay: 0.7s;
}
.open #nav ul.mn li:nth-of-type(3) a{
	transition-delay: 0.8s;
}
.open #nav ul.mn li:nth-of-type(4) a{
	transition-delay: 0.9s;
}
.open #nav ul.mn li:nth-of-type(5) a{
	transition-delay: 1s;
}
.open #nav ul.mn li:nth-of-type(6) a{
	transition-delay: 1.1s;
}
#nav ul.sn{
	opacity: 0;
	transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open #nav ul.sn{
	opacity: 1;
	transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.1s;
}
@media screen and (max-width: 1200px){
	#nav ul.mn{
		margin-bottom: 30px;
	}
	#nav ul.mn li{
		font-size: 6vw;
		line-height: 1.2;
	}
	#nav .navl{
		padding: 30px 30px 30px 20px;
	}
	#nav .navr{
		padding: 30px 20px 30px 30px;
	}
	#nav ul.mn li.upcoming a:after{
		top: calc(50% - 1.5vw);
		left: 40px;
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 750px){
	header{
		padding: 2vw 20px;
	}
	#nav .navl{
		display: none;
	}
	#nav .navr{
		width: 100%;
		padding: 30px;
		justify-content: center;
	}
	#nav ul.mn{
		margin-bottom: 20px;
	}
	#nav ul.mn li{
		font-size: 76px;
	}
	#nav ul.sn{
		max-width: 460px;
	}
	#nav ul.mn li.upcoming a:after{
		top: calc(50% - 2.1vw);
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 600px){
	#nav .navr{
		padding: 20px 0 20px;
	}
	#nav ul.mn li{
		font-size: 13vw;
	}
	#nav ul.sn{
		display: block;
		max-width: none;
	}
	#nav ul.mn li.upcoming a:after{
		top: calc(50% - 13px);
		left: 30px;
		font-size: 20px;
	}
}
@media screen and (max-width: 400px){
	header{
		padding: 2vw 10px 2vw 20px;
	}
	header .logo{
		width: 160px;
	}
	#nav ul.mn li{
		font-size: 12vw;
	}
	#nav ul.mn li.upcoming a:after{
		top: calc(50% - 11px);
		left: 30px;
		font-size: 18px;
	}
}

/*----------------------------main--------------------------------*/

main{
	opacity: 1;
	transform-origin: 50% 0;
	transform: translate(0) scale(1);
	transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open main{
	opacity: 0;
	transform: translate(1vw, 5vh) scale(1.3);
}

/*----------------------------lv--------------------------------*/

#lv{
	height: 60vh;
	position: relative;
	z-index: 3;
	margin-bottom: 7vh;
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-end;
}
#lv:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
	clip-path: polygon(0 0, 100% 0, 100% 160%, 0 100%);
	z-index: 5;
}
.loaded #lv:after{ 
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
#lv #bg{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
	pointer-events: none;
}
#lv #bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: 10% 0;
	transform: rotate(20deg) scale(1.5);
	transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.loaded #lv #bg img{
	transform: rotate(0) scale(1);
}
#lv #t{
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: -7vh;
	left: 0;
	z-index: 3;
	text-transform: uppercase;
	text-align: center;
	text-align: left;
	line-height: 0.8;
	padding: 0 30px;
	opacity: 0;
	transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translateX(100px);
	pointer-events: none;
	text-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}
#lv #t h2{
	max-width: 2000px;
	margin: 0 auto;
	font-size: 15rem;
	font-weight: 900;
	letter-spacing: -0.07em;
}
.loaded #lv #t{
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 1450px){
	#lv{
		margin-bottom: 5vh;
	}
	#lv #t{
		bottom: -5vh;
	}
	#lv #t h2{
		font-size: 14vw;
	}
}
@media screen and (max-width: 1200px){
	#lv{
		margin-bottom: 0;
	}
	#lv #t{
		bottom: 0;
	}
	#lv .inner{
		margin-top: -2vh !important;
	}
}
@media screen and (max-width: 850px){
	#lv #t{
		padding: 0 20px;
	}
}
@media screen and (max-width: 620px){
	#lv{
		height: 50vh;
	}
	#lv .inner{
		margin-top: calc(50% - 40vw) !important;
	}
}
@media screen and (max-width: 500px){
	#lv{
		height: 100vw;
	}
	#lv #t h2{
		font-size: 16vw;
	}
}

/*----------------------------timer--------------------------------*/

#lv .inner{
	position: relative;
	z-index: 2;
	width: 55%;
	max-width: 1208px;
	margin-top: -5vh;
}
.m #lv .inner{
	transition: 0.3s ease-out;
}
#score{
	max-width: 1208px;
}
#timer{
	transform-origin: 100% 0;
	transform: perspective(3058px) rotateX(30deg) rotateY(14deg) rotate(10deg) skewY(-2deg) skewX(8deg);
	position: absolute;
	top: 380px;
	right: 57px;
	line-height: 1;
	width: 620px;
	height: 290px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	font-weight: 900;
	letter-spacing: -0.1em;
	white-space: nowrap;
	z-index: 2;
}
#timer>p{
	text-align: center;
	font-size: 4rem;
	margin-bottom: 30px;
}
#timer .yycountdown-box{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	font-size: 2.0rem;
}
#timer .yycountdown-box span{
	display: block;
	width: 25%;
	border-left: 1px solid #fff;
}
#timer .yyc-day,
#timer .yyc-hou,
#timer .yyc-min,
#timer .yyc-sec,
#timer .nos{
	font-size: 7rem;
}
#timer .yyc-day-text,
#timer .yyc-hou-text,
#timer .yyc-min-text,
#timer .yyc-sec-text{
	padding: 10px 0;
}
#timer .yyc-day{
	order: 1;
}
#timer .yyc-hou{
	order: 2;
}
#timer .yyc-min{
	order: 3;
}
#timer .yyc-sec{
	order: 4;
	border-right: 1px solid #fff;
}
#timer .yyc-day-text{
	order: 5;
}
#timer .yyc-hou-text{
	order: 6;
}
#timer .yyc-min-text{
	order: 7;
}
#timer .yyc-sec-text{
	order: 8;
	border-right: 1px solid #fff;
}
#timer .nos{
	width: 100% !important;
	border: none !important;
}
@media screen and (max-width: 2180px){
	#timer{
		transform: perspective(120vw) rotateX(30deg) rotateY(14deg) rotate(10deg) skewY(-2deg) skewX(8deg);
		top: 28%;
		right: 4.5%;
		width: 28vw;
		height: 21.5%;
	}
	#timer>p{
		font-size: 1.8vw;
	}
	#timer .nos{
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 1850px){
	#timer .yycountdown-box{
		font-size: 1vw;
	}
	#timer .yyc-day,
	#timer .yyc-hou,
	#timer .yyc-min,
	#timer .yyc-sec{
		font-size: 4.4vw;
	}
}
@media screen and (max-width: 1400px){
	#timer{
		padding: 1vw;
	}
	#timer>p{
		margin-bottom: 1vw;
	}
	#timer .yyc-day-text,
	#timer .yyc-hou-text,
	#timer .yyc-min-text,
	#timer .yyc-sec-text{
		font-size: 1.2vw;
		padding: 0.7vw 0;
	}
}
@media screen and (max-width: 850px){
	#lv .inner{
		width: 70%;
	}
	#timer{
		width: 35vw;
	}
	#timer>p{
		font-size: 2.3vw;
	}
	#timer .nos{
		font-size: 4.5vw;
	}
}

/*-------------*/

#order{
	text-align: center;
	padding: 10vw 2vw;
	background: url(../images/fbg.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}
#order:before{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
}
#order a{
	color: #fff;
	display: inline-block;
}
#order a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
	pointer-events: none;
}
#order a:hover:before{
	opacity: 0;
}
#order a span{
	position: relative;
	z-index: 2;
}
#order .order1{
	font-size: 15rem;
	letter-spacing: -0.05em;
	line-height: 0.9;
	font-weight: 900;
	margin-bottom: 10px;
}
#order .order2{
	font-size: 5rem;
	font-weight: bold;
}
#order i+i{
	display: block;
}
@media screen and (max-width: 1500px){
	#order .order1{
		font-size: 12vw;
	}
}
@media screen and (max-width: 860px){
	#order .order2{
		font-size: 5vw;
	}
}
@media screen and (max-width: 500px){
	#order{
		padding: 15vw 30px;
	}
	#order .order1{
		font-size: 60px;
		line-height: 0.9;
	}
	#order .order2{
		font-size: 25px;
	}
}
@media screen and (max-width: 360px){
	#order .order1{
		font-size: 50px;
	}
}

/*----------------------------footer--------------------------------*/

footer{
	z-index: 1;
	position: fixed;
	bottom: 0;
	background: url(../images/bg.jpg) 50% 0% no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 80vh;
	width: 100%;
	color: #676767;
	padding: 100px 30px 30px;
	z-index: 2;
	font-weight: 900;
	transform-origin: 50% 0;
	transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.m footer{
	position: relative;
	min-height: 0;
}
.open footer{
	opacity: 0;
}
footer:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 30%, rgba(0,0,0,1) 100%);
	z-index: 1;
}
footer .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
}
footer nav{
	margin: 0 auto 0 0;
}
footer nav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
footer nav ul li{
	display: block;
}
footer nav ul li a{
	display: block;
	padding: 2px 10px 2px 0;
	color: #fff;
}
footer nav ul li.upcoming a{
	text-decoration: line-through;
}
footer nav ul.nav2{
	font-size: 1.6rem;
}
footer .cero{
	width: 50px;
}
footer .cero img{
	display: block;
}
footer .bn{
	width: 100%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
footer .bn a{
	display: block;
	width: 300px;
	margin-right: 20px;
	border: 1px solid rgba(255,255,255,0.1);
}
footer .bn a img{
	display: block;
}
footer .pf{
	margin: 20px auto 20px 0;
	max-width: 600px;
}
footer .pf img{
	display: block;
}
footer .cp{
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: justify;
	font-weight: 500;
}
@media screen and (max-width: 1000px){
	footer nav{
		display: none;
	}
	footer .cero{
		order: 2;
		margin: 0 0 0 auto;
	}
	footer .bn{
		order: 1;
		width: calc(100% - 50px);
		margin-top: 0;
	}
	footer .pf{
		order: 3;
	}
	footer .cp{
		order: 4;
	}
}
@media screen and (max-width: 850px){
	footer{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 700px){
	footer .cero{
		width: 8%;
	}
	footer .bn{
		width: 92%;
	}
}
@media screen and (max-width: 500px){
	footer .cero{
		width: 100%;
		margin: 10px auto 0;
	}
	footer .cero img{
		width: 40px;
		margin: 0 auto;
	}
	footer .bn{
		display: block;
		width: 100%;
	}
	footer .bn a{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 10px;
	}
	footer .pf{
		max-width: 300px;
		margin: 20px auto;
		overflow: hidden;
		padding-bottom: 36px;
		background: url(../images/pf1.png) 100% 100% no-repeat;
		background-size: 210% auto;
	}
	footer .pf img{
		max-width: none;
		width: 205%;
	}
}

#book{
	position: fixed;
	bottom: 20px;
	right: -140px;
	width: 140px;
	height: 140px;
	pointer-events: none;
	z-index: 11;
	line-height: 1;
	transition: 0.4s ease-in-out;
	background: rgba(125,125,125,0.3);
	border-radius: 100%;
	transform: rotate(0);
	backdrop-filter: blur(10px);
	transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: hidden;
}
.scrolled #book{
	right: 20px;
}
.scrolled #book.hide{
	right: -140px;
}
#book a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	pointer-events: auto;
	padding-bottom: 5px;
	font-weight: 900;
	transition: 0.4s ease-in-out;
	color: #fff;
}
#book a:hover{
	transform: rotate(-9deg);
	background: rgba(243,252,0,1);
	color: #000;
}
#book i,
#book span{
	display: block;
}
#book i{
	margin-bottom: 5px;
	color: #e20101;
	font-size: 1.6rem;
	letter-spacing: -0.05em;
}
#book span{
	font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: -0.2rem;
	transform: scaleX(0.9) translateX(-3px);
	white-space: nowrap;
}
@media screen and (max-width: 600px){
	#book{
		bottom: 10px;
		right: -120px;
		width: 120px;
		height: 120px;
	}
	.scrolled #book{
		right: 10px;
	}
	.scrolled footer.active~#book{
		right: -120px;
	}
}

/*--------------------------popup lineup tutorial howto----------------------------*/

#store{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.4s ease-in-out;
	color: #111;
	opacity: 0;
	pointer-events: none;
}
#store.show{
	opacity: 1;
	pointer-events: auto;
}
#store .cl{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#store .cl span{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
}
#store .cl span:before,
#store .cl span:after{
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: calc(50% - 21px);
}
#store .cl span:after{
	transform: rotate(-45deg);
}
#store .inner{
	display: none;
	position: relative;
	z-index: 2;
	text-align: left;
	max-height: 80%;
	width: 80%;
	max-width: 870px;
	margin: auto;
	overflow: auto;
	background: #fff;
	box-shadow: 10px 10px 30px #000;
	padding: 30px;
}
#store .inner.show{
	display: block;
}
#store h4{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
#store h4 span{
	border-bottom: 4px solid #000;
}
#store h5{
	font-size: 1.7rem;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
	position: relative;
}
#store h5:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #d00;
	border-right: 2px solid #d00;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% + 2px - 10px);
	left: 2px;
}
#store h5+ul{
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}
#store h5+ul:last-child{
	margin-bottom: 0;
}
#store h5+ul li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: #fff;
	max-width: calc(50% - 10px);
	margin: 0 10px 5px 0;
	min-height: 50px;
	border: 1px solid #444;
}
#store h5+ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease-in-out;
}
#store h5+ul li a[href*="geo-online"]{
	background: #192b5b;
}
#store h5+ul li a:hover{
	opacity: 0.5;
}
#store h5+ul li a img{
	display: block;
}
#store h5+p{
	font-size: 1.4rem;
	opacity: 0.7;
	margin-bottom: 30px;
}
#store .w>div>*:last-child{
	margin-bottom: 0;
}
#store .btn{
	text-align: center;
}
#store .btn a{
	padding-right: 20px;
}
@media screen and (max-width: 650px){
	#store .inner{
		padding: 20px;
	}
}
@media screen and (max-width: 450px){
	#store .cl span{
		top: 10px;
		right: 10px;
	}
	#store .inner{
		width: 90%;
	}
}

/*----------------------cookie--------------------------------*/

#onetrust-consent-sdk #onetrust-banner-sdk{
	background: rgba(20,20,20,0.9) !important;
}
.cc-window{
	background: rgba(0,0,0,0.8);
	color: #ddd;
	font-size: 1.4rem !important;
	padding: 10px 20px !important;
	z-index: 99 !important;
}
.cc-message a{
	color: #ddd;
	text-decoration: underline;
}
.cc-btn{
	background: #ed1c24;
	color: #000;
	border: none !important;
}

/*------------------------------------------------------*/

#twitter_terms{
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0;
	padding: 40px 0;
	color: #000;
}
#twitter_terms h1{
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 2.9rem;
	text-align: center;
}
#twitter_terms h1 span{
	display: inline-block;
	padding: 0 5px;
}
#twitter_terms ol{
	display: block;
	font-family: 'Urbanist', 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	padding-left: 30px;
}
#twitter_terms ol li{
	margin-bottom: 15px;
	padding-left: 5px;
	list-style: decimal;
}
#twitter_terms ol li:last-child{
	margin-bottom: 0;
}
#twitter_terms a{
	color: #0000ee;
	text-decoration: underline;
}
#twitter_terms a:visited{
	color: #551a8b;
}
@media screen and (max-width: 850px){
	#twitter_terms ol{
		padding-left: 27px;
	}
}
@media screen and (max-width: 500px){
	#twitter_terms{
		width: calc(100% - 20px);
	}
	#twitter_terms h1{
		font-size: 2.2rem;
	}
}

/*-------------*/

#cheep{
	padding-bottom: 10vw;
	background: url(../images/cheep/cheep_bg.webp) 50% 50% no-repeat;
	background-size: cover;
	color: #645b49;
	text-align: center;
	padding: 100px 20px;
	position: relative;
	z-index: 3;
}
#cheep img{
	display: block;
}
#cheep .head{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}
#cheep .head h3{
	padding-top: 20px;
	margin: 0 auto;
	max-width: 80%;
}
#cheep .head i{
	display: block;
	max-width: 30%;
	min-width: 200px;
}
#cheep .head+div{
	padding: 40px 0;
}
#cheep .head+div img{
	filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.5));
	margin: 0 auto;
}
#cheep p{
	font-size: 1.5rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 1200px){
	#cheep{
		padding: 7vw 20px;
	}
}
@media screen and (max-width: 850px){
	#cheep{
		margin-top: 50px;
	}
	#cheep .head h3{
		max-width: 90%;
	}
	#cheep p{
		text-align: left;
	}
}
@media screen and (max-width: 500px){
	#cheep{
		padding: 50px 20px;
	}
	#cheep .head+div{
		padding: 20px 0;
	}
	#cheep p{
		margin-bottom: 20px;
	}
}