h1{
  width: 100px;
  height: 0;
  display: block;
  padding-top: 88px;
  background: url(../img/h1.jpg) no-repeat center center;
  background-size: 100px auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
}

/* penalty */
.headAtt{
  padding: 12px 5px 12px 5px;
  background-color: #ff0000;
}
.headAtt p{
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
.headAtt p span:after{
  content: "重要なお知らせ";
  display: inline-block;
  margin-left: 12px;
  padding: 3px 5px 3px 5px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
  color: #ff0000;
  border-radius: 2px;
}
.headAtt p a{
  color: #ffffff;
  font-size: 2rem;
  text-decoration: underline;
}
.headAtt p span{
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

#penalty{
  display: block;
  padding: 54px 0 54px 0;
  background-color: #333333;
  color: #ffffff;
}
#penalty h3{
  display: block;
  padding: 15px 10px 15px 10px;
  border: 2px solid #ff0000;
  font-size: 2.0rem;
  color: #ff0000;
}
.pena_txt{
  display: block;
  margin: 24px 0 0 0;
  text-align: left;
}
.penaltyInfo{
  display: block;
  margin: 32px 0 0 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

.penaltyInfo li{
  display: block;
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #ffffff;
  text-align: left;
}
.penaltyInfo li dl{
  display: block;
}
.penaltyInfo li:after,
.penaltyInfo li dl:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.penaltyInfo li dt{
  width: 140px;
  display: block;
  float: left;
  font-size: 1.6rem;
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
}

.penaltyInfo li dd{
  padding-left: 160px;
}

.penaltyInfo li dd strong{
  color: #ff0000;
}
.penaltyInfo li dd strong.ub{
  color: #ffffff;
  text-decoration: underline;
}


/* main */
#main{
  width: 100%;
}

#main h2{
  width: 100%;
	height: 0;
	padding-top: 600px;
	background: url(../img/mainF.jpg) no-repeat center center;
	text-align: center;
	overflow: hidden;
}

/* movie */
.embed{
	width: 100%;
	display: block;
	padding: 10px 30px 10px 30px;
	background: url(../img/bg_b65.png) repeat center center;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed video{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-size: contain;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

/* entryInfo */
#entryInfo{
  display: block;
	margin: 0 0 -36px 0;
	position: relative;
	top: -36px;
}

.btnEntrys{
	width: 650px;
	display: block;
	margin: 0 auto 32px auto;
	text-align: center;
}
.btnEntrys a{
	width: 650px;
	height: 0;
	display: block;
	padding-top: 126px;
	background: url(../img/btnEntry_start.png) no-repeat center center;
  background-size: 650px auto;
  border-bottom: none;
  overflow: hidden;
	cursor: pointer;
}
.btnEntrys a:hover{
	background: url(../img/btnEntry_hover.png) no-repeat center center;
  background-size: 650px auto;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btnEntrys_end{
	width: 650px;
	height: 0;
	display: block;
  margin: 0 auto 0 auto;
	padding-top: 126px;
	background: url(../img/btnEntry_end.png) no-repeat center center;
  background-size: 650px auto;
  border-bottom: none;
  overflow: hidden;
  text-align: center;
}
.entryInfoImg{
	display: block;
	margin: 0 0 0 0;
}

#group{
  display: none;
  margin-bottom: 32px;
}
#semi{
  display: none;
  margin-bottom: 32px;
}
#final{
  display: block;
  margin-bottom: 32px;
}

.selectBtn{
  display: block;
  margin: 0 0 12px 0;
}
.selectBtn:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.selectBtn li{
  width: 33%;
  display: block;
  float: left;
  margin: 0 0 0 0.5%;
  line-height: 72px;
  border-top: 1px solid #030303;
  border-left: 1px solid #030303;
  border-right: 1px solid #030303;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #030303;
  color: #ffffff;
  cursor: pointer;
}
.selectBtn li.select{
  background-color: #ffffff;
  color: #030303;
  cursor: default;
}
.selectBtn li:first-child{
  margin: 0 0 0 0;
}
.selectBtn li span{
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}
.entryGroup{
  display: block;
}
.entryGroup li{
  display: block;
  margin-top: 10px;
}
.entryGroup li:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.entryGroup img{
  width: 100%;
  height: auto;
}

.btnStreamLink{
  width: 49.5%;
  height: 62px;
  display: block;
  margin: 5px 0 32px 1%;
  float: left;
}
.btnStreamLink a{
  width: 100%;
  height: 62px;
  display: block;
  background-color: #f2aa00;
  border-radius: 5px;
  line-height: 62px;
  font-weight: 700;
}
.btnStreamLink a span{
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../img/ico_out.png) no-repeat right center;
}
.btnStreamLink.btnml0{
  margin: 5px 0 32px 0;
}

#entryRule{
	padding: 52px 0 52px 0;
  background: url(../img/bg_entry.jpg) no-repeat center center;
	background-size: cover;
	background-color: #efefef;
}

#entryRule h2{
	padding: 0 0 24px 0;
	background: url(../img/bar_tit_w.jpg) no-repeat center bottom;
  color: #ffffff;
}
#entryRule .txtBox{
  margin-bottom: 32px;
  font-weight: 500;
	text-align: left;
  color: #ffffff;
}


.entryInfoBox{
	display: block;
	margin: 12px 0 0 0;
	padding: 32px;
	text-align: left;
	border: 10px solid #dfad00;
	background-color: #ffffff;
}
.entryInfoBox ol{
	display: block;
}
.entryInfoBox ol li{
	display: block;
	margin-top: 15px;
	padding-top: 15px;
  padding-left: 44px;
	border-top: 3px solid #dfad00;
  position: relative;
}
.entryInfoBox ol li span{
	width: 32px;
	height: 32px;
	display: inline-block;
	background-color: #3e3208;
	color: #ffffff;
	line-height: 32px;
	text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
}
.entryInfoBox ol li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.entryInfoBox ol li:first-child span{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
  top: 0;
  left: 0;
}

.btnRule{
	display: block;
	margin: 32px 0 0 0;
}

.ruleUpdate{
  color: #ffffff;
}

.entryGroup li.embed{
  display: block;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background-color: #000000;
}

.entryGroup li.embedTit{
  padding: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
}

.entryGroup li.embedTit span{
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #ff0000;
}


/* about */
#about{
  display: block;
	margin: 0 0 0 0;
  padding: 52px 0 54px 0;
	background: url(../img/bg_about.jpg) no-repeat center center;
	background-size: cover;
  background-color: #111111;
	color: #ffffff;
}
#about h2{
  color: #dfad00;
	padding: 0 0 24px 0;
	background: url(../img/bar_tit.png) no-repeat center bottom;
}
#about .txtBox{
	text-align: left;
}

.aboutBox{
  display: block;
	margin-top: 32px;
	padding-top: 12px;
  font-weight: 500;
  text-align: left;
	border-top: 1px solid #dfad00;
}
.aboutBox li{
  display: block;
  margin: 0 0 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #dfad00;
}
.aboutBox li dl{
  display: block;
}
.aboutBox li dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.aboutBox li dt{
  width: 140px;
  display: block;
  float: left;
  text-align: left;
	background-color: #dfad00;
	color: #111111;
	text-align: center;
}
.aboutBox li dd{
  padding: 0 0 0 160px;
}
.aboutBox a{
	color: #ffffff;
}

.win{
	display: block;
	margin-bottom: 12px;
	color: #ffff00;
	font-size: 1.8rem;
}
.win span{
	margin-right: 10px;
	padding: 2px 8px 2px 8px;
	text-align: center;
	font-size: 1.4rem;
	background-color: #ffff00;
	color: #111111;
}
.schBlock{
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.stage{
	display: inline-block;
  margin-right: 12px;
	color: #dfad00;
}
a.plink{
	display: inline-block;
	margin-left: 8px;
	padding: 5px 8px 5px 8px;
	text-align: center;
	font-size: 1.1rem;
  line-height: 1;
	background-color: #666666;
	color: #ffffff;
	border-radius: 4px;
}

.aboutImg{
	display: block;
	position: absolute;
	bottom: 4px;
	right: 0;
}

.impInfo{
  display: block;
  color: #ff0000;
}
.impInfo span{
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
}

/* venue */
#venue{
  display: block;
	padding: 52px 0 54px 0;
	background: linear-gradient(90deg,rgba(237,237,237,0.8) 0%,rgba(237,237,237,0.9) 50%,rgba(242,169,0,0.95) 50%,rgba(242,169,0,0.9) 100%),url(../img/bg_venue.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.venue1,
.venue2
{
	width: 50%;
	display: block;
	float: left;
	padding: 0 32px 0 32px;
}
#venue h2{
  height: 70px;
  padding: 0 0 0 84px;
	text-align: left;
	letter-spacing: 1px;
  font-size: 2.8rem;
  line-height: 70px;
}
#venue .venue2 h2{
  line-height: 35px;
}
#venue h2.venue1Tit{
  background: url(../img/ico_venue1.jpg) no-repeat center left;
	background-size: 70px auto;
}
#venue h2.venue2Tit{
  background: url(../img/ico_venue2.jpg) no-repeat center left;
	background-size: 70px auto;
}
#venue h4{
	display: block;
	margin: 8px 0 16px 0;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: #795e00;
}
#venue h4 span{
	display: inline-block;
  margin: 10px 0 0 12px;
	font-size: 1.4rem;
}
.address{
	display: block;
	margin: 0 0 0 0;
  padding: 10px 5px 10px 5px;
	text-align: left;
	font-size: 1.4rem;
	background-color: #000000;
  color: #ffffff;
}
.address p{
	display: inline-block;
	margin-left: 8px;
}
.address p a{
	display: inline-block;
	padding: 4px 8px 4px 8px;
	text-align: center;
	font-size: 1.2rem;
  line-height: 1;
	background-color: #666666;
	color: #ffffff;
	border-radius: 4px;
}
.mapBtn{
	width: 80%;
	display: block;
	text-align: center;
	margin: 24px auto 0 auto;
}
.mapBtn a{
	display: block;
	background-color: #ffffff;
	border: 1px solid #111111;
	border-radius: 10px;
}
.mapEmbed{
	display: block;
	padding: 5px;
	background-color: #ffffff;
	border: 3px solid #000000;
  z-index: 1200;
}
.venueImg1{
	display: block;
	position: absolute;
	bottom: 0;
	left: -190px;
  z-index: 1101;
}
.venueImg2{
	display: block;
	position: absolute;
	bottom: 14px;
	right: -160px;
  z-index: 1100;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* SP */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 768px) {

  h1{
    width: 50px;
    height: 0;
    display: block;
    padding-top: 44px;
    background: url(../img/h1.jpg) no-repeat center center;
    background-size: 50px auto;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
  }


  /* penalty */
  .headAtt{
    padding: 8px 0 8px 0;
  }
  .headAtt p{
    text-align: left;
    font-size: 1.4rem;
  }
  .headAtt p span{
    display: block;
  }
  .headAtt p span:after{
    content: "重要なお知らせ";
    display: inline-block;
    margin-left: 12px;
    padding: 3px 5px 3px 5px;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #ffffff;
    color: #ff0000;
    border-radius: 2px;
  }
  .headAtt p a{
    color: #ffffff;
      font-size: 1.4rem;
    text-decoration: underline;
  }

  #penalty{
    padding: 32px 0 32px 0;
  }
  #penalty h3{
    padding: 10px 5px 10px 5px;
    border: 2px solid #ff0000;
    font-size: 1.6rem;
    text-align: left;
  }
  .pena_txt{
    margin: 16px 0 0 0;
    text-align: left;
  }
  .penaltyInfo{
    margin: 24px 0 0 0;
    padding: 0 0 10px 0;
  }

  .penaltyInfo li{
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
  }
  .penaltyInfo li dt{
    width: 140px;
    display: block;
    float: none;
    font-size: 1.4rem;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
  }

  .penaltyInfo li dd{
    padding-left: 0;
    margin-top: 5px;
  }



  /* main */
  #main{
    width: auto;
    padding-top: 86%;
    background: url(../img/mainF_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  #main h2{
    width: 100%;
    height: 0;
    padding-top: 0;
  }

  /* entryInfo */
  #entryInfo{
    display: block;
  	margin: 0 0 -42px 0;
  	position: relative;
  	top: -42px;
  }

  .btnEntrys{
  	width: 100%;
  	display: none;
  	margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9000;
  }
  .btnEntrys a{
  	width: 100%;
  	padding-top: 55px;
  	background: url(../img/btnEntry_start.png) no-repeat center center;
    background-size: auto 55px;
  }
  .btnEntrys a:hover{
  	background: url(../img/btnEntry_start.png) no-repeat center center;
    background-size: auto 55px;
  }
  .entryInfoImg{
    display: none;
  }
  .btnEntrys_end{
  	width: 100%;
  	padding-top: 55px;
  	background: url(../img/btnEntry_end.png) no-repeat center center;
    background-size: auto 55px;
  }
  #entryRule{
  	padding: 32px 0 32px 0;
    background: url(../img/bg_entry.jpg) no-repeat center top;
  	background-size: cover;
  	background-color: #efefef;
  }

  #entryRule h2{
  	padding: 0 0 24px 0;
  	background: url(../img/bar_tit_w.jpg) no-repeat center bottom;
  }
  #entryRule .txtBox{
    margin-bottom: 24px;
  }
  .entryInfoBox{
  	margin: 12px 0 0 0;
  	padding: 10px;
  	border: 5px solid #dfad00;
  }
  .entryInfoBox ol{
  }
  .entryInfoBox ol li{
  	margin-top: 10px;
  	padding-top: 10px;
    padding-left: 34px;
  	border-top: 2px solid #dfad00;
  }
  .entryInfoBox ol li span{
  	width: 24px;
  	height: 24px;
  	line-height: 24px;
  	text-align: center;
  }

  .btnRule{
  	display: block;
  	margin: 24px 0 0 0;
  }
  .btnRule img{
    width: 100%;
    height: auto;
  }

  .selectBtn{
    margin: 24px 0 0 0;
  }

  .selectBtn li{
    width: 32%;
    margin: 0 0 0 1.3%;
    padding: 5px 0 5px 0;
    line-height: 1.3;
    font-size: 1.1rem;
  }
  .selectBtn li span{
    display: block;
    margin-left: 0;
    font-size: 0.9rem;
  }
  .entryGroup li.embedTit{
    font-size: 1.4rem;
    text-align: left;
  }
  .entryGroup li.embedTit span{
    padding: 5px;
    font-size: 1.2rem;
    text-align: left;
  }

  /* about */
  #about{
    padding: 32px 0 0 0;
  	background: url(../img/bg_about.jpg) no-repeat center center;
  	background-size: cover;
  }
  #about h2{
  	padding: 0 0 24px 0;
  	background: url(../img/bar_tit.png) no-repeat center bottom;
  }
  #about .txtBox{
  }

  .aboutBox{
    display: block;
  	margin-top: 24px;
  	padding-top: 10px;
    word-break: break-all;
  }
  .aboutBox li{
    margin: 0 0 10px 0;
  	padding-bottom: 10px;
  }
  .aboutBox li dl{
  }
  .aboutBox li dt{
    width: 140px;
    display: block;
    float: none;
  }
  .aboutBox li dd{
    padding: 8px 0 0 0;
  }
  .aboutBox a{
  }

  .win{
  	margin-bottom: 8px;
  	font-size: 1.6rem;
  }
  .win span{
  	padding: 2px 8px 2px 8px;
  	font-size: 1.2rem;
    clear: right;
  }
  .stage{
  	display: block;
  	margin-right: 0;
  	padding-bottom: 0;
    margin-bottom: 2px;
  }
  a.plink{
  	display: inline-block;
  	margin-left: 6px;
  	padding: 4px 8px 4px 8px;
  	text-align: center;
  	font-size: 1.0rem;
  }

  .aboutImg{
  	display: block;
  	position: relative;
  	bottom: auto;
  	right: auto;
  }
  .aboutImg img{
    width: auto;
    height: 200px;
  }

  /* venue */
  #venue{
    display: block;
  	padding: 00 0 0;
    background: linear-gradient(0deg,rgba(242,169,0,0.9) 0%,rgba(242,169,0,0.7) 50%,rgba(237,237,237,0.9) 50%,rgba(237,237,237,0.7) 100%),url(../img/bg_venue.jpg) no-repeat center top;
    background-size: cover;
  }
  .venue1,
  .venue2
  {
  	width: auto;
  	display: block;
  	float: none;
  	padding: 32px 0 32px 0;
  }
  #venue h2{
    height: auto;
    min-height: 60px;
    padding: 0 0 0 70px;
    letter-spacing: 0;
    font-size: 2.4rem;
    line-height: 60px;
  }
  #venue .venue2 h2{
    line-height: 30px;
  }
  #venue h2.venue1Tit{
    background: url(../img/ico_venue1.jpg) no-repeat left top;
  	background-size: 60px auto;
  }
  #venue h2.venue2Tit{
    background: url(../img/ico_venue2.jpg) no-repeat left top;
  	background-size: 60px auto;
  }
  #venue h4{
  	margin: 4px 0 16px 0;
  	font-size: 1.8rem;
  }
  #venue .venue2 h4{
    color: #ffffff;
  }
  #venue h4 span{
    margin: 8px 0 0 4px;
  	font-size: 1.2rem;
  }
  .address{
    padding: 10px 5px 10px 5px;
  	font-size: 1.2rem;
  }
  .address p{
  	display: inline-block;
  	margin-left: 8px;
  }
  .address p a{
  	display: inline-block;
  	padding: 4px 8px 4px 8px;
  	text-align: center;
  	font-size: 1.1rem;
    line-height: 1;
  	background-color: #666666;
  	color: #ffffff;
  	border-radius: 4px;
  }
  .mapBtn{
    width: 90%;
  	margin: 16px auto 0 auto;
  }
  .mapBtn a{
    width: 100%;
    display: block;
  	border-radius: 10px;
    padding: 6px 0 6px 0;
  }
  .mapEmbed{
    width: 100%;
  	padding: 5px;
  }
  .venueImg1{
  	display: none;
  }
  .venueImg2{
  	display: none;
  }

  .btnStreamLink{
    width: 100%;
    height: 42px;
    display: block;
    margin: 5px 0 32px 0;
    float: left;
  }
  .btnStreamLink a{
    height: 42px;
    line-height: 42px;
  }
  .btnStreamLink.btnml0{
    margin: 5px 0 0 0;
  }


}
