@charset "UTF-8";
body {
  background-color: white;
}

.page-result header {
  height: 99px;
  /* background-color: #FFF; */
}

@media screen and (max-width: 768px) {
  .page-result header {
    height: 60px;
  }
  .page-result .award {
    padding: 80px 0 100px;
  }
  .page-result .award.-top {
    padding: 80px 0 60px;
  }
}
.page-result .footer {
  background: none;
}

.award {
  padding: 120px 0 100px 0;
  background-image: url(../img/home/outline_bg.png);
  background-color: #f4f5f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.award.-top {
  background-image: url(../img/home/top-result-bg.jpg);
  background-size: cover;
  margin-top: 100px;
  padding: 120px 0;
}

.award-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

/* 20210315修正 - */
.award-box {
  position: relative;
  padding: 9% 16%;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 0 0 5% 0;
}

.award-box:last-child {
  margin: 0;
}

.award-box.-voice {
  background-color: #fff600;
  margin-bottom: 100px;
}

/* - 20210315修正 */
.award-box:nth-child(even) {
  /* background-color: #fffdeb; */
}

.award-crown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.award-crown .ttl-img {
  width: 44px;
}
.award-crown .ttl-txt {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

.thumb-item.slick-initialized.slick-slider {
  margin-bottom: 5%;
}

.thumb-item.slick-initialized.slick-slider .slick-track li a {
  outline: none;
}

.thumb-item-nav.slick-initialized.slick-slider {
  margin-bottom: 5%;
}

.thumb-item-nav.slick-initialized.slick-slider .slick-track li {
  width: 20% !important;
  margin-right: 2%;
  border: 3px solid transparent;
  box-sizing: border-box;
}

.thumb-item-nav.slick-initialized.slick-slider .slick-slide.slick-current.slick-active {
  border-color: #cf930e;
}

.thumb-item-nav.slick-initialized.slick-slider .slick-track li a {
  outline: none;
}

.thumb-item-nav .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.thumb-item-nav-movie {
  position: relative;
}

.thumb-item-nav-movie:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/result/result_thumb_movie.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.award-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

.-tag {
  position: relative;
  width: 100%;
  max-width: 130px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  color: #FFF;
}

.-tag:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 13px 6px 13px 0;
}

.-tag.-red {
  background-color: #ee4111;
}

.-tag.-orange {
  background-color: #f5aa00;
}

.-tag.-purple {
  background-color: #9b11a5;
}

.-tag.-blue {
  background-color: #218ce4;
}

.-tag.-navy {
  background-color: #323aa9;
}

.-tag.-green {
  background-color: #0bb659;
}

.-tag.-blank {
  opacity: 0;
}

.award-details {
  display: flex;
  width: 100%;
  margin-bottom: 3%;
}

/* 20210315追加 - */
.award-details:last-child {
  margin: 0;
}

/* - 20210315追加 */
.award-details-ttl {
  width: 14%;
  font-size: 18px;
  font-weight: 600;
}

.overview .award-details-ttl {
  font-size: 16px;
  font-weight: 500;
}

.award-details-txt {
  width: 86%;
  font-size: 18px;
  font-weight: 600;
}

.overview .award-details-txt {
  font-size: 16px;
  font-weight: 500;
}

.award-box-ttl {
  padding-bottom: 6%;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.-comment .award-box-ttl {
  color: #059a8e;
}

.about-details {
  margin-bottom: 4%;
  /* padding-bottom: 4%;
  border-bottom: 2px solid #e7ba05; */
}

.about-details.about-details-last {
  margin-bottom: 4%;
  border-bottom: none;
}

.about-details-ttl {
  position: relative;
  margin-bottom: 1%;
  font-size: 18px;
  font-weight: 600;
  color: #059a8e;
}

.about-details-txt p {
  margin-bottom: 4%;
  font-size: 16px;
}

.about-details-txt p:last-child {
  margin-bottom: 0;
}

.about-img {
  padding: 6% 4% 0 4%;
  box-sizing: border-box;
  background-color: #FFF;
}

.review-details {
  margin-bottom: 8%;
  border-bottom: 2px solid #059a8e;
}

.review-details.review-details-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.review-details-txt {
  padding-bottom: 8%;
}

.review-details-txt p {
  font-size: 16px;
}

.review-details-judge {
  text-align: right;
  font-size: 16px;
}

.review-details-judge a:hover {
  opacity: 0.7;
}

.judge-note {
  padding-bottom: 4px;
  color: #e7ba05;
  border-bottom: 1px solid #e7ba05;
}

.voice-details {
  display: flex;
  justify-content: space-between;
}

.voice-details-txt {
  width: 68%;
}

.voice-details-img {
  width: 29%;
}

.top-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 68px;
  margin: auto;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #d69706;
  background-color: white;
  border: 2px solid #d69706;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-btn:before {
  content: "←";
  position: absolute;
  left: 25px;
  font-size: 12px;
  color: #d69706;
  transition: 0.25s;
}

.top-btn:hover:before {
  left: 15px;
}

.top-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .award {
    padding: 45px 0;
    background-size: 143px;
  }
  .award-wrapper {
    width: 90%;
    margin: 0 auto 8%;
  }
  /* 20210315修正 - */
  .award-box {
    padding: 10% 6% 10%;
  }
  .award-gra {
    padding: 25% 6% 10%;
  }
  /* - 20210315修正 */
  .award-box.award-gra:before {
    width: 20%;
    max-width: none;
  }
  .award-box.award-chosen:before {
    width: 17%;
    max-width: none;
  }
  .award-crown .ttl-img {
    width: 35px;
  }
  .award-crown .ttl-txt {
    font-size: 20px;
  }
  .thumb-item-nav.slick-initialized.slick-slider .slick-track li {
    width: 30% !important;
  }
  .award-box-ttl {
    font-size: 18px;
  }
  .award-details {
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  .award-details-ttl {
    width: 100%;
    font-size: 14px;
  }
  .award-details-txt {
    width: 100%;
    font-size: 14px;
  }
  .overview .award-details-ttl {
    font-size: 14px;
  }
  .overview .award-details-txt {
    font-size: 14px;
  }
  .about-details {
    margin-bottom: 6%;
    padding-bottom: 6%;
  }
  .about-details-ttl {
    font-size: 14px;
  }
  .about-details-txt p {
    font-size: 14px;
  }
  .review-details {
    margin-bottom: 6%;
    padding-bottom: 6%;
  }
  .review-details-txt p {
    font-size: 14px;
  }
  .review-details-judge {
    font-size: 14px;
  }
  .voice-details {
    flex-wrap: wrap;
  }
  .voice-details-txt {
    width: 100%;
    margin-bottom: 4%;
  }
  .voice-details-img {
    width: 100%;
  }
  .top-btn {
    font-size: 14px;
  }
}
.maru-gray {
  background-color: #efefef;
  border-radius: 9999px;
  padding: 6px 13px;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}