@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css');

/*--------------------------------------------------------------
(共用) CSS
--------------------------------------------------------------*/
* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'source-han-serif-tc', 'Maven Pro', 'Droid Sans', 'Myriad Pro', Helvetica, Verdana, Geneva, sans-serif;
  /* background: #1d1493; */
  background: url(../img/bg_l.webp) no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
}

* {
  /*chrome*/
  -webkit-box-sizing: border-box;
  /*firefox*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
  /*去除藍框*/
}

input,
button,
select,
textarea {
  outline: none;
  /*去除藍框*/
}

span {
  display: inline-block;
}

ol,
ul {
  padding-left: 0rem;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  z-index: 100;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

a:hover {
  cursor: pointer;
}

a:focus,
a:active {
  outline: none;
}

.col-12 a:focus,
.col-12 a:active {
  outline: none !important;
}

/*--------------------------------------------------------------
(共用) DMM追蹤欄位隱藏  
--------------------------------------------------------------*/

#tracking_area {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

#tracking_area iframe,
#tracking_area img,
#tracking_area span,
#tracking_area noscript,
#tracking_area script {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  display: none !important;
}

/*--------------------------------------------------------------
(共用) 分級:15  footer部分隱藏  
--------------------------------------------------------------*/
.gentleman_rank .icon img:nth-child(2) {
  display: none;
}

/*--------------------------------------------------------------
(共用) 滾動條
# scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  background: #9c9cb994;
}

::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 50px;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #aa4cf7;
  border: 1px solid #c087f5;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c087f5;
}

::-webkit-scrollbar-track {
  box-shadow: transparent;
}

/* 滾動條-scrollbar-end */

/*--------------------------------------------------------------
(共用) content CSS
--------------------------------------------------------------*/

/* ------------------------------ content CSS ------------------------------ */

#new_page {
  width: 100%;
  /* height: 100vh; */
  /* overflow: hidden; */
}

section#sec_00 {
  height: 95vh;
  background: #efbfff;
  /*#dd88f9*/
}

section {
  height: 100vh;
}

/*--------------------------------------------------------------
  SEC00
--------------------------------------------------------------*/

/* 外部容器樣式 */
#sec_00 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* ------------------------------ 標題 X 按鈕區塊 ------------------------------ */
.sloganbtn_con {
  width: 75%;
  position: absolute;
  bottom: 50px;
  z-index: 999;
  display: flex;
  align-items: flex-end;
}

/* ---------- 文案 ---------- */
.title_con {
  position: absolute;
  z-index: 99;
  width: 50%;
  margin-left: -2%;
}

/*標題裝飾物*/
.title_con::before {
  content: '';
  background: url(../img/title_front.webp) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  animation:
    glow 0.5s infinite alternate,
    seesaw 0.5s infinite ease-in-out;
}

.slogan {
  position: relative;
}

@keyframes glow {
  0% {
    filter: drop-shadow(0 0 0.75rem rgba(255, 254, 187, 0.1));
  }

  100% {
    filter: drop-shadow(0 0 1rem rgb(231, 249, 255));
  }
}

@keyframes seesaw {
  0% {
    transform: rotate(-0.2deg);
  }

  50% {
    transform: rotate(0.2deg);
  }

  100% {
    transform: rotate(-0.2deg);
  }
}

/* ---------- app 容器 ---------- */

/* 整體容器樣式 */
.app_menu_all {
  position: absolute;
  top: auto;
  right: 0%;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: min-content;
  padding: 1.5rem;
  /* background: linear-gradient(140deg, #e1ebffe0 0%, #e7f4ffe0 18%, #fffcdfd6 45%, #ffffffc9 50%); */
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: none !important;
}

/* 整體容器樣式:外框 */
.app_menu_all::before {
  content: '';
  display: block;
  /* border: 2.9px solid #e8a4ec; */
  /* background: linear-gradient(140deg, #e8a4ec 0%, #e7f4ff35 18%); */
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.005);
  border-radius: 25px 0% 25px 0%;
  width: 100%;
  height: 100%;
}

/* 左邊按鈕區域 */
.app_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  -moz-display: grid;
  -moz-grid-template-columns: repeat(3, 1fr);
  -moz-gap: 0.5rem;
  width: auto;
  z-index: 99;
  transform: calc(1);
  animation: play 1s infinite alternate;
}

@keyframes play {
  0% {
    filter: brightness(1);
    scale: calc(0.95);
  }

  100% {
    filter: brightness(1.3);
    scale: calc(1);
  }
}

.app_menu a:hover {
  animation: ahover 0.5s infinite alternate;
}

@keyframes ahover {
  0% {
    filter: brightness(1);
  }

  100% {
    filter: brightness(1.3);
  }
}

.app_menu img {
  width: 360px;
  height: auto;
  padding: 0rem;
}

/*社群*/
.app_menu .social {
  display: flex !important;
  justify-content: space-between;
}

.app_menu .social a {
  width: auto;
}

.app_menu .social a img {
  width: auto;
  height: 47px;
  filter: hue-rotate(45deg);
}

/* QR code 區域 */
.qr {
  z-index: 99;
}

.qr img {
  width: 100px;
  height: auto;
}

/*儲值按鈕*/
.store {
  position: absolute;
  left: 2.5%;
  top: -100px;
  width: 230px;
  height: fit-content;
}

/*儲值按鈕 x 手機版浮動*/
.store_mb {
  position: fixed;
  right: 1%;
  top: 30%;
  width: 150px;
  height: fit-content;
  display: none;
}

.store img,
.store_mb img {
  animation: light 3s ease-in-out infinite alternate;
}

@keyframes light {
  0% {
    filter: drop-shadow(0 0 0px #ffffff6c) brightness(1) contrast(100%);
    transform: scale(1);
  }

  20% {
    filter: drop-shadow(0 0 2px #fff) brightness(1.1) contrast(110%);
    transform: scale(1.05);
  }

  40% {
    filter: drop-shadow(0 0 0px #ffffff6c) brightness(1) contrast(100%);
    transform: scale(1);
  }

  60% {
    filter: drop-shadow(0 0 2px #fff) brightness(1.1) contrast(110%);
    transform: scale(1.05);
  }

  80% {
    filter: drop-shadow(0 0 0px #ffffff6c) brightness(1) contrast(100%);
    transform: scale(1);
  }

  100% {
    filter: drop-shadow(0 0 2px #fff) brightness(1.1) contrast(110%);
    transform: scale(1.05);
  }
}

/* ---------- 影片 ---------- */

.vedio_con {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
  top: -15%;
  opacity: 0.85;
}

.vedio_con video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.video_front {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 10;
  top: 0%;
  height: 100%;
  width: 100%;
}

/* ================= KV Swiper（取代影片） ================= */

.kv_swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* slide */
.kv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #25012e;
}

/* 圖片 */
.kv_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* 讓圖片不擋點擊（超重要） */
  pointer-events: none;
}

/* ================= 箭頭 ================= */

/* 關閉預設箭頭 */
.kv_swiper .swiper-button-next::after,
.kv_swiper .swiper-button-prev::after {
  display: none;
}

/* 自訂箭頭 */
.kv_swiper .swiper-button-next,
.kv_swiper .swiper-button-prev {
  width: 80px;
  padding: 1.5rem;
  height: auto;

  z-index: 50; /* 保證在最上層 */
  pointer-events: auto; /* 可點擊 */
}

/* hover 效果 */
.kv_swiper .swiper-button-next:hover,
.kv_swiper .swiper-button-prev:hover {
  filter: hue-rotate(302deg);
}

/* 左箭頭翻轉 */
.kv_swiper .swiper-button-prev img {
  transform: rotate(180deg);
}

/* ================= 覆蓋層修正 ================= */

/* 前景圖不要擋點擊 */
.video_front {
  pointer-events: none;
}
/*--------------------------------------------------------------
  (共用) SEC 1-3 
--------------------------------------------------------------*/
#sec_01 {
  background: url(../img/sec1_bg.webp) no-repeat top center;
  background-size: 100% 100%;
  min-height: 100vh;
  /* height: auto; */
  padding: clamp(12px, 2vw, 24px);
  position: relative;
  overflow: hidden;
}
#sec_02 {
  background: url(../img/sec2_bg.webp) no-repeat top center;
  background-size: 100% 100%;
  min-height: 100vh;
  height: auto;
  padding: clamp(12px, 2vw, 24px);
  position: relative;
  overflow: hidden;
}
#sec_03 {
  background: url(../img/sec3_bg.webp) no-repeat top center;
  background-size: 100% 100%;
  max-height: 100vh;
  /* height: auto; */
  padding: clamp(12px, 2vw, 24px);
  position: relative;
  overflow: hidden;
}

#sec_01 .container,
#sec_02 .container,
#sec_03 .container {
  @media (min-width: 1400px) {
    max-width: 1450px;
  }
}

#sec_01 .row,
#sec_02 .row,
#sec_03 .row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec_01 .sec_title,
#sec_02 .sec_title,
#sec_03 .sec_title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
#sec_02 .sec_title {
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  margin-top: 0rem;
}

#sec_01 .sec_title img,
#sec_02 .sec_title img,
#sec_03 .sec_title img {
  width: 300px;
}

/* =========================================================
   システム要件 Modal
========================================================= */

.system_requirement_modal {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

/* 開啟動畫 */
.system_requirement_modal .modal-dialog {
  transform: scale(0.94);
  opacity: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.system_requirement_modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* 視窗本體 */
.system_modal {
  background: rgba(7, 7, 53, 0.7) !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/* Header */
.system_modal .modal-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: transparent !important;
}

.system_modal .modal-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.system_modal .btn-close {
  box-shadow: none;
  opacity: 0.9;
}

.system_modal .btn-close:hover {
  opacity: 1;
}

/* Body */
.system_modal .modal-body {
  padding: 1.25rem 1.25rem 1.5rem;
  line-height: 1.8;
  text-align: left;
}

/* 區塊標題 */
.sys_title {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

/* 表格容器 */
.sys_table_wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 10px;
}

/* 表格 */
.sys_table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  overflow: hidden;
}

.sys_table th,
.sys_table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  vertical-align: top;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.7;
}

.sys_table tr:last-child th,
.sys_table tr:last-child td {
  border-bottom: none;
}

.sys_table th {
  width: 30%;
  min-width: 160px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
}

.sys_table td {
  color: #fff;
}

/* modal body 捲軸，限定這個 modal */
.system_modal .modal-body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.08);
}

.system_modal .modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.system_modal .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

/* 手機版：表格轉卡片 */
@media (max-width: 767px) {
  .system_requirement_modal .modal-dialog {
    margin: 1rem;
  }

  .system_modal .modal-header {
    padding: 0.9rem 1rem;
  }

  .system_modal .modal-title {
    font-size: 1.1rem;
  }

  .system_modal .modal-body {
    padding: 1rem 1rem 1.25rem;
  }

  .sys_table,
  .sys_table tbody,
  .sys_table tr,
  .sys_table th,
  .sys_table td {
    display: block;
    width: 100%;
  }

  .sys_table {
    background: transparent;
  }

  .sys_table tr {
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
  }

  .sys_table tr:last-child {
    margin-bottom: 0;
  }

  .sys_table th {
    min-width: auto;
    width: 100%;
    padding: 0.75rem 0.9rem 0.35rem;
    border-bottom: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
  }

  .sys_table td {
    padding: 0 0.9rem 0.9rem;
    border-bottom: none;
    font-size: 0.95rem;
    color: #fff;
  }
}

/*--------------------------------------------------------------
  SEC01 公告
--------------------------------------------------------------*/

#sec_01 .container {
  @media (min-width: 1400px) {
    max-width: 1450px;
  }
}

#sec_01 .row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec_01 .sec_title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}

#sec_01 .sec_title img {
  width: 300px;
}

#sec_01 .news_block {
  position: relative;
  top: 0;
  /* top: -6rem; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(12px, 2vw, 24px);
  flex-wrap: wrap;
}

#sec_01 .ch {
  margin-top: -6rem;
}

#sec_01 .news_con {
  flex: 1 1 520px; /* 右側吃剩餘空間 */
  width: 100%;
  margin-left: -3rem;
  margin-right: 3rem; /* 取消負邊距 */
  /*aspect-ratio:  1165/470 !important; */
  /* 不強制比例，改交給內部與圖片處理 */
}

#sec_01 .news_con_m {
  background: url(../img/sec1_frame_m.webp) repeat top center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.5vw, 16px);
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
}

#sec_01 .news_list_more {
  width: auto;
}
#sec_01 .news_con_m ul {
  padding-left: 1.8rem;
  padding-right: 1.3rem;
}

#sec_01 .news_list_more .classify {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-bottom: 1px solid #aa69ad82;
}

#sec_01 .news_list_more .classify li {
  padding-bottom: 0.15rem;
}

#sec_01 .news_list_more .classify li a {
  width: 100%; /* 關鍵：取代 min-content */
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0; /* 讓子項可縮 */
  text-decoration: none;
  position: relative;
  color: #aa69ad;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

#sec_01 .news_list_more .classify li a:hover,
#sec_01 .news_list_more .classify li.active a {
  color: #fff;
  text-shadow: 1px 1px 5px #aa69ad;
}

#sec_01 .news_list_more .classify li a:hover::before,
#sec_01 .news_list_more .classify li.active a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0px;
  display: inline-block; /* 讓寬高生效 */
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #fc9fed 2%, #f573eb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#sec_01 .list_item {
  margin-top: 2rem;
}

#sec_01 .list_item li {
  display: flex;
  flex-direction: row;
  margin: 0.5rem 0 0.8rem 0;
  padding: 0.2rem 0;
}

#sec_01 .list_item li .icon_classify {
  color: #000000;
  margin-right: 7px;
  border: 1px solid #e8a4ec;
  border-radius: 10px 0px 10px 0px;
  background: linear-gradient(to right, #f7e1fd 0%, #fd9fec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  flex: 0 0 auto;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

#sec_01 .list_item li .icon_classify.bulletin {
  border: 1px solid #d5a4ec;
  background: linear-gradient(to right, #e8d5fc 0%, #b182fa 100%);
}

#sec_01 .list_item li .icon_classify.event {
  border: 1px solid #eca4ba;
  background: linear-gradient(to right, #fcd5ec 0%, #fc5f97 100%);
}

#sec_01 .list_item li .icon_classify.system {
  border: 1px solid #a4a6ec;
  background: linear-gradient(to right, #e0d5fc 0%, #6c94f7 100%);
}

#sec_01 .list_item li a {
  display: flex;
  flex-direction: row;
  min-height: 0;
}
#sec_01 .list_item li a:hover {
  color: #fd9fec;
}

#sec_01 .list_item li .txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
  flex: 1 1 auto; /* 吃可用寬 */
  min-width: 0; /* 允許省略號生效 */
}

.en #sec_01 .list_item li .txt,
.jp #sec_01 .list_item li .txt {
  font-size: 0.9rem;
}

#sec_01 .list_item li .date {
  flex: 0 0 auto;
  font-size: 13px;
  white-space: nowrap;
}

.sec1_btn {
  width: 180px;
  margin: auto;
}
.sec1_btn a:hover {
  filter: brightness(1.3);
}

.sec1_btn a:hover img {
  transform: scale(1.05);
}

#sec_01 .news_banner {
  flex: 1 1 300px;
  max-width: none;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 1441px) {
  #sec_01 .news_banner {
    max-width: 475px;
  }
}

#sec_01 .news_banner .swiper-slide {
  aspect-ratio: 16/9;
}

#sec_01 .news_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#sec_01 .news_banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: unset;
  padding-top: 0.5rem;
}

#sec_01 .news_banner .swiper-pagination .swiper-pagination-bullet {
  background: url(../img/sec1_dot.png) no-repeat !important;
  background-size: cover !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
  margin: 0 4px !important;
  padding: 10px;
}

#sec_01 .news_banner .swiper-pagination .swiper-pagination-bullet:hover,
#sec_01 .news_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../img/sec1_dot_active.png) no-repeat !important;
  background-size: cover !important;
  transform: scale(1.3);
  opacity: 1 !important;
}

/*--------------------------------------------------------------
  SEC02 Character
--------------------------------------------------------------*/

#sec_02 .col-11 {
  position: relative;
  top: -6rem;
}

#sec_02 .mySwiper_character .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

/* Swiper_character X CH X Images */
#sec_02 .mySwiper_character .ch_img {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
#sec_02 .mySwiper_character .ch_img .full_body {
  position: relative;
  z-index: 99;
  max-width: 380px;
  padding-top: 15%;
}
#sec_02 .mySwiper_character .ch_img .full_body img:nth-child(2) {
  display: none;
}

#sec_02 .mySwiper_character .ch_img .half_body {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 900px;
}

/* Swiper_character X CH X Information */
#sec_02 .mySwiper_character .ch_inf {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

#sec_02 .mySwiper_character .ch_inf .name_txt {
  position: relative;
  z-index: 999;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#sec_02 .mySwiper_character .ch_inf .name_txt .name {
  width: 100%;
  max-width: 290px;
}

#sec_02 .mySwiper_character .ch_inf .name_txt .cv {
  font-family: 'Noto Serif TC', 'source-han-serif-tc', 'Maven Pro', 'Droid Sans', 'Myriad Pro', Helvetica, Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  display: inline-block; /* 讓 ::after 以本身寬度定位 */
  padding: 0 0 0 0.5rem;
  margin-left: 0.7rem;
  margin-bottom: 1.5rem;
}

/* ::after 壓到文字底下 */
#sec_02 .mySwiper_character .ch_inf .name_txt .cv::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 130px;
  height: 0.7rem;
  background: linear-gradient(to right, #913390ad 0%, #7e30796c 100%);
  background: none;
}

#sec_02 .mySwiper_character .ch_inf .inf_line {
  width: 95%;
  margin: 0 auto;
}

#sec_02 .mySwiper_character .ch_inf .inf_txt {
  width: 80%;
  font-size: 1rem;
  color: #ccc1dd;
  margin: 0 auto;
  margin-top: 0.7rem;
  line-height: 28px;
  text-align: justify;
  text-shadow: 1px 1px 7px #000000;
  filter: drop-shadow(1px 3px 7px #281031);
}

/* Swiper_character X L-R X Arrow */
#sec_02 .swiper-button-next:after,
#sec_02 .swiper-button-prev:after {
  display: none;
}
#sec_02 .swiper-button-next,
#sec_02 .swiper-button-prev {
  width: 100px;
  padding: 1rem;
  z-index: 9999;
}
#sec_02 .swiper-button-next {
  transform: rotate(180deg);
}

/* Swiper_character X 分頁點 */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: unset !important;
}

#sec_02 .mySwiper_character .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0;
  width: 55%;
  right: 0 !important;
  padding-top: 0.5rem;
}

#sec_02 .mySwiper_character .swiper-pagination-bullet {
  aspect-ratio: 180/160;
  width: 150px;
  height: auto;
  border-radius: 50%;
}

/* Swiper_character X 分頁點的圖片 */
#sec_02 .mySwiper_character .swiper-pagination-bullet:nth-child(1) {
  background: url('../img/sec2_ch1_avatar.png') no-repeat;
  background-size: cover;
  opacity: 1;
}
#sec_02 .mySwiper_character .swiper-pagination-bullet:nth-child(2) {
  background: url('../img/sec2_ch2_avatar.png') no-repeat;
  background-size: cover;
  margin: 0 4px;
  opacity: 1;
}
#sec_02 .mySwiper_character .swiper-pagination-bullet:nth-child(3) {
  background: url('../img/sec2_ch3_avatar.png') no-repeat;
  background-size: cover;
  margin: 0 4px;
  opacity: 1;
}

/* Swiper_character X 分頁點的圖片 X Hover + Active */
#sec_02 .mySwiper_character .swiper-pagination-bullet:nth-child(1) :hover,
#sec_02 .mySwiper_character .swiper-pagination-bullet-active:nth-child(1) {
  background: url('../img/sec2_ch1_avatar_active.png') no-repeat !important;
  background-size: cover !important;
  opacity: 1;
}
#sec_02 .mySwiper_character .swiper-pagination-bullet:nth-child(2) :hover,
#sec_02 .mySwiper_character .swiper-pagination-bullet-active:nth-child(2) {
  background: url('../img/sec2_ch2_avatar_active.png') no-repeat !important;
  background-size: cover !important;
  opacity: 1;
}
#sec_02 .mySwiper_character .swiper-pagination-bullet:nth-child(3) :hover,
#sec_02 .mySwiper_character .swiper-pagination-bullet-active:nth-child(3) {
  background: url('../img/sec2_ch3_avatar_active.png') no-repeat !important;
  background-size: cover !important;
  opacity: 1;
}

/*--------------------------------------------------------------
  SEC03 遊戲介紹
--------------------------------------------------------------*/

.sec_03_bg {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 100%;
  max-width: 600px;
  z-index: 999;
}

#sec_03 .col-11 {
  position: relative;
  margin-top: 6%;
}

#sec_03 .swiper {
  cursor: grab;
}
#sec_03 .swiper:active {
  cursor: grabbing;
}

/* Swiper_features X 框 */
#sec_03 .swiper .frame {
  filter: drop-shadow(0 0 20px rgba(5, 5, 5, 0.5), 0 0 20px rgba(6, 6, 6, 0.5), 0 0 20px rgba(6, 6, 6, 0.5));
  width: 100%;
}
#sec_03 .frame_m {
  background: url('../img/sec3_frame_m.webp') repeat center center;
  background-size: 100% 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

#sec_03 .frame_m img {
  width: 95%;
}

/* Swiper_features X 左右切換選單 */
#sec_03 .swiper-button-prev,
#sec_03 .swiper-button-next {
  width: 4% !important;
  height: 18% !important;
  outline: none;
  display: block;
  position: absolute !important;
  z-index: 9999;
  top: 46% !important;
  opacity: 0.8;
}

#sec_03 .swiper-button-prev {
  background: url('../img/sec3_arrow.png') no-repeat left top / 100%;
  left: 19% !important;
}
#sec_03 .swiper-button-next {
  background: url('../img/sec3_arrow.png') no-repeat left top / 100%;
  right: 19% !important;
}

#sec_03 .swiper-button-prev:after,
#sec_03 .swiper-rtl .swiper-button-next:after,
#sec_03 .swiper-button-next:after,
#sec_03 .swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

#sec_03 .swiper-button-prev,
#sec_03 .swiper-button-next {
  transition: all 0.3s ease;
}

#sec_03 .swiper-button-prev {
  transform: translateX(50%) scale(-1);
}

#sec_03 .swiper-button-next {
  transform: translateX(-50%);
}

#sec_03 .swiper:hover .swiper-button-prev,
#sec_03 .swiper:hover .swiper-button-next {
  opacity: 1;
  filter: brightness(1.5) drop-shadow(0 0 20px rgba(5, 5, 5, 0.5));
}

/* /* #sec_03 .swiper:hover .swiper-button-prev,
#sec_03 .swiper:hover .swiper-button-next {
  opacity: 1; 
  visibility: visible;
} */
/* #sec_03 .swiper:hover .swiper-button-prev{
  transform: translateX(0%) scale(-1);
}
#sec_03 .swiper:hover .swiper-button-next {
  transform: translateX(0%);
} */

/* Swiper_features X 分頁點 */

#sec_03 .swiper-pagination {
  position: relative;
}

#sec_03 .swiper-pagination-bullet {
  background: url(../img/sec3_dot.webp) no-repeat !important;
  background-size: cover !important;
  margin: 1.7rem var(--swiper-pagination-bullet-horizontal-gap, 1%) !important;
  background: rgba(218, 209, 181, 0.3);
  width: 20px !important;
  height: 20px !important;
  opacity: 0.5;
  border-radius: 0;
  transform: rotate(45deg);
}

#sec_03 .swiper-pagination-bullet:hover,
#sec_03 .swiper-pagination-bullet:active,
#sec_03 .swiper-pagination-bullet-active {
  background: url(../img/sec3_dot.webp) no-repeat !important;
  background-size: cover !important;
  transform: scale(2);
  opacity: 1 !important;
}

@media (max-width: 1441px) {
  .sec_03_bg {
    max-width: 550px;
    bottom: -20%;
    right: -3%;
  }
  #sec_03 .col-11 {
    margin-top: 0;
    margin-bottom: 3%;
  }
}

/*--------------------------------------------------------------
  RWD
--------------------------------------------------------------*/

@media (max-width: 1600px) {
  .sloganbtn_con {
    /* width: 83%; */
    padding: 0 3%;
  }

  /* 按鈕樣式 */
  .app_menu_all {
    z-index: 0;
    top: auto;
  }

  /* .app_menu img {
    width: 130px;
  } */

  .app_menu .social a img {
    height: 38px;
  }

  .vedio_con {
    position: relative;
    height: -webkit-fill-available;
    top: 0;
  }

  .video_front {
    position: absolute;
    left: -5%;
    top: 11%;
    width: 110%;
  }
}

@media (max-width: 1500px) {
  #sec_01 .news_block {
    max-width: 1320px;
  }

  .sloganbtn_con {
    width: 80%;
    padding: 0;
  }

  .title_con {
    margin-left: 0%;
  }
}

@media (max-width: 1441px) {
  #sec_01 .news_block {
  }

  #sec_01 .sec_title {
    margin-top: 1rem;
  }

  #sec_01 .news_list_more .classify {
    width: 90%;
    margin: auto;
  }

  #sec_01 .news_con_m ul {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    margin: 2rem auto 0 auto;
  }

  #sec_02 .mySwiper_character .ch_img .full_body {
    max-width: 360px;
  }
}

@media (max-width: 1330px) {
  .qr img {
    width: 90px;
  }
}

@media (max-width: 1280px) {
  .sloganbtn_con {
    width: 90%;
  }
}

@media (max-width: 1025px) {
  section#sec_00 {
    height: 92vh;
  }

  /*標題x按鈕 區*/
  .sloganbtn_con {
    bottom: 4%;
    z-index: 99;
    width: 85%;
    margin-left: 0%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  /*標題*/
  .title_con {
    position: relative;
    width: 100%;
  }

  /*APP 區*/
  .app_menu_all {
    position: relative;
    top: unset;
    bottom: 0;
    margin: 0.7rem auto 0 auto;
    z-index: 999;
  }

  /* .app_menu img {
    width: 150px;
  } */

  .app_menu .social a img {
    height: 44px;
  }

  /*儲值按鈕 x PC版*/
  .store {
    display: none;
  }

  /*儲值按鈕 x 手機版浮動*/
  .store_mb {
    display: block;
  }

  /*影片 區*/
  .vedio_con {
    height: 110%;
    pointer-events: none;
    bottom: 10%;
  }

  .video_front {
    left: auto;
    width: 100%;
  }

  /****************************************
    #sec_01
  ****************************************/

  #sec_01 {
    min-height: auto;
    height: auto;
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  #sec_01 .ch {
    width: 30%;
    margin-top: 5rem;
  }
  #sec_01 .news_con {
    margin-left: -4rem;
    margin-right: 4rem;
  }

  /****************************************
    #sec_02
  ****************************************/
  #sec_02 .col-11 {
    width: 100%;
  }
  #sec_02 .mySwiper_character .ch_inf .name_txt .cv {
    margin-bottom: 0.5rem;
  }
  #sec_02 .swiper-button-next,
  #sec_02 .swiper-button-prev {
    padding: 1rem 1rem 1rem 0rem;
  }

  /****************************************
    #sec_03
  ****************************************/
  #sec_03 {
    height: auto;
  }
  .sec_03_bg {
    max-width: 450px;
    bottom: -17%;
    right: -4%;
  }
}

@media (max-width: 992px) {
  section#sec_00 {
    height: 90vh;
  }

  /*標題X按鈕 區*/
  .sloganbtn_con {
    width: 90%;
  }

  /*影片 區*/
  .video_front {
    top: 5%;
  }

  /****************************************
    #sec_01
  ****************************************/

  #sec_01 .news_block {
    gap: 0;
    align-items: flex-end;
  }

  #sec_01 .ch {
    width: 25%;
  }

  #sec_01 .news_con {
    margin-left: -2rem;
    margin-right: 2rem;
  }

  #sec_01 .news_con_m ul {
    padding-left: 0;
    padding-right: 0;
  }
  #sec_01 .list_item {
    margin-top: 0.5rem;
  }

  /****************************************
    #sec_02
  ****************************************/

  #sec_02 .col-11 {
    top: unset;
  }

  #sec_02 .mySwiper_character .swiper-slide {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #sec_02 .mySwiper_character .ch_img {
    width: 90%;
  }

  #sec_02 .mySwiper_character .ch_img .full_body img:nth-child(1) {
    display: none;
  }
  #sec_02 .mySwiper_character .ch_img .full_body img:nth-child(2) {
    display: block;
  }
  #sec_02 .mySwiper_character .ch_img .full_body {
    /* padding-top: 30%;
      padding-top: 0; */
    margin: 0;
  }
  #sec_02 .mySwiper_character .ch_img .half_body {
    max-width: 560px;
    left: 0;
  }
  #sec_02 .mySwiper_character .ch_inf {
    margin-top: -8rem;
    width: 90%;
  }

  #sec_02 .mySwiper_character .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    width: 100%;
  }
  #sec_02 .swiper-button-next,
  #sec_02 .swiper-button-prev {
    width: 70px;
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
  }

  /****************************************
      #sec_03
    ****************************************/
  .sec_03_bg {
    max-width: 350px;
    bottom: -10%;
    right: -4%;
  }
  #sec_03 .swiper-button-prev,
  #sec_03 .swiper-button-next {
    width: 10% !important;
    top: 38% !important;
  }
  #sec_03 .swiper-button-prev {
    left: 8% !important;
    /* margin-bottom: 3rem; */
  }
  #sec_03 .swiper-button-next {
    right: 8% !important;
  }
}

@media (max-width: 769px) {
  body {
    background: url(../img/bg_l.webp) no-repeat;
    background-position: center center;
  }
  #new_page {
    width: 100%;
    height: 100%;
  }

  /****************************************
    #sec_01-3背景
  ****************************************/
  #sec_01 {
    background: none;
    /* background:url(../img/sec1_bg.webp)no-repeat top center; */
    /* background-size: cover; */
    /* min-height:112vh; */
  }
  #sec_02 {
    background: none;
  }
  /*#sec_02,*/
  #sec_03 {
    background-size: cover;
  }

  /****************************************
    #sec_00
  ****************************************/
  .app_menu {
    grid-template-columns: repeat(3, 1fr);
  }

  .app_menu .social {
    display: none !important;
  }

  /****************************************
    #sec_01
  ****************************************/

  #sec_01 .ch {
    display: none;
  }
  #sec_01 .news_con {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .news_con .news_con_t img {
    vertical-align: bottom;
  }

  #sec_01 .news_con_m {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }

  #sec_01 .news_list_more .classify {
    flex-wrap: wrap;
  }
  #sec_01 .news_list_more .classify li a {
    font-size: 1rem;
  }
  .en #sec_01 .news_list_more .classify li a,
  .jp #sec_01 .news_list_more .classify li a {
    font-size: 0.9rem;
  }

  #sec_01 .list_item li {
    font-size: 14px;
  }
  .news_con .news_con_b img {
    vertical-align: top;
  }

  /****************************************
      #sec_02
    ****************************************/
  #sec_02 .mySwiper_character .ch_inf .name_txt {
    width: 85%;
  }
}

@media (max-width: 681px) {
  /****************************************
    #sec_01-03 共用
  ****************************************/
  #sec_01 .sec_title img,
  #sec_02 .sec_title img,
  #sec_03 .sec_title img {
    width: 250px;
  }

  /* #sec_01,*/
  #sec_02 {
    margin-bottom: 10%;
  }

  /****************************************
    #sec_01
  ****************************************/
  #sec_01 .news_list_more .classify {
    width: 100%;
  }
  #sec_01 .news_list_more .classify li {
    font-size: 0.9rem;
  }

  #sec_01 .news_list_more {
    width: 100%;
  }

  .en #sec_01 .news_list_more .classify li a,
  .jp #sec_01 .news_list_more .classify li a {
    font-size: 0.75rem;
    padding: 0 0 0.5rem 0;
  }

  /****************************************
    #sec_02
  ****************************************/
  #sec_02 .mySwiper_character .ch_img .full_body {
    padding-top: 0;
  }
  #sec_02 .mySwiper_character .ch_img .half_body {
    display: none;
  }
  #sec_02 .mySwiper_character .swiper-pagination-bullet {
    width: 110px;
  }
  #sec_02 .swiper-button-next {
    width: 55px;
    padding: 3rem 1rem 0rem 0;
  }
  #sec_02 .swiper-button-prev {
    width: 55px;
    padding: 0rem 1rem 3rem 0;
  }

  /****************************************
    #sec_03
  ****************************************/

  .sec_03_bg {
    width: 220px;
    bottom: -5%;
  }
  #sec_03 .col-11 {
    margin-top: 6%;
    margin-bottom: 20%;
  }

  #sec_03 .swiper-button-prev,
  #sec_03 .swiper-button-next {
    width: 10% !important;
    top: 55% !important;
    opacity: 1;
  }
  #sec_03 .swiper-button-prev {
    left: 1.5% !important;
    transform: translateY(-20%) translateX(-18%) scale(-1);
  }
  #sec_03 .swiper-button-next {
    right: 1.5% !important;
    transform: translateX(20%);
  }
  /* #sec_03 .swiper-horizontal>#sec_03 .swiper-pagination-bullets, 
    #sec_03 .swiper-pagination-bullets.swiper-pagination-horizontal, 
    #sec_03 .swiper-pagination-custom,
    #sec_03 .swiper-pagination-fraction{
      left: -15% !important;
    } */
  #sec_03 .swiper-pagination-bullet {
    /* margin: 1.7rem var(--swiper-pagination-bullet-horizontal-gap,1.5%)!important; */
    display: none;
  }
}

@media (max-width: 576px) {
  /****************************************
    #sec_01
  ****************************************/
  #sec_01 .swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}

@media (max-width: 480px) {
  #new_page {
    height: auto;
  }
  #sec_01 .sec_title {
    margin-top: 2rem;
  }
  #sec_02 .sec_title {
    margin-top: 0rem;
  }
  #sec_03 .sec_title {
    margin-top: 0rem;
  }

  /****************************************
    #sec_00
  ****************************************/
  section#sec_00 {
    height: 86.5vh;
  }

  .app_menu_all {
    padding: 1rem;
  }

  .app_menu {
    grid-template-columns: none;
  }

  /*影片*/
  .video_front {
    top: 0%;
    opacity: 0.8;
  }

  /*儲值按鈕 x 手機版浮動*/
  .store_mb {
    width: 100px;
  }
  /****************************************
    #sec_02
  ****************************************/
  #sec_02 .mySwiper_character .ch_inf .inf_txt {
    height: 100%;
    max-height: 180px;
    padding-right: 7px;
    overflow-y: scroll;
  }
  #sec_02 ::-webkit-scrollbar {
    width: 3px;
    margin-right: 3px;
    background: #9c9cb92d;
  }

  #sec_02 ::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #9363bb;
    border: 1px solid #c087f5;
  }

  #sec_02 ::-webkit-scrollbar-thumb:hover {
    background-color: #c087f5;
  }
}

@media (max-width: 431px) {
  /****************************************
    #sec_01
  ****************************************/
  .vedio_con {
    height: 100%;
  }

  /****************************************
    #sec_02
  ****************************************/
  #sec_02 .mySwiper_character .swiper-pagination-bullet {
    width: 95px;
  }
}

@media (max-width: 400px) {
  #sec_02 .mySwiper_character .ch_inf .name_txt .name {
    max-width: 200px;
  }
  #sec_02 .mySwiper_character .ch_inf .name_txt .cv {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  #sec_02 .mySwiper_character .ch_inf .inf_txt {
    width: 90%;
    font-size: 0.9rem;
    line-height: 24px;
    margin-top: 0.3rem;
  }

  /****************************************
    #sec_03
  ****************************************/
  .sec_03_bg {
    width: 330px;
    bottom: -12%;
    right: -8%;
  }
}

#pop_start .modal-dialog {
  max-width: 600px;
}

#pop_start .modal-content {
  background-color: transparent !important;
  border: none !important;
  height: 350px;
}

#pop_start .modal-body {
  padding: 0;
}

#pop_start iframe {
  width: 100%;
  height: 350px;
  display: block;
}

@media (max-width: 576px) {
  #pop_start .modal-dialog {
    max-width: calc(100vw - 24px);
    margin: 12px auto;
  }

  #pop_start iframe {
    width: 100%;
    height: 350px;
    display: block;
  }
}
