@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');
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@-webkit-keyframes UpDown {
  from {
    margin-top: -5px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes UpDown {
  from {
    margin-top: -5px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes ClassIn {
  from {
    opacity: 0;
    padding-top: 7vw;
  }
  to {
    opacity: 1;
    padding-top: 5vw;
  }
}
@keyframes ClassIn {
  from {
    opacity: 0;
    padding-top: 7vw;
  }
  to {
    opacity: 1;
    padding-top: 5vw;
  }
}
@-webkit-keyframes Class_Active {
  from {
    padding-top: 6vw;
  }
  to {
    padding-top: 5vw;
  }
}
@keyframes Class_Active {
  from {
    padding-top: 6vw;
  }
  to {
    padding-top: 5vw;
  }
}
@-webkit-keyframes Class_Dialogue {
  from {
    margin-top: 1vw;
  }
  to {
    margin-top: 0vw;
  }
}
@keyframes Class_Dialogue {
  from {
    margin-top: 1vw;
  }
  to {
    margin-top: 0vw;
  }
}
@-webkit-keyframes Kv_sky_move {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes Kv_sky_move {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@-webkit-keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-6%, -150%);
            transform: translate(-6%, -150%);
  }
  to {
    -webkit-transform: translate(-6%, -180%);
            transform: translate(-6%, -180%);
  }
}
@keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-6%, -150%);
            transform: translate(-6%, -150%);
  }
  to {
    -webkit-transform: translate(-6%, -180%);
            transform: translate(-6%, -180%);
  }
}
@-webkit-keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
@keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
@-webkit-keyframes Btn_light_move {
  from {
    left: -100%;
  }
  to {
    left: 300%;
  }
}
@keyframes Btn_light_move {
  from {
    left: -100%;
  }
  to {
    left: 300%;
  }
}
body {
  font-family: "Noto Sans JP", Arial, sans-serif;
}

/*字體設定*/
/*=============================================================
 	falling_petal
=============================================================*/
body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.falling-leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 33px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fce0e5), to(#ffd1e3));
  background: linear-gradient(to bottom, #fce0e5 0%, #ffd1e3 100%);
  border-radius: 10px 0;
  background-size: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background-image: url("../images/sakura.png");
}
@media screen and (max-device-width: 480px) {
  .leaf-scene div {
    width: 10px;
    height: 17px;
  }
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.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;
  }
}
/* ============ float menu ============ */
.float_register.pc {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 100;
  display: none;
}
.float_register.pc .float_register_prize {
  margin: 0 auto;
  position: relative;
  font-size: 1vw;
  margin-bottom: -1em;
  width: 100%;
  height: 10vw;
  background-image: url("../images/prize-float.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10;
}
.float_register.pc .float_register_prize span {
  display: none;
}
.float_register.pc .float_register_list {
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding: 0.75em;
}
.float_register.pc .float_register_list a {
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 0.8vw;
  width: 11em;
  line-height: 2.7em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.float_register.pc p {
  display: block;
  position: relative;
  font-size: 1.1vw;
  font-family: fantasy;
  font-weight: 800;
  color: #FFF;
  background: #000;
  line-height: 1.8em;
  letter-spacing: 0.2em;
}
.float_register.pc p::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0% - 0.9em);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  background: transparent;
  border-color: transparent transparent #000 transparent;
  border-style: solid solid solid solid;
  border-width: 0.5em;
}

.float_register.m {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: #171616;
  background: #ffdb6c;
  background-size: cover;
  z-index: 49;
}
.float_register.m:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 3vw;
  width: 31vw;
  height: 31vw;
  background: url("../images/prize-float-item-m.png") 50% 50% no-repeat;
  background-size: contain;
}
.float_register.m h3 {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #171616;
  font-size: 5vw;
  width: 10em;
  letter-spacing: 0.15em;
  line-height: 2em;
  width: 45vw;
  line-height: 10vw;
}
.float_register.m p {
  display: block;
  background: #171616;
  color: #FFF;
  background-size: contain;
  font-size: 2vw;
  width: 100%;
  line-height: 4.5vw;
}
.float_register.m p span {
  color: #ffd200;
}
.float_register.m .float_register_list a {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 24vw;
  right: 1vw;
  bottom: 6vw;
  overflow: hidden;
}
.float_register.m .float_register_list a::after {
  display: none;
}

.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;
  }
}
/* -----------------------------------------------------------------
各單元設定
-------------------------------------------------------------------*/
/* ============ 共通設定 ============ */
/* ============ Common ============ */
* {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #f6f6f6;
}

h1 {
  margin: 0;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.3rem;
}

a {
  text-decoration: none; /*color: #464646;*/
}

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

ul, li {
  list-style: none;
}

img {
  width: 100%;
  display: inline-block;
}

.copytext {
  position: absolute;
}
.copytext img {
  width: 175px;
}

/* ============ animation ============ */
/* ============ btn ============ */
.godown {
  position: relative;
  margin: 0 auto;
  width: 3.5em;
  padding-top: 1.5em;
  animation: UpDown 0.3s ease-in-out infinite alternate-reverse;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 44vw;
  width: 3vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.godown a {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-device-width: 1024px) {
  .godown {
    width: 5em;
    top: 90vh;
  }
}
.gotop {
  display: none;
  position: fixed;
  right: 1.5em;
  top: 96%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 20;
}
.gotop a {
  display: block;
  width: 3.5em;
}
@media screen and (max-width: 820px) {
  .gotop {
    right: 0.5em;
  }
  .gotop.PRE {
    top: auto;
    bottom: 6.5em;
  }
}
@media screen and (max-width: 480px) {
  .gotop a {
    width: 3.5em;
  }
  .gotop.PRE {
    bottom: 10vw;
  }
}

a.gift_code {
  display: block;
  position: absolute;
  top: 4em;
  right: 1em;
  width: 7em;
  height: 7em;
  background: url("../images/gift-code.png") 50% 50% no-repeat;
  background-size: contain;
}

/*-----------------------------------------
btns
-----------------------------------------*/
.social-icon {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #fffcf7;
  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;
  color: #202020;
  font-size: 12px;
  margin: 0 5px;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.social-icon svg {
  fill: #202020;
}
.social-icon-official span {
  width: 18px;
  font-size: 0;
}
.social-icon-facebook span {
  width: 20px;
  font-size: 0;
}
.social-icon-youtube span {
  width: 28px;
  font-size: 0;
}
.social-icon-ig span {
  width: 26px;
  font-size: 0;
}
.social-icon-line span {
  width: 26px;
  font-size: 0;
}
.social-icon-steam span {
  width: 26px;
  font-size: 0;
}
.social-icon-discord span {
  width: 28px;
  font-size: 0;
}
@media only screen and (max-width: 374px) {
  .social-icon {
    margin: 0 4px;
    width: 40px;
    height: 40px;
  }
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-device-width: 1024px) {
  .social-icon {
    width: 7vw;
    height: 7vw;
  }
  .social-icon-official span {
    width: 3vw;
  }
  .social-icon-facebook span {
    width: 3.5vw;
  }
  .social-icon-youtube span {
    width: 4vw;
  }
}
@media screen and (max-device-width: 480px) {
  .social-icon {
    width: 12vw;
    height: 12vw;
  }
  .social-icon-official span {
    width: 4vw;
  }
  .social-icon-facebook span {
    width: 4.5vw;
  }
  .social-icon-youtube span {
    width: 6vw;
  }
}
/* ============ go top ============ */
.carousel_nav {
  display: inline-block;
  margin-top: 0.8vw;
  font-size: 1vw;
  margin-top: 0.8em;
}
.carousel_nav a {
  position: relative;
  display: inline-block;
  font-size: 1vw;
  width: 0.7em;
  height: 0.7em;
  line-height: 3.5em;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0.5em;
  border-radius: 100%;
}
.carousel_nav a.active {
  background-color: #c4ff88;
}
.carousel_nav a:hover {
  background-color: #f0df81;
}
@media screen and (max-width: 1024px) {
  .carousel_nav {
    font-size: 2vw;
  }
  .carousel_nav a {
    font-size: 2vw;
  }
}

/*單元通用設定*/
/* ============ 共通設定 ============ */
/* ============ wrap ============ */
/* ============ main ============ */
main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* ============ header ============ */
header {
  position: relative;
  width: 100%;
  height: 53vw;
  height: 53vw;
  background-image: url("../images/bg-1-kv-sky.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 110%;
  background-size: cover;
  animation: Kv_sky_move 20s ease-in-out infinite alternate-reverse;
}
header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100.4%;
  background-image: url("../images/bg-1-kv-foreground.webp");
  background-position: 25% top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-6%, -150%);
          transform: translate(-6%, -150%);
  width: 15vw;
  height: 15vw;
  background-image: url("../images/deco-fly.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5vw;
  animation: Kv_fly_move 2s ease-in-out infinite alternate-reverse;
}
header .kv-bg-foreground {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53vw;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
header .kv-bg-foreground::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-1-kv-grass.webp");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
header .kv-bg-foreground .kv-bg-chara {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53vw;
  background-image: url("../images/bg-1-kv-girl-B.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-animation: LeftIn 0.5s ease-in-out forwards;
          animation: LeftIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
header .kv-bg-foreground .kv-bg-chara::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-1-kv-girl-A.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-animation: LeftIn 0.5s ease-in-out forwards;
          animation: LeftIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
header .inner {
  position: relative;
  margin: 0 auto;
  max-width: none;
  padding-top: 9vw;
  padding-right: 18vw;
  height: calc(100% - 12vw);
  z-index: 2;
}
header a.kv_logo {
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 18vw;
}
header a.kv_logo:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
header h1 {
  margin: 0 auto;
  width: 30vw;
  font-size: 1em;
  animation: Highlight 1s ease-in-out infinite alternate-reverse;
}
header a.play {
  margin: 0 auto;
  display: block;
  position: relative;
  font-size: 1vw;
  width: 4.5em;
  margin-top: -4.1em;
  padding-left: 21.5em;
  margin-bottom: -0.3em;
}
header a.play:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
header p.kv_title_comingsoon {
  display: none;
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translate(-70%, 0%);
          transform: translate(-70%, 0%);
  width: 25vw;
}
header p.device-icon {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 15vw;
  z-index: 100;
}
header a.btn_to_X {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  width: 19em;
  line-height: 3em;
  border-radius: 10px 0 10px 0;
  z-index: 3;
  display: none;
}
header a.btn_to_X::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97%;
  height: calc(3em - 12px);
  border: 1px solid #FFF;
  border-radius: 16px 0 16px 0;
}
header a.btn_to_X::after {
  content: "〉";
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-10%, -65%);
          transform: translate(-10%, -65%);
  width: 1em;
  height: calc(3em - 12px);
  color: #FFF;
}

.app_icon_area a {
  position: relative;
  display: inline-block;
  font-size: 1vw;
  width: 11em;
  padding: 0 0.1vw;
  overflow: hidden;
}
.app_icon_area a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.app_icon_area.ob {
  margin: 0 auto;
}

.btn_appstore:after, .btn_IOS:after, .btn_googleplay:after, .btn_AND:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-image: url("../images/btn_light_move.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: Btn_light_move 2s ease-in-out infinite;
          animation: Btn_light_move 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.btn_googleplay:after,
.btn_AND:after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.btn-link-area {
  display: block;
  padding-top: 0.2vw;
}

a.kv_btn_mail,
a.kv_btn_twitter-X {
  position: relative;
  font-size: 0.95vw;
  margin: 0.2em;
  line-height: 2.7em;
  width: calc(10.7vw - 2px);
  border: 1px solid #FFF;
  border-radius: 0.5em;
  background: #000;
  color: #FFF;
  text-wrap: nowrap;
  text-indent: 2.6em;
}
a.kv_btn_mail span,
a.kv_btn_twitter-X span {
  display: inline-block;
  font-size: 0.65em;
  text-indent: -0.35em;
}

a.kv_btn_mail {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa65f), to(#f67a16));
  background: linear-gradient(top, #ffa65f 0%, #f67a16 100%);
  border-color: #ffbf8d;
}

a.kv_btn_twitter-X {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #78e2ff), to(#19ceff));
  background: linear-gradient(top, #78e2ff 30%, #19ceff 100%);
  border-color: #90deff;
  color: #0e0d16;
  font-weight: 500;
  letter-spacing: -0.1vw;
  text-indent: calc(2.6em - 0.8vw);
}
a.kv_btn_twitter-X span {
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3em;
  height: 3em;
  background: #000;
  border-radius: 100%;
}

.svg_mail, .svg_twitter-x {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.5em;
  fill: #FFF;
}
.svg_mail path, .svg_twitter-x path {
  fill: #FFF;
}

.svg_twitter-x {
  fill: #FFF;
  font-size: 0.65em;
}
.svg_twitter-x path {
  fill: #000;
}

#BG_1, #BG_2, #BG_3, #BG_4, #BG_5 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1vw;
  z-index: 1;
}
#BG_1 .inner h2, #BG_2 .inner h2, #BG_3 .inner h2, #BG_4 .inner h2, #BG_5 .inner h2 {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
}
#BG_1 .inner_content, #BG_2 .inner_content, #BG_3 .inner_content, #BG_4 .inner_content, #BG_5 .inner_content {
  position: relative;
}
#BG_1 .chara, #BG_2 .chara, #BG_3 .chara, #BG_4 .chara, #BG_5 .chara {
  display: block; /*position: absolute;*/
}

/* ============ BG_1 ============ */
#BG_1 {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #f6f6f6;
  background-image: url("../images/bg-2.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#BG_1::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/bg-2-head.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 13em;
  height: 5em;
}
#BG_1 .inner h2 {
  margin: 0 auto;
  font-size: 1vw;
  width: 18em;
}
#BG_1 .inner .inner_content {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1vw;
  width: 100%;
  padding: 1em 0;
  z-index: 3;
}
#BG_1 .inner .inner_content p {
  position: relative;
  margin: 0 auto;
  color: #41372d;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5em;
}
#BG_1 .inner .inner_content p b:before, #BG_1 .inner .inner_content p b:after {
  content: "";
  display: inline-block;
  background: url("../images/icon-txt.png") 50% 50% no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 0.8em;
}
#BG_1 .inner .inner_content p span {
  display: block;
  margin: 0 auto;
  color: #FFF;
  background: #6e6255;
  font-size: 0.8em;
  width: 14em;
  line-height: 2em;
  border-radius: 1em;
  margin-bottom: 0.8em;
}
#BG_1 .inner .inner_content p b {
  display: block;
  font-weight: 50;
}
#BG_1 .inner .inner_content p.txt b:after {
  content: none;
}
#BG_1 .inner .inner_content p.txt_2 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30em;
  background: rgba(228, 226, 224, 0.4901960784);
  padding: 1.5em 0;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #bab2a8;
}
#BG_1 .inner .inner_content p.txt_2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(30em - 10px);
  margin-left: 4px;
  height: 6em;
  margin-top: 0.25em;
  border: 1px solid #d7d1cb;
}
#BG_1 .inner .inner_content p.txt_2 b {
  font-size: 1.2em;
}
#BG_1 .inner .banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#BG_1 .inner .banner_wrap {
  display: block;
  margin: 0 auto;
  max-width: 32em;
  overflow: hidden;
}
#BG_1 .inner .banner_wrap .banner_swiper_nav {
  display: inline-block;
  margin-top: 0.5em;
}
#BG_1 .chara {
  font-size: 1vw;
  position: absolute;
  top: 60%;
  right: -4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17em;
}

.news_area {
  display: block;
  width: 26vw;
  margin-right: 3vw;
  width: 28em;
  margin-right: 3em;
}
.news_area .news_tab {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #3e3936;
  font-size: 0.8vw;
}
.news_area .news_tab .tab_nav {
  position: relative;
  display: inline-block;
  background: #b9b9b9;
  color: #FFF;
  min-width: 6em;
  padding: 0.5em;
  text-align: center;
}
.news_area .news_tab .tab_nav a {
  color: #3e3936;
  color: #FFF;
}
.news_area .news_tab .tab_nav a:hover {
  color: #fffb50;
}
.news_area .news_tab .tab_nav.active, .news_area .news_tab .tab_nav.focus {
  background: #181818;
  width: 16%;
  width: 6em;
}
.news_area .news_tab .tab_nav.active a, .news_area .news_tab .tab_nav.focus a {
  color: #FFF;
}
.news_area .news_tab a.more {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  width: 2em;
  background: #181818;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 0.3em;
  display: none;
}
.news_area .news_tab a.more span {
  font-size: 1.5em;
}
.news_area .news_tab a.more {
  display: block;
}
.news_area .tabs {
  border-bottom: 2px solid #939393;
}
.news_area ul.list {
  display: inline-block;
  width: 100%;
  font-size: 1vw;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: 10.6em;
  overflow: hidden;
  vertical-align: middle;
}
.news_area ul.list a {
  position: relative;
  color: #444255;
  font-size: 0.8em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6em;
  border-bottom: 1px solid #d7cfcf;
}
.news_area ul.list a:nth-child(n+6) {
  display: none;
}
.news_area ul.list a:nth-child(5) {
  border: none;
}
.news_area ul.list a.focus, .news_area ul.list a.hover, .news_area ul.list a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.news_area ul.list a.type_1 span {
  background: #c44141;
}
.news_area ul.list a.type_2 span {
  background: #088bc2;
}
.news_area ul.list a.type_3 span {
  background: #7bb442;
}
.news_area ul.list a:hover {
  background: #f5f5f5;
}
.news_area ul.list a span, .news_area ul.list a p, .news_area ul.list a tt {
  display: inline-block;
  vertical-align: middle;
}
.news_area ul.list a span {
  width: 6em;
  padding: 0 0.3em;
  background: #CCC;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  vertical-align: -webkit-baseline-middle;
  text-wrap: nowrap;
}
.news_area ul.list a p {
  font-size: 1.1em;
  line-height: 3em;
  width: calc(100% - 11em);
  height: 2.5em;
  padding-right: 2em;
  overflow: hidden;
}
.news_area 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;
  display: none;
}
.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;
}

#BG_1.PRE .inner .news_area {
  display: none;
}
#BG_1.PRE .inner .twitter-wrap {
  width: 46vw;
  height: 16.5vw;
}

.twitter-wrap {
  display: block;
  margin: 0 auto;
  font-size: 0.83vw;
  width: 31em;
  height: 16em;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #bbbbbb;
}

.twitter-container {
  margin: 0 auto;
  height: 100%;
  background: #FFF;
  border-radius: 0.8em;
  overflow: auto;
}

.twitter-content {
  margin: 0 auto;
  width: 100%;
}

.twitter-tweet {
  margin: 0 auto;
  margin-bottom: 0;
}

.p2_btn_area {
  font-size: 0.83vw;
  margin-top: 1em;
}
.p2_btn_area .follow_twitter,
.p2_btn_area .share_twitter {
  position: relative;
  display: inline-block;
}
.p2_btn_area .follow_twitter span,
.p2_btn_area .share_twitter span {
  display: inline-block;
  vertical-align: middle;
}
.p2_btn_area .follow_twitter .svg_twitter,
.p2_btn_area .share_twitter .svg_twitter {
  position: absolute;
  top: 0.5em;
  left: 1.5em;
  width: 1.5em;
  height: 2em;
  fill: #FFF;
}
.p2_btn_area .follow_twitter .svg_twitter path,
.p2_btn_area .share_twitter .svg_twitter path {
  fill: #FFF;
}
.p2_btn_area a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 10em;
  color: #FFF;
  text-indent: 1.5em;
  line-height: 2em;
  margin-left: 1em;
  margin-right: 1em;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #17b2e5), color-stop(80%, #15a0ce));
  background: linear-gradient(left, #17b2e5 30%, #15a0ce 80%);
  background: #181818;
  border-radius: 0.5em;
}
.p2_btn_area a span {
  display: none;
}
.p2_btn_area a.btn_follow_twitter {
  width: 22em;
  line-height: 3em;
  font-size: 0.93em;
}
.p2_btn_area a.btn_share_twitter {
  vertical-align: middle;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-left: 0.2em;
}
.p2_btn_area a.btn_share_twitter .svg_twitter {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* ============ BG_2 ============ */
/* ============ BG_3 ============ */
/* ============ BG_5 ============ */
/* ============ BG_4 ============ */
#BG_2.page_2_class {
  background-image: url("../images/bg-3.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-size: 105%;
}
#BG_2.page_2_class::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20%;
  height: 18em;
  font-size: 1vw;
  background-image: url("../images/deco_sakura_tree1.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: 0%;
  left: 10%;
}
#BG_2.page_2_class::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  height: 18em;
  font-size: 1vw;
  background-image: url("../images/deco_sakura_tree2.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  top: 55%;
  right: 50%;
  z-index: 0;
}
#BG_2.page_2_class .inner {
  position: relative;
}
#BG_2.page_2_class .inner h2 {
  position: relative;
  font-size: 1vw;
  width: 18em;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-170%, 70%);
          transform: translate(-170%, 70%);
  -webkit-transform: translate(-170%, 120%);
          transform: translate(-170%, 120%);
  z-index: 2;
}
#BG_2.page_2_class .inner .inner_content {
  overflow: hidden;
  height: 100%;
}
#BG_2.page_2_class .class {
  position: relative;
  overflow: hidden;
}
#BG_2.page_2_class .class a.change_mode {
  display: block;
  position: absolute;
  top: 22%;
  right: 16%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/btn_change.png") no-repeat 50% 50%;
  background-size: contain;
  font-size: 1vw;
  width: 14em;
  height: 10em;
  z-index: 15;
}
#BG_2.page_2_class .class a.change_mode::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 73%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  background: url("../images/btn_change_icon.png") no-repeat 50% 50%;
  background-size: contain;
  -webkit-animation: Rotate360 3s linear infinite;
          animation: Rotate360 3s linear infinite;
}
#BG_2.page_2_class .class .chara {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 5vw;
}
#BG_2.page_2_class .class .chara::after {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  left: 56%;
  width: 9vw;
  height: 24vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#BG_2.page_2_class .class .chara_animal {
  display: none;
}
#BG_2.page_2_class .class .chara_animal::after {
  top: 36%;
}
#BG_2.page_2_class .class_1, #BG_2.page_2_class .class_2, #BG_2.page_2_class .class_3, #BG_2.page_2_class .class_4 {
  height: 73vw;
  background-position: 0% 2vw;
  background-repeat: no-repeat;
  background-size: contain;
}
#BG_2.page_2_class .class_1.default .chara_human, #BG_2.page_2_class .class_2.default .chara_human, #BG_2.page_2_class .class_3.default .chara_human, #BG_2.page_2_class .class_4.default .chara_human {
  display: block;
}
#BG_2.page_2_class .class_1.default .chara_animal, #BG_2.page_2_class .class_2.default .chara_animal, #BG_2.page_2_class .class_3.default .chara_animal, #BG_2.page_2_class .class_4.default .chara_animal {
  display: none;
}
#BG_2.page_2_class .class_1.change_mode .chara_human, #BG_2.page_2_class .class_2.change_mode .chara_human, #BG_2.page_2_class .class_3.change_mode .chara_human, #BG_2.page_2_class .class_4.change_mode .chara_human {
  display: none;
}
#BG_2.page_2_class .class_1.change_mode .chara_animal, #BG_2.page_2_class .class_2.change_mode .chara_animal, #BG_2.page_2_class .class_3.change_mode .chara_animal, #BG_2.page_2_class .class_4.change_mode .chara_animal {
  display: block;
}
#BG_2.page_2_class .class_1 {
  background-image: url("../images/class_deco_bg_1.webp");
}
#BG_2.page_2_class .class_1 .chara::after {
  background-image: url("../images/class_dialogue_1.png");
}
#BG_2.page_2_class .class_1 .chara_human::after {
  left: 57%;
}
#BG_2.page_2_class .class_2 {
  background-image: url("../images/class_deco_bg_2.webp");
}
#BG_2.page_2_class .class_2 .chara::after {
  background-image: url("../images/class_dialogue_2.png");
}
#BG_2.page_2_class .class_3 {
  background-image: url("../images/class_deco_bg_3.webp");
}
#BG_2.page_2_class .class_3 .chara::after {
  background-image: url("../images/class_dialogue_3.png");
}
#BG_2.page_2_class .class_3 .chara_human::after {
  left: 53.5%;
}
#BG_2.page_2_class .class_4 {
  background-image: url("../images/class_deco_bg_4.webp");
}
#BG_2.page_2_class .class_4 .chara::after {
  background-image: url("../images/class_dialogue_4.png");
}
#BG_2.page_2_class .class_4 .chara_human::after {
  left: 56%;
}
#BG_2.page_2_class .class_1.default .chara_human, #BG_2.page_2_class .class_2.default .chara_human, #BG_2.page_2_class .class_3.default .chara_human, #BG_2.page_2_class .class_4.default .chara_human {
  -webkit-animation: ClassIn 0.5s ease-in-out;
          animation: ClassIn 0.5s ease-in-out;
}
#BG_2.page_2_class .class_1.default .chara_animal, #BG_2.page_2_class .class_2.default .chara_animal, #BG_2.page_2_class .class_3.default .chara_animal, #BG_2.page_2_class .class_4.default .chara_animal {
  -webkit-animation: ClassOut 0.5s ease-in-out;
          animation: ClassOut 0.5s ease-in-out;
}
#BG_2.page_2_class .class_1.change_mode .chara_human, #BG_2.page_2_class .class_2.change_mode .chara_human, #BG_2.page_2_class .class_3.change_mode .chara_human, #BG_2.page_2_class .class_4.change_mode .chara_human {
  -webkit-animation: ClassOut 0.5s ease-in-out;
          animation: ClassOut 0.5s ease-in-out;
}
#BG_2.page_2_class .class_1.change_mode .chara_animal, #BG_2.page_2_class .class_2.change_mode .chara_animal, #BG_2.page_2_class .class_3.change_mode .chara_animal, #BG_2.page_2_class .class_4.change_mode .chara_animal {
  -webkit-animation: ClassIn 0.5s ease-in-out;
          animation: ClassIn 0.5s ease-in-out;
}
#BG_2.page_2_class .class_1 .chara::after, #BG_2.page_2_class .class_2 .chara::after, #BG_2.page_2_class .class_3 .chara::after, #BG_2.page_2_class .class_4 .chara::after {
  -webkit-animation: Class_Dialogue 0.5s ease-in-out;
          animation: Class_Dialogue 0.5s ease-in-out;
}
#BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara_human,
#BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara_animal {
  -webkit-animation: Class_Active 0.5s ease-in-out;
          animation: Class_Active 0.5s ease-in-out;
}
#BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara::after {
  -webkit-animation: Class_Dialogue 0.5s ease-in-out;
          animation: Class_Dialogue 0.5s ease-in-out;
}
#BG_2.page_2_class .class .content {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(50%, 1%);
          transform: translate(50%, 1%);
  -webkit-transform: translate(83%, 1%);
          transform: translate(83%, 1%);
  width: 22em;
  width: 18.35vw;
  padding-top: 20vw;
}
#BG_2.page_2_class .class_1 .content {
  background: rgba(185, 119, 216, 0.7882352941);
}
#BG_2.page_2_class .class_2 .content {
  background: rgba(40, 226, 243, 0.7882352941);
}
#BG_2.page_2_class .class_3 .content {
  background: rgba(252, 175, 89, 0.7882352941);
}
#BG_2.page_2_class .class_4 .content {
  background: rgba(243, 219, 88, 0.7882352941);
}
#BG_2.page_2_class .class .info p {
  position: relative;
  margin: 0 auto;
  font-size: 0.75em;
  line-height: 1.6em;
  color: #FFF;
  background-color: #1a1c26;
  padding: 1.8em 1em;
  margin-top: 2em;
  border-bottom: 2px solid #ffcccd;
}
#BG_2.page_2_class .class .info p span {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  font-size: 0.8em;
  color: #FFF;
  background-color: #1a1c26;
  width: 8em;
  height: 2em;
}
#BG_2.page_2_class .class .info p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: calc(-1.5em + 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2em 1.5em;
  border-color: transparent transparent #1a1c26 transparent;
  z-index: -1;
}
#BG_2.page_2_class .class .info p span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: calc(-1.5em + 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 0 0 1.5em;
  border-color: transparent transparent transparent #1a1c26;
  z-index: -1;
}
#BG_2.page_2_class .class .name {
  position: relative;
  width: 22em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -0.8em;
  z-index: 2;
}
#BG_2.page_2_class .class .name h3, #BG_2.page_2_class .class .name h4 {
  font-size: 0;
}
#BG_2.page_2_class .class .positioning span {
  position: relative;
  display: inline-block;
  line-height: 2em;
  color: #181a2d;
  border: 1px solid #181a2d;
  border-radius: 2em;
  margin-top: 1em;
  padding: 0 2em;
}
#BG_2.page_2_class .class .positioning span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-2em, -50%);
          transform: translate(-2em, -50%);
  width: 2em;
  height: 1em;
  background-image: url("../images/class_positioning_deco.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#BG_2.page_2_class .class .positioning span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(-2em, -50%);
          transform: translate(-2em, -50%);
  -webkit-transform: rotate(180deg) translate(-2em, 50%);
          transform: rotate(180deg) translate(-2em, 50%);
  width: 2em;
  height: 1em;
  background-image: url("../images/class_positioning_deco.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#BG_2.page_2_class .class .careers {
  margin: auto;
  width: 18em;
  width: 85%;
}
#BG_2.page_2_class .class .careers img {
  width: 100%;
  height: auto;
}
#BG_2.page_2_class .class .pagination {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(28.3vw, 14.5vw);
          transform: translate(28.3vw, 14.5vw);
  -webkit-transform: translate(-25vw, 15vw);
          transform: translate(-25vw, 15vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
#BG_2.page_2_class .class .pagination a .navIcon {
  width: 7em;
  width: 6vw;
  border-right: 8px solid rgba(0, 0, 0, 0);
  padding: 0 6px;
}
#BG_2.page_2_class .class .pagination a .navIcon img {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.85;
}
#BG_2.page_2_class .class .pagination a:hover, #BG_2.page_2_class .class .pagination a.focus {
  color: #a46442;
}
#BG_2.page_2_class .class .pagination a:hover img, #BG_2.page_2_class .class .pagination a.focus img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
#BG_2.page_2_class .class .pagination a:nth-child(1).focus .navIcon {
  border-color: #5dbefc;
}
#BG_2.page_2_class .class .pagination a:nth-child(2).focus .navIcon {
  border-color: #8cedff;
}
#BG_2.page_2_class .class .pagination a:nth-child(3).focus .navIcon {
  border-color: #f9ac3c;
}
#BG_2.page_2_class .class .pagination a:nth-child(4).focus .navIcon {
  border-color: #ffe147;
}
#BG_2.page_2_class .class .pagination a span {
  font-size: 0;
  display: none;
}
/* ==========================================================================
	RWD
========================================================================== */
/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
@media screen and (max-width: 1024px) {
  /* -------------- iPAD PRO -------------- */
  #BG_2.page_2_class {
    min-height: auto;
    background-image: url("../images/bg-3-m.webp");
    height: auto;
  }
  #BG_2.page_2_class::before {
    background-image: url("../images/bg-3-front.png");
    background-position: 0 0;
    height: 9em;
    top: -2px;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    z-index: 2;
  }
  #BG_2.page_2_class::after {
    display: none;
  }
  #BG_2.page_2_class .inner h2 {
    margin: 0 auto;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 2.5vw;
    position: absolute;
    top: 3%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  #BG_2.page_2_class .class a.change_mode {
    top: 36%;
    right: auto;
    left: 5%;
    font-size: 2.3vw;
  }
  #BG_2.page_2_class .class .chara {
    -webkit-animation: none;
            animation: none;
  }
  #BG_2.page_2_class .class .chara:after {
    -webkit-animation: none;
            animation: none;
  }
  #BG_2.page_2_class .class .chara img {
    -webkit-animation: ClassIn 0.5s ease-in-out;
            animation: ClassIn 0.5s ease-in-out;
  }
  #BG_2.page_2_class .class.default .chara, #BG_2.page_2_class .class.change .chara {
    -webkit-animation: none;
            animation: none;
  }
  #BG_2.page_2_class .class.default .chara img, #BG_2.page_2_class .class.change .chara img {
    -webkit-animation: ClassIn 0.5s ease-in-out;
            animation: ClassIn 0.5s ease-in-out;
  }
  #BG_2.page_2_class .class.default .chara_human:after,
  #BG_2.page_2_class .class.default .chara_animal:after, #BG_2.page_2_class .class.change .chara_human:after,
  #BG_2.page_2_class .class.change .chara_animal:after {
    -webkit-animation: none;
            animation: none;
  }
  #BG_2.page_2_class .class .chara {
    height: 120vw;
    padding-top: 0;
  }
  #BG_2.page_2_class .class .chara::after {
    width: 50vw;
    height: 58vw;
    top: 70vw;
    left: 67vw;
  }
  #BG_2.page_2_class .class .chara img {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-47%, 11%);
            transform: translate(-47%, 11%);
    height: 130%;
    width: auto;
    padding-top: 5vw;
  }
  #BG_2.page_2_class .class .chara.chara_animal::after {
    top: 69vw;
    left: 70vw;
  }
  #BG_2.page_2_class .class .chara.chara_animal img {
    -webkit-transform: translate(-47%, 7%);
            transform: translate(-47%, 7%);
  }
  #BG_2.page_2_class .class_1, #BG_2.page_2_class .class_2, #BG_2.page_2_class .class_3, #BG_2.page_2_class .class_4 {
    background-size: cover;
    background-position: 50% 50%;
    height: 140vw;
  }
  #BG_2.page_2_class .class_1 {
    background-image: url("../images/class_deco_bg_1m.webp");
  }
  #BG_2.page_2_class .class_1 .chara::after {
    left: 70vw;
  }
  #BG_2.page_2_class .class_2 {
    background-image: url("../images/class_deco_bg_2m.webp");
  }
  #BG_2.page_2_class .class_2 .chara_animal::after {
    top: 56vw;
    left: 68vw;
  }
  #BG_2.page_2_class .class_3 {
    background-image: url("../images/class_deco_bg_3m.webp");
  }
  #BG_2.page_2_class .class_3 .chara_animal::after {
    top: 61vw;
    left: 71vw;
  }
  #BG_2.page_2_class .class_4 {
    background-image: url("../images/class_deco_bg_4m.webp");
  }
  #BG_2.page_2_class .class_4 .chara_animal::after {
    top: 57vw;
    left: 67vw;
  }
  #BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara_human,
  #BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara_animal {
    -webkit-animation: none;
            animation: none;
  }
  #BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara_human img,
  #BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara_animal img {
    -webkit-animation: ClassIn 0.5s ease-in-out;
            animation: ClassIn 0.5s ease-in-out;
  }
  #BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara::after {
    -webkit-animation: none;
            animation: none;
  }
  #BG_2.page_2_class .class .swiper-slide.swiper-slide-active .chara img {
    -webkit-animation: ClassIn 0.5s ease-in-out;
            animation: ClassIn 0.5s ease-in-out;
  }
  #BG_2.page_2_class .class .name {
    width: 40vw;
    margin-top: -13vw;
  }
  #BG_2.page_2_class .class .careers {
    width: 38vw;
  }
  #BG_2.page_2_class .class .content {
    width: 100vw;
    top: auto;
    left: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
  #BG_2.page_2_class .class .info p {
    margin-top: 0;
    font-size: 2em;
  }
  #BG_2.page_2_class .class .info p span {
    left: 0%;
    -webkit-transform: translate(6vw, -90%);
            transform: translate(6vw, -90%);
  }
  #BG_2.page_2_class .class .positioning span {
    font-size: 2.3em;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.2784313725);
  }
  #BG_2.page_2_class .class .pagination {
    top: auto;
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 70vw;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #BG_2.page_2_class .class .pagination:before {
    width: 110%;
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  #BG_2.page_2_class .class .pagination a .navIcon {
    position: relative;
    width: 14vw;
    border-right: none;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
  }
}
/* -------------- iPAD AIR -------------- */
@media screen and (max-width: 820px) {
  #BG_2.page_2_class .inner h2 {
    top: 1%;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #BG_2.page_2_class .class .chara {
    height: 100vw;
  }
  #BG_2.page_2_class .class .positioning span {
    font-size: 2em;
    background-color: rgba(255, 255, 255, 0.4392156863);
  }
  #BG_2.page_2_class .class .info p {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 640px) {
  #BG_2.page_2_class .class .info p {
    font-size: 2.8vw;
  }
  #BG_2.page_2_class .class .chara::after {
    top: 66vw;
  }
}
@media screen and (max-width: 480px) {
  #BG_2.page_2_class .inner h2 {
    width: 65%;
  }
  #BG_2.page_2_class .class_1, #BG_2.page_2_class .class_2, #BG_2.page_2_class .class_3, #BG_2.page_2_class .class_4 {
    height: 170vw;
  }
  #BG_2.page_2_class .class .chara {
    height: 137vw;
  }
  #BG_2.page_2_class .class .chara::after {
    top: 80vw;
    height: 69vw;
    left: 70vw;
  }
  #BG_2.page_2_class .class .chara.chara_animal::after {
    top: 83vw;
    left: 75vw;
  }
  #BG_2.page_2_class .class .name {
    width: 55vw;
    margin-top: -21vw;
  }
  #BG_2.page_2_class .class .positioning span {
    font-size: 2.5vw;
  }
  #BG_2.page_2_class .class .pagination a .navIcon {
    width: 19vw;
    margin: 0 -0.2em;
  }
}
/* 長螢幕畫面 */
/* Pixel 2 XL  */
/* iPhone X */
/* ============ BG_5 ============ */
#BG_5 {
  position: relative;
  background-image: url("../images/bg-4.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: -6vw;
  padding-bottom: 9vw;
  padding-top: 4vw;
  z-index: 0;
}
#BG_5::before {
  content: "";
  display: block;
  position: absolute;
  top: -19%;
  left: 0%;
  width: 100%;
  height: 17vw;
  background-image: url("../images/bg-2-floor.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#BG_5::after {
  content: "";
  display: block;
  position: absolute;
  top: -9%;
  left: 2%;
  width: 100%;
  height: 11vw;
  background-image: url("../images/deco-word-features.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
}
#BG_5 .inner {
  position: relative;
}
#BG_5 .inner h2 {
  font-size: 1vw;
  width: 18em;
  padding-top: 7em;
}
#BG_5 .inner .inner_content {
  position: relative;
  margin: 0 auto;
  font-size: 1vw;
  width: 48.5em;
  -webkit-box-shadow: 0 0 2em 0 rgba(250, 250, 250, 0.3);
          box-shadow: 0 0 2em 0 rgba(250, 250, 250, 0.3);
}
#BG_5 .inner .inner_content span.chara_bot {
  display: block;
  position: absolute;
  top: -9%;
  right: -17%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/deco_bot.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  font-size: 1vw;
  width: 5em;
  height: 5em;
}
#BG_5 .inner .inner_content .inner_content_frame {
  position: relative;
  padding: 1em 3em;
  background: #FFF;
}

#Features_swiper {
  position: relative;
  width: 42.5em;
  vertical-align: top;
  z-index: 2;
}
#Features_swiper .slide-shop img {
  display: block;
  width: 100%;
}

#Features_swiper_prev {
  left: 0;
}
#Features_swiper_prev.swiper-button-prev {
  background-image: url("../images/p5-arrow-L.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 7em;
  height: 5em;
  width: 6vw;
  height: 4vw;
  left: -7.5vw;
}
#Features_swiper_prev.swiper-button-prev:hover {
  -webkit-filter: saturate(8) hue-rotate(235deg);
          filter: saturate(8) hue-rotate(235deg);
}
#Features_swiper_prev.swiper-button-prev:after {
  opacity: 0;
}

#Features_swiper_next {
  right: -0.5em;
}
#Features_swiper_next.swiper-button-next {
  background-image: url("../images/p5-arrow-R.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 7em;
  height: 5em;
  width: 6vw;
  height: 4vw;
  right: -7.5vw;
}
#Features_swiper_next.swiper-button-next:hover {
  -webkit-filter: saturate(8) hue-rotate(235deg);
          filter: saturate(8) hue-rotate(235deg);
}
#Features_swiper_next.swiper-button-next:after {
  opacity: 0;
}

#Features_swiper_prev:focus,
#Features_swiper_next:focus {
  outline: none;
}

#Features_swiper_prev:active,
#Features_swiper_next:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
/* ============================================================================= */
/* for 平板 */
/* ============================================================================= */
@media screen and (max-width: 1024px) {
  #BG_5 {
    background-image: url("../images/bg-4-m.webp");
    padding-bottom: 20vw;
    padding-top: 0vw;
  }
  #BG_5::before {
    display: none;
  }
  #BG_5 .inner .inner_content {
    font-size: 1.5vw;
  }
}
/* -------------- iPAD PRO -------------- */
/* -------------- iPAD AIR -------------- */
/* -------------- PAD -------------- */
@media screen and (max-width: 768px) {
  #BG_5 .inner h2 {
    width: 53%;
  }
  #BG_5 .inner .inner_content {
    font-size: 1.8vw;
  }
  #BG_5 #Features_swiper_prev.swiper-button-prev {
    left: -5em;
  }
  #BG_5 #Features_swiper_next.swiper-button-next {
    right: -5.8em;
  }
}
@media screen and (max-device-width: 640px) {
  #BG_5 #Features_swiper_prev.swiper-button-prev {
    left: -3em;
    width: 4em;
  }
  #BG_5 #Features_swiper_next.swiper-button-next {
    right: -3.7em;
    width: 4em;
  }
}
/* ============================================================================= */
/* for 手機版 */
/* ============================================================================= */
@media screen and (max-width: 480px) {
  #BG_5 .inner h2 {
    width: 65%;
  }
}
#APP_info {
  position: relative;
  background: url("../images/bg-7.jpg") center top no-repeat;
  background-size: cover;
  font-size: 1vw;
  padding: 1.5em 0;
  z-index: 15;
}
#APP_info .inner h2 {
  margin: 0 auto;
  font-size: 1.5vw;
  width: 7em;
  line-height: 1.6em;
  padding: 0 1em;
  margin-bottom: 0.5em;
  border: 1px solid #414141;
}
#APP_info .inner_content {
  width: 100%;
  margin: 0 auto;
}

#APP_info .app_info {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
}
#APP_info .app_info_icon {
  display: inline-block;
  font-size: 1vw;
  width: 6.2em;
  margin: 0 1em;
}
#APP_info .app_info_icon img {
  border-radius: 1.2em;
}
#APP_info .app_info_txt {
  display: inline-block;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 0.8vw;
  text-align: left;
}
#APP_info .app_info_txt li {
  display: inline-block;
}
#APP_info .app_info_txt .app_icon_area a {
  min-width: 9vw;
}

/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
/* ============================================================================= */
/* for 平板 */
/* ============================================================================= */
/* -------------- iPAD PRO -------------- */
@media screen and (max-device-width: 1024px) {
  #APP_info {
    font-size: 1.5vw;
  }
  #APP_info .app_info {
    max-width: 100%;
  }
  #APP_info .app_info_icon {
    width: 13em;
  }
  #APP_info .app_info_txt {
    font-size: 1.5vw;
  }
  #APP_info .app_info_txt .app_icon_area a {
    width: 20vw;
  }
  #APP_info .inner h2 {
    font-size: 3vw;
  }
  #APP_info .inner h3 {
    width: 100%;
    height: 7vw;
  }
}
/* -------------- iPAD AIR -------------- */
@media screen and (max-device-width: 820px) {
  #APP_info .inner h2 {
    font-size: 4vw;
  }
  #APP_info .app_info_icon {
    width: 15em;
  }
  #APP_info .app_info_txt {
    font-size: 1.8vw;
  }
}
/* -------------- PAD -------------- */
@media screen and (max-width: 768px) {
  #APP_info {
    font-size: 2vw;
  }
  #APP_info .app_info_txt {
    font-size: 2vw;
  }
}
/* ============================================================================= */
/* for 手機版 */
/* ============================================================================= */
@media screen and (max-device-width: 480px) {
  #APP_info {
    font-size: 3.6vw;
  }
  #APP_info .inner h2 {
    font-size: 5vw;
    width: 8em;
  }
  #APP_info .app_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #APP_info .app_info_icon {
    font-size: 2vw;
    padding-bottom: 1em;
  }
  #APP_info .app_info_txt {
    font-size: 2.8vw;
  }
  #APP_info .app_icon_area a {
    width: 49%;
  }
}
/* -------------- Phone -------------- */
/* iPhone X */
/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
/* ============================================================================= */
/* for 平板 */
/* ============================================================================= */
@media screen and (max-width: 1024px) {
  header {
    height: 150vw;
    max-height: initial;
    background-image: url("../images/bg-1-kv-m.webp");
    background-position: 50% 50%;
    background-size: cover;
    -webkit-animation: none;
            animation: none;
  }
  header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 11vw);
            transform: translate(-50%, 11vw);
    width: 100%;
    height: 13vw;
    max-height: 10em;
    background-image: url("../images/fluffyplanetsaga-logo.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%;
  }
  header:after,
  header .kv-bg-foreground {
    display: none;
  }
  header .inner {
    height: 50em;
    padding-top: 15vw;
    padding-right: 0;
  }
  header h1 {
    width: 70vw;
    padding-right: 0vw;
  }
  header a.kv_logo {
    display: none;
  }
  header a.play {
    font-size: 2.3vw;
  }
  header .app_icon_area a {
    width: 24vw;
  }
  header .btn-link-area {
    display: block;
  }
  header .btn-link-area a {
    font-size: 0.85em;
    font-size: 2.2vw;
    width: 23vw;
  }
  .app_icon_area.ob .btn-link-area {
    display: inline-block;
    padding-top: 0;
  }
  .app_icon_area.ob .btn-link-area a {
    width: 24vw;
  }
  #BG_1 .inner h2, #BG_2 .inner h2, #BG_3 .inner h2, #BG_4 .inner h2, #BG_5 .inner h2 {
    font-size: 2.5vw;
  }
  #BG_1 {
    background-image: url("../images/bg-2-m.webp");
  }
  #BG_1::before {
    font-size: 2vw;
  }
  #BG_1 .inner .inner_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10vw;
  }
  #BG_1 .inner .banner_wrap {
    max-width: none;
    width: 70vw;
  }
  #BG_1 .chara {
    font-size: 2vw;
    top: 72%;
    right: -33%;
  }
  .news_area {
    width: 70vw;
    margin: 0 auto;
  }
  .news_area .news_tab {
    font-size: 2vw;
  }
  .news_area ul.list {
    font-size: 2.5vw;
  }
  .twitter-wrap {
    font-size: 2.3vw;
  }
  .p2_btn_area {
    font-size: 2vw;
    margin-top: 1.5em;
  }
  #BG_1.PRE .inner .twitter-wrap {
    width: 65vw;
    height: 40vw;
  }
}
/* -------------- iPAD PRO -------------- */
/* -------------- iPAD AIR -------------- */
@media screen and (max-device-width: 820px) {
  header {
    min-height: 99vh;
    margin-bottom: 0;
  }
  header a.logo {
    width: 17em;
    left: auto;
    right: 0;
    top: 6em;
  }
  #BG_1 .inner h2 {
    width: 60%;
  }
  #BG_1 .inner .inner_content p {
    letter-spacing: inherit;
  }
  #BG_1 .inner .inner_content p span {
    letter-spacing: 0;
  }
  #BG_1 .inner .inner_content p b {
    display: inline;
    letter-spacing: 0;
  }
  #BG_1 .inner .news_area ul.list {
    font-size: 2.7vw;
  }
  #BG_1 .inner .p2_btn_area {
    margin-bottom: 2em;
  }
  .godown {
    padding-top: 0.2em;
  }
}
/* -------------- PAD -------------- */
@media screen and (max-width: 768px) {
  main:before {
    height: 160vw;
    max-height: 79em;
  }
  header .inner {
    padding-top: 15vw;
  }
  header .btn-link-area {
    display: inline-block;
  }
  #BG_1 .inner {
    margin-top: 0;
  }
}
@media screen and (max-device-width: 640px) {
  header {
    min-height: 108vh;
  }
}
/* ============================================================================= */
/* for 手機版 */
/* ============================================================================= */
/* -------------- Phone -------------- */
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  header {
    height: 194vw;
  }
  header:before {
    -webkit-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
  }
  header .inner {
    padding-top: 20vw;
  }
  header h1 {
    width: 80vw;
  }
  header a.play {
    width: 15vw;
    margin-top: -12vw;
    margin-bottom: -1.2em;
  }
  header .app_icon_area a {
    width: 40vw;
  }
  header .btn-link-area a {
    width: 35vw;
    font-size: 3vw;
  }
  header .app_icon_area.ob .btn-link-area a {
    width: 40vw;
  }
  #BG_1 .inner .news_area {
    width: 80vw;
  }
  #BG_1 .inner .news_area .news_tab {
    font-size: 2.8vw;
  }
  #BG_1 .inner .news_area ul.list {
    font-size: 3.5vw;
  }
  #BG_1 .inner .news_area ul.list a {
    height: 3.2em;
  }
  #BG_1 .inner .news_area ul.list a span {
    line-height: 2.4em;
  }
  #BG_1 .inner .news_area ul.list a tt {
    font-size: 1em;
  }
  #BG_1 .inner .p2_btn_area {
    font-size: 2.7vw;
  }
  #BG_1 .inner .p2_btn_area a.btn_follow_twitter {
    line-height: 4em;
  }
  #BG_1 .inner .p2_btn_area a.btn_follow_twitter .svg_twitter {
    height: 3em;
  }
  #BG_1 .chara {
    display: none;
  }
  .twitter-wrap {
    font-size: 2.6vw;
    height: 28em;
  }
  #BG_1.PRE .inner .twitter-wrap {
    width: 75vw;
    height: 85vw;
  }
  .btn-close {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    top: 4em;
  }
  .godown {
    font-size: 2.5vw;
    padding-top: 0;
  }
}
/* 長螢幕畫面 */
/* Sumsung Note10 Lite */
/* 長螢幕畫面 */
/* Pixel 2 XL  */
/* iPhone X */
@media screen and (max-width: 375px) {
  header::before {
    -webkit-transform: translate(-50%, 97%);
            transform: translate(-50%, 97%);
  }
}
/* 正常螢幕高度 */
/* HTC M8 */
/* iPhone SE */
/* -------------- 裝置橫向 -------------- */
.falling-leaves {
  z-index: 2;
}