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

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

/* ==========================================================================
   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: #000;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
  margin: auto;
  background-color: #fff0c8;
  background-image: linear-gradient(-45deg, #7d7150 50%, #fff0c8 50%);
  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, #7d7150 50%, #000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  color: #fff0c8;
}

.btn__red {
  background: #a50000;
  background-image: linear-gradient(-45deg, #7d7150 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  color: #fff0c8;
}

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

/* ==========================================================================
   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;
}

#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 img {
  width: 90%;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#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;
  padding: 60px 0 100px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

#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: #7d7150;
  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;
}

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  position: relative;
  text-align: right;
  margin: 30px auto 50px;
  min-height: 450px;
}

.kvArea__title {
  position: absolute;
  left: 5%;
  top: 45%;
  z-index: 1;
  text-align: left;
}

.kvArea__title__logo {
  margin-bottom: 10px;
  width: 80%;
}

.kvArea__title__title {
  color: #fff0c8;
}

.kvArea__title__title span {
  background: rgba(165, 0, 0, 0.8);
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-bottom: 3px;
}

.kvArea__title__title .copy {
  font-size: 3.5vw;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0 10px 0 110px;
}

.kvArea__title__title .copy img {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
}

.kvArea__title__title .title {
  font-size: 7vw;
}

.kvArea__title__date {
  background: rgba(165, 0, 0, 0.6);
  display: inline-block;
  padding: 0.2em 0.7em;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 3.5vw;
  color: #fff0c8;
  font-family: "Kreon", sans-serif;
}

.kvArea__kv {
  display: inline-block;
  width: 90%;
}

.kvArea__btn {
  margin-top: 10px;
}

.kvArea__btn a {
  display: inline-block;
  width: 90%;
  text-align: center;
  font-size: 3.6vw;
  line-height: 40px;
  height: 40px;
  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;
}

.kvArea__btn.red a {
  background: #a50000;
  color: #fff0c8;
}

body.index .kvArea__title__date {
  background: rgba(255, 240, 200, 0.8);
  color: #000;
}

body.index .kvArea__title__title {
  width: 90%;
}

.slick-slide {
  overflow: hidden;
}

.slick-dots li button::before {
  color: #FFF !important;
}

.slick-dots li.slick-active button::before {
  color: #FF0000 !important;
}

.kvArea__kv {
  opacity: 0;
}

.kvMove__1,
.kvMove__2,
.kvMove__3,
.kvMove__4,
.kvMove__5 {
  transform: translateX(-100px);
  opacity: 0;
}

.kvArea__kv {
  -webkit-animation: kvmoving 2s ease 2s 1 forwards;
  animation: kvmoving 2s ease 2s 1 forwards;
}

.kvMove__1 {
  -webkit-animation: kvmoving 2s ease 0.5s 1 forwards;
  animation: kvmoving 2s ease 0.5s 1 forwards;
}

.kvMove__2 {
  -webkit-animation: kvmoving 2s ease 1s 1 forwards;
  animation: kvmoving 2s ease 1s 1 forwards;
}

.kvMove__3 {
  -webkit-animation: kvmoving 2s ease 1.5s 1 forwards;
  animation: kvmoving 2s ease 1.5s 1 forwards;
}

.kvMove__4 {
  -webkit-animation: kvmoving 2s ease 2s 1 forwards;
  animation: kvmoving 2s ease 2s 1 forwards;
}

.kvMove__5 {
  -webkit-animation: kvmoving 2s ease 2.5s 1 forwards;
  animation: kvmoving 2s ease 2.5s 1 forwards;
}

@-webkit-keyframes kvmoving {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes kvmoving {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ==========================================================================
   KV others
========================================================================== */
.kvAreaOthers {
  position: relative;
}

.kvAreaOthers::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
}

.kvAreaOthers__title {
  margin-left: 5%;
  color: #FFF;
  position: relative;
  z-index: 1;
  height: 100px;
  padding-top: 80px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: none;
}

.kvAreaOthers__title > div {
  border-top: 5px solid #FFF;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.kvAreaOthers__title .heading__EN__L {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Kreon", sans-serif;
  font-weight: 600;
  position: relative;
  top: 35px;
  vertical-align: top;
}

.kvAreaOthers__title .heading__JP__S {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 0;
}

body.winners .kvAreaOthers .kvAreaOthers__title.winners,
body.nominates .kvAreaOthers .kvAreaOthers__title.nominates,
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 {
  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% 20px,left top;
  background-size: 70% auto, auto 800px;
  text-align: left;
  position: relative;
}

.sec__kirakira__right {
  background-color: #000;
  background-image: url(/img/awards/2020/BG_J.png), url(/img/awards/2020/BG_kirakira_right.jpg);
  background-repeat: no-repeat;
  background-position: 5% 20px,right top;
  background-size: 70% auto, auto 800px;
  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: -90px;
}

.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
========================================================================== */
.schedule__vote {
  font-size: 15px;
  font-size: 1.5rem;
  border-top: 1px solid #5a5137;
  padding: 10px;
  text-align: left;
}

.schedule__vote:last-of-type {
  border-bottom: 1px solid #5a5137;
  margin-bottom: 20px;
}

.schedule__vote dd {
  font-family: "Kreon", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0.2em;
}

#votingArea .txt__size22 {
  text-align: center;
}

.selectArea {
  border-top: 1px solid #5a5137;
  padding: 15px 10px;
}

.selectArea:last-of-type {
  border-bottom: 1px solid #5a5137;
}

.selectArea dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.selectArea dd .kome {
  padding-bottom: 0;
}

.selectArea dd select, .selectArea dd input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 30px 10px 10px;
  border-radius: 3px;
  border: none;
  position: relative;
}

.selectArea dd select {
  background: #FFF url(/img/awards/2020/icon_select.png) no-repeat 95% 50%;
  background-size: 10px 7px;
  margin-bottom: 5px;
}

.appDLwrap__text {
  white-space: nowrap;
  line-height: 3em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
}

.appDLwrap__text img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.appDLwrap__btnwrap a {
  display: inline-block;
  width: 47%;
}

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

#voteResultArea .sec__inner__naname.width100 {
  padding-top: 0;
}

#voteResultArea .cont__cream {
  width: 80%;
}

#voteResultArea .cont__cream .heading__center__bold {
  font-size: 17px;
  font-size: 1.7rem;
}

#voteResultArea .cont__cream .result {
  width: 100%;
  margin: 0;
}

#voteResultArea .cont__cream .result a {
  color: #333;
}

#voteResultArea .cont__cream .result figcaption {
  margin-top: 0.5em;
}

/* ==========================================================================
   TOP page
========================================================================== */
#winnersListArea {
  position: relative;
  padding-top: 0;
}

#winnersListArea .btnwrap {
  width: 100%;
  margin-top: 10px;
}

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

.winnersList {
  text-align: left;
}

.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: #7d7150;
  transition: .5s all;
}

.winnersList .accordionIndex.active::after {
  transform: rotate(180deg);
}

.winnersList li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px;
}

.winnersList li a, .winnersList li span {
  display: inline-block;
  padding: 5px 0;
  color: #fff0c8;
}

.winnersList li a::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  margin-left: 5px;
  color: #7d7150;
}

.winnersList li span {
  opacity: .3;
}

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

.newslist__title__heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.newslist .cont__black.accordionList {
  padding: 2%;
  vertical-align: top;
  margin-bottom: 5px;
}

.newslist .cont__black.accordionList .accordionIndex {
  padding: 3% 5% 3% 3%;
  box-sizing: border-box;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.newslist .cont__black.accordionList .accordionIndex time {
  color: #7d7150;
  font-family: "Kreon", sans-serif;
}

.newslist .cont__black.accordionList .accordionIndex::after {
  position: absolute;
  right: 0;
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-size: 2.2rem;
  color: #7d7150;
  transition: .5s all;
}

.newslist .cont__black.accordionList .accordionIndex.active::after {
  transform: rotate(180deg) translateY(50%);
}

.newslist .cont__black.accordionList .accordionArticle {
  padding: 10px;
  box-sizing: border-box;
}

.newslist .cont__black.accordionList .accordionArticle figure {
  margin-bottom: 30px;
}

.newslist .cont__black.accordionList .accordionArticle figure img {
  width: 100%;
}

.newslist .cont__black.accordionList .accordionArticle .btn {
  margin-top: 20px;
  width: 80%;
}

#movieArea.sec__paper__right {
  background-position: 50% 60%;
  background-size: 90% 90%;
  margin-bottom: 60px;
}

.movielist__article a {
  position: relative;
  display: block;
}

.movielist__article a figure {
  margin: 30px 15px;
  text-align: center;
  position: relative;
  transition: .5s all;
}

.movielist__article a figure img {
  border: 1px solid #7d7150;
  margin: auto;
  opacity: 1 !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.movielist__article a figure figcaption {
  text-align: center;
  color: #fff0c8;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.movielist__article a figure::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f215";
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff0c8;
  background: rgba(0, 0, 0, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  padding-left: 5px;
  box-sizing: border-box;
}

.movielist .slick-dots {
  bottom: -10px;
}

.movielist .slick-dots li button::before {
  color: #000 !important;
  opacity: .5;
}

.movielist .slick-dots li.slick-active button::before {
  color: #FF0000 !important;
}

.movielist .slick-list {
  margin-top: 30px;
}

.center__slider .slick-slide {
  opacity: 0.6;
  transition: .5s all;
}

.center__slider .slick-center {
  opacity: 1;
  transform: scale(1.1);
}

.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 #5a5137;
}

.outlinetable dt, .outlinetable dd {
  border-bottom: 1px solid #5a5137;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}

.outlinetable dt {
  width: 30%;
}

.outlinetable dd {
  width: 70%;
}

/* ==========================================================================
   winners
========================================================================== */
.winnersArea .sec__inner__naname {
  margin-bottom: 30px;
}

.winnersArea:last-of-type .sec__inner__naname {
  margin-bottom: 100px;
}

.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: 10px;
  color: #5a5137;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  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: 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: 10px;
}

.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 .prizewrap {
  margin-top: -15px;
  position: relative;
}

.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: 1em;
}

.winnersArea .prizewrap .prize__inn {
  text-align: left;
}

.winnersArea .prizewrap .prize__inn figure {
  margin-bottom: 20px;
}

.winnersArea .prizewrap .prize__inn dl dt {
  font-weight: 600;
  margin-top: 1em;
}

.winnersArea .prizewrap .prize__inn dl dt, .winnersArea .prizewrap .prize__inn dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
}

.winnersArea .prizewrap .prize__inn .commonTable {
  margin-top: 20px;
}

.winnersArea .btnwrap a {
  margin-bottom: 5px;
}

.winnersArea .btnwrap a:last-of-type {
  margin-bottom: 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;
}

/* ==========================================================================
   nominates
========================================================================== */
.nominateArea .sec__paper__right {
  background-position: 100% 80px;
  background-size: 80% 80%;
}

.nominateArea .sec__paper__left {
  background-position: 0 80px;
  background-size: 80% 80%;
}

.nominateArea .sec__inner__naname.width100 {
  padding-top: 30px;
}

.nominateArea .txt__size16 {
  padding: 0 5%;
}

.nominateArea .cont__transparent {
  width: 85%;
  margin: auto;
}

.nominateArea .cont__transparent .CLM__three figure {
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.nominateArea .cont__transparent .CLM__three figure figcaption {
  background: #000;
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 90%;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 800;
}

.nominateArea .cont__transparent .CLM__three figure figcaption i {
  font-size: 11px;
  font-size: 1.1rem;
  font-style: normal;
  display: block;
}

.nominateArea .cont__transparent .CLM__three figure figcaption .embS {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.nominateArea .movielist .slick-list {
  margin-top: 0;
}

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

#bestGoal.nominateArea .cont__black.movie {
  padding: 0;
  width: 85%;
}

/* ==========================================================================
   moderator
========================================================================== */
#moderatorArea .CLM__three {
  display: block;
}

#moderatorArea .CLM__three li {
  width: 100%;
}

#moderatorArea .CLM__three li h4 {
  text-align: center;
}

.moderator figcaption {
  margin: 20px 0;
}

.moderator .accordionIndex {
  position: relative;
  border: none;
  padding-bottom: 3em;
}

.moderator .accordionIndex::after {
  font-size: 20px;
  font-size: 2rem;
  color: #7d7150;
  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;
}
