@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}



table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

strong, b{font-weight:bold;}

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


@charset "UTF-8";
* { margin : 0 ; padding : 0 ; }
body { 
text-align: center; /* center on ie */
width: 100%;
font-size: 14px;
line-height: 18px;
color:#000;
font-family:"Meiryo","DFP太丸ゴシック体","ヒラギノ丸ゴ pro W4","ＭＳ Ｐゴシック",sans-serif,"Osaka‐等幅";
background:#000;
}

@font-face {
  font-family:'mplus-1c-black';
  src: url('../2014/fonts/mplus-1c-black-sub.eot') format('eot');
  src: url('../2014/fonts/mplus-1c-black-sub.woff') format('woff');
  src: url('../2014/fonts/mplus-1c-black-sub.ttf') format('truetype');
}

.bold-font{font-family: 'Coustard', serif;}

a {color:#fff000;text-decoration:none;}
a:link {color:#fff000;text-decoration:none;}
a:visited {color:#fff000;text-decoration:none;}
a:hover {color:#fffbbf;text-decoration:none;}
a:active {color:#fffbbf;text-decoration:none;}

 .linkblock {
   position:relative;
 }
 
 .linkblock a{
     position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
 }
 
  .linkblock a:hover{
 background-color:#FFF;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
 }
 
.background-hack {
    z-index                 : -1;
    background-color        : #cccccc;
    background-image        : url('http://www.stancepunks.com/69/2015/img/bg-s.png');
    background-repeat       : no-repeat;
    background-size         : cover;
    background-position: top;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
}


h2{font-size:21px;line-height:26px;color:#fff000;font-weight:bold;margin:20px;}
  
 /* べース */
 
 .bg-base{
 margin: 0 auto;
 height:auto;
 padding:20px 0 20px 0;
 width:100%;
 }
 
 .red{ background:rgba(239,0,0,0.75);}
 .blue{ background:rgba(21,68,154,0.75);}
 
 .jct01, .jct03{
 background-image:url(http://www.stancepunks.com/69/2015/img/69rw.png);
 background-repeat: repeat-x;
background-position: center;
filter:alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
opacity:0.75;
height:56px;
 width:100%;
 }
 
  
 .jct02{
 background-image:url(img/69wb.png);
 background-repeat: repeat-x;
background-position: center;
height:56px;
 width:100%;
 filter:alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
opacity:0.75;
 } 

 .jct04{
 background-image:url(http://www.stancepunks.com/69/2015/img/69yr.png);
 background-repeat: repeat-x;
background-position: center;
height:56px;
 width:100%;
 filter:alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
opacity:0.75;
 } 
 
 header{
  margin: 0 auto;
  width:100%;
 }
 
 #title{
 clear:both;
 width:94%;
 height:auto;
 margin:0 3% ;
 }

 .date, .place{
 width:100%;
 display:inline-block;
 text-align:center;
 color:#000;
 }
 .dateplace{margin-top:0px;padding:5px 0;}
 .date{ font-size:30px; line-height:36px; }
 .place{ font-size:24px; line-height:28px; }
 
 nav{
 clear:both;
 margin:0 auto;
 width:100%;
 }

nav ul{
width:100%;
margin: 0 ;
font-size:0;
}

.menu-list{
  text-align:center;
list-style:none;
font-size:16px;
line-height:16px;
width:30%;
padding:5px 0;
margin:2px 1%;
font-family: 'Coustard', serif;
display:inline-block;
background:rgba(250,240,0,1.0);
color:#d80000;
}

.menu-list-tt{
  text-align:center;
list-style:none;
font-size:16px;
line-height:18px;
width:94%;
padding:5px 0;
margin:5px 3%;
font-family: 'Coustard', serif;
display:inline-block;
background:rgba(250,240,0,1.0);
color:#d80000;
}

 .sns{
 clear:both;
 margin:0 auto;
 width:100%;
 text-align:center;
 font-size:0;
 }
 
 .tw{
margin:20px 0px 40px 0;
width:40%;
list-style:none;
display:inline-block;
vertical-align:top;
}

 .fb{
margin:20px 0px 40px 0px;
width:60%;
list-style:none;
display:inline-block;
vertical-align:top;
}
 
 .banner{
  margin: 10px 0 0 0;
color:#fff;
padding:5px 4% 5px;
width:92%;
text-align:left;
font-family: 'mplus-1c-black';
clear:both;
font-size:14px;
line-height:18px;
 }

.logo-tile{text-align:center;clear:both;font-size:0;margin:0 auto;}
.logos{
width:30%;
margin:0px 1%;
display:inline-block;
}
 
  #timetable{
 clear:both;
 width:280px;
 margin:0px auto ;
 }

 /* アバウト */
 
 .abouts{
 width:94%;
 margin:50px 3% 100px;
 text-align:left;
 font-weight:bold;
 color:#fff;
 font-size: 14px;
line-height: 22px;
 }
 
 
 /* インフォ */
 
 .information{
 width:94%;
 margin:50px 3% 100px;
 text-align:left;
 color:#fff;
 font-size: 16px;
line-height: 24px;
 }
  .map{ width:100%;height:auto;}

 
 /* ラインナップ */
 .lineup{width:96%; margin:10px 2%;clear:both;font-size:0;text-align:left;}
.cast{width:48%; margin:5px 1%;display:inline-block;position:relative;padding-bottom:5px;box-shadow:0 1px 1px 1px rgba( 0,0,0,0.4);}
.cast-name{width:100%;background:#000;color:#fff000;font-size:11px;line-height:11px;padding:3px 0;font-weight:bold;position:absolute;bottom:0;text-align:center;}


 /* レッド */
 .last{min-height:500px;}
 
 footer{
 width:100%;
 height:30px;
 background:#000;
 padding:10px 0 0 0;
 font-size:10px;
 }
 
 #page-top {
	position: fixed;
	bottom: 30px;
	margin-left: 0px;
	background:#fff;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.4);
	font-size:30px;
line-height:30px;
font-weight:bold;
padding:3px;
color:#ff0090;
cursor: pointer
}

@media screen and (min-width : 480px){
  /* 最小幅 480px 以上の指定 */
 
#banner{
font-size:26px;
line-height:28px;
 }


 .last{
 min-height:400px;
 }

.background-hack {
    background-image        : url('http://www.stancepunks.com/69/2015/img/bg-s.png');
}

}


@media screen and (min-width : 768px){
  /* 最小幅 768px 以上の指定 */

 .map{ width:600px;height:auto;}
 /* ヘッダー */
 
 header{
  margin: 0 2%;
  width:96%;
 }
  
 #title{
 width:500px;
 margin:0;
 float:right;
 }

 .date, .place{
 width:500px;
 text-align:right;
 display:block;
 color:#000;
 clear:both;
 }
 .dateplace{margin-top:0px;padding:5px 0;float:right;}
 .date{ font-size:24px; line-height:28px; }
 .place{ font-size:24px; line-height:28px; }
 
 nav{
 width:500px;
 margin-right:-1%;
 float:right;
 }

nav ul{
width:100%;
margin:0 auto;
text-align:center;
}



.banner{
font-size:20px;
line-height:28px;
text-align:center;
 }

.logo-tile{text-align:left;clear:both;font-size:0;margin:0 auto;}
.logos{
width:23%;
margin:0px 1%;
display:inline-block;
}
 
 
 /* イエロー */
 .last{
 min-height:750px;
 }

 #timetable{
 width:480px;
 }
 
.background-hack {
    background-image: url('http://www.stancepunks.com/69/2015/img/bg-m.png');
}


}


@media screen and (min-width : 1024px){
  /* 最小幅 1024px 以上の指定 */
  .content{
 width: 1080px;
 margin: 0 auto;
 text-align: left;
 }
 
 /* ヘッダー */
  .bg-base{
  }
 
 #title{
 clear:none;
 float:right;
 width:600px;
 height:213px;
 margin:0px 0 0 0 ;
 }

 nav{
 width:475px;
 }

 .tw{
margin:30px 0px 30px 0;
}

 .fb{
margin:30px 0px 30px 0px;
}
 
 .banner{
margin: 0px 0 0 0;
font-size:24px;
line-height:26px;
 }

.logo-tile{text-align:left;clear:both;font-size:0;margin:0 auto;}
.logos{
width:18%;
margin:0px 1%;
display:inline-block;
}
 
 .abouts{
 width:720px;
 margin:50px auto 100px;
 text-align:left;
 font-weight:bold;
 color:#fff;
 font-size: 16px;
line-height: 26px;
 }

 .lineup{width:1080px; margin:20px auto;clear:both;font-size:0;text-align:left;}
.cast{width:48%; margin:5px 1%;display:inline-block;position:relative;padding-bottom:5px;box-shadow:0 1px 1px 1px rgba( 0,0,0,0.4);}
.cast-name{width:100%;background:#000;color:#fff000;font-size:20px;line-height:22px;padding:5px 0;font-weight:bold;position:absolute;bottom:0;text-align:center;}

 .information{
 width:1080px;
 margin:50px auto 100px;
 text-align:center;
 }
 
 .last{
 min-height:350px;
 }

 
  #timetable{
 width:640px;
 height:1200px;
 }
 
.background-hack {
    background-position: top;
    background-image        : url('img/bg.png');
}


}