/*-----------------------------------------
**
** campaign
**
-----------------------------------------*/
html,body {
	background: #000;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	position: relative;
	height: 100%;
	font-size: 16px;
	font-weight: 500;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
#wrap{
	box-sizing: border-box;
	padding: 0 0 75px;
}
.visual{
	background: url(../img/visual.jpg) no-repeat center top, #000;
	background-size: cover;
	padding: 5% 0;
	position: relative;
	background-attachment: fixed;
}
h1{
	margin: 0 auto 10%;
	width: 30%;
	text-align: center;
}
.visual > p {
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-size: 18px;
}
.visual > p span {
	background: #000;
	padding: 1px 3px;
	border-bottom: solid 1px #fff;
}
.visual ul.sns {
	text-align: center;
	width: 80%;
	padding-left: 0;
}
.visual ul.sns li:last-child {
	top: 0;
}
.visual ul.sns li:first-child {
	top: 6px;
}
.logo{
	position: absolute;
	top: 5%;
	right: 5%;
	width: 10%;
}
.contents{
	padding: 70px 0;
}
.__box{
	border:solid 2px #00f;
	border-radius: 10px;
	padding: 0 30px 75px 30px;
	max-width: 1000px;
	width: 80%;
	margin: 5% auto 75px;
	position: relative;
	overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
h2{
	background: #00f;
	color: #fff;
	width: calc(100% + 60px);
	text-align: center;
	padding: 10px;
	font-family: 'Open Sans', 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 40px;
	/*text-shadow:3px 3px 3px rgba(0,0,0,0.7);*/
	margin-left: -30px;
	margin-bottom: 7%;
	margin-top: 0;
	letter-spacing: .2em;
}
/*.__step{
	padding: 15px 20px 15px 4em;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	width: 90%;
	margin: 0 auto 3%;
	border-top: solid 1px #ff8c00;
	border-bottom: solid 1px #ff8c00;
	position: relative;
}*/
.__step{
	background: #fff;
	padding: 30px;
	color: #000;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.4) inset;
	width: 90%;
	margin: 0 auto 3%;
	position: relative;
}
.__step a{
	text-decoration: none;
	font-weight: 900;
	color: #00f;
}
.__step > span{
	color: #fff;
	background: #00f;
	position: absolute;
	left: 30px;
	top:30px;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	width: 2em;
	height: 2em;
	line-height: 2;
}
.__step + p{
	content: "â–¼";
	color: #00f;
	font-size: 30px;
	height: 30px;
	line-height: 1;
	margin-bottom: 30px;
}
.__box dl{
	width: 75%;
	margin: 5% auto 0;
	text-align: center;
	padding: 5% 0;
	border-top: solid 1px #000;
}
.__box dl dt{
	width: 100%;
	margin: 0 auto 30px;
	background: #e00012;
	border-radius: 5px;
	display: block;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .1em;
	font-weight: 900;
	color: #fff;
}
.__box dl dt span{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: sub;
}
.__box dl dd{
	width: 100%;
	display: block;
	letter-spacing: .1em;
	/*font-weight: 900;*/
}
.__box dl dd:after{
	content: "▼";
	width: 100%;
	height: 30px;
	display: block;
	font-size: 30px;
	margin: 30px auto;
	line-height: 1;
	color: #4d4d4d;
}
.__box dl dd:last-child{
	margin-bottom: 30px;
}
.__box dl dd:last-child:after{
	content: none;
}
ul.__sns{
	padding-left: 0;
	list-style: none;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
ul.__sns li{
	width: 47%;
	margin-right: 5%;
	display: inline-block;
	background: #55acee;
	border-radius: 5px;
	text-align: center;
	position: relative;
	/*box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);*/
}
ul.__sns li a{
	padding: 50px 0;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

ul.__sns li:last-child{
	margin-right: 0;
	background: #395698;
}
ul.__sns li img{
	max-width: 70px;
	width: auto;
	max-height: 75px;
	height: auto;
	margin-bottom: 30px;
}
ul.__sns li img + p{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
}

.__term{
	text-align: center;
	padding: 10px;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Open Sans', 'Noto Sans Japanese', sans-serif;
}
.__term span{
	vertical-align: sub;
	font-weight: 700;
}

.__prize{
	width: 100%;
	background: url(../img/prize-bg.jpg) no-repeat left center;
	background-size: cover;
	padding: 50px;
	margin-bottom: 50px;
}
.__prize h2{
	border-radius: 5px;
	width: 80%;
	max-width: 1000px;
	text-align: center;
	padding: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-shadow:none;
	margin: 0 auto;
	margin-bottom: 50px;
	letter-spacing: .2em;
}
.__prize ul{
	padding-left: 0;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}
.__prize ul li{
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
	position: relative;
	padding-top: 10%;
	text-align: center;
	margin-top: 10%;
	vertical-align: top;
	color: #000;
}
.__prize ul li:last-child{
	margin-right: 0;
}
.__prize ul li:before{
	content: "";
	display: block;
	width: 100%;
	padding-left: 10%;
	padding-bottom: 75%;
	margin-top: -70%;
}
.__prize ul li:first-child:before{
	background: url(../img/prize-a.png) no-repeat bottom center;
	background-size: contain;
}
.__prize ul li:nth-child(2):before{
	background: url(../img/prize-b.png) no-repeat bottom center;
	background-size: contain;
}
.__prize ul li:last-child:before{
	background: url(../img/prize-c.png) no-repeat bottom center;
	background-size: contain;
}

.__prize ul li > img{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -40%;
}
.__prize ul li .__label{
	display: block;
	width: 50%;
	margin: 5% auto;
}
.__prize ul li .__label img{
	width: 100%;
}
.__prize ul li p.number{
	color: #e00012;
	font-weight: 700;
	letter-spacing: .2em;
}
.__prize ul li p.number span{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}

.john-woo-film{
	width: 80%;
	max-width: 1000px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background: #e00012;
	position: relative;
	font-size: 24px;
	font-weight: 700;
}
.john-woo-film img{
	max-width: 50px;
	margin: 10px 30px 10px auto;
}
.john-woo-film span{
	font-size: 24px;
	margin-left: 20px;
	line-height: 1;
	vertical-align: middle;
}
.john-woo-film a{
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.btn-return{
	display: block;
	width: 30%;
	border-radius: 50em;
	color: #fff;
	background: #00f;
	text-align: center;
	margin: 7% auto;
}
.btn-return a{
	padding: 10px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
@media screen and (max-width:640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.visual{
		padding: 50px 0 0;
		/*background: url(../img/visual-sp.jpg) no-repeat center top;
		background-size: 100% auto;*/
		background-size: 210% auto;
		background-position: left 25% top;
		background-attachment: none;
	}
	h1{
		margin: 0 auto 50px;
		width: 75%;
	}
	.logo{
		top: 15px;
		right: 15px;
	}
	.visual > p {
		font-size: 16px;
		width: 80%;
		margin: 0 auto;
	}
	h2{
		font-size: 24px !important;
	}
	h3{
		display: block;
		margin: 0 auto 10%;
	}
	img{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.contents{
		padding-top: 50px;
		position: relative;
		z-index: 2;
		background: #000;
	}
	.__box{
		width: 90%;
		padding-bottom: 30px;
	}
	.__step{
		width: 100%;
		padding: 5em 20px 30px;
		margin-bottom: 30px;
	}
	.__step > span{
		left: 0;
		right: 0;
		margin: auto;
	}
	.__box dl{
		width: 100%;
		margin: 50px auto;
		padding: 50px 0;
	}
	.__box dl{
		width: 100%;
		margin: 30px auto 0;
		padding: 30px 0 0;
	}
	ul.__sns{
		width: 100%;
	}
	ul.__sns li{
		width: 100%;
		margin-bottom: 20px;
	}
	ul.__sns li img{
		width: 50px;
		margin-bottom: 20px;
		display: inline-block;
	}
	ul.__sns li img + p{
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 20px;
		line-height: 1;
	}
	ul.__sns li a{
		padding: 20px 0 10px;
	}
	.__term{
		width: 100%;
		padding: 0;
	}
	.__prize{
		padding: 50px 5%;
		background: none;
		position: relative;
		z-index: -1;
	}
	.__prize:before{
		content: "";
		width: 100%;
		min-height: 100%;
		background: url(../img/prize-bg-sp.jpg) no-repeat left center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -99;
	}
	.__prize ul li{
		width: 100%;
		margin-top: 150px;
		margin-right: 0;
		padding: 10% 10px 0;
	}
	.__prize ul li .__label{
		width: 70%;
	}
	.john-woo-film img{
		max-width: 50px;
		margin: 10px auto;
		display: block;
		padding-top: 10px;
	}
	.john-woo-film span{
		display: block;
		margin-left: 0;
		padding: 10px 0 20px;
	}
	.john-woo-film a{
		padding: 0 10px;
	}
}




