@charset "UTF-8";
* {
  color: #fff;
}

.alt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

.fixed-front {
  z-index: 100;
}

.sp {
  display: none !important;
}

.capcom__logo {
  position: relative;
  background: url(../images/capcom.gif) center top no-repeat;
  width: 145px;
  height: 28px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin: 0px auto;
}

.intro {
  position: relative;
  width: 100%;
  padding-top: 60px;
}

.intro .intro__bglayer {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 799px) {
  .intro .intro__bglayer {
    height: 100%;
    position: relative;
    height: 49vw;
  }
}

.intro .intro__bglayer .mbg {
  width: 100%;
  height: 100%;
  background: url(../images/main_bg.jpg) center no-repeat;
  background-size: 2200px 1084px;
}

@media only screen and (max-width: 799px) {
  .intro .intro__bglayer .mbg {
    display: none;
  }
}

.intro .intro__bglayer .chara_main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/main.png) no-repeat center bottom;
  background-size: 655px 764px;
}

@media only screen and (max-width: 799px) {
  .intro .intro__bglayer .chara_main {
    background-size: 100% auto;
    background-image: url(../images/main-s.jpg);
  }
}

.intro .intro__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  height: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 799px) {
  .intro .intro__content {
    height: 13vw;
  }
}

.intro .intro__content .logo .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

.intro .intro__content .title {
  position: relative;
  margin: 550px 0 0;
}

@media only screen and (max-width: 799px) {
  .intro .intro__content .title {
    margin: -22vw 0 0;
  }
}

.intro .intro__content .title img {
  margin: 0 auto;
}

.intro .intro__content .title .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

/*
=======================================================
	BANNER
=======================================================
*/
.event__banner {
  position: relative;
  width: 100%;
}

.event__banner__inner {
  position: relative;
  width: 96%;
  margin: 30px auto 10px;
}

.event__banner__inner div {
  margin: 0 5px;
}

.event__banner__inner .slick-prev,
.event__banner__inner .slick-next {
  z-index: 50;
  width: 70px;
  height: 70px;
  background: transparent;
}

.event__banner__inner .slick-prev:before,
.event__banner__inner .slick-next:before {
  font-size: 70px;
  color: #14224e;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.slick-current {
  opacity: 1;
}

/*
=======================================================
	NEWS
=======================================================
*/
.news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../images/bg_05.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0;
}

@media only screen and (max-width: 799px) {
  .news {
    padding-bottom: 10%;
    background-image: url(../images/bg_06s.jpg);
    background-attachment: inherit;
  }
}

.news .frame-border-top {
  position: absolute;
  top: 0;
  left: 0;
}

.news .news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 950px;
}

.news .news__inner .news__col3 {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 799px) {
  .news .news__inner .news__col3 {
    width: 90%;
  }
}

.news .news__inner .news__col3 img {
  margin: 0 auto;
}

.news .news__inner .news__col1 {
  background: #1a3bc09c;
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 0 0 20px 5px #00ffff;
          box-shadow: 0 0 20px 5px #00ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 799px) {
  .news .news__inner .news__col1 {
    border-radius: 0;
  }
}

.news .news__inner .news__col1 #info-inr {
  padding: 2%;
  width: 100%;
}

.news .news__inner .news__col1 #info-inr #info-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .news__inner .news__col1 #info-inr #info-title ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  border-right: rgba(255, 255, 255, 0.534) 1px solid;
}

.news .news__inner .news__col1 #info-inr #info-title ul li a {
  color: white;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.news .news__inner .news__col1 #info-inr #info-title ul li a:hover {
  background: rgba(255, 255, 255, 0.527);
  color: #00197db2;
}

.news .news__inner .news__col1 #info-inr #info-wrapper {
  position: relative;
  height: 330px;
  padding: 0 0 10px;
  margin: 10px 0;
}

.news .news__inner .news__col1 #info-inr #info-wrapper .infotab_container .info-list li {
  display: block;
  padding: 10px;
}

.news .news__inner .news__col1 #info-inr #info-wrapper .infotab_container .info-list li a {
  color: seashell;
  font-size: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.news .news__inner .news__col1 #info-inr #info-wrapper .infotab_container .info-list li a .news-date {
  color: #ff9c00;
}

.news .news__inner .news__col1 #info-inr #info-wrapper .infotab_container .info-list li:nth-child(odd) {
  background: rgba(0, 44, 102, 0.37);
}

.news .news__inner .news__col1 #info-inr #info-wrapper .infotab_container .info-list li:hover {
  background: rgba(151, 88, 5, 0.418);
}

.news .news__inner .news__col2 {
  width: 40%;
  max-width: 500px;
  background: #ffffffb2;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0 10px 0 #00ffff;
          box-shadow: 0px 0 10px 0 #00ffff;
}

@media only screen and (max-width: 799px) {
  .news .news__inner .news__col2 {
    width: 90%;
    border-radius: 0;
    margin-bottom: 20px;
  }
}

.news .news__inner .news__col2 #fb-root {
  width: 100%;
  max-width: 500px;
  max-height: 530px;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
}

.tag-eve .news-date::before,
.tag-sys .news-date::before,
.tag-upd .news-date::before,
.tag-ban .news-date::before {
  color: #ffffff;
  display: inline-block;
  width: 50px;
  border-radius: 6px;
  font-size: 50%;
  line-height: 1em;
  padding: 3px;
  width: 80px;
  text-align: center;
  margin-right: 10px;
}

.tag-eve .news-date::before {
  background: #ff0101;
}

.tag-sys .news-date::before {
  background: #53ca76;
}

.tag-upd .news-date::before {
  background: #3ca7ff;
}

.tag-ban .news-date::before {
  background: black;
}

.zh .tag-eve .news-date::before {
  content: '活動';
}

.zh .tag-sys .news-date::before {
  content: '系統';
}

.zh .tag-upd .news-date::before {
  content: '更新';
}

.zh .tag-ban .news-date::before {
  content: '鎖定';
}

.en .tag-eve .news-date::before {
  content: 'event';
}

.en .tag-sys .news-date::before {
  content: 'system';
}

.en .tag-upd .news-date::before {
  content: 'updates';
}

.en .tag-ban .news-date::before {
  content: 'ban';
}

.jp .tag-eve .news-date::before {
  content: '活動';
}

.jp .tag-sys .news-date::before {
  content: '更新';
}

.jp .tag-upd .news-date::before {
  content: '系統';
}

/*
=======================================================
	STORY
=======================================================
*/
.story {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 5% 0;
}

.story .frame-border-top {
  position: absolute;
  top: 0;
  left: 0;
}

.story .story__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1000px;
          flex: 0 1000px;
}

.story .story__inner .story__item__chara {
  position: absolute;
  width: 65%;
  left: -20%;
  top: 60%;
}

.story .story__inner .story__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.story .story__inner .story__col1 {
  margin-bottom: 20px;
}

.story .story__inner .story__col1 img {
  margin: 0 auto;
}

.story .story__inner .story__col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

.story .story__inner .story__col2 .story__item__movie {
  margin-bottom: 50px;
}

.story .story__inner .story__col2 .story__item__movie-a {
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 20px 3px rgba(0, 47, 255, 0.377);
          box-shadow: 0px 10px 20px 3px rgba(0, 47, 255, 0.377);
  border: rgba(255, 255, 255, 0.473) 20px solid;
}

.story .story__inner .story__col3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 70%;
          flex: 0 70%;
}

@media only screen and (max-width: 799px) {
  .story .story__inner .story__col3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.story .story__inner .story__col3 .story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateX();
          transform: translateX();
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.story .story__inner .story__col3 .story__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(0, 77, 243, 0.295);
  margin-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 0 0 15px #006cff, 0 0 15px #006cff, 0 0 25px #006cff;
  text-align: left;
}

.story .story__inner .story__col3 .story__content__item__tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 90%;
          flex: 0 90%;
  background: rgba(0, 55, 172, 0.267);
  font-size: 1.5em;
  padding: 1%;
  margin: 15px;
  font-weight: bolder;
}

.story .story__inner .story__col3 .story__content__item__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

@media only screen and (max-width: 799px) {
  .story .story__inner .story__col3 .story__content__item__dd {
    margin: 0 auto 15px;
    width: 90%;
  }
}

.story .story__inner .story__col3 .story__content__item__dd p {
  font-weight: bolder;
  font-size: 1.2em;
}

/*
=======================================================
	DETAIL
=======================================================
*/
.detail {
  position: relative;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 3;
  padding: 5%;
}

.detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail__item {
  max-width: 526px;
}

.detail__item p {
  text-shadow: 0 0 15px #006cff, 0 0 15px #006cff, 0 0 25px #006cff;
  text-align: left;
  font-size: 1.3em;
  font-weight: bolder;
}

.detail__dd p:first-child {
  color: yellow;
}

.detail__item img {
  width: 100%;
  display: block;
}

.detail__tt,
.detail__dd,
.detail__btn {
  margin-bottom: 30px;
}

.detail__tt {
  max-width: 526px;
  margin: 0 auto 30px;
}

.detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3%;
}

.detail__btn {
  width: 100%;
  max-width: 300px;
  position: relative;
  background: linear-gradient(135deg, transparent 10px, #0084ff 0) top left, linear-gradient(225deg, transparent 10px, #0084ff 0) top right, linear-gradient(315deg, transparent 10px, #0084ff 0) bottom right, linear-gradient(45deg, transparent 10px, #0084ff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  height: 50px;
}

@media only screen and (max-width: 799px) {
  .detail__btn {
    max-width: 90%;
  }
}

.detail__btn:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.detail__btn::before {
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 10px, #80ffff 0) top left, linear-gradient(225deg, transparent 10px, #80ffff 0) top right, linear-gradient(315deg, transparent 10px, #80ffff 0) bottom right, linear-gradient(45deg, transparent 10px, #80ffff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  -webkit-transition: 0.26s cubic-bezier(0.49, 0.66, 0.26, 0.93);
  transition: 0.26s cubic-bezier(0.49, 0.66, 0.26, 0.93);
  opacity: 0;
}

.detail__btn a {
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: block;
  font-size: 200%;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.detail__btn a:hover {
  -webkit-filter: drop-shadow(0px 0px 6px #72b3b1);
          filter: drop-shadow(0px 0px 6px #72b3b1);
}

/*
=======================================================
	CHARACTER
=======================================================
*/
.character {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  background: url(../images/bg_05.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

@media only screen and (max-width: 799px) {
  .character {
    background: url(../images/bg_05s.jpg) center 0 no-repeat;
    padding: 5% 0 0;
    background-attachment: inherit;
  }
}

.character .frame-border-top {
  position: absolute;
  top: 0;
  left: 0;
}

.character .character__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.character .character__inner .character__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.character .character__inner .character__col1 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(3, 5, 151, 0.664)), color-stop(80%, rgba(3, 5, 151, 0)));
  background: linear-gradient(0deg, rgba(3, 5, 151, 0.664) 10%, rgba(3, 5, 151, 0) 80%);
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 799px) {
  .character .character__inner .character__col1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.character .character__inner .character__col2 {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 799px) {
  .character .character__inner .character__col2 {
    width: 100%;
  }
}

.character .character__inner .character__col2 .character__item__chara {
  position: relative;
  width: 100%;
}

/*
=======================================================
	SYSTEM
=======================================================
*/
.system {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 799px) {
  .system {
    padding: 5% 0 0;
  }
}

.system .frame-border-top {
  position: absolute;
  top: 0;
  left: 0;
}

.system .system__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.system .system__inner .system__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 799px) {
  .system .system__inner .system__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

.system .system__inner .system__col2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 255, 242, 0.664)), color-stop(60%, rgba(3, 5, 151, 0)));
  background: linear-gradient(0deg, rgba(0, 255, 242, 0.664) 10%, rgba(3, 5, 151, 0) 60%);
}

.system__item__movie,
.story__item__movie {
  position: relative;
  width: 100%;
}

.system__item__movie-a,
.story__item__movie-a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.system__item__movie-a iframe,
.story__item__movie-a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
=======================================================
	OTHER
=======================================================
*/
.other {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url(../images/bg_05.jpg) bottom center;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0 0;
}

@media only screen and (max-width: 799px) {
  .other {
    background: url(../images/bg_05s.jpg) center 0 no-repeat;
    background-attachment: inherit;
  }
}

.other .frame-border-top {
  position: absolute;
  top: 0;
  left: 0;
}

.other .other__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 90%;
          flex: 0 90%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.other .other__inner .other__tt {
  position: relative;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1000px;
          flex: 0 1000px;
}

.other .other__inner .other__item {
  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;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-bottom: 30px;
}

.other .other__inner .other__item .other__item__btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 500px;
          flex: 0 500px;
  margin: 10px 5px;
  border: 3px solid;
  border-color: #f1ff09 #f1ff09 #00b5ff #00b5ff;
}

.other .other__inner .other__item .other__item__btn:hover {
  opacity: .8;
}

/*
=======================================================
	sns
=======================================================
*/
.sns {
  position: relative;
  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;
}

.sns .frame-border-top {
  position: absolute;
  top: 0;
  left: 0;
}

.sns .sns__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 800px;
          flex: 0 800px;
  font-weight: bolder;
  padding: 15px;
}

.sns .sns__inner .sns__item {
  position: relative;
}

.sns .sns__inner .sns__col1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
}

@media only screen and (max-width: 799px) {
  .sns .sns__inner .sns__col1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sns .sns__inner .sns__col2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: #ffffff 2px solid;
  margin-left: 40px;
  background: #00eeffd8;
  border-radius: 20px;
  font-size: 130%;
  padding-left: 15px;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  text-shadow: 0 0 10px #002ae5;
}

@media only screen and (max-width: 799px) {
  .sns .sns__inner .sns__col2 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    margin-left: 0;
    font-size: 200%;
    padding: 15px;
  }
}

.sns .sns__inner .sns__col2::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 34px;
  background: url(../images/img01_03.png) no-repeat center center;
  left: -32px;
}

@media only screen and (max-width: 799px) {
  .sns .sns__inner .sns__col2::before {
    display: none;
  }
}

@media only screen and (max-width: 799px) {
  .sns .sns__inner .sns__col2 p {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sns .sns__inner .sns__col2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 15px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 799px) {
  .sns .sns__inner .sns__col2__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 22%;
            flex: 0 22%;
    margin: 0;
  }
}

.sns .sns__inner .sns__col2__btn:hover {
  opacity: 0.8;
}

.sns .sns__inner .sns__col2 .sns-tw {
  background: #30a6ed url(../images/tw.png) no-repeat center;
  background-size: auto 45%;
}

.sns .sns__inner .sns__col2 .sns-fb {
  background: #456aae url(../images/fb.png) no-repeat center;
  background-size: auto 50%;
}

.sns .sns__inner .sns__col2 .sns-baha {
  background: #0b7897 url(../images/baha.jpg) no-repeat center;
  background-size: auto 50%;
}

.sns .sns__inner .sns__col2 .sns-yt {
  background: #FFF url(../images/yt.png) no-repeat center;
  background-size: auto 45%;
}

/*
=======================================================

=======================================================
*/
#campaign {
  position: relative;
  z-index: 2;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.sttl {
  color: #00142c;
  font-weight: bold;
  font-size: 120%;
  display: block;
  width: 33vw;
  max-width: 360px;
  background-color: #00cdf9;
  padding: 2px 20px;
  text-shadow: none;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  margin: 15px 0;
}

.pd {
  padding: 15px 0 25px 0;
  position: relative;
  text-shadow: 0px 1px 3px #000000;
}

.center {
  text-align: center;
}

.ss#step1,
.ss#step2 {
  width: 45%;
  display: inline-block;
  margin: 1em 2%;
  position: relative;
}

/*337/600*/
.ss img {
  border: solid 2px #00cdf9;
  width: 100%;
  -webkit-box-shadow: 15px 15px 0px #001430;
          box-shadow: 15px 15px 0px #001430;
}

#step1::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -15px;
  margin-left: -15px;
  background: url(../images/step1.png) 0 0 no-repeat;
  width: 68px;
  height: 64px;
}

#step2::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -15px;
  margin-left: -15px;
  background: url(../images/step2.png) 0 0 no-repeat;
  width: 68px;
  height: 64px;
}

#about .sttl {
  width: 33vw;
}

#about #cbt1 .sttl {
  width: auto;
  min-width: 33vw;
}

#cbt1 {
  height: 180px;
  width: 60%;
  margin: 0 30% 0 10%;
}

#cbt2,
#cbt3,
#cbt4,
#cbt5 {
  height: 338px;
}

#cbt2 .ss,
#cbt3 .ss,
#cbt4 .ss,
#cbt5 .ss {
  position: absolute;
  width: 60%;
  top: 0;
}

#cbt2 .text,
#cbt3 .text,
#cbt4 .text,
#cbt5 .text {
  position: absolute;
  width: auto;
  max-width: 60%;
  top: 50%;
  margin-top: -3.5em;
  z-index: 4;
}

/*#cbt1 .text p,#cbt2 .text p,#cbt3 .text p,#cbt4 .text p,#cbt5 .text p{ background-color:rgba(11, 33, 84, 0.7);}
*/
#cbt1 p,
#cbt2 .text p,
#cbt3 .text p,
#cbt4 .text p,
#cbt5 .text p {
  background-color: rgba(0, 20, 48, 0.6);
}

#cbt2 .ss {
  left: 0;
}

#cbt2 .text {
  left: 59%;
}

#cbt3 .ss {
  left: 49%;
}

#cbt3 .text {
  left: 10%;
  margin-left: 0px;
}

#cbt4 .ss {
  left: 0;
  margin-left: -10%;
}

#cbt4 .text {
  left: 49.5%;
}

#cbt5 .ss {
  left: 44%;
}

#cbt5 .text {
  left: 5%;
  margin-left: 0px;
}

.content table {
  margin: 0 auto;
  border: #002550 3px solid;
  background: #e2e2e2;
  text-shadow: none;
  text-align: center;
}

.content table th {
  border: #002550 1px solid;
  background: #004698;
  padding: 0.5em 2em;
}

.content table td {
  border: #002550 1px solid;
  padding: 0.5em 2em;
  color: #002550;
}

.campaign__reward {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 20px 0 0 0;
  margin-bottom: -30px;
  text-align: center;
}

.campaign__bglayer {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
  width: 1920px;
  height: 1464px;
  display: block;
}

.campaign__bglayer .chara {
  width: 500px;
  height: 960px;
}

.campaign__bglayer .chara::after {
  width: 500px;
  height: 960px;
  content: '';
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: 220px;
  top: 20px;
  display: block;
  background-image: url(../images/chara.png);
  background-repeat: no-repeat;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: url(../images/bg_04.jpg) top center;
  background-size: 100% auto;
  z-index: -2;
  color: rgba(0, 0, 0, 0.349);
}

@media only screen and (max-width: 799px) {
  .bg {
    background-image: url(../images/bg_04s.jpg);
    background-size: cover;
  }
}

.loading {
  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;
}

.loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #004698;
  background-size: 100% 100%;
}

/*
.loading .loading__container{position:relative;display:block;opacity:0;-webkit-transition:opacity .2s linear 0s;transition:opacity .2s linear 0s;border-radius:10px;background-color:rgba(255,255,255,.8);width:300px;height:200px;display: flex;justify-content: center;align-items: center;}
.loading .loading__container .text{margin:30px auto 0;display:block;width:168px;height:28px}
.loading .loading__container .loader{margin:0px auto 0;font-size:14px;width:1.3em;height:1.3em;border-radius:50%;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loaderAnim .6s infinite ease;animation:loaderAnim .6s infinite ease}
*/
/*
=======================================================
	DOWNLOADBAR
=======================================================
*/
.dl__bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/dl_bg.jpg);
  -webkit-box-shadow: 0 0 10px 10px white inset;
          box-shadow: 0 0 10px 10px white inset;
}

ul.dl__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.dl__btn::before {
  content: '';
  position: absolute;
  background: url(../images/zh/Pre-Register.png) no-repeat center top;
  width: 500px;
}

ul.dl__btn li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px 5px;
  width: 200px;
  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;
  border-radius: 10PX;
  overflow: hidden;
  border: #fff 2PX solid;
}

ul.dl__btn li a {
  width: 100%;
}

ul.dl__btn li a img {
  width: 100%;
  display: block;
}

ul.dl__btn li a img:hover {
  opacity: .5;
}
/*# sourceMappingURL=pc.css.map */