@charset "UTF-8";

/************************************
  font
************************************/
@font-face {
  font-family: "source-han-sans-japanese";
  src: url("https://www.capcom-games.com/common/font/SourceHanSansJP-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

/************************************

  ベース

************************************/
@media only screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: #000;
  font-size: 2.66667vw;
}

body img,
body a {
  border: none;
  outline: none;
}
body img:link,
body img a:visited,
body img a:active,
body a:link,
body a a:visited,
body a a:active {
  color: inherit;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body ul li a {
  display: block;
}
#wrap {
  overflow-x: hidden;
  line-height: 1.5;
  width: 100%;
}
#wrap p {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #wrap p {
    margin-left: auto;
    margin-right: 0;
  }
}
#wrap .note {
  font-size: 1.86667vw;
  line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
  #Home {
    max-width: 1780px;
    margin: auto;
  }
}

/*** PC ***/
@media only screen and (min-width: 1025px) {

  html {
    height: auto;
  }
  body {
    font-size: 100%;
    min-width: 1000px;
  }
  body a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body #wrap #subConts img {
    height: auto;
    width: auto;
  }
  body #wrap a {
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body #wrap a:hover {
    opacity: 0.8;
  }
  body #wrap .note {
    font-size: 75%;
    line-height: 1.5;
  }
}

/************************************

  モジュール

************************************/

/* ----------------------------------

   コンテンツ

---------------------------------- */
#wrap {
  position: relative;
}

#wrap .contsBox {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

#wrap .contsBox:before {
  content: '';
  display: block;
  padding: 10.86957% 0;
  position: absolute;
  top: 0;
  width: 19.33333%;
  z-index: -1;
}

@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Info {
      padding-bottom: 0;
  }
}

#wrap .contsBox .contsTtl {
  margin-bottom: 7.1964%;
}

#wrap .contsBox .contsBoxInner {
  box-sizing: border-box;
  margin-bottom: 7.1964%;
  position: relative;
}

#wrap .contsBox .contsBoxInner:last-child {
  margin-bottom: 0;
}

#wrap .contsBox .contsBoxInner .box {
  margin-bottom: 7.1964%;
}

#wrap .contsBox .contsBoxInner .box:last-child {
  margin-bottom: 0;
}

/*** PC ***/

@media only screen and (min-width: 1025px) {

  #wrap {
    min-width: 1000px;
    overflow-x: hidden;
  }

  #wrap .contsBox:before {
    padding: 129px 0;
    width: 258px;
  }

  #wrap .contsBox .contsTtl {

    margin-bottom: 64px;
    padding-top: 1.5em;

  }

  #wrap .contsBox .contsBoxInner {
    margin-right: auto;
    margin-bottom: 5em;
    margin-left: auto;
    max-width: 1100px;

  }

  #wrap .contsBox .contsBoxInner .columnBox {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  #wrap .contsBox .contsBoxInner .box {
    margin-bottom: 3em;
  }

  #wrap .contsBox .contsBoxInner .box:last-child {
    margin-bottom: 0;
  }
}

/************************************

  オブジェクト

************************************/

/* ----------------------------------

   プラグイン

---------------------------------- */

#Archive .slick-arrow {
  height: auto !important;
  padding: 5% 0;
  width: 9.27536% !important;
}
#Archive .slick-prev {
  background: url(../images/common/slider_btn_left.png) center no-repeat;
  background-size: contain;
  left: -12.5% !important;
}

#Archive .slick-prev:before {
  display: none;
}

#Archive .slick-next {
  background: url(../images/common/slider_btn_right.png) center no-repeat;
  background-size: contain;
  right: -12.5% !important;
}

#Archive .slick-next:before {
  display: none;
}



/* ----------------------------------

   ボタン

---------------------------------- */

#wrap .btn a {
  box-sizing: border-box;
  display: block;
}

#wrap .btn a img {
  height: auto;
  width: 70%;
  transform: skew(16deg);
}

#wrap .btn#youtubeLink a {
  background: #de2826;
}

#wrap .btn#freshLink a {
  background: #000;
}

#wrap .btn#twitchLink a {
  background: #6441a4;
}

#wrap .btn#twitterLink a {
  background: #000;
}

#wrap .btn#twitterLink p {
  margin-top: 0.5em;
  color: #fff;
  font-size: 95%;
  line-height: 1.5;
}

#wrap .btn#niconicoLink a {
  background: #fff;
}



/* ----------------------------------

   テキスト

---------------------------------- */

/*----- 間隔 -----*/

/*** アイコン ***/

.symbolSpace {
  margin-right: .5em;
  position: relative;
}

.symbolSpaceMinu {
  margin-right: -.5em;
  position: relative;
}

/*** 全角括弧 ***/

.bracketSpace {
  margin: 0 -.25em;
  position: relative;
}



/************************************

  汎用スタイル

************************************/

/* ----------------------------------

   画像置換

---------------------------------- */
.imgChange {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}


/* ----------------------------------

   cleraFix

---------------------------------- */
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/* ----------------------------------

   非表示

---------------------------------- */
.dpNone {
  display: none;
}

/*** SP/TB ***/

@media only screen and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 1024px) {
  .dpNoneSP {
    display: none;
  }
}

/*** PC ***/
@media only screen and (min-width: 1025px) {
  .dpNonePC {
    display: none;
  }
}

/* ----------------------------------

   文字揃え

---------------------------------- */
.tac {
  text-align: center;
}