@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 smart.css
* * * * * * * * * * * * * * * * * */

/* common
--------------------------------- */
body{
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover{
	text-decoration: none;
}

/* opacity */
a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

.noPC {
	display: block;
}
.noSP {
	display: none;
}


/* header
--------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	padding-right: 20px;
}

#header h1 {
	display: none;
}

/* nav */
nav#nav {
	width: 270px;
	height: 240px;
	margin-top: -240px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
header.on nav#nav {
	margin-top: 0;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
nav#nav ul {
	width: 170px;
	height: 270px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -50px;
}
nav#nav li {
	font-size: 14px;
	letter-spacing: 3px;
}

nav#nav li a {
	padding: 5px 10px;
	margin-right: 20px;
}

p.btn_menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}
p.btn_menu a {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #FFF;
	color: #000;
	text-align: center;
	display: block;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding-top: 3px;
}
p.btn_menu a:before,
p.btn_menu a:after {
	content: "";
	display: block;
	border-top: 3px solid #000;
	position: absolute;
	left: 0;
	bottom: 19px;
	width: 60%;
}
p.btn_menu a:after {
	border-bottom: 3px solid #000;
	width: 50%;
	height: 3px;
	bottom: 7px;
}
header.on p.btn_menu a:before,
header.on p.btn_menu a:after {
	border-bottom: 0;
	left: 50%;
	bottom: 30%;
	width: 50%;
	height: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -26%;
}
header.on p.btn_menu a:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

p.btn_menu a .close,
header.on p.btn_menu a .open {
	display: none;
}
header.on p.btn_menu a .close {
	display: block;
}

/* content
--------------------------------- */
#content {
	padding-top: 50px;
	padding-right: 4%;
	padding-left: 4%;
}

#content #main {
	padding-top: 4%;
}

section.section + section.section {
	margin-top: 30px;
}

.media{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.media iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/* footer
--------------------------------- */
#footer {
	margin-top: 30px;
}
#footer.fixed {
	left: 4%;
	bottom: 20px;
}

/* scrollup */
p#scrollup {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background: #000;
	position: relative;
}
	p#scrollup:before,
	p#scrollup:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-bottom: 10px solid #FFF;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -16px 0 0 -10px;
	}
	p#scrollup:after {
		border-bottom: 10px solid #000;
		margin-top: -14px;
	}


/* naka
--------------------------------- */
/* discography */
ul.thumlist li {
	width: 33.333333%;
}





