* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	letter-spacing: -0.05rem;
}
html {
	font-size:20px;
}
.flex_wrapper,.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-center {
	align-items:center;
}
.wrap_1100 {
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
.wrap_1280 {
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
.wrap_1620 {
	max-width:1620px;
	width:100%;
	margin:0 auto;
}

.org {
	color:#FF7511 !important;
}
.logo_wrap {
	position:absolute;
	left:50%;
	top:1.4rem;
	transform:translate(-50%,0);
	z-index: 2;
}
.logo_wrap img {
	width:4rem;
}
.bg_bottom {
	position:absolute;
	left:50%;
	bottom:0;
	width:100%;
	transform:translate(-50%,0);
	z-index: 0;
	animation-duration: 1s;
  	animation-name: fadeIn;
	animation-fill-mode: forwards;
	opacity: 0;
	min-width:1920px;
}
.tree_wrap {
	/* border:1px solid black; */
	position:absolute;
	top:12.8rem;
	left:50%;
	transform:translate(-50%,0%);
	width:100%;
}
.tree_wrap .tree01 {
	width:18.4rem;
	animation: slideUp 2s forwards;
	animation-delay:0.4s;
	opacity: 0;
}
.tree_wrap .tree02 {
	float:right;
	margin-top:-1rem;
	width:18.2rem;
	animation: slideUp2 2.5s forwards;
	animation-delay:0.75s;
	opacity: 0;
}

#Index {
	min-height:100vh;
	min-height:100dvh;
	width:100%;
	background:#FAF3E7;
	overflow:hidden;
	position:relative;
}
#Index .wrap_1620 {
	/* border:1px solid black; */
	position:relative;
	overflow:hidden;
	padding:3rem 0;
	text-align:center;
}
#Index .wrap_1620>img {
	display:block;
	margin:auto;
	zoom:0.95;
}

#Index .char_wrap {
	display:inline-block;
	position:relative;
	zoom:0.87;
}
#Index .char_wrap .sparkler {
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,0%);
}
@keyframes slideUp2 {
	from {
		opacity:0;
		margin-top:1.5rem;
	}
	to {
		opacity:1;
		margin-top:0;
	}
}
@keyframes slideUp {
	from {
		opacity:0;
		margin-top:2rem;
	}
	to {
		opacity:1;
		margin-top:0;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
#Index .char {
	position:relative;
	z-index: 2;
}
#Index ul {
	font-size : 0.9rem;
	color:#331E07;	
	font-weight:500;
	border-radius:0.75rem;
	margin:auto;
}
#Index ul li {
	display:inline-block;
}
#Index ul li:first-child {
	margin-right:1.2rem;
}
#Index ul b {
	display:inline-block;
	width:5.2rem;
	background:#FF7511;
	padding:0.2rem 0;
	margin-right:0.4rem;
	border-radius:0.75rem;
	color:#fff;
	font-weight:600;
	text-align:center;
}
.iframe_wrapper {
	border:3px solid #FF7511;
	padding-top:52%;
	position:relative;
}
.iframe_wrapper iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.Subpage {
	min-height:100vh;
	min-height:100dvh;
	background:#FAF3E7;
	overflow:hidden;
	position:relative;
	padding-top:4.5rem;
}
.Subpage .contents {
	position:relative;
	z-index: 2;
}
.Subpage .cont_wrap {
	gap:2.45rem;
	justify-content: center;
}
.Subpage .cont_wrap .left {
	width:24rem;
	text-align:center;
}
.Subpage .cont_wrap .left>img {
	max-width:100%;
}
.Subpage .cont_wrap .left .luckbag_wrap {
	position:relative;
}
.Subpage .cont_wrap .left .luckbag_wrap img {
	max-width:100%;
	position: relative;
	z-index: 10;
}
.Subpage .cont_wrap .left .luckbag_wrap .sparkler{
	position:absolute;
	left:0;
	top:0;
	z-index: 1;
}
.Subpage .cont_wrap .right {
	flex-grow:1;
	text-align:center;
	padding-bottom:3rem;
	max-width:28.8rem;
}
.Subpage .tab_wrapper {
	margin-bottom:-0.6rem;
}
.Subpage .tab_wrapper li.active {
	background:#FF7511;
}
.Subpage .tab_wrapper li {
	width:33%;
	background:#DBD2CA;
	border-radius:1rem 1rem 0 0;
	padding:0.2rem 0 1rem;
	color:#fff;
	font-size:1.1rem;
	font-weight:700;
}
.Subpage .tab_wrapper li a {
	color:#fff;
	font-size:1.1rem;
	font-weight:700;
	cursor:default;
}
.Subpage .tab_wrapper li small {
	font-weight:400;
	font-size:0.8rem;
}
.Subpage .tab_cont {
	background:#fff;
	border:2px solid #FF9053;
	text-align:center;
	color:#6A310B;
	border-radius:0.5rem;
	padding:1rem;
	position:relative;
	font-weight:500;
}
.Subpage .tab_cont>img {
	max-width:100%;
}
.Subpage .tab_cont p {
	font-size:1.1rem;
}
.Subpage .tab_cont h3 {
	font-size:1.45rem;
	font-weight:bold;
	line-height:1.2;
}
.Subpage .tab_cont h4 {
	font-size:1.3rem;
	font-weight:600;
	line-height:1.3;
}
.popup_back {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	height:100svh;
	background:rgba(0,0,0,0.4);
	z-index: 4;
	display:none;
}
.popup_back .pop_wrapper {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:596px;
}
.popup_back .pop_wrapper button {
	float:right;
}

#Watch .tab_cont {
	position:relative;
}
#Watch .tab_cont .char {
	position:absolute;
	right:0;
	bottom:0;
	transform:translate(1.2rem, 35%);
	width:5.8rem;
}
#Watch .tab_cont ul {
	border:1px solid #F8D59B;
	border-radius:0.4rem;
	padding:0.4rem 2.5rem;
	text-align:left;
	line-height:1.7;
	max-width:25.3rem;
	margin:auto;
}

#Share .tab_cont {
	padding:0.75rem;
}
#Share .tab_cont .char {
	transform:translate(3%,0);
}

#Finish .right {
	max-width:28.8rem;
}
#Finish .tab_cont {
	padding:0.75rem;
}
#Finish .tab_cont h2 {
	font-size:1.2rem;
	color:#fff;
	background: #ff7511;
	padding:0.3rem;
	text-align:center;
	border-radius:2rem;
	line-height:1.4;
}
#Finish .tab_cont +img,
#Finish .tab_cont img {
	max-width:100%
}

.mb_10 { margin-bottom:0.5rem !important;}
.mb_15 { margin-bottom:0.75rem !important;}
.mb_20 { margin-bottom:1rem !important;}
.mb_30 { margin-bottom:1.5rem !important;}
.mb_40 { margin-bottom:2rem !important;}
.mb_50 { margin-bottom:2.5rem !important;}
.mb_60 { margin-bottom:3rem !important;}
.mb_70 { margin-bottom:3.5rem !important;}


@media (max-width:1620px) or (max-height:900px){
	.wrap_1620 {
		width:90%;
	}
	html {
		font-size:19px;
	}
}
@media (max-width:1440px) or (max-height:800px){
	html {
		font-size:18px;
	}
}
@media (max-width:1280px) or (max-height:700px){

	html,body {
		min-width:1200px;
	}
}


/* @media screen and (max-height:900px) {
	#Index > *{ zoom:0.9;}
}
@media screen and (max-height:800px) {
	#Index > *{ zoom:0.8;}
}
@media screen and (max-height:700px) {
	#Index > *{ zoom:0.75;}
	#Index {
		min-height:750px;
	}
} */