﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,#header,.header_inner,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:16px;
	font:inherit;
	vertical-align:baseline;
}


body {
	font-family: 'M PLUS 1p', sans-serif!important;
	font-weight: 300;
	background-color:#000;
	width:100%;
	text-align:center;
	letter-spacing: 2px;
	line-height:1;
}

article,aside,details,figcaption,figure,footer,#header,.header_inner,hgroup,menu,nav,.section,.row{
	display:block
}


ol,ul{
	list-style:none
}

blockquote,q{
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}

table{
	border-collapse:collapse;
	border-spacing:0
}

ul {
	text-decoration:none;
	list-style:none;
}
img{
	width: 100%;
	height: 100% auto;
}



.left{float:left}
.right{float:right}
.switch {visibility: hidden;}



#header{ position: absolute;
    z-index: 10;
	width:100%;
    height: 50px;
	background-color:rgba(0, 0, 0, 0);
}



#top {
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	line-height: 0;
	position: relative;
}

h2{
	font-size: 2.2em;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	font-family: 'Oswald', sans-serif;
}

h2 img{
	width: 180px;
}

h3{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.1em;
}

@media (max-width:600px){
	h2{
		font-size: 1.6em;
		
	}
	
	h3{
		font-size: 0.8em;
	}
}



a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.7;  text-decoration:none!important;}
input:hover { opacity: 0.7;  text-decoration:none!important;}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
a img { transition-property: all; transition: 0.2s linear;}
a:hover div{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none; }
a:visited { color:inherit; text-decoration:none }


.ent_box {
	background-color: #000;
	color: #fff;
	width:100%;
	padding:60px 0px 45px 0px;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
	background-image:
	url("../images/ent_bg.png");
	-moz-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:  top 50px right 0px;
}


.ent_logo{
	width: 30%;
	}

.ent_box p{
	text-align: left;
	margin: 40px 0px 20px 0px;
	line-height: 2em;
}

@media (max-width:768px){
	.ent_box p{
		margin: 40px 0px 20px 0px;
		font-size: 0.9em;
		line-height: 1.6em;
	}
	
	.ent_logo{
		width: 35%;
	}
}
.ex3-inst{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: center;
	position: relative;
}

.ex3-inst ul{
	text-align: center;
	padding: 0px;
	max-width:100%;
	margin-left: 2%;
	display: block;
	margin-bottom: -20px;
}

.ex3-inst ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width: 25.5%;
	margin-right: 2%;
	margin-bottom: 40px;
	border: double 14px #fff;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	background-color: #000;
	padding: 1%;
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,0.7);
}
.ex3-inst img{
	box-sizing:border-box;
	margin-bottom: 5px;
	border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
	border: solid 2px #e20000;
}

.ex3-inst span{
	display: table;
	width: 100%;
	height: 17px;
	text-align: center;
	font-size: 1.1em;
}

.ex3-inst dd{
	display: table-cell;
    vertical-align: middle;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: 'Poppins', sans-serif;
	background-image:
	url("../images/name_bg.jpg");
	-moz-background-size:contain;
	background-size:100%;
	background-repeat: no-repeat;
	background-position:  top -10px right 0px;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.7);
}

.ex3-inst p{
	text-align: left;
	margin: 0;
	display:block;
	font-size: 0.85em!important;
	font-weight: 400;
	line-height: 18px;
	margin: 7px;
}

.ex3-inst dt{
	text-align: left;
	font-size: 0.78em;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin: 4px 0;
    padding-left: 1em;
    text-indent: -1em;
}

.ex3-inst dt:before {
	font-size: 1em;
	font-weight: 900;
	display: inline;
	content: "・";
	margin-right: -0.1em;
	color: #e20000;
}

.prof-bt{
	text-align: center;
	font-family: 'M+PLUS+1p', sans-serif;
	font-size: 0.75em!important;
	font-weight: 600;
	background-color: #e20000;
	width: 100%;
	padding: 18px 0 9px 0;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px 3px 19px 19px / 3px 3px 19px 19px;
	-moz-border-radius: 3px 3px 19px 19px / 3px 3px 19px 19px;
	border-radius: 3px 3px 19px 19px / 3px 3px 19px 19px;
	background: linear-gradient(#000, #e20000);
}



@media (max-width:768px){
	.ex3-inst ul{
		margin-left: 3%;
		flex-wrap:wrap;
	}
	
	.ex3-inst ul li{
		width: 38%;
		margin-right: 3%;
		padding: 2%;
	}
}

@media (max-width:600px){
	
	.ex3-inst ul{
		display: block;
		margin-left: 3%;
	}
	
	.ex3-inst ul li{
		width: 97%;
		margin-right: 3%;
		text-align: center;
		max-width: 300px;
	}
	
	.ex3-inst ul> li> img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.ex3-inst span{
		margin-bottom: 10px;
	}
	.ex3-inst dd{
		background-position:  top -13px right 0px;
	}
	
	.prof-bt{
	font-size: 0.9em!important;
	}
}

.ex2-jud {
	padding: 0px;
	width:100%;
	margin: 0 0 20px 4%;
	display: flex;
	flex-wrap:wrap;
}

.jud-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 28%;
	min-height: 220px;
	margin: 0 2% 0 0!important;
	box-sizing:border-box;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
	border: solid 2px #e20000;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}


.jud-dis {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56%;
	border: solid 3px #fff;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
	background-color: #000;
	padding: 1.5% 2.5%;
}

.jud-dis p{
	margin: 0;
	font-size: 1.3em;
	font-weight: 600;
}

.jud-dis span{
	font-size: 0.85em;
	font-weight: 300;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.jud-dis dt{
	text-align: left;
	font-size: 0.78em;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
    padding-left: 1em;
    text-indent: -1em;
}

.jud-dis dt:before {
	font-size: 1em;
	font-weight: 900;
	display: inline;
	content: "・";
	margin-right: -0.1em;
	color: #e20000;
}

.jud-red-tag {
	position: absolute;
	top:18px;
	right: -4px;
	display: block;
	background-color: #e20000;
	letter-spacing: 0.05em;
	font-size: 0.7em;
	font-weight: 600;
	padding: 0 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: linear-gradient(90deg, #e20000 0%, #e20000 98%, #800000 100%);
}

.jud-ent-tag {
	position: absolute;
	bottom:22px;
	left: -3px;
	display: block;
	background-color: #e20000;
	letter-spacing: 0.05em;
	font-size: 0.8em;
	font-weight: 300;
	padding: 3px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: linear-gradient(90deg, #ff4343 0%, #e20000 3%, #e20000 100%);
}

.judge-frame {
	display: inline-block;
	vertical-align: top;
	margin: 0 5%;
	border: solid 3px #fff;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
	background-color: #000;
	padding: 20px 25px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.judge-pro {
	float: left;
	display: block;
	width: auto;
	font-weight: 500;
	margin-right: 5px;
}

.judge-val {
	display: block;
	text-align: left;
	overflow: hidden;
}
.judge-val span {
	margin-bottom: 10px;
	display: block;
}

.judge-val p {
	margin: 0 0 3px 0!important;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 1.05em!important;
	color: #e20000;
}

@media (max-width:768px){
	
	.ex2-jud {
		padding:0 0 25px 2%;
		max-width:350px;
		margin: auto;
		display: flex;
		flex-wrap:wrap;
	}
	
	
	.jud-pic {
		display:block;
		height: 250px;
		width: 100%;
		margin: 0;
		margin-bottom: 15px!important;
	}
	
	
	.jud-dis {
		display: block;
		width: 85%;
		padding: 15px 20px;
	}
	
	.judge-pro {
		float: none;
		text-align: left;
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	
	.judge-pro ss{
		display: none;
	}

}


.reg_box {
	background-color: #e20000;
	color: #fff;
	width:100%;
	padding:60px 0px 45px 0px;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
}

.reg_stage {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.reg_pic {
	width: 35%;
	float: left;
	margin-right: 5%;
}

.reg_dis {
	width: 60%;
	display: inline-block;
	text-align: left;
}

.reg_dis span{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.03em;
	font-size: 2.4em;
	font-weight: 600;
}

.reg_dis p{
	letter-spacing: 0.03em;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}

.reg_dis dd{
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.reg_dis img{
	width: 80%;
}

@media (max-width:768px){
	
	.reg_stage {
		display: block;
		max-width: 320px;
		margin: auto;
		display: block;
		margin-bottom: 25px;
	}
	
	.reg_pic {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	
	.reg_dis {
		width: 100%;
		display: block;
	}
	.reg_dis span{
		display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.reg_dis p{
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.reg_dis img{
		width:100%;
	}
}

.out_box {
	background-color: #e20000;
	color: #fff;
	width:100%;
	padding:60px 0px 45px 0px;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
	background-image:
	url("../images/out_bg.png");
	-moz-background-size:contain;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:  top 50px right 0px;
}

.out_box dd {
	background-color: #000;
	color: #fff;
	width:140px;
	padding:7px 0px 6px 0px;
	font-family: 'Poppins', sans-serif!important;
	text-align: center;
	font-size: 0.85em;
	line-height: 1em;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
}

.out_box dt {
	font-size: 3em;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	font-family: 'Oswald', sans-serif;
}

.out_box ss {
	padding: 7px 25px;
	border: solid 1px #fff;
	letter-spacing: 0.05em;
	font-weight: 300;
}

.proval {
	margin: auto;
	font-size: 0.9em;
}
.proval th {
	white-space: nowrap;
	font-weight: 400;
}
.proval td {
	text-align: left;
	line-height: 1.4em;
}


.inner_650{
	max-width:650px;
	padding:0px 20px 0px 20px;
	margin:0px auto;
	text-align: center;
	line-height: 28px;
}


.inner_1000{
	max-width:1000px;
	padding:0px 20px 0px 20px;
	margin:0px auto;
	text-align: center;
	line-height: 28px;
}

.inner_1000_np{
	max-width:1000px;
	padding:0px;
	margin:0px auto;
	text-align: center;
	line-height: 28px;
}

.foot_box {
	margin-top: -35px;
	color: #fff;
	width:100%;
	padding:100px 0px 35px 0px;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
	background:url("../images/foot_bg.png") #000;
	-moz-background-size:contain;
	background-size:contain;
	background-position: top -110px;
	background-repeat: no-repeat;
}

.foot_logo{
	width:170px;
	margin-left: 10px;
}

.foot_box p{
	font-size: 14px;
	width: 300px;
	text-align: left;
	margin: 5px;
	line-height: 20px;
}

.mail_box{
	width: 150px;
	border: solid 1px #fff;
	padding: 10px 10px;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	font-size: 0.85em;
}
.mail_box img {
	width: 22px!important;
	margin-right: 10px;
	vertical-align: middle;
}

.foot_box span{
	color: #fff!important;
}

.foot2_box {
	background-color: #000;
	font-size: 14px;
	color: #fff;
	width:100%;
	padding:7px 0px 15px 0px;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
	letter-spacing: 1px;
}
.foot2_box span{
	display:inline-block;
	margin: 7px 0px;
}


.inner_750{
	max-width:750px;
	padding:0px 20px 0px 20px;
	margin:0px auto;
	text-align: center;
	line-height: 28px;
}

.map{
	width:100%;
	height:450px;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
}

/* ------------------------------
   layout
------------------------------ */

.clr-rd{color: #e20000}
.clr-bk{color: #000}
.clr-wt{color: #fff}

.ml5{margin-left: 5px}
.ml10{margin-left: 10px}

.fs9{font-size: 9}
.fs10{font-size: 10}
.fs11{font-size: 11}
.fs12{font-size: 12}
.fs13{font-size: 13}
.fs14{font-size: 14}
.fs15{font-size: 15}
.fs16{font-size: 16}
.fs17{font-size: 17}
.fs18{font-size: 18}
.fs19{font-size: 19}
.fs20{font-size: 20}
.fs21{font-size: 21}
.fs22{font-size: 22}
.fs23{font-size: 23}
.fs24{font-size: 24}
.fs25{font-size: 25}
.fs26{font-size: 26}
.fs27{font-size: 27}
.fs28{font-size: 28}
.fs29{font-size: 29}
.fs30{font-size: 30}

.fs11em{font-size: 1.1em}
.fs12em{font-size: 1.2em}
.fs13em{font-size: 1.3em}
.fs14em{font-size: 1.4em}
.fs15em{font-size: 1.5em}
.fs16em{font-size: 1.6em}
.fs17em{font-size: 1.7em}
.fs18em{font-size: 1.8em}
.fs19em{font-size: 1.9em}
.fs20em{font-size: 2.0em}

.fw100{font-weight: 100}
.fw200{font-weight: 200}
.fw300{font-weight: 300}
.fw400{font-weight: 400}
.fw500{font-weight: 500}
.fw600{font-weight: 600}

.mt-50{margin-top: -50px!important}
.mt-45{margin-top: -45px!important}
.mt-40{margin-top: -40px!important}
.mt-35{margin-top: -35px!important}
.mt-30{margin-top: -30px!important}
.mt-25{margin-top: -25px!important}
.mt-20{margin-top: -20px!important}
.mt-15{margin-top: -15px!important}
.mt-10{margin-top: -10px!important}
.mt-5{margin-top: -5px!important}
.mt-4{margin-top: -4px!important}
.mt-3{margin-top: -3px!important}
.mt-2{margin-top: -2px!important}
.mt-1{margin-top: -1px!important}
.mt1{margin-top: 1px!important}
.mt2{margin-top: 2px!important}
.mt3{margin-top: 3px!important}
.mt4{margin-top: 4px!important}
.mt5{margin-top: 5px!important}
.mt6{margin-top: 6px!important}
.mt7{margin-top: 7px!important}
.mt8{margin-top: 8px!important}
.mt9{margin-top: 9px!important}
.mt10{margin-top: 10px!important}
.mt15{margin-top: 15px!important}
.mt20{margin-top: 20px!important}
.mt25{margin-top: 25px!important}
.mt30{margin-top: 30px!important}
.mt35{margin-top: 35px!important}
.mt40{margin-top: 40px!important}
.mt45{margin-top: 45px!important}
.mt50{margin-top: 50px!important}

.mb-15{margin-bottom: -15px!important}
.mb-10{margin-bottom: -10px!important}
.mb-5{margin-bottom: -5px!important}
.mb0{margin-bottom: 0px!important}
.mb3{margin-bottom: 3px!important}
.mb4{margin-bottom: 4px!important}
.mb5{margin-bottom: 5px!important}
.mb6{margin-bottom: 6px!important}
.mb7{margin-bottom: 7px!important}
.mb8{margin-bottom: 8px!important}
.mb9{margin-bottom: 9px!important}
.mb10{margin-bottom: 10px!important}
.mb11{margin-bottom: 11px!important}
.mb12{margin-bottom: 12px!important}
.mb13{margin-bottom: 13px!important}
.mb14{margin-bottom: 14px!important}
.mb15{margin-bottom: 15px!important}
.mb16{margin-bottom: 16px!important}
.mb17{margin-bottom: 17px!important}
.mb18{margin-bottom: 18px!important}
.mb19{margin-bottom: 19px!important}
.mb20{margin-bottom: 20px!important}
.mb25{margin-bottom: 25px!important}
.mb30{margin-bottom: 30px!important}
.mb35{margin-bottom: 35px!important}
.mb40{margin-bottom: 40px!important}
.mb45{margin-bottom: 45px!important}
.mb50{margin-bottom: 50px!important}
.mb55{margin-bottom: 55px!important}
.mb60{margin-bottom: 60px!important}
.mb65{margin-bottom: 65px!important}
.mb70{margin-bottom: 70px!important}
.mb75{margin-bottom: 75px!important}
.mb80{margin-bottom: 80px!important}
.mb85{margin-bottom: 85px!important}
.mb90{margin-bottom: 90px!important}
.mb95{margin-bottom: 95px!important}
.mb100{margin-bottom: 100px!important}
.mb110{margin-bottom: 110px!important}
.mb120{margin-bottom: 120px!important}
.mb130{margin-bottom: 130px!important}
.mb140{margin-bottom: 140px!important}
.mb150{margin-bottom: 150px!important}

.wt100{width: 100px!important}
.wt110{width: 110px!important}
.wt120{width: 120px!important}
.wt130{width: 130px!important}
.wt140{width: 140px!important}
.wt150{width: 150px!important}
.wt160{width: 160px!important}
.wt170{width: 170px!important}
.wt180{width: 180px!important}
.wt190{width: 190px!important}
.wt200{width: 200px!important}
.wt210{width: 210px!important}
.wt220{width: 220px!important}
.wt230{width: 230px!important}
.wt240{width: 240px!important}
.wt250{width: 250px!important}
.wt260{width: 260px!important}
.wt270{width: 270px!important}
.wt280{width: 280px!important}
.wt290{width: 290px!important}
.wt300{width: 300px!important}


