@charset "UTF-8";

/*================================================================
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;
	font-family: "english-grotesque", "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 10px;
	line-height: 1.75;
}
body.noscroll {
	position: fixed;
	overflow-y: scroll;
}
a		  { color: #69F; text-decoration: none;}
a:visited { color: #49F;}
a:hover   { color: #06C; text-decoration: underline;}

a{
	-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;
}
br.sm {
	display: none;
}

/*
01,common
----------------------------------------------------------------*/
header#globalHeader {
	width: 100%;
	min-height: 100%;
	padding: 8%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(../img/bg_01.png) no-repeat 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-attachment: fixed;
	z-index: 0;
}
header#globalHeader h1 {
	margin-bottom: 64px;
}
header#globalHeader h1 img.mark{
	display: block;
	margin-bottom: 32px;
}
header#globalHeader span.border {
	display: block;
	width: 200px;
	margin-bottom: 40px;
	height: 1px;
	background-color: #FFF;
}
header#globalHeader p.trg {
	display: none;
}
header#globalHeader .download {
	margin-bottom: 40px;
}
header#globalHeader .download h2 {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
	font-weight: normal;
	font-size: 40px;
	background: url("../img/arrow_right.png") no-repeat 100% 50%;
	-webkit-background-size: 16px;
	     -o-background-size: 16px;
	        background-size: 16px;
}
header#globalHeader .download ul {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
header#globalHeader .download ul li {
	display: inline-block;
	padding-right: 8px;
	vertical-align: top;
}
header#globalHeader .download ul li dl a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 12px;
	color: #FFF;
	border: #FFF solid 1px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	text-decoration: none;
}
header#globalHeader .download ul li dl a:hover{
	background-color: #FFF;
	color: #999;
}
header#globalHeader .download ul li dl dt {
	margin-bottom: 16px;
}
header#globalHeader .download ul li dl dt a {
	display: block;
	font-size: 18px;
	padding: 4px 40px;
	border-width: 0;
	background-color: #FFF;
	color: #D80000;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.1);
	        box-shadow: 0 8px 10px rgba(0,0,0,0.1);
}
header#globalHeader .download ul li#download192 dl dt a {
	color: #3BD2E2;
}
header#globalHeader .download ul li dl dt a:hover {
	color: #FFF;
	background-color: #000;
}
header#globalHeader .download ul li dl dt a span{
	padding-right: 24px;
	font-size: 24px;
}
header#globalHeader .jacketBtn a {
	display: inline-block;
	padding: 9px 40px;
	color: #FFF;
	border: #FFF solid 1px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	font-size: 18px;
	text-decoration: none;
}
header#globalHeader .jacketBtn a:hover{
	background-color: #FFF;
	color: #999;
}
header#globalHeader nav.mainNav {
}
header#globalHeader nav.mainNav ul {
	margin-left: -10px;
}
header#globalHeader nav.mainNav ul li {
	margin-bottom: 16px;
}
header#globalHeader nav.mainNav ul li a {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
}
nav.discNav {
	position: absolute;
	bottom: 4%;
	right: 4%;
	z-index: 2;
}
nav.discNav ul {
}
nav.discNav ul li {
	float: left;
	padding: 0 16px;
}
nav.discNav ul li a {
	display: block;
	width: 120px;
	height: 120px;
	padding-top: 64px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 48px;
	        border-radius: 48px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	background: url("../img/logo_mark.png") no-repeat 50% 32px;
	-webkit-background-size: 24px;
	     -o-background-size: 24px;
	        background-size: 24px;
	text-decoration: none;
	opacity: 0.4;
}
nav.discNav ul li a:hover{
	margin-top: -4px;
	opacity: 1;
}
nav.discNav ul li.disc1 a {
	background-color: #D80000;
}
nav.discNav ul li.disc2 a {
	background-color: #C4D800;
}
nav.discNav ul li.disc3 a {
	background-color: #3BD2E2;
}
nav.discNav ul li.disc4 a {
	background-color: #0D113D;
}
section {
	position: relative;
	padding: 8%;
	z-index: 1;
	background-color: #000;
	overflow: hidden;
}
section .inner {
}
section h2 {
	margin-bottom: 40px;
	font-weight: lighter;
}
section h3 {
	font-weight: lighter;
}
section h2 span {
}

/*
01,disc
----------------------------------------------------------------*/


/*
01,information
----------------------------------------------------------------*/
section#information {
}
section#information .inner {
}
section#information h3 {
	margin-bottom: 40px;
	font-size: 32px;
}
section#information h4 {
	margin-bottom: 10px;
	font-size: 1.4em;
}
section#information dl {
	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 0 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 {
}
section#staff .staffSec {
	float: left;
	width: 25%;
	margin: 0 0 20px;
	padding: 0;
	color: #FFF;
	text-align: left;
	overflow: hidden;
}
section#staff .staffSec p.photo {
	margin: 0 0 20px;
}
section#staff .staffSec p.photo img {
	width: 60px;
	height: auto;
}
section#staff .staffSec .artistInfo {
}
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 {
}
section#link dl {
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}
section#link dl dt {
	float: left;
	width: 50%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
section#link dl dt img {
	width: 100%;
	max-width: 468px;
}
section#link dl dd {
	float: right;
	width: 50%;
	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 {
	display: block;
	width: 100%;
	z-index: 100;
	color: #FFF;
	padding: 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #000;
	text-align: left;
}
p#backToGateway {
	position: absolute;
	top: 16px;
	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 {
	width: auto;
	padding: 40px 20px 0;
	background-attachment: inherit;
	overflow: hidden;
}
header#globalHeader h1 {
	margin-bottom: 40px;
}
header#globalHeader h1 img.mark{
	display: block;
	margin-bottom: 32px;
}
header#globalHeader span.border {
	margin-bottom: 24px;
}
header#globalHeader p.trg {
	display: none;
}
header#globalHeader .download {
	margin-bottom: 20px;
	text-align: left;
}
header#globalHeader .download h2 {
	display: block;
	padding-right: 0;
	font-size: 14px;
	background: none;
}
header#globalHeader .download ul {
	display: block;
	padding-left: 0;
	vertical-align: middle;
	overflow: hidden;
}
header#globalHeader .download ul li {
	display: block;
	float: left;
	width: 50%;
	padding-right: 0;
}
header#globalHeader .download ul li dl a {
	float: left;
	display: block;
	padding: 4px 8px;
	margin-right: 10px;
	margin-bottom: 8px;
}
header#globalHeader .download ul li dl a:hover{
	background-color: #FFF;
	color: #999;
}
header#globalHeader .download ul li dl dt {
	margin-bottom: 16px;
}
header#globalHeader .download ul li dl dt a {
	font-size: 16px;
	padding: 8px 18px;
	text-align: center;
}
header#globalHeader .download ul li#download192 dl dt a {
}
header#globalHeader .download ul li dl dt a:hover {
}
header#globalHeader .download ul li dl dt a span{
	padding-right: 16px;
	font-size: 14px;
}
header#globalHeader .jacketBtn {
	width: 100% !important;
	clear: both;
	margin-top: 12px;
}
header#globalHeader .jacketBtn a {
	display: block;
	padding: 9px 24px;
	text-align: center;
}
header#globalHeader .jacketBtn a:hover{
}
header#globalHeader nav.mainNav {
	padding-top: 16px;
	padding-bottom: 24px;
	text-align: left;
}
header#globalHeader nav.mainNav ul {
	margin-left: 0;
}
header#globalHeader nav.mainNav ul li {
	display: inline-block;
	margin-bottom: 16px;
}
header#globalHeader nav.mainNav ul li a {
	padding: 12px 20px;
	font-size: 14px;
	color: #FFF;
	border-left: #FFF solid 1px;
}
nav.discNav {
	position: relative;
	padding: 20px 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-color: #FFF;
}
nav.discNav ul {
}
nav.discNav ul li {
	display: inline-block;
	float: none;
	padding: 0 4px;
}
nav.discNav ul li a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 32px;
	-webkit-border-radius: 24px;
	        border-radius: 24px;
	font-size: 14px;
	-webkit-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
	background-position: 50% 10px;
	opacity: 1;
}
nav.discNav ul li a:hover{
	margin-top: -4px;
	opacity: 1;
}

section {
	padding: 40px 0 0;
}
section .inner {
}
section h2 {
	margin-bottom: 20px;
	font-weight: lighter;
}
section h3 {
	font-weight: lighter;
}
section h2 span {
}
/*
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;
	padding-right: 0;
}
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;
}
}