@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');


html,body{
	position: relative;
	width: 100%;
	height: auto;
}
html{
	scroll-behavior: smooth; 
	padding: 0;
	margin: 0;
	/*min-width: 1300px;*/
}
body{
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	padding: 0;
	margin: 0;	
	background-color: #ffffff;
	transition: 0.3s ease;
}
*{
	box-sizing: border-box;
}
canvas{
	display: block;
}

.app{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}

[data-aos="fade-ani"] {
	opacity: 0;
	transform: translateY(15%);
	transition-property: transform, opacity;
}
[data-aos="fade-ani"].aos-animate{
	opacity: 1;
	transform: translateY(0%);
}

.steam-btn{
	position: relative;
	width: 250px;
	height: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #262c38;
	line-height: 50px;
	background: url('../img/p-btn.png') no-repeat center;
	z-index: 10;
	text-decoration: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
}
.steam-btn i{
	position: relative;
	font-size: 40px;
	margin-right: 15px;
	z-index: 0;
}
.steam-btn:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
	-o-filter: brightness(1.3);
}

.pc-btn{
	position: relative;
	width: 250px;
	height: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #262c38;
	line-height: 50px;
	background: url('../img/p-btn.png') no-repeat center;
	z-index: 10;
	text-decoration: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
}
.pc-btn i{
	position: relative;
	font-size: 40px;
	margin-right: 15px;
	z-index: 0;
}
.pc-btn:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
	-o-filter: brightness(1.3);
}

/*-------------------------------nav-----------------------------------*/


/*-------------------------------m-nav-----------------------------------*/


/*-------------------------------p0-----------------------------------*/

section#p0{
	position: relative;
	width: 100%;
	height: 950px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	z-index: 10;
	background: url('../img/p0bg.jpg') no-repeat center;
	overflow: hidden;
}
.p0-container{
	position: relative;
	width: 1366px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
header{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header:before{
	content: '';
	position: absolute;
	width: 60%;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	top: 22.5px;
	left: 50%;
	transform: translateX(-50%);
}
header > img{
	position: relative;
	display: block;
	max-width: 100%;
}
.header-play{
	position: relative;
	width: 220px;
	height: 100%;
}
.header-play-btn{
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
	width: 100%;
	height: 45px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
	transition: 0.3s ease;
	background-color: #c13041;
	border-radius: 5px;
	font-style: italic;
	cursor: pointer;
}
.header-play-btn > img{
	position: relative;
	display: block;
	max-width: 100%;
	margin-left: 5px;
	transition: 0.3s ease;
}
.header-play ul{
	position: absolute;
	width: 100%;
	height: auto;
	list-style: none;
	padding: 8px 8px 0px;
	margin: 0;
	top: 45px;
	right: 0;
	background-color: #341014;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
	border-radius: 5px;
}
.header-play ul li{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0px 8px;
}
.header-play ul li a{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	overflow: hidden;
	/*width: 100%;
	height: 100%;
	font-size: 18px;
	background-size: cover;
	line-height: 40px;*/
}
.header-play ul li a i{
	font-size: 30px;
}
.header-play:hover ul{
	opacity: 1;
	visibility: visible;
}
.p0-content{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
}
.p0-slogan{
	position: relative;
	width: max-content;
	height: auto;
	padding: 0;
}
.p0-slogan h2{
	position: relative;
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	color: #fff;
	margin: 0 0 10px 0;
}
.p0-slogan h1{
	position: relative;
	font-size: 110px;
	font-weight: 700;
	text-align: left;
	line-height: 110px;
	color: #fff;
	margin: 0 0 32px 0;
}
.p0-slogan h1:after{
	content: '';
	position: absolute;
	display: block;
	width: 90%;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	left: 0;
	bottom: -20px;
}
.p0-slogan h3{
	position: relative;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	line-height: 36px;
	color: #cda14d;
	margin: 0;
}
.p0-intro{
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: rgba(9,19,26,0.8);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 5px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
}
.p0-btns-container{
	position: relative;
	width: calc(42% - 30px);
	height: auto;
	margin-right: 30px;
}
.p0-btns-container > p{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	color: #fff;
	margin: 0 0 7px 0;
}
.p0-btns{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.p0-btns .steam-btn{
	margin-right: 12px;
}
.p0-btns .pc-btn{
	margin-left: 12px;
}
.p0-intro > p{
	position: relative;
	width: calc(58% - 30px);
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	color: #cccccc;
	margin: 0 0px 0 0;
	padding-left: 30px;
	border-left: 1px solid rgba(255,255,255,0.4);
}

/*-------------------------------p1-----------------------------------*/
section#p1{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url('../img/p1bg.jpg') no-repeat center;
	overflow: hidden;
}
.p1-container{
	position: relative;
	width: 1366px;
	height: 100%;
	margin: 0 auto;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.p1-container:before{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 5%;
	left: 0;
	background-color: rgba(255,255,255,0.2);
	mix-blend-mode: difference;
	z-index: 100;
}
.p1-slogan{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding-left: 15px;
}
.p1-slogan h1{
	position: relative;
	font-size: 40px;
	font-weight: 600;
	text-align: left;
	line-height: 40px;
	color: #fff;
	margin: 0 0 20px 0;
}
.p1-slogan p{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 26px;
	color: #fff;
	margin: 0 0 0px 0;
}
.p1-yt-container{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.p1-yt{
	position: relative;
	display: block;
	width: 960px;
	height: 540px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	margin: 0;
	z-index: 5;
	overflow: hidden;
	border-radius:5px;
	border: 1px solid rgba(255,255,255,0.4);
}
a.yt-cover{
	position: absolute;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.3s linear;
}
a.yt-cover:hover{
	background-color: rgba(0, 0, 0, 0.2);
}
a.yt-cover:hover .v-play{
	transform: scale(1.2,1.2);
}
.v-play{
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.6);
	background-color: rgba(32,36,45,0.5);
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.5);
	transition: 0.3s linear;
}
img.play-btn-a{
	position: absolute;
	display: block;
	left: 55%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
img.play-btn-c{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	animation: playbtnc 20s linear infinite;
}
@keyframes playbtnc{
	0%{transform: translate(-50%,-50%)rotateZ(0deg);}
	50%{transform: translate(-50%,-50%)rotateZ(300deg);}
	100%{transform: translate(-50%,-50%)rotateZ(0deg);}
}
.p1-yt iframe{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/*-------------------------------helmet-----------------------------------*/
section#helmet{
	position: relative;
	width: 100%;
	height: 150px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url('../img/helmet-bg.jpg') no-repeat center;
	overflow: hidden;
}
.helmet-container{
	position: relative;
	width: 1366px;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}
.helmet-container:before{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.2);
	mix-blend-mode: difference;
	z-index: 100;
}
.helmet-container > h1{
	position: relative;
	width: 55%;
	font-size: 40px;
	font-weight: 600;
	text-align: left;
	line-height: 40px;
	color: #21232e;
	margin: 0 0 0px 0;
}
.helmet-content{
	position: relative;
	width: 45%;
	height: 100%;
}
img#t3-helmet{
	position: absolute;
	display: block;
	max-width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	animation: helmet 3s ease infinite forwards;
}
img#t4-helmet{
	position: absolute;
	display: block;
	max-width: 100%;
	left: 35%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: helmet 4s ease infinite backwards;
}
img#t5-helmet{
	position: absolute;
	display: block;
	max-width: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	animation: helmet 5s ease infinite forwards;
}
@keyframes helmet{
	0%{transform: translateY(-50%);}
	60%{transform: translateY(-45%);}
	100%{transform: translateY(-50%);}
}


/*-------------------------------p2-----------------------------------*/
section#p2{
	position: relative;
	width: 100%;
	height: 900px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url('../img/p2bg.jpg') no-repeat center;
	overflow: hidden;
}
.p2-container{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto 0;
	z-index: 10;
}
.chara-tab{
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0 auto;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	z-index: 10;
}
.chara-tab ul{
	position: relative;
	width: max-content;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.chara-tab ul li{
	position: relative;
	width: 250px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.3s linear;
	z-index: 10;
	margin: 0 10px;
	filter: grayscale(100%) brightness(0.5);
	background-image: linear-gradient(45deg,#20232d,#566084);
	border: 2px solid rgba(0, 0, 0,0);
}
.chara-tab ul li a{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 3s linear;
}
.chara-tab ul li:hover{
	filter: grayscale(0%) brightness(1.0);
}
.chara-tab ul li.active{
	filter: grayscale(0%) brightness(1.0);
	border: 2px solid #c13041;
}
.chara-tab ul li a img{
	position: relative;
	display: block;
	max-width: 100%;
}
img.p2bg-2{
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 7;
}
.chara-container{
	position: relative;
	width: 1366px;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
}
.chara-container:before{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	bottom: 5%;
	left: 0;
	background-color: rgba(255,255,255,0.4);
	mix-blend-mode: difference;
	z-index: 100;
}
.chara-content{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.chara-info{
	position: relative;
	width: 50%;
	height: auto;
	z-index: 20;
	padding-left: 15px;
}
.chara-info h2{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color: #20232d;
	margin: 0 0 15px 0;
	text-align: left;
}
.chara-info h1{
	position: relative;
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	color: #c13041;
	margin: 0 0 40px 0;
	text-align: left;
}
.chara-info h1:after{
	content: '';
	position: absolute;
	display: block;
	width: 20%;
	height: 5px;
	background-color: #c13041;
	left: 0;
	bottom: -15px;
}
.chara-info p{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #20232d;
	margin: 0;
	text-align: left;
}
.c-img{
	position: absolute;
	display: block;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}
#c-t3-img{
	right: -50px;
}
#c-t4-img{
	right: 5%;
}
#c-t5-img{
	right: 10%;
}
.c-img-active{
	transform: translateX(-10%);
}
.bg-icon{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.bg-icon-active{
	transform: translate(-40%,-50%);
}

/*-------------------------------p6-----------------------------------*/

section#p6{
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url('../img/p3bg.jpg') no-repeat center;
	overflow: hidden;
}
section#p6 h1{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	margin: 0 0 30px 0;
	text-align: center;
}
.p6-fast-container{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.p6-fast-container a{
	position: relative;
	min-width: 40px;
	height: 40px;
	background-color: #c13041;
	border-radius: 20px 20px;
	border: 1px solid #fff;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.4s linear;
	margin: 0 16px;
	padding: 0;
	overflow: hidden;
}
.p6-fast-container a i{
	position: relative;
	font-size: 1.25rem;
	text-align: center;
	color: #fff;
	transition: 0.4s linear;
}
.p6-fast-container a span{
	width: 0;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
	margin: 0;
	text-align: left;
	transition: 0.3s linear;
	opacity: 0;
	visibility: hidden;
	padding: 0;
}
.p6-fast-container a:hover{
	padding: 0 20px;
}
.p6-fast-container a:hover span{
	width: auto;
	opacity: 1;
	visibility: visible;
	margin: 0 0 0 15px;
}

/*-------------------------------footer-----------------------------------*/

footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #111111;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
.footer-container{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
}
.footer-logo{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-logo img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0 15px;
}
p.copyright{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #787878;
	margin: 25px 0 25px;
	font-family: 'Noto Sans TC', sans-serif;
}
.term{
	position: relative;
	width: max-content;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Noto Sans TC', sans-serif;
}
.term p{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #787878;
	margin: 0 0 0px 20px;
}
img#eva15{
	position: relative;
	margin: 0 auto;
}