@charset "UTF-8";

/*-------------YouTubeライブ配信-------------*/
.youtube_live{
    margin-bottom: 2em;
}
.cx_smartphoneview .youtube_live{
    width: 96%;
    padding: 0 2%;
}
.youtube_live .movie__item{
    box-shadow: 1px 1px 15px rgba(0,0,0,0.16);
    margin-bottom: 0;
    background-color: #000;
}
#live_playerWrap{ margin-top: 0.5em;}

/* --------------- 切り替えボタン --------------- */
#live_playerWrap #btnWrap{
    background-color: #cfcfd8;
    padding: 0.5em 0.4em 0.5em;
    border-bottom: solid 3px #fff;
}
#live_playerWrap #btnWrap.hide{ display: none;}
#live_playerWrap #btnWrap.show{ display: block;}

.live__btn__list{
    display: flex;
    justify-content: flex-start;
}
.live__btn__list li{
    flex-grow: 1;
    background-color: #592271;
    width: 49.6%;
    height: 4em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 94%;
    line-height: 1.2;
    /*padding: 1em 0 1.2em;*/
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    margin: 0 0.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5em;
    overflow: hidden; */
}
.cx_displaydevice #live_playerWrap #btnWrap ul li:hover{
    background-color: #641c83;
    opacity: 1;
}
@media screen and (max-width: 768px){
    .live__btn__list li{ font-size: 88%;}
}
/* #live_playerWrap #btnWrap ul li::after{
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
} */
#live_playerWrap #btnWrap ul li::before{
    content: "";
    display: block;
    width: 98%;
    height: 0.30em;
    position: absolute;
    bottom: 0.2em;
    left: 0; right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    border-top: solid 1px rgba(0,0,0,0.5);
}
#live_playerWrap #btnWrap ul li.on,
.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn2{
    opacity: 1;
}
#live_playerWrap #btnWrap ul li.on::before,
.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn2::before{
    background: #b79a66;
    border-bottom: solid 1px rgba(255,255,255,0.5);
}

#live_playerWrap .attention{
    font-size: 88%;
    line-height: 1.4;
    padding: 0.4em 0.5em;
}

.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn1{ opacity: 0.7;}
.cx_smartphoneview #live_playerWrap.stream-2 #btnWrap ul li#live_btn1::before{
    background: rgba(0,0,0,0.2);
    border-top: solid 1px rgba(0,0,0,0.5);
}

/*-------------スペシャル動画-------------*/
.movie__item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  
.movie__item iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


