/*teaser index*/

.indent-05{
text-indent: -0.5em;
padding-left: 0.5em;
}
.indent-1{
text-indent: -1em;
padding-left: 1em;
}
.indent-2{
text-indent: -2em;
padding-left: 2em;
}

header.toppage{
	background: 
    rgb(255 255 255 / 60%)!important;
    width: 100%;
    height: 70vh; 
    background-position: center center!important;
    background-size: cover!important;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
  }

.video-wrap  {
  /*font-weight: bold;*/
  font-size: 2em;
  padding: 2em 0;
  /*text-align: center;*/
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  /*top:2.5rem;*/
}
.video-wrap img{
  max-width:500px;
  width: 98%;
  margin: 0 auto;
}
.video-wrap  p.sp{
  display: none;
}
.video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
video{    
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 700px;
	object-fit: cover;
	height: 70vh;
}
.coverTop {
	display: table;
	margin-top: -2em;
	width: 100%;
	height: 70vh;
	position: absolute;
	background-size: 2px 2px;
	z-index:0;
	background: 
	rgb(255 255 255 / 60%)!important;
}
.coverTop div{
	display: table-cell;
	vertical-align: middle;
}
.video-telop {
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	color: white;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
video{
	max-height: 1200px;
	height: 70vh;
}
.video-wrap img{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.coverTop {	
	display: table;
	margin-top: -2em;
	width: 100%;
	height: 70vh;
	position: absolute;
	background-size: 2px 2px;
	z-index:0;
}
}
/*お知らせ*/
.notice{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 10px 0;
  border: solid 2px #781385;
}
.notice p{
  color: #374248!important;
}
.notice_h3{
text-align: center;
}
@media screen and (max-width: 550px) {
	.notice_h3{
    text-align: left;
  }
}



#teaser_header{
	background: url("../images/dance_compe240206.jpg") no-repeat #F4F4F4;
	background-size: 90%;
	background-position: center center;
}

h1.teaser_hero{
  text-align: center;
	padding: 0 0;
}

h1.teaser_hero img{
	width:90%;
	max-width:900px;
}

@media screen and (max-width: 768px) {
	#teaser_header{
	background-size: 110%;
}
	

	h1.teaser_hero{
		overflow: hidden;
	}	
	
	
h1.teaser_hero img{
	width:100%;
}
	
	h1.teaser_hero{
	padding: 8% 0;
}
}


/*パンくずリスト*/
.breadcrumb {
  display: flex;
  font-size: 0.9em;
  font-size: 0.9em;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding:0px 0 20px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}


section.section_grade{
	padding: 0 0 8%;
	/*background: linear-gradient(#FFFFF6 , #EFEFE9);*/
	background: rgba(255,255,255,.9);
}

section.section_grade:nth-child(even){
	background: rgba(255,255,255,.75);
	position: relative;
}

.common_area{
max-width: 1000px;
    margin: 0 auto 5%;
    width: 95%;	
}

.common_headline_m_wrap{
		text-align: center;
	padding: 5% 0 4%;
	width: 90%;
	margin: 0 auto;
}

.common_headline_m:before, .common_headline_m:after{
	background-color:#9E78B2;
}




.overview_wrap{
	width: 95%;
	max-width:1000px;
	margin: 0 auto 5%;
}

.overview_wrap dt{
	margin-top: 0;
}

.overview_wrap dd{
	margin-top: .5em;
	padding: 0 1em 1em;
	box-sizing: border-box;
}

.headline_grade_navy{
	/*background: linear-gradient(right );*/
	background: linear-gradient(to right ,#D7DEF4 , #DBD6E8);
	mix-blend-mode: multiply;
	color: #374248;
	font-weight: bold;
	font-size: 1.2em;
	padding: .2em 1em;
	border-radius: 3px;
	text-shadow: 0 1px 0 #FFF;
}


/*ダンスメニュー*/
ul.dance_menu {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding:5% 0 0;
}
ul.dance_menu li {
margin: 5px;
max-width: 300px;
width: 100%;
}
ul.dance_menu li a{
    border: 1px solid #878787;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #c2c2c2;
    color: #000000;
    display: block;
	font-size: 1em;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 100%;
	margin: auto;
}
ul.dance_menu li a::after {
    content: '';
    border: 0;
    border-top: solid 2px #676767;
    border-right: solid 2px #676767;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
ul.dance_menu li {
margin: 5px;
width: 45%;
}
ul.dance_menu li a{
    border: 1px solid #878787;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #c2c2c2;
    color: #000000;
    display: block;
	font-size: 0.8em;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 100%;
	margin: auto;
}
ul.dance_menu li a::after {
    content: '';
    border: 0;
    border-top: solid 0px #676767;
    border-right: solid 0px #676767;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
}
}
ul.dance_menu_noarrow {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding:5% 0 0;
}
ul.dance_menu_noarrow li {
margin: 5px;
max-width: 300px;
width: 100%;
}
ul.dance_menu_noarrow li a{
    border: 1px solid #878787;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #c2c2c2;
    color: #000000;
    display: block;
	font-size: 1em;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 100%;
	margin: auto;
}



/*ダンスステージ審査入口ボタン*/
ul.dance_stage_btn {
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin:0 auto;
	padding:0;
}
ul.dance_stage_btn li {
margin: 5px;
max-width: 220px;
width: 100%;
border: 1px solid #878787;
    border-radius:15px;
}
ul.dance_stage_btn li a{
    color: #000000;
    display: block;
	font-size: 1em;
    padding:0;
    position: relative;
    text-align: center;
    text-decoration: none;
	width: 100%;
	margin: auto;
}
ul.dance_stage_btn li a dl{
background: #FEFFE1;
border-radius:15px;
}
ul.dance_stage_btn li a dt{
background: #781385;
border-radius: 15px 15px 0 0;
color: #ffffff;
font-size: 1.5em;
font-weight: bold;
padding: 8px 0;
}
ul.dance_stage_btn li a dd{
font-size: 0.9em;
}
.stage_place{
font-weight: bold;
padding: 8px 0;
}
.stage_in_detail{
color: #7C0BC7;
padding: 8px 0;
text-decoration: underline;
font-weight: bold;
}



/*ボタンスタイル*/
.dance-modal-btn{
background: #781385;
    border: 5px solid #ae37bd;
	 border-radius: 100vh;
    color: #ffffff;
    display: block;
	font-size: 1.5em;
	font-weight: bold;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	max-width:450px;
    width: 100%;
	margin: auto;
}
.dance-modal-btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
.dance-modal-btn:hover{
background: #9015a0;
color: #FFFFFF;
}


/*フォームボタン*/
a.dance_form_btn{
background: #781385;
    border: 5px solid #ae37bd;
    border-radius: 100vh;
    color: #FFFFFF;
    display: block;
	font-size: 1em;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	max-width: 300px;
	width: 100%;
	margin: auto;
}
a.dance_form_btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}



/*フォームボタン終了*/
span.dance_form_btn_fin{
display: block;
background:#787878;
    border: 5px solid #6F6F6F;
    border-radius: 100vh;
    color:#ACACAC;
	font-size: 1em;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	max-width: 300px;
	width: 100%;
	margin: auto;
}



/*審査員*/
/*.judge_wrap{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}*/
.judge_midashi{
font-size: 1.2em;
font-weight: bold;
margin: 20px 0 10px;
border-bottom: 1px solid #BFBFBF;
/*background: #EDEDED;*/
padding: 3px 0;
text-align: center;
}
.judge-chairman{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	border: 0px solid #000000;
	max-width: 600px;
	margin: auto;
}

.judge-chairman-photo{
max-width: 300px;
width: 100%;
text-align: center;
}
.judge-chairman-photo img{
border-radius: 5px;
}
.judge-chairman-txt{
border: 0px solid #000000;
text-align: left;
width:45%;
margin-left: 10px;
}
.judge-chairman-name{
font-size: 1.5em;
}
.judge-name{
font-size: 1.5em;
margin: 0 0 10px;
}


.judge{
width: 100%;
text-align: center;
margin: 15px auto;
}
ul.judge_list{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 0px solid #000000;
}
ul.judge_list li{
    width: 200px;
	font-size: 0.9em;
	margin: 10px 0;
}
ul.judge_list img{
border-radius: 5px;
max-width: 150px;
width: 100%;
}

@media only screen and (max-width: 768px) {
ul.judge_list{
	justify-content:space-around;
}
ul.judge_list li{
    width: 48%;
}

}
/*審査員モーダル中*/
.judge-modal{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 0px solid #000000;
}
.judge-modal-photo{
width: 40%;
border: 0px solid #000000;
text-align: center;
}
.judge-modal-photo img{
max-width: 300px;
width: 100%;
}
.judge-modal-txt{
width: 55%;
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.judge-modal-photo{
width: 100%;
}
.judge-modal-txt{
width: 100%;
margin-left: 0;
}
}


/*審査員ボタンスタイル*/
.judge-modal-btn{
background:#FCFFD1;
    border: 1px solid #A8A8A8;
	 border-radius: 10px;
    color: #000000;
    display: inline-block;
	font-size: 13px;
	margin-top: 10px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
	max-width:180px;
    width: 100%;
	cursor:pointer
}
/*.judge-modal-btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}*/
.judge-modal-btn:hover{
background:#FAFFE6;
}




/*テーブル*/
.tb-wrap{
  width:100%;
}
@media only screen and (max-width:1000px){
.tb-wrap{
  overflow-x:scroll;
  -webkit-overflow-scrolling: touch;
}
}

.tb-wrap::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.tb-wrap::-webkit-scrollbar-thumb {
  background: #D4AECA; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
.tb-wrap::-webkit-scrollbar-track {
  background: #EEEEEE; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}

table.tb01 {
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto 5px;
}

.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  font-size: 0.9em;
  box-sizing:border-box;
}
.tb01 th {
width: 30%;
  background: #781385;
  color: #fff;
  padding: 5px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  font-size: 0.8em;
}
/*審査チーム一覧*/
table.tb02 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 5px;
}
.tb02 td{
  padding: 5px;
  border: solid 1px #ccc;
  text-align:left;
  font-size: 1em;
  box-sizing:border-box;
  width: 50%;
}
.tb02 th {
  background: #f8e4ff;
  color: #000000;
  padding: 5px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  font-size: 0.8em;
}

.tb02 td.judging_team_mttl{
background: #781385;
color:#FFFFFF;
text-align: center;
font-weight: bold;
font-size: 1.0em;
padding: 10px 0;
}
.tb02 td.judging_team_mttl span{
color: rgba(255,245,0,1.00);
font-size: 1.5em;
}
/**/

.dance_form{
background: #FFFFFF;
text-align: center;
}
.dance_form img{
max-width: 1000px;
width: 100%;
}

@media only screen and (max-width: 768px) {
.dance_form {
padding-top: 20px;
}
.dance_form img{
max-width: 1000px;
width: 90%;
}
}
.breadcrumb{
padding: 10px;
}


/*入賞チーム発表*/
.nyuusyo_team_wrap{
max-width: 800px;
width: 98%;
margin: auto;
}
.nyuusyo_team_wrap h2 {
max-width: 850px;
width: 98%;
}
.nyuusyo_team_wrap h2 img{
max-width: 100%;
}

.nyuusyo_team_wrap dl{
margin: 0 auto 40px;
}

.nyuusyo_team_wrap dt.rank{
font-size: 35px;
font-weight: bold;
text-align: center;
}
.nyuusyo_team_wrap dt.team_name{
font-size: 35px;
border-bottom: 1px solid #C540E9;
font-weight: bold;
text-align: center;
padding-bottom: 10px;
}
@media only screen and (max-width:768px) {
.nyuusyo_team_wrap dt.rank{
font-size: 20px;
text-align: left;
padding:0 10px;
}
.nyuusyo_team_wrap dt.team_name{
font-size: 20px;
text-align: left;
padding:0 10px;
}
}
span.First_place{
color: #FF0004;
font-size: 2em;
}
span.second_place{
font-size: 1.2em;
}

.nyuusyo_team_wrap p{
padding: 10px;
color: #E802FF;
}

.peet_comment_t{
font-weight: bold;
}
.nyuusyo_team_wrap dd{
padding: 10px 10px 0;
}
ul.dance_scene{
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width:812px) {
  ul.dance_scene{
    margin-bottom: 0;
  }
}
ul.nyuusyo_photo{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
}
ul.nyuusyo_photo li{
max-width: 380px;
width: 100%
}
ul.nyuusyo_photo li img{
width: 100%;
}
