@charset "utf-8";

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

http://www.jleague.jp/css/jwc2017_campaign.css
2017/07/10 ISM

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

/* base
------------------------------ */

html,body{
	font-size: 16px;
}

#updateList,
.fol-footer-top{
	display: none !important;
}
a:link,
a:visited,
a:active{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#agreement a{color: #000;}

/* header
------------------------------ */
.kv{
    width: 100%;
    min-width: 980px;
	background: url(/img/jwc/2017/campaign/kv.jpg) center top no-repeat;
	background-size: 100% auto;
	text-align: center;
	position: relative;
}
.logo{
	position: absolute;
	top: 20px;
	left: 20px;
}
.logo li{
	float: left;
	padding: 0 5px;
}
.kv h1{
	padding-top: 590px;
}
.kv h2{
	margin-top: -62px;
	background: url(/img/jwc/2017/campaign/title_bg.png) center bottom no-repeat;
}
.kv h2 img{ vertical-align: bottom;}
.kv .term{
	padding-top: 20px;
	padding-bottom: 50px;
}

/* navigation
------------------------------ */

nav ul{
	width: 980px;
	height: auto;
	margin: 20px auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
}
nav li{
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	width: 480px;
	padding: 20px 0 5px;
	text-align: center;
	border-right: #333 1px solid;
}
nav li.active{
	background: #918c75;
}
nav li:first-child{
	border-left: #333 1px solid;
}
nav ul li a {
	display: block;
	padding: 0;
	background: #000;
}

/* common
------------------------------ */

article section{
	width: 100%;
	padding: 100px 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #ccc;
}
article section section{
	padding: 0;
}
article section#prize,
article section#vote,
article#score section#agreement,
#dpoint #entry,
article section#no-dpoint{
	background: #918c75;
	font-size: 1.3125rem;
	color: #000;
}
article section#prize h3,
article section#vote  h3,
#dpoint #entry h3,
article section#no-dpoint h3{
	color: #000;
}
.outer{
	width: 980px;
	margin: 0 auto;
 }
.photo{
	margin-top: 30px;
}
em{
	color: #b51c2c;
}

/* h3 */
h3{
	font-size: 1.875rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-bottom: 40px;
	margin-bottom : 50px;
	text-align: center;
}
h3::after{
	content: "";
	width: 90px;
	border-bottom: #b51c2c 5px solid;
	position: absolute;
	bottom:0;
	left: 50%;
	-webkit-transform : translateX(-50%);
	-ms-transform     : translateX(-50%);
	transform         : translateX(-50%);
}

/* h4 */

h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,0.55);
	padding: 5px;
	text-align: center;
	margin: 30px 0;
}
#score #entry h4{
	background: #b51c2c;
	color: #fff;
}
h4.is-img{
	background: none;
}

/* btn */
.btn a{
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

	display: block;
	border: #b51c2c 3px solid;
	border-radius: 5px;
	padding: 20px;
	text-decoration: none;
	background: #222;
	position: relative;
	font-size: 1.3125rem;
	font-weight: bold;
	color: #fff;
}
.btn a:hover{
	background-color:#b51c2c;
	color: #fff;
}
.btn a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f0a9";
	color:#b51c2c;
}

.soon{
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

	display: block;
	border: #ccc 3px solid;
	border-radius: 5px;
	padding: 20px;
	text-decoration: none;
	background: none;
	position: relative;
	font-size: 1rem !important;
	font-weight: bold;
	color: #ccc !important;
	text-align: center;
	
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.twitter   li .btn,
.instagram li .btn,
.twitter   li .soon,
.instagram li .soon{
	position: absolute;
	bottom: 20px;
	width: 210px;
}
.twitter   li .btn a,
.instagram li .btn a{
	font-size: 1rem;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
	line-height: 1;
}
.twitter   li .btn.twitter a:after,
.instagram li .btn a:after{
	content:"";
}

.web .btn a,
.web .soon{
	width: 600px;
	margin: 30px auto 0;
	color: #fff;
}

#dpoint #entry .btn a,
#dpoint #entry .soon{
	width: 600px;
	margin: 50px auto 0;
}

#dpoint #no-dpoint .btn a{
	width: 400px;
	margin-top: 30px;
	text-align: center;
}

#dpoint .btn a{
	background: rgba(255,255,255,0.30);
	color: #000;
}
#dpoint .btn a:hover{
	background-color:#b51c2c;
	color: #fff;
}
#dpoint .btn a:hover:after{
	color: #fff;
}






/* #outline
------------------------------ */

article section#outline{
	background: url(/img/jwc/2017/campaign/score_image.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	color: #fff;
}
article section#outline strong{
	font-size: 2.25rem;
	font-weight: bold;
}

article#dpoint section#outline{
	background: url(/img/jwc/2017/campaign/dpoint_image.png) center bottom no-repeat;
}

/* #prize #vote
------------------------------ */
article section#prize .note{
	font-size: 1rem;
	margin-top: 50px;
}

/* #stadium
------------------------------ */

article section#stadium{
	background: url(/img/jwc/2017/campaign/score_stadium_bg.jpg) center top no-repeat;
	background-size: cover;
}
article section#stadium h3 span{
	font-size: 1.5rem;
	display: block;
}


.prize01{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	margin-top: 30px;
}

.prize01 figcaption{
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 0.25em;
	line-height: 1.25;
}
.prize01.prize02 figcaption{
	font-size: 1rem;
	font-weight: normal;
}
#prize h5{
	font-size: 1.25rem;
	border-bottom: #000 1px solid;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}



/* #entry
------------------------------ */

.hashtag li{
	margin-top: 30px;
	border: #fff 1px solid;
	padding: 20px 0 20px 80px;
	text-align: left;
	line-height: 1;
}

.hashtag .note{
	text-align: left;
	font-size: 1rem;
	margin-top: 30px;
	line-height: 1.75;
	font-size: 20px;
}
.hashtag .note strong{
	font-size: 1.3125rem;
	color: #b51c2c;
	padding-bottom: 0.5em;
}

.twitter   ol,
.instagram ol{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
}
.twitter   li,
.instagram li{
	width: 270px;
	position: relative;
	border:#ccc 1px solid;
	padding: 30px;
	padding-bottom: 100px;
	-moz-box-sizing:   border-box;
	-webkit-box-sizing:border-box;
	box-sizing:        border-box;
	font-size: 1rem;
	text-align: left;
}
.twitter   li:after,
.instagram li:after{
    content: url(/img/jwc/2017/campaign/icon_triangle.png);
    position: absolute;
    top: 50%;
	right: -55px;
	-webkit-transform : translateY(-50%);
	-ms-transform     : translateY(-50%);
	transform         : translateY(-50%);
}
.twitter li:last-child:after,
.instagram li:last-child:after{
	content:"";
}
.twitter   h5,
.instagram h5{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.instagram li:nth-child(2){
	background: url(/img/jwc/2017/campaign/icon_mobile.png) center bottom 20px no-repeat;
}

.twitter   li .note,
.instagram li .note{
	font-size: 0.75rem;
	margin-top: 1em;
}


.web-wrapper{
	border:#ccc 1px solid;
	padding: 50px;
	-moz-box-sizing:   border-box;
	-webkit-box-sizing:border-box;
	box-sizing:        border-box;
}
.web-wrapper div{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  -webkit-align-content: stretch; /* Safari */
  align-content:         stretch;

}
.web-wrapper div figure{
	width: 200px;
}
.web-wrapper div p{
	width: 500px;
	text-align: left;
}

/* #guideline
------------------------------ */

article section#guideline{
	text-align: left;
}
article section#guideline dt{
	font-size: 1.3125rem;
	color: #fff;
	background: rgba(255,255,255,0.2);
	padding: 5px 15px;
	text-align: left;
	margin: 30px 0;
}
article section#guideline dd h4{
	font-size: 1.3125rem;
	font-weight: bold;
	color: #fff;
	background: none;
	padding: 0;
	text-align: left;
	margin: 30px 0 15px;
}
article section#guideline dd h4::before{
	content: "◎";
	padding-right: 0.5em;
}
article section#guideline dd ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.25em;
	font-size: 1rem;
}
article section#guideline dd ul.num{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 1.25em;
	font-size: 1rem;
	padding-left: 1.5em;
}
article section#guideline dd ul.num li{
	text-indent:-3em;
}
article section#guideline dd ol{
	font-size: 1rem;
	padding-left: 4.5em;
}
article section#guideline dd ol li{
	text-indent:-4.5em;
}

article section#guideline .note{
	text-align: left;
	font-size: 0.875rem;
	margin-top: 30px;
	line-height: 1.5;
}

article#dpoint section#guideline dt{
	color: #fff;
}
article#dpoint section#guideline dd{
	font-size: 1rem;
}
article#dpoint section#guideline dd ul{
	font-size: 1.3125rem;
	font-weight: bold;
	margin-top: 30px;
}
article#dpoint section#guideline .note{
	margin-top: 20px;
	font-size: 0.875rem;
}
article#dpoint section#guideline p{
	margin-top: 20px;
}

/* #agreement
------------------------------ */

#agreement{
	text-align: left;
	font-size: 0.875rem !important;
	line-height: 1.75;
	color: #ccc;
	text-align: justify;
	text-justify: inter-ideograph;
}
.accordion-btn{
	font-size: 1.875rem;
	line-height: 1.5;
	padding-bottom: 40px;
	margin-bottom : 50px;
	text-align: center;
	
	color: #b51c2c;
	font-weight: normal;
	position: relative;
	padding: 5px 20px;
	border: #b51c2c 3px solid;
	cursor: pointer;
}
.accordion-btn:after{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f055";
	color:#b51c2c;
}


.accordion-btn:hover{
	-moz-opacity:0.75;
	opacity:0.75;
	filter: alpha(opacity=75);
}
.accordion-btn.active:after{
	content: "\f056";
}

.accordion-btn span{
	font-size: 1.3125rem;
}

#agreement h4{
	font-size: 1.125rem;
	font-weight: normal;
	background: none;
	padding: 0;
	text-align: left;
	margin: 30px 0 15px;
	color: #000;
}

#agreement h5{
	margin-top: 15px;
}
#agreement p{
	margin-top: 1em;
}
.accordion{
	display: none;
	margin-bottom: 30px;
}




/* --------------------------------------
dpoint
-----------------------------------------*/

#dpoint #outline .outer{
	position: relative;
}
#dpoint #outline .outer figure{
	position: absolute;
	top: -40px;
	right: 50%;
	margin-right: -450px;
}

.dpoint{
	background: #fff;
	display:table;
	width: 100%;
	
}
.dpoint figure,
.dpoint div{
	display:table-cell;
	padding: 20px 10px;
	vertical-align: middle;
}
.dpoint figure{
	width: 140px;
	text-align: center;
	line-height: 0;
}
article#dpoint section#guideline .dpoint p{
	font-size: 1.3125rem;
	font-weight: bold;
	color: #000;
	margin-top: 0;
}
.dpoint a{
	color: #000;
	font-weight: bold;
}

.q{
	text-align: right;
	color: #000;
	margin-top: 30px;
}
.q a{
	padding: 5px 0 5px 20px;
	font-size: 1rem;
	color: #000;
	position: relative;
}

.q a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f059";
	color:#b51c2c;
}

#no-dpoint .wrapper{
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-top: 30px;
	font-size: 1.125rem;
	text-align: left;
}
#no-dpoint .wrapper figure{
	float: right;
	padding: 0 0 1em 2em;
	width: 287px;
	text-align: center;
}


#dazn p a{
	border: #333 1px solid;
	display: inline-block;
}

#dazn p.note{
	font-size: 12px;
	text-align: left;
	color: #999;
	margin-top: 100px;
}


/* common parts
------------------------------ */

body.second .contAreaWrap article {
    padding: 0;
}

.jwc footer #bottomArea p a{
	color: #06c;
    text-decoration: none;
}
.jwc footer #bottomArea p a:hover{
    text-decoration: underline;
}

.kvArea {
    padding-top: 0;
}
.kvArea nav li{ padding: 0;}
.kvArea nav li a{ text-decoration: none !important;}

article#score,
article#dpoint{padding-top: 50px;}








	