@charset "UTF-8";
/* 簡易リセットCSS */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open%20Sans:wght@700&display=swap");

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

h1 {
  margin: 0;
  padding: 0;
  font-size: .24rem;
  /* margin-bottom: .5em; */
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

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

html {
  font-size: 100px;
  width:100%;
  scrollbar-width: none;
}

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

input:focus {
  outline: none;
}

body{
      font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'HiraginoSans-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 0.16rem;
}

body.top_page {
  position: relative;
  width: 100%;
  color: var(--color_text);
  line-height: 1.6;
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}

html::-webkit-scrollbar,body::-webkit-scrollbar {
    width:0;
    height: 0; /* Chrome、Safari等WebKit内核浏览器支持 */
}

section {
  transition: 0.3s;
}

.dmm__header{
  position: fixed;
  z-index: 999;
  width: 100%;
}

.top_page header {
  background: url(../img/pc/top_bg.png) no-repeat center top;
  background-size: 100%;
  height: 100%;
  min-height: 5rem;
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none) {
  .top_page header {
    height: 1000px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 2000px) {
  .top_page header {
    height: 1200px;
  }
}

#header {
  position: fixed;
  width: 100%;
  z-index: 3;
  inset-block-start: 0%;
  display: flex;
  grid-template-columns: auto auto;
  gap: 10px;
  justify-content: center;
  background-color: rgba(175,41,202, 0.8);
  padding: 0px;
  margin: 38px 0 0 0;
  height: clamp(50px, 4vw, 80px);
  /*background: url(../img/menu_bg.jpg) repeat-x;
  background-size: contain;*/
 z-index: 1000;
  /* SPメニュー開閉ボタン*/
 /*box-shadow: 0rem 0.04rem 0.04rem 0rem #000;*/
}

@media all and (-ms-high-contrast: none) {
  #header {
    height: 100px;
  }
}

.top_links{
  position: absolute;
  width: 660px;
  height: 240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 550px;
  background: url(../img/pc/top_links_bg.png) no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding: 44px  30px 30px 40px;
}

@media screen and (max-height: 700px) {
  .top_links{ 
    transform: scale(0.8);
    transform-origin: bottom;
    bottom: 25px;
  }
}

@media (max-width: 1400px) {
  .top_links {
    top: 360px;
  }
}

.top_links_l{
  padding-top: 35px;
}

.start{
  display: flex;
}

.start a{
  display: block;
  width: auto;
  height: 100%;
}

.start img{
  display: block;
  width: auto;
  height: 100%;
}

.start_sp{
  display: none;
}

.start_btn1,.start_btn2,.start_btn_ed {
  width: auto;
  height: 65px;
  z-index: 100;
  display: flex;
  margin: 0 8px 0 0;
}

.start_btn img,.start_btn_ed img {
  width: 100%;
}

.head_lule_box {
  display: flex;
  padding: 18px 0px 0 0;
  line-height: 2 !important;
  color: #000000 !important;
  text-align: left !important;
  text-decoration: none !important;
  font-size: 11px !important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.lule_box_l{
  padding: 0 16px 0 0;
}

.head_lule_box a{
  color: #31a6ff;
}

.head_lule_box span {
  padding: 5px;
}

.head_lule_box input {
  vertical-align: middle;
}

#header #menu_wrap {
  display: flex;
  justify-content: center;
}
#header .menu {
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
#header .menu > li {
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  height: 100%;
  margin: 0 0;
  transition: all 0.3s;
  font-size: 0.30rem;
}
#header .menu > li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 2px 3px #000;
}
#header .menu > li a:hover {
  color: #ffcd3a;
}
#header .menu > li.menu_title {
  display: none;
}
#header .menu .menu_top {
  display: none;
}
#header .menu > li .menu > li a:hover {
  color: #999;
}
#header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
#header ul.menu__second-level li {
  text-indent: 0;
  text-align: center;
  line-height: 0.4rem;
  height: 0.4rem;
}
#header ul.menu__second-level li a:hover {
  color: #fff;
  background: #af29ca;
  font-weight: bolder;
}
#header .menu > li.menu__single {
  position: relative;
}
#header li.menu__single ul.menu__second-level {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.5rem;
  font-size: 0.12rem;
  background: #000000;
  transition: all 0.2s ease;
  border: 1px solid #af29ca;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
#header li.menu__single:hover ul.menu__second-level {
  top: 0.65rem;
  visibility: visible;
  opacity: 1;
}
#header .menu_open {
  display: none;
}

/* sns */
.c-snslink {
  height: 100%;
  margin: 0 20px 0;
  padding:0;
}

@media screen and (max-width: 768px) {
  .c-snslink {
    display: none;
  }
}

.c-snslink_sp {
  display: none;
  padding: 0 5px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-snslink_sp {
    width: 100vw;
    display: block;
    height: auto;
  }
}

.c-snslisk__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  height: 100%;
}

.c-snslisk__list_sp {
  display: flex;
  column-gap: 5px;
  justify-content: right;
}

.c-snslink__list__item {
  display: grid;
  align-items: center;
  justify-content: center;
  height: clamp(50px, 4vw, 80px);
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .c-snslink__list__item {
    padding: 30px 4px;
    background: transparent;
  }
}

.header_app_icon,
.c-snslink__btn {
  display: inline-block;
  width: clamp(42px, 3vw, 72px);
  height: clamp(42px, 3vw, 72px);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .header_app_icon,
  .c-snslink__btn {
    width: 2rem;
    height: 2rem;
  }
}

.header_app_icon {
  border-radius: 5px;
}

.c-snslink__x {
  background: url(../img/sns_logo_x.png) #000 no-repeat center center/60%;
  border-radius: 5px;
}

.c-snslink__line {
  background: url(../img/sns_logo_line.png) no-repeat center center/70%;
  border: 1px solid #fff;
}

.c-snslink__fb {
  background: url(../img/sns_logo_fb.png) #fff no-repeat center center/70%;
  border: 1px solid #fff;
}

.c-snslink__tk {
  background: url(../img/sns_logo_tiktok.png) no-repeat center center/70%;
  border: 1px solid #fff;
}

.c-snslink__ins {
  background: url(../img/sns_logo_ins.png) no-repeat center center/70%;
  border: 1px solid #fff;
}

.c-snslink__yt {
  background: url(../img/sns_logo_yt.png) red no-repeat center center/70%;
  border-radius: 5px;
}

.c-snslink__dc {
  background: url(../img/sns_logo_dc.png) #5562ea no-repeat center center/70%;
  border: 1px solid #fff;
}

.top_page .logo{
  display: none;
  width:80%;
  max-width: 2rem;
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 1000;
  line-height: 0;
}

.top_page .logo img{
  width:100%;
}

.p-header__pv {
  position: absolute;
  top: 7%;
  left: 700px;
  right: 0;
  margin: 0 auto;
  width: 120px;
  animation: 5s linear infinite rotation;
}
@media screen and (max-width: 768px) {
  .p-header__pv {
    width: 70%;
    bottom: 17.5vh;
  }
}

@keyframes rotation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-header__pv__thumbnail {
  display: block;
  width: 100%;
}

.p-header__app{
  position: absolute;
  top: 1.5%;
  right: 100px;
  margin: 0 auto;
  width: 120px;
}


.video-box {

}

.video-box .vedio {
    
}

#player {

}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.download_btn{
  background: url(https://jcbgame.com/h5platform_test/isekaitest/common/app/img/qr_bg.png) no-repeat;
  display: flex;
  padding: 80px 0 0 188px;
  width: 780px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  top:14%;
  transform: translate(-50%,0);
}

.app_start,.geogle_start{
  width: auto;
}

.app_start img,.geogle_start img{
  width:100%;
}

@media screen and (max-width: 1600px) {
  .download_btn{
    top:12%;
  }
}

@media screen and (max-width: 768px) {
  .download_btn{
    display: none;
  }
  .app_start,.geogle_start{
    display: none;
  }
}

.download_btn_flot {
  left: -2000px; /* 初期位置 */
  position: fixed;
  /* display: flex;
  justify-content: center; */
  z-index: 999;
  margin: 0 auto;
  top:30%;
  right: auto;
  padding: 10px 10px 10px 20px;
  width: 260px;
  height: 620px;
  border-radius: 10px;
  transform: translateX(0);
  background: rgba(28, 3, 68, 0.95);
  border-top: 1px solid #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.download_btn_flot.show {
  left: -10px; /* 表示位置 */
}

.download_btn_flot.hide {
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.download_btn_flot_qr{
  width: 80px;
  height: 80px;
  margin: 10px auto;
  background: url(../img/qr_s.png) no-repeat;
}

.app_start_flot{
  width: 212px;}

.geogle_start_flot{
  width: 260px;
}

.app_start_flot img,.geogle_start_flot img{
  width:100%;
  margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
  .download_btn_flot {
    height: 110px;
  }
}

@media screen and (max-width: 768px) {
  .download_btn_flot {
    display: block;
    height: auto;
    padding: 1rem 5%;
  }
}

/* .start {
  margin: 0 auto 0.3rem !important;
}

#gamestart_link {
  width: 40vw;
  max-width: 549px;
  position: absolute;
  left: 0;
  right: 0;
  margin:  0 auto;
  top: 36vw;
}

@media all and (-ms-high-contrast: none) {
  #gamestart_linkr {
    top: 24vw;
  }
}

#gamestart_link img {
  width: 100%;
  margin: 0;
}
@keyframes btn_anime {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 0.2rem;
  }
}
#gamestart_link .top_start:hover {
  transform: scale(1.1);
}

@keyframes myBreath {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}*/

/* ======================================== parts ======================================== */
.p-top__x {
  padding: 0 0 0 0;
  margin: 100px 0 0 0;
}

.p-top__contents__title {
  font-size: 1rem;
  width: clamp(25rem, -40.455rem + 102.27vw, 36.25rem);
  max-width: 580px;
  text-align: center;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top__contents__title {
    width: 90%;
  }

  .p-top__contents__title img {
    width: 100%;
  }
}

.p-top__x__content {
  position: relative;
  border: 4px solid #af29ca;
  border-radius: 10px;
  padding: 2px;
  width: 740px;
  height: 520px;
  margin: 0 auto;
  /* overflow: hidden;*/
  background: #ffffffb5;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .p-top__x__content {
    width: 90%;
    height: 400px;
  }
}

/* news ============================================================  */

#news_area {
  position: relative;
  z-index: 3;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0.5rem 0;
}

#news_area #news_wrapper{
  
}

#news_area #banner {
  background: transparent;
  width: 100%;
  max-width: 7.4rem;
  height: auto;
  margin: .25rem auto;
  overflow: hidden;
}

#news_area #banner a{
}

#news_area #banner img {
  display: block;
  width: 100%;
  font-size: .1rem;
}

#news_area #banner .banner-pagination {
  width: 100%;
  text-align: center;
  height: 16px;
  margin: 16px 0;
}

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-color: #af29ca !important;
  display: inline-block;
  opacity: 0.5;
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;

}

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

#news_area #news {
  position: relative;
  border:4px solid #af29ca; 
  border-radius:10px;
  padding: 2px;
  width: 740px;
  min-height: 360px;
  margin: 0 auto;
  overflow: hidden;
}

#news_area #news:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
  background: #ffffffab;
}

#news_area #news .news_body {
  position: relative;
  z-index: 2;
  min-height: 360px;
}

#news_area #news .news_body .notice_tabs_list{
  display: flex;
  align-items: center;
  padding: 0 8px;
  background:#ffffffab;
  /* background: url(../img/tab_bg.png) no-repeat; */
  height: 65px;
  border-radius: 10px 10px 0 0;
}

#news_area #news .notice_tabs_list ul {
  padding: 0px 8px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/tab.png) no-repeat;
  color: #fff;
  font-weight: bold;
  height: 31px;
  width: 135px;
  padding: 8px;
}

#news_area #news .notice_tabs_list ul li.active {
  background: url(../img/tab_on.png) no-repeat;
  color: #000;
}

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

#news_area #news .notice_tabs_list ul li:hover {

}

#news_area #news .tabs {
  flex: 1;
  width: 100%;
  padding: 8px 16px;
  margin: 0 auto;
  overflow: hidden;
}

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

#news_area #news .tabs>ul>li ul {
   margin-bottom:0.05rem;
   height: 2rem;
   overflow: hidden;
}

#news_area #news .tabs>ul>li ul li {
   display: flex;
   flex-direction: row;
   border-bottom: 1px solid #af29ca;
   align-items: center;
   padding: 3px 0;
   color: #333;
}
.icon {
  display: inline-block;
  background-size: cover;
  width: 100px;
  height: 24px;
  margin: 0 8px 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 {
  background: #fff url(../img/label_tips.png) no-repeat center center/cover;
}

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

#news_area #news .tabs>ul>li ul li .t3 {
  color: #333;
  font-size: 0.12rem;
  white-space: nowrap;
  font-weight: normal;
}

#news_area #news .tabs>ul>li ul li a {
  color: #333;
  text-decoration:none;
  width: 2.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news_area #news .tabs>ul>li ul li a:hover {
  color: #af29ca;
  font-weight: bold;
}

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

#news_area #news .morebtn a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #af29ca;
  color: #fff;
  border-radius: 100px;
}

#news_area #news .morebtn:hover {
  /* background: url(../img/more_btn.png) center -0.03rem no-repeat; */
  /* background-size: 100%; */
}

.p-news__sideimg__l,
.p-news__sideimg__r {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-news__sideimg__l,
  .p-news__sideimg__r {
    display: none;
  }
}

.p-news__sideimg__l {
  left: 50%;
  margin: 0 0 0 -635px;
  animation: floating-y 2.8s ease-in-out infinite alternate-reverse;
}

.p-news__sideimg__r {
  right: 50%;
  margin: 0 -585px 0 0;
  animation: floating-y 3.8s ease-in-out infinite alternate-reverse;
}


@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(10%);
  }
}

/* ======================================== bonus ======================================== */
.p-top__bonus {
  padding: 0px 0 0 0;
}

@media all and (-ms-high-contrast: none) {
  .p-top__bonus {
    padding: 40px 0 0 0;
  }
}

.p-top__bonus__imgwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 90svh;
  margin: -8vw auto 0 auto;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 768px) {
  .p-top__bonus__imgwrapper {
    margin: 0rem auto 0 auto;
    max-width: 90vw;
    aspect-ratio: 763/1259;
  }
}

.p-top__bonus__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90svh;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 768px) {
  .p-top__bonus__img {
    aspect-ratio: 763/1259;
  }
}

/* ======================================== chara ======================================== */
.p-top__character {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__character {
    padding: 40px 0 0 0;
  }
}


/*.js-character__slider {
  margin: 0 auto;
  max-width: 100%;
}

.swiper-slide.js-character__slider__item {
  display: flex;
  justify-content: center;
}

.js-character__slider__itemimg {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 980px;
  max-height: 45vh;
  aspect-ratio: 980/551;
}
@media screen and (max-width: 768px) {
  .js-character__slider__itemimg {
    max-width: 100%;
    max-height: 45vh;
    aspect-ratio: 980/551;
  }
}*/

/*.js_character__slider__pagination {
  display: flex;
  justify-content: center;
  padding: 16px 0 0 0;
  column-gap: 5px;
  max-height: 190px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .js_character__slider__pagination {
    margin: 0 auto;
    max-width: 100%;
  }
}

.js_character__slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  height: 128px;
  width: 128px;
  max-height: 128px;
  max-width: 128px;
  aspect-ratio: 1/1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain !important;
  opacity: 1;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .js_character__slider__pagination .swiper-pagination-bullet {
    height: 100%;
    width: 100%;
  }
}*/

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  filter: none;
}

.js_character__slider__pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../img/pc/chara/c_icon1.png) no-repeat;
}

.js_character__slider__pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../img/pc/chara/c_icon2.png) no-repeat;
}

.js_character__slider__pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../img/pc/chara/c_icon3.png) no-repeat;
}

.js_character__slider__pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../img/pc/chara/c_icon4.png) no-repeat;
}

.js_character__slider__pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../img/pc/chara/c_icon5.png) no-repeat;
}

.js_character__slider__pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(../img/pc/chara/c_icon6.png) no-repeat;
}

/* ======================================== feature ======================================== */
.p-top__feature {
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .p-top__feature {
    padding: 40px 0;
  }
}

.js-feature__slider__wrapper {
  margin: 0 auto;
  max-width: 90%;
  overflow: hidden;
  position: relative;
  /*aspect-ratio: 1104/621;*/
  max-height: 80vh;
}

.js-feature__slider {
  margin: 0 auto;
  min-width: 600px;
  width: 90%;
  max-width: 1280px;
  padding: 16px 0 !important;
}
@media screen and (max-width: 768px) {
  .js-feature__slider {
    min-width: auto;
    width: 80vw;
    max-width: none;
  }
}

.swiper-slide.js-feature__slider__item {
  opacity: 0.33;
  z-index: 1;
}

.swiper-slide.js-feature__slider__item.swiper-slide-active {
  opacity: 1;
  filter: drop-shadow(0vw 0 8px rgba(0, 0, 0, 0.5));
  transform: translateZ(0) scale(1) !important;
  z-index: 2;
  transition: 0.3s;
  max-height: 50vh;
  aspect-ratio: 1104/621;
}
@media screen and (max-width: 768px) {
  .swiper-slide.js-feature__slider__item.swiper-slide-active {
    transform: scale(1) translate(0) !important;
  }
}

.js-feature__slider__item.swiper-slide-prev {
  margin: 0 0 0 0;
  transform: scale(0.8) translate(30vw, 0) !important;
  /*@include g.mq("sp") {
      transform: scale(1) translate(0) !important;
  }*/
}

.js-feature__slider__item.swiper-slide-next {
  margin: 0 0 0 0;
  transform: scale(0.8) translate(-30vw, 0) !important;
  /*@include g.mq("sp") {
      transform: scale(1) translate(0) !important;
  }*/
}

.js-feature__slider__itemimg {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  aspect-ratio: 1104/621;
  border: 1px #f7e34e solid;
  /* max-height: 60vh; */
}
@media screen and (max-width: 768px) {
  .js-feature__slider__itemimg {
    width: 90%;
    aspect-ratio: 405/719;
  }
}

.js-feature__slider__pagination {
  width: 100vw;
  text-align: center;
  height: 16px;
  margin: 16px 0;
}

.js-feature__slider__pagination .swiper-pagination-bullet {
  background: #af29ca !important;
  width: 16px;
  height: 16px;
  margin: 0 4px;
}

.js-feature__prevbtn {
  width: 53px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}
@media screen and (max-width: 768px) {
  .js-feature__prevbtn {
    display: none;
  }
}

.js-feature__nextbtn {
  width: 53px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .js-feature__nextbtn {
    display: none;
  }
}


footer {
  background: #fff;
  height: 1.1rem;
  bottom: 0;
  width: 100%;
  z-index: 101;
  transition: 0.3s;
  color: #000;
  padding: 0.1rem;
}

footer .company_info {
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

footer .company_info img {
  width: 1.6rem;
  height: 0.58rem;
}

footer .company_info div {
  margin: 0px 0px 0px 0.4rem;
}

footer .company_info ul {
  margin-bottom: 0px;
  font-size: 0.12rem;
  display: flex;
  justify-content: center;
}

footer .company_info ul li {
  margin: 0 0.05rem;
  padding-left: 0.05rem;
  border-left: 1px solid #000;
}

footer .company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 0.05rem 0 0;
}

footer p {
  width: 100%;
  text-align: center;
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
}

#top {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/sub_menu_bg.png), url(../img/header.png);
  background-repeat: no-repeat;
  background-position: center bottom, center center;
  background-size: auto, contain;
  position: relative;
}

.sp_header {
  display: none;
}

@keyframes btn_anime {
  0% {
    bottom: 0px;
  }

  100% {
    bottom: 0.2rem;
  }
}

/* world -------------------------------------*/

#world {
  width: 100%;
  background: url(../img/pc/about_bg.png) no-repeat center;
  background-size: cover;
  max-height: 780px;
  aspect-ratio: 1920/780;
  display: none;
}

#world h1 {
  text-align: center;
  width: 9rem;
  display: block;
  margin: 0 auto;
}

#world .world_wrapper {
  margin: 0 auto;
}

#world .world_wrapper h1 {
  width: 2.2rem;
  margin: 0px 0 0.1rem 0;
}

#world .world_wrapper h1 img {
  width: 100%;
}

#world .world_img {
  margin: 0.5rem auto 0;
}

#world .world_img img {
  width: 100%;
  max-width: 1480px;
  display: block;
  margin: 0 auto;
  aspect-ratio: 1480/780;
  max-height: 780px;
}

#start_but{
   width:100%;
   height: 2.21rem;
   background:url(../img/bg4.jpg) no-repeat center center;
   background-size: cover;
   display:flex;
   align-items: center;
   justify-content: center;
}

#start_but a{
  display: block;
  width: 5.26rem;
  height: 1.26rem;
  margin: 0 auto;
  line-height: 0;
}
#start_but a img{
  width:100%;
}

#spec {

  justify-content: center;
  margin: 0px auto 0 auto;
  padding: 80px 0 80px 0;
  background: url(../img/spec_bg.jpg) repeat-x;
  background-size: cover;
  color: #fff;
}

#spec .spec_inner {
  width: 9.2rem;
  margin: 0px auto;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

#spec .spec_inner img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0;
}

#spec .spec_inner .icon {
  margin: 0 0.4rem 0 0px;
}

#spec .spec_inner .spec_table {
  margin: 0px 0.19rem 0px 0;
  width: 100%;
  font-size: 0.16rem;
  border-spacing: inherit;
  color: #ffffff;
  text-shadow: 0px 0px 3px black;
}

#spec .spec_inner .spec_table th {
  border: 1px solid #af29ca;
  padding: 0.07rem;
  width: 1.4rem;
  text-align: center;
  margin-right: 0.03rem;
  vertical-align: middle;
  background: #af29ca38;
}

#spec .spec_inner .spec_table td {
  border: 1px solid #af29ca;
  vertical-align: middle;
  padding-left: 1em;
  background: #af29ca38;
}

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

@media all and (-ms-high-contrast: none) {

#spec .spec_inner  {
  justify-content: center;
  }

  #spec .spec_inner .spec_table {
    width: auto;
  }
}


#feature {
  position: relative;
  margin: 0.5rem auto 0;
  padding: 0px 0 0.9rem 0;
  width: 100%;
}

#feature h1 {
  text-align: center;
  width: 9rem;
  display: block;
  margin: 0 auto;
}

#feature  h1 img{
  width:100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  margin: 50px auto 0;
  padding: 0 0 0 0 !important;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  max-width: 17rem;
  overflow: hidden;
}

#feature .feature-slider .swiper-slide {
  width: 9.67rem;
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
}

#feature .feature-slider .swiper-slide img {
  width: 100%;
}

#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#feature .prev,
#feature .next {
  position: absolute;
  width: 0.88rem !important;
  height: 0.92px !important;
  top: 50%;
  z-index: 15;
}

#feature .prev {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: cover !important;
  margin: 0px 0 0 -5.1rem;
  left: 50% !important;
}

#feature .next {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  margin: 0px -5.1rem 0 0;
  right: 50% !important;
}

#feature .feature_pagination {
  width: 100%;
  margin: 0.5rem auto 0 auto;
  text-align: center;
  line-height: 0.12rem;
  font-size: 0.12rem;
  bottom: 0.54rem;
}

#feature .feature_pagination .swiper-pagination-bullet {
   width: 0.35rem;
   height: 0.12rem;
   display: inline-block;
   border-radius: 0;
   background: #ffffff;
   opacity: 0.5;
   box-shadow: 0px 0px 5px 0px #000;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffc930;
}

#feature .feature_pagination span {
  margin: 0 0.05rem !important;
  font-size: 0;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

body#finish {
  min-width: 9rem;
  background-image: none;
  background-color: #fff;
}

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

body#finish footer {
  position: static;
}

.finish {
  background-image: none !important;
}

#finish_body {
  min-width: 9rem;
  height: 8.4remx;
  width: 100%;
  background: url(../img/finish.jpg) no-repeat center top;
}

body#finish .finish .return {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  left: 78%;
  transform: translate(0%, 0);
  top: 53%;
  background: url(../img/return_btn.png) no-repeat center center;
  background-size: 100%;
  animation: myBreath 1s linear infinite;
}

@keyframes myBreath {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(100%);
  }

  100% {
    transform: scale(0.95);
  }
}

.content{
  position:relative;
}

.goTop {
  width: 0.99rem;
  height: 1.48rem;
  background: url(../img/return_top.png) no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 1rem;
  position: fixed;
  right: 2%;
  bottom: 8%;
  display: none;
  z-index: 100;
  cursor: pointer;
  z-index: 100;
}
@media screen and (device-width:1600px){
  /* header{
    height: 9.3rem;
  } */
  html{
    font-size:80px;
  }
}
 

/*@media screen and (device-width:1366px){ 
  html{
    font-size:80px;
  }
}
@media (max-width: 1000px) {
  html{
    font-size:80px;
  }
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
  html{
    font-size:80px;
  }
} 

@media only screen and (min-width:850px) and (max-width:1024px) {
  html{
    font-size: 53px;
  }
} 
@media only screen and (min-width:750px) and (max-width:850px) {
  html{
    font-size: 43px;
  }
} 

@media only screen and (min-width:1025px) and (max-width:1365px) {
  html{ 
    font-size: 67px;
  }
} */

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
input:focus {
  outline: none;
}

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

#individual::-webkit-scrollbar {
  width: 0rem;
}

#individuall::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 0.05rem;
}

#individual::-webkit-scrollbar-thumb {
  background-color: #625c53;
  border-radius: 0.05rem;
}

#individual::-webkit-scrollbar-thumb:hover {
  background-color: #65472d;
}

#individual header {
  background-image: none;
  height: 3.5rem;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 0;
  margin: 0 0 -2.5rem 0;
}

#individual header #header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

#individual main {
  padding: 0 0 0.75rem 0;
}

#individual main .logo {
  width: 12%;
  margin: 0 auto;
  position: fixed;
  top: 0.1rem;
  z-index: 11;
  left: 9%;
  line-height: 0;
}

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

#individual main #news_list {
  width: 8rem;
  margin: 0 auto;
}

#individual main #news_list .back_btn a {
  margin: 0.15rem auto 0;
  text-align: center;
  display: block;
  width: 1.1rem;
  color: #fff;
  padding: .05rem .1rem;
  background: linear-gradient(to top, #9a19b3e0 0%, #6f1880 100%);
  border: 1px solid #6f1880;
  text-decoration: none;
  font-size: 0.16rem;
  border-radius: 5px;
}

#individual main #news_list .back_btn a:hover {
  color: #ffcb5c;
}

#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: .2rem auto;
}

#individual main #news_list #genre li {
  /* background: linear-gradient(#ecd7ac, #f9ead3); */
  -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));
  font-weight: bold;
  text-align: center;
  /* width: 1.2rem; */
  border-radius: 5px;
  /* padding: .1rem .05rem; */
  margin: .1rem;
  font-size: 0.18rem;
}

#individual main #news_list #genre li a {
   background: linear-gradient(#731b86, #9b30b9);
   border-radius: 5px;
   padding: .1rem .05rem;
   width: 1.2rem;
   display: block;
   color: #ffffff;
   text-decoration: none;
}

#individual main #news_list #genre li:hover {
  background: linear-gradient(#391712, #f35834);
}

#individual main #news_list #genre li a:hover {
  color: #fff;
  background: linear-gradient(#c447e7, #4d0a5b);
}

#individual main #news_list>#news_body {
  margin-top: 0.6rem;
}

#individual main #news_list>#news_body>li:before,
#individual main #news_list>#news_body>li:after {
  content: " ";
  display: block;
  position: absolute;
}

#individual main #news_list>#news_body li {
  font-size: .18rem;
  border: 5px solid #8826a0;
  border-radius: 10px;
  width: 100%;
  border-style: double;
  background: #ffffffab;
  -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: .15rem;
  margin-bottom: .2rem;
}

#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>#news_body li a .min_banner img {
  width: 2.5rem;
  margin-right: 0.2rem;
}

#individual main #news_list>#news_body li a .icon {
  -ms-flex-preferred-size: 1.5rem;
  flex-basis: 1.5rem;
  width: 1.5rem;
  height: .89rem;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#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_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_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_type218 {
  background: url(../img/tips.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

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

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

#individual main #news_list>#news_body li a .date {
  padding: 0.05rem 0.05rem 0.05rem 0.15rem;
  line-height: 0.24rem;
}

#individual main #news_list>#news_body li a .date span {
  vertical-align: middle;
  font-size: 0.16rem;
}

#individual main #news_list .sppagination {
  margin: .5rem 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 .1rem;
  -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: 5px;
  background-color: #e1be90;
  color: #1c0d0a;
  display: block;
  text-align: center;
  line-height: .4rem;
  width: .4rem;
  height: .4rem;
  border: 1px solid #790000;
}

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

#individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #790000;
  color: #fff;
}

#individual main .pagecontent {
  margin: 0 0 0 0;
  box-shadow: 0 0 0 0 #fff;
}

#individual main .pagecontent .subtitle {
  margin-bottom: 0px;
  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);
  padding: 0.2rem 0 0.1rem 0.05rem;
  font-size: 0.14rem;
}

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

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

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

#individual main .pagecontent .spcontain {
  position: relative;
  font-size: .14rem;
  width: 9.6rem;
  background: #ffffffcf;
  border:6px solid #af2aca;
  -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: 0 .4rem;
  margin: 15px auto 32px auto;
  border-radius:16px;
}
#individual main .pagecontent .spcontain:after {
      content: "";
    position: absolute;
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 2px solid #af2aca;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    top: 6px;
    left: 6px;
}



#individual main .pagecontent .spcontain .spcontainer {
  padding: 0.4rem 0;
  z-index: 2;
  position: relative;
  /* padding-top:.4rem; */
}

#individual main .pagecontent .spcontain .spcontainer .page_tit {
  margin-bottom: 0.02rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #af2aca;
  padding: 0.1rem;
  border-width: 0 0 1px 15px;
  border-color: #af2aca;
  border-style: solid;
  margin: 0 auto 0.25rem auto;
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 0.24rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  color: #333;
  text-align: right;
  font-size: 0.14rem;
  margin-top: 0.1rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  color: #333;
  margin-bottom: 15px;
  font-size: 0.14rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body {
  width: 100%;
  font-size: 0.15rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body li {
  width: 100%;
  padding: 0.13rem 0px;
  border-bottom: 1px solid #ffffff;
  margin: 0.07rem 0;
}


#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body a {
  text-decoration: none;
  color: #f37c57;
  width: 100%;
  display: block;
  line-height: 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .title {
  float: left;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body .days {
  float: right;
}

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

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

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

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

#individual main .pagecontent .spcontain .spcontainer .page_dital p {
  margin-bottom: 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  color: #af2aca;
  font-weight: 900;
  text-shadow: 0 0 0px black;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 0.2rem !important;
  margin: 0.1rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h3,
#individual main .pagecontent .spcontain .spcontainer .page_dital h4 {
  font-size: 160%;
  color: #fff;
  text-align: left;
  background: url(../img/in_tit_bg.png) no-repeat center right;
  background-size: cover;
  margin: 0.1rem auto;
  padding: 0.1rem .2rem .1rem;
  border-radius: 5px;
  font-size: 0.14rem;
  border: 1px #af29ca solid;
  background: #6b127d;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.2rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #af2aca;
  font-size: 0.9em;
  border-spacing: 0;
  color: #333;
  margin: 0 0 .24rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) td,
#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: 0.08rem 0.15rem;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  background:#af2aca;
  text-shadow: 1px 1px 4px #000000;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) td:last-child,
#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #af2aca;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 0.08rem 0.15rem;
  border-bottom: 1px solid #af2aca;
  border-left: 1px solid #af2aca;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #af2aca;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .faq_block {
  border-radius: 6px;
  background-color:#6f1880;
  margin: 0 0 10px 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .q {
  display: inline-block;
  width: 100%;
  padding: 0.1rem;
  color: #fff;
  border-bottom: 1px solid #6f1880;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .a {
  color: #333;
  padding: 0.1rem;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  background-color: #f2e5f5;
  border-top: 1px solid #6f1880;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1.4rem;
  background-color: #e4dbba;
  color: #000;
  padding: 0.1rem;
  text-decoration: none;
  border-radius: 2px;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a:hover {
  color: #6f1880;
}

#individual .page_nav {
  display: flex;
  justify-content: center;
  margin: 0.25rem auto;
}

#individual .page_nav li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  margin: 0 5px;
}

#individual .page_nav li a {
  background: #e4dbba;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.05rem 0.1rem;
  height: 100%;
  width: 100%;
  display: inline-block;
}

#individual .page_nav li a:hover {
  color: #af2aca;
}

#individual footer {
  background: #ffffff;
  height: 1.2rem;
  bottom: 0;
  width: 100%;
  z-index: 101;
  transition: 0.3s;
  color: #fff;
}

#individual footer .company_info {
  padding: 0.1rem 0 0 0px;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#individual footer .company_info img {
  width: 1.86rem;
  height: 0.69rem;
}

#individual footer .company_info div {
  margin: 0px 0px 0px 0.4rem;
}

#individual footer .company_info ul {
  margin-bottom: 0px;
  font-size: 0.12rem;
  display: flex;
  justify-content: center;
}

#individual footer .company_info ul li {
  margin: 0 0.05rem;
  padding-left: 0.05rem;
  border-left: 1px solid #000;
}

#individual footer .company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 0.05rem 0 0;
}

#individual footer .company_info ul li a {
  color: #000;
  text-decoration: none;

}

#individual footer p {
  width: 100%;
  text-align: center;
  margin: 0.01rem 0 0 0;
  color: #747474;
}

.contact main #news_list {
  padding-top: 0.5rem;
}

.contact main #news_list #genre {
  display: none !important;
}

.cateBox_bx .cateBox_tb tr {
  background: #fff;
}

.cateBox_bx .cateBox_tb tr:nth-child(2n+1) {
  background-color: #fff;
}

.cateBox_bx .cateBox_tb tr td {
  text-align: left !important;
}

.cateBox_bx .cateBox_tb tr td table {
  margin: 0 !important;
}

.cateBox_bx .cateBox_tb tr td:last-child {
  border-right: none !important;
  box-shadow: none !important;
}

.cateBox_bx .submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  background: linear-gradient(to top, #af2aca 0%, #2c003a 100%);
  color: #fff;
  border: none;
  border: 1px solid #ff38d4;
  padding: 0.1rem;
  text-decoration: none;
  margin-top: 0.2rem auto;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.cateBox_bx .submit_button:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0));
}

.formbt {
  display: flex;
  justify-content: center;
  width: 2.5rem;
  margin: 0.2rem auto 0 auto;
}

.back_button,
.return_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  background: linear-gradient(to top, #a0a0a0 0%, #1a1a1a 100%);
  color: #fff;
  border: none;
  border: 1px solid #dddddd;
  padding: 0.1rem;
  text-decoration: none;
  border-radius: 0px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.send_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  background: linear-gradient(to top, #af2aca 0%, #2c003a 100%);
  color: #fff;
  border: none;
  border: 1px solid #ff38d4;
  padding: 0.1rem;
  text-decoration: none;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.guide_title {
  padding: 0.08rem;
  border-width: 0 0 0.01rem 0.15rem;
  border-color: #00234b;
  border-style: solid;
  margin: 0 auto 0.24rem auto;
}

.guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: left;
}

.guide_list li {
  text-align: center;
  width: 30%;
  border: 1px solid #380c41;
  border-radius: 4px;
  margin: 1%;
  overflow: hidden;
  background: #380c41;
}

.guide_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  transition: 0.5s ease;
  color: #fff;
}

.guide_list li a:hover {
  background: ##380c41;
  color: #fff;
}

.guide_list::after {
  content: "";
  display: block;
  width: 32%;
}

.guide_list::before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}


.weeksbanner {
  /* height: 3.2rem; */
  width: 7.6rem;
  overflow: hidden;
  display: block;
  margin: 0 auto 0.1rem;
}

#weekbanner {
  width: 7.6rem;
  position: relative;
  margin: 0 auto;
  background-image: url(../img/ingame_content_head.png), url(../img/ingame_content_foot.png), url(../img/ingame_content_body.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center center;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem;
}

#weekbanner_list {
  width: 7.4rem;
  height: 2.65rem;
}

#weekbanner ul {
  height: 0.4rem;
  overflow: hidden;
  margin-top: .1rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

#weekbanner ul li {
  float: left;
  width: 100%;
  height: 0.4rem;
  margin-right: 0.04rem;
  display: inline;
  cursor: pointer;
  overflow: hidden;
  line-height: 0.4rem;
  text-align: center;
  color: #f5ce69;
  background: linear-gradient(to top, #af2aca 0%, #2c003a 100%);
  border: 0.02rem solid #ff38d4;
  font-size: 0.16rem;
  font-weight: bold;
  text-shadow: 0px 0px 0.04rem #000;
}

#weekbanner ul li:last-child {
  margin-right: 0px;
}

#weekbanner ul li.on {
  background: linear-gradient(to top, #af2aca 0%, #2c003a 100%);
  border: 0.02rem solid #ff38d4;
  color: #fff;
}

#weekbanner_list a {
  position: absolute;
  width: 7.4rem;
  height: 2.65rem;
}

#weekbanner_list a img {
  width: 100%;
}

.weeks_tab li {
  display: none;
}

/* 武将介绍 */
.page_dital .chara_tab{
  width: 100%;
  display: flex;
  justify-content: center;
}
.page_dital .chara_tab .active{
  background: linear-gradient(to top, #af2aca 0%, #2c003a 100%);
  color:#fff;
  border: 1px solid #ecd7ac;
}
.page_dital .chara_tab li{
  background: linear-gradient(#ecd7ac, #f9ead3);
  -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));
  font-weight: bold;
  text-align: center;
  width: 1.2rem;
  border-radius: 2px;
  padding: .1rem .05rem;
  margin: .1rem;
  font-size: 0.18rem;
  color: #70362d;
}
.page_dital .chara_tab li:hover{
  background: linear-gradient(to top, #af2aca 0%, #2c003a 100%);
  color:#fff;
}
.page_dital .chara_tabs{
  flex: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.page_dital .chara_tabs ul li{
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.page_dital .chara_tabs ul li ul {
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page_dital .chara_tabs ul li ul li{
  width: 0.96rem;
  height: 0.96rem;
  display: block;
  position: relative;
  margin: 0.05rem;
  border: 1px solid #f7c55a;
}

.page_dital .chara_tabs ul li ul li a{
  width:0.96rem;
  height:0.96rem;
  display: block;
}
.page_dital .chara_tabs ul li ul li a img{
  width:100%;
}
.page_dital .chara_tabs ul li ul li a span{
  width:100%;
  position: absolute;
  background: #000000bf;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
}
/* 武将详情 */
.detail-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.detail-box::-webkit-scrollbar {
  display: none
}
.container-right {
  padding: 0.1rem 0;
}
.wjinfo {
  position: relative;
  height: 1.6rem;
  padding-left: 0rem;
  text-align: left;
  color: #fff0c4;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.2rem;
  display: flex;
}

.wjinfo .wjbgtx {
  width: 1.6rem;
  padding-bottom: 0;
  height: 1.6rem;
  cursor: pointer;
  margin-right: 0.08rem;
  margin-bottom: 0.2rem;
  background: url(../img/general/frame_03.png) no-repeat;
  background-size: 100% 100%;
}

.wjinfo .wjbgtx img {
  width: 100%;
  padding: 0.14rem;
}

.wjinfo .name {
  position: absolute;
  top: 0;
  left: 1.8rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  text-indent: 0.8rem;
  width: 2rem;
  height: 0.7rem;
  background: url(../img/general/icon_23.png) no-repeat;
  background-size: 100%;
  color: #af2aca;
}

.wjinfo .name .flag0 {
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  text-indent: -9999px;
}

.wjinfo .name .qun {
  background: url(../img/general/icon_24.png) no-repeat;
  background-size: 100%;
}

.wjinfo .name .shu {
  background: url(../img/general/icon_25.png) no-repeat;
  background-size: 100%;
}

.wjinfo .name .wei {
  background: url(../img/general/icon_26.png) no-repeat;
  background-size: 100%;
}

.wjinfo .name .wu {
  background: url(../img/general/icon_27.png) no-repeat;
  background-size: 100%;
}
.container-right .detail-area .synopsis2 {
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 1.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container-right .detail-area .synopsis2 li {
  float: left;
  width: 1.2rem;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.12rem;
  justify-content: space-around;
  margin-bottom: 0.08rem;
  margin-right: 0.05rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff0c4;
  background: url(../img/general/icon_28.png) no-repeat;
  background-size: 100% 100%;
  font-weight: 100;
}
.yxtsbd {
  position: relative;
  width: 100%;
  margin-top: 0.2rem;
}
.cf {
  zoom: 1;
  clear: both;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container-right .detail-area .detail-list {
  margin-bottom: 0.3rem;
}

.container-right .detail-area .detail-list li {
  line-height: 1.4;
  padding: 0.1rem 0.22rem;
  vertical-align: top;
  background-color: rgb(37 11 11 / 70%);
}

.container-right .detail-area .detail-list li p{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.container-right .detail-area .detail-list li p .li-title {
  display: inline-block;
  font-size: 0.14rem;
  white-space: nowrap;
  margin-bottom: 2px;
  margin-right: 5px;
  font-weight: 700
}

.color1 {
    color: #fff
}

.color2 {
    color: #04d5e8
}

.color3 {
    color: #0fd797
}

.color4 {
    color: #fe0701
}

.color5 {
    color: #b32efe
}

.color6 {
    color: #ffffff;
}

.container-right .detail-area .li-titlec0 {
  color: #fd6d17;
}

.container-right .detail-area .li-titlec1 {
  color: #b32efe;
}

.container-right .detail-area .li-titlec2 {
  color: #fe0701;
}

.container-right .detail-area .li-titlec3 {
  color: #0fd797;
}

.container-right .detail-area .li-titlec4 {
  color: #04d5e8;
}

.container-right .detail-area .li-titlec5 {
  color: #fff;
}
.container-right .detail-area .detail-list li p .li-common {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  flex: auto;
  font-size: 0.14rem;
  color: #feefc3;
  text-align: left;
}
.container-right .detail-area .detail-list li p .li-common em {
  color: #fd6d17;
  font-style: normal;
}

.container-right .detail-area .detail-list li p .li-common.border-deal {
  border-left: 1px solid #938f70;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  margin: 0.1rem 0;
}

.container-right .detail-area .detail-skills {
  display: block
}

.container-right .detail-area .text {
  color: #383c47;
  font-size: 0.14rem;
  line-height: 1.6;
  white-space: pre-line
}


.noScllor {
  height: 100vh;
  overflow: hidden;
}

.noScllor #wrapper,
.noScllor .p-top__x,
.noScllor .p-header__pv,
.noScllor .top_links {
  filter: blur(20px);
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
}

.modal p {
  margin-bottom: 1em;
  max-width: 90vw;
}

.modal .modal_inner {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  height: 100vh;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1000;
}

.notice_logo {
  margin: 0 0 1rem 0;
}

.modal .modal_inner span {
  position: relative;
  display: inline-block;
  background-color: #1f1f1f;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #f3f3f3;
}

.modal .check .check-button {
  outline: none;
  border: none;
  color: #fff;
  font-weight: bold;
  background: url(../img/check_btn.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 60px;
  margin: 24px;
  cursor: pointer;
}

#terms {
  background-color: #000;
  color: #fff;
  padding: 5%;
  margin: 10vh auto;
  width: 100%;
  height: 80vh;
  overflow: auto;
}

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

#terms h1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  font-size: 24px;
}

#term_body h2 {
  margin: 5% 0%;
  padding: 10px;
  line-height: 1.6;
  border: 1px solid #fff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}
