@charset "UTF-8";

/*================================================================
tease
================================================================*/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	color: #fff;
	background: url(../img/bg.jpg) no-repeat center top;
	background-color: #000;
	font-family: 'Montserrat', "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 62.5%;
	line-height: 1.75;
	text-align: center;
}
a		 { color: #333; text-decoration: none;}
a:visited { color: #333;}
a:hover   { color: #06C; text-decoration: underline;}

@media screen and (min-width : 768px){
	body {
		min-width: 1024px;
	}
}

img#bgArt {
	position: absolute;
	top: 680px;
	left: 50%;
	margin-left: -510px;
	z-index: 0;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shuffle:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-user:before {
	content: "\e602";
}
.icon-numbered-list:before {
	content: "\e603";
}
.icon-download:before {
	content: "\e604";
}
.icon-play:before {
	content: "\e605";
}
.icon-pause:before {
	content: "\e606";
}
.icon-stop:before {
	content: "\e607";
}
.icon-backward:before {
	content: "\e608";
}
.icon-forward:before {
	content: "\e609";
}
.icon-file:before {
	content: "\e60a";
}


/*
01,common
----------------------------------------------------------------*/
section {
	position: relative;
	padding-top: 100px;
	text-align: left;
}
section .sectionInner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
}
section .sectionInner .harfSec {
	width: 480px;
}

/*
01,header
----------------------------------------------------------------*/
header#globalHeader {
	width: 100%;
	margin-bottom: 0;
	padding-top: 140px;
	text-align: center;
	z-index: 1000;
}
header#globalHeader h1 {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.4em;
	text-align: center;
}
header#globalHeader #globalNav nav {
	width: 1000px;
	margin: 0 auto;
}
header#globalHeader #globalNav nav ul {
}
header#globalHeader #globalNav nav ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
header#globalHeader #globalNav nav ul li a {
	display: block;
	padding: 0 30px;
	font-size: 1.4em;
	color: #FFF;
	line-height: 47px;
	text-decoration: none;
}
header#globalHeader p#backToGateway {
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 5;
}
header#globalHeader p#backToGateway a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*
01,download
----------------------------------------------------------------*/
#download {
	padding-top: 100px;
}
#download .sectionInner {
	width: 1000px;
	overflow: hidden;
}
#download .sectionInner #download320 {
	float: left;
	width: 380px;
	margin-right: 20px;
}
#download .sectionInner #download192 {
	float: left;
	width: 380px;
	margin-right: 20px;
}
#download .sectionInner #downloadJacket {
	float: right;
	width: 200px;
}
#download .sectionInner #downloadJacket a {
	display: block;
	height: 60px;
	padding: 16px 40px 24px;
	border: #fff solid 4px;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
	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-radius: 100px;
}
#download .sectionInner #downloadJacket a:hover {
	color: #333;
	background-color: #FFF;
}
#download .sectionInner #downloadJacket a span {
	display: block;
	margin: 6px auto 0;
	padding: 2px 0;
	width: 120px;
	color: #FFF;
	text-align: center;
	line-break: 1;
	font-size: 10px;
	background-color: #64a;
}
#download .sectionInner .harfSec dl {
	position: relative;
}
#download .sectionInner .harfSec dl dt {
	margin-bottom: 10px;
	color: #fff;
}
#download .sectionInner .harfSec dl dt a {
	display: block;
	height: 70px;
	padding: 10px 40px 20px;
	border: #fff solid 4px;
	font-size: 3em;
	font-weight: bold;
	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-radius: 100px;
}
#download .sectionInner .harfSec dl dt a:hover {
	color: #333;
	background-color: #FFF;
}
#download .sectionInner .harfSec dl dd {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
	word-break: none;
}
#download .sectionInner .harfSec dl dd a {
	font-size: 1.2em;
	color: #fff;
}
#download .sectionInner .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;
}
#download .sectionInner #download320 dl dt span { background-color: #ae3838;}
#download .sectionInner #download192 dl dt span { background-color: #2798c7;}

#download .sectionInner .caution {
	clear: both;
	padding: 20px 0;
	font-size: 12px;
	border-top: #AAA solid 1px;
}
#download .notice {
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0 60px;
}
#download .notice h2 {
	font-size: 14px;
}
#download .notice p {
	margin-top: 1em;
	font-size: 11px;
	line-height: 1.4;
}

/*
01,information
----------------------------------------------------------------*/
#information h2 {
	text-align: center;
}
#information .sectionInner {
	padding: 60px 0 0;
	overflow: hidden;
}
#information .sectionInner h3 {
	margin-bottom: 40px;
}
#information .sectionInner .harfSec h4 {
	margin-bottom: 20px;
	font-size: 1.4em;
}
#information .sectionInner #outline {
	float: left;
	width: 480px;
	margin-bottom: 60px;
}
#information .sectionInner #outline dl {
	font-size: 1.3em;
}
#information .sectionInner #outline dl dt {
	font-weight: normal;
	color: #999;
}
#information .sectionInner #outline dl dd {
	margin-bottom: 20px;
}
#information .sectionInner #outline dl dd ul {
	margin-bottom: 20px;
}
#information .sectionInner #outline dl dd ul li {
}
#information .sectionInner #outline dl dd p.caution {
	font-size: 10px;
}

#information .sectionInner #banner {
	float: right;
	width: 480px;
	margin-bottom: 60px;
}
#information .sectionInner #staff {
	float: right;
	width: 480px;
	margin-bottom: 60px;
}
#information .sectionInner #staff .artistSec {
	width: 480px;
	margin-bottom: 20px;
	overflow: hidden;
}
#information .sectionInner #staff .artistSec p.photo {
	float: left;
	width: 120px;
}
#information .sectionInner #staff .artistSec .artistInfo {
	float: right;
	width: 360px;
	margin-bottom: 20px;
}
#information .sectionInner #staff .artistSec .artistInfo ul {
	width: 360px;
	margin-bottom: 10px;
	overflow: hidden;
}
#information .sectionInner #staff .artistSec .artistInfo ul li {
	display: inline;
	line-height: 1.5;
}
#information .sectionInner #staff .artistSec .artistInfo ul li a {
	font-size: 12px;
	color: #FFF;
}
#information .sectionInner #staff .artistSec .artistInfo ul li a.icon-twitter {
	margin-left: 8px;
}
#information .sectionInner #staff .artistSec .artistInfo p.artistName {
	font-size: 1.5em;
	font-weight: bold;
}
#information .sectionInner #staff .artistSec .artistInfo .artistComment p {
	font-size: 1.3em;
}

/*
01,play
----------------------------------------------------------------*/
#play {
	padding-top: 0;
}
#play h2 {
	padding: 60px 0;
	text-align: center;
}
#play .sectionInner {
	position: relative;
	width: auto;
}
#play ul.moveBtn {
	position: fixed;
	left: 0;
	bottom: 25px;
}
#play ul.moveBtn li {
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	margin-right: 36px;
	color: #333;
	cursor: pointer;
	z-index: 500;
	text-indent: -9999px;
	font-size: 24px;
}
#play ul.moveBtn li.prev {
}
#play ul.moveBtn li.next {
}
#play ul.moveBtn li span:before {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}
#play ul.playMode {
	position: fixed;
	width: 200px;
	right: 0;
	bottom: 25px;
}
#play ul.playMode li {
	position: relative;
	float: left;
	width: 70px;
	height: 20px;
	padding-left: 30px;
	line-height: 20px;
	color: #333;
	cursor: pointer;
	z-index: 500;
}
#play ul.playMode li span {
	font-weight: bold;
}
#play ul.playMode li span:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: normal;
}

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

/*
01,footer
----------------------------------------------------------------*/
footer#globalFooter {
	width: 100%;
	padding: 0 0 120px;
}