@charset "UTF-8";
/**
 * 
 * @authors Mina
 */

@import url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/css/animate.css');
@import url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/css/aos.css');

body {
	border: medium none;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Microsoft JhengHei';/*微軟正黑體*/
	background: #fff;
	color: #000;
	height: 100%;
	overflow: hidden;
	/* position: fixed; */
	width: 100%;
	min-width: 1000px;
}

ul, li, button, p {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
	outline: none;
}

.move {
	transition: .2s;
}

#main {
	position: relative;
	overflow: hidden;
}

.in {
	position: relative;
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}

a:link {
	text-decoration: none;
}


/* ----- LEFT MENU ----- */

#left_menu {
	position: fixed;
	width: 193px;
    height: 411px;
	top: 50%;
	margin-top: -205px;
	color: #fff;
    font-weight: bold;
    text-align: center;
    left: -195px;
    z-index: 10;
}

#left_menu.close {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/left_menu.png') top right no-repeat;
}

#left_menu.open {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/left_menu.png') top left no-repeat;
}

#left_menu .btn {
	position: absolute;
	cursor: pointer;
	right: 0;
	width: 50px;
	height: 100%;
}

#left_menu .pages {
    font-size: 24px;
    width: 143px;
    margin-top: 46px;
    line-height: 50px;
}

#left_menu .pages li {
	cursor: pointer;
	height: 50px;
	border-bottom: 1px solid #cf7a00;
	width: 87%;
	margin: 0 auto;
}

#left_menu .pages li:hover {
	color: #f8ff38;
}

#left_menu .apps {
	width: 143px;
	font-size: 21px;
	margin-top: 26px;
    line-height: 26px;
}

#left_menu .apps span {
	width: 125px;
    display: inline-block;
    margin-bottom: 4px;
}

#left_menu .apps li {
	width: 119px;
	height: 35px;
	cursor: pointer;
	margin: 4px auto;
}

#left_menu .apps .google {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/link_google.png') top center no-repeat;
	background-size: contain;
}

#left_menu .apps .ios {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/link_ios.png') top center no-repeat;
	background-size: contain;
}


/* ----- PAGE1 ----- */

#page1 {
	position: relative;
	height: 852px;
	overflow: hidden;	
}

#page1 .bg1 {
	position: absolute;
	height: 100%;
	width: 1256px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/main_bg2.jpg') top center no-repeat;
	right: -500px;
    margin: 0 auto;
    opacity: 0;
}

#page1 .bg2 {
	position: absolute;
	height: 100%;
	width: 1081px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/main_bg1.png') top center no-repeat;
	left: -500px;
    margin: 0 auto;
    opacity: 0;
}

#page1 .pic {
	position: absolute;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/main_pic.png') top center no-repeat;
	width: 1166px;
	height: 947px;
    left: 300px;
    opacity: 0;
    background-size: contain;
}

#page1 .pic_bk {
	transform-origin: 25% 50%;
	opacity: 0;
	filter: brightness(1.3);
}

#page1 .pic_bk_ani {
	animation: pic_ani 1.2s forwards linear infinite;
}

@keyframes pic_ani {
	from {opacity: 0.3;}
	to {opacity: 0; transform: scale(1.065);}
}

#page1 .ball {
	display: none;
}

#page1 .rt {
	position: absolute;
	right: 100px;
	opacity: 0;
}

#page1 .rt div {
	position: relative;
	margin: 0 auto;
}

#page1 .title {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/title.png') top center no-repeat;
	width: 500px;
	height: 281px;
    margin-top: 161px !important;
}

#page1 .btns {
    margin-top: 16px !important;
}

#page1 li {
    display: inline-block;
    cursor: pointer;
}

#page1 .btns li:hover {
	filter: brightness(1.2);
	transform: scale(1.03);
}

#page1 .btn1 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/main_btn1.png') top center no-repeat;
	width: 254px;
	height: 101px;
}

#page1 .btn2 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/main_btn2.png') top center no-repeat;
	width: 294px;
	height: 109px;
    margin-left: 8px;
    margin-bottom: 8px;
}

#page1 .apps {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/main_apps.png') top center no-repeat;
	width: 386px;
	height: 129px;
	margin-top: 41px !important;
    margin-right: 36px !important;
}

#page1 .apps .google {
	position: absolute;
	width: 154px;
    height: 48px;
    top: 64px;
    left: 33px;
}

#page1 .apps .ios {
	position: absolute;
	width: 162px;
	height: 51px;
	top: 61px;
	left: 194px;
}

#page1 .top {
    position: absolute;
    width: 80px;
    right: 8px;
    margin-top: 0px;
    opacity: 0;
}

#page1 .top li {
	width: 30px;
	height: 30px;
}

#page1 .music.on {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/top_music.png') top left no-repeat;
	background-size: cover;
}

#page1 .music.off {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/top_music.png') top right no-repeat;
	background-size: cover;
}

.music_ani {
	animation: music_ani 1s forwards infinite linear;
}

@keyframes music_ani {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -5px, 0);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -3px, 0);
	}

	90% {
		transform: translate3d(0, -1px, 0);
	}
}

#page1 .fb {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/top_fb.png') top center no-repeat;
}

#page1 .logo {
	position: absolute;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/logo.png') top center no-repeat;
	width: 233px;
	height: 123px;
    margin-top: 28px;
    left: 35px;
    opacity: 0;
    background-size: contain;
}

#page1 .open_ball {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/open_ball.png') top center no-repeat;
	width: 604px;
	height: 743px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    background-size: contain;
}

	.open_ball_ani {
        animation: open_ball_ani .25s forwards;
	}

	@keyframes open_ball_ani {
		from {filter: brightness(2);}
		to {filter: brightness(1)}
	}

	.ball_ani {
        animation: ball_ani .25s forwards, open_ball_ani .25s forwards;
	}

	@keyframes ball_ani {
		0% {
			transform: scale(0.5);
			top: -300px;
		    opacity: .5;
		    left: 0;
		}
		50% {
			opacity: 1;
			transform: scale(1);
		}
		100% {
			top: 300px;
		    left: 300px;
		}
	}

#page1 .topmenu {
	display: none;
}


/* ----- PAGE2 ----- */

#page2 {
	position: relative;
	height: 876px;
	overflow: hidden;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page2_bg.jpg') top center no-repeat;
}

#page2 .title {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page2_title.png') top center no-repeat;
	width: 121px;
	height: 485px;
	position: absolute;
	margin-top: 232px;
	left: 50px;
}

#page2 .paper {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page2_paper.jpg') top center no-repeat;
	width: 524px;
	height: 595px;
	position: absolute;
	margin-top: 125px;
    left: 164px;
    background-size: contain;
    user-select: none;
}

#page2 .pic {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page2_pic.png') top center no-repeat;
	width: 275px;
	height: 732px;
	position: absolute;
    bottom: 0;
    right: 48px;
    background-size: cover;
}

#page2 .paper ul {
    width: 298px;
    position: relative;
    margin-left: 185px;
    margin-top: 96px;
}

#page2 .paper li {
	position: relative;
}

#page2 .paper li p {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

#page2 .paper .step1 iframe.sp {
	display: none;
}

#page2 .paper .step1 iframe.pc {
	display: block;
}

#page2 .paper .step1 iframe {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(0,-50%);
}

#page2 .paper .step2 {
	margin-top: 30px;
}

#page2 .paper .step3 {
	margin-top: 32px;
}

#page2 .step2 .radios {
	position: relative;
    margin-top: 11px;
    font-size: 24px;
    font-weight: bold;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width   : 0;
	margin  : 0;
	padding : 0;
	opacity : 0;
}

input[type=radio   ]:not(old) + label{
	display      : inline-block;
	padding-left : 24px;
	line-height  : 18px;
	background   : url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/radio.png') no-repeat 0 0;
	background-size: 18px;
	cursor: pointer;
}
input[type=radio]:not(old):checked + label{
	background-position : 0 -18px;
}

#page2 .step2 .label1 {
    margin-right: 15px;
}

#page2 .step3 select {
	position: relative;
	background: #fff url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/arrow.png') center right no-repeat;
	width: 97px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    cursor: pointer;
	font-size: 22px;
	height: 35px;
	border: 0;
	padding-left: 22px;
	margin-top: 8px;
    margin-left: -7px;
	font-weight: bold;
	font-family: 'Microsoft JhengHei';
	border: 1px solid #575757;
	background-position-x: 80px;
	color: #757575;
}

select::-ms-expand { display: none; }

option[value=""][disabled] {
	display: none;
}

select.tw, select.hk, select.mo{
	color: #000 !important;
}

option {
	font-weight: bold;
	color: #000;
}

#page2 .step3 input {
	width: 195px;
    height: 35px;
    position: relative;
    padding: 0;
    border: 1px solid #575757;
	font-size: 22px;
	margin-left: 2px;
	font-weight: bold;
	font-family: 'Microsoft JhengHei';
	padding-left: 8px;
	box-sizing: border-box;
	padding-right: 8px;
	background-size: contain;
}

#page2 .btn {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page2_btn.jpg') top center no-repeat;
	width: 275px;
	height: 81px;
	margin: 137px auto 0;
	cursor: pointer;
	background-size: contain;
}

#page2 .btn:hover {
	filter: brightness(1.2);
	transform: scale(1.02);
}

#page2 .tip {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	background: rgba(255,255,255,.9);
	width: 516px;
	margin-top: 738px;
	position: absolute;
	margin-left: 163px;
	padding: 2px 5px;
	user-select: none;
}


/* ----- APPS ----- */

#apps {
	position: absolute;
	height: 135px;
	overflow: hidden;
	margin-top: -29px;
	z-index: 1;
	width: 100%;
}

#apps .apps {
	position: absolute;
	background: #1b1b1b;
	width: 578px;
	height: 135px;    
    right: 0;
    font-weight: bold;
}

#apps .apps p {
	font-size: 20px;
	color: #fff;
	text-align: center;
    margin-top: 13px;
}

#apps .apps p span {
	color: #ff2828;
	font-size: 25px;
}

#apps .apps .arrow {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/apps_arrow.jpg') top center no-repeat;
	width: 61px;
	height: 32px;
	margin-top: 28px;
    margin-left: 63px;
    position: absolute;
}

#apps .apps ul {
    position: absolute;
    right: 38px;
    margin-top: 14px;
}

#apps .apps ul li {
	display: inline-block;
	width: 186px;
	height: 55px;
	cursor: pointer;
}

#apps .apps .google {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/link_google.png') top center no-repeat;
	background-size: contain;
}

#apps .apps .ios {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/link_ios.png') top center no-repeat;
	background-size: contain;
}


/* ----- PAGE3 ----- */

#page3 {
	position: relative;
	height: 969px;
	overflow: hidden;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page3_bg.jpg') top center no-repeat;
}

#page3 .title {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page3_title.png') top center no-repeat;
	width: 487px;
	height: 95px;
	position: absolute;
	margin-top: 137px;
    left: 57px;
    background-size: contain;
}

#page3 .pic {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page3_pic.png') top center no-repeat;
	width: 502px;
	height: 806px;
	position: absolute;
    right: 3px;
    bottom: 0;
}

#page3 .rewards {
	position: absolute;
    margin-top: 268px;
    left: 59px;
}

#page3 .rewards li {
	width: 477px;
	height: 124px;
	margin-top: -12px;
    position: relative;
}

#page3 .rewards p {
	font-size: 16px;
    font-weight: bold;
    color: #000;
    position: absolute;
    text-align: right;
    bottom: 17px;
    right: 8px;
    text-shadow: 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff;
}

#page3 .reward1 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward1.png') top center no-repeat;
	z-index: 6;
	background-size: cover;
}

#page3 .reward2 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward2.png') top center no-repeat;
	z-index: 5;
	background-size: cover;
}

#page3 .reward3 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward3.png') top center no-repeat;
	z-index: 4;
	background-size: cover;
}

#page3 .reward4 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward4.png') top center no-repeat;
	z-index: 3;
	background-size: cover;
}

#page3 .reward5 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward5.png') top center no-repeat;
	z-index: 2;
	background-size: cover;
}

#page3 .reward6 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward6.png') top center no-repeat;
	z-index: 1;
	background-size: cover;
}

#page3 .reward1.active {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward1.png') bottom center no-repeat;
	z-index: 6;
	background-size: cover;
}

#page3 .reward2.active {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward2.png') bottom center no-repeat;
	z-index: 5;
	background-size: cover;
}

#page3 .reward3.active {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward3.png') bottom center no-repeat;
	z-index: 4;
	background-size: cover;
}

#page3 .reward4.active {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward4.png') bottom center no-repeat;
	z-index: 3;
	background-size: cover;
}

#page3 .reward5.active {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward5.png') bottom center no-repeat;
	z-index: 2;
	background-size: cover;
}

#page3 .reward6.active {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward6.png') bottom center no-repeat;
	z-index: 1;
	background-size: cover;
}

#page3 .rewards li.active .finish {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/reward_finish.png') top center no-repeat;
	width: 81px;
	height: 65px;
	position: absolute;
    margin-top: 36px;
    left: 28px;
    background-size: contain;
}

#page3 .btn {
	position: absolute;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page3_btn.jpg') top center no-repeat;
	width: 275px;
	height: 81px;
	right: 40px;
	margin-top: 692px;
	cursor: pointer;
	background-size: contain;
}

#page3 .btn:hover {
	filter: brightness(1.1);
	transform: scale(1.02);
}

#page3 .total {
	position: absolute;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page3_nbbg.png') top center repeat;
	width: 403px;
	height: 131px;
	right: 0;
	margin-top: 773px;
	user-select: none;
}

#page3 .total p {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
    margin-left: 68px;
    margin-top: 12px;
}

#page3 .total ul {
    margin-top: 5px;
    text-align: right;
    padding-right: 32px;
}

#page3 .total li {
	width: 45px;
	height: 62px;
    display: inline-block;
}

#page3 .total .n0 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: 0;
}

#page3 .total .n1 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -45px;
}

#page3 .total .n2 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -90px;
}

#page3 .total .n3 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -135px;
}

#page3 .total .n4 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -180px;
}

#page3 .total .n5 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -225px;
}

#page3 .total .n6 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -270px;
}

#page3 .total .n7 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -315px;
}

#page3 .total .n8 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -360px;
}

#page3 .total .n9 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/numbers.png') top left no-repeat;
	background-position-x: -405px;
}


/* ----- PAGE4 ----- */

#page4 {
	position: relative;
	height: 874px;
	overflow: hidden;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page4_bg.jpg') top center no-repeat;
}

#page4 .title {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page4_title.png') top center no-repeat;
	width: 88px;
	height: 590px;
	position: absolute;
	margin-top: 118px;
    right: 44px;
}

#page4 .pic {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page4_pic.png') top center no-repeat;
	width: 552px;
	height: 781px;
	position: absolute;
    left: -132px;
    bottom: 0;
    background-size: cover;
}

#page4 .paper {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page4_paper.jpg') top center no-repeat;
	width: 518px;
	height: 668px;
	position: absolute;
	margin-top: 119px;
    margin-left: 349px;
    font-weight: bold;
    background-size: contain;
    user-select: none;
}

#page4 .paper .txt {
	font-size: 24px;
	padding: 21px 30px 12px 30px;
    line-height: 30px;
}

#page4 .paper .txt span {
	font-size: 36px;
	color: #aa0000;
}

#page4 .paper .txt2 {
	font-size: 19px;
    padding: 0px 30px;
}

#page4 .paper ul {
	padding: 0 29px;
    margin-top: 60px;
}

#page4 .paper li {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page4_ball.png') top left no-repeat;
	width: 500px;
	height: 47px;
	font-weight: bold;
	margin-bottom: 36px;
	background-size: 48px;
}

#page4 .paper li span {
	margin-top: 19px;
    margin-left: 31px;
    position: absolute;
	font-size: 28px;
	font-family: Arial;
}

#page4 .paper li p {
	display: inline-block;
	font-size: 26px;
	font-family: 'Microsoft JhengHei';
	border-bottom: 1px solid #000;
    width: 78%;
    margin-left: 65px;
    line-height: 32px;
}

#page4 .paper li:nth-last-child(1) p {
    margin-top: -6px;
}

#page4 .txt3 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 54px;
}

#page4 .txt3 span {
	font-size: 40px;
	color: #aa0000;
}

#page4 .txt3 a {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/refresh.png') top center no-repeat;
	background-size: contain;
	max-width: 43px;
    width: 6.5%;
    padding-top: 6.1%;
    display: inline-block;
    cursor: pointer;
}

#page4 .txt3 a:hover {
	filter: brightness(1.1);
	transform: scale(1.02);
}

#page4 .btn {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page4_btn.jpg') top center no-repeat;
	width: 275px;
	height: 81px;
	margin: 0 auto;
    margin-top: 23px;
    cursor: pointer;
    background-size: contain;
}

#page4 .btn:hover {
	filter: brightness(1.2);
	transform: scale(1.02);
}

#page4 .tip {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
    bottom: 7px;
    right: 7px;
}


/* ----- PAGE5 ----- */

#page5 {
	position: relative;
	height: 761px;
	overflow: hidden;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page5_bg.jpg') top center no-repeat;
}

#page5 .title {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/page5_title.png') top center no-repeat;
	width: 390px;
	height: 84px;
	position: relative;
	margin-top: 84px;
	margin-left: 562px;
	background-size: contain;
}

#page5 .tips {
	background: rgba(255, 255, 255, 0.85);
	position: relative;
	width: 91%;
    margin: 0 auto;
    margin-top: 6px;
}

#page5 .tips ol {
    margin: 0 auto;
	font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 40px 14px 42px 38px;
    user-select: none;
}

#page5 .tips li {
    list-style-type: decimal;
}

#page5 .tips p {
	margin-top: 14px;
    margin-left: -25px;
}


/* ----- GOTOP ----- */

#gotopbox {
	position: absolute;
    margin-top: -143px;
    width: 100%;
}

#gotopbox .gotop {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/gotop.png') top center no-repeat;
	width: 134px;
	height: 143px;
    right: -144px;
    position: absolute;
    cursor: pointer;
}

/* ----- FOOTER ----- */

footer {
	height: 135px;
	background: #000;
	z-index: 1;
	position: relative;
}

footer .box {
	margin: 0 auto;
	width: 89%;
	position: relative;
	transform: translate(0, 50%);
}

footer li {
	display: inline-block;
}

footer .dena {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/dena.jpg') top center no-repeat;
	width: 70px;
	height: 40px;
	background-size: contain;
}

footer .toei {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/toei.jpg') top center no-repeat;
	width: 72px;
	height: 50px;
	margin-left: 10px;
	background-size: contain;
}

footer .cr ul {
	color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 1%;
    line-height: 19px;
    user-select: none;
}

footer .cr li {
	display: block;
}

footer .game {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/game.jpg') left center no-repeat;
	height: 42px;
    position: absolute;
    right: 1%;
    background-size: contain;
    font-size: 12px;
    padding-left: 50px;
    color: #fff;
    top: 83%;
}

footer .game li {
	display: block;
	list-style-type: decimal;
}


/* ----- SP MENU ----- */

#sp_menu {
	display: none;
}


/* ----- POP FRAME ----- */

#pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	transition: visibility 300ms;
	visibility: hidden;
	opacity: 0;
	user-select: none;
}

#pop .pop_bg {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
}

#pop .pop_close {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/pop_close.png') center center no-repeat;
	width: 64px;
	height: 52px;
	position: absolute;
	right: -3%;
    top: -3.5%;
    cursor: pointer;
    background-size: contain;
}

#pop .pop_box  {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/sd/static/img/pop_box.jpg') center center no-repeat;
	width: 603px;
	height: 407px;
	position: absolute;
	top: 50%;
    left: 50%;
    background-size: contain;
    transform: translate(-50%,-50%);
    transform-origin: left top;
}

#pop .pop_close:hover {
    transform: scale(1.08);
}

#pop .types {
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-weight: bold;
    transform: translate(-50%,-50%);
    font-size: 32px;
    width: 100%;
}

#pop .type1, #pop .type2, #pop .type3, #pop .type4 {
	display: none;
}

#pop .regist_rw {
    background: #fff;
    padding: 0.5% 5%;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 1%;
    user-select: text;
}

.pop_in_ani {
	animation: fadeIn .3s forwards;
}

.pop_out_ani {       
    animation: fadeOut .3s forwards;
}

.zoom_ani {
	animation: zoomIn .3s forwards;
}

.menu_in_ani {
	animation: slideInLeft .3s forwards;
}

.menu_out_ani {       
    animation: slideOutLeft .3s forwards;
}