@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

awards2018.scss

------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: auto; }

body {
  background: #000;
  text-align: center;
  font-family: 'Kreon','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; }

.info_awards2018,
.hon_awards2018 {
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8; }
  .info_awards2018 .headerNav__jplogo__img,
  .hon_awards2018 .headerNav__jplogo__img {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block; }
  .info_awards2018 .headerNav__awardslogo__img,
  .hon_awards2018 .headerNav__awardslogo__img {
    position: absolute;
    left: 55px;
    top: 10px;
    display: inline-block; }
    .info_awards2018 .headerNav__awardslogo__img img,
    .hon_awards2018 .headerNav__awardslogo__img img {
      width: 40px; }
  .info_awards2018 .awards__LP__logo,
  .hon_awards2018 .awards__LP__logo {
    background: #000 url(/img/awards/2018/LP/KV_jleague_awards_BG.jpg) no-repeat top center;
    background-size: 130% auto;
    width: 100%;
    text-align: center;
    z-index: -1; }
    .info_awards2018 .awards__LP__logo img,
    .hon_awards2018 .awards__LP__logo img {
      width: 100%; }
  .info_awards2018 .heading,
  .hon_awards2018 .heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 20px;
    color: #f2ea79;
    letter-spacing: 0.1em; }
  .info_awards2018 a,
  .hon_awards2018 a {
    text-decoration: none; }

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  z-index: 99999;
  margin-top: 10px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 2000; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
    background-color: #fff; }
    .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 span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg); }

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  display: none; }

.nav__item {
  border-bottom: 1px solid rgba(225, 225, 225, 0.6); }
  .nav__item a {
    color: #fff;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem; }
  .nav__item.logo img {
    width: 80px; }

.sec {
  text-align: center;
  color: #fff;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.85); }
  .sec:nth-of-type(2n) {
    background: rgba(38, 38, 38, 0.85); }
  .sec__ocher {
    background: #adaa91; }
  .sec > article {
    margin: 0 5%; }
  .sec__topnews {
    padding: 10px;
    text-align: left;
    background: #d2d2d24a;
    color: #fff;
    margin-top: 60px; }
  .sec__lead {
    padding-top: 0;
    position: relative; }

.leadArea {
  color: #fffad4;
  text-align: center; }
  .leadArea__day {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em; }
    .leadArea__day a {
      display: inline-block;
      padding: 5px 10px 4px;
      border: 1px solid #fffad4;
      font-size: 13px;
      font-size: 1.3rem;
      color: #fffad4;
      line-height: 1;
      border-radius: 3px;
      position: relative;
      top: -3px;
      margin-left: 10px;
      letter-spacing: 0; }
      .leadArea__day a:after {
        font-family: 'ionicons';
        content: '\f29f';
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        margin-left: 3px; }
  .leadArea__inner {
    margin: 0 auto; }
    .leadArea__inner__place {
      font-size: 16px;
      font-size: 1.6rem; }
    .leadArea__inner__time {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 0.5em; }
    .leadArea__inner__link {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5; }
      .leadArea__inner__link a {
        display: inline-block;
        background: #f9ff47;
        opacity: 0.8;
        padding: 15px 0;
        width: 100%;
        color: #000;
        border-radius: 5px;
        margin-top: 10px; }
        .leadArea__inner__link a:after {
          font-family: 'ionicons';
          content: '\f29f';
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem;
          margin-left: 3px; }

.accordionIndex,
.newsList {
  border: none; }

.accordionIndex:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  color: #838383;
  font-weight: normal; }
.accordionIndex.active:after {
  content: '\f366'; }

.newsList {
  text-align: left;
  background: rgba(225, 225, 225, 0.2);
  border-radius: 5px;
  margin-bottom: 10px !important; }
  .newsList__title {
    padding: 15px 30px 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; }
    .newsList__title__heading {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.3;
      font-weight: 200; }
    .newsList__title__date {
      color: #666; }
  .newsList__article {
    border-top: 1px solid white;
    padding: 15px;
    letter-spacing: -0.05em;
    color: #ccc; }
    .newsList__article img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
    .newsList__article p {
      margin-bottom: 1.5em; }
    .newsList__article h4 {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 0.5em;
      border-bottom: 1px solid #525252;
      color: #fff;
      font-weight: 600; }
    .newsList__article h5 {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0.5em;
      color: #fff;
      font-weight: 600; }
    .newsList__article table {
      width: 100%;
      margin-bottom: 1.5em;
      background: rgba(225, 225, 225, 0.8);
      color: #000; }
      .newsList__article table th, .newsList__article table td {
        border: 1px solid #525252;
        padding: 0.1em 0.2em;
        vertical-align: middle;
        line-height: 1.3;
        font-size: 12px;
        font-size: 1.2rem; }
      .newsList__article table th {
        background: #fff; }

.finised_text {
  margin-top: 16px; }
  .finised_text a {
    color: #06c; }

.summaryArea {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5); }
  .summaryArea__cnt {
    text-align: left;
    letter-spacing: 0.03em;
    border-top: 1px solid rgba(225, 225, 225, 0.5);
    padding-top: 15px;
    margin-bottom: 15px; }
    .summaryArea__cnt dt {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      letter-spacing: 0.3em; }
    .summaryArea__cnt dd {
      font-weight: 200; }

.text__m {
  font-size: 17px;
  font-size: 1.7rem; }
.text__l {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5; }
.text__kome {
  font-size: 10px;
  font-size: 1rem;
  display: block; }
.text__gold {
  color: #e6dc7c; }

.snsBtnWrap {
  background: rrgba(0, 0, 6, 0.85) !important; }

.specialArea {
  background: #fff; }

.btmBnrLists {
  text-align: left; }

.campaign_rankSS {
  margin: 30px 5% 0; }
  .campaign_rankSS img {
    width: 100%; }

.disp__sp {
  display: block !important; }

.attentionlist {
  margin: 0 5%; }
  .attentionlist li {
    line-height: 1;
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem; }
    .attentionlist li a {
      padding: 15px 30px;
      box-sizing: border-box;
      position: relative;
      background: rgba(225, 225, 225, 0.2);
      border-radius: 5px;
      display: block;
      color: #fff; }
      .attentionlist li a:before {
        position: absolute;
        left: 10px;
        font-family: 'ionicons';
        content: '\f100';
        display: inline-block;
        font-size: 20px;
        font-size: 2rem;
        color: #d8bd1e;
        margin-top: -4px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1em; }
      .attentionlist li a:after {
        position: absolute;
        right: 10px;
        font-family: 'ionicons';
        content: '\f29f';
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        opacity: 0.5;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1em; }

.presentArea .heading__present {
  margin-bottom: 15px; }
.presentArea .text__date {
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #fff;
  padding-top: 10px;
  letter-spacing: 0.05em; }
.presentArea img {
  width: 90%;
  max-width: 600px;
  margin: 0 auto; }

.mapArea .heading {
  margin: 0 !important; }
.mapArea .halfW_map {
  margin-bottom: 5%; }
.mapArea img {
  width: 100%;
  max-width: 600px;
  margin-top: 5%; }
.mapArea .newsList {
  background: #000000;
  color: #FFFFFF; }
.mapArea .accordionIndex:after {
  color: #FFFFFF; }

.txt_blue {
  color: #06c; }

.btn__yellow {
  margin-top: 30px; }
  .btn__yellow a {
    width: 100%;
    background: rgba(249, 255, 71, 0.5);
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative; }
    .btn__yellow a:after {
      position: absolute;
      right: 20px;
      font-family: 'ionicons';
      content: '\f30f';
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      opacity: 0.5; }

.contentsArea ul li {
  text-align: left;
  margin-bottom: 20px; }
  .contentsArea ul li img {
    width: 100%; }

.winnerArea .anc__link .down {
  margin-bottom: 30px; }
  .winnerArea .anc__link .down .navMenu {
    display: block;
    color: #fff;
    background: #bfc350;
    padding: 20px;
    box-sizing: border-box; }
  .winnerArea .anc__link .down ul {
    background: #ffffff52;
    margin-bottom: 30px;
    border: 1px solid; }
    .winnerArea .anc__link .down ul a {
      color: #ffffff;
      font-size: 1.0em; }
      .winnerArea .anc__link .down ul a li {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid; }
        .winnerArea .anc__link .down ul a li:after {
          margin: 0 5px;
          content: "\f107";
          font-family: fontAwesome; }
.winnerArea .pc {
  display: none; }
.winnerArea .winner__cnt h3 {
  font-size: 3.0rem;
  border-bottom: 2px solid rgba(225, 225, 225, 0.5);
  margin-bottom: 20px; }
.winnerArea .winner__cnt figcaption {
  text-align: center !important;
  font-size: 0.9em !important; }
  .winnerArea .winner__cnt figcaption.mvp {
    font-size: 1.2em !important; }
  .winnerArea .winner__cnt figcaption span {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle; }
.winnerArea .winner__cnt b {
  display: block;
  font-size: 1.3em;
  font-weight: bold; }
.winnerArea .winner__cnt p {
  display: inline-block; }
.winnerArea .winner__cnt h4 {
  font-size: 2.5rem;
  border-bottom: 2px solid rgba(225, 225, 225, 0.5);
  margin: 30px 0 20px; }
.winnerArea .winner__cnt ul {
  display: flex;
  flex-wrap: wrap; }
  .winnerArea .winner__cnt ul li {
    display: block;
    width: 48%;
    margin: 0 10px 20px 0; }
    .winnerArea .winner__cnt ul li:nth-child(2n) {
      margin-right: 0; }
    .winnerArea .winner__cnt ul li img {
      width: 100%; }

.prizeArea .inner .prize__inn {
  width: 100%;
  margin-bottom: 30px;
  text-align: left; }
  .prizeArea .inner .prize__inn:first-child {
    margin-right: 40px; }
  .prizeArea .inner .prize__inn .prise__titile {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b9a540; }
  .prizeArea .inner .prize__inn img {
    width: 100%; }
  .prizeArea .inner .prize__inn dl dt {
    color: #ccb22d; }
  .prizeArea .inner .prize__inn dl dd {
    font-size: 0.9em;
    margin-bottom: 10px; }
  .prizeArea .inner .prize__inn table {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #c7c7c7; }
    .prizeArea .inner .prize__inn table th {
      padding: 10px;
      border-bottom: 1px solid #c7c7c7;
      font-size: 12px;
      background-color: #f7f7f747; }
    .prizeArea .inner .prize__inn table td {
      padding: 10px;
      border-bottom: 1px solid #c7c7c7;
      font-size: 12px; }

#best11 figure figcaption {
  margin: 36px 0 30px; }

.nominateArea .textArea {
  text-align: left;
  margin-bottom: 25px; }
.nominateArea .nominate__cnt h3 {
  font-size: 2.5rem;
  border-bottom: 2px solid rgba(225, 225, 225, 0.5);
  margin-bottom: 20px; }
.nominateArea .nominate__cnt ul {
  text-align: left; }
  .nominateArea .nominate__cnt ul li {
    display: inline-block;
    width: 48%;
    margin: 0px auto 30px; }
    .nominateArea .nominate__cnt ul li figure {
      width: 100%;
      height: 150px;
      margin-bottom: 10px;
      overflow: hidden; }
      .nominateArea .nominate__cnt ul li figure a {
        display: block; }
        .nominateArea .nominate__cnt ul li figure a img {
          width: 100%;
          height: auto; }
    .nominateArea .nominate__cnt ul li figcaption {
      text-align: center; }
      .nominateArea .nominate__cnt ul li figcaption span {
        display: inline-block;
        margin: 0 5px 0 10px;
        vertical-align: middle; }

#more_btn, #close_btn {
  margin: 0 5%;
  padding: 10px;
  background: #bfc350;
  font-size: 1.3em;
  color: #000000;
  border-radius: 5px; }

/*--- special ---*/
.movieArea .thumlist {
  font-size: 0;
  /*隙間用*/ }

.movieArea .thumlist li {
  font-size: 12px;
  /*隙間用*/
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3); }
  .movieArea .thumlist li:first-child {
    margin-top: 20px; }
  .movieArea .thumlist li img {
    width: 320px;
    height: auto;
    vertical-align: top; }
  .movieArea .thumlist li a.popup-iframe {
    color: #333;
    display: block;
    margin-bottom: 10px; }
    .movieArea .thumlist li a.popup-iframe:hover {
      text-decoration: none;
      opacity: 0.7; }
    .movieArea .thumlist li a.popup-iframe .movie_thum {
      position: relative;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      margin-right: 20px; }
      .movieArea .thumlist li a.popup-iframe .movie_thum:after {
        position: absolute;
        font-size: 54px;
        top: 50%;
        left: 50%;
        margin-top: -27px;
        margin-left: -27px;
        font-family: "icomoon3";
        content: "\ec601";
        color: #FFF;
        line-height: 100%;
        opacity: 0.7; }
      .movieArea .thumlist li a.popup-iframe .movie_thum img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%; }
    .movieArea .thumlist li a.popup-iframe .movie_title {
      width: 100%;
      font-size: 14px;
      line-height: 1.4;
      color: #fff;
      text-align: left;
      vertical-align: top; }
      .movieArea .thumlist li a.popup-iframe .movie_title h3 {
        font-size: 26px;
        color: #f2ea79;
        padding: 10px 0; }

/*--- イベント情報 ---*/
.height0 {
  height: 0 !important; }

/*--- 最優秀ゴール賞 ---*/
.video iframe {
  top: 0;
  right: 0;
  width: 320px;
  height: 180px; }
