@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter, Inter Fallback;
  /* font-family: "Rounded Mgen+ 2pp", "Rounded Mgen Plus 2pp", "Yu Gothic", sans-serif; */
  font-weight: 500;
}

:root {
  --light-text: #bb00bf;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: .83vw;
}

/* 移除页面滚动条 */
html::-webkit-scrollbar {
  /* display: none; */
}

h1 {
  margin: 0;
  padding: 0;
  font-size: .8333vw;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
  /* cursor: pointer; */
}

a {
  text-decoration: none;
  color: inherit;
}

/* 表示继承父元素的行高值，适用于所有元素。 */
:ml-search-more {
  line-height: inherit;
}

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: .83vw;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  background: url(../img/pc/loop_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/* 导航条 */

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(255 255 255 / 30%) 90%);
}

#header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  height: 3.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}

#header .top_logo {
  width: 15.78vw;
  height: 6.04vw;
  position: absolute;
  left: 3vw;
  top: 1vw;
  display: flex;
  align-items: center;
  z-index: 10;
}

#header .top_logo img {
  width: 100%;
}

#header #menu_wrap {
  display: flex;
  justify-content: center;
  height: 3.65vw;
  z-index: 10;
}

#header .menu {
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

#header .menu>li {
  display: flex;
  align-items: center;
  padding: 0vw 1.25vw;
  height: 100%;
  margin: 0 0;
  transition: all 0.3s;
  font-size: 1.3vw;
}

#header .menu>li a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.35vw;
  position: relative;
}

#header .menu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.2vw;
  background: var(--light-text);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .25s ease-in-out
}

#header .menu li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top
}

#header .menu li a:hover {
  color: #bb00bf;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header .menu>li.menu_title {
  display: none;
}

#header .menu>li .menu>li a:hover {
  color: #bb00bf;
}

#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: 1.67vw;
  height: 2.08vw;
}

#header ul.menu__second-level li:hover {
  background: #bb00bf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header ul.menu__second-level li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0vw;
  background: var(--light-text);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .25s ease-in-out
}

#header .menu>li.menu__single {
  position: relative;
}

#header li.menu__single ul.menu__second-level {
  position: absolute;
  top: 0vw;
  left: -0.83vw;
  width: 9.17vw;
  background: #ffffff;
  transition: all 0.2s ease;
  border: .05vw solid #bb00bf;
  filter: drop-shadow(.1vw .1vw .1vw rgba(0, 0, 0, 0.5));
}

#header li.menu__single ul.menu__second-level li a {
  font-size: .73vw;
  color: #3a3231;
  white-space: nowrap;
}

#header li.menu__single ul.menu__second-level li:hover a {
  color: #ffffff;
  font-weight: bolder;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header li.menu__single:hover ul.menu__second-level {
  top: 3.65vw;
  visibility: visible;
  opacity: 1;
}

#header .menu_open {
  display: none;
}

#header .sns {
  width: auto;
  height: 3.65vw;
  display: flex;
  align-items: center;
  position: absolute;
  right: 5vw;
  z-index: 10;
}

#header .sns a {
  width: 2.08vw;
  height: 2.08vw;
  border-radius: .42vw;
  margin: 0 .42vw;
  box-sizing: border-box;
}

#header .sns a.x {
  background: #000;
  padding: .25vw;
}

#header .sns a.youtobe {
  background: #ff0000;
}

.top_icon,
.menu_pc,
.menu_open {
  display: none;
}

/* 头图 */
#page {
  position: relative;
  width: 100%;
}

#top {
  width: 100%;
  position: relative;
  /* scroll-margin-top: 1.6667vw; */
  margin-top: -3.8vw;
  line-height: 0;
}

#top .top_cont {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top .top_cont .main_title {
  width: 33.79vw;
  height: 5.5vw;
  z-index: 6;
  margin: 0 0 1vw 0;
  display: block;
}

#top .top_cont .main_title img {
  width: 100%;
}

.p-header__gamestart {
  width: 28.8021vw;
  margin: 0 auto;
  z-index: 1;
  background: #ffffff69;
  padding: .5208vw;
  display: flex;
  align-items: center;
}

.qr {
  width: 5vw;
  margin-right: 1vw;
}

.p-header__gamestart__wrapper {
  text-align: right;
  /* background: url(../img/qr.png) no-repeat left top; */
  width: 21.6146vw;
  height: 7.1354vw;
}

.p-gamestart__qr__img {
  width: 100%;
}

.p-gamestart__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: .5208vw 0 0;
  justify-content: center;
}

.p-gamestart__item1 {
  height: 3.125vw;
  width: 10.5vw;
  transition: transform 0.3s;
  overflow: hidden;
  position: relative;
}

.p-gamestart__item1:hover {
  transform: scale(1.05);
}


.p-gamestart__item1:nth-of-type(1) {
  margin: 0vw .5208vw 0vw 0;
}

.p-gamestart__lmg {
  width: 100%;
  height: 3.125vw;
}

.p-gamestart__item1: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;
}

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

  to {
    left: 100%
  }
}

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

  to {
    left: 100%
  }
}

.p-gamestart__mailform__pc {
  /* padding: .1042vw 0 0 0; */
}

.p-gamestart__mailform__pc form {
  display: flex;
  border: 2px solid #000;
  border-radius: .5208vw;
  overflow: hidden;
}

.p-gamestart__mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 3.125vw;
  width: 16.25vw;
  border: none;
  outline: none;
  padding: 0 0 0 .5208vw;
  font-size: 1.0417vw;
}

.p-gamestart__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  color: #ffffff;
  width: 5.2083vw;
  height: 3.125vw;
  font-size: .8333vw;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: normal;

}

.p-gamestart__mailbtn:hover {
  background: linear-gradient(to top, #e600c9 0%, #ff73a4 100%);
}

#top .top_cont .scroll {
  position: relative;
  font-size: .83vw;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  top: 1vw;
}

#top .top_cont .scroll::after {
  position: absolute;
  top: 2vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: updown 2s infinite ease-in-out;
  animation: updown 2s infinite ease-in-out;
  content: "";
  width: 2vw;
  height: 1.75vw;
  background: url(../img/scroll.png) no-repeat;
  background-size: 100%;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -0.52vw);
    transform: translate(0, -0.52vw);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -0.52vw);
    transform: translate(0, -0.52vw);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#top .top_bg {
  width: 100%;
}

#top .top_bg img {
  width: 100%;
}

/*=============================== news =============================  */
/* #rewards:after {
  content: "";
  width: 100%;
  max-width: 12.86vw;
  height: 14.69vw;
  background: url(../img/pc/sd1.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -36.3333vw;
  transform: translateX(0vw);
  top: 56%;
  animation: gentle-float 3s ease-in-out infinite;
  z-index: 10;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.8333vw);
  }
}

#rewards:before {
  content: "";
  width: 100%;
  max-width: 14.79vw;
  height: 15.89vw;
  background: url(../img/pc/sd2.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  right: 50%;
  margin-right: -39.1667vw;
  transform: translateX(0vw);
  top: 16%;
  animation: gentle-float1 3s ease-in-out infinite;
  z-index: 1;
}

@keyframes gentle-float1 {

  0%,
  100% {
    transform: translateY(-0.8333vw);
  }

  50% {
    transform: translateY(0vw);
  }
} */

#rewards {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 5.2083vw 0;
  scroll-margin-top: 0;
  /* background: url(../img/pc/rewards/rewards_bg.jpg) no-repeat center center; */
  /* background-size: cover; */
}

#rewards:after {
  content: "";
  width: 100%;
  max-width: 40.4792vw;
  /*height: 100%;
  */
  height: 50.1146vw;
  background: url(../img/get1.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  /*left: -4.1667vw;
  */
  left: 50%;
  margin-left: -57.3333vw;
  transform: translateX(0vw);
  top: 4vw;
  animation: gentle-float 3s ease-in-out infinite;
  z-index: 1;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.8333vw);
  }
}

#rewards:before {
  content: "";
  width: 100%;
  max-width: 32.4479vw;
  /*height: 100%;
  */
  height: 69.8958vw;
  background: url(../img/get2.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  /*right: 4.1667vw;
  */
  right: 50%;
  margin-right: -47.1667vw;
  transform: translateX(0vw);
  top: 2vw;
  animation: gentle-float1 3s ease-in-out infinite;
}

@keyframes gentle-float1 {

  0%,
  100% {
    transform: translateY(-0.8333vw);
  }

  50% {
    transform: translateY(0vw);
  }
}

#rewards h1 {
  width: 16vw;
  height: auto;
  margin: 0vw auto .9375vw;
  z-index: 100;
  position: sticky;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  width: 100%;
  max-width: 55.3333vw;
  height: auto;
  margin: 1vw auto 0;
  /* transform: translate(-5vw, 0%); */
  z-index: 1;
  position: sticky;
}

#rewards .rewards_wrapper p {
  font-size: 0.75vw;
  color: #1e1e1e;
}

#rewards .rewards_wrapper ul {
  width: 100%;
  display: flex;
}

#rewards .rewards_wrapper ul li {
  width: 9.48vw;
  height: 31.18vw;
  margin: 0 .26vw;
}

#rewards .rewards_wrapper ul li:hover {
  /* transform: scale(1.05); */
  transition: transform 0.5s ease;
  /* cursor: pointer; */
}

#rewards .rewards_wrapper ul li:not(:hover) {
  transform: scale(1);
  transition: transform 0.5s ease;
  /* cursor: pointer; */
}

#rewards .rewards_wrapper img {
  width: 100%;
}

#news_area {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 3vw 0;
  display:none;
}

#news_area #banner {
  background: transparent;
  width: 100%;
  max-width: 39.84vw;
  height: 16.93vw;
  margin: 1.04vw auto .8vw;
  overflow: hidden;
}

#news_area #banner .swiper-slide {
  width: 38.54vw;
  height: auto;
}

#news_area #banner a {
  width: 38.54vw;
  height: 14.69vw;
  display: block;
  border: .63vw solid #bb00bf;
  position: relative;
}

#news_area #banner a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: .26vw solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#news_area #banner img {
  display: block;
  width: 100%;
}

#news_area #banner .banner-pagination {
  width: 100%;
  text-align: center;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: .42vw 0;
}

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: .83vw !important;
  height: .83vw !important;
  background: #000000;
  display: inline-block;
  line-height: 0;
  border-radius: 4.17vw;
  margin: 0 .26vw;
  opacity: 1;
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  width: 2vw !important;
  height: .83vw !important;
  background: #bb00bf;
}

#news_area .leftbanner2 {
  /* width: 100%; */
  width: 38.54vw;
  display: flex;
  margin: .83vw auto;
  justify-content: space-between;
}

#news_area .leftbanner2 li a {
  width: 12.55vw;
  height: 4.01vw;
  display: block;
}

#news_area .leftbanner2 li a img {
  width: 100%;
}

#news_area #news_wrapper {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 57vw;
  background-size: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

#news_area #news {
  position: relative;
  border-radius: 0;
  width: 37.03vw;
  height: 20vw;
  overflow: hidden;
}

#news_area #news .news_body {
  position: relative;
  z-index: 2;
  background: #ffffffe6;
  padding: .83vw 0.9vw;
  border: .63vw solid #bb00bf;
  position: relative;
}

#news_area #news .news_body:before {
  content: "";
  width: 100%;
  height: 100%;
  border: .1vw solid #bb00bf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#news_area #news .news_body:after {
  content: "";
  width: 100%;
  height: 100%;
  border: .31vw solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}


#news_area #news .news_body .notice_tabs_list {
  display: flex;
  align-items: center;
  height: 2.55vw;
  border-radius: 0;
  z-index: 1;
  position: sticky;
}

#news_area #news .notice_tabs_list ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: .83vw;
  cursor: pointer;
  border-radius: 0.5vw 0 0.5vw 0;
  overflow: hidden;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #610063;
  color: #ffffff;
  height: 1.88vw;
  width: 6.8vw;
  font-size: 1.04vw;
}

#news_area #news .notice_tabs_list ul li.active {
  background: #bb00bf;
  background-size: 100%;
  color: #ffffff;
}

#news_area #news .notice_tabs_list ul li:hover {
  background: #bb00bf;
  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%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

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

#news_area #news .tabs>ul>li ul {
  margin-bottom: .4vw;
  height: 12.5vw;
  overflow: hidden;
}

#news_area #news .tabs>ul>li ul li {
  display: flex;
  flex-direction: row;
  border-bottom: .1vw dashed #1e1e1e;
  align-items: center;
  padding: .25vw 0;
  color: #333;
}

.icon {
  display: inline-block;
  background-size: cover;
  width: 5.21vw;
  height: 1.25vw;
  margin: 0 .42vw 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:nth-child(n+7) {
  display: none;
}

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

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

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

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

#news_area #news .morebtn {
  width: 5vw;
  height: 1.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #610063;
  color: #fff;
  font-size: 0.7vw;
  position: absolute;
  right: 0;
  bottom: 0;
}


#news_area #news .morebtn:hover {
  background-color: #bb00bf;
  color: #ffffff;
}

#twitter {
  position: relative;
  z-index: 2;
  width: 17vw;
  height: 20vw;
  background: #ffffffe6;
  padding: 0;
  border: .63vw solid #bb00bf;
}

#twitter:before {
  content: "";
  width: 100%;
  height: 100%;
  border: .1vw solid #bb00bf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border-radius: 0.12vw; */
  z-index: 1;
}

#twitter:after {
  content: "";
  width: 100%;
  height: 100%;
  border: .31vw solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#twitter .t_twitter {
  display: none;
}

.twitter-tweet {
  width: 100%;
  margin-top: 0 !important;
  z-index: 10;
  position: sticky;
  overflow: hidden;
}

#twitter-widget-0 {
  height: 18.75vw !important;
}

#twitter a {
  color: #fff;
  text-decoration: none;
}

/*=============================== character =============================  */
#chara {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  background: #ebeff4 url(../img/pc/repeat_bg.png) center right;
  background-size: 100%;
}


#chara .team-slider {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  line-height: 0;
}

#chara .team-slider .team_wrap {
  width: 80%;
  max-width: 79.58vw;
  /* height: 980px; */
}

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

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

/* #chara .team-slider .team_wrap .team-slide:nth-child(1).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team1_bg.jpg");
}
#chara .team-slider .team_wrap .team-slide:nth-child(2).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team2_bg.jpg");
}
#chara .team-slider .team_wrap .team-slide:nth-child(3).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team3_bg.jpg");
}
#chara .team-slider .team_wrap .team-slide:nth-child(4).swiper-slide-active {
background: center/contain no-repeat url("../img/pc/chara/team4_bg.jpg");
} */

#chara .team-slider .team_page {
  width: 20%;
  /* height: 47.4vw; */
  display: flex;
  position: static;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#chara .team-slider .team_page span {
  width: 16.35vw !important;
  height: 6.77vw !important;
  border-radius: 0.5vw;
  background: none;
  opacity: 1;
  margin: 0.5vw 0;
  position: relative;
  overflow: hidden;
  transition: transform .2s linear;
}

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

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

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

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

#chara .team-slider .team_page span:hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 100%);
  transform: skewX(-25deg);
  content: ""
}

#chara .team-slider .team_page span:hover {
  transform: scale(0.95);
}

#chara .team-slider .team_page span:hover:before {
  animation: none;
}

#chara .team-slider .team_page span:hover:before {
  animation: appHoverShine .6s ease 1 both
}

@keyframes appHoverShine {
  0% {
    transform: skewX(-25deg) translateX(0)
  }

  100% {
    transform: skewX(-25deg) translateX(400%)
  }
}

#chara .team-slider .team_page span:nth-child(1):hover {
  background-image: url(../img/pc/chara/team1_on.png);
}

#chara .team-slider .team_page span:nth-child(2):hover {
  background-image: url(../img/pc/chara/team2_on.png);
}

#chara .team-slider .team_page span:nth-child(3):hover {
  background-image: url(../img/pc/chara/team3_on.png);
}

#chara .team-slider .team_page span:nth-child(4):hover {
  background-image: url(../img/pc/chara/team4_on.png);
}

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

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

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

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

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

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

#chara .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;
}

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

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

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

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

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

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

#chara .fire-pagination span:nth-child(5) {
  background: url(../img/pc/chara/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;
}

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

.hero_info {
  width: 100%;
  max-width: 79.58vw;
  height: 47.4vw;
  position: relative;
}

.hero_info::before {
  position: absolute;
  right: 3vw;
  content: "";
  width: 19.79vw;
  height: 4.06vw;
  background: url(../img/chara_title.png) no-repeat;
  background-size: 100%;
  top: 5vw;
  z-index: 0;
}

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

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

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

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

.chara_area {
  position: relative;
  width: 79.58vw;
  height: 47.4vw;
  color: #1e1e1e;
  z-index: 9;
}

.chara_area .chara_cont {
  position: absolute;
  width: 32vw;
  height: auto;
  display: block;
  top: 9vw;
  left: 5vw;
  background: #ffffff57;
  padding: 1vw;
}

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

.profile_area {
  /* background: rgba(255, 255, 255, 0.5); */
  border-bottom: .16vw solid #bb00bf;
  /* border-top: .16vw solid #bb00bf; */
  /* padding: 1vw .68vw; */
  margin-bottom: 1vw;
}

.profile_area li {
  margin-bottom: 1.04vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
}

.profile_area li:nth-of-type(2) {
  margin-bottom: 0;
}

.profile_area li p {
  font-size: 1vw;
  font-weight: 600;
  color: #ffffff;
  border-radius: .1vw;
  background: #bb00bf;
  width: 5.21vw;
  height: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .52vw;
}

.profile_area li span {
  font-size: 1.09vw;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.5;
  width: 25vw;
  word-wrap: break-word;
  word-break: break-word;
  text-shadow: 2px 0px 2px #ebeff4, 0px 2px 2px #ebeff4, -2px 0px 2px #ebeff4, 0px -2px 2px #ebeff4;
}

.chara_area .chara_cont .lines {
  font-size: 1.09vw;
  line-height: 1.5;
  text-shadow: 2px 0px 2px #ebeff4, 0px 2px 2px #ebeff4, -2px 0px 2px #ebeff4, 0px -2px 2px #ebeff4;
}

.chara_area .chara_cont .lines span{
  font-weight: 600;
}

.chara_area .chara_cont .lines .down_arrow{
  display:none;
}

.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: 1rem auto 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 6vw;
  left: 5vw;
  transform: translateX(0vw);
  transition: transform .05s ease-in-out;
}

.move {
  right: unset;
  left: 5vw;
}

.thumbnails_btn .thumbnail {
  width: 6.35vw;
  height: 6.35vw;
  overflow: hidden;
  list-style: none;
  margin: 0 0.3vw;
  cursor: pointer;
  border: 0.3vw solid #79347b;
  border-radius: 0.5vw;
  transition: all 0.3s;
  position:relative;
}
.thumbnails_btn .thumbnail:hover{
  border: 0.3vw solid #bb00bf;
  transform:scale(.95)
}
.thumbnails_btn .thumbnail:hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 100%);
  transform: skewX(-25deg);
  content: ""
}
.thumbnails_btn .thumbnail:hover:before {
  animation: none;
}

.thumbnails_btn .thumbnail:hover:before {
  animation: appHoverShine .6s ease 1 both
}

@keyframes appHoverShine {
  0% {
    transform: skewX(-25deg) translateX(0)
  }

  100% {
    transform: skewX(-25deg) translateX(400%)
  }
}

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

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


/*=============================== feature =============================  */
#feature {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5vw 0;
}

#feature h1 {
  width: 15vw;
  height: 4.01vw;
  margin: 0 auto;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

#feature .feature-slider .swiper-slide {
  width: 33.33vw;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.85);
  border: 0.4vw solid #000000;
  line-height: 0;
}

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

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

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

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

#feature .feature_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5vw;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: 0.85vw;
  height: 0.85vw;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #000000;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #db2ad4;
  width: 2vw;
  height: 0.85vw;
  border-radius: .52vw;
  box-shadow: none;
}

#feature .feature_pagination span {
  margin: 0 .42vw;
}

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


/*=============================== world =============================  */
#world {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: #ebeff4 url(../img/pc/repeat_bg.png);
  background-size: 100%;
}

#world .world_img {
  overflow: hidden;
  width: 50%;
  height: 48vw;
  position: relative;
  background: center center no-repeat url("../img/pc/world/world_img.jpg");
  background-size: 100%;
}

#world .world_area {
  width: 50%;
  height: 48vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#world .world_area h1 {
  width: 13.54vw;
  height: 3.96vw;
  margin: 0 0 1vw 0;
}

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

#world .world_area .world_text {
  width: 34.46vw;
}

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

/*=============================== footer =============================  */
#spec {
  width: 100%;
  padding: 3.4375vw 0 0;
  scroll-margin-top: 1.6667vw;
  z-index: 6;
  position: sticky;
}

.spec_info {
  padding: 0vw 0 6vw;
}

#spec h1 {
  width: 5.7167vw;
  height: .8333vw;
  margin: 1vw auto .1667vw;
  z-index: 100;
  position: sticky;
}

#spec h1 img {
  width: 100%;
}

.assist {
  width: 100%;
  max-width: 46.875vw;
  margin: 1.6667vw auto;
  color: #fff;
  background: rgb(0 0 0 / 45%);
  padding: 1.6667vw;
}

.assist h2 {
  font-size: 1.0417vw;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: .8333vw;
}

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

#spec .spec_inner img {
  display: block;
  width: 11vw;
  border-radius: 1.0417vw;
  border: .3vw solid #fff;
}

#spec .spec_inner .spec_table {
  font-size: .75vw;
  border-collapse: separate;
  border-spacing: .2083vw;
  color: #ffffff;
}

#spec .spec_inner .spec_table th {
  padding: .65vw.2604vw;
  width: 7.2917vw;
  text-align: center;
  margin-right: .1563vw;
  vertical-align: middle;
  background-color: #6c3691bf;
  font-weight: 600;
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0 2vw 0 1vw;
  background-color: #6c3691bf;
  font-weight: 600;
}

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

#spec .notice {
  line-height: 2;
  font-size: .8333vw;
  display: block;
  margin: 0vw auto 0;
  width: 100%;
  /* background: rgb(0 0 0 / 45%); */
  max-width: 46.875vw;
  padding: .5vw 1vw;
  color: #1e1e1e;
  border: .0521vw solid #1e1e1e;
}

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

footer {
  background: #ffffff;
  height: 8vw;
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

footer .company_info {
  padding: 1.2vw 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;
}

footer .company_info img {
  width: 9.6875vw;
  height: 3.5938vw;
}

footer .company_info div {
  margin: 0vw 0vw 0vw 2.0833vw;
}

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

footer .company_info ul li {
  margin: 0 .2604vw;
  padding-left: .2604vw;
  border-left: .0521vw solid #cccccc;
}

footer .company_info ul li a {
  color: #000;
  text-decoration: none;
  /* font-weight: 300; */
}

footer .company_info ul li a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

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

footer p {
  width: 100%;
  text-align: center;
  margin: .4167vw 0 0;
  color: #000;
  font-size: .7292vw;
}

#go_top {
  width: 4vw;
  height: 2vw;
  fill: #ffffff;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #8c55b2;
  border-radius: 0.5vw 0.5vw 0 0;
  box-sizing: border-box;
  cursor: pointer;
  /* -webkit-transform: translateX(110%); */
  /* transform: translateX(110%); */
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

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

#go_top:hover {
  background: #591872;
}

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

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

#go_top img {
  width: 100%;
}

body#finish {
  min-width: 7.5vw;
  background-image: none;
  background-color: #fff;
}

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

#finish_body img{
  width:100%;
}

body#finish footer {
  position: static;
}


body#finish .finish .return {
  position: absolute;
  width: 17vw;
  height: 4.17vw;
  left: 50%;
  transform: translate(12vw, 0);
  bottom: 14vw;
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
}

/* float */
.footer_float {
  position: fixed;
  display: flex;
  background: #864cae;
  background-size: contain;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 4vw;
  /* border-top: .16vw solid #000; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  display: none;
  /* transition: .25s ease-in-out; */
}

.footer_float .footer_regist_area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 10vw;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 999;
  width: 80%;
}

.footer_list_item {
  margin-bottom: 1rem;
}

.footer_qr {
  width: 10vw;
  /* height: 6vw; */
  position: absolute;
  bottom: 0.3vw;
  left: 2vw;
  /* filter: drop-shadow(.16vw .16vw .16vw rgb(0, 0, 0)); */
  /* -webkit-filter: drop-shadow(.16vw .16vw .16vw rgb(0, 0, 0)); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_qr img{
  width:100%;
  max-width: 5.5vw;
  border: 0.25vw solid #864cae;
}

.footer_qr span{
  line-height:1;
  color:#fff;
  font-size:0.75vw;
  text-align: center;
}

.regist_right {
  width: 23vw;
  height: 4vw;
  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: 1vw;
  -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;
}

.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: 20%;
}

.regist_right .arrow_area .arrow {
  width: 1vw;
  height: 1vw;
  background-color: #ffffff;
  background: url(../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 .16vw;
}

.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);
  }
}

.p-top__float__list {
  display: flex;
  grid-template-columns: repeat(6, auto);
}

.p-top__float__item {
  margin: 0 .5208vw;
  display: flex;
  height: 3vw;
  width: 10vw;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 0.5vw;
}

.p-top__float__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;
}

.p-top__float__item:hover {
  transform: scale(1.05);
}

.p-top__float__item:nth-of-type(4) {
  display: none;
}

.p-top__float__link {
  /* width: 100%; */
  /* display: block; */
  /* height: 4vw; */
}

.p-top__float__img {
  width: 100%;
  /* height: 4.375rem; */
  height: 3vw;
}

.p-top__float__mailformwrapper {
  width: 24vw;
  margin: 0 .5vw;
  border: 0.15vw solid #fff;
  border-radius: .35vw;
}

.p-top__float__mailformwrapper form {
  display: flex;
  border-radius: .2vw;
  overflow: hidden;
}

.p-top__float__mailform {
  width: 17vw;
  background: #fff;
  color: #000;
  text-align: left;
  height: 3vw;
  padding: 0 0rem 0 .7813vw;
  border: none;
  outline: none;
  font-size: .9375vw;
}

.p-top__float__mailform::placeholder {
  font-size: .8333vw;
}

.p-top__float__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  color: #fff;
  padding: 0 0.5rem;
  width: 7vw;
  font-size: .9375vw;
  font-weight: 600;
  height: 3vw;
  border: none;
  outline: none;
  cursor: pointer;
}

.p-top__float__mailbtn:hover {
  background: linear-gradient(to top, #e600c9 0%, #ff73a4 100%);
}

.rolling {
  background: url(../img/footer_bg.png) center;
  background-size: 100%;
  height: 4vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 60s infinite linear;
  animation: scroll 60s 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;
  }
}

/* 二级页面 */

input:focus {
  outline: none;
}

#individual {
  background-image: url(../img/pc/top_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);
}

.footer_hide {
  position: unset;
  background: #fff;
}

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

#individuall::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: .26vw;
}

#individual::-webkit-scrollbar-thumb {
  background-color: #625c53;
  border-radius: .26vw;
}

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

#individual header {
  background-image: none;
  height: 3.65vw;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 0;
  /* margin: 0 0 -13.02vw 0; */
  /* display: none; */
}

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

#individual header #header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  height: 3.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  display: flex;
  /* background: url(../img/pc/nav/nav.jpg) no-repeat; */
  background-size: 100%;
  background: #ffffff;
}

#individual main {
  padding: 3vw 0 3.91vw 0;
}

#individual main .logo {
  width: 15%;
  margin: 0 auto;
  /* position: fixed; */
  top: .52vw;
  z-index: 11;
  left: 9%;
  line-height: 0;
  display: block;
}

#individual main .logo:hover {
  -webkit-animation: poyon .4s;
  animation: poyon .4s;
}

@-webkit-keyframes poyon {

  from,
  to {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(0.9, 1.1)
  }

  50% {
    transform: scale(1.1, 0.9)
  }

  75% {
    transform: scale(0.95, 1.05)
  }
}

@keyframes poyon {

  from,
  to {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(0.9, 1.1)
  }

  50% {
    transform: scale(1.1, 0.9)
  }

  75% {
    transform: scale(0.95, 1.05)
  }
}

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

#individual main #news_list {
  width: 45.83vw;
  margin: 0 auto;
}

#individual main #news_list .back_btn a {
  margin: .78vw auto 0;
  text-align: center;
  display: block;
  width: 5.73vw;
  color: #fff;
  padding: .26vw .52vw;
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  text-decoration: none;
  font-size: .83vw;
  border-radius: .26vw;
}

#individual main #news_list .back_btn a:hover {
  background: linear-gradient(to top, #e600c9 0%, #ff73a4 100%);
}

#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: 1.04vw auto;
}

#individual main #news_list #genre li {
  /* background: linear-gradient(#ecd7ac, #f9ead3); */
  -webkit-filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.5));
  filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.5));
  font-weight: bold;
  text-align: center;
  /* width: 6.25vw; */
  border-radius: .26vw;
  /* padding: .52vw .26vw; */
  margin: .52vw;
  font-size: .94vw;
}

#individual main #news_list #genre li a {
  background: linear-gradient(to top, #66008f 0%, #ff73ee 100%);
  border-radius: .26vw;
  padding: .52vw .26vw;
  width: 6.25vw;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

#individual main #news_list #genre li a:hover {
  color: #fff;
  background: linear-gradient(to top, #e600c9 0%, #ff73a4 100%);
}

#individual main #news_list>#news_body {
  margin-top: 1.56vw;
}

#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: .94vw;
  /* border: .16vw solid #ffffff; */
  /* border-radius: .52vw; */
  width: 100%;
  /* border-style: double; */
  background: #ffffffc9;
  filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.3));
  padding: .78vw;
  margin-bottom: 1.04vw;
  transition: 0.5s ease;
}

#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: 13.02vw;
  margin-right: 1.04vw;
}

#individual main #news_list>#news_body li a .icon {
  -ms-flex-preferred-size: 7.81vw;
  flex-basis: 7.81vw;
  width: 7.81vw;
  height: 4.64vw;
  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_type26,
#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: .26vw .26vw .26vw .78vw;
  line-height: 1.25vw;
  /* font-weight: bold; */
}

#individual main #news_list>#news_body li:hover {
  transform: scale(1.05);
}

#individual main #news_list>#news_body li:hover a .date {
  color: #bb00bf;
  font-weight: 900;
}

#individual main #news_list>#news_body li a .date span {
  vertical-align: middle;
  font-size: 1.04vw;
  font-weight: 600;
}

#individual main #news_list .sppagination {
  margin: .42vw 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 .52vw;
  -webkit-filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.5));
  filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.5));
  border-radius: .26vw;
  background-color: #ffffff;
  color: #1c0d0a;
  display: block;
  text-align: center;
  line-height: 2.08vw;
  width: 2.08vw;
  height: 2.08vw;
  border: .05vw solid #182b42;
}

#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: #bb00bf;
  color: #fff;
}

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

#individual main .pagecontent .subtitle {
  margin-bottom: 0vw;
  filter: drop-shadow(.1vw 0vw .1vw #fff) drop-shadow(-.1vw 0vw .1vw #fff) drop-shadow(0vw .1vw .1vw #fff) drop-shadow(0vw -0.1vw .1vw #fff);
  padding: 1.04vw 0 .52vw .26vw;
  font-size: .83vw;
}

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

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

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

#individual main .pagecontent .spcontain {
  position: relative;
  font-size: .73vw;
  width: 100%;
  /* max-width: 58.33vw; */
  /* min-width: 41.67vw; */
  background: #ffffffc9;
  border: .5vw double #bb00bf;
  -webkit-filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.3));
  filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.3));
  padding: 0 2.08vw;
  margin: .78vw auto 1.67vw auto;
}

#individual main .pagecontent .spcontain .spcontainer {
  padding: 2.08vw 0;
  z-index: 2;
  position: relative;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #8717b2;
  padding: .21vw .52vw;
  border-width: 0 0 .05vw 0;
  border-color: #3a3231;
  border-style: solid;
  margin: 0 auto 1.3vw auto;
  margin-bottom: 0vw;
  font-weight: 600;
  font-size: 1.25vw;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  color: #333;
  margin: 1.25vw 0;
  font-size: .83vw;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital #news_body li {
  width: 100%;
  padding: .68vw 0vw;
  border-bottom: .05vw solid #ffffff;
  margin: .36vw 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: .26vw;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital::-webkit-scrollbar-thumb {
  background-color: #01347f;
  border-radius: .26vw;
}

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

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

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

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr table tr td strong {
  /* color: #000000; */
  font-weight: 900;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 1.04vw !important;
  margin: .52vw 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h3 {
  color: #ffffff;
  padding: .42vw .52vw;
  margin: 0 auto 1.3vw auto;
  margin: .83vw 0;
  font-weight: 600;
  font-size: 1.04vw;
  background: url(../img/tit_bg.jpg) no-repeat center center;
  background-size: 100%;
  border-radius: .42vw;
  border: 1px solid #fff;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: .05vw solid #01347f;
  font-size: 0.9em;
  border-spacing: 0;
  color: #333;
  margin: 0 0 1.25vw 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: .42vw .78vw;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  background: #01347f;
  text-shadow: .05vw .05vw .21vw #000000;
  -webkit-box-shadow: 0vw .05vw .05vw rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0vw .05vw .05vw 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: .05vw solid #01347f;
  -webkit-box-shadow: .1vw .1vw .05vw rgba(0, 0, 0, 0.1), 0vw .05vw .05vw rgba(255, 255, 255, 0.3) inset;
  box-shadow: .1vw .1vw .05vw rgba(0, 0, 0, 0.1), 0vw .05vw .05vw rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: .42vw .78vw;
  border-bottom: .05vw solid #01347f;
  border-left: .05vw solid #01347f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr table tr td {
  background: #01347f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr table tr td {
  background: #ffffff;
  padding: .42vw 0 .42vw .78vw;
  text-shadow: none;
  color: #000;
  font-weight: normal;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr table tr:nth-child(1) td:last-child {
  background: #01347f;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .cateBox_tb tr table tr:nth-child(1) td:last-child {
  background: #ffffff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr table tr td:nth-child(2n) {
  background: #ffffff;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital .faq_block {
  border-radius: .31vw;
  background: linear-gradient(to top, #66008f 50%, #ff73ee 100%);
  margin: 0 0 .52vw 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .q {
  display: inline-block;
  width: 100%;
  padding: .52vw;
  color: #fff;
  border-bottom: .1vw solid #ffffff;
  font-weight: 600;
  font-size: .85vw;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .a {
  color: #3a3231;
  padding: .52vw;
  border-radius: 0vw 0vw .25vw .25vw;
  display: flex;
  background-color: #f6deff;
  border-top: .05vw solid #ffffff;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 7.29vw;
  background-color: #e4dbba;
  color: #000;
  padding: .52vw;
  text-decoration: none;
  border-radius: .1vw;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a:hover {
  color: #01347f;
}

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

#individual .page_nav li {
  filter: drop-shadow(.16vw .16vw .16vw rgba(0, 0, 0, 0.1));
  margin: 0 .26vw;
}

#individual .page_nav li a {
  background: #e4dbba;
  color: #000;
  border-radius: .21vw;
  text-decoration: none;
  padding: .26vw .52vw;
  height: 100%;
  width: 100%;
  display: inline-block;
}

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

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

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

#individual footer .company_info img {
  width: 9.69vw;
  height: 3.59vw;
}

#individual footer .company_info div {
  margin: 0vw 0vw 0vw 2.08vw;
}

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

#individual footer .company_info ul li {
  margin: 0 .26vw;
  padding-left: .26vw;
  border-left: .05vw solid #000;
}

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

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

}

#individual footer p {
  width: 100%;
  text-align: center;
  margin: .05vw 0 0 0;
  color: #747474;
}

.contact main #news_list {
  padding-top: 2.6vw;
}

.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: 5.21vw;
  background: linear-gradient(to top, #4789eb 0%, #01347f 100%);
  color: #fff;
  border: none;
  border: .05vw solid #ffffff;
  padding: .52vw;
  text-decoration: none;
  margin-top: 1.04vw auto;
  border-radius: .26vw;
  filter: drop-shadow(.05vw .05vw .16vw rgba(0, 0, 0, 0.33));
}

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

.formbt {
  display: flex;
  justify-content: center;
  width: 13.02vw;
  margin: 1.04vw auto 0 auto;
}

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

.send_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 5.21vw;
  background: linear-gradient(to top, #4789eb 0%, #01347f 100%);
  color: #fff;
  border: none;
  border: .05vw solid #ffffff;
  padding: .52vw;
  text-decoration: none;
  border-radius: .26vw;
  filter: drop-shadow(.05vw .05vw .16vw rgba(0, 0, 0, 0.33));
}

.guide_title {
  padding: .42vw;
  margin: 0 auto 1.25vw 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: .15vw solid #c13df8;
  border-radius: .21vw;
  margin: 1%;
  overflow: hidden;
  /* background: #ffffff; */
}

.guide_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  transition: 0.5s ease;
  color: #3a3231;
  font-size: .85vw;
  font-weight: 500;
}

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

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

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

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

.img_wrapper {
  width: 45%;
}

.img_wrapper .img_area {
  width: 100%;
  border: .3vw solid #fff;
  box-shadow: 0vw .1vw .16vw .05vw #333333a3;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
}

.img_wrapper .img_area img {
  width: 100%;
  transition: all 0.3s;
  margin-bottom: 0 !important;
}

.img_wrapper .img_area img:hover {
  transform: scale(1.1);
}

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

.img_contain a {
  width: 9vw;
  height: 2vw;
  text-align: center;
  text-decoration: none;
  background: #8717b2;
  line-height: 2vw;
  color: #fff;
  font-size: 1vw;
}

.img_contain a:hover {
  background: #f46be7;
}