@charset "utf-8";

/* COMMON */
body {
position: relative;
font-family: 'Rambla', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1.5;
color: #fff;
}
* {
margin: 0;
padding: 0;
}
a:link,
a:active,
a:visited { 
color: #fff;
text-decoration: none;
}
a:hover { 
color: #fff;
text-decoration: underline;
}

a:link,
a:visited { 
color: cornflowerblue;
}

table {
font-size: 12px;
line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
ol, ul {
list-style-type: none;
}
hr {
display: none;
}
img {
border: 0;
}
form {
display: inline;
}
select,
input {
vertical-align:baseline;
}

#header:after,
#footer ul:after,
.cont:after,
.section:after,
.list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header
#footer ul,
.cont,
.section,
.list {
    zoom: 1;
}

body {
	background-color: #000;
	text-align: center;
}

/* CONTAINER */
#container {
	margin: 0 auto;
	text-align: left;
}
@media (max-width: 960px) {
	br.sp {display: block;}
	br.pc {display: none;}
}

@media (min-width: 961px) {
	br.sp {display: none;}
	br.pc {display: block;}
}

/* pageTop */
@media (max-width: 960px) {
	#pageTop {
	height: 50px;
	}
	#header {
	position: fixed;
	left: 0;
	top: 0;
	background-color:rgba(0,0,0,0.0);
	width: 100%;
	height: 50px;
	z-index: 50;
	}
	#header .h-logo {
	position: absolute;
	left: 10px;
	top: 10px;
	}
	#header .h-logo img {
	width: 155px;
	height: auto;
	}
	#globalNav .toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 5;
	}
	#globalNav .toggle span {
	transition: all .4s;
	position: absolute;
	left: 14px;
	width: 22px;
	height: 2px;
	background-color: #fff;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 15px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 23px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 31px;
	}
	
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
	background-color: #fff;
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	background-color: #fff;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
	background-color: #fff;
	}
	
	#globalNav .cont {
	transition: all .4s;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .cont .n-logo {
	padding: 35px 0 5px 0;
	text-align: center;
	}
	#globalNav .cont .n-logo img {
	width: 134px;
	height: auto;
	}
	#globalNav .cont ul {
	margin: 0 31px 18px 31px;
	}
	#globalNav .cont ul li {
	border-bottom: dotted 1px #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	}
	#globalNav .cont li a {
	display: block;
	padding: 13px 0 9px 0;
	}
	#globalNav .cont li span {
	font-family: 'Rambla', sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	}
}
@media (min-width: 961px) {
	#pageTop {
	height: 75px;
	}
	#header {
	position: fixed;
	left: 0;
	top: 0;
	background-color:rgba(0,0,0,0.0);
	width: 100%;
	height: 55px;
	z-index: 150;
	text-align: center;
	}
	#header .h-logo {
	position: absolute;
	left: 30px;
	top: 17px;
	}
	#header .h-logo img {
	width: 234px;
	height: auto;
	}
	#globalNav .toggle {
	display: none;
	}
	#globalNav .cont ul {
	display: inline-block;
	}
	#globalNav .cont li:first-child,
	#globalNav .cont .n-logo {
	display: none;
	}
	#globalNav .cont li {
	letter-spacing: 0.1em;
	float: left;
	font-family: 'Rambla', sans-serif;
	padding: 0 20px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	}
	#globalNav .cont li a {
	display: block;
	position: relative;
	color: #fff;
	}
	#globalNav .cont li a::after {
	transition: all .4s;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 0;
	height: 1px;
	}
	#globalNav .cont li a:hover::after {
	width: 100%;
	}
	#globalNav .cont li a:hover {
	text-decoration: none;
	}
	#globalNav .cont li span {
	font-family: 'Rambla', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
	}
}


/* PAGEBODY */
#pageBody {}

/* CONTENTS */
#contents {}


/* PAGEBODY */
#pageBottom {
position: relative;
background-color: #000;
}

/* FOOTER */
#footer {
	padding: 10px 0 37px 0;
}
#footer .copyright {
	font-size: 10px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #fff;
}

