html,
body {
	/*cursor: url(../images/mouse_pointer_01.png), auto;*/
	scroll-behavior: smooth;
	font-family: 'Montserrat', 'Gothic A1', sans-serif;
}

a {
	/*color: #fff;*/
	text-decoration: none;
}

header {
	min-height: 50px;
	width: 100vw;
}

nav {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.nav__logo {
	width: 50px;
	height: 50px;
	display: block;
	background-image: url("https://thelivelabel.com/images/00_nav_logo.png");
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	/*cursor:url('../images/mouse_pointer_02.png'), auto;*/
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

nav li a {
	/*cursor:url('../images/mouse_pointer_02.png'), auto;*/
	cursor: pointer;
}

header .sns {
	top: 10px;
	position: absolute;
	left: 85%;
	right: 0;
	width: fit-content;
	transform: scale(0.8);
}

header .sns ul {
	margin-top: 0px !important;
}


header .sns ul li {
	float: left;
	margin: 0 10px 0 10px;
	width: 30px !important;
	height: 30px !important;
	cursor: pointer;
}

header .sns ul li a {
	width: initial !important;
	filter: invert(1);
}

header .sns ul li:nth-child(4) {
	margin-left: 14px;
}


#left {
	background-color: #faf8fb;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	transition: all 0.5s;
	z-index: 102;
	display: inherit;
	overflow: auto;
	overflow-x: hidden;
	padding-top: 30px;
	padding-bottom: 100px;
}

#left .nav__logo {
	margin-top: -30px;
	transition: all 0.1s;
	opacity: 0;
}

#door:checked~#left .nav__logo {
	transition: all 0.6s;
	opacity: 1;
}

#left ul {
	width: 80vw;
	max-width: 400px;
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto;
	margin-top: 1em;
}


#left ul li {
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*cursor: url(../images/mouse_pointer_02.png), auto;*/
	list-style: none;
}

#left ul li:nth-child(7) {
	height: 20vw;
	max-height: 130px;
	background: url(../images/01_head_animated.png);
	background-size: cover;
	background-position-x: 0px !important;
	background-position-y: 140px !important;
	line-height: 8rem;
}

#left ul li:nth-child(7) a {
	background-color: #111;
}


#left ul li a:hover {
	color: #c41b27;
}


#door+label {
	left: 5%;
	top: 12px;
	padding: 5px;
	cursor: pointer;
	color: #fff;
	z-index: 111;
	transition: all 0.5s;
	background-image: url("https://thelivelabel.com/images/menu_burger@2x.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: none;
	transform: scale(1, 1);
	z-index: 101;
}

#door:checked+label {
	left: 2%;
	top: 12px;
	width: 20px;
	height: 20px;
	background-image: url("https://thelivelabel.com/images/menu_close@2x.png");
	position: fixed;
	opacity: 0.8;
	display: block;
	z-index: 103;
}

#door:checked~#left {
	background-color: #111;
	left: 0;
}


#parallax__title {
	position: fixed;
	z-index: 100;
}

#parallax__title h1 {
	font-size: 30px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 400;
	display: inline-block;
}

#parallax__title p {
	font-size: 16px;
}

#parallax__title #parallax__nav ul {
	margin-top: 10px;
}

#parallax__title #parallax__nav ul li {
	display: inline;
}

#parallax__title #parallax__nav ul li a {
	color: #fff;
	text-align: center;
}

#parallax__title #parallax__nav ul li.active a {
	background: #fff;
	color: #000;
}



#parallax__nav {
	/*background-color: #d00c19;*/
	background-color: #111;
	/*background: linear-gradient(to right, red, purple);*/
	position: fixed;
	top: 0px;
	z-index: 1000;
	padding: 0;
	text-align: center;
	left: 0;
	right: 0px;
}

#parallax__nav ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#parallax__nav ul img,
.parallax__item {
	width: 100%;
}

#parallax__nav ul img,
.parallax__item img {
	width: 100%;
	max-width: 1200px;
	border-radius: 10px;
}


#parallax__nav ul li {
	list-style: none;
	display: inline;
	font-size: 11px;
	line-height: 20px;
}

#parallax__nav ul li a {
	display: inline-block;
	width: 100px;
	height: 30px;
	padding: 5px;
	transition: all 0.3s;
}

#parallax__nav ul li a.active {
	color: #000;
	border-radius: 30px;
}



footer {
	padding: 140px 0 40px 0;
	background-color: #fff;
	color: #333;
	margin: 0px auto;
	text-align: center;
}

footer img {
	width: 100%;
	max-width: 1280px;
}


footer ol {
	max-width: 1280px;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 30px;
	display: table;
}

footer ol li {
	font-size: 11px;
	float: left;
	list-style: none;
	margin: 2px 10px;
}

footer p {
	margin: 10px 0;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	padding: 0px 0px 40px 0px;
}


footer .footer_deco_band {
	width: 100%;
	height: 40px;
	z-index: 2;
	position: inherit;
	transform: rotate(-0.5deg);
	bottom: 5%;
	background-image: url(https://thelivelabel.com/images/footer_bar_2023_audition.png);
	background-repeat: repeat-x;
	background-size: contain;
	animation: movebg 15s linear infinite;
}

.sns ol {
	margin: 0px auto;
	margin-top: 50px;
	width: 60vw;
}

.sns ol li {
	border: 0px !important;
	filter: invert(1);
	float: left;
	margin: 15px;
	list-style: none;
}

@media only screen and (max-width :1280px) {

	#parallax__title #parallax__nav ul {
		margin-top: 10px;
		left: -120px;
		position: relative;
	}

	header .sns {
		left: 85%;
		width: 100%;
	}

}


@media only screen and (max-width :1024px) {
	#parallax__title #parallax__nav ul {
		display: none;
	}

	.nav__logo {
		float: right;
		margin-right: 10px;
	}

	#left .nav__logo {
		float: right;
		margin-right: 10px;
		display: block;
		background-image: url("https://thelivelabel.com/images/00_nav_logo.png");
	}

	#door+label {
		display: inherit;
		top: 12px;
		position: fixed;
		left: 2%;
	}

	#left ul li:nth-child(7) {
		height: 32vw;
	}

}


@keyframes movebg {
	0% {
		background-position: 0 center;
	}

	100% {
		background-position: -1299px center;
	}
}