@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
}
.specialHeader__jLogo {
  width: 8vw;
  height: 8vw;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-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);
          transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  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;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  -webkit-transition: 1s;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 10px;
}

/*-----------------------------------

J30bestawards.scss

------------------------------------*/
a {
  text-decoration: none;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 100%;
  overflow: hidden;
  background: #fff;
  color: #000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: YakuHanJP, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-weight: 500;
  background: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.nowrapCLM > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.txt__honbun {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #8a000c;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn__done {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  line-height: inherit;
}
.btn__send {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: inherit;
  padding: 0 20px 0 10px;
}
.btn__send:after {
  right: 10px;
}
.btn__send:hover {
  background: #8a000c;
}
.btn__send span {
  display: block;
}

span.btn, span.btn__done, span.btn__send {
  background: #a3a3a3;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable table {
  width: 100%;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.25vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.65;
  white-space: inherit;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

.heading__main {
  padding-left: 3%;
}
.heading__main:after {
  bottom: inherit;
  top: 1.5em;
}
.heading__main .eng_S {
  margin-bottom: 5px;
  font-size: 10vw;
  display: block;
  margin-bottom: 0.2em;
}
.heading__main .jpn_L {
  font-size: 5vw;
}
.heading__sub {
  padding: 0.5em 0;
}
.heading__under {
  font-size: 5vw;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}

.kome {
  display: block;
}

.selectwrap.CLM__half {
  display: block;
}
.selectwrap.CLM__half .selectwrap__con {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.selectwrap.CLM__half .selectwrap__con + .selectwrap__con {
  margin-top: 10px;
}
.selectwrap__con + .selectwrap {
  margin-top: 20px;
}
.selectwrap__con .attention {
  font-size: 3.25vw;
  line-height: 1.65;
}
.selectwrap__select {
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: inherit;
  line-height: inherit;
}
.selectwrap__select:after {
  right: 10px;
}
.selectwrap__select select {
  text-align: -webkit-center;
  text-align: left;
  height: auto;
  line-height: inherit;
  height: 46px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: inherit;
  color: #000;
  padding-right: 20px;
  padding-left: 10px;
}
body.bestgoal .selectwrap__select select {
  height: inherit;
  padding: 0.5em 20px 0.5em 10px;
  line-height: 1.5;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single {
  text-align: left;
  height: 46px;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 46px;
  text-align: left;
  padding: 0 20px 0 10px;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.selectwrap__error {
  margin-top: 10px;
}

#navigation {
  background: #000;
}

.specialHeader__gnav li span, .specialHeader__gnav li a {
  text-align: left;
  padding-left: 5%;
}
.specialHeader__gnav li span span, .specialHeader__gnav li a span {
  color: #d9c99e;
  padding: 0;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.popup-iframe.video {
  width: 100%;
  height: inherit;
  padding-top: 56.3%;
}
.popup-iframe.video img {
  width: 100%;
}

html.is-fixed, html.is-fixed body {
  height: inherit;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  padding-top: 60px;
}

/* ==========================================================================
   otherkvArea
========================================================================== */
.otherkvArea {
  padding-top: 60px;
}
.otherkvArea__title {
  height: 150px;
}
.otherkvArea__title .eng_L {
  font-size: 7vw;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.otherkvArea__title .jpn_S {
  font-size: 4vw;
  white-space: nowrap;
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  padding-top: 20px;
}
body.top .navArea {
  padding-top: 0;
  margin-top: -50px;
}
.navArea__wrap {
  padding: 5%;
  width: 90%;
  display: block;
  border: 2px solid #ae9c6f;
}
.navArea__wrap::after {
  content: none;
}
.navArea__wrap--left, .navArea__wrap--right {
  width: 100%;
  padding: 0;
}
.navArea__wrap--left {
  text-align: center;
  margin-bottom: 1em;
}
body.top .navArea__wrap--left {
  padding-left: 0;
}
body.top .navArea__wrap {
  width: 90%;
}
.navArea__llist {
  margin-bottom: 20px;
}
.navArea__llist--item a {
  font-size: 4vw;
  display: block;
  padding: 0.5em 0;
  padding-right: 1.5em;
  line-height: 1;
  text-align: left;
  padding-left: 5%;
  border-bottom: 1px solid #d9c99e;
}
.navArea__llist--item a span {
  display: inline-block !important;
  color: #d9c99e;
  margin-left: 2px;
  font-size: 3vw;
}
.navArea__llist--item a:hover:after {
  right: 2%;
}
.navArea__llist--item a:after {
  right: 2%;
  color: #d9c99e;
}
.navArea__rlist--item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.navArea__rlist--item:nth-child(2n) {
  margin-right: 0;
}
.navArea__rlist--item:nth-child(5) {
  margin-bottom: 0;
}
.navArea__rlist--item a {
  font-size: 3.2vw;
  margin: 0;
  padding: 1em 0;
}
.navArea__rlist--item a:after {
  content: none;
}
.navArea__rlist--item a:hover {
  background: #8a000c;
}

/* ==========================================================================
   aboutArea
========================================================================== */
.aboutArea {
  background-position: right;
}
.aboutArea .sec__inner980 {
  padding: 80px 5%;
}
.aboutArea__txt {
  font-size: 3.2vw;
  line-height: 2.5;
}

/* ==========================================================================
   cooperationArea
========================================================================== */
.cooperationArea__wrap {
  padding: 5%;
}
.cooperationArea__ttl {
  font-size: 5vw;
  margin-bottom: 10px;
}
.cooperationArea__company {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cooperationArea__company--item {
  width: 48% !important;
  margin-right: 4% !important;
  margin-bottom: 8%;
}
.cooperationArea__company--item:nth-child(2n) {
  margin-right: 0 !important;
}
.cooperationArea__company--item img {
  max-width: 120px;
}
.cooperationArea__company--item .name {
  margin-top: 5px;
  font-size: 10px;
  font-size: 1rem;
}
.cooperationArea__company--item:nth-child(n+6) {
  margin-bottom: 5%;
}
.cooperationArea__company--item:nth-child(n+9) {
  margin-bottom: 0;
}

/* ==========================================================================
   voteArea
========================================================================== */
.voteArea__txt {
  font-size: 3.25vw;
  line-height: 1.65;
  text-align: left;
}
body.top .voteArea__txt {
  text-align: center;
}
.voteArea__txt .list__style__disc {
  margin: 10px 0;
  text-align: left;
}
.voteArea__txt .list__style__disc li {
  font-size: 3.25vw;
  display: list-item;
  border: none;
  line-height: 1.5;
  margin: 0 0 0.5em 1em;
  padding: 0;
  background: none;
}
.voteArea__link {
  display: block;
}
.voteArea__link--item {
  width: 100% !important;
  margin: 0;
}
.voteArea__link--item a {
  font-size: 14px;
  font-size: 1.4rem;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  border: none;
}
.voteArea__link--item:last-child a {
  margin-bottom: 0;
}

/* ==========================================================================
   howtoArea
========================================================================== */
.howtoArea {
  background-image: url(/img/special/30th/J30bestawards/bg_nami.png);
  background-size: cover;
  background-position: bottom;
  background-position: right;
}
.howtoArea__wrap {
  border: 1px solid #ae9c6f;
  padding: 10% 5%;
  background: rgba(255, 255, 255, 0.3);
}
.howtoArea__txt {
  font-size: 3.25vw;
  line-height: 1.65;
}
.howtoArea__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
}
.howtoArea__day {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
}
.howtoArea__table tbody th, .howtoArea__table tbody td {
  width: 50%;
}
.howtoArea strong {
  margin-bottom: 1em;
}
.howtoArea .btn, .howtoArea .btn__done, .howtoArea .btn__send {
  font-size: 14px;
  font-size: 1.4rem;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  border: none;
}
.howtoArea .list__style__disc.taisho {
  width: 100%;
}
.howtoArea .list__style__disc li {
  font-size: 3.25vw;
  line-height: 1.65;
}

/* ==========================================================================
   nominationArea
========================================================================== */
.nominationArea__txt {
  font-size: 3.25vw;
  line-height: 1.65;
  text-align: left;
}
.nominationArea__table {
  margin: 20px 0;
}
.nominationArea__table table th {
  font-size: 10px;
  font-size: 1rem;
}
.nominationArea__table table th.num {
  width: 5%;
}
.nominationArea__table table th.pos {
  width: 5%;
}
.nominationArea__table table th.name {
  width: 50%;
}
.nominationArea__table table th.club {
  width: 10%;
}
.nominationArea__table table th.play {
  width: 20%;
}
.nominationArea__table table th.score {
  width: 10%;
}
.nominationArea__table table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.nominationArea__table table .img {
  padding: 5px 5px 5px 0;
}
.nominationArea__table table .name .add {
  margin-top: 0.5em;
}
.nominationArea__table table .name .add span {
  font-size: 10px;
  font-size: 1rem;
}
.nominationArea__table table .name .add span:nth-child(3n) {
  margin-right: 0;
}
.nominationArea__list--item {
  width: 32%;
}
.nominationArea__list--item:nth-child(5n) {
  margin-right: 2%;
}
.nominationArea__list--item:nth-child(3n) {
  margin-right: 0;
}
.nominationArea__list--item figcaption {
  padding: 10px 5px;
}
.nominationArea__list--item figcaption p .name, .nominationArea__list--item figcaption p .ttl {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ==========================================================================
   movieArea
========================================================================== */
.movieArea__list--item .heading__under {
  font-size: 4vw;
  line-height: 1.5;
}
.movieArea__list--item + .movieArea__list--item {
  margin-top: 30px;
}
.movieArea__movie {
  margin-bottom: 20px;
}
.movieArea__movie .video:after {
  font-size: 60px;
  font-size: 6rem;
}
.nominationArea .movieArea__movie .video:after {
  font-size: 30px;
  font-size: 3rem;
}
.movieArea__txt {
  font-size: 3.25vw;
  line-height: 1.65;
  margin-top: 20px;
}

/* ==========================================================================
   thanksArea
========================================================================== */
.thanks__outer {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15% 5% 5%;
}
.thanks__close {
  font-size: 25px;
  font-size: 2.5rem;
}
.thanks__btn {
  display: block;
}
.thanks__btn__item {
  margin-bottom: 20px;
}
.thanks__btn__item a {
  width: 100%;
}
.thanks__title {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ==========================================================================
   TOP resultArea
========================================================================== */
.resultArea {
  background: #ae9c6f;
}
body.top .resultTop {
  padding-top: 220px;
  margin-top: -220px;
}

.resultArea a {
  background: #8a000c;
  color: #fff;
  padding: 5vw 0;
	margin: 5vw auto;
  font-weight: 900;
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
	width: 90%;
}
.resultArea a:hover {
  background: #000000;
  opacity: 1;
}
.resultArea a:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-size: 2.4rem;
  right: 5%;
  color: #fff;
  content: "\f3d3";
}

/* ==========================================================================
   winners_navArea
========================================================================== */
.winners_navArea {
  padding-top: 20px;
}
body.top .winners_navArea {
  padding-top: 0;
  margin-top: -50px;
}
.winners_navArea__wrap {
  padding: 5%;
  width: 90%;
  display: block;
  border: 2px solid #ae9c6f;
}
.winners_navArea__wrap::after {
  content: none;
}
.winners_navArea__wrap--left, .winners_navArea__wrap--right {
  width: 100%;
  padding: 0;
}
body.top .winners_navArea__wrap {
  width: 90%;
}
.winners_navArea__rlist--item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.winners_navArea__rlist--item:nth-child(2n) {
  margin-right: 0;
}
.winners_navArea__rlist--item:nth-child(5) {
  margin-bottom: 0;
}
.winners_navArea__rlist--item a {
  font-size: 3.2vw;
  margin: 0;
  padding: 1em 0;
}
.winners_navArea__rlist--item a:after {
  content: none;
}
.winners_navArea__rlist--item a:hover {
  background: #8a000c;
}


/* ==========================================================================
   winnerArea
========================================================================== */
.mvpArea {
  background: #fff;
}
.mvpArea .sec__inner980 {
  padding: 40px 0vw !important;
}
.mvpArea figure {
	display: block;
	width: 100%;
	margin: auto;
}
.mvpArea figure .nolink{
	pointer-events: none;
}
.mvpArea figure img{
	width: 100%;
}

/*-- BestEleven --*/
.bestelevenArea {
  background: #ebebeb;
  background: #ffffff;
}
.bestelevenArea .sec__inner980 {
  padding: 40px 0vw !important;
}
.bestelevenArea ul.besteleven_list {
	display: block;
	width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px;
    list-style: none;
}
.bestelevenArea ul.besteleven_list:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0em;
    line-height: 0;
    clear: both;
}
.bestelevenArea ul.besteleven_list li {
	display: block;
	float: left;
	width: 48%;
    margin: 0px 4% 4% 0px;
    padding: 0px;
}
.bestelevenArea ul.besteleven_list li:nth-child(3n) {
    margin: 0px 4% 4% 0px;
}
.bestelevenArea ul.besteleven_list li:nth-child(2n) {
    margin: 0px 0% 4% 0px;
}
.bestelevenArea ul.besteleven_list li img{
	width: 100%;
}
.bestelevenArea ul.besteleven_list li .nolink{
	pointer-events: none;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: none !important;
}

.spDISP {
  display: block !important;
}

.mfp-bg {
  opacity: 0.95;
  z-index: 1042000;
}

.mfp-wrap {
  z-index: 1043000;
}
.mfp-wrap.mfp-gallery {
  top: 0 !important;
  position: inherit !important;
}

.snsBtnWrap {
  height: 50px;
  background: #FFF;
}

.bottomArea .snsNav li a:before {
  line-height: 1;
}

.specialArea {
  background: #FFF;
}

.floatingBnr {
  z-index: 1111111111111111200;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

.fade-up,
.fade-from-left,
.fade-from-right,
.fade-here {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}