@charset "UTF-8";
:root {
  --base-font-size: 16px;
  --tn-pink: #db67af;
  --tn-lightpink: #fac4da;
  --tn-brightpink: #ff75cb;
  --tn-darkpink: #ff009d;
  --tn-gold: #af8e48;
  --tn-lightgold: #d4b77a;
  --tn-yellow: #ecc267;
  --tn-green: #198754;
  --tn-darkgrey: #434343;
  --tn-lgrey: #f3f3f3;
  --tn-dblue: #3e4a5c;
  --tn-btn-shine: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  --container-padding-sm: 20px 0;
  --container-padding-lg: 40px 0;
}

@-webkit-keyframes onlineBlink {
  0% {
    background-color: #ff6699;
  }
  50% {
    background-color: #c223df;
  }
  100% {
    background-color: #ff6699;
  }
}
@keyframes onlineBlink {
  0% {
    background-color: #ff6699;
  }
  50% {
    background-color: #c223df;
  }
  100% {
    background-color: #ff6699;
  }
}
@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  13.0434782609%,
  100% {
    left: 100%;
    transition-property: left;
  }
}
#d2p-groupheader {
  display: none;
}
@media (min-width: 768px) {
  #d2p-groupheader {
    display: block;
  }
}

.nl-generic.nl-oneColumn #nl-main-contentsHolder {
  width: 100% !important;
  min-height: 0;
  min-width: 0;
  border-left: 0;
  border-right: 0;
}
.nl-generic.nl-oneColumn #nl-gl-mainContents {
  border-left: 0;
  border-right: 0;
  min-height: 0;
  background-color: #f3f3f3 !important;
}
.nl-generic #nl-mainCol {
  background-color: #f3f3f3;
}

#nl-gl-header {
  min-width: 0px;
  height: auto;
}
#nl-gl-header #nl-gl-nav {
  background: rgba(0, 27, 36, 0.7);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
#nl-gl-header #nl-gl-navList li:not(:first-child) {
  display: none;
}
@media (min-width: 1024px) {
  #nl-gl-header #nl-gl-navList li:not(:first-child) {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #nl-gl-header {
    min-width: 1004px;
  }
}

#nl-gl-footer {
  padding: 32px !important;
}
#nl-gl-footer #nl-gl-footerInner {
  width: 100% !important;
  flex-wrap: wrap;
}
#nl-gl-footer #nl-gl-footerInner section {
  margin-bottom: 24px;
}

#nl-gl-copyright {
  padding-bottom: 16px;
}

.cf::before {
  content: none !important;
}

.iineBtn-grey  {
  cursor: pointer;
}

#app-nl-gl-toPageTop {
  right: 20px !important;
}

:root {
  --tn-page-bg: #ffea00;
  /* page background-color */
  --tn-meta-bg: var(--tn-dblue);
  /* thumbnail meta background-color */
  --tn-body-text: rgb(19, 19, 19);
  /* bodyのtextの色 */
  --tn-note-text: rgb(19, 19, 19);
  --tn-note-link: #ff95d7;
  --tn-btn-bg: #535353;
  /* マイル発行のbackground-color */
}

body {
  background-color: #f6f5f3;
  background: linear-gradient(#effbfd, #f6f5f3);
}

.thumb-top {
  background-image: url(../images/top_bg.jpg);
  background-color: white;
  background-image: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .thumb-top {
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
  }
}
.thumb-top .top-fig {
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s;
  z-index: 3;
}
.thumb-top .top-fig.top-fig-1 {
  right: -100vw;
  /* top: 48px; */
}
@media (min-width: 1024px) {
  .thumb-top .top-fig.top-fig-1 {
    right: -1vw;
  }
}
@media (min-width: 1360px) {
  .thumb-top .top-fig.top-fig-1 {
    right: 6vw;
  }
}
.thumb-top .top-fig.top-fig-2 {
  left: -150vw;
}
@media (min-width: 1024px) {
  .thumb-top .top-fig.top-fig-2 {
    left: -3vw;
  }
}
@media (min-width: 1360px) {
  .thumb-top .top-fig.top-fig-2 {
    left: 11vw;
  }
}

.top-text {
  max-width: 864px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin-top: 12px;
  font-size: 16.5px;
  background: #fae8f3;
  border-image: url(../images/top-text-border.png) 33.33% fill repeat;
  border-style: solid;
  border-width: 29px;
  margin: 12px auto 0;
}
.top-text h2 {
  font-size: 22px;
  font-family: serif;
  color: #d65ca6;
  margin-bottom: 16px;
}
.top-text h2 span {
  white-space: nowrap;
}
.top-text h2 span.line {
  display: block;
}
@media (min-width: 592px) {
  .top-text h2 span.line {
    display: inline-block;
  }
}
.top-text p {
  color: #636363;
}
.top-text ul {
  margin-top: 16px;
  border-top: 1px dotted #ca91ba;
  padding-top: 16px;
  color: white;
}

img.sign {
  width: 14vw;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
  position: absolute;
  right: 5%;
  top: 6%;
  z-index: 2;
}
@media (min-width: 592px) {
  img.sign {
    width: 90px;
    right: 8%;
    top: 13%;
  }
}
@media (min-width: 768px) {
  img.sign {
    width: 90px;
    right: 10vw;
    bottom: 162px;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  img.sign {
    width: 110px;
    right: 15vw;
  }
}
@media (min-width: 1360px) {
  img.sign {
    right: 24vw;
  }
}

img.more {
  width: 30vw;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
  position: absolute;
  right: 5%;
  top: 70%;
  z-index: 100;
}
@media (min-width: 592px) {
  img.more {
    width: 145px;
    right: 8%;
    top: 60%;
  }
}
@media (min-width: 768px) {
  img.more {
    width: 145px;
    right: 10vw;
    bottom: 162px;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  img.more {
    width: 165px;
    right: 15vw;
  }
}
@media (min-width: 1360px) {
  img.more {
    right: 26vw;
  }
}

footer#nl-gl-footer {
  background-color: #333333;
}

.mile-click {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--container-padding-sm);
}
@media (min-width: 768px) {
  .mile-click {
    padding: var(--container-padding-lg);
  }
}
.mile-click p {
  color: #636363;
  font-size: 16px;
  line-height: 1.825;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .mile-click p {
    font-size: 18px;
  }
}
.mile-click .btn-wrap {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  background-color: var(--tn-btn-bg);
  box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.45) inset;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
@media (min-width: 768px) {
  .mile-click .btn-wrap {
    max-width: 620px;
    font-size: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
  }
}
.mile-click .btn-wrap .btn-note {
  color: white;
  text-align: center;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .mile-click .btn-wrap .btn-note {
    padding-left: 30px;
  }
}
.mile-click .btn-wrap .giftbtn {
  background-color: white;
  border-radius: 4px 6px 6px 4px;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .mile-click .btn-wrap .giftbtn {
    width: 240px;
    padding: 18px 0;
  }
}
.mile-click .btn-wrap .giftbtn:hover {
  opacity: 0.85;
}
.mile-click .btn-wrap .giftbtn span {
  margin-right: 8px;
}
.mile-click .btn-wrap .giftbtn.mile-issued {
  color: var(--tn-green);
}
.mile-click .btn-wrap .giftbtn.mile-ready {
  color: var(--tn-gold);
  cursor: pointer;
}
.mile-click .btn-wrap .giftbtn.mile-ready:hover {
  color: var(--tn-yellow);
}

.for-mob {
  display: block;
}
@media (min-width: 768px) {
  .for-mob {
    display: none;
  }
}

.for-tablet {
  display: none;
}
@media (min-width: 768px) {
  .for-tablet {
    display: block;
  }
}

.highlight {
  background: linear-gradient(transparent 40%, #fe98e3 60%);
  padding-bottom: 4px;
}

.container {
  padding: 0 12px;
}
.container .container-inner {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .container .container-inner {
    max-width: 1100px;
  }
}

.thumb-wrap {
  font-size: var(--base-font-size);
  line-height: 1.5;
}
.thumb-wrap a {
  color: var(--tn-pink);
}

.thumb-top {
  width: 100%;
  height: 280px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;*/
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .thumb-top {
    background-size: cover;
  }
}
.thumb-top .thumb-top-shade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0) 0%;
  background-image: linear-gradient(
    20deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 200, 200, 0.7) 48%,
    rgba(255, 255, 200, 0.7) 52%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .thumb-top .thumb-top-shade {
    background-image: linear-gradient(
      50deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 200, 200, 0.7) 48%,
      rgba(255, 255, 200, 0.7) 52%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.thumb-top img.page-title {
  width: 90%;
  height: auto;
  filter: drop-shadow(0px 2px 0px white);
  transition: 0.3s;
  z-index: 5;
}
@media (min-width: 592px) {
  .thumb-top img.page-title {
    width: auto;
    max-width: none;
    height: 70%;
    animation: fall 0.8s;
  }
}
@media (min-width: 768px) {
  .thumb-top img.page-title {
    height: 100%;
  }
}

.thumb-note {
  padding-bottom: 20px;
}
.thumb-note ul li {
  color: #636363;
  line-height: 1.5;
}
.thumb-note ul li a {
  color: #2fb0b1;
}

.thumb-list-wrap {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(auto-fit, 94vw);
  grid-row-gap: 16px;
  justify-content: center;
  position: relative;
  padding: var(--container-padding-sm);
}
@media (min-width: 592px) {
  .thumb-list-wrap {
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    grid-column-gap: 12px;
  }
}
@media (min-width: 768px) {
  .thumb-list-wrap {
    padding: var(--container-padding-sm);
  }
}

.promo-thumb {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.23);
  border-radius: 8px;
  position: relative;
  transition: 0.1s;
}
.promo-thumb:nth-child(-n + 12) .promo-thumb-inner .promo-thumb-rank--wrap {
  display: block;
  filter: drop-shadow(1px 1px 2px rgba(50, 50, 0, 0.75));
}
.promo-thumb:nth-child(-n + 12)
  .promo-thumb-inner
  .promo-thumb-rank--wrap
  .promo-thumb-rank {
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 800;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.37);
  clip-path: polygon(0% 0%, 100% 0, 100% 74%, 50% 100%, 0 74%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c8b00;
  background: linear-gradient(145deg, #2c8b00 0%, #002b02 100%);
  padding-bottom: 4px;
  box-sizing: border-box;
}
.promo-thumb:nth-child(1)
  .promo-thumb-inner
  .promo-thumb-rank--wrap
  .promo-thumb-rank {
  background: #f5df86;
  background: linear-gradient(145deg, #f5df86 0%, #7a6826 48%, #ffdb6f 94%);
}
.promo-thumb:nth-child(2)
  .promo-thumb-inner
  .promo-thumb-rank--wrap
  .promo-thumb-rank {
  background: #fff7e0;
  background: linear-gradient(145deg, #fff7e0 7%, #8f8f8f 48%, #eeece6 94%);
}
.promo-thumb:nth-child(3)
  .promo-thumb-inner
  .promo-thumb-rank--wrap
  .promo-thumb-rank {
  background: #7e6f5e;
  background: linear-gradient(145deg, #7e6f5e 7%, #5d4821 48%, #857f6d 94%);
}
.promo-thumb .promo-thumb-inner {
  position: relative;
}
.promo-thumb .promo-thumb-inner .promo-thumb-rank--wrap {
  display: none;
  position: absolute;
  top: -2px;
  right: 2px;
  z-index: 99;
}
.promo-thumb .promo-thumb-inner .promo-thumb-link {
  display: none;
}
@media (min-width: 768px) {
  .promo-thumb .promo-thumb-inner .promo-thumb-link {
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
.promo-thumb .promo-thumb-inner .point_msg {
  width: 70%;
  font-size: 16px;
  color: var(--tn-darkgrey);
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2%;
  z-index: 9;
}
.promo-thumb .promo-thumb-inner .point_msg span {
  color: var(--tn-brightpink);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.promo-thumb .promo-thumb-inner figure {
  line-height: 0;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}
.promo-thumb .promo-thumb-inner figure .thumb-shade {
  width: 100%;
  height: 30%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.promo-thumb .promo-thumb-inner figure img {
  width: 100%;
  height: auto;
}
.promo-thumb .promo-thumb-inner .promo-thumb-meta {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.promo-thumb .promo-thumb-inner .promo-thumb-meta .promo-thumb-name-wrap {
  display: flex;
  align-items: center;
  background-color: black;
  padding: 0 16px 12px;
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  .promo-thumb-name-wrap
  a.promo-thumb--pfname {
  color: #49b9ff;
  font-size: 16px;
  text-decoration: none;
  z-index: 98;
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  .promo-thumb-name-wrap
  a.promo-thumb--pfname:hover {
  color: #74ebff;
}
.promo-thumb .promo-thumb-inner .promo-thumb-meta button.like-button {
  width: 60px;
  height: 60px;
  border-radius: 62px;
  border: 2px solid white;
  background: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .promo-thumb .promo-thumb-inner .promo-thumb-meta button.like-button {
    width: 54px;
    height: 54px;
  }
}
.promo-thumb .promo-thumb-inner .promo-thumb-meta button.like-button:hover {
  border: 2px solid var(--tn-lightpink);
  background-color: var(--tn-pink);
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  button.like-button.iineBtn-grey {
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  button.like-button.iineBtn-grey:hover {
  background: var(--tn-pink);
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  button.like-button.iineBtn-pink {
  box-shadow: inset 0px 0px 3px rgba(255, 182, 230, 0.85),
    0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: var(--tn-brightpink);
  border: none;
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  button.like-button.iineBtn-pink:hover {
  background: var(--tn-pink);
}
.promo-thumb .promo-thumb-inner .promo-thumb-meta button.like-button img {
  width: 18px;
}
@media (min-width: 768px) {
  .promo-thumb .promo-thumb-inner .promo-thumb-meta button.like-button img {
    width: 14px;
  }
}
.promo-thumb
  .promo-thumb-inner
  .promo-thumb-meta
  button.like-button
  span.like_count {
  width: auto;
  color: white;
  font-size: 14px;
  display: inline;
  margin: 0;
}
.promo-thumb .promo-thumb-inner .live-icon {
  color: white;
  font-size: 12px;
  border-radius: 3px;
  background-color: red;
  -webkit-animation-name: onlineBlink;
  animation-name: onlineBlink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 2px;
  z-index: 6;
}
.promo-thumb .promo-thumb-inner .live-icon.offline {
  display: none;
}
.promo-thumb .promo-thumb-inner .live-icon.online {
  display: block;
}
.promo-thumb.thumb-gauge .promo-thumb-link {
  height: calc(100% - 96px);
}
.promo-thumb.thumb-gauge .promo-thumb-inner figure {
  border-radius: 8px 8px 0 0;
}
.promo-thumb.thumb-gauge .promo-thumb-meta {
  border-radius: 0;
}
.promo-thumb.thumb-gauge .promo-thumb-meta button.like-button {
  bottom: 8vw;
}
@media (min-width: 592px) {
  .promo-thumb.thumb-gauge .promo-thumb-meta button.like-button {
    right: 9px;
    bottom: 30px;
  }
}
.promo-thumb.thumb-gauge .gauge-wrap {
  background-color: black;
  border-radius: 0 0 8px 8px;
  padding: 0 16px 12px;
}
.promo-thumb.thumb-gauge .gauge-wrap .gauge-label {
  color: white;
  margin-bottom: 8px;
}
.promo-thumb.thumb-gauge .gauge-wrap .gauge-label .acuiredPoint {
  padding-right: 4px;
}
.promo-thumb.thumb-gauge .gauge-wrap .progressBarSec {
  background-color: #acacac;
}
.promo-thumb.thumb-gauge .gauge-wrap .progressBarSec .progressBar {
  background: #ff3762;
}

.promo-balloon {
  transform: translateZ(0);
  transition: opacity 0.3s linear;
  position: absolute;
  bottom: 98%;
  left: 50%;
  margin-left: -100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  opacity: 0;
  z-index: 999;
}
.promo-balloon.balloon-on {
  display: none;
}
@media (min-width: 768px) {
  .promo-balloon.balloon-on {
    display: block;
    opacity: 1;
  }
}
.promo-balloon.balloon-on .promo-balloon-inner {
  position: relative;
  display: inline-block;
  background-color: #fcffe2;
  min-width: 150px;
  max-width: 170px;
  padding: 12px;
  text-align: left;
  line-height: 150%;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.promo-balloon.balloon-on .promo-balloon-inner .promo-balloon-tail {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #fcffe2 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 80%;
}

.prev-event-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  .prev-event-wrap {
    padding: var(--container-padding-lg);
  }
}
.prev-event-wrap a {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .prev-event-wrap a {
    width: 90%;
    max-width: 998px;
  }
}
.prev-event-wrap a img {
  width: 100%;
}
.prev-event-wrap a img:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .prev-event-wrap a img {
    border-radius: 4px 4px 0 0;
  }
}
.prev-event-wrap .link-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .prev-event-wrap .link-wrap {
    width: 90%;
    max-width: 998px;
    flex-direction: row;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    padding: 0;
  }
}
.prev-event-wrap .link-wrap a {
  width: 80vw;
  max-width: 360px;
  color: white;
  text-decoration: none;
  background-color: var(--tn-dblue);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .prev-event-wrap .link-wrap a {
    width: 50%;
    max-width: none;
    flex-direction: row;
    border-radius: 0;
  }
}
.prev-event-wrap .link-wrap a:first-child {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .prev-event-wrap .link-wrap a:first-child {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
  }
}
.prev-event-wrap .link-wrap a:hover {
  background-color: var(--tn-darkgrey);
}

.counter-box {
  border: 3px solid var(--tn-lightgold);
  background-color: var(--tn-darkgrey);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.2s linear;
  padding: 8px;
  z-index: 100;
}
.counter-box .numbering {
  display: flex;
  align-items: center;
}
.counter-box .numbering span.sum-label {
  color: #ffce67;
  margin-right: 12px;
}
.counter-box .numbering .sum-box {
  font-size: 26px;
  letter-spacing: 4px;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(20, 20, 93, 0.25) 0px 20px 30px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 9px 20px -11px inset;
  position: relative;
  padding: 6px 10px;
}
.counter-box .numbering .sum-box .shade {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 70%,
    rgba(0, 0, 0, 0.6923363095) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.counter-box.showoff {
  bottom: 20px;
}

.bonus-point {
  margin-top: 24px;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 420px) {
  .bonus-point {
    margin-top: 0;
  }
}
.bonus-point h3 {
  margin-bottom: 8px;
  color: white;
  text-align: center;
  font-size: x-large;
}
@media (max-width: 420px) {
  .bonus-point h3 {
    font-size: large;
  }
}
.bonus-point .boxs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0 12px;
}
@media (max-width: 420px) {
  .bonus-point .boxs {
    gap: 12px;
    font-size: 12px;
  }
}
.bonus-point .boxs .box {
  background-color: white;
  color: #0d263c;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 420px) {
  .bonus-point .boxs .box {
    padding: 5px;
  }
}
@media (max-width: 420px) {
  .bonus-point .boxs .box img {
    max-width: 240px;
    display: block;
    margin: auto;
  }
}

/*# sourceMappingURL=style.css.map */
