body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.ff-bahn {
	font-family: 'bahnschrift', 'M PLUS 1', 'Roboto', sans-serif;
	font-weight: 900;
}

/*  CSS
 * --------------------------------------- */
body {
	font-family: 'M PLUS 1', 'Roboto', sans-serif;
	color: #fff;
}

body::-webkit-scrollbar {
	display: none;
}

h1 {
	font-size: 60px;
	margin: 10px 0;
	font-weight: 900;
	line-height: 0.85;
	color: #212121;
}

h1 span {
	font-family: 'bahnschrift', 'M PLUS 1', 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 42px;
}

h2 {
	font-family: 'bahnschrift', 'M PLUS 1', 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
}

h2 br {
	display: none;
}

p {
	margin: 10px;
	font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
	line-height: 1.5;
}


.logo {
	position: fixed;
	z-index: 10;
	top: 10px;
	left: clamp(0.625rem, -1.964rem + 12.95vw, 18.75rem);
}

.logo img {
	width: 130px;
}

.share-wrap {
	font-family: 'bahnschrift', 'M PLUS 1', 'Roboto', sans-serif;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 50px;
	right: clamp(0.313rem, -2.813rem + 6.51vw, 5rem);
	z-index: 10;
}

.share-wrap p {
	color: #fff;
	font-weight: 900;
}

.share-wrap svg {
	transition: all 0.2s ease-out;
}

.share-wrap a:hover svg {
	transform: scale(1.15);
}

.share-wrap div:nth-child(2) a:hover svg {
	fill: #dbc27f;
}

.share-wrap div:nth-child(3) a:hover svg {
	stroke: #dbc27f;
}

.js-copy {
	position: relative;
}

.js-copy-text {
	position: absolute;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 2px 8px;
	border-radius: 6px;
	opacity: 0;
	box-sizing: border-box;
	transform: translateX(10px);
	transition: opacity .6s cubic-bezier(.25, 1, .5, 1), transform .6s cubic-bezier(.25, 1, .5, 1);
	top: -20%;
	left: -70px;
}

.js-shown {
	opacity: 1;
	transform: translateX(0px);
}

.share-wrap>div {
	display: inline-block;
	margin: 6px;
	padding: 2px;
}

#countdown {
	position: fixed;
	bottom: 50px;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, 0);
	text-align: center;
}

#countdown>div {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


#countdown li {
	display: inline-block;
	font-size: 12px;
	list-style-type: none;
	text-transform: uppercase;
	color: #aeaeae;
	padding: 5px 20px;
}

#countdown li span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}
#countdown img{
	width: 120px;
}

#menu li {
	display: inline-block;
	margin: 10px 5px;
	color: #fff;
	transition: all 0.3s;
}

#menu li.active {
	color: #fff;
}

#menu li a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
	line-height: 1.2;
}

#menu li a span {
	font-size: 12px;
}

#menu li.active a:hover {
	color: #dbc27f;
}

#menu li:hover {
	transform: scale(1.1);
}

#menu li a,
#menu li.active a {
	padding: 9px 18px;
	display: block;
}

#menu li.active a {
	color: #dbc27f;
	transform: scale(1.15);
}

#menu {
	font-family: 'bahnschrift', 'M PLUS 1', 'Roboto', sans-serif;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	padding: 0;
	margin: 0;
	/* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0) 60%) */
}

.displaynone {
	display: none !important;
}

.ctaBtn,
.LPBtn,
.LPBtn-disabled {
	margin: clamp(0.625rem, 0.322rem + 1.29vw, 1.875rem) 10px 0 10px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 4px;
	transition: all 0.2s;
	position: relative;
	backdrop-filter: blur(3px);
	width: 190px;

}

.ctaBtn {
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid rgba(255, 255, 255, 0.7);
}

.LPBtn {
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(0, 0, 0, 0.5);
}

.ctaBtn span,
.LPBtn span {
	position: relative;
	display: inline-block;
	font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
	font-weight: 600;
	z-index: 99;
	transition: 0.35s ease-in-out;
	text-shadow: none;


}

.ctaBtn span {
	color: #ffffff;
}

.LPBtn span {
	color: #000000;
}

.ctaBtn::before,
.LPBtn::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	border-radius: 4px;
	top: 0;
	bottom: 0;
	left: 0;
	transition: 0.35s ease-in-out;
}

.ctaBtn::before {
	background-color: #000000;
}

.LPBtn::before {
	background-color: #ffffff;
}

.ctaBtn:hover span,
.LPBtn a:hover span {
	transform: scale(0.95);
}

.ctaBtn:hover::before,
.LPBtn:hover::before {
	width: 100%;
}

.LPBtn-disabled {
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(0, 0, 0, 0.5);

}

.LPBtn-disabled span {
	position: relative;
	display: inline-block;
	font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
	font-weight: 600;
	z-index: 99;
	transition: 0.35s ease-in-out;
	text-shadow: none;
	color: #000000;
}

.LPBtn-box {
	display: inline-block;
}

.start-padding {
	padding: 80px 0 0 0;
}

/* Sections backgrounds
* --------------------------------------- */
.section {
	position: relative;
	display: block;
}

.section-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

#section0 {
	overflow: hidden;
	background-color: #000;
	background: url(./img/poker.gif), url(./img/6nn-main.jpg)no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	text-align: center;
}

#section1 {
	overflow: hidden;
	background-color: #000;
	background: url(./img/Instagram_Raffle_Ticket_Web_PC.jpg)no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	background-attachment: fixed;
	text-align: center;

}

#section2 {
	overflow: hidden;
	background-color: #000;
	background: url(./img/Welcome_Bonus_Booth_Web_PC.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	background-attachment: fixed;
	text-align: center;
}

#section3 {
	overflow: hidden;
	background-color: #000;
	background: url(./img/100_Bonus_Station_Web_PC.jpg)no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	text-align: center;
}

#section4 {
	overflow: hidden;
	background-color: #000;
	background: url(./img/Rate_Up_Disco_Web_PC.jpg)no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	background-attachment: fixed;
	text-align: center;
}

#section6 {
	overflow: hidden;
	background-color: #fff;
	background: url(./img/VIP_web_PC.jpg)no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	background-attachment: fixed;
	text-align: center;
}

/* MAIN */
#section0 p {
	color: #333333;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 10px;
}

#section0 .title-box {
	z-index: 10;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 30px 20px;
	overflow: hidden;
	animation: fadeIn 2s;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 3px rgb(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	margin: 0 0 80px 0;
}

#section0 .title-box img {
	max-width: 210px;
}

#section0 .title-box>div {
	z-index: 99;
}
.title-box br{
	display: block;
}
.container-box h2 {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.20);
}

.container-box p {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.30);

}

.container-box p span {
	font-size: 28px;
}

.container-box img{
	width: 200px;
}

/* 1 */

#section1 h2 {
	font-size: 60px;
}

/* 2 */
#section2 h2 {
	font-size: 60px;

}

/* 3 */
#section3 h2 {
	font-size: 60px;
}

#section3 .container-box {}

/* 4 */
#section4 h2 {
	font-size: 70px;
}


/* 6 */
#section6 h2 {
	font-size: 60px;
}

#section6 p br {
	display: none;
}

@media screen and (max-width:800px) and (min-width:768px) {
	#menu {
		display: none;
	}
}

@media screen and (max-width:767px) {
	
	h1 {
		font-size: 40px;
		margin-top: 0;
	}

	h1 span {
		font-size: 30px;
	}

	#countdown {
		bottom: 0px;
		width: 90%;
		max-width: 400px;
	}

	#countdown li {
		padding: 10px;
	}

	#countdown li span {
		font-size: 18px;
	}

	
	#countdown img {
		width: 100px;
	}

	h2 br {
		display: block;
	}

	.logo img {
		width: 80px;
	}

	.container-box {
		padding: 0 12px 20vh 12px;
	}

	.container-box p {
		font-size: 14px;
		margin: 0 0 2vh 0;
	}
	.container-box p span{
		font-size: 22px;
	}
	.container-box img{
		width: 140px;
	}
	.section-container {
		position: relative;
		justify-content: flex-end;
		text-align: center;

	}

	#section0 {
		background: url(./img/6nn-main-m-2.jpg)no-repeat;
		background-position: top center;
		background-attachment: fixed;
	}

	/* #section0 .float-object {
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 19;
		background: url(./img/B3.png)no-repeat, url(./img/F4.png)no-repeat, url(./img/L5.png)no-repeat, url(./img/L9.png)no-repeat, url(./img/L2.png)no-repeat;
		background-position: 2% 55%, 10% 101%, 88% 85%, 92% 98%, 92% 50%;
		background-size: 12%, 22%, 5%, 15%, 10%;
	} */

	#section0 .title-box {
		background-color: rgba(255, 255, 255, 0.5);
		position: absolute;
		bottom: 10vh;
		max-width: 500px;
		transform: translate(-50%, 0);
		backdrop-filter: none;
		padding: 20px 15px;
		width: 85%;
	}
	.title-box img{
		width: 150px;
	}

	#section1 {
		background: url(./img/Instagram_Raffle_Ticket_Web_M.jpg)no-repeat;
		background-position: top right 30%;
	}

	#section1 .container-box {
		margin: 0;
	}

	#section2 {
		background: url(./img/Welcome_Bonus_Booth_Web_M.jpg)no-repeat;
		background-position: bottom center;
		background-size: cover;
	}

	#section3 {
		background: url(./img/100_Bonus_Station_Web_M.jpg)no-repeat;
		background-position: bottom center;
		background-size: cover;
	}

	#section4 {
		background: url(./img/Rate_Up_Disco_Web_M.jpg)no-repeat;
		background-position: bottom center;
		background-size: cover;

	}


	#section6 {
		background: url(./img/VIP_web_M.jpg)no-repeat;
		background-position: bottom center;
		background-size: cover;
		}

	#section6 p br {
		display: block;
	}
	h2{
		margin: 0 0 10px 0;
	}
	/*  */
	#section1 h2,
	#section2 h2,
	#section3 h2,
	#section4 h2,
	#section6 h2 {
		font-size: 34px;
	}


	#section3 h2 span {
		font-size: 48px;
	}

	.ctaBtn,
	.LPBtn,
	.LPBtn-disabled {
		width: 150px;
	}

	#menu {
		display: none;
	}

	.share-wrap {
		flex-direction: row;
		top: 10px;
		right: 0;
		height: fit-content;
	}

	.share-wrap a svg {
		padding-top: 8px;
	}

	.share-wrap p {
		font-size: 12px;
		writing-mode: vertical-rl;
		font-weight: 600;
		/* transform:rotate(-16deg); */
	}

	.share-wrap a:hover svg {
		transform: scale(1);
	}

	.share-wrap div:nth-child(2) a:hover svg {
		fill: #fff;
	}

	.share-wrap div:nth-child(3) a:hover svg {
		stroke: #fff;
	}

	.js-copy-text {
		font-size: 12px;
		writing-mode: horizontal-tb !important;
		background-color: rgba(0, 0, 0, 0.35);
		padding: 2px 6px;
		border-radius: 6px;
		opacity: 0;
		box-sizing: border-box;
		transform: translateY(0px);
		transition: opacity .6s cubic-bezier(.25, 1, .5, 1), transform .6s cubic-bezier(.25, 1, .5, 1);
		top: 40px;
		left: -10px;
	}

	.js-shown {
		opacity: 1;
		transform: translateY(10px);
	}
}

@media screen and (max-width:468px) {
	#section0 .float-object {
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 99;
		background: url(./img/B3.png)no-repeat, url(./img/F4.png)no-repeat, url(./img/L5.png)no-repeat, url(./img/L9.png)no-repeat, url(./img/L2.png)no-repeat;
		background-position: -3% 43%, -35% 101%, 102% 90%, 115% 100%, 110% 50%;
	}
}