@font-face {
    font-family: 'New Edge';
    src: url('../font/NewEdgeTM-Regular.otf') format('opentype');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100vw;
	min-height: 100vh;
	overflow-x: hidden; 
	background-color: black;
	color: #ddd;
	font-family: 'New Edge';
	user-select: none;
	word-break: break-all;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
}

canvas {
	position: relative;
	top: 0;
	left: 0;
	max-height: 100vh;
	max-width: 100vw;
	pointer-events: none;
	/*z-index: -1;*/
	/*mix-blend-mode: color-dodge;*/
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px 20px 20px;
	display: flex;
	flex-direction: column;
	background:  #000;
	border:  1px solid #ddd;
	overflow: hidden;
	z-index: 999;
	pointer-events: auto;
	transition: all 0.3s;
	max-height: 100vh;
	overflow-y: scroll;
}

#menu span {
	padding: 10px 0 10px 0px;
	display: block;
	position: relative;
	margin: 20px 0 0 0;
	border-top: 1px solid #ddd;
}
.toggle {
	padding-top: 15px;
}

#menu.hidden {
	width: 50px;
	height: 50px;
}
#menu.hidden .toggle:before {
	content: "";
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
#menu.hidden .toggle:before {
	content: ">";
	background: black;
}



#menu div:not(.toggle) {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

input[type="radio"] {
	display: none;
}
label {
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
}
input[type="radio"]:default + label {
	background: #ddd;
	color: black;
}
input[type="radio"]:checked + label {
	background: #ddd;
	color: black;
}

/*———————————*/
/*Columns */
/*———————————*/
.block {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0 15px;
}
.box {
	padding: 15px;
	position: relative;
	display: block;
	float: left;
	height: auto;
}

.col-6 {
	width: 100%;
	clear: both;
	/*background-color: red;*/
}
.col-3 {
	width: calc(100% / 2);
	/*background-color: green;*/
}
.col-2 {
	width: calc(100% / 3);
	/*background-color: blue;*/
}
.col-1 {
	width: calc(100% / 6);
	/*background-color: yellow;*/
}

/* Animation */

.logo {
	#ddd-space: nowrap;
	width: auto;
	text-align: center;
	/*display: flex;*/
	/*flex-direction: row;*/
	/*width: 50vw;*/
	align-items: stretch;
	justify-content: flex-start;
	text-align: justify;
}
.line {
	clear: none;
	text-align: center;
	position: relative;
	float: left;
	/*letter-spacing: 0.48em;*/
	text-justify: inter-character;
	text-justify: distribute;
	/*width: 100%;*/
}
.inbetween {
	clear: none;
	position: relative;
	float: left;
	letter-spacing: 0.76em;
}

.inbetween span:nth-of-type(1) {
	animation: 10s smallLetter infinite alternate;

}
.inbetween span:nth-of-type(2) {
	animation: 4s smallLetter infinite alternate;

}

.inbetween span:nth-of-type(3) {
	animation: 4s largeLetter infinite alternate;

}

.inbetween span:nth-of-type(4) {
	animation: 6s largeLetter infinite alternate;

}

.inbetween span:nth-of-type(5) {
	animation: 6s smallLetter infinite alternate;

}

.inbetween span:nth-of-type(6) {
	animation: 5s largeLetter infinite alternate;

}
.inbetween span:nth-of-type(7) {
	animation: 5s smallLetter infinite alternate;

}

.inbetween span:nth-of-type(8) {
	animation: 10s largeLetter infinite alternate;
}

.header span {
	animation-play-state: running !important; 
}
.header:hover span {
	animation-play-state: paused !important;
}


@keyframes smallLetter {
	from {
		letter-spacing: 0.0em;
	}
	to {
		letter-spacing: 1.5em;
	}
}
@keyframes largeLetter {
	from {
		letter-spacing: 1.5em;
	}
	to {
		letter-spacing: 0.0em;
	}
}

/*———————————*/
/*Type */
/*———————————*/
 a {
 	text-decoration: none;

 }
.text a {
	border-bottom: 0.5px solid #ddd;
	color: inherit;
	letter-spacing: 0.3rem;
	transition: letter-spacing 0.25s;
}
.text a:hover {
	letter-spacing: 0.1rem;
}

.text {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 1.5em;
}

.text-main {
	word-break: break-word;
	font-size: 1.5vw;
	letter-spacing: -0.02rem;
	line-height: 1.2;

}
.text-subtitle {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.upcoming-block {
	border-radius: 3px;
	color: black;
	width: 100%;
	margin-bottom: 15px;
	line-height: 1 !important;
	position: relative;
	display: block;
	float: left;
	clear: both;
	transition: all 0.25s;
}



.green-purple .upcoming-block {
	background: linear-gradient(90deg, #DDDDDD,  #DDDDDD, #DDDDDD,  #8000FF,  #8000FF, #00FF19, #8000FF,  #00FF19);
	background-size: 400% 400%;
	background-position: 0% 100%;

}

.green-pink .upcoming-block {
	background: linear-gradient(90deg, #DDDDDD,  #DDDDDD, #DDDDDD,  #FD96AC,  #FD96AC, #00FF19, #FD96AC,  #00FF19);
	background-size: 400% 400%;
	background-position: 0% 100%;

}

a:hover .upcoming-block {
	/*background-position: 300% 0;*/
	background-size: 200% 100%;
	background-position: 100% 100%;
 }

.pink-red .upcoming-block {
	background: linear-gradient(90deg, #DDDDDD, #DDDDDD,  #DDDDDD, #FD96AC, #FF5855, #FF5855,  #FD96AC,  #FF5855);
	background-size: 400% 400%;
	background-position: 0% 100%;
}

.row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom: 0.5px solid black;
}
.block-content {
	height: auto;
	padding: 8px 15px;

}
.block-content:not(:last-of-type) {
	border-right: 0.5px solid black;
}

div.block-content {
	width: 100%;
	position: relative;
	display: block;
	float: left;
}
.tag {
	background-color: black;
	color: #ddd;
	padding: 2px 5px;
	border-radius: 3px;
	margin: 0 2px 2px 0;
	display: block;
	position: relative;
	float: left;
}

.grid {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	padding: 0 15px 0 0;
	overflow: hidden;
	margin-left: 15px;
	border-left: 0.5px solid #ddd;
}
.grid-line {
	/*width: 1px;*/
	/*margin: 0 calc( (100% - 30px) / 12);*/

	height: 100%;
	position: relative;
	float: left;
	border-right: 0.5px solid #ddd;
}

.toolbar {
	position: fixed;
	bottom: 15px;
	left: 15px;
	padding: 8px 15px;
	background-color: black;
	border-radius: 3px;
	border: 0.5px solid #ddd;

}



.hidden {
	display: none;
}
 @media (min-width: 768px) and (max-width: 1280px)  {
 	.col-6 {
 		width: 100%;
 		clear: both;
 	}
 	.col-3 {
 		width: calc(100% / 3);
 	}
 	.col-2 {
 		width: calc(100% / 3);
 	}
 	.col-1 {
 		width: calc(100% / 3);
 	}
 	.text-main {
 		font-size: 20px;
 

 	}
 }

 @media (max-width: 768px) {
 	.col-6 {
 		width: 100%;
 		clear: both;
 	}
 	.col-3 {
 		width: calc(100% );
 	}
 	.col-2 {
 		width: calc(100%);
 	}
 	.col-1 {
 		width: calc(100%);
 	}

 	.grid-line.col-1 {
 		width: calc(100% / 3);

 	}
 	.text-main {
 		font-size: 18px;
 
 	}
 	.upcoming-block:nth-of-type(2n + 1) {
 		margin-right: 15px;
 	}
 	.upcoming-block {
 		width: calc(50% - 15px);
 		clear: none;
 	}
 }