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


/* 当日ライブ配信ページ */

body {
    min-width: 1280px;
    margin: 0 auto;
}

h1.title {
    position: relative;
    z-index: 2;
}

.liveTitle {
    text-align: center;
    color: #FFF;
    background: #fc6e86;
    font-size: 50px;
    position: relative;
    letter-spacing: -1px;
    line-height: 1;
    padding: 25px 0;
}

.liveTitle:before,
.liveTitle:after {
    content: "";
    position: absolute;
    left: 50%;
}

.liveTitle:before {
    background: url(/contents_file/fun/koushien/images/live/live_icon01.png) left top no-repeat;
    width: 72px;
    height: 96px;
    margin-left: -508px;
}

.liveTitle:after {
    background: url(/contents_file/fun/koushien/images/live/live_icon02.png) left top no-repeat;
    width: 66px;
    height: 101px;
    margin-left: 435px;
    top: 18px;
}

.liveTitle__span {
    font-size: 30px;
}

.liveView {
    background: #fff1f7;
}

.liveView--close {
    padding: 0 0 32px;
    margin: -10px 0 0;
    position: relative;
}

.liveView__closeTitle {
    text-align: center;
    font-family: "フォーク B";
    font-size: 32px;
    padding: 80px 0 70px;
}

section .liveView__closeLead {
    text-align: center;
    font-size: 24px;
    color: #ff4c6a;
}

section .liveView__closeTop {
    text-align: center;
    font-family: "フォーク B";
    font-size: 32px;
}

section .liveView__subTitle {
    text-align: center;
    font-family: "フォーク B";
    font-size: 24px;
}

section .liveView__closeLeadTop {
    text-align: center;
    font-size: 24px;
}

.liveView__closeLeadBottom {
    text-align: center;
    margin-top: 3px;
    font-size: 18px;
}


/*
.liveView__subtitle {
    text-align: center;
    font-family: "フォーク B";
    font-size: 32px;
}

section .liveView__closeLeadBlack {
    text-align: center;
    font-size: 24px;
}

section .liveView__closeLeadLast {
    text-align: center;
    font-size: 18px;
}
*/

.liveView-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1240px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.liveView-schedule__item--current {
    color: #ff4c6a;
    position: relative;
}

.liveView-schedule__item--current:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #ff4c6a;
    position: absolute;
    left: -15px;
    top: 6px;
}

.liveView-schedule__time {
    display: inline-block;
    margin: 0 1em 0 0;
    line-height: 1.8;
    width: 6.5em;
}

.liveView-sns {
    text-align: center;
    font-size: 0;
    margin: 28px 0 0;
    padding: 32px 0 34px 18px;
    position: relative;
}


/*
.liveView-sns:after {
    content: "";
    background: url(/contents_file/fun/koushien/images/live/live_mascot.png) left top no-repeat;
    width: 199px;
    height: 138px;
    display: block;
    position: absolute;
    right: 9px;
    top: -18px;
}*/

.liveView-sns__item {
    display: inline-block;
}

.liveView-sns__item:nth-of-type(n+2) {
    margin-left: 12px;
}

.liveView-sns__item img {
    width: 50px;
}

.liveView-talk {
    background: url(/contents_file/fun/koushien/images/live/live_background02.png) left top repeat-x;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: -15px 0 0;
    padding: 0 0 60px;
}

.liveView-talk img {
    width: 920px;
}

.liveView-talk__title {
    font-size: 32px;
    color: #FFF;
    position: relative;
    padding: 18px 0 0;
}

.liveView-talk__title.liveView-talk__title--close {
    padding: 80px 0 50px;
}

.liveView-talk__title:before {
    content: "";
    background: url(/contents_file/fun/koushien/images/live/live_fukidashi01.png) left top no-repeat;
    width: 118px;
    height: 89px;
    display: inline-block;
    vertical-align: -11px;
    margin: 0 0 0 13px;
}

.liveView-talk__title.liveView-talk__title--close:before {
    display: none;
}

.liveView-talk__banner {
    display: inline-block;
    margin: 8px 0 0;
}

.liveView-campaign {
    text-align: center;
    padding: 18px 0 60px;
    background: #FFF;
}

.liveView-campaign__title {
    font-size: 40px;
    color: #6a2414;
    position: relative;
}

.liveView-campaign__title:before {
    content: "";
    background: url(/contents_file/fun/koushien/images/live/live_fukidashi02.png) left top no-repeat;
    width: 118px;
    height: 89px;
    display: inline-block;
    vertical-align: -11px;
    margin-right: 5px;
}

section .liveView-campaign__banner {
    display: inline-block;
    margin: 12px auto 0;
}

.liveView-campaign__banner img {
    margin: 0 auto;
}


/*波線追加*/

h1.title:after {
    content: "";
    display: block;
    background: url(../images/common/sub_header_back_bottom.png?20190621) -2px top repeat-x;
    width: 100%;
    height: 8px;
    margin: -8px 0 0;
}