* {
	margin: 0;
	padding: 0;
}

/* ----------------------------------
	title
---------------------------------- */
div#scene00-title {
	width: 1600px;
	height: 880px;
	color: #fff;
}

div#scene00-title h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 12rem;
}

div#scene00-title h1 span {
	font-size: 8rem;
}

div#scene00-title p.sub {
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}

div#scene00-title p.copy {
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 69px;
}

/* ----------------------------------
	loader
---------------------------------- */
#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000000000;
	background-color: #333;
	color: #fff;
}

#loader > p {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	width: 100%;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

#loader.hidden {
	display: none;
}

/* ----------------------------------
	dice_btn
---------------------------------- */
.dice_btn {
	position: absolute;
	bottom: 200px;
	right: 100px;
	z-index: 99;
}

.hit_log {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 99;
    width: 300px;
    Background-color:#ffffff;
}
.time {
	position: absolute;
	bottom: 10px;
	left: 50px;
	z-index: 99;
    width: 300px;
    Background-color:#ffffff;
}

/* ----------------------------------
	progress
---------------------------------- */
.progress {
	position: absolute;
	top: 30px;
	z-index: 999;
	width: 100%;
}

.progress__title {
	position: absolute;
	top: 5px;
	left: 120px;
	z-index: 99;
}

.progress table {
	border-collapse: collapse;
	border-spacing: 0;
	width: calc(100% - 200px);
	margin: 0 auto;
	border: 5px solid #ffffff;
}

.progress td {
	width: calc(100% / 36);
	border: 1px solid #ffffff;
	height: 30px;
}

.progress td.active {
	background-color: #ea5504;

}
