@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;
  }
}
#first_screen {
  background: linear-gradient(180deg, #fcf8cc 0, #ffeb83);
  padding: 16px 0;
}
@media (min-width: 768px) {
  #first_screen {
    padding: 32px 0 12px;
  }
}
#first_screen > div {
  margin: 0 auto;
  width: calc(100vw - 32px);
}
@media (min-width: 768px) {
  #first_screen > div {
    max-width: 1404px;
    width: 90vw;
  }
}
#first_screen .banner-card {
  border-radius: 10px;
  padding: 8px;
}
@media (min-width: 640px) {
  #first_screen .banner-card {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  #first_screen .banner-card {
    border-radius: 20px;
    padding: 8px;
  }
}
@media (min-width: 1024px) {
  #first_screen .banner-card {
    padding: 20px;
  }
}
#first_screen .banner-card > img {
  margin-bottom: 6px;
  width: 65px;
}
@media (min-width: 640px) {
  #first_screen .banner-card > img {
    width: 90px;
  }
}
@media (min-width: 768px) {
  #first_screen .banner-card > img {
    margin-bottom: 0;
    max-width: 90px;
    width: 25%;
  }
}
#first_screen .banner-card > div {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#first_screen #banner {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #first_screen #banner {
    border-radius: 20px;
    width: 65%;
  }
}
#first_screen #banner .el-carousel__container {
  height: calc(48.91429vw - 15.65257px);
}
@media (min-width: 768px) {
  #first_screen #banner .el-carousel__container {
    height: 28.6148571429vw;
    max-height: 446.3917714286px;
  }
}
#first_screen
  #banner
  .el-carousel__indicators.el-carousel__indicators--horizontal {
  display: flex;
}
#first_screen
  #banner
  .el-carousel__indicators.el-carousel__indicators--horizontal
  .el-carousel__indicator.el-carousel__indicator--horizontal {
  padding: 12px 5px;
}
@media (min-width: 768px) {
  #first_screen
    #banner
    .el-carousel__indicators.el-carousel__indicators--horizontal
    .el-carousel__indicator.el-carousel__indicator--horizontal {
    padding: 12px 5px 24px;
  }
}
#first_screen
  #banner
  .el-carousel__indicators.el-carousel__indicators--horizontal
  .el-carousel__indicator.el-carousel__indicator--horizontal.is-active
  button {
  background: #ff8550;
}
#first_screen
  #banner
  .el-carousel__indicators.el-carousel__indicators--horizontal
  .el-carousel__indicator.el-carousel__indicator--horizontal
  button {
  border-radius: 10px;
  height: 2px;
  width: 16px;
}
@media (min-width: 768px) {
  #first_screen
    #banner
    .el-carousel__indicators.el-carousel__indicators--horizontal
    .el-carousel__indicator.el-carousel__indicator--horizontal
    button {
    height: 4px;
    width: 30px;
  }
}
#first_screen #banner .banner-item {
  background: hsla(0, 0%, 100%, 0.2);
  max-height: 100%;
}
#first_screen #banner .banner-item a.pointer {
  cursor: pointer;
}
#first_screen #banner .banner-item img {
  -o-object-fit: cover;
  object-fit: cover;
}
#first_screen #instant_news {
  padding: 16px 0 0;
}
@media (min-width: 768px) {
  #first_screen #instant_news {
    padding: 0 0 0 16px;
    width: 35%;
  }
}
#first_screen #instant_news .banner-card {
  align-items: center;
  background: #ff72c1;
  display: flex;
  flex-direction: column;
  height: 330px;
}
@media (min-width: 768px) {
  #first_screen #instant_news .banner-card {
    height: 28.6148571429vw;
    max-height: 446.3917714286px;
  }
}
#first_screen #instant_news .banner-card .has-data {
  box-shadow: inset 0 -40px 40px -40px #0005;
}
@media (min-width: 768px) {
  #first_screen #instant_news .banner-card img {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  #first_screen #instant_news .banner-card img {
    margin-bottom: 12px;
  }
}
#first_screen #instant_news .banner-card .btns {
  background: #e9e9e9;
}
#first_screen #instant_news .banner-card .btns button {
  color: #797979;
  line-height: 40px;
}
#first_screen
  #instant_news
  .banner-card
  .btns
  button.is-current {
  background: #c7054b;
  color: #fff;
  cursor: default;
}
#first_screen #instant_news .banner-card .instant-list {
  height: calc(100% - 40px);
  margin: 0 6px;
  overflow-y: overlay;
  padding: 10px;
}
#first_screen
  #instant_news
  .banner-card
  .instant-list::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}
#first_screen
  #instant_news
  .banner-card
  .instant-list::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 10px;
}
#first_screen
  #instant_news
  .banner-card
  .instant-list
  li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
#first_screen #instant_news .banner-card .instant-list h4,
#first_screen #instant_news .banner-card .instant-list p {
  color: #2e2e2e;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  #first_screen #instant_news .banner-card .instant-list h4,
  #first_screen #instant_news .banner-card .instant-list p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
  }
  #first_screen #instant_news .banner-card .instant-list p {
    line-height: 24px;
  }
}
#first_screen #instant_news .banner-card .instant-empty {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: calc(100% - 40px);
  justify-content: center;
}
#first_screen #estimated_prize {
  display: flex;
  flex-grow: 1;
}
#first_screen #estimated_prize .banner-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (min-width: 768px) {
  #first_screen #estimated_prize .banner-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #first_screen #estimated_prize .banner-card img {
    margin: 0 8px 0 -14px;
  }
}
#first_screen #estimated_prize .banner-card:first-child {
  background: 10% 5px/5px no-repeat url(../images/home/white_star.svg),
    75% 35px/7px no-repeat url(../images/home/white_star.svg),
    92% 10px/5px no-repeat url(../images/home/white_star.svg), #ffc24d;
}
@media (min-width: 768px) {
  #first_screen #estimated_prize .banner-card:first-child {
    background: 60px 18%/10px no-repeat url(../images/home/white_star.svg),
      85% 8px/10px no-repeat url(../images/home/white_star.svg),
      50% 95%/10px no-repeat url(../images/home/white_star.svg),
      25px 87%/12px no-repeat url(../images/home/white_star.svg), #ffc24d;
  }
}
#first_screen #estimated_prize .banner-card:last-child {
  background: 10% 5px/5px no-repeat url(../images/home/white_star.svg),
    75% 35px/7px no-repeat url(../images/home/white_star.svg),
    92% 10px/5px no-repeat url(../images/home/white_star.svg), #42dd93;
}
@media (min-width: 768px) {
  #first_screen #estimated_prize .banner-card:last-child {
    background: 60px 18%/10px no-repeat url(../images/home/white_star.svg),
      85% 8px/10px no-repeat url(../images/home/white_star.svg),
      50% 95%/10px no-repeat url(../images/home/white_star.svg),
      25px 87%/12px no-repeat url(../images/home/white_star.svg), #42dd93;
  }
}
#first_screen
  #estimated_prize
  .banner-card:first-child
  .prize
  p:first-child
  b {
  background: #ff8550;
  color: #2e2e2e;
}
#first_screen
  #estimated_prize
  .banner-card:last-child
  .prize
  p:first-child
  b {
  background: #007979;
  color: #fff;
}
@media (min-width: 1024px) {
  #first_screen #estimated_prize .banner-card > div {
    display: flex;
  }
}
#first_screen #estimated_prize .banner-card p {
  color: #2e2e2e;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  #first_screen #estimated_prize .banner-card p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
  }
}
#first_screen #estimated_prize .banner-card .info {
  border-bottom: 1px solid #dadada;
  color: #2e2e2e;
  font-weight: 700;
  margin: 6px 6px 16px;
  padding: 0 0 7px;
  text-align: center;
}
@media (min-width: 1024px) {
  #first_screen #estimated_prize .banner-card .info {
    border-bottom: none;
    border-right: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0 12px 10px;
    max-width: 141px;
    padding: 0 10px 0 0;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #first_screen #estimated_prize .banner-card .info {
    margin: 12px 0 12px 16px;
  }
}
@media (min-width: 768px) {
  #first_screen #estimated_prize .banner-card .info p {
    line-height: 24px;
  }
}
#first_screen
  #estimated_prize
  .banner-card
  .info
  p:first-child {
  color: #797979;
  font-weight: 400;
  line-height: 28px;
}
#first_screen
  #estimated_prize
  .banner-card
  .info
  p:nth-child(2) {
  word-break: break-all;
}
#first_screen #estimated_prize .banner-card .prize {
  font-weight: 700;
  margin: 6px;
  text-align: center;
}
@media (min-width: 1024px) {
  #first_screen #estimated_prize .banner-card .prize {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 12px 10px;
    width: 100%;
  }
  #first_screen
    #estimated_prize
    .banner-card
    .prize
    p:first-child {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
#first_screen
  #estimated_prize
  .banner-card
  .prize
  p:first-child
  b {
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 0 6px;
  padding: 4px 8px;
}
@media (min-width: 768px) {
  #first_screen
    #estimated_prize
    .banner-card
    .prize
    p:first-child
    b {
    margin: 0 0 0 10px;
    padding: 6px 10px;
  }
}
@media (min-width: 1024px) {
  #first_screen
    #estimated_prize
    .banner-card
    .prize
    p:first-child
    b {
    margin: 0;
    padding: 1px 14px;
  }
}
#first_screen
  #estimated_prize
  .banner-card
  .prize
  p:last-child {
  color: red;
  font-size: 16px;
  min-width: -moz-max-content;
  min-width: max-content;
}
#first_screen
  #estimated_prize
  .banner-card
  .prize
  p:last-child
  b {
  font-size: 42px;
  line-height: 1.24;
}
@media (min-width: 768px) {
  #first_screen
    #estimated_prize
    .banner-card
    .prize
    p:last-child
    b {
    font-size: 59px;
  }
}
#first_screen .links a {
  border-radius: 6px;
  color: #2e2e2e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  letter-spacing: 1px;
  line-height: 1.71;
  padding: 8px 4px;
  text-align: center;
  transition: all 0.3s;
  width: 50%;
}
@media (min-width: 768px) {
  #first_screen .links a {
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 16px 8px;
    width: 100%;
  }
}
#first_screen .links a:after {
  background: 50% / contain no-repeat url(../images/icon/link_arrow.svg);
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: sub;
  width: 16px;
}
@media (min-width: 768px) {
  #first_screen .links a:after {
    height: 28px;
    width: 28px;
  }
}
#newest_result {
  background: 10px 0/30px no-repeat url(../images/bg/green_triangle.svg),
    top/100% no-repeat url(../images/wave/home_under_banner.svg),
    center calc(100% - 140px) / 120% no-repeat url(../images/bg/shine.svg), #fff;
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  #newest_result {
    background: 20px 10px/60px no-repeat url(../images/bg/green_triangle.svg),
      top/100% no-repeat url(../images/wave/home_under_banner.svg),
      bottom/100% no-repeat url(../images/bg/shine.svg), #fff;
    padding: 100px 0 80px;
  }
}
#newest_result .result-cards .result-card {
  background: #fcf1c0;
  border: 4px solid #efdd00;
  border-radius: 10px;
  margin: 12px 0;
  padding: 20px 12px 12px;
  position: relative;
}
@media (min-width: 768px) {
  #newest_result .result-cards .result-card {
    display: flex;
    margin: 27px 0 0;
    padding: 16px 20px;
  }
}
#newest_result .result-cards .result-card .result-tag {
  left: 50%;
  position: absolute;
  top: -4px;
  transform: translate(-50%, -24%);
}
#newest_result .result-cards .result-card .result-link {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 #deb34599;
  display: flex;
  font-weight: 700;
  justify-content: space-around;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #newest_result .result-cards .result-card .result-link {
    border-radius: 10px;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 24px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 16px;
  }
}
#newest_result .result-cards .result-card .result-link:hover {
  box-shadow: 0 0 14px #deb34599;
}
#newest_result .result-cards .result-card .result-link img {
  width: 30%;
}
@media (min-width: 768px) {
  #newest_result .result-cards .result-card .result-link img {
    width: auto;
  }
}
#newest_result .result-cards .result-card .result-info {
  background: #fff9db;
  flex-grow: 1;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  #newest_result .result-cards .result-card .result-info {
    border-radius: 10px;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1280px) {
  #newest_result .result-cards .result-card .result-info {
    display: flex;
  }
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .time-info {
  align-items: center;
  border-bottom: 1px solid #dadada;
  color: #2e2e2e;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 8px;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .time-info {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #dadada;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 8px 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 20px;
    text-align: left;
  }
  #newest_result
    .result-cards
    .result-card
    .result-info
    .time-info
    p:last-of-type {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
  }
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .time-info
  button {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .time-info
    button {
    margin: 5px auto 0;
  }
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .time-info
    button {
    letter-spacing: 2px;
    margin: 16px auto 0 0;
  }
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .time-info
  p {
  line-height: 24px;
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .time-info
  p:not(:last-of-type) {
  font-weight: 700;
  line-height: 32px;
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .result {
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result {
    padding: 20px 14px;
  }
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result {
    padding: 32px 0 32px 24px;
    text-align: left;
  }
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .result
  .result-balls {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result
    .result-balls {
    gap: 12px;
    margin: 0;
  }
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .result
  .immediate-count {
  align-items: center;
  background-color: #f8ebaf;
  border-radius: 6px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-around;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 16px auto 0;
  max-width: 360px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result
    .immediate-count {
    font-size: 18px;
    justify-content: flex-start;
    letter-spacing: 2px;
    line-height: 32px;
    max-width: unset;
    padding: 6px 16px;
  }
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result
    .immediate-count
    > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 4px 0;
  }
}
@media (min-width: 1024px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result
    .immediate-count
    > div {
    gap: 5px;
  }
}
#newest_result
  .result-cards
  .result-card
  .result-info
  .result
  .immediate-count
  > div
  .ball {
  margin: auto;
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    .result-card
    .result-info
    .result
    .immediate-count
    > div
    .ball {
    margin: 0 15px 0 0;
  }
}
#newest_result
  .result-cards
  > div:first-child
  .result-info
  .time-info {
  flex-grow: 1;
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    > div:first-child
    .result-info
    .time-info {
    padding: 0 10px;
  }
}
#newest_result
  .result-cards
  > div:first-child
  .result-info
  .result {
  padding: 20px 14px;
}
@media (min-width: 768px) {
  #newest_result .result-cards > div:last-child {
    display: flex;
    gap: 20px;
  }
  #newest_result .result-cards > div:last-child .result-card {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #newest_result .result-cards > div:last-child .result-card {
    display: flex;
  }
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-link {
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-link {
    flex-direction: column;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: unset;
    padding: 16px;
    width: 40%;
  }
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-link
    img {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-link
    img {
    width: auto;
  }
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-info {
    flex-grow: 1;
    margin: 16px 0 0;
  }
}
@media (min-width: 1280px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-info {
    display: block;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-info
    .time-info {
    border-bottom: 1px solid #dadada;
    border-right: none;
    margin: 0 8px;
    padding: 10px 0;
    text-align: center;
  }
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-info
    .result {
    padding: 7px 0 14px;
  }
  #newest_result
    .result-cards
    > div:last-child
    .result-card
    .result-info
    .result
    .result-balls {
    margin: auto;
  }
}
#news_link_block {
  background: linear-gradient(
    180deg,
    #fff 230px,
    #fff 0,
    #fff59b 10%,
    #ffd43a 79%
  );
  overflow: hidden;
}
@media (min-width: 768px) {
  #news_link_block {
    background: linear-gradient(
      180deg,
      #fff 210px,
      #fff 0,
      #fff59b 10%,
      #ffd43a 79%
    );
  }
}
#news_and_focus {
  background: 50% / cover no-repeat url(../images/home/news_and_focus_m.png);
  border-radius: 10px;
  padding: 20px 14px 14px;
  position: relative;
}
@media (min-width: 768px) {
  #news_and_focus {
    align-items: center;
    background: 0 / cover no-repeat url(../images/home/news_and_focus.png);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1404px !important;
    padding: 62px 20px 84px;
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  #news_and_focus {
    padding: 62px 102px 84px;
  }
}
#news_and_focus:after {
  background: 50% / contain no-repeat url(../images/bg/green_triangle.svg);
  bottom: 0;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  transform: translate(20px, 8px) rotate(160deg);
  width: 40px;
}
@media (min-width: 768px) {
  #news_and_focus:after {
    height: 70px;
    width: 70px;
  }
}
#news_and_focus h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #news_and_focus h2 {
    max-width: 265px;
    min-width: 265px;
    text-align: left;
  }
}
#news_and_focus > div {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 10px;
  flex-grow: 1;
  max-width: 718px;
  overflow: hidden;
}
#news_and_focus > div .btns {
  background: #f5f5f5;
  font-weight: 700;
}
#news_and_focus > div .btns button {
  color: #797979;
  line-height: 40px;
}
@media (min-width: 768px) {
  #news_and_focus > div .btns button {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 52px;
  }
}
#news_and_focus > div .btns button.is-current {
  background: linear-gradient(180deg, #fff59b, #efdd00);
  color: #2e2e2e;
  cursor: default;
}
#news_and_focus > div .news-list .announcement-tag,
#news_and_focus > div .news-list .news-tag {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 12px;
  padding: 8px 0;
  position: relative;
}
@media (min-width: 768px) {
  #news_and_focus > div .news-list .announcement-tag,
  #news_and_focus > div .news-list .news-tag {
    gap: 20px;
    margin: 0 20px;
    padding: 18px 0;
  }
}
#news_and_focus
  > div
  .news-list
  .announcement-tag:not(:last-child),
#news_and_focus > div .news-list .news-tag:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
#news_and_focus > div .news-list .announcement-tag .image,
#news_and_focus > div .news-list .news-tag .image {
  border-radius: 100%;
  min-width: 32px;
  overflow: hidden;
  width: 32px;
}
@media (min-width: 768px) {
  #news_and_focus > div .news-list .announcement-tag .image,
  #news_and_focus > div .news-list .news-tag .image {
    min-width: 55px;
    width: 55px;
  }
}
#news_and_focus > div .news-list .announcement-tag .image img,
#news_and_focus > div .news-list .news-tag .image img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
#news_and_focus > div .news-list .announcement-tag:hover img,
#news_and_focus > div .news-list .news-tag:hover img {
  transform: scale(1.1);
}
#news_and_focus > div .news-list .announcement-tag a,
#news_and_focus > div .news-list .news-tag a {
  flex-grow: 1;
}
#news_and_focus > div .news-list .announcement-tag h4,
#news_and_focus > div .news-list .news-tag h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #2e2e2e;
  display: -webkit-box;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 768px) {
  #news_and_focus > div .news-list .announcement-tag h4,
  #news_and_focus > div .news-list .news-tag h4 {
    -webkit-line-clamp: 1;
  }
}
#news_and_focus > div .news-list .announcement-tag h4:before,
#news_and_focus > div .news-list .news-tag h4:before {
  background: red;
  border-radius: 20px;
  color: #fff;
  content: "公告";
  display: inline;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  margin-right: 8px;
  padding: 4px 6px 4px 8px;
}
#news_and_focus > div .news-list .announcement-tag p,
#news_and_focus > div .news-list .news-tag p {
  color: #797979;
  font-size: 14px;
  line-height: 1.71;
}
@media (min-width: 768px) {
  #news_and_focus > div .news-list .announcement-tag p,
  #news_and_focus > div .news-list .news-tag p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.78;
    margin-top: 8px;
  }
}
#news_and_focus > div .news-list .news-tag h4:before {
  content: "新聞";
}
#news_and_focus > div .news-empty {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: calc(100% - 52px);
  justify-content: center;
  line-height: 100px;
}
#news_and_focus > a {
  color: #007979;
  padding-top: 10px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #news_and_focus > a {
    bottom: 30px;
    position: absolute;
    right: 102px;
  }
}
#agency_and_restrict_over_betting_link {
  padding: 10px 0 45px;
}
@media (min-width: 768px) {
  #agency_and_restrict_over_betting_link {
    background: left calc(100% - 80px) / auto 13.7vw no-repeat
        url(../images/home/arrow_agency.svg),
      right calc(100% - 80px) / auto 13.7vw no-repeat
        url(../images/home/arrow_restrict_over_betting.svg);
    padding: 90px 0;
  }
  #agency_and_restrict_over_betting_link .links {
    display: flex;
    gap: 30px;
  }
}
#agency_and_restrict_over_betting_link .links a {
  display: block;
  margin-top: 18px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  #agency_and_restrict_over_betting_link .links a {
    margin-top: 0;
  }
}
#agency_and_restrict_over_betting_link .links a:after {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.61) 0,
    hsla(0, 0%, 100%, 0.16)
  );
  border-radius: 6px 6px 30px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(9px, 7px);
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  #agency_and_restrict_over_betting_link .links a:after {
    border-radius: 10px 10px 50px;
    transform: translate(24px, 13px);
  }
}
#agency_and_restrict_over_betting_link .links a > div {
  align-items: center;
  background: #fff;
  border-radius: 6px 6px 30px;
  box-shadow: 0 0 8px #0000001a;
  display: flex;
  justify-content: space-between;
  max-height: 85px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #agency_and_restrict_over_betting_link .links a > div {
    border-radius: 10px 10px 50px;
    max-height: 185px;
  }
}
#agency_and_restrict_over_betting_link .links a > div p {
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 10px;
  text-align: center;
  width: 50%;
}
@media (min-width: 768px) {
  #agency_and_restrict_over_betting_link .links a > div p {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
#agency_and_restrict_over_betting_link .links a > div img {
  border-radius: 0 6px 30px 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
}
#redemption_and_salelocation {
  background: bottom/100% no-repeat url(../images/wave/welfare_donate.svg),
    50% / cover no-repeat url(../images/home/map_bg.jpg);
  padding: 36px 0;
}
@media (min-width: 768px) {
  #redemption_and_salelocation {
    background: 0 101%/100% no-repeat url(../images/wave/welfare_donate.svg),
      50% / cover no-repeat url(../images/home/map_bg_2x.jpg);
    padding: 66px 0 120px;
  }
}
#redemption_and_salelocation > div h2 {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  #redemption_and_salelocation > div h2 {
    margin-bottom: 47px;
  }
}
#redemption_and_salelocation > div > div .redemption-place,
#redemption_and_salelocation > div > div .sale-location {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #0000001a;
  margin-bottom: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  #redemption_and_salelocation > div > div .redemption-place,
  #redemption_and_salelocation > div > div .sale-location {
    border-radius: 20px;
    padding: 28px 48px 44px;
  }
}
#redemption_and_salelocation > div > div .redemption-place h3,
#redemption_and_salelocation > div > div .sale-location h3 {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #redemption_and_salelocation
    > div
    > div
    .redemption-place
    h3,
  #redemption_and_salelocation > div > div .sale-location h3 {
    margin-bottom: 36px;
  }
}
#redemption_and_salelocation
  > div
  > div
  .redemption-place
  h3:before,
#redemption_and_salelocation
  > div
  > div
  .sale-location
  h3:before {
  background: 50% / contain no-repeat url(../images/icon/map_pin_red.svg);
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}
@media (min-width: 768px) {
  #redemption_and_salelocation
    > div
    > div
    .redemption-place
    h3:before,
  #redemption_and_salelocation
    > div
    > div
    .sale-location
    h3:before {
    height: 26px;
    margin-right: 8px;
    width: 26px;
  }
}
#redemption_and_salelocation
  > div
  > div
  .redemption-place
  .hint,
#redemption_and_salelocation > div > div .sale-location .hint {
  color: #ff8550;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.71;
}
@media (min-width: 768px) {
  #redemption_and_salelocation
    > div
    > div
    .redemption-place
    .hint,
  #redemption_and_salelocation
    > div
    > div
    .sale-location
    .hint {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.78;
  }
}
.dialog-body {
  background: #f5f5f5;
  counter-reset: h4;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .dialog-body {
    padding: 40px 62px;
  }
}
.dialog-body > div {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  margin: 0 0 12px;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .dialog-body > div {
    margin: 0 0 16px;
    padding: 20px 20px 20px 130px;
  }
}
.dialog-body > div h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.78;
}
@media (min-width: 768px) {
  .dialog-body > div h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
}
.dialog-body > div h4:before {
  color: #efdd00;
  content: counter(h4);
  counter-increment: h4;
  display: block;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 768px) {
  .dialog-body > div h4:before {
    font-size: 80px;
    left: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dialog-body > div p {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .dialog-body > div p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.78;
  }
}
.dialog-body > div p b {
  color: #ff8550;
}
.dialog-body a {
  background: #efdd00;
  border-radius: 6px;
  color: #2e2e2e;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 8px auto 0;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .dialog-body a {
    margin: 24px auto 0;
    padding: 10px 20px;
  }
}
.dialog-body a span {
  position: relative;
  z-index: 1;
}
.dialog-body a:before {
  background-color: #ff8550;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 0;
}
.dialog-body a:hover span {
  color: #fff;
}
.dialog-body a:hover:before {
  opacity: 1;
  transform: translate(100%);
}
#app_download {
  background: #fff;
  padding: 30px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #app_download {
    padding: 30px 0 85px;
    position: relative;
    text-align: left;
  }
}
#app_download > div {
  overflow: hidden;
}
#app_download > div h2 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(178deg, #1cd6c3 36%, #007979 72%);
  margin: auto;
  transform: matrix(1, 0, -0.09, 1, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  #app_download > div h2 {
    margin: 0;
  }
}
#app_download > div p {
  color: #797979;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #app_download > div p {
    padding: 12px 0 32px;
    width: 80%;
  }
}
#app_download > div .download-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  #app_download > div .download-links {
    gap: 20px;
    justify-content: flex-start;
  }
}
#app_download > div .download-links a img {
  height: 45px;
}
@media (min-width: 768px) {
  #app_download > div .download-links a img:last-child {
    height: 120px;
    margin: 10px auto;
  }
}
#app_download .app-img {
  background: center 20px/500px no-repeat url(../images/home/ios_app_s.png);
  height: 300px;
}
@media (min-width: 768px) {
  #app_download .app-img {
    background: 0 0 / cover no-repeat url(../images/home/ios_app_m.png);
    height: calc(100% + 160px);
    position: absolute;
    right: 0;
    top: -120px;
    width: 33%;
  }
}
#cover_ad {
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(46, 46, 46, 0.4);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
#cover_ad a {
  position: relative;
}
#cover_ad a img {
  margin: 0;
  max-height: 82vh;
  max-width: 90vw;
  min-height: 150px;
  min-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
#cover_ad a button {
  background: 50% / contain no-repeat url(../images/icon/close.svg);
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(3vw, -3vw);
  width: 40px;
}
@media (min-width: 768px) {
  #cover_ad a button {
    transform: translate(50%, -50%);
  }
}
