.html2canvas-container {
	width: 3000px !important;
	height: 3000px !important;
}

#event-christmas-block * {
	box-sizing: border-box;
}

.event-christmas.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1001;
}

.event-christmas .event-box, .event-christmas .event-box2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 616px;
	width: 1150px;
	padding: 15px 14px;
	border: 5px solid #db504f;
	background-color: #fffaed;
}

.event-christmas .event-content {
	text-align: center;
	height: 100%;
	border: 1px solid #db504f;
}

.event-christmas .xmas-message {
	color: #db504f;
	font-size: 24px;
	margin: 0;
}

.event-christmas .top-message {
	padding-top: 32px;
}

.event-christmas .middle-btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 400px;
	height: 63px;
	line-height: 63px;
	background-color: #db504f;
	color: #fff;
	font-size: 24px;
	border-radius: 32px;
	margin-top: 16px;
	margin-bottom: 32px;
}

.event-christmas .event-girls-box.desktop-only {
	position: relative;
	width: 1044px;
	height: 301px;
	margin: 0 auto;
	background: url(../img/girl-progress/event-girl-bg.png);
}

.event-christmas .event-girls-box.mobile-only {
	display: none;
	position: relative;
	width: 294px;
	height: 348px;
	margin: 0 auto;
	background: url(../img/girl-progress/event-girl-bgm.png);
}

.event-christmas .event-gril {
	display: none;
	position: absolute;
}

.event-christmas .event-gril.active {
	display: block;
}

.event-christmas .event-gril-01 {
	top: 0;
	left: 0;
}

.event-christmas .event-gril-02 {
	top: 8px;
	left: 207px;
}

.event-christmas .event-gril-03 {
	top: 34px;
	left: 359px;
}

.event-christmas .event-gril-04 {
	top: 7px;
	left: 713px;
}

.event-christmas .event-gril-05 {
	top: 7px;
	left: 870px;
}

.event-christmas.step1 .event-content {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border: none;
	background: url(../img/girl-progress/event-step1-bg.png) no-repeat;
}

.event-christmas .btn-fb-login {
	display: inline-block;
	color: #fff;
	font-size: 36px;
	line-height: 114px;
	padding-left: 50px;
	text-decoration: none;
	width: 502px;
	height: 114px;
	margin: 36px 0;
	border: none;
	background: url(../img/girl-progress/btn-fblogin.png);
}

.event-christmas.step2 .event-content {
	text-align: center;
	border: none;
	background: url(../img/girl-progress/event-step2-bg.png) no-repeat;
}

.event-christmas.step2 .btn-fb-login {
	margin-top: 122px;
}

.event-christmas.step3 .event-content {
	text-align: center;
	border: none;
	background: url(../img/girl-progress/event-step3-bg.png) no-repeat;
}

.event-christmas .btn-submit {
	display: block;
	width: 420px;
	height: 84px;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	background-color: #db504f;
	border-radius: 20px;
	text-decoration: none;
	margin: 40px auto 0 auto;
	text-align: center;
}

.event-christmas .form {
	padding-top: 48px;
	width: 660px;
	margin: 0 auto;
	font-size: 24px;
	color: #db504f;
	text-align: left;
}

.event-christmas .form .form-note {
	font-size: 14px;
}

.event-christmas .form-inline {
	display: flex;
	padding-bottom: 16px;
}

.event-christmas .form-inline label {
	width: 150px;
}

.event-christmas .form-inline .form-input {
	flex-grow: 1;
	border: none;
	background-color: #fffaed;
	outline: none;
	font-size: 24px;
	color: #db504f;
}

#event-share-capture .event-content {
	padding: 5px 10px;
	border: 2px solid #db504f;
}

#event-share-capture .event-content .event-capture-text {
	position: absolute;
	bottom: 100px;
	padding-left: 90px;
	text-align: left;
}

#event-share-capture .event-content .event-capture-text-mobile {
	display: none;
}

#event-share-capture .event-content .event-capture-text h4 {
	font-size: 40px;
	color: #db504f;
	line-height: auto;
}

#event-share-capture .event-content .event-capture-text h3 {
	font-size: 25px;
	left-padding: 5px;
	color: #db504f;
}

@media ( max-width : 640px) {
	.event-christmas .event-box {
		width: auto;
		height: auto;
		max-width: 340px;
		/*left: 20px;*/
		/*right: 20px;*/
		margin: auto;
		max-height: calc(100vh - 40px);
		overflow: auto;
	}
	.event-christmas .top-message {
		padding-bottom: 32px;
	}
	.event-christmas .middle-btn {
		width: 250px;
		height: 58px;
		font-size: 18px;
	}
	.event-christmas .event-girls-box.desktop-only {
		display: none;
	}
	.event-christmas .event-girls-box.mobile-only {
		display: block;
	}
	.event-christmas .event-gril-01 {
		top: 0;
		left: 0;
	}
	.event-christmas .event-gril-02 {
		top: 5px;
		left: 113px;
	}
	.event-christmas .event-gril-03 {
		top: 212px;
		left: 2px;
	}
	.event-christmas .event-gril-04 {
		top: 4px;
		left: 205px;
	}
	.event-christmas .event-gril-05 {
		top: 176px;
		left: 188px;
	}
	.event-christmas .form {
		padding-top: 16px;
		width: 100%;
		font-size: 18px;
		padding: 16px;
	}
	.event-christmas.step1 .event-content {
		align-items: start;
		background: url(../img/girl-progress/event-step1-bgm.png) no-repeat;
	}
	.event-christmas.step1 .event-content>div {
		padding-top: 32px;
	}
	.event-christmas.step2 .event-content {
		background: url(../img/girl-progress/event-step2-bgm.png) no-repeat;
	}
	.event-christmas.step3 .event-content {
		background: url(../img/girl-progress/event-step3-bgm.png) no-repeat;
	}
	.event-christmas .form-inline .form-input {
		width: 1px;
	}
	.event-christmas .btn-submit {
		width: 212px;
		height: 40px;
		line-height: 10px;
		font-size: 15px;
	}
	.event-christmas .xmas-message {
		font-size: 18px;
	}
	.event-christmas .btn-fb-login {
		font-size: 18px;
		line-height: 58px;
		padding-left: 25px;
		width: 250px;
		height: 58px;
		margin: 36px 0;
		background: url(../img/girl-progress/btn-fbloginm.png);
	}
	.event-christmas.step2 .btn-fb-login {
		margin-top: 50px;
	}
	#event-share-capture .event-content .event-capture-text-pc {
		display: none;
	}
	#event-share-capture .event-content {
		background-position: right top;
	}
	#event-share-capture .event-content .event-capture-text-mobile {
		display: block;
		bottom: 25px;
		text-align: left;
		opacity: 0.8;
		background-color: white;
		text-align: left;
	}
	#event-share-capture .event-content .event-capture-text-mobile h4 {
		font-size: 23px;
	}
	#event-share-capture .event-content .event-capture-text-mobile h3 {
		font-size: 18px;
	}
}