@charset "UTF-8";

#fp-contents{
    background-color: #e3e6f2;
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    background-image: url("../photo/mainV_pc.jpg"), url("../img/bg_hdr.png");
    background-repeat: no-repeat, repeat-x;
    background-position: center center, center center;
    background-size: contain;
    padding-top: 56.25%;
    border-top: solid 1px #a0894e;
}
@media screen and (min-width: 1280px){
    .header__main{
        height: 720px;
        padding-top: 0;
    }
}
/* @media screen and (max-width: 768px){
    .header__main{
        background: url("../photo/mainV_sp.jpg") no-repeat center center;
        background-size: contain;
        padding-top: 104.167%;
    }
} */
 .header__place{
    background-color: #a0894e;
    text-align: center;
    color: #fff;
    padding: 0.4em;
    line-height: 1.4;
 }
/* ---------------------------------------------
	ナビゲーション
--------------------------------------------- */
.nav-wrap{
    background: rgb(18,28,122);
    background: -moz-linear-gradient(left,  rgba(18,28,122,1) 0%, rgba(84,40,102,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(18,28,122,1)), color-stop(100%,rgba(84,40,102,1)));
    background: -webkit-linear-gradient(left,  rgba(18,28,122,1) 0%,rgba(84,40,102,1) 100%);
    background: -o-linear-gradient(left,  rgba(18,28,122,1) 0%,rgba(84,40,102,1) 100%);
    background: -ms-linear-gradient(left,  rgba(18,28,122,1) 0%,rgba(84,40,102,1) 100%);
    background: linear-gradient(to right,  rgba(18,28,122,1) 0%,rgba(84,40,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121c7a', endColorstr='#542866',GradientType=1 );
}
.cx_displaydevice .nav__list > li > a:hover{
    background-color: #3b10b0;
}
/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-all h2{
    color: #fff;
    font-weight: bold;
    display: block;
    background: -moz-linear-gradient(left,  rgba(29,24,112,1) 0%, rgba(87,31,112,0.5) 50%, rgba(18,28,122,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(29,24,112,1)), color-stop(50%,rgba(87,31,112,0.5)), color-stop(100%,rgba(18,28,122,0)));
    background: -webkit-linear-gradient(left,  rgba(29,24,112,1) 0%,rgba(87,31,112,0.5) 50%,rgba(18,28,122,0) 100%);
    background: -o-linear-gradient(left,  rgba(29,24,112,1) 0%,rgba(87,31,112,0.5) 50%,rgba(18,28,122,0) 100%);
    background: -ms-linear-gradient(left,  rgba(29,24,112,1) 0%,rgba(87,31,112,0.5) 50%,rgba(18,28,122,0) 100%);
    background: linear-gradient(to right,  rgba(29,24,112,1) 0%,rgba(87,31,112,0.5) 50%,rgba(18,28,122,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1870', endColorstr='#00121c7a',GradientType=1 );
    padding: 0.1em 0.3em;
}
/* @media screen and (max-width: 768px){
    .contents-all h2{ font-size: 110%;}
} */
.contents-all h2.strong{
    background: none;
    color: #c81a17;
    font-size: 160%;
    font-weight: bold;
    padding: 0;
    border-bottom: solid 0.2em #c81a17;
}
@media screen and (max-width: 768px){
    .contents-all h2.strong{ font-size: 150%;}
}


/*-------------Jリーグは新時代へ-------------*/
.seasonSchedule{
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
}
.seasonSchedule:nth-of-type(3){ margin-top: 0.5em; margin-bottom: 1em;}
.seasonSchedule__ttl{
    width: 11em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #15157e;
    color: #fff;
    margin-right: 1em;
    line-height: 1.4;
}
.new .seasonSchedule__ttl{ background-color: #b1043e;}
.seasonSchedule__year{ flex-grow: 1;}
.newera__arrow{ margin-top: 0.5em;}
.newera__arrow span:nth-of-type(1){
    display: block;
    width: 2em;
    height: 1em;
    background-color: #000;
    margin: 0 auto;
}
.newera__arrow::after{
    content: "";
    /* position: absolute;
    top: 50%; right: 1em; */
	margin: 0 auto;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1.6em 1.8em 0.0em 1.8em;
	border-color:#000 transparent transparent transparent;
}

@media screen and (max-width: 768px){
    .seasonSchedule__ttl{
        width: 100%;
        margin-right: 0;
    }
}

/*-------------放送スケジュール-------------*/
.oaSchedule__list > li{
    border-bottom: solid 1px #333;
    /* padding: 1em 0;
    margin-bottom: 0; */
}
.oaSchedule__list > li:nth-of-type(1){ padding-top: 0;}
.oaSchedule__list > li > dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 1.0;
}
.oaSchedule__list > li > dl > *{ flex-shrink: 0;}
.oaSchedule__list__date{
    font-size: 120%;
    font-weight: bold;
    margin-right: 0.5em;
    min-width: 7em;
}
.oaSchedule__list__round{
    font-size: 120%;
    font-weight: bold;
    min-width: 6em;
    color: #967840;
}
.oaSchedule__list__live{
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    padding: 0.1em 0.4em;
    display: inline-block;
    background-color: #c81a17;
}
.oaSchedule__list__detail > div,
.oaSchedule__list__detail > a div{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    align-items: center;
}
.oaSchedule__list__detail > div:nth-last-of-type(1),
.oaSchedule__list__detail > a div,
.oaSchedule__list__detail > a:nth-last-of-type(1){ margin-bottom: 0;}
.oaSchedule__list__detail > a{
    display: block;
    margin-bottom: 0.5em;
}
.oaSchedule__list__detail .ch{
    color: #fff;
    display: flex;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9em;
    height: auto;
    padding: 0.2em 0;
    margin: 0 0.4em 0 0;
}

.oaSchedule__list__detail .cs_next{ background-color: #006931;}
.oaSchedule__list__detail .cs_one{ background-color: #002f65;}
.oaSchedule__list__detail .ter{ background-color: #a27000;}
.oaSchedule__list__detail .fod{ background-color: #a20000;}

/* @media screen and (max-width: 768px){
    .oaSchedule__list__date{
        margin-bottom: 0.3em;
        width: 100%;
    }
    .oaSchedule__list__detail{ width: 100%;}
    .oaSchedule__list__round{
        width: calc( 100% - 8.5em);
        margin-bottom: 0.3em;
    }
    .oaSchedule__list__detail .ch{ margin: 0 0.4em 0 0;}
} */
@media screen and (max-width: 550px){
    .oaSchedule__list__date{ margin-bottom: 0;}
    .oaSchedule__list__round{
        width: auto;
        margin-bottom: 0;
    }
    .oaSchedule__list__detail .ch{ margin: 0 0.4em 0 0;}
}
.oaSchedule__list__detail.time{
    font-weight: bold;
    font-size: 110%;
    color: #333;
    padding-top: 0.1em;
}
.oaSchedule__list__detail .link{
    display: flex;
    align-items: center;
    height: 1.5em;
    border: solid 0.2em #a20000;
    font-size: 88%;
    padding: 0 1.5em 0 0.5em;
    border-radius: 3em;
    font-weight: bold;
    color: #a20000;
    position: relative;
    margin-left: 0.5em;
    box-sizing: border-box;
}
.oaSchedule__list__detail .link_cs .link{
    border: solid 0.2em #006931;
    color: #006931;
}
.oaSchedule__list__detail .link::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 0.3em;
	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 #a20000;
}
.oaSchedule__list__detail .link_cs .link::after{
    border-color: transparent transparent transparent #006931;
}
.cx_displaydevice .oaSchedule__list__detail a:hover .link{
    background-color: #a20000;
    color: #fff;
}
.cx_displaydevice .oaSchedule__list__detail a.link_cs:hover .link{ background-color: #006931;}
.cx_displaydevice .oaSchedule__list__detail a:hover .link::after{
    border-color: transparent transparent transparent #fff;
}

.oaSchedule__stream{
    margin: 1em 0 0;
    font-size: 120%;
    font-weight: bold;
    color: #a20000;
}

/*-------------見どころ-------------*/
.about__main{
    line-height: 2;
}

/* -----------------------------------
	チーム情報
----------------------------------- */
.teamInfo > ul > li{ margin: 1em 0;}
.teamInfo > ul > li:nth-of-type(1){ border-bottom: solid 2px #000;}
.teamInfo__detail{ display: flex;}
.teamInfo__detail .emb{
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.8);
    margin-right: 1em;
    flex-shrink: 0;
}
@media screen and (max-width: 550px){
    .teamInfo__detail .emb{
        margin-right: 0.6em;
    }
}
.teamInfo__detail .emb img{
    width: 100%; height: auto;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.teamInfo__detail dt{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.4em 0;
}
.teamInfo__detail dd{
    font-size: 94%;
    line-height: 1.3;
    padding-bottom: 0.3em;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 550px){
    .teamInfo__detail dd{ font-size: 90%;}
}
.teamInfo__detail dd .ttlWrap,
.teamInfo__player__detail dt{
    background-color: #c30000;
    color: #fff;
    padding: 0.1em 0.4em;
    margin-right: 0.5em;
    font-weight: normal;
    display: inline-block;
}
.marinos .teamInfo__detail dd .ttlWrap,
.marinos .teamInfo__player__detail dt{ background-color: #001ac3;}
.teamInfo .attention{ font-size: 80%;}

.teamInfo__player{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.teamInfo__player__detail{
    width: 48%;
    margin-top: 0.5em;
    border-top: dashed 1px #aaa;
    padding: 0.5em 0 1em;
}
@media screen and (max-width: 550px){
    .teamInfo__player__detail{ width: 100%; padding-bottom: 0;}
    .teamInfo__player__detail:nth-last-of-type(1){ padding-bottom: 1em;}
    /* .teamInfo__player__detail__name,
    .teamInfo__player__detail__summary{
        padding-left: 0.4em;
        padding-right: 0.4em;
    } */
}
.teamInfo__player__detail__photo{
    /* float: right;
    width: 40%;
    height: auto; */
    background-color: #fff;
    /* margin-left: 1em; */
    /* margin-top: -1.6em; */
    padding-bottom: 0;
    margin-bottom: 0.5em;
}
.teamInfo__player__detail__photo img{
    width: 100%; height: auto;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
}
@media screen and (max-width: 550px){
    .teamInfo__player__detail__photo{
        float: right;
        width: 47%;
        margin-left: 0.8em;
    }
}
.teamInfo__player__detail__name{
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.4em 0 0.3em;
}
.teamInfo__player__detail__summary{
    font-size: 94%;
    line-height: 1.6;
    text-align: justify;
    padding-bottom: 0.4em;
}
.teamInfo__player__detail dd.stats{
    font-size: 88%;
    line-height: 1.3;
    background-color: #dddad1;
    padding: 0.8em 1em;
}
.teamInfo__player__detail dd.stats dt{
    font-weight: bold;
    padding-bottom: 0.3em;
}
.teamInfo__player__detail dd.stats dd{ padding: 0.2em 0;}


/*-------------スペシャル動画-------------*/
.movie__list > li:hover{ border-bottom: solid 5px #900000;}


/*-------------出演者-------------*/
.cast__list-photo__pos{
    font-size: 116%;
    font-weight: bold;
    color: #967840;
    margin-bottom: 0.4em;
}
.cast__list-photo__pos::before{
    content: "◆";
    margin-right: 0.2em;
}
.cast__list-photo__pos span{
    font-size: 66%;
    color: #000;
    font-weight: normal;
}
.cast__list-photo__detail{ margin-bottom: 1.4em;}
.cast__list-photo__detail > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cast__list-photo__detail > ul > li{
    width: 32%;
    background-color: rgba(255, 255, 255, 0.43);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.12);
}
.cast__list-photo__detail__photo{
    background-color: #fff;
}
.cast__list-photo__detail__name{
    font-size: 110%;
    text-align: center;
    line-height: 1.2;
    padding: 0.4em;
    font-weight: bold;
}
.cast__list-photo__detail__name span{ font-size: 80%; font-weight: normal;}
.cx_smartphoneview .cast__list-photo__detail__name{ font-size: 104%; padding: 0.2em;}

.cast__main{
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
}
.cast__list{
    align-items: flex-start;
}
.cast__list__pos{
    background-color: #967840;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1em;
    margin-right: 0.4em;
    min-width: 7.6em;
    padding: 0 0.4em;
}
.cast__list__name{ font-weight: bold;}
@media screen and (max-width: 768px){
    .cast__list{ display: block;}
    .cast__list__pos{
        width: auto;
        display: block;
    }
}

/* -----------------------------------
	過去成績
----------------------------------- */
.result table{
    width: 100%;
    border-collapse: collapse;
    /*border-left: solid 1px #888;
    border-right: solid 1px #888;*/
    margin-bottom: 10px;
}
.result th{
    background-color: #3747a2;
    color: #fff;
    font-size: 88%;
    line-height: 1.4;
    text-align: left;
    border-right: solid 1px #fff;
}
.result th:nth-of-type(1){ background-color: #b0b7de;}
.result th,
.result td{
    padding: 4px 5px;
    width: 21%;
    box-sizing: border-box;
    text-align: center;
}
.result td{
    border-right: dashed 1px #aaa;
    border-bottom: solid 1px #aaa;
    font-weight: bold;
    color: #333;
    background-color: #fff;
}
.result td:nth-of-type(1){
    background-color: #3747a2;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-weight: normal;
}
.result th:nth-of-type(1),
.result td:nth-of-type(1){ width: 16%;}
.result td.japan{
    background-color: rgba(255, 251, 232, 0.8);
    color: #967840;
}
@media screen and (max-width: 768px){
    .result td{ font-size: 90%;}
    .result td:nth-of-type(1){ font-size: 88%;}
}

/* -----------------------------------
	日本代表メンバー
----------------------------------- */
.japanMember h3{
    font-size: 120%; color: #967840;
    font-weight: bold;
}
.member-wrap{
    margin-bottom: 2em;
}
.member__def div,
.member__list li,
.japanMember .name-wrap{
    display: flex;
    flex-wrap: wrap;
}
.member__list li:nth-child(even){
    background-color: rgba(255, 251, 232, 0.6);
}
.member__def .profile,
.member__list .profile{
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
}
.member__def p{
    background-color: #3747a2;
    color: #fff;
    font-size: 84%;
    line-height: 1.2;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
    padding: 4px 4px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-feature-settings: "palt";
}
.member__list li p{
    border-right: dashed 1px #aaa;
    border-bottom: solid 1px #aaa;
    font-size: 94%;
    padding: 4px 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
/* .japanMember .name-wrap{ width: 16%;} */
.japanMember .name-wrap{ width: 40%;}
.japanMember .num{
    width: 12%;
    justify-content: center;
}
.japanMember .name{ width: 88%;}
/* .japanMember .profile{ width: 84%;} */
.japanMember .profile{ width: 60%;}
.japanMember .birthday{ width: 20%;}
.japanMember .height{ width: 12%;}
.japanMember .weight{ width: 10%;}
/* .japanMember .team{ width: 42%;} */
.japanMember .team{ width: 84%;}
.japanMember .stats{
    width: 16%;
    border-right: none;
}
.japanMember .director .name{ width: 40%;}
.japanMember .director .profile{ width: 60%;}
.japanMember .director .birthday{ width: 50%;}
.japanMember .director .height{ width: 25%;}
.japanMember .director .weight{ width: 25%; border-right: none;}
.member__list .name{
    color: #14176d;
    font-weight: bold;
}
.japanMember .member__list .height::after{ content: "cm";}
.japanMember .member__list .weight::after{ content: "kg";}
@media screen and (max-width: 768px){
    /* .japanMember .name-wrap{ width: 30%;} */
    .japanMember .name-wrap{ width: 46%;}
    .japanMember .num{ width: 14%;}
    .japanMember .name{ width: 86%;}
    .japanMember .profile{ width: 54%;}
    /* .japanMember .profile{ width: 70%;} */
    .japanMember .birthday{ width: 40%;}
    .japanMember .height{ width: 30%;}
    .japanMember .weight{ width: 30%; border-right: none;}
    /* .japanMember .team{ width: 70%;} */
    .japanMember .team{ width: 80%;}
    /* .japanMember .stats{ width: 30%;} */
    .japanMember .stats{ width: 20%;}
    .japanMember .director .name{ width: 26%;}
    .japanMember .director .profile{ width: 74%;}
    .japanMember .director .birthday{ width: 40%;}
    .japanMember .director .height{ width: 30%;}
    .japanMember .director .weight{ width: 30%; border-right: none;}
    .member__list li{ border-bottom: solid 2px #aaa;}
}
@media screen and (max-width: 550px){
    .member__def p{ font-size: 68%;}
}

/* -----------------------------------
	関連番組
----------------------------------- */
.prePrgrm__list > li{
    margin-bottom: 0.8em;
}
.prePrgrm__list dl{
    display: flex;
    flex-wrap: wrap;
    font-size: 104%;
    line-height: 1.4;
    align-items: center;
}
.prePrgrm__list__date{
    min-width: 14.5em;
    font-weight: bold;
}
.prePrgrm__list__date::before{
    content: "◆";
    color: #967840;
    margin-right: 0.2em;
}
.prePrgrm__list__ttl{
    font-size: 106%;
    font-weight: bold;
    color: #967840;
}
@media screen and (max-width: 768px){
    .prePrgrm__list__date{ width: 100%;}
}


.cx_displaydevice #gbheader,
.cx_displaydevice #gbfooter{
    position: relative;
    z-index: 99999;
}
@media screen and (max-width: 750px){
    .sp_display #gbfooter p{
        font-size: 3.3vw !important;
        line-height: 1.6 !important
    }
}

