@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;
  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/2020/BG_main.jpg) no-repeat top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ==========================================================================
   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 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.CLM__half > li:nth-child(2n),
.CLM__half > article:nth-child(2n),
.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}

.CLM__three > li,
.CLM__three > article,
.CLM__three > figure {
  width: 32%;
  margin-right: 2%;
  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__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: #000;
  height: 80px;
  line-height: 80px;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 800;
  transition: .5s all;
  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: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, #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%, #a50000 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: 16px;
  font-size: 1.6rem;
  text-align: left;
}

/* ==========================================================================
   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.85);
  z-index: 500;
  box-sizing: border-box;
  min-width: 1200px;
}

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

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  position: relative;
  text-align: right;
  margin: auto;
  max-width: 1600px;
  height: 900px;
}

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

.kvArea__title__logo {
  margin-bottom: 20px;
}

.kvArea__title__title {
  color: #fff0c8;
}

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

.kvArea__title__title .copy {
  font-size: 30px;
  font-size: 3rem;
  line-height: 80px;
  height: 80px;
  position: relative;
  padding-left: 220px;
}

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

.kvArea__title__title .title {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 100px;
  height: 100px;
}

.kvArea__title__date {
  background: rgba(165, 0, 0, 0.6);
  display: inline-block;
  padding: 0 0.7em;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 30px;
  font-size: 3rem;
  color: #fff0c8;
  font-family: "Kreon", sans-serif;
  line-height: 60px;
  height: 60px;
}

.kvArea__kv {
  display: inline-block;
  width: 65%;
  max-width: 750px;
  margin-right: 5%;
}

.kvArea .slick-dots {
  display: inline-block;
  position: absolute;
  right: -53%;
  transform: rotate(90deg);
  z-index: 1;
  bottom: 50%;
}

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

.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 {
  margin-bottom: 20px;
}

.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 {
  height: 250px;
  position: relative;
}

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

.kvAreaOthers__title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  color: #FFF;
  position: absolute;
  left: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 100px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 980px;
  white-space: nowrap;
  display: none;
}

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

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

.kvAreaOthers__title .heading__JP__S {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  margin-left: 10px;
  vertical-align: top;
}

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%;
  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 {
  border-top: 1px solid #5a5137;
  border-bottom: 1px solid #5a5137;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
  margin-top: 2em;
  text-align: center;
}

.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 {
  background: url(/img/awards/2020/BG_kirakira_gradation.png) no-repeat center top;
  background-size: 100% auto;
  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 {
  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% 50px,right top;
  background-size: 50% auto, auto 800px;
  text-align: right;
  position: relative;
}

.sec__awardsarena__left {
  background: #000 url(/img/awards/2020/BG_awards_arena.jpg) no-repeat top center;
  background-size: 150%;
  text-align: left;
  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%;
}

/* ==========================================================================
   besteleven VOTE
========================================================================== */
.schedule__vote {
  font-size: 26px;
  font-size: 2.6rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-top: 1px solid #5a5137;
  padding: 10px;
}

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

.schedule__vote dd {
  font-family: "Kreon", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  top: 3px;
  letter-spacing: 0.05em;
}

.selectArea {
  border-top: 1px solid #5a5137;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  min-height: 60px;
}

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

.selectArea dt {
  width: 25%;
  font-weight: 700;
}

.selectArea dd {
  width: 75%;
}

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

.selectArea dd select, .selectArea dd input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 48%;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 7px 30px 7px 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;
}

.selectArea dd select#category {
  width: 70%;
}

.selectArea dd input {
  margin-left: 2%;
}

.appDLwrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- stretch;
  justify-content: -webkit- stretch;
  justify-content: stretch;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.appDLwrap__text {
  white-space: nowrap;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  width: 55%;
}

.appDLwrap__text img {
  height: 40px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.appDLwrap__btnwrap {
  width: 45%;
  text-align: right;
}

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

.appDLwrap__btnwrap img {
  height: 55px;
  width: 100%;
}

#voteResultArea .cont__cream {
  width: 80%;
}

#voteResultArea .cont__cream .result {
  margin-bottom: 0;
}

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

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

/* ==========================================================================
   TOP page
========================================================================== */
#winnersListArea {
  position: relative;
}

#winnersListArea .btnwrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 25px;
}

#winnersListArea .btnwrap a {
  margin: 0 5px;
}

.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- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.winnersList li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px;
}

.winnersList li a, .winnersList li span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #5a5137;
  border-radius: 2px;
  color: #fff0c8;
  transition: .5s all;
  margin: 0 2px;
}

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

.winnersList li a:hover {
  opacity: 1;
  background: #fff0c8;
  color: #000;
}

.winnersList li span {
  opacity: .3;
}

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

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

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

.newslist .cont__black.accordionList .accordionIndex {
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  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;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  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;
}

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

.movielist__article a figure {
  margin: 60px 35px;
  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__article a:hover {
  opacity: 1;
}

.movielist__article a:hover figure {
  background: #fff0c8;
}

.movielist__article a:hover figure::after {
  opacity: 0.5;
}

.movielist__article a:hover img {
  opacity: 0.5 !important;
}

.movielist .slick-dots {
  bottom: 0;
}

.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;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}

.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: 35%;
  min-height: 450px;
}

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

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

.winnersArea .prizewrap .prize__title {
  display: table-cell;
  width: 1000px;
  height: 70px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.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 .commonTable {
  margin-top: 20px;
}

.winnersArea .btnwrap a {
  margin: 0 5px;
}

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

/* ==========================================================================
   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__transparent {
  width: 80%;
  max-width: 980px;
  padding: 50px 0px 30px;
}

.nominateArea .cont__transparent {
  width: 80%;
}

.nominateArea .cont__transparent.left {
  left: 10%;
}

.nominateArea .cont__transparent.right {
  right: 10%;
}

.nominateArea .cont__transparent .CLM__three {
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
}

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

.nominateArea .cont__transparent .CLM__three figure:nth-child(3n) {
  margin-right: 0;
}

.nominateArea .cont__transparent .CLM__three figure img {
  width: auto;
  height: 100%;
}

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

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

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

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

/* ==========================================================================
   moderator
========================================================================== */
.moderator figcaption {
  margin: 20px 0;
}

.moderator .accordionIndex {
  position: relative;
  min-height: 80px;
  border: none;
}

.moderator .accordionIndex::after {
  font-size: 20px;
  font-size: 2rem;
  color: #7d7150;
  display: inline-block;
  font-family: 'ionicons';
  content: "\f35d";
  position: absolute;
  bottom: 10px;
  right: 5%;
  transition: .5s all;
}

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

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

.snsBtn li {
  vertical-align: bottom;
}

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

#underlineNav {
  position: relative;
}

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