@charset "UTF-8";
.ball {
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 1px;
  line-height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  .ball {
    font-size: 20px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    width: 48px;
  }
}
.color-super {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.color-super.ball {
  position: relative;
}
.color-super.ball.secondary-area,
.color-super.ball.special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area,
  .color-super.ball.special-number {
    margin-top: 34px;
  }
}
.color-super.ball.secondary-area:before {
  content: "第二區";
}
.color-super.ball.special-number:before {
  content: "特別號";
}
.color-super.ball.secondary-area:before,
.color-super.ball.special-number:before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area:before,
  .color-super.ball.special-number:before {
    font-size: 16px;
    line-height: 1.4;
  }
}
.color-bigSmall {
  background: 50% / cover no-repeat url(../images/bg/ball_big_small.svg);
}
.color-singleDouble {
  background: 50% / cover no-repeat url(../images/bg/ball_single_double.svg);
  color: #fff;
}
.custom-container {
  margin-inline: auto !important;
  width: calc(100vw - 32px) !important;
}
@media (min-width: 768px) {
  .custom-container {
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px !important;
    width: 75vw !important;
  }
}
.bg {
  position: relative;
}
.bg:after {
  content: url(../images/bg/woman2.svg);
  position: absolute;
  visibility: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .bg:after {
    bottom: -7px;
    left: 50px;
    transform: scale(1);
    visibility: visible;
  }
}
.ver {
  border: 1px solid #ff8550;
  left: 0;
  position: absolute;
  width: 56px;
}
.card {
  background: linear-gradient(
      0deg,
      rgba(255, 133, 80, 0.1),
      rgba(255, 133, 80, 0.1)
    ),
    #fff;
  border-radius: 10px;
  margin: 20px 0;
  padding: 10px 16px 16px;
}
@media (min-width: 768px) {
  .card {
    padding: 10px 18px 16px;
  }
}
.grid-style {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .grid-style {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .grid-style {
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
main ul {
  color: #2e2e2e;
  font-size: 16px;
}
.download-butoon {
  align-items: center;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  padding: 7px 8px;
  transition: all 0.3s;
  width: calc(100% - 5px);
}
@media (min-width: 768px) {
  .download-butoon {
    padding: 11px 12px;
  }
}
.download-butoon:hover {
  border: 1px solid #ff8550;
}
.download-butoon img {
  margin-right: 14px;
  width: 28px;
}
@media (min-width: 768px) {
  .download-butoon img {
    width: auto;
  }
}
