@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

:root {
  --bounce: cubic-bezier(.1, 1.4, .75, 1);
  --zoom-bounce: cubic-bezier(0.3, -3, 0.5, 1);
  --easing: cubic-bezier(.1, .7, .48, 1);
}

/* layout */
body.resizing * {
  transition: none !important;
  animation-duration: 0s !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

.header {
  transition: all .5s ease-out
}

.header.hide {
  background-color: rgba(var(--rgb-white), .5);
  transform: translateY(-300%);
}

.evt-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.evt-wrapper img {
  display: block
}

.evt-container,
.evt-section {
  position: relative;
  width: 100%;
  height: auto;
}

.evt-container .f-ptd {
  font-family: "Pretendard", sans-serif;
}

.evt-container .f-ptd span {
  font-family: inherit;
}


@media (min-width: 1081px) {
  .pc-only {
    display: block !important
  }

  .mo-only {
    display: none !important
  }
}

@media (max-width: 1080px) {
  .pc-only {
    display: none !important
  }

  .mo-only {
    display: block !important
  }
}


#contest_main {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: clip;
}

#contest_result {
  position: relative;
  width: 100%;
  height: auto;
  overflow: clip;
}

#contest_result .sect-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-color: #1d1113;
  background-position: center top;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5.2rem);
  mask-image: linear-gradient(to bottom, transparent 0%, black 5.2rem);
}

.sect-cont {
  margin: 0 auto;
  position: relative;
  height: auto;
  max-width: 100%;
}

#contest_result .sect-cont {
  z-index: 1;
  width: 7.2rem;
}

.sect-cont+.sect-cont {
  margin-top: 1.4rem
}

.sect-cont+.sect-cont[data-name="masterpiece"] {
  margin-top: 0
}

.sect-cont+.sect-cont[data-name="thefour"] {
  margin-top: 0
}

.sect-cont[data-name="title"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.sect-cont[data-name="title"] .evt-bi {
  display: block;
  margin: 0 auto;
  width: 2.67rem
}

.sect-cont[data-name="title"] .evt-title {
  display: block;
  margin: 0 auto;
}


.sect-title {
  text-align: center;
  display: block;
  margin-bottom: .5rem
}

.sect-title span {
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: -.01em;
  font-weight: 700;
  padding: 0 .22rem
}

.sect-title span::before,
.sect-title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: .4rem;
  height: .2rem;
  background: url(../img/bullet.png) no-repeat center / contain
}

.sect-title span::before {
  transform: translate3d(0, -50%, 0);
  right: 100%
}

.sect-title span::after {
  transform: translate3d(0, -50%, 0) rotateY(180deg);
  left: 100%
}

.cnt-title {
  text-align: center;
  display: block;
  width: 6.4rem;
  margin: 0 auto;
  background: url(../img/cnt-title-box.png) no-repeat center / contain;
  margin-bottom: .3rem;
}

.cnt-title span {
  display: inline-block;
  position: relative;
  color: #221416;
  font-size: .24rem;
  line-height: .3rem;
  letter-spacing: 0;
  font-weight: 600;
  padding: .14rem 0
}

.award-msg {
  background: #614038;
  margin: 1.2rem auto;
  width: 5.5rem;
  border-radius: 1rem;
  display: flex;
  gap: .16rem;
  align-items: center;
  justify-content: center;
  height: 1rem;
  position: relative;
}

.award-msg .icon {
  flex: none;
  width: .69rem;
}

.award-msg .txt {
  flex: none;
  width: fit-content;
  color: #FFE3D4;
  font-weight: 500;
  font-size: .24rem;
  letter-spacing: -.025em;
  line-height: .29rem;
}

.award-box {
  width: 6.8rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: .38rem 0;
  position: relative;
  border-width: .02rem;
  border-style: solid;
  border-image: linear-gradient(180deg, rgba(243, 180, 158, 0.2) 0%, rgba(102, 71, 60, 0.2) 100%);
  border-image-slice: 1;
}

.award-box .deco-line {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #37201D url(../img/box-frame-mid.png) repeat-y center / 100% auto;
}

.award-box::before,
.award-box::after {
  content: "";
  display: block;
  z-index: 1;
  height: .4rem;
  position: absolute;
  left: 0;
  right: 0;
  background: #37201D url(../img/box-frame.png) no-repeat center / 100% auto;
}

.award-box::before {
  top: 0;
  background-position-y: top;
}

.award-box::after {
  bottom: 0;
  background-position-y: bottom;
}


.award-box.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .2rem;
  padding-left: .38rem;
  padding-right: .38rem
}

.award-content {
  width: 100%;
  max-width: 6rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.award-content>button {
  display: block;
  width: 100%;
  position: relative;
}

.award-content>button .thumb {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.award-content>button .thumb>img {
  transform: scale3d(1, 1, 1);
  transition: transform .25s ease-out;
}


.award-content .clicker {
  position: absolute;
  width: .8rem;
  right: .2rem;
  bottom: .8rem
}

.award-box.col-2 .award-content .clicker {
  width: .4rem;
}

.award-box.col-2 .note {
  grid-column: span 2;
  padding-top: .2rem;
  padding-bottom: .1rem
}


.award-box.name .note {
  padding-top: .2rem;
  padding-bottom: .1rem
}

.award-box .nickname {
  width: 4rem;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  background: #261613;
  color: #E6BCA5;
  font-size: .24rem;
  line-height: .3rem;
  padding: .15rem 0;
  text-align: center;
  margin-top: .2rem;
  transition: color .25s ease-out
}


.award-content .judge {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 4.4rem;
  display: block;
  margin: 0 auto;
  margin-bottom: -.29rem;
  background: url(../img/judge-name-box.png) no-repeat center / contain
}

.award-content .judge span {
  display: inline-block;
  position: relative;
  color: #FFE3D4;
  font-size: .24rem;
  line-height: .3rem;
  letter-spacing: -.025em;
  font-weight: 600;
  padding: .14rem 0
}


.award-content .creator {
  text-align: center;
  color: #E6BCA5;
  font-weight: 500;
  font-size: .23rem;
  line-height: .28rem;
  padding: .16rem 0;
  background: #261613
}

.award-box .note {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: -.025em;
  color: #795347;
  font-weight: 500;
  font-size: .2rem;
  line-height: .25rem;
  padding: .4rem 0 .2rem
}

.award-content+.award-content .judge {
  margin-top: .8rem
}

.sect-cont[data-name="masterpiece"] .award-content .clicker {
  width: 1.16rem;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 1.1rem;
  transform: translate3d(-50%, 0, 0);
}

.sect-cont[data-name="thanks"] {
  margin-top: 1.2rem;
}


.sect-cont[data-name="thanks"] .words {
  width: 5.5rem;
  display: block;
  position: relative;
  background: #614038;
  color: #FFE3D4;
  font-size: .24rem;
  line-height: .3rem;
  padding: .2rem;
  box-sizing: border-box;
  border-radius: .7rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.025em;
  font-weight: 500;
}

.sect-cont[data-name="thanks"] .words::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: .25rem;
  height: .22rem;
  background: url(../img/words-tail.png) no-repeat center top / contain
}

.sect-cont[data-name="thanks"] .character {
  position: relative;
  padding: .42rem 0 1.2rem 1.12rem;
  margin: 0 auto;
  width: 2.83rem;
  box-sizing: content-box;
}

.sect-cont[data-name="thanks"] .character .confetti {
  position: absolute;
  width: 5.2rem;
  left: 50%;
  margin-left: -2.46rem;
  top: .52rem
}



@media (min-width: 1081px) {
  #contest_main {
    background-image: url(../img/main-bg.jpg);
    height: 14.07rem;
  }

  #contest_result {
    margin-top: -6.23rem;
  }

  #contest_result .sect-bg {
    background-image: url(../img/bg-pc.jpg);
  }

  .sect-cont[data-name="title"] {
    height: 5.97rem;
    padding-bottom: .5rem;
  }

  .award-content>button:hover .thumb>img {
    transform: scale3d(1.07, 1.07, 1.07)
  }

  .award-content>button:hover .creator {
    color: #fff
  }

  .award-box .nickname:hover {
    color: #fff
  }

  #contest_main .char-01 {
    bottom: 0;
    width: 7.27rem;
    margin-left: -5.01rem;
  }

  #contest_main .char-02 {
    bottom: 0;
    width: 6.79rem;
    margin-left: 5.54rem;
  }

  #contest_main .char-03 {
    bottom: -.16rem;
    width: 3.51rem;
    margin-left: 1.93rem;
  }

  #contest_main .char-04 {
    bottom: 0;
    width: 2.68rem;
    margin-left: -1.99rem;
  }

  #contest_main .char-05 {
    bottom: 9.45rem;
    width: 1.23rem;
  }
}

@media (max-width: 1080px) {
  #contest_main {
    background-image: url(../img/main-bg-mo.jpg);
    height: 13.88rem;
  }

  #contest_result {
    margin-top: -5.66rem;
  }

  #contest_result .sect-bg {
    background-image: url(../img/bg-mo.jpg);
  }

  .sect-cont[data-name="title"] {
    height: 5.4rem;
    padding-bottom: .5rem;
  }

  #contest_main .char-01 {
    bottom: .19rem;
    width: 6.54rem;
    margin-left: -3.29rem;
  }

  #contest_main .char-02 {
    bottom: .21rem;
    width: 6.11rem;
    margin-left: 4.24rem;
  }

  #contest_main .char-03 {
    bottom: .19rem;
    width: 3.15rem;
    margin-left: 1.18rem;
  }

  #contest_main .char-04 {
    bottom: .45rem;
    width: 2.41rem;
    margin-left: -1.32rem;
  }

  #contest_main .char-05 {
    bottom: 9.06rem;
    width: 1.1rem;
  }
}


#contest_main .char {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: opacity .4s 0s var(--easing), transform .75s 0s var(--easing);
}

#contest_main .char-01 {
  transform: translate3d(-65%, 4%, 0);
}

#contest_main .char-02 {
  transform: translate3d(-35%, 4%, 0);
}

#contest_main .char-03 {
  transform: translate3d(-30%, 2%, 0);
}

#contest_main .char-04 {
  transform: translate3d(-70%, 2%, 0);
}

#contest_main .char-05 {
  transform: translate3d(-50%, 15%, 0);
}


.init #contest_main.activate .char {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.init #contest_main.activate .char-01 {
  transition-duration: .4s, .85s;
  transition-delay: .4s, .4s
}

.init #contest_main.activate .char-02 {
  transition-duration: .4s, .85s;
  transition-delay: .4s, .4s
}

.init #contest_main.activate .char-03 {
  transition-duration: .6s, .75s;
  transition-delay: .3s, .3s
}

.init #contest_main.activate .char-04 {
  transition-duration: .6s, .75s;
  transition-delay: .25s, .25s
}

.init #contest_main.activate .char-05 {
  transition-timing-function: var(--easing), var(--bounce);
  transition-duration: .15s, .6s;
  transition-delay: .15s, .15s
}


.sect-cont[data-name="title"] .evt-bi,
.sect-cont[data-name="title"] .evt-title {
  opacity: 0;
  transform: translate3d(0, .25rem, 0) scale(0.95);
  transition: opacity .35s 0s var(--easing), transform .5s 0s var(--easing);
}

.init .sect-cont[data-name="title"].activate .evt-bi.inview,
.init .sect-cont[data-name="title"].activate .evt-title.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.init .sect-cont[data-name="title"].activate .evt-bi.inview {
  transition-delay: .35s, .35s
}

.init .sect-cont[data-name="title"].activate .evt-title.inview {
  transition-delay: .5s, .5s
}


.sect-cont[data-name="masterpiece"] .sect-title,
.sect-cont[data-name="masterpiece"] .cnt-title,
.sect-cont[data-name="masterpiece"] .award-box,
.sect-cont[data-name="masterpiece"] .award-msg {
  opacity: 0;
  transform: translate3d(0, .25rem, 0);
  transition: opacity .15s 0s var(--easing), transform .4s 0s var(--easing);
}

.sect-cont[data-name="masterpiece"] .confetti {
  position: absolute;
  width: 9.86rem;
  left: 50%;
  margin-left: -4.93rem;
  top: 2rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: opacity .15s 0s var(--easing), transform .3s 0s var(--easing);
}

.init .sect-cont[data-name="masterpiece"].activate .confetti.inview {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition-delay: .4s, .4s
}

.init .sect-cont[data-name="masterpiece"].activate .sect-title,
.init .sect-cont[data-name="masterpiece"].activate .cnt-title,
.init .sect-cont[data-name="masterpiece"].activate .award-box,
.sect-cont[data-name="masterpiece"].activate .award-msg.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.init .sect-cont[data-name="masterpiece"].activate .sect-title {
  transition-delay: .2s, .2s
}

.init .sect-cont[data-name="masterpiece"].activate .cnt-title {
  transition-delay: .3s, .3s
}

.init .sect-cont[data-name="masterpiece"].activate .award-box {
  transition-delay: .4s, .4s
}

.sect-cont[data-name="masterpiece"].activate .award-msg.inview {
  transition-delay: .2s, .2s
}

.sect-cont[data-name="masterpiece"] .kv {
  position: absolute;
  right: -.4rem;
  bottom: 1.8rem;
  width: 1.68rem;
  z-index: 1;
  opacity: 0;
  transform: translate3d(25%, 0, 0);
  transition: opacity .15s 0s var(--easing), transform .5s 0s var(--easing);
}

.sect-cont[data-name="masterpiece"].activate .kv.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .2s, .2s
}

.sect-cont[data-name="masterpiece"].activate .kv.inview>img {
  animation: kv-move-ani 5s 1s ease-in-out infinite;
}


.sect-cont[data-name="thefour"] .cnt-title,
.sect-cont[data-name="thefour"] .award-box,
.sect-cont[data-name="thefour"] .award-content {
  opacity: 0;
  transform: translate3d(0, .25rem, 0);
  transition: opacity .15s 0s var(--easing), transform .4s 0s var(--easing);
}

.init .sect-cont[data-name="thefour"].activate .cnt-title,
.init .sect-cont[data-name="thefour"].activate .award-box,
.sect-cont[data-name="thefour"].activate .award-content.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.init .sect-cont[data-name="thefour"].activate .cnt-title {
  transition-delay: .15s, .15s
}

.init .sect-cont[data-name="thefour"].activate .award-box {
  transition-delay: .2s, .2s
}

.sect-cont[data-name="thefour"].activate .award-content.inview {
  transition-delay: .25s, .25s
}

.sect-cont[data-name="thefour"] .kv {
  position: absolute;
  width: 3.96rem;
  left: -1.2rem;
  bottom: -.6rem;
  z-index: 1;
  opacity: 0;
  transform: translate3d(-25%, 0, 0);
  transition: opacity .15s 0s var(--easing), transform .5s 0s var(--easing);
}

.sect-cont[data-name="thefour"].activate .kv.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .2s, .2s
}

.sect-cont[data-name="thefour"].activate .kv.inview>img {
  animation: kv-move-ani 5s 1s ease-in-out infinite;
}



.sect-cont[data-name="devteam"] .cnt-title,
.sect-cont[data-name="devteam"] .award-box,
.sect-cont[data-name="devteam"] .award-content {
  opacity: 0;
  transform: translate3d(0, .25rem, 0);
  transition: opacity .15s 0s var(--easing), transform .4s 0s var(--easing);
}

.init .sect-cont[data-name="devteam"].activate .cnt-title,
.init .sect-cont[data-name="devteam"].activate .award-box,
.sect-cont[data-name="devteam"].activate .award-content.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.init .sect-cont[data-name="devteam"].activate .cnt-title {
  transition-delay: .15s, .15s
}

.init .sect-cont[data-name="devteam"].activate .award-box {
  transition-delay: .2s, .2s
}

.sect-cont[data-name="devteam"].activate .award-content.inview {
  transition-delay: .25s, .25s
}

.sect-cont[data-name="devteam"] .kv {
  position: absolute;
  width: 1.91rem;
  right: -.3rem;
  bottom: -.7rem;
  z-index: 1;
  opacity: 0;
  transform: translate3d(25%, 0, 0);
  transition: opacity .15s 0s var(--easing), transform .5s 0s var(--easing);
}

.sect-cont[data-name="devteam"].activate .kv.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .2s, .2s
}

.sect-cont[data-name="devteam"].activate .kv.inview>img {
  animation: kv-move-ani 5s 1s ease-in-out infinite;
}



.sect-cont[data-name="luckydraw"] .cnt-title,
.sect-cont[data-name="luckydraw"] .award-box,
.sect-cont[data-name="luckydraw"] .nickname {
  opacity: 0;
  transform: translate3d(0, .25rem, 0);
  transition: opacity .15s 0s var(--easing), transform .4s 0s var(--easing);
}

.init .sect-cont[data-name="luckydraw"].activate .cnt-title,
.init .sect-cont[data-name="luckydraw"].activate .award-box,
.sect-cont[data-name="luckydraw"].activate .nickname.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.init .sect-cont[data-name="luckydraw"].activate .cnt-title {
  transition-delay: .15s, .15s
}

.init .sect-cont[data-name="luckydraw"].activate .award-box {
  transition-delay: .2s, .2s
}

.sect-cont[data-name="luckydraw"].activate .nickname.inview {
  transition-delay: .25s, .25s
}

.sect-cont[data-name="luckydraw"] .kv {
  position: absolute;
  width: 2.55rem;
  left: -.6rem;
  bottom: -.5rem;
  z-index: 1;
  opacity: 0;
  transform: translate3d(-25%, 0, 0);
  transition: opacity .15s 0s var(--easing), transform .5s 0s var(--easing);
}

.sect-cont[data-name="luckydraw"].activate .kv.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .25s, .25s;
}

.sect-cont[data-name="luckydraw"].activate .kv.inview>img {
  animation: kv-move-ani 5s 1s ease-in-out infinite;
}


.sect-cont[data-name="luckydraw"] .leaf {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 75%, 0) scale(0);
  transition: opacity .15s 0s var(--easing), transform .15s 0s var(--easing);
}

.sect-cont[data-name="luckydraw"] .leaf-01 {
  width: .54rem;
  left: -.77rem;
  bottom: 2.3rem;
}

.sect-cont[data-name="luckydraw"] .leaf-02 {
  width: .57rem;
  right: -.5rem;
  top: 2.58rem;
}

.sect-cont[data-name="luckydraw"] .leaf-03 {
  width: .54rem;
  left: .08rem;
  bottom: 2.77rem;
}

.sect-cont[data-name="luckydraw"] .leaf-04 {
  width: .43rem;
  right: .1rem;
  bottom: .62rem;
}

.sect-cont[data-name="luckydraw"] .leaf-05 {
  width: .57rem;
  right: .07rem;
  top: 1.75rem;
}

.init .sect-cont[data-name="luckydraw"].activate .leaf.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: .3s, .4s
}


@keyframes kv-move-ani {
  0% {
    transform: translate3d(0, 0, 0)
  }

  75%,
  80%,
  85% {
    transform: translate3d(0, 0, 0)
  }

  77%,
  82% {
    transform: translate3d(0, -2%, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}


.sect-cont[data-name="thanks"] .words,
.sect-cont[data-name="thanks"] .character {
  opacity: 0;
  transform: translate3d(0, .25rem, 0);
  transition: opacity .15s 0s var(--easing), transform .4s 0s var(--easing);
}

.sect-cont[data-name="thanks"] .confetti {
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: opacity .15s 0s var(--easing), transform .35s 0s var(--easing);
}

.init .sect-cont[data-name="thanks"].activate .words,
.init .sect-cont[data-name="thanks"].activate .character {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.init .sect-cont[data-name="thanks"].activate .words {
  transition-delay: .25s, .25s
}

.init .sect-cont[data-name="thanks"].activate .character {
  transition-delay: .4s, .4s
}

.init .sect-cont[data-name="thanks"].activate .confetti {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition-delay: .4s, .4s
}





.light {
  position: absolute;
  transform: translate3d(-50%, -50%, 0) scale(0) rotate(45deg);
  opacity: 0;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

.light::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.light::after {
  content: "";
  display: block;
  position: absolute;
  left: -7%;
  top: 5%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#contest_main .char-01 .light::before,
#contest_main .char-02 .light::before,
.sect-cont[data-name="title"] .evt-title .light::before {
  background-image: url(../img/main-light.png);
}

#contest_main .char-05 .light::before {
  background-image: url(../img/sparkle.png);
}

#contest_main .char-01 .light-02::after,
#contest_main .char-01 .light-04::after,
#contest_main .char-02 .light-02::after {
  background-image: url(../img/main-light.png);
}

#contest_main .char-01 .light-01 {
  width: .44rem;
  top: 10.7%;
  left: 46.2%;
}

#contest_main .char-01 .light-02 {
  width: .5rem;
  top: 14.3%;
  left: 52%;
}

#contest_main .char-01 .light-03 {
  width: .4rem;
  top: 21.8%;
  left: 39.4%;
}

#contest_main .char-01 .light-04 {
  width: .56rem;
  top: 51.5%;
  left: 75.8%;
}

#contest_main .char-02 .light-01 {
  width: .48rem;
  top: 20.5%;
  left: 21%;
}

#contest_main .char-02 .light-02 {
  top: 49.4%;
  left: 25%;
  mix-blend-mode: hard-light;
  width: .72rem;
}

#contest_main .char-05 .light-01 {
  width: .3rem;
  top: 52%;
  left: -5%;
}

#contest_main .char-05 .light-02 {
  width: .1rem;
  top: 5%;
  left: 10%
}

#contest_main .char-05 .light-03 {
  width: .18rem;
  top: 10%;
  left: 80%;
}

#contest_main .char-05 .light-04 {
  width: .06rem;
  top: 25%;
  left: 88%;
}

#contest_main .char-05 .light-05 {
  width: .2rem;
  top: 76%;
  left: 97%;
}

.sect-cont[data-name="title"] .evt-title .light-01 {
  width: .56rem;
}

.sect-cont[data-name="title"] .evt-title .light-02 {
  width: .35rem;
}



.init #contest_main.activate .light,
.init .sect-cont[data-name="title"].activate .evt-title.inview .light {
  animation: light-twinkle-ani 3s var(--easing) infinite;
}

.init #contest_main.activate .char-01 .light-01 {
  animation-duration: 3.5s;
  animation-delay: .6s
}

.init #contest_main.activate .char-01 .light-02 {
  animation-duration: 4s;
  animation-delay: .9s
}

.init #contest_main.activate .char-01 .light-03 {
  animation-duration: 3.1s;
  animation-delay: .75s
}

.init #contest_main.activate .char-01 .light-04 {
  animation-duration: 4.4s;
  animation-delay: 1.2s
}

.init #contest_main.activate .char-02 .light-01 {
  animation-duration: 2.8s;
  animation-delay: .8s
}

.init #contest_main.activate .char-02 .light-02 {
  animation-duration: 4.1s;
  animation-delay: 1.5s
}

.init #contest_main.activate .char-05 .light-01 {
  animation-duration: 2.9s;
  animation-delay: .8s
}

.init #contest_main.activate .char-05 .light-02 {
  animation-duration: 2s;
  animation-delay: 1.3s
}

.init #contest_main.activate .char-05 .light-03 {
  animation-duration: 2.5s;
  animation-delay: 1.15s
}

.init #contest_main.activate .char-05 .light-04 {
  animation-duration: 1.8s;
  animation-delay: 1.5s
}

.init #contest_main.activate .char-05 .light-05 {
  animation-duration: 2.7s;
  animation-delay: .55s
}

.init .sect-cont[data-name="title"].activate .evt-title.inview .light-01 {
  animation-duration: 4s;
  animation-delay: .5s
}

.init .sect-cont[data-name="title"].activate .evt-title.inview .light-02 {
  animation-duration: 2.5s;
  animation-delay: .5s
}


@keyframes light-twinkle-ani {

  0%,
  100% {
    transform: translate3d(-50%, -50%, 0) scale(0) rotate(405deg);
    opacity: 0;
  }

  10% {
    transform: translate3d(-50%, -50%, 0) scale(0) rotate(45deg);
    opacity: 0;
  }

  30%,
  70% {
    transform: translate3d(-50%, -50%, 0) scale(1.2) rotate(235deg);
    opacity: 1;
  }
}