/*------------------------------
schedule
------------------------------*/
.bg-blue {
    background: #1860ad;
}
.bg-pink {
    background: #e73373;
}
#schedule {
    padding-top: 80px;
}
#schedule .container,
#schedule-channel .container {
    padding-top: 30px;
    font-size: 0;
}
.schedule-list {
    width: 100%;
    position: relative;
    display: block;
    font-size: 0;
}
.schedule-list-item {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}
.schedule-list-item-container-l {
    position: relative;
    display: inline-block;
    width: 297px;
    height: 350px;
    margin: 0 30px 0 0;
    padding: 20px 10px;
    background-image: url(../../img/gck2021/pc/schedule_bg_l_pc.png);
    background-repeat: no-repeat;
}
.schedule-list-item-container-m {
    width: 297px;
    height: 300px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 20px 10px;
    background-image: url(../../img/gck2021/pc/schedule_bg_m_pc.png);
    background-repeat: no-repeat;
}
.schedule-list-item-container-l::before {
    content: "";
    position: absolute;
    width: 47px;
    height: 52px;
    background-image: url(../../img/gck2021/pc/arrow_right_pc.png);
    background-repeat: no-repeat;
    top: 106px;
    right: -42px;
    z-index: 1;
}
.schedule-list-item-container-l::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 32px;
    background-image: url(../../img/gck2021/pc/arrow_bottom_pc.png);
    background-repeat: no-repeat;
    left: 131px;
    bottom: -27px; 
    z-index: 1;
}
.schedule-list-item:last-child .schedule-list-item-container-l::before {
    display: none;
}
.schedule-list-item:last-child .schedule-list-item-container-l::after {
    display: block;
}
.schedule-list-txt-period {
    text-align: left;
}
.schedule-list-txt-s {
    font-size: 18px;
}
.schedule-list-txt-l {
    font-size: 30px;
}
.schedule-event-period {
    margin-top: 20px;
    color: #1860ad;
    font-size: 22px;
}
.schedule-event-period span {
    font-size: 36px;
}
.schedule-event-year {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 18px;
    color: #1860ad;
}
.schedule-event-title {
    margin-top: 20px;
    background: #1860ad;
    border-radius: 10px;
    padding: 10px 0;
}
.schedule-event-description {
    margin: 20px 0;
    color: #333333;
    font-size: 14px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: bold;
}

.schedule-list-btn {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 4px 4px rgba(51,51,51,1);
    transform: skewX(-15deg);
}
.schedule-list-btn:active {
    box-shadow: 0 0 rgba(51,51,51,0);
    transform: skewX(-15deg) translateY(4px);
}
.schedule-list-btn span {
    padding: 15px 0;
    width: 250px;
    display: block;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    transform: skewX(15deg);
}

/*------------------------------
schedule-channel
------------------------------*/
.schedule-channel-header-btn {
    margin-bottom: 30px;
}
.schedule-channel-list {
    font-size: 0;
}
.schedule-channel-list-item-pc a,
.schedule-channel-list-item-sp a {
    display: inline-block;
}
.schedule-channel-list-item-pc {
    position: relative;
    width: 930px;
    display: block;
    margin: 0 auto 10px;
    padding: 10px;
    text-align: left;
    background: #f2f2f2;
    background-image: url(../../img/gck2021/bg_pattern_blue.png);
    background-size: 30px;
    border-radius: 20px;
    border: solid #333333 5px;
    overflow: hidden;
}
.schedule-channel-list-item-pc .schedule-channel-period {
    width: 148px;
    display: inline-block;
    margin-right: 10px;
    padding: 24px 0;
    color: #f5d52a;
    font-size:20px;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
}
.schedule-channel-list-item-pc .schedule-channel-period-day {
    font-size: 36px;
}
.schedule-channel-list-item-pc .schedule-channel-guest {
    width: 380px;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    text-align: left;
    color: #333333;
    vertical-align: top;
}
.schedule-channel-list-item-pc .schedule-channel-guest-name {
    padding: 5px 0;
    font-size:26px;
    color: #1860ad;
}
.schedule-channel-list-item-pc .schedule-channel-guest-img {
    height: 115px;
    width: 196px;
    display: inline-block;
    margin-right: 10px;
    background: #ffffff;
    border-radius: 10px;
    vertical-align: top;
    overflow: hidden;
}
.schedule-channel-list-item-pc .schedule-channel-guest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.schedule-channel-list-item-pc .schedule-channel-guest-closing {
    width: 144px;
    display: inline-block;
    padding: 24px 0;
    font-size: 18px;
    text-align: center;
    color: #333333;
    border: solid #333333 3px;
    border-radius: 10px;
    vertical-align: top;
}
.schedule-channel-list-item-pc .schedule-channel-guest-closing-day {
    font-size: 36px;
    color: #e73373;
}


.schedule-channel-list-sp {
    display: none;
    font-size: 0;
}
.schedule-channel-list-item-sp {
    width: calc((350/375)*100vw);
    position: relative;
    display: none;
    margin: 0 auto 2.67vw;
    padding: 2.67vw;
    text-align: left;
    background: #f2f2f2;
    background-image: url(../../img/gck2021/bg_pattern_blue.png);
    background-size: 8vw;
    border-radius: 5.3vw;
    border: solid #333333 5px;
    overflow: hidden;
}
.schedule-channel-list-item-sp .schedule-channel-period {
    width: calc((96/375)*100vw);
    display: inline-block;
    margin-right: 1.33vw;
    padding: 3.2vw 0;
    color: #f5d52a;
    font-size: calc((14/375)*100vw);
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
}

.schedule-channel-list-item-sp .schedule-channel-period-day {
    font-size: calc((24/375)*100vw);
}
.schedule-channel-list-item-sp .schedule-channel-guest {
    display: block;
    padding-top: 1.33vw;
    font-size: 2.67vw;
    text-align: left;
    color: #333333;
}
.schedule-channel-list-item-sp .schedule-channel-guest-name {
    padding: 1.33vw 0;
    font-size: calc((16/375)*100vw);;
    color: #1860ad;
}
.schedule-channel-list-item-sp .schedule-channel-guest-img {
    height: calc((67/375)*100vw);
    width: calc((142/375)*100vw);
    display: inline-block;
    margin-right: 1.33vw;
    background: #ffffff;
    border-radius: 2.67vw;
    vertical-align: top;
    overflow: hidden;
}
.schedule-channel-list-item-sp .schedule-channel-guest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schedule-channel-list-item-sp .schedule-channel-guest-closing {
    width: calc((66/375)*100vw);
    display: inline-block;
    padding: 4.53vw 0;
    font-size: calc((12/375)*100vw);
    text-align: center;
    color: #333333;
    border: solid #333333 3px;
    border-radius: 2.67vw;
    vertical-align: top;
}
.schedule-channel-list-item-sp .schedule-channel-guest-closing-day {
    font-size: calc((14/375)*100vw);
    color: #e73373;
}
.overlay-coming-soon-pc {
    padding-top: 40px;
    font-size: 36px;
}
.overlay-coming-soon-sp {
    padding-top: calc((70/375)*100vw);
    font-size: calc((24/375)*100vw);
}
.overlay-coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    text-align: center;
    background: rgba(0,0,0,0.5);
}
.overlay-coming-soon span {
    display: block;

    color: #000000;
    text-shadow: 
         3px  3px 1px #ffffff,
        -3px  3px 1px #ffffff,
         3px -3px 1px #ffffff,
        -3px -3px 1px #ffffff,
         3px  0px 1px #ffffff,
         0px  3px 1px #ffffff,
        -3px  0px 1px #ffffff,
         0px -3px 1px #ffffff;  
}

@media screen and (max-width: 909px) {
    /*------------------------------
    schedule
    ------------------------------*/
    #schedule {
        padding-top: 0;
    }
    .schedule-list {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .schedule-list-item {
        position: relative;
        display: inline-block;
        margin-bottom: calc((10/375)*100vw);
        vertical-align: top;
    }
    .schedule-list-item-container-l {
        width: calc((172/375)*100vw);
        height: calc((223/375)*100vw);
        margin: 0;
        padding: 2.67vw;
        background-image: url(../../img/gck2021/sp/schedule_bg_l_sp.png);
        background-size: 100%;
    }
    .schedule-list-item-container-m {
        width: calc((172/375)*100vw);
        height: calc((184/375)*100vw);
        margin: 10.3vw 0 0 0;
        padding: 2.67vw;
        background-image: url(../../img/gck2021/sp/schedule_bg_m_sp.png);
        background-size: 100%;
    }
    .schedule-list-item-container-l::before {
        top: calc((92/375)*100vw);
        right: calc((-21/375)*100vw);
        width: calc((25/375)*100vw);
        height: calc((31/375)*100vw);
        background-image: url(../../img/gck2021/sp/arrow_right_sp.png);
        background-size: 100%;
    }
    .schedule-list-item-container-l::after {
        left: calc((71/375)*100vw);
        bottom: calc((-19/375)*100vw); 
        width: calc((33/375)*100vw);
        height: calc((23/375)*100vw);
        background-image: url(../../img/gck2021/sp/arrow_bottom_sp.png);
        background-size: 100%;
    }
    .schedule-list-item:last-child .schedule-list-item-container-l::before {
        display: block;
    }
    .schedule-list-item:last-child .schedule-list-item-container-l::after {
        display: none;
    }
    .schedule-list-txt-period {
        text-align: left;
    }
    .schedule-list-txt-s {
        font-size: calc((9/375)*100vw);
    }
    .schedule-list-txt-l {
        font-size: calc((16/375)*100vw);
    }
    .schedule-event-period {
        margin-top: calc((10/375)*100vw);
        font-size: calc((12/375)*100vw);
    }
    .schedule-event-period span {
        font-size: calc((18/375)*100vw);
    }
    .schedule-event-year {
        position: absolute;
        top: calc((10/375)*100vw);
        left: calc((20/375)*100vw);
        font-size: calc((10/375)*100vw);
        color: #1860ad;
    }
    .schedule-event-title {
        margin-top: calc((5/375)*100vw);
        background: #1860ad;
        border-radius: calc((10/375)*100vw);
        padding: 2.67vw 0;
    }
    .schedule-event-description {
        margin: 1.33vw 0;
        color: #333333;
        font-size: calc((8/375)*100vw);
    }

    .schedule-list-btn span {
        padding: 2.4vw 0;
        width: calc((142/375)*100vw);
        font-size: calc((12/375)*100vw);
    }
    /*------------------------------
    schedule-channel
    ------------------------------*/
    .schedule-channel-list-item-pc {
        display: none;
    }
    .schedule-channel-list-item-sp {
        display: block
    }
}