@import url("reset.css");
body {
	font-family: 'Supply';
	margin: 0;
	background: #f0f0f0;
	line-height: 1.4em;
    overflow-x: hidden;
}

/* Hidden base content */
#base-content {
	width: 620px;
	height: 10200px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

#base-content img{
	width: 100%;
}

.slices-wrapper-wrapper{
	transition: all 1.2s ease;
	height: 10400px;
	overflow: hidden;
	transform: translateY(600px);
	opacity: 0;
}

.slices-wrapper-wrapper.ready{
	transform: translateY(0px);
	opacity: 1;
}

.slices-wrapper {
	/* transition: all 0.15s ease; */
	padding-top: 10200px;
	perspective: 80500px;
	transform-style: preserve-3d;
	box-sizing: border-box;
	transform-origin: center bottom;  
	margin-top: 0px;
	pointer-events: none;
}

.slice {
	transition: all 0.15s linear;
	width: 620px;
	height: 200px;
	position: relative;
	margin: auto;
	transform-origin: center bottom;
	transform-style: preserve-3d;
	backface-visibility: visible;
	pointer-events: none;
}

.slice a, .slice input{
	pointer-events: auto;
}


.blackbg{
	background-color: black;
}

.greybg{
	background-color: #a6a8ab;
}

.greyblackbg{
	background-color: #a6a8ab;
}
.greyblackbg::before{
	content:'';
	position: absolute;
	left: 0px;
	top:50%;
	height: 50%;
	width: 100%;
	background-color: black;
}

.blackgreybg{
	background-color: black;
}
.blackgreybg::before{
	content:'';
	position: absolute;
	left: 0px;
	top:50%;
	height: 50%;
	width: 100%;
	background-color: #a6a8ab;
}

.blackwhiteybg{
	background-color: black;
}
.blackwhiteybg::before{
	content:'';
	position: absolute;
	left: 0px;
	top:50%;
	height: 50%;
	width: 100%;
	background-color: #ffffff;
}

.whitebg{
	background-color: #ffffff;
}


.slice .slice{
	position: absolute;
	bottom:100%;
}

.slice img{
	width: 100%;
}

.slice.bye{
}

.slice.bye > .slice-face .grid_item *{
	opacity: 0.2;
}

.slice-face {
	width: 620px;
	height: 200px;
	overflow: hidden;
	position: relative; 
}


.slice-content {
	position: absolute;
	width: 100%;
}

/* Controls for demonstration */
.controls {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	z-index: 100;
}

.shadow{
	transform: translateZ(-300px);
	position: fixed;
	right: 0px;
	top:100px;
	height: 9600px;
	width: 100%;
	background: linear-gradient(180deg,rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 40%);
}

.grid_item{
	position: relative;
}

.grid_item .slider_pos{
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
}

.grid_item img{
	display: block;
	margin: auto;
}

.float_top_menu{
	font-family: 'Supply';
	font-weight: 300;
	position: absolute;
	top:0px;
	left: 0%;
	z-index: 999;
	background-color: #a6a8ab;
	padding: 10px;
	writing-mode: vertical-lr;
	font-size: 12px;
}

.top_menu{
	font-family: 'Supply';
	font-weight: 300;
	position: absolute;
	top:0px;
	left:0px;
	writing-mode: vertical-lr;
	padding: 10px;
	font-size: 12px;
}

.slice .top_menu{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.top_menu ul, .float_top_menu ul{
	background-color: #a6a8ab;
	display: flex;
	gap: 20px;
}

.top_menu li, .float_top_menu li{
	text-align: center;
}

.top_menu .circle, .float_top_menu .circle{
	width: 4px;
	height: 4px;
	border-radius: 999px;
	border:1px solid #000;
	display: inline-block;
	margin-top: -3px;
	margin-bottom: 3px;
}

.top_menu a, .float_top_menu a{
	color:#000;
	  white-space: nowrap;
}


.top_menu a.active .circle, .float_top_menu a.active .circle{
	background-color: #000;
}

.grid_item3{
	height: 200px;
}

.t_wrapper1{
	height: 65px;
	box-sizing: border-box;
}

.t_wrapper1 .t1{
	text-align: center;
	font-size: 11px;
}


.t_wrapper1 .t1 a{
	display: inline-block;
	padding: 0px 10px;
	border:1px solid #000;
	color:#000;
}

.no-touch .t_wrapper1 .t1 a:hover{
	background-color: #000;
	color:#fff;
}

.t_wrapper1 .t2{
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}

.grid_item4{
	background-color: #000000;
	height: 200px;
	display: flex;
	align-items: center;
	color:#fff;
}

.t_wrapper2{
	padding: 15px 20px;
	text-align: center;
	margin: auto;
	background-color: #000000;
	color:#fff;
	height: 135px;
	box-sizing: border-box;
}

.t_wrapper2 .t1{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.3em;
}

.t_wrapper2 .t2{
	margin-top: 10px;
	font-size: 11px;
}

.t_wrapper2 .t2 input{
	border:none;
	background: none;
	font-size: 11px;
	padding: 5px 10px;
	background-color: #fff;
	width: 75%;
	margin: auto;
}

.t_wrapper2 .t3{
	margin-top: 15px;
	font-size: 11px;
}

.t_wrapper2 .t3 a{
	display: inline-block;
	padding: 0px 10px;
	border:1px solid #F9ED32;
	color:#fff;
	text-transform: uppercase;
}

.no-touch .t_wrapper2 .t3 a:hover{
	background-color: #F9ED32;
	color:#231F20;
}

.grid_item6{
	height: 200px;
	box-sizing: border-box;
}

.nav_wrapper{
	transition: all 0.15s ease;
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 5700px;
	z-index: 99;
	opacity: 0;
	pointer-events: none;
	transform-origin: center bottom;
	transform-style: preserve-3d;
}

.nav_wrapper .btn_wrapper{
	top:0px;
	width: 100%;
	position: absolute;
}

.nav_wrapper.active{
	opacity: 1;
}

.nav_wrapper.active .prev_btn, .nav_wrapper.active .next_btn{
	pointer-events: auto;
}

.prev_btn{
	transition: all 0.15s ease;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 50%;
	top:0px;
	bottom: 0px;
	margin: auto;
	margin-right: 310px;
	display: flex;
	align-content: center;
	cursor: pointer;
	background-color: #a6a8ab;
}

.next_btn{
	transition: all 0.15s ease;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top:0px;
	bottom: 0px;
	margin: auto;
	margin-left: 310px;
	display: flex;
	align-content: center;
	cursor: pointer;
	background-color: #a6a8ab;
}

.prev_btn img, .next_btn img{
	width: 60%;
	height: auto;
	margin: auto;
	object-fit: contain;
}


.cover{
	transition: all 0.15s ease;
	position: fixed;
	z-index: 999;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	opacity: 0;
	pointer-events: none;
}

.cover.active{
	opacity: 1;
	pointer-events: auto;
}

.scroll_again_btn{
	transition: all 0.15s ease;
	position: fixed;
	  z-index: 8999;
	left: 0px;
	right: 0px;
	bottom: 150px;
	margin: auto;
	width: 100px;
	padding: 10px 20px;
	border-radius: 99px;
	background-color: #fff;
	color:#000;
	font-family: 'Supply';
	text-align: center;
  	box-shadow: 0px 0px 5px #ddd;
	text-transform: uppercase;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
}

.scrolled .scroll_again_btn{
	pointer-events: auto;
	opacity: 1;
}

.no-touch .scroll_again_btn:hover{
	background-color: #000;
	color:#fff;
}

.scroll_spacing{
	height: 9600px;
}

.noscroll{  
	overflow: hidden;
}



.menu_dropdown{
	position: fixed;
	width: 40px;
	height: 40px;
	top:30px;
	right: 30px;
	z-index: 9999;
	cursor: pointer;
}

.menu_dropdown .g{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 2px;
	background-color: #6a6260;
	margin: auto;
}

.menu_dropdown .g1{
	top: 15%;
}


.menu_dropdown .g2{
	top: 50%;
}

.menu_dropdown .g3{
	top: 85%;
}

.openmenu .menu_dropdown .g{
	background-color: #fff;
}

.openmenu .menu_dropdown .g1{
	top: 50%;
	transform: scale(0);
}

.openmenu .menu_dropdown .g2{
	top: 50%;
	transform: rotate(-45deg);
}

.openmenu .menu_dropdown .g3{
	top: 50%;
	transform: rotate(45deg);
}

.dropdown{
	position: fixed;
	right: 0px;
	top:0px;
	width: 500px;
	height: 100%;
	z-index: 9998;
	background-color: #000;
	display: none;
	overflow: auto;
	font-size: 24px;
	line-height: 1.4em;
}

.dropdown .menu_content{
	color:#fff;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	margin: auto;
}

.dropdown .menu_content li+li{
	margin-top: 10px;
}

.dropdown .menu_content a{
	color:#fff;
	cursor: pointer;
	text-transform: uppercase;
}

.no-touch .dropdown .menu_content a:hover{
	color:#a6a8ab;
}

.claim_btn{
	transition: all 0.15s ease;
	position: fixed;
	bottom:90px;
	right: 30px;
	z-index: 9997;
	cursor: pointer;
	color:#000;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	
  	box-shadow: 0px 0px 5px #ddd;
}

.no-touch .claim_btn:hover{
	background-color: #000;
	color:#fff;
}

.instagram_btn{
	position: fixed;
	bottom:15px;
	right: 15px;
	z-index: 8997;
	cursor: pointer;
	color:#fff;

	font-size: 18px;
	line-height: 1em;
}

.instagram_btn *{
	display: inline-block;
	vertical-align: middle;
}

.instagram_btn .icon{
	width: 20px;
}

.instagram_btn span{
	margin-left: 10px;
}

.ig_sam{
	position: absolute;
	left: 420px;
	top:1274px;
	width: 70px;
}

.no-touch .ig_sam:hover{
	opacity: 0.5;
}

.popup_iframe{
	transition: opacity 0.3s ease;
	position: fixed;
	width: 450px;
	height: 600px;
	left: 50%;
	top:50%;
	margin-top: -300px;
	margin-left: -225px;
	background-color: #000;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
	  z-index: 9999;
}

.popup_iframe.popup1{
	width: 600px;
	height: 840px;
	margin-left: -300px;
	margin-top: -420px;
}

.popup_iframe.active{
	opacity: 1;
	pointer-events: auto;
}

.popup_title{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 40px;
	padding: 0px 20px;
	display: flex;
	gap: 10px;
	color:#fff;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

.popup_title .en{
  	font-size: 14px;
	line-height: 40px;
}

.popup_title .tc{
	font-size: 12px;
	line-height: 40px;
}

.popup_close_btn{
	height:20px;
	width: 40px;
	right:20px;
	position: absolute;
	top:0px;
	bottom: 0px;
	margin: auto;
	display: block;
	cursor: pointer;
}

.popup_close_btn::before{
	content:"";
	width: 4px;
	height: 16px;
	border:1px solid #fff;
	border-right: none;
	position: absolute;
	left: 0px;
	top:0px;
	bottom: 0px;
	margin: auto;
}

.popup_close_btn::after{
	content:"";
	width: 4px;
	height: 16px;
	border:1px solid #fff;
	border-left: none;
	position: absolute;
	right: 0px;
	top:0px;
	bottom: 0px;
	margin: auto;
}


.no-touch .popup_close_btn:hover::before, .no-touch .popup_close_btn:hover::after{
	border-color: #F9ED32;
}

.popup_close_btn .icon{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 20px;
	height: 20px;
}

.popup_close_btn .icon::before{
	content:"";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	top:0px;
	margin: auto;
	transform: rotate(45deg);
}

.popup_close_btn .icon::after{
	content:"";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	top:0px;
	margin: auto;
	transform: rotate(-45deg);
}

.no-touch .popup_close_btn:hover .icon::before, .no-touch .popup_close_btn:hover .icon::after{
	background-color: #F9ED32;
}

.popupcontent_wrapper{
	position: absolute;
	left: 0px;
	top:40px;
	right: 0px;
	bottom: 0px;
	color:#fff;
}

.popupcontent_wrapper iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

.popup_btn{
	cursor: pointer;
}



.popupcontent_wrapper img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}


.popupcontent_wrapper .error{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.popupcontent_wrapper .error div{
	text-align: center;
	margin: auto;
	color:#F9ED32;
}

.record_result_load{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	background-color: #000;
	left: 0px;
	top:0px;
}

.record_result_load img{
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
	left: 0px;
  	right: 0px;
}

.popup_img_loading .record_result_load{
	opacity: 1;
	pointer-events: auto;
}

.record_submit{
	cursor: pointer;
}

.fix_bottom_submit_wrapper{
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	background-color: #000000;
}

.fix_bottom_submit_wrapper .t_wrapper2{
	width: 620px;
	margin: auto;
}

.record_result .img_wrapper{
	height: 440px;
	position: relative;
}

.record_result .text_item_wrapper{
	height: 120px;
	width: 100%;
	padding: 20px;
	display: flex;
	box-sizing: border-box;
	justify-content: stretch;
}

.record_result .text_item_wrapper .text_item{
	flex: 0.3;
}

.record_result .text_item_wrapper .text_item+.text_item{
	flex: 1;
	margin-left: -1px;
}

.record_result .text_item_wrapper .text_item .t1{
	font-size: 11px;
	line-height: 1.2em;
}

.record_result .text_item_wrapper .text_item .t2{
	font-size: 30px;
	line-height: 1em;
	padding: 10px;
	position: relative;
	color:#ec1c24;
}

.record_result .text_item_wrapper .text_item .t2::before{
	content:"";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin: auto;
	height: 5px;
}