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

awards2022.scss

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

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #000;
  color: #FFF;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 0 !important;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

.pcDISP {
  display: none !important;
}

.spDISP {
  display: block !important;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: 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: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

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

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

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

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

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

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

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

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

body {
  margin-top: 60px;
}
body:before, body:after {
  margin-top: 60px;
  height: 100vh;
}

#pageTopBtn {
  bottom: 110px;
}
#pageTopBtn a {
  z-index: 100000000;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  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;
  z-index: 500;
  min-width: inherit;
  height: 60px;
}
#header .header__left {
  width: 88%;
  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 {
  padding-left: 0;
  text-align: center;
}
#header .header__left__logo a {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
#header .header__left__logo a.pcDISP {
  display: none !important;
}
#header .header__left__logo a.spDISP {
  display: block !important;
}
#header .header__left__logo img {
  width: 90%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  height: auto;
}
#header .header__right {
  width: 30px;
  text-align: right;
}

.menu-trigger {
  display: inline-block;
  width: 25px;
  height: 20px;
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active {
  right: 15px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

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

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  padding-top: 60px;
}
.kvArea__title {
  height: auto;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 27vw;
}
.kvArea__title p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 70%;
  margin: 0 auto;
  padding: 3px 10px;
}
.kvArea__title img {
  width: 90%;
}
.kvArea__lead {
  padding: 60px 0;
  font-size: 3.5vw;
}
.kvArea__lead span {
  width: 90%;
}

/* ==========================================================================
   KV others
========================================================================== */
.kvAreaOthers__title {
  padding: 70px 0 30px;
}
.kvAreaOthers__title .heading__EN__L {
  font-size: 40px;
  font-size: 4rem;
}
.kvAreaOthers__title .heading__JP__S {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 10px;
}

/* ==========================================================================
   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 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 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: -0.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: 5px;
  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;
}
.heading__top {
  line-height: 1;
  width: 90%;
  margin: auto;
  font-size: 35px;
  font-size: 3.5rem;
}
.heading__top span {
  font-size: 15px;
  font-size: 1.5rem;
}

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

/* ==========================================================================
   TOP page
========================================================================== */
#newsArea {
  width: 100%;
  padding: 60px 0;
}
#newsArea .accordionIndex {
  padding: 40px 10px 20px 10px;
}
#newsArea .accordionIndex:after {
  right: 0px;
  font-size: 14px;
  font-size: 1.4rem;
}
#newsArea .newslist__article {
  padding-top: 0;
}
#newsArea time {
  font-size: 12px;
  font-size: 1.2rem;
}

.newslist {
  margin-top: 20px;
  width: 90%;
  border-right: none;
  border-left: none;
  box-shadow: none;
  color: #000;
  background: #fff;
  text-align: left;
  padding: 0;
  border: none;
  border-bottom: 1px solid #d5d5d5;
}
.newslist__title__heading {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.newslist__article .btn {
  min-width: 100%;
}
.newslist .cont__black {
  border: none;
  border-top: 1px solid #C09731;
  background: rgba(0, 0, 0, 0.6);
  padding: 39px 40px 15px 15px;
}
.newslist .cont__black:last-child {
  border-bottom: 1px solid #C09731;
}

#broadcastArea {
  padding: 60px 0;
}
#broadcastArea .cont__black {
  width: 90%;
  padding: 7% 5%;
  margin-top: 20px;
  margin-bottom: 0;
}
.awardsJ1 #broadcastArea .cont__black, .awardsJ2 #broadcastArea .cont__black, .awardsJ3 #broadcastArea .cont__black {
  width: 100%;
}
#broadcastArea .cont__white {
  width: 90%;
  padding-left: 0;
  top: 30px;
}
.awardsJ1 #broadcastArea .cont__white, .awardsJ2 #broadcastArea .cont__white, .awardsJ3 #broadcastArea .cont__white {
  width: 100%;
}
#broadcastArea .icon__click {
  display: block;
  position: absolute;
  z-index: 1;
  width: 60px;
  right: 10px;
  top: 80px;
}

.outlinetable {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.outlinetable__title {
  font-size: 14px;
  font-size: 1.4rem;
}
.outlinetable dt, .outlinetable dd {
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.outlinetable dt {
  width: 30%;
}
.outlinetable dd {
  width: 70%;
}
.outlinetable dd ul {
  padding-left: 10px;
}
.outlinetable__broadcastwrap img {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 10px;
}
.outlinetable__broadcastwrap p {
  width: 100%;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankrArea ul li a {
  padding: 0;
  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;
  height: 90px;
  padding-bottom: 10px;
  font-size: 5vw;
}
.ankrArea ul li a:after {
  bottom: 10px;
}

/* ==========================================================================
  .fixednav
========================================================================== */
.fixednav {
  z-index: 3;
  top: 60px;
  padding: 15px 5% 15px;
  top: inherit;
  bottom: 0;
}
.fixednav ul li {
  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;
}
.fixednav__btn {
  width: 90%;
  font-size: 14px;
  font-size: 1.4rem;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
}

.mfp-inline-holder .mfp-content .winnersList {
  padding: 40px 10px;
}

.popup-modal {
  width: 100%;
  right: 0;
  bottom: 0;
  height: auto;
  background: #000;
  padding: 20px 10px;
  box-sizing: border-box;
}
.popup-modal:after {
  content: none;
}
.popup-modal p {
  border: 1px solid #C09731;
  background: #E6E6E9;
  padding: 15px;
  box-sizing: border-box;
  color: #C09731;
  font-weight: bold;
  text-align: center;
}
.popup-modal p:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f359";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  font-size: 20px;
  font-size: 2rem;
}

.mfp-content .winnersList:after, .mfp-content .winnersList:before {
  content: none;
}
.mfp-content .winnersList__list {
  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;
}
.mfp-content .winnersList__list li {
  border-bottom: none;
  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;
  border: 1px solid #C09731;
  border-radius: 2px;
  background: #fff;
  height: 30px;
  color: #C09731;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
.mfp-content .winnersList__list li a {
  padding: 0;
  font-weight: normal;
}

/* ==========================================================================
   winners
========================================================================== */
.winnersList {
  padding: 50px 10px 60px;
}
.winnersList__list {
  display: block;
  position: inherit;
  z-index: inherit;
}
.winnersList__list li {
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid #C09731;
}
.winnersList__list li + li {
  margin: 0;
}
.winnersList__list li a {
  z-index: 1;
  position: relative;
  background: none;
  border-radius: 0;
  padding: 0;
  border: none;
  font-size: 3.5vw;
  padding: 10px;
}
.winnersList__list + .winnersList__title {
  margin-top: 20px;
}
.winnersList__title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
}
.winnersList__title:after {
  content: none;
}

.winnersArea {
  padding: 60px 10px 10px;
}
.winnersArea .prizewrap {
  margin-top: 20px;
}
.winnersArea .prizewrap .prize__inn {
  display: block;
}
.winnersArea .prizewrap .prize__inn > div {
  width: 100%;
}
.winnersArea .prizewrap .prize__inn dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.winnersArea .prizewrap .prize__title {
  line-height: 1.5;
}
.winnersArea__title .heading__EN__S {
  font-size: 30px;
  font-size: 3rem;
}
.winnersArea__title .heading__JP, .winnersArea__title .heading__JP__L {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 1.3;
}
.winnersArea__title .heading__JP__L {
  font-size: 20px;
  font-size: 2rem;
}
.winnersArea__info {
  font-size: 5.5vw;
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}
.winnersArea__info i span {
  font-size: 4vw;
  margin-bottom: 5px;
}
.CLM__three .winnersArea__info {
  font-size: 3.5vw;
  margin-bottom: 20px;
}
.CLM__three .winnersArea__info i span {
  font-size: 3vw;
  margin-bottom: 0;
}
.winnersArea#best11 .CLM__three > figure:nth-child(3n), .winnersArea#servicePlayer .CLM__three > figure:nth-child(3n), .winnersArea#serviceReferee .CLM__three > figure:nth-child(3n), .winnersArea#mvpnominees .CLM__three > figure:nth-child(3n), .winnersArea#bestYoungnominees .CLM__three > figure:nth-child(3n), .winnersArea#fairplayJ1 .CLM__three > figure:nth-child(3n) {
  margin-right: auto;
}

/* ==========================================================================
   nominees
========================================================================== */
.videoOneArea {
  margin-left: 0;
}

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

.moderator figcaption {
  margin: 20px 0;
}
.moderator > h4 {
  position: inherit;
  bottom: 0;
}
.moderator:hover .cap {
  opacity: 0;
}
.moderator .mask {
  width: 100%;
  position: inherit;
}
.moderator .mask:hover::before { /*hoverした時の変化*/
  transform: scale(0);
}
.moderator.active .cap {
  opacity: 1;
}
.moderator.active .mask::before {
  transform: scale(1, 1);
}
.moderator .accordionIndex {
  position: relative;
  border: none;
  padding-bottom: 3em;
}
.moderator .accordionIndex::after {
  font-size: 20px;
  font-size: 2rem;
  color: #C09731;
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 30px;
  transform: translateX(-50%);
  transition: 0.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: 0.95;
}

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

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

.specialArea {
  background: #FFF;
}

.floatingBnr {
  z-index: 1111111111111111200;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

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