@charset "utf-8";

html {
	font-size: 62.5%;
	color: #333;
}

body{
	width: 100%;
	font-size: 1.0rem;
	font-family: sans-serif;
}

html, body, div, span, object, iframe,
ul,dl,ol,li,dl,img,
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

a {
	color: #333;
}

a img:hover{
	opacity: 0.8;
}

main{
	width: 100%;
	overflow: hidden;
}

#pc_main{
	width: 100%;
	background: url(images/main_bg_pc.png) no-repeat 50% 0;
	background-size: cover;
}

#main{
	width: 960px;
	height: 800px;
	margin: 0 auto;
}

#main h1{
	width:800px;
	margin: 0 auto;
	padding: 20% 0 5%;
	text-align: center;	
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	font-size: 96px;
	color: #fafafa;
	letter-spacing: -2px;
}
#main h1 span{
	display: block;
	font-family: 'Pavanam', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

#main h1 span.name{
	display: block;
	font-family: 'Pavanam', sans-serif;
	font-size: 18px;
	letter-spacing: 4px;
}

#main ul{
	width: 560px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;	
    box-shadow: 0 2px 14px 1px rgba(0,0,0,.15);
    z-index: 1;
}

#main ul li img{
	display:block;
	float:left;
	width: 96px;
	height: auto;
	margin: 10px 16px 10px 10px;
	background: #ccc;
}

#main ul li p{
	width: 424px;
	float: left;
	padding: 8px 8px 0 0;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
#main ul li a p:hover{
	text-decoration: underline;
}

#main ul li p span{
	display: block;
	font-size: 12px;
	padding: 0 0 4px 0;
	font-weight: normal;
}

#whats_new{
	width: 640px;
	margin: 0 auto;
	padding: 32px 16px 240px;
}

#whats_new h2{
	margin: 0 0 24px;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Pavanam', sans-serif;
}

#whats_new ul li{
	padding: 16px 0;
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px dotted #ccc;
}
#whats_new ul li:last-child{
	border-bottom: none;
}

#whats_new ul li .date{
	margin: 0 0 8px;
	color: #999;
	font-size: 12px;
}

#whats_new a:hover{
	text-decoration: none;
}

#works{
	position: relative;
	padding: 80px 0 360px;
}
#works:before{
content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	padding: 32px 16px;
	margin: 6% -12% 0;
	background: #333;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(-12deg);
	z-index: -1;
}

#works h2{
	margin: 0 0 24px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Pavanam', sans-serif;
}

#works ul{
	width: 960px;
	overflow-x: auto;
	margin: 0 auto;
}

#works .works_list{
	width: 100%;
    overflow-x: auto;
}

#works ul{
	width: 960px;
    overflow: hidden;
}

#works ul li{
	float: left;
	margin: 0 48px 0 0;
	width:288px;
}
#works ul li:last-child{
	margin-right: 0;
}

#works ul li img{
	display: block;
	width:100%;
	height:auto;
}

#works ul li p{
	margin: 8px 0 0;
	text-align: center;
	color: #e0e0e0;
	font-size: 14px;
}

#about{
	position: relative;
	padding: 8px 16px 400px;
}
#about:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 80%;
	padding: 32px 16px 96px;
	margin: 0 -16%;
	background: #f5f5f5;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(-12deg);
	z-index: -1;
}

#about h2{
	margin: 0 0 24px;
	text-align: center;
	color: #333;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Pavanam', sans-serif;
}

#about p{
	width: 640px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 32px;
}

#sns{
	padding: 0 11.5%;
}
#sns h2{
	margin: 0 0 24px;
	text-align: center;
	color: #333;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Pavanam', sans-serif;
}

#sns ul{
	width: 80px;
	overflow: hidden;
	margin: 64px auto;
}

#sns ul li{
	float: left;
	width: 32px;
}
#sns ul li a{
	display: block;
}
#sns ul li img{
	display: block;
	width: 100%;
	height: auto;
}
#sns ul li{
	margin: 0 0 0 16px;
}
#sns ul li:first-child{
	margin-left: 0;
}

footer{
	padding: 12px 0;
	text-align: center;
	color: #e0e0e0;
	background: #333;
}

/*-------- discography --------*/

#discography{
	width: 960px;
    overflow: hidden;
    margin: 0 auto;
}
header{
	width: 100%;
	position: fixed;
	background: #333;
}

header h1{
	padding: 16px 4%;
	font-family: "Sawarabi Mincho";
	font-size: 20px;
}
header h1 a{
	color: #fff;
	text-decoration: none;	
}

#discography h2{
	margin: 88px 0 40px;
	text-align: center;
	color: #333;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Pavanam', sans-serif;
}

#discography ul{
	width: 960px;
	margin: 0 0 64px;
}

#discography ul.disk_list > li{
	margin: 64px 0 0;
	clear: both;
	overflow: hidden;
}
#discography ul.disk_list > li:first-child{
	margin-top: 0;
}

#discography ul li img{
	display: block;
	width: 40%;
	float: left;
	margin: 0 0 0 5%;
	height: auto;
	background: #ccc;
}

#discography h3{
	width: 50%;
	float: left;
	margin: 16px 0 8px 5%;
	font-size: 24px;
	font-family: 'Pavanam', sans-serif;
}

#discography ol{
	width: 45%;
	float: left;
	margin: 0 0 0 7.5%;
	color: #666;
	font-size: 12px;
}

#discography .btn{
	float: left;
	margin: 0 0 0 5%;
}

#discography .btn a{
	display: block;
	width: 280px;
	margin: 24px auto 0;
	padding: 16px 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	background: #333;
	border-radius: 4px;	
    box-shadow: 0 2px 14px 1px rgba(0,0,0,.2);
}

/*-------- audio --------*/

audio{
	margin: 8px 0 16px 4%;
    float: left;
}









