@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import "https://fonts.googleapis.com/earlyaccess/mplus1p.css";
@import "https://fonts.googleapis.com/earlyaccess/sawarabigothic.css";


/*\*/

/*------------------------------
SPECIAL / ECHOES 2018
UPDATED : 2018.07.17
GUIDELINE : Ver.01
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * COMMON SETTING / OVERRIDE
 * ------------------------------------ */

body {
	color: #fff;
	background:#000;
	background: url(../img/bg.png) center 60px no-repeat #000;
	background-attachment: fixed;
	-moz-background-size:cover;
	background-size:cover;
	background-size:70%;
	text-align: center;
	font: 12px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
}


/* ------------------------------------
 * LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link,a:visited {
	color: #ddd;
	text-decoration: underline;
}

a:hover,a:active {
	color: #09f;
	text-decoration: underline;
}


/* ------------------------------------
 * BASIC LAYOUT
 * ------------------------------------ */

/* ------------------------------------
 * wrapper
 * ------------------------------------ */

#wrapper {
	/*position:relative;
	width:100%;
	height:100vh;*/
	background:rgba(0,0,0,0.8);
	margin-top:51%;
}



 
#container {
	margin: 0 auto;
	width: 1024px;
}

#header {
	height: 5%;
}

#header h1 {
	height: 0px;
	text-indent: -9999px;
}

#header p.title {
	padding-top: 50px;
	font-size: 100%;
	float: left;
}

#header p.navi {
	float: right;
	padding-top: 10px;
	padding-left: 20px;
}

#header p.bnr {
	float: right;
}



#header p.facebook {
	float: right;
	padding-top: 40px;
	padding-right: 15px;
}

#content {
	width:70%;
	margin:0 auto;
	padding:0 0 5%;
	/*background: rgba(0,0,0,0.3);*/
}

#content h1 {
	margin-bottom:2%;
}

.detail {
	/*font-family: 'Alfa Slab One', cursive;*/
	font-family:"Oswald", sans-serif;
	/*position:absolute;
	right:25%;
	top:15%;*/
	text-align:center;
	font-size:200%;
	line-height:1.5em;
	margin:3% auto 1%;
}

.detail .date {
	font-size:150%;
	margin-bottom:1%;
	line-height:1.2em;
}



.detail strong {
	display:block;
}



.detail img {
	display:block;
	width:100%;
	margin:0 auto;
}

.detail .mainvisual {
	margin-bottom:5%;
}

.detail h2 {
	font-size:200%;
	margin:2% 0 1.5em;
}

.detail{
	width:75%;
	margin:0 auto 2%;
}

.topic a {
	background:#fff;
	color:#000;
	font-size:200%;
	width:70%;
	margin:2% auto;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:2%;
}

.topic a:hover {
	background:#222;
	color:#fff;
}

.ticket {
	font-family:"Oswald", sans-serif;
	width:75%;
	margin:0 auto 5%;
	position:relative;
}

.ticket span.sold {
	position:absolute;
	width:50%;
	font-size:150%;
	top:30%;
	left:25%;
	background:rgba(200,30,30,0.7);
	border:solid;
	padding:2%;
	transform:rotate(-2deg);
}

.ticket ul {
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
}

.ticket ul li {
	width:95%;
	margin:0.5% auto;
	padding:4% 0.75%;
	color:#fff;
	font-size:130%;
	/*background:#004f83;*/
	animation: bgAnime 20s infinite linear;
	background:rgba(255,255,255,0.2);
	border:dotted 0.5% #fff;
	color:#fff;

}

.ticket ul li span {
	display:block;
	background:;
	font-family:"Sawarabi Gothic","Mplus 1p"
}

.ticket ul li .time {
	font-size:70%;
	margin-bottom:1%;
}

.ticket ul li a {
	display:block;
	width:50px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	background:rgba(232, 82, 152,1);
	color:#fff;
	margin:1% auto;
	opacity:1;
}

.ticket ul li a.pia {
	background:rgba(50, 100, 200,1);
}

.ticket ul li a.lowson {
	background:rgba(0, 116, 190,1)
}

.ticket ul li a.mise {
	background:#000;
}

.ticket ul li a::before {
	content:"";
	display: inline-block;
	width:40px;
	height:40px;
	background:url(../img/ticket/eplus_logo.png);
	background-size:contain;
	vertical-align:middle;
}

.ticket ul li a.pia::before {
	background:url(../img/ticket/pia_logo.png);
	background-size:contain;
	vertical-align:middle;

}

.ticket ul li a.lowson::before {
	background:url(../img/ticket/lowson_logo.png);
	background-size:contain;
	vertical-align:middle;

}

.ticket ul li a.mise::before {
	content:"店頭";
	background:none;
}

.ticket ul li a:hover {
	background:rgba(232,82,152,0.5);
	opacity:0.7;
}

.ticket ul li a.pia:hover {
	background:rgba(50, 100, 200,0.5);
}

.ticket ul li a.lowson:hover {
	background:rgba(0, 116, 190,0.5);
}

.ticket ul li a.mise:hover {
	background:rgba(0, 0, 0,0.5);
}

.ticket ul li a.off {
	background:#777;
}

.ticket ul li a.off:hover {
	background:rgba(114, 114, 114,0.5);
}


.ticket .ticket_detail {
	display:flex;
	width:160px;
	margin:0 auto;
}

.act {
	font-family:"Oswald", sans-serif;
	margin-top:5%;
}

.act h2 {
	font-size:350%;
	margin: 0 auto 5%;
}

.act h2 em {
	border-bottom:solid #aaa;
}

.act ul {
	display:flex;
	flex-wrap:wrap;

}

.act ul li {
	width:32.3%;
	margin:0.5%;
	display:block;
	position:relative;
}

.act ul li img {
	width:100%;
}

.act ul li span {
	position:absolute;
	bottom:0;
	right:0;
	text-align:center;
	width:100%;
	display:block;
	background:rgba(0,0,0,0.6);
	color:#fff;
	font-size:130%;
}

.act ul li span.new {
	top:0;
	left:0;
	background:url(../img/new.png) no-repeat;
	background-size:contain;
	width:20%;
}

.more {
	text-align:right;
	font-size:150%;
}




@media screen and (max-width:767px) {
	body{
		background-size:90%;
		background-position:center 60px;
	}

	#wrapper {
		margin-top:80%;
	}

	#content {
		width:100%;
	}

	.detail {
		width:95%;
		margin:0 auto;
		font-size:120%;
	}

	.detail span {
		display:block;
	}

	.ticket {
		width:95%;
		margin:5% auto 0;
	}
	
	.topic a {
		width:90%;
	}



	.act h2{
		font-size:200%;
	}

	.act ul li {
		width:49%;
	}



}


@media screen and (max-width:500px){
	.act ul li span.small {
		font-size:80%;
		padding:2.5% 0;
	}

}



#footer {
	background:rgba(0,0,0,0.8);
	text-align:center;
	padding:2% 0 10%;
	clear: both;
}

address {
	display: block;
}

p.backtoTop {
	clear: both;
	text-align: right;
	padding: 0 50px 15px 0;
	font-size: 90%;
}






@media screen and (max-width:1280px){
	#container {
		width:1024px;
	}


}

@media screen and (max-width:1024px) {
	#container {
		width:90%;
	}


}



@media screen and (max-width: 767px) {
	#container {
		width:100%;
	}

}


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


}


/* menu */

#menu-box {
	margin-top:10px;
	height:auto;
	overflow: hidden;
}

#menu{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
/*  width: 12.5%;*/
  width: 11.11%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
#menu li a:hover{
  background: #444;
}
#toggle{
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 50%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
font-family: 'Montserrat', sans-serif;

  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

/* //menu */

