@charset "UTF-8";

/* ======================================================
//
//   Temporary CSS
//   ----------------------------------------------------
//   * 開発中のみ存在するCSS。公開前に common.css にマージされる。
//
// ====================================================== */


/* ======================================================
// スマホ非対応の表示
// ------------------------------------------------------ */

#landingContents {
    display: none;
}
.incompatible #landingContents {
    display: block;
}

/* ======================================================
// くるくる
// ------------------------------------------------------ */

@-webkit-keyframes throbber-rotate{

    from{
        -webkit-transform: rotate(  0deg);
                transform: rotate(  0deg);
    }

    to{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes throbber-rotate {
    from { -webkit-transform: rotate(  0deg); transform: rotate(  0deg) }
    to   { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
.ls-throbber {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://lsassets.s3-ap-northeast-1.amazonaws.com/assets/img/ico_loader.png) 0 0 no-repeat;
    -webkit-animation: throbber-rotate 0.8s linear infinite;
            animation: throbber-rotate 0.8s linear infinite;
}
.ls-throbber_sizeS {
    width: 20px;
    height: 20px;
    background: url(https://lsassets.s3-ap-northeast-1.amazonaws.com/assets/img/ico_loader_s.png) 0 0 no-repeat;
}
.ls-regionThrobber {
    position: relative;
    z-index: 1000;
    text-align: center;
}
.ls-regionThrobber:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ls-regionThrobber .ls-throbber {
    vertical-align: middle;
}

#mainContents {
    min-height: 200px;
}


/* ======================================================
// ヘッダーの貼り付け
// ------------------------------------------------------ */

@media screen and (min-width: 768px) {
    header #competitionHeader {
        z-index: 11;
    }
    header #competitionHeader nav.js-sticked {
        position: fixed;
        top: 44px;
        left: 0;
    }
}


/* ======================================================
// スマホのヘッダメニュー
// ------------------------------------------------------ */

@media screen and (min-width: 768px) {
    header #competitionHeader nav .spMenuList {
        display: block !important;
    }
}


/* ======================================================
// モーダル系のスタイル上書き
// ------------------------------------------------------ */

#modalContents {
    white-space: nowrap;
    -webkit-overflow-scrolling : touch;
}

#modalContents .wrapper {
    white-space: normal;
}


/* ------------------------------------------------------
// 左右のボタンを大きくする
*/

@media screen and (min-width: 768px) {
    #modalContents .wrapper .playerProfile header .icoBack {
        display: block;
        position: absolute;
        top: 150px;
        left: -40px;
        z-index: 1;
        width: 44px;
        height: 104px;
        background: url(https://lsassets.s3-ap-northeast-1.amazonaws.com/assets/img/ico_back_white.png) no-repeat 50%;
        background-size: 24px 24px;
        cursor: pointer;
    }
    #modalContents .wrapper .playerProfile header .icoNext {
        display: block;
        position: absolute;
        top: 150px;
        right: -40px;
        z-index: 1;
        width: 44px;
        height: 104px;
        background: url(https://lsassets.s3-ap-northeast-1.amazonaws.com/assets/img/ico_next_white.png) no-repeat 50%;
        background-size: 24px 24px;
        cursor: pointer;
    }
}

/* ------------------------------------------------------
// 選手詳細のシェアボタンを disabled にする
*/

.snsArea ul li.js-disabled a {
    opacity: 0.4;
    cursor: default;
}

@media screen and (min-width: 768px) {
    #modalContents .snsArea ul li.js-disabled a:hover {
        opacity: 0.4;
    }
}


/* ======================================================
// 番組通知
// ------------------------------------------------------ */

#LiveInfoContents {
    display: none;
}

/* ======================================================
// 試合ページ
// ------------------------------------------------------ */

@media screen and (max-width: 768px) {
    .match #main #mainContents .liveArea ul li.openDetails .contentsBox .playDetails .movieArea{
        position: absolute;
        top:0;
        margin:0;
        z-index: 101;
    }
}

body.match .movieArea .videoContainer{
    position:relative;
    width:100%;
    height:100%;
    display:block;
}

.match #main #mainContents .liveArea ul li.openDetails .contentsBox .playDetails .multiAngleController .controllerArea .camera,
#modalContents .multiAngleController .controllerArea .camera{
    position: absolute;
    width: 30px;
    height: 30px;
}

/* ------------------------------------------------------
// スタッツ
*/

body.match .matchStatsBar canvas{
    width: 100%;
}

body.match .matchStatsBar .bar{
    position: absolute;
}

/* ------------------------------------------------------
// メンバー
*/

body.match .teamBox .player{
    position: absolute;
}

body.match .teamBox .player .memberPhoto{
    width:44px;
}

body.match .teamBox .player .memberName{
    position: relative;
    width: 54px;
    left: -5px;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body.match .teamBox .teamMember .memberName .nameText .eng{
    margin:6px 0;
    font-family:"Exo 2";
    font-weight:600;
    font-size:20px;
    line-height:1;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    text-transform: uppercase;
}

/* ======================================================
// 放送予定一覧ページ
// ------------------------------------------------------ */

.js-scheduleContainer {
    min-height: 200px;
}


/* ======================================================
// 動画検索ページ
// ------------------------------------------------------ */

#main #mainContents .searchBox form input[type="image"]:disabled {
    opacity: 0.4;
}

.js-movieThrobber {
    padding: 20px 0;
    text-align: center;
}

.js-movieSearchResultContainer {
    min-height: 150px;
}

.js-searchForm {
    position: relative;
}

.js-moviePlayerTag {
    position: absolute;
    top: 24px;
    left: 20px;
    padding: 0 8px;
    height: 23px;
    background-color: #999;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}

.js-moviePlayerTag__name {
    margin-right: 3px;
}

.js-moviePlayerTag__button {
    display: inline-block;
    overflow: hidden;
    width: 9px;
    height: 9px;
    background-image: url(https://lsassets.s3-ap-northeast-1.amazonaws.com/assets/img/ico_close_white.png);
    background-size: 9px 9px;
    text-indent: -900px;
    cursor: pointer;
    behavior: url(/assets/css/backgroundsize.min.htc);
}

@media screen and (min-width: 768px) {
    .js-moviePlayerTag {
        top: 28px;
        left: 50px;
    }
}


/* ======================================================
// 選手名鑑ページ
// ------------------------------------------------------ */

.js-playerSearchResultContainer {
    min-height: 200px;
}


/* ======================================================
// アスリートインデックスページ
// ------------------------------------------------------ */

.js-rankingContainer {
    min-height: 200px;
}


/* ======================================================
// チーム・選手情報
// ------------------------------------------------------ */

.js-teamContainer {
    min-height: 200px;
}


/* ======================================================
// 動画プレイヤー
// ------------------------------------------------------ */

.js-videoPlayerContainer {
    position: relative;
    padding-top: 56.25%;
}

.BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 450;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:768px) {
    .js-videoPlayerContainer {
        position: static;
        padding-top: 0;
    }

    .BrightcoveExperience {
        position: static;
        width: 654px;
        height: 368px;
    }
}


/* ======================================================
// 広告
// ------------------------------------------------------ */

.js-adBox {
}

.js-adIframe {
    vertical-align: top;
}

/* サイドバーの広告はSP時に表示しない
.article #main #sideContents .adBox,
.live #main #sideContents .adBox,
.highlight #main #sideContents .adBox {
    display: block;
}
*/

@media screen and (min-width:768px) {
/* 2015.01.28：広告が上に来てもいいようにbottomにmargin設けるためコメントアウト
    #js-adBox:empty {
        / 広告がない場合の後に続く要素の調整
        margin-top: -8px !important;
    } */
    .js-adIframeContainer {
        margin-bottom: 0;
    }
}
