@charset "UTF-8";

/* 
* more (judging)
---------------------------------------------- */
/* common style reset */
.lower-level article section h2 {
  font-size: 2.6rem;
  padding-left: 0;
  margin-bottom: 40px;
}
.lower-level article section h2::before {
  content: '';
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  left: auto;
  top: auto;
}
@media only screen and (max-width: 768px) {
  .lower-level article section h2 {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: 16px;
  }
}
.lower-level article section h3 {
  color: #222;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
  border-image: none;
  border-image-slice: 100%;
}

.more .contents a {
  text-decoration: none;
}
@media (min-width: 1280px) {
  .more .contents a:hover {
    text-decoration: underline;
  }
  .more .contents a:hover picture {
    opacity: .75;
  }
}
.more .contents picture {
  overflow: hidden;
  transition: .5s;
}

/* movie */
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}
.movie {
  background-color: #000;
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* category-menu */
.more .category-menu {
  display: flex;
  flex-flow: row wrap;
}
.more .category-menu:last-of-type {
  margin-bottom: 40px;
}
.more .category-menu li {
  line-height: 1;
  padding: 0 20px;
  border-left: solid 1px #222;
  margin-bottom: 10px;
}
.more .category-menu li:first-of-type {
  border-left: none;
  padding-left: 0;
}
/* sp */
@media only screen and (max-width: 767px) {
  .more .category-menu {
    margin-bottom: 20px;
  }
  .more .category-menu li {
    padding: 0 10px;
  }
}

/* works-list */
.more .works-list {
  display: flex;
  flex-wrap: wrap;
}
.more .works-list li {
  width: calc(290 / 1280 * 100%);
  margin-right: calc(40 /1280 * 100%);
  margin-bottom: 32px;
}
.more .works-list li:nth-of-type(4n) {
  margin-right: 0;
}
.more .works-list li a {
  text-decoration: none;
}
@media (min-width: 1280px) {
  .more .works-list li a:hover {
    text-decoration: underline;
  }
  .more .works-list li a:hover picture {
    opacity: .75;
  }
}
.more .works-list li .pic-box {
  position: relative;
}
.more .works-list li picture {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  transition: .5s;
  margin-bottom: 10px;
}
.more .works-list li .entry-number {
  display: inline-block;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #222;
  padding: 3px 5px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.more .works-list li .award_name,
.more .works-list li .division {
  font-weight: 700;
}
.more .works-list li .country {
  font-size: 1.4rem;
  color: #666;
}

/* sp */
@media only screen and (max-width: 767px) {
  .more .works-list li {
    width: calc(157 / 335 * 100%);
    margin-right: calc(21 / 335 * 100%);
    margin-bottom: 32px;
  }
  .more .works-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* top
---------------------------------------------- */
.more .mov_thumb a {
  display: block;
  position: relative;
}
.more .mov_thumb .play-btn img {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.more .mov-data {
  display: none;
}

.more article .report-btn {
  background-color: #000;
  color: #fff;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .more article .report-btn:hover {
    background-color: #af9a49;
  }
}

/* prize-winners (winners & runners-up) */
.more section.prize-winners {
  padding: 0;
}
.more section.prize-winners .division-block {
  margin-bottom: 40px;
}

/* sp */
@media only screen and (max-width: 767px) {
}


/* maintitle */
.more .maintitle .maintitle_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.more .maintitle .text-box {
  width: 68%;
}
.more .maintitle .text-box.full-width {
  width: auto;
}
.more .maintitle .text-box h2 {
  padding-left: 0;
  font-size: 4.4rem;
  line-height: 1.4;
}
.more .maintitle .text-box h2::before {
  background: none;
  width: auto;
  height: auto;
}
.more .maintitle .text-box .lead {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.more .maintitle .text-box .report-box {
  display: flex;
  gap: 16px;
}
.more article .report-btn {
  background-color: #000;
  color: #fff;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .more article .report-btn:hover {
    background-color: #d6000f;
  }
}
@media only screen and (max-width: 767px) {
  .more .maintitle .text-box .report-box {
    display: block;
  }
  .more .maintitle .text-box .report-box .report-btn {
    width: auto;
  }
}
.more .maintitle figure {
  width: 24%;
  padding: 0 3%;
}

/* sp */
@media only screen and (max-width: 767px) {
  .more .maintitle {
    align-items:flex-start;
  }
  .more .maintitle .maintitle_wrap {
    padding: 0;
    align-items: flex-start;
  }
  .more .maintitle .text-box h2 {
    font-size: 6.93vw;
    padding-top: 0;
    margin-bottom: 24px;
  }
  .more .maintitle .text-box .lead {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .more article section#winners .maintitle .report-btn {
    font-size: 1.3rem;
    display: block;
    width: auto;
  }
}


/* winners */
/* grand_prix */
.more section#winners #grand_prix {
  background: url(../img/more/bg_grandprix_02.png) center top no-repeat #ebebeb;
  padding: 90px 0;
  border-bottom: solid 2px #fff;
}
.more section#winners #grand_prix .column2-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}
.more section#winners #grand_prix .mov_thumb {
  width: calc(560 / 1280 * 100%);
}
.more section#winners #grand_prix .text-box01 {
  width: calc(560 / 1280 * 100%);
  margin-left: calc(80 / 1280 * 100%);
  margin-right: calc(80 / 1200 * 100%);
}
.more section#winners #grand_prix .entry-number {
  display: inline-block;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #222;
  padding: 3px 5px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}
.more section#winners #grand_prix h2 {
  font-size: 2.8rem;
  color: #C94047;
  padding-left: 0;
  margin-left: calc(80 / 1280 * 100%);
  margin-bottom: 32px;
}
.more section#winners #grand_prix h2::before {
  background: none;
  width: auto;
  height: auto;
}
.more section#winners #grand_prix h4 {
  font-size: 3.2rem;
}
.more section#winners #grand_prix dl.outline {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.more section#winners #grand_prix dt {
  width: 25%;
  font-weight: bold;
}
.more section#winners #grand_prix dd {
  width: 72%;
  margin-bottom: 8px;
}
.more section#winners #grand_prix .summary {
  margin-bottom: 24px;
}
.more section#winners #grand_prix .btn-detail {
  background-color: #000;
  color: #fff;
  line-height: 1;
}
.more section#winners #grand_prix .btn-detail .arrow::after {
  border-color: #fff;
}
@media (min-width: 1280px) {
  .more section#winners #grand_prix .btn-detail:hover {
    background-color: #8C7416;
    text-decoration: none;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  .more section#winners #grand_prix {
    background: url(../img/more/bg_grandprix_02_sp.png) center top no-repeat #393939;
    background-size: 100% auto;
    padding: 10% 0;
  }
  .more section#winners #grand_prix .cont-width {
    margin: 0;
  }
  .more section#winners #grand_prix h2 {
    font-size: calc(24 / 375 * 100vw);
  }
  .more section#winners #grand_prix .column2-box {
    display: block;
  }
  .more section#winners #grand_prix .column2-box figure {
    width: auto;
    margin-bottom: 20px;
  }
  .more section#winners #grand_prix .column2-box .text-box01 {
    width: auto;
  }
  .more section#winners #grand_prix h4 {
    font-size: calc(22 / 375 * 100vw);
  }
  /*.more section#winners #grand_prix dt {
    width: 20%;
  }
  .more section#winners #grand_prix dd {
    width: 80%;
  }*/
}

/* prizes */
.more section.prizes {
  background-color: #F4F3EF;
}
.more section.prizes h3 {
  color: #222;
  font-size: 2.8rem;
  border: none;
  padding-bottom: 0;
}

/* sp */
@media only screen and (max-width: 767px) {
  .more section.prizes section {
    padding: 0;
  }
  .more section.prizes h3 {
    font-size: calc(20 / 375 * 100vw);
  }
}


/* finalists */
.more section.finalists {
  padding-top: 90px;
  padding-bottom: 0;
}
.more section.finalists#audiovisual_finalists {
  background: linear-gradient(to bottom,  #E5E5E5 0%,#ffffff 30px);
}
.more section.finalists .hd-box {
  display: flex;
  justify-content: space-between;
}
.more section.finalists .hd-box .btn-list {
  display: flex;
}
.more section.finalists .hd-box .btn {
  background-color: #000;
  color: #fff;
  padding: 10px 40px;
  min-width: 180px;
  margin: 0 5px;
}
.more section.finalists .hd-box .btn .arrow::after {
  border-color: #fff;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}
.more section.finalists .division-block {
  padding-top: 0;
}
.more section.finalists .division-block .hd-box02 {
  position: relative;
}
.more section.finalists .division-block h3 {
  border-top: #E3E2DF solid 2px;
  padding: 30px 0;
  position: relative;
  margin-bottom: 0;
}
.more section.finalists .division-block h3::before {
  content: '';
  width: calc(120 / 1280 * 100%);
  height: 2px;
  background-color: #af9a49;
  position: absolute;
  left: 0;
  top: -2px;
}
.more section.finalists .division-block .btn-message {
  background-color: #E3E2DF;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 24px;
}
@media (min-width: 1280px) {
  .more section.finalists .division-block .btn-message:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
  }
  .more section.finalists .division-block .btn-message:hover .arrow::after {
    border-color: #fff;
  }
}
.more section.finalists .division-block .btn-message .arrow::after {
  width: 10px;
  height: 10px;
}

/* sp */
@media only screen and (max-width: 767px) {
  .more section.finalists {
    padding-top: 48px;
  }
  .more section.finalists .hd-box {
    display: block;
    margin-bottom: 30px;
  }
  .more section.finalists h2 {
    font-size: calc(20 / 375 *100vw);
  }
  .more section.finalists .hd-box .btn-list {
    display: block;
  }
  .more section.finalists .hd-box .btn {
    margin: 0;
    width: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  .more section.finalists .division-block h3 {
    font-size: calc(18 / 375 * 100vw);
    padding: 16px 0;
  }
  .more section.finalists .division-block .btn-message {
    display: inline-block;
    width: auto;
    position: static;
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: 32px;
  }
}

/* jurors */
.more section#jurors {
  background-color: #EFEFEF;
  padding: 90px 0;
}
.more section#jurors div.order-block {
  padding-bottom: 40px;
}
.more section#jurors div.order-block.odd {
  background-color: #efefef;
}
.more section#jurors .order-block h3 {
  border-top: #E3E2DF solid 2px;
  padding: 30px 0;
  margin-bottom: 0;
  position: relative;
}
.more section#jurors .order-block h3::before {
  content: '';
  width: calc(120 / 1280 * 100%);
  height: 2px;
  background-color: #af9a49;
  position: absolute;
  left: 0;
  top: -2px;
}
.more section#jurors .committee-block {
  margin-bottom: 40px;
}
.more section#jurors .committee-block h5 {
  font-weight: normal;
  margin-bottom: 24px;
}
.more section#jurors .committee-block .jurors-list {
  display: flex;
  flex-wrap: wrap;
}
.more section#jurors .committee-block .jurors-list .jurors-list-item {
  width: 14%;
  margin: 0 3% 32px;
}
.more section#jurors .committee-block .jurors-list .jurors-list-item a {
  text-decoration: none;
}
@media (min-width: 1280px) {
  .more section#jurors .committee-block .jurors-list .jurors-list-item a:hover {
    text-decoration: underline;
  }
  .more section#jurors .committee-block .jurors-list .jurors-list-item a:hover picture {
    opacity: .75;
  }
}
.more section#jurors .committee-block .jurors-list .jurors-list-item .pic-box {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}
.more section#jurors .committee-block .jurors-list .jurors-list-item picture {
  display: block;
  border-radius: 90px;
  overflow: hidden;
  transition: .5s;
}
.more section#jurors .committee-block .jurors-list .jurors-list-item .role {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 3px 5px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  border-radius: 12px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.more section#jurors .committee-block .jurors-list .jurors-list-item .juror-name {
  text-align: center;
  font-size: 1.4rem;
}

/* sp */
@media only screen and (max-width: 767px) {
  .more section#jurors {
    padding: 48px 0 0;
  }
  .more section#jurors .order-block h3 {
    padding: 16px 0;
  }
  .more section#jurors .committee-block h4 {
    font-size: calc(16 / 375 * 100vw);
  }
  .more section#jurors .committee-block .jurors-list .jurors-list-item {
    width: 44%;
  }
  .more section#jurors .committee-block .jurors-list .jurors-list-item picture {
    width: 85%;
    margin: 0 auto;
  }
  .more section#jurors .committee-block .jurors-list .jurors-list-item .role {
    font-size: calc(12 / 375 * 100vw);
  }
}


/* report */
.more section#report {
  background-color: #E0E0E0;
}
.more section#report .btn {
  display: block;
  width: 50%;
  margin: 0 auto;
}
/* sp */
@media only screen and (max-width: 767px) {
  .more section#report {
    padding: 20px 0;
  }
  .more section#report .btn {
    width: 100%;
  }
}


/* #last_time */
.more section#last_time {
  background-color: #efefef;
}
.more section#last_time .menu-list {
  display: flex;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
  margin-bottom: 20px;
}
.more section#last_time .menu-list li {
  width: 32%;
  margin: 0 2% 20px 0;
  background-color: #fff;
  border: 2px solid #efefef;
}
@media (min-width: 768px) {
  .more section#last_time .menu-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.more section#last_time .menu-list li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.more section#last_time .menu-list li figure img {
  display: block;
  margin-bottom: 10px;
}
.more section#last_time .menu-list li figcaption {
  text-align: center;
  font-weight: bold;
}
.more section#last_time .menu-list li figcaption .arrow {
  display: inline-block;
  position: relative;
  margin-left: -15px;
}
.more section#last_time .menu-list li figcaption .arrow::after {
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position:  absolute;
    right: -15px;
    top: calc(50% - 5px);
    margin:  auto;
}
.more section#last_time .btn {
  display: block;
  width: 50%;
  margin: 0 auto;
}

/* #archive */
.more section#archive .past-awards-list {
  display: flex;
  flex-flow: row wrap;
}
.more section#archive .past-awards-list dt {
  width: 17%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #d6000f;
  border-right: solid 2px #d6000f;
  margin: 0 3% 20px 0;
}
.more section#archive .past-awards-list dd {
  width: 80%;
  margin-bottom: 20px;
}
.more section#archive .past-awards-list dd ul {
  display: flex;
  flex-flow: row wrap;
  padding-top: 5px;
}
.more section#archive .past-awards-list dd li {
  line-height: 1;
  padding: 0 10px;
  border-right: solid 1px #000;
  margin-bottom: 20px;
}
.more section#archive .past-awards-list dd li a {
  text-decoration: none;
}
.more section#archive .past-awards-list dd li a:hover {
  text-decoration: underline;
}

/* sp */
@media only screen and (max-width: 767px) {
  .more section#past {
    padding-bottom: 0;
  }
  /* #last_time */
  .more section#last_time .menu-list li {
    width: 49%;
    margin: 0 2% 20px 0;
    border-width: 1px;
  }
  .more section#last_time .menu-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .more section#last_time .btn {
    width: 90%;
  }
  /* #archive */
  /*.more section#archive {
    padding-top: 0;
  }*/
  .more section#archive .past-awards-list dt {
    font-size: 1.4rem;
  }
}


/* works detail
---------------------------------------------- */
.more .works-detail {
  background-color: #F4F3EF;
  padding: 80px 0;
}
.more .works-detail .category {
  margin-bottom: 16px;
}
.more .works-detail .prize-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.more .works-detail .prize-list li {
  border-radius: 8px;
  background: linear-gradient(#ddba3b 0%, #efd579 100%);
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  margin-bottom: 8px;
}
.more .works-detail .entry-number {
  display: inline-block;
  background-color: #222;
  color: #fff;
  line-height: 1;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px;
}
.more .works-detail .work-title {
  font-size: 3.6rem;
  line-height: 1.4;
}
.more .works-detail .scene,
.more .works-detail .scene-slide {
  margin-bottom: 40px;
}
.slick-dots li button:before {
    font-size: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '';
    opacity: .25;
    background: url(../img/more/slide_dots.svg) no-repeat;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.more .works-detail .detail-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.more .works-detail .outline {
  margin-bottom: 48px;
}
.more .works-detail .outline dt {
  font-weight: 700;
}
.more .works-detail .outline dd {
  margin-bottom: 12px;
}
.more .works-detail .work-contents {
  margin-bottom: 64px;
}
.more .works-detail .detail-inner section {
  padding: 0;
  margin-bottom: 64px;
}
.more .works-detail .detail-inner section:last-of-type {
  margin-bottom: 0;
}
.more .works-detail .detail-inner section h3 {
  font-size: 2.8rem;
}
.more .works-detail .detail-inner section p {
  line-height: calc(30 / 16);
}
.more .works-detail .detail-inner .creators_wrap {
  display: flex;
  justify-content: space-between;
}
.more .works-detail .detail-inner .creators-profile {
  width: calc(360 / 1020 * 100%);
}
.more .works-detail .detail-inner .creators-profile picture {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}
.more .works-detail .detail-inner .creators-profile .creators-name {
  font-weight: bold;
}
.more .works-detail .detail-inner .creators-profile .country {
  margin-bottom: 1em;
}
.more .works-detail .detail-inner .creators-comment {
  width: calc(600 / 1020 * 100%);
}
.more .works-detail .detail-inner .critique .critique_wrap {
  display: flex;
  justify-content: space-between;
}
.more .works-detail .detail-inner .critique .jurors-profile {
  width: calc(200 / 1020 * 100%);
}
.more .works-detail .detail-inner .critique .jurors-profile picture {
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 16px;
}
.more .works-detail .detail-inner .critique .jurors-profile .prof-box {
  text-align: center;
}
.more .works-detail .detail-inner .critique .jurors-profile .prof-box .role {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 3px 5px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  border-radius: 12px;
  white-space: nowrap;
}
.more .works-detail .detail-inner .critique .jurors-comment {
  width: calc(760 / 1020 * 100%);
}

/* sp */
@media only screen and (max-width: 767px) {
  .more .works-detail {
    padding: 24px 0;
  }
  .more .works-detail .category {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .more .works-detail .prize-list li {
    font-size: calc(13 / 375 * 100vw);
  }
  .more .works-detail .work-title {
    font-size: calc(26 / 375 * 100vw);
  }
  .more .works-detail .scene-slide {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .more .works-detail .detail-inner {
    margin-top: 40px;
  }
  .more .works-detail .outline {
    margin-bottom: 40px;
  }
  .more .works-detail .detail-inner section {
    margin-bottom: 40px;
  }
  .more .works-detail .detail-inner section h3 {
    font-size: calc(20 / 375 * 100vw);
  }
  .more .works-detail .detail-inner .creators_wrap {
    display: block;
  }
  .more .works-detail .detail-inner .creators-profile {
    width: auto;
    margin-bottom: 24px;
  }
  .more .works-detail .detail-inner .creators-profile picture {
    margin-bottom: 10px;
  }
  .more .works-detail .detail-inner .creators-profile .creators-name {
    margin-bottom: 10px;
  } 
  .more .works-detail .detail-inner .creators-comment {
    width: auto;
  }
  .more .works-detail .detail-inner .critique .critique_wrap {
    display: block;
  }
  .more .works-detail .detail-inner .critique .jurors-profile {
    width: auto;
  }
  .more .works-detail .detail-inner .critique .jurors-profile a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .more .works-detail .detail-inner .critique .jurors-profile .pic-box {
    width: calc(100 / 335 * 100%);
  }
  .more .works-detail .detail-inner .critique .jurors-profile .prof-box {
    width: calc(210 / 335 * 100%);
    text-align: left;
  }
  .more .works-detail .detail-inner .critique .jurors-comment { 
    width: auto;
  }
}


/* related links */
.more .related-links {
  background: linear-gradient(to bottom,  #E5E5E5 0%,#ffffff 30px);
  padding: 90px 0;
}
.more .related-links .jurors-list {
  width: 75%;
}
.more .related-links h4 {
  font-size: 2rem;
  margin-bottom: 32px;
}
/*.more .related-links .jurors-list[data-selection="pre"] {
  max-width: 1024px;
}*/

/* sp */
@media only screen and (max-width: 767px) {
  .more .related-links {
    padding: 48px 0;
  }
  .more .related-links .jurors-list {
    width: auto;
  }
  .more .related-links h4 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: 16px;
  }
}


/* jurors detail
---------------------------------------------- */
.more .jurors-detail {
  background-color: #F4F3EF;
  padding: 80px 0;
}
.more .jurors-detail .page-title {
  font-size: 3.6rem;
  margin-bottom: 16px;
}
.more .jurors-detail .category-title {
  border-top: #E3E2DF solid 2px;
  padding: 30px 0;
  margin-bottom: 0;
  position: relative;
}
.more .jurors-detail .category-title::before {
  content: '';
  width: calc(120 / 1280 * 100%);
  height: 2px;
  background-color: #af9a49;
  position: absolute;
  left: 0;
  top: -2px;
}
.more .jurors-detail .jurors-detail_wrap {
  display: flex;
  justify-content: space-between;
}
.more .jurors-detail .pic-box {
  width: calc(320 / 1280 * 100%);
}
.more .jurors-detail .pic-box picture {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.more .jurors-detail .pic-box .role {
  font-weight: 700;
}
.more .jurors-detail .pic-box .charge {
  font-size: 1.4rem;
}
.more .jurors-detail .prof-box {
  width: calc(900 / 1280 * 100%);
}
.more .jurors-detail .prof-box .role {
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.more .jurors-detail .prof-box .jurors-name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.more .jurors-detail .prof-box .belong {
  margin-bottom: 16px;
}
/* sp */
@media only screen and (max-width: 767px) {
  .more .jurors-detail {
    padding: 24px 0;
  }
  .more .jurors-detail .page-title {
    font-size: calc(26/ 375 * 100vw);
    margin-bottom: 24px;
  }
  .more .jurors-detail .category-title {
    padding: 16px 0;
  }
  .more .jurors-detail .jurors-detail_wrap {
    display: block;
  }
  .more .jurors-detail .pic-box {
    width: auto;
    margin-bottom: 24px;
  }
  .more .jurors-detail .pic-box picture:before{
    padding-top: 100%;
  }
  .more .jurors-detail .prof-box {
    width: auto;
  }
}

/* jurors list */
.more .related-links .jurors-list .jurors-list-item a {
  display: block;
  margin: 0 15%;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .more .related-links .jurors-list .jurors-list-item a:hover {
    text-decoration: underline;
  }
  .more .related-links .jurors-list .jurors-list-item a:hover picture {
    opacity: .75;
  }
}
.more .related-links .jurors-list .jurors-list-item .pic-box {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}
.more .related-links .jurors-list .jurors-list-item picture {
  display: block;
  border-radius: 90px;
  overflow: hidden;
  transition: .5s;
}
.more .related-links .jurors-list .jurors-list-item .role {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 3px 5px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  border-radius: 12px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.more .related-links .jurors-list .jurors-list-item .juror-name {
  text-align: center;
  font-size: 1.4rem;
}
/* sp */
@media only screen and (max-width: 767px) {
  .more .related-links .jurors-list .jurors-list-item .role {
    font-size: 1vw;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  width: 96px;
  height: 96px;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  width: 96px;
  height: 96px;
  font-size: 0;
  line-height: 1;
  opacity: .75;
  color: gray;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: '';
  background: url(../img/common/slide_prev.svg) no-repeat;
  background-size: contain;
}
[dir='rtl'] .slick-prev:before {
  content: '';
}
.slick-next {
  right: 0;
}
[dir='rtl'] .slick-next {
  left: 0;
}
.slick-next:before {
  content: '';
  background: url(../img/common/slide_next.svg) no-repeat;
  background-size: contain;
}
[dir='rtl'] .slick-next:before {
  content: '';
}
/* sp */
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 56px;
    height: 56px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 56px;
    height: 56px;
  }
}

/* message from jurors
---------------------------------------------- */
.more .jurors-message {
  background-color: #F4F3EF;
  padding: 80px 0;
}
.more .jurors-message .page-title {
  font-size: 3.6rem;
}
.more .jurors-message .jurors-message_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: #E3E2DF solid 1px;
  padding: 56px 0;
}
.more .jurors-message .jurors-profile {
  width: calc(240 / 1280 * 100%);
}
.more .jurors-message .pic-box picture {
  border-radius: 120px;
  overflow: hidden;
  margin-bottom: 8px;
}
.more .jurors-message .prof-box {
  text-align: center;
}
.more .jurors-message .prof-box .role {
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.more .jurors-message .prof-box .jurors-name {
  font-size: 2rem;
  font-weight: bold;
}
.more .jurors-message .prof-box .btn-jurors-detail {
  background-color: #E3E2DF;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px 10px 10px;
}
.more .jurors-message .prof-box .btn-jurors-detail .arrow::after {
  width: 10px;
  height: 10px;
}
@media (min-width: 1280px) {
  .more .jurors-message .prof-box .btn-jurors-detail:hover {
    text-decoration: none;
    background-color: #222;
    color: #fff;
  }
  .more .jurors-message .prof-box .btn-jurors-detail:hover .arrow::after {
    border-color: #fff;
  }
}
.more .jurors-message .message-box {
  width: calc(940 / 1280 * 100%);
}
.more .jurors-message .message-box .text {
  line-height: calc(30 / 16);
}
/* sp */
@media only screen and (max-width: 767px) {
  .more .jurors-message {
    padding: 24px 0;
  }
  .more .jurors-message .page-title {
    font-size: calc(26/ 375 * 100vw);
    margin-bottom: 24px;
  }
  .more .jurors-message .jurors-message_wrap {
    display: block;
    padding: 24px 0;
  }
  .more .jurors-message .jurors-profile {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .more .jurors-message .pic-box {
    width: calc(100 / 335 * 100%);
  }
  .more .jurors-message .prof-box {
    width: calc(210 / 335 * 100%);
    text-align: left;
  }
  .more .jurors-message .prof-box .jurors-name {
    font-size: 1.6rem;
  }
  .more .jurors-message .message-box {
    width: auto;
  }
  .more .jurors-message .prof-box .btn-jurors-detail {
    display: inline-block;
    width: auto;
    font-size: 1.4rem;
  }
}