/*fixed background*/
body::after{
	content: "";
	display: block;
	background-image: url(../img/background/background@2x.png);
	background-size: cover; 
	background-position: top center;
	background-repeat: no-repeat;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
}
body{
 background-color: #0E0E0E;
}

a{
  color: #fff;
}

h1,h2,h3{display: none;}

header{
	width: 100%;
 	padding: 20px 0px;
}
header .logo a{
	display: block;
	width: 200px;
}
main .KV{
	display: flex;
	flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  gap: 20px;
}
main .KV .text{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
main .KV .text .date{
	text-align: center;
	font-size: 16px;
  padding: 10px 16px 12px 16px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
main .KV .text .title{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
main .KV .text .title .main-title{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	padding: 15px 0px;
}
main .KV .text .title .main-title span{
	font-size: 48px;
	background: radial-gradient(50% 50% at 50% 50%, #F1EB9E 10%, #BC9546 90%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
main .KV .text .title .main-title span.b{
	font-size: 58px;
}
main .KV .text .title .subtitle{
	font-size: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
main .KV .text .title .subtitle .row1{
	padding-right: 60px;
	position: relative;
}
main .KV .text .title .subtitle .row1 img{
	width: 80px;
	position: absolute;
	top: -30px;
	right: -12px;
}
main .KV .text .title .subtitle .row2{
	display: flex;
	align-items: flex-end;
	padding-top: 15px;
	gap: 4px;
}
main .KV .text .title .subtitle .row2 span.b{
	font-size: 32px;
}
main .KV .text .title .remark{
	-webkit-text-fill-color: #EFEAE4;
	font-size: 20px;
	padding: 8px 0px;
	display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
main .KV .text .title .remark .winner span{
	font-size: 20px;
	-webkit-text-fill-color: #FFF;
}
main .KV .text .title .remark .winner{
	width: 100%;
	display: flex;
  padding: 14px 20px 18px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
	background-size: 300% 100%;
	box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
	box-sizing: border-box;
}
main .KV .text .title .btn a{
	display: block;
	text-align: center;
	font-size: 28px;
	-webkit-text-fill-color: #FFF;
	letter-spacing: 2.88px;
	padding: 12px 50px 16px 50px;
	border-radius: 100px;
	box-sizing: border-box;
}
main .KV .text .title .btn a.btn-color{
	background: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
	background-size: 300% 100%;
  box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
main .KV .text .title .btn a.btn-hover{
  transition: all .4s ease-in-out;
}
main .KV .text .title .btn a.btn-hover:hover{
	background-position: 100% 0;
  transition: all .4s ease-in-out;
}
main .KV .text .coin{
  display: none;
	position: absolute;
}
main .KV .text .coin.coin02{
	width: 170px;
  top: -164px;
  right: -159px;
}
main .KV .text .coin.coin03{
	width: 122px;
	top: -20px;
  left: -110px;
}
main .KV .text .coin.coin04{
	width: 193px;
  left: -160px;
  bottom: -50px;
}
main .KV .text .coin.coin05{
	width: 171px;
	right: -130px;
  bottom: -100px;
}
main .KV .awardimg .iphone{
	width: 280px;
}

footer .copyright{
	-webkit-text-fill-color: #DDD;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 150%;
  padding: 10px 16px;
}


@media screen and (min-width: 768px) {
  header .logo a {
    width: 240px;
	}
	main .KV{
		margin-top: 20px;
		margin-bottom: 50px;
    gap: 30px;
	}
	main .KV .text .date{
		font-size: 20px;
	}
	main .KV .text .title .main-title{
		gap: 8px;
	}
	main .KV .text .title .main-title span{
		font-size: 56px;
	}
	main .KV .text .title .main-title span.b{
		font-size: 66px;
	}
	main .KV .text .title .subtitle{
		font-size: 40px;
	}
	main .KV .text .title .subtitle .row1{
		padding-right: 80px;
	}
	main .KV .text .title .subtitle .row1 img{
		width: 100px;
		top: -34px;
	}
	main .KV .text .title .subtitle .row2{
		gap: 8px;
	}
	main .KV .text .title .subtitle .row2 span.b{
		font-size: 48px;
	}
	main .KV .text .title .remark{
		font-size: 24px;
	}
	main .KV .text .title .remark .winner{
		width: auto;
		padding: 14px 40px 18px 40px;
		gap: 20px;
	}
	main .KV .text .title .remark .winner span{
		font-size: 24px;
	}
	main .KV .text .title .btn a{
		font-size: 32px;
	}
	main .KV .awardimg .iphone{
		width: 360px;
	}
	main .KV .text .coin{
		display: block;
	}
}

@media screen and (min-width: 1280px) {
	header .logo a{
		width: 293px;
	}
  main .KV{
  	flex-direction: row;
    height: calc(100vh - 128px);
    padding: 0px 40px;
    margin-bottom: 200px;
  }
  main .KV .text{
		gap: 16px;
	}
	main .KV .text .date{
		font-size: 28px;
	}
	main .KV .text .title{
		gap: 16px;
	}
	main .KV .text .title .main-title span{
		font-size: 100px;
	}
	main .KV .text .title .main-title span.b{
		font-size: 114px;
	}
	main .KV .text .title .subtitle{
		font-size: 60px;
	}
	main .KV .text .title .subtitle .row1{
		padding: 12px 0px;
		padding-right: 120px;
	}
	main .KV .text .title .subtitle .row1 img{
		width: 150px;
	}
	main .KV .text .title .subtitle .row2{
		padding: 15px 0px;
	}
	main .KV .text .title .subtitle .row2 span.b{
		font-size: 70px;
	}
	main .KV .text .title .remark{
		gap: 20px;
	}
	main .KV .text .title .remark .winner{
		width: 100%;
	}
	main .KV .text .title .remark .winner span{
		font-size: 32px;
	}
	main .KV .text .title .btn{
		padding-top: 16px;
	}
	main .KV .text .title .btn a{
		font-size: 36px;
	}
	main .KV .text .coin.coin02{
		width: 192px;
	  top: -201px;
	}
	main .KV .text .coin.coin03{
	  top: -55px;
	  left: -38px;
	}
	main .KV .text .coin.coin04{
	  bottom: -124px;
	}
	main .KV .text .coin.coin05{
	  right: 20px;
	  bottom: -200px;
	}
  main .KV .awardimg .iphone{
		width: 425px;
	}
  footer .copyright{
  	font-size: 16px;
	}
}

@media screen and (min-width: 1440px) {
	main .KV{
		padding: 0px 80px;
	}
}

@media screen and (min-width: 1920px) {
	main .KV{
		padding: 0px 200px;
	}
	main .KV .awardimg{
	  padding-right: 100px;
	}
}













