@charset "UTF-8";
section#live {
    background: transparent;
}
#live:before {
    content: "";
    background: url("../../common/images/bg_ph01.jpg") no-repeat top center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8;
}
#live .inner {
    width: 96%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / .1);
}
#live h1 {
    margin: 0.7em 0 0 0;
    font-size: 150%;
    text-align: center;
    color: #19a9eb;
    font-weight: 700;
}
#live h1 img {
    width: 90%;
}
#live h1 span {
    display: block;
    letter-spacing: .3em;
    background: #19a9eb;
    color: #fff;
    padding: 0.4em 1.2em;
    line-height: 1;
    text-align: center;
    border-radius: 3em;
}
#live .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#live .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#live .btn{
    display: block;
    max-width: 390px;
    margin: 0 auto;
    padding: 0.6em 0;
    background: #19a9eb;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 3px 0 #2184b1;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    transition: .3s background;
    cursor: pointer;
}
#live .btn:hover{
    background: #3bbffb;
}
#live .btn:active{
    translive: translateY(3px);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
}
#live .btn.gray{
    background-color: #ccc;
    cursor: auto;
    color: #eee;
    box-shadow: 0 3px 0 #777;
}
#live .btn.gray:active{
    translive: translateY(0);
    box-shadow: 0 3px 0 #777;
}
#live .btn svg{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
}
#live .btn.cpd{
    margin-top: 20px;
}
#live .btn.prev {
    margin-top:10px;
}
#live .btn.prev svg{
    right: auto;
    left: 10px;
}


#live .movie {
    position: relative;
}
#live .movie .comingSoon ,
#live .movie .close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
}
#live .movie img {
    width: 100%;
}


#live ul.mailWrap {
    margin: 20px auto;
}
#live ul.mailWrap li {
    margin: 20px 0;
}
#live ul.mailWrap li p {
    text-align: center;
    margin-bottom: 10px;
}


#live .cpd {
    padding-top: 20px;
    border-top: 2px dotted #ccc;
}
#live .cpd p{
    text-align: center;
    margin-bottom: 10px;
}
#live .cpd ul{
    margin-top: 20px;
    font-size: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#live .cpd li{
    text-indent: -1em;
    padding-left: 1em;
}
#live .cpd .closing {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #e00000;
    color: #e00000;
    padding: 8px;
    max-width: 640px;
    margin: 15px auto 0 auto;
}



#live .date {
    text-align: right;
    margin: 20px 0;
}
#live .link > li {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #81c2e4;
    background: #f4fafd;
    border-radius: 10px;
}
#live .link li:last-of-type {
    margin-bottom: 0;
}
#live .link > li a {
    display: block;
    transition: 0.3s;
}
#live .link > li a:hover {
    opacity: .8;
}
#live .link li .detail {
    display: flex;
    justify-content: space-between;
}
#live .link li .txt span {
    font-size: 12px;
    display: inline-block;
}
#live .link li .txt {
    width: 69%;
    display: flex;
    flex-direction: column;
}
#live .link li.discussion .detail + ul a .time {
    padding-right: 0.5em;
    font-size: 10.5px;
    font-weight: normal;
}
#live .link .imgCont {
    width: 27%;
    overflow: hidden;
    position: relative;
    padding-top: 30.5%;
}
#live .link .imgCont img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#live .link .time {
    margin-top: auto;
    margin-left: auto;
    text-align: right;
    font-size: 12px;
}
#live .link li .ttl {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
}
#live .link li .name {
    font-size: 16px;
}
#live .link li .cat {
    margin-top: 5px;
    font-size: 12px;
}
#live .link li .cat span {
    display: inline-block;
    white-space: break-spaces;
}
#live .link li.discussion {
    width: 100%;
    margin: 0 0 15px 0;
}
#live .link li.discussion .detail + ul {
    margin: 15px 0 10px 0;
}
#live .link li.discussion .detail + ul li {
    margin-bottom: 10px;
}
#live .link li.discussion .detail + ul li:last-of-type {
    margin-bottom: 0;
}
#live .link li.discussion .detail + ul a {
    width: 100%;
    max-width: none;
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    padding: 0.6em 0.3em 0.5em 0.3em;
    letter-spacing: 0.2em;
}
#live .link li.discussion .detail + ul a .discussionTtl {margin-bottom: 5px;}

#live .link li.discussion .detail + ul a .discussionTtl span {
    font-size: 80%;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
#live .link li.discussion .detail {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#live .link li.discussion .detail li {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
#live .link li.discussion .detail li .imgCont {
    margin-right: 10px;
}
#live .link li.discussion li .nameWrap {
    width: 67%;
}
#live .link li.discussion + li {
    width: 100%;
    margin: 0 0 15px 0;
}
#live .link li.discussion + li .txt {
    flex-direction: row;
    width: 100%;
}
#live .link li.discussion + li .ttl {
    margin: 8px 0;
}
#live h2.ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #19a9eb;
    position: relative;
    padding: 8px 0 8px 15px;
    margin-top: 10px;
}
#live h2.ttl:before {
    content: "";
    height: 53%;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #19a9eb;
    border-radius: 2px;
}
