@charset "utf-8"; 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
input { text-decoration: none; }
address, blockquote, code, fieldset,h1,h2, h3, h4, h5, h6, hr, li, menu, p, pre, q, samp, table { padding: 0; margin: 0 0 1.8em; list-style: none; line-height:1.9; letter-spacing:1px;}
body,html{margin:0;padding:0;height:100%;}
html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
body {font-family:'Lato',  "游ゴシック", YuGothic, Meiryo, sans-serif; font-size: 12px; line-height: 1; color: black; text-align: justify; }
a { text-decoration: none; color: #000000; }
img { vertical-align: bottom; }
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"] { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="radio"], input[type="checkbox"] { border: none; margin: 0; padding: 0; }
.cx:after { clear:both; content:"."; display:block; line-height:0; height:0; width:0; visibility:hidden }
*:first-child+html .cx{ display:inline-block;min-height:1% }
* html .cx{ height:1% }
.cx{ display:block }
#main { background-color: #141414; }

nav{
	width: 100%;
	color: #FFF;
	position: fixed;
	z-index: 9999;
	}
	
nav a{
	color: #FFF;
	}
		
	
nav ul {
  text-align: center;
  margin: 3px 0 0 -30px;
  font-size: 11px;
  padding: 0;
}

nav li{
	display: inline;
	margin: 0 22px;	
	letter-spacing: 2px;
	text-shadow:rgba(0,0,0,0.6) 0px 0px 10px;
}

.IMG{
clear: both;
content: "";
right: 0;
top: 0;
z-index: -1;
display: block;
width: 100%;
position: absolute;
height: 9999px;
  width: 100%;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #141414;
  }


.Photo{  
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 530px;
  }
  
  
#First, #Third,#Fourth, #Fifth, #CommentFromShop{
  margin: auto;
} 
 
#First .IMG{
 background-image: url("images/1.jpg");
 height: 100%;
}
#Third .IMG{
 background-image: url("images/3.jpg");
 height: 100%;
}
#Fourth .IMG{
 background-image: url("images/4.jpg");
 height: 100%;
}
#Fifth .IMG{
 background-image: url("images/5.jpg");
 height: 100%;
}
#CommentFromShop .IMG{
 background-image: url("images/6.jpg");
 height: 100%;
}


#First h1 {
  font-size: 32px;
  display: block;
  position: relative;
  top: 120px;
  letter-spacing: 30px;
  text-align: center;
  font-weight: 400;
} 


#First h2 {
  color: #FFF;
  font-size: 32px;
  display: block;
  position: absolute;
  bottom: 160px;
  letter-spacing: 8px;
  text-align: center;
  font-weight: 400;
  width: 280px;
  right: 50%;
  margin: 0 -140px 0;
  text-shadow:rgba(0,0,0,0.4) 0px 0px 16px;
}

#First h3 {
  color: #FFF;
  font-size: 17px;
  display: block;
  position: absolute;
  bottom: 110px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 400;
  width: 280px;
  right: 50%;
  margin: 0 -140px 0;
  line-height: 24px;
  text-shadow:rgba(0,0,0,0.4) 0px 0px 16px;
}

#SpTop{
	display: none;
}

#Enter {
  display: block;
  position: absolute;
  bottom: 45px;
  text-align: center;
  right: 50%;
  margin: 0px -24px 0;
}

#Second{
	height: 100%;
	position: relative;
}

#CustomElement{
	height:100%;
	background-color: #141414;
    background-image: url("images/youtube_c.jpg");
  width: 100%;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
}

.Console{
	position: absolute;
	bottom: 30px;
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 13px;
}

.Console li{
	margin: 0 0 10px;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.Console .sel{
	opacity: .6;
}


.Console img{
	margin: 0 10px 0 0;
}

.PlayBtn{
	display: block;
	cursor: pointer;
    width: 160px;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#PlayBtnImg{
	position: relative;
	top:50%;
	margin: -56px;
}

#SPS{
	display: none;
}


#LifeProbe{
	width: 720px;
	margin:90px auto;
	text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
}

#Jacket{
	float: left;
	margin: 0 30px 0 0;
}

#AlbumInfo{
	float: left;
	width:220px;
	line-height: 22px;
    margin: 0 30px 0 0;
}

#AlbumTitle {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 24px;
  margin: 0 0 -10px 0;
  display: block;
}

.Desc{
	font-size: 10px;
}

#TrackList{
  font-size: 16px;
  line-height: 28px;
  width: 140px;
  float: left;
  font-weight: 800;
  margin: 0 0 30px;
}


#CDR{
  font-size: 16px;
  clear: both;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #FFF;
  margin: 0 0 60px 0;
}

#PrivilegeTitle{
	margin-bottom: 8px;
}

#PrivilegeTxt{
  float: left;
  width: 360px;
  margin: 80px 40px;
}

#Privilege{
  width: 200px;
  float: left;
}

#SLN{	
	width: 720px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #ffffff;
	height: 140px;
	text-align: center;
    clear: both;
    margin: 0 0 30px;
}

#SLNT{
  font-family:'Lato',  "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 24px;
  padding: 55px 0 0px;
  margin: 0 0 5px;
  letter-spacing: 4px;
  font-weight: 400;
}

#SLNS{
  font-family: 'Lato', "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

#CDR dl{
	clear: both;
	font-size: 11px;
	margin: 15px 0;
	}

#CDR dt{
	float: left;
	margin: 0 20px 0 0;
	}
	
#CDR dd{
  line-height: 18px;
  padding-top: 4px;
	}
	
#Rental{
	font-size:24px;
}	

.RS{
	width: 345px;
	background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px #FFF;
    margin: 15px 0 120px 0;
    font-size: 24px;
    text-align: center;
    height: 80px;
  
}

.RS a{
	display: block;  
	padding: 20px 0;
}

.RS img{
  vertical-align: middle;
  margin: 0 10px 5px 0;
}

.itunes{
	float: left;
}

.Recochoku{
	float: right;
}
.Recochoku img{
padding: 1px 0 0 0;
}

#CommentMedia{
	letter-spacing: 4px;
    font-size: 31px;
	width: 880px;
	margin:50px auto;
	text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
}

#Fourth article, #CommentFromShop article{
	font-size: 14px;
	width: 880px;
	margin: 0 auto 50px auto;
	line-height: 22px;
	text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
	letter-spacing: 1px;
}

#Fourth article span, #CommentFromShop article span{
  display: block;
  text-align: right;
  margin: 12px 0 0 0;
  }
  
  
#Fifth article{
	width: 720px;
	margin: 50px auto;
}

#Live{
	letter-spacing: 4px;
    font-size: 31px;
	width: 720px;
	margin:90px auto 30px auto;
	text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
}

#LiveTitle{
	letter-spacing: 2px;
    font-size: 16px;
	width: 720px;
	margin:50px auto;
	line-height:22px;
	text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
}

#Fifth dl{
	font-size: 14px;
	width: 360px;
	margin: 0 auto 50px auto;
	line-height: 22px;
	text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
}

#Fifth dt{
	float: left;
}

#Fifth dd{
	margin: 0 0 0 60px;
}

#Fifth ul{
	  display: table;
      table-layout: fixed;
      text-align: center;
      width: 100%;
      border-collapse: separate;
      border-spacing: 30px 0;
      margin: 0;
      padding: 0;
      
}

#Fifth li{
	 display: table-cell;
     vertical-align: middle;
     background-color: rgba(255, 255, 255, 0.5);
     border: solid 1px #FFF;
     height: 72px;
     font-size: 16px;
}


.VYGR{
	display:block;
	font-size:14px;
	
}

footer{
	height: 280px;
	background-color: #000;
	color: #FFF;
	
}

.Tickets a{
	display: block;
	padding: 20px 0;
}

footer ul{
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 720px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  border-collapse: separate;
  border-spacing: 30px 0;
}

footer li{
	 display: table-cell;
     vertical-align: middle;
     height: 107px;
}

footer div{
  text-align: center;
  margin: 30px;
  letter-spacing: 2px;
}

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


.NewComment{
  font-style: italic;
  background-color: #111111;
  color: #fff;
  width: 50px;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  margin: 0px 0 5px;
}

.SoldOut{
	color: #940000;
	font-style: italic;
	font-size: 10px;
	letter-spacing: 0;
}

#Trailer{
	margin: 0 0 30px 0;
}

@media screen and (max-width: 720px) {
.RS {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #FFF;
  margin: 15px 10% 50px 10%;
  font-size: 24px;
  text-align: center;
  height: 80px;
}	

.itunes , .Recochoku{
  float: none;
}

#LifeProbe {
  width: 80%;
  margin: 90px 10%;
}

#SLN {
  width: 100%;
}

#Rental {
  font-size: 18px;
}
	
#PrivilegeTxt {
  width: 40%;
}

#CDR dl {
  margin: 25px 0;
}	
	
#Fourth article, #CommentFromShop article {
  font-size: 14px;
  width: 90%;
  margin: 0 5% 50px 5%;
  line-height: 22px;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
  letter-spacing: 1px;
}	
	
#Fifth article {
  width: 80%;
  margin: 50px 10%;
}	
	
#Live, #LiveTitle{
  width: 100%;
}	

footer ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 80%;
  margin: 0 10%;
  padding: 50px 0 0 0;
  border-collapse: separate;
  border-spacing: 30px 0;
}

#Trailer iframe{
	width:100%;
}
	
	}
	
@media screen and (max-width: 670px) {	
#LifeProbe {
  width: 96%;
  margin: 90px 2%;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
  text-align: center;
}

#Jacket {
  float: none;
  margin: 0 0 30px 0;
  
}

#AlbumInfo {
  float: none;
  width: auto;
  line-height: 22px;
  margin: 0;
  text-align: center;
}

#TrackList {
  font-size: 14px;
  line-height: 24px;
  width: auto;
  float: none;
  margin: 30px 0 30px;
  text-align: center;
}
	
	
	}
	

@media screen and (max-width: 480px) {
	
body {
  background-color: #141414;
}	
	
#First h1 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 10px;
  top: 80px;
  left: 5px;

  
}	
	
#First h2 {
  bottom: 170px;
  font-size: 20px;
}	

#First h3 {
  bottom: 120px;
}	

#Enter {
  bottom: 85px;
}

	
nav {
  width: 96%;
  margin: 10px 2%;
}

.NavAL{
	display: block;
}

nav ul {
  text-align: center;
  margin: 0;
  font-size: 10px;
  padding: 0;
}
nav li{
margin: 0px 20px;
line-height: 24px;
}

#SpTop{
	display: block;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 120px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.4);
	
}

#CustomElement , .Console{
	display: none;
}

#LifeProbe {
  width: 96%;
  margin: 90px 2%;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
  text-align: center;
}

#Jacket {
  float: none;
  margin: 0 0 30px 0;
}

#AlbumInfo {
  float: none;
  width: auto;
  line-height: 22px;
  margin: 0;
}

#TrackList {
  font-size: 14px;
  line-height: 24px;
  width: auto;
  float: none;
  margin: 30px 0 30px;
}

#PrivilegeTxt {
  float: none;
  width: 100%;
  margin: 40px 0;
}

#Privilege {
  width: auto;
  float: none;
}

#Privilege img{
  width: 100px;
}

#CDR dt {
  float: none;
  margin: 0;
}

#CDR dd {
  line-height: 18px;
  margin: 0;
  padding:0;
  text-align: center;
}

#CDR {
	padding: 0 0 20px;
}

#Rental {
  font-size: 12px;
}
.itunes {
  float: none;
}

.RS {
  width: 100%;
  margin: 15px 0 10px 0;
}

.Recochoku {
  float: none;
}


#CommentMedia {
  font-size: 16px;
  margin: 50px 2%;
  width: 96%;
}

#Fourth article, #CommentFromShop article {
  font-size: 14px;
  width: 96%;
  margin: 0 2% 50px 2%;
  line-height: 22px;
}


#Live {
  font-size: 16px;
  width: 96%;
  margin: 90px 2% 30px 2%;
}

#LiveTitle {
  font-size: 12px;
  width: 96%;
  margin: 30px 2%;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
}

.VYGR {
  display: block;
  margin: 10px 0 0 0;
  font-size: 16px;
}

#Fifth dl {
  font-size: 14px;
  width: 80%;
  margin: 0 10% 30px;
  line-height: 22px;
}

#Fifth article {
  width: 100%;
  margin: 50px auto;
}

#Fifth ul {
  border-spacing: 4px 0;
}

#Fifth li {
  font-size: 10px;
  height: 60px;
}

footer ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
  border-collapse: separate;
  border-spacing: 1px;
}

#Lamp{
	width: 100px;
}

#First .IMG{
 background-image: url("images/sp/sptop.jpg");
}
#Third .IMG{
 display: none;
 background-image:none;
}
#Fourth .IMG{
 display: none;
 background-image:none;
}
#Fifth .IMG{
 display: none;
 background-image:none;
}

#CommentFromShop .IMG{
 display: none;
 background-image:none;	
}

.IMG{
	width: 100%;
	height:100%;
	margin: auto;
	background-color:transparent;
	background-size:cover;
	background-attachment: initial;
}

.IMG{position: fixed;z-index: -1;left: 0;right: 0;top: 0;width: 100%;height:100%;margin: auto;background-color: transparent;background-size: cover;background-attachment: initial;}

#SPS {
  display: block;
  text-align: center;
}

#Second {
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 96%;
}

#Trailer{
	display: none;
}



}