@charset "utf-8";
html {
    font-size: 14px;
	color:#c09858;
}
body {
    background: #f9f9f7;
}
figure {
    margin: 0;
    padding: 0;
}
img { 
    vertical-align: middle;
}
.img_mirror{
	moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
a {
    text-decoration: none;
}
input { 
    outline-style: none;
    border: 0px;
    text-align: center;
    overflow: hidden;
}
/* --- framework --- */
.object_contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*---------------*/
.wrap-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow : hidden;
	
}
/*----- 擐㚚� -----*/
.wrap_bg {
    position: relative;
	
}
.bg_gif {
	background-image:url('../img/bg_home_gif.gif');
	background-repeat: no-repeat;
    background-size: cover;
}
.bg_gif_select {
	background-image:url('../img/bg_select_gif.gif');
	background-repeat: no-repeat;
    background-size: cover;
}
.bg_gif_result {
	background-image:url('../img/bg_result_gif.gif');
	background-repeat: no-repeat;
    background-size: cover;
}
.wrap_bg .index_title {
    position: absolute;
    width: 78%;
    left: 11%;
    top: 4%;
	max-width: 756px;
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;

}
.wrap_bg .result_title {
    position: absolute;
    width: 78%;
    left: 11%;
    top: 4%;
	max-width: 756px;
}
.wrap_bg .stone_icon{
	position: absolute;
    width: 54%;
    left: 23%;
    top: 23%;
	max-width: 521px;
}
.wrap_bg .stone_icon_free{
	position: absolute;
    width: 54%;
    left: 23%;
    top: 23%;
	max-width: 521px;
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;
}
.bg_fix{
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;
}

.bg_height{
	height:1100px;
}
.wrap_bg .btn_start {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 62%;
	animation: updown 3s linear 0s infinite;
	max-width: 398px;
}
.wrap_bg .btn_start img{
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;
}
.wrap_bg .btn_result {

    width: 60%;

	animation: updown 3s linear 0s infinite;
	max-width: 432px;
	margin:0 auto;
}
.wrap_bg .btn_result img{
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;
}
.wrap_bg .index_content {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 71%;
	max-width: 848px;
	background-color: rgba(256,256,256,0.5);
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;
}
.wrap_bg .result_content {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 53%;
	max-width: 848px;
	
}
.wrap_bg .result_content_free {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 53%;
	max-width: 848px;
	opacity: 0;
	-moz-animation: showimg 3s ease-out forwards;
    -webkit-animation: showimg 3s ease-out forwards;
    -o-animation: showimg 3s ease-out forwards;
    animation: showimg 3s ease-out forwards;
}
.wrap_bg .link_content{
	    display: inline-grid;
    grid-template-columns: 25% 70%;
    
}
.link_content img{
	max-width:100%;
}
.link_content p{
	display: flex;
    justify-content: center;
    align-items: center;
}
.startDivination{
	cursor: pointer;
}
@-webkit-keyframes updown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}



@-webkit-keyframes showimg {
    0% {
        opacity: 0;
    }
	50%{
		opacity: 0;
	}
    100% {
        opacity: 1;
    }
}



.h1-title{    font-family: "Noto Serif TC";
   
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 4px;
}
.h2-title{    font-family: "Noto Sans TC";
   
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 4px;
	margin-bottom:1.5rem;}
.h3-title{
	font-family: "Noto Serif TC";
   
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 4px;
}
.h4-title{
	font-family: "Noto Serif TC";
   
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 4px;
}
.h5-title{
   

    font-size: 30px;
    letter-spacing: 4px;
}
.h6-title{
	    font-size: 16px;
    line-height: 20px;
	letter-spacing: 3px;
}

.text-gold{color:#c09858 !important;}
.text-brown{color:#754b00 !important;}
p {
  font-family: "Noto Sans TC";
	font-weight: 400;
	font-size: 30px;
	letter-spacing:2px;
	line-height:45px;
}
.border-title{
    padding: 18% 10% 7% 10%;
	border: 1px solid pink;
border-image-source: url('../img/border.png');
border-image-slice: 22%;
border-image-width: 20%;
border-image-repeat: repeat;
	background-color: rgba(256,256,256,0.5);
}
.border-result{
    padding: 18% 10% 7% 10%;
	border: 1px solid pink;
border-image-source: url('../img/border_result.png');
border-image-slice: 22%;
border-image-width: 20%;
border-image-repeat: repeat;
	background-color: rgba(256,256,256,0.5);
}


@media (max-width: 980px){
	.h5-title {
		font-size: 3vw;
	}
	p{
		font-size:3vw;
		line-height:4.5vw;
	}
	.h2-title{  
		font-size:4vw;
		margin-bottom:2vw;
	}
	
}
@media (max-width: 767px){
	.bg_height{
		height:850px;
}
}
@media (max-width: 540px){
	.bg_height{
		height:650px;
}
}