@charset "utf-8";

@keyframes light {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

* {
	user-select: none;
}

.event-admin {
	display: none !important;
}

h1, h2 {
	font-size: 0;
	margin: 0;
	height: 0;
}

body {
	background: #110806;
	font-size: 0;
}

#container {
  min-width: 1280px;
  margin: 0 auto;
}

/*top*/
#top {
	width: 100%;
}

#top div.top_in {
	position: relative;
	z-index: 5;
	width: 1280px;
	margin: 0 auto;
}

#top div.top_in a {
	position: absolute;
	display: block;
}

#top div.top_in a.cc_logo {
	top: 30px;
	width: 129px;
	height: 64px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2023/1214/cc_logo.png') no-repeat;
}

#top div.top_in a.btn_home {
	top: 40px;
	right: 51px;
	width: 42px;
	height: 42px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/btn_home.png') no-repeat;
  background-position: 0 0;
}

#top div.top_in a.btn_home::before {
	display: block;
	content: '';
	clear: both;
	width: 42px;
	height: 42px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/btn_home.png') no-repeat;
  background-position-y: -42px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#top div.top_in a.btn_close {
	top: 40px;
	right: 0;
	width: 42px;
	height: 42px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/btn_close.png') no-repeat;
  background-position: 0 0;
}

#top div.top_in a.btn_close::before {
	display: block;
	content: '';
	clear: both;
	width: 42px;
	height: 42px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/btn_close.png') no-repeat;
  background-position-y: -42px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#top div.top_in a:hover::before {
	opacity: 1;
}

/*intro*/
#intro {
	position: relative;
	height: 1000px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/main_bg1.webp') center 0 no-repeat;
}


#intro .intro_tit {
  background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/main_title3.webp') center 0 no-repeat;
  width: 1170px;
  height: 614px;
  position: absolute;
  margin: 0 auto;
  top: 100px;
  left: 0;
  right: 0;
  text-indent: -99999em;
  /* transform: translate3d(0, 2%, 0); */
  animation: introTit 3s cubic-bezier(.65,0,.35,1) 1;
}

#intro .intro_text {
  background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/main_text.png') no-repeat;
  width: 635px;
  height: 103px;
  text-indent: -99999em;
  position: absolute;
  margin: 0 auto;
  top: 822px;
  left: 0;
  right: 0;
  animation: introText 1s ease-out forwards;
  animation-delay: 0.7s;
  opacity: 0;
}

@keyframes introTit {
  0% {
    transform: translate3d(0, 0, 0);
    filter: blur(5px);
  }
  30% {
    transform: translate3d(0, 0, 0);
    filter: blur(0px);
  }
  80% {
    transform: translate3d(0, 10px, 0);
    filter: blur(0px);
  }
  100% {
    transform: translate3d(0, 0, 0);
    filter: blur(0px);
  }
}

@keyframes introText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*content*/
#content {
	height: auto;
}

#content div.cont01 {
	height: 1000px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/img_01.webp') top center no-repeat;
}

#content div.cont02 {
	height: 805px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/img_02.webp') top center no-repeat;
}

#content div.cont03 {
	height: 1210px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/img_03.webp') top center no-repeat;
}
#content div.cont04 {
	height: 1380px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/img_04.webp') top center no-repeat;
}
#content div.cont05 {
	height: 864px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/img_05.webp') top center no-repeat;
}
#content div.cont06 {
  background-color: #2b0c08;
  border-top: 1px solid #724a36;
  color: #b19277;
  text-align: center;
  font-size: 20px;
  padding: 40px 0;
  letter-spacing: -0.8px;
  margin: auto;
  max-width: 1920px;
}
#content div.cont06 h3 {
  font-size: 28px;
  color: #b19277;
  margin: 36px 0;
}
.btn_top {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 225px;
	width: 95px;
	height: 117px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/CC/event/2024/1219/btn_top.png') no-repeat;
	cursor: pointer;
}
footer {
  height: 50px;
  background-color: #0f0302;
  color:#685c5b;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}