.form--event3 input[type=checkbox] {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.heading,.present__points,.separate {
	margin: 0;
	padding: 0
}

.present__points {
	list-style: none
}

* {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility!important;
	-webkit-tap-highlight-color: transparent
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	color: inherit;
	background-color: transparent;
	text-decoration: none
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input::-ms-clear {
	display: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

img {
	max-width: 100%;
	line-height: 1;
	vertical-align: top
}

fieldset img,label img {
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0
}

area {
	outline: 0
}

.btn-scroll-top {
	position: fixed;
	bottom: .83333rem;
	right: .83333rem;
	z-index: 1000
}[role=button] {
	cursor: pointer
}

.movie-frame {
	position: relative;
	height: 0;
	padding-bottom: 56.25%
}

.movie-frame>iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #000
}

input[type=number],input[type=tel],input[type=text],input[type=url],textarea {
	line-height: 1.231;
	margin: 0;
	-webkit-appearance: none;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	resize: none
}[disabled=true] {
	cursor: default
}

.fluid-input {
	position: relative;
	padding-bottom: 11%;
	display: block;
	vertical-align: top;
	height: 0
}

.fluid-input.text input[type=text] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.txt-left {
	text-align: left
}

.txt-right {
	text-align: right
}

.txt-center {
	text-align: center
}

.txt-thin {
	font-weight: 100
}

.txt-light {
	font-weight: 300
}

.txt-regular {
	font-weight: 400
}

.txt-bold {
	font-weight: 700
}

.txt-overflow {
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis
}

.a11y {
	position: absolute;
	left: -9999px;
	height: 0;
	text-indent: -9999px;
	visibility: hidden;
	overflow: hidden
}

html {
	font-size: 24px
}

#viewport {
	width: 100%;
	margin: 0 auto
}

#viewport,#viewport .inner {
	position: relative
}

.cfx {
	zoom: 1
}

.cfx:after {
	display: block;
	content: '';
	clear: both
}

.spacer {
	width: 100%;
	height: 100%
}

@keyframes anim-scale {
	0% {
		-webkit-transform: scale3d(0.8,0.8,0.8);
		transform: scale3d(0.8,0.8,0.8)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.modal-scale {
	animation-name: anim-scale;
	animation-duration: .3s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.18,0.89,0.32,1.28)
}

.sp {
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999px
}

.sp.bi {
	width: 77px;
	height: 76px;
	background-position: 0 0
}

.sp.gnb-efunkr {
	width: 129px;
	height: 35px;
	background-position: -214px -174px
}

.sp.gnb-elem-on {
	width: 63px;
	height: 15px;
	background-position: -275px -130px
}

.sp.gnb-elem1 {
	width: 135px;
	height: 28px;
	background-position: -209px -95px
}

.sp.gnb-elem3 {
	width: 162px;
	height: 28px;
	background-position: -236px -145px
}

.sp.lnb-fb {
	width: 89px;
	height: 95px;
	background-position: -166px 0
}

.sp.lnb-cafe {
	width: 89px;
	height: 95px;
	background-position: -77px 0
}

.sp.lnb-youtube {
	width: 89px;
	height: 95px;
	background-position: -255px 0
}

.sp-evt3 {
	background-image: url(../images/spritesheet-evt3.png);
	background-repeat: no-repeat;
	display: inline-block
}

.sp-evt3.lbl1000 {
	width: 115px;
	height: 21px;
	background-position: -8px -5px
}

.sp-evt3.lbl10000 {
	width: 115px;
	height: 21px;
	background-position: -5px -36px
}

.sp-evt3.lbl30000 {
	width: 115px;
	height: 21px;
	background-position: -5px -67px
}

.sp-evt3.lbl5000 {
	width: 115px;
	height: 21px;
	background-position: -5px -98px
}

.sp-evt3.lbl50000 {
	width: 115px;
	height: 21px;
	background-position: -130px -5px
}

.sp-evt3.point {
	width: 34px;
	height: 34px;
	background-position: -130px -36px
}

.sp-evt3.point-filled {
	width: 34px;
	height: 34px;
	background-position: -174px -36px
}

.download--event3 {
	position: relative;
	width: 966px;
	height: 233px;
	margin: 0 auto
}

#viewport {
	min-width: 80pc;
	height: 3400px;
	background-color: #000;
	background-image: url(../images/@bg.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

.header--main {
	position: relative;
	height: 1081px;
	padding-top: 220px;
	overflow: hidden
}

.separate {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 40px;
	border: 0;
	margin-top: -8px;
	background-image: url(../images/@bg-separate.png);
	background-repeat: no-repeat;
	background-position: center
}

#event1 {
	height: 1241px
}

#event2 {
	height: 810pt
}

#event3 {
	height: 1027px
}

.footer--main {
	height: 41px
}

.inner {
	max-width: 1270px;
	margin: 0 auto;
	text-align: center;
	z-index: 50
}

.inner,.nav {
	position: relative
}

.nav--gnb {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 0
}

.nav--aside {
	position: fixed;
	top: 125px;
	right: 50%;
	margin-right: -634px;
	width: 89px
}

.nav--aside>a {
	display: block;
	margin-bottom: 10px
}

@media (max-width:1280px) {
	.nav--aside {
		display: none
	}
}

.nav-bar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	height: 75pt;
	background-image: url(../images/@bg-gnb.png)
}

.nav-bar a {
	display: inline-block;
	position: relative
}

.nav-bar .bi {
	float: left;
	padding-top: 9pt
}

.gnb-elem-on {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -54px;
	display: none
}

.gnb-elem1~.gnb-elem-on {
	margin-left: -43px
}

.gnb__anchor:hover .gnb-elem-on,.is-active .gnb-elem-on {
	display: block
}

.gnb__anchor {
	padding-top: 13px
}

.gnb__anchor--brand,.gnb__anchor--cafe {
	position: relative;
	top: -3px
}

.gnb__anchor--brand {
	margin-left: 52px
}

.gnb__anchor--cafe {
	margin-left: 14px
}

.bg-video,.bg-video__mask {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10
}

.bg-video__mask {
	background-color: #000;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60)
}

.bg-video iframe {
	position: relative;
	z-index: 5
}

.present {
	position: relative;
	height: 340px
}

.present__points {
	position: relative;
	z-index: 30;
	width: 990px;
	height: 110px;
	margin: 34px auto 0
}

.present__points>li {
	float: left;
	width: 165px;
	line-height: 1.6
}

.present__present {
	margin-top: -44px
}

.present .gage {
	position: absolute;
	top: 15px;
	width: 99pt;
	height: 4px;
	background-color: #686765;
	z-index: 10
}

.present .gage[data-level="1"] {
	left: 238px
}

.present .gage[data-level="2"] {
	left: 402px;
	transition-delay: .3s
}

.present .gage[data-level="3"] {
	left: 568px;
	transition-delay: .6s
}

.present .gage[data-level="4"] {
	left: 734px;
	transition-delay: .9s
}

.present .gage[data-level="5"] {
	left: 900px;
	transition-delay: 1.2s
}

.present .gage__progress {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #ebce7e;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.present .gage__progress.is-full {
	width: 100%
}

.modal__okay {
	position: absolute;
	bottom: 46px;
	left: 50%;
	width: 162px;
	margin-left: -81px
}

.modal__close {
	top: -50px;
	right: 0
}

#popup-video .modal-content {
	max-width: 45pc
}

#popup-alerts .modal-content {
	max-width: 600px;
	height: 300px
}[data-alert-index] {
	display: none
}

.qrcode {
	position: absolute;
	top: 350px;
	right: -40px;
	width: 169px;
	height: 152px;
	background: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	background-position: 0 -98px
}

.btn-backtotop {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -46px;
    width: 93px;
    height: 43px;
    background: url(../images/btn-backtotop.png) center no-repeat;
    cursor: pointer;
}