@charset "utf-8";
@import url(http://strawfuzz.com/normalize.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.cf {
/zoom: 1;
}
.cf:after {
	content: '';
	display: block;
	clear: both;
}

html,body{
	height: 100%;
}

body {
	font-family: '游ゴシック',"helvetica", 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	color:#221614;
	position:relative;
	font-size: 14px;
}

a{
	color:#ffffff;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	opacity:.6;
}

section{
	text-align:center;
}

.Photo{
	padding: 0 0 160px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #111111;
}



.S1{
	min-height: 100%;
	background-image: url("images/back.png");
	overflow: hidden;	
    padding: 0;
}

.S2{
	min-height: 100%;
	background-image: url("images/back2.jpg");
	overflow: hidden;	
    padding: 0;
}

.S1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -160px;
}

.S1 .SP{
	display: none;
}

.MainVisual{
	width: 100%;
	height: 100%;
}


.Main{
	color:#ffffff;
	padding:30px 0;
}

article {
	width: 1080px;
	margin:60px auto;
}

article span{
	font-size:0.8em;
	margin:0 0 0 10px;
}

h4{
	text-decoration:underline;
	font-size:3em;
	font-weight:800;
}

article li{
	list-style:none;
	margin:30px 0 60px;
	font-size:1.6em;
}

.Desc {
    text-align: left;
    line-height: 24px;
    width: 620px;
    margin: 0 auto;
}

.RPLC p{
	font-size: 14px;
	line-height: 22px
}

.Items{
	margin: 0 0 10px;
}

.RPLC .Name{
	margin: 30px 0 30px;
}

.RPLC span{
	font-size: 10px;
}

.Ticket a{
	padding:15px 0;
	width:240px;
	text-align:center;
	border:1px solid;
	display:block;
	margin:0 auto;
	color:#393939;
}

.Ticket a:hover{
	opacity:1;
	background-color:#393939;
	color:#ffffff;
	border:1px solid;
	display:block;
	margin:0 auto;
}

.Ticket p {
    margin: 10px 0 20px;
}

footer {
    text-align: center;
    padding: 60px 0 10px 0;
}

footer p{
	font-size:0.8em;	
}

footer li{
	display:inline-block;
	margin:0 30px;	
}

.Day{
	font-size: 1.4em;
	font-weight: 800;
}

.Guest p{
	font-size: 1.2em;
}

.Regular{
	zoom:1;
	overflow: hidden;
}

.Regular li{
	float: left;
	width: 33%;
	font-size: 1.2em;
}

@media screen and (max-width: 680px) {
body {
	font-size: 12px;
}
.S1 img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}
.S1 .SP{
	display: block;
}

.S2{
	background-image: none;
}


.MainVisual {
	padding: 0;
}

.MainVisual img{
	width: 100%;
	vertical-align: middle;
}

.Main {
    background-color: #1d1d1d;
}

.Desc {
    width: 100%;
}

.RPLC .Name img{width: 60px;}
	
article li {
    font-size: 1.2em;
}

article li img {
	width: 100%;
}

.Guest li,
.Regular li,
.VJ li {
    float: none;
    width: 100%;
    font-size: 1.6em;
}	
	article {
	width:84%;
	margin:30px 7%;
}

.Desc {
    line-height: 20px;
}

}