* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	letter-spacing: -0.03rem;
}
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;
	max-width: 1280px;
}
.logo_wrap img {
	width:4rem;
}

#Index {
	min-height:100vh;
	min-height:100dvh;
	width:100%;
	overflow:hidden;
	position:relative;
	background: linear-gradient(180deg, #FF7511 24.02%, #FFE7BE 75.23%);
}
#Index .wrap_1620 {
	/* border:1px solid black; */
	position:relative;
	overflow:hidden;
	padding-top:5rem;
	text-align:center;
}
#Index .contents {
	height:100dvh;
}
#Index .char {
	position:relative;
	z-index: 2;
}
#Index ul {
	font-size : 0.9rem;
	color:#532608;	
	font-weight:600;
	border-radius:0.75rem;
	margin:auto;
}
#Index ul li {
	display:inline-block;
}
#Index ul li:first-child {
	margin-right:0.35rem;
}
#Index ul b {
	display:inline-block;
	width:4.8rem;
	background:#FF7511;
	padding:0.15rem 0;
	margin-right:0.2rem;
	border-radius:0.75rem;
	color:#fff;
	text-align:center;
	font-weight:600;
}
#Index .cont_wrap {
	gap:2.45rem;
	justify-content: center;
	height: 100%;
	align-items: center;
}
#Index .left {
	position:relative;
	margin-right: -9%;
	align-self: end;
	zoom: 0.98;
}
#Index .right {
	width:27rem;
	align-self: flex-start;
	padding-top:0.5rem;
}
#Index .right > * {
	zoom:0.97;
}
#Index .left .screen_wrapper {
	position:absolute;
	transform:translate(-50%,0);
	left:41.7%;
	top:0;
}
#Index .desc {
	transform:translate(-8%,0);
}
#Index .screen_wrapper {
	text-align:left;
	padding:5rem 2.5rem 0 2.5rem;
}
#Index .screen_wrapper .gpt_input {
	position:absolute;
	bottom:5rem;
	margin-left:-0.6rem;
}
#Index .explain {
	text-shadow: 0 0 2px #FFE7BE;
	font-weight: 500;
	font-size:0.85rem;
	position: absolute;
    bottom: 2rem;
    letter-spacing: -1.36px;
}
#Index .screen_wrapper>div * {
	opacity: 0;
}
#Index .screen_wrapper .question {
	margin-left: auto;
    display: block;
	opacity:0;
	animation:slideUp 0.8s ease;
	animation-fill-mode: forwards;
	width: 284px;
}
#Index .screen_wrapper .ani_1 {
	animation:slideUp 1.2s ease;
	animation-delay:0.9s;
	animation-fill-mode: forwards;
}
#Index .screen_wrapper .ani_2 {
	width:345px;
	animation:slideUp 1.2s ease;
	animation-delay:1.1s;
	animation-fill-mode: forwards;
}
#Index .screen_wrapper .ani_3 {
	animation:slideUp 1.2s ease;
	animation-delay:1.3s;
	animation-fill-mode: forwards;
}
#Index .screen_wrapper .ani_4 {
	animation:fadeIn 1s ease;
	animation-delay:2s;
	animation-fill-mode: forwards;
}
@keyframes slideUp2 {
	from {
		opacity:0;
		margin-top:1.5rem;
	}
	to {
		opacity:1;
		margin-top:0;
	}
}
@keyframes slideUp {
	from {
		opacity:0;
		margin-top:1.5rem;
	}
	to {
		opacity:1;
		margin-top:0;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

.screen_wrapper {
	/* border:1px solid black; */
	padding:5rem 1.8rem 0 1.8rem;
	/* width:24rem;
	height:41.2rem; */
	width: 481px;
	height: 825px;
}
.screen_wrapper img {
	max-width: 100%;
}
.screen_wrapper .gpt_txt {
	color:#272727;
	font-size:24px;
	font-weight:500;
	letter-spacing: -1.44px;
	line-height:137.5%;
}
.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:2.5rem;
}
.Subpage .contents {
	position:relative;
	z-index: 2;
}
.Subpage .cont_wrap {
	gap:5rem;
	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:0.5rem;
	max-width:28.8rem;
}
.Subpage .screen_wrapper {
	background:url(../img/question/phone_bg.png) no-repeat top center;
	background-size:cover;
	width:23.8rem;
	height:43rem;
}
.Subpage .screen_wrapper .phone_cont {
	opacity:0;
	animation:slideUp 1.2s ease;
	animation-fill-mode: forwards;
}
.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;
}

#Question {
	padding-top:5rem;
}
#Question .desc {
	transform:translate(-6%,0);
}
#Question ul.flex_wrapper {
	flex-wrap: wrap;
	gap:0.7rem 0.5rem;
	justify-content: center;
}
#Question input[type=radio] {
	display:none;
}
#Question input[type=radio] + label {
	display:block;
	width: 254px;
	height: 52px;
	cursor: pointer;
	background:url(../img/question/radio1.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(2) input[type=radio] + label {
	background:url(../img/question/radio2.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(3) input[type=radio] + label {
	background:url(../img/question/radio3.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(4) input[type=radio] + label {
	background:url(../img/question/radio4.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(1) input[type=radio]:checked + label {
	background:url(../img/question/radio1_on.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(2) input[type=radio]:checked + label {
	background:url(../img/question/radio2_on.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(3) input[type=radio]:checked + label {
	background:url(../img/question/radio3_on.png) no-repeat 50%;
	background-size:contain;
}
#Question ul li:nth-child(4) input[type=radio]:checked + label {
	background:url(../img/question/radio4_on.png) no-repeat 50%;
	background-size:contain;
}

#Answer {
	padding-top:5rem;
}

#Event { padding-bottom:1.5rem;}
#Event .wrapper>img.mb_35 { margin-top : -1rem;}
#Event .wrap_1100.wrapper {
	text-align:center;
}
#Event .cont05 h3.title {
	color: #744B1D;
	font-size:1.4rem;
	white-space: nowrap;
}
#Event .cont05 .tit_box {
	font-size:1.2rem;
	color: #FFF;
	text-align: center;
	position:absolute;
	left:50%;
	top:0;
	transform: translate(-50%,-50%);
	border-radius: 1.5rem;	
	background: #FF7511;
	padding:0.3rem 1.3rem;
	font-weight:600;
	white-space: nowrap;
}
#Finish {
	padding-bottom:2.5rem;
}
#Finish .contents {
	text-align: center;
}
#Finish .contents .tit {
	font-size:1.6rem;
	color: #733816;
}
#Finish .contents img {
	max-width: 100%;;
}
#Finish .btn_insta {
	position:absolute;
	bottom:1rem;
	left:50%;
	transform:translate(-50%,0);
}


.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_35 { margin-bottom:1.75rem !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;
	}
	#Index .cont_wrap {
		gap:1rem;
	}
	#Index .left {
		zoom:0.94;
	}
	#Index .right {
		align-self: center;
		padding:0 0 2rem;
	}
	#Index .right img {
		max-width: 100%;
	}
	.logo_wrap {
		width:90%;
	}
}
@media (max-width:1280px) or (max-height:700px){

	html,body {
		min-width:1200px;
	}
	#Index .left {
		zoom:0.9;
	}
}


/* @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;
	}
} */