@charset "UTF-8";
#fp-wrap{
    background: #fff url("../img/bgPttrn01.png") repeat 0 0;
}
#fp-l{
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 40px 40px rgba(255,255,255,0.7);
}


/* ---------------------------------------------
	スポーツベーシックページ
--------------------------------------------- */
.sportsBsc h2{
    color: #000;
    border-bottom: solid 5px #000;
}
.sportsBsc #fp-l h2::before{
    content: "";
    display: inline-block;
    background: url("../img/icn01.svg") no-repeat center center;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    background-size: contain;
}

.cx_smartphoneview #fp-l > div#pickupWrap,
.cx_smartphoneview #fp-l > div#cast{
    padding: 0 0.6em;
    box-sizing: border-box;
}

#pickupWrap p{
    text-align: center;
    font-weight: bold;
    font-size: 100%;
}
#pickupWrap p:nth-of-type(1){
    background: url("../img/catch_txt.png") no-repeat center 0;
    width: 100%;
    height: 3em;
    background-size: contain;
    text-indent: -500%;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0.5em;
}
/*.cx_smartphoneview #pickupWrap p{ text-align: left;}*/

.cx_smartphoneview #pickupWrap p span{ text-indent: -0.5em; display: inline-block;}
.cx_smartphoneview #pickupWrap p:nth-of-type(1){
    height: 2.2em;
}

#pickupWrap2{
    border-top: dashed 3px #ba952e;
    padding-top: 0.5em;
}
#pickupWrap2 p{
    text-align: center;
    line-height: 1.4;
    padding-bottom: 0.3em;
    font-weight: bold;
}

/*-------------スペシャル動画-------------*/
#movWrap .len2 li{
    width: 49.5%;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-left: none;
    border-right: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.16);
}
#movWrap .len2 li:nth-of-type(2n){ margin-left: 1%;}
#movWrap li:hover{ border-bottom: solid 5px #ba952e;}
#movWrap li dt{
    line-height: 1.2;
    padding-bottom: 0.2em;
}
#movWrap li dt span{ font-size: 86%; font-feature-settings: "palt";}

/*-------------出演者-------------*/
#cast li{
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 0.4em;
    float: left;
}
#cast .len2 li{ width: 49.5%;}
#cast .len2 li:nth-of-type(2n){ margin-left: 1%;}
#cast .len3 li{
    width: 33%;
    margin-right: 0.5%;
}
#cast .len3 li:nth-of-type(3n){ margin-right: 0;}
#cast li dt::before{
    content: "■ ";
    color: #00aa76;
}
#cast li dt{
    text-indent: -1.2em;
    margin-left: 1.2em;
    line-height: 1.2;
    font-size: 100%;
}
#cast li dt span{
    font-size: 84%;
    font-feature-settings: "palt;"
}
#cast li dd.photoWrap{
    width: 100%;
    height: 200px;
    background-color: #000;
    margin-bottom: 0.3em;
    overflow: hidden;
}
#cast .len3 li dd.photoWrap img{
    width: auto;
    height: 200px;
    margin-left: -50px;
}

/*-------------ナレーション-------------*/
.sportsBsc #fp-l > div#narrator{ margin-bottom: 6em;}
#narrator .photoWrap{
    float: left;
    width: 33%;
    height: 260px;
    background-color: #000;
    margin-right: 1.5%;
    overflow: hidden;
}
#narrator .photoWrap img{
    width: 100%;
    height: auto;
}
#narrator .name::before{
    content: "■ ";
    color: #00aa76;
}
#narrator .name{
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
#narrator .playBtn{
    background-image:url("../img/bgPttrn01.png");
    background-repeat: repeat;
    background-position: 0 0;
    background-color: #b98b0c;
    border-bottom: solid 4px #000;
    color: #fff;
    line-height: 1.4;
    padding: 1em 4em 1em 1em;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 65.5%;
    box-sizing: border-box;
    overflow: hidden;
}
#narrator .playBtn::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(159, 120, 14, 0.66);
    top: 0;
    left: 0;
    z-index: 111;
}
#narrator .playBtn::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5em;
    background: url("../../img/playIcn.png") no-repeat;
    width: 2.4em;
    height: 2.4em;
    background-size: contain;
    border: solid 0.2em rgba(255,255,255,0.4);
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -1.2em;
    z-index: 222;
}
.cx_displaydevice #narrator .playBtn:hover::after{
    background-color: rgba(191, 144, 14, 0.66);
}
#narrator .playBtn p{
    position: relative;
    z-index: 333;
}
/*#fp-bhp .fp-bhpblockPc#fp-bhp-infomain,
#fp-bhp .fp-bhpblockPc#fp-bhp-infoNavBlock{ display: none !important;}*/