@charset "utf-8";
a:hover img {
    opacity: 0.7;
}

main.live section.top {
    width: 800px;
    margin: 0 auto;
}

.live-inner {
    text-align: center;
}

.live .live-inner__headline {
    margin-bottom: 50px;
    font-size: 24px;
    color: #ff4c6a;
    font-weight: bold;
}

.live .live-broadcast__text,
.live .live-sns__text {
    font-size: 18px;
    margin-bottom: 10px;
}

.live-broadcast__image {
    width: 70px;
}

.live-inner__link {
    display: inline-block;
}

.live-inner__link+.live-inner__link {
    margin-left: 10px;
}

.live-inner__link:hover img,
.top-live__link:hover img {
    opacity: 0.7;
}

.live-sns {
    margin-top: 20px;
}

.live-sns__image {
    width: 56px;
}

.live-inner__text {
    margin-top: 50px;
}


/*最終選考一覧*/

.wrapper section>h2 {
    font-family: "フォーク B";
    margin: 78px auto 70px;
    font-size: 32px;
    text-align: center;
}

main.live .photo-frame {
    /* box-shadow */
    box-shadow: 0px 0px 7px 4px #DDD;
    -moz-box-shadow: 0px 0px 7px 4px #DDD;
    -webkit-box-shadow: 0px 0px 7px 4px #DDD;
    /* border */
    /* border: 1px solid #cccccc;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     padding: 10px;
     background: #FFF;*/
}

main.live .convention--other {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}

main.live .convention--other li {
    display: inline-block;
    vertical-align: top;
}

main.live .convention--other li .other-img {
    width: 368px;
}

main.live .convention--other li:nth-child(2),
main.live .convention--other li:nth-child(4) {
    margin-left: 20px;
}

main.live .convention--other li:nth-child(n+3) {
    margin-top: 10px;
}

main.live .convention--description {
    text-align: center;
}

main.live .other__ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 24px 0 4px;
    font-family: "フォーク B";
}


/***動画***/

main.live section.middle.movie {
    background-color: #fef2f4;
    margin-top: 42px;
    padding-top: 82px;
    position: relative;
    text-align: center;
    padding-bottom: 94px;
    width: 100%;
}

main.live section.middle.movie::before {
    background: url(/contents_file/fun/koushien/images/live/live_wave_top.png) left top repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -8px;
    left: 0px;
}

main.live section.middle.movie::after {
    background: url(/contents_file/fun/koushien/images/live/live_wave_bottom.png) left bottom repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -7px;
    left: 0px;
}

main.live section.middle.movie h3 {
    margin: 0 0 60px 0;
    font-size: 32px;
}

main.live section.middle.movie .other-movie-list {
    text-align: center;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

main.live section.middle.movie .other-movie-list {
    display: inline-block;
    vertical-align: top;
}

main.live section.middle.movie .other-movie-list {
    margin-right: 24px;
}

main.live section.middle.movie .other-movie-list .other-movie-inner iframe {
    border: 0;
}

main.live section.middle.movie .other-movie-list .other-movie-ttl {
    font-size: 20px;
    margin-top: 16px;
    font-weight: bold;
}


/*プロフィール追加*/

section .profile-wrapper {
    width: 800px;
    margin: 0 auto 90px;
}

main.live .profile-wrapper h3 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}

main.live .profile-wrapper p.coment {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

main.live .profile-wrapper .judge-photo img {
    width: 200px;
    float: left;
}

main.live .profile-wrapper .judge-block-profile {
    margin-left: 230px;
}

main.live .profile-wrapper .profile-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 5px;
}

main.live .profile-wrapper p.history {
    font-size: 16px;
    line-height: 1.8;
}