@charset "UTF-8";

.winners_background {
  /* background-image: url(../images/bg_bright_01.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.winners_background .mid_content {
  padding: 70px 0;
  margin: 0 auto;
}
.winners_background .mid_content p {
  line-height: 1.75;
}
.winners_background .section_part > p.brief {
  margin-bottom: 0;
}
.winners_background .winners_brief {
  padding-top: 70px;
  padding-bottom: 90px;
}
.winners_background .section_part {
  width: 90%;
  margin: 0 auto;
}
.winners_brief h1 {
  color: #b6800a;
  font-size: 32px;
  font-weight: bold;
}
.winner_block {
  position: relative;
  text-align: center;
}
.winner_block.grey {
  background-color: #f4f3f5;
}
.winner_block.region {
  background-color: #eef4f9;
}
.winner_block .tagging .item {
  padding: 15px 11px;
}
.winner_block .ranking {
  margin-bottom: 15px;
}
.winner_block .ranking + p.prize {
  margin-bottom: 15px;
  margin-top: -15px;
}
.winner_block h4.ranking, .winner_block .ranking h4 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.winner_block .badge {
  background-color: transparent;
  display: inline-block;
  padding: 0;
}
.winner_block .badge span {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
}
.winner_block .badge_1 span {
  background-color: #2c87b4;
}
.winner_block .badge_2 span {
  background-color: #1a52b5;
}
.winner_block .artwork {
  margin: 0 auto;
  position: relative;
}
.winner_block .artwork.second {
  margin-top: 60px;
}
.winner_block .artwork .media_show.video {
  background-color: transparent;
  padding: 15px 6px;
}
.winner_block .intro {
  word-break: normal;
}
.winner_block .artwork .ba-slider img, .winner_block .artwork .media_single img {
  max-height: 500px !important;
}
.winner_block .artwork .ba-slider img.vertical_img,  {
  max-height: 570px !important;
}
.winner_block .winner_name {
  color: #333;
  font-size: 28px;
  margin-top: 15px;
}
.winner_block .winner_name span {
  color: #212529;
  display: inline-block;
  font-size: 20px;
  padding-left: 15px;
}
.winner_block .winner_name_sub, .winner_block .voter_name {
  color: #333;
  font-size: 22px;
  height: 26px;
  margin: 0;
  margin-bottom: 3px;
  overflow: hidden;
}
.winner_block .voter_name {
  height: auto;
  line-height: 34px;
}
.winner_block .voter_name .each {
  display: inline-block;
  margin: 0 2%;
}
.winner_link, .winner_link:hover, .winner_link:active, .winner_link:focus {
  color: #212529;
  display: inline-block;
  text-decoration: none;
}
.winners_list {
  /* margin: 0 -6px; */
}
.winners_list .item {
  width: 33.333%;
  height: auto;
  flex-direction: column;
  position: relative;
  padding: 6px;
}
.winners_list .item .inner {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .25);
  color: #212529;
  transition: background-color ease .2s, box-shadow ease .2s;
}
.winners_list .item .inner:hover {
  background-color: #efefef;
  box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 0, 0, .4);
}
.winners_list.tagging .item .inner {
  position: relative;
}
.winners_list .item > a {
  height: 100%;
  display: block;
  text-decoration: none;
}
.winners_list .item .g_thumbnail {
  height: 280px;
  background-color: #666;
  background-image: url(../images/icon_unknown_pic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background-color ease .2s;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.winners_list .item .inner:hover .g_thumbnail {
  background-color: #555;
}
.winners_list .item .g_thumbnail .img_wrapper {
  width: 100%;
}
.winners_list .item .g_thumbnail::before {
  content: "";
  width: 0;
  height: 100%;
}
.winners_list .item .g_info, .winners_list .item .inner:hover .g_info {
  border: none;
  padding: 10px 15px;
}
.winners_list .item .g_thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.winners_list .single-feature .ba-slider__after, .winners_list .single-feature .ba-slider__fake {
  cursor: pointer;
}
.winners_list .ba-slider img {
  max-height: none !important;
}
.winners_list .ba-slider img.horizontal_img {
  max-width: 345px;
}
.winners_list .ba-slider img.vertical_img, .winners_list .item .g_thumbnail img.vertical_img, .winners_list .ba-slider img.square_img, .winners_list .g_thumbnail img.square_img {
  width: auto;
  max-height: 260px !important;
}

@media screen and (max-width:1200px) {
  .winners_list .ba-slider img.horizontal_img {
    max-width: 275px;
  }
  .winners_list .item .g_thumbnail img.vertical_img {
    max-height: 240px;
  }
}
@media screen and (max-width:991px) {
  .winners_list .item {
    width: 50%;
    flex-grow: 2;
  }
  .winners_list .ba-slider img.horizontal_img {
    max-width: 320px;
  }
  .winners_list .item.last_odd .g_thumbnail {
    height: auto;
  }
  /* .winners_list .item.last_odd .ba-slider img:not(.vertical_img) {
    max-width: 400px;
    max-height: none !important;
  } */
}
@media screen and (max-width:768px) {
  .winners_background .section_part {
    width: 100%;
  }
  .winners_background .mid_content {
    padding: 50px 15px;
  }
}
@media screen and (max-width:600px) {
  .winners_list {
    margin: 0;
  }
  .winners_list .item:not(.swiper-slide) {
    width: 100%;
    padding: 15px 0;
  }
  .winners_list .item:not(.swiper-slide):first-child {
    padding-top: 0;
  }
  .winners_list .item .g_thumbnail {
    height: auto;
    min-height: 300px;
  }
  .winners_list .item.swiper-slide .g_thumbnail {
    min-height: auto;
    height: 400px;
  }
  .winners_list .ba-slider img.horizontal_img {
    max-width: none;
  }
  .winners_list .ba-slider img {
    height: 100% !important;
  }
  .winners_list .ba-slider img.vertical_img, .winners_list .item .g_thumbnail img.vertical_img {
    width: auto !important;
    max-height: 280px !important;
  }
  /* .winners_list .item.last_odd .ba-slider img:not(.vertical_img) {
    max-width: none !important;
  } */
  .winners_list .ba-slider img.square_img, .winners_list .g_thumbnail img.square_img, .winner_block .ba-slider img.square_img, .winner_block .g_thumbnail img.square_img {
    max-height: 400px !important;
  }
  .winner_block h4.ranking, .winner_block .ranking h4 {
    font-size: 28px;
  }
}
@media screen and (max-width:480px) {
  .winner_block .badge {
    display: block;
    margin-top: 6px;
  }
  .winners_list .item.swiper-slide .g_thumbnail {
    height: 320px;
  }
  .winners_list .ba-slider img.square_img, .winners_list .g_thumbnail img.square_img, .winner_block .ba-slider img.square_img, .winner_block .g_thumbnail img.square_img {
    max-height: 300px !important;
  }
}
@media screen and (max-width:375px) {
  .winner_block h4.ranking {
    font-size: 30px;
  }
  .winner_block .winner_name {
    font-size: 26px;
  }
  .winners_list .item.swiper-slide .g_thumbnail {
    height: 250px;
  }
  .winners_list .ba-slider img.square_img, .winners_list .g_thumbnail img.square_img, .winner_block .ba-slider img.square_img, .winner_block .g_thumbnail img.square_img {
    max-height: 240px !important;
  }
}

.reward_list {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
}
.reward_list h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 15px;
}
.reward_list p.note {
  width: 85%;
  margin: 0 auto;
}
.reward_list .table, .reward_list .each {
  width: 85%;
  border-bottom: 1px solid #bbb;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
}
.reward_list .each {
  width: 100%;
  margin: 0;
  padding: 20px;
}
.reward_list .table_cell {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
}
.reward_list .table_cell:first-child {
  width: 50%;
  padding-right: 15px;
}
.ranking p, .ranking h4, .ranking img {
  vertical-align: middle;
}
.ranking p, .ranking h4 {
  display: inline-block;
}
.ranking p {
  font-size: 19px;
  font-weight: bold;
  margin: 0;
}
.ranking .icon {
  width: 45px; /* Use width instead of max-width */
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ranking .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.reward_list .prize {
  color: #333;
  font-size: 19px;
  font-weight: 600;
}
.reward_list.video_contest {
  width: 100%;
}
.reward_list.video_contest .flex_2_columns:first-child {
  padding-left: 0;
}
.reward_list.video_contest .flex_2_columns:last-child {
  padding-right: 0;
}
.reward_list.video_contest h4 {
  margin: 0;
}
.reward_list.video_contest .inner {
  border: 1px solid #bbb;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 1200px){
  .reward_list .table, .reward_list p.note {
    width: 100%;
  }
}
@media screen and (max-width: 991px){
  .reward_list {
    padding: 0 30px;
  }
  .reward_list .ranking p {
    font-size: 18px;
  }
  .reward_list .table_cell {
    width: 100% !important;
    display: block;
  }
  .reward_list .ranking {
    width: 100%;
    padding-right: 0;
  }
  .reward_list.video_contest .flex_2_columns {
    padding: 15px 0 !important;
  }
  .reward_list .icon {
    width: 36px;
    margin-right: 5px;
  }
}
@media screen and (max-width:768px) {
  .reward_list {
    padding: 0;
  }
  .reward_list .table {
    width: 80%;
  }
}
@media screen and (max-width:600px) {
  .reward_list {
    width: 100%;
  }
  .reward_list .table {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
}
@media screen and (max-width:480px) {
  .reward_list .ranking p {
    font-size: 17px;
  }
  .reward_list .prize {
    font-size: 16px;
  }
}
@media screen and (max-width:360px) {
  .reward_list .icon {
    display: none;
  }
  .reward_list .ranking p, .reward_list .prize {
    font-size: 18px;
  }
}
.prize_list {
  width: 100%;
}
.prize_list:last-child {
  margin-bottom: 0;
}
.prize_list .inner {
  display: inline-block;
}
.prize_list .item {
  max-width: 182px;
  display: inline-block;
  margin: 0 16px;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
}
.prize_list .item.lw {
  max-width: 224px;
}
.prize_list .item.thin {
  margin: 0;
  margin-bottom: 30px;
}
.prize_list.jpn .item {
  max-width: 170px;
  margin: 0 6px;
}
.prize_list .item img {
  margin-bottom: 10px;
}
.prize_list .item p {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.prize_list .item p.smaller {
  font-size: 15px;
}
.prize_block {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.prize_block .inner {
  height: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 30px 20px;
}
.prize_block .inner span {
  display: block;
}
.prize_block .inner .prize_area {
  justify-content: center;
  align-items: flex-end;
}
.prize_block .inner .prize_area span {
  max-width: 200px;
}
.prize_block .inner .prize_area .prize1 {
  width: 50%;
}
.prize_block .inner .prize_area .prize2 {
  max-width: 150px;
  width: calc(50% - 60px);
  vertical-align: bottom;
}
.prize_block .inner .prize_area .prize3 {
  width: 50%;
  padding: 0 10px;
}
.prize_block .inner .prize_area .plus {
  font-size: 40px;
  padding: 0 10px;
  font-weight: bold;
}
.prize_block .inner .ranking {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.prize_block .prize_grand {
  background-color: rgba(255, 248, 226, .5);
  border-color: #eeb533;
}
.prize_block .prize_2nd {
  background-color: rgba(231, 236, 238, .5);
  border-color: #a6aeb0;
}
.prize_block .prize_3rd {
  background-color: rgba(247, 243, 242, .5);
  border-color: #eb987f;
}
.prize_block .prize_merit {
  background-color: rgba(233, 238, 255, .5);
  border-color: #9c89da;
}
.prize_block .prize_aud {
  background-color: rgba(252, 230, 230, 0.5);
  border-color: #eb9b9b;
}
.prize_block .prize_vote {
  background-color: rgba(255, 235, 249, .5);
  border-color: #da8ac4;
}
@media screen and (max-width: 1200px) {
  .prize_block .inner {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 992px) {
  .prize_block .inner .prize_area .prize2 {
    width: calc(50% - 80px);
  }
  .prize_block .inner .prize_area .plus {
    font-size: 60px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 510px) {
  .prize_list .item, .prize_list .item.thin {
    width: 42%;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .prize_list .item p {
    font-size: 14px;
  }
  .prize_list .item.w202 {
    margin-top: 27px;
  }
  .prize_block .inner .prize_area .prize2 {
    width: calc(50% - 60px);
  }
  .prize_block .inner .prize_area .plus {
    font-size: 40px;
    padding: 0 10px;
    font-weight: bold;
  }
}

.winners_list .item .g_thumbnail video.vertical_video {
  width: auto;
  max-height: 260px;
}
.winners_list .item .g_thumbnail video {
  width: 97%;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width:1200px) {
  .winners_list .item .g_thumbnail video.vertical_video {
    max-height: 240px;
  }
}
@media screen and (max-width:1200px) {
  .winners_list .item .g_thumbnail video.similar_square {
    max-height: 216px;
  }
}
@media only screen and (min-device-width : 768px)
and (max-device-width : 1024px) {
  .winners_list .item .g_thumbnail video {
    width: 90%;
    margin: 0 auto;
  }
  .media_show {
    max-height: none !important;
  }
}
@media screen and (max-width: 768px) {
  .winners_list .item .g_thumbnail video.vertical_video, .winners_list .item .g_thumbnail video.square_video {
    max-height: 260px;
  }
}
@media screen and (max-width: 600px) {
  .winners_list .item .g_thumbnail video.similar_square {
    max-height: 270px;
  }
  .winners_list .item .g_thumbnail video.vertical_video, .winners_list .item .g_thumbnail video.square_video {
    width: 100%;
    max-height: none;
  }
}
.media_show.photo_animation {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.media_show.photo_animation video {
  max-height: none;
  object-fit: cover;
}
