@charset "UTF-8";
/*-----------------------------------

awards2025.scss

------------------------------------*/
.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__half > div, .CLM__half > a {
  width: 49%;
  margin-right: 2%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  margin-right: 0;
}

body {
  min-width: 980px;
  background: #000;
  color: #fff;
  overscroll-behavior: none; /* モダンブラウザ */
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.awardswinners .specialHeader__awardswinners a:after, body.top .specialHeader__top a:after, body.news .specialHeader__news a:after, body.j2 .specialHeader__overview a:after, body.j3 .specialHeader__overview a:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #c09730;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main {
  line-height: 1.75;
  font-weight: 500;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

a {
  color: #c09730;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
a img {
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  overflow-y: auto;
  overscroll-behavior: none; /* モダンブラウザ */
}

.fade-here, .fade-scale, .fade-up, .fade-down, .fade-from-left, .fade-from-right {
  transition: 0.5s all;
}

.pcDISP {
  display: block !important;
}

.spDISP {
  display: none !important;
}

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

.bodyBGj2, .bodyBGj3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/img/awards/2025/teaser/kv_otherheader_j2j3bg.jpg") no-repeat center center;
  background-size: cover;
}

.sec {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.sec__inner {
  margin: 0 auto;
  width: 980px;
  background: #000;
  box-sizing: border-box;
  padding: 4%;
  border: 3px solid #9d7617;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
  box-sizing: border-box;
}
.sec__inner90 {
  width: 90%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 5vw;
}

.txt__red {
  color: #E60012;
}
.txt__black {
  color: #000;
}
.txt__white {
  color: #fff;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: bold;
}

.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;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

.btn {
  display: block;
  position: relative;
  color: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: 800;
  transition: 0.5s all;
  margin: 0 auto;
  background: linear-gradient(0.25turn, #D49E2D, #D8BD41, #B6862A);
  background-position: 0 0;
  background-size: 200% auto;
  width: 700px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
}
.btn:hover {
  opacity: 1;
  background-position: -100% 0;
  text-decoration: none;
}
.btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  right: 5%;
  font-size: 80%;
}
.btn.nolink {
  background: #666;
  color: #888;
  pointer-events: none;
}
.btn__ticket img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.btn__ticket.nolink {
  pointer-events: none;
}
.btn__red {
  background: #E60012;
}
.btn__S {
  width: auto;
  height: inherit;
  line-height: 1;
  padding: 1em 5em;
  width: inherit;
  display: inline-block;
}
.btn__S::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  right: 5%;
  font-size: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
}
.btn__M {
  width: 60%;
}
.btn.nolink {
  background: #666;
  color: #888;
  pointer-events: none;
}

.awardswinnersArea a.nolink {
  pointer-events: none;
}

.heading__main {
  margin-bottom: 50px;
}
.heading__main .eng {
  font-family: "Kreon", sans-serif;
  display: inline-block;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  font-size: 52px;
  font-size: 5.2rem;
}
.heading__main .jp {
  font-weight: bold;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
.heading__main.gold .eng, .heading__main.gold .jp {
  color: #c09730;
}
.heading__EN {
  font-family: "Kreon", sans-serif;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
}
.heading__JP {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: bold;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ============================================
	kvArea KV
============================================ */
.kvArea {
  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;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.kvArea__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 300px;
}
.kvArea__wrap img {
  width: 100%;
  animation: 1s fadehere ease-in-out forwards;
}
.kvArea__inner {
  width: 100%;
}
.kvArea__title {
  text-align: center;
}
.kvArea__title .en {
  font-family: "Kreon", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 30px black;
  font-size: 80px;
  font-size: 8rem;
}
.kvArea__title .jp {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  text-shadow: 0px 0px 30px black;
}

/* ============================================
	otherkvArea 下層KV
============================================ */
.otherkvArea {
  background: #000;
  padding: 80px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/img/awards/2025/kv_otherheader_bg.jpg) no-repeat center center;
  background-size: cover;
}
.otherkvArea__inner {
  width: 100%;
}
.otherkvArea__wrap {
  margin-top: 0;
}
.otherkvArea__wrap img {
  width: 100%;
  animation: 1s fadehere ease-in-out forwards;
}
.otherkvArea__title {
  text-align: center;
}
.otherkvArea__title .en {
  font-family: "Kreon", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 30px black;
  font-size: 80px;
  font-size: 8rem;
}
.otherkvArea__title .jp {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  text-shadow: 0px 0px 30px black;
}
.otherkvArea__title img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 70px;
}
.otherkvArea .ankrArea {
  width: 50%;
  margin: 20px auto 0;
  animation: title 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.5s;
  padding-bottom: 0px;
}
.otherkvArea .ankrArea__wrap {
  justify-content: center;
  gap: 40px;
}
.otherkvArea .ankrArea__wrap > div {
  width: 40%;
  margin: 0;
}
.otherkvArea .ankrArea__wrap a {
  display: block;
  position: relative;
}
.otherkvArea .ankrArea__wrap a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1em;
  content: "\f3d4";
  font-family: ionicons;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  transition: 0.3s ease-in-out;
  line-height: 1;
  font-weight: bold;
}
.otherkvArea .ankrArea__wrap a:hover {
  opacity: 1;
}
.otherkvArea .ankrArea__wrap a:hover img {
  opacity: 1;
}
.otherkvArea .ankrArea__wrap a:hover::after {
  bottom: -1.5em;
}

.j2 .otherkvArea, .j3 .otherkvArea {
  background: #000;
  padding: 80px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/img/awards/2025/teaser/kv_otherheader_j2j3bg.jpg") no-repeat center center;
  background-size: cover;
}

/* ============================================
	header
============================================ */
.teserHeader {
  background: none;
  box-shadow: none;
  height: 60px;
  min-width: 100%;
}
.teserHeader__jLogo {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 100000;
}
.teserHeader__jLogo a img {
  width: 40px;
}

.nav-area {
  position: relative;
}

.specialHeader__inner {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1;
}
.specialHeader__title {
  padding-left: 80px;
}
.specialHeader__jLogo {
  margin: 0 10px 0 20px;
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  height: auto;
}
.specialHeader__title img {
  height: 30px;
  display: block;
}
.specialHeader__gnav {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.specialHeader__gnav__li {
  width: 100%;
  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;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 80px;
  line-height: 20px;
  margin: 0;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  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;
  width: 100%;
  height: 100%;
  color: #000;
  flex-direction: column;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: none;
  color: #c09730;
  text-decoration: none;
}
.specialHeader__gnav__li a .jp, .specialHeader__gnav__li span .jp {
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__gnav__li a .eng, .specialHeader__gnav__li span .eng {
  font-family: "Kreon", sans-serif;
  display: block;
  font-weight: bold;
}
.specialHeader__ticket {
  position: absolute;
  right: 0px;
}
.specialHeader__ticket a {
  color: #fff;
  font-weight: bold;
  align-items: center;
  display: flex;
  background: #c09730;
  height: 80px;
  padding: 0 30px;
}
.specialHeader__j1 a, .specialHeader__j2 a, .specialHeader__j3 a {
  color: #fff;
}
.specialHeader__j1 {
  background: #e60012;
}
.specialHeader__j2 {
  background: #007e41;
}
.specialHeader__j3 {
  background: #0062b1;
}
.specialHeader__top, .specialHeader__news, .specialHeader__awardswinners, .specialHeader__overview {
  border-left: 1px solid #ddd;
}

.nav-area.fixed .specialHeader__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  right: 0;
  width: 500px;
  height: inherit;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}
.floatingbnrArea img {
  width: 100%;
  display: block;
}
.floatingbnrArea.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  background: #646464;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -50px;
  pointer-events: all !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #4d4d4d;
}

/* ==========================================================================
   viwing.html、index.html
========================================================================== */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
}

.contentsArea, .outlineArea, .overviewArea, .moderatorArea, .awardlistArea, .climateactionArea {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.leadArea .leadArea__txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  font-weight: bold;
  line-height: 5rem;
  padding: 70px 0 40px;
}
.leadArea .leadArea__txt span {
  font-weight: bold;
  display: block;
}
.leadArea .leadArea__txt strong {
  color: #c09730;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
.leadArea__youtube {
  margin: 50px 0;
  aspect-ratio: 16/9;
}
.leadArea__youtube iframe {
  width: 100%;
  height: 100%;
}

.overviewArea__con {
  background: #000;
  margin: 0 auto;
  padding: 4%;
  border: 3px solid #c09730;
}
.overviewArea__con + .overviewArea__con {
  margin-top: 40px;
}
.overviewArea__table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c09730;
  margin-bottom: 30px;
}
.overviewArea__table dt {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #c09730;
  font-size: 14px;
  font-size: 1.4rem;
  width: 30%;
  font-weight: bold;
  text-align: center;
}
.overviewArea__table dd {
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  width: 70%;
  border-bottom: 1px solid #c09730;
  font-size: 14px;
  font-size: 1.4rem;
}
.overviewArea__table__title {
  margin-bottom: 50px;
  color: #c09730;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.overviewArea__table__title .eng {
  font-family: "Fugaz One", sans-serif;
  display: inline-block;
  font-weight: 900;
  color: #c09730;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
}
.overviewArea__table__title .jp {
  font-weight: bold;
  display: inline-block;
  color: #c09730;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  line-height: 1;
}

.climateactionArea .frame {
  background-color: #000;
  text-align: center;
  padding: 4%;
}
.climateactionArea .frame .partner {
  font-size: 1.3rem;
}

/* ============================================
	newsArea
============================================ */
.newsArea {
  background-color: #fff;
}
.newsArea__list {
  margin-bottom: 40px;
}
.newsArea__list--item a:hover {
  text-decoration: none;
}
.newsArea__list--item a:hover figure img {
  box-shadow: none;
}
.newsArea__list--item a:hover figure figcaption p, .newsArea__list--item a:hover figure figcaption .data {
  opacity: 0.6;
}
.newsArea__list--item a figure img {
  width: 100%;
  transition: 0.5s all;
  border: 1px solid #a7a7a7;
}
.newsArea__list--item a figure figcaption {
  color: #000;
  padding: 20px 0;
  box-sizing: border-box;
  line-height: 2;
  overflow: hidden;
  position: relative;
  z-index: 11;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.newsArea__list--item a figure figcaption p {
  transition: 0.3s ease-in-out;
}
.newsArea__list--item a figure figcaption .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.newsArea__list--item a figure figcaption .data {
  font-size: 14px;
  font-size: 1.4rem;
  color: #c09730;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.newsArea__top {
  margin-bottom: 40px;
}
.newsArea__top .newsArea__list--item {
  margin: 0 25px;
}
.newsArea__top .slick-prev, .newsArea__top .slick-next {
  width: 35px;
  height: 100px;
  transition: 0.3s ease-in-out;
}
.newsArea__top .slick-prev::before, .newsArea__top .slick-next::before {
  display: block;
  line-height: 40px;
  font-family: "ionicons";
  opacity: 1;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
  line-height: 35px;
  font-size: 14px;
  background-color: #c09730;
}
.newsArea__top .slick-prev {
  left: -35px;
}
.newsArea__top .slick-prev:hover {
  opacity: 0.6;
}
.newsArea__top .slick-next {
  right: -35px;
}
.newsArea__top .slick-next:hover {
  opacity: 0.6;
}
.newsArea__bottom .newsArea__list {
  border-bottom: 1px solid #a7a7a7;
}
.newsArea__bottom .newsArea__list--item a {
  position: relative;
}
.newsArea__bottom .newsArea__list--item a:hover:after {
  right: 0;
}
.newsArea__bottom .newsArea__list--item a:after {
  transition: 0.3s ease-in-out;
  right: 20px;
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d6";
  color: #fff;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d6";
  color: #a7a7a7;
  font-size: 20px;
}
.newsArea__bottom .newsArea__list--item a figure figcaption {
  border-top: 1px solid #a7a7a7;
}
.newsArea .js-btn-more, .newsArea .js-btn-close {
  text-align: center;
  line-height: 3;
  width: 200px;
  margin: 0 auto;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  display: block;
  background-color: #c0972f;
  border-radius: 30px;
  color: #fff;
}
.newsArea .js-btn-more:hover, .newsArea .js-btn-close:hover {
  opacity: 0.6;
}
.newsArea .newsArea__list--item a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d6";
  color: #a7a7a7;
  font-size: 20px;
}

/* ============================================
	moderatorArea　司会
============================================ */
.moderatorArea__list--item {
  position: relative;
}
.moderatorArea__list--item + .moderatorArea__list--item {
  margin-top: 40px;
}
.moderatorArea__list--item figure {
  width: 300px;
  margin-right: 0;
}
.moderatorArea__list--item figcaption {
  width: calc(100% - 300px);
  padding-left: 40px;
  box-sizing: border-box;
}
.moderatorArea__list--item figcaption .name {
  font-weight: bold;
  margin-bottom: 10px;
  color: #c09730;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #c09730;
  padding-bottom: 0.5rem;
}
.moderatorArea__list--item figcaption .name span {
  color: #000;
  line-height: 1;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  font-weight: bold;
  background: #c09730;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.moderatorArea__list--item figcaption .ttl {
  font-weight: bold;
  margin-top: 10px;
}
.moderatorArea__list--item figcaption .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.moderatorArea__list--item .icon__click {
  display: none;
}
.moderatorArea__list--item .mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 300px;
}
.moderatorArea__list--item .mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: center;
}
.moderatorArea__list--item .mask:hover::before {
  /*hoverした時の変化*/
  transform: scale(1, 1);
}
.moderatorArea__list--item .mask:hover .cap {
  /*hoverした時の変化*/
  opacity: 1;
}
.moderatorArea__list--item .mask .cap {
  opacity: 0;
  transition: 0.5s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;
  z-index: 3;
  /*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /*テキストの色を変えたい場合はここを修正*/
  line-height: 1.3;
  /*行の高さを1.5にする*/
  width: 90%;
  font-size: 12px;
  line-height: 18px;
}
.moderatorArea__list--item .mask .cap span {
  font-weight: bold;
}

/* ============================================
	awardlistArea　受賞一覧
============================================ */
#awardlistArea .awardlist_list {
  background: #000;
  margin: 0 auto;
  padding: 4%;
  border: 3px solid #c09730;
}
#awardlistArea .awardlist_table {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
#awardlistArea .awardlist_table tr {
  border-bottom: 1px solid #c09730;
  box-sizing: border-box;
}
#awardlistArea .awardlist_table tr th {
  vertical-align: middle;
  padding: 10px;
  width: 12%;
  color: #c09730;
  font-weight: bold;
  text-align: center;
}
#awardlistArea .awardlist_table tr td {
  vertical-align: middle;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#awardlistArea .awardlist_table .bg_gold {
  background-color: #c09730;
  color: #fff;
}

/* ==========================================================================
   awardswinners
========================================================================== */
.awardswinnersArea {
  padding-bottom: 80px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  overflow: hidden;
}
.awardswinnersArea img {
  width: 100%;
}
.awardswinnersArea__titlewrap {
  width: 90%;
  margin: 0 auto;
  padding: 60px 5vw;
  background: #000;
}
.awardswinnersArea__maintitle .eng {
  color: #c09730;
  font-family: "Kreon", sans-serif;
  display: inline-block;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: bold;
}
.awardswinnersArea__maintitle .jp {
  font-weight: bold;
  display: inline-block;
  color: #c09730;
  font-size: 36px;
  font-size: 3.6rem;
  margin-left: 6px;
  line-height: 1;
  font-weight: bold;
}
.awardswinnersArea .winnersList {
  background: #e6e6e6;
  padding: 60px 50px 45px;
  position: relative;
}
.awardswinnersArea .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;
  z-index: 1;
  position: relative;
}
.awardswinnersArea .winnersList__list li {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 5px;
  margin-left: 10px;
}
.awardswinnersArea .winnersList__list li a {
  border: 1px solid #c09730;
  border-radius: 3px;
  padding: 13px;
  font-family: "Kreon", sans-serif;
  color: #c09730;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
}
.awardswinnersArea .winnersList__list li a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  margin-left: 5px;
  line-height: 1;
}
.awardswinnersArea .winnersList .winnersArea {
  width: 90%;
  padding: 10% 5%;
}
.awardswinnersArea .winnersList .winnersArea .heading__EN__S {
  font-family: "Kreon", sans-serif;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
}
.awardswinnersArea .winnersList .winnersArea .heading__JP {
  line-height: 1;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
}
.awardswinnersArea .winnersList .winnersArea .clm__three > figure {
  width: 48%;
  margin-right: 4%;
}
.awardswinnersArea .winnersList .winnersArea .clm__three > figure:nth-child(3n) {
  margin-right: 4%;
}
.awardswinnersArea .winnersList .winnersArea .clm__three > figure:nth-child(2n) {
  margin-right: 0;
}
.awardswinnersArea .winnersList .winnersArea figure {
  margin-bottom: 4%;
}
.awardswinnersArea .winnersList .winnersArea figure .txt__bold.txt__white {
  font-size: 4vw;
}
.awardswinnersArea .winnersList .winnersArea__info {
  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;
}
.awardswinnersArea .winnersList .winnersArea__info a i {
  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;
}
.awardswinnersArea .winnersList .winnersArea__info a i span {
  font-size: 14px;
  font-size: 1.4rem;
}
.awardswinnersArea .winnersList .winnersArea__info a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.awardswinnersArea__con {
  padding: 5%;
  margin: 0 auto;
  background: #000;
  box-sizing: border-box;
  border: 3px solid #9d7617;
}
.awardswinnersArea__con + .awardswinnersArea__con {
  margin-top: 30px;
}
.awardswinnersArea__contitle {
  margin-bottom: 60px;
}
.awardswinnersArea__con .btnwrap {
  margin-bottom: 30px;
}
.awardswinnersArea__info {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}
.awardswinnersArea__info a {
  color: #c09730;
}
.awardswinnersArea__info a i {
  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;
}
.awardswinnersArea__info a i span {
  font-weight: bold;
}
.awardswinnersArea__info a + .name {
  margin-top: 10px;
}
.awardswinnersArea__info .club {
  font-size: 30px;
  font-size: 3rem;
  color: #c09730;
  font-weight: bold;
  display: block;
}
.awardswinnersArea__info .club__S {
  font-size: 20px;
  font-size: 2rem;
}
.awardswinnersArea__info .club__M {
  font-size: 26px;
  font-size: 2.6rem;
}
.awardswinnersArea__info .club__L {
  font-size: 36px;
  font-size: 3.6rem;
}
.awardswinnersArea__info .name {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  display: block;
  line-height: 1;
}
.awardswinnersArea__info .name__S {
  font-size: 20px;
  font-size: 2rem;
}
.awardswinnersArea__info .name__SS {
  font-size: 20px;
  font-size: 2rem;
}
.awardswinnersArea .winingimg {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.awardswinnersArea .youtubewrap + .youtubewrap {
  margin-top: 60px;
}
.awardswinnersArea .youtube {
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  max-width: 980px;
  margin: 0 auto 20px;
}
.awardswinnersArea .youtube iframe {
  width: 100%;
  height: 100%;
}
.awardswinnersArea__prize {
  margin-top: 60px;
}
.awardswinnersArea__prize--maintitle {
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.awardswinnersArea__prize--wrap + .awardswinnersArea__prize--wrap {
  margin-top: 30px;
}
.awardswinnersArea__prize--wrap .imgtitle {
  background: #c09730;
  text-align: center;
  padding: 8px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.awardswinnersArea__prize--wrap .img {
  width: 100%;
}
.awardswinnersArea__prize--wrap dl {
  text-align: left;
}
.awardswinnersArea__prize--wrap dt {
  font-size: 16px;
  font-size: 1.6rem;
}
.awardswinnersArea__prize--wrap dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.awardswinnersArea__prize--wrap dd + dt {
  margin-top: 10px;
}

/* ==========================================================================
   下層ヘッダー
========================================================================== */
.awardswinners .nav-area .specialHeader__title, .j2 .nav-area .specialHeader__title, .j3 .nav-area .specialHeader__title {
  padding-left: 10px;
}
.awardswinners .nav-area .specialHeader__gnav, .j2 .nav-area .specialHeader__gnav, .j3 .nav-area .specialHeader__gnav {
  width: 50%;
}