html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  background-color: #e5c482;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.wrap {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 850px;
  background: url(../images/header-bg.jpg) no-repeat center top;
}

.container {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  isolation: isolate;
  padding-top: 50px;
  background: url(../images/container-bg.jpg) repeat-x center top;
}

.sec1 {
  width: 1225px;
  height: 598px;
  margin: 0 auto;
  background: url(../images/sec1-cont.png) no-repeat center top;
}

.sec2 {
  width: 1225px;
  height: 1170px;
  margin: 50px auto 0 auto;
  background: url(../images/sec2-cont.png) no-repeat center top;
}

.footer {
  width: 100%;
  height: auto;
  z-index: 1;
  background: #000;
  color: #7b7b7b;
  border-top: 2px solid #b69c72;
}

.footer-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 0;
  background: #181818;
}
.footer-social-btns a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-social-btns a img {
  top: -1px;
  left: -1px;
}
.footer-social-btns a:hover {
  background: #b69c72;
  border: 1px solid #b69c72;
  opacity: 1;
}

.footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left,
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.footer-left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.copyright {
  font-size: 12px;
}

.text-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pic-row {
  border-bottom: 1px solid #553e2f;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.agreement a {
  color: #7b7b7b;
  font-size: 12px;
}
.agreement a:hover {
  color: #666666;
}

.agreement-line {
  display: block;
  width: 2px;
  height: 16px;
  background: #7b7b7b;
  margin: 0 25px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.class-level {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.class-txt {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
    height: auto;
  }
  .footer-social-btns {
    padding: 30px 0;
  }
  .footer-inner {
    width: 100%;
    display: block;
    padding: 10% 5%;
  }
  .footer-left,
  .footer-right {
    display: block;
    width: 100%;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .lager-logo,
  .class-level {
    margin-bottom: 10px;
  }
  .copyright {
    margin-bottom: 20px;
  }
}
/* Header branding and social links */
.header-tools {
  position: absolute;
  top: clamp(20px, 2.08333vw, 40px);
  left: 0;
  width: min(100%, 100vw);
  padding: 0 clamp(20px, 3.125vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

.header-logo {
  display: block;
  width: clamp(180px, 15.72917vw, 302px);
  height: auto;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 0.9375vw, 18px);
}

.header-social-link {
  display: block;
  width: 68px;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header-social-link img {
  display: block;
  width: 100%;
  height: auto;
}

.header-social-link[href]:hover {
  opacity: 0.75;
}

.header-social-link:focus-visible,
.fixed-event-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Fixed to the viewport, including while scrolling. */
.fixed-event-link {
  position: fixed;
  right: 0;
  bottom: max(clamp(24px, 4.16667vw, 80px), env(safe-area-inset-bottom));
  z-index: 20;
  display: block;
  width: clamp(188px, 14.58333vw, 280px);
  padding: 5px 5px 3px;
  border: 2px solid #e6c48c;
  background: #705021;
  color: #f3d69b;
  text-align: center;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.fixed-event-link img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-event-link span {
  display: block;
  padding-top: 3px;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.4;
}

.fixed-event-link:hover {
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
}

@media screen and (max-width: 480px) {
  .header-tools {
    padding: 0 16px;
  }
  .header-logo {
    width: 150px;
  }
  .header-social {
    gap: 8px;
  }
  .header-social-link {
    width: 44px;
  }
  .fixed-event-link {
    width: 160px;
    bottom: 0;
  }
}
/* Match the centered 1920 x 850 header background coordinates. */
.header > .inner {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.header .star {
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/star.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-animation: machine-star-twinkle 2.8s ease-in-out infinite;
          animation: machine-star-twinkle 2.8s ease-in-out infinite;
}

.header .star1 {
  left: calc(50% + 220px);
  top: 270px;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.header .star2 {
  left: calc(50% + 258px);
  top: 231px;
  width: 48px;
  height: 48px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

.header .star3 {
  left: calc(50% + 550px);
  top: 453px;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.header .star4 {
  left: calc(50% + 530px);
  top: 485px;
  width: 48px;
  height: 48px;
  -webkit-animation-delay: -2.1s;
          animation-delay: -2.1s;
}

@-webkit-keyframes machine-star-twinkle {
  0%, 100% {
    opacity: 0.15;
    -webkit-transform: translate(-50%, -50%) scale(0.55);
            transform: translate(-50%, -50%) scale(0.55);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes machine-star-twinkle {
  0%, 100% {
    opacity: 0.15;
    -webkit-transform: translate(-50%, -50%) scale(0.55);
            transform: translate(-50%, -50%) scale(0.55);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .star {
    -webkit-animation: none;
            animation: none;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* Activity copy and character aligned with the 1225 x 598 artwork. */
.sec1 > .inner {
  width: 100%;
  height: 100%;
  color: #512008;
  font-size: 20px;
  font-weight: 700;
}

.sec1-description {
  position: absolute;
  top: 274px;
  left: 110px;
  width: 770px;
  line-height: 28px;
  text-align: center;
}

.sec1-prize {
  color: #086175;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sec1-prize:hover {
  color: #af1e01;
}

.sec1-channels {
  position: absolute;
  top: 452px;
  left: 284px;
  line-height: 28px;
}

.sec1-channel-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(81, 32, 8, 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sec1-channel-link:hover {
  text-decoration-color: currentColor;
}

.sec1-channel-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.sec1-channel-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  white-space: nowrap;
}

.sec1-channel-online img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82px;
  height: 38px;
  margin-right: 6px;
}

.sec1-character {
  position: absolute;
  top: 62px;
  left: 872px;
  width: 537px;
  height: 532px;
  pointer-events: none;
}

.sec1-8591-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-animation: card-logo-glow 3.6s ease-in-out infinite;
          animation: card-logo-glow 3.6s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.sec1-8591-link::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.85) 50%, transparent 75%);
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
  -webkit-animation: card-logo-shine 3.6s ease-in-out infinite;
          animation: card-logo-shine 3.6s ease-in-out infinite;
}

.sec1-8591-link img {
  margin-right: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.sec1-8591-link:hover,
.sec1-8591-link:focus-visible {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.sec1-8591-link:hover img,
.sec1-8591-link:focus-visible img {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.sec1-8591-link:focus-visible,
.sec1-prize:focus-visible {
  outline: 2px solid #086175;
  outline-offset: 4px;
}

@-webkit-keyframes card-logo-shine {
  0%, 15% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  45%, 100% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
  }
}

@keyframes card-logo-shine {
  0%, 15% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  45%, 100% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
  }
}
@-webkit-keyframes card-logo-glow {
  0%, 65%, 100% {
    -webkit-box-shadow: 0 0 0 rgba(236, 155, 26, 0);
            box-shadow: 0 0 0 rgba(236, 155, 26, 0);
  }
  30% {
    -webkit-box-shadow: 0 0 12px 3px rgba(236, 155, 26, 0.55);
            box-shadow: 0 0 12px 3px rgba(236, 155, 26, 0.55);
  }
}
@keyframes card-logo-glow {
  0%, 65%, 100% {
    -webkit-box-shadow: 0 0 0 rgba(236, 155, 26, 0);
            box-shadow: 0 0 0 rgba(236, 155, 26, 0);
  }
  30% {
    -webkit-box-shadow: 0 0 12px 3px rgba(236, 155, 26, 0.55);
            box-shadow: 0 0 12px 3px rgba(236, 155, 26, 0.55);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sec1-8591-link {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
  .sec1-8591-link::after {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
  .sec1-8591-link img {
    -webkit-transition: none;
    transition: none;
  }
}
.sec2 > .inner {
  width: 100%;
  height: 100%;
  color: #512008;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.sec2-star {
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/star.png) no-repeat center/contain;
  pointer-events: none;
  -webkit-animation: machine-star-twinkle 2.8s ease-in-out infinite;
          animation: machine-star-twinkle 2.8s ease-in-out infinite;
}

.sec2-star1 {
  left: 271px;
  top: 817px;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sec2-star2 {
  left: 228px;
  top: 850px;
  width: 48px;
  height: 48px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

.sec2-star3 {
  left: 545px;
  top: 1005px;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sec2-star4 {
  left: 527px;
  top: 1034px;
  width: 48px;
  height: 48px;
  -webkit-animation-delay: -2.1s;
          animation-delay: -2.1s;
}

@media (prefers-reduced-motion: reduce) {
  .sec2-star {
    -webkit-animation: none;
            animation: none;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.sec2-step1 {
  position: absolute;
  top: 165px;
  left: 127px;
  width: 620px;
}

.sec2-step2 {
  position: absolute;
  top: 398px;
  left: 514px;
  width: 690px;
}

.sec2 em {
  color: #af1e01;
  font-style: normal;
}

.sec2 .sec2-note {
  color: #c68e27;
}

.sec2-step2 ol {
  padding-left: 24px;
}

.sec2-step2 li .sec2-note {
  font-size: 16px;
}

.sec2-probability-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.sec2-probability-actions button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border: 2px solid #c99531;
  border-radius: 7px;
  background: #ffe0b2;
  color: #512008;
  font: inherit;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.sec2-probability-actions button:hover {
  background: #ffcc84;
}

.search-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.reward-dialog-open {
  overflow: hidden;
}

.reward-dialog {
  position: fixed;
  inset: 0;
  width: min(560px, 100vw - 32px);
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 32px;
  overflow: auto;
  border: 2px solid #c99531;
  border-radius: 16px;
  background: #fff3df;
  color: #512008;
  -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

.reward-dialog::-ms-backdrop {
  background: rgba(34, 15, 5, 0.68);
}

.reward-dialog::backdrop {
  background: rgba(34, 15, 5, 0.68);
}

.reward-dialog h2 {
  margin: 0 28px 24px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.reward-dialog h2 span {
  display: block;
  color: #af1e01;
  font-size: 18px;
}

.reward-dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #512008;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.reward-dialog-close:hover {
  background: #ffe0b2;
}

.reward-dialog table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

.reward-dialog th, .reward-dialog td {
  padding: 12px 16px;
  border: 1px solid #d7af68;
  text-align: left;
}

.reward-dialog thead {
  background: #705021;
  color: #fff3df;
}

.reward-dialog tbody th {
  font-weight: 700;
}

.reward-dialog td {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.reward-dialog tbody tr:nth-child(even) {
  background: #ffe8c5;
}

.sec2-probability-actions button:focus-visible,
.reward-dialog-close:focus-visible {
  outline: 3px solid #af1e01;
  outline-offset: 3px;
}

@media screen and (max-width: 480px) {
  .reward-dialog {
    padding: 28px 16px 20px;
  }
  .reward-dialog h2 {
    font-size: 22px;
  }
  .reward-dialog th, .reward-dialog td {
    padding: 10px;
    font-size: 16px;
  }
}
/* Three-piece frame grows with the notice text. */
.sec3 {
  width: 1225px;
  margin: 80px auto 0;
  padding: 43px 0 36px;
  background: url(../images/cont-top.png) no-repeat center top, url(../images/cont-bottom.png) no-repeat center bottom;
}

.sec3-title {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.sec3-title img {
  display: block;
  width: 339px;
  height: 73px;
}

.sec3-content {
  padding: 8px 80px 22px;
  background: url(../images/cont-middle.png) repeat-y center top;
}

.sec3-notices {
  list-style: decimal outside;
  padding-left: 1.8em;
  color: #996b20;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  overflow-wrap: break-word;
}

.sec3-notices a {
  color: #af1e01;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sec3-notices a:hover {
  color: #752000;
}

.sec3-notices a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.sec1-mobile-title,
.sec1-mobile-time,
.sec1-mobile-tagline,
.sec1-mobile-channel-title {
  display: none;
}

@media screen and (max-width: 768px) {
  .wrap {
    min-width: 0;
  }
  .header {
    min-width: 0;
    height: auto;
    aspect-ratio: 768/994;
    background-image: url(../images/header-bg-m.jpg);
    background-size: 100% auto;
  }
  .header-tools {
    top: 12px;
    padding: 0 12px;
  }
  .header-logo {
    width: clamp(140px, 34vw, 220px);
  }
  .header-social {
    gap: 6px;
  }
  .header-social-link {
    width: clamp(44px, 9vw, 64px);
  }
  .header .star {
    width: 9.9%;
    height: auto;
    aspect-ratio: 1;
  }
  .header .star1 {
    left: 15.1%;
    top: 51.8%;
  }
  .header .star2 {
    left: 9.9%;
    top: 56.1%;
    width: 6.25%;
  }
  .header .star3 {
    left: 49.9%;
    top: 73.1%;
  }
  .header .star4 {
    left: 47.4%;
    top: 76.1%;
    width: 6.25%;
  }
  .sec1 {
    width: calc(100% - 32px);
    max-width: 735px;
    height: auto;
    margin: 10px auto 0;
    background: none;
  }
  .sec1::before,
  .sec1::after {
    content: "";
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .sec1::before {
    aspect-ratio: 735/51;
    background-image: url(../images/cont-top-m.png);
  }
  .sec1::after {
    aspect-ratio: 735/43;
    margin-top: -1px;
    background-image: url(../images/cont-bottom-m.png);
  }
  .sec1 > .inner {
    height: auto;
    /* Overlap scaled slices to prevent fractional-pixel seams. */
    margin-top: -1px;
    padding: 0 3.5% 8px;
    background: url(../images/cont-middle-m.png) repeat-y center top/100% auto;
    font-size: clamp(16px, 2.8vw, 20px);
  }
  .sec1-mobile-title {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 46%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .sec1-mobile-title img,
  .sec1-mobile-channel-title img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec1-mobile-time {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
  }
  .sec1-mobile-tagline {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 6px;
  }
  .sec1-description {
    position: static;
    width: auto;
    font-size: inherit;
    line-height: 1.5;
    text-wrap: pretty;
  }
  .sec1-description br {
    display: none;
  }
  .sec1-mobile-channel-title {
    display: block;
    margin: 20px auto 16px;
    width: 100%;
  }
  .sec1-channels {
    position: static;
    padding: 18px 14px;
    border: 1px solid #c99531;
    border-radius: 22px;
    background: #ffe0b2;
    line-height: 1.8;
  }
  .sec1-channel-online {
    display: block;
    white-space: normal;
    margin-bottom: 8px;
  }
  .sec1-8591-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
  }
  .sec1-channel-online img {
    width: clamp(68px, 10.5vw, 70px);
    height: auto;
  }
  .sec1-character {
    display: none;
  }
}
.sec2-mobile-title,
.sec2-mobile-cards,
.sec2-mobile-subtitle,
.sec2-mobile-game,
.sec2-mobile-reward {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec2 {
    width: calc(100% - 32px);
    max-width: 735px;
    height: auto;
    margin: 54px auto 0;
    background: none;
  }
  .sec2::before,
  .sec2::after {
    content: "";
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .sec2::before {
    aspect-ratio: 735/51;
    background-image: url(../images/cont-top-m.png);
  }
  .sec2::after {
    aspect-ratio: 735/43;
    margin-top: -1px;
    background-image: url(../images/cont-bottom-m.png);
  }
  .sec2 > .inner {
    height: auto;
    margin-top: -1px;
    padding: 4px 3.5% 8px;
    background: url(../images/cont-middle-m.png) repeat-y center top/100% auto;
    font-size: clamp(16px, 2.8vw, 20px);
    line-height: 1.6;
  }
  .sec2-mobile-title {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 46%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .sec2-mobile-title img,
  .sec2-mobile-subtitle img,
  .sec2-mobile-reward > img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec2-mobile-cards {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto 4px;
  }
  .sec2-mobile-subtitle {
    display: block;
    width: 94%;
    margin: 0 auto 12px;
  }
  .sec2-step1,
  .sec2-step2 {
    position: static;
    width: auto;
    margin: 0 4%;
  }
  .sec2-step1 br {
    display: none;
  }
  .sec2-mobile-game {
    display: block;
    width: 90%;
    height: auto;
    margin: 18px auto 14px;
  }
  .sec2-step2 li .sec2-note {
    font-size: inherit;
  }
  .sec2-probability-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }
  .sec2-probability-actions button {
    min-height: 44px;
    padding: 8px;
    font-size: inherit;
    white-space: normal;
  }
  .sec2 > .inner > .sec2-star {
    display: none;
  }
  .sec2-mobile-reward {
    display: block;
    margin-top: 22px;
    border-radius: 32px;
    overflow: hidden;
  }
  .sec2-mobile-reward .sec2-star {
    width: 11.24%;
    height: auto;
    aspect-ratio: 1;
  }
  .sec2-mobile-reward .sec2-star1 {
    left: 32.1%;
    top: 23%;
  }
  .sec2-mobile-reward .sec2-star2 {
    left: 25.6%;
    top: 27.4%;
    width: 7.1%;
  }
  .sec2-mobile-reward .sec2-star3 {
    left: 72.5%;
    top: 48.6%;
  }
  .sec2-mobile-reward .sec2-star4 {
    left: 69.7%;
    top: 52.5%;
    width: 7.1%;
  }
}
@media screen and (max-width: 768px) {
  .sec3 {
    width: calc(100% - 32px);
    max-width: 735px;
    margin: 54px auto 0;
    padding: 0;
    background: none;
  }
  .sec3::before,
  .sec3::after {
    content: "";
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .sec3::before {
    aspect-ratio: 735/51;
    background-image: url(../images/cont-top-m.png);
  }
  .sec3::after {
    aspect-ratio: 735/43;
    margin-top: -1px;
    background-image: url(../images/cont-bottom-m.png);
  }
  .sec3-title {
    top: 0;
    width: 46%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sec3-title img {
    width: 100%;
    height: auto;
  }
  .sec3-content {
    margin-top: -1px;
    padding: 8px 6% 12px;
    background: url(../images/cont-middle-m.png) repeat-y center top/100% auto;
  }
  .sec3-notices {
    padding-left: 1.8em;
    font-size: clamp(16px, 2.8vw, 20px);
    line-height: 1.8;
  }
  .sec3-notices li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec1-description {
    line-height: 1.75;
  }
  .sec2 > .inner {
    line-height: 1.75;
  }
  .sec2-probability-actions button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reward-dialog th,
  .reward-dialog td {
    font-size: 18px;
  }
  .footer-left,
  .footer-right,
  .copyright,
  .class-txt,
  .agreement a {
    font-size: 14px;
    line-height: 1.7;
  }
}