<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");
/*-----------------------------------

awards2019.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: 12px;
  font-size: 1.2rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.info_awards2019,
.hon_awards2019 {
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

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

.info_awards2019 .headerNav__jplogo__img,
.hon_awards2019 .headerNav__jplogo__img {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
}

.info_awards2019 .headerNav__awardslogo__img,
.hon_awards2019 .headerNav__awardslogo__img {
  position: absolute;
  left: 55px;
  top: 10px;
  display: inline-block;
}

.info_awards2019 .headerNav__awardslogo__img img,
.hon_awards2019 .headerNav__awardslogo__img img {
  width: 40px;
}

.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: 130% auto;
  width: 100%;
  text-align: center;
  z-index: -1;
}

.info_awards2019 .awards__LP__logo img,
.hon_awards2019 .awards__LP__logo img {
  width: 100%;
  vertical-align: top;
}

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

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

.info_awards2019 .heading,
.hon_awards2019 .heading {
  background: #a5983f url(/img/awards/2019/hon/BG_kirakira.jpg) repeat top center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  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: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding-bottom: 30px;
}

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

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

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

.awards__LP__logo .kvbnr {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 35%;
  top: 100px;
  margin-left: 45px;
  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: 0px;
  right: 10px;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.5);
  border-top: 8px solid rgba(255, 255, 255, 0.1);
  border-bottom: 8px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid rgba(255, 255, 255, 0.1);
  border-right: 6px solid rgba(255, 255, 255, 0.1);
}

.menu-trigger span {
  display: inline-block;
  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: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;
}

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

.sec {
  text-align: center;
  color: #fff;
  padding: 30px 0;
  background: #000;
}

.sec:nth-of-type(2n) {
  background: #1a1a1a;
}

.sec__ocher {
  background: #adaa91;
}

.sec &gt; 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;
  text-align: center;
  color: #fff;
  padding: 0 5% 30px;
  background: #1a1a1a;
}

.sec__lead:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 20px solid #191919;
  transform: translate(-50%, -50%);
}

body.others .sec__lead {
  padding: 10px 5% 0;
}

body.others .sec__lead:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 30px solid #191919;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec__news {
  padding-top: 0;
  background: rgba(38, 38, 38, 0.85);
}

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

.leadArea__day {
  font-size: 26px;
  font-size: 2.6rem;
  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: 10px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.leadArea__inner__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

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

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

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

.accordionIndex,
.newsList {
  border: none;
}

.accordionIndex {
  position: relative;
  display: block;
}

.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: #000;
  border-radius: 5px;
  margin-bottom: 5px !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;
  text-align: justify;
}

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

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

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

#winnersList .contentsArea {
  border: 3px solid #c8c162;
  padding: 5%;
  margin: 0 5%;
  background: rgba(0, 0, 0, 0.5);
}

#winnersList .winnersList__list {
  font-size: 14px;
  font-size: 1.4rem;
}

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

body.others #winnersList {
  background: #191919;
}

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

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

body.winners .contentList &gt; article {
  margin-bottom: 30px;
}

.videoOneArea,
.contentList__inn {
  vertical-align: top;
  background: #000;
  position: relative;
  width: 90%;
  margin: -50px auto 50px;
  text-align: center;
  border-radius: 3px;
  padding-bottom: 10px;
}

body.winners .contentList__inn {
  margin-bottom: 0;
}

body.winners .videoOneArea,
body.nominate .videoOneArea {
  width: 100%;
}

.videoOneArea {
  padding-top: 56.25%;
}

.videoOneArea figcaption {
  padding: 10px 2%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #000;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
}

.videoOneArea img {
  width: 100%;
  height: auto;
}

.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

body.winners .videoOneArea {
  margin: 0 auto 50px;
}

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

.contentList table th, .contentList table td {
  padding: 7px;
  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);
}

.prizeArea {
  position: relative;
  z-index: 1;
}

.prizeArea .prize__inn img {
  width: 100%;
  vertical-align: top;
}

.prizeArea .prize__inn .prise__titile {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 15px;
  color: #b9a540;
}

.prizeArea .prize__inn dl {
  text-align: left;
  margin-top: 20px;
}

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

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

.prizeArea .prize__inn table {
  margin: auto;
}

.contentList__inn {
  padding: 15px 3%;
  box-sizing: border-box;
}

.contentList__inn figure img {
  width: 100%;
  height: auto;
}

.contentList__inn figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 5px 0 20px;
}

.contentList__inn figure figcaption i {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
  font-style: normal;
  letter-spacing: -0.03em;
}

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

.winners_3column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
}

.winners_3column figure {
  width: 45%;
}

.winners_3column figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
}

.winners_3column figure figcaption i {
  font-size: 10px;
  font-size: 1rem;
}

.contentsArea .accordionList .accordionIndex {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.contentsArea .accordionList ul {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}

.kv {
  z-index: -1;
}

.kv img {
  vertical-align: top;
}

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

.summaryArea__cnt {
  text-align: left;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
  padding-top: 10px;
  margin-bottom: 10px;
}

.summaryArea__cnt dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.summaryArea__cnt dd {
  font-weight: 200;
}

.floatingBnr {
  z-index: 11111111111111;
}

.specialArea {
  background: #fff;
}

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