@charset "UTF-8";

/*============================================================================================
      competition
=============================================================================================*/

.support_wrap{
  font-family: 'Noto Sans','Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c_bl {
  color: #0068B7;
}
.compe_btn {
  padding: 20px 100px;
  border-radius: 0;
  font-size: 22px;
  font-weight: 900;
}
.compe_btn.compe_btn_or {
  color: #fff;
  background: #FC8E2D;
  border: 2px solid #FC8E2D;
}
.compe_btn::before {
  display: none;
}
.compe_btn.compe_btn_or:hover {
  color: #FC8E2D;
  background: #fff;
  border: 2px solid #FC8E2D;
}
.compe_btn_fixed {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px -2px 10px 0px rgba(170, 170, 170, 0.5);
  z-index: 99;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
}
.compe_btn_fixed .compe_btn {
  padding: 10px 60px;
  font-size: 18px;
}
.compe_btn_fixed.active {
  visibility: visible;
  opacity: 1;
}

.compe_cont {
  padding-top: 60px;
}
.compe_ttl {
  margin-bottom: 20px;
  color: #0068B7;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
}

.compe_anc_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.compe_anc_itm {
  width: 23.5%;
  margin-right: 2%;
}
.compe_anc_itm:last-child {
  margin-right: 0;
}
.compe_anc_itm a {
  display: block;
  width: 100%;
  padding: 9px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #2f2f2f;
}
.compe_anc_itm a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #2f2f2f transparent transparent transparent;
  vertical-align: middle;
}
.compe_anc_itm a:hover::before {
  border-color: #fff transparent transparent transparent;
}

.mt10 {
  margin-top: 10px;
}
.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
	margin-top: 40px;
}
.pb80{
	padding-bottom: 80px;
}
.pt80{
	padding-top: 80px;
}
.pt120{
	padding-top: 120px;
}
.tx_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.g_bold {
  font-weight: 600;
}
.compe_prize_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  border: 2px solid #0068B7;
}
.compe_prize_ttl {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  color: #0068B7;
  font-size: 26px;
  font-weight: 600;
}
.compe_prize_cont {
  width: 100%;
}
.compe_link a {
  display: block;
  text-decoration: underline;
}
.compe_prize_li .compe_prize_num {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.compe_prize_dl dt,
.compe_prize_dl dd {
  display: inline-block;
}
.compe_prize_dl dt {
  width: 200px;
}

.compe_termsLst {
  padding: 40px;
  background: #0068B7;
}
.compe_termsLst li {
  padding: 30px;
  background: #fff;
}
.compe_terms_ttl {
  color: #0068B7;
  font-size: 30px;
  font-weight: 900;
}
.compe_terms_subttl {
  font-size: 26px;
  font-weight: 900;
}

.compe_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.compe_num_itm {
  width: 49%;
}
.compe_num_itm + .compe_num_itm {
  margin-left: 2%;
}
.compe_num_itm dt {
  padding: 10px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  background-color: #0068B7;
  text-align: center;
}
.compe_num_itm dd {
  color: #0068B7;
  font-size: 78px;
  font-weight: bold;
  background-color: #FDFD2F;
  text-align: center;
}
.compe_num_itm dd span {
  font-family: 'Oswald', sans-serif;
  font-size: 155px;
}

@media screen and (min-width: 896px) {
  .compe_flow_img img.pcOnly {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .compe_prizeLst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .compe_prizeLst .compe_prize_li {
    width: 80%;
  }
  .compe_prizeLst .compe_prize_li:nth-child(2n) {
    margin-top: 10px;
    margin-left: 0;
  }

  .compe_num_itm dt {
    font-size: 26px;
  }
  .compe_num_itm dd {
    font-size: 50px;
  }
  .compe_num_itm dd span {
    font-size: 100px;
  }
}

@media screen and (max-width: 896px) {
  .compe_lead p.taC,
  .compe_lead .compe_link {
    text-align: left;
  }
  .compe_lead p.taC br {
    display: none;
  }
  .compe_ttl {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 900;
  }
  .compe_btn {
    width: 100%;
    max-width: 400px;
    padding: 20px 0;
    font-size: 16px;
  }
  .compe_btn_fixed .compe_btn {
    max-width: 350px;
    padding: 10px 0px;
    font-size: 14px;
  }

  .compe_anc_itm {
    width: 49%;
    margin-right: 2%;
    margin-top: 10px;
  }
  .compe_anc_itm:nth-child(2n) {
    margin-right: 0;
  }
  .compe_anc_itm:nth-child(1),
  .compe_anc_itm:nth-child(2) {
    margin-top: 0;
  }
  .compe_anc_itm a {
    font-size: 16px;
  }
  .compe_anc_itm a span:before {
    border-width: 5px 5px 0 5px;
  }

  .compe_prizeLst .compe_prize_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 15px 10px;
  }
  .compe_prize_ttl {
    width: auto;
    font-size: 22px;
    margin: 0 auto 10px;
  }
  .compe_prize_li .compe_prize_num {
    font-size: 30px;
    text-align: center;
  }
  .compe_prize_li p br {
    display: none;
  }
  .compe_prize_dl p {
    text-align: center;
  }

  .compe_termsLst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  .tabStyle01_navi.threeColumn.compe_termsLst li {
    width: 100%;
  }
  .compe_termsLst li + li {
    margin-top: 10px;
  }

  .compe_num_itm {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .compe_num_itm + .compe_num_itm {
    margin-left: calc(50% - 50vw);
    margin-top: 15px;
  }
}

@media screen and (max-width: 350px) {
  .compe_num_itm dt {
    font-size: 6.6vw;
  }
}


/*============================================================================================
      challenger
=============================================================================================*/
.challenger_wrap {
  color: #fff;
  background: #000;
}
.challenger_lead {
  padding-bottom: 100px;
  position: relative;
}
.challenger_lead_bg {
  position: absolute;
  background-image: url(../img/support/challenger/bg_img.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: 72px;
  width: 100%;
  height: 520px;
}
.challenger_lead_img01 img {
  width: 100%;
}
.challenger_lead_img02 img {
  width: 100%;
}
.challenger_ttl {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 4px 0px rgba(57, 57, 57, 0.5);
}
/*.challenger_ttl::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}*/

.challenger_contLst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}
.challenger_contLst li {
  max-width: 333px;
  padding: 15px 50px;
  border: 1px solid #fafafa;
}
.challenger_contLst li + li {
  margin-left: 20px;
}
.challenger_contNum {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.challenger_member_ttl {
  font-size: 26px;
  font-weight: 900;
}
.challenger_memberLst {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.challenger_memberLst_li {
	width: 23.5%;
	margin: 0 2% 40px 0;
}
.challenger_memberLst_li:nth-of-type(4n){
	margin-right: 0;
}
.challenger_memberLst_li:nth-last-of-type(1),
.challenger_memberLst_li:nth-last-of-type(2),
.challenger_memberLst_li:nth-last-of-type(3),
.challenger_memberLst_li:nth-last-of-type(4){
	margin-bottom: 0;
}
.challenger_memberLst_li h5{
	text-align: left;
}
.challenger_memberLst_img img {
  width: 100%;
}
.challenger_member_link {
  text-decoration: underline;
}

.tx_y {
  color: #FDFD2F;
}
.btnWrap .zamstBtn03.btnStyle02{
	border: 2px solid #005eb8;
	background-color: #005eb8;
	color: #fff;
}
.btnWrap .zamstBtn03.btnStyle02:hover{
    background: #ffffff;
    color: #005eb8;
    border: 2px solid #005eb8;
}
.ecbn-selection-page-wrapper .ecbn-selection-title > span{
	font-weight: bold;
	font-size: 34px;
}
@media (max-width: 1100px){
  .challenger_lead_bg {
    background: none;
  }
}
@media (max-width: 896px){
  .challenger_wrap .btnWrap {
    padding: 0 10px;
  }
  .challenger_lead {
    padding: 0 10px 60px;
    background: none;
  }
  .challenger_ttl {
    font-size: 26px;
  }
  .challenger_member_ttl {
    font-size: 22px;
  }
	
  .ecbn-selection-page-wrapper .ecbn-selection-title > span{
	font-size: 26px;
  }
}
@media (max-width: 768px){
	.challenger_memberLst_li,
	.challenger_memberLst_li:nth-of-type(2n),
	.challenger_memberLst_li:nth-last-of-type(3),
	.challenger_memberLst_li:nth-last-of-type(4){
		width: 48.5%;
		margin: 0 3% 40px 0;
	}
	.challenger_memberLst_li:nth-last-of-type(1),
	.challenger_memberLst_li:nth-last-of-type(2){
		margin-bottom: 0;
	}
	.challenger_memberLst_li:nth-of-type(2n){
		margin-right: 0;
	}
}
@media (max-width: 576px){
  .challenger_contLst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .challenger_contLst li {
    width: 100%;
    max-width: 100%;
    padding: 15px 50px;
    border: 1px solid #fafafa;
  }
  .challenger_contLst li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}



/*============================================================================================
      大会応援 投稿ページ
=============================================================================================*/
/*archive*/
.mr20 {
	margin-right: 20px;
}
.compe_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.compe_list_li {
	/* padding: 10px 0; */
	/* border-bottom: 1px solid #2f2f2f; */
  width: 23.5%;
  margin-right: 2%;
  margin-top: 20px;
}
.compe_list_li:nth-child(4n) {
  margin-right: 0;
}
.compe_list_li:nth-child(1),
.compe_list_li:nth-child(2),
.compe_list_li:nth-child(3),
.compe_list_li:nth-child(4) {
  margin-top: 0;
}
.compe_list_li_thum {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 比率 */
}
.compe_list_li_thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compe_list_btn {
  width: 285px;
  margin-top: 50px;
}

/*single*/
.compe_post_cont {
	font-size: 16px;
}
.compe_post_cont .aligncenter {
	display: block;
	margin: auto;
}
.compe_post_cont .alignright {
	display: block;
	margin: 0 0 0 auto;
}
.compe_post_cont h1 {
	font-size: 40px;
	line-height: 1.4;
}
.compe_post_cont h2 {
	font-size: 30px;
	line-height: 1.4;
}
.compe_post_cont h3 {
	font-size: 25px;
	line-height: 1.4;
}
.compe_post_cont h4 {
	font-size: 20px;
	line-height: 1.5;
}
.compe_post_cont h5 {
	font-size: 18px;
	line-height: 1.75;
}
.compe_post_cont h6 {
	font-size: 14px;
	line-height: 1.8;
}
.compe_post_cont strong,
.compe_post_cont b {
	font-weight: bold;
}
.compe_post_cont em {
	font-style: italic;
}
.compe_post_cont ul {
	list-style: disc;
}
.compe_post_cont ol {
	list-style: decimal;
}
.compe_post_cont blockquote {
	margin-left: 2em;
}

@media (max-width: 896px){
  .compe_list_li {
    width: 49%;
    margin-right: 2%;
    margin-top: 10px;
  }
  .compe_list_li:nth-child(2n) {
    margin-right: 0;
  }
  .compe_list_li:nth-child(3),
  .compe_list_li:nth-child(4) {
    margin-top: 10px;
  }
  .compe_list_li p.mt20 {
    margin-top: 10px;
  }
}
@media (max-width: 750px){
  .compe_list_btn {
    width: 150px;
    margin-top: 25px;
  }
}