/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
*, *:before, *:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------*/
html {
	font-size: 62.5%;
}

body {
	background:#eee url(./img/background.jpg) left top fixed;
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese',"Hiragino Kaku Gothic Pro", "メイリオ", Futura-Book,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	line-height: 1.8;
	font-weight: 700;
	color: #333;
	display:none;
}
a:link {
	color: #333333;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
a:hover, a:active {
	color: #1354ae;
}
a:visited {
	color: #666666;
}
a:visited:hover {
	color: #1354ae;
}
a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
h1,h2,h3{
	font-weight: 500;
}
h3 {
	font-size:1.8rem;
	margin-bottom: 20px;
}
h3 span {
	font-size:1.2rem;
	display:block;
}

#main_box {
	background-image:url(./img/sky.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width: 100%;
	height:1000px;
	min-height:800px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
#main_box02 {
	display:none;
}
#main_visual {
	position:fixed;
	z-index:1;
	width: 2500px;
	height:1200px;
	left:50%;
	margin-left:-1250px;
	overflow:hidden;
	bottom: -50px;
}

.skinBody{
	width: 100%;
	height:100%;
	background-image:url(./img/cloud.png);
	background-position: center;
	background-repeat:repeat;
	background-attachment:fixed;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

article {
	min-width: 1200px;
	position:relative;
	z-index:2;
	background: transparent url(./img/back02.gif);
}
#top_txt {
	background-color: #333;
	height:310px;
}
#top_txt02 {
	display:none;
}
#top_txt h1 {
	background:transparent url(./img/logo.jpg) center no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	min-width: 1200px;
	height:310px;
}
#information {
	padding:150px 0;
}
#information .l_r {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#information .l_r .jak_box {
	width: 550px;
	position: relative;
	z-index:7;
}
.caption {
	letter-spacing:1px;
	width: 512px;
	height:283px;
	background: transparent url(./img/caption.png) center no-repeat;
	position: relative;
	margin: -260px 450px 0;
	z-index:8;
	padding: 30px 37px 30px 55px;
}
.caption h3:after {
	content:"";
	display:block;
	border:1px solid #666;
	margin: 10px auto 20px;
}
#information .l_r .caption p {
	text-align: left;
	line-height:2;
	border-bottom: 1px dotted #ccc;
	font-size:1.3rem;
}
#information .l_r .caption p span {
	width: 80px;
	display:inline-block;
	text-align: center;
	background: #666;
	color: #fff;
	font-size:1.2rem;
	margin-right: 20px;
}
#information .l_r .caption p a {
	padding: 0 5px;
	display:inline-block;
	text-align: center;
	border:1px solid #666;
	font-size:1.2rem;
	margin-right: 10px;
	text-decoration:none;
}
#information .l_r .caption p a:hover {
	background: #666;
	color: #fff;
	border-radius: 5px;
}

#jak {
	ox-shadow:rgba(56, 56, 56, 0.239216) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(56, 56, 56, 0.239216) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(56, 56, 56, 0.239216) 0px 0px 6px 3px;
}
#tracklist_b #tracklist #tracklist_sp {
	display:none;
}
#tracklist_b {
	width: 100%;
	padding:150px 0;
	background:#eee url(./img/background.jpg) left top fixed;
}
#tracklist {
	width: 1000px;
	margin:0 auto;
	letter-spacing: -4.0rem;
}
#tracklist_b #tracklist h2{
	display:inline-block;
	font-size: 3.5rem;
	width: 400px;
	line-height:314px;
	text-align: center;
	background: url(./img/hana01.png) right -20px no-repeat;
	letter-spacing: 0.2rem;
}
#tracklist div{
	display:inline-block;
	width: 600px;
	vertical-align:top;
}
.defaultlist{
	width: 550px;
}
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
}
.list10{
	counter-reset:li;
}
.list10 li{
	position:relative;
	display: block;
	padding:15px 0px 5px 35px; 
	margin-left:0px !important;
	font-size: 1.4rem;
	letter-spacing:0.2rem;
	border-bottom: 1px dotted #ccc;
}
li.list10-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 3rem;
	color:#999;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}
#demo_b {
	width: 100%;
	padding:150px 0;
	background:#fefefe;
}
#demo {
	width: 1000px;
	margin:0 auto;
	letter-spacing: -4.0rem;
}
#demo_b #demo h2{
	display:inline-block;
	font-size: 3.5rem;
	width: 450px;
	line-height:314px;
	text-align: center;
	background: url(./img/kama02.png) left top no-repeat;
	letter-spacing: 0.2rem;
}
#demo div{
	display:inline-block;
	width: 550px;
	vertical-align:top;
}

#staff_b {
	width: 100%;
	padding:150px 0;
	background:#eee url(./img/background.jpg) left top fixed;
}
#staff {
	width: 1000px;
	margin:0 auto;
	letter-spacing: -4.0rem;
}
#staff_b #staff #staff_pc{
	display:inline-block;
	font-size: 3.5rem;
	width: 400px;
	line-height:314px;
	text-align: center;
	background: url(./img/rindou.png) center no-repeat;
	letter-spacing: 0.2rem;
}
#staff_b #staff #staff_sp{
	display:none;
}


#staff div{
	display:inline-block;
	width: 600px;
	vertical-align:top;
	letter-spacing: 1px;
}

#link_b {
	width: 100%;
	padding:150px 0;
	background:#444;
	color: #fff;
}
#link {
	width: 1000px;
	margin:0 auto;
	letter-spacing: 0.2rem;
}

#link h2 {
	display: table;
	text-align: center;
	white-space: nowrap;
	font-size:2.7rem;
	letter-spacing:0.3rem;
	margin-bottom: 80px;
}
footer {
	text-align:center;
}

#higan {
	position: absolute;
	z-index:6;
}
#komachi {
	position: absolute;
	z-index:2;
}
#kama {
	position: absolute;
	z-index:5;
}
#higan02 {
	position: absolute;
	z-index:4;
}
#ki {
	position: absolute;
	z-index:1;
}
#copy {
	position: fixed;
	z-index:7;
	left:50%;
	display:none;
}

ul.social-btn{
	position: fixed;
	right: 30px;
	top: 0;
	z-index: 99;
	display: table;
	table-layout: fixed;
	width: 255px;
	margin: 0;
	padding:0;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	font-size: 13px;
}

.social-btn li{
    list-style: none;
    display: table-cell;
    margin:0;
    padding:0;
    color:#fff;
    background: #111;
    line-height: 30px;
    cursor: pointer;
}
.social-btn li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.social-btn li span{
	margin-left: 40px;
}

#share-facebook{
    background: #3B5999;
}
#share-facebook img{
	position: absolute;
	margin: -1px -2px;
}

#share-twitter{
    background: #55ACEE;
}
#share-twitter img{
	position: absolute;
	margin: -5px 1px;
}
#share-google{
    background: #DD4B39;
}
#share-google img{
	position: absolute;
	margin: 6px 9px;
}