@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;
  }
}
h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 43px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 7px;
    line-height: 52px;
  }
}
h3 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
p {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
  }
} */


section {
  position: relative;
}
.scale {
  align-items: center;
  color: #ff8550;
  display: none;
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
  left: 0;
  line-height: 43px;
  position: absolute;
  top: 30px;
}
@media (min-width: 1024px) {
  .scale {
    display: flex;
  }
}
.scale > div:first-child {
  background-color: #ff8550;
  height: 1px;
  margin: 0 12px 0 0;
  width: 56px;
}
.star-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 100%;
}
.star-title > div {
  color: #ff8550;
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 43px;
}
@media (min-width: 768px) {
  .star-title > div {
    font-size: 28px;
  }
}
.star-title img {
  height: auto;
  width: 76px;
}
@media (min-width: 768px) {
  .star-title {
    width: 140px;
  }
}
.double-star-title {
  align-items: center;
  display: flex;
  gap: 4px;
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .double-star-title {
    margin: 0 0 40px;
  }
}
.double-star-title div {
  background-color: transparent;
  height: 1px;
  width: 100%;
}
.double-star-title h2 {
  flex: 1;
  white-space: nowrap;
}
.double-star-title img {
  height: 52px;
  width: auto;
}
.section-1 {
  background-color: #fff;
  background-image: url(../images/instant/section_1_bg_game.png);
  background-position: right calc(38% - 16px) top 40px;
  background-repeat: no-repeat;
  background-size: 138% auto;
}
@media (min-width: 768px) {
  .section-1 {
    background-position: right 0 center;
    background-size: 60% auto;
  }
}
.section-1 > img {
  position: absolute;
}
.section-1 .scale {
  top: 10vw;
}
.section-2 {
  background-color: #fff9db;
  padding: 60px 0 40px;
}
.section-2:before {
  content: "";
}
@media (min-width: 768px) {
  .section-2:before {
    background-image: url(../images/bg/wave_2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 60px;
    height: 60px;
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
  }
  .section-2 {
    padding: 80px 0;
  }
}
.section-2 .scale {
  top: 80px;
}
.section-2 .card {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 14px #0000001a;
  overflow: hidden;
  padding: 32px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-2 .card {
    padding: 32px;
  }
}
.section-2 .card h3 {
  padding: 0 0 8px;
}
@media (min-width: 768px) {
  .section-2 .card h3 {
    padding: 0 0 12px;
  }
}
.section-2 .card .sub-card {
  background-color: #ff85501a;
  border-radius: 6px;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .section-2 .card .sub-card {
    padding: 24px;
  }
}
.section-2 .card .sub-card h3 {
  padding: 0 0 12px;
}
.section-3 {
  background-color: #ffe87d;
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .section-3 {
    padding: 80px 0 120px;
  }
}
.section-3 .scale {
  top: 80px;
}
.section-3 .card {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 32px;
  padding: 20px 16px 32px;
}
@media (min-width: 768px) {
  .section-3 .card {
    gap: 24px;
    padding: 24px 32px;
  }
}
.section-3 .card .title {
  color: #ff8550;
  font-size: 20px;
  font-weight: 700;
  line-height: 43px;
}
@media (min-width: 768px) {
  .section-3 .card .title {
    font-size: 28px;
  }
}
.section-3 .card section {
  padding: 0;
}
@media (min-width: 768px) {
  .section-3 .card section {
    padding: 0 0 16px;
  }
}
.section-3 .card h3 {
  padding: 0 0 12px;
}
