@charset "utf-8";
@import url("/aurakingdom/css/_normalize.min.css");
@import url("/aurakingdom/css/swiper.min.css");
@import url("/aurakingdom/css/jquery.fancybox.min.css");

/* ==========================================================================
Common
========================================================================== */
html,body { width: 100%; height: 100%; margin:0 auto ; }
img,a { display: block; }
a { text-decoration: none; }

h1,h2,h3,h4,p{ margin: 0 auto;}
* html .clearFix,*:first-child+html .clearFix { zoom: 1; }

/* z-index */
section{ z-index: 1; }
.top-logo{ z-index: 98; }
.header .btn-menu{ z-index: 99; }
.social-icon-m{ z-index: 99; }
.header{ z-index: 999; }

#section_4 h3,
#section_4 h4,
#section_4 p.section_4-title-s{ z-index: 90; }

#section_4 span.color { z-index: 97; }


/* ==========================================================================
	Wrap
========================================================================== */

.wrap{ font-family:'Noto Sans', sans-serif;}
section { position: relative; height: 180vw; text-align: center; }


/* ==========================================================================
	header
========================================================================== */

/* ---------- menu ---------- */
.header{
	position: fixed;
	top: 0;
	width: 100%;
	line-height: 60px;
}
/* 按鈕 */
.btn-menu {
	position: absolute;
	top: 22px;
    left: 26px;
    width: 70px;
    height: 70px;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.btn-menu span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 5px;
	background: #ccc;
	border-radius: 1px;
	opacity: 1;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.btn-menu span:nth-child(1) { top: 9px; }
.btn-menu span:nth-child(2),
.btn-menu span:nth-child(3) { top: 32px; }
.btn-menu span:nth-child(4) { top: 55px; }

.btn-menu.open span:nth-child(1),
.btn-menu.open span:nth-child(4) { top: 32px; width: 0%; }

.btn-menu.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-menu.open span:nth-child(2){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Logo */
.top-logo{ position: relative; background: rgba(33, 33, 33, 1);  }
.top-logo a{ display: block; }
.top-logo a img{ margin: 0 auto; width: 24%;  padding: 10px 0; }

/* 社群ICON */
.social-icon-m{ position: absolute; top: 22px; right: 10px;  }
.share{}
.share li{ display: inline-block; }
.share .Facebook{}
.share .Twitter{}
.share .googlePlus{}
.share li a{ display: block; }

.share .Facebook a{ background: url('../images/social-share-1.png') no-repeat 50% 100% ; }
.share .Twitter a{ background: url('../images/social-share-2.png') no-repeat 50% 100% ; }
.share .googlePlus a{ background: url('../images/social-share-3.png') no-repeat 50% 100% ; }

.share .Facebook a,
.share .Twitter a,
.share .googlePlus a{ background-size: cover; width: 70px; height: 70px; }

.share .Facebook a:hover,
.share .Twitter a:hover,
.share .googlePlus a:hover {  -webkit-filter: brightness(60%); }

/* 選單 */
.menu-m{
	position: fixed;
    top: 0;
    left: -100vw;
    background: rgba(37, 37, 37, 0.8);
    width: 100vw;
    height: 100vh;
    -webkit-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-m.open{
	left: 0vw;
	background: #383838;
}
.menu-m .range{ padding-top: 160px; }

.menu-m .menuBox{ margin: 0 auto; width: 70vw; }
.menu-m .menuBox li{
	font-size: 37px;
    padding: 35px;
    border-bottom: 1px solid #868686;
    font-family: 'Lora', serif;
    text-align: center;
}
.menu-m .menuBox li a{ color: #bfbfbf; }


/* ==========================================================================
	pageBox
========================================================================== */

/* ---------- page-1 ---------- */
#section_1{
	background: url('../images/aurakingdom_bg_1m.jpg') no-repeat 50% 100%;
	background-size: cover ;
}

#section_1 .page-in{ padding-top: 280px; }
#section_1 .page-in .title{
	margin: 0 auto;
	width: 95%;
	color: #FFF;
	font-family: 'Gentium Book Basic', serif;
    font-size: 80px;
    letter-spacing: 2px;
    line-height: 1.4em;
    word-spacing: .1em;
	text-shadow: 0px 0px 0px #FFF,
				 0px 0px 0px #FFF,
				 0px 0px 5px #292929,
				 0px 0px 5px #292929,
				 0px 0px 5px #333333,
				 0px 0px 15px #333333,
				 0px 0px 15px #333333,
				 0px 0px 15px #383838,
				 0px 0px 15px #383838,
				 0px 0px 15px #383838,
				 0px 0px 15px #383838;
}
#section_1 .title p{ font-family: 'Merriweather', serif; font-size: 31.5px; margin-top: -54px; }
#section_1 .page-in h2{
	font-size: 28px;
	color: #000;
	padding-top: 5px;
	text-shadow: 0px 0px 1px #000,
				 0px 0px 8px #fff,
				 0px 0px 8px #fff,
				 0px 0px 8px #fff,
				 0px 0px 10px #CCC,
				 0px 0px 10px #CCC,
				 0px 0px 10px #d8d6d6,
				 0px 0px 12px #d8d6d6,
				 0px 0px 12px #d8d6d6;

}
#section_1 .play-btn{
	display: block;
    position: absolute;
    top: 685px;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #313131;
    margin-left: -100px;
    border-radius: 100px;
    border: 5px solid #a7a7a7;
    opacity: .7;
}
#section_1 .play-btn span{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0px -10px;
    border-style: solid;
    border-width: 30px 0 30px 45px;
    border-color: transparent transparent transparent #ffffff;
}
#section_1 .play-btn:hover,
#section_1 .play-btn:active{ opacity: .9; }


/* 改彈窗大小 */
.fancybox-slide--iframe .fancybox-content{ max-width: 90vw; max-height: 50.625vw; }

.logo{}
.logo img{ margin: 0 auto; width: 60%; width: 55%; }


/* ---------- app ---------- */
.app{ padding-top: 224px; }
.app ul{}
.app ul li{}

.app li.app-icon a{ display: inline-block; width: 35vw; }
.app li.app-icon a img{ width: 100%;}

.app li.txt.on,
.app li.txt.off{
	font-family: 'Merriweather', serif;
	font-size: 55px;
	font-size: 38px; /* 送審用 */
	color: #FFF;
	line-height: 2em;
	text-shadow: 0px 0px 15px #5f5f5f,
				 0px 0px 15px #383838,
				 0px 0px 15px #383838,
				 0px 0px 15px #383838,
				 0px 0px 15px #383838;
	margin-top: 294px;
}

.app li.app-icon.pre{}
.app li.app-icon.pre a{
	display: block;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, rgb(87, 104, 202) 40%,rgb(32, 37, 101) 100%);
    width: 48%;
    padding: 10px 35px 15px 35px;
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.2px;
    border: 1.5px solid #3c98c3;
    border-radius: 13px;
    margin-top: 15px;
}
.app li.app-icon.pre a span{
	display: block;
    font-size: 24px;
}
.app li.app-icon.pre a:hover{ -webkit-filter:hue-rotate(300deg); }


/* 事前登錄 */
#section_1 .page-in { }

.app .Pre-title{
	margin-top: -225px;
	font-size: 60px;
	font-size: 55px;
	font-weight: 800;
	color: #c34444;
	line-height: 1.8em;
    text-shadow: 0px 0px 8px #FFF,
				 0px 0px 8px #FFF,
				 0px 0px 8px #FFF,
				 0px 0px 8px #FFF,
				 0px 0px 8px #FFF,
				 0px 0px 12px #FFF;
}
.app li.app-icon.login-btn.sign-on{ margin: 0 auto; /* margin-top: -200px; */ width: 60%; }

.app li.app-icon.login-btn.sign-on a,
.app li.app-icon.login-btn.sign-off a { width: 390px; height: 140px; }

.app li.app-icon.login-btn.sign-on a:hover{ -webkit-filter: brightness(130%); }

/* 輸入+送出按鈕 */
.app li.login-mail.sign-on,
.app li.login-mail.sign-off{ margin: 0 auto; width: 60%; padding-top: 30px; }

.app li.login-mail.sign-on input.mail{
	padding: 20px 30px;
    font-size: 34px;
    font-weight: 600;
    width: 550px;
    text-align: center;
    border: 6px solid #696b6b;
}
.app li.login-mail.sign-on input.enter-btn{
	background: url('../images/sign_up.png') no-repeat 50% 100%;
	background-size: contain;
	border: none;
    width: 300px;
    height: 145px;
    text-indent: -999%;
}

.app li.login-mail.sign-on input.enter-btn:hover{ -webkit-filter: brightness(120%); }
/* 已登錄 */
.app li.app-icon.login-btn.sign-off { margin: 0 auto; width: 60%; }
.app li.app-icon.login-btn.sign-off img{}

/* 輸入+送出按鈕 */
.app li.login-mail.sign-off span.mail{
	margin: 0 auto;
	display: block;
	background: #a9a9a9;
	width: 550px;
	color: #3e3e3e;
	font-size: 33px;
	text-align: center;
	padding: 20px 30px;
	border: 6px solid #313030;
}
.app .login-mail.sign-off span.enter-btn{
	margin: 0 auto;
	display: block;
	background: url('../images/sign_up.png') no-repeat 50% 100%;
	background-size: contain;
    width: 300px;
    height: 145px;
}
/* 灰階 */
.app li.app-icon.login-btn.sign-off,
.app .login-mail.sign-off{ -webkit-filter:grayscale(95%); }

/* 預設不顯示 */
.sign-off{ display: none; }

#section_1 .pre-area{
	position: absolute;
    top: 1050px;
    color: #000;
    width: 100%;
    height: 260px;
    padding: 10px;
    text-shadow: 0px 0px 0px #000,
				 0px 0px 15px #FFF,
				 0px 0px 15px #FFF,
				 0px 0px 15px #FFF,
				 0px 0px 15px #FFF,
				 0px 0px 15px #FFF,
				 0px 0px 15px #FFF;
}
#section_1 .pre-area span:before{
	content: '';
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/pre-icon.png) no-repeat 50% 50%;
    background-size: 45%;
    border-radius: 50px;
}
#section_1 .pre-area span{
	/* display: block; */
	display: none;
    position: absolute;
    top: -25px;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-left: -56px;
    background: #717171;
    border-radius: 50px;
}
#section_1 .pre-area p{
	margin-top: 24px;
    padding-bottom: 19px;
    font-size: 38px;
    font-weight: 800;
    width: 50vw;
    line-height: 1em;
}
#section_1 .pre-area a{
	display: inline-block;
    width: 290px;
    height: 100px;
    margin-left: 3px;
}
#section_1 .pre-area a.ios-pre-btn{ background: url('../images/ak-btn_ios_pre.png') no-repeat 50% 50%; background-size: contain; }
#section_1 .pre-area a.and-pre-btn{ background: url('../images/ak-btn_and.png') no-repeat 50% 50%; background-size: contain; }

/* ---------- page_2+3+4+5+6共通設定 ---------- */

	#section_2 h3,
	#section_3 h3,
	#section_4 h3,
	#section_5 h3,
	#section_6 h3{
		padding-top: 190px;
		color: #FFF;
		font-family: 'Lora', serif;
	    /* font-size: 65px; */
	    font-size: 75px;
	    padding-bottom: .5em;
	}
	#section_2 h4,
	#section_3 h4,
	#section_4 h4,
	#section_5 h4,
	#section_6 h4{
		margin: 0 auto;
		color: #FFF;
		width: 82%;
		font-family: 'Lora', serif;
		/* font-size: 42px; */
		font-size: 50px;
		line-height: 1.1em;
		word-spacing: .15em;
		padding-bottom: .5em;
	}

/* ---------- page_2 ---------- */

/* #section_2{ background: url('../images/aurakingdom_bg_2m.jpg') no-repeat 50% 100%; background-size: cover ; } */

/* ---------- page_3 ---------- */

/* #page-3{ background: url('../images/aurakingdom_bg_3m.jpg') no-repeat 50% 100%; background-size: cover ; } */

/* #section_3{} */

/* ---------- page_4 ---------- */
#section_4{ background: url('../images/aurakingdom_bg_4m.jpg') no-repeat 50% 100%; background-size: cover ; overflow: hidden; }
#section_4 .page-in{}
#section_4 h3{}
#section_4 h4{}

/* .chara-area{ margin: 0 auto; width: 80%; display: inline-block;   width: 100%;} */

#section_4 h3 { position: absolute; top: 0; left: 50%; margin-left: -188px; }
#section_4 h4 { position: absolute; top: 297px; left: 50%; margin-left: -407px; }
#section_4 p.section_4-title-s{
    position: absolute;
    top: 364px;
    left: 50%;
    margin-left: -274px;
    font-family: 'Lora', serif;
    font-size: 39px;
    color: #a8d9ec;
    text-shadow: 0px 0px 0px #a8d9ec;
}

#section_4 .swiper-container{}
#section_4 .swiper-container .swiper-wrapper{}

#section_4 .swiper-container .swiper-wrapper .swiper-slide{ height: 180vw; overflow: hidden; }

/* 角色 */
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-area{ position: absolute; bottom: 0; left: 50%; }
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-1{
	background: url(../images/chara-1.png) no-repeat;
	background-size: contain;
    width: 200vw;
    height: 180vw;
    margin-left: -798px;
    top: 347px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-2{
	background: url(../images/chara-2.png) no-repeat;
	background-size: contain;
    width: 222vw;
    height: 180vw;
    margin-left: -1039px;
    top: 188px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-3{
	background: url(../images/chara-3.png) no-repeat;
	background-size: contain;
    width: 200vw;
    height: 180vw;
    margin-left: -951px;
    top: 100px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-4{
	background: url(../images/chara-4.png) no-repeat;
    background-size: contain;
    width: 210vw;
    height: 180vw;
    margin-left: -1011px;
    top: 113px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-5{
	background: url(../images/chara-5.png) no-repeat;
    background-size: contain;
    width: 200vw;
    height: 168vw;
    margin-left: -733px;
    margin-bottom: 18px;
    top: 23px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-6{
	background: url(../images/chara-6.png) no-repeat;
    background-size: contain;
    width: 200vw;
    height: 170vw;
    margin-left: -935px;
    top: 105px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-7{
	background: url(../images/chara-7.png) no-repeat;
    background-size: contain;
    width: 200vw;
    height: 151vw;
    margin-left: -933px;
    top: 300px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .chara-8{
	background: url(../images/chara-8.png) no-repeat;
    background-size: contain;
    width: 200vw;
    height: 177vw;
    margin-left: -953px;
    top: 26px;
}

/* 文字 */
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area{
	position: absolute;
    top: 855px;
    left: 50%;
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%,rgba(13, 19, 29, 0.75) 30%);
    width: 101vw;
    height: 930px;
    margin-left: -496px;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area h5.name{
	font-family: 'Slabo', serif;
    letter-spacing: -.05em;
    font-size: 127px;
    color: #27323f;
    background: url(../images/color-bg.png) no-repeat;
    background-size: cover;
    background-position: 137% 50%;
    height: 278px;
    line-height: 2.2em;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area p.title{
	font-size: 41px;
    font-weight: 600;
    margin-top: -301px;
    margin-bottom: 60px;
    color: #27323f;
}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area .story{}
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area .story p{
	font-size: 31px;
    color: #85bbf5;
    padding: 0px 95px;
    text-align: justify;
    padding-bottom: 30px;
}
#section_4 span.color{
	display: none;
	position: absolute;
	bottom: 405px;
    left: 50%;
	width: 1526px;
	height: 270px;
	background: url('../images/color-bg.png') no-repeat;
	background-size: contain;
	margin-left: -805px;
}
/* 雅典娜例外 */
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area-3{ top: 1115px; }
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area-3 span{ color: #b1e7f2; font-size: 42px; font-family: 'Slabo', serif; }
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area-3 h5.name{ margin-top: -108px; line-height: 2.4em; }
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area-3 p.title{ margin-bottom: 55px; margin-top: -294px; }
#section_4 .swiper-container .swiper-wrapper .swiper-slide .text-area-3 .story{}

/* ========== 修改輪播 ========== */
.swiper-container {}
.swiper-container-horizontal>.swiper-pagination {
	display: none;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: 40%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 15px;
    width: 9px;
    height: 9px;
    background: #3caad3;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:hover{ opacity: 1; }
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:hover{ opacity: 1; }

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
	padding: 49px 55px;
    margin-left: -39px;
    background: #CCC;
}
/* 各角色選單ICON */
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(1):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(1){
	background: url('../images/chara-icon-1.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(2):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(2){
	background: url('../images/chara-icon-2.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(3):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(3){
	background: url('../images/chara-icon-3.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(4):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(4){
	background: url('../images/chara-icon-4.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(5):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(5){
	background: url('../images/chara-icon-5.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(6):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(6){
	background: url('../images/chara-icon-6.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(7):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(7){
	background: url('../images/chara-icon-7.png') no-repeat; background-size: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:nth-child(8):hover,
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active:nth-child(8){
	background: url('../images/chara-icon-8.png') no-repeat; background-size: 100%;
}

/* 箭頭 */
.swiper-button-next,
.swiper-button-prev { top: 48%; height: 220px; width: 140px; }

.swiper-button-prev{ background-image: url('../images/btn_prev.png'); background-size: contain; left: 50%; margin-left: -465px; }
.swiper-button-next{ background-image: url('../images/btn_next.png'); background-size: contain; right: 50%; margin-right: -465px; }

.swiper-button-next:hover,
.swiper-button-prev:hover{
	filter: brightness(140%);
	-webkit-filter: brightness(140%);
	-moz-filter: brightness(140%);
	-o-filter: brightness(140%);
}

/* ---------- page_5 ---------- */

#section_5{ background: url('../images/aurakingdom_bg_5m.jpg') no-repeat 50% 100%; background-size: cover ; }
#section_5 .page-in{}
#section_5 h3{}
#section_5 h4{}
/* #section_5 p{ color: #FFF; width: 70%; font-size: 37px; line-height: 1.8em; padding-top: 140px; } */

#section_5 p {
    font-size: 40px;
    color: #a8d9ec;
    font-family: 'Lora', serif;
    line-height: 1.2em;
    max-width: 790px;
    padding: .5em 1em 1em 1em;
    text-shadow: 0px 0px 0px #a8d9ec;
}
#section_5 .sky-movie{}
#section_5 a{
	display: block;
	margin: 0 auto;
	width: 725px;
	height: 410px;
	border: 3px solid #70c1d2;
	box-shadow: 1px 0px 20px 7px rgba(29, 210, 255, 0.5);
}
#section_5 .sky_yt{ width: 100%; height: 100%; background: #191919; }


/* ---------- page_6 ---------- */

#section_6{ background: url('../images/aurakingdom_bg_6m.jpg') no-repeat 50% 100%; background-size: cover ; height: 220vw; }

#section_6 .page-in{}
#section_6 h3{ padding-top: 255px; color: #272727; }
#section_6 h4{ color: #272727;}

#section_6 h4 span { display: block; font-size: 37px; }
.movie{
	display: table;
    margin: 0 auto;
    width: 57%;
    height: 300px;
    padding: 30px 0;
}
.movie li{ display: inline-block; margin: 8px 10px; }

.movie li a{ width: 54vw; height: 36vw; background: #191919; }
.movie li a:hover{ -webkit-filter: brightness(150%); }
.movie_yt{ width: 348px; height: 230px; background: #191919; }

.movie li:nth-child(1) a{ background: url('../images/movie-pic-1.jpg') no-repeat; background-size: cover; }
.movie li:nth-child(2) a{ background: url('../images/movie-pic-2.jpg') no-repeat; background-size: cover; }
.movie li:nth-child(3) a{ background: url('../images/movie-pic-3.jpg') no-repeat; background-size: cover; }
.movie li:nth-child(4) a{ background: url('../images/movie-pic-4.jpg') no-repeat; background-size: cover; }

/* go top */
span.top{
	display: block;
    display: none;
    position: fixed;
    top: 83vh;
    right: 23px;
    width: 100px;
    height: 100px;
    line-height: 3.8em;
    padding: 0 .7em;
    color: #FFF;
    font-size: 30px;
    background: #1fade2;
    border-radius: 50px;
    opacity: .7;
    z-index: 98;
    cursor: pointer;
}
span.top b{
	display: block;
    position: absolute;
    top: 28%;
    left: 50%;
    margin: -8px 0 0px -10px;
    border-style: solid;
    border-width: 0px 12px 17px 12px;
    border-color: transparent transparent #ffffff transparent;
}
span.top:hover{ -webkit-filter: contrast(1.5); }


/* ==========================================================================
RWD
========================================================================== */
/* @media screen and (max-width: 860px) and (orientation: portrait),
	screen and (max-height: 768px) and (orientation: landscape) { */

@media screen and (max-width: 860px) and (orientation: portrait),
	screen and (max-height: 768px) and (orientation: landscape) {

	/* ---------- wrap ---------- */
	.wrap { /* min-width: 1330px; */ color: #111111; font-family: 'Microsoft JhengHei', Arial, sans-serif; }
	.pageBox {}
	section { z-index: 1;height: 955px; }

	/* ---------- header ---------- */

	/* ---------- menu ---------- */
	.TopBar{
		position: fixed;
		top: 0;
		width: 100%;
		background: rgba(33, 33, 33, 0.90);
		line-height: 60px;
		z-index: 999;
	}
	/* 選單 */
	.menu{ margin: 0 auto; width: 40%; }
	.menu li{ display: inline-block; text-align: center; width: 24%; }
	.menu .m1{}
	.menu .m2{}
	.menu .m3{}
	.menu .m4{}
	.menu .m5{}
	.menu .m6{}
	.menu li a{ display: block; color: #FFF; }
	.menu li a:hover{ background: url('../images/select.png') no-repeat 50% 50%; }
	.menu li a:active{}

	/* 社群ICON */
	.social-icon{}
	.share{}
	.share li{}
	.share .Facebook{}
	.share .Twitter{}
	.share .googlePlus{}
	.share li a{}

	/* ---------- pageBox ---------- */
	.pageBox{}
	.pageBg{}

	section{ width: 100%; margin: 0 auto; text-align: center; }

	/* .pageBg, */
	#ytapiplayer_1 {
		position: absolute;
		top: 0; left: 50%;
		margin-left: -960px;
		width: 1920px;
		height: 1080px;
	}
	#section_1  span{
		display: block;
		position: absolute; top: 0;
		background: rgba(45,45,45,.2);
		width: 100%; height: 992px;
	}
	/* ---------- banner ---------- */

	/* ---------- icon ---------- */

	/* ---------- page_1 ---------- */

	#section_1{ position: relative; height: 992px; overflow: hidden; }
	#section_1 .page-in{ position: relative; /* margin-top: -910px; */ padding-top: 170px;}

	.logo{}
	.logo img { margin: 0 auto; }
	#section_1 h2{
		margin: 0 auto;
		width: 20em;
		color: #FFF;
	    font-family: unset;
	    font-size: 38px;
	    letter-spacing: 2px;
	    word-spacing: .5em;

	    text-shadow: 0px 0px 8px #383838,
					 0px 0px 8px #383838,
					 0px 0px 8px #383838,
					 0px 0px 8px #383838,
					 0px 0px 8px #383838;
	}
	#section_1 h3{ font-size: 17px; color: #000; }

	/* ---------- app ---------- */

	.app{ padding-top: 350px; }
	.app ul{}
	.app ul li{}
	.app li.app-icon{}
	.app li.app-icon_on a{ display: inline-block; width: 10em; }
	.app li.app-icon_on a:hover{ -webkit-filter: brightness(200%); -webkit-filter:contrast(.8); }
	.app li.app-icon_on a img { width: 100%;}

	.app li.txt{
		font-size: 25px;
		color: #FFF;
		line-height: 2em;
		text-shadow: 0px 0px 8px #383838,
					 0px 0px 8px #383838,
					 0px 0px 8px #383838,
					 0px 0px 8px #383838,
					 0px 0px 8px #383838;
	}

	/* ---------- scrollDown ---------- */

	.scrollDown {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		margin: auto;
		width: 50px;
		height: 43px;
		background-image: url(../img/ar-scroll_down.png);
		background-repeat: no-repeat;
		background-size: cover;
	}


	/* ---------- page_2 ---------- */

	#section_2 { background: #4a4a4a; }


	/* ---------- page_3 ---------- */

	/* #page-3{ background: #7b7b7b; } */


	/* ---------- page_4+5+6共通設定 ---------- */

	#section_4 h3,
	#section_5 h3,
	#section_6 h3{
		padding-top: 160px;
		color: #FFF;
	    font-size: 35px;
	    padding-bottom: .5em;
	}
	#section_4 h4,
	#section_5 h4,
	#section_6 h4{
		margin: 0 auto;
	    color: #FFF;
	    width: 40em;
	    font-size: 20px;
	    line-height: 1.6em;
	    word-spacing: .15em;
	}

	/* ---------- page_4 ---------- */

	#section_4{
		margin: 0 auto;
		background: url('../images/eidolons-bg.jpg') no-repeat ;
		background-size: cover;
		background-position: 50% 100%;
	}


	/* ---------- page_5 ---------- */

	#section_5{
		margin: 0 auto;
		/* background: #2f3348; */
		background: url('../images/sky-tower-bg.jpg') no-repeat ;
		background-size: cover;
		background-position: 50% 100%;
	}
	#section_5 p{ color: #FFF; width: 31%; padding: 5em 0; line-height: 2em; }


	/* ---------- page_6 ---------- */


	#section_6{
		margin: 0 auto;
		background: url('../images/trailers-bg.jpg') no-repeat ;
		background-size: cover;
		background-position: 50% 100%;
	}
	#section_6 h3{ color: #313131; }
	#section_6 h4{ color: #313131; }

	.movie{
		display: table;
	    margin: 0 auto;
	    width: 100%;
	    height: 300px;
	    padding: 30px 0;
	}
	.movie li{ display: inline-block; margin: 8px 10px; }
	.movie_yt{ width: 348px; height: 230px; background: #CCC; }
	#ytapiplayer_6-1{}
	#ytapiplayer_6-2{}
	#ytapiplayer_6-3{}
	#ytapiplayer_6-4{}

	}



/* ==========================================================================
	footer
========================================================================== */


#footer{ background: #1c1c1c; padding: 10px 0; }

#footer ul{ margin: 0 auto; text-align: center; }

#footer li{ display: block; vertical-align: middle; }
#footer li img{ width: 100%; }

#footer .x-logo{ width: 300px; height: 120px; margin: 0 auto; padding: 20px 0; }
#footer .txt{ padding: 0 40px; color: #888; font-size: 28px; }
#footer .social-link{ padding: 15px 0; }
#footer .social-link a{
	position: relative;
	display: inline-block;
	color: #FFF;
	width: 71px;
    height: 86px;
    padding-top: .5em;
}
#footer .social-link a img{ width: 100%; }

