@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
.small {
	font-size:14px;
}


body {
}
@media (max-width:480px) {
	body {
		width:100%;
	}
}


a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}

.button_a {
	width:400px;
	height:200px;
	background:#fff;
}

fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	color: #000;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;	
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
}
#menu li {
}
#menu li.active{
}
#menu li a{
}
#menu li.active a:hover{
}
#menu li:hover{
}
#menu li a,
#menu li.active a{
}
#menu li.active a{
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 999;
	width: 100%;
	padding: 0;
	margin:0;
}
@media (max-width:480px) {
	#menu {
		position:fixed;
		top:0;
		left:0;
		height: 40px;
		width:100%;
		z-index: 70;
	}
}

.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }


	/* Style for our header texts 
	* --------------------------------------- */
	h1{
		font-size: 5em;	
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}
	.intro p{
		color: #fff;
	}
	
	/* Centered texts in each section 
	* --------------------------------------- */
	.section,.slide{
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	padding:0;
	margin:0;
	}
	
	
/* Defining each sectino background and styles 
* --------------------------------------- */
#section0{
	background-image: url(../images/top_b.jpg);
	background-position: right;
	padding:0;
}
#section1{
	background-image: url(../images/sche_b.jpg);
	background-position: right;
	padding:0;
}
#section2{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}
#section3{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}
#section4{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}
#section5{
/*
	background-image: url(../images/prof_b_b.jpg);
*/
	background-image: url(../images/pbg.png);
	padding:0;
}
#section6{
	background-image: url(../images/fan_b.jpg);
	background-position: right bottom;
	padding:0;
}
#section7{
	background-image: url(../images/con_b.jpg);
	padding:0;
	background-position: right top;
}
#section8{
	background-image: url(../images/goods_b01.jpg);
	background-position: right bottom;
	padding:0;
}

/*Adding background for the slides
* --------------------------------------- */
#slide1{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}
#slide2{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}

#slide3{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}

#slide4{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}


#slide5{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}


#slide6{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}


#slide7{
	background-image: url(../images/disc_b.jpg);
	padding:0;
}

/* Custom CSS
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin:5x;
	padding:10px 5px 5px;
}
#menu li.active{
}
#menu li a{
	text-decoration:none;
}
#menu li.active a:hover{
}
#menu li:hover{
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
}
#menu{
	position:fixed;
	top:0%;
	left:10px;
	height: 35px;
	padding:0 20px;
/*	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:10px 0 0 70%;
	background: rgba(255,255,255, 0.3);*/
}

#menu2 li {
	display:inline-block;
	margin:5x;
	padding:10px 5px 5px;
}
#menu2 li.active{
}
#menu2 li a{
	text-decoration:none;
}
#menu2 li.active a:hover{
}
#menu2 li:hover{
}
#menu2 li a,
#menu2 li.active a{
	display:block;
}
#menu2 li.active a{
}
#menu2{
	position:fixed;
	top:0%;
	left:10px;
	height: 35px;
	padding:0 20px;
	z-index:999;
	background:#000;
/*	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:10px 0 0 70%;
	background: rgba(255,255,255, 0.3);*/
}

@media only screen and (max-width: 480px) {
	#menu2 {
	position:fixed;
	top:0%;
	left:10px;
	padding:0 20px;
	z-index:999;
	background:#000;
	}
}

.logo {
	position:fixed;
	top:35px;
	left:10px;
	width:500px;
	height:54px;
	z-index: 999;
	padding:0;
	margin:0;
}

@media only screen and (max-width: 480px) {
	.logo {
		position:fixed;
		top:6%;
		left:10px;
		width:50%;
		height:auto;
		z-index:71;
		padding:0;
		margin:0;
	}
}

.logo2 {
	position:fixed;
	top:35px;
	left:10px;
	width:550px;
	height:80px;
	z-index: 999;
	background:#000;
	padding:0;
	margin:0;
}

@media (max-width:480px) {
	.logo2 {
		position:fixed;
		top:6%;
		left:10px;
		width:100%;
		height:114px;
		z-index:71;
		padding:0;
	background:#000;
		margin:0;
	}
}

.copyright {
	width:400px;
	height:30px;
	z-index:88;
	position:fixed;
	bottom:2%;
	left:2%;
}

.disc {
	margin:70px 0 0 0;
}

.disc_area {
	clear:both;
	width:860px;
	height:230px;
/*	position:absolute;
	top:25%;
	left:1%;*/
}

.disc_area2 {
	width:860px;
	height:230px;
	margin:5px 0 0px 0;
/*	position:absolute;
	top:60%;
	left:1%;*/
}

.disc_left {
	width:420px;
	height:230px;
	background: rgba(255,255,255, 0.3);
	float:left;
}

.disc_right {
	width:420px;
	height:230px;
	background: rgba(255,255,255, 0.3);
	float:left;
	margin-left:10px;
}

.disc_link_area {
	width:250px;
	height:30px;
	line-height:30px;
	margin:120px 0 0 5%;
	z-index: 60;
/*	position:absolute;
	top:20%;
	left:1%;*/
}

.disc_link_area2 {
	width:250px;
	height:30px;
	line-height:30px;
	margin:120px 0 0 5%;
	z-index: 60;
/*	position:absolute;
	top:20%;
	left:1%;*/
}

.disc_link {
	color:#C8A063;
	margin:5px 0;
	width:70px;
	margin-right:20px;
	float:left;
	height:30px;
}

.disc_link2 {
	color:#C8A063;
	margin:5px 0;
	width:40px;
	margin-right:20px;
	float:left;
	height:30px;
}

.disc_link a{
	color:#000;
	text-decoration:underline;
}

.disc_link2 a{
	color:#000;
	text-decoration:underline;
}

.disc_img {
	width:180px;
	height:150px;
	margin:5px 0 0 5px;
	float:left;
}

.disc_img2 {
	width:160px;
	height:150px;
	margin:5px 0 0 5px;
	float:left;
}

.play_list {
	width:230px;
	height:150px;
	margin:5px 0 0 10px;
	line-height:22px;
	font-size:12px;
	float:left;
}

.disc_text {
	width:400px;
	height:70px;
	line-height:18px;
	font-size:14px;
	margin:10px 0 0 5px;
}

.red {
	color:red;
}

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
.select {
  color:#fff;
}

.disnon {
  display: none;
}
#tab li {
  display:block;
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  color:#ccc;
}
#tab li.select {
  color:#fff;
}
#tab2 li {
  display:block;
  float: left;
  padding:0 10px;
  list-style: none;
  cursor: pointer;
  color:#ccc;
  text-decoration:underline;
}
#tab2 li.select {
  color:#fff;
  text-decoration:none;
}
#tab4 li {
  display:block;
  float: left;
  padding:0 10px;
  list-style: none;
  cursor: pointer;
  color:#ccc;
  text-decoration:underline;
}
#tab4 li a{
  display:block;
  float: left;
  padding:0 10px;
  list-style: none;
  cursor: pointer;
  color:#ccc;
  text-decoration:underline;
}
#tab4 li.select {
  color:#fff;
  text-decoration:none;
}
.disnon {
  display: none;
}
.content_wrap {
	clear:both;
	width:720px;
	height:420px;
	padding:30px 10px;
	background: rgba(255,255,255, 0.2);
	margin:5px 0 0 2%;
	line-height:20px;
	color:#fff;
	overflow-y:auto;
	scrollbar-arrow-color: #cc0000;
	scrollbar-base-color: #000000;
}

.content_wrap3 {
	clear:both;
	width:310px;
	height:390px;
	padding:30px 10px;
	background: rgba(255,255,255, 0.2);
	margin:10px 0 0 1%;
	line-height:20px;
font-size:14px;
	color:#fff;
	overflow-y:auto;
	scrollbar-arrow-color: #ccc;
	scrollbar-highlight-color: #999;
	scrollbar-base-color: #000000;
}

ul#tab {
	margin:7% 0 0 45%;
}

ul#tab3 {
	margin:150px 0 0 1%;
}

.content_wrap2 a {
	color:#99A2A6;
	text-decoration:underline;
}

.content_wrap2::-moz-scrollbar
{
        width:15px;
        background:#808080;
}
.content_wrap2::-moz-scrollbar:horizontal
{
        height:5px;
}
.content_wrap2::-moz-scrollbar-button
{
        width:15px;
        height:15px;
        background:#ccc;
}
.content_wrap2::-moz-scrollbar-piece
{
        background:#eee;
}
.content_wrap2::-moz-scrollbar-piece:start
{
        background:#eee;
}
.content_wrap2::-moz-scrollbar-thumb
{
        background:#333;
}
.content_wrap2::-moz-scrollbar-corner
{
        background:#333;
}
.content_wrap2::-webkit-scrollbar
{
        width:15px;
        background:#808080;
}
.content_wrap2::-webkit-scrollbar:horizontal
{
        height:5px;
}
.content_wrap2::-webkit-scrollbar-button:vertical:decrement
{
       color:#fff;
}
.content_wrap2::-webkit-scrollbar-button
{
        width:15px;
        height:15px;
        background:#ccc;
}
.content_wrap2::-webkit-scrollbar-piece
{
        background:#eee;
}
.content_wrap2::-webkit-scrollbar-piece:start
{
        background:#eee;
}
.content_wrap2::-webkit-scrollbar-thumb
{
        background:#333;
}
.content_wrap2::-webkit-scrollbar-corner
{
        background:#333;
}
.content_wrap2 {
	width:100%;
	height:80%;
	overflow:scroll;
	z-index:900;
	position:fixed;
	top:170px;
	left:30px;
	background: rgba(0,0,0, 0.2);
	color:#fff;
	font-size:18px;
	line-height:24px;
/*	overflow-y:scroll;
	margin:150px 0 0 2%;
	scrollbar-arrow-color: #ccc;
	scrollbar-highlight-color: #999;
	scrollbar-base-color: #000000;
	direction:rtl;*/
	text-align:left;
}

@media only screen and (max-width: 480px) {
	.content_wrap2 {
		width:90%;
		height:85%;
		overflow:scroll;
		position:fixed;
		top:170px;
		left:30px;
		background: rgba(0,0,0, 0.2);
		color:#fff;
		font-size:18px;
		line-height:24px;
	/*	overflow-y:scroll;
		margin:150px 0 0 2%;
		scrollbar-arrow-color: #ccc;
		scrollbar-highlight-color: #999;
		scrollbar-base-color: #000000;
		direction:rtl;*/
		text-align:left;
	}
}

.red3 {
	color:red;
}

.event_text {
	padding:15px 0;
}

ul#tab2 {
	/*margin:130px 0 0 2%;*/
	position:fixed;
	top:110px;
	left:2%;
	width:550px;
	height:30px;
	line-height:30px;
	background:#000;
}

ul#tab4 {
	/*margin:130px 0 0 2%;*/
	position:fixed;
	top:110px;
	left:2%;
	width:550px;
	height:30px;
	line-height:30px;
	background:#000;
}

.top_text_area {
font-family:'Hannari';
	letter-spacing:0.15em;
	color:#FFFFCC;
	font-size:18px;
	line-height:30px;
	width:600px;
	height:400px;
	margin:120px 0 0 40px;
}

.example {
font-size:18px;
}

.toptext {
	font-size:16px;
	line-height:23px;
	color:red;
	position:fixed;
	bottom:300px;
	left:40px;
}
@font-face {
font-family:'Hannari';
font-weight:normal;
src:url('Hannari.otf') format('opentype');
}
.top_info_area {
	width:200px;
	height:220px;
	font-size:13px;
	line-height:20px;
	color:#ffffff;
	position:fixed;
	bottom:10px;
	left:40px;
}

.top_info_area2 {
	width:200px;
	height:220px;
	font-size:13px;
	line-height:20px;
	color:#595757;
	position:fixed;
	bottom:-170px;
	left:221px;
}

.top_info_area3 {
	width:200px;
	height:220px;
	font-size:13px;
	line-height:20px;
	color:#ffffff;
	position:fixed;
	bottom:10px;
	left:221px;
}

.top_info_area4 {
	width:200px;
	height:220px;
	font-size:13px;
	line-height:20px;
	color:#ffffff;
	position:fixed;
	bottom:10px;
	left:402px;
}
.content_wrap_left {
	width:420px;
	height:70%;
	line-height:25px;
	float:left;
	margin:10px 0 0 25px;
}

.content_wrap_right {
	width:420px;
	height:70%;
	line-height:25px;
	float:left;
	margin:10px 0 0 25px;
}

.new_music_area {
	width:980px;
	height:500px;
	background: rgba(255,255,255, 0.1);
	margin:10px 0 0 2%;
}

.new_music {
	width:960px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	text-align:left;
}

.new_music_img {
	width:270px;
	height:248px;
}

.new_music_youtube {
	width:315px;
	height:248px;
}

.new_music_playlist {
	width:320px;
	height:450px;
	line-height:20px;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	white-space: pre;
	overflow:auto;
}

.new_single_code {
	width:270px;
	height:150px;
	margin:10px 0 0 0px;
	line-height:20px;
}

.new_music_left {
	width:270px;
	height:500px;
	margin:0px 0 0 10px;
	float:left;
}

.new_music_center {
	width:315px;
	height:500px;
	margin:0px 0 0 10px;
	float:left;
}

.new_music_right {
	width:320px;
	height:500px;
	margin:0px 0 0 10px;
	float:left;
}

.stuff {
	width:315px;
	height:550px;
	margin:10px 0 0 0px;
	line-height:20px;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fan_text_area {
	width:600px;
	height:400px;
	overflow-y:scroll;
	margin:150px 0 0 2%;
	line-height:20px;
	padding:20px 5px;
	background: rgba(255,255,255, 0.2);
}

.contact_text_area {
	width:670px;
	height:400px;
	margin:150px 0 0 2%;
	line-height:20px;
	padding:20px;
	background: rgba(255,255,255, 0.2);
}

.form_name {
	width:250px;
	height:40px;
	line-height:40px;
	float:left;
}

.form_mail {
	width:410px;
	height:40px;
	line-height:40px;
	margin-left:7px;
	float:left;
}

.form_title {
	width:100%;
	height:40px;
	line-height:40px;
}

.form_body {
	width:100px;
	height:150px;
}

.form_company {
	width:400px;
	height:100px;
	margin:30px 0 0 0 ;
	float:left;
}

.form_submit {
	width:210px;
	height:40px;
	padding:20px 0 0 0 ;
	text-align:right;
	float:left;
	margin:30px 0 0 0 ;
}

form.submit {
	width:100px;
	height:30px;
}

.form {
	background-image: url(../images/con_b.jpg);
	background-size:cover;
}

#formWrap {
	color:#000;
	width:800px;
	height:400px;
	background: rgba(255,255,255, 0.2);
	margin:18% 0 0 2%;
	line-height:25px;
	padding:20px;
}

.link_banner {
	width:90px;
	height:35px;
	float:left;
	font-size:14px;
	text-align:center;
}

.link_banner2 {
	width:130px;
	height:35px;
	float:left;
	font-size:14px;
	text-align:center;
}
.shop{
padding:30px 0 0;
font-size:20px;
}
.shop a{
color:#ccc;
}