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

.sp{
	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%;
	min-width:980px !important;
	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: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	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;
	min-width: 980px !important;
	background:url("../images/closer2019bg.jpg") no-repeat fixed;
	background-size: cover;
	background-position: top center;
	height:5700px !important;
	margin: 0 auto;
	padding: 0;
	z-index: -1;
}

#logo img{
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.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;
	white-space: nowrap;
	width:840px;
	margin: 30px auto 80px auto;
	font-size: 14px;
	line-height: 180%;
	color: #000;
	text-align: left;
}

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

.lead{
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 180% !important;
	margin: 20px 0 0 0 !important;
}
.lead p{
	margin-bottom: 15px;
}
.lead p strong{
	font-size: 16px !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: 50px 0;
	float: left;
	clear: both;
}

#djs{
	display: block;
	width: 532px;
	height: 480px;
	margin: 0 auto;
}
#djs li{
	display: block;
	width: 266px;
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px;
	float: left;
}
#djs li img{
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto 5px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: none;
	clear: both;
}

#dancers{
	display: block;
	width: 800px;
	height: 480px;
	margin: 0 auto;
}
#dancers li{
	display: block;
	width: 266px;
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px;
	float: left;
}
#dancers li img{
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto 5px auto;
	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: 22px;
	color:#EACF52;
	font-weight: bolder;
	margin-top: -30px !important;
	margin-bottom: 50px;
	float: left;
	clear: both;
}
#judges{
	display: block;
	width: 800px;
	height: 520px;
	margin: 0 auto;
}
#judges li{
	display: block;
	width: 266px;
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px;
	float: left;
}
#judges li img{
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto 5px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: none;
	clear: both;
}
.judge04{
	margin-left: 135px !important;
}

.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: 800px;
	height: 680px !important;
	margin: 50px auto 0 auto !important;
}
#pickup_dancer li{
	display: block;
	width: 266px;
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px;
	float: left;
}
#pickup_dancer li img{
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto 5px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: none;
	clear: both;
}

.pickup_dancer{
	padding: 0 0 100px 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{
	font-size:18px;
	margin-top: 40px !important;
}

.numberbr{
	display: none;
}
.cast_area .caution{
	font-size: 12px;
	line-height: 180%;
	margin: 10px 0 30px 0;
}
.timeshift{
	display: block;
	width: 960px;
	margin: 20px auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}

.timeshift table{
	display: block;
	width: 300px;
	font-size: 13px;
	border-collapse: separate; 
	border-spacing: 1px 1px;
	margin: 0 10px 15px 0;
	background-color:#C55032;
	float: left;
}

.timeshift .left_table{
	display: block;
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
}

.timeshift table th{
	display:table-cell;
	width: 278px;
	background-color:#C55032;
	padding: 7px 10px 5px 10px;
	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: 278px;
	text-align: center;
	background-color:#0C80A2;
	padding: 7px 10px 5px 10px;
	line-height: 130% !important;
	vertical-align:middle;
	font-weight: normal;
}

.timeshift table td{
	display:table-cell;
	width: 278px;
	background-color: #000;
	padding: 5px 10px;
	text-align: left;
}


.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: block;
	width: 940px;
	font-size: 12px;
	border-collapse: separate; 
	border-spacing: 1px 1px;
	margin: 20px 20px;
	background-color:#025C39;
	float: left;
}

.battle td{
	display:table-cell;
	width: 234px;
	background-color: #000;
	padding: 6px 0;
	text-align: center;
}


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

.contest_title p strong{
	font-size: 32px !important;
	font-family: Arial, Helvetica, "sans-serif" !important;
}
.contest_title h2{
	font-size: 60px !important;
	text-shadow: 0 0 35px #000,0 0 35px #000;
}
.contest_lead{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	float: left;
	clear: both;
}
.contest_lead p{
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 20px;
}
.contest_lead p strong{
	font-size: 14px;
	font-weight: bolder;
}
.prize strong{
	font-family: Arial, Helvetica, "sans-serif" !important;
	color:#EACF52;
	font-size: 45px;
	line-height: 150%;
	font-weight: bolder;
	margin-bottom: 20px;
	text-shadow: 0 0 35px #000,0 0 35px #000;
}
.prizemoney{
	display: block;
	width: 550px;
	height: 130px;
	margin: 20px auto 0 auto;
	clear: both;
}
.prizemoney dt{
	display: block;
	width: 170px;
	font-size: 16px;
	text-align: right;
	color: #fff;
	font-weight: bolder;
	margin: 12px 30px 0 0;
	float: left;
}
.prizemoney dd{
	display: block;
	width: 340px;
	font-size: 30px;
	text-align: left;
	color:#EACF52;
	font-weight: bolder;
	margin: 0;
	float: left;
}
.entry01 p strong,.entry02 p strong,.entry03 p strong{
	display: block;
	font-size: 14px !important;
	padding: 3px 0;
	margin-bottom: 15px;
	text-align: center;
	background-color:#E56F4A;
	color: #fff !important;
}
.entry01{
	display: block;
	width: 480px;
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 30px;
	float: left;
}
.entry02{
	display: block;
	width: 480px;
	margin-bottom: 30px;
	float: right;
}
.entry03{
	display: block;
	width: 980px;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
.entry03left{
	display: block;
	width: 440px;
	margin-left: 60px;
	float: left;
}
.entry03left p,.entry03right p{
	margin-bottom: 12px;
}
.entry03right{
	display: block;
	width: 410px;
	margin-right: 30px;
	float: right;
}
.entry04{
	display: block;
	width: 978px;
	color: #fff;
	font-size: 13px;
	padding: 3px 0;
	margin: 0 0 20px 0;
	border: solid 1px #fff;
	float: left;
	clear: both;
}


.term{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 25px !important;
	line-height: 105% !important;
	font-weight: bolder;
	margin-bottom: 15px;
}
.term .small{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 15px !important;
	font-weight: normal !important;
}
.entry_fllow{
	display: block;
	width: 950px;
	margin-left: 30px;
	margin-bottom: 50px;
	float: left;
	clear: both;
}
.entry_fllow dt{
	display: block;
	width: 50px;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 55px;
	color:#EACF52;
	font-weight: bolder;
	float: left;
}
.entry_fllow dd{
	display: table-cell;
	padding: 8px 0 0 0;
	float: left;
}
.flow01{
	display: table;
	width: 380px;
	text-align: left;
	background-image: url("../images/tri.png");
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}
.flow01 dd{
	margin-top: 12px;
}
.flow02{
	display: block;
	width: 340px;
	text-align: left;
	background-image: url("../images/tri.png");
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}
.flow03{
	display: block;
	width: 230px;
	text-align: left;
	float: left;
}

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

#price{
	display: block;
	width: 700px;
	margin: 50px auto 10px auto !important;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both !important;
}
#price li{
	display: block;
	text-align: center;
	width: 350px;
	float: left;
}
.price_ver{
	display: inline-block;
	width: 60px;
	height: 22px;
	border: solid 1px #fff;
	padding: 2px 0;
	margin: 0 15px 0 0;
}
#price li strong{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 65px;
	vertical-align:middle;
	color:#ddd;
}
#price li strong .small{
	font-size: 35px;
}
.drink{
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	text-align: center;
	float: left;
	clear: both !important;
}
.apply a{
	display: block;
	width: 500px;
	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: #EACF52;
	transition-duration: 0.2s;
}
.contact{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.contact a {
	color: #EACF52;
	text-decoration: none;
	margin: 0 10px;
	transition-duration: 0.6s;
}
.contact a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	transition-duration: 0.2s;
}

#support img{
	margin: 10px;
	vertical-align: middle;
}
#support{
	display: block;
	width: 610px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
}
#support li{
	display: block;
	vertical-align: middle;
	float: left;
}
.support01{
	margin-right: 30px;
}
.support03{
	margin-left: 215px;
}

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

.result_top{
	display: block;
	width: 100%;
	margin-bottom: 100px;
	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: 24px !important;
	background-image: url("../images/title_bg.png");
	background-size: 100% 100%;
	color:#fff;
	text-align: center;
	padding: 4px 0;
	margin: 50px 0 10px 0;
	clear: both;
}
.results h4{
	display: block;
	width: 240px;
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-weight: normal;
	font-size: 22px !important;
	background-color: #E56F4A;
	color:#fff;
	text-align: center;
	padding: 5px 0;
	margin: 30px auto 20px auto;
	border-radius: 40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	clear: both;
}

.result_lead{
	display: block;
	width: 100%;
	margin-bottom: 40px !important;
	float: left;
	clear: both;
}

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

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

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

.column{
	display: block;
	width: 100%;
	margin: 0 0 20px 0 !important;
	float: left;
	clear: both;
}

.column_left{
	display: block;
	width: 490px;
	margin: 0;
	float: left;
}
.column_right{
	display: block;
	width: 490px;
	margin: 0;
	float: right;
}

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

.toresult a:hover{
	background-color:#FEBD96;
}
.tokubetsu03{
	margin-left: 250px;
}