@charset "UTF-8";
article {
  position: relative;
  padding: 0 0 34px;
  min-width: 1000px;
  background-position: center top, center 895px, center top;
  background-repeat: no-repeat;
  background-attachment: scroll, scroll, fixed;
  background-size: auto, auto, cover;
  background-image: url(/pbvs/img/2022_5/header_main_bg_top.jpg), url(/pbvs/img/2021_2/header_main_bg_bottom.png), url(/pbvs/img/main_bg.jpg);
  overflow: hidden;
}

header {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 1165px;
}

header > h1 {
  position: absolute;
  top: 307px;
  left: 164px;
  width: 691px;
  height: 409px;
}

.userCount{
  position: absolute;
  top: 666px;
  left: -16px;
  width: 1032px;
  height: 133px;
}

header > h3 {
  position: absolute;
  top: 10px;
  left: 12px;
}

.sns {
  position: absolute;
  top: 10px;
  right: 12px;
  display: table;
}

.sns > li {
  display: table-cell;
  padding: 0 6px;
  vertical-align: middle;
  text-align: center;
}

.sns > li > button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  vertical-align: top;
}

.sns > li > button > img {
  width: auto;
  height: 23px;
}

.headerText {
  position: absolute;
  top: 590px;
  left: 73px;
}

.store {
  position: absolute;
  top: 800px;
  left: 134px;
  width: 730px;
  height: 222px;
  background-image: url(/pbvs/img/store_bg.png?v=20170522);
}

.store > h2 {
  position: absolute;
  top: 50px;
  left: 212px;
}

.store > p {
  position: absolute;
  top: 42px;
  left: 64px;
}

.store > ul {
  margin: 100px 0px 0px 218px;
}

.store > ul > li {
  display: inline-block;
}

.info {
  position: absolute;
  top: 960px;
  padding: 20px;
  left: 50%;
  width: 800px;
  height: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border: 2px #b89520 solid;
  border-radius: 5px;
  overflow: visible;
}

.info h2 {
  margin: -20px auto 0;
  color: #fff;
}

.info ol {
  position: relative;
  height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  line-height: 1.4;
}

.info ol li {
  display: inline-block;
}

.info ol li a {
  text-decoration: none;
  color: #fff;
}

.info ol li a:visited, .info ol li a:active {
  color: #fff;
}

.info ol li a:hover {
  color: #fff;
  text-decoration: underline;
}


.info + .pv {
  bottom: -300px;
}

.pvFrame {
  position: relative;
  display: inline-block;
  width: 505px;
  height: 383px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/pbvs/img/pv_bg_min.png?v=20170522);
  text-align: center;
}

.pvFrame > h2 {
  margin: 25px 0 0;
  text-align: center;
}

.pvFrame > iframe {
  position: relative;
  margin: 10px auto 0;
  padding: 4px 5px 4px 4px;
  width: 435px;
  height: 242px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: url(/pbvs/img/pv_frame.png?v=20170522);
}

.pvFrame.new:before,
.pvFrame.new:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 106px;
  height: 107px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: url(/pbvs/img/pv_new_mark.png?v=20170522);
}

.pvFrame.new:after {
  z-index: 10;
  -webkit-animation: newMark 2s ease-out infinite;
  animation: newMark 2s ease-out infinite;
}

.pv{
  position: relative;
  margin: 0 auto 30px;
  padding: 18px 0 80px;
  width: 1000px;
  -webkit-background-size: 100% auto;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/pbvs/img/pv_bg_min.png?v=20170522);
  text-align: center;
}
.pv > h2 {
  display: block;
  padding: 40px 0 20px;
  margin: 0 auto;
  text-align: center;
}
.pv iframe{
  width: 800px;
  height: 450px;
}


@-webkit-keyframes newMark {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes newMark {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.cm {
  position: absolute;
  bottom: -260px;
  left: -50px;
  padding: 44px 20px;
  width: 1060px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/pbvs/img/cm_bg.png);
}

.cm > ul {
  text-align: center;
}

.cm > ul > li {
  position: relative;
  display: inline-block;
  text-align: center;
}

.cm > ul > li > a {
  position: relative;
  display: inline-block;
}

.cm > ul > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/pbvs/img/btn_movie_open.png);
}

.cm > ul:last-child > li > a:after {
  -webkit-background-size: auto 40%;
  background-size: auto 40%;
}

.cm > ul > li > h3 {
  text-align: center;
}

.cm > ul:first-child > li > h3 {
  margin: 0 0 16px;
}

.cm > ul:last-child > li > h3 {
  margin: 0 0 10px;
}

.cm > ul > li.new:before,
.cm > ul > li.new:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 35px;
  left: -18px;
  width: 106px;
  height: 107px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: url(/pbvs/img/pv_new_mark.png?v=20170522);
  z-index: 10;
}

.cm > ul > li.new:after {
  z-index: 11;
  -webkit-animation: newMark 2s ease-out infinite;
  animation: newMark 2s ease-out infinite;
}

.cm > ul:last-child > li.new:before,
.cm > ul:last-child > li.new:after {
  top: 25px;
  left: -14px;
  width: 80px;
  height: 80px;
}

.vs,
.realName,
.mode,
.morePlay,
.stadium {
  margin: 0 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.vs {
  position: relative;
  width: 2000px;
  height: 1478px;
}

.vsMark {
  position: absolute;
  top: 282px;
  left: 50%;
  width: 550px;
  height: 550px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 2200% 100%;
  background-image: url(/pbvs/img/vs_fire.png?v=20170522);
  -webkit-animation: vsAnime 2s steps(22) infinite;
  animation: vsAnime 2s steps(22) infinite;
}

.vsText {
  position: absolute;
  top: 692px;
  left: 50%;
  width: 894px;
  height: 186px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url(/pbvs/img/vs_text.png?v=20170522);
}

@-webkit-keyframes vsAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -12100px 0;
  }
}

@keyframes vsAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -12100px 0;
  }
}

.vsFrame {
  position: absolute;
  bottom: 50px;
  left: 50%;
  padding: 31px 0 0 31px;
  display: block;
  width: 913px;
  height: 526px;
  background-image: url(/pbvs/img/vs_pv_frame.png?v=20170522);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vsFrame iframe {
  position: relative;
  width: 881px;
  height: 495px;
}

.realName {
  margin-top: 36px;
  width: 1040px;
  height: 950px;
  -webkit-transform: translateX(-48.6%);
  -ms-transform: translateX(-48.6%);
  transform: translateX(-48.6%);
}

.mode {
  margin-top: 28px;
  padding: 30px 0 28px;
  width: 100%;
  text-align: center;
  background-position: center top;
  background-image: url(/pbvs/img/mode_bg.png?v=20170522);
}

.mode > h2 {
  display: inline-block;
  margin: 0 auto;
}

.mode > ul {
  margin: 8px auto 0;
  width: 1000px;
  font-size: 0;
  text-align: center;
}

.mode > ul > li {
  display: inline-block;
}

.mode > ul > li:first-child {
  margin: 0 12px 0 0;
}

.morePlay {
  margin-top: 50px;
  width: 1021px;
  height: 893px;
}

.stadium {
  margin-top: 26px;
  margin-bottom: 26px;
	text-align: center;
}

.stadium ul {
  position: relative;
  margin: 0 auto;
  padding: 620px 0 0;
  width: 944px;
  font-size: 0;
}

.stadium ul li {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  width: 150px;
  height: 150px;
  text-align: center;
}

.stadium ul li:nth-child(6n) {
  margin: 0;
}

.stadium ul li a {
  display: inline-block;
  margin: 0 0 4px;
  border: 1px #fff solid;
  -webkit-box-shadow: 0px 0px 8px #90cfff;
  box-shadow: 0px 0px 8px #90cfff;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  will-change: border-color,transform;
  overflow: hidden;
}

.stadium ul li a > img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

.stadium ul li a:hover {
  border-color: #49DAFF;
}

.stadium ul li a:hover > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.stadium ul li h3 {
  position: absolute;
  top: 85px;
  left: 0;
  display: inline-block;
  width: 150px;
  text-align: center;
}
.stadium ul li h3 img{
  max-width: 100%;
}

.cboxPhoto {
  border: 2px #ff80b0 solid !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.caution {
  margin: 0 auto;
  width: 780px;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

footer {
  position: relative;
  padding: 0 0 20px;
  width: 100%;
  height: 440px;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-position: center top;
  background-repeat: repeat-x;
  background-image: url(/pbvs/img/footer_bg.jpg?v=20170522);
}

footer > p {
  display: inline-block;
}

.footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 8px 0 0;
  width: 852px;
  height: 254px;
  text-align: center;
  vertical-align: middle;
}

.footerInner > h2 {
  margin: 20px 0 0;
  width: 252px;
}

.specList {
  position: relative;
  margin: 0 0 0 -40px;
  width: 226px;
}

.specList > dt,
.specList > dd {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
}

.specList > dt {
  font-weight: bold;
  text-align: right;
}

.specList > dd {
  text-align: left;
}

.specList > dt:after {
  content: '：';
}

.footerInner > div {
  position: relative;
  margin: 0 0 0 30px;
  width: 380px;
}

.footerInner > div > p{
  padding: 1rem 0 0 1rem;
}

.footerInner > div > ul {
  display: table;
}

.footerInner > div > ul li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}

.footerInner > div > ul.footer_store {
  position: relative;
  margin: 0 0 12px;
}

.footerInner > div > ul.footer_store > li {
  display: inline-block;
}

.footerInner > div > ul.footer_store > li > a {
  display: inline-block;
  border: 2px #fff solid;
  border-radius: 10px;
  overflow: hidden;
}

.footerInner > div:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -14px;
  width: 1px;
  height: 150px;
  background-color: #fff;
}

.coloplCommon {
  display: table;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 720px;
  vertical-align: middle;
}

.coloplCommon > h3 {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}

.coloplCommon > ul {
  display: table-cell;
  width: 80%;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
}

.coloplCommon > ul > li {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}

.coloplCommon > ul > li > a,
.coloplCommon > ul > li > a:visited,
.coloplCommon > ul > li > a:active {
  color: #fff;
  text-decoration: none;
}

.coloplCommon > ul > li > a:hover {
  color: #FF5B00;
}

.footer_marks{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_marks li{
  margin: 0 6px;
}
