@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@500&display=swap');
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
.header{
    position: relative;
    border-bottom: solid 0.6em #fff;
    box-shadow: 0 1em 1.6em #9baed38f;
    z-index: 5555;
}
.header::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.6em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
    background: rgb(180,153,54);
    background: -moz-linear-gradient(left,  rgba(180,153,54,1) 0%, rgba(233,220,172,1) 50%, rgba(180,153,54,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,153,54,1)), color-stop(50%,rgba(233,220,172,1)), color-stop(100%,rgba(180,153,54,1)));
    background: -webkit-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: -o-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: -ms-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: linear-gradient(to right,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b49936', endColorstr='#b49936',GradientType=1 );
}

.header__main{
    width: 100%;
    height: 0;
    padding-top: 35.706%;
    position: relative;
}

.webp .header__main{ 
    background: #fff url("../photo/mainVisual.webp") no-repeat center center;
    background-size: contain;
}
.no-webp .header__main{ 
    background: #fff url("../photo/mainVisual.jpg") no-repeat center center;
    background-size: contain;
}
@media screen and (min-width: 1630px){
    .header__main{
        width: 1630px;
        height: 582px;
        padding-top: 0;
        margin: 0 auto;
    }
    .header__main::before,
    .header__main::after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        z-index: 333;
    }
    .header__main::after{
        left: auto; right: 0;
        transform: rotate( 180deg);
    }
}
@media screen and (max-width: 768px){
    .header__main{
        height: 90vw;
        padding-top: 0;
    }
    .webp .header__main{ 
        background: #fff url("../photo/mainVisual.webp") no-repeat center center;
        background-size: cover;
    }
    .no-webp .header__main{ 
        background: #fff url("../photo/mainVisual.jpg") no-repeat center center;
        background-size: cover;
    }
}
#ttlWrap{
    position: absolute;
    z-index: 555;
    top: 50%;
    left: 0; right: 0;
    margin: -5em auto 0;
    text-align: center;
}
.header__main h1{
    background: url("../img/logo.svg") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 9em;
    filter: drop-shadow( 1px 1px 1em #fff) drop-shadow( 1px 1px 1em #fff) drop-shadow( 1px 1px 0.5em #fff) drop-shadow( 1px 1px 0.5em #fff);
    transform: translateZ(0);
}
.header__main .sub{
    margin: -1.2em auto 0;
    line-height: 1.0;
    font-size: 160%;
    display: inline-block;
    padding: 0.3em 1em;
    color: #fff;
    position: relative;
    border-bottom: solid 0.2em #eb4e19;
    font-weight: bold;
    background: -moz-linear-gradient(-45deg,  rgba(3,125,139,0.71) 0%, rgba(48,148,160,0.71) 50%, rgba(3,125,139,0.71) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(3,125,139,0.71)), color-stop(50%,rgba(48,148,160,0.71)), color-stop(100%,rgba(3,125,139,0.71)));
    background: -webkit-linear-gradient(-45deg,  rgba(3,125,139,0.71) 0%,rgba(48,148,160,0.71) 50%,rgba(3,125,139,0.71) 100%);
    background: -o-linear-gradient(-45deg,  rgba(3,125,139,0.71) 0%,rgba(48,148,160,0.71) 50%,rgba(3,125,139,0.71) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(3,125,139,0.71) 0%,rgba(48,148,160,0.71) 50%,rgba(3,125,139,0.71) 100%);
    background: linear-gradient(135deg,  rgba(3,125,139,0.71) 0%,rgba(48,148,160,0.71) 50%,rgba(3,125,139,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5037d8b', endColorstr='#b5037d8b',GradientType=1 );
}
.header__main__period{
    position: absolute;
    z-index: 555;
    width: 100%;
    height: 7em;
    bottom: 0;
    left: 0; right: 0;
    margin:0 auto 0;
    background: url("../img/oadate.svg") no-repeat center center;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    filter: drop-shadow(0 0 0.5em rgb(255, 255, 255)) drop-shadow(0 0 0.5em rgb(255, 255, 255)) drop-shadow(0 0 0.5em rgb(255, 255, 255));
    transform: translateZ(0);
}
.header__main__period span{
    font-size: 70%;
}
.header__main__logoComp{
    position: absolute;
    width: 188px;
    height: 123px;
    background: url("../img/logo_comp.jpg") no-repeat center center;
    background-size: contain;
    bottom: 22px;
    right: 22px;
    z-index: 55555;
}
@media screen and (max-width: 1630px){
    .header__main h1{ height: 9vw;}
    .header__main .sub{ margin-top: -2vw; font-size: 1.6vw;}
    .header__main__period{ height: 7vw;}
}
@media screen and (max-width: 1200px){
    .header__main__logoComp{
        width: 15%;
        height: 0;
        padding-top: calc(65.425% * 0.15);
        bottom: 1vw;
        right: 1vw;
    }
}
@media screen and (max-width: 1000px){
    #ttlWrap{ margin-top: -7vw;}
}
@media screen and (max-width: 768px){
    #ttlWrap{ margin-top: -13vw;}
    .header__main h1{ height: 13vw;}
    .header__main .sub{ font-size: 3.2vw;}
    .header__main__period{ height: 12vw;}
    .header__main__logoComp{
        bottom: auto; top: 1.5vw; right: 1.5vw;
        width: 20%;
        padding-top: calc(65.425% * 0.2);
    }
}
@media screen and (max-width: 550px){
    /* .header__main h1{ font-size: 310%;} */
    /* .header__main .sub{ font-size: 120%;} */
    .header__main__period{ font-size: 192%;}
}


.s-page .header a:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.s-page .header__main{
    padding-top: 18%;
    background-size: cover;
}
.s-page .header__main h1{ height: 6.5em;}
.s-page .header__main__period{ height: 5em;}
.s-page .header__main .sub{ font-size: 120%;}
@media screen and (min-width: 1630px){
    .s-page .header__main{
        height: 290px;
        padding-top: 0;
    }
}
@media screen and (max-width: 1630px){
    .s-page #ttlWrap{ margin-top: -5vw;}
    .s-page .header__main h1{ height: 6.5vw;}
    .s-page .header__main .sub{ margin-top: -1.4vw; font-size: 1.2vw;}
    .s-page .header__main__period{ height: 5vw;}
}
@media screen and (max-width: 768px){
    .s-page .header__main{
        padding-top: 0;
        height: 30vw;
    }
    .s-page #ttlWrap{
        margin-top: -9.5vw;
    }
    .s-page .header__main h1{ height: 12.5vw;}
    .s-page .header__main .sub{ margin-top: -2.4vw; font-size: 2.6vw;}
    .s-page .header__main__period{ height: 10vw; bottom: -1vw;}
    .s-page .header__main__logoComp{ display: none;}
}
/* @media screen and (max-width: 550px){
    .s-page #ttlWrap{
        margin-top: -10.5vw;
        font-size: 70%;
    }
} */

/* ---------------------------------------------
	次回放送
--------------------------------------------- */
#nextOnAir{
    background: #baa96b;
    background: -moz-linear-gradient(top,  #baa96b 0%, #e8d78d 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#baa96b), color-stop(99%,#e8d78d));
    background: -webkit-linear-gradient(top,  #baa96b 0%,#e8d78d 99%);
    background: -o-linear-gradient(top,  #baa96b 0%,#e8d78d 99%);
    background: -ms-linear-gradient(top,  #baa96b 0%,#e8d78d 99%);
    background: linear-gradient(to bottom,  #baa96b 0%,#e8d78d 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa96b', endColorstr='#e8d78d',GradientType=0 );
    box-shadow: 0 1em 1.6em #9baed38f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5em;
    font-size: 130%;
    line-height: 1.2;
}
.nextOnAir__date::before{
    content: "NEXT";
    background-color: #bf0000;
    color: #fff;
    padding: 0 0.3em;
    margin-right: 0.3em;
    font-size: 90%;

}
.nextOnAir__date,
.nextOnAir__ttl{
    font-weight: bold;
}
.nextOnAir__date{ margin-right: 0.3em;}
@media screen and (max-width: 768px){
    .nextOnAir__ttl{
        width: 100%;
        margin-top: 0.3em;
    }
}

/* ---------------------------------------------
	カウントダウン
--------------------------------------------- */
.countdown{
    position: relative;
    border-bottom: solid 0.6em #fff;
    box-shadow: 0 -1em 1.6em #9baed38f inset;
    z-index: 5556;
    display: flex;
    justify-content: center;
    padding: 2em 0;
    background: url(../img/bg1.jpg) no-repeat center center;
    background-size: cover;
}
.countdown::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.6em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
    background: rgb(180,153,54);
    background: -moz-linear-gradient(left,  rgba(180,153,54,1) 0%, rgba(233,220,172,1) 50%, rgba(180,153,54,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,153,54,1)), color-stop(50%,rgba(233,220,172,1)), color-stop(100%,rgba(180,153,54,1)));
    background: -webkit-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: -o-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: -ms-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: linear-gradient(to right,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b49936', endColorstr='#b49936',GradientType=1 );
}
.countdown{
    display: flex;

}

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-all{
    position: relative;
    box-shadow: 0 1em 1.6em #9baed38f;
    z-index: 33333;
}
.contents-all::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.6em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
    background: rgb(180,153,54);
    background: -moz-linear-gradient(left,  rgba(180,153,54,1) 0%, rgba(233,220,172,1) 50%, rgba(180,153,54,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,153,54,1)), color-stop(50%,rgba(233,220,172,1)), color-stop(100%,rgba(180,153,54,1)));
    background: -webkit-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: -o-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: -ms-linear-gradient(left,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    background: linear-gradient(to right,  rgba(180,153,54,1) 0%,rgba(233,220,172,1) 50%,rgba(180,153,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b49936', endColorstr='#b49936',GradientType=1 );
}
.content-base{
    background: url("../img/bg.png") repeat center center;
}
.content-base.color{
    position: relative;
    padding: 3em 0;
}
.content-base.color::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: url("../img/bg2.jpg") no-repeat center center;
    background-size: cover;
    z-index: 222;
}
@media screen and (max-width: 768px){
    .content-base:nth-of-type(1){padding-top: 3em;}
}
.content-base.color > *{
    position: relative;
    z-index: 333;
}
.content-wrap h2{
    text-align: center;
    font-size: 188%;
    color: #037d8b;
    margin-bottom: 1.6em;
    font-weight: bold;
}
.bold{ font-weight: bold;}
.fRight{
    float: right;
    margin-left: 2em;
}
@media screen and (max-width: 550px){
    .content-wrap h2{
        font-size: 150%;
        margin-bottom: 1em;
    }
}

/* ---------------------------------------------
	事前番組
--------------------------------------------- */
.preprgrm.clearfix{ display: block;}
.preprgrm__photo{
    float: left;
    width: 49%;
    margin-right: 1em;
}
@media screen and (max-width: 768px){
    .preprgrm__photo{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.8em;
    }
}
.preprgrm__info__ttl{
    font-size: 170%;
    line-height: 1.3;
    font-weight: bold;
    color: #00308e;
    margin-bottom: 0.3em;
}
.preprgrm__info__ttl span{
    font-size: 90%;
}
@media screen and (max-width: 550px){
    .preprgrm__info__ttl{ font-size: 160%;}
}
.preprgrm__info__oadate{
    font-size: 130%;
    line-height: 1.2;
    font-weight: bold;
    color: #bf0000;
    margin-bottom: 0.8em;
}
.preprgrm__info__oadate span{
    color: #000;
    font-size: 60%;
    font-weight: normal;
}
.preprgrm__info__summary{
    font-size: 94%;
    line-height: 2;
    padding-bottom: 0.8em;
}

.preprgrm__photo-s{
    width: 49%;
    margin-bottom: 1em;
}

.preprgrm__info__cast{
    background-color: rgba(0, 11, 78, 0.22);
    padding: 1em 2em;
}
.preprgrm__info__cast .d-flex{
    margin-top: 0;
}
.preprgrm__info__cast > p{
    font-weight: bold;
    color: #bf0000;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
.preprgrm__info__cast__list{
    margin-bottom: 0.6em;
    font-size: 94%;
    width: 49%;
}
.preprgrm__info__cast__list dt{
    background-color: #00308e;
    color: #fff;
    line-height: 1.2;
    min-width: 21em;
    margin-bottom: 0.4em;
    padding: 0.1em 0.4em;
}
.preprgrm__info__cast__list dd,
.preprgrm__info__cast__list dd li{
    font-weight: bold;
    line-height: 1.2;
}
.preprgrm__info__cast__list dd li{ margin-bottom: 0.4em;}
@media screen and (max-width: 768px){
    .preprgrm__info__cast__list{ width: 100%;}
}

/* ---------------------------------------------
	関連番組バナー
--------------------------------------------- */
.bnrWrap.border{
    position: relative;
    border-bottom: solid 0.6em #fff;
    box-shadow: 0 0.1em 0.4em #9baed38f;
}
.bnrWrap.border::before,
.bnrWrap.border::after{
    content: "";
    display: block;
    width: 33.33%;
    height: 0.6em;
    background-color: #00308e;
    position: absolute;
    bottom: -0.6em;
    left: 0;
}
.bnrWrap.border::after{
    background-color: #bf0000;
    left: auto; right: 0;
}
.bnrWrap__link{
}
.bnrWrap__link a{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 20.714%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 1px 1px 1.6em #9baed38f;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (min-width: 768px){
    .bnrWrap__link a{
        background-image: url("../photo/bnr_olympic-chin-play_pc.jpg");
    }
}
@media screen and (max-width: 768px){
    .bnrWrap__link a{
        padding-top: 27.532%;
        background-image: url("../photo/bnr_olympic-chin-play_sp.jpg");
    }
}

/* ---------------------------------------------
	スペシャルキャスター
--------------------------------------------- */
.spCaster{ margin-bottom: 2em;}
.spCaster a{ display: block;}
.spCaster__bnr{
    background-color: #fff;
    position: relative;
    border-left: solid 2.6em #037d8b;
    border-right: solid 2.6em #037d8b;
    box-shadow: 1px 1px 1.6em rgba(181,200,208,0.58);
    padding: 1em 6em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 1200px){
    .spCaster__bnr{
        border-width: 3vw;
        padding: 1em 3vw;
    }
}
.spCaster__bnr__photo{
    width: 34%;
    height: auto;
    margin-right: 1em;
}
.spCaster__bnr__photo img{ width: 100%; height: auto;}
.spCaster__bnr__detail{ width: calc( 100% - 34% - 1em);}
.spCaster__bnr__ttl{
    font-size: 160%;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0.5em;
    color: #555;
}
.spCaster__bnr__btn{
    background-color: #eb4e19;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 1em;
    border-radius: 4em;
    margin-top: 1.5em;
    position: relative;
}
.spCaster__bnr__btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 1em;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #fff;
}
.cx_displaydevice .spCaster a:hover .spCaster__bnr__btn{ background-color: #f1671b;}
@media screen and (max-width: 768px){
    .spCaster__bnr{ padding: 1em 5vw;}
    .spCaster__bnr__photo{ width: 100%; margin-right: 0;}
    .spCaster__bnr__detail{ width: 100%;}
}
@media screen and (max-width: 550px){
    .spCaster__bnr__ttl{ font-size: 130%;}
}

/* ---------------------------------------------
	キャスター
--------------------------------------------- */
.caster{
    position: relative;
    z-index: 333;
}
.caster__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.caster__list li{
    width: 22%;
    text-align: center;
}
.caster__list__photo{
    width: 94%;
    background-color: #fff;
    margin: 0 auto;
}
/* .caster__list__photo img{
    border-bottom: solid 0.1em #fff;
} */
.caster__list__pos{
    background-color: #037d8b;
    /* display: inline-block; */
    margin-top: 0.2em;
    line-height: 1.0;
    color: #fff;
    padding: 0.2em 0.4em;
    margin-bottom: 0.2em;
    /* border-bottom: solid 0.2em #bf0000; */
    font-size: 84%;
}
.caster__list__name{
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold;
}
@media screen and (max-width: 1000px){
    .caster__list li{ width: 19%;}
}
@media screen and (max-width: 768px){
    .caster__list li{ width: 48%; margin-bottom: 1em;}
}

/* ---------------------------------------------
	見どころ
--------------------------------------------- */
/* .highlight{ margin-top: 2em;} */
.highlight-wrap{ margin-bottom: 5em;}
.highlight-inner{
    width: 100%;
    position: relative;
}
/* .highlight-inner::before{
    content: "";
    display: block;
    width: 48%;
    height: 0;
    padding-top: 32.423%;
    float: right;
} */
/* .highlight__catch,
.highlight__oadate,
.highlight__ttl,
.highlight__intro{
    width: 52%;
} */
.highlight__catch{
    display: flex;
    align-items: center;
    font-size: 200%;
    line-height: 1.4;
    color: #bf0000;
    font-weight: bold;
}
.highlight__catch::before{
    content: "1";
    font-size: 320%;
    line-height: 1;
    font-family: "Saira Extra Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: 0.1em;
}
.highlight__catch.num2::before{ content: "2";}
.highlight__catch.num3::before{ content: "3";}
.highlight__oadate{
    font-size: 150%;
    font-weight: bold;
    color: #002978;
    line-height: 1.2;
}
.highlight__ttl{
    font-size: 160%;
    font-weight: bold;
    color: #fff;
    background-color: #002978;
    line-height: 1.2;
    padding: 0.1em 0.4em;
    margin: 0.2em 0 0.8em;
}
.highlight__intro{
    line-height: 2;
    padding-right: 2em;
    box-sizing: border-box;
}
.highlight__photo{
    width: 48%;
    box-shadow: 1px 1px 1em rgba(0, 48, 142, 0.2);
}
.pos_absolute{
    position: absolute;
    top: 0;
    right: 0;
}
.d-flex,
.highlight-inner__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
}
.highlight-inner__list{ margin-top: 0;}
.highlight-inner__list li{
    flex-shrink: 0;
    width: 48%;
}
.highlight-inner__list .highlight__photo{
    width: 100%;
    margin-bottom: 1em;
}
@media screen and (max-width: 1000px){
    .highlight__oadate{ font-size: 140%;}
    .highlight__ttl{ font-size: 150%;}
}
@media screen and (max-width: 768px){
    .d-flex:nth-last-of-type(1){ margin-top: 0;}
    .highlight__photo{
        width: 100%;
        margin-bottom: 1em;
    }
    .highlight__intro{ padding-right: 0;}
    .highlight-inner__list li{
        width: 100%;
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 550px){
    .highlight__catch{ font-size: 170%; font-feature-settings: "palt";}
    .highlight__catch .sp-only{ display: none;}
    .highlight__oadate{ font-size: 130%;}
    .highlight__ttl{ font-size: 130%;}
}

/* ---------------------------------------------
	中継ラインナップ
--------------------------------------------- */
.content-wrap.schedule{
    position: relative;
    z-index: 333;
    padding-top: 1.4em;
}
.schedule__day{
    padding: 0.8em 0;
    border-bottom: solid 2px #aaa;
}
.schedule__day:nth-of-type(1){ padding-top: 0;}

.schedule__day > dl{
    position: relative;
    display: flex;
    align-items: flex-start;
}
.schedule__day__detail{ flex-grow: 1;}
.schedule .date{
    min-width: 5.6em;
    text-align: center;
    font-size: 170%;
    line-height: 1.0;
    font-weight: bold;
    color: #fff;
    padding: 0.1em 0.5em 0.1em;
    background-color: #037d8b;
    box-sizing: border-box;
    margin-right: 0.3em;
}
.schedule .date span{
    font-size: 60%;
}
@media screen and (max-width: 768px){
    .content-wrap.schedule{ padding-top: 0;}
    .schedule__day{ border-bottom: solid 3px #aaa;}
    .schedule__day > dl{ display: block;}
    .schedule .date{
        font-size: 180%;
        margin-bottom: 0.3em;
        margin-right: 0;
        font-size: 150%;
    }
}


.schedule__day__prgrm__ttl{
    display: flex; flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.6em 0 0.6em;
    position: relative;
}
.schedule__day__prgrm{
    border-left: solid 0.2em #d3bc75;
    padding: 0 1em;
    background: #ffffff;
    margin-bottom: 0.6em;
    position: relative;
    box-shadow: 1px 1px 1em rgba(181,200,208,0.58);
}
.schedule__day__prgrm:nth-last-of-type(1){ margin-bottom: 0;}

/* .schedule__day__prgrm__ttl > *{ flex-shrink: 0; width: calc(100% - 5em);}
.cx_smartphoneview .schedule__day__prgrm__ttl > *{ width: calc(100% - 4.7em);}
@media screen and (max-width: 768px){
    .schedule__day__prgrm__ttl > *{ width: calc(100% - 4.7em);}
} */
 
.schedule__day__prgrm__ttl::before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 0.6em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/*.cx_smartphoneview #scheduleWrap .ttlWrap::before{
    width: 3em;
    height: 3em;
}*/
.snowboad .schedule__day__prgrm__ttl::before{ background-image: url("../img/pict_Snowboard.svg");}
.SkiJumping .schedule__day__prgrm__ttl::before{ background-image: url("../img/pict_SkiJumping.svg");}
.ShortTrack .schedule__day__prgrm__ttl::before{ background-image: url("../img/pict_ShortTrack.svg");}
.IceHockey .schedule__day__prgrm__ttl::before{ background-image: url("../img/pict_IceHockey.svg");}
.FigureSkating .schedule__day__prgrm__ttl::before{ background-image: url("../img/pict_FigureSkating.svg");}
.highlight .schedule__day__prgrm__ttl::before{ width: 88px; height: 96px;}
.webp .highlight .schedule__day__prgrm__ttl::before{ background-image: url("../img/mascot.webp");}


#scheduleWrap .highlight .ttlWrap::before{
    background-image: url("../img/panda.png");
    border-radius: 0;
}
#scheduleWrap .speedSkating .ttlWrap::before{
    background-image: url("../img/speedSkating.svg");
    border-radius: 0;
}
#scheduleWrap .curling .ttlWrap::before{
    background-image: url("../img/curling.svg");
    border-radius: 0;
}
#scheduleWrap .figureSkating .ttlWrap::before{
    background-image: url("../img/figureSkating.svg");
    border-radius: 0;
}
#scheduleWrap .shortTrack .ttlWrap::before{
    background-image: url("../img/shortTrack.svg");
    border-radius: 0;
}
#scheduleWrap .skiJumping .ttlWrap::before{
    background-image: url("../img/skiJumping.svg");
    border-radius: 0;
}
#scheduleWrap .nordicCombined .ttlWrap::before{
    background-image: url("../img/nordicCombined.svg");
    border-radius: 0;
}

.schedule__day__prgrm__time{
    font-size: 120%;
    font-weight: bold;
    color: #037d8b;
    line-height: 1.0;
    padding: 0.2em 0 0.1em;
}
.schedule__day__prgrm__ttl__event{
    display: flex;
    flex-wrap: wrap;
}
.schedule__day__detail h3{
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4;
    color: #eb4e19;
    font-feature-settings: "palt";
    margin-right: 0.6em;
}
.schedule__day__detail h3 span{ font-size: 70%;}
.schedule__day__detail .sub{
    line-height: 1.2;
    /*margin: 0 0 0 0.6em;*/
    color: #111;
    font-size: 110%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2em;
}
.schedule__day__detail .sub ul{ display: flex; flex-wrap: wrap;}
.schedule__day__detail .sub li{
    display: inline-block;
    margin: 0 1em 0.5em 0;
    padding: 0 0 0 0.3em;
    display: flex;
    align-items: center;
    border-left: solid 0.3em #d3bc75;
}
.schedule__day__detail .sub li:nth-last-of-type(1){ margin-right: 0;}
/* .cx_smartphoneview .schedule__day__prgrm__time{ font-size: 118%; padding-bottom: 0.2em;}
.cx_smartphoneview .schedule__day__prgrm__ttl > div > div{ display: block;}
.cx_smartphoneview .schedule__day__detail h3{ font-size: 108%; line-height: 1.2;}
.cx_smartphoneview .schedule__day__detail .sub{ margin: 0.1em 0 0;} */

.schedule__day__detail .catch{
    font-size: 94%;
    font-weight: bold;
    color: #aa0000;
    line-height: 1.2;
    margin: 0.3em 0;
}
.schedule__day__prgrm__detail{
    padding: 0.6em 0.7em 1.0em 0.6em;
    border-top: solid 1px #d3bc75;
    position: relative;
    /*z-index: 333;*/
}
.schedule__day__prgrm__detail > p{
    font-size: 94%;
    line-height: 1.8;
    text-align: justify;
    color: #333;
}
.schedule__day__prgrm__detail__feat{
    margin: 0.5em 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.schedule__day__prgrm__detail__photo{
    margin: 0.5em 0 0;
}
.schedule__day__prgrm__detail__feat__ttl,
.schedule__day__prgrm__detail__photo__ttl{
    background-color: #037d8b;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.2em 0.8em 0.1em;
    margin-right: 0.4em;
    margin-bottom: 0.3em;
}
.schedule__day__prgrm__detail__feat__listWrap{
    display: flex;
    align-items: center;
    margin-right: 0.8em;
    margin-bottom: 0.3em;
}
.schedule__day__prgrm__detail__feat__listWrap > p{
    margin-right: 0.1em;
    border-left: solid 0.3em #d3bc75;
    padding-left: 0.3em;
    flex-shrink: 0;
}
.schedule__day__prgrm__detail__feat__listWrap > p::after{
    content: "：";
}
.schedule__day__prgrm__detail__feat__listWrap ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 94%;
    color: #333;
    line-height: 1.4;
    align-items: flex-end;
}
.schedule__day__prgrm__detail__feat__listWrap ul.others::after{
    content: "ほか";
    font-size: 90%;
    margin-left: 0.4em;
}
.schedule__day__prgrm__detail__feat__listWrap li{
    font-weight: bold;
}
.schedule__day__prgrm__detail__feat__listWrap li::after{ content: "、";}
.schedule__day__prgrm__detail__feat__listWrap li:nth-last-of-type(1):after{ display: none;}

.schedule__day__prgrm__detail__feat__listWrap .photo{
    background-color: #555;
    width: 24%;
    height: 10em;
}

.schedule__day__prgrm__detail__photo__listWrap ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.schedule__day__prgrm__detail__photo__listWrap li{
    background-color: #555;
    width: 24%;
    height: 15em;
    margin-right: 1%;
}

@media screen and (max-width: 1200px){
    .schedule__day__prgrm__detail__photo__listWrap li{ height: 19vw;}
}
@media screen and (max-width: 768px){
    .schedule__day__prgrm__detail__feat{ display: block;}
    .schedule__day__prgrm__detail__photo__listWrap ul{ justify-content: space-between;}
    .schedule__day__prgrm__detail__photo__listWrap li{
        width: 48%;
        height: 40vw;
        margin-right: 0;
        margin-bottom: 0.5em;
    }
}


.schedule__day__prgrm.btn{ cursor: pointer;}
.schedule__day__prgrm.btn::before{
    -webkit-transition: all 200ms 0s, -webkit-transform 0.2s ease-in;
    transition: all 200ms 0s, transform 0.2s ease-in;
    transform-origin: right bottom;
}
.schedule__day__prgrm.btn.open::before{
    -webkit-transform: scale(2) translate3d(0, 0, 0);
    transform: scale(2) translate3d(0, 0, 0);
    right: 0;
    /*top: auto;
    bottom: 0;*/
}
.schedule__day__prgrm__detail{ display: none;}
.schedule__day__prgrm.btn .btnWrap{
    background-color: rgba(177, 133, 0, 0.75);
    color: #fff;
    width: 4.6em;
    height: 4.6em;
    position: absolute;
    bottom: -0.1em;
    right: -0.3em;
    /*z-index: 555;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72%;
    font-weight: bold;
}
.schedule__day__prgrm.btn .btnWrap p::after{
    content: "";
    display: block;
    width: 1.6em;
    height: 1.6em;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.2em 1.6em;
    background-position: center 0.1em;
    -webkit-transition: all 300ms 0s, -webkit-transform 0.3s ease;
    transition: all 300ms 0s ease, transform 0.3s ease;
}
.schedule__day__prgrm.open .btnWrap p::after{
    transform:rotate(180deg);
}
.cx_displaydevice .schedule__day__prgrm.btn:hover .btnWrap{
    bottom: -0.2em;
    background-color: #d4a000;
}
.schedule__day__prgrm.btn .schedule__day__prgrm__ttl > div:nth-of-type(1){
    flex-shrink: 0; width: calc(100% - 3.7em - 80px - 0.6em);
    /* margin-right: 3.7em; */
}
@media screen and (max-width: 768px){
    .schedule__day__prgrm.btn .schedule__day__prgrm__ttl > div:nth-of-type(1){
        width: calc(100% - 3.8em - 80px - 0.6em);
        /* margin-right: 3.8em; */
    }
}

.schedule .attention{
    margin: 0.5em 0;
    font-size: 84%;
    color: #333;
    line-height: 1.6;
}

#cx_commonPageTopBtn{ z-index: 99999;}