@charset "UTF-8";

/*-----------------------

http://www.jleague.jp/css/sp/mascot2021.css
2021/1/22 Tsukawaki

------------------------*/

/*--- common ---*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	line-height: 130%;
}

.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: 0 auto 25px;
	padding: 20px;
	background: #0068b7;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 35px;
	font-size: 12px;
	filter: drop-shadow(1px 3px 0px rgba(0, 0, 0, 0.3));
}

.topLink a:after {
	content: " ▶︎ ";
	position: absolute;
	top: 20px;
	right: 20px;
}
body.top .contents {
	margin: 0;
}

.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;
}

.pc {
	display: none;
}

/*プロフィール背景*/
.mascot.prof .contents .prfbk {
	width: 100%;
	background: #fffbf0;
}
.mascot.prof .contents,
.mascot.prof .mascotPrf {
	margin: 0;
	padding: 0;
}
.mascot.prof .mascotPrf .inner {
	padding: 5% 5% 15%;
}
.mascot.top .inner {
	padding: 5%;
}
.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;
}

.ttlNoLink span {
	color: #fff;
}
.ttlNoLink {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 0px 0 20px;
	margin: 0 auto;
	width: 80vw;
}

/* 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: #fff;
	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;
}

#header .mascotHeader__gnav {
	display: none;
}

.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 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #4d4d4d;
	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.98);
	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.no {
	opacity: 0.5;
	pointer-events: none;
}
.nav__item a {
	padding: 10px 0px;
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #222222;
	font-weight: bold;
}

.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;
	width: 100%;
	background: url(/img/mascot/2020/KV_BG_pc_pattern.jpg) repeat top center;
}
.kvArea__logo.sp {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 5%;
	width: auto;
	margin-top: 40px;
}
#header .kvArea__logo img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 20px auto;
}
.kvArea img {
	width: 100%;
	height: auto;
	max-width: none;
	vertical-align: top;
}
.fxscuplink a {
	display: block;
}
.kvArea {
	/*  margin-bottom: 20px;*/
	/* padding-bottom: 60px; */
}
@media all and (max-width: 425px) {
	.kvArea {
		/*  margin-bottom: 20px;*/
		/* padding-bottom: 100px; */
	}
}
@media all and (max-width: 375px) {
	.kvArea {
		/*  margin-bottom: 20px;*/
		/* padding-bottom: 60px; */
	}
}
@media all and (max-width: 320px) {
	.kvArea {
		/*  margin-bottom: 20px;*/
		/* padding-bottom: 30px; */
	}
}
.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 {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.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;
}

.mascotArea table.mascotTable td.cap {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}

/*--- tab ---*/
.tabSelecter {
	margin: 0 0 20px 0;
}
.tabSelecter ul {
	height: 38px;
	/* border-bottom: 4px solid #ff8c7d; */
	border: none;
}
.tabContents .tab li {
	box-sizing: border-box;
}
.tabContents nav.tabSelecter li:first-child {
	border-left: none;
}

.tabSelecter .tab li {
	background-color: transparent;
}
.tabSelecter .tab li:first-child {
	border-left: none;
}

.mascotListTab.tabSelecter .tab.vote {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	height: auto;
}

.mascotListTab.tabSelecter .tab.vote li {
	/* width: 32%; */
	width: 48%;
	margin-right: 2%;
	position: relative;
	padding-bottom: 3px;
	padding-right: 3px;
margin-top:2%;
}
.mascotListTab.tabSelecter .tab.vote li:nth-child(even) {
	margin-right: 0;
}
.mascotListTab.tabSelecter .tab.vote li::before {
	content: "";
	width: 90%;
	height: 8vw;
	background: url("/img/mascot/2021/voteBtn_bg.png") right bottom no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.mascotListTab.tabSelecter .tab.vote li:last-child {
	margin-right: 0;
}
.mascotListTab.tabSelecter .tab.vote li a {
	border-radius: 100px;
	background-color: #e6e6e6;
	border: #4d4d4d 2px solid;
	position: relative;
	height: 30px !important;
}
.mascotListTab.tabSelecter .tab.vote li.current a,
.mascotListTab.tabSelecter .tab.vote li a:hover {
	background-color: #ef807d;
	top: 0;
	opacity: 1;
	color: #fff;
}
.tabSelecter .tab.vote li {
	border: none;
}

.tabSelecter .tab.vote li.current {
	background: none;
}

.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: #0068b7;
    color: #ffffff;
    font-weight: bold; */
}
.tabSelecter li a,
.tabSelecter li span {
	/*  background-color: #ffffff;
    color: #000;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 15px; */
}
body.mascot.past .tabSelecter li a,
.tabSelecter li span {
	/* background-color: rgba(0, 104, 183, 0.23921568627450981); */
}
body.mascot.past .tabContents .tab li.current a {
	/* background: #0068b7; */
}
.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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.mascotlist > li {
	letter-spacing: 0;
	width: 48%;
	vertical-align: top;
	margin-bottom: 4%;
	margin-right: 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background: #fff;
	border: #4d4d4d 2px solid;
	padding: 10px;
	position: relative;
	text-align: center;
}
.mascotlist > li:nth-child(2n) {
	margin-right: 0;
}

.mascotlist > li .mascotPic a {
	display: block;
}

.mascotlist .emblem {
	position: absolute;
	top: 5px;
	left: 5px;
	transform: scale(0.7);
	transform-origin: top left;
}
.mascotlist .mascotPic {
}
.mascotlist .teamName {
	font-size: 12px;
	font-weight: 700;
	color: #4d4d4d;
	line-height: 1.25;
	margin-top: 10px;
}
@media screen and (max-width: 340px) {
	.mascotlist .teamName {
		font-size: 10px;
	}
}
.mascotlist .mascotName {
	font-size: 16px;
	font-weight: 700;
	color: #4d4d4d;
	line-height: 1.25;
}
@media screen and (max-width: 340px) {
	.mascotlist .mascotName {
		font-size: 13px;
	}
}
.mascotlist .btn.profile,
.mascotlist .btn.voteBtn {
	margin-top: 10px;
}
.mascotlist .btn.profile a,
.mascotlist .btn.voteBtn a {
	display: block;
	border-radius: 100px;
	text-align: center;
	background: #4d4d4d;
	color: #fff;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
@media screen and (max-width: 340px) {
	.mascotlist .btn.profile a,
	.mascotlist .btn.voteBtn a {
		font-size: 10px;
		height: 30px;
		line-height: 30px;
	}
}

.mascotlist .btn.voteBtn a {
	background: #e6e6e6;
	color: #4c4b4b;
	border: #707070 2px solid;
}
.mascotlist .btn.profile a:hover,
.mascotlist .btn.voteBtn a:hover {
	background: #ff7979;
	color: #fff;
	text-decoration: none;
}

.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: 0;
	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;
}

body .contentsBox.vote {
	width: 100%;
	background: #fffbf0;
}

body .contentsBox.about .inner {
	padding-top: 0;
	padding-bottom: 0;
}
body .contentsBox.vote .inner .ttlNoLink {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 0px 0 5vw;
	margin: 0 auto;
	width: 80vw;
}

.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 .embL {
	margin-bottom: 10px;
}
.mascotPrf .masName {
	font-size: 18px;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}
.mascotPrf .mascotImg {
	margin-bottom: 30px;
	text-align: center;
}
.mascotPrf {
	padding: 20px;
	margin-bottom: 30px;
}
/*投票するボタン*/
.mascotPrf .btn {
	position: relative;
}
.mascotPrf .btn a {
	display: block;
	background: #d90006;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	font-size: 15px;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
	width: 100%;
}
.btn.bfno {
	display: none;
}

.mascotPrf .btn span {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 15px;
	font-size: 15px;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
	width: 100%;
}

.mascotPrf .btn.back a {
	display: block;
	background: #626262;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 15px;
	font-size: 15px;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
	width: 100%;
}
.btn.back {
	position: relative;
}

.mascotPrf .btn:hover,
.btn.back:hover {
	opacity: 0.5;
}
.mascotPrf .btn:before {
	display: block;
	position: absolute;
	top: 27px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	content: "";
}
.mascotPrf .btn.back:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 31px;
	top: 20px;
}

.prfTxt {
	margin: 20px auto 30px;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}
.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 ---*/

.ttlNoLink {
	text-align: center;
	position: relative;
	z-index: 100;
}

/*--- profile ---*/
.mascotArea .prfTable {
	width: 100%;
}
.mascotArea .prfTable__title {
	margin-top: 20px;
	text-align: center;
}
.mascotArea .prfTable__text {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.mascotArea .prfTable__table {
	margin-top: 10px;
	width: 100%;
}
.mascotArea .prfTable__table tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.mascotArea .prfTable__table th,
.mascotArea .prfTable__table td {
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding: 10px;
	display: block;
	box-sizing: border-box;
}
.mascotArea .prfTable__table th {
	background: #fffbf0;
	width: 30%;
}
.mascotArea .prfTable__table th:first-child {
	border-left: #cccccc 1px solid;
}
.mascotArea .prfTable__table td {
	background: #fff;
	width: 20%;
}

.mascotArea .prfTable__table tr:first-child th:nth-child(-n + 4),
.mascotArea .prfTable__table tr:first-child td:nth-child(-n + 4) {
	border-top: #cccccc 1px solid;
}
.mascotArea .prfTable__table tr th:nth-child(4n + 1) {
	border-left: #cccccc 1px solid;
}
.mascotArea table.prfTable__table tr:not(:first-of-type) {
	border-top: none;
}

/*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;
}

.clubApply {
	margin-top: 30px;

	text-align: center;
}

.clubApply p {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	vertical-align: top;
	margin-bottom: 10px;
}

.clubApply .howtoApply__apply {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: -ms- center;
	justify-content: -webkit- center;
	justify-content: center;
	align-items: -ms- center;
	align-items: -webkit- center;
	align-items: center;
}

.clubApply .howtoApply__apply li {
	margin: 5px;
}

.clubApply .howtoApply__apply li img {
	width: 100%;
}

.clubApply p img {
	vertical-align: middle;
	position: relative;
	margin: 0 auto 10px;
	display: block;
	width: auto;
}
body .contentsBox.outline {
	width: 100%;
	background: #fffbf0;
}

body .contentsBox.outline dl {
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
	font-size: 14px;
}
body .contentsBox.outline dl:nth-child(2) {
	text-align: left;
}
body .contentsBox.outline dl:nth-child(4) dd {
	font-size: 20px;
}
body .contentsBox.outline dl:last-child {
	margin-bottom: 0;
	font-size: 16px;
}
body .contentsBox.outline dl dd span {
	display: block;
	font-size: 12px;
	margin-bottom: 30px;
}

/*aboutArea*/
body .contentsBox.about {
	width: 100%;
	background: #fffbf0;
}
body .contentsBox.about dl {
	padding-top: 40px;
}
body .contentsBox.about dd {
	padding: 0 40px 40px;
}
body .contentsBox.about dl dt {
	text-align: center;
	margin-bottom: 20px;
}
body .contentsBox.about dl dt img {
	width: 80vw;
}
body .contentsBox.about dl dd {
	font-weight: bold;
	text-align: left;
	line-height: 2;
	font-size: 15px;
	font-feature-settings: "palt" 1;

	text-align: justify;
	text-justify: inter-ideograph;
}

.contentsBox.about dl dd p span {
	font-weight: bold;

	border-bottom: #000 1px dashed;
}
.contentsBox.about dl dd p:not(:first-child) {
	margin-top: 1em;
}

#method,
#outline {
	padding-top: 94px;
	margin-top: -94px;
}

.mascotArea table.announceTable {
	margin-bottom: 0;
	width: auto;
	margin: 0 auto;
}
.mascotArea table.announceTable tr {
	border: none !important;
}
.mascotArea table.announceTable th {
	line-height: 0;
	padding: 10px 10px 10px 0;
	width: 22%;
}
.mascotArea table.announceTable td {
	padding: 10px 0;
	font-size: 14px;
	width: 78%;
}

/*methodArea*/
body .contentsBox.method {
	width: 100%;
	background: #fffbf0;
}
body .contentsBox.method .inner {
	font-size: 0;
}
body .contentsBox.method dl {
	color: #4d4d4d;

	font-size: 14px;
	padding: 30px 25px;
	box-sizing: border-box;

	vertical-align: top;
	border: 2px solid#4D4D4D;
	position: relative;
}
.contentsBox.method dl.areamethod {
	background: #ffe5e8;
}
.contentsBox.method dl.areamethod2 {
	background: #ede5ff;
	margin-top: 8vw;
}
.contentsBox.method dl.areamethod3 {
	background: #e5ffe6;
	margin-top: 8vw;
}
body .contentsBox.method dl.areamethod2 dt span {
	color: #37a8e0;
	font-weight: bold;
	text-decoration: underline;
}
body .contentsBox.method dl.areamethod2 img {
	height: 50px;
	width: auto;
	margin: 30px auto;
}
body .contentsBox.method dl.areamethod3 img {
	height: 120px;
	width: auto;
	margin: 30px auto;
}
body .contentsBox.method dl.areamethod3 dt span {
	color: #31ae36;
	font-weight: bold;
	text-decoration: underline;
}
body .contentsBox.method dl dt {
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}
body .contentsBox.method dl dd {
	line-height: 27px;
}
body .contentsBox.method dl img {
	text-align: center;
	margin: 27px auto;
	display: block;
}
.contentsBox.method dl:before {
	content: "";
	display: block;
	background: url(/img/mascot/2021/number1.png) center top no-repeat;
	width: 59px;
	height: 59px;
	position: absolute;
	left: 13px;
	top: -14px;
}
.contentsBox.method dl.areamethod2:before {
	background: url(/img/mascot/2021/number2.png) center top no-repeat;
}
.contentsBox.method dl.areamethod3:before {
	background: url(/img/mascot/2021/number3.png) center top no-repeat;
}
body .contentsBox.method dl.areamethod .howtoApply__apply {
	font-size: 0;
}
body .contentsBox.method dl.areamethod .howtoApply__apply li {
	width: 49%;
	display: inline-block;
	font-size: 0;
}
body .contentsBox.method dl.areamethod .howtoApply__apply li:first-child {
	margin-right: 2%;
}
body .contentsBox.method dl.areamethod .howtoApply__apply .li img {
	text-align: center;
	margin: 27px auto;
	display: inline-block;
	width: 100%;
}
body .contentsBox.method .inner .ttlNoLink:after {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/img/mascot/2020/line_sp.png) no-repeat top center;
	bottom: 15px;
	z-index: -2;
	position: absolute;
}

/* ==========================================================================
   thanks
========================================================================== */
.thanks {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2000;
	display: none;
}

.thanks__outer {
	background: #fff;
	border: #e70012 5px solid;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	padding: 10% 5%;
	box-sizing: border-box;
}

.thanks__close {
	position: absolute;
	top: 7px;
	right: 10px;
	color: #333;
	font-size: 3rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	line-height: 1;
	font-size: 25px;
}

.thanks__title {
	color: #e70012;
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 20px;
}

.thanks__btn__item {
	margin: 10px;
}

.thanks__btn__item a {
	display: block;
	/*  width: 240px;*/
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 25px;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.thanks__btn__item a:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	opacity: 0.9;
}

.thanks__btn__item a.twitter {
	background: #1b95e0;
}

.thanks__btn__item a.facebook {
	background: #3b5999;
}



/* ==========================================================================
   Past
========================================================================== */

.past .contents{
margin:0;
}

.contentsBox.pastArea,
#round.tabContents {
	background: #fffbf0;

}
.contentsBox.pastArea{
padding-top: 20px;
}
.contentsBox.pastArea .inner,
#round.tabContents .inner {
}

.past .tabContents .tab {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
height: auto;
padding:0 2vw;
}
.past .tabContents .tab li{
width:24.25%;
height: 40px;
border:none;

}
.past .tabContents .tab li:not(:nth-child(4n+1)){
margin-left:1%;
}
.past .tabContents .tab li:nth-child(n+5){
margin-top: 1%;
}
.past .tabContents .tab li a {
border-radius: 10px;
background: #E6E6E6;
border:#4D4D4D 2px solid;
color:#4D4D4D;
line-height: 36px;
font-size:12px;
font-weight: 700;
transition: background 0.2s ease;
width: auto;
height: auto;
display: block;
}
.past .tabContents .tab li.current a,
.past .tabContents .tab li a:hover {
background: #4D4D4D;
color:#fff;
}
.past #round .tabContentsBox{
padding:0px 0 50px;
}
.mascotArea table tr:not(:first-of-type) {
    border-top: none;
}
.mascotArea table tr {
    border-bottom: dashed 1px #b6b6b6;
}
.mascotArea table.mascotTable td.team{
font-size:12px;
}
.mascotArea table.mascotTable .medal td.team a,
.mascotArea table.mascotTable td.team a{
color:#4D4D4D;

}

.mascotArea table.mascotTable td .embL{
margin:0 auto;
}
.mascotArea table{
width: 90vw;
margin:0 auto;
}
.mascotArea table.mascotTable td:first-child{
padding: 5px 0 0;
}


/* ==========================================================================
   result
========================================================================== */


.container .kvArea h2{
	position: relative;
    margin: 0 auto;
}
.container .contents{
	width: 100%;
background: #fffbf0;
}
