@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
    font-family: 'quattrocentoregular';
    src: url('../font/quattrocento-regular-webfont.woff2') format('woff2'),
         url('../font/quattrocento-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus{border-bottom: none;}

a[href^="tel"]{
  color: inherit;
}

a:hover img,
a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
list-style: none;
}

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

.pcHide{
	display: none !important;
}
.spHide{
	display: block !important;
}
.pc_br{
	display: inline !important;
}
.sp_br{
	display: none !important;
}

body{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 2;
  background: url(../img/bg_main.jpg) no-repeat top center;
	background-color: #111111;
	color: #ffffff;
}

/* Layout */
.wrapper{
	width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

h2{
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	font-weight: 700;
  line-height: 1.0;
  letter-spacing: 1px;
}

.txtBox{
  margin-top: 32px;
  text-align: left;
}
.link a span{
  display: block;
  background: url(../img/ico_link.png) no-repeat center right;
	background-size: 11px 19px;
  text-align: center;
}
.outlink{
	display: inline-block;
  margin-right: 4px;
  padding-right: 18px;
	background: url(../img/ico_outlink.png) no-repeat center right;
	background-size: 12px 15px;
}
.btnEntry{
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}


/* header*/
#header{
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 19px 0 20px 0;
}
#header:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

h1{
	width: 370px;
	height: 0;
	display: block;
	float: left;
	padding-top: 93px;
	background: url(../img/h1.png) no-repeat center center;
	background-size: 370px auto;
	overflow: hidden;
}

h3{
  display: none;
}

.sp_btnTicket{
  display: none;
}

/* Navi */
#navi{
	width: auto;
  margin-top: 42px;
	display: block;
	float: right;
  line-height: 1;
}
#navi ul{
	display: block;
}
#navi ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#navi li{
	width: auto;
	display: block;
	float: left;
	margin: 0 0 0 49px;
}
#navi li:first-child{
	margin: 0 0 0 0;
}
#navi li a{
  text-shadow: 0 0 13px #000000;
}



/* main */
#main{
  width: 100%;
	display: block;
	margin: 0 0 0 0;
  padding: 0 0 54px 0;
  overflow: hidden;
}
#main .wrapper{
  width: 100%;
  overflow: hidden;
}
#main h2{
  width: 100%;
	height: 0;
	display: block;
	padding-top: 632px;
	background: url(../img/h2_main.png) no-repeat center center;
	overflow: hidden;
}
#main .btnEntry{
  display: inline-block !important;
  margin: -172px auto 0 auto;
  position: relative;
  top: 0;
  text-align: center !important;
}
.txtEntry{
  font-size: 14px;
	font-size: 1.4rem;
  color: #afe876;
}

/* about */
#about{
  display: block;
	margin: 0 0 0 0;
  background: url(../img/bg_about.jpg) no-repeat top center;
  background-size: cover;
}
#about .wrapper{
  padding: 52px 0 54px 0;
}
#about h2{
  text-shadow: 0 0 13px #007da4, 1px 1px 1px #007da4, 1px -1px 1px #007da4, -1px -1px 1px #007da4, -1px 1px 1px #007da4;
}

.aboutBox{
  display: block;
  margin: 32px 0 32px 0;
  padding: 10px 10px 10px 10px;
  background-color: rgb(0,0,0,0.4)
}
.aboutBox dl{
  display: block;
  padding: 12px 20px 20px 20px;
  border: 1px solid #d4b36d;
  text-align: left;
}
.aboutBox dl:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.aboutBox dt{
	width: 200px;
	display: block;
	float: left;
  padding: 8px 0 8px 0;
  color: #ffe96c;
}

.aboutBox dd{
	padding: 8px 15px 8px 200px;
  border-bottom: 1px solid rgb(255,255,255,0.4);
}
.aboutBox dd.nobb{
  border-bottom: none !important;
}

.aboutAttention{
  font-size: 14px;
	font-size: 1.4rem;
  color: #fd4a4a;
}
.map{
  display: inline-block;
  margin-left: 8px;
  padding: 5px 8px 5px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  background-color: #345a21;
  color: #ffffff;
  border-radius: 5px;
  border-bottom: none !important;
}
.map:hover{
  background-color: #999999;
}

#about .btnEntry{
  margin-bottom: 42px !important;
  display: inline-block !important;
}

.playerBox{
  display: block;
  margin: 32px 0 0 0;
  padding: 10px 10px 20px 10px;
  background-color: #ffffff;
}
.playerBox:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playerBox li{
  width: 150px;
  display: block;
  margin: 0 0 0 12px;
  float: left;
}
.playerBox li:first-child{
  margin: 0 0 0 0;
  clear: left;
}
.playerBox li:nth-child(6){
  clear: right;
}
.playerBox li img{
  width: 150px;
  height: auto;
}
.playerBox li.profBtn{
  width: 716px;
  display: block;
  margin: 24px 0  0 132px !important;
}
.profBtn a{
  display: block;
  padding: 12px 0 12px 0;
  line-height: 1.0;
  color: #0293c8 !important;
  border: 1px solid #0293c8;
  border-radius: 8px;
}
.playerBox h4{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #111111;
}

.stream{
  color: #e07eff;
}

/* rule */
#rule{
  display: block;
	margin: 0 0 0 0;
}
#rule .wrapper{
  display: block;
	margin-top: 80px;
}
#rule h2{
  text-shadow: 0 0 13px #007da4, 1px 1px 1px #007da4, 1px -1px 1px #007da4, -1px -1px 1px #007da4, -1px 1px 1px #007da4;
}
#rule ul{
  display: block;
  margin-top: 32px;
  padding: 10px 10px 10px 10px;
  border: 2px solid #0293c8;
}
#rule li{
  display: block;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #0293c8;
}
#rule li:last-child{
  border-bottom: none;
}
#rule dl{
  display: block;
  padding: 10px 0 10px 10px;
  text-align: left;
}
#rule li:first-child{
  display: block;
  margin: 0 0 0 0;
}
#rule li dt{
  width: 100px;
  height: 0;
  display: block;
  float: left;
  padding: 46px 0 0 0;
  overflow: hidden;
}
#rule li:nth-child(1) dt{
  background: url(../img/txt_rule01.png) no-repeat left center;
}
#rule li:nth-child(2) dt{
  background: url(../img/txt_rule02.png) no-repeat left center;
}
#rule li:nth-child(3) dt{
  background: url(../img/txt_rule03.png) no-repeat left center;
}
#rule li:nth-child(4) dt{
  background: url(../img/txt_rule04.png) no-repeat left center;
}
#rule li:nth-child(5) dt{
  background: url(../img/txt_rule05.png) no-repeat left center;
}
#rule li dd{
  display: block;
  padding: 5px 20px 0 120px;
  font-size: 20px;
  font-size: 2rem;
}

.ruleAttention{
  display: inline-block;
  margin-top: 32px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* att */
#att{
	display: block;
	margin: 80px 0 0 0;
}
#att .wrapper{
  padding: 32px 10px 32px 10px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 12px 3px rgba(255,255,255,0.35) inset;
}
#att .txtBox{
  display: inline-block;
  margin: 32px auto 0 auto;
}


/* banner */
#banner{
	width: 100%;
}
#banner .wrapper{
  padding: 0;
  text-align: center;
}

#banner .col1{
  width: 716px;
  display: block;
  margin: 60px auto 0 auto;
}
#banner .col4{
  display: block;
  margin: 60px auto 0 auto;
}
#banner .col1:after,
#banner .col4:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#banner .col1 li{
  display: block;
}
#banner .col4 li{
  width: 239px;
  display: block;
  float: left;
  margin: 0 0 0 8px;
}
#banner .col4 li:first-child{
  margin: 0 0 0 0;
}

#banner .col1 li img,
#banner .col4 li img{
  width: 100%;
  height: auto;
}

/* Btn TOP */
#btnTop{
  width: 77px;
  height: 77px;
  display: block;
  position: fixed;
  bottom: 240px;
  right: 30px;
}
#btnTop a{
  width: 77px;
  height: 0;
  display: block;
  padding-top: 77px;
  background: url(../img/btTop.png) no-repeat center center;
  background-size: 77px 77px;
  border-bottom: none;
  overflow: hidden;
}
#btnTop a:hover{
  background: url(../img/btTop_on.png) no-repeat center center;
  background-size: 77px 77px;
}

/* footer */
#footer{
	width: 100%;
}
#footer .wrapper{
  padding: 0 0 64px 0;
}
#footer .wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.privacy{
  display: inline-block;
  float: left;
  margin-top: 52px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.0;
}
.privacy:before{
  content: "|";
  display: inline-block;
  margin-right: 10px;
}
.privacy:after{
  content: "|";
  display: inline-block;
  margin-left: 10px;
}
#copyright{
  display: inline-block;
  float: right;
  margin-top: 52px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.0;
}
