@charset "utf-8";
/* CSS Document */

body#home {
/*	background-color: #FFDE00;*/
/*	background:url(/images/top/bg.jpg) 0% 0 no-repeat fixed;
	background-attachment:fixed;
	background-size: cover;*/
}

/*#main {
	background-image: url(/images/top/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 820px;
}*/
#main {
	height: 700px;
}
#main .inner {
	position: relative;
}
#main .logo {
	position: absolute;
	left: 0px;
	top: 36px;
	width: 660px;
}
#main .txt01 {
	position: absolute;
	right: 0px;
	top: 64px;
	width: 110px;	
}
#main .txt02 {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 100px;
}
#main .txt03 {
	position: absolute;
	left: 50%;
	top: 640px;
	margin-left: -480px;
}
.sns.topSns {
	text-align: left !important;
}
.txt04 {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.72em;
}
.txt04 a {
	color: #F39800;
	font-weight: 600;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.txt04 a:hover {
	color: #FFAF2B;
}
.txt04 .filmex {
	font-size: 20px;
	margin-bottom: 10px;
}
#gnav li a {
}
#gnav li a.un:hover {
}

#footer{ }