@charset "UTF-8";
/* *****************************************/
/*    css
/*    V 20240605
/*        by AuOzzy
/******************************************/
/* ↓↓↓ ***** bootstrap reboot ***** ↓↓↓ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* ↑↑↑ ***** bootstrap reboot ***** ↑↑↑ */
/* ↓↓↓ ***** reset ***** ↓↓↓ */
p, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  text-decoration: none;
}

img {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ↑↑↑ ***** reset ***** ↑↑↑ */
/* ↓↓↓ ***** root ***** ↓↓↓ */
:root {
  --spacing: 104px;
  --spacing-half: calc(104px / 2);
}
@media screen and (max-width: 768px) {
  :root {
    --spacing: 56px;
    --spacing-half: calc(56px / 2);
  }
}

:root {
  --spacing-1x: 8px;
  --spacing-2x: 16px;
  --spacing-4x: 32px;
  --spacing-8x: 64px;
  --spacing-16x: 128px;
}

:root {
  --Gray-01: #1a1a1a;
  --Gray-02: #333333;
  --Gray-03: #cccccc;
  --Gray-04: #e5e5e5;
  --Gray-05: #f6f6f6;
  --Gray-06: #ffffff;
  --dark-blue: #3046b6;
  --light-blue: #c4f1ff;
  --medium-blue: #82a4e4;
  --deep-blue: #063478;
  --common-blue: #4368c8;
  --auxiliary-color-1: #04be02;
  --auxiliary-color-2: #ea4e3d;
  --auxiliary-color-3: #ffaa09;
  --status-color-1: #3bac66;
  --status-color-2: #ffaa09;
  --status-color-3: #ea4f3d;
  --theme-color: #c4d8ff;
  --primary-color: #c4d8ff;
  --secondary-color: #d8d8d8;
  --light-color: #666666;
  --border-color: #333333;
  --background-color: #000000;
  --panel-color: #222222;
  --primary-button-text-color: #7ff800;
  --light-green: #c5e2d2;
  --medium-green: #71b394;
  --highlight-yellow: #f9fd4e;
  --text-highlight: #866638;
  --text-highlight2: #93a5e9;
  --text-highlight3: #cad3f7;
}

/* ↑↑↑ ***** root ***** ↑↑↑ */
/* ↓↓↓ ***** font ***** ↓↓↓ */
body {
  font-family: Microsoft JhengHei, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, sans-serif;
  font-display: swap;
  font-weight: 600;
  color: #686868;
}

.txt-Gray-01 {
  color: #1a1a1a;
}

.txt-Gray-02 {
  color: #333333;
}

.txt-Gray-03 {
  color: #cccccc;
}

.txt-Gray-04 {
  color: #e5e5e5;
}

.txt-Gray-05 {
  color: #f6f6f6;
}

.txt-Gray-06 {
  color: #ffffff;
}

.txt-dark-blue {
  color: #3046b6;
}

.txt-light-blue {
  color: #c4f1ff;
}

.txt-medium-blue {
  color: #82a4e4;
}

.txt-deep-blue {
  color: #063478;
}

.txt-common-blue {
  color: #4368c8;
}

.txt-auxiliary-color-1 {
  color: #04be02;
}

.txt-auxiliary-color-2 {
  color: #ea4e3d;
}

.txt-auxiliary-color-3 {
  color: #ffaa09;
}

.txt-status-color-1 {
  color: #3bac66;
}

.txt-status-color-2 {
  color: #ffaa09;
}

.txt-status-color-3 {
  color: #ea4f3d;
}

.txt-theme-color {
  color: #c4d8ff;
}

.txt-primary-color {
  color: #c4d8ff;
}

.txt-secondary-color {
  color: #d8d8d8;
}

.txt-light-color {
  color: #666666;
}

.txt-border-color {
  color: #333333;
}

.txt-background-color {
  color: #000000;
}

.txt-panel-color {
  color: #222222;
}

.txt-primary-button-text-color {
  color: #7ff800;
}

.txt-light-green {
  color: #c5e2d2;
}

.txt-medium-green {
  color: #71b394;
}

.txt-highlight-yellow {
  color: #f9fd4e;
}

.txt-text-highlight {
  color: #866638;
}

.txt-text-highlight2 {
  color: #93a5e9;
}

.txt-text-highlight3 {
  color: #cad3f7;
}

/* ↑↑↑ ***** font ***** ↑↑↑ */
/* ↓↓↓ ***** common ***** ↓↓↓ */
html {
  background: -webkit-gradient(linear, left top, left bottom, from(#121927), color-stop(50%, #1a2234));
  background: linear-gradient(#121927 0%, #1a2234 50%);
}

body {
  width: clamp(320px, 100%, 480px);
  min-height: 100vh;
  margin: auto;
  background-color: #f5f5f5;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: currentColor;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-1366-down {
  display: none;
}
@media (max-width: 1366px) {
  .show-1366-down {
    display: block;
  }
}

.input-controll {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ↑↑↑ ***** common ***** ↑↑↑ */
@-webkit-keyframes enlarge {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@keyframes enlarge {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@-webkit-keyframes iconActiveEffect {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes iconActiveEffect {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
.tw_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  color: var(--common-blue);
  font-weight: 600;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.tw_btn .tw_img {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.tw_btn:hover .tw_img {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}
.tw_btn:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.tw_btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), hsla(0, 0%, 100%, 0.5), transparent 5vmin), transparent;
  background-attachment: fixed;
  pointer-events: none;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 50% 0/100% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 50% 100%/100% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 0 50%/2px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 100% 50%/2px 100% no-repeat;
  -webkit-mask: linear-gradient(white, white) 50% 0/100% 2px no-repeat, linear-gradient(white, white) 50% 100%/100% 2px no-repeat, linear-gradient(white, white) 0 50%/2px 100% no-repeat, linear-gradient(white, white) 100% 50%/2px 100% no-repeat;
          mask: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 50% 0/100% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 50% 100%/100% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 0 50%/2px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) 100% 50%/2px 100% no-repeat;
          mask: linear-gradient(white, white) 50% 0/100% 2px no-repeat, linear-gradient(white, white) 50% 100%/100% 2px no-repeat, linear-gradient(white, white) 0 50%/2px 100% no-repeat, linear-gradient(white, white) 100% 50%/2px 100% no-repeat;
}
.tw_btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), hsla(0, 0%, 100%, 0.15), transparent 5vmin);
  background-attachment: fixed;
  opacity: var(--active, 0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.tw_btn:hover {
  --active: 1;
  text-decoration: none;
}
.tw_btn-icon-prepend .icon, .tw_btn-icon-append .icon {
  width: 20px;
  height: 20px;
}
.tw_img {
  position: relative;
}
.tw_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon,
.tw_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon .default,
.tw_img .default {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.js-hover .icon .default,
.js-hover .tw_img .default {
  opacity: 0;
}
.icon .hover,
.tw_img .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.js-hover .icon .hover,
.js-hover .tw_img .hover {
  opacity: 1;
}

/* ↓↓↓ ***** LAYOUT ***** ↓↓↓ */
.body_wrap {
  position: relative;
  background-color: #010b31;
  padding-top: var(--header-main-height);
}

.body_wrap:has(.system) {
  background-color: unset;
}

.container {
  margin-left: min(2vw, 15px);
  margin-right: min(2vw, 15px);
}

/* ↑↑↑ ***** LAYOUT ***** ↑↑↑ */
:root {
  --translate-y: -55;
  --translate-y-p: -15%;
}

.site_header {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: clamp(320px, 100%, 480px);
  border-bottom: min(0.5333333333vw, 4px) solid #082258;
  background-color: #00092c;
  padding-top: min(2.6666666667vw, 20px);
  padding-bottom: min(2.6666666667vw, 20px);
}
.site_header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site_header .header-icon {
  width: 9.6%;
}
.site_header .header-icon img {
  aspect-ratio: 96 / 96;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 96 / 96) {
  .site_header .header-icon img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.site_header .header-icon > .inner {
  display: block;
}
.site_header .header-icon > .inner:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.site_header .logo {
  width: 35.1%;
}
.lottery_section-inner {
  position: relative;
  aspect-ratio: 750 / 1100;
  width: 100%;
  height: auto;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@supports not (aspect-ratio: 750 / 1100) {
  .lottery_section-inner {
    width: 100%;
    height: 0;
    padding-bottom: 146.6666666667%;
  }
}
.lottery_section-hd {
  padding-top: min(12vw, 90px);
  padding-bottom: min(3.7333333333vw, 28px);
  margin-left: min(5.0666666667vw, 38px);
  margin-right: min(5.0666666667vw, 38px);
}
.lottery_section-hd .txt {
  text-align: center;
  font-size: min(3.7333333333vw, 28px);
  color: #ffffff;
}
.lottery_section-hd .txt-text-highlight {
  padding-left: 1px;
  padding-right: 1px;
  color: #ffffff;
  font-weight: 700;
  font-size: min(4.2666666667vw, 32px);
}
.lottery_section-hd .txt-text-small {
  font-size: min(3.4666666667vw, 26px);
  color: #5a6798;
}
.lottery_section-bd .title {
  width: 76.5333333333%;
  margin: auto;
  margin-top: min(4.8vw, 36px);
}
.lottery_section-bd .content {
  position: relative;
}
.lottery_section-bd .content .web_closeMessage {
  text-align: center;
  font-size: min(6vw, 28px);
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200px);
}
.lottery_section-bd .content .content-block {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
}
.lottery_section-bd .content .scratch_card-block {
  top: min(3.2vw, 24px);
  width: 100%;
}
.scratch_card .lottery_section-bd .content .scratch_card-block {
  opacity: 1;
  z-index: 1;
}
.lottery_section-bd .content .smash_egg-block {
  top: min(4vw, 30px);
  width: 91.2%;
}
.smash_egg .lottery_section-bd .content .smash_egg-block {
  opacity: 1;
  z-index: 1;
}
.js-enterSmashEgg .lottery_section-bd .content .smash_egg-block {
  cursor: none;
}
.lottery_section-bd .content .money_tree-block {
  top: min(3.7333333333vw, 28px);
  width: 93.2%;
}
.money_tree .lottery_section-bd .content .money_tree-block {
  opacity: 1;
  z-index: 1;
}
.js-enterMoneyTree .lottery_section-bd .content .money_tree-block {
  cursor: none;
}
.lottery_section-bd .content .img-smash_egg {
  aspect-ratio: 913 / 970;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 913 / 970) {
  .lottery_section-bd .content .img-smash_egg {
    width: 100%;
    height: 0;
    padding-bottom: 106.2431544359%;
  }
}
.lottery_section-bd .content .img-money_tree {
  aspect-ratio: 931 / 1018;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 931 / 1018) {
  .lottery_section-bd .content .img-money_tree {
    width: 100%;
    height: 0;
    padding-bottom: 109.3447905478%;
  }
}
.js-enterMoneyTree .lottery_section-bd .content .img-money_tree {
  visibility: hidden;
}
.lottery_section-ft .btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.1333333333vw, 16px);
  padding: 0px min(2.1333333333vw, 16px);
}
.lottery_section-ft .btns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(2.1333333333vw, 16px);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.lottery_section-ft .btns-item-title {
  font-size: min(4.2666666667vw, 32px);
  font-weight: bold;
  color: #ffffff;
}
.lottery_section-ft .btns-item-txt {
  font-size: min(3.2vw, 24px);
  color: #7286d0;
}
.lottery_section-ft .btns-item:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}
.lottery_section-info {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  padding-bottom: min(4.2666666667vw, 32px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lottery_section-info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 40%;
  background-color: #030d36;
}
.lottery_section .container {
  margin: 0;
}

@media (min-width: 480px) {
  .lottery_section-bd .title {
    margin-top: min(4vw, 30px);
  }
  .lottery_section-bd .content .content-block {
    top: min(2.1333333333vw, 16px);
  }
  .lottery_section-hd {
    padding-top: min(8vw, 60px);
    padding-bottom: min(2.1333333333vw, 16px);
  }
  .lottery_section-hd .title {
    margin-top: min(4vw, 30px);
  }
  .lottery_section-hd .txt {
    font-size: min(2.1333333333vw, 16px);
  }
  .lottery_section-hd .txt-text-highlight {
    font-size: min(2.6666666667vw, 20px);
  }
  .lottery_section-hd .txt-text-small {
    font-size: min(1.8666666667vw, 14px);
  }
  .lottery_section-info {
    padding-bottom: min(2.6666666667vw, 20px);
  }
  .lottery_section-ft .btns-item {
    padding: min(1.3333333333vw, 10px);
  }
  .lottery_section-ft .btns-item-title {
    font-size: min(2.1333333333vw, 16px);
  }
  .lottery_section-ft .btns-item-txt {
    font-size: min(1.8666666667vw, 14px);
  }
}
.scratch_card-paper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transform-origin: center 60%;
      -ms-transform-origin: center 60%;
          transform-origin: center 60%;
}
.scratch_card-btn {
  position: absolute;
  left: 49%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 40%;
  width: 50%;
}
.scratch_card-btn img {
  width: 100%;
}
.scratch_card-btn img:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.scratch_card-hand {
  position: absolute;
  top: 50%;
  left: 67.9860302678%;
  width: 20.7217694994%;
}
.scratch_card-hand img {
  aspect-ratio: 178 / 183;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 178 / 183) {
  .scratch_card-hand img {
    width: 100%;
    height: 0;
    padding-bottom: 102.808988764%;
  }
}
.js-enterScratchCard .scratch_card-hand {
  visibility: hidden;
}
.scratch_card-area {
  position: absolute;
  top: 0px;
  left: 49%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  top: 32%;
  width: 79.9767171129%;
}
.js-enterScratchCard .scratch_card-area {
  cursor: none;
}
.scratch_card-box {
  position: relative;
  aspect-ratio: 687 / 336;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 687 / 336) {
  .scratch_card-box {
    width: 100%;
    height: 0;
    padding-bottom: 48.9082969432%;
  }
}
.scratch_card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 687 / 336;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: black;
  z-index: 1;
}
@supports not (aspect-ratio: 687 / 336) {
  .scratch_card-content {
    width: 100%;
    height: 0;
    padding-bottom: 48.9082969432%;
  }
}
.scratch_card-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scratch_card-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.scratch_card-cursor {
  position: absolute;
  top: calc(var(--block-y) * 1px);
  left: calc(var(--block-x) * 1px);
  width: min(20.7217694994%, 100px);
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
}
.scratch_card-cursor img {
  aspect-ratio: 178 / 183;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 178 / 183) {
  .scratch_card-cursor img {
    width: 100%;
    height: 0;
    padding-bottom: 102.808988764%;
  }
}
.js-showScratchCardHand .scratch_card-cursor {
  opacity: 1;
}
.js-showCursor .scratch_card-cursor {
  opacity: 1;
}

.smash_egg-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 55.6701030928%;
  z-index: 10;
  width: 32.8587075575%;
}
.smash_egg-btn img {
  aspect-ratio: 429 / 172;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 429 / 172) {
  .smash_egg-btn img {
    width: 100%;
    height: 0;
    padding-bottom: 40.0932400932%;
  }
}
.smash_egg-btn img:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.js-enterSmashEgg .smash_egg-btn {
  visibility: hidden;
}
.smash_egg-hammer {
  position: absolute;
  top: 51.0309278351%;
  left: 67.2508214677%;
  z-index: 10;
  width: 19.7152245345%;
  -webkit-transform-origin: 80% 80%;
      -ms-transform-origin: 80% 80%;
          transform-origin: 80% 80%;
}
.smash_egg-hammer img {
  aspect-ratio: 180 / 197;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 180 / 197) {
  .smash_egg-hammer img {
    width: 100%;
    height: 0;
    padding-bottom: 109.4444444444%;
  }
}
.js-enterSmashEgg .smash_egg-hammer {
  visibility: hidden;
}
.smash_egg-cracks_glow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
}
.smash_egg-cracks_glow img {
  aspect-ratio: 915 / 971;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 915 / 971) {
  .smash_egg-cracks_glow img {
    width: 100%;
    height: 0;
    padding-bottom: 106.1202185792%;
  }
}

.smash_egg-cracks_area {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  aspect-ratio: 915 / 971;
  width: 100%;
  height: auto;
  cursor: none;
}
@supports not (aspect-ratio: 915 / 971) {
  .smash_egg-cracks_area {
    width: 100%;
    height: 0;
    padding-bottom: 106.1202185792%;
  }
}

.smash_egg-cracks_glow-group {
  width: 100%;
  aspect-ratio: 915 / 971;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 915 / 971) {
  .smash_egg-cracks_glow-group {
    width: 100%;
    height: 0;
    padding-bottom: 106.1202185792%;
  }
}

.smash_egg-cursor {
  position: absolute;
  top: calc(var(--block-y) * 1px);
  left: calc(var(--block-x) * 1px);
  width: min(19.7152245345%, 100px);
  z-index: 2000;
  -webkit-transform-origin: 80% 80%;
      -ms-transform-origin: 80% 80%;
          transform-origin: 80% 80%;
  pointer-events: none;
  opacity: 0;
}
.smash_egg-cursor img {
  aspect-ratio: 180 / 197;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 180 / 197) {
  .smash_egg-cursor img {
    width: 100%;
    height: 0;
    padding-bottom: 109.4444444444%;
  }
}
.js-showSmashEggHammer .smash_egg-cursor {
  opacity: 1;
}
.js-showCursor .smash_egg-cursor {
  opacity: 1;
}

.money_tree-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 58.9390962672%;
  width: 49.9462943072%;
}
.money_tree-btn img {
  aspect-ratio: 465 / 186;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 465 / 186) {
  .money_tree-btn img {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
.money_tree-btn img:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.money_tree-hand {
  position: absolute;
  top: 68.7622789784%;
  left: 69.0655209452%;
  width: 14.1783029001%;
}
.money_tree-hand img {
  aspect-ratio: 132 / 164;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 132 / 164) {
  .money_tree-hand img {
    width: 100%;
    height: 0;
    padding-bottom: 124.2424242424%;
  }
}

.money_tree-enter-group {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  aspect-ratio: 931 / 1018;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@supports not (aspect-ratio: 931 / 1018) {
  .money_tree-enter-group {
    width: 100%;
    height: 0;
    padding-bottom: 109.3447905478%;
  }
}
.money_tree-enter-group .tw_img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.money_tree-enter-group .tw_img img {
  aspect-ratio: 931 / 1018;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 931 / 1018) {
  .money_tree-enter-group .tw_img img {
    width: 100%;
    height: 0;
    padding-bottom: 109.3447905478%;
  }
}
.money_tree-enter-group .tw_img:not(.layer1) img {
  -webkit-transform: translate(-0.1611170784%, 0.1473477407%);
      -ms-transform: translate(-0.1611170784%, 0.1473477407%);
          transform: translate(-0.1611170784%, 0.1473477407%);
}
.money_tree-enter-group.js-active {
  opacity: 1;
  pointer-events: all;
}
.money_tree-enter-group .layer1,
.money_tree-enter-group .layer3 {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.money_tree-cursor {
  position: absolute;
  top: calc(var(--block-y) * 1px);
  left: calc(var(--block-x) * 1px);
  width: min(20.7217694994%, 80px);
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
}
.money_tree-cursor img {
  aspect-ratio: 132 / 164;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 132 / 164) {
  .money_tree-cursor img {
    width: 100%;
    height: 0;
    padding-bottom: 124.2424242424%;
  }
}
.js-showMoneyTreeHand .money_tree-cursor {
  opacity: 1;
}
.js-showCursor .money_tree-cursor {
  opacity: 1;
}

.money_tree-red_envelopes.layer4-1 {
  -webkit-transform-origin: 40.6652360515% 23.1827111984%;
      -ms-transform-origin: 40.6652360515% 23.1827111984%;
          transform-origin: 40.6652360515% 23.1827111984%;
}
.money_tree-red_envelopes.layer4-2 {
  -webkit-transform-origin: 82.6180257511% 46.2671905697%;
      -ms-transform-origin: 82.6180257511% 46.2671905697%;
          transform-origin: 82.6180257511% 46.2671905697%;
}
.money_tree-red_envelopes.layer4-3 {
  -webkit-transform-origin: 23.0686695279% 45.3831041257%;
      -ms-transform-origin: 23.0686695279% 45.3831041257%;
          transform-origin: 23.0686695279% 45.3831041257%;
}
.money_tree-red_envelopes.layer4-4 {
  -webkit-transform-origin: 57.8326180258% 33.7917485265%;
      -ms-transform-origin: 57.8326180258% 33.7917485265%;
          transform-origin: 57.8326180258% 33.7917485265%;
}
.money_tree-red_envelopes.layer4-5 {
  -webkit-transform-origin: 50% 41.8467583497%;
      -ms-transform-origin: 50% 41.8467583497%;
          transform-origin: 50% 41.8467583497%;
}
.money_tree-red_envelopes.layer4-6 {
  -webkit-transform-origin: 72.4248927039% 37.0333988212%;
      -ms-transform-origin: 72.4248927039% 37.0333988212%;
          transform-origin: 72.4248927039% 37.0333988212%;
}
.money_tree-red_envelopes.layer4-7 {
  -webkit-transform-origin: 35.1931330472% 37.0333988212%;
      -ms-transform-origin: 35.1931330472% 37.0333988212%;
          transform-origin: 35.1931330472% 37.0333988212%;
}
.money_tree-red_envelopes.layer4-8 {
  -webkit-transform-origin: 60.4077253219% 44.9901768173%;
      -ms-transform-origin: 60.4077253219% 44.9901768173%;
          transform-origin: 60.4077253219% 44.9901768173%;
}

.winner_section {
  padding-bottom: min(2vw, 15px);
}
.winner_section-inner {
  position: relative;
  border-radius: min(6.6666666667vw, 50px);
  background: -webkit-gradient(linear, left top, left bottom, from(#162976), color-stop(20%, #00092c), color-stop(27%, #00092c), color-stop(70%, #00092c), color-stop(95%, #162976));
  background: linear-gradient(to bottom, #162976 0%, #00092c 20%, #00092c 27%, #00092c 70%, #162976 95%);
  padding: min(5.3333333333vw, 40px) min(3.6vw, 27px);
}
.winner_section .tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(7.2vw, 54px);
  width: 100%;
  border-bottom: min(0.2666666667vw, 2px) solid #203583;
}
.winner_section .tabs_item {
  position: relative;
  padding-bottom: min(2.1333333333vw, 16px);
  color: #7c86b0;
  font-size: min(4.8vw, 36px);
  letter-spacing: 1px;
  cursor: pointer;
}
.winner_section .tabs_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: min(0.6666666667vw, 5px);
  background-color: #203583;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.winner_section .tabs_item:hover, .winner_section .tabs_item.js-active {
  color: #ffffff;
}
.winner_section .tabs_item:hover::after, .winner_section .tabs_item.js-active::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}
.winner_section .winner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.6666666667vw, 20px);
  padding-top: min(4.5333333333vw, 34px);
  color: #7c86b0;
  font-size: min(3.2vw, 24px);
}
.winner_section .winner_item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.0666666667vw, 8px);
}
.winner_section .winner_item-col .icon {
  width: min(4.8vw, 36px);
}
.winner_section .winner_item-col .icon img {
  aspect-ratio: 117 / 93;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 117 / 93) {
  .winner_section .winner_item-col .icon img {
    width: 100%;
    height: 0;
    padding-bottom: 79.4871794872%;
  }
}
.winner_section .winner_item .time {
  white-space: nowrap;
  overflow-wrap: normal;
}
.winner_section .no-data {
  padding-top: min(14.1333333333vw, 106px);
  padding-bottom: min(14.1333333333vw, 106px);
}
.winner_section .no-data .tw_img {
  width: 56.5333333333%;
  margin: auto;
}
.winner_section .no-data .tw_img img {
  aspect-ratio: 566 / 325;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 566 / 325) {
  .winner_section .no-data .tw_img img {
    width: 100%;
    height: 0;
    padding-bottom: 57.4204946996%;
  }
}
.winner_section .no-data .txt {
  color: #b6bed1;
  font-size: min(5.3333333333vw, 40px);
  letter-spacing: 1px;
  text-align: center;
}

@media (min-width: 480px) {
  .winner_section-inner {
    border-radius: min(3.7333333333vw, 28px);
    padding: min(2.6666666667vw, 20px);
  }
  .winner_section .tabs_item {
    font-size: min(2.6666666667vw, 20px);
    padding-bottom: min(1.6vw, 12px);
  }
  .winner_section .winner_item {
    gap: min(1.6vw, 12px);
    padding-top: min(2.1333333333vw, 16px);
    font-size: min(1.8666666667vw, 14px);
  }
  .winner_section .no-data .txt {
    font-size: min(3.2vw, 24px);
  }
}
.info_section {
  padding-bottom: min(2vw, 15px);
}
.info_section-inner {
  position: relative;
  border-radius: min(6.6666666667vw, 50px);
  background-size: cover;
  background: -webkit-gradient(linear, left top, left bottom, from(#162976), color-stop(20%, #00092c), color-stop(27%, #00092c), color-stop(70%, #00092c), color-stop(95%, #162976));
  background: linear-gradient(to bottom, #162976 0%, #00092c 20%, #00092c 27%, #00092c 70%, #162976 95%);
  padding: min(1.8666666667vw, 14px) min(2.9333333333vw, 22px);
}
.info_section-hd {
  position: relative;
}
.info_section-hd .tw_img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  margin: auto;
}
.info_section-hd .tw_img img {
  aspect-ratio: 377 / 65;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 377 / 65) {
  .info_section-hd .tw_img img {
    width: 100%;
    height: 0;
    padding-bottom: 17.2413793103%;
  }
}
.info_section-bd::before {
  content: "";
  display: block;
  aspect-ratio: 722 / 86;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 722 / 86) {
  .info_section-bd::before {
    width: 100%;
    height: 0;
    padding-bottom: 11.9113573407%;
  }
}
.info_section-bd .txt {
  font-size: min(3.2vw, 24px);
  color: #959fc5;
  letter-spacing: 1px;
  line-height: 1.8;
}
.info_section-bd .special-txt {
  height: 63px;
  padding: min(1.0666666667vw, 8px) min(1.6vw, 12px);
  border-radius: 63px;
  border: 1px solid #21378c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #00092c), color-stop(82%, #1b3189));
  background: linear-gradient(to bottom, #00092c 49%, #1b3189 82%);
}
.info_section-bd .d-block {
  display: block;
  padding: min(1.3333333333vw, 10px) 0;
}

@media (min-width: 480px) {
  .info_section-bd .txt {
    font-size: min(1.8666666667vw, 14px);
  }
  .info_section-bd .special-txt {
    padding: min(0.5333333333vw, 4px) min(1.0666666667vw, 8px);
  }
  .info_section-hd .tw_img {
    width: 50%;
  }
  .info_section-inner {
    border-radius: min(3.7333333333vw, 28px);
    padding: min(2.6666666667vw, 20px);
  }
}
.popup {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  width: clamp(320px, 100%, 480px);
  height: 100vh;
  padding-left: min(1.8666666667vw, 14px);
  padding-right: min(1.8666666667vw, 14px);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.popup.popup-show {
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
.popup.popup-show .popup-wrap {
  scale: 1;
  opacity: 1;
}
.popup-wrap {
  position: relative;
  aspect-ratio: 960 / 529;
  width: 100%;
  height: auto;
  opacity: 0;
  scale: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@supports not (aspect-ratio: 960 / 529) {
  .popup-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 55.1041666667%;
  }
}
.popup-close {
  position: absolute;
  right: 0px;
  top: calc(min(9.3333333333vw, 70px) * -1 - min(1.3333333333vw, 10px));
  width: min(9.3333333333vw, 70px);
}
.popup-close:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.popup-block {
  background-size: cover;
  aspect-ratio: 960 / 529;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 960 / 529) {
  .popup-block {
    width: 100%;
    height: 0;
    padding-bottom: 55.1041666667%;
  }
}

@media (min-width: 480px) {
  .popup-close {
    top: calc(min(5.3333333333vw, 40px) * -1 - min(1.3333333333vw, 10px));
    width: min(5.3333333333vw, 40px);
  }
}
.login_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4vw, 30px);
  width: 79.3333333333%;
  height: 100%;
  margin: auto;
}
.login_form-field {
  width: 100%;
}
.login_form-field .user_id-error-msg:not(:empty) {
  padding: 0.3em;
  color: var(--text-highlight2);
  font-size: min(3.2vw, 24px);
  font-weight: bold;
}
.login_form-controll {
  border-radius: min(1.7333333333vw, 13px);
  border: 1px solid #444;
  aspect-ratio: 595 / 76;
  width: 100%;
  height: auto;
  padding: 0 min(4.5333333333vw, 34px);
  font-size: min(4.2666666667vw, 32px);
}
@supports not (aspect-ratio: 595 / 76) {
  .login_form-controll {
    width: 100%;
    height: 0;
    padding-bottom: 12.7731092437%;
  }
}
.login_form-btn {
  display: block;
  width: 42.3529411765%;
  border: none;
  background-color: transparent;
}
.login_form-btn:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.login_form-btn img {
  aspect-ratio: 252 / 86;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 252 / 86) {
  .login_form-btn img {
    width: 100%;
    height: 0;
    padding-bottom: 34.126984127%;
  }
}

@media (min-width: 480px) {
  .login_form {
    gap: min(2.1333333333vw, 16px);
  }
  .login_form-controll {
    border-radius: min-ser-vw(8);
    padding: 0 min(2.6666666667vw, 20px);
    font-size: min(2.6666666667vw, 20px);
  }
  .login_form-field .user_id-error-msg:not(:empty) {
    font-size: min(2.1333333333vw, 16px);
  }
}
/* 查詢中心popup */
.popup-search .panel {
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  padding: 16px;
	background: linear-gradient(180deg, #0c1f6b 5%, #020a2d 30%, #020a2d 90%, #0c1f6b );
  box-shadow:
    0 0 20px #4958f0,
    inset 0 0 0 4px #a3b3f1;
}
/* 內層深色區 */
.popup-search .panel-inner {
  /*background: linear-gradient(180deg, #06113a, #020824);*/
  border-radius: 18px;
  /*padding: 16px 12px 20px;*/
  color: #cfe4ff;
}
/* 標題 */
.popup-search .title {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.popup-search .title span {
  background: linear-gradient(180deg, #0b1c5a, #020824);
  padding: 6px 28px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}
/* 表頭 */
.popup-search .table-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}
.popup-search .popup-search .table-header div {
  position: relative;
  padding-bottom: 6px;
}
.popup-search .table-header div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 4px;
  background: #203583;
  border-radius: 4px; z-index: 1;
}
.popup-search .table-header span {
	width: 100%;
  position: relative;

}
.popup-search .table-header span::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #203583;
  border-radius: 4px;  z-index: 0;
}
/* 表格列 */
.popup-search .row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  align-items: center;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255,255,255,.3);
  font-size: 14px;
	color: #93a5e9;
}
@media (max-width: 480px) {
  .popup-search .row {
    font-size: 12px;
    padding: 8px 0;
  }
}
.popup-search .row:last-child {
  border-bottom: none;
}
.popup-search .link {
  color: #93a5e9;
  cursor: pointer;
}
/* 分頁 */
.popup-search .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
 color: #415294;
}
/* .popup-search .page {
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #415294;
  color: #415294;
}
.popup-search .page.active {
  background: #415294;
  border-color: #415294;
  color: #fff;
} */

/* layui分頁自訂樣式 */
.layui-laypage {
  margin: 0;
}
.layui-laypage > * {
  margin-bottom: 0 !important;
  background-color: unset !important;
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
  border: unset !important;
}
.layui-laypage > *:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .layui-laypage > *:not(:last-child) {
    margin-right: 4px;
  }
}
.layui-laypage a, .layui-laypage span {
  font-size: 14px;
}
@media (max-width: 480px) {
  .layui-laypage a, .layui-laypage span {
    font-size: 12px;
  }
}
.layui-laypage a:not(.layui-laypage-prev):not(.layui-laypage-next),
.layui-laypage .layui-laypage-curr {
  border-radius: 4px;
  border: 1px solid #415294 !important;
  color: #415294;
  padding: 2px 8px !important;
}
@media (max-width: 480px) {
  .layui-laypage a:not(.layui-laypage-prev):not(.layui-laypage-next),
  .layui-laypage .layui-laypage-curr {
    padding: 2px 4px !important;
  }
}
.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next {
  color: #415294 !important;
}
.layui-laypage .layui-laypage-prev:not(.layui-disabled):hover,
.layui-laypage .layui-laypage-next:not(.layui-disabled):hover {
  color: #fff !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #415294 !important;
  border-radius: 4px !important;
}
.layui-laypage .layui-disabled {
  color: #333 !important;
}

/* 第二個 swiper-slide (我的记录) 的表格樣式 */
.winner_section .swiper-slide .table-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}
.winner_section .swiper-slide .table-header div {
  position: relative;
  padding-bottom: 6px;
}
.winner_section .swiper-slide .table-header div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 4px;
  background: #203583;
  border-radius: 4px;
  z-index: 1;
}
.winner_section .swiper-slide .table-header span {
  width: 100%;
  position: relative;
}
.winner_section .swiper-slide .table-header span::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #203583;
  border-radius: 4px;
  z-index: 0;
}
.winner_section .swiper-slide .row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  align-items: center;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255,255,255,.3);
  font-size: 14px;
  color: #93a5e9;
}
@media (max-width: 480px) {
  .winner_section .swiper-slide .row {
    font-size: 12px;
    padding: 8px 0;
  }
}
.winner_section .swiper-slide .row:last-child {
  border-bottom: none;
}
.winner_section .swiper-slide .link {
  color: #93a5e9;
  cursor: pointer;
}
.winner_section .swiper-slide .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  color: #415294;
}

.popup-bonus .txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #ca1a10;
  font-size: min(10.9333333333vw, 82px);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.popup-bonus .txt small {
  font-size: min(8vw, 60px);
}
.popup-bonus .bonus-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: transparent;
  border: none;
}
.popup-bonus .bonus-btn .tw_img:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.bonus-scratch_card .popup-block {
  aspect-ratio: 994 / 923;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 994 / 923) {
  .bonus-scratch_card .popup-block {
    width: 100%;
    height: 0;
    padding-bottom: 92.8571428571%;
  }
}
.bonus-scratch_card .txt {
  top: 49.0790899242%;
}
.bonus-scratch_card .bonus-btn {
  top: 71.2892741062%;
  width: 37.9275653924%;
}
.bonus-scratch_card .bonus-btn img {
  aspect-ratio: 377 / 143;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 377 / 143) {
  .bonus-scratch_card .bonus-btn img {
    width: 100%;
    height: 0;
    padding-bottom: 37.9310344828%;
  }
}

.bonus-smash_egg .popup-block {
  aspect-ratio: 1000 / 1094;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 1000 / 1094) {
  .bonus-smash_egg .popup-block {
    width: 100%;
    height: 0;
    padding-bottom: 109.4%;
  }
}
.bonus-smash_egg .txt {
  top: 61.0603290676%;
}
.bonus-smash_egg .bonus-btn {
  top: 72.760511883%;
  width: 33.6%;
}
.bonus-smash_egg .bonus-btn img {
  aspect-ratio: 336 / 115;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 336 / 115) {
  .bonus-smash_egg .bonus-btn img {
    width: 100%;
    height: 0;
    padding-bottom: 34.2261904762%;
  }
}

.bonus-money_tree .popup-block {
  aspect-ratio: 1000 / 982;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 1000 / 982) {
  .bonus-money_tree .popup-block {
    width: 100%;
    height: 0;
    padding-bottom: 98.2%;
  }
}
.bonus-money_tree .txt {
  top: 60.3869653768%;
}
.bonus-money_tree .bonus-btn {
  top: 73.0142566191%;
  width: 33.6%;
}
.bonus-money_tree .bonus-btn img {
  aspect-ratio: 336 / 115;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: 336 / 115) {
  .bonus-money_tree .bonus-btn img {
    width: 100%;
    height: 0;
    padding-bottom: 34.2261904762%;
  }
}

@media (min-width: 480px) {
  .bonus-smash_egg .txt {
    font-size: min(6.6666666667vw, 50px);
  }
  .bonus-money_tree .txt {
    top: 59%;
    font-size: min(6.6666666667vw, 50px);
  }
  .popup-bonus .txt {
    font-size: min(6.6666666667vw, 50px);
  }
  .popup-bonus .txt small {
    font-size: min(5.3333333333vw, 40px);
  }
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: var(--animate-repeat);
          animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
          animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
          animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
          animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
          animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
          animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
          animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
          animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
          animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
          animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
          animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}


