@charset "utf-8";

body {
  background-image: url(../img/result/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.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 0;
    }
}
.page-result .footer {
  background: none;
}

.award {
    padding: 180px 0 65px 0;
}
.award-wrapper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 4%;
}
/* 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: #fbef81;
}

/* - 20210315修正 */
.award-box.award-gra:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    display: inline-block;
    width: 11%;
    max-width: 120px;
    height: 100%;
    background-image: url(../img/home/award_gra.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.award-box.award-chosen:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    display: inline-block;
    width: 9%;
    max-width: 100px;
    height: 100%;
    background-image: url(../img/home/award_chosen.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.award-box:nth-child(even) {
    /* background-color: #fffdeb; */
}

.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 {
    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;
}

.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%;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 600;
}
.about-details-ttl:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000;
}
.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: 4%;
    padding-bottom: 4%;
    border-bottom: 2px solid #cbcac8;
}
.review-details.review-details-last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.review-details-txt p {
    font-size: 16px;
}
.review-details-judge {
    text-align: right;
    font-size: 16px;
}
.review-details-judge a:hover {
    opacity: .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: 240px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    background-color: #f6ab00;
    border-radius: 25px;
}
.top-btn:before {
    content: "←";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    font-size: 12px;
    color: #FFF;
    transition: .25s;
}
.top-btn:hover:before {
    left: 15px;
}
.top-btn:hover {
    opacity: .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%;
    }
    .award-chosen {
      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;
    }
    .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;
    }
}



