@charset "UTF-8";
/* CSS Document */

/* Custom CSS here */
  
body{
background:#090909;
color:#EBEBF9;
}

header{
    background-color: #000;
    /*width: 100%;
    margin:0 auto;*/
    padding: 30px 0 0 0;
}

.header{
	height:240px;
	background:linear-gradient(-45deg, rgba(000, 000, 000, .0), rgba(000, 000, 000, .9)) ,url(../img/head-bgimg.jpg) no-repeat right;
	}
	

.container{
	width:100%;
}
  
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 960px;
}
  
a{
	color:#999;
	transition: color .6s;
}



a:hover{
	color:#FF5053;
	text-decoration:none;
	}

h2{
	text-align:center;
	margin-bottom:20px;
}

section{
    width: 100%;
    margin: 50px 0 10px 0;
}

.navbar, .navbar-default{
	background-color:#000;
	border:none;
	}

.navbar-nav li a{
	font-weight:bold;
	display:block;
	width:100%;
	position: relative;
	display: inline-block;
	transition: .3s;
	}
.navbar-nav li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #999;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar-nav li a:hover::after{
	width: 100%;
	}

.active a:hover{
	color:#FF5053;
	border-bottom:#333 solid 1px;
	background-color:#222;
	}

#info h3{
	font-size:130%;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom:#777 solid 1px;
}


#info,
#brand{
	background:#000;
	padding-top:20px;
	padding-bottom:50px;
	}

#info{	
margin-top:0;
padding-top:0;
}

#collection-aw a,
#collection-ss a,
#webshop h2 a{
	 display:block;
	 width:100%;
	 height:240px;
	 padding-top:100px;
	position: relative;
	display: inline-block;
	opacity: 0.4;
	filter: alpha(opacity=40);
		-webkit-transition: 0.9s ease-in-out;
	   -moz-transition: 0.9s ease-in-out;
	     -o-transition: 0.9s ease-in-out;
	        transition: 0.9s ease-in-out;
	}

#collection-aw a::after,
#collection-ss a::after, 
#webshop h2 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #666;
	transition: .3s;
}


#collection-aw a:hover::after,
#collection-ss a:hover::after,
#webshop h2 a:hover::after {
	width: 100%;
}

#collection-aw a{
	padding-left:20px;
	text-align:left;
	background:url(../img/aw-bgimg.jpg) no-repeat center center;
		}


#collection-ss a{
	padding-left:20px;
	text-align:left;
	background:url(../img/ss-bgimg.jpg) no-repeat center center;
	}	

#webshop h2 a{
	background:url(../img/wshop-bgimg.jpg) no-repeat center center;
	}	


#collection-aw a:hover,
#collection-ss a:hover,
#webshop h2 a:hover{
	 	opacity: 1.0;
		filter: alpha(opacity=100);
		color:#fff;
	 }

#collection-ss a:hover{
		color:#ccc;
	}


#deveroper h3{
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:#444 solid 1px;
	}

#deveroper dl{
	margin-bottom:50px;
	}

#store dt,
#deveroper dt,
#co dt {
	 width:70px;
	 float:left;
	 margin-bottom:3px;
	 }

#store dd,
#deveroper dd,
#co dd {
	margin-left:70px;
	 margin-bottom:3px;
		 }

	
	#brand a img{
		opacity: 0.4;
		filter: alpha(opacity=40);
	-webkit-transition: 0.9s ease-in-out;
	   -moz-transition: 0.9s ease-in-out;
	     -o-transition: 0.9s ease-in-out;
	        transition: 0.9s ease-in-out;		}

	#brand a:hover img{
		opacity: 1.0;
		filter: alpha(opacity=100);
		}


#co{
	background:#000 url(../img/co-bgimg.jpg) no-repeat center center;
	height:400px;
	}

.map{
	margin-bottom:50px;
	}
	
.contact{
	width:420px;
	margin-top:30px;
	}
  
.contact a{
	border:#D9D5D5 solid 1px;
	 display:block;
	 padding:10px 50px;
	 font-size:200%;
	 color:#666;
	background-color: rgba(0,0,0,0.8);
	 }

.contact a:hover{
	text-decoration:none;
	 color:#fff;
	background-color: rgba(255,255,255,0.1);
	 }


footer{
	/*width: 100%;*/
    padding: 20px 0px;
	text-align:center;
}
  


/* smartPhone */
@media screen and (max-width: 640px) {
/*ここにスマホ用スタイルを記述*/
}


@media screen and ( min-width:480px )
{
	.sc-li
	{
		display: none ;
	}
}