@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300&subset=latin,latin-ext);

/*================================================================
global reset
================================================================*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td,address{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}
ul{
	list-style:none;
}
fieldset,img{
	border:0;
	vertical-align: bottom;
}
select option{
	padding:0 5px;
}
form label{
	cursor:pointer;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }


html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	color: #fff;
	background-color: #111;
	font-family: 'Roboto', "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 10px;
	line-height: 1.75;
}
a		 { color: #69F; text-decoration: none;}
a:visited { color: #49F;}
a:hover   { color: #06C; text-decoration: underline;}

br.sm {
	display: none;
}

/*
01,common
----------------------------------------------------------------*/
header#globalHeader {
	position: fixed;
	top: 0;
	width: 100%;
	background: url(../img/bg_header.png) repeat-x 0;
	text-align: center;
	z-index: 10;
}
header#globalHeader p.trg {
	display: none;
}
header#globalHeader nav {
	max-width: 1330px;
	padding: 56px;
	margin: 0 auto;
	background: url(../img/bg_stage_header.png) no-repeat 50% 0;
}
header#globalHeader nav ul.left {
	float: left;
}
header#globalHeader nav ul.right {
	float: right;
}
header#globalHeader nav ul li {
	display: inline-block;
	margin-right: 24px;
	font-size: 14px;
}
header#globalHeader nav ul.right li {
	margin-right: 0;
	margin-left: 24px;
}
header#globalHeader nav ul li a {
	padding: 10px;
	color: #FFF;
}
header#globalHeader nav ul li a:before {
	display: block;
	float: left;
	width: 0.8em;
	height: 0.8em;
	margin-top: 6px;
	background: #FFF;
	content: "";
	border-radius: 1em;
}

section {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50%;
	text-align: center;
}
section#top { background-image: url(../img/bg_top.jpg);}
section#download { background-image: url(../img/bg_download.jpg);}
section#jacket {background-image: url(../img/bg_jacket.jpg);}

section .inner {
	position: relative;
	min-height: 100%;
	height: 100%;
}
section h2 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 10em;
	margin: 0 0 0 -5em;
	padding-top: 24px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 1.25;
	z-index: 100;
}
section h2 span {
	display: block;
	width: 5em;
	margin: 0 auto;
	font-size: 10px;
	border-radius: 3px;
}

/*
01,top
----------------------------------------------------------------*/
section#top {
	height: 100%;
	text-align: center;
}
section#top h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	margin: -80px 0 0 -50px;
}
section#top h1 img {
	height: auto
}
section#top h1 img.mark {
	display: block;
	width: 64px;
	margin: 0 auto 20px;
}
section#top div.inner {
	height: 100%;
}
section#top div.inner ul#stageNav {
}
section#top div.inner ul#stageNav li {
	opacity: 0;
	position: absolute;
	width: 30%;
	margin: 0 10%;
	background: #000;
}
section#top div.inner ul#stageNav li.animated {
	opacity: 1;
}
section#top div.inner ul#stageNav li a {
	display: block;
	position: relative;
}
section#top div.inner ul#stageNav li a img {
	width: 100%;
	height: auto;
	opacity: 0.5;
}
section#top div.inner ul#stageNav li a span.icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -40px 0 0 -30px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
section#top div.inner ul#stageNav li a:hover span.icon {
	width: 70px;
	height: 70px;
	margin: -45px 0 0 -35px;
}
section#top div.inner ul#stageNav li a span.icon img {
	opacity: 1;
}
section#top div.inner ul#stageNav li p.discTitle {
	position: absolute;
	top: 60%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 1.25;
}
section#top div.inner ul#stageNav li p.discTitle span {
	font-size: 12px;
}
section#top div.inner ul#stageNav li.stage1 {top: 20%;  left: 0;}
section#top div.inner ul#stageNav li.stage2 {top: 20%;  right: 0;}
section#top div.inner ul#stageNav li.stage3 {top: 56%;left: 0;}
section#top div.inner ul#stageNav li.stage4 {top: 56%;right: 0;}

/*
01,stage
----------------------------------------------------------------*/
section#stage {
	position: relative;
}
section#stage #stageList {
	display: none; /* js */
	position: fixed;
	top: 0;
	right: -480px;
	width: 600px;
	height: 100%;
	z-index: 200;
	overflow-y: scroll;
}
section#stage #stageList ul {
	position: relative;
	padding: 100px 0;
	background: rgba(0,0,0,0.8);
	text-align: left;
}
section#stage #stageList ul li {
}
section#stage #stageList ul li a {
	display: block;
	padding: 10px 40px;
	color: #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
section#stage #stageList ul li.playing a,
section#stage #stageList ul li a:hover {
	background: rgba(255,255,255,0.3);
	color: #FFF;
}
section#stage #stageList ul li a em {
	display: block;
	float: left;
	width: 100px;
	padding-top: 1em;
	font-style: inherit;
}
section#stage #stageList ul li a em:after {
	display: block;
	float: right;
	width: 0.8em;
	height: 0.8em;
	margin-top: 6px;
	margin-right: 1.6em;
	background: #FFF;
	content: "";
	border-radius: 1.2em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
section#stage #stageList ul li.playing a em:after,
section#stage #stageList ul li a:hover em:after {
	width: 2.4em;
	height: 2.4em;
	margin-top: -4px;
	margin-right: 0.8em;
}
section#stage #stageList ul li a p {
	display: inline-block;
	padding: 0 20px;
	font-size: 12px;
}
section#stage #stageList ul li a p span {
	display: block;
	font-size: 10px;
}
canvas{ width:500px; height:300px; background:#002D3C; float:left; }

/*
01,download
----------------------------------------------------------------*/
section#download {
	overflow: hidden;
}
section#download .inner {
	padding-top: 200px;
}
section#download #download320 {
	float: left;
	width: 50%;
}
section#download #download192 {
	float: right;
	width: 50%;
}
section#download .harfSec dl {
	position: relative;
	margin: 1px 1px 20px;
}
section#download #download320 dl {
	float: right;
	margin-right: 40px;
}
section#download #download192 dl {
	float: left;
	margin-left: 40px;
}
section#download .harfSec dl dt {
	margin-bottom: 10px;
	color: #fff;
}
section#download .harfSec dl dt a {
	display: block;
	width: 200px;
	height: 160px;
	margin: 0 auto;
	padding: 80px 20px 0;
	border: #111 solid 1px;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: #FFF solid 2px;
	border-radius: 120px;
}
section#download .harfSec dl dt a:hover {
	background-color: #FFF;
	color: #000;
}
section#download .harfSec dl dd {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
	word-break: none;
}
section#download .harfSec dl dd a {
	font-size: 1.2em;
	color: #fff;
}
section#download .harfSec dl dt span {
	display: block;
	margin: 0 auto;
	padding: 2px 0;
	width: 120px;
	color: #FFF;
	text-align: center;
	line-break: 1;
	font-size: 10px;
	background-color: #FFF;
	color: #000;
}
section#download #download320 dl dt span { background-color: #ae3838; color: #FFF;}
section#download #download192 dl dt span { background-color: #2798c7; color: #FFF;}


/*
01,jacket
----------------------------------------------------------------*/
section#jacket {
}
section#jacket .inner {
	padding-top: 200px;
}
section#jacket #downloadJacket a {
	display: block;
	width: 200px;
	height: 180px;
	margin: 0 auto;
	padding: 60px 20px 0;
	border: #111 solid 1px;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: #FFF solid 2px;
	border-radius: 120px;
}
section#jacket #downloadJacket a:hover {
	background-color: #FFF;
	color: #000;
}
section#jacket #downloadJacket a span {
	display: block;
	padding-top: 10px;
	font-size: 10px;
}
/*
01,information
----------------------------------------------------------------*/
section#information {
}
section#information .inner {
	padding-top: 200px;
}
section#information h3 {
	margin-bottom: 40px;
	font-size: 32px;
}
section#information h4 {
	margin-bottom: 10px;
	font-size: 1.4em;
}
section#information dl {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.2em;
}
section#information dl dt {
	margin-bottom: 8px;
	font-weight: normal;
	color: #999;
}
section#information dl dd {
	margin-bottom: 20px;
}
section#information dl dd ul {
	margin: 0 40px 20px;
}
section#information dl dd ul li {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 3px;
	background: #FFF;
	color: #000;
}
section#information dl dd p.caution {
	font-size: 10px;
}

/*
01,staff
----------------------------------------------------------------*/
section#staff {
	background: #BBB;
	overflow: hidden;
}
section#staff .inner {
	max-width: 1330px;
	margin: 0 auto;
	padding-top: 200px;
}
section#staff .staffSec {
	float: left;
	width: 20%;
	margin: 0 0 20px;
	padding: 0;
	color: #FFF;
	text-align: left;
	overflow: hidden;
}
section#staff .staffSec p.photo {
	margin: 0 16px 20px;
}
section#staff .staffSec p.photo img {
	width: 60px;
	height: auto;
}
section#staff .staffSec .artistInfo {
	padding: 0 16px;
}
section#staff .staffSec .artistInfo ul {
	margin-bottom: 10px;
	overflow: hidden;
}
section#staff .staffSec .artistInfo ul li {
	display: inline;
	line-height: 1.5;
}
section#staff .staffSec .artistInfo ul li a {
	display: block;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
section#staff .staffSec .artistInfo p.artistName {
	font-size: 24px;
}
section#staff .staffSec .artistInfo .artistComment p {
	padding-right: 20px;
	font-size: 14px;
}

/*
01,link
----------------------------------------------------------------*/
section#link {
}
section#link .inner {
	padding-top: 200px;
}
section#link dl {
	width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
	overflow: hidden;
}
section#link dl dt {
	float: left;
	width: 468px;
}
section#link dl dd {
	float: right;
	width: 500px;
	text-align: center;
}
section#link dl dd.title {
	padding-top: 5px;
	font-size: 1.8em;
}
section#link dl.h100 dd.title {
	padding-top: 20px;
}

section#link p.bnr {
	width: 1000px;
	margin: 80px auto;
	text-align: center;
	overflow: hidden;
}
section#link p.bnr img {
	display: block;
	width: 100%;
	height: auto;
}

/*
01,global
----------------------------------------------------------------*/
small.copyright {
	position: fixed;
	display: block;
	width: auto;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	color: #FFF;
	text-align: left;
}
p#backToGateway {
	position: fixed;
	top: 30px;
	left: 16px;
	z-index: 500;
}
p#backToGateway a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}







@media screen and (max-width: 768px) {
/*================================================================
SmartPhone
================================================================*/
html {-webkit-text-size-adjust: 100%;}
body {
	min-width: inherit;
	text-align: center;
	background: url(../img/logo_mark_bg.jpg) no-repeat 0 center #000;
	background-size: cover;
}
img {
	max-width: 100%;
	height: auto;
}
br.sm {
	display: inherit;
}

/*
01,common
----------------------------------------------------------------*/
header#globalHeader {
	position: relative;
}
header#globalHeader p.trg {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/icon_menu.png) no-repeat 50%;
	background-size: 20px;
	overflow: hidden;
}
header#globalHeader p.trg a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
header#globalHeader nav {
	position: absolute;
	display: none;
	max-width: inherit;
	width: 100%;
	top: 60px;
	left: 0;
	padding: 0;
	margin: 0;
	background: #222;
}
header#globalHeader nav ul.left {
	float: none;
}
header#globalHeader nav ul.right {
	float: none;
}
header#globalHeader nav ul li {
	display: block;
	margin-right: 0;
	font-size: 14px;
	text-align: center;
}
header#globalHeader nav ul.right li {
	margin-right: 0;
	margin-left: 0;
}
header#globalHeader nav ul li a {
	display: block;
	padding: 16px 24px;
	color: #FFF;
	border-bottom: #000 solid 1px;
}
header#globalHeader nav ul li a:before {
	display: block;
	float: left;
	width: 0.8em;
	height: 0.8em;
	margin-top: 6px;
	background: #FFF;
	content: "";
	border-radius: 1em;
}

section {
	height: auto;
}
section:before,
section:after {
	content: "";
	display: table;
}
section:after {
	clear: both;
}
section .inner {
	position: relative;
	height: auto;
	min-height: inherit;
}
section h2 {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
	margin-bottom: 32px;
	padding-top: 32px;
	border-top: #FFF solid 1px;
}
section h2 span {
	display: block;
	width: 5em;
	margin: 0 auto;
	font-size: 10px;
	border-radius: 3px;
}

/*
01,top
----------------------------------------------------------------*/
section#top {
	height: inherit;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-align: center;
}
section#top .inner {
	min-height: inherit;
}
section#top h1 {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin: 0 0 20px;
	padding-top: 20px;
	text-align: center;
}
section#top h1 img {
	width: 64px
}
section#top h1 img.mark {
	width: 32px;
	margin: 0 auto 20px;
}
section#top div.inner ul#stageNav {
	position: relative;
}
section#top div.inner ul#stageNav li {
	float: left;
	position: relative;
	padding-bottom: 72px;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 50%;
	margin: 0;
}
section#top div.inner ul#stageNav li a span.icon {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
}
section#top div.inner ul#stageNav li a span.icon img {
	opacity: 1;
}
section#top div.inner ul#stageNav li p.discTitle {
	position: absolute;
	top: auto;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
}
section#top div.inner ul#stageNav li p.discTitle span {
	font-size: 10px;
}

/*
01,stage
----------------------------------------------------------------*/
section#stage {
	position: relative;
}
section#stage #stageList {
	display: none !important;
}

/*
01,download
----------------------------------------------------------------*/
section#download {
	min-height: auto;
}
section#download .inner {
	padding-top: 0;
}
section#download #download320 {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
section#download #download192 {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
section#download .harfSec dl {
	position: relative;
	margin: 1px 1px 20px;
}
section#download #download320 dl,
section#download #download192 dl {
	float: none;
	margin: 0;
}
section#download .harfSec dl dt a {
	width: 180px;
	height: 120px;
	padding: 60px 0 0;
}
section#download .harfSec dl dd {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
	word-break: none;
}
section#download .harfSec dl dd a {
	font-size: 14px;
	color: #fff;
}


/*
01,jacket
----------------------------------------------------------------*/
section#jacket {
	min-height: auto;
}
section#jacket .inner {
	margin-bottom: 40px;
	padding-top: 0;
}
section#jacket #downloadJacket a {
	width: 180px;
	height: 130px;
	padding: 50px 0px 0;
	font-size: 20px;
	line-height: 1.4;
}
section#jacket #downloadJacket a:hover {
	background-color: #FFF;
	color: #000;
}
section#jacket #downloadJacket a span {
	display: block;
	padding-top: 10px;
	font-size: 10px;
}
/*
01,information
----------------------------------------------------------------*/
section#information .inner {
	padding-top: 0;
}
section#information h3 {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: normal;
}
section#information h3 span {
	display: block;
	font-size: 12px;
}
section#information h4 {
	margin-bottom: 10px;
	font-size: 1.4em;
}
section#information dl {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.2em;
}
section#information dl dt {
	margin-bottom: 8px;
	font-weight: normal;
	color: #999;
}
section#information dl dd {
	margin-bottom: 20px;
}
section#information dl dd ul {
	margin: 0 40px 20px;
}
section#information dl dd ul li {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 3px;
	background: #FFF;
	color: #000;
}
section#information dl dd p.caution {
	font-size: 10px;
}

/*
01,staff
----------------------------------------------------------------*/
section#staff {
	background: #999;
	overflow: hidden;
}
section#staff .inner {
	max-width: inherit;
	margin: 0;
	padding-top: 0;
}
section#staff .staffSec {
	float: none;
	width: auto;
	margin: 0 0 32px;
}
section#staff .staffSec p.photo {
	float: right;
	margin: 0 20px 20px 0;
}
section#staff .staffSec .artistInfo {
	padding: 0 16px;
}
section#staff .staffSec .artistInfo ul {
	padding-top: 0;
}
section#staff .staffSec .artistInfo ul li a {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
section#staff .staffSec .artistInfo p.artistName {
	font-size: 20px;
}
section#staff .staffSec .artistInfo .artistComment p {
	padding-right: 0;
	font-size: 14px;
	line-height: 1.5;
}

/*
01,link
----------------------------------------------------------------*/
section#link {
}
section#link .inner {
	padding-top: 0;
}
section#link dl {
	width: auto;
	margin: 0 20px 10px;
	padding-bottom: 20px;
	background-color: #222;
	border-bottom: #555 solid 1px;
}
section#link dl dt {
	float: none;
	width: auto;
	margin-bottom: 10px;
}
section#link dl dd {
	float: none;
	width: auto;
}
section#link dl.h100 dd.title {
	padding-top: 10px;
}
section#link p.bnr {
	width: auto;
	margin: 60px 0;
}

/*
01,global
----------------------------------------------------------------*/
small.copyright {
	position: relative;
	display: block;
	width: auto;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	text-align: center;
}
p#backToGateway {
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 0;
	text-align: center;
}
}