@charset "utf-8";
/* CSS Document */


/* =========================================================
top - スライダー
========================================================= */
.p-top {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    /*投票結果*/
}

.p-top-candidate {
    /*名前*/
}

@media screen and (min-width: 768px) {
    .p-top-candidate {
        margin: 0 auto;
        width: 100%;
    }
}

.p-top-candidate-description {
    text-align: center;
}

.p-top-candidate-description__in {
    background: #788a74;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.2em 1em;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-description__in {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-top-candidate-box {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 1em;
    width: 100%;
    /*左右*/
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 20px;
        max-width: 1000px;
    }
}

.p-top-candidate-box__date {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box__date {
        width: 57%;
    }
}

.p-top-candidate-box__value {
    width: 100%;
    text-align: center;
    background-color: #e9efea;
    padding: 20px 10px;
    vertical-align: bottom;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box__value {
        width: 29%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0;
    }
}

.p-top-candidate-box__value-num {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    color: #348424;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box__value-num {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.p-top-candidate-name {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #e0e0e0;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    width: 100%;
}

.p-top-candidate-name rt {
    font-size: 35%;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-name rb {
        line-height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .p-top-candidate-name {
        font-size: 35px;
        font-size: 2.1875rem;
        text-align: left;
        line-height: 50px;
    }
}

.p-top-candidate-info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.1em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-info {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0;
        text-align: left;
    }
}

.p-top-candidate-icon {
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-icon {
        width: 9%;
        margin-right: 1%;
    }
}

.p-top-candidate-icon__in {
    line-height: 50px;
    display: inline-block;
    background: #ccc;
    width: 50px;
    height: 50px;
    background: #d90b23;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ccc;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-icon__in {
        font-size: 28px;
        font-size: 1.75rem;
        padding-left: 2px;
    }
}


.p-detail-movie {
  padding: 16px;
  max-width: 1000px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-detail-movie {
    padding: 24px;
    margin: 63px auto 40px;
  }
}

/* タイトル */
.p-detail-movie-ttl {
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-detail-movie-ttl {
    margin-bottom: 20px;
  }
}

/* サブタイトル */
.p-detail-movie-ttl__sub {
  font-size: 14px;
  color: #0a6981;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-detail-movie-ttl__sub {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
}

/* メインタイトル */
.p-detail-movie-ttl__main {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #0a6981;
}

@media screen and (min-width: 768px) {
  .p-detail-movie-ttl__main {
    font-size: 38px;
  }
}

/* 日付 */
.p-detail-movie__data {
  font-size: 12px;
  color: #0a6981;
  margin-bottom: 8px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-detail-movie__data {
    font-size: 15px;
    text-align: right;
  }
}

/* 動画表記 */
.p-detail-movie__movie {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 現代ブラウザ対応 */
  margin-bottom: 2.4em;
}

@media screen and (min-width: 768px) {
  .p-detail-movie__movie {
    font-size: 16px;
    margin-bottom: 3em;
  }
}

.p-detail-movie__movie iframe{
  	height: 100%;
	width: 100%;
}

/* 本文 */
.p-detail-movie__text {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-detail-movie__text {
    font-size: 18px;
    line-height: 2;
  }
}




