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

awards2021.scss

------------------------------------*/
a {
  color: #ff0000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

body {
  min-width: 1080px;
  background: #000;
  background-size: 100% auto;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #FFF;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header *,
#main * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wide_base {
  width: 980px;
}

.wide_baseL {
  width: 1200px;
}

.bodyBG {
  background: url(/img/awards/2021/bg_01.jpg) no-repeat top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

/* ==========================================================================
   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 > ul, .CLM__half > div, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.CLM__half > li:nth-child(2n), .CLM__half > ul:nth-child(2n), .CLM__half > div: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%;
  margin-bottom: 20px;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > figure {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > figure:nth-child(4n) {
  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__size14 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size16 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}
.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 {
  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: 80px;
  line-height: 80px;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 800;
  transition: .5s all;
  margin: auto;
  background: linear-gradient(0.25turn, #D49E2D, #D8BD41, #B6862A);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(-90deg, #7d7150 50%, #5a5137 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
.btn::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
}
.btn:hover {
  opacity: 1;
  background-position: -100% 0;
}
.btn__S {
  min-width: 300px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 0 25px 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.btn__L {
  width: 80%;
}
.btn__M {
  width: 60%;
}
.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;
  background-image: linear-gradient(-90deg, #7d7150 50%, #a50000 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
.btn__movie:before {
  content: "";
  display: inline-block;
  background-image: url(/img/awards/2021/movie.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
  height: 15px;
  width: 15px;
  background-size: 15px;
}
.btn.nolink {
  pointer-events: none;
  color: #7c745c;
}

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: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.backbtnArea {
  text-align: center;
  margin: 60px 0 100px;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 15px;
  height: 70px;
  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.3);
  z-index: 500;
  box-sizing: border-box;
  min-width: 1200px;
  transition: all 1s;
}
body.winners #header, body.nominees #header {
  background: rgba(0, 0, 0, 0.85);
}
#header .header__left {
  width: 80%;
  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-right: 5px;
}
#header .header__left__jleaguejp img {
  width: auto;
  height: 40px;
}
#header .header__left__logo {
  text-align: left;
}
#header .header__left__logo img {
  height: 40px;
}
#header .header__left__nav {
  height: 40px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
}
#header .header__left__nav .navList {
  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;
  position: relative;
  height: 40px;
  font-family: "Kreon", sans-serif;
}
#header .header__left__nav .navList li {
  letter-spacing: 0.05em;
  height: 40px;
  position: relative;
}
#header .header__left__nav .navList li a, #header .header__left__nav .navList li span {
  color: #fff;
  line-height: 40px;
  padding: 0 7px;
  display: block;
}
#header .header__left__nav .navList li span {
  opacity: 0.3;
}
#header .header__left__nav .navList li.nolink a {
  pointer-events: none;
  opacity: 0.6;
}
#header .header__right {
  width: 20%;
  text-align: right;
}
#header .header__right.btn__vote a {
  display: inline-block;
  width: 200px;
  background: #a50000;
  border-radius: 2px;
  padding: 0 10px;
  color: #FFF;
  line-height: 30px;
  height: 30px;
  font-weight: 800;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .header__right.btn__vote a::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  margin-left: 5px;
}
#header.is-in {
  background: rgba(0, 0, 0, 0.85);
}

#navigation {
  display: none;
}

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  position: relative;
  text-align: right;
  margin: auto;
  max-width: 1600px;
}
.kvArea .bgextend {
  overflow: inherit;
  width: 100%;
  margin-bottom: 40px;
}
.kvArea .bgextend .bgappearTrigger, .kvArea .bgextend .bgUDextendTrigger {
  opacity: 1;
}
.kvArea .bgLRextendTrigger div {
  float: left;
}
.kvArea .bgLRextendTrigger div img {
  float: left;
}
.kvArea .bgRLextendTrigger div {
  float: right;
}
.kvArea .bgRLextendTrigger div img {
  float: right;
}
.kvArea__bg {
  position: relative;
}
.kvArea__bg--wrap {
  width: 100%;
}
.kvArea__bg img:nth-child(2) {
  position: absolute;
  right: 5%;
  top: 60px;
}
.kvArea__bg--txt {
  color: rgba(192, 151, 49, 0.4);
  font-size: 180px;
  font-size: 18rem;
  position: absolute;
  font-family: "Kreon", sans-serif;
  line-height: 250px;
  left: 5%;
}
.kvArea__bg:nth-child(2) .kvArea__bg--txt {
  right: 5%;
}
.kvArea__title {
  z-index: 1;
  opacity: 0;
  animation: title 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 1s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 400px;
  top: calc(50% - 235px);
}
.kvArea__title img {
  width: 100%;
  margin-bottom: 10px;
}
.kvArea__title p {
  background: #a50000;
  color: #fff;
  padding: 3px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@keyframes title {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.kvArea__btn {
  margin-top: 30px;
}
.kvArea__btn a {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  height: 60px;
  padding: 0 0.7em;
  font-weight: 900;
  color: #000;
}
.kvArea__btn a::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  margin-left: 5px;
}
.kvArea__btn.cream a {
  background: #fff0c8;
}

/* ==========================================================================
   KV others
========================================================================== */
.kvAreaOthers__title {
  color: #FFF;
  left: 5%;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: none;
  line-height: 1;
  position: relative;
  margin-top: 200px;
  width: 90%;
}
.kvAreaOthers__title .heading__EN__S {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Kreon", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.kvAreaOthers__title .heading__EN__L {
  font-size: 110px;
  font-size: 11rem;
  font-family: "Kreon", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.kvAreaOthers__title .heading__JP__S {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
}

body.winners .kvAreaOthers .kvAreaOthers__title.winners,
body.nominees .kvAreaOthers .kvAreaOthers__title.nominees,
body.archives .kvAreaOthers .kvAreaOthers__title.archives {
  display: block;
  text-shadow: none;
}

/* ==========================================================================
   HEADING
========================================================================== */
.heading__ribon__long {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #2d1a04;
  position: relative;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
  text-align: left;
  margin-bottom: 50px;
}
.heading__ribon__long::after {
  position: absolute;
  background: url(/img/awards/2020/robon_long_right_PC.png) no-repeat 50% 50%;
  width: 300px;
  height: 140px;
  display: block;
  content: '';
  right: -100px;
  top: -5px;
}
.heading__ribon__long .heading__JP__M {
  font-size: 28px;
  font-size: 2.8rem;
  padding-left: 1em;
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.heading__ribon__long .heading__EN__S {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  right: -80px;
  top: 30px;
  z-index: 1;
  line-height: 57px;
  text-align: center;
  width: 280px;
  font-family: "Kreon", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.heading__ribon__short {
  position: absolute;
  top: -70px;
  color: #2d1a04;
}
.heading__ribon__short span {
  display: inline-block;
  box-sizing: border-box;
}
.heading__ribon__short .heading__EN__M {
  height: 70px;
  line-height: 70px;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Kreon", sans-serif;
  padding: 0 .7em;
  min-width: 250px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.heading__ribon__short .heading__EN__M::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: #c19838;
}
.heading__ribon__short .heading__EN__M.JP {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
}
.heading__ribon__short .heading__JP__S {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  min-width: 200px;
  padding: 0 .7em;
  height: 90px;
  position: relative;
  z-index: 111;
  font-weight: 900;
  line-height: 57px;
  text-align: center;
  background: #ccb375;
}
.heading__ribon__short .heading__JP__S.EN {
  font-family: "Kreon", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}
.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_PC.png) no-repeat bottom right;
  background-size: 100% 70px;
}
.heading__ribon__short.left .heading__JP__S {
  background: url(/img/awards/2020/ribon_short_left_PC.png) no-repeat top right;
  background-size: 100% 90px;
}
.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_PC.png) no-repeat bottom right;
  background-size: 100% 70px;
}
.heading__ribon__short.right .heading__JP__S {
  background: url(/img/awards/2020/ribon_short_right_PC.png) no-repeat top right;
  background-size: 100% 90px;
}
.heading__border__topbottom {
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2em;
  text-align: center;
  background: #000;
  color: #fff;
}
.heading__border__topbottom:first-of-type {
  margin-top: 0;
}
.heading__center__bold {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1em;
}

/* ==========================================================================
   SECTION
========================================================================== */
.sec {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sec__inner {
  margin: 0 auto;
  width: 980px;
  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 auto;
  width: 980px;
  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;
  width: 980px;
  color: #FFF;
  box-sizing: border-box;
}
.sec__kirakira__gradation {
  padding: 100px 0;
}
.sec__kirakira__gradation .sec__inner {
  background: rgba(0, 0, 0, 0.8);
}
.sec__kirakira__left {
  background-color: #000;
  background-image: url(/img/awards/2020/BG_J.png), url(/img/awards/2020/BG_kirakira_left.jpg);
  background-repeat: no-repeat;
  background-position: 95% 50px,left top;
  background-size: 50% auto, auto 800px;
  text-align: left;
  position: relative;
}
.sec__kirakira__right {
  text-align: right;
  position: relative;
}
.sec__awardsarena__right {
  background: #000 url(/img/awards/2020/BG_awards_arena.jpg) no-repeat top center;
  background-size: 150%;
  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 100px;
  max-width: 1600px;
}
.sec .sec__inner__naname::before {
  background: url(/img/awards/2020/BG_naname.png) repeat left top;
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: -50px;
  opacity: 0.6;
}
.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: 4%;
  background: #000;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #fff0c8;
  width: 70%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__black.left {
  left: 5%;
}
.sec .cont__black.right {
  right: 5%;
}
.sec .cont__white {
  padding: 5%;
  background: #FFF;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #333;
  width: 70%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__white.left {
  left: 5%;
}
.sec .cont__white.right {
  right: 5%;
}
.sec .cont__cream {
  padding: 5%;
  background: #fff0c8;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #333;
  width: 70%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__cream.left {
  left: 5%;
}
.sec .cont__cream.right {
  right: 5%;
}
.sec .cont__transparent {
  display: inline-block;
  text-align: left;
  color: #fff0c8;
  width: 70%;
  box-sizing: border-box;
  position: relative;
}
.sec .cont__transparent.left {
  left: 5%;
}
.sec .cont__transparent.right {
  right: 5%;
}
.sec .btnwrap {
  position: relative;
  padding: 20px 0 0;
  white-space: nowrap;
}
.sec .btnwrap.left {
  left: 5%;
}
.sec .btnwrap.right {
  right: 5%;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: inline-block;
  width: auto;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 100%;
  display: block;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右　グラデーション残し*/
.bgLRextendgrd {
  padding: 0 1rem;
  line-height: 1.5;
}
.bgLRextendgrd .bgappearTrigger, .bgLRextendgrd .bgUDextendTrigger {
  color: #000;
  position: relative;
  z-index: 1000;
  font-weight: 700;
}

.bgLRextendgrd::before {
  animation-name: bgLRextendgrdAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.25turn, #D49E2D, #D8BD41, #B6862A);
  /*伸びる背景色の設定*/
  animation-delay: 0s;
  z-index: 100;
  left: 0;
}

@keyframes bgLRextendgrdAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  80% {
    transform-origin: left;
    transform: scaleX(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  80.001% {
    transform-origin: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C09731;
  /*伸びる背景色の設定*/
  animation-delay: 0s;
  z-index: 100;
  left: 0;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  50.001% {
    transform-origin: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C09731;
  /*伸びる背景色の設定*/
  animation-delay: 0s;
  z-index: 100;
  right: 0;
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  50.001% {
    transform-origin: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/* 左へ */
.flipLeft.is-anime {
  animation-name: flipLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0.5;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C09731;
  /*伸びる背景色の設定*/
  animation-delay: 0s;
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger {
  opacity: 0;
  color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   TOP page
========================================================================== */
#winnersListArea {
  background: url(/img/awards/2021/bg_02.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 100px;
}
body.winners #winnersListArea, body.nominees #winnersListArea {
  background: none;
  padding: 0;
}
#winnersListArea .sec__inner {
  padding: 3%;
  width: auto;
  margin: 0 5%;
  background: #fff0c8;
  border: none;
}

.winnersList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 66% !important;
  background: rgba(0, 0, 0, 0.8);
  padding: 2%;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.winnersList__title {
  width: 30% !important;
  margin-bottom: 0 !important;
}
.winnersList__title h3 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Kreon", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #C09731;
}
.winnersList__title .btnwrap {
  white-space: inherit;
}
.winnersList__title .btnwrap a + a {
  margin-top: 15px;
}
.winnersList__title .btnwrap .btn.btn__S {
  width: 100%;
  min-width: auto;
}
.winnersList li {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.winnersList li:before {
  content: '/';
  position: absolute;
  right: 0;
  color: #C09731;
}
.winnersList li a, .winnersList li span {
  display: inline-block;
  color: #fff0c8;
  transition: .5s all;
  font-weight: 700;
}
.winnersList li a::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
}
.winnersList li a:hover {
  opacity: 0.5;
}
.winnersList li a.nolink {
  pointer-events: none;
  color: #5a5137;
}
.winnersList li span {
  opacity: .3;
}
.winnersList li.nocurrent {
  color: #C09731;
}
.winnersList li.nolink a {
  pointer-events: none;
  color: #5a5137;
}
.winnersList li.nolink a:after {
  color: #5a5137;
}

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

#newsArea {
  width: 90%;
  margin: 60px auto;
}
#newsArea > h3 {
  position: absolute;
  left: 5%;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  color: rgba(192, 151, 49, 0.5);
  font-family: "Kreon", sans-serif;
  white-space: nowrap;
  width: auto;
}
#newsArea > h3.bgLRextendTrigger {
  transform-origin: 10%;
}
#newsArea > h3 span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 10px;
}
#newsArea > h3 span.bgappearTrigger {
  font-size: 200px;
  font-size: 20rem;
  display: inline-block;
  width: auto;
}
#newsArea > h3 span.bgappearTrigger span {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
#newsArea time {
  background: #C09731;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 2px 10px;
  font-weight: 900;
}

.newslist {
  margin-top: 120px;
}
.newslist__title__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.newslist .accordionIndex {
  border-bottom: 0;
}
.newslist .cont__black {
  padding: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #C09731;
}
.newslist .cont__black:first-child {
  border-top: 1px solid #C09731;
}
.newslist .cont__black.accordionList .accordionIndex::after {
  position: absolute;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  font-size: 22px;
  font-size: 2.2rem;
  color: #7d7150;
  transition: .5s all;
  top: 50%;
}
.newslist .cont__black.accordionList .accordionIndex.active::after {
  transform: rotate(180deg) translateY(50%);
}
.newslist .cont__black:hover h3 {
  opacity: 0.7;
  transition: .5s all;
}
.newslist .cont__black img {
  width: 70%;
  margin: 1em auto;
  display: block;
}
.newslist .cont__black hr {
  margin: 2em 0;
}
.newslist .cont__black table {
  width: 100%;
  margin: 1em 0;
}
.newslist .cont__black table tbody tr td {
  border: solid 1px #CCC;
  padding: 5px;
}
.newslist .cont__black table tbody tr td:nth-child(1) {
  width: 40%;
}
.newslist .cont__black table tbody tr td:nth-child(2) {
  width: 30%;
}
.newslist .cont__black table tbody tr td:nth-child(3) {
  width: 30%;
}

#broadcastArea {
  background-color: #C09731;
  -webkit-transform: skew(0deg, -3deg);
  background: url(/img/awards/2021/bg_03.jpg) no-repeat top center;
  padding-bottom: 50px;
  bottom: -40px;
  position: relative;
  background-size: cover;
}
#broadcastArea > article {
  -webkit-transform: skew(0deg, 3deg);
}
#broadcastArea .icon__click {
  display: none;
}
#broadcastArea h3 {
  position: absolute;
  right: 10%;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  color: rgba(192, 151, 49, 0.5);
  font-family: "Kreon", sans-serif;
  white-space: nowrap;
  width: auto;
}
#broadcastArea h3.bgLRextendTrigger {
  transform-origin: 10%;
}
#broadcastArea h3 span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
#broadcastArea h3 span.bgappearTrigger {
  font-size: 200px;
  font-size: 20rem;
  display: inline-block;
  width: auto;
}
#broadcastArea h3 span.bgappearTrigger span {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
#broadcastArea .cont__black {
  left: 0;
  float: left;
  background: #fff;
  border: none;
  padding-left: 10%;
  padding-bottom: 120px;
  width: 75%;
  margin-top: 120px;
}
#broadcastArea .cont__white {
  background: none;
  padding: 0;
  border: none;
  right: 0;
  padding-left: 10%;
  float: left;
  width: 75%;
  top: -60px;
  box-shadow: none;
}

.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;
  border-top: 1px solid #C09731;
}
.outlinetable dt, .outlinetable dd {
  border-bottom: 1px solid #C09731;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.outlinetable dt {
  width: 30%;
  color: #C09731;
}
.outlinetable dd {
  text-align: left;
  width: 70%;
  color: #000;
}

/* ==========================================================================
   winners
========================================================================== */
.winnersArea .sec__inner__naname {
  margin-bottom: 30px;
}
.winnersArea:last-of-type .sec__inner__naname {
  margin-bottom: 100px;
}
.winnersArea .mb20 {
  margin-bottom: 20px;
}
.winnersArea#mvp {
  margin-bottom: 60px;
}
.winnersArea__title {
  position: absolute;
  color: #fff;
}
.winnersArea__title.left {
  left: 10%;
  text-align: left;
}
.winnersArea__title.right {
  text-align: right;
  right: 10%;
}
.winnersArea__title .txt__size14 {
  text-align: left;
}
.winnersArea__title .txt__size14:first-child {
  margin-top: 40px;
}
.winnersArea__title .heading__EN, .winnersArea__title .heading__EN__S {
  font-family: "Kreon", sans-serif;
  font-size: 47px;
  font-size: 4.7rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.winnersArea__title .heading__EN span, .winnersArea__title .heading__EN__S span {
  font-size: 27px;
  font-size: 2.7rem;
  display: block;
}
.winnersArea__title .heading__EN__S {
  font-size: 37px;
  font-size: 3.7rem;
}
.winnersArea__title .heading__JP, .winnersArea__title .heading__JP__L {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.winnersArea__title .heading__JP__L {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.winnersArea__title .bgappearTrigger, .winnersArea__title .bgUDextendTrigger {
  color: #fff;
}
.winnersArea__info {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
.winnersArea__info a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.winnersArea__info i span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}
.winnersArea__info i span + span {
  margin-left: 5px;
}
.winnersArea .sec__inner__naname::before {
  background: url(/img/awards/2021/bg_02.jpg) no-repeat top center;
  background-size: cover;
  left: 0;
  width: 60%;
}
.winnersArea .sec__inner__naname.left:before {
  right: 0;
  margin-left: auto;
}
.winnersArea .sec__inner__naname .cont__cream {
  padding: 0;
  width: 55%;
  display: block;
  background: none;
  box-shadow: none;
  border: none;
}
.winnersArea .sec__inner__naname .cont__cream.left {
  left: 10%;
}
.winnersArea .sec__inner__naname .cont__cream.right {
  right: 10%;
  margin-left: auto;
}
.winnersArea .sec__inner__naname .cont__cream img {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.winnersArea .sec__inner__naname .cont__cream dl {
  background: #fff;
  padding: 40px;
  border: none;
}
.winnersArea .sec__inner__naname .cont__cream figure {
  overflow: hidden;
}
.winnersArea .sec__inner__naname .cont__cream figure img {
  transition: transform .5s;
}
.winnersArea .sec__inner__naname .cont__cream figure a:hover {
  opacity: 1;
}
.winnersArea .sec__inner__naname .cont__cream figure a:hover img {
  transform: scale(1.2);
}
.winnersArea .sec__inner__naname .cont__cream figure a.nolink {
  pointer-events: none;
}
.winnersArea .sec__inner__naname .cont__cream figure a.nolink:hover {
  opacity: 1;
}
.winnersArea .sec__inner__naname .cont__cream figure a.nolink:hover img {
  transform: scale(1);
  opacity: 1;
}
.winnersArea .sec__inner__naname h3 {
  width: 22%;
}
.winnersArea .sec__inner__naname .cont__black figure,
.winnersArea .sec__inner__naname .cont__cream figure {
  text-align: center;
}
.winnersArea .sec__inner__naname .cont__black figure + figure .videoOneArea,
.winnersArea .sec__inner__naname .cont__cream figure + figure .videoOneArea {
  margin-top: 30px;
}
.winnersArea .sec__inner__naname .cont__black figure > div,
.winnersArea .sec__inner__naname .cont__cream figure > div {
  overflow: hidden;
  position: relative;
}
.winnersArea .sec__inner__naname .cont__black figure > div:before,
.winnersArea .sec__inner__naname .cont__cream figure > div:before {
  content: "";
  border-bottom: 2em solid transparent;
  border-left: 2em solid #c12748;
  position: absolute;
  z-index: 100;
  transform: rotate(-180deg);
  bottom: 0;
  right: 0;
}
.winnersArea .sec__inner__naname .cont__black figure > div:after,
.winnersArea .sec__inner__naname .cont__cream figure > div:after {
  content: "→";
  display: block;
  bottom: 0;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 101;
  font-weight: 900;
  margin-right: 3px;
  font-size: 10px;
}
.winnersArea .sec__inner__naname .cont__black figure:before, .winnersArea .sec__inner__naname .cont__cream figure:before {
  content: "";
  border-bottom: 2em solid transparent;
  border-left: 2em solid #c12748;
  position: absolute;
  z-index: 100;
  transform: rotate(-180deg);
  bottom: 0;
  right: 0;
}
body.nominees .winnersArea .sec__inner__naname .cont__black figure:before,
body.nominees .winnersArea .sec__inner__naname .cont__cream figure:before {
  content: none;
}
.winnersArea .sec__inner__naname .cont__black figure:after, .winnersArea .sec__inner__naname .cont__cream figure:after {
  content: "→";
  display: block;
  bottom: 0;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 101;
  font-weight: 900;
  margin-right: 3px;
  font-size: 10px;
}
body.nominees .winnersArea .sec__inner__naname .cont__black figure:after,
body.nominees .winnersArea .sec__inner__naname .cont__cream figure:after {
  content: none;
}
.winnersArea .sec__inner__naname .cont__black figure.nolink:before, .winnersArea .sec__inner__naname .cont__black figure.nolink:after,
.winnersArea .sec__inner__naname .cont__cream figure.nolink:before,
.winnersArea .sec__inner__naname .cont__cream figure.nolink:after {
  content: none;
}
.winnersArea .sec__inner__naname .cont__black figure.nolink > div:before, .winnersArea .sec__inner__naname .cont__black figure.nolink > div:after,
.winnersArea .sec__inner__naname .cont__cream figure.nolink > div:before,
.winnersArea .sec__inner__naname .cont__cream figure.nolink > div:after {
  content: none;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption,
.winnersArea .sec__inner__naname .cont__cream figure figcaption {
  margin-top: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}
.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: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 5px;
}
.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: 10px;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption i span + span,
.winnersArea .sec__inner__naname .cont__cream figure figcaption i span + span {
  margin-left: 0;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption .textlink,
.winnersArea .sec__inner__naname .cont__cream figure figcaption .textlink {
  font-weight: 800;
}
.winnersArea .sec__inner__naname .cont__black figure figcaption .textlink::after,
.winnersArea .sec__inner__naname .cont__cream figure figcaption .textlink::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  font-size: 80%;
  padding-left: 5px;
}
.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: 16px;
  font-size: 1.6rem;
}
.winnersArea .prizewrap {
  position: relative;
  display: block;
  width: 80%;
  margin-top: 40px;
  padding: 3%;
  background: #fff;
  border: none;
  color: #000;
}
.winnersArea .prizewrap .prize__title {
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: left;
  position: absolute;
  margin-top: 15px;
  top: 0;
}
.winnersArea .prizewrap .prize__inn {
  text-align: left;
}
.winnersArea .prizewrap .prize__inn:last-child > div:first-child {
  margin-bottom: 0;
}
.winnersArea .prizewrap .prize__inn > div {
  margin-top: 45px;
}
.winnersArea .prizewrap .prize__inn > div:first-child {
  width: 30%;
}
.winnersArea .prizewrap .prize__inn > div:nth-child(2) {
  width: 66%;
  margin-bottom: 0;
}
.winnersArea .prizewrap .prize__inn figure img {
  border: 1px solid #dbdbdb;
}
.winnersArea .prizewrap .prize__inn dl dt {
  font-weight: 600;
  margin-top: 1em;
}
.winnersArea .prizewrap .prize__inn dl dt:first-child {
  margin-top: 0;
}
.winnersArea .prizewrap .prize__inn dl dt, .winnersArea .prizewrap .prize__inn dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.winnersArea .prizewrap .prize__inn .commonTable {
  margin-top: 20px;
  margin-bottom: 0;
}
.winnersArea .prizewrap .prize__inn .commonTable th, .winnersArea .prizewrap .prize__inn .commonTable td {
  padding: 5px;
  line-height: 1;
}
.winnersArea .prizewrap .prize__inn .commonTable th {
  background: #000;
  color: #fff;
}
.winnersArea .btnwrap {
  white-space: inherit;
}
.winnersArea .btnwrap a {
  min-width: 100%;
  width: 100%;
}
.winnersArea .btnwrap a + a {
  margin-top: 20px;
}
.winnersArea#fairplayJ1 figure:after, .winnersArea#fairplayJ1 figure:before, .winnersArea#fairplayJ2 figure:after, .winnersArea#fairplayJ2 figure:before, .winnersArea#fairplayJ3 figure:after, .winnersArea#fairplayJ3 figure:before, .winnersArea#servicePlayer figure:after, .winnersArea#servicePlayer figure:before {
  content: none;
}
.winnersArea#fairplayJ1 figure figure, .winnersArea#fairplayJ2 figure figure, .winnersArea#fairplayJ3 figure figure, .winnersArea#servicePlayer figure figure {
  position: relative;
}
.winnersArea#fairplayJ1 figure figure:before, .winnersArea#fairplayJ2 figure figure:before, .winnersArea#fairplayJ3 figure figure:before, .winnersArea#servicePlayer figure figure:before {
  content: "";
  border-bottom: 2em solid transparent;
  border-left: 2em solid #c12748;
  position: absolute;
  z-index: 100;
  transform: rotate(-180deg);
  bottom: 0;
  right: 0;
}
.winnersArea#fairplayJ1 figure figure:after, .winnersArea#fairplayJ2 figure figure:after, .winnersArea#fairplayJ3 figure figure:after, .winnersArea#servicePlayer figure figure:after {
  content: "→";
  display: block;
  bottom: 0;
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 101;
  font-weight: 900;
  margin-right: 3px;
  font-size: 10px;
}
.winnersArea#bestClub .sec__inner__naname .cont__cream figure, .winnersArea#fairplay .sec__inner__naname .cont__cream figure {
  background: #fff;
}
.winnersArea#bestClub .sec__inner__naname .cont__cream figure img, .winnersArea#fairplay .sec__inner__naname .cont__cream figure img {
  box-shadow: none;
}

.fixednav {
  position: fixed;
  top: 70px;
  transition: 1s ease-in-out;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 5% 15px;
  z-index: 1;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
}
.fixednav__btn {
  display: none;
}
.fixednav.is-in {
  opacity: 1;
  display: block;
}
.fixednav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.fixednav ul li {
  border: 1px solid #C09731;
  border-radius: 2px;
  background: #fff;
  padding: 3px;
  color: #C09731;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
}
.fixednav ul li:after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
}
.fixednav ul li a {
  color: #C09731;
}
.fixednav ul li.nolink {
  opacity: 0.4;
}
.fixednav ul li.nolink a {
  pointer-events: none;
}
.fixednav ul li.nocurrent {
  border: none;
  background: none;
  font-weight: 700;
}
.fixednav ul li.nocurrent:after {
  content: none;
}
.fixednav ul li.nocurrent a {
  border: 1px solid #C09731;
  border-radius: 2px;
  background: #fff;
  padding: 3px;
  color: #C09731;
  margin-right: 5px;
  padding-right: 5px;
}
.fixednav ul li.nocurrent a:after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
}
.fixednav ul li.nocurrent a.nolink {
  position: none;
  opacity: 0.4;
}

.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;
}
.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoOneArea + .btn {
  margin-top: 10px;
}

/* ==========================================================================
   nominees
========================================================================== */
.nomineesArea .sec__paper__right {
  background-position: 100% 80px;
  background-size: 80% 80%;
}
.nomineesArea .sec__paper__left {
  background-position: 0 80px;
  background-size: 80% 80%;
}
.nomineesArea .sec__inner__transparent {
  width: 80%;
  max-width: 980px;
  padding: 50px 0px 30px;
}
.nomineesArea .cont__transparent {
  width: 80%;
}
.nomineesArea .cont__transparent.left {
  left: 10%;
}
.nomineesArea .cont__transparent.right {
  right: 10%;
}
.nomineesArea .cont__transparent .CLM__three {
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
}
.nomineesArea .cont__transparent .CLM__three figure {
  width: 30%;
  max-width: 300px;
  height: 350px;
  margin-right: 5%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  background: #FFF;
}
.nomineesArea .cont__transparent .CLM__three figure:nth-child(3n) {
  margin-right: 0;
}
.nomineesArea .cont__transparent .CLM__three figure img {
  width: auto;
  height: 100%;
}
.nomineesArea .cont__transparent .CLM__three figure figcaption {
  background: #000;
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 80%;
  text-align: center;
  padding: 20px 0;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
}
.nomineesArea .cont__transparent .CLM__three figure figcaption i {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  display: block;
}
.nomineesArea .cont__transparent .CLM__three figure figcaption .embS {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

#bestclub.nomineesArea .cont__transparent .CLM__three figure img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

/* ==========================================================================
   moderator
========================================================================== */
.moderator {
  position: relative;
}
.moderator .mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  height: calc(100% + 30px);
}
.moderator .mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: #333;
  /*背景色*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: center;
}
.moderator .mask:hover::before {
  /*hoverした時の変化*/
  transform: scale(1, 1);
}
.moderator:hover .cap {
  /*hoverした時の変化*/
  opacity: 1;
}
.moderator .cap {
  opacity: 0;
  transition: .5s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;
  z-index: 3;
  /*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /*テキストの色を変えたい場合はここを修正*/
  line-height: 1.2;
  /*行の高さを1.5にする*/
  width: 90%;
  font-size: 12px;
  font-size: 1.2rem;
}
.moderator > h4 {
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 20px;
  bottom: -30px;
  z-index: 1;
  margin-bottom: 0;
}

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

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

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

#underlineNav {
  position: relative;
}
#underlineNav__line {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #a50000;
  transition: all .3s ease;
}
