@charset "utf-8";

/*-----------------------

http://www.jleague.jp/css/sp/special/mybestteam.css
2017/12/21 ISM

------------------------*/
.contents{
	margin: 0;
}
.container{
	padding: 0;
}


/*動画用*/
#backMV{
	position: relative;
	background: #000;
}
#backMV a{
	display: block;
	z-index: 222222222222222;
}
#backMV a:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2) url(/img/special/campaign/mybestteam/naname.png) repeat 0 0;
    z-index: 111111111111111;
}
#backMV video,
#backMV img{
	width: 100%;
	height: auto;
}


#backMV figcaption{
	display: block;
	padding: 20px;
	box-sizing: border-box;
}



/*prologueWrap*/
.prologueWrap{
	background: #ececec;
	text-align: center;
	padding: 30px 20px 5px;
}
.mybestteamlogo {
	text-align: center;
}
.mybestteamlogo img{
	width: 80%;
	/*padding: 30px 0 0;*/
}


/*memberWrap*/
.memberWrap{
	padding:0 20px;
}

/*mainDescription*/
.mainDescription{
	font-size: 14px;
/*動画用*/
#backMV{
	position: relative;
	background: #000;
}
#backMV:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2) url(/img/special/campaign/mybestteam/naname.png) repeat 0 0;
    z-index: 111111111111111;
}
#backMV video,
#backMV img{
	width: 100%;
	height: auto;
}
#backMV figcaption a{
	display: block;
	padding: 20px;
	box-sizing: border-box;
}



	line-height: 1.65;
	font-weight: bold;
	margin: 20px 0;
	text-align: left;
}

/*dlWrap*/
.dlWrap{
	background: #ececec url(/img/special/campaign/mybestteam/naname.png) repeat 0 0;
	padding: 20px;
	margin:30px 0;
	font-size: 0;
	position: relative;
}
.prologueWrap .dlWrap{background-color:#fff; }

.dlWrap dt{
	color: #ca3444;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}
.dlWrap dt:after{
	position: absolute;
    left: -10px;
    top: -10px;
    content: "無料";
    padding: 10px;
    background: #ca3444;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 50%;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    font-size: 16px;
}
.dlWrap dt i{
	display: block;
	font-style: normal;
	font-weight: bold;
}
.dlWrap dt br{
	display: none;
}
.dlWrap dd{
	display: inline-block;
	margin:0 1%;
	width: 48%;
}
.dlWrap dd img{
	width: 100%;
}


/*mainCatchCopy*/
.mainCatchCopy{
    font-size: 26px;
    line-height: 1;
    padding: 30px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.mainCatchCopy span{
	color:#e60012;
	font-weight: bold;
	display: block;
}

/*releaseWrap*/
.releaseWrap{
	margin-bottom: 100px;
	text-align: center;
}
.releaseWrap h4{
	font-family: 'Barlow', sans-serif;
	font-size: 20px;
	position: relative;
	padding-bottom: 30px;
}
.releaseWrap h4 time{
	font-size: 26px;
    padding-right: 10px;
    font-weight: 500;
}
.releaseWrap h4:after{
    position: absolute;
    content: "";
    background: #e60012;
    width: 110px;
    height: 7px;
    bottom: 10px;
    left: 50%;
    margin-left: -55px;
}
.releaseWrap p{
	padding: 20px 0 0;
	text-align: left;
}


/*playerlist*/
.playerlist{
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}
.playerlist li{
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    background: #ececec;
    margin-right: 40px;
    vertical-align: top;
    margin: 30px auto;
    position: relative;
}
.playerlist li figure{
	width: 100%;
}
.playerlist li figure div{
	height: 300px;
	overflow: hidden;
}
.playerlist li figure img{
	text-align: center;
	width: 100%;
}
.playerlist li figcaption{
    height: 70px;
    position: relative;
    line-height: 70px;
    text-align: left;
    padding-left: 90px;
}
.playerlist li figcaption div{
	width: 70px;
	height: 70px;
	display: inline-block;
	position: absolute;
    left: 0;
}
.playerlist li figcaption div .embM{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.playerlist li .popup-iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.playerlist li .popup-iframe:hover {
	opacity: 0.5;
}
.playerlist li .popup-iframe i{
	display: inline-block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    height: 50px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    color: #ffffff;
    font-style: normal;
}


/*updatelist*/
.updatelist{
	text-align: left;
	padding:20px 0;
	border-top: 1px solid #ccc;
}
.updatelist h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.updatelist ol{

}
.updatelist ol li{
    line-height: 1.6;
    padding-bottom: 5px;
}
.updatelist ol li time{
    display: inline-block;
    margin-right: 10px;
}










