@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Noto+Sans+SC&family=Noto+Sans+TC:wght@100&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
* { margin: 0; padding: 0; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*:focus { outline: none; }

body { margin:0; background: url(./img/img_bg.jpg) no-repeat 50% 0; }

div, article, h2, h3, h4, h5, h6, hr, p, ul, li, img, span, font, strong, b, a, i{ text-align: left; vertical-align: middle; margin: 0; padding: 0; font-weight: 400; line-height: 1.7; border-width: 0; font-family: 'Noto Sans TC', 'Noto Sans TC', serif; font-size: 16px; word-wrap: break-word; word-break: break-all; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; }

#top_img { padding: 60px 0 30px; background: url(./img/img_lottery_bg.png) no-repeat 50% bottom / 750px auto; text-align: center; }
#top_img img { width: 600px; }

#wall { margin: 40px auto; width: 900px; }

#scratchcard_box { overflow: hidden; position: relative; width: 900px; height: 300px; }
.scratchcard_item { position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.scratchcard_item:before { position: absolute; width: 100%; height: 100%; background: url("../img/loader.gif") no-repeat 50%; display: block; top: 0; left: 0; content: ''; }
.scratchcard_item .sc__inner { position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); background: #c91c1e; display: flex; justify-content: center; align-items: center; top: 10px; left: 10px; }
.scratchcard_item .sc__inner p { font-weight: bold; font-size: 80px; color: #ffc176; }
.scratchcard_item canvas { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
.scratchcard_item .win_bonus { position: absolute; width: 100%; height: 100%; background: url(img/img_win_bg.png) no-repeat 6px 10px; display: flex; justify-content: center; align-items: center; top: -10px; left: -5px; pointer-events: none; }
.scratchcard_item .win_bonus b { display: inline-block; text-shadow: 0 0 20px rgb(173 134 86 / 70%); -webkit-text-stroke: 4px #fff3cc; text-stroke: 4px #fff3cc; font-weight: 900; font-size: 130px; color: #d61313; -webkit-transform: skew(-10deg, 0); transform: skew(-10deg, 0); }

@media screen and (max-width: 1024px) {
	#top_img { padding: 5vw 0 2vw; background-size: 75vw auto; }
	#top_img img { width: 65vw; }
	#wall { margin: 6vw auto; width: 95vw; }
	#scratchcard_box { width: 100%; }
	.scratchcard_item .sc__inner p { font-size: 10vw; }
}
@media screen and (max-width: 640px) {
	#scratchcard_box { height: 45vw; }
}