@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;
  }
}
.part1 ul {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.part1 ul li {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 50px;
  padding: 4px 24px;
}
@media (min-width: 768px) {
  .part1 ul li {
    font-size: 18px;
    padding: 10px 24px;
  }
}
.part1 ul .select {
  background: linear-gradient(
      0deg,
      rgba(255, 158, 13, 0.2),
      rgba(255, 158, 13, 0.2)
    ),
    #fff;
  border: 2px solid #ff8550;
  color: #ff8550;
  font-weight: 700;
}
.wave {
  background: bottom/cover no-repeat url(../images/wave/brand_index_video.svg);
  height: 180px;
  position: relative;
}
.wave:after {
  content: url(../images/bg/green_triangle.svg);
  left: -12px;
  position: absolute;
  top: 50px;
  transform: scale(0.4);
  z-index: 1;
}
@media (min-width: 768px) {
  .wave:after {
    left: 24px;
    top: -10px;
    transform: scale(0.7);
  }
}
iframe {
  margin: 12px 0;
}
@media (min-width: 768px) {
  iframe {
    margin: 20px 0;
  }
}
.bg {
  background-image: url(../images/bg/woman3.svg), url(../images/bg/man.svg);
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 12%;
  padding: 0;
}
