body.fullpagebg {
  background: var(--w-bg-color) url("../images/bg-sm.webp") no-repeat center top scroll;
  background-size: 100vw auto;
}

body:not(.fullpagebg) #section-01 {
  background: url("../images/block001/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) #section-02 {
  background: url("../images/block002/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) #section-03 {
  background: url("../images/block003/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) #section-04 {
  background: url("../images/block004/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) #section-05 {
  background: url("../images/block005/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) #section-06 {
  background: url("../images/block006/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}

#section-vgp {
  background-color: #111;
}

/* lg */
@media (min-width: 1024px) {
  body.fullpagebg {
    background: var(--w-bg-color) url("../images/bg-lg.webp") no-repeat center top scroll;
    background-size: 100vw auto;
  }
  body:not(.fullpagebg) #section-01 {
    background-image: url(../images/block001/bg-lg.webp);
  }
  body:not(.fullpagebg) #section-02 {
    background-image: url(../images/block002/bg-lg.webp);
  }
  body:not(.fullpagebg) #section-03 {
    background-image: url(../images/block003/bg-lg.webp);
  }
  body:not(.fullpagebg) #section-04 {
    background-image: url(../images//block004/bg-lg.webp);
  }
  body:not(.fullpagebg) #section-05 {
    background-image: url(../images/block005/bg-lg.webp);
  }
  body:not(.fullpagebg) #section-06 {
    background-image: url(../images/block006/bg-lg.webp);
  }
  .wcontainer {
    width: 75%;
  }
  /* 03 */
  .layout-section03 {
    grid-template-areas: "wheel slogan" "wheel status" "wheel button";
  }
}
form input,
form select {
  color: #414141;
}

.block-status {
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--w-secondary);
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-status span {
  color: var(--w-highlight);
}

.cum-button {
  border: 1px solid var(--w-secondary);
  border-radius: 0.5em;
  overflow: hidden;
}

.cum-button button {
  padding: 0.69em 0;
  background-color: rgba(255, 255, 255, 0.69);
  border-left: 1px solid var(--w-secondary);
}

.cum-button button:first-child {
  border-left: 0px solid var(--w-secondary);
}

.cum-button button:hover {
  color: var(--w-secondary);
  background-color: rgb(255, 255, 255);
}

.cum-button.dark {
  border: 1px solid var(--w-primary);
}

.cum-button.dark button {
  background-color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid var(--w-primary);
  color: #fff;
}

.cum-button.dark button:hover {
  color: var(--w-highlight);
  background-color: var(--w-secondary);
}

#section-menu-nav a {
  margin: 0 0.75em;
  display: block;
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.36s ease;
}

#section-menu-nav a:hover {
  opacity: 1;
}

.page-nav a {
  opacity: 0.8;
}

.page-nav a:hover {
  opacity: 1;
}

.wbadge {
  color: #fff;
  padding: 0.25em 0.5em;
  position: absolute;
  border-radius: 0.5em;
}

#section-final {
  background: transparent url("../images/block-final.webp") no-repeat center center;
  background-size: cover;
}

.block-img-store {
  background: transparent url("../images/store-badge/img-store.webp") no-repeat center center;
  background-size: 100% 100%;
}

.block-img-store a {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  border: 1px solid var(--w-primary);
}

.block-hoatdong button,
.block-hoatdong button > img {
  transition: all 0.36s ease;
}

.block-hoatdong button:hover {
  filter: drop-shadow(0px 0px 0.5em rgba(125, 238, 255, 0.5));
}
.block-hoatdong button:hover > img {
  transform: scale(1.05);
}

.alert {
  color: red;
  margin: 0.5em auto;
}

#page-num {
  position: fixed;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
#page-num ul li a {
  width: 0.75em;
  height: 0.75em;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  display: block;
  border-radius: 100%;
  opacity: 0.5;
  transition: opacity 0.36s ease;
}
#page-num a.active {
  opacity: 1;
}

.content-04 {
  background-color: #fff;
  border: 1px dotted var(--w-tertiary);
  border-radius: 2em;
  padding: 3em 2em;
}
.content-04 .h-fit {
  font-size: 1.6rem;
}
.content-04 .h-fit h3 {
  color: var(--w-tertiary);
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 0em auto 1em auto;
}
.content-04 .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
.content-04 .item {
  background: transparent url("../images/item/bg-item.png") no-repeat center center;
  background-size: 100% 100%;
  display: grid;
  padding: 1em;
  border-radius: 1em;
  text-align: center;
  gap: 1em;
  cursor: pointer;
}
.content-04 .item .name {
  line-height: 1.25;
  color: var(--w-primary);
  text-transform: uppercase;
  font-size: 0.8em;
}
.content-04 .item > button {
  background-color: var(--w-primary);
  padding: 0.35em 0.75em;
  color: #fff;
  border-radius: 0.5em;
}

.doiqua-pagination,
.gal-pagination {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.doiqua-pagination span,
.gal-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  opacity: 1;
  color: #fff;
  background-color: var(--w-tertiary);
  opacity: 0.25;
  transition: all 0.36s ease;
}
.doiqua-pagination span.swiper-pagination-bullet-active,
.gal-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.disabled {
  filter: grayscale(0.9);
  pointer-events: none;
}

.offcanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: var(--w-backdrop-color);
  opacity: 1;
  transition: opacity 0.36s ease;
}

.offcanvas-content {
  background-color: var(--w-offcanvas);
  opacity: 1;
  color: #fff;
  transition: all 0.36s ease;
  overflow: hidden;
  height: 100vh;
  filter: drop-shadow(0em 0em 0.5em rgba(0, 0, 0, 0.5));
}
.offcanvas-content > .icon {
  padding: 1em;
  background-color: var(--w-primary);
}

.offcanvas-content .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--w-offcanvas-border);
  font-size: 1em;
  line-height: 4;
}

@media (min-width: 1024px) {
  .offcanvas-content .link a {
    font-size: 1em;
  }
}
/* show */
.offcanvas:not(.show) {
  opacity: 0;
  z-index: -1;
}

.offcanvas:not(.show) .offcanvas-content {
  opacity: 0;
  margin-left: -50%;
}

/* / */
.btn-login-vgp {
  background-color: var(--w-primary);
  border-radius: 100em;
}

.btn-login-vgp span.content {
  width: 0;
  margin: 0;
  transition: width 0.36s ease;
  overflow: hidden;
  white-space: nowrap;
}

.btn-login-vgp:hover span.content {
  width: fit-content;
  margin: 0 0.5em;
}

.ztimeline {
  background: transparent url("../images/block003/progress/base.webp") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.ztimeline .timeline-bar {
  background: transparent url("../images/block003/progress/bar.webp") no-repeat 0% center;
  background-size: auto 100%;
  height: 100%;
}

.ztimeline .timeline-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ztimeline .timeline-button > button {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.timeline-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ztimeline .timeline-gifts {
  background: transparent url("../images/block003/progress/front.webp") no-repeat 0% center;
  background-size: auto 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/*
.ztimeline .timeline-popover .gift {
  position: relative;
  opacity: 0;
  cursor: pointer;
  min-height: 12em;
  transform: scale(0.8);
  transition: all 0.36s ease;

  > ul {
    width: 18em;
    padding: 1em;
    background-color: rgba(22, 30, 50, 0.8);
    border-radius: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;

    > li {
      padding: 0.5em 0;
      border-top: 1px solid rgba(0, 0, 0, 0.8);
    }

    > li:first-child {
      border-top: none;
    }
  }
}
.ztimeline .timeline-popover .gift:hover {
  opacity: 1;
  transform: scale(1);

  > ul {
    display: block;
  }
}
/* lg 
@media (min-width: 1024px) {
  .ztimeline {
    background-image: url("../images/timeline/lg/timeline-base.png");
  }
  .ztimeline .timeline-gifts {
    background-image: url("../images/timeline/lg/timeline-active.png");
  }
  .ztimeline .timeline-bar {
    background-image: url("../images/timeline/lg/timeline-bar.gif");
  }

  .timeline-wrap {
    // padding-left: 37.8125em;
    // padding-right: 5.875em;
  }
}
*/
.btn-close-modal {
  background: transparent url("../images/btn-close-modal.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.36s ease;
  width: 8em;
  aspect-ratio: 184/50;
  border: none;
  border-radius: 1em;
  transition: all 0.36s ease;
}
.btn-close-modal:hover {
  filter: brightness(1.2);
}

.wmodal-dialog {
  background: transparent url("../images/bg-popup.png") no-repeat center center;
  background-size: 100% 100%;
  /* animation */
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 80%;
  padding: 0;
  color: #414141;
}
.wmodal-dialog > .content {
  padding-bottom: 3em;
}

.wmodal-dialog .title {
  text-align: center;
  text-transform: uppercase;
  height: 6em;
  line-height: 6em;
}

.wmodal-dialog .content-scroll {
  overflow: auto;
  max-height: 42em;
  padding: 0 3em 4em 3em;
}
.btn-close-modal:hover {
  filter: brightness(1.5);
}

/*  */
.wmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--w-backdrop-color);
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.36s ease;
  overflow: hidden;
  color: #414141;
  font-size: 1em;
}

.wmodal-content {
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 1px var(--w-primary);
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  border-radius: 2em;
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 90%;
  padding: 2em;
  padding-top: 3em;
}
.wmodal-content .title {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.5em;
  border-bottom: 1px var(--w-primary) dotted;
}
.wmodal-content.youtube {
  padding: 0em;
  background: transparent;
  border: none;
}

.wmodal:not(.show) {
  opacity: 0;
  z-index: -1;
}

.wmodal:not(.show) .wmodal-content,
.wmodal:not(.show) .wmodal-dialog {
  transform: scale(0.8);
}

.wmodal > .wmodal-content > .wrap {
  background-color: var(--w-popup-color);
  border-radius: 1em;
  overflow: hidden;
}

.wmodal-dialog .title span,
.wmodal-content .title span {
  font-size: 1.5em;
  color: var(--w-primary);
}

.content-scroll {
  max-height: 69vh;
  overflow: auto;
}

/* lg */
@media (min-width: 1024px) {
  .btn-close-modal {
    width: 8em;
  }
  .wmodal-content {
    max-width: 30em;
    padding-bottom: 2em;
  }
  .wmodal-content.youtube {
    max-width: 50em;
  }
  .wmodal-dialog {
    max-width: 32em;
    padding-bottom: 2em;
  }
  .wmodal-dialog .title {
    height: 6em;
    line-height: 6em;
  }
  .wmodal-content .title span,
  .wmodal-dialog .title span {
    font-size: 1.75em;
  }
  .wmodal-dialog .content-scroll {
    font-size: 1rem;
    height: 33em;
    padding: 0 3em 4em 3em;
  }
  .wmodal-content .h-fit,
  .wmodal-dialog .content-scroll .h-fit {
    font-size: 1rem;
  }
}
.bgvideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bgvideo video {
  width: 100%;
}

.animate__loop {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.animate__glow {
  animation-name: glow;
}

@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
  100% {
    filter: brightness(1);
  }
}
.animate__bling {
  animation-name: bling;
}

@keyframes bling {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.3);
    transform: scale(1.05);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.animate__blingbling {
  animation-name: blingbling;
}

@keyframes blingbling {
  0% {
    filter: brightness(1);
    transform: translateY(0);
  }
  50% {
    filter: brightness(1.3);
    transform: translateY(2%);
  }
  100% {
    filter: brightness(1);
    transform: translateY(0);
  }
}
.animate__laploe {
  animation-name: laploe;
}

@keyframes laploe {
  0% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    opacity: 0.5;
    transform: scale(0.95) rotate(3deg);
  }
  100% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
}
.animate__breath {
  animation-name: breath;
  transform-origin: center center;
}

@keyframes breath {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    transform: scale(1.01);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.animte__updown {
  animation-name: updown;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.e-btn-click {
  transition: all 0.36s ease;
}

.e-btn-click:active {
  transform: scale(0.98);
}

.e-btn-hover-glow {
  transition: all 0.36s ease;
}

.e-btn-hover-glow:hover,
.w-image-button:hover {
  transform: scale(1.01);
  filter: brightness(1.1) drop-shadow(0 0 2em rgba(255, 255, 255, 0.15));
}

.tabs-button button:not(.active) {
  filter: brightness(0.69) grayscale(0.1);
  transition: all 0.36s ease;
}

.tabs-content .content:not(.active) {
  display: none;
}

#scroll-truyuc::-webkit-scrollbar {
  display: none;
}

#scroll-truyuc {
  cursor: grab;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scroll {
  background: transparent url("../images/scroll/scroll.png") no-repeat center center;
  background-size: 100% 100%;
}

.button-scroll button {
  font-size: 1.69em;
  line-height: 3;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25em;
  border: solid 1px var(--w-secondary);
}

.pic {
  width: 49.33em;
  position: relative;
}

.pic-01 {
  background: transparent url("../images/scroll/active/img-01.png") no-repeat center center;
  background-size: 100% 100%;
}

.pic-02 {
  background: transparent url("../images/scroll/active/img-02.png") no-repeat center center;
  background-size: 100% 100%;
}

.pic-03 {
  background: transparent url("../images/scroll/active/img-03.png") no-repeat center center;
  background-size: 100% 100%;
}

.btn-nhancode {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18em;
  z-index: 0;
}

.mask {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.25s ease;
}

.mask.hide {
  opacity: 0;
  display: none;
}

.mask-01 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/01.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-02 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/02.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-03 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/03.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-04 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/04.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-05 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/05.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-06 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/09.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-07 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/08.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-08 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/07.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-09 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/06.png") no-repeat;
  mask-size: 100% 100%;
}

.checkin-small .w-image-button {
  width: 90%;
  margin: 0 auto;
}
.checkin-small span {
  font-size: 1.5em;
  color: white;
  letter-spacing: 0.15em;
}

.checkin > .w-image-button {
  background: transparent url("../images/block003/active/gift-01.png") no-repeat center center;
  background-size: 100% auto;
}
.checkin .w-image-button:nth-child(1) {
  background-image: url("../images/block003/active/gift-01.png");
}
.checkin .w-image-button:nth-child(2) {
  background-image: url("../images/block003/active/gift-02.png");
}
.checkin .w-image-button:nth-child(3) {
  background-image: url("../images/block003/active/gift-03.png");
}
.checkin .w-image-button:nth-child(4) {
  background-image: url("../images/block003/active/gift-04.png");
}
.checkin .w-image-button:nth-child(5) {
  background-image: url("../images/block003/active/gift-05.png");
}
.checkin .active > img {
  opacity: 0;
}

/* float */
.block-float {
  position: fixed;
  transition: transform 0.36s ease, height 0.36s ease;
  z-index: 11;
}
.block-float .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.block-float:not(.minimize) {
  background: transparent url("../images/float/float-bg.webp") no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.block-float:not(.minimize) .block-mini {
  display: none;
}

.block-float.minimize {
  padding: 0;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  aspect-ratio: auto;
}
.block-float.minimize > * {
  display: none;
}
.block-float.minimize .block-mini {
  display: block;
}

.text-share {
  background: transparent url("../images/text-share.png") no-repeat center center;
  background-size: 100% 100%;
  aspect-ratio: 261/62;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-gal .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block-gal .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-gal .item {
  background: transparent url("../images/gal/bg-item.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 6.9%;
  position: relative;
  cursor: pointer;
  transition: all 0.36s ease;
}
.block-gal .item > .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
.block-gal .item > .info span {
  color: #ccc;
}
.block-gal .item:hover {
  filter: brightness(1.1);
}
.block-gal .item:hover > .info {
  opacity: 1;
}
.block-gal .item .w-image-block {
  border: 1px var(--w-secondary) solid;
  border-radius: 1em;
}
.block-gal .item button {
  color: #fff;
  background-color: var(--w-secondary);
  padding: 0.15em 0.75em;
  border-radius: 0.75em;
}

.btn-gal-tangbanh button {
  height: 2em;
  width: 2em;
  background-color: var(--w-secondary);
  color: #fff;
}
.btn-gal-tangbanh input {
  height: 2em;
  width: 3em;
  text-align: center;
  padding: 0 1em;
}

.block-top10 {
  background: transparent url("../images/gal/bg-top10.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 16.5em 3em 0em 3em;
}
.block-top10 .border {
  border: none;
  border-bottom: 1px var(--w-secondary) dotted;
}
.block-top10 td span {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background-color: #111;
  color: white;
  border-radius: 0.25em;
  display: block;
}
.block-top10 tr:nth-child(1) td span,
.block-top10 tr:nth-child(2) td span,
.block-top10 tr:nth-child(3) td span {
  background-color: var(--w-secondary);
}

.btn-dapngay {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.btn-dapngay .tag-luotdap {
  background-color: rgba(0, 0, 0, 0.69);
  padding: 0.5em;
  border-radius: 1em;
  border: 1px solid var(--w-primary);
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.block-items {
  background-color: #ccc;
  border: #ccc solid 1px;
}
.block-items .item {
  background-color: #fff;
  padding: 1.75em 1em;
}
.block-items .item button {
  padding: 0.5em 0.75em;
  background-color: var(--w-primary);
  color: #fff;
  border-radius: 1em;
}

.char-slide {
  position: relative;
}
.char-slide > a {
  width: 11em;
  margin: -1em auto 0 auto;
}

@media (min-width: 1024px) {
  .char-slide > a {
    width: 20em;
    margin: 0 auto;
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -10em;
  }
}
.char-pagination {
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
.char-pagination span {
  text-indent: -9999px;
  overflow: hidden;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  width: 6em;
  height: 6em;
}
.char-pagination span:nth-child(1) {
  background-image: url("../images/block002/character/thumb01.webp");
}
.char-pagination span:nth-child(2) {
  background-image: url("../images/block002/character/thumb02.webp");
}
.char-pagination span:nth-child(3) {
  background-image: url("../images/block002/character/thumb03.webp");
}
.char-pagination span:nth-child(4) {
  background-image: url("../images/block002/character/thumb04.webp");
}
.char-pagination span:nth-child(5) {
  background-image: url("../images/block002/character/thumb05.webp");
}

.wwheel .w-image-block,
.wwheel .w-image-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}

.wwheel {
  background-size: 100% 100%;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  width: 80%;
}
.wwheel .num {
  position: absolute;
  background-color: white;
  padding: 0.25em 0.5em;
  border-radius: 1em;
  font-weight: bold;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 1200px) {
  .wwheel {
    width: 100%;
    top: 2em;
  }
}

.wheel {
  aspect-ratio: 1/1;
  transform-origin: center center;
}
.wheel > img {
  width: 100%;
  height: auto;
  display: block;
}

.wheel-button img {
  width: 50%;
}

.wheel-button-small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: grid;
  gap: 0.5em;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.5));
}
.wheel-button-small > button {
  padding: 0.5em 1em;
  background-color: var(--w-primary);
  color: white;
  border-radius: 1em;
}

#countdown {
  background: url("../images/block001/countdown.webp") no-repeat center center;
  background-size: 100% 100%;
  aspect-ratio: 339/165;
  font-size: 1em;
}

.countdown > div {
  font-size: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.board {
  background: url("../images/block006/board.webp") no-repeat center 0em scroll;
  background-size: 100% 100%;
}

.inventory {
  display: flex;
  flex-wrap: wrap;
  height: 23.5em;
}
.inventory .item {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  padding: 7.5em 3em 4em 4em;
  position: relative;
  top: -4em;
}
.inventory .item .w-image-block {
  width: 50%;
}
.inventory .item:nth-child(1) {
  background: transparent url("../images/block002/top1.webp") no-repeat center center;
  background-size: 110% 75%;
}
.inventory .item:nth-child(2) {
  background: transparent url("../images/block002/top2.webp") no-repeat center center;
  background-size: 110% 75%;
}
.inventory .item:nth-child(3) {
  background: transparent url("../images/block002/top3.webp") no-repeat center center;
  padding: 4.5em 2em 2em 2.7em;
  width: 32%;
  top: -8.5em;
  background-size: 110% 75%;
}
.inventory .item:nth-child(4) {
  background: transparent url("../images/block002/top4.webp") no-repeat center center;
  padding: 4.5em 2em 2em 2.7em;
  width: 32%;
  top: -8.5em;
  background-size: 110% 75%;
}
.inventory .item:nth-child(5) {
  background: transparent url("../images/block002/top5.webp") no-repeat center center;
  padding: 4.5em 2em 2em 2.7em;
  width: 32%;
  top: -8.5em;
  background-size: 110% 75%;
}

@media (min-width: 1024px) {
  .block001 {
    height: 45.3em;
  }
  .block002 {
    height: 53.5em;
  }
  .inventory .item {
    width: 19% !important;
    background-size: 112% 75% !important;
    padding: 9em 4em 5em 5.2em !important;
  }
  .inventory .item:nth-child(odd) {
    top: -6em;
  }
  .inventory .item:nth-child(even) {
    top: 0;
  }
}
.block003 {
  height: 37.4em;
}
.block003 .mbutton {
  width: 40%;
}

.checkin {
  margin-top: 12em;
}
.checkin .item .w-image-block {
  width: 35%;
}

@media (min-width: 1200px) {
  .block003 {
    height: 53.2em;
  }
  .block003 .mbutton {
    margin-top: 0;
    width: 20%;
  }
  .checkin {
    width: 100%;
    margin-top: 18em;
  }
  .checkin .item {
    flex-wrap: nowrap;
  }
}
.block004 {
  height: 39.5em;
  position: relative;
  z-index: 2;
  background: #fff url("../images/block004/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .block004 {
    height: 51.4em;
    background: #fff url("../images/block004/bg-lg.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
}
.block004 .info {
  background: transparent url("../images/block004/bg-info.webp") no-repeat center center;
  background-size: 100% 100%;
  width: 50%;
  padding: 0.5em 2em;
  border-radius: 10px;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .block004 .info {
    width: 100%;
    font-size: 1em;
  }
}
.block004 .group-button-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}
.block004 .group-button-big .info {
  display: block;
}
@media (min-width: 1024px) {
  .block004 .group-button-big .info {
    display: none;
  }
}
@media (min-width: 1024px) {
  .block004 .group-button-big {
    width: 20em;
  }
}
.block004 .group-button-big > .w-image-button {
  transform: scale(0.98);
  width: 25%;
  margin: 0 0.5em;
}
@media (min-width: 1024px) {
  .block004 .group-button-big > .w-image-button {
    /* transform: scale(0.98);
          width: 336 * $lgem;

          &:nth-child(2) {
            margin-left: 400 * $lgem;
          }
          &:nth-child(4) {
            margin-left: 430 * $lgem;
          } */
  }
}
.block004 .group-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8em;
  gap: 0.25em;
}
.block004 .group-button > .w-image-button {
  width: 20%;
}
@media (min-width: 1024px) {
  .block004 .group-button {
    margin-top: 0;
  }
}
.block004 .tarot {
  width: 60%;
  margin: auto;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .block004 .tarot {
    width: 30%;
    margin: 0 3em;
    padding-left: 5em;
    padding-top: 2em;
  }
}
.block004 .side-by-side .group-button .info {
  display: none;
}
.block004 .side-by-side .group-button-big .info {
  display: block;
}
@media (min-width: 1024px) {
  .block004 .side-by-side {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding-top: 5em;
  }
  .block004 .side-by-side .group-button {
    width: 20em;
  }
  .block004 .side-by-side .group-button > .w-image-button {
    width: 45%;
  }
  .block004 .side-by-side .group-button .info {
    display: block;
  }
  .block004 .side-by-side .group-button-big {
    width: 17.5em;
    order: 1;
    margin-top: 0;
  }
  .block004 .side-by-side .group-button-big > .w-image-button {
    width: 80%;
  }
  .block004 .side-by-side .group-button-big .info {
    display: none;
  }
}

.block005 {
  height: 29em;
}
.block005 .button-prev, .block005 .button-next {
  width: 20px;
  height: 50px;
  background: transparent;
}
.block005 .button-prev {
  left: 1em;
}
.block005 .button-next {
  right: 1em;
}
.block005 .item {
  background: transparent url("../images/block005/itembg.webp") no-repeat center center;
  background-size: 100% 100%;
}
.block005 .w-img-block {
  width: 60%;
  margin: auto;
  min-width: 10px;
}
@media (min-width: 1024px) {
  .block005 .w-img-block {
    min-width: 115px;
  }
}
.block005 .w-img-block img {
  width: 100%;
}
.block005 .swiper-slide {
  font-size: 6px;
  color: #fff;
}
.block005 .block-shop {
  top: 38%;
}
.block005 .shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4em;
  gap: 1em;
  font-size: 8px;
  text-align: center;
}
.block005 .shop > div {
  width: calc((100% - 0.25em) / 6);
}
.block005 .shop .item {
  padding: 0.5em 1em;
  min-height: 25px;
}
.block005 .shop .price {
  color: #ffe326;
}
.block005 .shop .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 6px;
}
.block005 .info {
  background: #fff;
  border-radius: 15px;
  align-items: center;
  color: #993333;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 0.5em 1em;
  width: 65%;
  position: relative;
  font-size: 10px;
  top: 35%;
}
.block005 .info .text {
  width: 80%;
}
.block005 .info .w-img-block {
  width: 20%;
  display: flex;
}

@media (min-width: 1200px) {
  .block005 {
    height: 66em;
  }
  .block005 .block-shop {
    top: 30%;
  }
  .block005 .shop {
    padding: 0 15em;
    font-size: 16px;
  }
  .block005 .shop .name {
    font-size: 16px;
  }
  .block005 .shop .item {
    padding: 1em;
  }
  .block005 .info {
    width: 45%;
    top: 28%;
    font-size: 16px;
    padding: 1em 2em;
  }
  .button-prev, .button-next {
    top: 47% !important;
    width: 100px !important;
    height: 100px !important;
  }
  .button-prev {
    left: 13% !important;
  }
  .button-next {
    right: 13% !important;
  }
}
.w-btn {
  padding: 0.5em 1em;
  border: 1px var(--w-primary) solid;
  border-radius: 0.25em;
  text-transform: uppercase;
}/*# sourceMappingURL=wwstyle.css.map */