@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
@import url('"https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;500&family=Noto+Sans+JP:wght@300;500;700;900&display=swap');
@import url('"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');
body {
  font-family: "Noto Sans JP", Arial, sans-serif;
}

/*字體設定*/
/* -----------------------------------------------------------------;
組件設定
-------------------------------------------------------------------*/
.top_bar {
  position: relative;
}
.top_bar a {
  display: inline-block;
  color: #e3e3e3;
  vertical-align: middle;
}
.top_bar a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.top_bar a.top_bar_logo {
  display: block;
  position: absolute;
  font-size: 1vw;
  width: 15em;
  padding-top: 1em;
  padding-left: 1em;
  display: none;
}
.top_bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  background: #2c2b37;
  background: rgba(255, 255, 255, 0.968627451);
  width: 100%;
  z-index: 100;
}
.top_bar .bar .app_info {
  font-size: 2.4vw;
}
.top_bar .bar .app_info span.app_icon {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  display: block;
  width: 5em;
  border-radius: 16px;
  overflow: hidden;
}
.top_bar .bar .app_info .app_name {
  text-align: left;
  text-indent: 6.3em;
  padding: 0.5em 0;
}
.top_bar .bar .app_info .app_name p {
  display: block;
  color: #FFF;
  color: #34383b;
  font-size: 1.3em;
  font-weight: 600;
}
.top_bar .bar .app_info .app_name span {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
}

.top_social_btn {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.top_social_btn a,
.icon_m a {
  width: 2em;
  height: 2em;
}
.top_social_btn a svg,
.icon_m a svg {
  fill: #FFF;
}
.top_social_btn a.bug, .top_social_btn a.lost_id, .top_social_btn a.go_rewards,
.icon_m a.bug,
.icon_m a.lost_id,
.icon_m a.go_rewards {
  width: 7em;
  font-size: 0.8em;
  padding: 0 1em;
  line-height: 2.5em;
  background-color: #9d8167;
  margin-left: 0.1em;
  margin-right: 0.1em;
  border-radius: 5px;
}
.top_social_btn a.lost_id, .top_social_btn a.go_rewards,
.icon_m a.lost_id,
.icon_m a.go_rewards {
  background-color: #29a463;
  margin-right: 1em;
}
.top_social_btn a.svg_facebook, .top_social_btn a.svg_twitter,
.icon_m a.svg_facebook,
.icon_m a.svg_twitter {
  fill: #FFF;
  width: 1.8em;
  height: 1.8em;
}
.top_social_btn a.top_social_btn_official, .top_social_btn a.top_social_btn_facebook, .top_social_btn a.top_social_btn_youtube, .top_social_btn a.top_social_btn_discord,
.icon_m a.top_social_btn_official,
.icon_m a.top_social_btn_facebook,
.icon_m a.top_social_btn_youtube,
.icon_m a.top_social_btn_discord {
  border: 1px solid #FFF;
  width: 2em;
  height: 2em;
  padding: 0.8em;
}
.top_social_btn a.top_social_btn_official svg, .top_social_btn a.top_social_btn_facebook svg, .top_social_btn a.top_social_btn_youtube svg, .top_social_btn a.top_social_btn_discord svg,
.icon_m a.top_social_btn_official svg,
.icon_m a.top_social_btn_facebook svg,
.icon_m a.top_social_btn_youtube svg,
.icon_m a.top_social_btn_discord svg {
  fill: #FFF;
}
.top_social_btn a.top_social_btn_official:hover, .top_social_btn a.top_social_btn_facebook:hover, .top_social_btn a.top_social_btn_youtube:hover, .top_social_btn a.top_social_btn_discord:hover,
.icon_m a.top_social_btn_official:hover,
.icon_m a.top_social_btn_facebook:hover,
.icon_m a.top_social_btn_youtube:hover,
.icon_m a.top_social_btn_discord:hover {
  background-color: #9d8167;
}

a.go_pre,
a.go_ob {
  font-size: 2vw;
  width: 8em;
  height: 2.5em;
  line-height: 2.5em;
  background: #f9773d;
  color: #FFF;
  border-radius: 5em;
}

#btn-hum {
  position: fixed;
  top: 0;
  right: 0;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 100;
}

a.btn_menu {
  position: relative;
  display: inline-block;
  height: 4em;
  width: 4em;
  border-radius: 100%;
  z-index: 50;
}
a.btn_menu span {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 3px;
  margin-top: -0.1em;
  margin-left: -1.1em;
  background: #e7ecfc;
  background: #34383b;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a.btn_menu span:nth-child(1) {
  margin-top: -0.8em;
}
a.btn_menu span:nth-child(4) {
  margin-top: 0.6em;
}

a.btn_menu.open span {
  color: #ffefe2;
}
a.btn_menu.open span:nth-child(1) {
  margin-top: -0.1em;
  opacity: 0;
}
a.btn_menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transition: rotate(45deg);
  transform: rotate(45deg);
}
a.btn_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transition: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_menu.open span:nth-child(4) {
  margin-top: -0.1em;
  opacity: 0;
}

.menu_inner {
  display: none;
  margin: 0 auto;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 38, 48, 0.97);
  background: rgba(85, 69, 62, 0.96);
  font-size: 2.5vw;
  padding-top: 4em;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_inner .range .menu_inner_list a {
  display: block;
  margin: 0 auto;
  color: #fff6f2;
  line-height: 3.5em;
  border-bottom: 1px solid #fae8d8;
  width: 50vw;
}
.menu_inner .range .menu_inner_list a:active {
  background: rgba(154, 130, 185, 0.5);
}
.menu_inner .range .menu_inner_list a.m1 {
  margin-top: 3em;
}
.menu_inner .range .menu_inner_list .m5_inner {
  display: none;
}
.menu_inner .range .menu_inner_list .m5_inner.active {
  display: block;
}
.menu_inner .range .menu_inner_list .m5_inner.on {
  display: block;
}
.menu_inner .range .menu_inner_list .m5_inner.off {
  display: none;
}
.menu_inner .range .menu_inner_list .m5_inner a.m5_1 {
  background: #ffc15f;
  color: #1e1c2d;
}
.menu_inner .range .menu_inner_list .m5_inner a.m5_2 {
  background: #ffc15f;
  color: #1e1c2d;
}
.menu_inner .range .menu_inner_list .m5_inner a.m5_3 {
  background: #ffc15f;
  border-radius: 0 0 1.5em 1.5em;
  color: #1e1c2d;
}
.menu_inner .range .link_m {
  padding-top: 1em;
}
.menu_inner .range .link_m a {
  display: block;
  margin: 0.5em auto;
  color: #000;
  background-color: #CCC;
  background-color: #e8e3da;
  font-size: 0.9em;
  width: 14em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 3em;
}
.menu_inner .range .link_m a.cash {
  background: #f3e0cf;
  color: #502a10;
}
.menu_inner .range .link_m a.fanclub {
  background: #f3e0cf;
  color: #502a10;
}
.menu_inner .range .link_m a.lose_id {
  background: #f3e0cf;
  color: #502a10;
}
.menu_inner .range .link_m a.bug {
  background: #f3e0cf;
  color: #502a10;
}
.menu_inner .range .link_m a.news {
  background: #f3e0cf;
  color: #502a10;
}
.menu_inner .range .link_m a.menu_link_gift {
  background-color: #f3c03f;
  border: 5px solid #df9c3c;
  letter-spacing: -3px;
}
.menu_inner .range .link_m .icon_m {
  margin-top: 1.4em;
}
.menu_inner .range .link_m .icon_m a {
  display: inline-block;
  font-size: 0.6em;
  margin: 0.5em;
  width: 3em;
  height: 3em;
  background: none;
  fill: #FFF;
  border: 3px solid #FFF;
}

.menu_inner.open {
  opacity: 1;
  display: block;
  z-index: 99;
}

@media screen and (min-width: 1025px) {
  .top_bar a.top_bar_logo {
    display: block;
  }
  .top_bar .app_info {
    display: none;
  }
  .top_bar .menu_inner {
    display: block;
    opacity: 1;
    height: auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9137254902);
  }
  .top_bar .menu_inner .range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85vw;
    padding-left: 19em;
  }
  .top_bar .menu_inner .range ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_bar .menu_inner .range .menu_inner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_bar .menu_inner .range .menu_inner_list a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 0.72vw;
    padding: 0.2em 0;
    width: 11em;
    font-weight: 500;
    color: #3d3048;
    vertical-align: middle;
    border: none;
  }
  .top_bar .menu_inner .range .menu_inner_list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 1px;
    height: 1em;
    background-color: #959595;
  }
  .top_bar .menu_inner .range .menu_inner_list a:nth-last-child(1):after {
    opacity: 0;
  }
  .top_bar .menu_inner .range .menu_inner_list a:before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url("../images/nav_active_deco.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding-right: 1em;
    font-size: 0;
  }
  .top_bar .menu_inner .range .menu_inner_list a:hover {
    color: #2f4ea9;
  }
  .top_bar .menu_inner .range .menu_inner_list a.active {
    color: #d1333e;
    text-indent: -1.3em;
  }
  .top_bar .menu_inner .range .menu_inner_list a.active:before {
    font-size: 1.3em;
  }
  .top_bar .menu_inner .range .menu_inner_list a.active.menu_5_inner_1:before, .top_bar .menu_inner .range .menu_inner_list a.active.menu_5_inner_2:before, .top_bar .menu_inner .range .menu_inner_list a.active.menu_5_inner_3:before {
    font-size: 0;
  }
  .top_bar .menu_inner .range .menu_inner_list .m5_area {
    position: relative;
  }
  .top_bar .menu_inner .range .menu_inner_list span.m5_inner {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(3.1em + 3px));
            transform: translate(-50%, calc(3.1em + 3px));
    background: #edf5f7;
    background: #ef8653;
    width: 100%;
    border-top: 3px solid #ccf0ff;
  }
  .top_bar .menu_inner .range .menu_inner_list span.m5_inner a {
    font-size: 0.8em;
    color: #fff;
    background: none;
    width: 100%;
    line-height: 2em;
    border-bottom: 2px solid #ccc;
  }
  .top_bar .menu_inner .range .menu_inner_list span.m5_inner a:nth-last-child(1) {
    border: none;
    border-radius: 0;
  }
  .top_bar .menu_inner .range .menu_inner_list span.m5_inner a:after {
    font-size: 0;
  }
  .top_bar .menu_inner .range .menu_inner_list span.m5_inner a:hover {
    color: #fff;
    color: #464646;
    background: #e9cf71;
  }
  .top_bar .menu_inner .range .menu_inner_list span.m5_inner a.active:before {
    font-size: 0;
  }
  .top_bar .menu_inner .range .link_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-top: 0;
  }
  .top_bar .menu_inner .range .link_m a {
    display: inline-block;
    color: #FFF;
  }
  .top_bar .menu_inner .range .link_m a.menu_link_bug, .top_bar .menu_inner .range .link_m a.menu_link_lost_id, .top_bar .menu_inner .range .link_m a.menu_link_go_rewards {
    width: 7em;
    font-size: 0.8em;
    padding: 0 0.8em;
    background-color: #e97656;
    margin-left: 0.2em;
    margin-right: 0.2em;
    border-radius: 5px;
  }
  .top_bar .menu_inner .range .link_m a.menu_link_lost_id {
    background-color: #29a463;
  }
  .top_bar .menu_inner .range .link_m a.menu_link_go_rewards {
    background-color: #29a463;
  }
  .top_bar .menu_inner .range .link_m a:nth-last-child(1) {
    margin-right: 1em;
  }
  .top_bar .menu_inner .range .link_m .icon_m {
    margin-top: 0;
    margin-left: 1em;
  }
  .top_bar .menu_inner .range .link_m .icon_m a {
    font-size: 0.6em;
    font-size: 0.5vw;
    margin: 0.1em;
    width: 2em;
    height: 2em;
    border: 1px solid #3d3048;
  }
  .top_bar .menu_inner .range .link_m .icon_m a svg {
    display: block;
    width: 100%;
    margin: 0 auto;
    fill: #3d3048;
  }
  .top_bar #btn-hum {
    display: none;
  }
}
/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
/* ============================================================================= */
/* for 平板 */
/* ============================================================================= */
/* -------------- 裝置直向 -------------- */
/* -------------- 平板 -------------- */
/* -------------- Phone -------------- */
@media screen and (max-width: 480px) {
  .top_bar .bar .app_info {
    font-size: 3.5vw;
  }
  a.go_pre,
  a.go_ob {
    font-size: 2.8vw;
    height: 3em;
    line-height: 3em;
  }
  .menu_inner .range {
    font-size: 1.5em;
  }
  .menu_inner .range .menu_inner_list a {
    width: 65vw;
  }
  .menu_inner .range .menu_inner_list a.m1 {
    margin-top: 5em;
  }
  .menu_inner .range .menu_inner_list .icon_m a,
  .menu_inner .range .link_m .icon_m a {
    border-width: 2px;
  }
}
@media screen and (max-width: 375px) {
  .top_bar .bar .app_info {
    font-size: 2.8vw;
  }
}
.footer {
  font-size: 1vw;
  background-color: #252629;
  padding: 1em 0;
  text-align: center;
  position: relative;
  z-index: 6;
}
.footer .container {
  width: 100%;
}
.footer a {
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.footer a.social-icon {
  background-color: #fcffe5;
}
.footer a span svg {
  fill: #242432;
}
.footer-link a {
  color: #b1b1b1;
  font-size: 13px;
  padding: 0 10px;
  position: relative;
}
.footer-link a:hover {
  color: #f6f6f6;
}
.footer-link a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  right: 0;
  background-color: #b1b1b1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-link a:last-child:after {
  display: none;
}
.footer .copy {
  color: #b1b1b1;
}
.footer .copy a {
  color: #aef094;
}
.footer .copy p {
  font-size: 0.5vw;
}
.footer .x-logo {
  margin: 0 auto;
  font-size: 0.62vw;
  width: 13em;
  height: 3em;
  background-image: url("../images/x-logo-en-w.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .x-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .rank-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url("../images/r12@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .footer .x-logo {
    font-size: 1.3vw;
  }
  .footer-link a {
    font-size: 1.5vw;
  }
  .footer-copyright .copy p {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 820px) {
  .footer .x-logo {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 4em 0;
  }
  .footer .x-logo {
    font-size: 2vw;
  }
  .footer-copyright .copy p {
    font-size: 1.5vw;
    line-height: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  .footer .x-logo {
    font-size: 3vw;
  }
  .footer-link {
    margin: 0 auto;
    width: 75vw;
    font-size: 3vw;
  }
  .footer-link a {
    font-size: 2.8vw;
  }
  .footer-link a:nth-child(3)::after {
    display: none;
  }
  .footer-copyright .copy p {
    font-size: 2vw;
  }
}
/*============ commen ============ */
* {
  vertical-align: middle;
}

/*============ news ============ */
body {
  background-color: #202020;
}

a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.nav {
  top: 0;
}

.news_wrap #BG_8 {
  margin-top: 0;
}

/* ============ 反白設定 ============ */
::-moz-selection {
  background: #476085;
  color: #444255;
}
::selection {
  background: #476085;
  color: #444255;
}

::-moz-selection {
  background: #efefef;
  color: #444255;
}

.news_list_area .news_list ul.list li a p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_list ul.list li a p::selection {
  background: #dbe6d2;
}
.news_list_area .news_list ul.list li a p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::selection {
  background: #dbe6d2;
}
.news_list_area .news_detail p::-moz-selection {
  background: #dbe6d2;
}

.page_numbe::-moz-selection, .page_number ul::-moz-selection, .page_number ul a::-moz-selection, .page_number ul span::-moz-selection {
  background: none;
}

.page_numbe::selection,
.page_number ul::selection,
.page_number ul a::selection,
.page_number ul span::selection {
  background: none;
}
.page_numbe::-moz-selection,
.page_number ul::-moz-selection,
.page_number ul a::-moz-selection,
.page_number ul span::-moz-selection {
  background: none;
}

/* ============ news_P1 ============ */
a.more {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  width: 2em;
  background: #121212;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 0.3em;
  display: none;
}

.news_wrap {
  background-image: url("../images/bg-news.webp");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_wrap a.logo {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 1vw;
  width: 15em;
}
.news_wrap a.logo:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.news_wrap .head {
  position: relative;
  font-size: 0.83vw;
  width: 100%;
  height: 34em;
  background-image: url("../images/bg-news-chara.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-bottom: -7em;
}
.news_wrap .head h2 {
  margin: 0 auto;
  font-size: 2.8vw;
  width: 7em;
  padding-top: 5.5em;
}
.news_wrap .head .head_btn {
  margin: 0 auto;
  position: absolute;
  top: 1em;
  right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.8vw;
  z-index: 2;
}
.news_wrap .head .head_btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 6.5em;
  line-height: 2.5em;
  text-indent: 1.5em;
  margin-left: 0.5em;
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #17b2e5), color-stop(80%, #15a0ce));
  background: linear-gradient(left, #17b2e5 30%, #15a0ce 80%);
  border-radius: 5px;
}
.news_wrap .head .head_btn a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.news_wrap .head .head_btn .share_twitter {
  position: relative;
  display: inline-block;
}
.news_wrap .head .head_btn .share_twitter .svg_twitter {
  position: absolute;
  top: 0.5em;
  left: 0.8em;
  width: 1.5em;
  height: 1em;
  fill: #FFF;
}
.news_wrap .head .head_btn .btn_share,
.news_wrap .head .head_btn .btn_share_fb {
  background: #7bb442;
}
.news_wrap .head .head_btn .btn_share::before,
.news_wrap .head .head_btn .btn_share_fb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 1.2em;
  height: 2.5em;
  background: url("../images/share.png") no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.news_wrap .head .head_btn .back a.btn_top_back {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #363434), color-stop(80%, #3a3735));
  background: linear-gradient(left, #363434 30%, #3a3735 80%);
}
.news_wrap .head .head_btn .back a.btn_top_back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 1.2em;
  height: 2.5em;
  background: url("../images/back_home.png") no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.news_wrap .frame {
  position: relative;
  margin: 0 auto;
  font-size: 0.83vw;
  max-width: 50em;
  min-height: 43em;
  /* padding-bottom: 5em; */
  background: #5e4c63;
  border: 0.5em solid #5e4c63;
  margin-bottom: 8em;
}
.news_wrap .frame .frame_2 {
  position: relative;
  padding-top: 3em;
  padding-bottom: 5em;
  min-height: 43em;
  background-color: rgba(255, 255, 255, 0.968627451);
  border-radius: 1.5em;
}
.news_wrap .frame .news {
  margin: 0 auto;
  width: 85%;
}
.news_wrap .news_tab {
  position: relative;
  text-align: center;
  padding-top: 3em;
}
.news_wrap .news_tab .tab_nav {
  display: inline-block;
}
.news_wrap .news_tab .tab_nav.focus a {
  background: #433c4b;
  color: #FFF;
}
.news_wrap .news_tab a {
  display: inline-block;
  color: #FFF;
  color: #959595;
  background: #e3e3e3;
  min-width: 8em;
  width: 10.5em;
  line-height: 2em;
  padding: 0.5em;
  text-align: center;
}
.news_wrap .news_tab a.focus, .news_wrap .news_tab a.hover, .news_wrap .news_tab a:hover {
  background: #669474;
  color: #FFF;
}
.news_wrap .news_tab a a {
  color: #FFF;
}
.news_wrap .news_tab a.more {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  width: 2em;
  background: #121212;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 0.3em;
  display: none;
}
.news_wrap .tabs {
  padding: 0 0.5em;
}
.news_wrap ul.list {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  padding-top: 2em;
  overflow: hidden;
  vertical-align: middle;
}
.news_wrap ul.list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #444255;
  font-size: 0.9em;
  text-align: left;
  border-bottom: 1px solid #d7cfcf;
  padding: 0.5em 0;
}
.news_wrap ul.list a.type_1 span {
  background: #c44141;
}
.news_wrap ul.list a.type_2 span {
  background: #088bc2;
}
.news_wrap ul.list a.type_3 span {
  background: #7bb442;
}
.news_wrap ul.list a:hover {
  background: #f5f5f5;
}
.news_wrap ul.list a span, .news_wrap ul.list a p, .news_wrap ul.list a tt {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans JP", "Noto Serif JP", Arial, monospace, sans-serif;
}
.news_wrap ul.list a span {
  width: 7em;
  padding: 0 0.3em;
  background: #CCC;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  border-radius: 5px;
  vertical-align: -webkit-baseline-middle;
}
.news_wrap ul.list a p {
  font-size: 1.1em;
  line-height: 3em;
  width: 38em;
  width: calc(100% - 12em);
  height: 2.5em;
  padding-left: 1em;
  overflow: hidden;
}
.news_wrap ul.list a tt {
  position: absolute;
  right: 0;
  font-size: 0.7em;
  line-height: 4.5em;
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #54637b;
  padding-top: 3em;
}
.pageNav a, .pageNav span {
  margin: 0 3px;
  width: 1.6em;
  height: 1.6em;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial;
  background-color: #252525;
  color: #FFF;
  border: 1px solid #a1a1a1;
}
.pageNav span, .pageNav a:hover {
  color: #252525;
  background-color: #fff;
}
.pageNav svg {
  fill: #fff;
  width: 10px;
}
.pageNav .navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

/* ============ news_in 新聞內頁 ============ */
.news_wrap.news_in .news_title {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
  padding: 1em 0;
  border-bottom: 3px #c3bdb4 solid;
}
.news_wrap.news_in .news_title span, .news_wrap.news_in .news_title li, .news_wrap.news_in .news_title tt {
  font-family: "Noto Sans JP", "Noto Serif JP", Arial, monospace, sans-serif;
}
.news_wrap.news_in .news_title span {
  width: 7em;
  padding: 0 0.3em;
  background: #CCC;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  border-radius: 0.5em;
  vertical-align: -webkit-baseline-middle;
}
.news_wrap.news_in .news_title li {
  font-size: 1.4em;
  text-align: left;
  width: calc(100% - 6em);
  overflow: hidden;
}
.news_wrap.news_in .news_title tt {
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 0.7em;
  line-height: 4.5em;
}
.news_wrap.news_in .news_title.type_1 span {
  background: #2688d3;
}
.news_wrap.news_in .news_title.type_2 span {
  background: #7bb442;
}
.news_wrap.news_in .news_title.type_3 span {
  background: #c44141;
}
.news_wrap.news_in .news_detail,
.news_wrap.news_in .detail {
  margin: 0 auto;
  width: 80%;
  color: #3e3732;
  text-align: left;
  padding-top: 2em;
}
.news_wrap.news_in .news_detail h1,
.news_wrap.news_in .detail h1 {
  font-size: 1.8em;
}
.news_wrap.news_in .news_detail h2,
.news_wrap.news_in .detail h2 {
  font-size: 1.3em;
}
.news_wrap.news_in .news_detail h3,
.news_wrap.news_in .detail h3 {
  font-size: 1.3em;
}
.news_wrap.news_in .news_detail h4,
.news_wrap.news_in .detail h4 {
  font-size: 1.2em;
}
.news_wrap.news_in .news_detail h5,
.news_wrap.news_in .detail h5 {
  font-size: 1.1em;
}
.news_wrap.news_in .news_detail h6,
.news_wrap.news_in .detail h6 {
  font-size: 1em;
}
.news_wrap.news_in .news_detail p,
.news_wrap.news_in .detail p {
  font-size: 1em;
}
.news_wrap.news_in .news_detail img,
.news_wrap.news_in .detail img {
  width: auto;
  max-width: 100%;
  margin: 1em 0;
}
.news_wrap.news_in .news_detail h2,
.news_wrap.news_in .news_detail .main_title,
.news_wrap.news_in .detail h2,
.news_wrap.news_in .detail .main_title {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a974a), color-stop(80%, #abcc7d));
  background: linear-gradient(left, #4a974a 30%, #abcc7d 80%);
  color: #FFF;
  font-size: 1.3em;
  font-weight: 300;
  text-align: left;
  line-height: 1.5em;
  padding: 0.6em 2.5em;
  margin-bottom: 1em;
  border-radius: 15em;
}
.news_wrap.news_in .news_detail h2:before,
.news_wrap.news_in .news_detail .main_title:before,
.news_wrap.news_in .detail h2:before,
.news_wrap.news_in .detail .main_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0.7em, 0.6em);
          transform: translate(0.7em, 0.6em);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  background: #CCC;
  background: url("../images/mail_title_deco.png") 50% 50% no-repeat;
  background-size: contain;
}
.news_wrap.news_in .news_detail h2:after,
.news_wrap.news_in .news_detail .main_title:after,
.news_wrap.news_in .detail h2:after,
.news_wrap.news_in .detail .main_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  border: 1px solid #f7f2ed;
  border-radius: 15em;
}
.news_wrap.news_in .news_detail h2 p, .news_wrap.news_in .news_detail h2 a, .news_wrap.news_in .news_detail h2 span, .news_wrap.news_in .news_detail h2 b,
.news_wrap.news_in .news_detail .main_title p,
.news_wrap.news_in .news_detail .main_title a,
.news_wrap.news_in .news_detail .main_title span,
.news_wrap.news_in .news_detail .main_title b,
.news_wrap.news_in .detail h2 p,
.news_wrap.news_in .detail h2 a,
.news_wrap.news_in .detail h2 span,
.news_wrap.news_in .detail h2 b,
.news_wrap.news_in .detail .main_title p,
.news_wrap.news_in .detail .main_title a,
.news_wrap.news_in .detail .main_title span,
.news_wrap.news_in .detail .main_title b {
  color: #FFF;
}
.news_wrap.news_in .news_detail p, .news_wrap.news_in .news_detail span,
.news_wrap.news_in .detail p,
.news_wrap.news_in .detail span {
  font-size: 1em;
  line-height: 1.6em;
  color: #3e3732;
}
.news_wrap.news_in .news_detail span.p_color_1_r,
.news_wrap.news_in .detail span.p_color_1_r {
  color: #c44141;
}
.news_wrap.news_in .news_detail span.p_color_2_o,
.news_wrap.news_in .detail span.p_color_2_o {
  color: #d48b35;
}
.news_wrap.news_in .news_detail span.p_color_3_b,
.news_wrap.news_in .detail span.p_color_3_b {
  color: #299be3;
}
.news_wrap.news_in .news_detail span.p_color_4_g,
.news_wrap.news_in .detail span.p_color_4_g {
  color: #438a46;
}
.news_wrap.news_in .news_detail h3,
.news_wrap.news_in .detail h3 {
  position: relative;
  font-size: 1.3em;
  padding: 0.2em 0;
  padding-left: 1.8em;
  background-image: url("../images/sub_title_deco_A.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  color: #33518b;
}
.news_wrap.news_in .news_detail h3 a, .news_wrap.news_in .news_detail h3 span,
.news_wrap.news_in .detail h3 a,
.news_wrap.news_in .detail h3 span {
  color: #3d8d3d;
}
.news_wrap.news_in .news_detail h4,
.news_wrap.news_in .detail h4 {
  position: relative;
  font-size: 1.2em;
  padding: 0.2em 0;
  padding-left: 1.5em;
  background-image: url("../images/sub_title_deco_B.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 23px auto;
  color: #b36d13;
}
.news_wrap.news_in .news_detail ul.number,
.news_wrap.news_in .detail ul.number {
  padding-left: 2em;
}
.news_wrap.news_in .news_detail ul.number li,
.news_wrap.news_in .detail ul.number li {
  list-style: decimal;
}
.news_wrap.news_in .news_detail .form,
.news_wrap.news_in .detail .form {
  margin-top: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ada7a1;
}
.news_wrap.news_in .news_detail .form ul,
.news_wrap.news_in .detail .form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #b3aba9;
}
.news_wrap.news_in .news_detail .form ul:nth-last-child(1),
.news_wrap.news_in .detail .form ul:nth-last-child(1) {
  border: none;
}
.news_wrap.news_in .news_detail .form ul:nth-child(even) li,
.news_wrap.news_in .detail .form ul:nth-child(even) li {
  background: #d2cecb;
}
.news_wrap.news_in .news_detail .form ul li,
.news_wrap.news_in .detail .form ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #dfddda;
  padding: 1em;
  text-align: left;
  border-right: 1px solid #b3aba9;
}
.news_wrap.news_in .news_detail .form ul li:nth-last-child(1),
.news_wrap.news_in .detail .form ul li:nth-last-child(1) {
  border-right: none;
}
.news_wrap.news_in .news_detail .form ul li:nth-child(1), .news_wrap.news_in .news_detail .form ul li.form_title,
.news_wrap.news_in .detail .form ul li:nth-child(1),
.news_wrap.news_in .detail .form ul li.form_title {
  background: #67605d;
  color: #FFF;
  text-align: center;
}
.news_wrap.news_in .news_detail .form ul li:nth-child(1) a, .news_wrap.news_in .news_detail .form ul li:nth-child(1) p, .news_wrap.news_in .news_detail .form ul li:nth-child(1) span, .news_wrap.news_in .news_detail .form ul li:nth-child(1) b, .news_wrap.news_in .news_detail .form ul li:nth-child(1) em, .news_wrap.news_in .news_detail .form ul li.form_title a, .news_wrap.news_in .news_detail .form ul li.form_title p, .news_wrap.news_in .news_detail .form ul li.form_title span, .news_wrap.news_in .news_detail .form ul li.form_title b, .news_wrap.news_in .news_detail .form ul li.form_title em,
.news_wrap.news_in .detail .form ul li:nth-child(1) a,
.news_wrap.news_in .detail .form ul li:nth-child(1) p,
.news_wrap.news_in .detail .form ul li:nth-child(1) span,
.news_wrap.news_in .detail .form ul li:nth-child(1) b,
.news_wrap.news_in .detail .form ul li:nth-child(1) em,
.news_wrap.news_in .detail .form ul li.form_title a,
.news_wrap.news_in .detail .form ul li.form_title p,
.news_wrap.news_in .detail .form ul li.form_title span,
.news_wrap.news_in .detail .form ul li.form_title b,
.news_wrap.news_in .detail .form ul li.form_title em {
  color: #FFF;
  font-size: 0.9em;
}
.news_wrap.news_in .news_detail .form ul li:nth-child(1) img, .news_wrap.news_in .news_detail .form ul li.form_title img,
.news_wrap.news_in .detail .form ul li:nth-child(1) img,
.news_wrap.news_in .detail .form ul li.form_title img {
  margin: 0;
  max-width: 80%;
  padding: 0 10%;
}
.news_wrap.news_in .news_detail .form ul li.form_title,
.news_wrap.news_in .detail .form ul li.form_title {
  width: 33%;
}
.news_wrap.news_in .news_detail .form ul li img,
.news_wrap.news_in .detail .form ul li img {
  display: block;
}
.news_wrap.news_in .news_detail .form ul.form_sub li,
.news_wrap.news_in .detail .form ul.form_sub li {
  width: 100%;
  background: #8b3f3f;
  color: #FFF;
  padding: 0.5em;
}
.news_wrap.news_in .news_detail img.center,
.news_wrap.news_in .detail img.center {
  margin-left: auto;
  margin-right: auto;
}
.news_wrap.news_in .news_detail table,
.news_wrap.news_in .detail table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  border-width: 0;
  border-color: #ada7a1;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
}
.news_wrap.news_in .news_detail table h3, .news_wrap.news_in .news_detail table h4,
.news_wrap.news_in .detail table h3,
.news_wrap.news_in .detail table h4 {
  background: none;
  padding: 0;
}
.news_wrap.news_in .news_detail table thead,
.news_wrap.news_in .detail table thead {
  background: #8b3f3f;
  color: #FFF;
}
.news_wrap.news_in .news_detail table tr,
.news_wrap.news_in .detail table tr {
  background: #688d79;
  color: #f5f5f5;
}
.news_wrap.news_in .news_detail table th, .news_wrap.news_in .news_detail table td,
.news_wrap.news_in .detail table th,
.news_wrap.news_in .detail table td {
  padding: 12px 10px;
  border-width: 0;
  border-color: #b5c0bb;
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.news_wrap.news_in .news_detail table td,
.news_wrap.news_in .detail table td {
  background-color: #e4e9e7;
  color: #3e3732;
}
.news_wrap.news_in .news_detail table .center,
.news_wrap.news_in .detail table .center {
  text-align: center;
}
.news_wrap.news_in .news_detail hr,
.news_wrap.news_in .detail hr {
  margin: 2em 0;
}
.news_wrap.news_in a.btn_back_list,
.news_wrap.news_in .btn_back {
  display: block;
  margin: 0 auto;
  width: 8em;
  background: #433c4b;
  color: #FFF;
  padding: 1em 2em;
  margin-top: 5em;
}
.news_wrap.news_in a.btn_back_list:hover,
.news_wrap.news_in .btn_back:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
@media screen and (max-width: 1680px) {
  .news_wrap .frame {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .news_wrap .frame {
    font-size: 1.2vw;
  }
}
/* ============================================================================= */
/* for 平板 */
/* ============================================================================= */
/* -------------- iPAD PRO -------------- */
@media screen and (max-width: 1024px) {
  .news_wrap a.logo {
    top: 12em;
    width: 23em;
  }
  .news_wrap .head {
    font-size: 1.8vw;
    background-position: -3vw 5vw;
  }
  .news_wrap .head .head_btn {
    font-size: 2.2vw;
    top: 6em;
  }
  .news_wrap .head h2 {
    width: 40%;
    padding-top: 34vw;
  }
  .news_wrap .frame {
    font-size: 1.8vw;
  }
  .news_wrap .news_tab {
    font-size: 2vw;
  }
  .news_wrap ul.list {
    font-size: 2.2vw;
  }
  .news_wrap.news_in .news_title {
    font-size: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_wrap.news_in .news_title li {
    width: 100%;
    padding-top: 0.5em;
  }
}
/* -------------- PAD -------------- */
/* ============================================================================= */
/* for 手機版 */
/* ============================================================================= */
@media screen and (max-device-width: 480px) {
  .news_detail {
    font-size: 1.4em;
  }
  .news_wrap a.logo {
    top: 19em;
  }
  .news_wrap .head {
    font-size: 2.5vw;
    background-size: 119%;
    background-position: 73% 11vw;
  }
  .news_wrap .head h2 {
    width: 60%;
    padding-top: 47vw;
  }
  .news_wrap .head .head_btn {
    font-size: 2.5vw;
    top: 7em;
  }
  .news_wrap .news_tab {
    font-size: 2.8vw;
    padding-top: 1em;
  }
  .news_wrap .news_tab .tab_nav a {
    font-size: 1em;
    width: auto;
  }
  .news_wrap .frame {
    max-width: 95%;
  }
  .news_wrap ul.list {
    font-size: 2.8vw;
  }
  .news_wrap ul.list a span, .news_wrap ul.list a p {
    line-height: 2.2em;
  }
  .news_wrap ul.list a tt {
    font-size: 0.9em;
  }
  .news_wrap.news_in .news_title {
    font-size: 3.5vw;
  }
  .news_wrap.news_in .detail {
    font-size: 3vw;
  }
  .news_wrap.news_in a.btn_back_list,
  .news_wrap.news_in .btn_back {
    font-size: 3vw;
  }
}
/* 長螢幕畫面 */
/* Pixel 2 XL 411x823 */
/* iPhone X */
/* iPhone SE */