@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../font/NotoSansJP-Regular.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(../font/NotoSerifJP-Regular.otf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(../font/NotoSerifJP-Bold.otf) format("truetype");
  font-style: normal;
}


.img_100 {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}

.btn {
  background-color: transparent;
  outline: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.moveUp img {
  transition: transform 0.3s;
}

.moveUp:hover img {
  transform: translateY(5%);
}

html,
body {
  min-width: 1280px;
  position: relative;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* loading */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}

.page {
  width: 100%;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: relative;
  overflow: hidden;
}


.topbar {
  width: 100%;
  height: 0.68rem;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  box-shadow: 0 0.1rem 10px #00000038;
}

.topbar-con {
  width: 11.755rem;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-con ul {
  width: 5.38rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.topbar-logo {
  width: 1.4rem;
  height: 0.62rem;
}


.topbar-con ul.topbar-left {
  width: 4.035rem;
}


.topbar-con ul li {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-con ul.topbar-left li {
  width: 33%;
}

.topbar-con ul.topbar-left li {
  border-right: 1px solid #ccc;
}

.topbar-con ul.topbar-right li {
  border-left: 1px solid #ccc;
}

.topbar-con ul li .item {
  width: 1rem;
  height: 0.26rem;
  position: relative;
  color: #000;
  font-family: "NotoSansJP-Regular";
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.26rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.topbar-con ul li .item::before {
  content: "";
  width: 0;
  height: 0.26rem;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.topbar-con ul li .item:hover::before {
  width: 100%;
}

.topbar-con ul li .item:hover {
  color: #fff;
}


.topbar-sns {
  width: 1.4rem;
  height: 0.28rem;
  display: flex;
  justify-content: space-between;
  float: left;
  transform: scale(0.8);
}

.topbar-sns a {
  background: url(../images/home/topbar/sns.png?v2) no-repeat 0 0 / 1.53rem 0.58rem;;
  width: 0.42rem;
  height: 0.3rem;
}

.topbar-sns a.topbar-sns-youtube {
  background-position-x: 0;
}

.topbar-sns a.topbar-sns-twitter {
  background-position-x: -0.56rem;
}

.topbar-sns a.topbar-sns-discord {
  background-position-x: -1.12rem;
}

.topbar-sns a:hover {
  background-position-y: -0.32rem;
}

.topbar-bgm {
  background: url(../images/home/topbar/bgm_switch.png) no-repeat 0 0 / 0.25rem 0.45rem;
  width: 0.25rem;
  height: 0.22rem;
  float: left;
  margin-left: 0.1rem;
}

.topbar-bgm:hover {
  background-position-y: -0.25rem;
}

.topbar-bgm.cur {
  background-position-y: -0.25rem;
}

.bg-kv video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -100;
}

.bg-kv-mask {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/home/1/mask_dot.png);
  background-repeat: repeat;
  z-index: -90;
}


.bgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.bg-top {
  background: url(../images/home/bg.jpg) repeat 0 0 / 1.62rem 2.15rem;
  width: 100%;
  height: calc((39.63rem * 0.8));
  position: absolute;
  top: 100vh;
  left: 0;
  z-index: -1;
  overflow: hidden;
}


.bg-bottom {
  background: url(../images/home/bg.jpg) repeat 0 0 / 1.62rem 2.15rem;
  width: 100%;
  height: 13rem;
  position: absolute;
  top: calc(100vh + 39.63rem * 0.8 + 10rem);
  left: 0;
  z-index: -1;
  overflow: hidden;
}


.s1 {
  width: 100%;
  height: 100vh;
  /* min-height: 936px; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.s1-con {
  width: 100%;
  height: 100%;
}

.s1-words-left {
  width: 5.38rem;
  height: 8.98rem;
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  transform: scale(1.2);
}

.s1-words-left1 {
  width: 1.3rem;
  height: 6.76rem;
  position: absolute;
  top: 1.88rem;
  left: 1.86rem;
}

.s1-words-left2 {
  width: 0.61rem;
  height: 6.71rem;
  position: absolute;
  top: 3.24rem;
  left: 1.04rem;
}

.s1-words-right {
  width: 5.62rem;
  height: 10rem;
  position: absolute;
  top: 0rem;
  right: -1rem;
  transform: scale(0.8);
}

.s1-words-right1 {
  width: 0.37rem;
  height: 2rem;
  position: absolute;
  top: 2.1rem;
  right: 1.44rem;
}

.s1-words-right2 {
  width: 0.39rem;
  height: 3.69rem;
  position: absolute;
  top: 2.1rem;
  right: 2.08rem;
}

.s1-words-right3 {
  width: 0.4rem;
  height: 6.25rem;
  position: absolute;
  top: 2.1rem;
  right: 2.7rem;
}

.s1-download {
  width: 4.48rem;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0.46rem;
  bottom: 0.36rem;
}

.s1-download a {
  width: 2.06rem;
  height: 0.6rem;
  cursor: pointer;
  pointer-events: all;
}

.s1-kv-thumb {
  width: 5.4rem;
  height: 3.04rem;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  pointer-events: all;
  overflow: hidden;
}

.s1-kv-thumb .s1-kv-img {
  transition: all 0.3s;
  filter: brightness(0.5);
}

.s1-kv-thumb:hover .s1-kv-img {
  transform: scale(1.2);
}

.s1-kv-play {
  width: 1.05rem;
  height: 1.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.525rem;
  margin-left: -0.525rem;
}



.main {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-top: 100vh;
}

.s2 {
  width: 100%;
  position: relative;
}

.s2-pic {
  width: 13.5rem;
  height: 4.56rem;
  margin: 0 auto;
  position: relative;
  padding-top: 2.6rem;
}

.s2-pic-top {
  width: 12.7rem;
  height: 3.46rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  margin-left: -6.35rem;
}

.s2-pic-list {
  width: 13.5rem;
  height: 1.9rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.s2-pic-list li {
  width: 3.35rem;
  height: 0.94rem;
  margin-right: 0.02rem;
  margin-bottom: 0.02rem;
}

.s2-pic-list li:nth-child(4n) {
  margin-right: 0;
}

.s2-pic-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.s2-main {
  width: 13.5rem;
  margin: 0.84rem auto 0;
  display: flex;
  justify-content: space-between;
}

.s2-news {
  width: 6.46rem;
  height: 5.54rem;
}

.s2-news-tab {
  width: 100%;
  height: 0.26rem;
  display: flex;
  justify-content: space-between;
  padding-right: 0.6rem;
  position: relative;
}

.s2-news-tab li {
  width: 1rem;
  height: 0.26rem;
}

.s2-news-tab li .item {
  display: block;
  width: 1rem;
  height: 0.26rem;
  position: relative;
  color: #000;
  font-family: "NotoSansJP-Regular";
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.26rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.s2-news-tab li .item::before {
  content: "";
  width: 0;
  height: 0.26rem;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s2-news-tab li .item:hover::before,
.s2-news-tab li.cur .item::before {
  width: 100%;
}

.s2-news-tab li .item:hover,
.s2-news-tab li.cur .item {
  color: #fff;
}

.s2-more {
  width: 0.27rem;
  height: 0.27rem;
  position: absolute;
  right: 0;
  top: 0;
}

.s2-news-con {
  display: none;
  width: 6.46rem;
  height: 3.66rem;
  margin-top: 0.42rem;
}

.s2-news-con.cur {
  display: block;
}

.s2-news-con li {
  width: 6.46rem;
  height: 0.5rem;
  margin-bottom: 0.3rem;
}

.s2-news-con li:last-child {
  margin-bottom: 0;
}

.s2-news-con li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.s2-news-time {
  display: block;
  width: 1rem;
  height: 0.26rem;
  color: #7c714a;
  font-family: "NotoSansJP-Regular";
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.s2-news-line {
  width: 100%;
  height: 0.26rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.s2-news-type {
  width: 1rem;
  height: 0.26rem;
  background-color: #d5c384;
  text-align: center;
  line-height: 0.26rem;
  font-size: 0.22rem;
  font-family: "NotoSansJP-Regular";
  color: #000;
}

.s2-news-title {
  width: 4.7rem;
  height: 0.26rem;
  font-family: "NotoSansJP-Regular";
  font-size: 0.22rem;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s;
}

.s2-news-line::before {
  content: "";
  background: url(../images/home/2/arrow.png) no-repeat 0 0 / 100% 100%;
  width: 0.28rem;
  height: 0.18rem;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  margin-top: -0.09rem;
  transition: all 0.3s;
}

.s2-news-con li:hover .s2-news-line::before {
  transform: translateX(-0.05rem);
}

.s2-news-con li:hover .s2-news-title {
  opacity: 0.7;
}

.s2-faq {
  display: block;
  width: 2.4rem;
  height: 0.6rem;
  margin-top: 0.58rem;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-family: "NotoSansJP-Regular";
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.6rem;
  padding-left: 0.36rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.s2-faq:hover {
  color: #fff;
}

.s2-faq::after {
  content: "";
  background: url(../images/home/2/btn_icon_0.png) no-repeat 0 0 / 100% 100%;
  width: 0.53rem;
  height: 0.09rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.045rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.s2-faq:hover::after {
  background-image: url(../images/home/2/btn_icon_1.png);
}

.s2-faq::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s2-faq:hover::before {
  width: 100%;
}

.s2-right {
  width: 4.24rem;
  height: 5.54rem;
}

.s2-right-top {
  width: 100%;
  padding: 0 0.1rem;
  display: flex;
  justify-content: space-between;
  font-family: "NotoSansJP-Regular";
  font-size: 0.2rem;
}

.s2-right-top span:first-child {
  font-weight: 700;
}

.s2-twitter {
  margin-top: 0.1rem;
  width: 100%;
  height: 4.16rem;
  border: 2px solid #ebeef1;
}

.s2-followUs {
  display: block;
  width: 2.4rem;
  height: 0.6rem;
  margin-top: 0.46rem;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-family: "NotoSansJP-Regular";
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.6rem;
  padding-left: 0.36rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.s2-followUs:hover {
  color: #fff;
}

.s2-followUs::after {
  content: "";
  background: url(../images/home/2/btn_icon_0.png) no-repeat 0 0 / 100% 100%;
  width: 0.53rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -0.045rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.s2-followUs:hover::after {
  background-image: url(../images/home/2/btn_icon_1.png);
}

.s2-followUs::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s2-followUs:hover::before {
  width: 100%;
}

.s3 {
  width: 100%;
  height: 9.6rem;
  margin-top: 3.46rem;
  position: relative;
}

.s3-title {
  width: 1.84rem;
  height: 5.53rem;
  position: absolute;
  top: -1.8rem;
  left: 1.4rem;
  z-index: 10;
}

.s3-con {
  width: 100%;
  height: 9.6rem;
  position: relative;
}

.swiper-wv {
  width: 100%;
  height: 8rem;
}

.swiper-wv .swiper-slide {
  overflow: hidden;
}

.wv-img {
  position: absolute;
  width: 100%;
  height: 8rem;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  padding-top: 3.7rem;
  padding-left: 6.1rem;
}

.wv-title {
  width: 8rem;
  color: #fff;
  font-family: "NotoSerifJP-Regular";
  font-size: 0.7rem;
  text-align: left;
  line-height: 2;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}

.wv-story {
  width: 8.6rem;
  color: #fff;
  font-family: "NotoSerifJP-Regular";
  font-size: 0.22rem;
  text-align: left;
  line-height: 2;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}

.swiper-wv .swiper-slide.swiper-slide-active .wv-title,
.swiper-wv .swiper-slide.swiper-slide-active .wv-story {
  opacity: 1;
  transform: translateY(0);
}

.swiper-pagination-wv {
  width: 6.5rem !important;
  height: 0.6rem;
  border: 1px solid #000;
  bottom: 0.78rem !important;
  right: 0.94rem;
  left: auto !important;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.swiper-pagination-wv .swiper-pagination-bullet {
  width: 33.3%;
  height: 100%;
  opacity: 1 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  line-height: 0.6rem;
  font-size: 0.18rem;
  font-family: "NotoSerifJP-Regular";
  padding-left: 0.28rem;
  text-align: left;
  position: relative;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.swiper-pagination-wv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #7c714a;
}

.swiper-pagination-wv .swiper-pagination-bullet:hover {
  color: #7c714a;
}

.swiper-pagination-wv .swiper-pagination-bullet::before {
  content: "";
  background: url(../images/home/3/arrow_0.png) no-repeat 0 0 / 100% 100%;
  width: 0.53rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0.24rem;
  margin-top: -0.05rem;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.swiper-pagination-wv .swiper-pagination-bullet:hover::before {
  transform: translateX(0.05rem);
  background-image: url(../images/home/3/arrow_1.png);
}

.swiper-pagination-wv .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-image: url(../images/home/3/arrow_1.png);
}

.swiper-pagination-wv .swiper-pagination-bullet::after {
  content: "";
  width: 1px;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.15rem;
  background-color: #000;
}

.swiper-pagination-wv .swiper-pagination-bullet:last-child::after {
  display: none;
}

.wv-prev {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #000;
  box-sizing: border-box;
  right: 1.72rem;
  margin-top: auto;
  top: auto;
  left: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wv-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wv-prev:hover:before {
  transform: scaleX(1);
}

.wv-prev::after {
  content: "";
  background: url(../images/home/3/icon_0.png) no-repeat 0 0 / 100% 100%;
  width: 0.29rem;
  height: 0.16rem;
  transition: background 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.wv-prev:hover::after {
  background-image: url(../images/home/3/icon_1.png);
}

.wv-next {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #000;
  box-sizing: border-box;
  right: 0.94rem;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.wv-next::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wv-next:hover:before {
  transform: scaleX(1);
}

.wv-next::after {
  content: "";
  background: url(../images/home/3/icon_0.png) no-repeat 0 0 / 100% 100%;
  transform: rotate(180deg);
  width: 0.29rem;
  height: 0.16rem;
  transition: background 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.wv-next:hover::after {
  background-image: url(../images/home/3/icon_1.png);
}

.s4 {
  width: 100%;
  height: 12.1rem;
  position: relative;
  margin: 0.82rem auto 0;
  display: inline-block;
  overflow-x: clip;
}

.s4-title {
  width: 1.85rem;
  height: 7.24rem;
  position: absolute;
  top: 4rem;
  right: 1.14rem;
  pointer-events: none;
  z-index: 10;
}

/* .s4-main {
  overflow: hidden;
  overflow-y: visible;
} */

.s4-camp-tab {
  width: 4.76rem;
  height: 1.16rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 4rem;
  bottom: -1.2rem;
  z-index: 10;
}

.s4-camp-tab li {
  background: url(../images/home/4/flag_bg.png) no-repeat 0 0 / 1.16rem 2.32rem;
  width: 1.16rem;
  height: 1.16rem;
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-top: 0.42rem;
}

.s4-camp-tab li img {
  width: 0.56rem;
  height: 0.49rem;
}

.s4-camp-tab li.cur {
  background-position-y: -1.12rem;
}

.s4-camp-tab li:hover {
  background-position-y: -1.12rem;
}

.s4-camp-con {
  width: 14rem;
  height: 11.3rem;
  margin: 0.8rem 0 0 3.5rem;
  position: relative;
}

.s4-camp-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s4-camp-item.cur {
  opacity: 1;
}

.s4-role-tab {
  width: 5.94rem;
  height: 0.69rem;
  position: absolute;
  top: 1.7rem;
  left: 0rem;
  display: flex;
  justify-content: flex-start;
}

.s4-role-tab li {
  width: 1.36rem;
  height: 0.69rem;
  margin-right: 0.1rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s4-role-tab li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #0000004d;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s4-role-tab li.cur::before,
.s4-role-tab li:hover::before {
  background-color: transparent;
}

.s4-role-tab li:last-child {
  margin-right: 0;
}

.s4-role-tab li .line {
  width: 1.28rem;
  height: 0.6rem;
  position: absolute;
  z-index: 2;
}

.s4-role-tab li .line span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.s4-role-tab li .line span::before {
  content: "";
  width: 0.15rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s4-role-tab li .line span::after {
  content: "";
  width: 1px;
  height: 0.15rem;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s4-role-tab li:hover .line span::before,
.s4-role-tab li.cur .line span::before {
  width: 100%;
}

.s4-role-tab li:hover .line span::after,
.s4-role-tab li.cur .line span::after {
  height: 100%;
}

.s4-role-tab li .line span:first-child::before,
.s4-role-tab li .line span:first-child::after {
  top: 0;
  left: 0;
}

.s4-role-tab li .line span:nth-child(2)::before,
.s4-role-tab li .line span:nth-child(2)::after {
  top: 0;
  right: 0;
}

.s4-role-tab li .line span:nth-child(3)::before,
.s4-role-tab li .line span:nth-child(3)::after {
  bottom: 0;
  right: 0;
}

.s4-role-tab li .line span:nth-child(4)::before,
.s4-role-tab li .line span:nth-child(4)::after {
  bottom: 0;
  left: 0;
}

.s4-more {
  width: 1.3rem;
  height: 0.22rem;
  position: absolute;
  top: 2.62rem;
  left: 0;
  font-weight: 700;
  z-index: 10;
}

.s4-more::after {
  content: "";
  background: url(../images/home/4/arrow.png) no-repeat 0 0 / 100% 100%;
  width: 0.53rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  right: 0;
  transition: all 0.3s;
}

.s4-more:hover::after {
  transform: translateX(0.1rem);
}

.s4-more span {
  display: block;
  width: 0.74rem;
  height: 0.22rem;
  line-height: 0.22rem;
  text-align: center;
  color: #000;
  font-size: 0.18rem;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
  position: relative;
}

.s4-more:hover span {
  color: #fff;
}

.s4-more span::after {
  content: "";
  width: 0.74rem;
  height: 0.22rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: -1;
}

.s4-more:hover span::after {
  transform: scaleX(1);
}

.s4-role-con {
  width: 14rem;
  height: 11.3rem;
  position: relative;
}

.s4-role-con li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.s4-role-con li.cur {
  opacity: 1;
}


.s4-role-info {
  width: auto;
  height: 1.4rem;
  position: relative;
  transform: translateX(-5rem);
  opacity: 0;
  transition: all 0.5s;
}

.s4-role-con li.cur .s4-role-info {
  transform: translateX(0);
  opacity: 1;
}

.s4-role-info::after {
  content: "";
  background: url(../images/home/4/name_bg_shu.png) no-repeat 0 0 / 100% 100%;
  width: 5.4rem;
  height: 0.53rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.s4-role-info.shu::after {
  background: url(../images/home/4/name_bg_shu.png) no-repeat 0 0 / 100% 100%;
}

.s4-role-info.wei::after {
  background: url(../images/home/4/name_bg_wei.png) no-repeat 0 0 / 100% 100%;
}

.s4-role-info.wu::after {
  background: url(../images/home/4/name_bg_wu.png) no-repeat 0 0 / 100% 100%;
}

.s4-role-info.ta::after {
  background: url(../images/home/4/name_bg_ta.png) no-repeat 0 0 / 100% 100%;
}

.s4-role-name {
  font-size: 1.2rem;
  font-family: "NotoSerifJP-Bold";
  float: left;
}

.s4-role-info-right {
  float: left;
  padding-top: 0.3rem;
  padding-left: 0.2rem;
}

.s4-role-cv {
  height: 0.52rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s4-role-cv img {
  width: 0.51rem;
  height: 0.52rem;
}

.s4-role-cv span {
  font-family: "NotoSerifJP-Regular";
  font-size: 0.3rem;
  font-weight: 700;
  padding-left: 0.1rem;
}

.s4-role-subname {
  font-family: "NotoSerifJP-Regular";
  font-size: 0.24rem;
  margin-top: 0.1rem;
}

.s4-role-logo {
  width: 6.1rem;
  height: 6.1rem;
  position: absolute;
  top: -0.4rem;
  right: -5.5rem;
  z-index: 1;
  transform: scale(0.9);
}

.s4-role-v {
  width: 14rem;
  height: 6.28rem;
  position: absolute;
  top: 3.24rem;
  left: 0rem;
  overflow: hidden;
  z-index: 2;
  background-color: #000;
}


.s4-role-v video {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.s4-role-con li.cur .s4-role-v video {
  opacity: 1;
}

.s4-role-v::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0000005c;
  position: absolute;
  top: 0;
  left: 0;
}

.s4-role-character {
  width: 25.6rem;
  height: 14.64rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10rem;
  z-index: 3;
  pointer-events: none;
  transform: translateX(5rem);
  opacity: 0;
  transition: all 0.5s;
}

.s4-role-con li.cur .s4-role-character {
  transform: translateX(0);
  opacity: 1;
}

.s5 {
  width: 100%;
  height: 16.6rem;
  margin-top: 1.5rem;
  position: relative;
}

.s5-title {
  width: 1.35rem;
  height: 7.72rem;
  position: absolute;
  top: 0rem;
  left: 1.6rem;
}


.s5-con {
  width: 16rem;
  height: 3.06rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8rem;
  box-shadow: 5px 5px 5px #00000038;
  padding: 0.15rem;
}

.s5-con ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.s5-con ul li {
  width: 3rem;
  height: auto;
  position: relative;
}

.s5-v-poster {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  cursor: pointer;
}

.s5-v-poster img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform-origin: 50% 50%;
  filter: brightness(0.8);
}

.s5-v-poster:hover img {
  transform: scale(1.2);
}

.s5-v-play {
  width: 1.05rem;
  height: 1.05rem;
  pointer-events: none;
  position: absolute;
  top: 0.45rem;
  left: 50%;
  margin-left: -0.525rem;
}

.s5-v-title {
  width: 100%;
  font-family: "NotoSansJP-Regular";
  font-size: 0.24rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.2;
}

.s5-v-subtitle {
  width: 100%;
  font-family: "NotoSansJP-Regular";
  font-size: 0.14rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.2;
}

.s5-v-tips {
  font-family: "NotoSansJP-Regular";
  font-size: 0.14rem;
  color: #000;
  opacity: 0.5;
  line-height: 1.5;
}

.s5-con ul li:last-child a {
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #000;
  transition: all 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding-left: 0.36rem;
  font-family: "NotoSansJP-Regular";
  font-size: 0.24rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 2rem;
}


.s5-con ul li:last-child a::after {
  content: "";
  background: url(../images/home/5/arrow.png) no-repeat 0 0 / 100% 100%;
  width: 0.65rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  right: 1rem;
}

.s5-con ul li:last-child a:hover {
  background-color: #000000bf;
}

.footer {
  margin-top: 2.3rem;
  width: 100%;
  height: 5rem;
  background-color: #000;
  position: relative;
  padding: 0 0.3rem;
}

.footer-left {
  float: left;

}

.footer-left p {
  font-family: "NotoSansJP-Regular";
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}

.footer-logo {
  width: 2.2rem;
  height: 0.62rem;
}

.footer-download {
  width: 2.9rem;
  height: 0.39rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
  margin-bottom: 0.68rem;
}

.footer-download a {
  width: 1.35rem;
  height: 0.39rem;
}

.footer-right {
  width: 8.8rem;
  float: right;
  text-align: right;
}

.footer-nav {
  display: inline-block;
  padding-top: 1.1rem;
  width: 8.8rem;
  margin-bottom: 0.4rem;
}

.footer-nav ul {
  width: 100%;
  height: 100%;
}

.footer-nav ul li {
  font-family: "NotoSansJP-Regular";
  font-size: 0.18rem;
  color: #c4c4c4;
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  line-height: 1.3;
}

.footer-nav ul li a {
  display: block;
  position: relative;
}

.footer-nav ul li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #c4c4c4;
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.footer-nav ul li:hover a::after {
  width: 100%;
}

.footer-nav ul li:hover {
  color: #fff;
}

.footer-sns {
  width: 1.99rem;
  height: 0.42rem;
  display: inline-block;
}

.footer-sns ul {
  width: 1.99rem;
  height: 0.42rem;
  display: flex;
  justify-content: space-between;
}

.footer-sns li {
  width: 0.42rem;
  height: 0.42rem;
}

.footer-sns li:first-child {
  width: 0.58rem;
}

.footer-sns a {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  /* background: url(../images/home/footer/btn_sns.png) no-repeat 0 0 / 1.93rem 0.95rem; */
}

.footer-sns a.footer-sns-youtube {
  width: 0.58rem;
}

/* 
.footer-sns li:first-child a {
  background-position: 0 0;
}

.footer-sns li:nth-child(2) a {
  background-position: -0.76rem 0;
}

.footer-sns li:nth-child(3) a {
  background-position: -1.5rem 0;
}

.footer-sns li:hover a {
  background-position-y: -0.56rem;
} */

.footer-sns a img {
  filter: brightness(1);
  transition: all 0.3s;
}

.footer-sns a:hover img {
  filter: brightness(0.8);
}

.footer-info {
  margin-top: 1.2rem;
  font-family: "NotoSansJP-Regular";
  font-size: 12px;
  color: #c4c4c4;
  word-break: break-all;
  white-space: nowrap;
}

/* dialog */
.dialog-mask {
  background-color: #000;
  border-top: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.dialog-mask.on {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 9997;
}

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
}

.dialog.on {
  display: block;
}

.dialog-v {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog-v video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog-v .dialog-close {
  width: 1.11rem;
  height: 0.46rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}

.dialog-v .dialog-close:hover {
  opacity: 0.8;
}

.dialog-media-v {
  width: 14rem;
  height: 8rem;
  margin-left: -7rem;
  margin-top: -4rem;
}

.dialog-media-v .dialog-con video {
  width: 100%;
  height: 100%;
}

.dialog-media-v .dialog-close {
  width: 1.11rem;
  height: 0.46rem;
  position: absolute;
  top: -1rem;
  right: 0rem;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}

.dialog-media-v .dialog-close:hover {
  opacity: 0.8;
}


/* 转场 */
.interlude {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.interlude canvas {
  width: 100%;
  height: 100%;
}

/* 子页面 */
.subpage {
  width: 100%;
  /* min-height: 19.41rem; */
  /* background-color: #000; */
  position: relative;
}

.subpage .wrapper {
  overflow: auto;
}

.subpage .page {
  width: 100%;
  position: relative;
}

.subpage .page::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/news/bg.jpg) no-repeat center 0 / cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.subpage-con {
  width: 100%;
  position: relative;
}

.subpage-main {
  width: 100%;
  min-height: 14.4rem;
}

.subpage .footer {
  margin-top: 0.1rem;
}

.subpage-swiper {
  width: 100%;
  height: 4rem;
}

.subpage-swiper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* news */
.news-top {
  margin: 0.3rem auto 0;
  width: 14rem;
  height: 0.7rem;
  position: relative;
}

.news-top::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #505861;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.news-tab {
  float: left;
  height: 0.7rem;
}

.news-tab li {
  float: left;
  width: 2.12rem;
  height: 100%;
}

.news-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.7rem;
  color: #000;
  font-size: 0.3rem;
  font-family: "NotoSansJP-Regular";
  position: relative;
}

.news-tab li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, transparent 0%, #0000001c 50%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.news-tab li a:hover::after {
  opacity: 1;
}

.news-tab li a.cur::after {
  opacity: 1;
}


.goBack {
  width: 1.11rem;
  height: 0.46rem;
  float: right;
  transition: all 0.3s;
}

.goBack:hover {
  opacity: 0.5;
}

.news-list {
  margin: 0.4rem auto 0;
  width: 14rem;
  min-height: 8.72rem;
}

.news-list ul li {
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: #f4f4f457;
  border: 1px solid #dadada;
  margin-bottom: 0.32rem;
  cursor: pointer;
  transition: all 0.3s;
}

.news-list ul li:hover {
  background-color: #f4f4f4;
}

.news-list ul li a {
  padding: 0.2rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.news-list-img {
  width: 2rem;
  height: 1.1rem;
  float: left;
}

.news-list-info {
  width: 11.5rem;
  height: 100%;
  float: left;
  padding: 0.15rem 0.3rem;
}

.news-list-title {
  width: 9rem;
  font-size: 0.22rem;
  color: #000;
  font-family: "NotoSansJP-Regular";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s;
}

.news-list-item {
  width: 9rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.news-list-type {
  display: inline-block;
  background: url(../images/news/type1.png) no-repeat 0 0 / 100% 100%;
  width: 1rem;
  height: 0.25rem;
  text-align: center;
  line-height: 0.25rem;
  font-size: 16px;
  font-family: "NotoSansJP-Regular";
  position: relative;
  padding-right: 0.1rem;
}

@media screen and (max-width: 1680px) {
  .news-list-type {
    font-size: 12px;
  }
}

.news-list-type.type1 {
  background-image: url(../images/news/type1.png);
}

.news-list-type.type2 {
  background-image: url(../images/news/type2.png);
}

.news-list-type.type3 {
  background-image: url(../images/news/type3.png);
}

.news-list-type.type4 {
  background-image: url(../images/news/type4.png);
}

.news-list-type.type5 {
  background-image: url(../images/news/type5.png);
}

.news-list-type.type6 {
  background-image: url(../images/news/type6.png);
}

.news-list-time {
  display: inline-block;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #7c714a;
  margin-left: 0.36rem;
  font-size: 0.18rem;
  font-family: "NotoSansJP-Regular";
}

.news-list-more {
  width: 0.28rem;
  height: 0.18rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.09rem;
  transition: all 0.3s;
}


.news-list ul li:hover .news-list-more {
  transform: translateX(0.2rem);
}

/* faq */
.faq-top {
  margin: 0.3rem auto 0;
  width: 14rem;
  height: 0.7rem;
  position: relative;
  overflow: hidden;
}

.faq-searchBox {
  width: 6.2rem;
  height: 0.4rem;
  border: 1px solid #505861;
  background-color: #fff;
  margin-top: 0.1rem;
  float: left;
  box-sizing: border-box;
}

.faq-search-icon {
  width: 0.72rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
}

.faq-search-icon img {
  width: 0.26rem;
  height: 0.27rem;
}

.faq-search-icon::after {
  content: "";
  width: 1px;
  height: 0.22rem;
  background-color: #505861;
  position: absolute;
  top: 50%;
  margin-top: -0.11rem;
  right: 0;
}

.faq-search-input {
  width: 5.44rem;
  height: 100%;
  background-color: transparent;
  border: none;
  padding-left: 0.1rem;
  line-height: 0.4rem;
  color: #000;
  font-size: 12px;
}

/* detail */
.detail-top {
  margin: 1.4rem auto 0;
  width: 14rem;
  height: 0.46rem;
  position: relative;
  overflow: hidden;
}

.detail-con {
  width: 11.67rem;
  min-height: 100%;
  margin: 0 auto;
  padding: 0.4rem 0 1.84rem;
  position: relative;
}


.detail-title {
  width: 100%;
  color: #000;
  font-size: 0.3rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  font-family: "NotoSansJP-Regular";
}

.detail-time {
  display: inline-block;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #7c714a;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-family: "NotoSansJP-Regular";
}

.detail-body {
  width: 100%;
  margin-top: 0.3rem;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  word-break: break-all;
}

.detail-body p {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #000;
  font-size: 0.18rem;
  font-family: "NotoSansJP-Regular";
}

@media screen and (max-width: 1680px) {
  .detail-body,
  .detail-body p {
    font-size: 14px;
  }
}

.detail-body img {
  max-width: 100%;
  margin: 0.3rem auto;
}

/* media */
.media-con {
  width: 14rem;
  margin: 0.6rem auto 0;
  padding: 0 0.5rem;
}

.media-con ul {
  width: 100%;
  overflow: hidden;
}

.media-con ul li {
  width: 4rem;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.media-con ul li:nth-child(3n) {
  margin-right: 0;
}

.media-con ul li .s5-v-title {
  margin-top: 0.1rem;
}

/* heroes */
.heroes-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroes-tab li a div {
  display: flex;
  align-items: center;
}

.heroes-tab li a img {
  width: 0.56rem;
  height: 0.49rem;
}

.heroes-tab li a span {
  font-size: 0.3rem;
  padding-left: 0.14rem;
}

.heroes-con {
  width: 14rem;
  margin: 0.6rem auto 0;
  padding: 0 0.5rem;
}

.heroes-con ul {
  width: 100%;
  overflow: hidden;
}

.heroes-con ul li {
  width: 2.7rem;
  height: 3.12rem;
  float: left;
  margin-right: 0.7rem;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
  box-sizing: border-box;
  box-shadow: 0 0 5px #000;
  background-color: #000;
}

.heroes-con ul li:nth-child(4n) {
  margin-right: 0;
}

/* .heroes-con ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, #285634ad 0, transparent 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
}

.heroes-con ul li:hover::before {
  opacity: 1;
}

.heroes-con ul li.shu::before {
  background-image: -webkit-linear-gradient(90deg, #285634ad 0, transparent 50%);
}

.heroes-con ul li.wei::before {
  background-image: -webkit-linear-gradient(90deg, #2e445aad 0, transparent 50%);
}

.heroes-con ul li.wu::before {
  background-image: -webkit-linear-gradient(90deg, #562a29ad 0, transparent 50%);
}

.heroes-con ul li.ta::before {
  background-image: -webkit-linear-gradient(90deg, #73451fad 0, transparent 50%);
} */

.heroes-con ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heroes-con ul li a img {
  transition: all 0.3s;
}

.heroes-con ul li a:hover img {
  transform: scale(1.05);
}

/* heroes_detail */
/* body[data-type="heroes_detail"].subpage footer {
  margin-top: 0;
} */

body[data-type="heroes_detail"] .page,
body[data-type="heroes_detail"] .subpage-con,
body[data-type="heroes_detail"] .subpage-main,
body[data-type="heroes_detail"] .subpage-main .hd-con {
  width: 100%;
  height: 100%;
}

.hd-con {
  background: url(../images/heroes/bg.jpg) no-repeat center 0 / cover;
  width: 100%;
  height: 14.4rem;
  position: relative;
}

.hd-center {
  width: 25.6rem;
  height: 14.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  /* margin-left: -12.8rem; */
  margin-left: -14rem;
}

.hd-role-logo {
  width: 4.1rem;
  height: 4.1rem;
  position: absolute;
  top: 2.3rem;
  right: 4.88rem;
}

.hd-role-logo.shu {
  background: url(../images/heroes/logo_shu.png) no-repeat center center / 4.09rem 4.09rem;
}

.hd-role-logo.wei {
  background: url(../images/heroes/logo_wei.png) no-repeat center center / 4.13rem 4.07rem;
}

.hd-role-logo.wu {
  background: url(../images/heroes/logo_wu.png) no-repeat center center / 4.09rem 4.09rem;
}

.hd-role-logo.ta {
  background: url(../images/heroes/logo_ta.png) no-repeat center center / 4.09rem 4.23rem;
}

.hd-role-character {
  width: 25.6rem;
  height: 12.54rem;
  position: absolute;
  top: 0;
  left: 1rem;
}

.hd-role-info-new {
  width: 5.61rem;
  height: 5.61rem;
  position: absolute;
  top: 2.4rem;
  left: 7rem;
  z-index: 2;
}

.hd-role-info {
  width: auto;
  height: 1.4rem;
  position: absolute;
  top: 2rem;
  left: 7.54rem;
}

.hd-role-info::before {
  content: "";
  background: url(../images/heroes/shu.png) no-repeat 0 0 / 100% 100%;
  width: 0.56rem;
  height: 0.49rem;
  position: absolute;
  top: 0.3rem;
  left: -0.56rem;
}

.hd-role-info.shu::before {
  background: url(../images/heroes/shu.png) no-repeat 0 0 / 100% 100%;
}

.hd-role-info.wei::before {
  background: url(../images/heroes/wei.png) no-repeat 0 0 / 100% 100%;
}


.hd-role-info.wu::before {
  background: url(../images/heroes/wu.png) no-repeat 0 0 / 100% 100%;
}


.hd-role-info.ta::before {
  background: url(../images/heroes/ta.png?v1) no-repeat 0 0 / 100% 100%;
}



.hd-role-info::after {
  content: "";
  background: url(../images/heroes/name_bg_qun.png) no-repeat 0 0 / 100% 100%;
  width: 5.4rem;
  height: 0.53rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hd-role-info.shu::after {
  background: url(../images/heroes/name_bg_shu.png) no-repeat 0 0 / 100% 100%;
}

.hd-role-info.wei::after {
  background: url(../images/heroes/name_bg_wei.png) no-repeat 0 0 / 100% 100%;
}

.hd-role-info.ta::after {
  background: url(../images/heroes/name_bg_qun.png) no-repeat 0 0 / 100% 100%;
}

.hd-role-name {
  font-size: 1.2rem;
  font-family: "NotoSerifJP-Bold";
  float: left;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 0.2rem;
}

.hd-role-info-right {
  float: left;
  padding-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.hd-role-cv {
  height: 0.52rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hd-role-cv img {
  width: 0.51rem;
  height: 0.52rem;
}

.hd-role-cv span {
  font-family: "NotoSerifJP-Regular";
  font-size: 0.3rem;
  padding-left: 0.1rem;
  color: #fff;
}

.hd-role-subname {
  font-family: "NotoSerifJP-Regular";
  font-size: 0.24rem;
  margin-top: 0.1rem;
  color: #fff;
}

.hd-role-desc {
  width: 5.46rem;
  height: 1.7rem;
  font-family: "NotoSerifJP-Regular";
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  line-height: 1.5;
  position: absolute;
  top: 3.6rem;
  left: 7.54rem;
}

@media screen and (max-width: 1680px) {
  .hd-role-desc {
    font-size: 12px;
  }
}



.hd-role-hexagon {
  width: 1.78rem;
  height: 1.64rem;
  position: absolute;
  top: 7rem;
  left: 7.6rem;
  /* transform: scale(1.2); */
}

.hd-role-hexagon ul {
  font-family: "NotoSerifJP-Regular";
  font-size: 0.18rem;
  color: #fff;
  opacity: 0.7;
}

.hd-role-hexagon ul li {
  width: 1rem;
  z-index: 2;
}

.hd-role-hexagon ul li:first-child {
  position: absolute;
  top: -0.3rem;
  left: 0.56rem;
}

.hd-role-hexagon ul li:nth-child(2) {
  position: absolute;
  top: 0.3rem;
  left: 1.7rem;
}

.hd-role-hexagon ul li:nth-child(3) {
  position: absolute;
  top: 1.2rem;
  left: 1.7rem;
}

.hd-role-hexagon ul li:nth-child(4) {
  position: absolute;
  bottom: -0.3rem;
  left: 0.56rem;
}

.hd-role-hexagon ul li:nth-child(5) {
  position: absolute;
  top: 1.2rem;
  left: -0.54rem;
}

.hd-role-hexagon ul li:nth-child(6) {
  position: absolute;
  top: 0.3rem;
  left: -0.54rem;
}

.hd-role-v {
  width: 3.6rem;
  height: 2rem;
  position: absolute;
  top: 8.9rem;
  left: 7.66rem;
}

.hd-role-vImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.hd-role-vImg img {
  transition: all 0.3s;
  filter: brightness(0.8);
}

.hd-role-vImg:hover img {
  transform: scale(1.2);
}

.hd-role-playBtn {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  pointer-events: none;
}

.hd-back {
  width: 1.11rem;
  height: 0.46rem;
  position: absolute;
  top: 2.56rem;
  right: 2.5rem;
  z-index: 10;
  transition: all 0.3s;
}

.hd-back:hover {
  opacity: 0.5;
}