@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : live.css
Description : 裏配信ページ
===================================================================== */


/* =====================================================================
    head
======================================================================*/

.main {
    background: none !important;
}


/* =====================================================================
  live
======================================================================*/

.live {
    padding: 12rem 0;
    background-image: url(../images/common/bg_pattern_t-sp.png), url(../images/common/bg_pattern_b-sp.png);
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    background-size: 100% auto;
}

.live_sec_ttl {
    width: 100%;
    margin: 0 auto 3.8rem;
    background: rgb(113, 0, 0);
    background: linear-gradient(180deg, rgba(113, 0, 0, 1) 0%, rgba(51, 0, 0, 1) 100%);
}

.live_sec_ttl img {
    max-width: 100%;
    margin: 0 auto;
}

.live_paragraph {
    margin: 3rem auto 5rem;
    color: #482f00;
    font-size: 2.8rem;
    line-height: 2;
    text-align: center;
}

.live_subttl {
    padding: 1.2rem 10rem;
    font-size: 2.6rem;
}

.live_subttl span {
    color: #ae9651;
    padding: 1rem 10rem 1.5rem;
    font-size: 3rem;
    font-weight: 700;
}

.live_subttl {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, 0)), color-stop(20%, #030000), color-stop(50%, #030000), color-stop(80%, #030000), color-stop(99%, rgba(3, 0, 0, 0)), to(rgba(3, 0, 0, 0)));
    background: linear-gradient(to right, rgba(3, 0, 0, 0) 0%, #030000 20%, #030000 50%, #030000 80%, rgba(3, 0, 0, 0) 99%, rgba(3, 0, 0, 0) 100%);
    margin-top: 3.3rem;
    padding: 0.4rem 0;
}

.live_subttl {
    position: relative;
    display: block;
    margin: 3rem auto;
    line-height: 1.4;
    -o-border-image: linear-gradient(90deg, transparent 0%, #835c0e 50%, transparent 100%) 1/2px 0 2px 0;
    border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #835c0e), to(transparent)) 1/2px 0 2px 0;
    border-image: linear-gradient(90deg, transparent 0%, #835c0e 50%, transparent 100%) 1/2px 0 2px 0;
    border-style: solid;
}

.live_caution {
    background-color: #ece9e0;
    outline: 1px solid #835c0e;
    outline-offset: -1rem;
    padding: 6rem;
    width: 100%;
    margin: 9rem auto 7rem;
}

.live_caution h3 {
    font-size: 4rem;
    color: #ae9651;
    letter-spacing: 0.34em;
    text-align: center;
    border-bottom: 1px solid #ae9651;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.live_caution li {
    color: #482f00;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    padding-left: 1em;
    text-indent: -1em;
}

.live_bnr img {
    width: 100%;
    margin: 0 auto;
}

.live_bnr a:hover {
    opacity: 0.7;
}

.bc_movie {
    margin: 3rem auto;
}

.live_applications {
    background: rgb(113, 0, 0);
    background: linear-gradient(180deg, rgba(113, 0, 0, 1) 0%, rgba(51, 0, 0, 1) 100%);
    border: 3px solid #835c0e;
    ;
    padding: 6rem;
    width: 100%;
    margin: 0 auto 7rem;
}

.live_applications {
    background: url(../images/live/bg_live_applications.jpg) no-repeat;
    background-size: cover;
}

.live_applications h3 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0.06em 0.06em 0.1em #ffc000, -0.06em 0.06em 0.1em #ffc000, 0.06em -0.06em 0.1em #ffc000, -0.06em -0.06em 0.1em #ffc000;
}

.live_applicationse_paragraph {
    margin: 3rem auto 0;
    color: #ece9e0;
    font-size: 2.8rem;
    line-height: 2;
    text-align: center;
}

.main a {
    display: inline !important;
}


/* 動画
********************************* */

.movie {
    margin: 0 auto;
    padding-bottom: 6rem;
}

.movie:not(:last-child) {
    margin-bottom: 2em;
}

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

.movie_box+p {
    margin-top: 5%;
}

.movie_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.live_comment {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #a31111;
    margin-bottom: 1rem;
}

/* バナー
********************************* */
.live_bnr h2 {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .live_bnr {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .live_bnr h2 {
        margin: 1em;
    }
}


@media screen and (min-width: 768px) {
    .live {
        padding-top: 8rem;
        background-image: url(../images/common/bg_pattern_t-pc.png), url(../images/common/bg_pattern_b-pc.png);
    }

    .live_sec_ttl img {
        max-width: 60%;
        margin: 0 auto;
    }

    .live_paragraph {
        font-size: 2rem;
        max-width: 800px;
    }

    .live_subttl {
        max-width: 800px;
    }

    .live_subttl span {
        font-size: 2.8rem;
    }

    .live_caution {
        margin: 9rem auto 7rem;
        max-width: 800px;
    }

    .live_caution h3 {
        font-size: 3rem;
    }

    .live_caution li {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 1.5rem;
    }

    .live_bnr img {
        max-width: 800px;
    }

    .bc_movie {
        width: 50%;
    }

    .movie {
        width: calc(750 / 964 * 100%);
    }

    .live_comment {
        font-size: 2rem;
    }

    .live_applications {
        margin: 0 auto 7rem;
        max-width: 800px;
    }

    .live_applications h3 {
        font-size: 3rem;
    }

    .live_applicationse_paragraph {
        font-size: 2rem;
    }
}