@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.section {
  min-height: calc(100% - 261px);
}
@media screen and (max-width: 767px) {
  .section {
    min-height: calc(100% - 123px);
  }
}

.textPurple {
  color: #6b3d15;
  font-weight: bold;
}

.textGreen {
  color: #7ca21c;
}

.textCenter {
  text-align: center;
}

.textUnderline {
  text-decoration: underline;
}

.positionR {
  position: relative;
}

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

.dBlock {
  display: block;
}

.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justifyBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justifyStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.textCenter {
  text-align: center;
}

.marginX {
  margin: auto;
}

.perspective {
  -webkit-perspective: 1000;
          perspective: 1000;
}

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

body,
html {
  font-family: "Source Han Sans TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

a {
  text-decoration: none;
}

body.landing-body,
body.diggame-body {
  background: #9c612f url("../images/layout/bg.jpg") repeat center top/500px auto;
  color: #2c2417;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  --site-header-size: 118px;
  --site-footer-size: 40px;
}
@media screen and (max-width: 768px) {
  body.landing-body,
  body.diggame-body {
    --site-header-size: 100px;
    --site-footer-size: 46px;
  }
}

body.diggame-body {
  overscroll-behavior-x: none;
}

body.is-drag-active {
  -ms-touch-action: none;
      touch-action: none;
}

@media screen and (max-width: 768px) {
  body.is-nav-open {
    overflow: hidden;
  }
}

.header {
  position: relative;
  background: #769d22;
  color: #2b3d04;
  padding: 12px 20px;
  margin-bottom: 50px;
}
.header::after {
  content: "";
  background: url("../../assets/images/layout/nav.png") repeat-x center bottom/auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 6px 12px;
    margin-bottom: 20px;
  }
}

.logo {
  width: 12%;
}
@media screen and (max-width: 1280px) {
  .logo {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 140px;
  }
}
.logo a {
  display: block;
  aspect-ratio: 190/50;
  background-image: url("../../assets/images/layout/logo.png");
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
  background-repeat: no-repeat;
}

.headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .headerContainer {
    position: relative;
  }
}
.headerContainer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .headerContainer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
    background: #769d22;
    -webkit-box-shadow: 0 16px 32px rgba(43, 61, 4, 0.2);
            box-shadow: 0 16px 32px rgba(43, 61, 4, 0.2);
  }
  .headerContainer nav ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
.headerContainer nav a {
  font-size: 1.75rem;
  font-weight: 900;
  color: #2b3d04;
  margin-right: 50px;
}
.headerContainer nav a:hover {
  color: #ffe178;
}
@media screen and (max-width: 1280px) {
  .headerContainer nav a {
    font-size: 1.3rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .headerContainer nav a {
    display: block;
    margin-right: 0;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1.25rem;
    text-align: center;
  }
  .headerContainer nav a.headerHomeLink {
    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;
    width: 53px;
    height: 53px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .headerContainer nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .header.is-nav-open nav {
    display: block;
  }
}

.headerHomeLink {
  position: relative;
  display: block;
  width: 53px;
  height: 53px;
  margin-right: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .headerHomeLink {
    margin-inline: auto;
  }
}

.headerHomeLink__image {
  display: block;
  width: 100%;
  height: auto;
}

.headerHomeLink__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.headerHomeLink:focus-visible .headerHomeLink__image--hover {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .headerHomeLink:hover .headerHomeLink__image--hover {
    opacity: 1;
  }
}
.headerToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerToggle {
    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;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .headerToggle__line {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    border-radius: 99px;
    background: #2b3d04;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  }
}

@media screen and (max-width: 768px) {
  .header.is-nav-open .headerToggle__line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .header.is-nav-open .headerToggle__line:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .header.is-nav-open .headerToggle__line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.footer {
  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;
  min-height: 40px;
  padding: 0 12px;
  background: #714724;
  color: #e4c7b2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .footer {
    font-size: 0.75rem;
    padding-inline: 10px;
  }
}

body.modal-open {
  overflow: hidden;
}

.diggame-modal[hidden] {
  display: none;
}

.diggame-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  -ms-touch-action: auto;
      touch-action: auto;
}

.diggame-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 11, 6, 0.7);
}

.diggame-modal__panel {
  position: relative;
  z-index: 1;
  width: min(900px, 100% - 20px);
  padding: 90px 50px 40px;
  border-radius: 12px;
  background: url("../images/layout/border_horizontal.png") repeat-x left top/auto 18px, url("../images/layout/border_horizontal.png") repeat-x left bottom/auto 18px, url("../images/layout/border_vertical.png") repeat-y left top/18px auto, url("../images/layout/border_vertical.png") repeat-y right top/18px auto;
  -webkit-box-shadow: 0 22px 56px rgba(15, 7, 3, 0.44);
          box-shadow: 0 22px 56px rgba(15, 7, 3, 0.44);
  overflow: visible;
}
.diggame-modal__panel::before {
  content: "";
  position: absolute;
  inset: 18px 16px 16px;
  border: 4px solid #3d2416;
  border-radius: 4px;
  background: #726867;
  z-index: 0;
}
.diggame-modal__panel > * {
  position: relative;
  z-index: 1;
}

.diggame-modal__close {
  position: absolute;
  top: -34px;
  right: -28px;
  z-index: 3;
  width: clamp(72px, 8vw, 99px);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  -ms-touch-action: auto;
      touch-action: auto;
}
.diggame-modal__close img {
  display: block;
  width: 100%;
}

.diggame-modal__close-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.diggame-modal__close:focus-visible .diggame-modal__close-hover {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .diggame-modal__close:hover .diggame-modal__close-hover {
    opacity: 1;
  }
}
.diggame-modal__header-image {
  position: absolute;
  top: -12px;
  left: 40px;
  z-index: 2;
  display: block;
  width: 195px;
}
.diggame-modal__header-image[hidden] {
  display: none !important;
}

.diggame-modal__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}

.diggame-modal__copy {
  min-width: 0;
}

.diggame-modal__media {
  min-width: 0;
}

.diggame-modal__eyebrow {
  margin: 0 0 10px;
  color: #fff000;
  font-size: 1rem;
  font-weight: 900;
}
.diggame-modal__eyebrow[hidden] {
  display: none !important;
}

.diggame-modal__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 1.3rem + 0.85vw, 2.1rem);
  font-weight: 900;
  line-height: 1.6;
}

.diggame-modal__body {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.diggame-modal__body[hidden] {
  display: none !important;
}

.diggame-modal__illustration {
  display: block;
  width: min(100%, 350px);
  margin: 0 0 0 auto;
}
.diggame-modal__illustration[hidden] {
  display: none !important;
}

.diggame-modal__choices:empty,
.diggame-modal__actions:empty {
  display: none;
}

.diggame-modal__choices {
  margin-top: 26px;
}
@media screen and (max-width: 450px) {
  .diggame-modal__choices {
    margin-top: 12px;
  }
}

.diggame-modal__actions {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}

.diggame-modal__button {
  min-height: 40px;
  border: 3px solid #6a3a17;
  border-radius: 999px;
  background: #fffaf1;
  color: #3b2412;
  padding: 13px 24px;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  cursor: pointer;
  -ms-touch-action: auto;
      touch-action: auto;
  -webkit-transition: -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-filter 0.18s ease;
  transition: -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-filter 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-filter 0.18s ease;
}
.diggame-modal__button:hover, .diggame-modal__button:focus-visible {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 20px rgba(84, 48, 20, 0.18);
          box-shadow: 0 12px 20px rgba(84, 48, 20, 0.18);
}

.diggame-modal__button--answer {
  width: 100%;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  background: #faeddc;
  color: #221c15;
  padding: 5px 20px 5px 5px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.26);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.26);
  text-align: left;
  margin-bottom: 10px;
}
.diggame-modal__button--answer:hover, .diggame-modal__button--answer:focus-visible {
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.26), 0 12px 20px rgba(84, 48, 20, 0.18);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.26), 0 12px 20px rgba(84, 48, 20, 0.18);
}

.diggame-modal__button-badge {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  color: #221c15;
  font-size: clamp(1.75rem, 1.5rem + 0.3vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.diggame-modal__button-text {
  display: block;
  font-size: clamp(1.7rem, 1.48rem + 0.4vw, 2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.diggame-modal__button--primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#a8cf3b), to(#7fa91b));
  background: linear-gradient(180deg, #a8cf3b 0%, #7fa91b 100%);
  color: #263112;
}

.diggame-modal__button--secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff5d9), to(#ffd78e));
  background: linear-gradient(180deg, #fff5d9 0%, #ffd78e 100%);
}

.diggame-modal__panel[data-variant=question] {
  min-height: 500px;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__eyebrow,
.diggame-modal__panel[data-variant=question] .diggame-modal__body,
.diggame-modal__panel[data-variant=question] .diggame-modal__actions {
  display: none !important;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  gap: 28px 36px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__copy {
  display: contents;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__title {
  grid-column: 1/-1;
  margin-bottom: 4px;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__choices {
  grid-column: 1;
  margin-top: 0;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__media {
  grid-column: 2;
  grid-row: 2;
  min-width: 280px;
}
.diggame-modal__panel[data-variant=question] .diggame-modal__illustration {
  margin: 0 0 0 auto;
}

.diggame-modal__panel[data-variant=ending] {
  width: min(860px, 100% - 20px);
}

.diggame-modal__panel[data-variant=ending] .diggame-modal__header-image,
.diggame-modal__panel[data-variant=ending] .diggame-modal__eyebrow {
  display: none !important;
}

.diggame-modal__panel[data-variant=ending] .diggame-modal__content {
  text-align: center;
}

.diggame-modal__panel[data-variant=ending] .diggame-modal__illustration {
  margin: 22px auto 0;
  width: min(100%, 460px);
}

.diggame-modal__panel[data-variant=ending] .diggame-modal__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .diggame-modal__panel {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: auto;
    max-height: none;
  }
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel {
    width: min(100%, 760px);
    padding: 86px 34px 34px;
  }
  .diggame-modal__panel::before {
    inset: 16px 14px 14px;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel {
    width: 100%;
    padding: 74px 24px 24px;
  }
  .diggame-modal__panel::before {
    inset: 12px 10px 10px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel {
    padding: 66px 16px 18px;
  }
  .diggame-modal__panel::before {
    inset: 10px 8px 8px;
  }
}

@media screen and (max-width: 767px) {
  .diggame-modal__content {
    overflow: visible;
  }
}

@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=question] .diggame-modal__content {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .diggame-modal__panel[data-variant=question] .diggame-modal__illustration {
    grid-column: 1;
    grid-row: auto;
    margin: 0 auto;
  }
  .diggame-modal__panel[data-variant=question] .diggame-modal__media {
    grid-column: 1;
    grid-row: auto;
    min-width: 0;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=question] {
    min-height: auto;
    width: min(100%, 100vw - 16px);
  }
  .diggame-modal__panel[data-variant=question] .diggame-modal__content {
    gap: 14px;
  }
  .diggame-modal__panel[data-variant=question] .diggame-modal__choices {
    min-width: 0;
  }
  .diggame-modal__panel[data-variant=question] .diggame-modal__illustration {
    width: min(100%, 220px);
  }
}

@media screen and (max-width: 767px) {
  .diggame-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal {
    padding: 14px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal {
    padding: 8px;
  }
}

@media screen and (orientation: landscape) and (pointer: coarse) and (max-height: 720px) {
  .diggame-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 48px 16px 16px;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
  }
  .diggame-modal__backdrop {
    position: fixed;
  }
  .diggame-modal__panel {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 auto;
    max-height: none;
    overflow: visible;
  }
  .diggame-modal__content {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__close {
    top: -22px;
    right: -10px;
    width: min(82px, 22vw);
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__close {
    top: -16px;
    right: -2px;
    width: min(70px, 20vw);
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__header-image {
    top: -6px;
    left: 24px;
    width: min(168px, 42vw);
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__header-image {
    left: 16px;
    width: min(138px, 42vw);
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__title {
    font-size: clamp(1.35rem, 1.06rem + 1vw, 1.9rem);
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__title {
    font-size: 1.2rem;
    line-height: 1.45;
  }
}

@media screen and (max-width: 820px) {
  .diggame-modal__illustration {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__button--answer {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-height: 54px;
    padding: 8px 14px 8px 10px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__button--answer {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    min-height: 46px;
    padding: 6px 10px 6px 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__button-badge {
    width: 42px;
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__button-badge {
    width: 34px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__button-text {
    font-size: clamp(1.35rem, 1.12rem + 0.65vw, 1.7rem);
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__button-text {
    font-size: 0.92rem;
    line-height: 1.2;
    word-break: break-word;
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__actions {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}

@media screen and (max-width: 768px) {
  .diggame-modal__button:not(.diggame-modal__button--answer) {
    width: 100%;
  }
}

.diggame-modal__panel[data-variant=feedback] {
  width: min(1008px, 100vw - 32px);
  padding: 0 0 20px;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=feedback] {
    width: min(860px, 100vw - 28px);
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=feedback] {
    width: min(100%, 620px);
    padding-bottom: 12px;
  }
}
.diggame-modal__panel[data-variant=feedback]::before {
  display: none;
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__close,
.diggame-modal__panel[data-variant=feedback] .diggame-modal__header-image,
.diggame-modal__panel[data-variant=feedback] .diggame-modal__eyebrow {
  display: none !important;
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__content {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(280px, 54%);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0;
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__copy {
  min-width: 0;
  min-height: clamp(252px, 28vw, 392px);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: clamp(34px, 3.8vw, 58px) clamp(34px, 4vw, 52px) clamp(38px, 4.2vw, 56px) clamp(28px, 3.4vw, 44px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.diggame-modal__panel[data-variant=feedback][data-tone=correct] .diggame-modal__copy {
  background-image: url("../images/lightbox/correc_talk.png");
}
.diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__copy {
  background-image: url("../images/lightbox/wrong_talk.png");
  padding: clamp(30px, 3.4vw, 48px) clamp(30px, 3.5vw, 44px) clamp(36px, 4.4vw, 52px) clamp(24px, 3vw, 38px);
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__title {
  margin: 0 0 clamp(8px, 1.2vw, 14px);
  color: #faeddc;
  font-size: clamp(1.7rem, 1.15rem + 2vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  overflow-wrap: anywhere;
}
.diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__title {
  font-size: clamp(1.45rem, 1.05rem + 1.55vw, 2.55rem);
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__body {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 0.84rem + 0.9vw, 1.75rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__body.is-rich {
  white-space: normal;
}
.diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__body {
  font-size: clamp(0.96rem, 0.82rem + 0.7vw, 1.4rem);
  line-height: 1.35;
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__media {
  position: relative;
  z-index: 1;
  -ms-flex-item-align: end;
      align-self: end;
  justify-self: end;
  width: min(100%, 460px);
  margin-left: clamp(-112px, -7vw, -56px);
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__illustration {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}
.diggame-modal__panel[data-variant=feedback] .diggame-modal__actions {
  display: block;
  width: min(272px, 74%);
  margin: clamp(12px, 1.4vw, 20px) auto 0;
  pointer-events: auto;
}
.diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__actions {
  width: min(248px, 70%);
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__content {
    grid-template-columns: minmax(0, 45%) minmax(230px, 55%);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__copy {
    min-height: 230px;
    padding: 30px 28px 34px 22px;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__copy {
    padding: 28px 24px 32px 20px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__media {
    width: min(100%, 390px);
    margin-left: -68px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__actions {
    width: min(228px, 76%);
    margin-top: 10px;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__actions {
    width: min(206px, 72%);
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__content {
    grid-template-columns: minmax(0, 47%) minmax(170px, 53%);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__copy {
    min-height: 206px;
    padding: 26px 20px 30px 18px;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__copy {
    padding: 24px 18px 28px 16px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__title {
    font-size: clamp(1.35rem, 1rem + 1.1vw, 2rem);
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__title {
    font-size: clamp(1.2rem, 0.96rem + 0.92vw, 1.7rem);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__body {
    font-size: clamp(0.92rem, 0.82rem + 0.46vw, 1.18rem);
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__body {
    font-size: clamp(0.88rem, 0.8rem + 0.34vw, 1.06rem);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__media {
    width: min(100%, 300px);
    margin-left: -42px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__actions, .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__actions {
    width: min(188px, 78%);
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__content {
    grid-template-columns: minmax(0, 50%) minmax(112px, 50%);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__media {
    margin-left: -24px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__copy {
    min-height: 176px;
    padding: 22px 16px 26px 14px;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__copy {
    padding: 20px 14px 24px 12px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__title {
    margin-bottom: 6px;
    font-size: clamp(1.15rem, 0.98rem + 0.66vw, 1.5rem);
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__title {
    font-size: clamp(1.02rem, 0.92rem + 0.46vw, 1.26rem);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__body {
    font-size: 0.88rem;
    line-height: 1.38;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__body {
    font-size: 0.82rem;
    line-height: 1.32;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__actions, .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__actions {
    width: min(170px, 82%);
    margin-top: 6px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__content {
    grid-template-columns: minmax(0, 65%) minmax(86px, 35%);
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__media {
    margin-left: -18px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__copy {
    min-height: 152px;
    padding: 18px 12px 22px 10px;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__copy {
    padding: 16px 10px 20px;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__title {
    font-size: 1.1rem;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__title {
    font-size: 1.1rem;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__body {
    font-size: 1rem;
    line-height: 1.3;
  }
  .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__body {
    font-size: 1rem;
  }
  .diggame-modal__panel[data-variant=feedback] .diggame-modal__actions, .diggame-modal__panel[data-variant=feedback][data-tone=wrong] .diggame-modal__actions {
    width: min(120px, 86%);
  }
}

.diggame-feedback__answer-title {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .diggame-feedback__answer-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .diggame-feedback__answer-title {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 321px) {
  .diggame-feedback__answer-title {
    margin-bottom: 5px;
  }
}

.diggame-feedback__answer {
  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;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .diggame-feedback__answer {
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-feedback__answer {
    gap: 6px;
  }
}

.diggame-feedback__answer-badge {
  display: grid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff8ef;
  color: #3c1d14;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .diggame-feedback__answer-badge {
    width: 52px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .diggame-feedback__answer-badge {
    width: 40px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  .diggame-feedback__answer-badge {
    width: 30px;
    font-size: 1.2rem;
  }
}

.diggame-feedback__answer-text {
  color: #fff;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 820px) {
  .diggame-feedback__answer-text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .diggame-feedback__answer-text {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  .diggame-feedback__answer-text {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
}

.diggame-modal__button--graphic {
  min-height: 0;
  border: 0;
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  position: relative;
}
.diggame-modal__button--graphic:hover, .diggame-modal__button--graphic:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.diggame-modal__button-image {
  display: block;
  width: 100%;
}

.diggame-modal__button-image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.diggame-modal__button--graphic:focus-visible .diggame-modal__button-image--hover {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .diggame-modal__button--graphic:hover .diggame-modal__button-image--hover {
    opacity: 1;
  }
}
.diggame-modal__panel[data-variant=ending-result] {
  width: min(1008px, 100vw - 32px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result] {
    width: min(860px, 100vw - 28px);
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result] {
    width: min(100%, 620px);
  }
}
.diggame-modal__panel[data-variant=ending-result]::before {
  display: none;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__close,
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__header-image,
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__eyebrow {
  display: none !important;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__content {
  position: relative;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__media {
  min-width: 0;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__body {
  margin: 0;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__extra[hidden] {
  display: none !important;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__illustration {
  display: block;
  max-width: none;
  margin: 0 auto;
}
.diggame-modal__panel[data-variant=ending-result] .diggame-modal__actions {
  margin: 0;
}

.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__content {
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
  row-gap: 0;
  min-height: 660px;
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__content {
    min-height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__content {
    min-height: 430px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__content {
    min-height: 360px;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__copy {
  position: static;
  inset: auto;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__media {
  position: static;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__extra {
  position: static;
  margin-bottom: 20px;
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__cars {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__cars {
    gap: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__cars {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__car {
  display: block;
  height: auto;
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__car--left {
  width: 50%;
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__car--left {
    width: 90%;
    margin: 0 auto;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__car--right {
  width: 50%;
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-result__car--right {
    width: 90%;
    margin: 0 auto;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__body {
  position: static;
  width: min(72%, 620px);
  margin-top: -14px;
  color: #fff;
  font-size: clamp(1.3rem, 1.02rem + 1vw, 2.4rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 4px 0 rgba(36, 18, 9, 0.78);
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__body {
    width: 82%;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__body {
    width: 88%;
    margin-top: -6px;
    font-size: clamp(1rem, 0.88rem + 0.72vw, 1.45rem);
    line-height: 1.35;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__body {
    width: 92%;
    margin-top: 0;
    font-size: 0.98rem;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__illustration {
  width: min(69.5%, 600px);
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__illustration {
    width: min(78%, 560px);
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=success] .diggame-modal__illustration {
    width: 84%;
  }
}

.diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__content {
  min-height: 684px;
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__content {
    min-height: 590px;
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__content {
    min-height: auto;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__illustration {
  width: 100%;
}
.diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__media {
  width: 100%;
}
.diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__actions {
  position: absolute;
  left: 30%;
  bottom: 20%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  width: min(48%, 486px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__actions {
    left: 31%;
    bottom: 18%;
    width: min(50%, 420px);
  }
}
@media screen and (max-width: 768px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__actions {
    left: 50%;
    bottom: 11%;
    width: min(80%, 430px);
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__actions {
    bottom: -20%;
    width: 84%;
    gap: 8px;
  }
}
.diggame-modal__panel[data-variant=ending-result][data-tone=fail] .diggame-modal__button--graphic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.diggame-result__countdown {
  display: inline-block;
  text-align: center;
}
.diggame-result__countdown strong {
  color: #fff000;
  font-size: 1.18em;
}

.activityMethodContainer {
  --activity-method-title-width: min(66%, 676px);
  position: relative;
}
@media screen and (max-width: 820px) {
  .activityMethodContainer {
    --activity-method-title-width: min(600px, 76%);
  }
}
@media screen and (max-width: 768px) {
  .activityMethodContainer {
    --activity-method-title-width: min(500px, 88%);
  }
}
@media screen and (max-width: 450px) {
  .activityMethodContainer {
    --activity-method-title-width: min(380px, 96%);
  }
}

.activityMethodContainerTitle {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--activity-method-title-width);
  z-index: 2;
  text-align: center;
}
.activityMethodContainerTitle img {
  display: block;
  width: 100%;
  height: auto;
}

.landingPage {
  --landing-btn-gap: 20px;
  --landing-btn-edge: 16px;
  --landing-btn-width: min(314px, calc((100vw - 100%) / 2 - var(--landing-btn-gap) - var(--landing-btn-edge)));
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 1120px;
  width: 66.6666%;
  margin: 0 auto 20px;
  padding: 55px 0 30px;
}
@media screen and (max-width: 1280px) {
  .landingPage {
    --landing-btn-width: min(280px, 32vw);
    width: min(100% - 40px, 980px);
  }
}
@media screen and (max-width: 820px) {
  .landingPage {
    --landing-btn-width: min(260px, 38vw);
    width: min(100% - 32px, 760px);
  }
}
@media screen and (max-width: 768px) {
  .landingPage {
    width: min(100%, 680px);
    margin: 0 auto 24px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width: 450px) {
  .landingPage {
    width: calc(100% - 24px);
  }
}

.landingPageMain {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.landingTitleWrap {
  width: min(83%, 921px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .landingTitleWrap {
    width: min(100%, 560px);
  }
}

.landingTitleTop {
  width: min(41.7%, 384px);
  margin-left: 5%;
}
.landingTitleTop img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .landingTitleTop {
    width: min(52%, 300px);
    margin: 0 auto -4px;
  }
}
@media screen and (max-width: 450px) {
  .landingTitleTop {
    width: 90%;
  }
}

.landingTitle {
  width: 100%;
}
.landingTitle img {
  display: block;
  width: 100%;
}

.landingBear {
  width: 100%;
  margin-top: -16px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  background-image: url(../../assets/images/index/mainBg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.landingBear img {
  display: block;
  max-height: 500px;
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .landingBear {
    margin-top: 8px;
  }
}

.landingDescription {
  width: min(60.7%, 673px);
  margin-top: -8px;
  position: relative;
  z-index: 3;
}
.landingDescription img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .landingDescription {
    width: min(88%, 673px);
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .landingDescription {
    width: 100%;
  }
}

.landingPageBtn {
  position: absolute;
  left: calc(100% + var(--landing-btn-gap));
  bottom: 34px;
  width: var(--landing-btn-width);
  max-width: 314px;
  z-index: 4;
}
.landingPageBtn a {
  display: block;
  position: relative;
}
.landingPageBtn a:hover .landingPageBtnHover, .landingPageBtn a:focus-visible .landingPageBtnHover {
  opacity: 1;
}
.landingPageBtn img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .landingPageBtn {
    position: static;
    width: var(--landing-btn-width);
    margin: 18px 0 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .landingPageBtn {
    width: var(--landing-btn-width);
  }
}
@media screen and (max-width: 768px) {
  .landingPageBtn {
    position: static;
    width: min(260px, 54vw);
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .landingPageBtn {
    width: min(220px, 72vw);
  }
}

.landingPageBtnHover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  body.landing-body .header {
    margin-bottom: 16px;
  }
}

.diggame-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 22px;
}
@media screen and (max-width: 768px) {
  .diggame-page {
    padding: 6px 0 22px;
  }
}

.diggame-panel {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .diggame-panel {
    width: calc(100% - 28px);
  }
}

.diggame-status {
  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;
  gap: 20px 28px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .diggame-status {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 820px) {
  .diggame-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14px;
  }
}

.diggame-status__instruction {
  margin: 0;
  padding: 14px 0 0 10px;
  color: #fff;
  font-size: clamp(1.5rem, 1rem + 1.8vw, 2.5rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-shadow: 3px 0 0 #392111, -3px 0 0 #392111, 0 3px 0 #392111, 0 -3px 0 #392111, 2px 2px 0 #392111, -2px 2px 0 #392111, 2px -2px 0 #392111, -2px -2px 0 #392111;
}
@media screen and (max-width: 1024px) {
  .diggame-status__instruction {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .diggame-status__instruction {
    font-size: clamp(1.4rem, 1.08rem + 1.18vw, 2rem);
    line-height: 1.35;
  }
}
@media screen and (max-width: 450px) {
  .diggame-status__instruction {
    padding: 7px 0 0 5px;
  }
}

.diggame-coins {
  width: min(356px, 31vw);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
  padding-top: 2px;
}
@media screen and (max-width: 1024px) {
  .diggame-coins {
    width: min(360px, 100%);
  }
}
@media screen and (max-width: 768px) {
  .diggame-coins {
    width: 100%;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (max-width: 450px) {
  .diggame-coins {
    width: 100%;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 4px;
  }
}

.diggame-coins__item {
  display: block;
  width: 100%;
}

.diggame-stage {
  position: relative;
  padding-top: 44px;
  -ms-touch-action: auto;
      touch-action: auto;
}
@media screen and (max-width: 768px) {
  .diggame-stage {
    padding-top: 34px;
  }
}

.diggame-stage__badge {
  position: absolute;
  top: 0;
  left: 76px;
  z-index: 7;
  width: min(159px, 14.2vw);
}
@media screen and (max-width: 820px) {
  .diggame-stage__badge {
    left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .diggame-stage__badge {
    width: min(128px, 34vw);
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .diggame-stage__badge {
    width: min(90px, 28vw);
    left: 16px;
  }
}

.diggame-board {
  position: relative;
  width: 100%;
  aspect-ratio: 1120/776;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 99, 47, 0.14)), color-stop(14%, rgba(157, 99, 47, 0))), -webkit-gradient(linear, left top, left bottom, from(#70431f), to(#6d411d));
  background: linear-gradient(180deg, rgba(157, 99, 47, 0.14), rgba(157, 99, 47, 0) 14%), linear-gradient(180deg, #70431f 0%, #6d411d 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(90, 50, 20, 0.18), 0 10px 0 rgba(93, 52, 21, 0.22);
          box-shadow: inset 0 0 0 1px rgba(90, 50, 20, 0.18), 0 10px 0 rgba(93, 52, 21, 0.22);
  overflow: hidden;
  -ms-touch-action: auto;
      touch-action: auto;
}
@media screen and (max-width: 768px) {
  .diggame-board {
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .diggame-board {
    aspect-ratio: 1120/1100;
  }
}

.diggame-lane,
.diggame-board__stone,
.diggame-board__question-sign,
.diggame-ladder,
.diggame-chest-group,
.diggame-player,
.diggame-direction {
  position: absolute;
}

.diggame-lane {
  left: 0;
  right: 0;
  height: 14.05%;
  background: url("../images/game/tunnel.png") repeat-x left center/auto 100%;
}

.diggame-lane--1 {
  top: 4.8%;
}

.diggame-lane--2 {
  top: 23%;
}

.diggame-lane--3 {
  top: 41.2%;
}

.diggame-lane--4 {
  top: 59.5%;
}

.diggame-board__stone {
  top: 4.7%;
  left: 56.5%;
  z-index: 4;
  width: 14.2%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.diggame-board__question-sign {
  top: 15.8%;
  left: 51.8%;
  z-index: 4;
  width: 15.1%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.diggame-board__question-sign.is-solved {
  opacity: 0.4;
  -webkit-transform: translateX(-50%) scale(0.96);
      -ms-transform: translateX(-50%) scale(0.96);
          transform: translateX(-50%) scale(0.96);
}

.diggame-ladder {
  z-index: 3;
  width: 8.45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .diggame-ladder {
    width: 11%;
  }
}

.diggame-ladder--top-right {
  top: 12.4%;
  left: 92%;
}

.diggame-ladder--second-left {
  top: 30.9%;
  left: 31%;
}

.diggame-ladder--second-right {
  top: 30.9%;
  left: 72%;
}

.diggame-ladder--third-left {
  top: 49.2%;
  left: 17%;
}

.diggame-ladder--third-center {
  top: 49.2%;
  left: 49%;
}

.diggame-ladder--third-right {
  top: 49.2%;
  left: 82%;
}

.diggame-chest-group {
  bottom: 1.5%;
  z-index: 4;
  width: clamp(106px, 12.7vw, 144px);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .diggame-chest-group {
    width: 114px;
    gap: 5px;
  }
}

.diggame-chest-group--left {
  left: 15.6%;
}
@media screen and (max-width: 450px) {
  .diggame-chest-group--left {
    left: 17%;
  }
}

.diggame-chest-group--center {
  left: 49.8%;
}

.diggame-chest-group--right {
  left: 84%;
}
@media screen and (max-width: 450px) {
  .diggame-chest-group--right {
    left: 82%;
  }
}

.diggame-chest-group__arrow {
  display: block;
  width: clamp(28px, 3vw, 42px);
}
@media screen and (max-width: 767px) {
  .diggame-chest-group__arrow {
    -ms-flex-item-align: center;
        align-self: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-group__arrow {
    width: 24px;
  }
}

.diggame-chest {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  -ms-touch-action: auto;
      touch-action: auto;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
@media screen and (max-width: 450px) {
  .diggame-chest {
    width: 70%;
  }
}

.diggame-chest:hover,
.diggame-chest:focus-visible {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.diggame-player:hover,
.diggame-player:focus-visible {
  -webkit-transform: translate(-50%, calc(-50% - 2px));
      -ms-transform: translate(-50%, calc(-50% - 2px));
          transform: translate(-50%, calc(-50% - 2px));
}

.diggame-chest.is-unlocked {
  -webkit-animation: chestPulse 1.35s ease-in-out infinite;
          animation: chestPulse 1.35s ease-in-out infinite;
}

.diggame-chest-group.is-blocked .diggame-chest-group__arrow,
.diggame-chest-group.is-blocked .diggame-chest {
  opacity: 0.72;
  -webkit-filter: grayscale(1) brightness(0.82);
          filter: grayscale(1) brightness(0.82);
}

.diggame-chest-group.is-blocked .diggame-chest {
  cursor: default;
  pointer-events: none;
}

.diggame-chest.is-blocked {
  cursor: default;
}

.diggame-chest.is-opened {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(0 8px 10px rgba(69, 39, 17, 0.25));
          filter: drop-shadow(0 8px 10px rgba(69, 39, 17, 0.25));
}

.diggame-chest__image {
  display: block;
  width: 100%;
}

.diggame-chest-note {
  position: absolute;
  bottom: 28px;
  z-index: 7;
  width: clamp(120px, 16.2vw, 186px);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  -ms-touch-action: auto;
      touch-action: auto;
  -webkit-transition: -webkit-transform 0.18s ease, -webkit-filter 0.18s ease;
  transition: -webkit-transform 0.18s ease, -webkit-filter 0.18s ease;
  transition: transform 0.18s ease, filter 0.18s ease;
  transition: transform 0.18s ease, filter 0.18s ease, -webkit-transform 0.18s ease, -webkit-filter 0.18s ease;
}
.diggame-chest-note[hidden] {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .diggame-chest-note {
    bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .diggame-chest-note {
    bottom: 18px;
    width: clamp(108px, 20vw, 150px);
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-note {
    right: 0;
    bottom: 10px;
    left: 0;
    width: 98px;
    margin-inline: auto;
  }
}

.diggame-chest-group--left .diggame-chest-note {
  left: 58%;
}
@media screen and (max-width: 768px) {
  .diggame-chest-group--left .diggame-chest-note {
    left: 50%;
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-group--left .diggame-chest-note {
    left: 0;
  }
}

.diggame-chest-group--center .diggame-chest-note {
  left: 54%;
}
@media screen and (max-width: 768px) {
  .diggame-chest-group--center .diggame-chest-note {
    left: 46%;
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-group--center .diggame-chest-note {
    left: 0;
  }
}

.diggame-chest-group--right .diggame-chest-note {
  left: 42%;
}
@media screen and (max-width: 768px) {
  .diggame-chest-group--right .diggame-chest-note {
    left: 28%;
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-group--right .diggame-chest-note {
    left: 0;
  }
}

.diggame-chest-note:hover,
.diggame-chest-note:focus-visible {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: drop-shadow(0 12px 16px rgba(65, 37, 17, 0.2));
          filter: drop-shadow(0 12px 16px rgba(65, 37, 17, 0.2));
}
@media screen and (max-width: 450px) {
  .diggame-chest-note:hover,
  .diggame-chest-note:focus-visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.diggame-chest-note__image {
  display: block;
  width: 100%;
}
.diggame-chest-note__image[hidden] {
  display: none !important;
}

.diggame-chest-note__empty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border: 4px solid #5a3418;
  border-radius: 22px;
  background: #ffeed8;
  padding: 12px 14px 14px;
  -webkit-box-shadow: 0 8px 0 rgba(90, 52, 24, 0.12);
          box-shadow: 0 8px 0 rgba(90, 52, 24, 0.12);
  color: #2d1c10;
  text-align: center;
}
.diggame-chest-note__empty[hidden] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .diggame-chest-note__empty {
    border-width: 3px;
    border-radius: 18px;
    padding: 10px 10px 12px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-note__empty {
    border-radius: 14px;
    padding: 8px 8px 9px;
  }
}

.diggame-chest-note__empty::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 26px;
  width: 22px;
  height: 22px;
  border-right: 4px solid #5a3418;
  border-bottom: 4px solid #5a3418;
  border-bottom-right-radius: 4px;
  background: #ffeed8;
  -webkit-transform: rotate(42deg) skew(-8deg, -8deg);
      -ms-transform: rotate(42deg) skew(-8deg, -8deg);
          transform: rotate(42deg) skew(-8deg, -8deg);
}
@media screen and (max-width: 768px) {
  .diggame-chest-note__empty::after {
    bottom: -11px;
    left: 20px;
    width: 18px;
    height: 18px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 450px) {
  .diggame-chest-note__empty::after {
    display: none;
  }
}

.diggame-chest-note__title,
.diggame-chest-note__body {
  display: block;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.diggame-chest-note__title {
  font-size: clamp(1.15rem, 1rem + 0.45vw, 1.5rem);
  line-height: 1.1;
}
@media screen and (max-width: 450px) {
  .diggame-chest-note__title {
    font-size: 0.92rem;
  }
}

.diggame-chest-note__body {
  font-size: clamp(0.95rem, 0.86rem + 0.34vw, 1.18rem);
  line-height: 1.18;
}
@media screen and (max-width: 450px) {
  .diggame-chest-note__body {
    font-size: 0.78rem;
  }
}

.diggame-chest-note__body strong {
  color: #f39a1c;
}

.diggame-player {
  z-index: 6;
  width: clamp(58px, 8.15vw, 91px);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: -webkit-filter 0.16s ease, -webkit-transform 0.16s ease;
  transition: -webkit-filter 0.16s ease, -webkit-transform 0.16s ease;
  transition: filter 0.16s ease, transform 0.16s ease;
  transition: filter 0.16s ease, transform 0.16s ease, -webkit-filter 0.16s ease, -webkit-transform 0.16s ease;
}

.diggame-player img {
  display: block;
  width: 100%;
}

.diggame-player.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 12px 10px rgba(58, 33, 14, 0.3));
          filter: drop-shadow(0 12px 10px rgba(58, 33, 14, 0.3));
}

.diggame-player.is-disabled {
  cursor: default;
}

.diggame-direction {
  z-index: 5;
  width: clamp(48px, 5.7vw, 68px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-animation: arrowFloat 1.1s ease-in-out infinite alternate;
          animation: arrowFloat 1.1s ease-in-out infinite alternate;
}

@media screen and (max-width: 1280px) {
  .landing-hero__content {
    min-height: 680px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-hero__content {
    height: auto;
    min-height: 0;
    padding: 36px 20px 48px;
  }
}
@media screen and (max-width: 768px) {
  .landing-hero__content {
    padding-inline: 14px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-hero__bubble {
    position: relative;
    top: auto;
    left: auto;
    width: min(360px, 100%);
    min-width: 0;
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-hero__title {
    position: relative;
    top: auto;
    left: auto;
    width: min(880px, 100%);
    min-width: 0;
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-hero__art-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: min(940px, 100%);
    min-width: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .landing-hero__description {
    position: relative;
    top: auto;
    left: auto;
    width: min(640px, 100%);
    min-width: 0;
    margin: 22px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .landing-hero__cta {
    position: relative;
    top: auto;
    left: auto;
    width: min(320px, 58%);
    min-width: 0;
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .landing-hero__cta {
    width: min(280px, 72%);
  }
}

@-webkit-keyframes chestPulse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 223, 94, 0));
            filter: drop-shadow(0 0 0 rgba(255, 223, 94, 0));
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-filter: drop-shadow(0 0 18px rgba(255, 223, 94, 0.45));
            filter: drop-shadow(0 0 18px rgba(255, 223, 94, 0.45));
  }
}

@keyframes chestPulse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 223, 94, 0));
            filter: drop-shadow(0 0 0 rgba(255, 223, 94, 0));
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-filter: drop-shadow(0 0 18px rgba(255, 223, 94, 0.45));
            filter: drop-shadow(0 0 18px rgba(255, 223, 94, 0.45));
  }
}
@-webkit-keyframes arrowFloat {
  from {
    -webkit-transform: translate(-50%, -50%) translateX(0);
            transform: translate(-50%, -50%) translateX(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) translateX(6px);
            transform: translate(-50%, -50%) translateX(6px);
  }
}
@keyframes arrowFloat {
  from {
    -webkit-transform: translate(-50%, -50%) translateX(0);
            transform: translate(-50%, -50%) translateX(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) translateX(6px);
            transform: translate(-50%, -50%) translateX(6px);
  }
}
.lottery-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: min(1120px, 100% - 40px);
  margin: 0 auto 20px;
  padding: 104px 0 34px;
}
@media screen and (max-width: 820px) {
  .lottery-page {
    width: calc(100% - 28px);
    padding-top: 92px;
  }
}
@media screen and (max-width: 768px) {
  .lottery-page {
    padding-top: 78px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 450px) {
  .lottery-page {
    width: calc(100% - 16px);
    padding-top: 70px;
  }
}

.activityMethodContainer.lottery-boardContainer {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.lottery-board {
  position: relative;
  min-height: 770px;
  padding: 110px 0 72px;
  background: url("../../assets/images/layout/border_horizontal.png") repeat-x left top/auto 18px, url("../../assets/images/layout/border_horizontal.png") repeat-x left bottom/auto 18px;
  background-color: #7b461c;
  -webkit-box-shadow: inset 0 0 0 1px rgba(59, 31, 12, 0.18), 0 10px 0 rgba(82, 46, 18, 0.2);
          box-shadow: inset 0 0 0 1px rgba(59, 31, 12, 0.18), 0 10px 0 rgba(82, 46, 18, 0.2);
}
@media screen and (max-width: 820px) {
  .lottery-board {
    min-height: 700px;
    padding: 96px 0 56px;
  }
}
@media screen and (max-width: 768px) {
  .lottery-board {
    min-height: auto;
    padding: 82px 0 44px;
  }
}
@media screen and (max-width: 450px) {
  .lottery-board {
    padding: 74px 0 36px;
  }
}

.lottery-board__inner {
  margin: 0 auto;
}

.lottery-board__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  width: 100%;
  margin: 0 0 82px;
}
@media screen and (max-width: 820px) {
  .lottery-board__notice {
    gap: 20px;
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 768px) {
  .lottery-board__notice {
    gap: 14px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .lottery-board__notice {
    -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;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .lottery-board__notice {
    gap: 10px;
    margin-bottom: 34px;
  }
}

.lottery-board__notice-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 93px;
}
@media screen and (max-width: 820px) {
  .lottery-board__notice-icon {
    width: 84px;
  }
}
@media screen and (max-width: 768px) {
  .lottery-board__notice-icon {
    width: 68px;
  }
}
@media screen and (max-width: 450px) {
  .lottery-board__notice-icon {
    width: 58px;
  }
}

.lottery-board__notice-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 2rem + 1vw, 2.375rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 0 rgba(59, 31, 12, 0.28);
}
@media screen and (max-width: 820px) {
  .lottery-board__notice-text {
    font-size: clamp(2rem, 1.7rem + 0.7vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .lottery-board__notice-text {
    font-size: clamp(1.5rem, 1.2rem + 0.7vw, 2rem);
    line-height: 1.28;
    white-space: normal;
  }
}
@media screen and (max-width: 450px) {
  .lottery-board__notice-text {
    font-size: 1.3125rem;
  }
}

.lottery-form {
  width: 90%;
  margin: 0 auto;
  --lottery-form-label-width: 204px;
  --lottery-form-column-gap: 24px;
}
@media screen and (max-width: 820px) {
  .lottery-form {
    --lottery-form-label-width: 176px;
    --lottery-form-column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lottery-form {
    --lottery-form-label-width: 0px;
    --lottery-form-column-gap: 0px;
  }
}

.lottery-form__fields {
  width: 100%;
}

.lottery-form__row {
  display: grid;
  grid-template-columns: var(--lottery-form-label-width) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: var(--lottery-form-column-gap);
     -moz-column-gap: var(--lottery-form-column-gap);
          column-gap: var(--lottery-form-column-gap);
  margin-bottom: 36px;
}
.lottery-form__row.is-top-aligned {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.lottery-form__row.is-invalid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .lottery-form__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 450px) {
  .lottery-form__row {
    margin-bottom: 18px;
  }
}

.lottery-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-size: clamp(1.5rem, 1.75rem + 0.6vw, 2rem);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(59, 31, 12, 0.26);
}
@media screen and (max-width: 768px) {
  .lottery-form__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.5rem;
    white-space: normal;
  }
}
@media screen and (max-width: 450px) {
  .lottery-form__label {
    font-size: 1.2rem;
  }
}

.lottery-form__control {
  min-width: 0;
  justify-self: start;
}

.lottery-form__control--name {
  width: min(100%, 260px);
}
@media screen and (max-width: 768px) {
  .lottery-form__control--name {
    width: 100%;
  }
}

.lottery-form__control--email {
  width: min(100%, 450px);
}
@media screen and (max-width: 768px) {
  .lottery-form__control--email {
    width: 100%;
  }
}

.lottery-form__control--captcha {
  width: min(100%, 336px);
}
@media screen and (max-width: 768px) {
  .lottery-form__control--captcha {
    width: 100%;
  }
}

.lottery-form__captcha-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lottery-form__captcha-group {
    gap: 12px;
  }
}
@media screen and (max-width: 450px) {
  .lottery-form__captcha-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lottery-form__input {
  display: block;
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.78);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.78);
  color: #2d1c10;
  padding: 0 18px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lottery-form__input {
    height: 50px;
    padding-inline: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .lottery-form__input {
    height: 46px;
    padding-inline: 14px;
  }
}

.lottery-form__row.is-invalid .lottery-form__input {
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.75), 0 0 0 3px rgba(255, 232, 37, 0.5);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.75), 0 0 0 3px rgba(255, 232, 37, 0.5);
  background: #fff8e4;
}

.lottery-form__input--captcha {
  width: 200px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .lottery-form__input--captcha {
    width: min(100%, 200px);
  }
}

.lottery-form__captcha-preview {
  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;
  min-width: 116px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: repeating-linear-gradient(-18deg, rgba(54, 38, 43, 0.22) 0 2px, transparent 2px 8px), #f4f0f4;
  color: #24131a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transform: skew(-8deg);
      -ms-transform: skew(-8deg);
          transform: skew(-8deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 450px) {
  .lottery-form__captcha-preview {
    min-width: 104px;
    height: 34px;
    font-size: 1.25rem;
  }
}

.lottery-form__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: min(100%, 450px);
  margin: 18px 0 54px calc(var(--lottery-form-label-width) + var(--lottery-form-column-gap));
}
@media screen and (max-width: 768px) {
  .lottery-form__consent {
    width: 100%;
    margin: 12px 0 42px;
    gap: 12px;
  }
}

.lottery-form__consent.is-invalid .lottery-form__checkbox {
  outline: 3px solid rgba(255, 232, 37, 0.52);
  outline-offset: 2px;
}

.lottery-form__consent.is-invalid .lottery-form__consent-label {
  color: #fff1ab;
}

.lottery-form__checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 4px 0 0;
  border-radius: 6px;
  accent-color: #8eb31f;
}
@media screen and (max-width: 768px) {
  .lottery-form__checkbox {
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }
}

.lottery-form__consent-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #fff;
  font-size: clamp(1.125rem, 1.02rem + 0.2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lottery-form__consent-label {
    font-size: 1rem;
  }
}

.lottery-form__consent-link {
  color: #fff000;
  font-weight: 900;
  text-decoration: underline;
}
.lottery-form__consent-link:hover, .lottery-form__consent-link:focus-visible {
  text-decoration: none;
}

.lottery-form__error {
  display: block;
  margin-top: 10px;
  color: #ffe457;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lottery-form__error {
    font-size: 0.875rem;
  }
}

.lottery-form__consent .lottery-form__error {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .lottery-form__consent .lottery-form__error {
    padding-left: 34px;
  }
}

.lottery-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lottery-form__submit-button {
  position: relative;
  width: 276px;
  max-width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.lottery-form.is-submitting .lottery-form__submit-button,
.lottery-form__submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .lottery-form__submit-button {
    width: min(276px, 72%);
  }
}

.lottery-form__submit-image {
  display: block;
  width: 100%;
}

.lottery-form__submit-image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.lottery-form__submit-button:focus-visible .lottery-form__submit-image--hover {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .lottery-form__submit-button:hover .lottery-form__submit-image--hover {
    opacity: 1;
  }
}
.activityMethod {
  margin: 100px 0;
}
@media screen and (max-width: 820px) {
  .activityMethod {
    margin: 88px 0;
  }
}
@media screen and (max-width: 768px) {
  .activityMethod {
    margin: 72px 0 64px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethod {
    margin: 56px 0 48px;
  }
}

.activityMethodContainer {
  max-width: 1120px;
  width: 66.6667%;
  margin: 0 auto;
  padding: clamp(96px, 9vw, 128px) 5% 50px;
  background: url("../../assets/images/layout/border_horizontal.png") repeat-x left top/auto 18px, url("../../assets/images/layout/border_horizontal.png") repeat-x left bottom/auto 18px;
  background-color: #6b3e19;
}
@media screen and (max-width: 820px) {
  .activityMethodContainer {
    width: calc(100% - 40px);
    padding: 88px 32px 44px;
  }
}
@media screen and (max-width: 768px) {
  .activityMethodContainer {
    width: calc(100% - 28px);
    padding: 72px 18px 34px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodContainer {
    width: calc(100% - 16px);
    padding: 64px 12px 28px;
  }
}

.yellowText {
  color: #fff000;
}

.methodWeek {
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #6b3d15;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .methodWeek {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 450px) {
  .methodWeek {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0.9375rem;
  }
}

.activityMethodListEach {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}
.activityMethodListEach a {
  word-break: break-all;
}
@media screen and (max-width: 820px) {
  .activityMethodListEach {
    font-size: 1.625rem;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .activityMethodListEach {
    font-size: 1.375rem;
    line-height: 1.6;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListEach {
    font-size: 1.125rem;
    line-height: 1.65;
    margin-bottom: 20px;
  }
}

.activityMethodListTitle {
  margin-bottom: 15px;
}
.activityMethodListTitle img {
  display: block;
  width: 285px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .activityMethodListTitle {
    margin-bottom: 12px;
  }
  .activityMethodListTitle img {
    width: 240px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListTitle {
    margin-bottom: 10px;
  }
  .activityMethodListTitle img {
    width: 200px;
  }
}

.activityMethodListEachInner {
  padding-left: 105px;
}
@media screen and (max-width: 820px) {
  .activityMethodListEachInner {
    padding-left: 84px;
  }
}
@media screen and (max-width: 768px) {
  .activityMethodListEachInner {
    padding-left: 48px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListEachInner {
    padding-left: 0;
  }
}

.activityMethodListLead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .activityMethodListLead {
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListLead {
    gap: 8px;
    margin-bottom: 6px;
  }
}

.activityMethodListLeadIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0;
}
.activityMethodListLeadIcon img {
  display: block;
  width: 28px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .activityMethodListLeadIcon img {
    width: 24px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListLeadIcon img {
    width: 20px;
  }
}

.activityMethodListLeadText {
  display: block;
}

.activityMethodListUl {
  list-style: none;
  margin: 0 0 28px 52px;
  padding: 0;
}
.activityMethodListUl li + li {
  margin-top: 2px;
}
@media screen and (max-width: 820px) {
  .activityMethodListUl {
    margin-left: 44px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .activityMethodListUl {
    margin-left: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListUl {
    margin-left: 28px;
    margin-bottom: 18px;
  }
}

.activityMethodListOl {
  list-style: none;
  margin: 0;
  padding-left: 56px;
  counter-reset: step;
}
.activityMethodListOl li {
  position: relative;
  min-height: 40px;
  counter-increment: step;
}
.activityMethodListOl li::before {
  position: absolute;
  left: -56px;
  top: 0.15em;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #6b3d15;
  content: counter(step);
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-weight: 700;
}
.activityMethodListOl li + li {
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .activityMethodListOl {
    padding-left: 50px;
  }
  .activityMethodListOl li::before {
    left: -50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .activityMethodListOl {
    padding-left: 44px;
  }
  .activityMethodListOl li {
    min-height: 32px;
  }
  .activityMethodListOl li::before {
    left: -44px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem;
  }
  .activityMethodListOl li + li {
    margin-top: 18px;
  }
}
@media screen and (max-width: 450px) {
  .activityMethodListOl {
    padding-left: 36px;
  }
  .activityMethodListOl li {
    min-height: 28px;
  }
  .activityMethodListOl li::before {
    left: -36px;
    top: 0.2em;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1rem;
  }
  .activityMethodListOl li + li {
    margin-top: 16px;
  }
}

.winningListEach {
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .winningListEach {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .winningListEach {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 450px) {
  .winningListEach {
    margin-bottom: 56px;
  }
}

.winningListTitle {
  text-align: center;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .winningListTitle {
    margin-bottom: 42px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 768px) {
  .winningListTitle {
    margin-bottom: 32px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 450px) {
  .winningListTitle {
    margin-bottom: 26px;
    letter-spacing: 2px;
  }
}
.winningListTitle h2 {
  font-size: 2.375rem;
  padding: 15px 65px;
  background-color: #49290f;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .winningListTitle h2 {
    font-size: 2rem;
    padding: 14px 52px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .winningListTitle h2 {
    font-size: 1.5rem;
    padding: 12px 34px;
    border-radius: 36px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 450px) {
  .winningListTitle h2 {
    font-size: 1.25rem;
    padding: 10px 24px;
    margin-bottom: 12px;
  }
}
.winningListTitle p {
  color: #fff;
  font-size: 1.875rem;
}
@media screen and (max-width: 820px) {
  .winningListTitle p {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .winningListTitle p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  .winningListTitle p {
    font-size: 1.0625rem;
  }
}
.winningListTitle .yellowText {
  font-size: 2.5rem;
}
@media screen and (max-width: 820px) {
  .winningListTitle .yellowText {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .winningListTitle .yellowText {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 450px) {
  .winningListTitle .yellowText {
    font-size: 1.375rem;
  }
}

.winningList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.winningList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-bottom: 2px solid #c38552;
  font-size: 1.875rem;
  color: #fff;
  min-width: 0;
}
@media screen and (max-width: 820px) {
  .winningList li {
    gap: 16px;
    padding: 18px 16px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .winningList li {
    gap: 12px;
    padding: 16px 12px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .winningList li {
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .winningList li {
    padding: 14px 10px;
    font-size: 1.0625rem;
  }
}

.winnerName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 50%;
  min-width: 0;
  line-height: 1.4;
}
.winnerName img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 820px) {
  .winnerName img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .winnerName img {
    width: 22px;
  }
}
@media screen and (max-width: 450px) {
  .winnerName img {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .winnerName {
    width: 40%;
    gap: 12px;
  }
}

.winnerEmail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 1.4;
  text-align: right;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .winnerEmail {
    text-align: left;
  }
}
/*# sourceMappingURL=all.css.map */
