@charset "utf-8";
/* CSS Document */
a{
	cursor:pointer!important;
	}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", Arial;
	background-color: #fcdbe4;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	cursor: pointer;
}

html {
  font-size: 62.5% !important;
}
.pc {
  display:block!important;
}


.mobile {
  display:none!important;
}


@media screen and (max-width: 560px){
html {
    font-size: 52.5%!important;
}
}






@media screen and (max-width: 640px){
.mobile {
  display:block!important;
}


.pc {
  display:none!important;
}

}

h1, h2, h3, h4, h5, h6, ul, ol, li, form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-weight: normal;
}
img{
	width:100%;
	height:auto;
	}
#main {
	max-width: 900px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 100vh;
	position: relative;
	overflow:hidden;
}

#main.index {
	padding-bottom:0px;
	background-color: #fcdbe4;
}

.index_start {
	background-image:url(../images/start_but.png);
	background-repeat:repeat-x;
	background-size: auto 100%;
	width: 100vw;
	position: fixed;
	bottom: 0px;
	left:0;
	z-index:400;
}
.index_start .conten{
	max-width: 630px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}


#main .index_up{
	height: auto;
	width: 100%;
	position: relative;
}

#main .index_up .topbut {
height: auto;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1100;
    display: table;
    margin-bottom: 5px;
}
#main .index_up .topbut .conten{
	max-width: 680px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	display:table;
}

#main .index_up .topbut .conten .t {
	float: left;
	height: auto;
	width: 10%;
	margin-left:1%;
	margin-right:1%;
}

#main .index_up .topbut .conten>div {
	float: left;
	height: auto;
	width: 40%;
	margin-left:1%;
	margin-right:1%;
}
#main .index_up .topbut .conten>div:nth-child(2) {
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}
#main .index_up .topbut .conten>div a img{
	width:100%;
	height:auto;
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main .index_up .topbut .conten>div a:hover img{
	transform: scale(1.02);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main .index_start .butdown {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: r;
	left: 0px;
	top: 0px;

}

#main .index_start .butdown>div {
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
}


#main .index_start .butdown>div a img{
		transform: scale(0.98);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#main .index_start .butdown>div a:hover img{
		transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#slide {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 26%;
    z-index: 300;
}
#slidex div.x {
	float: left;
}
#slidex button.slick-prev ,#slidex button.slick-next{
	width:7.5%;
	padding-top:7.5%;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-image:url(../images/arrow.png);
	position:absolute;
	top:30%;
	transform:translateY(-50%);
	background-color:transparent;
	border:none;
	font-size:0px;
	z-index:1000;
	outline:none;
}
#slidex button.slick-prev{
	transform:translateY(-50%) rotate(180deg);
	left:12%;
	
}
#slidex button.slick-next{
	transform:translateY(-50%) rotate(0);
	right:12%;
}
#main .topgame {
	height: auto;
	width: 100%;
	position: relative;
}
#main .topgame .gohome {
    width: 10%;
    position: absolute;
    top: 3%;
    right: 1%;
    z-index: 300;
}
#main .topgame .butline {
	width: 54%;
	position: absolute;
	left: 4.5%;
	bottom: 4%;
}
#main .topgame .butline2 {
	width: 54%;
	position: absolute;
	left: 5.4%;
	bottom: 0%;
}


#main .topgame .butline>div {
	width: 49.5%;
	float:left;
	margin-right:1%;
}

#main .topgame .butline2>div {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}


#main .topgame .butline>div:last-child {
	margin-right:0%;
}
#slidy {
    z-index: 200;
    position: absolute;
    width: 33%;
    top: 6%;
    right: 6%;
}
	
#slidy .x{
	float:left;
	}
#main .gmaemain {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
}
#main .gmaemain div.but {
	height: 32%;
	width: 41.7%;
	margin-right: auto;
	margin-left: auto;
	bottom: 25%;
	position: absolute;
	z-index: 400;
	right: 11.3%;
	-webkit-animation: zoominout 0.5s ease-in-out;
    animation: zoominout 0.5s ease-in-out;
    animation-iteration-count: infinite;
}


#main .gmaemain div.but:hover {
	transform:scale(1.08);
		-webkit-animation: none;
    animation: none;
}

#main .gmaemain div.but a img {
		transform: scale(0.98);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main .gmaemain div.but a:hover img {
		transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#main .gmaemain div.but a img{
		transform: scale(0.98);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main .gmaemain div.but a:hover img{
		transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main .gmaemain .start_slogn {
	width: 100%;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
}


#main .gmaemain .start_slogn .phone{
	width: 30.5%;
	height:50%;
	position: absolute;
	left: 36%;
	bottom: 4%;
	    -webkit-animation: slidein 1.3s both ease-in-out;
    animation: slidein 1.3s both ease-in-out;
	/*-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  animation-duration: 3s;
  animation-name: slidein;*/
  animation-iteration-count: infinite;

}
#regulation {
	height: auto;
	width: 100%;
}


#regulation>div {
	position:relative;
}
#regulation div .but_a {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: auto;
	left: 10%;
	bottom: 2%;
}
#main .regulation_list {
	height: auto;
	width: 100%;
}
#main .regulation_list .title {
	height: auto;
	width: 100%;
}
#main .regulation_list {
	background-color: #FBD700;
	width: 100%;
}
#main .regulation_list .list {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 1.5rem;
	color: #333;
	padding-top: 10px;
	padding-bottom: 30px;
}
#main .regulation_list .list ul li {
	padding-left: 15px;
	position: relative;
}

#main .regulation_list .list ul li:before {
	content:"★";
	margin-left:-15px;
}


#main .regulation_list .list ol,#main .regulation_list .list ol li{
	 list-style-type:decimal;
}

#main .regulation_list .list ol li{
	margin-left:15px;
}


#main .regulation_list .list ol .red {
	color: #ffdf00;
}







#regulation div .but_a a img{
		transform: scale(0.98);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#regulation div .but_a a:hover img{
		transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#regulation div .but_line,#regulation div .but_fb {
	width: 10.5%;
	height:15%;
	position:absolute;
	top:18.5%;
}

#regulation div .but_line a,#regulation div .but_fb a {
	width: 100%;
	height:100%;
	font-size:0;
	display:block;
}

#regulation div .but_line{
	left:4.5%;
}

#regulation div .but_fb{
	left:16%;
}
#main .end_ad {
	height: auto;
	width: 100%;
	position: relative;
}
#main .gmaemain .print {
	position: absolute;
	z-index: 400;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}


#main .end_ad>div {
	height: 8%;
	width: 44%;
	position:absolute;
	left:5.5%;
	
}

#main .end_ad>div a{
	width:100%;
	height:100%;
	display:block;
	font-size:0px;
}


#main .end_ad>div.fb_but{
	bottom: 13%;
}

#main .end_ad>div.line_but{
	bottom: 24%;
}




	
#jumpwindow {
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	position:fixed;
	z-index: 2000;
	left: 0px;
	top: 0px;
	align-items:center;
	justify-content:center;
	justify-content:center;
	display: none;
}
#jumpwindow .conten{
	max-width:680px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	position:relative;
	    display: flex;
    justify-content: center;
    align-items: center;
}
#jumpwindow.stay {
	display:block;
}
#timeup{
	width:80%;
	height:auto;
	padding:20px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:15px;
	border:solid 5px #44200a;
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	min-height:300px;
	font-size:3rem;
	color:#44200a;
	}
	
#timeup p{
	width:100%;
	font-size:2rem;
	text-align:center;
	line-height:150%
	}
	
	#jumpwindow .close {
	width: 10.6%;
	position: absolute;
	top:calc(48% - 150px);
	right:6%;
}
#jumpwindow .bag {
	height: auto;
	width: 70%;
	position:relative;
}
#jumpwindow .formtable{
	width:64%;
	left:18%;
	height:40%;
	position:absolute;
	bottom:8%;
	}
#jumpwindow .formtable.xx{
	width:64%;
	height:50%;
    transform: scale(1.5) translateY(20%);
	}
@media screen and (max-width:480px){
#jumpwindow .formtable.xx{
	height:53%;
    transform: scale(1) translateY(0%);
	}
	}	
	
#jumpwindow .bag .formtable form {
	padding: 15px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:480px){
#jumpwindow .bag .formtable form {
	padding: 5px;
}
	}

#jumpwindow .bag .formtable form label{
	font-size:1.8rem;
	text-align:center;
	font-weight:bold;
	text-align:center;
	width:100%;
	display: block;
}

#jumpwindow .bag .formtable form input[type="text"],#jumpwindow .bag .formtable form input[type="tel"]{
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "微軟正黑體", Arial;
	padding:5px 10px;
	border:solid 2px #630;
	text-align:1.8rem;
	line-height:180%;
	width:100%;
}
@media screen and (max-width:480px){
#jumpwindow .bag .formtable form input[type="text"],#jumpwindow .bag .formtable form input[type="tel"]{
	font-family: "微軟正黑體", Arial;
	padding:0px 10px;
}
	}

#jumpwindow .bag .formtable form>div{
	margin-bottom:10px;
}
@media screen and (max-width:480px){
#jumpwindow .bag .formtable form>div{
	margin-bottom:0px;
}	
	
	}
#jumpwindow .bag .formtable form input[type="button"]{
    width: 80%;
    background-image: url(../images/sent_button.jpg);
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 0;
    border: none;
    outline: none;
    margin-left: 10%;
    margin-right: auto;
    padding-top: 25%;
}
@media screen and (max-width:480px){
#jumpwindow .bag .formtable form input[type="button"]{
 margin-top:10px;
}
#jumpwindow .bag .formtable form input[type="button"] {
    width: 70%;
    background-image: url(../images/sent_button.jpg);
    margin-left: 15%;
}
	}
	



.area {
	width: 100%;
	position: relative;
}


.area.video {
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
}
.area.video>div {
	height: auto;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	position: relative;
}

.area.video>div iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
}






.gobtn {
	position: fixed;
	width: 110px;
	right: 0px;
	bottom: 210px;
	z-index: 600;
}

.gobtn img {
	width: 100%;
	height: auto;
}

.gomenu {
	position: fixed;
	width: 83px;
	right: 10px;
	bottom: 110px;
	z-index: 600;
}

.gomenu img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 920px){
.gobtn {
	position: fixed;
	width: 18%;
	right: 0px;
	top: 63%;
	z-index: 600;
}
.gobtn img {
	width: 100%;
	height: auto;
}
	
.gomenu {
	position: fixed;
	width: 15%;
	right: 0px;
	top: 81%;
	z-index: 600;
}
.gomenu img {
	width: 100%;
	height: auto;
}
}



.top {
	margin-top: 0px;
}

@media screen and (max-width: 980px){
.top {
	margin-top: 50px;
}	
}

	



:target::before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}






.area {
    width: 100%;
    position: relative;
}

.area .p1 {
	position: absolute;
	height: 32%;
	width: 19%;
	
}
.area .p1.a {
	left: 41%;
	bottom: 13%;

}
.area .p1.b {
	left: 62%;
	bottom: 13%;

}

.area .p1 a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	
}




.area .p2 {
	position: absolute;
	height: 15%;
	width: 42%;
}
.area .p2.a {
	right: 8%;
	bottom: 25%;
}
.area .p2.b {
	right: 8%;
	bottom: 8%;
}

.area .p2 a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
}




.area .p3 {
	position: absolute;
	height: 8%;
	width: 38%;
}
.area .p3.a {
	left: 12%;
	bottom: 0%;
}
.area .p3.b {
	left: 52%;
	bottom: 0%;
}

.area .p3 a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
}




.area .p4 {
	position: absolute;
	height: 20%;
	width: 85%;
}
.area .p4.a {
	left: 10%;
	top: 2%;
}
.area .p4.b {
	left: 2%;
	bottom: 5%;
}

.area .p4 a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
}

