@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_teaser.scss

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

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

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

.entry_awards2018 .headerNav__jplogo__img {
  position: fixed;
  left: 30px;
  top: 30px;
  display: inline-block;
}

.entry_awards2018 .awards__LP__logo {
  background: #000 url(/img/awards/2018/LP/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;
}

.entry_awards2018 .heading {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 20px;
}

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

.entry_awards2018 a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.menu-trigger {
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  margin-top: 10px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
}

.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;
  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) {
  -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: 20px;
  font-size: 2rem;
}

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

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

.sec:nth-of-type(n+1) {
  background: rgba(0, 0, 0, 0.85);
}

.sec__lead {
  margin-top: 750px;
  padding-top: 0;
  position: relative;
}

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

article {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}

.leadArea {
  padding-top: 0;
}

.leadArea p br {
  display: none;
}

.leadArea i {
  display: inline-block;
  font-size: 34px;
  font-size: 3.4rem;
  font-style: normal;
  line-height: 1;
  padding: 0 3px;
}

.leadArea img {
  display: block;
  margin: 10px auto 20px;
}

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

.informationArea .text__l br {
  display: none;
}

.applyArea {
  border: 1px solid rgba(225, 225, 225, 0.5);
  padding: 0 0 40px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.applyArea br {
  display: none;
}

.applyArea__title {
  background: rgba(225, 225, 225, 0.7);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b0adab 0%, #b0adab 50%, #969595 50%, #b0adab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b0adab 0%, #b0adab 50%, #969595 50%, #b0adab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #b0adab 0%, #b0adab 50%, #969595 50%, #b0adab 100%);
  background: -o-linear-gradient(315deg, #b0adab 0%, #b0adab 50%, #969595 50%, #b0adab 100%);
  background: linear-gradient(135deg, #b0adab 0%, #b0adab 50%, #969595 50%, #b0adab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0adab', endColorstr='#b0adab',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 5px 5px 0 0;
  color: #08143e;
  height: 70px;
  line-height: 70px;
  position: relative;
}

.applyArea__title__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
}

.applyArea__title a {
  position: absolute;
  display: inline-block;
  border: 1px solid rgba(225, 225, 225, 0.6);
  background: rgba(225, 225, 225, 0.3);
  border-radius: 3px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  top: 15px;
  color: rgba(0, 0, 0, 0.8);
}

.applyArea__title a:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.applyArea__title__seat {
  right: 15px;
}

.applyArea__title__notes {
  right: 124px;
}

.applyArea__schedule {
  margin-top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.applyArea__btn a, .applyArea__btn span {
  display: inline-block;
  width: 70%;
  height: 60px;
  line-height: 60px;
  background: #999;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #08143e;
}

.applyArea__btn span {
  opacity: 0.3;
}

#seat__premium .applyArea__title {
  background: #c8bb4f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e0d473 0%, #e0d473 50%, #c7af4a 50%, #e0d473 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e0d473 0%, #e0d473 50%, #c7af4a 50%, #e0d473 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #e0d473 0%, #e0d473 50%, #c7af4a 50%, #e0d473 100%);
  background: -o-linear-gradient(315deg, #e0d473 0%, #e0d473 50%, #c7af4a 50%, #e0d473 100%);
  background: linear-gradient(135deg, #e0d473 0%, #e0d473 50%, #c7af4a 50%, #e0d473 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d473', endColorstr='#e0d473',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#seat__premium .applyArea__btn a {
  background: #c8bb4f;
}

.sec__summary {
  background: rgba(5, 8, 37, 0.9) !important;
}

.sec__summary br {
  display: none;
}

.sec__summary .heading {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

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

.summaryArea__cnt {
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

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

.notesArea figure img {
  margin: 20px;
}

.notesArea__list {
  text-align: left;
  list-style: disc;
  padding-left: 20px;
  letter-spacing: 0.03em;
}

.notesArea p {
  font-size: 18px;
}

.w980 {
  background: rgba(5, 8, 37, 0.9) !important;
  padding: 20px;
}

.w980 .snsBtn {
  width: 980px;
  margin: 0 auto;
}

.text__m {
  font-size: 20px;
  font-size: 2rem;
}

.text__l {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
}

.text__kome {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.text__gold {
  color: #e6dc7c;
}

.campaign_rankSS {
  margin-top: 50px;
}

.disp__pc {
  display: inline-block !important;
}
