/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

/* basic elements ---------------------------------------------------------- */

html {
	margin:0px; padding:0px;
}

body { 
	background-color: #000;
	color: #fff; font-size: 14px; line-height: 1.8; letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "KozGoPro-Regular", "小塚ゴシック Pro R", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin: 0; padding: 0; border: none;
}

@media screen and (min-width : 769px) {
	body {
		background: none;
	}
	body::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-3;
		width:100%;
		height:100vh;
		background: #000 url("./img/background.jpg") center/cover no-repeat;
		-webkit-background-size:cover;/*Android4*/
 	}
}

@media screen and (max-width : 768px) and (orientation: portrait) {
	body {
		background: none;
	}
	body::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-3;
		width:100%;
		height:100vh;
		background: #000 url("./img/background2.jpg") center/cover no-repeat;
		-webkit-background-size:cover;/*Android4*/
 	}
}

@media screen and (max-width : 768px) and (orientation: landscape) {
	body {
		background: none;
	}
	body::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-3;
		width:100%;
		height:100vh;
		background: #000 url("./img/background.jpg") center/cover no-repeat;
		-webkit-background-size:cover;/*Android4*/
 	}
}

a:link,a:visited {
	color: #ccc; line-height: 1.8; text-decoration: underline;
}
a:hover,a:active {
	color: #ccc; line-height: 1.8; text-decoration: none;
}

p {
	margin-bottom: 1em;
}

h2 {
	width: 100%; height: 45px;
	background: url("./img/title_02_cdinfo.png") left top no-repeat scroll;
	margin: 0 auto 1em; padding: 0; border: none;
}

h3 {
	width: 100%; height: 45px;
	background: url("./img/title_03_list.png") left top no-repeat scroll;
	margin: 0 auto 1em; padding: 0; border: none;
}

h4 {
	width: 100%; height: 45px;
	background: url("./img/title_04_link.png") left top no-repeat scroll;
	margin: 0 auto 1em; padding: 0; border: none;
}

h5 {
	font-weight: bold;
	margin-top: 5em;
}

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* countainer -------------------------------------------------------------- */

div#container {
	margin: 0; padding: 0; border: none;
}

div#container-inner {
	margin: 0; padding: 0; border: none;
}

.clear {
	clear: both;
	margin: 0; padding: 0; border: none;
}

/* menu -------------------------------------------------------------------- */

div#menu {
	background: rgba(0,0,0,0.7);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.7);
	font-family: Myriad Pro, Verdana, Tahoma;
	width: 100%; text-align: center;
	font-size: 14px; letter-spacing: 2px; line-height: 0;
	margin: 0 auto; padding: 0; border: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

div#menu-inner {
	margin: 0; padding: 0; border: none;
}

div#menu a {
	color: #fff; text-decoration: none;
}

div#menu a:hover,div#menu a:active {
	color: #fff; text-decoration: none;
}

div#menu ul {
	display: table; width: 60%;
	margin: 0 auto; padding: 0; border: none;
}

div#menu ul li {
	display: table-cell;
	width: 10%; height: 49px; vertical-align: middle;
	margin: 0; padding: 0; border: none;
}

@media screen and (min-width : 769px) {
	div#menulist-mobile {
		display: none;
	}
}

@media screen and (max-width : 768px)  {
	div#menulist {
		display: none;
	}
}

div#menulist-mobile {
	font-size: 8px;
}

div#menulist-mobile .fa {
	font-size: 24px;
}

div#menulist-mobile ul {
	width: 90%; 
}

div#menulist-mobile ul li {
	width: 20%; 
}

/* header ------------------------------------------------------------------ */

@media screen and (min-width : 769px) {
	div#header {
		position: fixed;
		top: 0;
		z-index: -2;
		width: 100vw; height: 100vh;
		background: none;
	}
	div#header::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-2;
		width:100%;
		height:100vh;
		background: url("./img/title_logo.png") center/cover no-repeat;
		-webkit-background-size:cover;/*Android4*/
	}
}

@media screen and (max-width : 768px) and (orientation: portrait) {
	div#header {
		position: fixed;
		top: 0;
		z-index: -2;
		width: 100vw; height: 100vh;
		background: none;
	}
	div#header::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-2;
		width:100%;
		height:100vh;
		background: url("./img/title_logo2.png") center/cover no-repeat;
		-webkit-background-size:cover;/*Android4*/
	}
}

@media screen and (max-width : 768px) and (orientation: landscape) {
	div#header {
		position: fixed;
		top: 0;
		z-index: -2;
		width: 100vw; height: 100vh;
		background: none;
	}
	div#header::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-2;
		width:100%;
		height:100vh;
		background: url("./img/title_logo.png") center/cover no-repeat;
		-webkit-background-size:cover;/*Android4*/
	}
}

div#black {
	display: block;
	background: rgba(0,0,0,0.8);
	width: 100%; height: 100vh;
	margin: 0; padding: 0; border: none;
}

div#blank {
	display: block;
	background: rgba(0,0,0,0);
	width: 100%; height: 100vh;
	margin: 0; padding: 0; border: none;
}
div#black {
	position: fixed;
	top: 0;
	z-index: -2;
	width: 100vw; height: 100vh;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: .8s;
}

/* content ----------------------------------------------------------------- */

div#content {
	width: 100%;
	margin: 0 0 5em; padding: 49px 0 0; border: none;
}

div#content-inner {
	margin: 0; padding: 0; border: none;
}

div#youtube {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
 
div#youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* entry ------------------------------------------------------------------- */

div.entry {
	width: 80%; min-height: 100vh; text-align: center;
	margin: 0 auto; padding: 49px 0 0; border: none;
	text-shadow: 0 4px 3px rgba(0,0,0,0.7);
}

div.entry-inner {
	margin: 0; padding: 0; border: none;
}

@media screen and (min-width : 769px) {
	div#media-inner {
		width: 60%;
		margin: 0 auto;
	}
}

@media screen and (max-width : 768px)  {
	div#media-inner {
		width: 100%;
		margin: 0 auto;
	}
}

.effect {
	transition: .8s;
}
/* cdinfo ------------------------------------------------------------------ */

@media screen and (min-width : 769px) {
	#cdinfo-table {
		display: table;
		width: 100%;
	}

	#cdinfo-alpha {
		display: table-cell; vertical-align: top;
		width: 35%;	
	}

	#cdinfo-beta {
		display: table-cell; vertical-align: top;
		width: 65%;
		padding-left: 1em;
	}

	#cdinfo-alpha img {
		width: 100%; height: auto;
	}
}

@media screen and (max-width : 768px) {
	#cdinfo-table {
		width: 100%;
	}
	#cdinfo-alpha {
		width: 100%;
		margin-bottom: 1em;
	}

	#cdinfo-beta {
		width: 100%;
	}
	
	#cdinfo-alpha img {
		width: 100%; height: auto;
	}
}

div#cdinfo-inner dl {
	text-align: left;
	line-height: 1.2;
}

dl#cdinfodl dl {
	width: 100%;
}

dl#cdinfodl dt {
	border-bottom: solid 1px #999;
	padding-left: 0.5em;
	margin-bottom: 3px;
}

dl#cdinfodl dd {
	padding-left: 0.5em;
	margin-bottom: 1em;
}

/* list -------------------------------------------------------------------- */

#tracklist-alpha {
	margin-bottom: 2em;
}

#tracklist-alpha dt {
	font-size: 14px;
}

#tracklist-alpha dd {
	font-size: 12px; color: #ccc;
	padding-left: 1em; margin-bottom: 1em;
}

#tracklist span.small {
	font-size: 12px;
}

#tracklist-beta li {
	font-size: 14px;
}

/* link -------------------------------------------------------------------- */

#banner468 {
	width: 100%; height: auto;
	max-width: 468px;
}

#banner200 {
	width: 100%; height: auto;
	max-width: 200px;
}

@media screen and (max-width : 480px) {
	div#link span.hidden {
		display: none;
	}
}

div#link-table {
	display: table;
	margin: 1em auto 0;
	width: 100%; max-width: 936px;
}

div#link-tr {
	display: table-row;
	width: 100%;
}

div#link-td {
	display: table-cell;
	width: 50%; max-width: 468px; float: left;
	margin: 0; padding: 0; border: none;
	
}

div#link-td img {
	width: 100% !important; height: auto !important;
	max-width: 468px !important;
}


/* footer ------------------------------------------------------------------ */

div#footer {
	background-color: #000;
	color: #fff;
	font-size: 11px; letter-spacing: 2px;
	text-align: center;
	clear: both;
	width: 100%;
	margin: 0; padding: 1em 0 2em; border: none;
}

div#footer-inner {
	font-family: Myriad Pro, Verdana, Tahoma;
	margin: 0 auto 5em; padding: 0; border: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 16px;
	right: 16px;
}
