@charset "UTF-8";
/*\*/

/*------------------------------
IKKI NOT DEAD 
UPDATED : 2017.02.07
------------------------------*/

em {
	font-style:normal;
	font-size:100%;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;

}

strong {
}

body {
	color: rgba(255,255,255,0.7);
	background: url(../img/bg_1.jpg) center top fixed #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	font: 12px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	margin:0;
}

h1.logo {
	width:25%;
}



h2 {
	/*background:rgba(0,0,0,0.3);*/
	text-align:center;
	margin:5% auto 3%;
	padding:1%;
	font-size:120%;
}


#content {
	width: 1000px;
	margin:0 auto;
	font-family: 'Oswald', sans-serif,'ヒラギノ角ゴ Pro W3';
	padding-bottom:5%;
	background:rgba(0,0,0,0.5);
}

#content .logo {
	padding-top:10%;
	width:640px;
	margin:0 auto;
}

#content .logo img {
	opacity:0.7;
}

#content .logo img:nth-child(1) {
	width:88.125%;
}

#content .logo img:nth-child(2) {
	width:11.875%;
}

#content .anniversary {
	font-size:250%;
}

#content .anniversary p {
	margin:2% 0 0;
}

#content .title {
	margin:5% 0 3%;
	font-size:750%;
	line-height:1.5em;
}

#content .title img {
	width:30%;
}

.comment {
	padding:3%;
	margin:2% auto 5%;
	width:80%;
	/*border:dotted 1px #fff;*/
	background:rgba(255,255,255,0.3);
	color:#fff;
	text-align:left;
}

.comment h3 {
	margin:0 0 2%;
	padding:0;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}

#tour {
	font-size:250%;
	margin-top:10%;
}

#tour h2 {
	font-size:150%;
	margin:1% 0;
}
#tour .tour .oneshow {
	width:70%;
	margin:0 auto;
}

#tour .tour p.date {
	text-align:left;
	margin:1%;
	padding-left:0.5em;
	background:#b91812;
	color:#fff;
}

#tour .tour span.sub {
	display:block;
	font-size:50%;
}

#tour .tour span.guest {
	font-size:80%;
}

#tour em.andmore {
	font-size:100%;
	display:block;
	text-align:right;
	padding-right:2em;
}

#tour .tour a.prelease {
	text-align:left;
	font-weight:bold;
	color:#c22;
	text-decoration:none;
}

#tour .tour .detail {
	padding:1% 2%;
	border:solid 1px #333;
	font-size:40%;
	width:95%;
	margin:0 auto 2%;
	background:rgba(30,30,30,0.4);
	text-align:left;
}

#tour .tour .detail span {
	display:block;
	margin-top:2%;
}

#content .title span {
	display:block;
	font-size:25%;
	line-height:1em;
}

p.songlist{
	font-size:300%;
	margin-top:0;
}



p.releaseday {
	font-size:550%;
	margin:0;
}

p.discno {
	font-size:15px;
}



p.jkt {
	width:50%;
	margin:0 auto;
}

p.jkt img {
	width:100%;
}

p.discinfo {
	font-weight:none;
	color:#999;

}


a:link {
	color:#0ff;
}

a:visited {
	color: #0aa;
}

#subbnr{
	margin-bottom: 30px;
}

h1.movie_title {
	text-align:left;
}

.movie{
	position:relative;
	width:95%;
	padding-top:53.44%;
	margin:0 auto;
}
.movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.topic {
	margin:10% auto;
}


.topic h1 {
	border-bottom:solid 1px;
}

.topic p {
	font-size:130%;
}

.topic span {
	display:block;
	padding:2%;
	border:dotted 1px;
	width:50%;
	margin:1% auto;
	background:#c22;
	font-size:150%;
}


ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
li {
	list-style:none;
	margin-left: 10px;
	padding:0px;
	}



h1.title {
	font-size: 300%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-top: 20px;
	height: 50px;
	background: #c0c0c0;
	color:#000;
}

b.title {
	font-size:200%;
}

b.txt {
	font-size:120%;
}

#shop {
	margin-top:2%;
}

#shop h2,
#movie h2 {
	font-size:250%;
	background:rgba(90,90,90,0.8);
}

#shop ul {
	width:100%;
	height:auto;
	overflow:hidden;
}

#shop ul li {
	float:left;
	width:32%;
	border:solid 1px #666;
	background:rgba(255,255,255,0.2);
	margin:0 0.5%;
}

#shop ul li:first-child {
	margin:0 0 0 1%;
}

#shop ul li span {
	font-size:120%;
	background:#000;
	padding:2% 0;
}


#shop ul li a.btn {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #bc0000;
	background: #f40000;
	background: -moz-linear-gradient(top, #f40000 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f40000), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: -o-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: -ms-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: linear-gradient(to bottom, #f40000 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#bc0000',GradientType=0 );
	background-color: #f40000;
	color:#fff;
	padding:2%;
	display:block;
	text-align:center;
	font-size:250%;
	width:80%;
	margin:1% auto 3%;
	border-radius:10px;
	text-decoration:none;
}

#shop ul li a.btn:hover {
	background: -moz-linear-gradient(bottom, #f40000 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f40000), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: -o-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: -ms-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: linear-gradient(to top, #f40000 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#bc0000',GradientType=0 );
	background-color: #f40000;

}

#shop ul li img {
	width:95%;
	margin:3% 0;
}


#shop ul li b {
	display:block;
	border-bottom:solid 1px #666;
}

#shop ul li b.tower {
	background:#FDD000;
	color:#c22;
}

#shop ul li b.wonder {
	background:#004097;
	color:#FDD000;
}

#shop ul li b.disk {
	background:#000;
	color:#c22;
}


#shop ul li b.other {
	background:#000;
	color:#fff;
}

#shop span{
	display:block;
	clear:both;
}

#shop .store ul {
	width:50%;
	margin:0 auto;
}

#shop .store ul li {
	background:none;
	border:none;
	margin: 3% 0;
}

#shop.store ul li:first-child {
	margin: 3% 0;
}

#shop .store ul li:nth-child(1) {
	width:19.51%;
}
#shop .store ul li:nth-child(2) {
	width:14.72%;
}
#shop .store ul li:nth-child(3) {
	width:26.87%;
}
#shop .store ul li:nth-child(4) {
	width:18.46%;
}
#shop .store ul li:nth-child(5) {
	width:20.44%;
}


#shop .store ul li img {
	width:90%;
	display:block;
	margin:0 auto;
}




p.otherlive {
	font-size: 150%;
	font-weight: bold;
	margin-top: -20px;
}

p.otherlive a {
		text-decoration: none;
	color: #fff;
}

p.otherlive a:hover {
	color: #77d;
}

.schedule {
	font-size: 180%;
	font-weight: bold;
	line-height: 40px;
	text-align:left;
}

#table {
	color: #fff;
	font-size: 100%;
	border-collapse: collapse;
	margin:0 auto;
	text-align:left;
	width:100%;
}

.schedule tr.title{
	border: 3px;
	background: #ddd;
	color:#000;
	text-align:center;
}

#table tr th {
	border:solid 1px;
	border-color:#222;
}

#table tr th b{
	font-size:60%;
	line-height:1.2em;
}

#table tr td {
	border: solid 1px;
	padding: 0.5em;
	border-color: #222;
	text-align:center;
}

#table tr td.time {
	font-size:70%
}

#table tr td.ticket {
	font-size:50%;
	line-height:1.5em;
	text-align:left;
}

#table tr td.ticket span {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
}

#table tr td a {
	color: #fff;
	text-decoration: none;
}

#table tr td a:hover {
	color: #c83;
}

#table tr td.timetitle {
	font-size: 65%;
}


#table tr td.info {
	font-family: 'ヒラギノ角ゴ Pro W3';
	font-size: 50%;
	text-align: center;
}

#table tr td.ticket b.releaseday {
	display:block;
	background:#c22;
	border:solid 1.5px #fff;
	font-size:100%;
	padding:1%;
	margin:0 0 1%;
	width:60%;
}

#table tr td.ticket b.releaseday c {
	font-size:80%;
}

p.andmore {
	font-family: 'Oswald', sans-serif;
	text-align: right;
	font-size: 100%;
	padding-right: 50px;
}

.schedule span.sat {
	color: #8cf;
}

.schedule span.sun {
	color: #c22;
}

p.detail {
	font-size: 120%;
	background: #c0c0c0;
	color:#000;
	font-weight:bold;

}


p.other {
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
}

p.other a {
	text-decoration: none;
	font-size: 130%;
	color: #fff;
}

p.other a:hover {
	color: #77d;
}

#about ul {
	width:95%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}

#about ul li {
	float:left;
	width:48%;
	margin:1%;
	text-align:left;
}



#about ul li img {
	width:80%;
	display:block;
	margin:0 auto;
}

#about ul li.txt {
	padding-top:10%;
}

#footer {
	height:200px;
	padding:2% 0 10%;;
	background:rgba(0,0,0,0.9);
}


@media only screen and (max-width:800px){

	#content{
		width:100%;
		padding-top:30px;
	}

	#content .logo {
		width:90%;
		margin:0 auto;
	}

	#content .releaseday {
		font-size:200%;
	}

	#content .title {
		font-size:500%;
		line-height:1.2em;
	}

	#content .title img {
		width:50%;
	}

	.comment {
		width:90%;
		padding:3%;
	}

	h2 {
		font-size:130%;
	}

	.movie {
		width:100%;
		padding-top:56.25%;
	}

	#shop ul li {
		float:none;
		width:95%;
		margin:1% auto;
	}

	#shop ul li:first-child {
		margin:auto;
	}


	#shop .store ul {
		width:100%;
	}

	#shop .store ul li {
		float:left;
	}

	#shop .store ul li:first-child {
		margin:3% 0;
	}

	#tour {
		font-size:130%;
	}

	#tour .tour em {
		padding-right:5%;
	}

	#tour .tour p.date {
		font-size:110%;
	}

	#tour .tour span.sub {
		font-size:80%
	}

	#tour .tour span.guest {
		font-size:100%;
	}

	#tour .tour .detail{
		width:90%;
		font-size:70%;
	}

	#tour .tour .oneshow {
		width:95%;
	}

	h1.movie_title{
		font-size:170%;
		text-align:center;
	}

	.topic {
		padding:1% 3%;
	}

	.topic p {
		font-size:100%;
	}

	.topic span {
		width:90%;
	}


	p.releaseday {
		font-size:130%;
		margin:0;
	}

	p.jkt {
		width:95%;
		margin:0 auto;
	}

	p.discinfo {
		font-weight:none;
		color:#999;

	}

	p.songlist{
		font-size:120%;
	}


	h1.title{
		width:100%;
		font-size:170%;
		height:auto;
	}

	#table {
		display:block;
	}

	#table thead {
		display:none;
	}

	#table tbody {
		display:block;
	}

	#table tbody tr{
		display: block;
		margin-bottom: 1.5em;
	}

	#table tbody tr.finaltitle {
		margin-bottom:1%;
	}
	#table tbody th{
		display: list-item;
		border: none;
		text-align:center;
		background:#333;
		margin-bottom:2%;
		font-size:90%;
	}

	#table tbody td{
		display: list-item;
		border: none;
		font-size:60%;
		width:100%;
		padding:0 5%;
		width:90%;
		line-height:1.5em;
		list-style:none;
	}

	#table tr td.ticket {
		font-size:60%;
		margin:1% auto;
		border:dotted 1px #777;
		width:80%;
		padding:2%;
	}

	#table tr td.ticket b.releaseday{
		font-size:100%;
		width:90%;
	}

	#table tr td.ticket span {
		font-size:90%;
		line-height:1.5em;
	}

	#table tbody td:nth-of-type(1):before{
		content:"open / start : ";
	}

	#table tbody td:nth-of-type(2):before{
		content:"guest : ";
	}

	#table tbody td:nth-of-type(3):before{
		content:"ticket : ";
	}

	#table tbody td:nth-of-type(4):before{
		content:"info : ";
	}

	p.andmore {
		font-size:100%;
	}

	p.detail em{
		font-size:120%;
	}

	em{
		font-size:100%;
		-webkit-text-size-adjust: 150%;
		-moz-text-size-adjust: 150%;
		-ms-text-size-adjust: 150%;
		-o-text-size-adjust: 150%;
		text-size-adjust: 150%;

	}

	#about ul li {
		float:none;
		text-align:center;
		width:100%;
	}

	#footer {
		margin:0;
		height:10%;
		padding:3%;
	}

	body{
		margin:0;
	}


	    
}

@media only screen and (max-width:400px){
	em {
		font-size:100%;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	#shop




}