@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500");
body {
  background: #fff url("/img/special/qatar/2022/wcup2022_bg1109.png") no-repeat center top;
}

body .snsBtn {
  margin-top: 30px;
}

.memberArea .contents .comment, .teamData .contents .comment, .teamArea .contents .comment {
	display: block;
	background-color: #f1f1f1;
	font-size: 24px;
	text-align: center;
	padding: 100px 0px;
}

.skyscraperWrap {
  display: none;
}

#partnersArea {
  display: none;
}

.content {
  overflow: visible;
}

.content a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.content a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.disp_sp {
  display: none;
}

.kvArea .nav {
  position: relative;
}
.kvArea .nav ul {
  display: block;
  text-align: center;
  font-size: 0;
  background: #fff;
  box-shadow: 0 9px 20px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 9px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 9px 20px -10px rgba(0, 0, 0, 0.3);
}
.kvArea .nav ul li {
  width: 14.2%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  list-style: none;
  height: 50px;
  vertical-align: middle;
}
.kvArea .nav ul li a {
  color: #1b2e4e;
  height: 50px;
  letter-spacing: 2.5px;
  text-decoration: none;
  display: block;
  padding-top: 15px;
  box-sizing: border-box;
}
.kvArea .nav ul li.nolink a {
  color: #cccccc;
	pointer-events: none;
}
.kvArea .nav ul li span {
  color: #ccc;
}
.kvArea .nav ul li i {
  font-style: normal;
  color: #ccc;
  padding-top: 15px;
  display: inline-block;
}
.kvArea .nav ul li sup {
  position: relative;
  top: -18px;
  right: 0px;
  font-size: 10px;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #cab682;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
.kvArea .nav ul li.nav_standings a {
  line-height: 1;
  box-sizing: border-box;
  padding-top: 10px;
  box-sizing: border-box;
}
/*
.kvArea .nav ul li.nav_ranking a, .kvArea .nav ul li.nav_photo a {
  padding-top: 10px;
  box-sizing: border-box;
}
*/
.kvArea .nav .current {
  opacity: 1;
}
.kvArea .nav span.underline {
  background: #cab682;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.titleWrap h3 {
  text-align: center;
  color: #1b2e4e;
  margin: 60px 0 30px;
}
.titleWrap h3 span {
  display: block;
}
.titleWrap h3 .title_jp {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 5px;
}
.titleWrap h3 .title_en {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2.5px;
}
.titleWrap p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.titleWrap .a_link {
  display: flex;
  justify-content: center;
}
.titleWrap .a_link h4 {
  width: 50%;
  height: 70px;
  text-align: center;
  margin: 0 10px 20px;
  font-size: 15px;
  background: #1b2e4e;
}
.titleWrap .a_link h4:after {
  position: relative;
  font-family: 'FontAwesome';
  content: "\f107";
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  bottom: 25px;
}
.titleWrap .a_link h4 a {
  width: 100%;
  height: 70%;
  display: block;
  padding-top: 20px;
  color: #ffffff;
}
.titleWrap .a_link h4 a br {
  display: none;
}

.topArea {
  margin-top: 80px;
}
.topArea .contents ul {
  font-size: 0;
}
.topArea .contents ul li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
}
.topArea .contents ul li:nth-child(2n) {
  margin-right: 0;
}

/*----------------------------
	パンくず
------------------------------*/
section.cntArea {
    position: relative;
}
#breadcrumbList {
	padding: 0px 0 0px 0px !important;
	position: absolute;
	top: -40px;
}

/*----------------------------
	最新情報
------------------------------*/
.newsArea .contents {
	font-size: 0;
}
.newsArea .contents ul{
	display: block;
    margin: auto;
    padding: 0px;
    list-style: none;
}
.newsArea .contents ul li {
    position: relative;
    display: table;
    width: 100%;
    margin: 0px 0% 10px 0px;
    height: 80px;
	background: #f0f0f0;
}
.newsArea .contents ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0em;
    line-height: 0;
    clear: both;
}
.newsArea .contents ul li .date {
    display: table-cell;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    vertical-align: middle;
	background-color: #002991;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	width: 150px;
}
.newsArea .contents ul li .detail {
    display: table-cell;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #1b2e4e;
    vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
}
.newsArea .contents ul li .detail a{
    color: #1b2e4e;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	text-decoration: none;
	transition: all .2s ease;
}
.newsArea .contents ul li .detail a:hover{
	color: #002991;
	text-decoration: underline;
}




.matchArea .contents h4 {
  background: #9b081d;
  color: #fff;
  padding: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 200;
}
.matchArea .contents .group_head {
  font-family: 'Oswald', sans-serif;
  color: #9b081d;
  border-bottom: solid 1px #9b081d;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 0 10px;
  margin-bottom: 15px;
}
.matchArea .contents ul.clm2 li {
  width: 484px;
}
.matchArea .contents ul + h4 {
  margin-top: 50px;
}
.matchArea .contents ul {
  font-size: 0;
  margin-bottom: 20px;
}
.matchArea .contents ul li {
  width: 318px;
  height: 230px;
  background: #f0f0f0;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 12px;
}
.matchArea .contents ul li .group_match {
  height: 120px;
  padding: 0px;
  box-sizing: border-box;
  color: #1b2e4e;
  font-family: 'Oswald', sans-serif;
}
.matchArea .contents ul li .group_match span {
  display: block;
}
.matchArea .contents ul li .group_match .title {
    font-size: 18px;
    letter-spacing: 1.5px;
    background-color: #002991;
    color: #ffffff;
    font-style: italic;
    padding: 8px 0px 8px 0px;
}
.matchArea .contents ul li .group_match .date {
  font-size: 20px;
  margin-top: 20px;
	line-height: 1.5;
	font-style: italic;
	letter-spacing: 1.2px;
}
.matchArea .contents ul li .group_match .date .date2 {
	display: inline-block;
  font-size: 30px;
	font-style: italic;
}
.matchArea .contents ul li .group_card {
  /*background: #1b2e4e;*/
  color: #1b2e4e;
  height: 120px;
  padding-top: 10px;
  box-sizing: border-box;
}
.matchArea .contents ul li .group_card div {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.matchArea .contents ul li .group_card div span{
	font-style: italic;
}
.matchArea .contents ul li .group_card div .embM2 {
  margin: auto;
}
.matchArea .contents ul li .group_card .result {
  margin: 15px 25px 0;
}
.matchArea .contents ul li .group_card .result span {
  display: block;
}
.matchArea .contents ul li .group_card .result .status {
  background: #fff;
  width: 80px;
  border-radius: 50px;
  line-height: 1.8;
  color: #333;
  font-size: 11px;
}
.matchArea .contents ul li .group_card .result .blue {
  background: #307fc8;
  color: #fff;
}
.matchArea .contents ul li .group_card .result .red {
  background: #f00;
  color: #fff;
}
.matchArea .contents ul li .group_card .result .gray {
  background: #bbc1ca;
  color: #333;
}
.matchArea .contents ul li .group_card .result .point {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  padding-top: 15px;
	font-style: italic;
}
.matchArea .contents ul li:nth-child(3n) {
  margin-right: 0;
}
.matchArea .contents ul li a {
  display: block;
}
.matchArea .kome {
  text-align: right;
}

/*----------------------------
	詳細ボタン
------------------------------*/
.btnarea{
	display: block;
	margin: 30px auto;
}
.btnarea a{
	display: block;
    width: 420px;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-size: 16px;
    line-height: 3.5em;
    color: #002991;
	background-color: #ffffff;
    text-align: center;
    border: 2px solid #002991;
    text-decoration: none;
    transition: all .2s ease;
	-webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
}
.btnarea a:hover{
    color: #ffffff;
	background-color: #002991;
	opacity: 1;
}

.memberArea .contents ul {
  font-size: 0;
}
.memberArea .contents ul li {
  font-size: 16px;
  width: 235px;
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 13px;
  vertical-align: top;
}
.memberArea .contents ul li a.nolink {
	pointer-events: none;
}
.memberArea .contents ul li figure {
  width: 235px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.memberArea .contents ul li figure:after {
  content: "(C)JFA";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  color: #999;
}
.memberArea .contents ul li figure img {
  width: 100%;
}
.memberArea .contents ul li .data {
  height: 155px;
  font-size: 12px;
  color: #333;
}
.memberArea .contents ul li .data span {
  display: block;
}
.memberArea .contents ul li .data .name {
  background: #002991;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  padding-left: 20px;
}
.memberArea .contents ul li .data .number {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1;
  background: #1b2e4e;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2.5px;
  font-weight: 300;
}
.memberArea .contents ul li .data .detail {
  height: 100px;
  background: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.memberArea .contents ul li .data .detail .team {
  font-size: 16px;
  padding-bottom: 10px;
}
.memberArea .contents ul li .data .reds:after {
  position: absolute;
  content: url("/img/special/qatar/2022/member/reds.png");
  bottom: 0;
  right: 0;
}
.memberArea .contents ul li .data .frontale:after {
  position: absolute;
  content: url("/img/special/qatar/2022/member/frontale.png");
  bottom: 0;
  right: 0;
}
.memberArea .contents ul li .data .nagoya:after {
  position: absolute;
  content: url("/img/special/qatar/2022/member/nagoya.png");
  bottom: 0;
  right: 0;
}
.memberArea .contents ul li .data .shimizu:after {
  position: absolute;
  content: url("/img/special/qatar/2022/member/shimizu.png");
  bottom: 0;
  right: 0;
}
.memberArea .contents ul li .data .fctokyo:after {
  position: absolute;
  content: url("/img/special/qatar/2022/member/fctokyo.png");
  bottom: 0;
  right: 0;
}
.memberArea .contents ul li .data .shonan:after {
  position: absolute;
  content: url("/img/special/qatar/2022/member/shonan.png");
  bottom: 0;
  right: 0;
}
.memberArea .contents ul li:nth-child(4n) {
  margin-right: 0;
}
.memberArea.other .contents ul li .data .name {
  font-size: 20px;
  padding: 0;
  display: table-cell;
  width: 235px;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1;
}

.memberArea.other table {
  width: 100%;
  /*margin-bottom: 20px;*/
}
.memberArea.other table a {
  color: #333;
}




.memberArea.other table thead {
  border: solid 1px #000000;
  border-collapse: collapse;
}
.memberArea.other table thead tr {
  border: solid 1px #ffffff;
	background: #002991;
}
.memberArea.other table thead tr th {
  height: 50px;
  color: #ffffff;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 0 5px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
	width: 50px;
}
.memberArea.other table thead tr td {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  border: solid 1px #fff;
	padding: 0px 0px 0px 10px;
}
.memberArea.other table thead tr td:nth-child(2) {
	width: 60px;
	text-align: center;
	padding: 0px;
}
.memberArea.other table thead tr td:nth-child(3) {
	width: 370px;
}
.memberArea.other table thead tr td:nth-child(4) {
	width: 80px;
	text-align: center;
	padding: 0px;
}
.memberArea.other table thead tr td:nth-child(5) {
	width: 85px;
	text-align: center;
	padding: 0px;
}
.memberArea.other table tbody {
  border: solid 1px #000000;
  border-collapse: collapse;
}
.memberArea.other table tbody tr {
  border: solid 1px #fff;
	background: #f0f0f0;
}
.memberArea.other table tbody tr:nth-child(2n) {
	background: #f9f9f9;
}
.memberArea.other table tbody tr th {
  height: 50px;
  color: #1b2e4e;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 0 5px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.memberArea.other table tbody tr td {
  font-family: 'Oswald', sans-serif;
  color: #1b2e4e;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  border: solid 1px #fff;
	padding: 0px 0px 0px 10px;
}
.memberArea.other table tbody tr td:nth-child(2) {
	text-align: center;
	padding: 0px;
}

.playerArea {
  margin-top: 70px;
}
.playerArea .contents figure {
  display: inline-block;
  position: relative;
  left: -142px;
  width: 450px;
}
.playerArea .contents .player_profile {
  color: #1b2e4e;
  width: 520px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.playerArea .contents .player_profile .name {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  line-height: 1;
  margin-bottom: 40px;
}
.playerArea .contents .player_profile .name span {
  display: block;
}
.playerArea .contents .player_profile .name .en {
  font-size: 14px;
  letter-spacing: 1.5px;
  padding-top: 10px;
}
.playerArea .contents .player_profile .team_emb {
  display: inline-block;
  position: absolute;
  right: 0;
}
.playerArea .contents table {
  width: 100%;
  border: solid 1px #000000;
  border-collapse: collapse;
  margin-bottom: 50px;
  /*&.record{
    width: 100%;
    font-size: 14px;
    background: #f0f0f0;
    margin: 20px 0;
    tr{
      th{
        width: 150px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background: #1b2e4e;
        letter-spacing: 1.5px;
        font-size: 13px;
        i{
          font-style: normal;
        }
      }
      td{
        vertical-align: middle;
        padding: 0;
        letter-spacing: 0;
        ul{
          font-size: 0;
          li{
            width: 33.333%;
            display: inline-block;
            height: 30px;
            border-bottom: solid 1px #fff;
            span{
              vertical-align: top;
              height: 30px;
              line-height: 30px;
              display: inline-block;
              font-size: 13px;
              &.year{
                font-family: 'Oswald', sans-serif;
                text-align: center;
                background: #ccc;
                width: 100px;
                color: #fff;
                letter-spacing: 1.5px;
                font-weight: 200;
              }
              &.record_txt{
                padding-left: 10px;
                color: #333;
              }
            }
          }
        }
      }
    }
  }*/
}
.playerArea .contents table tr th {
  width: 200px;
  height: 50px;
  background: #1b2e4e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.playerArea .contents table tr td {
  background: #f0f0f0;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 10px 20px;
}
.playerArea .contents p {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}
.playerArea .contents p + p {
  margin-top: 15px;
}
.playerArea .video iframe {
  width: 980px;
  height: 600px;
}
.playerArea.foreign .contents {
  margin-bottom: 50px;
}
.playerArea.foreign .contents .foreign_player {
  left: 0;
  width: 450px;
}
.playerArea.foreign .contents .team_title {
  margin-bottom: 50px;
}

.formationArea {
  margin-bottom: 50px;
}

.standingsArea #groupstage p {
  margin-bottom: 40px;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #9b081d;
  color: #ffffff;
}
.standingsArea #tournament p {
  margin-bottom: 40px;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #9b081d;
  color: #ffffff;
}
.standingsArea .tournamentArea {
  margin-bottom: 50px;
}
.standingsArea .group_head {
  font-family: 'Oswald', sans-serif;
  color: #9b081d;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
	font-style: italic;
}
.standingsArea h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.standingsArea h4 a {
  color: #1b2e4e;
}
.standingsArea table {
  width: 100%;
  margin-bottom: 50px;
}
.standingsArea table thead {
  background: #002991;
  height: 40px;
  color: #fff;
	font-size: 14px;
}
.standingsArea table thead tr th {
  text-align: center;
  height: 40px;
  vertical-align: middle;
}
.standingsArea table tbody {
  /*border: solid 1px #000000;*/
  border-collapse: collapse;
}
.standingsArea table tbody tr {
  /*border: solid 1px #fff;*/
	background-color: #e5e9f4;
}
.standingsArea table tbody tr:nth-child(2n) {
	background-color: #ced5ea;
}
.standingsArea table tbody tr th {
  height: 50px;
  /*background: #1b2e4e;*/
  color: #101010;
  vertical-align: middle;
  /*border: solid 1px #fff;*/
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 20px;
}
.standingsArea table tbody tr th .embM {
  display: inline-block;
  vertical-align: middle;
}
.standingsArea table tbody tr th span {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
.standingsArea table tbody tr th a {
  color: #101010;
	pointer-events: none;
}
.standingsArea table tbody tr td {
  font-family: 'Oswald', sans-serif;
  /*background: #f0f0f0;*/
  color: #101010;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 300;
}
.standingsArea .comin {
	display: block;
	text-align: center;
	background-color: #f1f1f1;
	color: #101010;
	font-size: 16px;
	letter-spacing: 1.5px;
	padding: 50px 0px;
}


.teamArea .contents {
	font-size: 0;
}
.teamArea .contents ul{
	display: block;
    margin: auto;
    padding: 0px;
    list-style: none;
	background-color: #f1f1f1;
}
.teamArea .contents ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0em;
    line-height: 0;
    clear: both;
}
.teamArea .contents ul li {
    position: relative;
    display: block;
    width: 326px;
	/*width: 100%;*/
    float: left;
    margin: 0px 0% 0px 0px;
	/*border-right: 1px solid #ffffff;*/
}
.teamArea .contents ul li:nth-child(3n) {
	border-right: 0px solid #ffffff;
}
.teamArea .contents ul li .txt {
    display: table;
    width: 100%;
    height: 60px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}
.teamArea .contents ul li .txt p {
    display: table-cell;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #1b2e4e;
    vertical-align: middle;
}

.teamArea .contents ul li .point {
    display: table;
    width: 100%;
    height: 200px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
	box-sizing: border-box;
    text-align: center;
	background: url("/img/special/qatar/2022/wcup2022_teamInfo_bg01.png") no-repeat 50% 50%;
	background-size: cover;
}
.teamArea .contents ul li .point p {
    display: table-cell;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 30px;
    line-height: 0.8;
    color: #ffffff;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	text-shadow: 0px 0px 2px #000000;
}
.teamArea .contents ul li .point p span {
    font-size: 60px;
	margin: 0px 5px 0px 0px;
}


.teamArea .contents ul li .img {
    display: table;
    width: 100%;
    height: 200px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
	box-sizing: border-box;
    text-align: center;
	background: url("/img/special/qatar/2022/wcup2022_teamInfo_bg02.png") no-repeat 50% 50%;
	background-size: cover;
}
.teamArea .contents ul li .img p {
    display: table-cell;
	width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	text-shadow: 0px 0px 2px #000000;
}
.teamArea .contents ul li .img p span {
    font-size: 60px;
	margin: 0px 5px 0px 0px;
}
.teamArea .contents ul li .img p span.name {
	display: block;
    font-size: 22px;
	margin: 0px 0px 0px 0px;
}
.teamArea .contents ul li .img p span.assist {
    font-size: 22px;
	letter-spacing: -1pt; 
}
.teamArea .contents ul li .img img{
    display: table-cell;
    margin: 20px auto 0px auto;
    padding: 0px;
    vertical-align: middle;
	width: 100%;
}



.teamArea .contents .caution {
    display: block;
    text-align: right;
	margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 14px;
    color: #1b2e4e;
}


.teamArea .group_box {
  width: 32%;
  height: 290px;
  background: #f0f0f0;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 16px;
}
.teamArea .group_box .group_box_head {
  height: 50px;
  background: #9b081d;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 50px;
  font-weight: 200;
}
.teamArea .group_box ul {
  padding: 20px 30px;
}
.teamArea .group_box ul li {
  height: 50px;
  line-height: 50px;
}
.teamArea .group_box ul li .embM,
.teamArea .group_box ul li span {
  display: inline-block;
  vertical-align: middle;
}
.teamArea .group_box ul li .embM {
  margin-right: 10px;
}
.teamArea .group_box ul li.jpn {
  background: rgba(0, 0, 255, 0.1);
}
.teamArea .group_box ul li a {
  color: #000;
	pointer-events: none;
}
.teamArea .group_box:nth-child(3n) {
  margin-right: 0;
}
.teamArea .team_table {
  width: 100%;
  /*border: solid 1px #000000;*/
  border-collapse: collapse;
  margin-bottom: 50px;
}
.teamArea .team_table tr th {
  width: 150px;
  height: 50px;
  background: #002991;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.teamArea .team_table tr td {
  background: #f0f0f0;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 10px 20px;
}
.teamArea .memberArea {
  margin-bottom: 100px;
}
.teamArea h5 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cab682;
  font-size: 20px;
}
.teamArea .team_list .group_item {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
}
.teamArea .team_list .group_item p {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #a00000;
  margin-bottom: 12px;
}
.teamArea .team_list .group_item ul li {
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-size: 16px;
}
.teamArea .team_list .group_item ul li a {
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  display: inline-block;
}
.teamArea .teamDate {
  font-size: 12px;
}

.team_title {
  height: 150px;
  width: 100%;
  background: #f0f0f0;
  display: table;
  margin-bottom: 10px;
}
.team_title .team_group {
  display: table-cell;
  width: 120px;
  color: #fff;
  background: #9b081d;
  vertical-align: middle;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
  font-weight: 200;
}
.team_title .team_flag {
  display: table-cell;
  width: 130px;
  background: #f0f0f0;
  vertical-align: middle;
  text-align: center;
}
.team_title .team_flag img {
  width: 100px;
  vertical-align: middle;
}
.team_title h4 {
  display: table-cell;
  width: 400px;
  background: #f0f0f0;
  color: #333;
  vertical-align: middle;
  font-size: 36px;
}
.team_title h4 span {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: block;
  padding: 20px 0 0 8px;
}
.team_title p {
  display: table-cell;
  width: 250px;
  background: #f0f0f0;
  color: #333;
  vertical-align: middle;
  font-size: 18px;
}

.record {
  width: 100%;
  font-size: 14px;
  background: #f0f0f0;
  margin: 20px 0;
}
.record tr th {
  width: 150px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #002991;
  letter-spacing: 1.5px;
  font-size: 13px;
}
.record tr th i {
  font-style: normal;
}
.record tr td {
  vertical-align: middle;
}
.record tr td ul {
  font-size: 0;
}
.record tr td ul li {
  width: 33.333% !important;
  display: inline-block;
  height: 30px;
  border-bottom: solid 1px #fff;
}
.record tr td ul li span {
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 13px;
}
.record tr td ul li span.year {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  background: #ced5ea;
  width: 100px;
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 200;
}
.record tr td ul li span.record_txt {
  padding-left: 10px;
  color: #333;
}

.embLl.embFlag {
  margin: auto;
}

.teamData .bg_gray {
  background: #eee;
  text-align: center;
  padding: 0px 0px 30px 0px;
}
.teamData .bg_gray .rank {
  display: block;
  font-size: 12px;
  text-align: right;
  color: #ea8888;
  padding-top: 10px;
}
.teamData .bg_gray .rank span {
  width: 25px;
  height: 12px;
  background: #c70000;
  display: inline-block;
  margin: -1px 3px;
  opacity: 0.6;
}
.teamData .formation_bg {
  text-align: center;
  overflow: hidden;
}
.teamData .annotation {
  margin-top: 50px;
  font-size: 12px;
}
.teamData .annotation dl {
  padding-top: 15px;
}
.teamData .annotation dl dd {
  margin-bottom: 10px;
}
.teamData .caution {
    display: block;
    text-align: right;
	margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 14px;
    color: #1b2e4e;
}
.teamlistArea {
  margin-top: 100px;
}

/*----------------------------
	グループリーグ　タブボタン
------------------------------*/
.tab_btn {
  height: 100px;
  width: 100%;
  display: table;
	padding: 5% 0% 0% 5%;
	box-sizing: border-box;
}
.tab_btn .tab_flag {
  display: table-cell;
  vertical-align: middle;
	width: 120px;
}
.tab_btn h4 {
  display: table-cell;
  color: #333;
  vertical-align: middle;
  font-size: 30px;
	text-align: left;
}
.tab_btn h4 span {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: block;
  padding: 15px 0 15px 5px;
}
.tab_btn .tab_flag .embLl.embFlag {
    margin: 0;
}

/*----------------------------
	グループリーグ　タブ
------------------------------*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 30px;
}

.tab-label {
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 0px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
	background-color: #e5e9f4;
}

.tab-label::after {
	background: #666666;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}




.rankingArea .group_head {
  background: #9b081d;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 200;
}
.rankingArea .group_head span {
  font-size: 16px;
}
.rankingArea .three_clm {
  font-size: 0;
  margin-bottom: 30px;
}
.rankingArea .three_clm li {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
}
.rankingArea .three_clm li:last-child {
  margin-right: 0;
}
.rankingArea .three_clm li .statsTitle {
  font-size: 20px;
  color: #9e0000;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 0 10px;
  margin-bottom: 15px;
  text-align: center;
}
.rankingArea .three_clm li .statsTitle span {
  font-size: 12px;
}
/*
.rankingArea .three_clm li .first {
  font-size: 0;
  background: #f0f0f0;
  border: 1px solid #fff;
  height: 230px;
  overflow: hidden;
}
.rankingArea .three_clm li .first .rank {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background: #1b2e4e;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.rankingArea .three_clm li .first a {
  color: #333;
}
.rankingArea .three_clm li .first .datawrap {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  box-sizing: border-box;
}
.rankingArea .three_clm li .first .datawrap .data,
.rankingArea .three_clm li .first .datawrap .name {
  display: block;
  padding-top: 20px;
}
.rankingArea .three_clm li .first .datawrap .name {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  height: 65px;
}
.rankingArea .three_clm li .first .datawrap .data {
  font-size: 18px;
}
.rankingArea .three_clm li .first .datawrap .embM,
.rankingArea .three_clm li .first .datawrap .team_name {
  display: inline-block;
  vertical-align: middle;
}
.rankingArea .three_clm li .first figure {
  width: 50%;
  display: inline-block;
}
.rankingArea .three_clm li .first figure img {
  width: 100%;
}
.rankingArea .three_clm li .first.jpn {
  background: #ffaaaa;
}
*/
.rankingArea .first {
  font-size: 0;
  background: #f0f0f0;
  border: 1px solid #fff;
  /*height: 230px;*/
  overflow: hidden;
}
.rankingArea .first .rank {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background: #002991;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.rankingArea .first a {
  color: #333;
}
.rankingArea .first .datawrap {
  width: 75%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  box-sizing: border-box;
}
.rankingArea .first .datawrap .data,
.rankingArea .first .datawrap .name {
  display: block;
  /*padding-top: 20px;*/
}
.rankingArea .first .datawrap .name {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  /*height: 65px;*/
}
.rankingArea .first .datawrap .data {
  font-size: 36px;
	margin-top: 20px;
}
.rankingArea .first .datawrap .embM,
.rankingArea .first .datawrap .team_name {
  display: inline-block;
  vertical-align: middle;
	margin: 0px 10px 0px 0px;
}
.rankingArea .first figure {
  width: 25%;
  display: inline-block;
}
.rankingArea .first figure img {
  width: 100%;
	vertical-align: bottom;
}
.rankingArea .first.jpn {
  background: #ffaaaa;
}
.rankingArea .three_clm p {
  width: 150px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  background: #1b2e4e;
}
.rankingArea .three_clm p.more a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.rankingArea .four_clm {
  font-size: 0;
  margin-bottom: 30px;
}
.rankingArea .four_clm li {
  width: 235px;
  display: inline-block;
  margin-right: 13.33px;
  vertical-align: top;
}
.rankingArea .four_clm li:last-child {
  margin-right: 0;
}
.rankingArea .four_clm li .statsTitle {
  font-size: 20px;
  color: #9e0000;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0 10px;
  margin-bottom: 15px;
  text-align: center;
}
.rankingArea .four_clm li .statsTitle span {
  font-size: 12px;
}
.rankingArea .four_clm li .first {
  font-size: 0;
  background: #f0f0f0;
  height: 180px;
  overflow: hidden;
}
.rankingArea .four_clm li .first .rank {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background: #1b2e4e;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.rankingArea .four_clm li .first a {
  color: #333;
}
.rankingArea .four_clm li .first .datawrap {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  box-sizing: border-box;
}
.rankingArea .four_clm li .first .datawrap .data,
.rankingArea .four_clm li .first .datawrap .name {
  display: block;
}
.rankingArea .four_clm li .first .datawrap .name {
  padding-top: 10px;
  height: 50px;
}
.rankingArea .four_clm li .first .datawrap .data {
  font-size: 16px;
}
.rankingArea .four_clm li .first .datawrap .embM,
.rankingArea .four_clm li .first .datawrap .team_name {
  display: block;
  text-align: center;
  font-size: 12px;
}
.rankingArea .four_clm li .first figure {
  width: 50%;
  display: inline-block;
}
.rankingArea .four_clm li .first figure img {
  width: 100%;
}
.rankingArea .four_clm li .first.jpn {
  /*background: #ffaaaa;*/
	background: #CED5F1;
}
.rankingArea .four_clm p {
  width: 150px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  background: #1b2e4e;
}
.rankingArea .four_clm p.more a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.rankingArea .five_clm {
  font-size: 0;
  margin-bottom: 30px;
}
.rankingArea .five_clm li {
  width: 190px;
  display: inline-block;
  margin-right: 7.5px;
  vertical-align: top;
}
.rankingArea .five_clm li:last-child {
  margin-right: 0;
}
.rankingArea .five_clm li .statsTitle {
  font-size: 20px;
  color: #9e0000;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0 10px;
  margin-bottom: 15px;
  text-align: center;
}
.rankingArea .five_clm li .statsTitle span {
  font-size: 12px;
}
.rankingArea .five_clm li .first {
  font-size: 0;
  background: #f0f0f0;
}
.rankingArea .five_clm li .first .rank {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background: #1b2e4e;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.rankingArea .five_clm li .first a {
  color: #333;
}
.rankingArea .five_clm li .first .datawrap {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  box-sizing: border-box;
}
.rankingArea .five_clm li .first .datawrap .data,
.rankingArea .five_clm li .first .datawrap .name {
  display: block;
}
.rankingArea .five_clm li .first .datawrap .name {
  padding-top: 10px;
}
.rankingArea .five_clm li .first .datawrap .data {
  font-size: 16px;
}
.rankingArea .five_clm li .first .datawrap .embM,
.rankingArea .five_clm li .first .datawrap .team_name {
  display: block;
  text-align: center;
  font-size: 12px;
}
.rankingArea .five_clm li .first figure {
  width: 49%;
  display: inline-block;
}
.rankingArea .five_clm li .first figure img {
  width: 100%;
}
.rankingArea .five_clm p {
  width: 150px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  background: #1b2e4e;
}
.rankingArea .five_clm p.more a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.rankingArea table {
  width: 100%;
  /*margin-bottom: 20px;*/
}
.rankingArea table a {
  color: #333;
}
.rankingArea table tbody {
  border: solid 1px #000000;
  border-collapse: collapse;
}
.rankingArea table tbody tr {
  border: solid 1px #fff;
}
.rankingArea table tbody tr th {
  height: 50px;
  background: #002991;
  color: #fff;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 0 5px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
	width: 70px;
}
.rankingArea table tbody tr th .embM {
  display: inline-block;
  vertical-align: middle;
}
.rankingArea table tbody tr th span {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
.rankingArea table tbody tr th a {
  color: #fff;
}
.rankingArea table tbody tr td {
  font-family: 'Oswald', sans-serif;
  background: #f0f0f0;
  color: #1b2e4e;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  border: solid 1px #fff;
	padding: 0px 0px 0px 10px;
}
.rankingArea table tbody tr td figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.rankingArea table tbody tr td figure img {
  width: 100%;
}
.rankingArea table tbody tr td.data {
  padding: 0 5px;
}
.rankingArea table tbody tr td .embM {
  display: inline-block;
  vertical-align: middle;
}
.rankingArea table tbody tr td .team_name {
  font-size: 12px;
}
.rankingArea table tbody tr td:last-child {
  width: 25px;
  text-align: center;
  padding: 0 5px;
}
.rankingArea table tbody tr.jpn td {
  /*background: #ffaaaa;*/
	background: #CED5F1;
}
.rankingArea .four_clm table tbody tr td {
  font-size: 12px;
}

.rankingArea table tbody tr.no1 th {
  font-size: 16px;
	height: 70px;
}
.rankingArea table tbody tr.no1 td {
  font-size: 18px;
}

.rankingArea .selectBox {
  overflow: hidden;
  width: 200px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
}
.rankingArea .selectBox select {
  width: 200px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.rankingArea .selectBox select::-ms-expand {
  display: none;
}
.rankingArea .selectBox.arrow {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.rankingArea .selectBox.arrow::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.rankingArea .selectBox.arrow select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
.rankingArea.detail .group_head {
  margin-bottom: 30px;
}
.rankingArea.detail table tbody tr th {
  font-family: 'Oswald', sans-serif;
}
.rankingArea.detail table tbody tr td.player {
  width: 50px;
}
.rankingArea.detail table tbody tr td .embM {
  margin: 0 10px;
}
.rankingArea.detail table tbody tr td:last-child {
  width: 50px;
}
.rankingArea.detail .annotation {
  font-size: 12px;
  margin: 0;
}
.rankingArea.detail.teamRank table {
  margin-bottom: 0px;
}
.rankingArea .rankingLink {
  margin-top: 50px;
}
.rankingArea .rankingLink h5 {
  margin: 10px 0;
  font-size: 20px;
  color: #a00000;
}
.rankingArea .rankingLink ul li {
  margin-bottom: 10px;
  display: inline-block;
}
.rankingArea .rankingLink ul li a {
  color: #000;
  font-size: 14px;
}
.rankingArea .annotation {
  margin-top: 50px;
  font-size: 12px;
}
.rankingArea .annotation p {
  margin-bottom: 10px;
}
.rankingArea .annotation dl dt {
  margin-bottom: 10px;
}
.rankingArea .annotation dl dd {
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 15px;
}


.txt-hide{
  display: none;
}

button.more {
	display: block;
    width: 420px;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-size: 16px;
    line-height: 3.5em;
    color: #002991;
	background-color: #ffffff;
    text-align: center;
    border: 2px solid #002991;
    text-decoration: none;
    transition: all .2s ease;
	-webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
	cursor: pointer;
	outline: 0;
	transition: .2s;
	-erbkit-transition: .2s;
}
button.more::after {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
}
button.more.on-click::after{
	content: "閉じる";
}
button.more:hover{
    color: #ffffff;
	background-color: #002991;
	opacity: 1;
}

