@charset "utf-8";

/* ==================================================================
 *  Base
 * ================================================================== */

body {
	z-index:0;
	margin:0;
	padding:0;
	background:#000;
}

a:focus {
	border: none;
	outline: none;
}

#wrapper{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}

#music {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#logo {
	position: absolute;
	margin-top: 15px;
	right: 20px;
}

#loading {
	position:absolute;
	top: 50%;
	left: 50%;
	color: #fff;
}

/* ==================================================================
 * nav
 * ================================================================== */

#profile {
	position:absolute;
	top:100px;
	left:55px;
	z-index: 1000;
}
#menu {
	position:absolute;
	top:140px;
	left:55px;
	z-index: 1000;
}

/* ==================================================================
 *  about
 * ================================================================== */
#about {
	position:absolute;
	top:0;
	right:0;
	width:260px;
	padding:0 10px 0px 15px;
	background: rgba(0, 0, 0,.5);
	color:white;
	height: 100%;
	margin:0;
	z-index: 100;
	text-align: right;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#about .link {
	text-align:left;
	padding:0 5px;
	margin-right:10px;
	margin-top: 15px;
}

#about p{
	color:#fff;
	text-decoration: none;
	font-size:12px;
	line-height: 170%;
	width: 260px;
	text-align: left;
	padding:0 5px;
	margin-right:10px;
	margin-top: 15px;
	display: block;
}
#about h2 {
	padding-top: 35px;
	margin-bottom: 15px;
	text-align: left;
	font-size:13px;
}
#about span{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin-left:15px;
	text-align:left;
	display:block;
}
#about small{
	font-size: 12px;
}

#about .space{
	padding-top:50px;
}
#about a:link {
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
#about a:visited{
	color:#fff;
	text-decoration: none;
}
#about a:hover {
	text-decoration: none;
	color:#c0c0c0;
	-webkit-transition: color .25s linear;
    transition: color .25s linear;
	cursor:pointer;
}
#about a:active{
	color:#000;
	text-decoration: none;
}

#about div:hover:not(.counter) {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	cursor:pointer;
}

/* ==================================================================
 *  collection
 * ================================================================== */
#collection{
	position:absolute;
	top:0;
	right:0;
	width:260px;
	padding: 0 10px;
	background: rgba(0, 0, 0,.5);
	color:white;
	height: 100%;
	margin:0;
	text-align:right;
	z-index: 100;
}

#collection ul{
	padding-top: 35px;
}
#collection #list li{
	color:#fff;
	text-decoration: none;
	font-size:13px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 250%;
	cursor:pointer;
	width: 260px;
}

#collection div:hover:not(.counter) {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#list a:link {
	color: #fff;
	text-decoration: none;
}
#list a:visited{
	color:#fff;
	text-decoration: none;
}
#list a:hover {
	text-decoration: none;
	color:#c0c0c0;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
#list a:active{
	color:#000;
	text-decoration: none;
}

/* ==================================================================
 *  gallery
 * ================================================================== */

#main_box a{
	position:absolute;
	top: 40%;
	cursor:pointer;
}


#main {
	background: rgba(255, 255, 255,.5);
 	z-index: 100;  
 	height: 100%;  
 	width: 100%;
	margin:0;
}

#container {
	position: relative;
	width: 50%;
	max-width: 600px;
	top: 15%;
	left: 15%;
	z-index: 2000;
}

#container img{
	margin: auto;
	display: block;
}

#gallery{
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
}

.content {
	 display:none;
}

.flexslider {
	display:none;
	position:absolute;
	top:15%;
	left:15%;
	width:500px;
	height:500px;
	margin:-250px 0 0 -250px;
}

/* ==================================================================
 * control
 * ================================================================== */

#controls div{
	display:inline-block;
}

.pause a:hover:not(.counter) {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.pause a:not(.counter) {
	cursor:pointer;
}

h1 {
	position:absolute;
	top:25px;
	left:45px;
	z-index: 1000;
}

h1 img:hover:not(.counter) {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

h1 img:not(.counter) {
	cursor:pointer;
}

.close{
	padding-top:15px;
	cursor:pointer;
}

.current{
	cursor:default;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
