/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.gbox .gbox-wrap {
  margin: 5.2083333333vw 0;
  padding: 0;
  max-width: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.gbox .gbox-content {
  margin: 0;
  padding: 0;
}
.gbox .gbox-close {
  width: 2.34375vw;
  height: 2.34375vw;
  margin: 0;
  padding: 0;
  top: 5.2083333333vw;
  right: 3.125vw;
  font-size: 3.125vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-wrap {
    margin: 13.0208333333vw 0;
  }
  .gbox .gbox-close {
    width: 5.859375vw;
    height: 5.859375vw;
    top: 6.5104166667vw;
    right: 3.90625vw;
    font-size: 5.2083333333vw;
    line-height: 1;
  }
}

.gbox.g1 .gbox-wrap {
  width: 75.3645833333vw;
  height: 45vw;
  background-image: url(../img/gbox-bg-b1-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.g1 .gbox-wrap {
    width: 86.5885416667vw;
    height: 104.296875vw;
    background-image: url(../img/gbox-bg-b1-mb.png);
  }
}

.gbox.g2 .gbox-wrap {
  width: 75.3645833333vw;
  height: 54.6354166667vw;
  background-image: url(../img/gbox-bg-b2-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.g2 .gbox-wrap {
    width: 86.5885416667vw;
    height: 68.8802083333vw;
    background-image: url(../img/gbox-bg-b2-mb.png);
  }
}

.gbox.g3 .gbox-wrap {
  width: 75.3645833333vw;
  height: 33.4375vw;
  background-image: url(../img/gbox-bg-b3-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.g3 .gbox-wrap {
    width: 86.5885416667vw;
    height: 52.9947916667vw;
    background-image: url(../img/gbox-bg-b3-mb.png);
  }
}

.gbox.g4 .gbox-wrap {
  width: 75.3645833333vw;
  height: 27.03125vw;
  background-image: url(../img/gbox-bg-b4-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.g4 .gbox-wrap {
    width: 86.5885416667vw;
    height: 44.53125vw;
    background-image: url(../img/gbox-bg-b4-mb.png);
  }
}

.gbox.g5 .gbox-wrap {
  width: 75.3645833333vw;
  height: 80.9895833333vw;
  background-image: url(../img/gbox-bg-b5-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.g5 .gbox-wrap {
    width: 86.5885416667vw;
    height: 96.2239583333vw;
    background-image: url(../img/gbox-bg-b5-mb.png);
  }
}

@font-face {
  font-family: "NotoSerifTC";
  src: url("https://tw.hicdn.beanfun.com/fonts/NotoSerifTC/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}
html {
  font-family: "NotoSerifTC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", serif, Helvetica, Arial, sans-serif !important;
}
html body {
  font-family: "NotoSerifTC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", serif, Helvetica, Arial, sans-serif !important;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  background-color: #000;
  overflow-x: hidden;
}
html #cookieBarWrap {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  height: 6800px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/body-bg-pc.jpg);
}
@media screen and (max-width: 768px) {
  #container {
    width: 100%;
    height: 690.1041666667vw;
    position: relative;
    min-width: 0;
    background-image: url(../img/body-bg-mb.jpg);
    background-size: 100%;
    overflow: hidden;
  }
}

.sec {
  width: 100%;
  height: 1200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec {
    height: 175.78125vw;
  }
}

.s1Logo {
  width: 1920px;
  height: 1080px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
.s1Logo canvas {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .s1Logo {
    width: 100vw;
    height: 100%;
    top: 0;
  }
  .s1Logo canvas {
    width: 156.25vw;
    height: auto;
    object-fit: cover;
    top: 31.25vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.gem {
  width: 1335px;
  height: 828px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/ani-gem.png);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gem {
    display: none;
  }
}

.star {
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, #ffffff 30%, #ffeb3b 70%, transparent 80%);
  clip-path: polygon(50% 0%, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0% 50%, 40% 40%);
  position: relative;
  animation: twinkle 1.5s infinite ease-in-out;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .star {
    display: none;
  }
}

.star.s1 {
  top: 150px;
  left: 70px;
}

.star.s2 {
  top: 200px;
  left: 180px;
  animation-delay: 0.5s;
}

.star.s3 {
  top: 100px;
  right: 50px;
  animation-delay: 0.5s;
}

.star.s4 {
  top: 180px;
  right: 170px;
}

.star::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 20%, transparent 50%);
  opacity: 0;
  animation: glow 1.5s infinite ease-in-out;
}

@keyframes twinkle {
  0%, 100% {
    transform: scale(0);
    background: radial-gradient(circle, #ffffff 30%, #ffeb3b 70%, transparent 80%);
  }
  50% {
    transform: scale(1);
    background: radial-gradient(circle, #ffffff 40%, #fff176 70%, transparent 80%);
  }
}
@keyframes glow {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.downloadBtnContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: absolute;
  bottom: 260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.downloadBtnContent > a {
  width: 249px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
}
.downloadBtnContent > a.as {
  background-image: url(../img/btn-download-as.png);
}
.downloadBtnContent > a.gp {
  background-image: url(../img/btn-download-gp.png);
}
.downloadBtnContent > a.pc {
  background-image: url(../img/btn-download-pc.png);
}
@media screen and (max-width: 768px) {
  .downloadBtnContent {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.953125vw;
    position: absolute;
    bottom: 40.3645833333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .downloadBtnContent > a {
    width: 24.7395833333vw;
    height: 7.9427083333vw;
  }
}

@media screen and (max-width: 768px) {
  .sec.s2 {
    height: 104.1666666667vw;
  }
}

.title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  pointer-events: none;
}

.title.s2 {
  width: 1157px;
  height: 280px;
  background-image: url(../img/text-t1-pc.png);
  left: 200px;
  top: 265px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .title.s2 {
    width: 62.6302083333vw;
    height: 34.2447916667vw;
    background-image: url(../img/text-t1-mb.png);
    left: 2.6041666667vw;
    top: 9.765625vw;
  }
}

.sRewardContent {
  width: 1302px;
  height: 381px;
  position: absolute;
  left: 170px;
  top: 490px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sRewardContent {
    width: 84.6354166667vw;
    height: 27.34375vw;
    left: 8.4635416667vw;
    top: 52.0833333333vw;
    z-index: 2;
  }
}

.sReward {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 265px;
  height: 288px;
  background-image: url(../img/sBonus-deco-bg-pc.png);
}
.sReward > span {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/sBonus-text-bg-pc.png);
  width: 331px;
  height: 92px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 20px;
}
.sReward .sRewardIMG {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
}
.sReward:nth-child(1) {
  top: 0;
  left: 50px;
}
.sReward:nth-child(1) .sRewardIMG {
  top: 65px;
  width: 181px;
  height: 154px;
  background-image: url(../img/sBonus-b1-off.png);
}
.sReward:nth-child(1) .sRewardIMG:hover {
  top: 50px;
  width: 232px;
  height: 197px;
  background-image: url(../img/sBonus-b1-on.png);
}
.sReward:nth-child(1) .sRewardIMG.click {
  top: 50px;
  width: 232px;
  height: 197px;
  background-image: url(../img/sBonus-b1-on.png);
}
.sReward:nth-child(2) {
  top: 60px;
  left: 370px;
}
.sReward:nth-child(2) .sRewardIMG {
  top: 40px;
  width: 184px;
  height: 197px;
  background-image: url(../img/sBonus-b2-off.png);
}
.sReward:nth-child(2) .sRewardIMG:hover {
  top: 0px;
  width: 225px;
  height: 241px;
  background-image: url(../img/sBonus-b2-on.png);
}
.sReward:nth-child(2) .sRewardIMG.click {
  top: 0px;
  width: 225px;
  height: 241px;
  background-image: url(../img/sBonus-b2-on.png);
}
.sReward:nth-child(3) {
  top: 60px;
  left: 680px;
}
.sReward:nth-child(3) .sRewardIMG {
  top: 40px;
  width: 167px;
  height: 194px;
  background-image: url(../img/sBonus-b3-off.png);
}
.sReward:nth-child(3) .sRewardIMG:hover {
  top: 0px;
  width: 207px;
  height: 241px;
  background-image: url(../img/sBonus-b3-on.png);
}
.sReward:nth-child(3) .sRewardIMG.click {
  top: 0px;
  width: 207px;
  height: 241px;
  background-image: url(../img/sBonus-b3-on.png);
}
.sReward:nth-child(4) {
  top: 0;
  left: 990px;
}
.sReward:nth-child(4) .sRewardIMG {
  top: 65px;
  width: 181px;
  height: 154px;
  background-image: url(../img/sBonus-b4-off.png);
}
.sReward:nth-child(4) .sRewardIMG:hover {
  top: 50px;
  width: 232px;
  height: 197px;
  background-image: url(../img/sBonus-b4-on.png);
}
.sReward:nth-child(4) .sRewardIMG.click {
  top: 50px;
  width: 232px;
  height: 197px;
  background-image: url(../img/sBonus-b4-on.png);
}
@media screen and (max-width: 768px) {
  .sReward {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19.4010416667vw;
    height: 21.3541666667vw;
    background-image: url(../img/sBonus-deco-bg-pc.png);
  }
  .sReward > span {
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/sBonus-text-bg-pc.png);
    width: 21.484375vw;
    height: 5.9895833333vw;
    bottom: -1.3020833333vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.953125vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 1.953125vw;
  }
  .sReward .sRewardIMG {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all;
  }
  .sReward:nth-child(1) {
    top: 3.2552083333vw;
    left: 0;
  }
  .sReward:nth-child(1) .sRewardIMG {
    top: 5.2083333333vw;
    width: 11.71875vw;
    height: 10.0260416667vw;
    background-image: url(../img/sBonus-b1-off.png);
  }
  .sReward:nth-child(1) .sRewardIMG:hover {
    top: 5.2083333333vw;
    width: 11.71875vw;
    height: 10.0260416667vw;
    background-image: url(../img/sBonus-b1-off.png);
  }
  .sReward:nth-child(1) .sRewardIMG.click {
    top: 2.6041666667vw;
    width: 15.1041666667vw;
    height: 12.890625vw;
    background-image: url(../img/sBonus-b1-on.png);
  }
  .sReward:nth-child(2) {
    top: 5.859375vw;
    left: 22.1354166667vw;
  }
  .sReward:nth-child(2) .sRewardIMG {
    top: 3.90625vw;
    width: 11.9791666667vw;
    height: 12.890625vw;
  }
  .sReward:nth-child(2) .sRewardIMG:hover {
    top: 3.90625vw;
    width: 11.9791666667vw;
    height: 12.890625vw;
    background-image: url(../img/sBonus-b2-off.png);
  }
  .sReward:nth-child(2) .sRewardIMG.click {
    top: 0.6510416667vw;
    width: 14.7135416667vw;
    height: 15.7552083333vw;
    background-image: url(../img/sBonus-b2-on.png);
  }
  .sReward:nth-child(3) {
    top: 5.859375vw;
    left: 44.2708333333vw;
  }
  .sReward:nth-child(3) .sRewardIMG {
    top: 3.90625vw;
    width: 10.8072916667vw;
    height: 12.6302083333vw;
  }
  .sReward:nth-child(3) .sRewardIMG:hover {
    top: 3.90625vw;
    width: 10.8072916667vw;
    height: 12.6302083333vw;
    background-image: url(../img/sBonus-b3-off.png);
  }
  .sReward:nth-child(3) .sRewardIMG.click {
    top: 0.6510416667vw;
    width: 13.4114583333vw;
    height: 15.625vw;
    background-image: url(../img/sBonus-b3-on.png);
  }
  .sReward:nth-child(4) {
    top: 3.2552083333vw;
    left: 66.40625vw;
  }
  .sReward:nth-child(4) .sRewardIMG {
    top: 5.2083333333vw;
    width: 12.109375vw;
    height: 10.4166666667vw;
    background-image: url(../img/sBonus-b4-off.png);
  }
  .sReward:nth-child(4) .sRewardIMG:hover {
    top: 5.2083333333vw;
    width: 12.109375vw;
    height: 10.4166666667vw;
    background-image: url(../img/sBonus-b4-off.png);
  }
  .sReward:nth-child(4) .sRewardIMG.click {
    top: 2.6041666667vw;
    width: 14.0625vw;
    height: 11.9791666667vw;
    background-image: url(../img/sBonus-b4-on.png);
  }
}

.sign {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.sign.s2 {
  width: 632px;
  height: 108px;
  background-image: url(../img/text-t2-pc.png);
  bottom: 235px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .sign.s2 {
    width: 45.8333333333vw;
    height: 8.7239583333vw;
    background-image: url(../img/text-t2-mb.png);
    bottom: auto;
    right: 24.7395833333vw;
    top: 46.875vw;
  }
}

.btn {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.btn.s2 {
  width: 501px;
  height: 115px;
  background-image: url(../img/btn-description-pc.png);
  bottom: 120px;
}
@media screen and (max-width: 768px) {
  .btn.s2 {
    width: 35.546875vw;
    height: 8.203125vw;
    bottom: 6.5104166667vw;
  }
}

.sec.s3 {
  height: 1080px;
}
@media screen and (max-width: 768px) {
  .sec.s3 {
    height: 111.9791666667vw;
  }
}

@keyframes light1 {
  100% {
    transform: scale(1);
  }
}
.light {
  width: 1920px;
  height: 1060px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/light-l1.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.light > div {
  width: 1920px;
  height: 1060px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/light-l2.png);
  transform: scale(0.95);
}
@media screen and (max-width: 768px) {
  .light {
    display: none;
  }
}

.doll {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

@keyframes dollAni1 {
  100% {
    filter: drop-shadow(1px 1px 150px #c7b8d9) drop-shadow(1px 1px 150px #c7b8d9);
  }
}
.doll.s3 {
  width: 555px;
  height: 880px;
  background-image: url(../img/ani-a1-pc.png);
  left: 50%;
  transform: translateX(-50%);
  top: 160px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .doll.s3 {
    width: 39.84375vw;
    height: 63.8020833333vw;
    top: 28.6458333333vw;
  }
}

#particles1 {
  width: 580px;
  height: 400px;
  left: 49%;
  transform: translateX(-50%);
  top: 260px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #particles1 {
    width: 45.5729166667vw;
    height: 32.5520833333vw;
    top: 26.0416666667vw;
  }
}

.title.s3 {
  width: 860px;
  height: 275px;
  background-image: url(../img/text-t3-pc.png);
  top: 60px;
  left: 500px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .title.s3 {
    width: 69.921875vw;
    height: 23.3072916667vw;
    top: 9.1145833333vw;
    left: 14.3229166667vw;
  }
}

.banner {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banner.s3 {
  width: 1479px;
  height: 576px;
  background-image: url(../img/banner-b1-pc.png);
  z-index: 4;
  top: 240px;
  left: 200px;
}
@media screen and (max-width: 768px) {
  .banner.s3 {
    width: 85.0260416667vw;
    height: 51.5625vw;
    background-image: url(../img/banner-b1-mb.png);
    top: 36.4583333333vw;
    left: 6.5104166667vw;
  }
}

.text {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.text.s3 {
  width: 1300px;
  height: 210px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 210px;
  background-image: url(../img/text-t4-pc.png);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .text.s3 {
    width: 77.2135416667vw;
    height: 17.0572916667vw;
    background-image: url(../img/text-t4-mb.png);
    bottom: 27.34375vw;
  }
}

.btn.s3 {
  width: 501px;
  height: 115px;
  background-image: url(../img/btn-description-pc.png);
  bottom: 70px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .btn.s3 {
    width: 35.546875vw;
    height: 8.203125vw;
    bottom: 7.8125vw;
  }
}

.sec.s4 {
  height: 1130px;
}
@media screen and (max-width: 768px) {
  .sec.s4 {
    height: 138.671875vw;
  }
}

.title.s4 {
  width: 750px;
  height: 119px;
  background-image: url(../img/text-t5-pc.png);
  top: 285px;
  left: 215px;
}
@media screen and (max-width: 768px) {
  .title.s4 {
    width: 74.3489583333vw;
    height: 20.5729166667vw;
    background-image: url(../img/text-t5-mb.png);
    top: 3.90625vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.lRewardContent {
  width: 1195px;
  height: 220px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  top: 530px;
  left: 110px;
}
.lRewardContent .lReward {
  width: 160px;
  height: 160px;
  position: relative;
  background-color: #916038;
  box-sizing: border-box;
  border: 1px solid #fdf8bd;
  z-index: 1;
}
.lRewardContent .lReward > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 28px;
  color: #9f7d58;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 54px;
  height: 43px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}
.lRewardContent .lReward .lRewardIMG {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lRewardContent .lReward .lRewardIMG::after {
  display: block;
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/lBonus-light.png);
  transform: translate(-50%, -40%) scale(0.8);
  opacity: 0;
  z-index: 1;
}
.lRewardContent .lReward .lRewardIMG .textContent {
  width: 245px;
  height: auto;
  box-sizing: border-box;
  padding: 20px 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: -120px;
  right: -250px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 10px #fdf8bd;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
.lRewardContent .lReward .lRewardIMG .textContent span {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  word-break: break-all;
}
.lRewardContent .lReward .lRewardIMG img {
  display: block;
  height: 120px;
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -38%);
  z-index: 2;
}
.lRewardContent .lReward .lRewardIMG:hover {
  z-index: 2;
}
.lRewardContent .lReward .lRewardIMG:hover .textContent {
  transition: 0.5s all;
  opacity: 1;
}
.lRewardContent .lReward .lRewardIMG:hover img {
  transition: 0.3s all;
  transform: translate(-50%, -38%) scale(1.2);
}
.lRewardContent .lReward .lRewardIMG:hover::after {
  transition: 1s all;
  transform: translate(-50%, -40%) scale(1);
  opacity: 1;
}
.lRewardContent .lReward .lRewardIMG.click {
  z-index: 2;
}
.lRewardContent .lReward .lRewardIMG.click .textContent {
  transition: 0.5s all;
  opacity: 1;
}
.lRewardContent .lReward .lRewardIMG.click img {
  transition: 0.3s all;
  transform: translate(-50%, -38%) scale(1.2);
}
.lRewardContent .lReward .lRewardIMG.click::after {
  transition: 1s all;
  transform: translate(-50%, -40%) scale(1);
  opacity: 1;
}
.lRewardContent .lReward:last-child {
  width: 191px;
  height: 221px;
  z-index: 2;
}
.lRewardContent .lReward:last-child .lRewardIMG::after {
  display: block;
  position: absolute;
  content: "";
  width: 311px;
  height: 311px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/lBonus-light.png);
  transform: translate(-50%, -40%) scale(0.8);
  opacity: 0;
  z-index: 1;
}
.lRewardContent .lReward:last-child .lRewardIMG .textContent {
  bottom: -140px;
  right: -270px;
}
.lRewardContent .lReward:last-child img {
  height: 230px;
  z-index: 2;
}
.lRewardContent .lReward:last-child:hover .lRewardIMG::after {
  display: block;
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/lBonus-light.png);
  transform: translate(-50%, -40%) scale(1);
  opacity: 1;
  transition: 1s all;
  z-index: 1;
}
.lRewardContent .lReward:last-child:hover img {
  height: 266px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%) scale(1);
  z-index: 2;
}
.lRewardContent .lReward:last-child.click .lRewardIMG::after {
  display: block;
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/lBonus-light.png);
  transform: translate(-50%, -40%) scale(1);
  opacity: 1;
  transition: 1s all;
  z-index: 1;
}
.lRewardContent .lReward:last-child.click img {
  height: 266px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%) scale(1);
  z-index: 2;
}
.lRewardContent .lReward:hover {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lRewardContent {
    width: 15.625vw;
    height: 91.1458333333vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3020833333vw;
    top: 29.9479166667vw;
    left: 63.8020833333vw;
  }
  .lRewardContent .lReward {
    width: 10.2864583333vw;
    height: 11.4583333333vw;
  }
  .lRewardContent .lReward > span {
    font-size: 2.0833333333vw;
    top: 0;
    left: 0;
    width: 3.515625vw;
    height: 2.734375vw;
    border-bottom-right-radius: 1.3020833333vw;
  }
  .lRewardContent .lReward .lRewardIMG {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lRewardContent .lReward .lRewardIMG::after {
    display: block;
    position: absolute;
    content: "";
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/lBonus-light.png);
    transform: translate(-50%, -40%) scale(0.8);
    z-index: 1;
    pointer-events: none;
  }
  .lRewardContent .lReward .lRewardIMG .textContent {
    width: 27.34375vw;
    height: auto;
    box-sizing: border-box;
    padding: 2.6041666667vw 1.3020833333vw;
    box-sizing: border-box;
    position: absolute;
    bottom: -9.1145833333vw;
    right: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    box-shadow: 1px 1px 1.3020833333vw #fdf8bd;
  }
  .lRewardContent .lReward .lRewardIMG .textContent span {
    font-size: 3.125vw;
    color: #000;
    font-weight: bold;
    word-break: break-all;
  }
  .lRewardContent .lReward .lRewardIMG img {
    display: block;
    height: 8.203125vw;
    object-fit: contain;
    position: absolute;
    transform: translate(-50%, -38%);
    z-index: 2;
  }
  .lRewardContent .lReward .lRewardIMG:hover {
    z-index: 2;
  }
  .lRewardContent .lReward .lRewardIMG:hover .textContent {
    transition: 0.5s all;
    opacity: 0;
  }
  .lRewardContent .lReward .lRewardIMG:hover img {
    transition: 0.3s all;
    transform: translate(-50%, -38%) scale(1);
  }
  .lRewardContent .lReward .lRewardIMG:hover::after {
    transition: 0.5s all;
    transform: translate(-50%, -40%) scale(1);
  }
  .lRewardContent .lReward .lRewardIMG.click {
    z-index: 2;
  }
  .lRewardContent .lReward .lRewardIMG.click .textContent {
    transition: 0.5s all;
    opacity: 1;
  }
  .lRewardContent .lReward .lRewardIMG.click img {
    transition: 0.3s all;
    transform: translate(-50%, -38%) scale(1.2);
  }
  .lRewardContent .lReward .lRewardIMG.click::after {
    transition: 0.5s all;
    transform: translate(-50%, -40%) scale(1);
    opacity: 1;
  }
  .lRewardContent .lReward:last-child {
    width: 11.9791666667vw;
    height: 13.9322916667vw;
    z-index: 2;
  }
  .lRewardContent .lReward:last-child .lRewardIMG::after {
    width: 11.71875vw;
    height: 11.71875vw;
    opacity: 0;
  }
  .lRewardContent .lReward:last-child .lRewardIMG .textContent {
    bottom: -11.71875vw;
    right: 2.6041666667vw;
  }
  .lRewardContent .lReward:last-child .lRewardIMG.click::after {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
    opacity: 1;
  }
  .lRewardContent .lReward:last-child .lRewardIMG.click img {
    height: 16.9270833333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%) scale(1);
    z-index: 2;
  }
  .lRewardContent .lReward:last-child img {
    height: 14.3229166667vw;
    z-index: 2;
  }
  .lRewardContent .lReward:last-child:hover .lRewardIMG::after {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
    opacity: 1;
  }
  .lRewardContent .lReward:last-child:hover img {
    height: 16.9270833333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%) scale(1);
    z-index: 2;
  }
  .lRewardContent .lReward:hover {
    z-index: 3;
  }
}

.text.s4 {
  width: 1119px;
  height: 71px;
  background-image: url(../img/text-t6-pc.png);
  left: 90px;
  bottom: 240px;
}
@media screen and (max-width: 768px) {
  .text.s4 {
    display: none;
  }
}

.btn.s4 {
  width: 501px;
  height: 115px;
  background-image: url(../img/btn-description-pc.png);
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .btn.s4 {
    width: 35.546875vw;
    height: 8.203125vw;
    bottom: 3.90625vw;
  }
}

.sec.s5 {
  height: 1080px;
}
@media screen and (max-width: 768px) {
  .sec.s5 {
    height: 78.125vw;
  }
}

.doll.s5 {
  width: 656px;
  height: 868px;
  background-image: url(../img/ani-a2-pc.png);
  left: 660px;
  top: 60px;
  z-index: 0;
  animation: dollAni1 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .doll.s5 {
    width: 41.5364583333vw;
    height: 54.9479166667vw;
    left: 31.9010416667vw;
    top: 3.90625vw;
  }
  @keyframes dollAni1 {
    100% {
      filter: drop-shadow(1px 1px 13.0208333333vw #c7b8d9) drop-shadow(1px 1px 13.0208333333vw #c7b8d9);
    }
  }
}

.title.s5 {
  width: 1842px;
  height: 483px;
  background-image: url(../img/text-t7-pc.png);
  left: 75px;
  top: 360px;
}
@media screen and (max-width: 768px) {
  .title.s5 {
    width: 93.2291666667vw;
    height: 36.5885416667vw;
    left: 5.2083333333vw;
    top: 21.484375vw;
    background-image: url(../img/text-t7-mb.png);
  }
}

.btn.s5 {
  width: 501px;
  height: 115px;
  background-image: url(../img/btn-description-pc.png);
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .btn.s5 {
    width: 35.546875vw;
    height: 8.203125vw;
    bottom: 9.1145833333vw;
  }
}

.sec.s6 {
  height: 1110px;
}
@media screen and (max-width: 768px) {
  .sec.s6 {
    height: 81.3802083333vw;
  }
}

.title.s6 {
  width: 947px;
  height: 290px;
  background-image: url(../img/text-t8-pc.png);
  top: 320px;
  left: 640px;
}
@media screen and (max-width: 768px) {
  .title.s6 {
    width: 52.734375vw;
    height: 20.8333333333vw;
    background-image: url(../img/text-t8-mb.png);
    top: 14.3229166667vw;
    left: 27.9947916667vw;
  }
}

.text.s6 {
  width: 482px;
  height: 40px;
  background-image: url(../img/text-t9-pc.png);
  bottom: 410px;
  left: 850px;
}
@media screen and (max-width: 768px) {
  .text.s6 {
    display: none;
  }
}

.btn.s6 {
  width: 357px;
  height: 83px;
  background-image: url(../img/btn-description-pc.png);
  left: 1090px;
  bottom: 250px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .btn.s6 {
    width: 35.546875vw;
    height: 12.109375vw;
    left: 54.6875vw;
    bottom: 30.5989583333vw;
  }
}

.text.s6_1 {
  width: 1244px;
  height: 51px;
  background-image: url(../img/text-t10-pc.png);
  bottom: 130px;
  left: 540px;
}
@media screen and (max-width: 768px) {
  .text.s6_1 {
    width: 43.0989583333vw;
    height: 7.421875vw;
    bottom: 20.8333333333vw;
    left: 32.5520833333vw;
    background-image: url(../img/text-t10-mb.png);
  }
}

#particles2 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  pointer-events: none;
}