@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("//fonts.googleapis.com/css?family=Fjalla+One");
@import url("//fonts.googleapis.com/css?family=Dancing+Script:400,700");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

heiseisaigoal.scss

------------------------------------*/
.txtcolor_red {
  color: #c10000;
}

i {
  font-style: normal;
}

a {
  color: #c10000;
  text-decoration: none;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  background: #e7e7e7;
  font-size: 13px;
  font-size: 1.3rem;
}

.container {
  font-family: 'Fjalla One','Noto Sans JP',sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
  background: #e7e7e7;
}

.kvArea__title {
  position: relative;
}
.kvArea__title img {
  width: 100%;
  height: auto;
}
.kvArea h4 {
  background: #000;
  margin: 0 5% 20px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.kvArea__movie {
  position: relative;
  margin: -45px 4% 20px;
}
.kvArea__movie img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.kvArea__movie__year {
  position: relative;
  margin: 0 5%;
  border-left: 2px solid #000;
}
.kvArea__movie__year li {
  width: 80%;
  height: auto;
  position: relative;
  margin-left: 20%;
  margin-bottom: 20px;
}
.kvArea__movie__year li a {
  display: block;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.4);
  border: 5px solid #000;
  box-sizing: border-box;
}
.kvArea__movie__year li a img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.kvArea__movie__year li span {
  color: #333;
  margin-top: 10px;
  display: block;
  line-height: 1.4;
  font-size: 11px;
  font-size: 1.1rem;
}
.kvArea__movie__year li span i {
  position: absolute;
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
  font-size: 4rem;
  left: -20%;
}
.kvArea__movie__year li span i:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -19px;
  top: 20px;
}
.kvArea__movie__year li span br {
  display: none;
}
.kvArea__movie__year li span strong {
  font-size: 20px;
  font-size: 2rem;
  display: block;
}

.nowlastgoal {
  border: 7px solid #ed0000;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  padding: 10% 5% 5%;
  margin: 50px 5%;
  background: #fff;
}
.nowlastgoal__title {
  position: absolute;
  left: -7px;
  top: -40px;
  background: url(/img/special/heiseisaigoal/ribon_red.png) no-repeat top right;
  background-size: cover;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  text-align: left;
  width: 80%;
}
.nowlastgoal__player > div {
  width: 80%;
  overflow: hidden;
  z-index: -1;
  margin: 0 auto;
}
.nowlastgoal__player > div img {
  width: 100%;
  height: auto;
}
.nowlastgoal__player__cap {
  text-align: left;
  line-height: 1.5;
  width: 80%;
  margin: 10px auto 0;
}
.nowlastgoal__player__cap .club {
  font-size: 16px;
  font-size: 1.6rem;
}
.nowlastgoal__player__cap .club .embM {
  display: inline-block;
  vertical-align: middle;
}
.nowlastgoal__player__cap .name {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
}
.nowlastgoal__player__cap .info {
  font-size: 14px;
  font-size: 1.4rem;
}

.tabContents {
  margin: 30px 5%;
}
.tabContents .tabSelecter li {
  border: none;
  float: none;
}
.tabContents .tabSelecter li a, .tabContents .tabSelecter li span {
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background-color: #222;
  color: #fff;
}
.tabContents .tabSelecter li span {
  color: #6d6d6d;
  position: relative;
}
.tabContents .tabSelecter li span:after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3em;
  margin-top: -18px;
  background: rgba(229, 255, 103, 0.3);
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  transform: rotate(-30deg);
  padding: 10px;
}
.tabContents .tabSelecter li.current a {
  background: #fff;
  color: #333;
}
.tabContents .tabContentsBox {
  background: #fff;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.tabContents .tabContentsBox .tabBox {
  margin: 0 auto;
}
.tabContents .tabContentsBox .tabBox .contents {
  margin: 0;
}

.questionwrap {
  margin-bottom: 50px;
}
.questionwrap__sub {
  font-size: 4vw;
  line-height: 1.3;
  color: #ed0000;
  margin: 30px auto 20px;
}
.questionwrap__q {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ed0000;
  position: relative;
  margin-bottom: 40px;
}
.questionwrap__q strong {
  display: block;
  font-size: 5vw;
}
.questionwrap__q:after {
  content: "";
  width: 30%;
  height: 5px;
  background: #ed0000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15%;
}
.questionwrap__team {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  margin: 20px auto;
}
.questionwrap__ranking {
  border-top: 1px solid #ccc;
}
.questionwrap__ranking li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}
.questionwrap__ranking li a {
  color: #333;
}
.questionwrap__ranking__no {
  background: #afb06d;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: 20%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  vertical-align: top;
  text-align: center;
}
.questionwrap__ranking__image {
  display: inline-block;
  height: 100px;
  vertical-align: top;
}
.questionwrap__ranking__name {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.3;
  padding-left: 5px;
}
.questionwrap__ranking__name span {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.questionwrap__ranking__team li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
}
.questionwrap__ranking__team li .embL {
  display: block;
  margin: 0 auto;
}
.questionwrap .kome {
  text-align: left;
}

.gamelist > li > div.lastMatch {
  background: #ffeded;
}

.txt_lastmatch {
  position: relative;
  text-align: left;
  margin: 7px 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
.txt_lastmatch:before {
  position: relative;
  content: "";
  width: 50px;
  height: 20px;
  background: #ffeded;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.saigoal__player {
  width: 100%;
  color: #000;
}
.saigoal__player th {
  width: 25%;
  text-align: center;
  font-size: 10px;
  background: #ccc;
}
.saigoal__player th.playerArea {
  width: 45%;
}
.saigoal__player td {
  padding: 10px 0;
  border-right: 1px solid #ccc;
}
.saigoal__player td:last-child {
  border-right: none;
}

.sim__table {
  width: 100%;
  border: 1px solid #cccccc;
}
.sim__table th {
  background: #ccc;
  padding: 5px 0;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 10px;
}
.sim__table td {
  padding: 15px 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.sim__table td a {
  display: block;
}
.sim__table td a figure {
  width: 120px;
  margin: 0 auto;
}
.sim__table td a figure img {
  width: 100%;
}

.area {
  position: relative;
}
.area .rightTopLink {
  position: absolute;
  right: 0px;
  top: 40px;
  font-size: 13px;
}
.area a {
  font-size: 18px;
  margin-top: 40px;
  display: block;
}

.rightText {
  text-align: left;
  font-size: 10px;
  margin-top: 3px;
}

.pcIMG {
  display: none;
}
