@charset "UTF-8";

/* 簡易リセットCSS */
/* 强制嵌入字体，不依赖系统 */
@font-face {
  font-family: 'MyCustomKai';
  src: url('../fonts/A-OTF-KaishoMCBK1Pro-DeBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* 全局只使用这个嵌入字体，不写任何兜底 */
body {
  font-family: 'MyCustomKai';
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

.particle-network-animation {
  display: none;
}

input:focus {
  outline: none;
}

html {
  font-size: 2.1333vw;
}

html::-webkit-scrollbar {
  display: none;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: 2.1333vw;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color_bg);
  -webkit-text-size-adjust: 100%;
  z-index: -10;
  background: url(../img/sp/news_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section_title {
  display: block;
  width: 90% !important;
  margin: 0 auto .4267vw auto;
}

.vertical-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
}

.hide4 {
  display: none;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

/* 底部 */
footer {
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  background: #fff;
  margin-top: 0vw;
  font-family: 'Noto Sans JP', sans-serif;
}

footer .company_info {
  padding: 6vw 0;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

footer .company_info img {
  width: 40%;
}

footer .company_info div {
  margin: 0;
}

footer .company_info ul {
  margin-bottom: 0;
  font-size: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.3333vw 0;
  width: 100%;
}

footer .company_info ul li {
  margin: 0 1.5vw 0 0;
}

footer .company_info ul li a {
  text-decoration: none;
  color: #333;
  font-size: 3.2vw;
  /* text-decoration: underline; */
  border-right: 1px solid #333;
  padding-right: 1.5vw;
  display: block;
  text-align: center;
}

footer .company_info ul li:first-child {
  border: none;
  padding-left: 0;
  /* margin: 0 5vw; */
}

footer .company_info ul li:last-child a {
  border-right: none;
}

footer p {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  color: #777;
  margin-bottom: 0;
}

header {
  width: 100%;
  height: 14vw;
}

.no_scroll {
  overflow: hidden;
}

/* 导航栏 */
#header {
  width: 100%;
  height: 3.75rem;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 100;
}

header #header {
  /*ハンバーガーメニュー開閉ボタン*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #000000;
  height: 14vw;
}

#header .sns {
  display: none;
}

nav {
  height: 14vw;
  display: flex;
  align-items: center;
  position: relative;
}

header #header .m_logo img {
  height: 5.33vw;
  margin: .67vw 0 0 1.33vw;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header #header #menu_wrap .menu {
  width: 100%;
  position: fixed;
  top: 14vw;
  height: calc(100% - 14vw);
  /* height: 100%; */
  background: rgb(45 0 13);
  overflow-y: scroll;
  padding: 0 0 10vw 0;
}

header #header #menu_wrap .menu li {
  background-size: 75%;
  text-align: center;
  font-size: 4vw;
  line-height: 13vw;
  border-bottom: 1px solid #fff;
}

header #header #menu_wrap .menu li.sp_sns {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  border-bottom: 0;
  justify-content: space-around;
  padding: 5vw 0 0;
}

header #header #menu_wrap .menu li.sp_sns a {
  width: 11vw;
  height: 11vw;
  border-radius: 1.07vw;
  box-sizing: border-box;
  padding: .7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

header #header #menu_wrap .menu li.sp_sns a svg {
  width: 100%;
  max-width: 8vw;
}

header #header #menu_wrap .menu li.sp_sns a.x {
  background: #000;
  border: 1px solid #fff;
}

header #header #menu_wrap .menu li.sp_sns a.youtobe {
  background: #ff0000;
}

header #header #menu_wrap .menu li.sp_sns a.discord {
  background: #5460e8;
}

header #header #menu_wrap .menu li.sp_sns a.line {
  background: #00c854;
}

header #header #menu_wrap .menu li.sp_sns a.facebook {
  background: #007ffe;
}

header #header #menu_wrap .menu li .init-bottom {
  display: none;
}

header #header #menu_wrap .menu li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

header #header #menu_wrap .menu .menu_title {
  color: #fff;
  background-color: #60041beb;
}

header #header #menu_wrap .menu .menu_top {
  background-position: center 11%;
}

header #header #menu_wrap .menu .menu_news {
  background-position: center 22%;
}

header #header #menu_wrap .menu .menu_info {
  background-position: center 33%;
}

header #header #menu_wrap .menu .menu_guide {
  background-position: center 44%;
}

header #header #menu_wrap .menu .menu_etc {
  background: none;
}

header #header #menu_wrap .menu .menu__second-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #header #menu_wrap .menu .menu__second-level li {
  background-size: 100%;
  width: 50%;
}

header #header #menu_wrap .menu .menu__second-level li a {
  display: block;
  width: 100%;
  height: 100%;
}

header #header #menu_wrap .menu .menu__second-level li:nth-child(odd) {
  border-right: 1px solid #fff;
}

header #header #menu_wrap .menu .menu__second-level li.menu_world {
  /* border-bottom: none !important; */
}

header #header #menu_wrap .menu .menu__second-level li.menu_pickup {
  background-position: center 55.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_faq {
  background-position: center 66.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_support {
  background-position: center 78.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_terms {
  background-position: center 89.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_privacy {
  background-position: center 101.5%;
  border-bottom: none;
}

header #header #menu_wrap .sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header #menu_wrap .sublink li {
  width: 5.33vw;
  margin: 1.07vw;
}

header #header #menu_wrap .sublink li a img {
  display: block;
  width: 100%;
}

header #header #menu_wrap .sublink li a img:hover {
  opacity: 0.6;
}

header #header .open {
  visibility: visible !important;
}

header #header .menu_open .menu_button {
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 10vw;
  height: 10vw;
  background-color: #000000;
  border-radius: .67vw;
  border: none;
}

header #header .menu_open .menu_button:focus {
  outline: none;
}

header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: 1vw;
  background-color: #fff;
  border-radius: .4vw;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - .75vw)/2);
  -webkit-transition: .2s;
  transition: .2s;
}

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-2.5vw);
  transform: translateY(-2.5vw);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(2.5vw);
  transform: translateY(2.5vw);
}

header #header .menu--isOpen .menu_lineTop {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}

header #header .menu--isOpen .menu_lineBottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(4%, -50%);
  align-items: center;
}

.top_icon img {
  width: 10.5vw;
  height: 10.5vw;
}

.top_icon p {
  margin: 0;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 1.5;
  margin-left: 1.0667vw;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: .64vw;
}
/* logo */
#top_logo {
  width: 37vw;
  position: absolute;
  right: 1vw;
  top: 17vw;
  z-index: 1;
}

.second_page #top_logo {
  width: 37vw;
  margin:0 auto;
  z-index: 1;
  right: 0;
  left: 0;
  display: none;
}

#top_logo img{
  width:100%;
}
/* 头部移动端样式 */
#top {
  width: 100%;
  height: 148.5vw;
  clear: both;
  position: relative;
  /* margin-top: 4vw; */
}

#top .video {
  display: none;
}

#top .top_banner {
  width: 95%;
  display: flex;
  margin: 0 auto;
  z-index: 100;
  position: absolute;
  flex-direction: row;
  align-items: center;
  left: 50%;
  bottom: 2vw;
  transform: translateX(-50%);
  justify-content: space-evenly;
}

#top .top_banner li a {
  width: 95%;
  display: block;
  transition: transform 0.3s;
}

#top .top_banner li a img {
  width: 100%;
}

#top .pv {
  position: absolute;
  width: 13vw;
  height: 13vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -2%);
}

#top .pv a {
  width: 13vw;
  height: 13vw;
  z-index: 5;
  background: url(../img/pv.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top .pv img {
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
}

#top .pv_bg {
  animation: rotateAnimation2 10s linear infinite;
}

@keyframes rotateAnimation1 {
  from {
    transform:translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform:translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotateAnimation2 {
  from {
    transform:translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform:translate(-50%, -50%) rotate(360deg);
  }
}

#top .video-box {
  display: none;
}

.sp_header {
  width: 100%;
  margin-top: 0vw;
}

.top_bg2{
  /* display:none; */
}
/* H5按钮 */
.start_btn,.start_pre,.start_pre_off,
.mainte  {
  width: 65vw;
  height: 16vw;
  display: block;
  position: absolute;
  left: 50%;
  top: 81%;
  transform: translateX(-50%);
  z-index: 6;
}

.start_btn {
  background: url(../img/sp/start.png) no-repeat center center;
  background-size: 100%;
}
.start_pre {
  background: url(../img/sp/start_pre.png) no-repeat center center;
  background-size: 100%;
}

.start_pre_off {
  background: url(../img/sp/start_pre_off.png) no-repeat center center;
  background-size: 100%;
}

.mainte {
  background: url(../img/sp/maintenance.png) no-repeat center center;
  background-size: 100%;
}

.start_btn img,
.start_pre img,
.start_pre_off img,
.mainte img {
  width: 100%;
}

/* APP上线按钮 */
.app_gamestart{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 10vw;
}
.app_gamestart_list {
  width: 95%;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  gap: 2vw;
}

.app_gamestart_item {
  width:100%;
  height: auto;
  position:relative;
  overflow:hidden;
  line-height: 1;
}
.app_gamestart_item a img{
  width:100%;
}
.app_gamestart_item:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  /* background: linear-gradient(120deg, #ffffff00, #ffffff00, hsl(0deg 0% 100% / 30%), #ffffff00, #ffffff00); */
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}

/* APP 事前按钮 */
.app_start_pre .qr{
display:none;
}
.app_start_pre{
  width: 89%;
  height: 29vw;
  background: url(../img/btn_bg.png) no-repeat center center;
  background-size: 100%;
  background: #ffffff99;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vw;
  display: flex;
  justify-content: center;
  padding: 2vw;
}
.app_start_pre__wrapper {
  width: 100%;
  box-sizing: border-box;
}

.app_start_pre_qr_img {
  width: 100%;
}

.app_start_pre_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1.3333vw 0 0;
  justify-content: space-around;
}

.app_start_pre_item1 {
  height: 12vw;
  position:relative;
  overflow:hidden;
}
.app_start_pre_item1:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}

@-webkit-keyframes sg {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@keyframes sg {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

.app_start_pre_lmg {
  width: 100%;
  height: 12vw;
}

.app_start_pre_mailform_pc form {
  display: flex;
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
  outline: none;
}

.app_start_pre_mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 11vw;
  width: 70%;
  border: none;
  outline: none;
  padding: 0 0 0 1.3333vw;
  font-size: 3.5vw;
}
.app_start_pre_mailform::placeholder {
  font-size: 3.5vw;
}

.app_start_pre_mailbtn {
  display: inline-block;
  background: linear-gradient(0deg, #f38787, #8a0000);
  color: #ffffff;
  width: 30%;
  height: 11vw;
  font-size: 3.5vw;
  font-weight:600;
  border: none;
  outline: none;
  cursor: pointer;
}
.app_start_pre_mailbtn:hover {
  background: linear-gradient(0deg, #000c5f, #87b1f3);
}

/* DMM EXE 游戏按钮 */
#dmm_btn{
  position: absolute;
  width: 90vw;
  height: 28vw;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vw;
  background: #ffffffc9;
  border: 1px solid #f30000;
  border-radius: 2vw;
  display: flex;
  padding: 2vw;
  justify-content: center;
}

#dmm_btn .start{
  display: none;
}

#dmm_btn .start_sp{
  display: flex;
  width: 100%;
}

#dmm_btn .start_sp button{
  background:none;
  border:0;
  outline:none;
  width: auto;
  height: 14vw;
  overflow:hidden;
  position:relative;
}

#dmm_btn .start_sp button:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
  z-index: 100;
}

#dmm_btn .start_btn3,#dmm_btn .start_btn4,#dmm_btn .start_btn_ed{
  margin: 0 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

#dmm_btn .start_btn3 img,#dmm_btn .start_btn4 img,#dmm_btn .start_btn_ed img{
    width:100%;
}

#dmm_btn .head_lule_box {
    display: flex;
    justify-content: space-around;
    width: 99%;
    margin: 0.5rem auto 0;
    line-height: 2 !important;
    color: #000000 !important;
    text-align: left!important;
    text-decoration: none !important;
    font-size: 2.5vw !important;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    font-weight: 600;
  }
#dmm_btn .lule_box_l,#dmm_btn .lule_box_r{
  display:flex;
  flex-direction: column;
}
#dmm_btn .specification{
  display:flex;
  flex-direction: column;
}

#dmm_btn .head_lule_box a{
  color: #a90016;
}

#dmm_btn .head_lule_box span {
  padding: 5px;
  line-height: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

#dmm_btn .head_lule_box input {
  vertical-align: middle;
  accent-color: #a90016;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.5vw;
}

/* DMM EXE 事前游戏按钮 */
#dmm_pre_btn .start_pc {
  width: 90%;
  height: 26.5333vw;
  background: url(../img/pc/btn_bg.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  display: flex;
  flex-direction: row;
  padding: 9.6vw 3.2vw 0 3.2vw;
  justify-content: space-between;
  display: none;
}

#dmm_pre_btn .left_area,
#dmm_pre_btn .right_area {
  width: 100%;
}

#dmm_pre_btn .right_area {
  display: none;
}

#dmm_pre_btn .start_pc .left_area p,
#dmm_pre_btn .start_pc .right_area p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.0667vw 0;
  display: none;
}

#dmm_pre_btn .start_pc .left_area p img {
  width: 55.3333vw;
}

#dmm_pre_btn .start_pc .right_area p img {
  width: 15.0667vw;
}

#dmm_pre_btn .pc_btn {
  display: flex;
  justify-content: space-around;
}

#dmm_pre_btn .pc_btn button {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}

#dmm_pre_btn .pc_btn button .start_btn1 {
  width: 85%;
}

#dmm_pre_btn .pc_btn button .start_btn2 {
  width: 85%;
}

#dmm_pre_btn .pc_btn button img {
  width: 100%;
}

#dmm_pre_btn .head_lule_box span {
  padding: .6667vw;
}

#dmm_pre_btn .head_lule_box input {
  vertical-align: middle;
  margin-right: 1.0667vw;
}

#dmm_pre_btn .head_lule_box .title_policy a {
  color: #ff0000;
}

#dmm_pre_btn .start_sp {
  width: 90%;
  height: 32.7vw;
  background: url(../img/app_pre_bg.png) no-repeat center center;
  background-size: 100% 85%;
  border-radius: 2.1333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4vw;
  display: flex;
  flex-direction: column;
  padding: 0vw 2.1333vw 0vw;
  justify-content: center;
}

#dmm_pre_btn .sp_title {
  width: 80%;
  position: absolute;
  top: -5vw;
  left: 50%;
  transform: translateX(-50%);
}

#dmm_pre_btn .sp_btn {
  display: flex;
  width: 100%;
  height: 13vw;
  justify-content: space-around;
  margin-bottom: 1.4267vw;
}

#dmm_pre_btn .start_sp button {
  border: 0;
  outline: 0;
  background: none;
  width: 37vw;
}

#dmm_pre_btn .start_sp button img {
  /* width: 100%; */
}

#dmm_pre_btn .start_sp .start_btn3 {
  height: 13vw;
  /* display: none; */
}

#dmm_pre_btn .start_sp .start_btn4 {
  height: 13vw;
}

#dmm_pre_btn .start_sp p {
  font-size: 1.6vw;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin-top: 1.0667vw;
}

#dmm_pre_btn .head_lule_box {
  width: 99%;
  line-height: 1.3 !important;
  color: #000000 !important;
  text-align: left !important;
  text-decoration: none !important;
  /* font-size: 1.8667vw !important; */
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  font-size: 2.3vw;
}

#dmm_pre_btn .head_lule_box span {
  padding: 0.2vw .6667vw;
}

#dmm_pre_btn .head_lule_box input {
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
}

/* ingame 新闻 */
#news_area h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

#news_area h1 img {
  width: 100%;
}

#news_area {
  width: 100%;
  height: 100%;
  padding: 6vw 0;
  scroll-margin-top: 0vw;
}

#news_area {
  position: relative;
  z-index: 3;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 6.67vw 1.6vw;
}

#news_area #banner {
  background: transparent;
  width: 100%;
  height: auto;
  margin: 0vw auto;
  overflow: hidden;
}

#news_area #banner img {
  display: block;
  width: 100%;
  font-size: 1.33vw;
}

#news_area #banner .banner-pagination {
  width: 100%;
  text-align: center;
  height: 5.5vw;
  margin: 3vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: 4vw !important;
  height: 4vw !important;
  background-color: #ffffff;
  display: inline-block;
  line-height: 0;
  border-radius: 0;
  margin: 0 1vw;
  opacity: 1;
  border: 0.5vw solid #000;
  transform: rotate(45deg);
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  background: #a90016;
}

.news_area1 .news_module {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2vw 0;
  flex-direction: column;
}

.news_area1 .component {
  width: 100%;
  display: flex;
  z-index: 100;
  gap: 2vw;
  /* justify-content: center; */
  margin: 0 auto 3vw;
}

.news_area1 .component:has(li:nth-child(1):last-child) li {
  width: 100%;
  max-width: 100%;
}

.news_area1 .component:has(li:nth-child(2)):not(:has(li:nth-child(5))) li {
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
}

.news_area1 .component li a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  line-height: 1;
}

.news_area1 .component li a img {
  width: 100%;
}

#news_area #news_wrapper {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 160vw;
  background-size: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}


#news_area #news {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding: 2.5vw;
}

#news_area #news .news_body {
  position: relative;
  z-index: 2;
}

#news_area #news .news_body .notice_tabs_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 6vw; */
  margin: 0;
}

#news_area #news .notice_tabs_list ul {
  padding: 0vw 0vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.5vw;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  background: url(../img/tab.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
  width: 100%;
  height: 6.2vw;
  /* width: auto; */
  /* padding: .85vw 0px; */
  font-size: 3vw;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 320px) {
  #news_area #news .notice_tabs_list ul li {
    font-size: 1.33vw;
  }
}

#news_area #news .notice_tabs_list ul li.active {
  background: url(../img/tab_on.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
}

#news_area #news .notice_tabs_list ul li:nth-of-type(5) {
  margin-right: 0;
}

#news_area #news .tabs {
  flex: 1;
  width: 100%;
  padding: 1.07vw 0;
  margin: 0 auto;
  overflow: hidden;
  /* background: #fff; */
}

#news_area #news .tabs>ul>li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 0;
  height: 45vw;
}

#news_area #news .tabs>ul>li ul {
  margin-bottom: .67vw;
  height: auto;
  overflow: hidden;
  height: 39vw;
}

#news_area #news .tabs>ul>li ul li {
  display: flex !important;
  flex-direction: row;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 1vw 0;
  font-family: "nitalago-ruika", sans-serif;
}

#news_area #news .tabs>ul>li ul li:nth-child(n+7) {
  display: none;
}

.icon {
  display: inline-block;
  background-size: cover;
  width: 12vw;
  height: 3vw;
  margin: 0 1.07vw 0 0;
  aspect-ratio: 4/1;
  transform-origin: 0 50%;
}

.ic_type22 {
  background: #fff url(../img/label_event.png) no-repeat center center/cover;
}

.ic_type21 {
  background: #fff url(../img/label_notice.png) no-repeat center center/cover;
}

.ic_type23 {
  background: #fff url(../img/label_update.png) no-repeat center center/cover;
}

.ic_type24 {
  background: #fff url(../img/label_maintenance.png) no-repeat center center/cover;
}

.ic_type26,
.ic_type218 {
  background: #fff url(../img/label_tips.png) no-repeat center center/cover;
}

#news_area #news .tabs>ul>li ul li .t1 {
  width: 70%;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.5vw;
}

#news_area #news .tabs>ul>li ul li .t3 {
  color: #626262;
  font-size: 2.8vw;
  white-space: nowrap;
  font-weight: 600;
  font-weight: 600;
}

#news_area #news .tabs>ul>li ul li a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  /* max-width: 61vw; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  display: block;
  font-size: 3.5vw;
  font-weight: 600;
}

#news_area #news .morebtn {
  width: 100%;
  text-align: right;
  margin: 1.07vw 0 0 0;
}

#news_area #news .morebtn a {
  display: inline-block;
  padding: .5vw 1vw;
  background-color: #721818;
  color: #fff;
  text-decoration-line: none;
  font-size: 2.5vw;
}

#news_area .activity{
  width: 100%;
  /* height: 7vw; */
  display:flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

#news_area .activity li{
  margin: 4vw 0.5vw 0;
  width: 48%;
}
#news_area .activity li img{
  width: 100%;
}

.news_area2 .news_module{
  width:100%;
  height: 100%;
  margin:0 auto;
  display:flex;
  flex-direction: column;
}


.news_area2 .component {
  width: 100%;
  display: flex;
  z-index: 100;
  gap: 2vw;
  /* justify-content: center; */
  margin: 0 auto 3vw;
}

.news_area2 .component:has(li:nth-child(1):last-child) li {
  width: 100%;
  max-width: 100%;
}

.news_area2 .component:has(li:nth-child(2)):not(:has(li:nth-child(5))) li {
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
}

.news_area2 .component li a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  line-height: 1;
}

.news_area2 .component li a img {
  width: 100%;
}

#rewards {
  width: 100%;
  height: 100%;
  height: auto;
  padding: 0vw 0 3vw;
  scroll-margin-top: 18vw;
  position: relative;
}

#rewards h1 {
  width: 70%;
  display: block;
  margin: 6vw auto 0vw;
  z-index: 10;
  position: sticky;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  display: flex;
  width: 100%;
  margin: -17vw auto 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}


#rewards img {
  width: 100%;
}

#rewards .rewards_wrapper p {
  color: #ffffff;
  margin: 4vw 0;
  text-shadow: -2px 0 2px #000000, 2px 0 2px #000000, 0px -2px 2px #000000, 0px 2px 2px #000000;
  display: none;
}

/* pickup */
#pickup {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
  scroll-margin-top: 0;
  /* background: url(../img/sp/pickup/pickup_bg.jpg) no-repeat center center; */
  /* background-size: cover; */
  text-align: center;
  overflow: hidden;
}

#pickup h1 {
  width: 70%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  margin-top: 6vw;
  display: none;
}

#pickup h1 img {
  width: 100%;
}

#pickup ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#pickup img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 外层滑动容器 */
.pickup-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 列表核心样式 */
.pickup-list {
  display: flex;
  gap: .83vw;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.pickup-list li {
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
  max-width: 100%;
}


/* 左右箭头 */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.08vw;
  height: 2.08vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: .94vw;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
}

/* season */
#season {
  width: 100%;
  z-index: 0;
  position: relative;
  scroll-margin-top: 0;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

#season h1 {
  width: 70%;
  display: block;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6vw;
}

#season h1 img {
  width: 100%;
}

#season .season_swiper {
  width: 100%;
  height: 100%;
}

#season .season_swiper .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#season .season_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#season .season_small_swiper {
  width: 95%;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8vw;
  display: flex;
  gap: 15px;
  padding: 10px;
  background-color: rgb(0 0 0 / 67%);
  z-index: 1;
}

.season_small_swiper .swiper-slide {
  width: 25%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
  margin: 0 0.5vw;
  border: 0.25vw solid #adadad;
  line-height: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
}

.season_small_swiper .swiper-slide img {
  width: 100%;
}

.season_small_swiper .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000073;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.season_small_swiper .swiper-slide-thumb-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.season_small_swiper .swiper-slide-thumb-active {
  box-shadow: 0 0 15px rgb(0 0 0);
  border: 0.25vw solid #f03;
}

/* ranking */
#ranking {
  width: 100%;
  /* height: 148vw; */
  z-index: 0;
  position: relative;
  scroll-margin-top: 0;
  text-align: center;
  padding: 7vw 0 11vw;
  background: url(../img/sp/ranking/ranking_bg.jpg) no-repeat center center;
  background-size: cover;
}

#ranking h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

#ranking h1 img {
  width: 100%;
}

/* 切换按钮区域 */
.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.tab-btn {
  color: #fff;
  width: 30%;
  height: 8vw;
  font-size: 3.5vw;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
  background: url(../img/pc/ranking/ranking_tab.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 2px 2px #000;
  /* border: 1px solid #000; */
}

.tab-btn.active {
  color: #ffd700;
  background: url(../img/pc/ranking/ranking_tab_on.png) no-repeat center center;
  background-size: 100% 100%;
}


/* 服务器选择 - 核心修改样式 */
.server-select {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 95%;
  margin: 0 auto 10px;
}

#serverSelect {
  background-color: #333;
  color: #fff;
  border: 1px solid #c8102e;
  padding: 7px 11px;
  border-radius: 4px;
  /* 隐藏浏览器默认下拉箭头，统一视觉 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23fff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 25px;
  min-width: 150px;
  outline: none;
}

/* 禁用的默认提示选项样式 */
#serverSelect option[disabled] {
  color: #999;
}

/* 表格容器 */
.table-container {
  overflow: hidden;
}

.ranking-table {
  width: 100%;
  border-collapse: collapse;
  display: none;
}

.ranking-table.active {
  display: table;
  width: 95%;
  margin: 0 auto;
  animation: fadeIn 0.5s ease-in-out;
  background: #000000ad;
}

/* 表格样式 */
.ranking-table th,
.ranking-table td {
  border: 1px solid #c8102e;
  height: 11vw;
  padding: 2vw;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #000;
  position: relative;
  margin: 0 auto;
  font-size: 3vw;
}

.ranking-table .ranking_num {
  width: 7vw;
  height: 7vw;
  margin: 0 auto;
  vertical-align: middle;
}

.ranking-table .ranking_num.first {
  width: 8.5vw;
  height: 8.5vw;
}

.ranking-table .ranking_num.second {
  width: 7.5vw;
  height: 7.5vw;
}

.ranking-table .ranking_num.third {
  width: 7vw;
  height: 7vw;
}

.ranking-table .power {
  width: 6vw;
  height: 6vw;
  vertical-align: middle;
  margin-right: 1vw;
}

.ranking-table th {
  background-color: #8b0000;
  font-size: 3.3vw;
  font-weight: bold;
}

.ranking-table tr:nth-child(even) {
  background-color: rgb(163 163 163 / 20%);
}


/* 动画效果 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.chara1 {
  width: 100%;
  height: 100%;
  padding: 0;
  background: url(../img/sp/chara/chara_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.chara1 h1 {
  width: 70%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  margin-top: 6vw;
}

.chara1 h1 img {
  width: 100%;
}

.chara1 .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  height: 148vw;
}

.chara1 .hero_info {
  position: absolute;
  z-index: 6;
  right: 2vw;
  top: 29vw;
  width: 60%;
  height: auto;
  display: none;
}

.chara1 .hero_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  width: 100%;
}

.chara1 .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2.1333vw auto 0;
  z-index: 10;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 7vw;
}

.chara1 .chara_pagination .swiper-pagination-bullet-active {
  filter: grayscale(0%);
}

.chara1 .chara_pagination span {
  width: 15vw;
  height: 15vw;
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
  border-radius: 0;
  overflow: hidden;
}

.chara1 .chara_pagination .swiper-pagination-bullet-active:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(120deg, #ffffff00, #ffffff00, hsl(0deg 0% 100% / 30%), #ffffff00, #ffffff00);
  transition: all .5s;
  -webkit-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

@-webkit-keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

.chara1 .chara_pagination span:nth-child(1) {
  background: url(../img/pc/chara/c1.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(2) {
  background: url(../img/pc/chara/c2.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(3) {
  background: url(../img/pc/chara/c3.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(4) {
  background: url(../img/pc/chara/c4.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(5) {
  background: url(../img/pc/chara/c5.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(6) {
  background: url(../img/pc/chara/c6.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(7) {
  background: url(../img/pc/chara/c7.png) no-repeat center;
}

.chara1 .chara_pagination span:nth-child(8) {
  background: url(../img/pc/chara/c8.png) no-repeat center;
}

/* 角色介绍模板2 */

/*=============================== character =============================  */
.chara2 {
  width: 100%;
  /* height: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24vw 0vw 0vw;
  background: #ebeff4 url(../img/sp/chara/chara_bg.jpg) no-repeat center center;
  background-size: cover;
}

.chara2 .team-slider {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  /* overflow: hidden; */
  flex-direction: column-reverse;
  line-height: 0;
}

.chara2 .team-slider .team_wrap {
  width: 100%;
}

.chara2 .team-slider .team_wrap .team-slide {
  width: 80%;
  position: relative;
  opacity: 0;
  /* background: #ebeff4 url(../img/pc/repeat_bg.png) center right; */
  /* background-size: 125%; */
}

.chara2 .team-slider .team_wrap .team-slide.swiper-slide-active {
  z-index: 1;
}


.chara2 .team-slider .team_page {
  width: 100%;
  /* height: 47.4vw; */
  display: flex;
  position: static;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2vw;
}

.chara2 .team-slider .team_page span {
  width: 100% !important;
  max-width: 22vw;
  height: 10vw !important;
  border-radius: 0.5vw;
  background: none;
  opacity: 1;
  margin: 0.5vw 0;
  position: relative;
  overflow: hidden;
  transition: transform .2s linear;
}

.chara2 .team-slider .team_page span:nth-child(1) {
  background: url(../img/pc/chara2/team1.png) no-repeat;
  background-size: 100%;
}

.chara2 .team-slider .team_page span:nth-child(2) {
  background: url(../img/pc/chara2/team2.png) no-repeat;
  background-size: 100%;
}

.chara2 .team-slider .team_page span:nth-child(3) {
  background: url(../img/pc/chara2/team3.png) no-repeat;
  background-size: 100%;
}

.chara2 .team-slider .team_page span:nth-child(4) {
  background: url(../img/pc/chara2/team4.png) no-repeat;
  background-size: 100%;
}

.chara2 .team-slider .team_page span:nth-child(1).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara2/team1_on.png);
}

.chara2 .team-slider .team_page span:nth-child(2).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara2/team2_on.png);
}

.chara2 .team-slider .team_page span:nth-child(3).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara2/team3_on.png);
}

.chara2 .team-slider .team_page span:nth-child(4).swiper-pagination-bullet-active {
  background-image: url(../img/pc/chara2/team4_on.png);
}

.chara2 .team1_info .fire-pagination {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(4vw);
  bottom: 2vw;
  transition: transform 0.5s ease;
}

.chara2 .team1_info .fire-slider .move_left {
  left: 0;
  transform: translateX(1vw);
}

.chara2 .team1_info .fire-pagination span {
  width: 6.35vw !important;
  height: 6.35vw !important;
  border-radius: 0.75vw;
  border: 0.3vw solid #79347b;
  opacity: 1;
  background: #fff;
}

.chara2 .team1_info .fire-pagination span:hover {
  border: 0.3vw solid #bb00bf;
}

.chara2 .team1_info .fire-pagination span.swiper-pagination-bullet-active {
  border: 0.3vw solid #bb00bf;
}

.chara2 .fire-pagination span:nth-child(1) {
  background: url(../img/pc/chara2/icon_hero_1.jpg) center center no-repeat #fff;
  background-size: 100%;
}

.chara2 .fire-pagination span:nth-child(2) {
  background: url(../img/pc/chara2/icon_hero_2.jpg) center center no-repeat #fff;
  background-size: 100%;
}

.chara2 .fire-pagination span:nth-child(3) {
  background: url(../img/pc/chara2/icon_hero_3.jpg) center center no-repeat #fff;
  background-size: 100%;
}

.chara2 .fire-pagination span:nth-child(4) {
  background: url(../img/pc/chara2/icon_hero_4.jpg) center center no-repeat #fff;
  background-size: 100%;
}

.chara2 .fire-pagination span:nth-child(5) {
  background: url(../img/pc/chara2/icon_hero_5.jpg) center center no-repeat #fff;
  background-size: 100%;
}


.is-hidden {
  /* opacity: 0; */
  display: none;
  height: 0;
  margin: 0;
}

.is-visible {
  /* opacity: 1; */
  display: block;
  z-index: 1;
}

.chara2 .team_bg img {
  width: 100%;
  height: auto;
}

.chara2 .hero_info {
  width: 100%;
  position: relative;
}

.chara2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content:
  "";
  width: 60%;
  height: 12vw;
  background: url(
  ../img/title_chara.png) no-repeat;
  background-size: 100%;
  top: 7vw;
  z-index: 0;
}

.chara2 .hero_list1::after {
  position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara2/team1_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.chara2 .hero_list2::after {
 position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara2/team2_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.chara2 .hero_list3::after {
  position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara2/team3_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.chara2 .hero_list4::after {
  position: absolute;
  right: 0;
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../img/pc/chara2/team4_logo.png) no-repeat;
  background-size: 100%;
  top: 0vw;
  z-index: -1;
  opacity: 0.3;
}

.chara2 .chara_area {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  z-index: 9;
  margin: 0 auto;
}

.chara2 .chara_area .chara_cont {
  position: absolute;
  width: 95%;
  display: block;
  bottom: 23vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffffc2;
  padding: 3vw;
}

.chara2 .chara_area .chara_cont .name {
  font-size: 3.6vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1vw;
}

.p_hidden{
  height: 9vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
}

.chara_area .pic_chara {
  width: 100%;
  height: auto;
  display: block;
  /* position: absolute; */
  right: 0;
  z-index: -1;
}

.chara_area .pic_chara img {
  width: 100%;
}

.thumbnails_btn {
  display: flex;
  margin: 2vw auto 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  transition: transform .05s ease-in-out;
}

.move {
}

.thumbnails_btn .thumbnail {
  width: 16vw;
  height: 16vw;
  overflow: hidden;
  list-style: none;
  margin: 0 1vw;
  cursor: pointer;
  border: 0.75vw solid #79347b;
  border-radius: 1.5vw;
  transition: all 0.3s;
}

.thumbnails_btn .is-active {
  border: 0.75vw solid #bb00bf;
}

.thumbnails_btn .thumbnail img {
  width: 100%;
  height: auto;
}

/* 游戏特征 */

.feature1,.feature2 {
  width: 100%;
  height: 100%;
  padding: 7vw 0 20vw;
  /* background: url(../img/sp/feature1/feature1_bg.jpg) no-repeat; */
  /* background-size: cover; */
  position: relative;
  overflow: hidden;
}
.feature2 {
  background:#00000042 ;
}

.feature1 h1, .feature2 h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

.feature1 h1 img, .feature2 h1 img {
  width: 100%;
}

.feature1 .feature1-slider .swiper-slide, .feature2 .feature2-slider .swiper-slide {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.feature1 .swiper-container, .feature2 .swiper-container {
  position: relative;
  width: 100%;
  max-width: 70%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 6vw;
  overflow: visible;
}


.feature1 .feature1-slider .swiper-slide:before, .feature2 .feature2-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000b0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature1 .feature1-slider .swiper-slide img, .feature2 .feature2-slider .swiper-slide img {
  border: 1.5vw solid #fff;
  width: 100%;
  height: auto; 
  object-fit: contain;
  max-height: 78vh;
}

.feature1 .feature1-slider .swiper-slide-active, .feature2 .feature2-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.feature1 .feature1-slider .swiper-slide-active:before, .feature2 .feature2-slider .swiper-slide-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000000;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature1 .feature1_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3.2vw;
  align-items: center;
  bottom: -9vw !important;
}
.feature2 .feature2_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3.2vw;
  align-items: center;
  bottom: 10vw !important;
}

.feature1 .feature1_pagination .swiper-pagination-bullet, .feature2 .feature2_pagination .swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  background: #ffffff;
  transform: rotate(45deg);
  border: 0.5vw solid#000;
}

.feature1 .feature1_pagination .swiper-pagination-bullet-active, .feature2 .feature2_pagination .swiper-pagination-bullet-active {
  background: #a90016;
}

.feature1 .feature1_pagination span, .feature2 .feature2_pagination span {
  margin: 0 1.6vw;
}

.feature1 .feature1_pagination span:focus, .feature2 .feature2_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0vw;
}

.feature1 .prev,
.feature1 .next,
.feature2 .prev,
.feature2 .next {
  position: absolute;
  width: 10vw;
  height: 10vw;
  top: 50%;
  z-index: 115;
}

.feature1 .prev, .feature2 .prev {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: 100% !important;
  /* margin: 0px 0 0 -507px; */
  left: 50% !important;
  transform: translateX(-47vw);
}

.feature1 .next, .feature2 .next {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  /* margin: 0px -490px 0 0; */
  left: auto;
  right: 50%;
  transform: translateX(47vw);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}


/*=============================== world =============================  */
#world {
  width: 100%;
  height: auto;
  height: 147vw;
  background: url(../img/sp/world/world_bg.jpg) no-repeat;
  background-size: 100%;
  padding: 7vw 0 0vw;
  scroll-margin-top: 10vw;
}

#world h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 77vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1vw 0;
  margin: 0 auto;
  margin-left: 21vw;
}

#world .world_text img {
  width: 100%;
}

#dictionary {
  width: 100%;
  position: relative;
  padding: 8vw 0;
  scroll-margin-top: 1.67vw;
  overflow: hidden;
  background: #ffffff38;
}

#dictionary h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

#dictionary h1 img {
  width: 100%;
}

.dictionary_tab ul {
  width: 90%;
  height: 11vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: 7vw;
  overflow: hidden;
  margin: 2vw auto;
  border: 1.5vw double #fff;
}

.dictionary_tab ul li {
  font-size: 3.5vw;
  background: #ffffff;
  color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  padding: 0.5vw 0;
  position: relative;
  flex: 1;
}

.dictionary_tab ul li.active:before {
  color: #a90016;
  font-weight: 600;
  border: 0;
}

.dictionary_tab ul li.active {
  background: linear-gradient(45deg, #a90016, transparent);
  color: #fff;
  font-weight: 600;
}

.content_tabs {
  width: 100%;
  margin: 0 auto;
}

.content_tabs ul li ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 2.75vw;
  justify-content: space-around;
}

.content_tabs ul li ul li {
  width: 43vw;
  margin: 2vw;
  overflow: hidden;
  transition: transform 0.6s ease;
  position: relative;
  box-sizing: border-box;
  box-shadow: 4px 3px 4px 0px #333333b3;
  line-height: 0;
}

.content_tabs ul li ul li:nth-child(n+5) {
  display: none;
}

.content_tabs ul li ul li.anima_none:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000b3;
  position: absolute;
  z-index: 1;
}

.content_tabs ul li ul li a img {
  width: 100%;
}

.content_tabs ul li ul li a {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: transform 0.6s ease;
  line-height: 0;
}

.content_tabs ul li ul li a span {
  font-size: 1.5vw;
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}


.content_tabs ul li ul li.content_li a::before {
  display: block;
  width: 100%;
  height: 100%;
  /* height: 74vw; */
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 3s linear infinite;
}


@-webkit-keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

.content_tabs ul li ul li a.pc_wall,
.content_tabs ul li ul li a.pc_cale {
  display: none;
}

.more_wall {
  position: relative;
  display: block;
  width: 53%;
  height: 14vw;
  overflow: hidden;
  margin: 0.5vw auto 0;
  font-weight: 600;
  color: #310505;
  background: url('../img/more_btn.png') no-repeat;
  background-size: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.5vw;
  transition: transform 0.6s ease;
}

.content_tabs ul li ul li img {
  width: 100%;
  border: 1.2vw solid #fff;
  transition: transform 0.5s ease;
}

.content_li a svg {
  position: absolute;
  width: 12vw;
  fill: #fff;
  top: 50%;
  left: 50%;
  animation: rotateAnimation2 10s linear infinite;
}

@keyframes rotateAnimation1 {
  from {
    transform:translate(-50%,-50%) rotate(0deg);
  }

  to {
    transform:translate(-50%,-50%)  rotate(-360deg);
  }
}

#movie {
  width: 100%;
  /* height: 50vw; */
  /* background: url(../img/pc/world/world_bg.jpg) no-repeat center center; */
  /* background-size: cover; */
  position: relative;
  padding: 7vw 0 10vw;
  scroll-margin-top: 1.67vw;
  overflow: hidden;
}

#movie h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

#movie h1 img {
  width: 100%;
}

.movie_info {
  position: relative;
  width: 90%;
  height: 50vw;
  margin: 0 auto;
  border: 1vw solid #fff;
  box-shadow: .21vw .16vw .21vw 0vw #333333b3;
  background: #000 url(../img/pv_bg2.jpg) no-repeat center center;
  background-size: 100%;
}
.movie_info .video-box,.movie_info #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#x {
  width: 100%;
  /* height: 50vw; */
  /* background: url(../img/pc/world/world_bg.jpg) no-repeat center center; */
  /* background-size: cover; */
  position: relative;
  padding: 7vw 0;
  scroll-margin-top: 1.67vw;
  overflow: hidden;
}

#x h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
}

#x h1 img {
  width: 100%;
}

#x .twitter_info{
  width: 90%;
  height: 100vw;
  background:#fff;
  margin:0 auto;
  padding: 3vw;
  box-shadow: .21vw .16vw .21vw 0vw #333333b3;
  border: 0.25vw solid #000000;
}

#x .twitter_info a{
  width: 90%;
  height: 50vw;
  font-size: 3.5vw;
}

#special {
  width: 100%;
  /* background: url(../img/sp/special/special_bg.jpg) no-repeat center center; */
  background-size: cover;
  position: relative;
  padding: 7vw 0;
  scroll-margin-top: 1.67vw;
  overflow: hidden;
  /* background: #0000008f; */
}

#special h1 {
  width: 70%;
  display: block;
  z-index: 10;
  margin: 0 auto;
  display: none;
}

#special h1 img {
  width: 100%;
}

#special .special_info{
  width: 95%;
  margin: 0 auto;
}
#special .special_info img{
  width:100%;
}

#spec {
  width: 100%;
  height: 100%;
  background: url(../img/spec_bg.jpg);
  background-size: 12.8vw 12.5333vw;
  padding: 6.6667vw 0;
  color: #e3e3e3;
}

#spec h1 {
  width: 50%;
  display: block;
  margin: 0vw auto 4.8vw;
  z-index: 10;
  position: sticky;
}

#spec .spec_inner {
  width: 100%;
  margin: 0vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 40vw;
  margin: 0 0 4vw 0;
  border-radius: 2.6667vw;
  border: 1vw solid #fff;
}

#spec .spec_inner .spec_table {
  width: 95%;
  font-size: 3.5vw;
  border-collapse: separate;
  border-spacing: .4vw;
  height: 4.2667vw;
  color: #000000;
}

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5vw;
  text-align: center;
  margin-right: .4vw;
  vertical-align: middle;
  background-color: rgb(255 255 255);
  width: 28%;
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: rgb(255 255 255);
  border: 0;
  font-weight: 600;
}

#spec .spec_inner .spec_table td span {
  font-size: 80%;
}

#spec .notice {
  line-height: 2;
  font-size: 3vw;
  display: block;
  margin: 5.3333vw auto 10vw;
  width: 90%;
  padding: 1em;
  border: .1333vw solid #fff;
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 4vw;
}

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .2133vw;
  border: .0427vw solid #8b785e;
  border-radius: .32vw;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: .3413vw;
  margin-bottom: .2133vw;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: .4267vw;
  font-size: .2987vw;
  font-weight: 100;
  color: #f6e3b9;
}

#spec .spec_voice {
  width: 100%;
  margin: 3vw auto 0;
}

#spec .spec_voice img {
  width: 100%;
}

.down {
  display: none;
}

/* 返回顶部 */
#go_top {
  width: 13vw;
  height: 10vw;
  fill: #ffffff;
  position: fixed;
  right: -1vw;
  bottom: 33vw;
  background: #a90016;
  border-radius: 2vw 0vw 0 2vw;
  padding: 0.3vw;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#go_top svg {
  width: 8vw;
  height: 8vw;
  fill: #fff;
}

#go_top.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(-1vw);
}

#go_top.is-hidden {
  -webkit-transform: translateX(110%) !important;
  transform: translateX(110%) !important
}

/* 粒子特效 */
#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: none;
}

canvas {
  display: block;
  opacity: 0.5;
}

/* 浮岛 */
.flout {
  width: 32%;
  /* height: 21vw; */
  position: fixed;
  left: 0;
  top: 70vw;
  z-index: 200;
}

.flout a img {
  width: 100%;
}

.flout .flclose {
  width: 5vw;
  height: 5vw;
  position: absolute;
  left: 0.5vw;
  top: 0.5vw;
  background: #000000c2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1vw solid #fff;
  border-radius: 4vw;
  cursor: pointer;
  font-family: "nitalago-ruika", sans-serif;
}

/* 底部导航 */
.footer_float {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  /* height: 17vw; */
  display: flex;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #7c1b1b;
  padding: 2vw 1.0667vw;
  align-items: center;
  flex-direction: column;
}

.footer_float .footer_regist_area {
  /* position: absolute; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* left: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* top: 0; */
  margin: auto;
  z-index: 999;
  width: 99%;
  flex-direction: row;
}

.footer_list_item {
}

.footer_qr {
 display:none;
}

.regist_right {
  width: 100%;
  height: 12vw;
  display: block;
  background: url(../../common/img/download.png);
  background-size: 75%;
  background-position: left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display:none;
}

.regist_right .arrow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
}

.regist_right .arrow_area .arrow {
  width: 3vw;
  height: 3vw;
  background-color: #ffffff;
  background: url(../../../common/img/regist_arrow.png) no-repeat center center;
  background-size: 100%;
  -webkit-mask-size: cover;
  -webkit-animation: move 1.3s infinite;
  animation: move 1.3s infinite;
  margin: 0;
}

.regist_right .arrow:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.regist_right .arrow:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.footer_list {
  display: flex;
  gap: 1vw;
  width: 100%;
  align-items: center;
}


.footer_list_item {
  /* flex: 1; */
  display: flex;
  width: 100%;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: .5vw;
  align-items: center;
}

.footer_list_item a {
  line-height: 0;
  
}

.footer_start_btn,.footer_start_pre,.footer_start_pre_off,.footer_mainte ,.footer_google,.footer_ios {
   height: 100%;
   min-height: 14vw;
   width: 100%;
   display: block;
   transition: transform 0.5s ease;
   z-index: 6;
   overflow: hidden;
}

/* h5 按钮1 */
.footer_float a.footer_start_btn {
  background: url(../img/pc/start.png) no-repeat center center;
  background-size: contain;
} 

/* ios 按钮2 */
.footer_float a.footer_ios{
  background: url(../img/start_ios.png) no-repeat center center;
  background-size: contain;
}

/* googel 按钮3 */
.footer_float a.footer_google {
  background: url(../img/start_google.png) no-repeat center center;
  background-size: contain;
}
/* 维护按钮 4 */
.footer_float a.footer_mainte {
  background: url(../img/pc/maintenance.png) no-repeat center center;
  background-size: contain;
}
/* 事前注册按钮 5 */
.footer_float a.footer_start_pre {
  background: url(../img/pc/start_pre.png) no-repeat center center;
  background-size: contain;
}
/* 事前完了按钮 6 */
.footer_float .footer_list_item a.footer_start_pre_off {
  background: url(../img/pc/start_pre_off.png) no-repeat center center;
  background-size: contain;
}

.rolling {
  background: url(../../common/img/footer_bg.png) center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 60s infinite linear;
  animation: scroll 30s infinite linear;
  z-index: 25;
}

@-webkit-keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

/* APP预注册 footer */
.footer_app_btn {
  /* position: absolute; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
  flex-direction: column;
}

.regist_right {
  width: 100%;
  height: 11vw;
  display: block;
  background: url(../img/download.png);
  background-size: 75%;
  background-position: left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: none;
}

.p-top__float__wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  background: #000;
  z-index: 100;
  width: 100%;
  padding: 3vw 0;
  flex-direction: column;
}
.p-top__float__item {
  margin-bottom: 1.5vw;
}

.p-top__float__qr {
  display: none;
}

.p-top__float__list {
  display: flex;
  width: 90%;
  flex-direction: row;
  justify-content: space-around;
}

.p-top__float__item {
  margin: 0 1.3333vw;
  position:relative;
  overflow:hidden;
  /* height: 13vw; */
  border-radius: 2vw;
}
.p-top__float__item :after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
}
.p-top__float__item:nth-of-type(4) {
  display:none;
}

.p-top__float__link {
  width: 100%;
  display: block;
  line-height: 1;
}

.p-top__float__img {
  width: 100%;
}

.p-top__float__mailformwrapper {
  width: 95%;
  margin-top: 1.3333vw;
  height: 12vw;
  border-radius: 5px;
  overflow: hidden;
  font-size: 2.1333vw;
  border: 0.5vw solid #fff;
}
.p-top__float__mailformwrapper form {
  display: flex;
}

.p-top__float__mailform {
  width: 70%;
  background: #fff;
  color: #000;
  text-align: left;
  height: 12vw;
  padding: 0 0vw 0 1.5vw;
  border: none;
  outline: none;
  font-size: 3.5vw;
}
.p-top__float__mailform::placeholder {
  font-size: 3.5vw;
}
.p-top__float__mailbtn {
  display: flex;
  background: linear-gradient(0deg, #f38787, #8a0000);
  color: #fff;
  height: 12vw;
  border: 0;
  width: 30%;
  outline: none;
  font-size: 3.5vw;
  align-items: center;
  justify-content: center;
}

/* DMM EXE 预注册footer */

#foot_link .dmm_pre_foot_btn {
  width: 100%;
  height: 16vw;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 1.0667vw;
  z-index: 100;
}

#foot_link .dmm_pre_foot_btn a {
  width: auto;
  height: 15vw;
  display: flex;
}

#foot_link .dmm_pre_foot_btn a.btn1 {
  /* display: none; */
}

#foot_link .dmm_pre_foot_btn a img,#foot_link .dmm_pre_foot_btn button img {
  width: 100%;
  height: 15vw;
}

#foot_link .dmm_pre_foot_btn button {
  width: auto;
  height: 15vw;
  display: flex;
  outline:none;
  background:none;
  border:none;
}

/* DMM EXE 上线footer */
#foot_link .dmm_foot_btn{
  width: 100%;
  height: 16vw;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 0.5rem;
  align-items: flex-start;
}

#foot_link .dmm_foot_btn button {
  width: auto;
  height: 16vw;
  display: flex;
  overflow:hidden;
  position:relative;
  border-radius: 2.5vw;
  outline: none;
  border: none;
  background: none;
}

#foot_link .dmm_foot_btn button .start_btn2{
  display:none;
}

#foot_link .dmm_foot_btn button img {
  width: 99%;
  height: 16vw;
}

/* yamadagame 入口 */
.ym_home{
  width: 25vw;
  height: 25vw;
  background:url(../img/ym_home.png) no-repeat,center center;
  background-size:100%;
  position: fixed;
  right: 0;
  top: 100vw;
  cursor:pointer;
  z-index: 100;
}

/* mobage sp 底部 */

.mbga_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0%;
  filter: drop-shadow(-0.3125rem 0rem .625rem rgba(0, 0, 0, 0.33));
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-size: 2.8vw;
}

#mbga_game_start {
  display: flex;
  justify-content: space-between;
  padding: 2.5% 0;
  font-size: 3vw;
  color: #fff;
  text-shadow: 0rem 0rem .1875rem #441300;
  border-bottom: 1px solid #fff;
}

#mbga_game_start a {
  color: #ff0000;
  font-weight: 600;
}

#mbga_game_start>div {
  /*margin: 0 2.5%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mbga_game_start .new_start,
#mbga_game_start .id_start {
  display: block;
  width: 93%;
  text-align: center;
  margin: 0 auto .625rem;
  line-height: 0;
}

#mbga_game_start .new_start img,
#mbga_game_start .id_start img {
  width: 100%;
}

#mbga_login_start {
  margin: 0 auto;
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
}

#mbga_game_start p {
  margin: .3125rem !important;
  padding: 0;
}

#gamestart_link_mbgasp {
  display: block;
  text-align: center;
  padding: 2vw 0;
  width: 68%;
  margin: 0 auto;
}
#gamestart_link_mbgasp img{
  width:100%
}

#float {
  background: #000000;
  z-index: 10000;
  border-top: 1px solid #fff;
}

#float ul {
  display: flex;
  justify-content: space-around;
}

#float ul li {
  padding: 1% 0;
  font-size: 3.5vw;
}

#float ul li a {
  color: #ffffffb8;
  text-decoration: underline;
}

/* 完了页面 */
body#finish {
  background-image: none;
  background-color: #fff;
}

body#finish #wrapper {
  background-image: none;
}

body#finish .finish {
  padding: 0;
  background-color: #fff;
}

body#finish .company_info {
  background: #ffffff url(../img/foot_bg.jpg) repeat-x top left;
  padding: 2.6667vw;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

body#finish .company_info img {
  margin: 0 auto;
  width: 35.5333vw;
}

body#finish .company_info div {
  margin: 0vw;
}

body#finish .company_info ul {
  margin-bottom: 0vw;
  font-size: 1.3333vw;
  display: flex;
  justify-content: center;
}

body#finish .company_info ul li {
  margin: 0 .6667vw;
  padding-left: .6667vw;
  border-left: .1333vw solid #fff;
}

body#finish .company_info ul li a {
  color: #fff;
}

body#finish .company_info ul li:first-child {
  border: none;
  padding-left: 0vw;
  margin: 0 .6667vw 0 0;
}

body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: 1.3333vw 0 0 0;
  color: #000000;
}

#finish_body {
  padding: 0 0 0 0;
  position: relative;
}

#finish_body img {
  display: block;
  width: 100%;
}

body#finish .finish .return {
  position: absolute;
  width: 50%;
  height: 15vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50vw);
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
  display: block;
}

#finish_body div {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body#finish .finish .go_website {
  width: 45%;
  left: 50%;
  margin-top: -13.3333vw;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
}

/* 底部信息固定在底部 */
.footer {
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 10px;
  font-size: 3vw;
  width: 100%;
  position: relative;
  min-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 1.5vw;
}

.footer a {
  color: #000000;
  text-decoration: none;
  margin: 0 10px;
  cursor: pointer;
  font-size: 3.5vw;
}

.footer a:hover {
  color: #0090ff;
  text-decoration: underline
}

.footer p {
  margin: 0.5vw 0;
}

/* 利用規約 Popup 样式 */
.terms-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  z-index: 1000;
}

.terms-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

/* 背景遮罩 */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#termsPopup {
  background-color: #000;
  color: #fff;
  padding: 12% 5% 5%;
  margin: 0vh auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 3vw;
}

#termsPopup p {
  margin-bottom: 1em;
}

#termsPopup h3 {
  border-bottom: .0521vw solid #fff;
  margin-bottom: 1em;
  font-size: 3.5vw;
  padding: 2vw 0;
}

#termsPopup h4 {
  margin: 1% 0%;
  padding: .5208vw;
  line-height: 1.6;
  border: .0521vw solid #fff;
  font-size: 3vw;
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
.second_page{
  background:#fff;
}

#individual {
  background-image: url(../img/sp/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: calc(var(--vh, 1vh) * 77);
}

#individual header {
  background-image: none;
  height: auto;
  aspect-ratio: auto;
}

#individual header #header .m_logo img {
  height: 5.33vw;
  margin: .67vw 0 0 1.33vw;
}

#individual header #banner {
  background-color: #fff;
  padding: 1.33vw;
  width: 96%;
  margin: 5.33vw auto .67vw auto;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#individual header #banner img {
  width: 100%;
}

#individual main {
  margin: 0;
}

#individual main .logo {
  width: 50%;
  margin: 0vw auto 1.33vw;
  display: block;
}

#individual main .logo img {
  width: 100%;
}

#individual main #news_list {
  width: 94%;
  margin: 0 auto;
  padding: 10vw 0 7vw;
}

#news_body{
  font-family: Avenir, Helvetica, Arial, sans-serif;
}

#individual main #news_list #genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2.67vw auto;
}

#individual main #news_list #genre li {
  background: linear-gradient(to top, #4e1319 0%, #d80a25 100%);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  text-align: center;
  border-radius: 2px;
  width: 21vw;
  height: 7vw;
  margin: 1vw;
  font-size: 3.3vw;
}

#individual main #news_list #genre li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 6vw;
}


#individual main #news_list #news_body li ul li {
  font-size: 2.8vw;
  width: 100%;
  background: #ffffffc9;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 2vw;
  margin-bottom: 2.67vw;
}

#individual main #news_list #genre li.active {
  color: #fff;
  background: linear-gradient(to top, #794211 0%, #ff9b29 100%);
}

#individual main #news_list #news_body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  text-decoration: none;
  color: #000000;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#individual main #news_list .page_nav {
  width: 26.67vw;
  margin: auto;
  display: flex;
  height: 13.33vw;
  justify-content: space-around;
  align-items: center;
}

#individual main #news_list .page_nav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: .27vw 1.07vw;
  border: 1px solid #fff;
}

#individual main #news_list .page_nav li a:hover {
  color: #554c48;
  border: 1px solid #554c48;
}

#individual main #news_list #news_body li a .min_banner img {
  width: 33.33vw;
  margin-right: 2.67vw;
}

#individual main #news_list #news_body li a .icon {
  -ms-flex-preferred-size: 13.33vw;
  flex-basis: 19vw;
  width: 19vw;
  height: 11.87vw;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

#individual main #news_list #news_body li a .icon .ic_type22 {
  background: url(../img/event.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type21 {
  background: url(../img/info.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type23 {
  background: url(../img/update.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type24 {
  background: url(../img/mainte.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type26 {
  background: url(../img/tips.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .date {
  padding: 0px 0px 0px 2vw;
  line-height: 3.5vw;
  font-size: 3.25vw;
}

#individual main #news_list #news_body li a .date span {
  vertical-align: middle;
}

#individual main #news_list .sppagination {
  margin: 4vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#individual main #news_list .sppagination a,
#individual main #news_list .sppagination b {
  margin: 0 .67vw 1.33vw .67vw;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 1vw;
  background-color: #ffffff;
  color: #1c0d0a;
  display: block;
  text-align: center;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  border: 1px solid #182b42;
  font-size: 2.8vw;
}

#individual main #news_list .sppagination a {
  text-decoration: none;
  color: #1c0d0a;
}

#individual main .pagecontent {
  /* margin: 0 0 6.67vw 0; */
}

#individual main .pagecontent .subtitle {
  margin-bottom: .67vw;
  filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
  font-size: 3.5vw;
}

#individual main .pagecontent .spcontain {
  font-size: 3vw;
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 2vw;
  margin: 2.13vw 0;
  background: #ffffffc9;
  /* font-family: Avenir, Helvetica, Arial, sans-serif; */
}

#individual main #news_list .pagecontent .spcontain .spcontainer {
  width: 100%;
  margin: 0 auto;
  padding: 2vw 0;
  color: #000;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .faq_block {
  border-radius: .53vw;
  background: linear-gradient(to top, #4e1319 0%, #ac1024 100%);
}

#individual main #news_list .pagecontent .spcontain .spcontainer .q {
  display: inline-block;
  width: 100%;
  padding: 1.33vw;
  color: #fff;
}

#individual main #news_list .pagecontent .spcontain .spcontainer .a {
  color: #000000;
  padding: 1.33vw;
  border-radius: 0vw 0vw .8vw .8vw;
  display: flex;
  background-color: #ffd9d9;
  border-top: 1px solid #01347f;
}

#individual main .pagecontent .subtitle .sp_page_right_top {
  color: #000000;
}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a {
  color: #a5061b;
  text-decoration: none;
}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a:hover {
  color: #c6233a;
  text-decoration: none;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit {
  margin-bottom: 2.67vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #a90016;
  padding: .53vw 1.33vw;
  border-width: 0 0 .13vw 0;
  border-color: #3a3231;
  border-style: solid;
  margin: 0 auto 3.33vw auto;
  margin-bottom: 0vw;
  font-size: 4.5vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
  color: #000000;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  color: #000000;
  padding: 2%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar {
  width: .67vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: .67vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-thumb {
  background-color: #5e2e24;
  border-radius: .67vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-thumb:hover {
  background-color: #d95130;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital ul {
  padding: 0 1.33vw;
  width: 100%;
}


#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body li {
  width: 100%;
  padding: 2vw 0vw;
  border-bottom: .05vw solid #000000;
  margin: .36vw 0;
  cursor: default;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body a {
  text-decoration: none;
  color: #000000;
  width: 100%;
  display: block;
  line-height: 1;
  align-items: normal;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .ch01{
  display:none;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .title {
  float: left;
  width: 78%;
  font-size: 3vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .days {
  float: right;
  font-size: 2.7vw;
}

.input_box {
  width: 84%;
}

.contact_tb {
  margin: 1.87vw 0 !important;
  width: 80% !important;
  text-align: left !important;
}

.cateBox_tb tr td table tr td {
  border: none;
  box-shadow: none;
  text-align: left !important;
}

.textbox {
  width: 84%;
}

.cateBox_bx .submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  background: linear-gradient(to top, #4e1319 0%, #d80a25 100%);
  color: #fff;
  border: none;
  padding: 2vw 10vw;
  text-decoration: none;
  border-radius: 1vw;
  font-size: 3vw;
}

.ch01 {
  background: url(../img/contact/iconch.jpg) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  width: 6.67vw;
  height: 2vw;
  margin-right: 1.33vw;
}

.ch02 {
  background: url(../img/contact/iconch.jpg) 0 -0.9375rem no-repeat;
  background-size: 100%;
  display: block;
  width: 6.67vw;
  height: 2vw;
  margin-right: 1.33vw;
}

.ch03 {
  background: url(../img/contact/iconch.jpg) 0 -4vw no-repeat;
  background-size: 100%;
  display: block;
  width: 6.67vw;
  height: 2vw;
  margin-right: 1.33vw;
}

.days {
  /* right: 1.33vw; */
  /* font-size: 1.6vw; */
  /* position: absolute; */
}

.title {
  width: 20vw;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub_tb td {
  padding: .67vw 1.33vw .67vw 0;
}

.formbt {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.formbt .submit,
.formbt .back_button {
  /* padding: .67vw 1.33vw; */
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h3 {
  color: #ffffff;
  padding: 1.5vw 3vw;
  margin: 3.33vw auto;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 3.5vw;
  background: url(../img/tit_bg.png) no-repeat center center;
  background-size: 100% 75%;
  border-radius: 2vw;
  overflow: hidden;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  font-weight: 900;
  color: #de112c;
  font-size: 3vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h6 {
  font-size: 2.13vw;
  font-weight: bold;
  color: #ff8f00;
  margin-bottom: 1.33vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .block {
  overflow: hidden;
  clear: both;
  margin: 0 auto 2.67vw auto;
  line-height: 1.8em;
  font-size: 1.87vw;
  width: 100%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .caution {
  color: red;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_title {
  color: #ffffff;
  margin: 1.33vw auto;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: left;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li {
  width: 46%;
  text-align: center;
  padding: .4vw .13vw;
  border-radius: .53vw;
  margin: 1% 2%;
  overflow: hidden;
  border: 0.3vw solid #6b1613;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .guide_list li a {
  font-size: 3vw;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000000;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital p {
  margin-bottom: 1.33vw !important;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  max-width: 100%;
}

/* 内容页通用表格样式 */
#individual main .pagecontent .spcontain .spcontainer .page_dital table{
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin: 0 auto;
  animation: fadeIn 0.5s ease-in-out;
  background: #ffffffad;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table th,
#individual main .pagecontent .spcontain .spcontainer .page_dital table td {
  border: .05vw solid #c8102e;
  text-align: center;
  color: #000000;
  position: relative;
  margin: 0 auto;
  padding:1vw;
  font-size:2.8vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  /* background-color: #8b0000; */
  font-size: 3vw;
  font-weight: bold;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(even) {
  background-color: rgb(255 143 143 / 20%);
}


/* 激活码表格 */
#individual main .pagecontent .spcontain .spcontainer .page_dital .pickupcode_table{
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin: 0 auto;
  animation: fadeIn 0.5s ease-in-out;
  background: #ffffffad;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .pickupcode_table th,
#individual main .pagecontent .spcontain .spcontainer .page_dital .pickupcode_table td {
  border: .05vw solid #c8102e;
  text-align: center;
  color: #000000;
  position: relative;
  margin: 0 auto;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .pickupcode_table th {
  background-color: #8b0000;
  color:#fff;
  font-size: 2.8vw;
  font-weight: bold;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .pickupcode_table tr:nth-child(even) {
  background-color: rgb(255 143 143 / 20%);
}

/* 客服表格 */
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb{
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin: 0 auto;
  animation: fadeIn 0.5s ease-in-out;
  background: #ffffffad;
  box-sizing: border-box;
  margin: 3vw 0;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb th,
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb td {
  border: .05vw solid #c8102e;
  text-align: center;
  color: #000000;
  position: relative;
  margin: 0 auto;
  padding: 2vw;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb td {
  text-align: left;
  font-size: 3vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb input,
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb select{
  width: 80%;
  padding: 2vw;
  outline: none;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb textarea{
  width:100%;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb th {
  /* background-color: #8b0000; */
  color: #000000;
  font-size: 3vw;
  padding: 2vw;
  white-space: nowrap;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr:nth-child(even) {
  background-color: rgb(255 143 143 / 20%);
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb .form_img img{
  width: 100%;
  /* max-width:15vw; */
}



#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb table{
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin: 0 auto;
  animation: fadeIn 0.5s ease-in-out;
  background: #ffffffad;
  box-sizing: border-box;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb table th,
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb table td {
  border: .05vw solid #c8102e;
  text-align: center;
  color: #000000;
  position: relative;
  margin: 0 auto;
  padding: 2vw;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb table td {
  text-align: left;
  font-size: 2.8vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb table th {
  /* background-color: #8b0000; */
  color: #000000;
  font-size: 1vw;
  padding: 0.5vw;
  white-space: nowrap;
  width: 25%;
}

.back_button,
.return_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  background: linear-gradient(to top, #1a1a1a 0%, #6a6a6a 100%);
  color: #fff;
  border: none;
  padding: 2vw 10vw;
  text-decoration: none;
  border-radius: 1vw;
}

.send_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  background: linear-gradient(to top, #4e1319 0%, #d80a25 100%);
  color: #fff;
  border: none;
  padding: 2vw 10vw;
  text-decoration: none;
  border-radius: .26vw;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 1.07vw auto 0;
  text-align: center;
  display: block;
  width: 17vw;
  padding: .67vw;
  color: #fff;
  background: linear-gradient(to top, #4c040d 0%, #a90016 100%);
  border-radius: 1vw;
  font-size: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#individual main .back_btn a {
  margin: 2vw auto;
  text-align: center;
  display: block;
  width: 13.33vw;
  padding: .67vw;
  color: #fff;
  background: linear-gradient(to top, #4c040d 0%, #a90016 100%);
  text-decoration: none;
  font-size: 1.87vw;
}

#individual footer {
  margin: 0 0 0 0;
  padding: 0;
}

#individual main #news_list>.back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 18.67vw;
  background-color: #333;
  color: #fff;
  padding: 1.33vw;
  text-decoration: none;
  border-radius: .27vw;
  background: linear-gradient(to top, #4e1319 0%, #d80a25 100%);
  font-size: 2.8vw;
  border-radius: .67vw;
}

.page_dital .wall_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.img_wrapper {
  width: 47%;
}

.img_wrapper a {
  width: 100%;
  border: 0.3vw solid #fff;
  box-shadow: 0vw .1vw .16vw .05vw #333333a3;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  position:relative;
  display: block;
  margin-bottom: 4vw;
}

.img_wrapper a svg{
  width: 8vw;
  height: 8vw;
  position:absolute;
  left:50%;
  top:50%;
  /* transform:translate(-50%,-50%); */
  animation: rotateAnimation2 10s linear infinite;
}

@keyframes rotateAnimation2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.img_wrapper a img{
  width:100%;
  margin-bottom: 0 !important;
}

.img_wrapper img {
  width: 100%;
  margin-bottom: 0 !important;
  border: 1vw solid #fff;
  box-shadow: 0px 2px 3px 1px #333333a3;
}

.img_contain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0;
}

.img_contain a {
  width: 19vw;
  height: 6vw;
  text-align: center;
  text-decoration: none;
  background: #850d0d;
  line-height: 4vw;
  color: #fff;
  font-size: 2vw;
  border: .8vw solid #fff;
}