html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}
body{
    overflow-x: hidden;
}
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    background: url(images/mbj.png) no-repeat top left;
    background-size: 100%;
}

@media only screen and (min-width: 768px) {
    body {
        background: url(images/bj.png) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
    }
}

strong {
    font-weight: 900;
}

a, a:link, a:visited { color: #fff; }

.logo {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	bottom: 0;
}

.home-icon {
    width: 60px;
    position: absolute;
    z-index: 9;
    top: 1em;
    right: 1em
}

.home-icon img {
    width: 60px;
    height: auto;
}

@media only screen and (min-width: 768px) {
	.logo {
		display: block;
		max-width: 400px;
		margin: 15px auto 0;
		position: relative;
		top: -20px;
	}
}

.couten {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
}

.couten li {
    position: absolute;
    animation: all 3s linear;
    top: -100px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.couten li a {
    display: block;
}

.mo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 80%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 80%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.mo .sen {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mo .sen img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 212px;
    margin: auto;
    vertical-align: top;
}

.mo.rule .sen img{
    width: 100%;
    cursor: pointer;
    top: -20%;
}
.mo.rule .event-rule{
    width: 96%;
    height: auto;
    position: relative;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #242323;
    border-radius: 17px;
    padding: 20px 10px;
    line-height: 1.6;
    font-size: 0.65rem;
}
.mo.rule .event-rule span{
    margin: 7px 0;
    line-height: 1.9;
}

.mo .sen h3 {
    width: 50%;
	height: 50px;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 250%;
    font-weight: bold;
    z-index: 999;
}

.mo .sen a {
    width: 30%;
    height: 50px;
    background-color: #b80001;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.mo .sen {
		width: 70%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}	
	
    .mo .sen img {
        width: 45%;
        height: auto;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 150px;
        margin: auto;
        vertical-align: top;
    }
    .mo .sen h3 {
        width: 50%;
        height: 50px;
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        z-index: 999;
    }
    .mo .sen a {
        width: 12%;
        height: 50px;
        background-color: #b80001;
        position: absolute;
        top: 230px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        line-height: 50px;
        font-weight: 700;
        text-decoration: none;
    }

    .mo.rule .sen img{
        top: -20%;
    }
    .mo.rule .event-rule{
        top: 80%;
        width: 60%;
        border-radius: 17px;
        padding: 25px 15px;
        line-height: 1.5;
        font-size: 0.8rem;
    }
    .mo.rule .event-rule span{
        margin: 10px 0;
        line-height: 2.5;
    }
}

@media only screen and (min-width: 1680px) {
    .mo .sen a {
        top: 290px;
    }	
    .mo .sen h3 {
        top: -30;
    }
}

.backward {
    width: 100%;
    background: #ccc;
    opacity: 0.5;
    position: absolute;
    top: 0;
}

.backward span {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 100px;
    font-size: 1000%;
}

.gameset {
    padding: 15px;
    color: #fff;
    font-size: 1.2em;
	position: relative;
	z-index: 99;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    pointer-events: none;
}

span.tkremain {
	position: fixed;
	top: 40px;
}

span.bgmusic {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

.mo .sen h3.notoken { font-size: 1em; }

.mo .sen span.spannt { font-size: 0.75em; margin: 5px 0 0; font-weight: 400; display: block; }

@media only screen and (min-width: 768px) {
	.gameset {
		font-size: 1.4em;
		padding: 30px;
	}
	
	span.tkremain {
		position: fixed;
		top: 30px;
	}

	span.bgmusic {
		position: fixed;
		top: 30px;
		right: 30px;
	}

	.mo .sen h3.notoken { font-size: 1.2em; }

	.mo .sen span.spannt { font-size: 0.85em; margin: 10px 0 0; font-weight: 400; display: block; }
	
}

.volume-btn {
    position: absolute;
    top: 70px;
    left: 30px;
    color: #fff;
    font-size: 2rem;
    z-index: 102;
}
  
.volume-btn:hover {
    text-decoration: none;
    color: #F1B82A;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #F1B82A;
}

@media (max-width:576px) {
    .volume-btn {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        font-size: 1.6rem;
        z-index: 102;
    }  
}