@charset "UTF-8";
/* CSS Document */

.pc{
	display:none !important;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	border-style:none;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	width:100%;
	height:100%;
	word-break: break-all;
	background-color: #000;
	margin:0;
}

ol,ul {
	list-style:none;
}

#logo{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

header{
	display: block;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

section{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

article{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: left;
	clear: both !important;
}

footer{
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

#bg{
	width: 100%;
	position: absolute !important;
	background:url("../images/closer2019bg.jpg") no-repeat fixed;
	background-size: 230% auto;
	background-position: top center !important;
	background-attachment: fixed;
	margin: 0 auto;
	height:4000px !important;
	padding: 0;
	z-index: -1;
}

#logo img{
	display: block;
	width: 94%;
	height: auto;
	margin: 0 3% 15px 3%;
}

.copyright{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width:98%;
	height:15px;
	text-align:right;
	color: #fff !important;
	font-size:10px;
	padding: 20px 1% !important;
	margin:50px 0 0 0 !important;
	background-image:url(../images/copyright.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color: #004cad;
	float: left;
	clear: both;
}

footer .caution{
	display: block;
	width:90%;
	margin: 20px 5% 50px 5%;
	font-size: 60%;
	line-height: 180%;
	color: #000;
	text-align: left;
}

article h2,footer h2{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-weight: bolder;
	font-size: 160% !important;text-align: center;
}

.lead{
	display: block;
	width: 80%;
	text-align: left;
	color: #fff;
	font-size: 70%;
	line-height: 160% !important;
	margin: 0 10% 0 10% !important;
}
.lead p{
	margin-bottom: 15px;
}
.lead p strong{
	font-size:110% !important;
	font-weight: bolder;
}

#djs li a,#dancers li a,#judges li a,#pickup_dancer li a{
	transition-duration: 0.6s;
}
#djs li img:hover,#dancers li img:hover,#judges li img:hover,#pickup_dancer li img:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	transition-duration: 0.2s;
}
.dj_area{
	color: #fff;
}

.dj_area h2{
	display: block;
	width: 100%;
	padding: 30px 0;
	float: left;
	clear: both;
}

#djs{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 5% 50px 5%;
	float: left;
	clear: both;
}
#djs li{
	display: block;
	width: 50%;
	text-align: center;
	font-size: 70%;
	margin: 0 0;
	float: left;
}
#djs li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	clear: both;
}

#dancers{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 5%;
	float: left;
	clear: both;
}
#dancers li{
	display: block;
	width: 50%;
	text-align: center;
	font-size: 70%;
	margin: 0 0 20px;
	float: left;
}
#dancers li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: none;
	clear: both;
}

.judge_subtitle{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 80%;
	color:#EBD052;
	font-weight: bolder;
	margin-top: -30px !important;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
#judges{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 5%;
	float: left;
	clear: both;
}
#judges li{
	display: block;
	width: 50%;
	text-align: center;
	font-size: 70%;
	margin: 0 0 20px;
	float: left;
}
#judges li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: none;
	clear: both;
}

.pickup_dancer_area{
	color: #fff;
	text-align: center;
	background-image: url("../images/pickup_bg.png");
	background-size: 100% auto;
	padding: 50px 0;
}

#pickup_dancer{
	display: block;
	width: 90%;
	height: auto;
	margin: 30px 5% 50px 5%;
	float: left;
	clear: both;
}
#pickup_dancer li{
	display: block;
	width: 50%;
	text-align: center;
	font-size: 70%;
	margin: 0 0 20px;
	float: left;
}
#pickup_dancer li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: none;
	clear: both;
}

.pickup_dancer{
	padding: 0 0 20px 0;
}
.pickup_dancer p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 160%;
	float: left;
	clear: both;
}
.pickup_dancer p strong{
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	font-family: Arial, Helvetica, "sans-serif" !important;
	margin-bottom: 30px;
}

.number{
	display: block;
	width: 90%;
	font-size:90%;
	margin: 20px 5% 40px 5% !important;
	word-break: keep-all !important;
	float: left;
	clear: both;
}

.cast_area .caution{
	font-size: 12px;
	line-height: 180%;
	margin: 10px 0 30px 0;
}
.timeshift{
	display: block;
	width: 100%;
	margin: 20px auto 50px auto;
	float: left;
	clear: both;
}

.timeshift table{
	display: table;
	width: 90%;
	font-size: 13px;
	border-collapse: separate; 
	border-spacing: 1px 1px;
	margin: 0 5% 15px 5% !important;
	background-color:#C55032;
	clear: both;
}

.timeshift table th{
	display:table-cell;
	width: 100%;
	background-color:#C55032;
	padding: 7px 0 5px 0;
	margin: 0;
	line-height: 130% !important;
	vertical-align:middle;
	font-weight: normal;
}
.timeshift table th .small{
	font-size: 8px !important;
}
.timeshift table .artist_live{
	display:table-cell;
	width: 100%;
	text-align: center;
	background-color:#0C80A2;
	padding: 7px 0 5px 0;
	line-height: 130% !important;
	vertical-align:middle;
	font-weight: normal;
}

.timeshift table td{
	display:table-cell;
	width: 100%;
	background-color: #000;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

.cast_area{
	color: #fff;
	text-align: center;
	background-image: url("../images/cast_bg.png");
	background-size: cover;
	padding: 50px 0;
}

.battle_title{
	font-size: 16px;
	font-weight: bolder;
}

.battle{
	display: table;
	width: 90%;
	font-size: 12px;
	border-collapse: separate; 
	border-spacing: 0;
	border-top:solid 1px #E56F4A;
	border-right:solid 1px #E56F4A;
	border-left:solid 1px #E56F4A;
	margin: 20px 5%;
	background-color:#E56F4A;
	clear: both !important;
}

.battle td{
	display:table-cell;
	width: 100%;
	background-color: #000;
	padding: 6px 0;
	margin-bottom: 1px;
	text-align: center;
	float: left;
	clear: both !important;
}


.contest_area{
	color: #fff;
	text-align: center;
	background-image: url("../images/contest_bg.png");
	background-size: 100% auto;
	padding: 20px 0;
}
.contest_title{
	display: block;
	width: 90%;
	text-align: center;
	padding: 15px 5% 15px 5%;
	margin: 0 0 20px 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	float: left;
	clear: both;
}

.contest_title p strong{
	font-size: 80% !important;
	font-family: Arial, Helvetica, "sans-serif" !important;
}
.contest_title h2{
	font-size: 140% !important;
	text-shadow: 0 0 35px #000,0 0 35px #000;
}
.contest_lead{
	display: block;
	width: 90%;
	text-align: left;
	margin: 0 5% 20px 5%;
	float: left;
	clear: both;
}
.contest_lead p{
	font-size: 70%;
	line-height: 150%;
	margin-bottom: 20px;
}
.contest_lead p strong{
	display: block;
	width: 100%;
	font-size: 110%;
	font-weight: bolder;
	text-align: center;
}
.prize strong{
	font-family: Arial, Helvetica, "sans-serif" !important;
	color:#EACF52;
	font-size: 220%;
	line-height: 150%;
	font-weight: bolder;
	margin-bottom: 20px;
	text-shadow: 0 0 35px #000,0 0 35px #000;
}
.prizemoney{
	display: block;
	width: 100%;
	margin: 20px auto 0 auto;
	float: left;
	clear: both;
}
.prizemoney dt{
	display: block;
	width: 100%;
	font-size: 100%;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
.prizemoney dd{
	display: block;
	width: 100%;
	font-size: 150%;
	text-align: center;
	color:#EACF52;
	font-weight: bolder;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.entry01 p strong,.entry02 p strong,.entry03 p strong{
	display: block;
	font-size: 90% !important;
	padding: 3px 0;
	margin-bottom: 15px;
	text-align: center;
	background-color:#E56F4A;
}
.entry01{
	display: block;
	width: 90%;
	font-size: 80%;
	line-height: 160%;
	text-align: left;
	margin: 0 5% 30px 5%;
	float: left;
	clear: both;
}
.entry02{
	display: block;
	width: 90%;
	margin: 0 5% 30px 5%;
	float: left;
	clear: both;
}
.entry03{
	display: block;
	width: 90%;
	font-size: 80%;
	line-height: 160%;
	text-align: left;
	margin: 0 5% 30px 5%;
	float: left;
	clear: both;
}
.entry03left{
	display: block;
	width: 100%;
	float: left;
}
.entry03left p,.entry03right p{
	margin-bottom: 12px;
}
.entry03right{
	display: block;
	width: 100%;
	float: left;
}
.entry04{
	display: block;
	width: 90%;
	color: #fff;
	font-size: 80%;
	padding: 3px 0;
	margin: 0 auto 20px 5%;
	border: solid 1px #fff;
	float: left;
	clear: both;
}
.term{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 140% !important;
	font-weight: bolder;
	margin-bottom: 15px;
}
.term .small{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 70% !important;
	font-weight: normal !important;
}
.entry_fllow{
	display: block;
	width: 90%;
	margin: 0 0 50px 10%;
	float: left;
	clear: both;
}
.entry_fllow dt{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 40px;
	color:#EACF52;
	font-weight: bolder;
	float: left;
}
.entry_fllow dd{
	display: table-cell;
	font-size: 85%;
	padding: 3px 0 10px 10px;
	float: left;
}
.flow01{
	display: table;
	width: 100%;
	text-align: left;
	float: left;
}
.flow01 dd{
}
.flow02{
	display: block;
	width: 100%;
	text-align: left;
	float: left;
}
.flow03{
	display: block;
	width: 100%;
	text-align: left;
	float: left;
}

.ticket_area{
	color: #fff;
	text-align: center;
	background-image: url("../images/ticket_bg.png");
	padding: 30px 0;
}

#price{
	display: block;
	width: 100%;
	margin: 20px auto 10px auto !important;
	float: left;
	clear: both !important;
}
#price li{
	display: block;
	text-align: center;
	width: 100%;
	float: left;
}
.price_ver{
	display: inline-block;
	width: 50px;
	height: 22px;
	border: solid 1px #fff;
	padding: 2px 0;
	margin: 0 20px 0 0;
}
#price li strong{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 250%;
	vertical-align:middle;
	color:#ddd;
}
#price li strong .small{
	font-size: 80%;
}
.drink{
	display: block;
	width: 80%;
	font-size: 70%;
	text-align: left;
	margin: 0 10% 20px 10%;
	float: left;
	clear: both !important;
}
.apply a{
	display: block;
	width: 80%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
	border: solid 1px #fff;
	margin: 30px auto;
	padding: 15px 0;
	background-color: #E56F4A;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear: both;
	transition-duration: 0.6s;
}

.apply a:hover{
	background-color: #EBD052;
	transition-duration: 0.2s;
}
.contact{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 85%;
}
.contact a {
	display: block;
	width: 100%;
	text-align: center;
	color: #E9CF52;
	text-decoration: none;
	margin: 0 0;
	transition-duration: 0.6s;
	float: left;
	clear: both;
}
.contact a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 0.2s;
}

#support{
	display: block;
	width: 80%;
	text-align: center !important;
	font-size: 90%;
	line-height: 220%;
	margin: 0 10%;
	float: left;
	clear: both;
}
#support li{
	display: block;
	vertical-align: middle;
	float: left;
}
.support01,.support02{
	display: block;
	width: 100%;
	clear: both !important;
}
.support03,.support04{
	display: block;
	width: 50%;
	margin: 30px 0 0 0;
}
.support01 img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 20px auto !important;
	clear: both;
}
.support02 img{
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto !important;
	clear: both;
}

.results img,.column img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 5% 10px 5%;
	float: left;
	clear: both;
}

.totop a{
	display: block;
	width: 70%;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	border: solid 2px #fff;
	margin: 100px 15%;
	float: left;
	clear: both;
}

.totop a:hover{
	background-color: #FEBD96;
}

.results img{
	margin-bottom: 10px !important;
	border: solid 1px #E56F4A;
}

.result_top{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	float: left;
	clear: both;
}

.result_top img{
	margin-bottom: 10px !important;
	border: none !important;
}

.results h3{
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-weight: bolder;
	font-size: 20px !important;
	background-image: url("../images/title_bg.png");
	background-size: 100% 100%;
	color:#fff;
	text-align: center;
	padding: 4px 0;
	margin: 40px 0 10px 0;
	clear: both;
}
.results h4{
	display: block;
	width: 90%;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-weight: normal;
	font-size: 16px !important;
	background-color: #E56F4A;
	color:#fff;
	text-align: center;
	padding: 2px 0;
	margin: 30px 5% 10px 5%;
	clear: both;
}

.results p{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	clear: both;
}
.results p strong{
	display: block;
	width: 100%;
	font-weight: bolder;
	font-size: 90% !important;
	color:#fff;
	text-align: center;
	margin: 0 0 40px 0;
	clear: both;
}

.result_lead{
	display: block;
	width: 90% !important;
	margin: 0 5% 30px 5% !important;
	font-size: 85%;
	text-align: left !important;
	float: left;
	clear: both;
}
.result_lead br{
	display: none;
}

.toresult a{
	display: block;
	width: 100%;
	text-align: center !important;
	color: #fff !important;
	font-size:110% !important;
	font-weight: bolder;
	text-decoration: none;
	background-color:#E56F4A;
	padding: 15px 0;
	margin: 30px auto;
	border: solid 2px #fff;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.toresult a:hover{
	background-color:#FEBD96;
}