@charset "UTF-8";

/*-----------------------

http://www.jleague.jp/css/sp/mascot2018.css
201/1/18 ISM

------------------------*/


/*--- common ---*/

.mascotTxt .mascot_copy1 {
	text-align: center;
	margin: 20px auto;
}
.mascotTxt .mascot_copy1 span{
	font-size: 16px;
	font-weight: bold;
	color: #fb0000;
}
.mascotTxt .mascot_copy1 span > em {
    font-size: 18px;
    font-weight: bold;
}
.topLink a {
	position: relative;
	display: block;
	margin: 25px auto;
	padding: 20px;
	background: #5d91ff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}

.topLink a:after {
	content: " ▶︎ ";
	position: absolute;
	top: 30px;
	right: 20px;
}


.accordionWrap .accordionIndex {
    display: block;
    cursor: pointer;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
    font-size: 13px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 5px 0;
    color: #E60012;
    font-weight: bold;
    margin-bottom: 1em;
}
.accordionWrap .accordionIndex span:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 28px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 11px;
    color: #e60012;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.accordionWrap.entryAcc .accordionIndex span{
    display: block;
    width: 200px;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    padding-right: 21px;
}
.accordionWrap.entryAcc .accordionIndex span i {
    font-style: normal;
}

.container .kvArea ul.navList li .inactive {
    background: #d36363;
    color: #b94545;
    cursor: pointer;
}

.container .kvArea ul.navList li > span{
    background: #0d5e6d;
    color: #3291a2;
}
.container .kvArea h2 a{
    background: #30a9be;
}
.mascotTxt img{
  width: 100%;
  max-width: 500px;
  height: auto;
}
.mascotTxt p{
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}
.accordionWrap.entryAcc .mascotDesc ol {
    margin: 20px 0;
}
.accordionWrap.entryAcc .mascotDesc ol li {
    font-size: 12px;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}

.ttlLink h3,
.ttlNoLink h3,
.ttlNoLink .blockTit{
    background: #28a4bb;
}

.ttlAreaNolink h3{
      font-weight: bold;
    font-size: 14px;
    border-left: 5px solid #e60012;
    line-height: 100%;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.hashTagWrap .hashTaglist h4{
  font-size: 14px;
  background: #333;
  padding: 3px 0;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.hashTagWrap .hashTaglist h4.j1{ background: #E60012; }
.hashTagWrap .hashTaglist h4.j2{ background: #017f40; }

.hashTagWrap .hashTaglist ul{
  padding: 10px 20px;
}
.hashTagWrap .hashTaglist ul li{
  font-size: 14px;
  line-height: 1.55;
}

/* header */
#main {
    background: none;
    padding-top: 6em;
}
html.is-nav {
    height: 100%;
    overflow: hidden;
    position: fixed;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 19px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255,255,255,0.8);
    z-index: 500;
    box-sizing: border-box;
}

#header a:hover {
    opacity: 0.7;
}

#header .header__left {
    width: 100%;
}

#header .header__logo {
    width: 100%;
    text-align: center;
}

#header .header__logo img {
    width: 60vw;
}

#header .header__right {
    width: 100%;
    text-align: right;
}

.menu-trigger {
    display: inline-block;
    width: 32px;
    height: 20px;
    z-index: 99999;
    margin-top: 10px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
}

.menu-trigger:hover {
    opacity: 0.7;
}

.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 9px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active {
    right: 35px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
    height: 100%;
    overflow-y: auto;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.nav__logo {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.nav__logo img {
    width: 100%;
}

.nav__logo a:hover {
    opacity: 0.7;
}

.nav__title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: #fff 3px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.25em;
}

.nav__list {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;*/
    width: 90%;
    margin: 30px auto;
}

.nav__item {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ff8c7d;
}

.nav__item:first-of-type {
    border-top: 1px solid #ff8c7d;
}

.nav__item a {
    padding: 10px 0px;
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #222222;
}

.nav__item .inactive {
    color: #b8b7b7;
    cursor: pointer;
}

.nav__item a:hover {
    opacity: 0.7;
}

.nav__item a .embL {
    margin: 0 auto 3px;
}

/* kvArea */
.kvArea {
    position: relative;
    margin: 0;
  text-align: center;
}
.kvArea img {
  width: 100%;
  height: auto;
  max-width: 500px;
   vertical-align: top;
}
.fxscuplink a{
    display: block;
}
.kvArea{
  margin-bottom: 20px;
}
.kvArea .navWrap .mascotNavList2{
    width: 100%;
    height: 36px;
    display: table;
}
.kvArea .navWrap .mascotNavList2 li{
    display: table-cell;
    border-right: 1px solid #fff;
    vertical-align: middle;

}
.kvArea .navWrap .mascotNavList2 li:last-child{ border-right: 0; }
.kvArea .navWrap .mascotNavList2 li a{
    display: table-cell;
    width: 200px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    background: #55ACEE;
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
}
.kvArea .navWrap .mascotNavList2 li a:hover{ opacity: 0.6; }

body.top .kvArea .mascotNavList2 li.nav_top a,
body.outline .kvArea .mascotNavList2 li.nav_outline a,
body.mascot2016 .kvArea .mascotNavList2 li.nav_mascot2016 a,
body.mascot2015 .kvArea .mascotNavList2 li.nav_mascot2015 a,
body.mascot2014 .kvArea .mascotNavList2 li.nav_mascot2014 a,
body.mascot2013 .kvArea .mascotNavList2 li.nav_mascot2013 a{
    background: #fff;
    color: #55ACEE;
}

/*--- table ---*/
.mascotArea table{
  width: 100%;
  margin-bottom: 5%;
}
.mascotArea table th,
.mascotArea table td{
  line-height: 1.4;
  vertical-align: middle;
}
.mascotArea table th:first-child,
.mascotArea table td:first-child{
  border-left: none;
}
.mascotArea table th{
    background: #e7e7e7;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
.mascotArea table td{
  font-size: 12px;
  vertical-align: middle;
}
.mascotArea table th img,
.mascotArea table td img{
  vertical-align: middle;
}

.mascotArea .outlineTable th{
    background: #e7e7e7;
    font-size: 12px;
    color: #07058C;
}
.mascotArea .outlineTable td{
  padding: 5px;
}

.mascotArea .outlineTable td p{
  display: table;
  margin: 5px 0;
}
.mascotArea .outlineTable td span{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.mascotArea .outlineTable td span.th{
  background: #A09164;
    padding: 5px 0;
    width: 60px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}

.mascotTable td:first-child img{
  width: 30px;
  height: auto;
}
.mascotArea table tr:not(:first-of-type) {
    border-top: solid 1px #b6b6b6;
}
.mascotArea table.mascotTable td.ranking {
    width: 30%;
}
.mascotArea table.mascotTable .medal td {
    vertical-align: middle;
    margin-left: 5px;
}
.mascotArea table.mascotTable .medal td img {
    vertical-align: middle;
    margin-left: 5px;
}
.mascotArea table.mascotTable td:first-child {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 3px;
}
.mascotArea table.mascotTable td:nth-child(2) {
  width: 15%;
}
.mascotArea table.mascotTable td:nth-child(3) {
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.mascotArea table.mascotTable td:nth-child(3) .hashtag{
  display: block;
  font-size: 10px;
}
.mascotArea table.mascotTable td:last-child{
  text-align: center;
  padding: 10px;
}
.mascotArea table.mascotTable td:last-child span{
  margin: 0 auto;
}
.mascotTable.result2016 tr td:nth-child(3) a {
    font-size: 18px;
}
.mascotTable.result2016 tr td a {
    color: #333;
    font-weight: bold;
}
.embL {
    margin: 0 auto;
}
.howto{
  margin-bottom: 20px;
}
.touhyou{

}
.mascotArea .outlineTable td .touhyou span{
  color: #E60012;
  font-weight: bold;
}
.mascotArea .outlineTable td .touhyou span.th{
    background: #E60012;
    color: #fff;
}
.mascotArea .outlineTable td .kettei{
    position: relative;
    border: 2px solid #E60012;
    border-radius: 3px;
    padding: 5px;
    color: #E60012;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
}
.mascotArea .outlineTable td .kettei:before{
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 45px;
}


.mascotArea .outlineTable td dl {
  margin: 20px 0;
}
.mascotArea .outlineTable td dl dt{
font-size: 12px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}
.mascotArea .outlineTable td dl dd{
      font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
}

.shiteihashu{
      background: #E7E7E7;
      padding: 10px;

}

.mrpich_king{
  margin-top: 20px;
}
.mrpich_king > a{
  display: block;
  text-align: center;
}

.mrpich_king img{
  width: 100%;
  height: auto;
  max-width: 500px;
      vertical-align: top;
}

.mrpich_king .ttlNoLink h3{
  margin-top: 0;
}







/*--- tab ---*/
.tabSelecter {
  margin: 0 0 20px 0;
}
.tabSelecter ul {
  height: 41px;
  border-bottom: 4px solid #ff8c7d;
}
.tabContents .tab li{
  box-sizing: border-box;

}
.tabContents nav.tabSelecter li:first-child {
    border-left: none;
}
.tabSelecter .tab.fiveline li {
    width: 16.6666%;
    position: relative;
    border-top: none;
    border-top: none;
    border-right: none;
}
.tabSelecter .tab.fiveline li::after {
    content: "";
    display: block;
    background-color: #81bcfe;
    width: 1px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 30%;
}
.tabSelecter .tab.fiveline li:last-of-type:after {
    background-color: transparent;
}
.mascotListTab.tabSelecter .tab.fiveline li {
    width: 25%;
}
.tabSelecter .tab li {
    background-color: transparent;
}
.tabSelecter .tab li:first-child {
    border-left: none;
}
.tabContents .tab.twoline {

}
.container .kvArea ul.navList li a{
    background: #ff6060;
}
.container .kvArea ul.navList li.nav_fxsc2019 a{
    background: #003690;
}

.tabContents .tab li.current a {
    position: relative;
    top: 1px;
    background: #81bcfe;
    color: #ffffff;
    font-weight: bold;
}
.tabSelecter li a,
.tabSelecter li span {
    font-size: 13px;
    line-height: 1.2;
    color: #4f4f4f;
    font-weight: normal;
    background-color: #ffffff;
    display: table-cell;
    padding: 0;
    width: 310px;
    height: 40px;
    color: #81bcfe;
}
.tabContents .tab li#tab1.current{
  border-top: 5px solid #e60012;
}
.tabContents .tab li#tab1.current a{
  color:#e60012;
    height: 36px;
}
.tabContents .tab li#tab2.current{
  border-top: 5px solid #017f40;
}
.tabContents .tab li#tab2.current a{
  color:#017f40;
    height: 36px;
}
.tabContents .tab li#tab3.current{
  border-top: 5px solid #000;
}
.tabContents .tab li#tab3.current a{
    height: 36px;
}

.tabContents .tab li#tab4.current {
    border-top: 5px solid #555;
}
.tabContents .tab li#tab4.current a{
    height: 36px;
}




/* mascotlist */
.mascotlist{
  letter-spacing: -0.5em;

}
.mascotlist > li{
  display: inline-block;
    letter-spacing: normal;
    width: 49%;
  /*max-width: 300px;*/
  vertical-align: top;
  margin-bottom: 20px;
  /*margin-right: 4%;*/
background-color: #fff;
}
/*.mascotlist > li:nth-child(2n){
  margin-right: 0;
}*/

.mascotlist > li:nth-child(2n+1){
    margin-right: 2%;
}

.mascotlist > li .mascotPic{
    position: relative;
}
.mascotlist > li .mascotPic::after {
    content: "";
    display: block;
    background: url(/img/mascot/2019/arrow.png) center top no-repeat;
    background-size: 80%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mascotlist > li .mascotPic a{
  display: block;
  max-width: 300px;
}
.mascotlist > li .mascotPic img{
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.mascotlist > li .mascotInfo{
    width: 100%;
    max-width: 300px;
    bottom: 0;
    padding: 5px;
    box-sizing: border-box;
}
.mascotlist > li .mascotInfo p{
  margin-top: 5px;
  position: relative;
  padding-left: 50px;
  box-sizing:border-box;
  height: 55px;
  font-size: 15px;
  line-height: 1.3;
}
.mascotlist > li .mascotInfo p .embM{
  position: absolute;
  left: 7px;
}
.mascotlist > li .mascotInfo p .embM img{
  width: 32px;
  height: 32px;
}
.mascotlist > li .mascotInfo p .clumName{
  font-size: 10px;
  display: block;
  padding: 0;
  letter-spacing: -0.1em;
}
.mascotlist > li .mascotInfo p i{
  font-size: 10px;
  font-style: normal;
}
.mascotlist > li .kome{
  position: absolute;
  bottom: -40px;
}
.mascotlist > li .mascotInfo .votelist{
  text-align: center;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn{
  display: inline-block;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn a{
  display: table-cell;
  width: 200px;
  height: 21px;
  background: #fff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  box-sizing:border-box;
  padding: 10px;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn.vote a{
  background: #28a4bb;
  color: #fff;
  position: relative;
}
/*.mascotlist > li .mascotInfo .votelist li.voteBtn.vote a:before{
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f099";
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  left: 8px;
  top: 50%;
  margin-top: -9px;
}*/
.mascotlist > li .mascotInfo .votelist li.voteBtn.support a{
    background: #222222;
    color: #fff;
    position: relative;
}
.mascotlist > li .mascotInfo .votelist li.voteTxt a{
  font-size: 10px;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
}
.mascotlist > li .mascotInfo .votelist li.voteTxt span{
  display: block;
}

.tweetIMG_BTN{

}
.tweetIMG_BTN img{
  width: 100%;
  max-width: 500px;
  height: auto;
}

.backlink,
.nextlink{
  margin: 20px 0;
}
.backlink a,
.nextlink a{
  position: relative;
    background: #ff6060;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
}
.backlink a:before{
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    content: "";
}
.nextlink a:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.backlink a:hover,
.nextlink a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.kvArea .navWrap .mascotNavList2 li a span{
    display: block;
    font-size: 10px;
}

.kvArea .navWrap .mascotNavList2 li a{
    height: 45px;
}

.mascotArea table.mascotTable tr td:last-child img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*20160203*/

.mascotArea .outlineTable td .resultDate{
    margin-left: 70px;
}

.mascotArea .outlineTable td .resultDate li {
    margin-bottom: 5px;
}

/*20160212*/

.mascotlist > li .mascotInfo .votelist li.voteBtn.vote span {
    background: #1B5D8E;
    color: #477EA7;
    position: relative;
    padding-left: 20px;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn span {
    display: table-cell;
    width: 200px;
    height: 35px;
    background: #A0A0A0;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    box-sizing: border-box;
}

.mascotlist > li .mascotInfo .votelist li.voteBtn.vote span:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    color: #477EA7;
    font-weight: normal;
    font-size: 16px;
    margin-top: -6px;
    left: 7px;
    top: 50%;
    margin-top: -7px;
}

.mascotArea .outlineTable td span.txtRed{
    color: #f00;
    padding-left: 0;
    margin-top: 5px;
    display: block;
}

.mascotlist > li .mascotInfo .votelist .voteTxt{
  display: none;
}

.nextInfo{
    margin: 15px 0 10px 0;
    color: #000;
  }

  .mascotTable tr td:first-child img{
    width: 55px;
}

.mascotDesc {
    margin-top: 20px;
}
.mascotDesc h4 {
    background: #e60012;
    color: #fff;
    width: 100px;
    padding: 5px 0;
    width: 100px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
  margin-bottom: 10px;
}
.accordionWrap.entryAcc .mascotDesc ul li {
    font-size: 12px;
    margin-bottom: 10px;
}

.commentList li span,
.commentList li input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.commentList li span {
    font-size: 12px;
    text-align: center;
    width: 60px;
    background: #9b8950;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    text-indent: 0;
}
.commentList li input {
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    margin-left: 1em;
}

.mascotDesc h4:nth-of-type(2) {
    margin-top: 20px;
}

.tabContents .topAllnav {
    margin: 30px 0 20px 0;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn.support a{
  position: relative;
}
/*.mascotlist > li .mascotInfo .votelist li.voteBtn.support a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f024";
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    margin-top: -6px;
    left: 7px;
    top: 50%;
    margin-top: -8px;
}*/

/*thanks*/
.thanks .thanksTxt {
    font-weight: bold;
    margin-bottom: 20px;
    background: #ff6060;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
}
.thanks .thanksTxt:before, .thanks .thanksTxt:after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 63px;
    font-weight: normal;
    top: 50%;
    margin-top: -9px;
}
.thanks .thanksTxt:before {
    content: "\f0da";
    left: -3px;
}
.thanks .thanksTxt:after {
    content: "\f0d9";
    right: -3px;
}
.thanks p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}

/*thanks 投票マスコット名*/
.thanks .thanksMas{
    margin-bottom: 10px;
}
.thanks .thanksMas .inner{
    background: #e6e3d5;
    padding: 20px;
}
.thanks .thanksMas p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.thanks .thanksMas .embM {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}


/*support*/
.mascotPrf .masName .embM {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.mascotPrf .masName {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.mascotPrf .mascotImg {
    margin-bottom: 10px;
}
.mascotPrf {
    padding: 20px;
    margin-bottom: 30px;
}
.prfTxt {
    margin: 10px auto 0;
    font-size: 13px;
    line-height: 1.65;
}
.detail_Btn input, .detail_Btn a, .detail_Btn span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #222222;
    color: #fff;
    box-sizing: border-box;
    font-size: 13px;
}
.posterArea h4 {
    padding-bottom: 5px;
    font-size: 18px;
    color: #e61e2e;
    font-weight: bold;
    /* text-align: center; */
    margin: 20px 0 10px;
}
.posterImgList {
    font-size: 0;
    margin-top: 10px;
}
.posterImgList li p {
    background: #9b8950;
    color: #fff;
    padding: 10px;
}
.posterImgList li{
font-size: 13px;
  }
.posterImgList li:first-child {
    margin-bottom: 20px;
}
.detail_Btn input {
    border-style: none;
}
.posterArea .detail_Btn input {
    -webkit-appearance: none;
    background: #e61e2e;
}
.commentList {
    margin-top: 10px;
}
.commentList li {
    font-size: 13px;
    margin-bottom: 20px;
  display: table;
  width: 100%;
  text-indent: 1em;
}
.posterArea {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.posterArea .step01, .posterArea .step02 {
    border: solid 2px #e61e2e;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 60px;
}
.posterArea h4 span {
    color: #fff;
    background-color: #e61e2e;
    padding: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 15px;
}
/*.posterArea .step01 {
    margin-bottom: 60px;
}*/
.posterArea .step02 {
    margin-bottom: 30px;
}
.posterArea .step01:before {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 65px;
}
.posterArea h3 {
    text-align: center;
    margin-bottom: 20px;
}
.posterArea .detail_Btn.make{
    padding: 0 20px;
}

/*make*/
.make .posterImgList{
  margin-top: 0;
    text-align: center;

}
.make .posterImgList li{
  width: 100%;
}

.make .posterImgList li:first-child{
  margin-right: 0;
}
/*.make .posterArea .step01:before {
content: none;
}*/
.make .posterArea .step01 p{
    margin: 20px 0 15px;
}
.make .posterArea .step01 p span{
    margin: 20px 0 10px;
    display: block;
    font-size: 14px;
}
.make .posterArea .step01 input{
    width: 100%;
    box-sizing: border-box;
}
.make .posterArea .step01 .inner {
    margin: 0 auto;
}
.make .posterArea .step01 .makeSns{
    margin: 0 auto;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.make .posterArea .step01 .makeSns li{
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}
.make .posterArea .step01 .makeSns li a{
    color: #fff;
    display: inline-block;
    padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    text-align: center;
    font-size: 11px;
  border-radius: 5px;
    width: 100%;
}
.make .posterArea .step01 .makeSns li a:hover{
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
}
.make .posterArea .step01 .makeSns li.twitter{
    padding-right: 10px;
}
.make .posterArea .step01 .makeSns li.facebook{
  text-align: right;
    padding-left: 10px;
}
.make .posterArea .step01 .makeSns li.twitter a{
  background: #28aae1;
}
.make .posterArea .step01 .makeSns li.facebook a{
  background: #2e4da0;
}

.profVote#finish_button {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #868686;
    color: #d8d8d8;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 13px;
}

.posterArea .step01 .stepInner p {
    font-size: 13px;
    color: #e61e2e;
    font-weight: bold;
}


.posterArea .step01 .stepInner .commentList li:last-child{
  margin-bottom: 0px;
}

.ttlNoLink.tit_j1 h3{
    background: #e60012;
}
.ttlNoLink.tit_j2 h3{
    background: #017f40;
}
.ttlNoLink.tit_j3 h3{
    background: #333;
}
.ttlNoLink.tit_jl h3{
    /*background: #28a4bb;*/
}
.mascotListArea{
    margin-top: 25px;
  }
.mascotListArea ul.mascotlist{
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
    }




.mascotListNav ul.tabnav {
    font-size: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.mascotListNav ul.tabnav li:first-child {
    border-top: 1px solid #ccc;
}
.mascotListNav ul.tabnav li {
    box-sizing: border-box;
    display: table-cell;
    font-size: 12px;
    vertical-align: top;
    border-color: #ccc;
}
.mascotListNav ul.tabnav li a, .mascotListNav ul.tabnav li span {
    color: #000;
    background: #eee;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: -2px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 500px;
    text-align: center;
    position: relative;
}
.mascotListNav ul.tabnav li a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.mascotListNav {
    margin-bottom: 20px;
}

.mascotListArea ul.mascotlist#Jleague .embM{
    background: url(/img/mascot/2019/embJleague.png) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    background-size:32px 32px;
}

.mascotPrf .masName#Jleague .embM{
    background: url(/img/mascot/2019/embJleague_black.png) no-repeat;
    width: 32px;
    height: 32px;
    background-size:32px 32px;
}



.detail_Btn.vote input[type="submit"] {
   -webkit-appearance: none;
}

.kvArea .infoTxt{
  display: none;
}

.top .kvArea .infoTxt,
.result .kvArea .infoTxt{
    display: block;
    text-align: center;
    color: #e60012;
    margin: 15px;
    border: solid 1px #f00;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
}



/*投票エリア*/
/*.posterArea,
.thanksMas + p{
  display: none;
}*/

/*20180210*/
.mascotlist > li .mascotInfo p:nth-of-type(2){
    margin: 0;
    height: auto;
    text-align: center;
    background: #7f7f7f;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 14px;
    padding: 4px;
}

.linkTxt{
    font-size: 12px;
    display: block;
    color: #e60012;
    margin: 15px;
    border: solid 1px #f00;
    border-radius: 5px;
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
}
.linkTxt a:hover{
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.linkTxt a{
    color: #e60012;
    display: block;
    padding: 10px 15px 10px 10px;
    position: relative;
}
.linkTxt a:after{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 11px;
    text-decoration: none !important;
}

/*--- profile ---*/
.mascotArea .prfTable:not(:first-of-type){
    margin-top: 30px;
}
.mascotArea .prfTable dt,
.mascotArea .prfTable dd{
    font-size: 13px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.mascotArea .prfTable dt{
    width: 100%;
    background: #c9ba77;
    color: #fff;
    text-align: center;
}
.mascotArea .prfTable dd{
  background: #fff;
    border-left: none;
}

.ttlNoLink {
    margin: 60px auto 30px;
    text-align: center;
    width: 50%;
}
/*areaOutline*/
.areaOutline {
    width: 100%;
    margin-bottom: 60px;
}
.areaOutline dt {
    color: #ffffff;
    background-color: #ff8c7d;
    padding: 10px 0;
    text-align: center;
}
.areaOutline dt:nth-last-of-type(2n) {
    background-color: #81bcff;
}
.areaOutline dd {
    padding: 20px 0;
}
.areaOutline dd ul {
    margin: 0 auto;
}
.areaOutline dd ul li {
    display: table;
    margin-bottom: 20px;
}
.areaOutline dd ul li .areaFloat {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
.areaOutline dd ul li .areaFloat:first-of-type {
    padding-right: 10px;
    width: 80px;
}
.areaOutline dd .col2 {
    margin: 0 auto 20px;
    width: 80%;
}
.areaOutline dd .col2:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.areaOutline dd .col2 li:first-of-type {
    margin-right: 30px;
}
.areaOutline dd .notes {
    text-align: left;
    margin: 0 auto;
}
.areaOutline dd .date {
    margin: 0 auto;
}
.king {
    width: 48px !important;
    height: 48px !important;
}
