@charset "utf-8";

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

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

------------------------*/
/*content*/
.content{
	width: 100%;
	margin:0;
	padding: 0;
	background: #fff;
}
.content .main{
	width: 100%;
    float: none;
    margin: 10px auto 30px;
}
.content .main > section{
	width: 100%;
	text-align: center;
}
#breadcrumbList {
    width: 980px;
    margin: 0 auto;
}


/*prologueWrap*/
.prologueWrap{
	background: #ececec;
	text-align: center;
	padding: 50px 0;
}
.prologueWrapInner{
	width: 980px;
	margin:0 auto;
}
.mybestteamlogo{

}
.mybestteamlogo img{
	width: 450px;
	padding: 10px 0 20px;
}





.memberWrap{
	width: 980px;
	margin:0 auto;
}

/*mainDescription*/
.mainDescription{
	font-size: 16px;
	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: 30px;
	margin:30px 0;
	font-size: 0;
	position: relative;
}
.prologueWrap .dlWrap{background-color:#fff; }

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

/*mainCatchCopy*/
.mainCatchCopy{
    font-size: 40px;
    line-height: 1;
    padding: 70px 50px;
    font-weight: bold;
}
.mainCatchCopy span{
	color:#e60012;
	font-weight: bold;
}

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

/*playerlist*/
.playerlist{
	font-size: 0;
	text-align: left;
	margin-bottom: 50px;
}
.playerlist li{
	display: inline-block;
	font-size: 16px;
	width: 300px;
	background: #ececec;
	margin-right: 40px;
	vertical-align: top;
	margin-top: 40px;
	position: relative;
}
.playerlist li:nth-child(3n){
	margin-right: 0;
}
.playerlist li figure{
	width: 300px;
}
.playerlist li figure div{
	height: 300px;
	overflow: hidden;
}
.playerlist li figure img{
	text-align: center;
	width: 100%;
	height: auto;
}
.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: -20px;
    margin-top: -20px;
}
.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;
}



/* .onlyApp{
	display: none;
} */

h3 {
    margin-bottom: 13px;
}
.updatelist {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    text-align: initial;
}

.txt14{
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}
