/*! 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 {
  width: 500px;
  max-width: none;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 100px 0;
  padding: 70px 0 70px 0;
  background-color: transparent;
}
.gbox .gbox-wrap .gbox-content {
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 3;
  word-break: break-all;
}
.gbox .gbox-wrap .gbox-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gbox .gbox-wrap .gbox-close {
  width: 49px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox-X.png);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.gbox .gbox-wrap::before {
  display: block;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to bottom, #fff, #fcb061);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}
.gbox .gbox-wrap::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox-bg-01.jpg);
  background-size: cover;
  z-index: 2;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-wrap {
    width: 65.1041666667vw;
    border-radius: 2.6041666667vw;
    margin: 13.0208333333vw 0;
    padding: 9.1145833333vw 0 9.1145833333vw 0;
  }
  .gbox .gbox-wrap .gbox-content {
    font-size: 3.90625vw;
    padding: 2.6041666667vw;
  }
  .gbox .gbox-wrap .gbox-close {
    width: 6.3802083333vw;
    height: 6.3802083333vw;
    top: 2.6041666667vw;
    right: 2.6041666667vw;
  }
  .gbox .gbox-wrap::before {
    width: calc(100% + 0.78125vw);
    height: calc(100% + 0.78125vw);
    border-radius: 2.6041666667vw;
  }
  .gbox .gbox-wrap::after {
    border-radius: 2.6041666667vw;
  }
}

.gbox.gbox-account .gbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gbox.gbox-account .t1 {
  font-size: 23px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fff 60%, #fcb061);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  color: #fff;
  margin-bottom: 20px;
}
.gbox.gbox-account .selectContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.gbox.gbox-account label {
  display: block;
  width: 420px;
  min-height: 57px;
  background-color: #ddcdff;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #251d43;
}
.gbox.gbox-account section {
  width: 100%;
  height: 100%;
  display: flex;
}
.gbox.gbox-account .choices {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 57px !important;
  color: #000;
}
.gbox.gbox-account .choices::after {
  width: 23px;
  height: 20px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox-select-arrow.png);
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.gbox.gbox-account .choices.is-open {
  outline: none;
}
.gbox.gbox-account .choices.is-open .choices__inner {
  box-shadow: 0;
}
.gbox.gbox-account .choices.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.gbox.gbox-account .choices__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 0 0 6px;
  min-height: 57px !important;
  background-color: transparent;
}
.gbox.gbox-account .choices__list--single {
  width: 370px;
  height: 100%;
  padding: 0;
  word-break: break-all;
}
.gbox.gbox-account .choices__item {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 23px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 0;
  text-align: center;
  letter-spacing: 5px;
}
.gbox.gbox-account .choices__list--dropdown {
  background-color: #ddcdff;
}
.gbox.gbox-account .choices__list--dropdown .choices__list,
.gbox.gbox-account .choices__list--dropdown .choices__item {
  background-color: #ddcdff;
}
.gbox.gbox-account .choices__list--dropdown.is-active {
  margin-top: -6px;
  border: none;
}
.gbox.gbox-account .btn.send {
  width: 218px;
  height: 88px;
  background-image: url(./img/btn-send-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.gbox-account .t1 {
    font-size: 2.9947916667vw;
    margin-bottom: 2.6041666667vw;
  }
  .gbox.gbox-account .selectContent {
    gap: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
  }
  .gbox.gbox-account label {
    width: 54.6875vw;
    min-height: 7.421875vw;
    border-radius: 1.3020833333vw;
    border: 1px solid #251d43;
  }
  .gbox.gbox-account .choices {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 7.421875vw !important;
    color: #000;
  }
  .gbox.gbox-account .choices::after {
    width: 2.9947916667vw;
    height: 2.6041666667vw;
    right: 1.3020833333vw;
  }
  .gbox.gbox-account .choices__inner {
    border-radius: 1.3020833333vw;
    padding: 0 0 0 0.78125vw;
    min-height: 7.421875vw !important;
  }
  .gbox.gbox-account .choices__list--single {
    width: 48.1770833333vw;
  }
  .gbox.gbox-account .choices__item {
    font-size: 2.9947916667vw;
    border-radius: 0.6510416667vw;
    padding: 0.78125vw 0;
    letter-spacing: 0.6510416667vw;
  }
  .gbox.gbox-account .choices__list--dropdown.is-active {
    margin-top: -0.78125vw;
  }
  .gbox.gbox-account .btn.send {
    width: 28.3854166667vw;
    height: 11.4583333333vw;
  }
}

.gbox.gbox-openItem .gbox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  gap: 20px;
}
.gbox.gbox-openItem .icon.i1 {
  width: 187px;
  height: 154px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox-icon-01.png);
}
.gbox.gbox-openItem .btn.openItem {
  width: 292px;
  height: 88px;
  background-image: url(./img/btn-openItem-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.gbox-openItem .gbox-wrap {
    width: 78.125vw;
  }
  .gbox.gbox-openItem .gbox-content {
    padding: 0 6.5104166667vw;
    gap: 2.6041666667vw;
  }
  .gbox.gbox-openItem .icon.i1 {
    width: 24.3489583333vw;
    height: 20.0520833333vw;
  }
  .gbox.gbox-openItem .btn.openItem {
    width: 38.0208333333vw;
    height: 11.4583333333vw;
  }
}

.gbox.gbox-showItem .gbox-wrap {
  width: 570px;
}
.gbox.gbox-showItem .gbox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  gap: 20px;
}
.gbox.gbox-showItem .title.t3 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 10px #db12ff;
  letter-spacing: 5px;
  position: relative;
}
.gbox.gbox-showItem .title.t3::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  width: 58px;
  height: 37px;
  background-image: url(./img/lightbox-title-bg-01.png);
}
.gbox.gbox-showItem .title.t3::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -58px;
  width: 58px;
  height: 37px;
  background-image: url(./img/lightbox-title-bg-01.png);
}
.gbox.gbox-showItem .title.spec {
  text-shadow: 0 0 10px #d21818;
}
.gbox.gbox-showItem .title.spec::before {
  background-image: url(./img/lightbox-title-bg-02.png);
}
.gbox.gbox-showItem .title.spec::after {
  background-image: url(./img/lightbox-title-bg-02.png);
}
.gbox.gbox-showItem .rewardsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.gbox.gbox-showItem .reward {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gbox.gbox-showItem .reward .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.gbox.gbox-showItem .reward img {
  max-width: 100%;
  object-fit: contain;
}
.gbox.gbox-showItem .reward .name {
  width: 300px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  background-color: #ddcdff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 5px 20px;
  border: 3px solid #522b6c;
  outline: 1px solid #cbac9a;
  box-shadow: inset 0 0 0 1px #fdb66e;
}
@media screen and (max-width: 768px) {
  .gbox.gbox-showItem .gbox-wrap {
    width: 74.21875vw;
  }
  .gbox.gbox-showItem .gbox-content {
    padding: 0 6.5104166667vw;
    gap: 2.6041666667vw;
  }
  .gbox.gbox-showItem .title.t3 {
    font-size: 6.25vw;
    font-weight: bold;
    text-shadow: 0 0 1.3020833333vw #db12ff;
    letter-spacing: 0.6510416667vw;
  }
  .gbox.gbox-showItem .title.t3::before {
    left: -7.5520833333vw;
    width: 7.5520833333vw;
    height: 4.8177083333vw;
  }
  .gbox.gbox-showItem .title.t3::after {
    right: -7.5520833333vw;
    width: 7.5520833333vw;
    height: 4.8177083333vw;
  }
  .gbox.gbox-showItem .title.spec {
    text-shadow: 0 0 1.3020833333vw #d21818;
  }
  .gbox.gbox-showItem .rewardsContent {
    gap: 1.3020833333vw;
  }
  .gbox.gbox-showItem .reward .icon {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
  .gbox.gbox-showItem .reward .name {
    width: 39.0625vw;
    font-size: 3.2552083333vw;
    border-radius: 6.5104166667vw;
    box-sizing: border-box;
    padding: 0.6510416667vw 2.6041666667vw;
    border: 0.390625vw solid #522b6c;
    outline: 1px solid #cbac9a;
    box-shadow: inset 0 0 0 1px #fdb66e;
  }
}

.title.t2 {
  font-size: 31px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fff 50%, #fcb061);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  color: #fff;
}
.title.t2 span:nth-child(2) {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .title.t2 {
    font-size: 4.4270833333vw;
  }
  .title.t2 span:nth-child(2) {
    font-size: 7.8125vw;
  }
}

.title.t3 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 10px #db12ff;
  letter-spacing: 5px;
  position: relative;
}
.title.t3::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  width: 58px;
  height: 37px;
  background-image: url(./img/lightbox-title-bg-01.png);
}
.title.t3::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -58px;
  width: 58px;
  height: 37px;
  background-image: url(./img/lightbox-title-bg-01.png);
}
@media screen and (max-width: 768px) {
  .title.t3 {
    font-size: 6.25vw;
    letter-spacing: 0.6510416667vw;
  }
  .title.t3::before {
    left: -7.5520833333vw;
    width: 7.5520833333vw;
    height: 4.8177083333vw;
  }
  .title.t3::after {
    right: -7.5520833333vw;
    width: 7.5520833333vw;
    height: 4.8177083333vw;
  }
}

.gbox.gbox-attention .title.t3 {
  margin-bottom: 40px;
}
.gbox.gbox-attention .gbox-wrap {
  width: 800px;
  background-image: url(./img/lightbox-bg-03.jpg);
}
.gbox.gbox-attention .gbox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.gbox.gbox-attention ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: decimal;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin: 0 auto 30px auto;
}
.gbox.gbox-attention li {
  text-align: justify;
}
.gbox.gbox-attention .rewardsContent {
  width: 678px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox-bg-04.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 45px 20px;
  margin-bottom: 40px;
  row-gap: 40px;
  column-gap: 25px;
  box-shadow: 0 0 40px 1px #db12ff;
}
.gbox.gbox-attention .reward {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gbox.gbox-attention .reward .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.gbox.gbox-attention .reward .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gbox.gbox-attention .reward .name {
  width: 180px;
  min-height: 55px;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  padding: 5px 15px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gbox.gbox-attention .rewardsContent.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.gbox.gbox-attention .rewardsContent.column .icon {
  width: auto;
  max-width: 392px;
  height: auto;
  max-height: 180px;
  justify-content: flex-start;
}
.gbox.gbox-attention .rewardsContent.column .reward {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .gbox.gbox-attention .title.t3 {
    margin-bottom: 5.2083333333vw;
  }
  .gbox.gbox-attention .gbox-wrap {
    width: 97.65625vw;
  }
  .gbox.gbox-attention .gbox-content {
    padding: 0 3.90625vw;
  }
  .gbox.gbox-attention ul {
    gap: 2.6041666667vw;
    padding: 0 0 0 3.90625vw;
    margin: 0 auto 3.90625vw auto;
  }
  .gbox.gbox-attention .rewardsContent {
    width: 88.28125vw;
    padding: 5.859375vw 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
    row-gap: 5.2083333333vw;
    column-gap: 3.2552083333vw;
    box-shadow: 0 0 5.2083333333vw 1px #db12ff;
  }
  .gbox.gbox-attention .reward .icon {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
  .gbox.gbox-attention .reward .name {
    width: 23.4375vw;
    min-height: 7.8125vw;
    font-size: 2.6041666667vw;
    padding: 0.6510416667vw 1.953125vw;
    border-radius: 6.5104166667vw;
  }
  .gbox.gbox-attention .rewardsContent.column {
    gap: 3.90625vw;
  }
  .gbox.gbox-attention .rewardsContent.column .icon {
    max-width: 51.0416666667vw;
    max-height: 23.4375vw;
  }
  .gbox.gbox-attention .rewardsContent.column .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .gbox.gbox-attention .rewardsContent.column .reward {
    gap: 2.6041666667vw;
  }
  .gbox.gbox-attention .rewardsContent.column .reward:nth-child(2) img {
    width: 23.4375vw;
    height: 23.4375vw;
  }
  .gbox.gbox-attention .rewardsContent.column .reward .name {
    width: 26.0416666667vw;
    font-size: 2.6041666667vw;
  }
}

.gbox.gbox-record .gbox-wrap {
  width: 650px;
  background-image: url(./img/lightbox-bg-02.jpg);
}
.gbox.gbox-record .gbox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  word-break: break-all;
}
.gbox.gbox-record .title {
  margin-bottom: 30px;
}
.gbox.gbox-record .text {
  margin-bottom: 20px;
}
.gbox.gbox-record .listContent {
  height: 430px;
}
.gbox.gbox-record .scroll-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.gbox.gbox-record .scrollbar-track {
  width: 19px !important;
  right: -19px !important;
  border-radius: 50px !important;
  box-sizing: border-box !important;
}
.gbox.gbox-record .scrollbar-thumb {
  width: 12px !important;
  border-radius: 50px !important;
  right: 4px !important;
  box-sizing: border-box;
  background-color: transparent !important;
}
.gbox.gbox-record .scrollbar-thumb::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  width: 12px;
  height: 90%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gbox.gbox-record .itemTitle,
.gbox.gbox-record .listItem {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gbox.gbox-record .itemTitle div,
.gbox.gbox-record .listItem div {
  color: #000;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #fae1b9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gbox.gbox-record .itemTitle div:nth-child(1),
.gbox.gbox-record .listItem div:nth-child(1) {
  width: 350px;
}
.gbox.gbox-record .itemTitle div:nth-child(2),
.gbox.gbox-record .listItem div:nth-child(2) {
  width: 180px;
}
.gbox.gbox-record .itemTitle div {
  background-color: #e6c5e7;
  font-size: 20px;
  font-weight: bold;
}
.gbox.gbox-record .itemTitle div:nth-child(1) {
  letter-spacing: 5px;
}
.gbox.gbox-record .listItem div {
  background-color: #f9e9f9;
  font-size: 17px;
}
.gbox.gbox-record .listItem:nth-child(even) div {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .gbox.gbox-record .gbox-wrap {
    width: 97.65625vw;
  }
  .gbox.gbox-record .gbox-content {
    padding: 0 3.90625vw;
  }
  .gbox.gbox-record .title {
    margin-bottom: 3.90625vw;
  }
  .gbox.gbox-record .text {
    margin-bottom: 2.6041666667vw;
  }
  .gbox.gbox-record .listContent {
    height: 71.6145833333vw;
  }
  .gbox.gbox-record .scroll-content {
    gap: 1.3020833333vw;
  }
  .gbox.gbox-record .scrollbar-track {
    width: 2.4739583333vw !important;
    right: -2.4739583333vw !important;
    border-radius: 6.5104166667vw !important;
  }
  .gbox.gbox-record .scrollbar-thumb {
    width: 1.6927083333vw !important;
    border-radius: 6.5104166667vw !important;
    right: 0.5208333333vw !important;
  }
  .gbox.gbox-record .scrollbar-thumb::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6.5104166667vw;
    width: 1.6927083333vw;
    height: 97%;
  }
  .gbox.gbox-record .itemTitle,
  .gbox.gbox-record .listItem {
    display: flex;
    justify-content: center;
    gap: 1.3020833333vw;
  }
  .gbox.gbox-record .itemTitle div,
  .gbox.gbox-record .listItem div {
    color: #000;
    box-sizing: border-box;
    padding: 1.3020833333vw 1.3020833333vw;
    border: 1px solid #fae1b9;
  }
  .gbox.gbox-record .itemTitle div:nth-child(1),
  .gbox.gbox-record .listItem div:nth-child(1) {
    width: 58.59375vw;
  }
  .gbox.gbox-record .itemTitle div:nth-child(2),
  .gbox.gbox-record .listItem div:nth-child(2) {
    width: 26.0416666667vw;
  }
  .gbox.gbox-record .itemTitle div {
    background-color: #e6c5e7;
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .gbox.gbox-record .itemTitle div:nth-child(1) {
    letter-spacing: 0.6510416667vw;
  }
  .gbox.gbox-record .listItem div {
    background-color: #f9e9f9;
    font-size: 3.3854166667vw;
  }
  .gbox.gbox-record .listItem:nth-child(even) div {
    background-color: #fff;
  }
}

html {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body {
  margin: 0;
  font-size: 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 0;
  }
}

.landing-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  background-color: #000;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.landing-box.fade-out {
  opacity: 0;
  pointer-events: none;
}
.landing-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #container {
    min-width: 0;
    width: 100%;
  }
}

main {
  position: relative;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.2) 100%);
}
@media screen and (max-width: 768px) {
  header {
    height: 13.1510416667vw;
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}

.header {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 50px 0 15px;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    padding: 0 15.625vw 0 3.90625vw;
  }
}

.logo {
  width: 133px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/logo.png);
}
@media screen and (max-width: 768px) {
  .logo {
    width: 17.3177083333vw;
    height: 8.4635416667vw;
  }
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  nav {
    gap: 3.2552083333vw;
  }
}

.loginContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginContent .login {
  width: 112px;
  height: 52px;
  background-image: url(./img/btn-login.png);
}
.loginContent .logout {
  width: 110px;
  height: 50px;
  background-image: url(./img/btn-logout.png);
}
.loginContent div,
.loginContent a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  cursor: pointer;
}
.loginContent div:hover,
.loginContent a:hover {
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .loginContent .login {
    width: 14.5833333333vw;
    height: 6.7708333333vw;
  }
  .loginContent .logout {
    width: 14.3229166667vw;
    height: 6.5104166667vw;
  }
  .loginContent div:hover,
  .loginContent a:hover {
    background-position: center bottom;
  }
}

.iconContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .iconContent {
    gap: 3.2552083333vw;
  }
}

.fb,
.i_g,
.y_t {
  width: 50px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  cursor: pointer;
}
.fb:hover,
.i_g:hover,
.y_t:hover {
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .fb,
  .i_g,
  .y_t {
    width: 6.5104166667vw;
    height: 6.3802083333vw;
    background-size: contain;
  }
}

.fb {
  background-image: url(./img/icon-f_b.png);
}
@media screen and (max-width: 768px) {
  .fb {
    background-image: url(./img/icon-f_b-mb.png);
  }
}

.i_g {
  background-image: url(./img/icon-i_g.png);
}
@media screen and (max-width: 768px) {
  .i_g {
    width: 6.3802083333vw;
    height: 6.3802083333vw;
    background-image: url(./img/icon-i_g-mb.png);
  }
}

.y_t {
  background-image: url(./img/icon-y_t.png);
}
@media screen and (max-width: 768px) {
  .y_t {
    background-image: url(./img/icon-y_t.-mbpng.png);
  }
}

.anchorContent {
  width: 358px;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/anchor-contentBG-pc.png);
  background-size: 100% auto;
  background-position: center top;
  box-sizing: border-box;
  padding: 160px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.anchorContent.isOpen {
  left: 0;
}
@media screen and (max-width: 768px) {
  .anchorContent {
    top: 13.1510416667vw;
    left: auto;
    right: -100%;
    z-index: 1100;
    width: 49.8697916667vw;
    height: 100dvh;
    background-image: url(./img/anchor-contentBG-mb.png);
    background-size: cover;
    background-position: right top;
    padding: 6.5104166667vw 0 0 0;
    align-items: center;
  }
  .anchorContent.isOpen {
    left: auto;
    right: 0;
  }
}

.hamburgerButtonContent {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 136px;
  left: 38px;
}
.hamburgerButtonContent div {
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.hamburgerButtonContent .hamburgerOpenBtn {
  background-image: url(./img/hamburger-menuBtn.png);
}
.hamburgerButtonContent .hamburgerCloseBtn {
  background-image: url(./img/hamburger-X.png);
}
@media screen and (max-width: 768px) {
  .hamburgerButtonContent {
    width: auto;
    top: 3.90625vw;
    left: auto;
    right: 5.2083333333vw;
  }
  .hamburgerButtonContent div {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
}

.anchorLogo {
  width: 271px;
  height: 118px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/anchor-eventLogo.png);
}
@media screen and (max-width: 768px) {
  .anchorLogo {
    width: 35.2864583333vw;
    height: 15.3645833333vw;
  }
}

.anchorList {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
  padding: 45px 0 45px 20px;
}
.anchorList div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 22px;
  transition: all 0.3s ease;
  position: relative;
}
.anchorList div:hover::before, .anchorList div.isTarget::before {
  width: 327px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/anchor-bg-pc.png);
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.anchorList .a1 {
  width: 240px;
  background-image: url(./img/anchor-text-s1.png);
}
.anchorList .a2 {
  width: 240px;
  background-image: url(./img/anchor-text-s2.png);
}
.anchorList .a3 {
  width: 117px;
  background-image: url(./img/anchor-text-s3.png);
}
.anchorList .a4 {
  width: 175px;
  background-image: url(./img/anchor-text-s4.png);
}
.anchorList .a5 {
  width: 212px;
  background-image: url(./img/anchor-text-s5.png);
}
.anchorList .a6 {
  width: 94px;
  background-image: url(./img/anchor-text-s6.png);
}
@media screen and (max-width: 768px) {
  .anchorList {
    gap: 7.8125vw;
    padding: 5.859375vw 0 5.859375vw 7.1614583333vw;
  }
  .anchorList div {
    height: 3.7760416667vw;
    background-position: left center;
  }
  .anchorList div:hover::before, .anchorList div.isTarget::before {
    width: 36.4583333333vw;
    height: 5.46875vw;
    background-image: url(./img/anchor-bg-mb.png);
    left: -7.1614583333vw;
    right: 0;
    z-index: -1;
  }
  .anchorList .a1 {
    width: 38.9322916667vw;
    background-image: url(./img/anchor-text-s1-mb.png);
  }
  .anchorList .a2 {
    width: 38.9322916667vw;
    background-image: url(./img/anchor-text-s2-mb.png);
  }
  .anchorList .a3 {
    width: 38.9322916667vw;
    background-image: url(./img/anchor-text-s3-mb.png);
  }
  .anchorList .a4 {
    width: 38.9322916667vw;
    background-image: url(./img/anchor-text-s4-mb.png);
  }
  .anchorList .a5 {
    width: 38.9322916667vw;
    background-image: url(./img/anchor-text-s5-mb.png);
  }
  .anchorList .a6 {
    width: 38.9322916667vw;
    background-image: url(./img/anchor-text-s6-mb.png);
  }
}

.fixed-bg-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.fixed-bg-content .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.BGBlock {
  position: relative;
  z-index: 1;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1080px;
  position: relative;
  box-sizing: border-box;
}

.btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

section.top {
  height: 1810px;
  min-height: 100dvh;
  min-width: 100dvw;
  background-attachment: scroll;
  justify-content: flex-start;
  padding-top: 300px;
}
section.top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
section.top div {
  position: relative;
}
section.top .eventLogo {
  width: 651px;
  height: 371px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/eventLogo.png);
}
@media screen and (max-width: 768px) {
  section.top {
    width: 100%;
    height: 173.6979166667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(./img/section-top-bg-mb.jpg);
    padding-top: 52.0833333333vw;
  }
  section.top .eventLogo {
    width: 84.765625vw;
    height: 48.3072916667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/eventLogo.png);
    position: relative;
    z-index: 1;
  }
}

.btn.gameStart {
  width: 490px;
  height: 162px;
  background-image: url(./img/btn-gameStart.png);
  position: relative;
  top: -80px;
}

.btn.more {
  width: 42.578125vw;
  height: 12.2395833333vw;
  background-image: url(./img/btn-more.png);
  position: relative;
  top: -9.1145833333vw;
  z-index: 2;
}

section.s1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  section.s1 {
    width: 100%;
    padding: 13.0208333333vw 0 13.0208333333vw 0;
  }
}

.s1-content {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .s1-content {
    width: 100%;
  }
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.title.s1 {
  width: 460px;
  height: 203px;
  background-image: url(./img/title-s1-pc.png);
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .title.s1 {
    width: 59.8958333333vw;
    height: 26.4322916667vw;
    background-image: url(./img/title-s1-mb.png);
    margin: 0 0 92.4479166667vw 0;
    position: relative;
    z-index: 2;
  }
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.video iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video.s1 {
  width: 492px;
  height: 282px;
  background-image: url(./img/video-bg-01-pc.png);
  cursor: pointer;
}
.video.s1 iframe {
  width: 470px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .video.s1 {
    width: 80.9895833333vw;
    height: 46.6145833333vw;
    background-image: url(./img/video-bg-01-mb.png);
  }
  .video.s1 iframe {
    width: 76.8229166667vw;
    height: 41.6666666667vw;
  }
}

.gift {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gift.s1 {
  width: 556px;
  height: 470px;
  background-image: url(./img/gift-s1-pc.png);
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .gift.s1 {
    width: 88.9322916667vw;
    height: 74.7395833333vw;
    background-image: url(./img/gift-s1-mb.png);
    top: -2.6041666667vw;
  }
}

.btn.s1 {
  width: 476px;
  height: 77px;
  background-image: url(./img/btn-bg-01-pc.png);
  background-position: center bottom;
  background-size: cover;
  position: relative;
  top: -30px;
}
.btn.s1:hover {
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .btn.s1 {
    width: 78.6458333333vw;
    height: 12.6302083333vw;
    background-size: contain;
    background-image: url(./img/btn-bg-01-mb.png);
    top: 0;
  }
}

.figureContent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: none;
}

.figureContent.s1 {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: -300px;
  z-index: 0;
}
.figureContent.s1 video {
  width: 1140px;
  height: 2002.6px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .figureContent.s1 {
    top: 33.8541666667vw;
    transform: translateX(-50%);
    left: 50%;
    width: 91.015625vw;
    height: 118.75vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/figure-s1-mb.png);
  }
}

.UNI-footer {
  position: relative;
}

section.s2 {
  width: 1200px;
  height: auto;
  align-items: flex-start;
  margin: 0 auto;
  overflow: visible;
  box-sizing: content-box;
  padding: 300px 0 300px 0;
}
@media screen and (max-width: 768px) {
  section.s2 {
    width: 100%;
    padding: 13.0208333333vw 0 13.0208333333vw 0;
  }
}

.figureContent.s2 {
  position: absolute;
  right: -450px;
  top: 50%;
  transform: translateY(-50%);
}
.figureContent.s2 video {
  width: 1536px;
  height: 1536px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .figureContent.s2 {
    right: auto;
    top: 18.8802083333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 160.0260416667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/figure-s2-mb.png);
  }
}

.s2-content {
  width: 570px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .s2-content {
    width: 100%;
  }
}

.title.s2 {
  width: 494px;
  height: 195px;
  background-image: url(./img/title-s2-pc.png);
}
@media screen and (max-width: 768px) {
  .title.s2 {
    width: 57.5520833333vw;
    height: 22.65625vw;
    background-image: url(./img/title-s2-mb.png);
    margin-bottom: 101.5625vw;
  }
}

.video.s2 {
  width: 565px;
  height: 342px;
  background-image: url(./img/video-bg-02-pc.png);
  cursor: pointer;
}
.video.s2 iframe {
  width: 478px;
  height: 265px;
  left: 49.2%;
}
@media screen and (max-width: 768px) {
  .video.s2 {
    width: 91.6666666667vw;
    height: 55.46875vw;
    background-image: url(./img/video-bg-02-mb.png);
    margin-bottom: 1.953125vw;
  }
  .video.s2 iframe {
    width: 77.4739583333vw;
    height: 42.96875vw;
    left: 49.2%;
  }
}

.gift.s2 {
  width: 502px;
  height: 301px;
  background-image: url(./img/gift-s2-pc.png);
}
@media screen and (max-width: 768px) {
  .gift.s2 {
    width: 79.6875vw;
    height: 48.046875vw;
    background-image: url(./img/gift-s2-mb.png);
    margin-bottom: 3.90625vw;
  }
}

.btn.s2 {
  width: 572px;
  height: 131px;
  background-image: url(./img/btn-bg-02-pc.png);
  background-position: center bottom;
  background-size: cover;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
  left: 15px;
}
.btn.s2:hover {
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .btn.s2 {
    width: 92.7083333333vw;
    height: 21.09375vw;
    background-image: url(./img/btn-bg-02-mb.png);
    left: 2.34375vw;
    padding-right: 0;
  }
}

section.s3 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 0;
  min-height: 1080px;
}
@media screen and (max-width: 768px) {
  section.s3 {
    min-height: 100vh;
    width: 100%;
    padding: 13.0208333333vw 0;
  }
}

.title.s3_1 {
  width: 1775px;
  height: 391px;
  background-image: url(./img/title-s3-01-pc.png);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title.s3_1 {
    width: 100vw;
    height: 45.8333333333vw;
    background-image: url(./img/title-s3-01-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.title.s3_2 {
  width: 1021px;
  height: 267px;
  background-image: url(./img/title-s3-02-pc.png);
  position: relative;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .title.s3_2 {
    width: 81.6666666667vw;
    height: 35.3125vw;
    right: 0vw;
    background-image: url(./img/title-s3-02-mb.png);
    margin: 0 auto 0 auto;
  }
}

.s3-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s3-content {
    padding: 0 3.125vw;
  }
}

.text.s3 {
  word-break: break-all;
  font-size: 22px;
  color: #fff7da;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .text.s3 {
    font-size: 4.0364583333vw;
    margin-bottom: 5.2083333333vw;
    text-align: justify;
  }
}

.bossTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 853px;
  height: 73px;
  background-image: url(./img/bossTitle-w1-pc.png);
  margin-bottom: 50px;
}
.bossTitle[data-index="2"] {
  background-image: url(./img/bossTitle-w2-pc.png);
}
.bossTitle[data-index="3"] {
  background-image: url(./img/bossTitle-w3-pc.png);
}
.bossTitle[data-index="4"] {
  background-image: url(./img/bossTitle-w4-pc.png);
}
.bossTitle[data-index="5"] {
  background-image: url(./img/bossTitle-w5-pc.png);
}
.bossTitle[data-index="6"] {
  background-image: url(./img/bossTitle-w6-pc.png);
}
.bossTitle[data-index="7"] {
  background-image: url(./img/bossTitle-w7-pc.png);
}
.bossTitle[data-index="8"] {
  background-image: url(./img/bossTitle-w8-pc.png);
}
.bossTitle[data-index="9"] {
  background-image: url(./img/bossTitle-w9-pc.png);
}
.bossTitle[data-index="10"] {
  background-image: url(./img/bossTitle-w10-pc.png);
}
@media screen and (max-width: 768px) {
  .bossTitle {
    width: 88.8541666667vw;
    height: 9.7916666667vw;
    margin-bottom: 5.2083333333vw;
    background-image: url(./img/bossTitle-w1-mb.png);
  }
}

.bossContent {
  width: 100%;
  height: 580px;
  position: relative;
}
.bossContent > div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.bossContent [data-index="1"] {
  width: 398px;
  height: 536px;
  background-image: url(./img/boss/boss-01-pc.png);
  top: 0;
  left: -90px;
  z-index: 1;
}
.bossContent [data-index="2"] {
  width: 423px;
  height: 536px;
  background-image: url(./img/boss/boss-02-pc.png);
  top: 0;
  left: 405px;
  z-index: 2;
}
.bossContent [data-index="3"] {
  width: 480px;
  height: 572px;
  background-image: url(./img/boss/boss-03-pc.png);
  top: -35px;
  left: 810px;
  z-index: 3;
}
.bossContent [data-index="4"] {
  width: 454px;
  height: 536px;
  background-image: url(./img/boss/boss-04-pc.png);
  top: 0;
  left: -150px;
  z-index: 3;
}
.bossContent [data-index="5"] {
  width: 391px;
  height: 536px;
  background-image: url(./img/boss/boss-05-pc.png);
  top: 0px;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="6"] {
  width: 292px;
  height: 536px;
  background-image: url(./img/boss/boss-06-pc.png);
  top: 0px;
  left: 800px;
  z-index: 3;
}
.bossContent [data-index="7"] {
  width: 448px;
  height: 536px;
  background-image: url(./img/boss/boss-07-pc.png);
  top: 0;
  left: -145px;
  z-index: 3;
}
.bossContent [data-index="8"] {
  width: 331px;
  height: 536px;
  background-image: url(./img/boss/boss-08-pc.png);
  top: 0;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="9"] {
  width: 569px;
  height: 536px;
  background-image: url(./img/boss/boss-09-pc.png);
  top: 0;
  left: 790px;
  z-index: 3;
}
.bossContent [data-index="10"] {
  width: 374px;
  height: 760px;
  background-image: url(./img/boss/boss-10-pc.png);
  top: -131px;
  left: -70px;
  z-index: 3;
}
.bossContent [data-index="11"] {
  width: 312px;
  height: 536px;
  background-image: url(./img/boss/boss-11-pc.png);
  top: 0;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="12"] {
  width: 358px;
  height: 536px;
  background-image: url(./img/boss/boss-12-pc.png);
  top: 0;
  left: 800px;
  z-index: 3;
}
.bossContent [data-index="13"] {
  width: 442px;
  height: 537px;
  background-image: url(./img/boss/boss-13-pc.png);
  top: -1px;
  left: -120px;
  z-index: 3;
}
.bossContent [data-index="14"] {
  width: 336px;
  height: 535px;
  background-image: url(./img/boss/boss-14-pc.png);
  top: 1px;
  left: 410px;
  z-index: 3;
}
.bossContent [data-index="15"] {
  width: 423px;
  height: 574px;
  background-image: url(./img/boss/boss-15-pc.png);
  top: -18px;
  left: 785px;
  z-index: 3;
}
.bossContent [data-index="16"] {
  width: 398px;
  height: 543px;
  background-image: url(./img/boss/boss-16-pc.png);
  top: 3px;
  left: -95px;
  z-index: 3;
}
.bossContent [data-index="17"] {
  width: 365px;
  height: 536px;
  background-image: url(./img/boss/boss-17-pc.png);
  top: 0px;
  left: 330px;
  z-index: 3;
}
.bossContent [data-index="18"] {
  width: 380px;
  height: 536px;
  background-image: url(./img/boss/boss-18-pc.png);
  top: 0px;
  left: 785px;
  z-index: 3;
}
.bossContent [data-index="19"] {
  width: 325px;
  height: 551px;
  background-image: url(./img/boss/boss-19-pc.png);
  top: 0px;
  left: -10px;
  z-index: 3;
}
.bossContent [data-index="20"] {
  width: 388px;
  height: 535px;
  background-image: url(./img/boss/boss-20-pc.png);
  top: 0px;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="21"] {
  width: 364px;
  height: 536px;
  background-image: url(./img/boss/boss-21-pc.png);
  top: 0px;
  left: 805px;
  z-index: 3;
}
.bossContent [data-index="22"] {
  width: 424px;
  height: 536px;
  background-image: url(./img/boss/boss-22-pc.png);
  top: 0px;
  left: -120px;
  z-index: 3;
}
.bossContent [data-index="23"] {
  width: 423px;
  height: 536px;
  background-image: url(./img/boss/boss-23-pc.png);
  top: 0px;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="24"] {
  width: 402px;
  height: 536px;
  background-image: url(./img/boss/boss-24-pc.png);
  top: 0px;
  left: 805px;
  z-index: 3;
}
.bossContent [data-index="25"] {
  width: 514px;
  height: 536px;
  background-image: url(./img/boss/boss-25-pc.png);
  top: 0;
  left: -210px;
  z-index: 3;
}
.bossContent [data-index="26"] {
  width: 427px;
  height: 536px;
  background-image: url(./img/boss/boss-26-pc.png);
  top: 0;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="27"] {
  width: 530px;
  height: 535px;
  background-image: url(./img/boss/boss-27-pc.png);
  top: 0;
  left: 800px;
  z-index: 3;
}
.bossContent [data-index="28"] {
  width: 348px;
  height: 536px;
  background-image: url(./img/boss/boss-28-pc.png);
  top: 0;
  left: -45px;
  z-index: 3;
}
.bossContent [data-index="29"] {
  width: 388px;
  height: 536px;
  background-image: url(./img/boss/boss-29-pc.png);
  top: 0;
  left: 405px;
  z-index: 3;
}
.bossContent [data-index="30"] {
  width: 471px;
  height: 587px;
  background-image: url(./img/boss/boss-30-pc.png);
  top: 0;
  left: 800px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .bossContent {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bossContent > div {
    position: relative;
  }
  .bossContent [data-index="1"] {
    width: 93.8541666667vw;
    height: 52.5vw;
    background-image: url(./img/boss/boss-01-mb.png);
    top: 0;
    left: auto;
  }
  .bossContent [data-index="2"] {
    width: 89.375vw;
    height: 54.6875vw;
    background-image: url(./img/boss/boss-02-mb.png);
    top: 0;
    left: 3.90625vw;
  }
  .bossContent [data-index="3"] {
    width: 89.375vw;
    height: 67.7083333333vw;
    background-image: url(./img/boss/boss-03-mb.png);
    top: 0;
    left: 3.90625vw;
  }
  .bossContent [data-index="4"] {
    width: 95.2083333333vw;
    height: 49.1666666667vw;
    background-image: url(./img/boss/boss-04-mb.png);
    top: 0;
    left: 1.3020833333vw;
    margin-bottom: 3.90625vw;
  }
  .bossContent [data-index="5"] {
    width: 83.9583333333vw;
    height: 47.9166666667vw;
    background-image: url(./img/boss/boss-05-mb.png);
    top: 0px;
    left: 1.3020833333vw;
    margin-bottom: 9.1145833333vw;
  }
  .bossContent [data-index="6"] {
    width: 85.5208333333vw;
    height: 52.1875vw;
    background-image: url(./img/boss/boss-06-mb.png);
    top: 0px;
    left: 2.34375vw;
  }
  .bossContent [data-index="7"] {
    width: 95.2083333333vw;
    height: 51.1458333333vw;
    background-image: url(./img/boss/boss-07-mb.png);
    top: 0;
    left: 1.953125vw;
    margin-bottom: 3.2552083333vw;
  }
  .bossContent [data-index="8"] {
    width: 78.5416666667vw;
    height: 45.5208333333vw;
    background-image: url(./img/boss/boss-08-mb.png);
    top: 0;
    left: 0;
    margin-bottom: 7.8125vw;
  }
  .bossContent [data-index="9"] {
    width: 89.375vw;
    height: 52.1875vw;
    background-image: url(./img/boss/boss-09-mb.png);
    top: 0;
    left: 4.9479166667vw;
  }
  .bossContent [data-index="10"] {
    width: 93.125vw;
    height: 57.1875vw;
    background-image: url(./img/boss/boss-10-mb.png);
    top: 0;
    left: 1.3020833333vw;
    margin-bottom: 3.90625vw;
  }
  .bossContent [data-index="11"] {
    width: 79.1666666667vw;
    height: 45.8333333333vw;
    background-image: url(./img/boss/boss-11-mb.png);
    top: 0;
    left: 0;
    margin-bottom: 7.8125vw;
  }
  .bossContent [data-index="12"] {
    width: 88.9583333333vw;
    height: 52.2916666667vw;
    background-image: url(./img/boss/boss-12-mb.png);
    top: 0;
    left: 4.9479166667vw;
  }
  .bossContent [data-index="13"] {
    width: 90vw;
    height: 53.9583333333vw;
    background-image: url(./img/boss/boss-13-mb.png);
    top: 0;
    left: 0;
    margin-bottom: 3.90625vw;
  }
  .bossContent [data-index="14"] {
    width: 78.5416666667vw;
    height: 46.5625vw;
    background-image: url(./img/boss/boss-14-mb.png);
    top: 0;
    left: 0;
    margin-bottom: 4.5572916667vw;
  }
  .bossContent [data-index="15"] {
    width: 86.25vw;
    height: 56.25vw;
    background-image: url(./img/boss/boss-15-mb.png);
    top: 0;
    left: 3.2552083333vw;
  }
  .bossContent [data-index="16"] {
    width: 84.7916666667vw;
    height: 54.375vw;
    background-image: url(./img/boss/boss-16-mb.png);
    top: 0;
    left: -3.2552083333vw;
    margin-bottom: 5.859375vw;
  }
  .bossContent [data-index="17"] {
    width: 89.375vw;
    height: 48.9583333333vw;
    background-image: url(./img/boss/boss-17-mb.png);
    top: 0;
    left: 4.6875vw;
    margin-bottom: -4.5572916667vw;
  }
  .bossContent [data-index="18"] {
    width: 85.5208333333vw;
    height: 62.9166666667vw;
    background-image: url(./img/boss/boss-18-mb.png);
    top: 0;
    left: 2.6041666667vw;
  }
  .bossContent [data-index="19"] {
    width: 84.8958333333vw;
    height: 53.3333333333vw;
    background-image: url(./img/boss/boss-19-mb.png);
    top: 0;
    left: -3.2552083333vw;
  }
  .bossContent [data-index="20"] {
    width: 83.4375vw;
    height: 60.2083333333vw;
    background-image: url(./img/boss/boss-20-mb.png);
    top: 0;
    left: 2.0833333333vw;
    margin-bottom: 3.90625vw;
  }
  .bossContent [data-index="21"] {
    width: 86.25vw;
    height: 55.625vw;
    background-image: url(./img/boss/boss-21-mb.png);
    top: 0;
    left: 3.125vw;
  }
  .bossContent [data-index="22"] {
    width: 84.7916666667vw;
    height: 49.1666666667vw;
    background-image: url(./img/boss/boss-22-mb.png);
    top: 0;
    left: -3.2552083333vw;
  }
  .bossContent [data-index="23"] {
    width: 89.375vw;
    height: 53.5416666667vw;
    background-image: url(./img/boss/boss-23-mb.png);
    top: 0;
    left: 4.9479166667vw;
    margin-bottom: 3.90625vw;
  }
  .bossContent [data-index="24"] {
    width: 86.25vw;
    height: 57.5vw;
    background-image: url(./img/boss/boss-24-mb.png);
    top: 0;
    left: 3.125vw;
  }
  .bossContent [data-index="25"] {
    width: 95.625vw;
    height: 49.1666666667vw;
    background-image: url(./img/boss/boss-25-mb.png);
    top: 0;
    left: 2.6041666667vw;
    margin-bottom: 1.3020833333vw;
  }
  .bossContent [data-index="26"] {
    width: 89.375vw;
    height: 49.5833333333vw;
    background-image: url(./img/boss/boss-26-mb.png);
    top: 0;
    left: 5.2083333333vw;
    margin-bottom: 7.8125vw;
  }
  .bossContent [data-index="27"] {
    width: 91.4583333333vw;
    height: 52.2916666667vw;
    background-image: url(./img/boss/boss-27-mb.png);
    top: 0;
    left: 6.25vw;
  }
  .bossContent [data-index="28"] {
    width: 84.8958333333vw;
    height: 49.6875vw;
    background-image: url(./img/boss/boss-28-mb.png);
    top: 0;
    left: -2.8645833333vw;
    margin-bottom: 7.8125vw;
  }
  .bossContent [data-index="29"] {
    width: 78.5416666667vw;
    height: 44.375vw;
    background-image: url(./img/boss/boss-29-mb.png);
    top: 0;
    left: 0;
    margin-bottom: 3.90625vw;
  }
  .bossContent [data-index="30"] {
    width: 87.9166666667vw;
    height: 58.4375vw;
    background-image: url(./img/boss/boss-30-mb.png);
    top: 0;
    left: 4.4270833333vw;
  }
}

.progressTitle {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 10px;
  position: relative;
}
.progressTitle .title {
  width: 637px;
  height: 63px;
  background-image: url(./img/bossContent-01-pc.png);
}
.progressTitle .counts {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.progressTitle .counts span:nth-child(1) {
  color: #fff;
  text-shadow: 0px 0px 10px #dd199f;
}
.progressTitle .counts span:nth-child(2) {
  background-image: linear-gradient(to bottom, #fffdd9 60%, #fcb060);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.progressTitle .counts span.isComplete {
  background-image: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  color: #fff;
  text-shadow: 0px 0px 10px #dd199f;
}
.progressTitle .completeMark {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 177px;
  height: 177px;
  background-image: url(./img/complete-pc.png);
  position: absolute;
  top: -60px;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .progressTitle .completeMark {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    top: 3.2552083333vw;
    right: -1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .progressTitle {
    gap: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
  .progressTitle .title {
    width: 34.0625vw;
    height: 11.875vw;
    background-image: url(./img/bossContent-01-mb.png);
  }
  .progressTitle .counts {
    font-size: 7.03125vw;
    gap: 1.3020833333vw;
  }
}

.progressBarOutter {
  width: 1100px;
  height: 41px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .progressBarOutter {
    width: 93.4375vw;
    height: 3.6458333333vw;
    background-color: #000;
    border: 0.390625vw solid #fff;
    border-radius: 6.5104166667vw;
    margin-bottom: 5.2083333333vw;
  }
}

.progressBarInner {
  width: 25%;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/progress-pc.png);
  background-size: auto;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .progressBarInner {
    width: 25%;
    height: 3.6458333333vw;
    background-image: url(./img/progress-mb.png);
    background-size: cover;
  }
}

.btn.getItem {
  width: 1136px;
  height: 153px;
  background-image: url(./img/btn-getItem-pc.png);
}
@media screen and (max-width: 768px) {
  .btn.getItem {
    width: 96.9791666667vw;
    height: 18.0208333333vw;
    background-image: url(./img/btn-getItem-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.btnContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btnContent {
    gap: 2.6041666667vw;
  }
}

.btn.list {
  width: 436px;
  height: 153px;
  background-image: url(./img/btn-list-pc.png);
}
@media screen and (max-width: 768px) {
  .btn.list {
    width: 36.9791666667vw;
    height: 17.8125vw;
    background-image: url(./img/btn-list-mb.png);
  }
}

.btn.record {
  width: 436px;
  height: 153px;
  background-image: url(./img/btn-record-pc.png);
}
@media screen and (max-width: 768px) {
  .btn.record {
    width: 36.9791666667vw;
    height: 17.8125vw;
    background-image: url(./img/btn-record-mb.png);
  }
}

section.s4 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
@media screen and (max-width: 768px) {
  section.s4 {
    width: 100%;
    padding: 26.0416666667vw 3.125vw;
    height: auto;
  }
}

.s4-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title.s4 {
  width: 927px;
  height: 253px;
  background-image: url(./img/title-s4-01-pc.png);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title.s4 {
    width: 82.6822916667vw;
    height: 22.5260416667vw;
    background-image: url(./img/title-s4-01-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.giftContent {
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .giftContent {
    margin-bottom: 5.2083333333vw;
  }
}

.giftContent.s4 {
  width: 100%;
  box-sizing: border-box;
  padding: 36px 0 50px 10px;
  background-color: #110528;
  position: relative;
}
.giftContent.s4::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 1101px;
  height: 19px;
  background-image: url(./img/border-s4-01-pc.png);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.giftContent.s4::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 1100px;
  height: 23px;
  background-image: url(./img/border-s4-02-pc.png);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .giftContent.s4 {
    min-height: 105.46875vw;
    padding: 4.5572916667vw 1.3020833333vw 4.5572916667vw 1.3020833333vw;
    background-color: #110528;
    position: relative;
  }
  .giftContent.s4::before {
    width: 92.1875vw;
    height: 2.0833333333vw;
  }
  .giftContent.s4::after {
    width: 92.1875vw;
    height: 2.0833333333vw;
  }
}

.textContent.s4 {
  width: 730px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 0;
  background-image: linear-gradient(to right, transparent 0%, #3d78ff 20%, #3d78ff 80%, transparent 100%);
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .textContent.s4 {
    width: 100%;
    font-size: 3.90625vw;
    padding: 2.6041666667vw 0vw;
    margin-bottom: 14.3229166667vw;
  }
}

.sliderOuter {
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .sliderOuter {
    width: 52.0833333333vw;
  }
}

.sliderContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sliderContent > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  min-width: 220px;
  position: relative;
}
.slide::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 273px;
  background-image: url(./img/border-s4-03-pc.png);
}
.slide:first-child::before {
  display: none;
}
.slide .text {
  display: block;
}
@media screen and (max-width: 768px) {
  .slide {
    gap: 2.6041666667vw;
    box-sizing: border-box;
    padding: 0 0vw;
    min-width: 0;
    justify-content: center;
  }
  .slide::before {
    display: none;
  }
  .slide:first-child::before {
    display: none;
  }
  .slide .text span {
    display: block;
  }
}

.swiperArrow {
  width: 100%;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: 50%;
    width: 8.3333333333vw;
    height: 14.1927083333vw;
    background-image: url(./img/slider-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    left: 2.6041666667vw;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    transform: rotate(180deg);
    left: auto;
    right: 2.6041666667vw;
  }
}

.title[data-index="1"] {
  width: 148px;
  height: 28px;
  background-image: url(./img/title-s4-slider-01-pc.png);
}
@media screen and (max-width: 768px) {
  .title[data-index="1"] {
    width: 30.46875vw;
    height: 5.7291666667vw;
    background-image: url(./img/title-s4-slider-01-mb.png);
  }
}

.title[data-index="2"] {
  width: 148px;
  height: 28px;
  background-image: url(./img/title-s4-slider-02-pc.png);
}
@media screen and (max-width: 768px) {
  .title[data-index="2"] {
    width: 30.46875vw;
    height: 5.7291666667vw;
    background-image: url(./img/title-s4-slider-02-mb.png);
  }
}

.title[data-index="3"] {
  width: 177px;
  height: 29px;
  background-image: url(./img/title-s4-slider-03-pc.png);
}
@media screen and (max-width: 768px) {
  .title[data-index="3"] {
    width: 36.4583333333vw;
    height: 5.7291666667vw;
    background-image: url(./img/title-s4-slider-03-mb.png);
  }
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 179px;
  min-height: 139px;
}
.item img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .item {
    width: 23.3072916667vw;
    height: 16.796875vw;
  }
  .item[data-index="1"] img {
    width: 15.234375vw;
    height: 15.234375vw;
  }
  .item[data-index="2"] img {
    width: 29.4270833333vw;
    height: 20.703125vw;
  }
  .item[data-index="3"] img {
    width: 31.25vw;
    height: 28.2552083333vw;
  }
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 4.6875vw;
  }
}

.figure.s4 {
  width: 1055px;
  height: 770px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/figure-s4-pc.png);
  position: absolute;
  right: -490px;
  bottom: -90px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .figure.s4 {
    width: 69.4010416667vw;
    height: 108.8541666667vw;
    background-image: url(./img/figure-s4-mb.png);
    right: -3.90625vw;
    bottom: -18.2291666667vw;
    z-index: 2;
  }
}

.bossName {
  width: 256px;
  height: 242px;
  background-image: url(./img/title-s4-02-pc.png);
  bottom: -10px;
  right: 75px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .bossName {
    width: 33.3333333333vw;
    height: 31.5104166667vw;
    background-image: url(./img/title-s4-02-mb.png);
    right: 10.4166666667vw;
    bottom: -1.3020833333vw;
    z-index: 2;
  }
}

.btn.s4 {
  width: 476px;
  height: 80px;
  background-image: url(./img/btn-bg-03-pc.png);
}
@media screen and (max-width: 768px) {
  .btn.s4 {
    width: 58.0729166667vw;
    height: 9.8958333333vw;
    background-image: url(./img/btn-bg-03-mb.png);
  }
}

section.s5 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 48px;
}
@media screen and (max-width: 768px) {
  section.s5 {
    width: 100%;
    padding: 13.0208333333vw 3.90625vw;
  }
}

.title.s5 {
  width: 939px;
  height: 299px;
  background-image: url(./img/title-s5-01-pc.png);
}
@media screen and (max-width: 768px) {
  .title.s5 {
    width: 89.1927083333vw;
    height: 28.515625vw;
    background-image: url(./img/title-s5-01-mb.png);
  }
}

.s5-content {
  width: 1100px;
  height: 1431px;
  background-image: url(./img/content-s5-bg-01-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .s5-content {
    width: 91.796875vw;
    height: 179.9479166667vw;
    background-image: url(./img/content-s5-bg-01-mb.png);
    padding: 6.5104166667vw 0 0 0;
    position: relative;
    top: -6.5104166667vw;
  }
}

.codeContent {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 644px;
  height: 108px;
  background-image: url(./img/content-s5-bg-03-pc.png);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
  cursor: pointer;
}
.codeContent span {
  font-size: 48px;
  color: #533613;
}
.codeContent .copy {
  width: 51px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/icon-copy-pc.png);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .codeContent {
    width: 61.4583333333vw;
    height: 10.2864583333vw;
    background-image: url(./img/content-s5-bg-03-pc.png);
    background-size: cover;
    margin-bottom: 2.6041666667vw;
    gap: 2.6041666667vw;
    border-radius: 0.6510416667vw;
  }
  .codeContent span {
    font-size: 4.4270833333vw;
  }
  .codeContent .copy {
    width: 3.984375vw;
    height: 4.296875vw;
  }
}

.itemContent.s5 {
  width: 1092px;
  height: 735px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/content-s5-bg-02-pc.png);
  position: relative;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 70px 50px 60px 35px;
  gap: 0;
}
.itemContent.s5 .item {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.itemContent.s5 .item .text {
  display: block;
}
.itemContent.s5 .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.itemContent.s5 .row:nth-child(1) {
  padding-left: 35px;
}
.itemContent.s5 .row:nth-child(1) .item {
  width: auto;
}
.itemContent.s5 .row:nth-child(1) .item:last-child {
  width: 243px;
}
.itemContent.s5 .row:nth-child(2) .item:nth-child(2) {
  width: 235px;
}
.itemContent.s5 .row:nth-child(2) .item:nth-child(4) {
  width: 235px;
}
.itemContent.s5 .image {
  width: 179px;
  height: 179px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/item-s5-bg-01-pc.png);
  position: relative;
}
.itemContent.s5 .image img {
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itemContent.s5 .text {
  font-size: 28px;
  font-weight: bold;
  color: #593e16;
}
@media screen and (max-width: 768px) {
  .itemContent.s5 {
    width: 90.234375vw;
    height: 115.7552083333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/content-s5-bg-02-mb.png);
    padding: 9.765625vw 2.6041666667vw 10.4166666667vw 0vw;
    left: 1.3020833333vw;
    align-items: flex-start;
  }
  .itemContent.s5 .item {
    width: 24.7395833333vw;
    height: auto;
    min-width: auto;
    min-height: 32.5520833333vw;
    gap: 1.3020833333vw;
    justify-content: flex-start;
    margin-bottom: 0.6510416667vw;
  }
  .itemContent.s5 .item:nth-child(2) .text, .itemContent.s5 .item:nth-child(6) .text {
    display: block;
  }
  .itemContent.s5 .item:nth-child(2) .text br, .itemContent.s5 .item:nth-child(6) .text br {
    display: none;
  }
  .itemContent.s5 .item:nth-child(2) .text span, .itemContent.s5 .item:nth-child(6) .text span {
    display: block;
  }
  .itemContent.s5 .item:nth-child(2), .itemContent.s5 .item:nth-child(5), .itemContent.s5 .item:nth-child(8) {
    width: 27.34375vw;
  }
  .itemContent.s5 .item:nth-child(7), .itemContent.s5 .item:nth-child(8), .itemContent.s5 .item:nth-child(9) {
    min-height: auto;
  }
  .itemContent.s5 .item .text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .itemContent.s5 .image {
    width: 16.796875vw;
    height: 16.796875vw;
  }
  .itemContent.s5 .image img {
    max-width: 13.0208333333vw;
    max-height: 13.0208333333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
  }
  .itemContent.s5 .text {
    font-size: 3.6458333333vw;
    font-weight: bold;
  }
}

.textContent.s5 {
  width: 943px;
  height: 446px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/text-s5-bg-pc.png);
  color: #d7c89a;
  font-size: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.textContent.s5 .title {
  font-weight: bold;
}
.textContent.s5 .margin {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .textContent.s5 {
    width: 92.7083333333vw;
    height: 44.53125vw;
    background-size: cover;
    color: #d7c89a;
    font-size: 4.1666666667vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6510416667vw;
  }
  .textContent.s5 .title {
    font-weight: bold;
  }
  .textContent.s5 .margin {
    margin-bottom: 3.90625vw;
  }
}

#particles-s5 {
  width: 100%;
  height: 100%;
}

.rat {
  width: 226px;
  height: 210px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/figure-s5-pc.png);
}
@media screen and (max-width: 768px) {
  .rat {
    width: 18.8802083333vw;
    height: 17.4479166667vw;
    right: -3.90625vw;
  }
}

section.s6 {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.s6 {
    width: 100%;
    height: auto;
    padding: 13.0208333333vw 3.90625vw;
  }
}

.title.s6 {
  width: 362px;
  height: 85px;
  background-image: url(./img/title-s6-01-pc.png);
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .title.s6 {
    width: 43.75vw;
    height: 10.15625vw;
    background-image: url(./img/title-s6-01-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.bannerContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bannerContent a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.bannerContent a.soon {
  pointer-events: none;
}
.bannerContent a.none {
  pointer-events: none;
}
.bannerContent a:hover {
  transform: scale(1.1);
}
.bannerContent > div:nth-child(7) {
  width: 222px;
  height: 221px;
}
.bannerContent > div:nth-child(7) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .bannerContent {
    width: 100%;
    gap: 0;
    row-gap: 3.90625vw;
    column-gap: 0.6510416667vw;
  }
  .bannerContent > div {
    width: 45.5729166667vw;
    height: 45.5729166667vw;
  }
  .bannerContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bannerContent > div:nth-child(7) {
    width: auto;
    height: auto;
  }
  .bannerContent > div:nth-child(7) img {
    width: 45.5729166667vw;
    height: 45.5729166667vw;
    object-fit: contain;
  }
  .bannerContent > div:nth-child(5), .bannerContent > div:nth-child(8), .bannerContent > div:nth-child(9) {
    width: 100%;
    height: 46.2239583333vw;
  }
  .bannerContent > div:nth-child(9) {
    height: 91.796875vw;
  }
  .bannerContent a:hover {
    transform: scale(1);
  }
}

.bossDataList {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.bannerItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.bannerItem img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bannerItem {
    width: auto;
    gap: 0;
  }
}

.btn.top {
  width: 81px;
  height: 82px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-top.png);
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .btn.top {
    width: 10.546875vw;
    height: 10.6770833333vw;
    bottom: 15.625vw;
    right: 2.6041666667vw;
  }
}

#alert {
  color: rgb(230, 0, 0);
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: none;
}

.btn.skip {
  width: 200px;
  height: auto;
  box-sizing: border-box;
  padding: 15px 0;
  position: absolute;
  bottom: 100px;
  right: 50px;
  color: #fff;
  border: 3px solid #fff;
  font-size: 36px;
  font-weight: bold;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn.skip {
    display: none;
  }
}