<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.text__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1.5em;
  text-align: left;
}

.info_awards2019,
.hon_awards2019 {
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.info_awards2019 a,
.hon_awards2019 a {
  color: #c8c162;
}

.info_awards2019 .headerNav__jplogo__img,
.hon_awards2019 .headerNav__jplogo__img {
  position: fixed;
  left: 30px;
  top: 30px;
  display: inline-block;
  z-index: 1;
}

.info_awards2019 .headerNav__awardslogo__img,
.hon_awards2019 .headerNav__awardslogo__img {
  position: fixed;
  left: 80px;
  top: 30px;
  display: inline-block;
  z-index: 1;
}

.info_awards2019 .awards__LP__logo,
.hon_awards2019 .awards__LP__logo {
  background: #000 url(/img/awards/2019/hon/KV_jleague_awards_BG.jpg) no-repeat top center;
  background-size: cover;
  min-width: 980px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 800px;
  text-align: center;
  z-index: -1;
}

.info_awards2019 .awards__LP__logo img,
.hon_awards2019 .awards__LP__logo img {
  position: relative;
  top: -45px;
}

.info_awards2019 .awards__LP__logo.others,
.hon_awards2019 .awards__LP__logo.others {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  color: #c8c162;
  letter-spacing: 0.1em;
  padding-top: 100px;
  height: 100%;
  background-size: 100% auto;
}

.info_awards2019 .awards__LP__logo.others span,
.hon_awards2019 .awards__LP__logo.others span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
}

.info_awards2019 .heading,
.hon_awards2019 .heading {
  background: #a5983f url(/img/awards/2019/hon/BG_kirakira.jpg) repeat top center;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 0.1em;
  padding: 20px 0 40px;
}

.info_awards2019 .heading__after,
.hon_awards2019 .heading__after {
  margin-top: -50px;
}

.info_awards2019 .heading__jpBIG,
.hon_awards2019 .heading__jpBIG {
  background: none;
  color: #f2ea79;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.info_awards2019 .heading__jpBIG .jp,
.hon_awards2019 .heading__jpBIG .jp {
  display: block;
  font-size: 40px;
  font-size: 4rem;
}

.info_awards2019 .heading__sub,
.hon_awards2019 .heading__sub {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 20px;
}

.info_awards2019 a,
.hon_awards2019 a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.info_awards2019 a:hover,
.hon_awards2019 a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.awards__LP__logo .kvbnr {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 250px;
  top: 330px;
  margin-left: 170px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.awards__LP__logo .kvbnr img {
  width: 100%;
}

.menu-trigger {
  display: inline-block;
  width: 26px;
  height: 20px;
  z-index: 99999;
  margin-top: 10px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.5);
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #000;
}

.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 {
  background-color: #fff;
}

.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(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.nav__list {
  width: 980px;
  margin: 0 auto;
}

.nav__item {
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
}

.nav__item a {
  color: #fff;
  padding: 30px;
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}

.nav__item.logo img {
  width: 150px;
}

.nav__item .eng {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.sec {
  text-align: center;
  color: #fff;
  padding: 60px 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 &gt; article {
  width: 980px;
  margin: 0 auto;
}

.sec__topnews {
  margin-top: 18px;
  padding: 20px 20px 20px 100px;
  background: #d2d2d24a;
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.sec__topnews br {
  display: none;
}

.sec__lead {
  padding-top: 0;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 0 60px;
  background: rgba(38, 38, 38, 0.85);
}

.sec__lead:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -40px;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 80px solid rgba(38, 38, 38, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.others .sec__lead {
  margin-top: 330px;
}

.sec__news {
  background: rgba(38, 38, 38, 0.85);
}

.leadArea {
  color: #fffad4;
  text-align: center;
  height: 190px;
}

.leadArea__day {
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  position: relative;
  top: -20px;
}

.leadArea__day a {
  display: inline-block;
  padding: 10px 20px 7px;
  border: 1px solid #fffad4;
  font-size: 20px;
  font-size: 2rem;
  color: #fffad4;
  line-height: 1;
  border-radius: 3px;
  position: relative;
  top: -7px;
  margin-left: 20px;
  letter-spacing: 0;
}

.leadArea__day a:after {
  font-family: 'ionicons';
  content: '\f29f';
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 3px;
}

.leadArea__inner {
  display: table;
  margin: 0 auto;
  position: relative;
  top: -30px;
}

.leadArea__inner__place, .leadArea__inner__time {
  font-size: 20px;
  font-size: 2rem;
}

.leadArea__inner__lead {
  font-size: 26px;
  font-size: 2.6rem;
}

.leadArea__inner__link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  margin-top: 10px;
}

.leadArea__inner__link a {
  display: inline-block;
  background: #f9ff47;
  opacity: 0.8;
  padding: 10px;
  width: 600px;
  color: #000;
  border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.leadArea__inner__link a br {
  display: none;
}

.leadArea__inner__link a:after {
  font-family: 'ionicons';
  content: '\f29f';
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 3px;
}

.leadArea__inner__link.gray a {
  background: rgba(255, 255, 255, 0.5);
}

body.others .leadArea {
  height: 0;
}

body.others .leadArea .leadArea__inner {
  top: -20px;
}

.accordionIndex,
.newsList {
  border: none;
}

.accordionIndex {
  position: relative;
}

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

.accordionIndex.active:after {
  content: '\f366';
}

.newsList {
  text-align: left;
  background: #000;
  border-radius: 5px;
  margin-bottom: 10px !important;
}

.newsList__title {
  padding: 25px 50px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.newsList__title__heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 200;
}

.newsList__title__date {
  color: #666;
}

.newsList__article {
  border-top: 1px solid white;
  padding: 30px;
  letter-spacing: -0.05em;
  color: #ccc;
}

.newsList__article img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.newsList__article p {
  margin-bottom: 1.5em;
}

.newsList__article h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #525252;
  color: #fff;
  font-weight: 600;
}

.newsList__article h5 {
  font-size: 16px;
  font-size: 1.6rem;
  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.3em 0.5em;
  vertical-align: middle;
}

.newsList__article table th {
  background: #fff;
}

#more_btn, #close_btn,
.btn__yellow {
  width: 500px;
  margin: 0 auto;
  padding: 10px;
  background: #bfc350;
  font-size: 1.5em;
  color: #000000 !important;
  border-radius: 5px;
  display: block;
}

#more_btn:hover, #close_btn:hover,
.btn__yellow:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#winnersList {
  background: #a5983f url(/img/awards/2019/hon/BG_winners_pc.jpg) repeat top center;
  background-size: cover;
}

#winnersList .contentsArea {
  border: 3px solid #c8c162;
  padding: 50px;
  margin: 0 60px;
  background: rgba(0, 0, 0, 0.8);
  min-width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#winnersList .winnersList__list {
  font-size: 22px;
  font-size: 2.2rem;
}

#winnersList .btn__yellow {
  margin-top: 30px;
}

body.others #winnersList {
  background: rgba(38, 38, 38, 0.85);
}

body.others #winnersList .contentsArea {
  position: relative;
  top: 50px;
}

.movieList &gt; article,
.contentList &gt; article {
  margin-bottom: 70px;
}

.movieList &gt; article .heading,
.contentList &gt; article .heading {
  font-weight: 700;
}

.prizeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 30px;
}

.prizeArea .prize__inn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2%;
}

.prizeArea .prize__inn:nth-of-type(2n+1) {
  margin-left: 0;
}

.prizeArea .prize__inn img {
  width: 100%;
}

.prizeArea .prize__inn .prise__titile {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #b9a540;
}

.prizeArea .prize__inn dl {
  text-align: left;
}

.prizeArea .prize__inn dl dt {
  color: #ccb22d;
}

.prizeArea .prize__inn dl dd {
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  line-height: 1.65;
}

.videoOneArea,
.contentList__inn {
  background: #000;
  width: 980px;
  margin: -50px auto 20px;
  border-radius: 5px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.videoOneArea figcaption,
.contentList__inn figcaption {
  padding: 0 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.videoOneArea iframe,
.contentList__inn iframe {
  vertical-align: top;
}

body.winners .videoOneArea,
body.nominate .videoOneArea {
  padding: 0;
  margin: 0;
  width: 900px;
}

body.winners .videoOneArea figcaption,
body.nominate .videoOneArea figcaption {
  text-align: left;
}

body.nominate .videoOneArea figcaption {
  padding: 20px 0 0;
}

body.nominate .contentList__inn figure img,
body.winners .contentList__inn figure img {
  width: 100%;
  height: auto;
}

body.nominate .contentList__inn figure figcaption,
body.winners .contentList__inn figure figcaption {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  padding: 20px 0 30px;
}

body.nominate .contentList__inn figure figcaption i,
body.winners .contentList__inn figure figcaption i {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  font-style: normal;
}

body.nominate .contentList__inn figure figcaption i span,
body.winners .contentList__inn figure figcaption i span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

body.nominate .contentList__inn .winners_3column,
body.winners .contentList__inn .winners_3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

body.nominate .contentList__inn .winners_3column figure,
body.winners .contentList__inn .winners_3column figure {
  width: 32%;
}

body.nominate .contentList__inn .winners_3column figure figcaption,
body.winners .contentList__inn .winners_3column figure figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

body.nominate .contentList__inn .winners_3column figure figcaption i,
body.winners .contentList__inn .winners_3column figure figcaption i {
  font-size: 15px;
  font-size: 1.5rem;
}

.contentList table {
  width: 100%;
  margin-top: 20px;
}

.contentList table th, .contentList table td {
  padding: 10px;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

.contentList table th {
  background-color: rgba(255, 255, 255, 0.2);
}

.kv {
  width: 100%;
  min-width: 980px;
}

.kv img {
  vertical-align: top;
}

.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:last-of-type {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  padding-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;
}

.w980 {
  margin: 50px 60px 0;
}

.btnFacebook {
  position: relative;
  top: -8px;
}

.disp__sp {
  display: none;
}
</pre></body></html>