@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

awards2020.scss

------------------------------------*/
a {
  color: #ff0000;
  text-decoration: none;
}

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #000 url(/img/awards/2020/BG_main.jpg) no-repeat top center;
  color: #FFF;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 0 !important;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
.CNT {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

.pcDISP {
  display: none !important;
}

.spDISP {
  display: block !important;
}

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

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

.txt__honbun {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size11 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
}
.txt__size20 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #ce0010;
}
.txt__white {
  color: #FFF;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left !important;
}
.txt__right {
  text-align: right !important;
}
.txt__center {
  text-align: center !important;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}

.btn {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
  margin: auto;
  background-position: 0 0;
  background-size: 200% auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.btn::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
}
.btn__S {
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
}
.btn__L {
  width: 90%;
}
.btn__M {
  width: 70%;
}
.btn__black {
  background: #000;
  background-image: linear-gradient(-45deg, #C09731 50%, #000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  color: #fff0c8;
}
.btn__red {
  background: #a50000;
  color: #fff;
}

span.btn {
  background: #666;
  color: #888;
  box-shadow: 0 0 black;
}
span.btn::after {
  display: none;
}

.kome {
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
}

.kome__size16 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65em;
  text-align: left;
}

.backbtnArea {
  margin: 30px 0;
}
body.winners .backbtnArea, body.nominees .backbtnArea {
  margin: 0 0 60px;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 500;
  min-width: inherit;
  height: 60px;
}
#header .header__left {
  width: 88%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
#header .header__left__jleaguejp {
  margin: 0 0 0 10px;
}
#header .header__left__jleaguejp img {
  width: auto;
  height: 40px;
}
#header .header__left__logo {
  text-align: center;
}
#header .header__left__logo a {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
#header .header__left__logo a.pcDISP {
  display: none !important;
}
#header .header__left__logo a.spDISP {
  display: block !important;
}
#header .header__left__logo img {
  width: 90%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  height: auto;
}
#header .header__right {
  width: 30px;
  text-align: right;
}

.menu-trigger {
  display: inline-block;
  width: 25px;
  height: 20px;
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.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 {
  right: 15px;
}
.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);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
#navigation.spDISP {
  display: block !important;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navList {
  text-align: center;
  margin-top: 30px;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li > a, #navigation .navList li > span {
  padding: 1em 0.5em;
  color: #FFF;
  display: block;
  font-weight: 700;
  font-family: "Kreon", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
#navigation .navList li > a i, #navigation .navList li > span i {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
}
#navigation .navList li > a {
  position: relative;
}
#navigation .navList li > a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70%;
  opacity: 0.6;
}
#navigation .navList li > span {
  opacity: 0.3;
}
#navigation .navList li .eng {
  display: block;
  color: #C09731;
  font-family: "Kreon", sans-serif;
  line-height: 1.3;
}
#navigation .navList li.navList__logo a {
  display: block;
  text-align: center;
}
#navigation .navList li.navList__logo a::after {
  display: none;
}
#navigation .navList li.navList__logo a img {
  margin: auto;
  vertical-align: top;
}
#navigation .navList li.nolink a {
  pointer-events: none;
  opacity: 0.4;
}

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  margin-top: 60px;
}
.kvArea .bgextend {
  height: 100px;
  margin-bottom: 10px;
}
.kvArea .bgextend img {
  height: 100%;
}
.kvArea .bgextend .bgappearTrigger, .kvArea .bgextend .bgUDextendTrigger {
  height: 100px;
}
.kvArea__title {
  width: 100%;
  margin-top: 70px;
}
.kvArea__title p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 70%;
  margin: 0 auto;
  padding: 3px 10px;
}
.kvArea__title img {
  height: 260px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}
.kvArea__bg--txt {
  font-size: 90px;
  font-size: 9rem;
  line-height: 100px;
}
.kvArea__bg img:nth-child(2) {
  top: 20px;
}

/* ==========================================================================
   KV others
========================================================================== */
.kvAreaOthers {
  position: relative;
}
.kvAreaOthers__title {
  color: #FFF;
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 80px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: none;
  margin-top: 0;
}
.kvAreaOthers__title .heading__EN__L {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Kreon", sans-serif;
  font-weight: 600;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
}
.kvAreaOthers__title .heading__EN__S {
  top: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.kvAreaOthers__title .heading__JP__S {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  left: 0;
}

body.winners .kvAreaOthers .kvAreaOthers__title.winners,
body.nominees .kvAreaOthers .kvAreaOthers__title.nominees,
body.archives .kvAreaOthers .kvAreaOthers__title.archives,
body.comments .kvAreaOthers .kvAreaOthers__title.comments {
  display: block;
}

/* ==========================================================================
   HEADING
========================================================================== */
.heading__ribon__long {
  width: 100%;
  line-height: 1.3;
  padding: 10px;
  color: #2d1a04;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
  text-align: left;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.heading__ribon__long::after {
  position: absolute;
  background: url(/img/awards/2020/robon_long_right_SP.png) no-repeat 50% 50%;
  width: 110px;
  height: 85px;
  display: block;
  content: '';
  right: -30px;
  top: 0;
  background-size: 100% auto;
}
.heading__ribon__long .heading__JP__M {
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.heading__ribon__long .heading__EN__S {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: -30px;
  top: 83%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1.1;
  text-align: center;
  width: 110px;
  font-family: "Kreon", sans-serif;
  font-weight: 600;
  font-family: "Kreon", sans-serif;
}
.heading__ribon__short {
  position: absolute;
  top: -110px;
  color: #2d1a04;
}
.heading__ribon__short span {
  display: inline-block;
  box-sizing: border-box;
}
.heading__ribon__short .heading__EN__M {
  min-height: 50px;
  line-height: 1.2;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Kreon", sans-serif;
  padding: 0 .7em;
  min-width: 160px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px;
}
.heading__ribon__short .heading__EN__M::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 50px;
  width: 100%;
  z-index: -1;
  background: #c19838;
}
.heading__ribon__short .heading__EN__M.JP {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
}
.heading__ribon__short .heading__JP__S {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  min-width: 135px;
  height: 60px;
  padding: 0 .7em;
  position: relative;
  z-index: 111;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  background: #ccb375;
}
.heading__ribon__short .heading__JP__S.EN {
  font-family: "Kreon", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -.05em;
}
.heading__ribon__short .heading__JP__S.EN.short {
  font-size: 13px;
  font-size: 1.3rem;
}
.heading__ribon__short.left {
  left: 3%;
  text-align: left;
}
.heading__ribon__short.left .heading__EN__M::before {
  background: url(/img/awards/2020/ribon_short_leftBG_SP.png) no-repeat bottom right;
  background-size: 100% 50px;
}
.heading__ribon__short.left .heading__JP__S {
  background: url(/img/awards/2020/ribon_short_left_SP.png) no-repeat top right;
  background-size: 100% 60px;
}
.heading__ribon__short.right {
  right: 3%;
  text-align: right;
}
.heading__ribon__short.right .heading__EN__M::before {
  background: url(/img/awards/2020/ribon_short_rightBG_SP.png) no-repeat bottom right;
  background-size: 100% 50px;
}
.heading__ribon__short.right .heading__JP__S {
  background: url(/img/awards/2020/ribon_short_right_SP.png) no-repeat top right;
  background-size: 100% 60px;
}
.heading__border__topbottom {
  border-top: 1px solid #5a5137;
  border-bottom: 1px solid #5a5137;
  padding: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
  margin-top: 2em;
  text-align: center;
}
.heading__border__topbottom:first-of-type {
  margin-top: 0;
}
.heading__center__bold {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 1.3;
}

/* ==========================================================================
   SECTION
========================================================================== */
.sec {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sec__inner {
  margin: 0 5%;
  background: #000;
  color: #fff0c8;
  box-sizing: border-box;
  padding: 4%;
  border: 1px solid #5a5137;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.sec__inner__white {
  margin: 0 5%;
  background: #FFF;
  color: #333;
  box-sizing: border-box;
  padding: 4%;
  border: 1px solid #5a5137;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec__inner100 {
  width: 100%;
  color: #fff0c8;
  box-sizing: border-box;
  padding: 100px 0;
}
.sec__inner__transparent {
  margin: 0 auto;
  color: #FFF;
  box-sizing: border-box;
  padding: 4%;
}
.sec__kirakira__gradation {
  background: url(/img/awards/2020/BG_kirakira_gradation.png) no-repeat center top;
  background-size: cover;
  padding: 40px 0 60px;
}
.sec__kirakira__gradation .sec__inner {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #5a5137;
}
.sec__kirakira__gradation .sec__inner__white {
  border: 1px solid #5a5137;
}
.sec__kirakira__left {
  text-align: left;
  position: relative;
}
.sec__kirakira__right {
  text-align: right;
  position: relative;
}
.sec__awardsarena__left {
  background: #000 url(/img/awards/2020/BG_awards_arena.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: left;
  position: relative;
}
.sec__awardsarena__right {
  background: #000 url(/img/awards/2020/BG_awards_arena.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: right;
  position: relative;
}
.sec__paper__left {
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 0 30px;
  background-size: 70% 60%;
  text-align: left;
  position: relative;
}
.sec__paper__right {
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 100% 30px;
  background-size: 70% 60%;
  text-align: right;
  position: relative;
}
.sec__paper__right .heading__ribon__short {
  top: 0;
}
.sec .sec__inner__naname {
  position: relative;
  margin: 150px auto 60px;
}
.sec .sec__inner__naname::before {
  background: url(/img/awards/2020/BG_naname.png) repeat left top;
  background-size: 120% auto;
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: -30px;
}
.sec .sec__inner__naname.left::before {
  left: 5%;
}
.sec .sec__inner__naname.right::before {
  right: 5%;
}
.sec .sec__inner__naname.width100 {
  padding-top: 80px;
}
.sec .sec__inner__naname.width100::before {
  width: 90%;
  height: 100%;
  padding-bottom: 100px;
  left: 5%;
}
.sec .cont__black {
  padding: 7% 5%;
  background: #000;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #fff0c8;
  width: 90%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__black.left {
  left: -1px;
}
.sec .cont__black.right {
  right: -1px;
}
.sec .cont__white {
  padding: 7% 5%;
  background: #FFF;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #333;
  width: 90%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__white.left {
  left: -1px;
}
.sec .cont__white.right {
  right: -1px;
}
.sec .cont__cream {
  padding: 7% 5%;
  background: #fff0c8;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #5a5137;
  width: 90%;
  box-sizing: border-box;
  position: relative;
}
.sec .cont__cream.left {
  left: -1px;
}
.sec .cont__cream.right {
  right: -1px;
}

/* ==========================================================================
   besteleven VOTE
========================================================================== */
/* ==========================================================================
   TOP page
========================================================================== */
#winnersListArea {
  position: relative;
  padding: 30px 0;
  margin-top: 20px;
}
#winnersListArea .btnwrap {
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
}
#winnersListArea .btnwrap a, #winnersListArea .btnwrap span {
  width: 100%;
  margin: 5px 0;
}
#winnersListArea .txt__size22 {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
}
#winnersListArea .sec__inner {
  display: block;
  padding: 5%;
}

.winnersList {
  text-align: left;
  width: 100% !important;
  margin-top: 20px;
  padding: 5%;
}
.winnersList .accordionIndex {
  display: block;
  color: #fff0c8;
  font-weight: 800;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.winnersList .accordionIndex::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  position: absolute;
  right: 3%;
  color: #C09731;
  transition: .5s all;
}
.winnersList .accordionIndex.active::after {
  transform: rotate(180deg);
}
.winnersList li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 5azxpx;
  line-height: 1;
  padding: 5px 10px 5px;
}
.winnersList li a, .winnersList li span {
  display: inline-block;
  color: #fff0c8;
}
.winnersList li a::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
}
.winnersList li span {
  opacity: .3;
}
.winnersList__title {
  width: 100% !important;
}
.winnersList__title h3 {
  font-size: 50px;
  font-size: 5rem;
}
body.nominees .winnersList__title {
  display: none;
}

body.index .winnersList li a::after {
  content: '\f30f';
}

#newsArea {
  margin: 30px 0;
  width: 100%;
}
#newsArea > h3 {
  left: -10px;
  top: 0;
}
#newsArea > h3 span.bgappearTrigger {
  font-size: 130px;
  font-size: 13rem;
  margin-top: 0;
}
#newsArea > h3 span {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 900;
  margin-top: 10px;
}
#newsArea .bgextend, #newsArea .bgUDextendTrigger, #newsArea .bgappear {
  animation-name: none;
  opacity: 1;
}
#newsArea .bgextend:before, #newsArea .bgUDextendTrigger:before, #newsArea .bgappear:before {
  content: none;
}

.newslist {
  margin-top: 60px;
}
.newslist__title__heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.newslist .cont__black {
  border: none;
  border-top: 1px solid #C09731;
  background: rgba(0, 0, 0, 0.6);
  padding: 39px 40px 15px 15px;
}
.newslist .cont__black:last-child {
  border-bottom: 1px solid #C09731;
}

.bgUDextend span span {
  display: none;
}

#broadcastArea {
  padding-bottom: 100px;
}
#broadcastArea .bgextend, #broadcastArea .bgUDextendTrigger, #broadcastArea .bgappear {
  animation-name: none;
  opacity: 1;
}
#broadcastArea .bgextend:before, #broadcastArea .bgUDextendTrigger:before, #broadcastArea .bgappear:before {
  content: none;
}
#broadcastArea .cont__black {
  width: calc(100% - 40px);
  padding: 7% 5%;
  margin-top: 60px;
}
#broadcastArea .cont__white {
  width: calc(100% - 70px);
  padding-left: 0;
  top: 30px;
}
#broadcastArea .icon__click {
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  right: -30px;
  bottom: 70px;
}
#broadcastArea h4 {
  right: -30px;
  bottom: 0;
}
#broadcastArea h3 {
  right: -10px;
}
#broadcastArea h3 span.bgappearTrigger {
  font-size: 130px;
  font-size: 13rem;
}
#broadcastArea h3 span {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 900;
  margin-top: 10px;
}

.outlinetable {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.outlinetable dt, .outlinetable dd {
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.outlinetable dt {
  width: 30%;
}
.outlinetable dd {
  width: 70%;
}

/* ==========================================================================
   winners
========================================================================== */
body.winners .winnersList,
body.nominees .winnersList {
  margin-top: 0;
}
body.winners .winnersList__title,
body.nominees .winnersList__title {
  display: none;
}
body.winners #winnersListArea .sec__inner,
body.nominees #winnersListArea .sec__inner {
  padding: 0;
  border: 1px solid #C09731;
}
body.winners .sec,
body.nominees .sec {
  margin-top: -100px;
  padding-top: 100px;
}

.winnersArea:last-of-type .sec__inner__naname {
  margin-bottom: 100px;
}
.winnersArea__title {
  margin-bottom: 20px;
  position: inherit;
}
.winnersArea__title.right {
  right: 0;
}
.winnersArea__title.right .btnwrap {
  margin-left: 10% !important;
}
.winnersArea__title.left {
  left: 0;
}
.winnersArea__title.left .btnwrap {
  margin-right: 10% !important;
}
.winnersArea__title .bgextend {
  display: block;
}
.winnersArea__title .btnwrap {
  padding-top: 0;
}
.winnersArea__title .btnwrap a + a {
  margin-top: 5px;
}
.winnersArea__title .heading__EN {
  font-size: 50px;
  font-size: 5rem;
  margin: 0 5%;
  width: 90%;
}
.winnersArea__title .heading__EN span {
  font-size: 20px;
  font-size: 2rem;
}
.winnersArea__title .heading__EN__S {
  margin: 0 5%;
  width: 90%;
  font-size: 27px;
  font-size: 2.7rem;
}
.winnersArea__title .heading__JP {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 5%;
  width: 90%;
}
.winnersArea__title .heading__JP__L {
  font-size: 30px;
  font-size: 3rem;
  width: 90%;
  padding: 0 5%;
}
.winnersArea__title > figcaption {
  width: 90%;
  margin: 20px 5% 0;
}
.winnersArea__title .txt__size14 {
  margin: 0 5%;
  margin-top: 1em;
}
.winnersArea__title .txt__size14:first-child {
  margin-top: 20px;
}
.winnersArea__info a {
  display: inline-block;
  margin-bottom: 0;
}
.winnersArea__info i span {
  margin-right: 7px;
}
.winnersArea__info i span + span {
  margin-left: 0;
}
.winnersArea .sec__inner__naname {
  margin-top: 0;
}
.winnersArea .sec__inner__naname h3 {
  width: 100%;
}
.winnersArea .sec__inner__naname .cont__cream {
  width: 90%;
}
.winnersArea .sec__inner__naname .cont__cream dl {
  padding: 5%;
}
.winnersArea .sec__inner__naname::before {
  height: 20%;
  min-height: 300px;
}
.winnersArea .sec__inner__naname .cont__black figure,
.winnersArea .sec__inner__naname .cont__cream figure {
  text-align: center;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption,
.winnersArea .sec__inner__naname .cont__cream figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption i,
.winnersArea .sec__inner__naname .cont__cream figure figcaption i {
  display: block;
  vertical-align: middle;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption i .embS,
.winnersArea .sec__inner__naname .cont__cream figure figcaption i .embS {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.winnersArea .sec__inner__naname .cont__black figure .textlink,
.winnersArea .sec__inner__naname .cont__cream figure .textlink {
  font-weight: 800;
}
.winnersArea .sec__inner__naname .cont__black figure .textlink::after,
.winnersArea .sec__inner__naname .cont__cream figure .textlink::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  font-size: 80%;
  padding-left: 5px;
}
.winnersArea .sec__inner__naname .btnwrap {
  margin: 20px 0;
}
.winnersArea .sec__inner__naname .btnwrap .btn__S {
  width: 80%;
}
.winnersArea .sec__inner__naname .cont__cream.movie,
.winnersArea .sec__inner__naname .cont__black.movie {
  padding: 0;
}
.winnersArea .sec__inner__naname .cont__cream.movie figcaption,
.winnersArea .sec__inner__naname .cont__black.movie figcaption {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #5a5137;
  font-size: 15px;
  font-size: 1.5rem;
}
.winnersArea .sec__inner__naname.right .prizewrap {
  margin-left: 10%;
}
.winnersArea .sec__inner__naname.left .prizewrap {
  margin-right: 10%;
  margin-left: 0;
}
.winnersArea .prizewrap {
  margin-top: 20px;
  width: auto;
  box-sizing: border-box;
  margin-right: 0;
  padding: 5%;
}
.winnersArea .prizewrap .CLM__half {
  display: block;
}
.winnersArea .prizewrap .CLM__half li {
  margin: 0 0 20px;
  width: 100%;
}
.winnersArea .prizewrap .prize__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  padding-bottom: 5px;
  position: inherit;
  width: auto;
  display: block;
}
.winnersArea .prizewrap .prize__inn {
  text-align: left;
}
.winnersArea .prizewrap .prize__inn > div {
  margin-top: 10px;
}
.winnersArea .prizewrap .prize__inn > div:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.winnersArea .prizewrap .prize__inn > div:nth-child(2) {
  width: 100%;
  margin-top: 10px;
}
.winnersArea .prizewrap .prize__inn .commonTable {
  margin-top: 10px;
}
.winnersArea .btnwrap a {
  margin-bottom: 5px;
}
.winnersArea .btnwrap a:last-of-type {
  margin-bottom: 0;
}
.winnersArea#mvp {
  margin-bottom: 0;
  margin-top: 0px;
}
.winnersArea#best11 .CLM__three > figure:nth-child(3n) {
  margin-right: auto;
}
.winnersArea#best11 .prizewrap {
  margin-top: 10px;
}
.winnersArea#fairplayJ1 figure figure:before, .winnersArea#fairplayJ2 figure figure:before, .winnersArea#fairplayJ3 figure figure:before {
  border-bottom: 2em solid transparent;
  border-left: 2em solid #a50000;
}
.winnersArea#fairplayJ1 figure figure:after, .winnersArea#fairplayJ2 figure figure:after, .winnersArea#fairplayJ3 figure figure:after {
  margin-right: 2px;
  bottom: 0;
  font-size: 10px;
}
.winnersArea#fairplayJ1 .CLM__four > figure, .winnersArea#fairplayJ2 .CLM__four > figure, .winnersArea#fairplayJ3 .CLM__four > figure {
  width: 30%;
}
.winnersArea#fairplayJ1 .CLM__four > figure:nth-child(2n), .winnersArea#fairplayJ2 .CLM__four > figure:nth-child(2n), .winnersArea#fairplayJ3 .CLM__four > figure:nth-child(2n) {
  margin-right: 4%;
}
.winnersArea#fairplayJ1 .CLM__four > figure:nth-child(3n), .winnersArea#fairplayJ2 .CLM__four > figure:nth-child(3n), .winnersArea#fairplayJ3 .CLM__four > figure:nth-child(3n) {
  margin-right: 0;
}
.winnersArea#servicePlayer .CLM__three > figure:nth-child(3n) {
  margin-right: 4%;
}
.winnersArea#servicePlayer .CLM__three > figure:nth-child(2n) {
  margin-right: 0;
}

body.nominees .winnersArea#bestYoung .CLM__three > figure:nth-child(3n),
body.nominees .winnersArea#bestClub .CLM__three > figure:nth-child(3n) {
  margin-right: 4%;
}
body.nominees .winnersArea#bestYoung .CLM__three > figure:nth-child(2n),
body.nominees .winnersArea#bestClub .CLM__three > figure:nth-child(2n) {
  margin-right: 0;
}

body.nominees .winnersArea#mvp .CLM__three > figure:nth-child(3n) {
  margin-right: 4%;
}
body.nominees .winnersArea#mvp .CLM__three > figure:nth-child(2n) {
  margin-right: 0;
}

.commonTable {
  border: 1px solid #5a5137;
}
.commonTable td, .commonTable th {
  border-color: #5a5137;
  text-align: left;
  padding-left: 10px;
}
.commonTable tbody th, .commonTable thead th {
  background: #fff0c8;
  color: #000;
  border-right: none;
}

.videoOneArea {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0;
}
.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

body.archives .winnersArea .sec__inner__naname .cont__black.movie figcaption {
  padding: 20px 2%;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
}

.fixednav {
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #000;
  padding-top: 0;
}
.fixednav__btn {
  display: block;
  background: #fff;
  border-radius: 100px;
  width: 70%;
  margin: 0 auto;
  font-weight: 700;
  padding: 2px;
  color: #000;
  position: relative;
}
.fixednav__btn:after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
  transition: .5s all;
}
.fixednav ul {
  justify-content: center;
  display: none;
}
.fixednav.active {
  background: rgba(0, 0, 0, 0.8);
}
.fixednav.active ul {
  margin-top: 20px;
  display: flex;
}
.fixednav.active ul li {
  padding: 0;
  background: none;
  color: #fff;
  border: none;
  margin-bottom: 0;
}
.fixednav.active ul li a {
  padding: 0;
  background: none;
  border: none;
  color: #fff0c8;
  font-weight: 700;
  margin-bottom: 5px;
}
.fixednav.active .fixednav__btn:after {
  transform: rotate(180deg) translateY(50%);
}

/* ==========================================================================
   nominees
========================================================================== */
/* ==========================================================================
   moderator
========================================================================== */
#moderatorArea .CLM__three {
  display: block;
}
#moderatorArea .CLM__three li {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.moderator figcaption {
  margin: 20px 0;
}
.moderator:hover .cap {
  opacity: 0;
}
.moderator img {
  width: calc(100% - 30px );
}
.moderator .mask {
  width: calc(100% + 30px);
}
.moderator .mask:hover::before {
  /*hoverした時の変化*/
  transform: scale(0);
}
.moderator.active .cap {
  opacity: 1;
}
.moderator.active .mask::before {
  transform: scale(1, 1);
}
.moderator .accordionIndex {
  position: relative;
  border: none;
  padding-bottom: 3em;
}
.moderator .accordionIndex::after {
  font-size: 20px;
  font-size: 2rem;
  color: #C09731;
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 30px;
  transform: translateX(-50%);
  transition: .5s all;
}
.moderator .accordionIndex.active::after {
  transform: translateX(-50%) rotate(180deg);
}
.moderator .accordionIndex::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ececec;
  height: 30px;
  width: 100%;
}
.moderator .accordionArticle {
  margin-top: 1em;
}

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

.mfp-bg {
  opacity: .95;
}

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

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

.specialArea {
  background: #FFF;
}

.floatingBnr {
  z-index: 1111111111111111111;
}

.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 {
  transition: opacity 0.7s;
  transition: transform 1s;
}
