.copyright_lot{
	color: #fff;
	text-align: center;
}
.copyright_lot a{
	color: #fff;
}

@media all and (min-width: 768px) {
	.lot_wrapper{
		width: 100%;
		height: 100%;
		background: url(../../img/bg_top_2nd.jpg) no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.lot_wrapper_inner{
		width: 650px;
		height: 100%;
		margin: 0 auto;
		padding: 20px 0 30px;
		background: url(../img/loto_back.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		box-shadow:0px 0px 10px 5px rgba(0,0,0,0.5);
		position: relative;
	}
	.chibi_up{
		width: 650px;
		height: 240px;
		margin: 0 0 0 40px;
		position: relative;
	}
	.chibi_foot{
		width: 643px;
		height: 240px;
		margin: 0 0 0 6px;
		position: relative;
	}
	.chibi_01{
		width: 205px;
		height: 277px;
		position: absolute;
		top: 260px;
		left: -46px;
	}
	.chibi_02{
		width: 181px;
		height: 259px;
		position: absolute;
		top: 268px;
		right: -38px;
	}
	.lot_title{
		width: 372px;
		height: 300px;
		margin: -40px 0 0 142px;
	}
	.lot_text{
		width: 559px;
		margin: 0 auto 20px;
	}
	.linkBtn{
		width: 465px;
		margin: 0 auto 0
	}
	.lot_banner{
		width: 412px;
		margin: 0 auto 28px;
	}
	.copyright_lot{
		font-size: 12px;
		letter-spacing: 0.04em;
		line-height: 1.7em;
	}
	
	/*result*/
	.lot_text_result{
		width: 571px;
		margin: 40px auto 24px; 
	}
	.result_img{
		width: 570px;
		margin: 0 auto;
	}
	.img_wide{
		width: 570px;
		margin: 0 auto 40px;
		text-align: right;
	}
	.result_img img{
		width: 100%;
	}
	.btn_result01{
		width: 580px;
		margin: 0 auto 0;
	}
	.btn_result02{
		width: 580px;
		margin: 0 auto 100px;
	}


}

@media all and (max-width: 767px) {
	.lot_wrapper{
		width: 100%;
		height: 100%;
		background: url(../../img/bg_top_2nd.jpg) no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.lot_wrapper_inner{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 1em 0 2em;
		background: url(../img/loto_back.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		box-shadow:0px 0px 10px 5px rgba(0,0,0,0.5);
		position: relative;
	}
	.chibi_up{
		width: 90%;
		margin: 0 0 0 4%;
		position: relative;
	}
	.chibi_foot{
		width: 95%;
		margin: 0 0 0 1%;
		position: relative;
	}
	.chibi_01{
		width: 33%;
		position: absolute;
		top: 20%;
		left: -6%;
		z-index: 1;
	}
	.chibi_02{
		width: 28%;
		position: absolute;
		top: 21%;
		right: -5%;
		z-index: 1;
	}
	.chibi_up img,.chibi_foot img,.chibi_01 img,.chibi_02 img{
		width: 100%;
	}
	.lot_title{
		width: 70%;
		margin: 0 0 0 15%;
		position: relative;
		z-index: 10;
	}
	.lot_title img{
		width: 100%;
		margin: 0 auto;
	}
	.lot_text{
		width: 90%;
		margin: 0 auto 1.5em;
	}
	.lot_text img{
		width: 100%;
	}
	.linkBtn{
		width: 80%;
		margin: 0 auto 0;
	}
	.linkBtn img{
		width: 100%;
	}
	.lot_banner{
		width: 80%;
		margin: 3em auto 2em;
	}
	.lot_banner img{
		width: 100%;
	}
	.copyright_lot{
		font-size: 0.7em;
		letter-spacing: 0.02em;
		line-height: 1.7em;
	}
	/*result*/
	.lot_text_result{
		width: 90%;
		margin: 2em auto 1.5em; 
	}
	.lot_text_result img{
		width: 100%; 
	}
	.result_img{
		width: 90%;
		margin: 0 auto;
	}
	.result_img img{
		width: 100%;
	}
	.img_wide{
		width: 40%;
		margin: 0 auto 2em;
		text-align: right;
	}
	.img_wide img{
		width: 100%;
	}
	.result_img img{
		width: 100%;
	}
	.btn_result01{
		width: 90%;
		margin: 0 auto 0.5em;
	}
	.btn_result02{
		width: 90%;
		margin: 0 auto 6em;
	}
	.btn_result01 img,.btn_result02 img{
		width: 100%;
	}

}



/*	OTHER CSS
============================== */

/*SP保存禁止*/
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
