/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.contents-inner {
  padding-bottom: 60px;
  /* ------------------------------- */
  /* ------------------------------- */
  /* ------------------------------- */
  /* ------------------------------- */
  /* ------------------------------- */
  /* ------------------------------- */
  /* ------------------------------- */
  /* info-crowd */
  /* info-skin */
  /* ------------------------------- */
  /* online-modal */
}
.contents-inner .is-view-pc {
  display: none;
}
@media screen and (min-width:760px) {
  .contents-inner .is-view-sp {
    display: none;
  }
  .contents-inner .is-view-pc {
    display: block;
  }
}
.contents-inner .cnt-top {
  width: 100%;
  background: #171226;
  line-height: 0;
}
.contents-inner .cnt-top .img {
  position: relative;
  width: 100%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .contents-inner .cnt-top .img:before, .contents-inner .cnt-top .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
  }
  .contents-inner .cnt-top .img:before {
    background: url(../img/main_img_gra_l.png) repeat-y left top;
    left: 0;
  }
  .contents-inner .cnt-top .img:after {
    background: url(../img/main_img_gra_r.png) repeat-y right top;
    right: 0;
  }
}
.contents-inner .cnt-top .img > img {
  width: 100%;
}
.contents-inner .cnt-top .img .update-bom {
  position: absolute;
}
@media screen and (max-width: 759px) {
  .contents-inner .cnt-top .img .update-bom {
    width: 45%;
    right: 0;
    top: 5%;
  }
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .update-bom {
    width: 24vw;
    max-width: 278px;
    right: 2%;
    bottom: 16%;
    z-index: 100;
  }
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .update-bom .link-area {
    -webkit-animation: bom-anim 2s 0s infinite;
    -moz-animation: bom-anim 2s 0s infinite;
    animation: bom-anim 2s 0s infinite;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  @-webkit-keyframes bom-anim {
    0% {
      transform: scale(1);
    }
    55% {
      transform: scale(0.92);
    }
    100% {
      transform: scale(1);
    }
  }
  @-ms-keyframes bom-anim {
    0% {
      transform: scale(1);
    }
    55% {
      transform: scale(0.92);
    }
    100% {
      transform: scale(1);
    }
  }
  @-moz-keyframes bom-anim {
    0% {
      transform: scale(1);
    }
    55% {
      transform: scale(0.92);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes bom-anim {
    0% {
      transform: scale(1);
    }
    55% {
      transform: scale(0.92);
    }
    100% {
      transform: scale(1);
    }
  }
}
.contents-inner .cnt-top .img .update-bom .link-area a {
  display: block;
}
@media screen and (max-width: 759px) {
  .contents-inner .cnt-top .img .update-bom .link-area a {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 80px 0 0 80px;
    padding: 2% 2% 6% 7%;
  }
}
.contents-inner .cnt-top .img .update-bom .link-area img {
  max-width: 100%;
}
.contents-inner .cnt-top .img .pratform {
  width: 100vw;
  max-width: 800px;
  padding: 0 6% 2%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #FFF 8%, #fff 92%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #FFF 8%, #fff 92%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFF 8%, #fff 92%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform {
    width: 90vw;
    max-width: 1080px;
    padding: 0 3% 10px;
    bottom: 9%;
  }
}
.contents-inner .cnt-top .img .pratform p {
  margin: 2% 2% 0;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p {
    margin: 10px 1.5% 0;
  }
}
.contents-inner .cnt-top .img .pratform p img {
  width: 100%;
}
.contents-inner .cnt-top .img .pratform p.stadia {
  width: 23%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.stadia {
    width: 11%;
    max-width: 112px;
  }
}
.contents-inner .cnt-top .img .pratform p.ps4 {
  width: 18%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.ps4 {
    width: 10%;
    max-width: 97px;
  }
}
.contents-inner .cnt-top .img .pratform p.ps5 {
  width: 18%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.ps5 {
    width: 10%;
    max-width: 92px;
  }
}
.contents-inner .cnt-top .img .pratform p.xbox {
  width: 23%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.xbox {
    width: 11%;
    max-width: 108px;
  }
}
.contents-inner .cnt-top .img .pratform p.xbox_x {
  width: 31%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.xbox_x {
    width: 14%;
    max-width: 141px;
  }
}
.contents-inner .cnt-top .img .pratform p.steam {
  width: 16%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.steam {
    width: 8%;
    max-width: 74px;
  }
}
.contents-inner .cnt-top .img .pratform p.switch {
  width: 19%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .img .pratform p.switch {
    width: 9%;
    max-width: 85px;
  }
}
.contents-inner .cnt-top .top-bnr {
  position: relative;
  background: -moz-linear-gradient(left, #9f0b00, #840303);
  background: -webkit-linear-gradient(left, #9f0b00, #840303);
  background: linear-gradient(to right, #9f0b00, #840303);
}
.contents-inner .cnt-top .top-bnr:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bnr_300dl_bg.png);
}
.contents-inner .cnt-top .top-bnr a {
  display: block;
  position: relative;
  z-index: 10;
}
.contents-inner .cnt-top .top-bnr .bnr-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: url(../img/bnr_300dl_star.png) center center no-repeat;
  position: relative;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .top-bnr .bnr-inner {
    height: 120px;
  }
}
.contents-inner .cnt-top .top-bnr .bnr-inner .text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 1% 0 3%;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .top-bnr .bnr-inner .text {
    width: 70%;
    padding: 0;
  }
}
.contents-inner .cnt-top .top-bnr .bnr-inner .text img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .cnt-top .top-bnr .bnr-inner .chara {
  display: none;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-top .top-bnr .bnr-inner .chara {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 0;
  }
}
@media screen and (min-width: 950px) {
  .contents-inner .cnt-top .top-bnr .bnr-inner .chara {
    right: 70px;
  }
}
.contents-inner .release-text {
  position: relative;
}
.contents-inner .release-text a {
  display: block;
  position: relative;
}
@media screen and (min-width:760px) {
  .contents-inner .release-text a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .release-text a:hover {
    opacity: 0.6;
  }
}
.contents-inner .release-text a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #ff4e84 0%, #803cfd 50%, #3096fe 100%);
  background: -webkit-linear-gradient(left, #ff4e84 0%, #803cfd 50%, #3096fe 100%);
  background: linear-gradient(to right, #ff4e84 0%, #803cfd 50%, #3096fe 100%);
  opacity: 0.4;
}
.contents-inner .release-text .release-inner {
  position: relative;
  z-index: 10;
  padding: 4% 0;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width:760px) {
  .contents-inner .release-text .release-inner {
    padding: 20px;
    width: 90%;
  }
}
.contents-inner .release-text .release-inner img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .release-text .release-inner .platform {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .contents-inner .release-text .release-inner .platform {
    width: 90%;
  }
}
.contents-inner .release-text .release-inner .text {
  width: 90%;
  margin: 2% auto 0;
}
@media screen and (min-width:760px) {
  .contents-inner .release-text .release-inner .text {
    width: 70%;
    margin-top: 15px;
  }
}
.contents-inner .release-att {
  width: 90%;
  margin: 20px auto 0;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #adbcfe;
}
@media screen and (min-width:760px) {
  .contents-inner .release-att {
    font-size: 12px;
  }
}
.contents-inner .release-att span {
  display: inline-block;
}
.contents-inner .guideline-text {
  position: relative;
  margin-top: 20px;
}
.contents-inner .guideline-text a {
  display: block;
  position: relative;
  padding: 2% 0;
}
@media screen and (min-width:760px) {
  .contents-inner .guideline-text a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .guideline-text a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .contents-inner .guideline-text a {
    padding: 0.5% 0;
  }
}
.contents-inner .guideline-text a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 40, 190, 0.9);
  opacity: 0.4;
}
@media screen and (min-width:760px) {
  .contents-inner .guideline-text a.jp {
    padding: 0;
  }
  .contents-inner .guideline-text a.jp:after {
    height: 85%;
    top: auto;
    bottom: 0;
  }
}
.contents-inner .guideline-text .guideline-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
.contents-inner .guideline-text .guideline-inner img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .guideline-text .guideline-inner .text {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .contents-inner .guideline-text .guideline-inner .text {
    width: 100%;
  }
}
.contents-inner .bonkatsu-bnr {
  position: relative;
  margin-top: 20px;
}
.contents-inner .bonkatsu-bnr a {
  display: block;
  position: relative;
  padding: 0;
  height: 15vw;
}
@media screen and (min-width:760px) {
  .contents-inner .bonkatsu-bnr a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .bonkatsu-bnr a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .contents-inner .bonkatsu-bnr a {
    height: 98px;
  }
}
.contents-inner .bonkatsu-bnr a .bg {
  position: absolute;
  width: 100%;
  height: 89%;
  bottom: 0;
  left: 0;
  background: url(../img/bnr_mosmos_bg.png) center center no-repeat rgba(239, 40, 190, 0.3);
  background-size: auto 100%;
}
.contents-inner .bonkatsu-bnr a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bnr_mosmos_sp.png) center center no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width:760px) {
  .contents-inner .bonkatsu-bnr a .text {
    background: url(../img/bnr_mosmos.png) center center no-repeat;
    background-size: auto 100%;
  }
}
.contents-inner .cnt-alert {
  margin-top: 40px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-alert {
    margin-top: 50px;
  }
}
.contents-inner .cnt-alert .alert-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 20px;
  padding: 15px;
  background: rgba(34, 16, 61, 0.6);
  border-radius: 10px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.contents-inner .cnt-alert .alert-inner .alert-icon {
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px #fff solid;
  border-radius: 50%;
}
.contents-inner .cnt-alert .alert-inner .alert-icon span {
  font-size: 12px;
  color: #fbfcff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
}
.contents-inner .cnt-alert .alert-inner .alert-text {
  width: calc(100% - 20px);
  padding-left: 8px;
}
.contents-inner .series-bnr {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto 10px;
  text-align: center;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents-inner .series-bnr p {
  width: 100%;
}
@media screen and (min-width:760px) {
  .contents-inner .series-bnr p {
    width: 50%;
    max-width: 520px;
    padding: 0 10px;
  }
}
.contents-inner .series-bnr p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width:760px) {
  .contents-inner .series-bnr p:not(:first-child) {
    margin-top: 0;
  }
}
.contents-inner .series-bnr a {
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.contents-inner .series-bnr a:hover {
  opacity: 0.6;
}
.contents-inner .series-bnr a img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .cnt-news {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.contents-inner .cnt-news .news-inner {
  position: relative;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.contents-inner .cnt-news .news-inner .news-block {
  width: 100%;
  margin-top: 40px;
}
.contents-inner .cnt-news .news-inner .news-block .news-title {
  font-size: 24px;
  line-height: 24px;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .news-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.contents-inner .cnt-news .news-inner .news-block .news-title span {
  display: inline-block;
}
.contents-inner .cnt-news .news-inner .news-block .more-btn {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.contents-inner .cnt-news .news-inner .news-block .more-btn a {
  display: block;
  width: 200px;
  padding: 10px 10px 10px 15px;
  margin: 0 auto;
  color: #fbfcff;
  border: 1px #fff solid;
  border-radius: 30px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .more-btn a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .cnt-news .news-inner .news-block .more-btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .more-btn a {
    width: 200px;
    padding: 10px;
  }
}
.contents-inner .cnt-news .news-inner .news-block .more-btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
}
.contents-inner .cnt-news .news-inner .news-block .more-btn.twitter a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon_twitter.png) no-repeat 15px center;
  position: absolute;
  left: 0;
  top: 0;
}
.contents-inner .cnt-news .news-inner .news-block .twitter-area {
  width: 100%;
  margin-top: 10px;
  padding: 0 15px;
  background: #fff;
  border-radius: 10px;
}
.contents-inner .cnt-news .news-inner .news-block .news-area {
  background: rgba(34, 16, 61, 0.6);
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
}
.contents-inner .cnt-news .news-inner .news-block .news-area ul {
  width: 100%;
  max-height: 300px;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .news-area ul {
    max-height: 380px;
  }
}
.contents-inner .cnt-news .news-inner .news-block .news-area ul li:not(:first-child) {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.contents-inner .cnt-news .news-inner .news-block .news-area ul li a {
  display: block;
  position: relative;
  padding-right: 40px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .news-area ul li a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .cnt-news .news-inner .news-block .news-area ul li a:hover {
    opacity: 0.6;
  }
}
.contents-inner .cnt-news .news-inner .news-block .news-area ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .news-area ul li dl {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.contents-inner .cnt-news .news-inner .news-block .news-area ul li dl dt {
  color: #e30774;
  width: 110px;
  height: 100%;
  background: #fbfcff;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 30px;
  text-align: center;
}
.contents-inner .cnt-news .news-inner .news-block .news-area ul li dl dd {
  margin-top: 10px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .news-inner .news-block .news-area ul li dl dd {
    margin-top: 0;
    padding: 3px 0 0 10px;
    width: calc(100% - 110px);
  }
}
.contents-inner .cnt-news .facebook-btn {
  max-width: 350px;
  margin: 60px auto;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .facebook-btn {
    margin-top: 50px;
  }
}
.contents-inner .cnt-news .facebook-btn p:not(:first-child) {
  margin-top: 20px;
}
.contents-inner .cnt-news .facebook-btn a {
  color: #1877f2;
  display: block;
  padding: 10px 20px 10px 50px;
  position: relative;
  background: #fbfcff;
  border-radius: 10px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-news .facebook-btn a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .cnt-news .facebook-btn a:hover {
    opacity: 0.6;
  }
}
.contents-inner .cnt-news .facebook-btn a:before {
  content: "";
  width: 30px;
  height: 30px;
  image-rendering: -webkit-optimize-contrast;
  background: url(../img/index/news_facebook.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
}
.contents-inner .cnt-news .facebook-btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #1877f2 solid;
  border-right: 1px #1877f2 solid;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-48%) rotate(45deg) rotateZ(0);
}
.contents-inner .cnt-news .facebook-btn .steam a {
  color: #000;
}
.contents-inner .cnt-news .facebook-btn .steam a:before {
  background: url(../img/index/news_steam.png) no-repeat;
  background-size: 100% auto;
}
.contents-inner .cnt-news .facebook-btn .steam a:after {
  border-color: #000;
}
.contents-inner .cnt-news .facebook-btn .twitter a {
  color: #1d9bf0;
}
.contents-inner .cnt-news .facebook-btn .twitter a:before {
  width: 25px;
  height: 25px;
  left: 13px;
  background: url(../img/index/news_twitter.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(0) translateY(-45%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-45%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-45%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-45%) rotate(0) rotateZ(0);
}
.contents-inner .cnt-news .facebook-btn .twitter a:after {
  border-color: #1d9bf0;
}
.contents-inner .cnt-news .facebook-btn .x a {
  color: #000;
}
.contents-inner .cnt-news .facebook-btn .x a:before {
  width: 22px;
  height: 22px;
  left: 13px;
  background: url(../img/sns_icon_x_b.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
}
.contents-inner .cnt-news .facebook-btn .x a:after {
  border-color: #000;
}
.contents-inner .cnt-info {
  /* info-top */
  /* info-rival */
}
.contents-inner .cnt-info .online-block .info-inner {
  position: relative;
  z-index: 10;
}
.contents-inner .cnt-info .info-title {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #e30774;
  font-size: 35px;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-title {
    width: 70%;
    margin: 0 auto 10px;
    font-size: 45px;
    line-height: 45px;
  }
  .contents-inner .cnt-info .info-title.en {
    width: 90%;
  }
}
.contents-inner .cnt-info .info-title.ja {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-title.ja {
    font-size: 34px;
    line-height: 42px;
  }
}
.contents-inner .cnt-info .info-title p {
  display: inline;
  background: -webkit-linear-gradient(left, #ff5a75 0%, #e30774 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents-inner .cnt-info .info-title span {
  display: inline-block;
}
.contents-inner .cnt-info .info-title-sub {
  margin-top: 10px;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-title-sub {
    font-size: 18px;
    line-height: 22px;
  }
}
.contents-inner .cnt-info .info-title-sub.ja {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-title-sub.ja {
    font-size: 16px;
    line-height: 22px;
  }
}
.contents-inner .cnt-info .info-title-sub p {
  display: inline;
  color: #dadbea;
  /*
  background: -webkit-linear-gradient(left, #ff5a75 0%, #e30774 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}
.contents-inner .cnt-info .info-title-sub p span {
  display: inline-block;
}
.contents-inner .cnt-info .info-top {
  margin-top: 80px;
  position: relative;
}
.contents-inner .cnt-info .info-top .info-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents-inner .cnt-info .info-top .info-inner .ttl {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.contents-inner .cnt-info .info-top .info-inner .ttl img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .cnt-info .info-top .info-inner .text {
  width: 90%;
  margin: 20px auto 0;
}
.contents-inner .cnt-info .info-top .info-inner .movie {
  margin-top: 30px;
  line-height: 0;
}
.contents-inner .cnt-info .info-top .info-inner .movie a {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.contents-inner .cnt-info .info-top .info-inner .movie a img {
  width: 100%;
}
.contents-inner .cnt-info .info-top .info-inner .movie a .cover {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.contents-inner .cnt-info .info-top .info-inner .movie a .cover:hover {
  opacity: 0;
}
.contents-inner .cnt-info .info-top .info-inner .movie a .cover img {
  width: 25%;
  max-width: 155px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
}
.contents-inner .cnt-info .info-rival {
  margin-top: -100px;
  position: relative;
  padding: 150px 0;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival {
    margin-top: -50px;
    padding: 130px 0;
  }
}
.contents-inner .cnt-info .info-rival.ja {
  margin-top: -50px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival.ja {
    margin-top: -20px;
  }
}
.contents-inner .cnt-info .info-rival .bg {
  min-width: 1600px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  opacity: 0.6;
}
.contents-inner .cnt-info .info-rival .bg img {
  width: 100%;
  height: 100%;
}
.contents-inner .cnt-info .info-rival .info-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area {
  margin-top: 10px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival .info-inner .info-img-area {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
@media screen and (min-width:1200px) {
  .contents-inner .cnt-info .info-rival .info-inner .info-img-area {
    margin-top: 0;
  }
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img {
    width: 70%;
  }
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img .zoom-btn-area {
  width: 100%;
  position: absolute;
  top: 85%;
  left: 0;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img .zoom-btn-area {
    display: none;
  }
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img .zoom-btn-area .zoom-btn {
  cursor: pointer;
  display: inline-block;
  padding: 11px 15px 10px 45px;
  margin: 0 auto;
  color: #fbfcff;
  border-radius: 30px;
  border: 1px #fff solid;
  box-sizing: border-box;
  position: relative;
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area .info-img .zoom-btn-area .zoom-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_zoom.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 10px;
  top: 5px;
}
.contents-inner .cnt-info .info-rival .info-inner .info-img-area .rival-text {
  margin-top: 30px;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival .info-inner .info-img-area .rival-text {
    margin-top: 0;
    width: 30%;
  }
}
.contents-inner .cnt-info .info-rival .info-inner .exp-list {
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival .info-inner .exp-list {
    padding-left: 3%;
  }
}
@media screen and (min-width:1200px) {
  .contents-inner .cnt-info .info-rival .info-inner .exp-list {
    margin-top: -50px;
  }
}
.contents-inner .cnt-info .info-rival .info-inner .exp-list li {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .contents-inner .cnt-info .info-rival .info-inner .exp-list li {
    width: 49%;
  }
  .contents-inner .cnt-info .info-rival .info-inner .exp-list li:nth-child(odd) {
    padding-right: 1%;
  }
  .contents-inner .cnt-info .info-rival .info-inner .exp-list li:nth-child(even) {
    padding-left: 1%;
  }
}
.contents-inner .cnt-info .info-rival .info-inner .exp-list li .ttl {
  width: 80px;
  height: 100%;
  padding: 5px 10px;
  color: #e30774;
  background: #fbfcff;
  border-radius: 30px;
  text-align: center;
}
.contents-inner .cnt-info .info-rival .info-inner .exp-list li .text {
  width: calc(100% - 100px);
  margin-top: 0;
  padding-left: 10px;
}
.contents-inner .info-crowd {
  margin: -50px 0 100px;
}
@media screen and (min-width:760px) {
  .contents-inner .info-crowd {
    margin: 0 0 50px;
  }
}
.contents-inner .info-crowd .info-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents-inner .info-crowd .info-inner .title-att {
  color: #dadbea;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
.contents-inner .info-crowd .info-inner .crowd-img {
  margin-top: 20px;
}
.contents-inner .info-crowd .info-inner .crowd-img img {
  max-width: 100%;
  margin: 0 auto;
}
.contents-inner .info-crowd .info-inner .crowd-text {
  margin-top: 20px;
}
.contents-inner .info-skin {
  margin-top: -50px;
}
@media screen and (min-width:760px) {
  .contents-inner .info-skin {
    margin-top: 0;
  }
}
.contents-inner .info-skin .info-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents-inner .info-skin .info-inner img {
  max-width: 100%;
}
@media screen and (min-width:760px) {
  .contents-inner .info-skin .info-inner .sample-list {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
}
@media screen and (min-width:760px) {
  .contents-inner .info-skin .info-inner .sample-list > li {
    width: 50%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .contents-inner .info-skin .info-inner .sample-list > li:nth-child(odd) {
    padding-right: 2%;
  }
  .contents-inner .info-skin .info-inner .sample-list > li:nth-child(even) {
    padding-left: 2%;
  }
}
.contents-inner .info-skin .info-inner .sample-list > li .title {
  margin: 20px 0 5px;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (min-width:760px) {
  .contents-inner .info-skin .info-inner .sample-list > li .title {
    margin: 0 0 10px;
  }
}
.contents-inner .info-skin .info-inner .sample-list > li .title.ja {
  font-size: 16px;
  line-height: 22px;
}
.contents-inner .info-skin .info-inner .sample-list > li .text {
  margin-top: 5px;
}
@media screen and (min-width:760px) {
  .contents-inner .info-skin .info-inner .sample-list > li .text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .contents-inner .info-skin .info-inner .img-list {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.contents-inner .info-skin .info-inner .img-list > li {
  margin-top: 5px;
}
@media screen and (max-width: 759px) {
  .contents-inner .info-skin .info-inner .img-list > li {
    width: 50%;
  }
  .contents-inner .info-skin .info-inner .img-list > li:nth-child(odd) {
    padding-right: 1%;
  }
  .contents-inner .info-skin .info-inner .img-list > li:nth-child(even) {
    padding-left: 1%;
  }
}
.contents-inner .info-skin .info-inner .img-list > li a {
  display: block;
  line-height: 1;
  position: relative;
}
@media screen and (min-width:760px) {
  .contents-inner .info-skin .info-inner .img-list > li a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-inner .info-skin .info-inner .img-list > li a:hover {
    opacity: 0.6;
  }
}
.contents-inner .info-skin .info-inner .img-list > li a.is-zoom:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_zoom.png) no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.contents-inner .online-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}
.contents-inner .online-modal.is-active {
  display: block;
}
.contents-inner .online-modal .modal-posi {
  width: 100%;
  height: 100%;
  position: relative;
}
.contents-inner .online-modal .close-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: -80px;
  width: 40px;
  height: 40px;
}
.contents-inner .online-modal .close-btn p {
  width: 100%;
  height: 100%;
  position: relative;
}
.contents-inner .online-modal .close-btn span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  background: #fbfcff;
}
.contents-inner .online-modal .close-btn span:nth-child(1) {
  transform: rotate(-45deg);
}
.contents-inner .online-modal .close-btn span:nth-child(2) {
  transform: rotate(45deg);
}
.contents-inner .online-modal .modal-scroll {
  margin-top: 80px;
}
.contents-inner #nobounce .wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: calc(65vh + 20px);
  max-height: 610px;
  line-height: 0;
  text-align: center;
  background: #fbfcff;
}
.contents-inner #nobounce .inner {
  height: 100%;
}
.contents-inner #nobounce .inner img {
  width: auto;
  max-width: none;
  height: 100%;
}

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

/*# sourceMappingURL=index.css.map */
