@charset "UTF-8";

/* ----------------------------------------------
 more (judging)
---------------------------------------------- */
/* 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;
}
@media (min-width: 768px) {
  .more article .report-btn:hover {
    background-color: #d6000f;
  }
}

/* anchor-nav */
.more article .anchor-nav-area {
  background-color: #393939;
  color: #fff;
  padding: 20px 0;
}
.more article .anchor-nav-area .anchor-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.more article .anchor-nav-area .anchor-nav li {
  padding-right: 10px;
  border-right: solid 1px #fff;
  margin: 0 10px 0 0;
  line-height: 1;
  color: #7d7d7d;
}
.more article .anchor-nav-area .anchor-nav li:last-of-type {
  padding-right: 10px;
  border-right: none;
  margin-right: 0;
}
.more article .anchor-nav-area .anchor-nav a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .more article .anchor-nav-area .anchor-nav a:hover {
    text-decoration: underline;
  }
}
/* sp */
@media (max-width: 767px) {
  .more article .anchor-nav-area {
    padding: 5px 0;
  }
  .more article .anchor-nav-area h1 {
    font-size: 1.6rem;
  }
  .more article .anchor-nav-area .anchor-nav {
  }
  .more article .anchor-nav-area .anchor-nav li {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* prize-winners (winners & runners-up) */
.more section.prize-winners {
  padding: 0;
}
.more section.prize-winners .division-block {
  margin-bottom: 40px;
}
.more section.prize-winners .work-block {
  margin-bottom: 40px;
}
.more section.prize-winners .column1-box {
  margin-bottom: 20px;
}
.more section.prize-winners .column2-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.more section.prize-winners .column2-box figure {
  width: 39%;
}
.more section.prize-winners .column2-box .text-box01 {
  width: 58%;
}
.more section.prize-winners dl.outline {
  display: flex;
  flex-flow: row wrap;
}
.more section.prize-winners dt {
  width: 15%;
  color: #af9a49;
}
.more section.prize-winners dd {
  width: 85%;
  margin-bottom: 8px;
}
.more.lang-en section.prize-winners dt {
  width: 30%;
}
.more.lang-en section.prize-winners dd {
  width: 70%;
}
.more.lang-en section.prize-winners #proposal_best dt {
  width: 15%;
}
.more.lang-en section.prize-winners #proposal_best dd {
  width: 85%;
}
.more section.prize-winners dt:first-of-type,
.more section.prize-winners dd:first-of-type,
.more.lang-en section.prize-winners dt:first-of-type,
.more.lang-en section.prize-winners dd:first-of-type,
.more.lang-en section.prize-winners #proposal_best dt:first-of-type,
.more.lang-en section.prize-winners #proposal_best dd:first-of-type {
  width: 100%;
}

.more section.prize-winners dd:first-of-type {
  font-size: 2.2rem;
  font-weight: bold;
}
.more section.prize-winners .prizes {
  background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 30px);
}
.more section.prize-winners .prizes h3 {
  background-color: #af9a49;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.more section.prize-winners .prizes h3 .exp {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}
.more section.prize-winners .prizes h2 {
  padding-left: 35px;
}
.more section.prize-winners .prizes h2::before {
  background: url(../img/more/ico_prize.png) no-repeat;
  background-size: 28px 41px;
  top: 0;
  width: 28px;
  height: 41px;
}
.more section.prize-winners .prizes h4 {
  display: inline-block;
  background-color: #af9a49;
  color: #fff;
  padding: 0 10px;
}
.more section.prize-winners .prizes dd:first-of-type {
  font-size: 1.8rem;
  font-weight: bold;
}

/* sp */
@media (max-width: 767px) {
  .more section.prize-winners dt {
    width: 20%;
  }
  .more section.prize-winners dd {
    width: 80%;
    margin-bottom: 3px;
  }
  .more.lang-en section#winners dt {
    width: 32%;
  }
  .more.lang-en section#winners dd {
    width: 68%;
  }
  .more.lang-en section.prize-winners #proposal_best dt {
    width: 31%;
  }
  .more.lang-en section.prize-winners #proposal_best dd {
    width: 69%;
  }
  .more section.prize-winners .column2-box figure {
    width: auto;
    margin-bottom: 10px;
  }
  .more section.prize-winners .column2-box .text-box01 {
    width: auto;
  }
  .more section.prize-winners .prizes h3 .exp {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .more section.prize-winners .column2-box {
    display: block;
    margin-bottom: 20px;
  }
}

/* winners */
.more section#winners .maintitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.more section#winners .maintitle .text-box {
  width: 78%;
}
.more section#winners .maintitle .text-box h2 {
  padding-left: 0;
  font-size: 4.4rem;
  line-height: 1.4;
}
.more section#winners .maintitle .text-box h2::before {
  background: none;
  width: auto;
  height: auto;
}
.more section#winners .maintitle .text-box .lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.more section#winners .maintitle figure {
  width: 20%;
  padding: 0 3%;
}

.more section#winners #grand_prix {
  background: url(../img/more/bg_grandprix.png) center center no-repeat;
  background-size: cover;
  padding-top: 20px;
}
.more section#winners #grand_prix h2 {
  min-height: 82px;
  font-size: 3.2rem;
  padding: 25px 0 25px 55px;
  border-bottom: dotted 2px #af9a49;
}
.more section#winners #grand_prix h2::before {
  background-image: url(../img/more/ico_grandprix.png);
  width: 45px;
  height: 81px;
  top: 0;
}
/*
.more section#winners #grand_prix .column2-box figure {
  width: 47%;
}
.more section#winners #grand_prix .column2-box .text-box01 {
  width: 50%;
}
*/

/* sp */
@media (max-width: 767px) {
  .more section#winners .maintitle {
    align-items:flex-start;
  }
  .more section#winners .maintitle .text-box h2 {
    font-size: 2.2rem;
    padding-top: 0;
  }
  .more section#winners .maintitle .text-box .lead {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .more article section#winners .maintitle .report-btn {
    font-size: 1.3rem;
    display: inline-block;
    width: auto;
  }
  .more section#winners #grand_prix {
    background: url(../img/more/bg_grandprix.png) right center no-repeat;
    background-size: cover;
    padding: 15px 0;
  }
  .more section#winners #grand_prix h2 {
    min-height: 40px;
    font-size: 1.8rem;
    padding: 11px 0 11px 30px;
  }
  .more section#winners #grand_prix h2::before {
    background-image: url(../img/more/ico_grandprix.png);
    background-size: 22px 40px;
    width: 22px;
    height: 40px;
    top: 0;
  }
  .more section#winners #grand_prix .column2-box figure {
    width: auto;
    margin-bottom: 10px;
  }
  .more section#winners #grand_prix .column2-box .text-box01 {
    width: auto;
  }
}


/* prize-winners02 (winners archives style) */
.more section.prize-winners02 {
  padding: 40px 0 0;
}
.more section.prize-winners02 .prizes:nth-of-type(odd) {
  background-color: #efefef;
}
.more section.prize-winners02 .hd-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.more section.prize-winners02 .division-block {
  margin-bottom: 40px;
}
.more section.prize-winners02 .division-block:last-of-type {
  margin-bottom: 0;
}
.more section.prize-winners02 .work-block {
  margin-bottom: 40px;
}
.more section.prize-winners02 #grand_prix .work-block {
  margin-bottom: 0;
}
.more section.prize-winners02 .column1-box {
  margin-bottom: 20px;
}
.more section.prize-winners02 #grand_prix .column1-box {
  margin-bottom: 0;
}
.more section.prize-winners02 .column2-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.more section.prize-winners02 .column2-box figure {
  max-width: 39%;
}
.more section.prize-winners02 .column2-box figure img {
  max-width: 100%;
}
.more section.prize-winners02 .column2-box .text-box01 {
  width: 58%;
}
.more section.prize-winners02 dl.outline {
  display: flex;
  flex-flow: row wrap;
}
.more section.prize-winners02 dt {
  width: 15%;
  color: #af9a49;
  border-bottom: dotted 2px #ccc;
  padding: 2px 0;
}
.more section.prize-winners02 dd {
  width: 85%;
  border-bottom: dotted 2px #ccc;
  padding: 2px 0;
}
.more.lang-en section.prize-winners02 dt {
  width: 30%;
}
.more.lang-en section.prize-winners02 dd {
  width: 70%;
}
.more section.prize-winners02 .no-thumb dt {
  width: 12%;
}
.more section.prize-winners02 .no-thumb dd {
  width: 88%;
}
.more.lang-en section.prize-winners02 .no-thumb dt {
  width: 15%;
}
.more.lang-en section.prize-winners02 .no-thumb dd {
  width: 85%;
}
.more section.prize-winners02 dt:first-of-type,
.more section.prize-winners02 dd:first-of-type,
.more.lang-en section.prize-winners02 dt:first-of-type,
.more.lang-en section.prize-winners02 dd:first-of-type,
.more.lang-en section.prize-winners02 .no-thumb dt:first-of-type,
.more.lang-en section.prize-winners02 .no-thumb dd:first-of-type {
  width: 100%;
}

.more section.prize-winners02 dd:first-of-type {
  font-size: 2.2rem;
  font-weight: bold;
}
.more section.prize-winners02 .prizes {
  padding-top: 0;
}
.more section.prize-winners02 .prizes.no-hd {
  padding-top: 40px;
  border-top: solid 2px #af9a49;
}
.more section.prize-winners02 .prizes h2 {
  background-color: #af9a49;
  color: #fff;
  font-size: 2.2rem;
  padding: 5px 0;
}
.more section.prize-winners02 .prizes h2::before {
  background: none;
  width: 0;
  height: 0;
}
.more section.prize-winners02 .prizes h2.hd_prizes_group {
  background-color: transparent;
  color: #222;
  border-bottom: solid 1px #af9a49;
}
.more section.prize-winners02 .prizes h3 {
  background-color: #af9a49;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.more section.prize-winners02 .prizes h3 .exp {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}
.more section.prize-winners02 .prizes h4 {
  display: inline-block;
  background-color: #af9a49;
  color: #fff;
  padding: 0 10px;
}
.more section.prize-winners02 .prizes dd:first-of-type {
  font-size: 1.8rem;
  font-weight: bold;
}
.more section.prize-winners02 .text-box02 {
  margin-top: 20px;
}

/* sp */
@media (max-width: 767px) {
  .more section.prize-winners02 {
    padding-top: 20px;
  }
  .more section.prize-winners02 .hd-box {
    display: block;
  }
  .more section.prize-winners02 .hd-box .report-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  .more section.prize-winners02 .hd-box .report-btn {
    padding: 10px;
    font-size: 1.4rem;
  }
  .more section.prize-winners02 dt {
    width: 20%;
  }
  .more section.prize-winners02 dd {
    width: 80%;
  }
  .more.lang-en section.prize-winners02 dt {
    width: 34%;
  }
  .more.lang-en section.prize-winners02 dd {
    width: 66%;
  }
  .more section.prize-winners02 .prizes h2 {
    font-size: 1.8rem;
  }
  .more section.prize-winners02 .prizes h3 {
    margin-bottom: 10px;
  }
  .more.lang-en section.prize-winners02 .no-thumb dt {
    width: 31%;
  }
  .more.lang-en section.prize-winners02 .no-thumb dd {
    width: 69%;
  }
  .more section.prize-winners02 .column2-box figure {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .more section.prize-winners02 .column2-box figure img {
    width: auto;
    max-width: 100%;
  }
  .more section.prize-winners02 .column2-box .text-box01 {
    width: auto;
  }
  .more section.prize-winners02 .prizes h3 .exp {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .more section.prize-winners02 .prizes dd:first-of-type {
    font-size: 1.5rem;
  }
  .more section.prize-winners02 .column2-box {
    display: block;
    margin-bottom: 20px;
  }
}

/* report */
.more section#report {
  border-top: solid 2px #efefef;
  border-bottom: solid 2px #efefef;
}
.more section#report .btn {
  display: block;
  width: 50%;
  margin: 0 auto;
}
/* sp */
@media (max-width: 767px) {
  .more section#report {
    padding: 20px 0;
  }
  .more section#report .btn {
    width: 100%;
  }
}


/* finalists */
.more section.finalists {
  padding-bottom: 0;
}
.more section#audiovisual_finalists {
  border-top: solid 4px #af9a49;
  background: linear-gradient(to bottom,  #f2f2f2 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 .finalists-menu {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.more section.finalists .finalists-menu li {
  line-height: 1;
  padding: 0 20px;
  border-left: solid 1px #222;
  margin-bottom: 10px;
}
.more section.finalists .finalists-menu li:first-of-type {
  border-left: none;
}
.more section.finalists .division-block {
  padding-top: 0;
}
.more section.finalists .division-block:nth-of-type(odd) {
  background-color: #efefef;
}
/*
.more section#proposal_finalists .division-block:nth-of-type(odd) {
  background-color: transparent;
}
*/
.more section.finalists .division-block h3 {
  background-color: #af9a49;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 40px;
}
.more section.finalists .division-block .work-block {
  margin-bottom: 40px;
}
.more section.finalists .division-block .work-block .column1-box {
  margin-bottom: 20px;
  position: relative;
}
.more section.finalists .division-block .work-block .column2-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.more section.finalists .division-block .work-block .column2-box figure {
  width: 27.5%;
}
.more section.finalists .division-block .work-block .column2-box .text-box01 {
  width: 70%;
}
.more section.finalists .division-block .work-block h4 {
  display: inline-block;
  background-color: #af9a49;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.more section.finalists .division-block .work-block dl.outline {
  display: flex;
  flex-flow: row wrap;
  padding-top: 40px;
  line-height: 1.4;
}
.more section.finalists .division-block .work-block dl.outline dt {
  width: 15%;
  color: #af9a49;
  border-bottom: dotted 2px #ccc;
  padding: 3px 0;
}
.more section.finalists .division-block .work-block dl.outline dd {
  width: 85%;
  border-bottom: dotted 2px #ccc;
  padding: 3px 0;
}
.more.lang-en section.finalists .division-block .work-block dl.outline dt {
  width: 30%;
  padding-right: 2%;
}
.more.lang-en section.finalists .division-block .work-block dl.outline dd {
  width: 68%;
}
.more section.prize-winners dl.outline .creator,
.more section.finalists .division-block .work-block dl.outline .creator {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.more section.prize-winners dl.outline .creator-block,
.more section.finalists .division-block .work-block dl.outline .creator-block {
  width: 49%;
  margin-right: 1%;
  display: flex;
  padding: 5px 0;
  align-items: flex-start;
}
.more section.prize-winners dl.outline .creator-block.full-width,
.more section.finalists .division-block .work-block dl.outline .creator-block.full-width {
  width: 99%;
}
.more section#winners #grand_prix .column2-box .portrait,
.more section.prize-winners dl.outline .creator-block .portrait,
.more section.finalists .division-block .work-block dl.outline .creator-block .portrait {
  width: 90px;
  margin-right: 2%;
  padding-top: 0;
}
.more section.prize-winners dl.outline .creator-block .text-area,
.more section.finalists .division-block .work-block dl.outline .creator-block .text-area {
  width: calc(98% - 90px);
}
.more section.prize-winners dl.outline .creator-block .title,
.more section.finalists .division-block .work-block dl.outline .creator-block .title {
  font-size: 1.4rem;
}
.more section.prize-winners dl.outline .creator .comment,
.more section.finalists .division-block .work-block dl.outline .creator .comment {
  width: 49%;
  margin-right: 1%;
  text-align: right;
  padding: 5px 0;
}
.more section.prize-winners dl.outline .creator .btn-comment,
.more section.finalists .division-block .work-block dl.outline .creator .btn-comment {
  display: inline-block;
  background-color: #789cc9;
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.more section.prize-winners dl.outline .creator .btn-comment:hover,
.more section.finalists .division-block .work-block dl.outline .creator .btn-comment:hover {
  background-color: #89ade4;
}
.more section.prize-winners dl.outline .creator .btn-comment::before,
.more section.finalists .division-block .work-block dl.outline .creator .btn-comment::before {
  content: '';
  background: url(../img/more/ico_video.svg) no-repeat;
  width: 32px;
  height: 23px;
  position: absolute;
  top: calc(50% - 11px);
  left: 8px;
}

/* sp */
@media (max-width: 767px) {
  .more section.finalists .hd-box {
    display: block;
    margin-bottom: 30px;
  }
  .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 .finalists-menu {
    margin-bottom: 20px;
  }
  .more section.finalists .finalists-menu li {
    padding: 0 10px;
  }
  .more section.finalists .division-block h3 {
    margin-bottom: 20px;
  }
  .more section.finalists .division-block .work-block .column1-box {
    padding-top: 20px;
  }
  .more section.finalists .division-block .work-block .column2-box {
    display:block;
  }
  .more section.finalists .division-block .work-block .column2-box figure {
    width: 70%;
    padding-top: 30px;
  }
  .more section.finalists .division-block .work-block .column2-box .text-box01 {
    width: 100%;
  }
  .more section.finalists .division-block .work-block dl.outline {
    padding-top: 10px;
  }
  .more section.finalists .division-block .work-block dl.outline dt {
    width: 20%;
  }
  .more section.finalists .division-block .work-block dl.outline dd {
    width: 80%;
  }
  .more section.prize-winners dl.outline .creator,
  .more section.finalists .division-block .work-block dl.outline .creator {
    display: block;
  }
  .more section.prize-winners dl.outline .creator-block,
  .more section.finalists .division-block .work-block dl.outline .creator-block {
    width: auto;
    margin-right: 0;
  }
  .more section.prize-winners dl.outline .creator-block.full-width,
  .more section.finalists .division-block .work-block dl.outline .creator-block.full-width {
    width: auto;
  }
  .more section.prize-winners dl.outline .creator-block .title,
  .more section.finalists .division-block .work-block dl.outline .creator-block .title {
    font-size: 1.3rem;
  }
  .more section.prize-winners dl.outline .creator .comment,
  .more section.finalists .division-block .work-block dl.outline .creator .comment {
    width: auto;
    margin-right: 0;
    text-align: left;
  }
}

/* jurors */
.more section#jurors {
  padding-bottom: 0;
}
.more section#jurors .jurors-menu {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.more section#jurors .jurors-menu li {
  line-height: 1;
  padding: 0 20px;
  border-left: solid 1px #222;
  margin-bottom: 10px;
}
.more section#jurors .jurors-menu li:first-of-type {
  border-left: none;
}
.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 {
  background-color: #af9a49;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 40px;
}
.more section#jurors .committee-block {
  margin-bottom: 40px;
}
.more section#jurors .committee-block h4 {
  background-color: #af9a49;
  color: #fff;
  padding: 5px 10px;
}
.more section#jurors .committee-block h5 {
  color: #af9a49;
}
.more section#jurors .juror-block {
  display: flex;
  flex-flow: row wrap;
  border-bottom: dotted 2px #ccc;
}
.more section#jurors .juror-block figure {
  width: 10%;
  padding-right: 2%;
  margin: 20px 0;
}
.more section#jurors .juror-block .text-box {
  width: 88%;
  margin: 20px 0;
}
.more section#jurors .juror-block .text-box .role {
  display: inline-block;
  background-color: #393939;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px;
}
.more section#jurors .juror-block .text-box .role02 {
  color: #393939;
  font-size: 1.4rem;
  font-weight: bold;
}
.more section#jurors .juror-block .text-box dt {
  color: #af9a49;
  float: left;
  padding-right: 0.5em;
}
.more section#jurors .juror-block .text-box dd {
  padding-left: 12%;
}
.more.lang-en section#jurors .juror-block .text-box dd {
  padding-left: 21%;
}
.more section#jurors .juror-block .profile {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/* sp */
@media (max-width: 767px) {
  .more section#jurors .jurors-menu {
    margin-bottom: 20px;
  }
  .more section#jurors .jurors-menu li {
    padding: 0 10px;
  }
  .more section#jurors .order-block h3 {
    margin-bottom: 20px;
  }
  .more section#jurors .committee-block h5 {
    margin-bottom: 0;
  }
  .more section#jurors .juror-block .text-box .role,
  .more section#jurors .juror-block .text-box .role02 {
    font-size: 1.2rem;
  }
  .more section#jurors .juror-block figure {
    width: 20%;
  }
  .more section#jurors .juror-block .text-box {
    width: 78%;
  }
  .more section#jurors .committee-block:last-of-type {
    margin-bottom: 0;
  }
  .more section#jurors .juror-block .text-box dd {
    padding-left: 31%;
  }
  .more.lang-en section#jurors .juror-block .text-box dt:last-of-type {
    width: 100%;
  }
  .more.lang-en section#jurors .juror-block .text-box dd:last-of-type {
    width: 100%;
    padding-left: 0;
  }
  .more section#jurors .juror-block .profile {
    font-size: 1.3rem;
  }
}

/* #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 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;
  }
}

/* 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%;
}


/* viewing works
---------------------------------------------- */
@media screen and (min-width: 1020px) {
  .more section.introduction {
    min-height: 550px;
  }
}
.more section.introduction .lead {
  margin-bottom: 20px;
}
.more section.introduction .notice-list {
  margin-bottom: 40px;
}
.more section.introduction .notice-list li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.more section.introduction .btn-area {
  text-align: center;
  margin-bottom: 40px;
}
.more.lang-en section.introduction .btn-area {
  text-align: left;
}
.more section.introduction .btn-area .btn {
  min-width: 30%;
}
.more section.introduction .btn-area .btn:first-of-type {
  margin-bottom: 40px;
}

/* Contact Us form
---------------------------------------------- */
.contact-form .contents #form-area {
  background-color: #efefef;
}
.contact-form .contents #form-area dl {
  border-top: dotted 2px #d2d2d2;
  padding-top: 15px;
  display: flex;
  flex-flow: row wrap;
}
.contact-form .contents #form-area dt {
  width: 15%;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: dotted 2px #d2d2d2;
}
.contact-form .contents #form-area dd {
  width: 85%;
  padding-bottom: 15px;
  border-bottom: dotted 2px #d2d2d2;
  margin-bottom: 15px;
}
.contact-form .contents #form-area input[type="text"] {
  border: solid 2px #d2d2d2;
  background-color: #fff;
  padding: 5px;
}
.contact-form .contents #form-area #Email,
.contact-form .contents #form-area #Name {
  width: 50%;
}
.contact-form .contents #form-area #Title {
  width: 100%;
}
.contact-form .contents #form-area textarea {
  width: 100%;
  border: solid 2px #d2d2d2;
  background-color: #fff;
  padding: 5px;
}
.contact-form .contents #form-area p {
  margin-bottom: 20px;
}
.contact-form .contents #form-area .btn-list {
  display: flex;
  justify-content: center;
}
.contact-form .contents #form-area .btn {
  display: block;
  width: 200px;
  border: 0;
  cursor: pointer;
}
.contact-form .contents #form-area .reset-btn {
  background-color: #d2d2d2;
  margin-left: 20px;
}

/* sp */
@media screen and (max-width: 767px) {
  .contact-form .contents #form-area dl {
    padding-top: 15px;
    display: block;
  }
  .contact-form .contents #form-area dt {
    width: auto;
    margin-bottom: 15px;
    border-bottom: none;
  }
  .contact-form .contents #form-area dd {
    width: auto;
    padding-bottom: 15px;
    border-bottom: dotted 2px #d2d2d2;
    margin-bottom: 15px;
  }
  .contact-form .contents #form-area #Email,
  .contact-form .contents #form-area #Name {
    width: 100%;
  }
  .contact-form .contents #form-area input[type="text"],
  .contact-form .contents #form-area textarea {
    font-size: 1.6rem;
  }
  .contact-form .contents #form-area .btn {
    width: 120px;
  }
}