@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
【common】
-----------------------------------------------------------------------*/

#bigBackground { min-width:100%; }
/*大枠*/
#ur_lottery {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background:url("20200807_bg_toyscamp2020_ultra.png") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	font-family:"MS Pゴシック",sans-serif;
}

#ur_lottery .onlyPc{
	display: block;
}

#ur_lottery .ur_inner{
	max-width: 1000px;
	margin: 0 auto;
}

#ur_lottery img{
	max-width: 100%;
	box-sizing: border-box;
}

#ur_lottery ul{ list-style: none !important; }

#ur_lottery a:hover{ opacity: .8; transition: opacity .3s; }

#ur_lottery .ur_title{ text-align: center; padding: 30px 0; }

#ur_lottery .ur_title img{ width: 100%; }

#ur_lottery .ur_title h2{
	color: #fff;
	padding: 15px 5px 10px;
	font-size: 40px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), #ca8b27 15%, #ffbf35 50%, #ffbf35 51%, #ca8b27 85%, rgba(255,255,255,0));
	background: -moz-linear-gradient(left, rgba(255,255,255,0), #ca8b27 15%, #ffbf35 50%, #ffbf35 51%, #ca8b27 85%, rgba(255,255,255,0));
	background: -ms-linear-gradient(left, rgba(255,255,255,0), #ca8b27 15%, #ffbf35 50%, #ffbf35 51%, #ca8b27 85%, rgba(255,255,255,0));
	background: linear-gradient(left, rgba(255,255,255,0), #ca8b27 15%, #ffbf35 50%, #ffbf35 51%, #ca8b27 85%, rgba(255,255,255,0));
	text-shadow: 0px 1px 5px #965f00, 0px -1px 5px #965f00;
	font-weight: normal;
	line-height: 1.2;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2), 0px -3px 3px -3px rgba(0,0,0,0.2);
}
#ur_lottery .ur_title h2 span{
	font-size: 25px;
	vertical-align: middle;
}

#ur_lottery .ur_productArea{ width: 100%; margin: 60px auto; position: relative; }

#ur_lottery .ur_copy{ padding: 50px; text-align: center; font-size: 12px; color: #FFFFFF; text-shadow: 0px 1px 10px #000, 0px -1px 10px #000;}

#ur_lottery .ur_officialLink{
	text-align: center;
}

#ur_lottery .ur_officialLink p{
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 10px #000, 0px -1px 10px #000;
}

#ur_lottery .ur_officialLink p span{
	font-weight: normal;
	font-size: 22px;
}

#ur_lottery .ur_officialLink a{ display: inline-block; margin: 20px auto; text-decoration: none; }

#ur_lottery .ur_itemListWrap .ur_itemList{
	display: flex;
	justify-content: space-between;
	background-color: rgba(12, 12, 12, 0.7);
	margin-bottom: 30px;
	padding: 30px;
	color: #fff;
}

#ur_lottery .ur_itemListWrap .ur_itemList:nth-of-type(2n){
	flex-direction: row-reverse;
}

#ur_lottery .ur_itemListWrap .ur_itemBnr{
	width: 56%;
}

#ur_lottery .ur_itemListWrap .ur_itemBnr img{
	border: 1px solid #fff;
}

#ur_lottery .ur_itemListWrap .ur_itemTxt{
	position: relative;
	padding-bottom: 60px;
	width: 40%;
}

#ur_lottery .ur_itemListWrap .ur_itemTxt .ur_itemName{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
}
#ur_lottery .ur_itemListWrap .ur_itemTxt p{
	font-size: 16px;
	margin-bottom: 20px;
}

#ur_lottery .ur_itemListWrap .ur_detailBtn{
	position: absolute;
	bottom: 0;
	max-width: 100%;
}

@media all and (-ms-high-contrast: none) {
	#ur_lottery .ur_itemListWrap .ur_itemBnr img{
		border: 2px solid #fff;
	}
}


@media screen and (max-width:768px){
	#ur_lottery .onlyPc{
		display: none;
	}
	#ur_lottery .ur_inner{
		max-width: 100%;
		padding: 0 1vw;
	}

	#ur_lottery .ur_inner .pcmode{ display:none; }
	#ur_lottery .ur_inner .spmode{ display:block; }
	#ur_lottery .ur_inner .ur_title img{ width: 100%; }

	#ur_lottery .ur_title h2{
		font-size: 5vw;
		padding: 15px 10px 10px;
	}
	#ur_lottery .ur_title h2 span{
		font-size: 3.5vw;
	}
	#ur_lottery .ur_productArea{
		margin: 3vw auto;
	}

	#ur_lottery .ur_inner .ur_copy{ font-size: 12px; margin: 3em auto 0;}

	#ur_lottery .ur_inner .ur_itemListWrap .ur_itemList{
		flex-wrap: wrap;
		padding: 5vw;
	}
	#ur_lottery .ur_inner .ur_itemListWrap .ur_itemTxt .ur_itemName{
		font-size: 1.5em;
	}
	#ur_lottery .ur_inner .ur_itemListWrap .ur_itemTxt p{
		font-size: 1.1em;
		line-height: 1.3;
	}
	#ur_lottery .ur_inner .ur_itemListWrap .ur_itemBnr{
		width: 100%;
		margin: 0 auto 3vw;
		text-align: center;
	}
	#ur_lottery .ur_inner .ur_itemListWrap .ur_itemTxt{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	#ur_lottery .ur_inner .ur_itemListWrap .ur_itemTxt p{
		margin-bottom: 3vw;
	}
	#ur_lottery .ur_inner .ur_itemListWrap .ur_detailBtn{
		position: relative;
		width: 70%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	#ur_lottery .ur_inner .ur_officialLink p{
    	font-size: 1.5em;
	}

	#ur_lottery .ur_inner .ur_officialLink p span{
		font-size: 1rem;
	}
}