@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;
  }
}
main nav {
  border-bottom: 1px solid #dadada;
  padding: 28px 0;
  text-align: center;
}
main nav,
main nav a {
  background: #fff;
}
main nav a {
  border: 1px solid #dadada;
  border-radius: 50px;
  display: inline-block;
  margin: 4px 6px;
  padding: 6px 20px;
}
main nav a.router-link-active {
  background: #fff3ed;
  border: 2px solid #ff8550;
  color: #ff8550;
  padding: 5px 19px;
}
section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  section {
    padding: 96px 0;
  }
}
section h2 {
  line-height: 1.5;
  margin: 20px 0 16px;
  text-align: center;
}
@media (min-width: 768px) {
  section h2 {
    text-align: left;
  }
  section .text {
    width: 100%;
  }
}
section .text p {
  margin: 10px 0;
}
@media (min-width: 768px) {
  section .image {
    margin: 0 20px;
    width: 100%;
  }
}
section .image img {
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 768px) {
  section .image img {
    border-radius: 10px;
  }
}
.content-0 {
  background: bottom/contain no-repeat url(../images/wave/double_yellow.svg),
    #fff;
  padding: 10px 0 80px;
}
@media (min-width: 768px) {
  .content-0 {
    padding: 96px 0 180px;
  }
  .content-0 > div {
    align-items: center;
    display: flex;
  }
}
.content-0 .image {
  margin: auto;
  max-width: 300px;
  width: 50%;
}
@media (min-width: 768px) {
  .content-0 .image {
    margin-left: 10px;
    max-width: 30%;
  }
}
.content-1 {
  background: #ffe87d;
}
@media (min-width: 768px) {
  .content-1 {
    padding: 20px 0 50px;
  }
}
.content-2 {
  background: #ffe87d;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-2 {
    padding-top: 0;
  }
}
.content-2 > div {
  background: #fffcf3;
  border-radius: 20px;
  padding: 15px;
  position: relative;
}
.content-2 > div:after {
  background: 100% / contain no-repeat
    url(../images/icon/double_quotes_right.svg);
  content: "";
  filter: drop-shadow(-3000px 0 0 #ff8550);
  height: 40px;
  position: absolute;
  right: 0;
  top: -15px;
  transform: translate(3000px);
  width: 100%;
}
@media (min-width: 768px) {
  .content-2 > div {
    border-radius: 40px;
    margin: 20px auto 0;
    padding: 60px 60px 36px;
  }
  .content-2 > div:after {
    height: 102px;
    right: -50px;
    top: -20px;
  }
}
.content-2 h2 {
  background: linear-gradient(180deg, #ffdc84, #ff8550);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 10px 0;
  position: relative;
  text-align: center;
}
