@charset "utf-8";
/* CSS Document */
html { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}

body{
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}


/*

#ana{
	width:100%;
	height:100%;
}
#ana::before {
    content: "";
    background: url("fog.png") left top repeat;
    width: 99.4%;
    height: 99.4444%;
    position: absolute;
    z-index: -1;
    animation: fog 40s linear infinite;
    -webkit-animation: fog 40s linear infinite;
    -moz-animation: fog 40s linear infinite;
    -ms-animation: fog 40s linear infinite;
    }
    
@-webkit-keyframes fog{from{background-position:0 0}to{background-position:-1920px 0}}
@-moz-keyframes fog{from{background-position:0 0}to{background-position:-1920px 0}}

*/

#main {
	width: 800px;
	height: 600px;
	background-image:url("background_open.png");
	display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#main:after {
	content: "";
    position: absolute;
    display: block;
    width: 830px;
    height: 630px;
    border-radius: 10px;
	margin-top: -245px;
	z-index:-15;
    background-color: rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px rgba(0,0,0,0.5), inset 0 50px rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.4);
    -moz-transform: translate(-15px, -285px);
    -webkit-transform: translate(-15px, -285px);
    -o-transform: translate(-15px, -285px);
    -ms-transform: translate(-15px, -285px);
    transform: translate(-15px, -285px);
}
#main2 {
	width: 800px;
	height: 600px;
	background-image:url("background_closed.png");
	display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#main2:after {
	content: "";
    position: absolute;
    display: block;
    width: 830px;
    height: 630px;
    border-radius: 10px;
	margin-top: -245px;
	z-index:-15;
    background-color: rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px rgba(0,0,0,0.5), inset 0 50px rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.4);
    -moz-transform: translate(-15px, -285px);
    -webkit-transform: translate(-15px, -285px);
    -o-transform: translate(-15px, -285px);
    -ms-transform: translate(-15px, -285px);
    transform: translate(-15px, -285px);
}
div.top {
	width: 800px;
	height: 86px;
	background-image:url("title_top.png");
	overflow:hidden;
}
div.bottom {
	width: 800px;
	height: 86px;
	background-image:url("title_bottom.png");
	position:absolute;
	bottom:0;
	
}
div.center {
	/*width: 339px;*/
	height: 429px;
	background-image:url("title_center.png");
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
div.topleft{
	width:50%;
	float:left;
	text-align: center;
	font-family: 'Grape Nuts', cursive;
	font-weight: 1000;
	font-size: 70px;
	text-shadow: .04em .04em 0 #fff,.08em .08em 0 #aaa;
	-webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #aaa;
}

div.innerleft{
	width:50%;
	float:left;
	/*text-align: center;*/
	font-family: 'Grape Nuts', cursive;
	font-weight: 1000;
	font-size: 50px;
	text-shadow: .04em .04em 0 #fff,.08em .08em 0 #aaa;
	-webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #aaa;
}

#music{
	position:absolute;
	bottom:0px;
	left: 50%;
	margin-left: -140px;
}
a, a:visited {
	text-decoration:none;
	color: #600;
}
a:hover{
}

p.click_1{
	margin-left: 30px;
}
p.click_2{
	margin-left: 100px;
} 
p.click_3{
	margin-left: 150px;
} 
p.click_4{
	margin-left: 250px;
}
p.click_5{
	margin-left: 30px;
}
p.click_6{
	margin-left: 100px;
} 
p.click_7{
	margin-left: 150px;
} 
p.click_8{
	margin-left: 250px;
}
p.je{
	font-size: 18px;
	font-family: 'Grape Nuts', cursive;
	font-weight: 1000;
	text-align: center;
	margin-top: 50px;
    margin-left: 50px;
}