@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Orbitron:700");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  min-height: 100%;
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  background-color: #000000;
  color: #ffffff; }

::-moz-selection {
  color: #fff;
  background: #922918; }

::selection {
  color: #fff;
  background: #922918; }

a {
  text-decoration: none;
  color: #ffffff; }

.l-container {
  position: relative;
  max-width: 1580px;
  min-width: 1346px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }
  .p-footer .l-container {
    margin-top: 17px;
    padding-bottom: 50px; }
  .l-container.p-index-2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
    overflow: visible; }
    .l-container.p-index-2col .l-col-left {
      position: relative;
      width: 48%;
      margin-right: 4%; }
    .l-container.p-index-2col .l-col-right {
      position: relative;
      width: 48%; }

.l-footer {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px; }

.l-main {
  position: relative;
  width: 100%;
  min-width: 1346px;
  height: auto;
  min-height: 572px; }
  .l-main-container {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 10px #aa1111; }
  .l-main-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 50; }
  .l-main-textAndImage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 950px; }
    .l-main-textAndImage__text {
      position: relative;
      width: 64.2%;
      box-sizing: border-box;
      padding-right: 50px; }
    .l-main-textAndImage__image {
      position: relative;
      width: 35.8%; }
  .l-main-imageAndImage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .l-main-imageAndImage__image {
      width: 310px;
      margin-left: 10px; }

body:not(.p-index) .l-share {
  position: absolute;
  right: 1.5625%;
  bottom: 0;
  /*
    position: relative;
    max-width: $max-width;
    min-width: $min-width;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    padding-left: 10px;
    padding-right: 10px;
    .c-share {
      margin-left: 90px;
    }
    */ }

body.p-index .l-share {
  position: absolute;
  left: 1.5625%;
  bottom: 0; }

.l-globalnav {
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 18%;
  padding-bottom: 31%;
  z-index: 50; }

.l-aside {
  position: relative;
  width: 100%;
  margin-top: -23px;
  padding-top: 24px;
  background: url("../img/common/mn_btm_pc.png") no-repeat center top; }

.l-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.c-main-titlelogo {
  line-height: 0;
  padding-top: 40px;
  margin-left: -80px; }

.c-main-title {
  line-height: 0;
  margin-left: 60px;
  margin-bottom: 16px; }

.c-main-leadcopy {
  position: relative;
  margin-top: 6em;
  line-height: 1.2;
  padding-bottom: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/common/lcpy_bdr_pc.png") no-repeat left bottom;
  margin-left: -36px;
  padding-left: 10px;
  padding-bottom: 20px;
  align-items: center; }
  .c-main-leadcopy h1 {
    font-weight: bold;
    font-size: 44px;
    font-size: 2.75rem;
    display: block;
    position: relative;
    z-index: 10; }
  .c-main-leadcopy span {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    display: block;
    position: relative;
    z-index: 10;
    margin-left: .5em; }
  .c-main-leadcopy small {
    margin-left: 40px;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.3em;
    display: block;
    position: relative;
    z-index: 10; }

.c-main-chara {
  position: absolute;
  line-height: 0;
  left: 0;
  top: 0; }

.c-main-heading {
  position: relative;
  background: url("../img/common/mn_hd_icn_pc.png") no-repeat left center;
  position: relative;
  margin-left: -19px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  padding-left: 1.2em;
  margin-top: 3em; }
  body.en .c-main-heading {
    font-size: 25px;
    font-size: 1.5625rem; }

.c-main-text {
  position: relative;
  margin-left: 10px;
  max-width: 940px; }
  .c-main-text p {
    margin-top: 2.5em;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.25; }
    .c-main-text p:first-of-type {
      margin-top: 4em; }
  .c-main-heading + .c-main-text p {
    margin-top: 0.5em; }

.c-main-image {
  display: block;
  position: relative;
  border: solid 1px #2f3b4a;
  line-height: 0;
  background-color: #000; }
  .c-main-image img {
    width: 100%; }
  .c-main-image__zoom {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 16px;
    background: url("../img/common/mn_img_zm.png") no-repeat left top;
    background-size: 48px 16px; }

.c-header-lang {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  z-index: 50;
  height: 70px;
  line-height: 70px; }
  .c-header-lang__steam {
    display: block;
    width: 109px;
    margin-left: 30px;
    line-height: 0; }
    .c-header-lang__steam img {
      width: 100%; }
  .c-header-lang__ps4 {
    display: block;
    width: 125px;
    margin-left: 15px;
    line-height: 0; }
    .c-header-lang__ps4 img {
      width: 100%; }
  .c-header-lang__select {
    margin-left: 30px;
    margin-top: 15px; }
  .c-header-lang__lang {
    margin-left: 0.5em;
    margin-right: 0.5em;
    cursor: pointer; }
    .c-header-lang__lang--jp {
      margin-right: 40px; }
  .c-header-lang__btn {
    display: flex;
    margin-left: auto; }
  .c-header-lang__preorder {
    margin-left: auto;
    display: block;
    color: #fff;
    width: 200px;
    text-align: center;
    background: -webkit-linear-gradient(top, #aa1111, #850f0f);
    background: linear-gradient(to bottom, #aa1111, #850f0f); }
    .c-header-lang__preorder--steam {
      background: -webkit-linear-gradient(top, #0d416a, #0b2f4c);
	  background: linear-gradient(to bottom, #0d416a, #0b2f4c); }

.c-share {
  position: relative;
  top: -20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 95px;
  height: 90px; }
  .c-share__head {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    text-align: center; }
  .c-share__sns {
    border: solid 1px #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-size: 40px 40px; }
    .c-share__sns--facebook {
      background-image: url("../img/common/sns_f.png"); }
    .c-share__sns--twitter {
      background-image: url("../img/common/sns_t.png"); }
    .c-share__sns a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }

.c-globalnav {
  position: absolute;
  width: 100%;
  height: 100%; }
  .c-globalnav-bg {
    position: absolute;
    width: 98.5%;
    left: 0.0%;
    top: 3.7%;
    background-size: contain;
    background-image: url("../img/common/gnv_bg_pc_ja.png");
    height: 127%; }
  .c-globalnav-modify {
    position: absolute;
    width: 47.2%;
    right: 0.0%;
    top: 0.0%;
    background-size: contain;
    background-image: url("../img/common/gnv_mod_pc_ja.png");
    height: 134%; }
  .c-globalnav-ui, .c-globalnav-link {
    position: absolute;
    width: 80.35%;
    height: 82.21%;
    left: 8.5%;
    top: 10.57%; }
    .c-globalnav-ui__item, .c-globalnav-link__item {
      position: relative;
      width: 100%;
      height: 12.25%;
      margin-bottom: 3%; }
  .c-globalnav-ui__item {
    box-sizing: border-box;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
    background: url("../img/common/gnv_ui_pc.png") no-repeat 0 0;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Orbitron";
    letter-spacing: 0.15em;
    text-shadow: 2px 2px 1px black; }
    .c-globalnav-ui__item img {
      max-width: 100%; }
    .c-globalnav-ui__item.is-current {
      background-image: url("../img/common/gnv_ui_crnt_pc.png"); }
    .c-globalnav-ui__item.is-comingsoon {
      background-image: url("../img/common/gnv_ui_cmgs_pc.png");
      color: #3c4749; }
      .c-globalnav-ui__item.is-comingsoon img {
        opacity: 0.35; }
  .c-globalnav-link a {
    display: block;
    width: 100%;
    height: 100%; }
  .c-globalnav-link__item.is-update a {
    background-image: url("../img/common/gnv_ud.png");
    background-position: right 2px top 2px;
    background-repeat: no-repeat;
    background-size: 20% 25%; }
  .c-globalnav-local {
    position: absolute;
    right: 97%;
    top: 5.9%;
    width: 75%;
    box-sizing: border-box;
    border: solid 2px #284255;
    background-color: rgba(202, 70, 73, 0.4);
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 220px;
    max-width: 270px; }
    .c-globalnav-local__item {
      position: relative;
      padding-right: 1em; }
      .c-globalnav-local__item a {
        display: inline-block;
        position: relative;
        padding-left: 12%;
        font-weight: bold;
        font-size: 13.5px;
        font-size: 0.84375rem;
        line-height: 18px;
        padding-top: .5em;
        padding-bottom: .5em;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt"; }
        .en .c-globalnav-local__item a {
          font-size: 13px;
          font-size: 0.8125rem; }
        .c-globalnav-local__item a:before {
          display: block;
          position: absolute;
          font-size: 13px;
          font-size: 0.8125rem;
          left: .9em;
          top: .5em;
          content: "\f101";
          font-family: FontAwesome; }
        .c-globalnav-local__item a i {
          display: none;
          padding-right: .5em;
          padding-top: .1em; }
        .c-globalnav-local__item a.is-current {
          color: #eed614; }
        .c-globalnav-local__item a span {
          position: relative;
          font-size: 10px;
          font-size: 0.625rem;
          color: #eed614;
          margin-left: .25em; }
    .c-globalnav-local__heading {
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 12px; }
      .c-globalnav-local__heading img {
        margin-right: 6px; }
      .c-globalnav-local__heading p {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #cccccc;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px; }

.c-modal {
  z-index: 100; }
  .c-modal__container {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-modal__close {
    display: block;
    position: relative;
    cursor: pointer;
    width: 51px;
    height: 51px;
    background: url("../img/common/mdl_close.png") no-repeat center center;
    background-size: 51px 51px;
    margin-top: 10px;
    margin-left: 700px;
    margin-bottom: 10px; }
  .c-modal__movie {
    display: none; }
    .c-modal__movie iframe {
      width: 762px;
      height: 429px; }
  .c-modal__image {
    display: none;
    width: 762px; }
    .c-modal__image img {
      width: 100%; }

.c-footer-manual-btn {
  position: absolute;
  right: 15px;
  bottom: 30px;
  line-height: 0; }
  .c-footer-manual-btn img {
    width: 240px; }

.c-footer-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px; }
  .c-footer-logo a, .c-footer-logo div {
    display: block;
    position: relative;
    line-height: 0;
    margin-right: 27.5px; }
  .c-footer-logo__esrb img {
    height: 60px; }
  .c-footer-logo__pegi img {
    height: 60px; }
  .c-footer-logo__steam img {
    width: 109px;
    height: 33px; }
  .c-footer-logo__ps4 img {
    width: 125px;
    height: 26px; }
  .c-footer-logo__d3p img {
    width: 100px;
    height: 39px; }
  .c-footer-logo__yks img {
    width: 56px;
    height: 49px; }
  .c-footer-logo__edf img {
    width: 126px;
    height: 28px; }

.c-footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px; }
  .c-footer-copy__ps4 {
    margin-right: 33px; }
  .c-footer-copy__copyright {
    margin-right: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em; }

.p-index-main {
  position: relative;
  overflow: hidden;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%; }
  .p-index-main img {
    width: 100%; }
  .p-index-main-kv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s linear 0.3s;
    transition: opacity 1s linear 0.3s;
    line-height: 0; }
    .p-index-main-kv__image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
  .is-start .p-index-main-kv {
    opacity: 1; }
  .p-index-main-door {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0; }
    .p-index-main-door--left {
      left: 0;
      -webkit-transition: left 0.6s cubic-bezier(0.57, 0.005, 0.515, 1) 0.9s;
      transition: left 0.6s cubic-bezier(0.57, 0.005, 0.515, 1) 0.9s; }
    .p-index-main-door--right {
      right: 0;
      -webkit-transition: right 0.6s cubic-bezier(0.57, 0.005, 0.515, 1) 0.9s;
      transition: right 0.6s cubic-bezier(0.57, 0.005, 0.515, 1) 0.9s; }
  .is-start .p-index-main-door--left {
    left: -45%; }
  .is-start .p-index-main-door--right {
    right: -45%; }
  .p-index-main-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .p-index-main-ps4 {
    display: block;
    position: absolute;
    left: 1.5%;
    top: 2.5%;
    width: 8.4%; }
  .p-index-main-banner {
    display: block;
    position: absolute;
    left: 1%;
    top: 3.75%;
    width: 17.5%; }
  .p-index-main-movie, .p-index-main-dlc {
    display: block;
    position: relative;
    margin-bottom: 1%;
    cursor: pointer;
    line-height: 0; }
    .p-index-main-movie img, .p-index-main-dlc img {
      width: 100%; }
  .p-index-main-dlc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 4%; }
    .p-index-main-dlc img {
      width: 100%;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }
  .p-index-main-copy {
    display: block;
    position: absolute;
    left: 32.9%;
    top: 45.3%;
    width: 34.2%;
    height: 5.12%;
    left: 50%;
    margin-left: -17.1%; }
    .p-index-main-copy img {
      width: 120%;
      margin-left: -10%;
      margin-top: -2.5%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
      -webkit-transition: all .3s ease-in .3s;
      transition: all .3s ease-in .3s; }
  .is-start .p-index-main-copy img {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1; }
  .p-index-main-title {
    display: block;
    position: absolute;
    left: 23.9%;
    top: 48.9%;
    width: 50.8%;
    height: 22.9%; }
    .p-index-main-title img {
      width: 120%;
      margin-left: -10%;
      margin-top: -2.5%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
      -webkit-transition: all .45s ease-in .45s;
      transition: all .45s ease-in .45s; }
  .is-start .p-index-main-title img {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1; }
  .p-index-main-coming {
    display: block;
    position: absolute;
    left: 23.4375%;
    top: 77.17%;
    width: 53.125%;
    height: 6.2%; }
    .p-index-main-coming img {
      -webkit-filter: brightness(300%);
              filter: brightness(300%);
      opacity: 0;
      -webkit-transition: all 1s ease-in 1.2s;
      transition: all 1s ease-in 1.2s; }
  .is-start .p-index-main-coming img {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 1; }
  .p-index-main-share {
    position: absolute;
    right: 1.5625%;
    bottom: 7.07%;
    text-align: center;
    text-align: center;
    letter-spacing: -0.4em; }
    .p-index-main-share__head {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0.1em;
      margin-bottom: 15px; }
    .p-index-main-share__sns {
      display: inline-block;
      border: solid 1px #fff;
      letter-spacing: normal;
      background-color: #000;
      background-repeat: no-repeat;
      background-position: center center;
      width: 40px;
      height: 40px;
      margin-top: 10px;
      background-size: 40px 40px; }
      .p-index-main-share__sns--facebook {
        background-image: url("../img/common/sns_f.png");
        margin-right: 15px; }
      .p-index-main-share__sns--twitter {
        background-image: url("../img/common/sns_t.png"); }
      .p-index-main-share__sns a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }

.p-banner {
  position: relative; }
  .p-banner a {
    line-height: 0; }
  .p-banner--ja {
    /*margin-top: -1%;*/
	margin-top: 22px;
    text-align: center;
    margin-bottom: 30px; }
    .p-banner--ja img {
      width: 600px; }
  .p-banner--en {
    margin-left: -10%;
    margin-top: -4.9%; }
    .p-banner--en img {
      display: block;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; }

.p-news {
  margin-bottom: 45px;
  position: relative;
  background-image: url("../img/index/ns_pc_head.png"), url("../img/index/ns_pc_foot.png"), url("../img/index/ns_pdc_pc_bdr.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: contain, contain, contain;
  padding-top: 8.4%;
  padding-bottom: 2.8%; }
  .p-news dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-left: 4.5%;
    padding-right: 4.5%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-top: 2%; }
    .p-news dl dt {
      margin-top: 3px;
      padding-bottom: 3px;
      width: 20%; }
    .p-news dl dd {
      margin-top: 3px;
      padding-bottom: 3px;
      width: 80%; }
    .p-news dl a {
      color: #DC0003;
      text-decoration: underline; }

.p-product {
  position: relative;
  background-image: url("../img/index/pdc_pc_head.png"), url("../img/index/pdc_pc_foot.png"), url("../img/index/ns_pdc_pc_bdr.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: contain, contain, contain;
  padding-top: 8.4%;
  padding-bottom: 2.8%; }
  .p-product dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-left: 4.5%;
    padding-right: 4.5%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-top: 2%;
    background-image: url("../img/common/pdc_logo.png");
    background-repeat: no-repeat;
    background-position: right bottom; }
    .p-product dl * {
      margin-top: 5px;
      padding-bottom: 5px; }
    .p-product dl dt {
      width: 30%;
      color: #7bcfff; }
    .p-product dl dd {
      width: 70%; }
    .p-product dl dd a {
      color: #ff0000;
	  text-decoration: underline; }
    .p-product dl table {
      text-align: left; }
      .p-product dl table th {
        white-space: nowrap; }

.p-movielist {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 22px; }
  .p-movielist li {
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 7.5px; }
    .p-movielist li a {
      cursor: pointer; }
    .p-movielist li img {
      width: 100%; }

.p-dlList {
  position: relative;
  margin-bottom: 30px; }
  .p-dlList_heading {
    color: #7bcfff;
    font-size: 12px;
    /*margin-bottom: -15px;*/
    text-align: left; }
  .p-dlList ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 22px; }
  .p-dlList li {
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 7.5px; }
    .p-dlList li a {
      cursor: pointer; }
    .p-dlList li img {
      width: 85%;
      margin-left: 20px; }

.p-buy {
  position: relative;
  width: 100%;
  padding: 0 9.35%;
  box-sizing: border-box; }
  .p-buy ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .p-buy li {
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px; }
    .p-buy li:nth-of-type(2n+1) {
      padding-left: 10px; }
    .p-buy li:nth-of-type(2n) {
      padding-right: 10px; }
  .p-buy a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: solid 1px #fff;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    height: 60px;
    background-image: url("../img/index/icn_buy_arw.png"), url("../img/index/bg_buy.gif");
    background-repeat: no-repeat, repeat;
    background-position: right 20px center, 0 0;
    font-size: 20px;
    font-size: 1.25rem; }
  .p-buy span {
    display: block; }
    .p-buy span:before {
      content: "\f07a";
      font-family: FontAwesome;
      margin-right: 8px; }

.p-about-main {
  position: relative;
  background: url("../img/about/bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-about-main .l-main-container {
    padding-bottom: 20%; }

.p-soldier-main {
  position: relative;
  background: #101213 url("../img/soldier/idx_bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-soldier-main .l-main-container {
    padding-bottom: 10%; }

.p-soldier-lower-main {
  position: relative;
  background: #101213 url("../img/soldier/lwr_bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-soldier-lower-main .l-main-container {
    padding-bottom: 20%; }
  .p-soldier-lower-main--trooper .c-main-chara {
    left: 40%;
    top: 156px; }
  .p-soldier-lower-main--jetlifter .c-main-chara {
    left: 37.5%;
    top: 100px; }
  .p-soldier-lower-main--heavystriker .c-main-chara {
    left: 47.5%;
    top: 100px; }
  .p-soldier-lower-main--prowlrider .c-main-chara {
    left: 28.5%;
    top: 50px; }
  .p-soldier-lower-main--caddy .c-main-chara {
    left: 28.5%;
    top: 20px; }
  .p-soldier-lower-main--champ .c-main-chara {
    left: 33%;
    top: 100px; }
  .p-soldier-lower-main--skyfish .c-main-chara {
    left: 37.5%;
    top: 0px; }
  .p-soldier-lower-main--bigfoot .c-main-chara {
    left: 35%;
    top: -20px; }
  .p-soldier-lower-main--bigfootmaloader .c-main-chara {
    left: 35%;
    top: -100px; }
  .p-soldier-lower-main--invisible .c-main-chara {
    left: 37.5%;
    top: -120px; }
  .p-soldier-lower-main--minhocao .c-main-chara {
    left: 35%;
    top: -120px; }
  .p-soldier-lower-main--peacemaker .c-main-chara {
    left: 27.5%;
    top: 150px; }

.p-enemy-main {
  position: relative;
  background: #101213 url("../img/enemy/idx_bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-enemy-main .l-main-container {
    padding-bottom: 10%; }

.p-enemy-lower-main {
  position: relative;
  background: #101213 url("../img/enemy/lwr_bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-enemy-lower-main .l-main-container {
    padding-bottom: 20%; }
  .p-enemy-lower-main--hivecraft .c-main-chara {
    left: 25%;
    top: 30px; }
  .p-enemy-lower-main--stormant .c-main-chara {
    left: 15%;
    top: 130px; }
  .p-enemy-lower-main--crazyant .c-main-chara {
    left: 35%;
    top: 15px; }
  .p-enemy-lower-main--wingedants .c-main-chara {
    left: 23%;
    top: -100px; }
  .p-enemy-lower-main--bombbeetle .c-main-chara {
    left: 15%;
    top: 180px; }
  .p-enemy-lower-main--sideros .c-main-chara {
    left: 37%;
    top: 30px; }
  .p-enemy-lower-main--scourger .c-main-chara {
    left: 29%;
    top: 120px; }
  .p-enemy-lower-main--attackpod .c-main-chara {
    left: 45%;
    top: 140px; }
  .p-enemy-lower-main--harvester .c-main-chara {
    left: 30%;
    top: 120px; }
  .p-enemy-lower-main--spider .c-main-chara {
    left: 36%;
    top: 120px; }
  .p-enemy-lower-main--gargant .c-main-chara {
    left: 27%;
    top: -80px; }
  .p-enemy-lower-main--deathstalker .c-main-chara {
    left: 32%;
    top: 10px; }
  .p-enemy-lower-main--basil .c-main-chara {
    left: 42%;
    top: 10px; }
  .p-enemy-lower-main--queen .c-main-chara {
    left: 18%;
    top: -90px; }
  .p-enemy-lower-main--ship .c-main-chara {
    left: 28%;
    top: -50px; }
  .p-enemy-lower-main--razneed .c-main-chara {
    left: 15%;
    top: -120px; }
  .p-enemy-lower-main--green .c-main-chara {
    left: 20%;
    top: 140px; }
  .p-enemy-lower-main--scourgerbeast .c-main-chara {
    left: 15%;
    top: 30px; }
  .p-enemy-lower-main--pillar .c-main-chara {
    left: 53%;
    top: 30px; }
  .p-enemy-lower-main--imperial .c-main-chara {
    left: 25%;
    top: -100px; }
  .p-enemy-lower-main--empress .c-main-chara {
    left: 25%;
    top: -120px; }
  .p-enemy-lower-main--beizalm .c-main-chara {
    left: 15%;
    top: 10px; }

.p-screenshot-main {
  position: relative;
  background: url("../img/screenshot/bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-screenshot-main .l-main-container {
    padding-bottom: 20%; }

.p-screenshot-subtitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-screenshot-subtitle p {
    font-weight: bold;
    font-size: 30px;
    font-size: 1.875rem; }
  .p-screenshot-subtitle small {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.25em;
    margin-left: 2em; }

.p-screenshot-container {
  position: relative;
  margin-left: 10px;
  width: 740px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .p-screenshot-container .c-main-image {
    margin-top: 10px;
    overflow: hidden;
    box-sizing: border-box; }
  .p-screenshot-container--large {
    margin-top: 60px; }
    .p-screenshot-container--large .c-main-image {
      width: 740px;
      height: 416px; }
      .p-screenshot-container--large .c-main-image img {
        position: absolute;
        left: 0;
        top: 0; }
  .p-screenshot-container__2colLeft {
    width: 240px;
    margin-right: 10px; }
    .p-screenshot-container__2colLeft .c-main-image {
      width: 240px;
      height: 134px; }
  .p-screenshot-container__2colRight {
    width: 490px; }
    .p-screenshot-container__2colRight .c-main-image {
      width: 490px;
      height: 278px;
      cursor: pointer; }
      .p-screenshot-container__2colRight .c-main-image img {
        width: 101%; }
  .p-screenshot-container--3col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-screenshot-container--3col .c-main-image {
      width: 240px;
      height: 134px; }

.p-screenshot-button {
  position: relative;
  width: 940px;
  height: 58px;
  margin-top: 12px;
  margin-left: 10px;
  background: url("../img/screenshot/btn_pc.png") no-repeat left top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .p-screenshot-button p {
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem; }
  .p-screenshot-button small {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.25em;
    margin-left: 2em; }

.p-story-main {
  position: relative;
  background: #101213 url("../img/story/bg_pc.jpg") no-repeat center top;
  background-size: contain; }
  .p-story-main .l-main-container {
    padding-bottom: 10%; }

.p-story-year {
  position: absolute;
  color: #aa1111;
  font-weight: bold;
  line-height: 1;
  right: 101%; }
  .p-story-year span {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: -.75em; }
  .p-story-year p {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 0.5em;
    margin-top: .4em; }

/*
.p-soldier-main {
  position: relative;
  background: #101213 image-url("soldier/idx_bg_pc.jpg") no-repeat center top;
  background-size: cover;
  .l-main-container {
    padding-bottom: 10%;
  }
}


// ----------------------------------------------------------------------
// 下層ページ
// ----------------------------------------------------------------------
.p-soldier-lower-main {
  position: relative;
  background: #101213 image-url("soldier/lwr_bg_pc.jpg") no-repeat center top;
  background-size: cover;
  .l-main-container {
    padding-bottom: 20%;
  }
  
  &--trooper {
    .c-main-chara {
      left: 40%;
      top: 156px;
    }
  }
  
  &--jetlifter {
    .c-main-chara {
      left: 37.5%;
      top: 100px;
    }
  }
}
*/
.p-character-main {
  position: relative;
  background: #101213 url("../img/character/bg_pc.jpg") no-repeat center top;
  background-size: contain; }
  .p-character-main .l-main-container {
    padding-bottom: 10%; }
  .p-character-main--2 {
    background-image: url("../img/character/bg2_pc.jpg");
    background-size: cover; }

.p-character-face {
  position: absolute;
  right: 27.5%;
  top: 0; }

.p-character-logo {
  position: absolute;
  right: 27.5%;
  top: -100px; }

.p-character-point {
  position: relative;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
  margin-top: 40px;
  padding-bottom: 20px; }
  .p-character-point__left {
    position: relative; }
  .p-character-point__title {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem;
    background: url("../img/character/01_pnt_bdr.png") no-repeat left center;
    padding-left: 50px; }
  .p-character-point__subtitle {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 18px; }
  .p-character-point__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.125;
    margin-left: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .p-character-point .l-main-imageAndImage__image {
    margin-right: 18px; }
  .p-character-point--red {
    border-color: #aa1111;
    background: rgba(170, 17, 17, 0.1); }
    .p-character-point--red .p-character-point__title {
      color: #aa1111;
      background: url("../img/character/pnt_bdr_red.png") no-repeat left center; }
  .p-character-point--krw .l-main-imageAndImage {
    position: absolute;
    right: -95px;
    top: -33px; }
  .p-character-point--krw .p-character-point__left {
    padding-right: 180px; }
  .p-character-point--sas .l-main-imageAndImage {
    position: absolute;
    right: -155px;
    top: 5px; }
  .p-character-point--sas .p-character-point__left {
    padding-right: 200px; }

.p-comingsoon-main {
  position: relative;
  background: #101213 url("../img/comingsoon/bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-comingsoon-main .l-main-container {
    padding-bottom: 20%; }

.p-comingsoon-mark {
  position: absolute;
  left: 52.5%;
  bottom: -90px; }

.p-comingsoon-copy {
  position: relative;
  margin: 53px 0 0 23px;
  line-height: 0; }

.p-benefit-main {
  position: relative;
  background: #100101 url("../img/benefit/bg_pc.jpg") no-repeat center top;
  background-size: contain; }
  .p-benefit-main .l-main-container {
    padding-bottom: 10%; }

.p-benefit-box-01 {
  position: relative;
  margin-top: 40px;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #a91111;
  border-radius: 10px;
  width: 988px;
  margin-left: 12px;
  box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.5); }

.p-benefit-box-02 {
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  width: 100%;
  box-sizing: border-box;
  width: 988px;
  margin-left: 12px; }

.p-benefit-nav {
  position: relative;
  margin: 25px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-benefit .p-benefit-nav {
    margin-left: 20px;
    margin-right: 20px; }
  .p-benefit-nav_link {
    display: block;
    position: relative;
    background-image: url("../img/benefit/nv_bg_l.svg"), url("../img/benefit/nv_bg_r.svg");
    padding-left: 11px;
    padding-right: 11px;
    background-position: left 0, right 0;
    background-repeat: no-repeat, no-repeat;
    height: 34px;
    line-height: 34px;
    margin-right: 6px; }
    .p-benefit-nav_link span {
      display: block;
      background-color: #425358;
      font-size: 12px;
      font-size: 0.75rem;
      padding: 0 5px; }

.p-benefit-box--content {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 30px; }

.p-benefit-ttl-01 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  text-shadow: 1px 2px 3px white, 1px 2px 3px white, 1px 2px 3px white;
  text-shadow: 2px 2px 0 #aa1111, -2px 2px 0 #aa1111, 2px -2px 0 #aa1111, -2px -2px 0 #aa1111; }
  .p-benefit-ttl-01 p {
    font-size: 18px;
    font-size: 1.125rem; }
  .p-benefit-ttl-01 h3 {
    font-size: 26px;
    font-size: 1.625rem; }

.p-benefit-ttl--center {
  text-align: center; }

.p-benefit-ttl-02 {
  position: relative;
  color: #a91111;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 30px; }

.p-benefit-ttl-03 {
  position: relative;
  background-image: url("../img/benefit/ttl03_l.png"), url("../img/benefit/ttl03_r.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 0;
  padding-left: 10px;
  padding-right: 32px;
  margin-top: 40px; }
  .p-benefit-ttl-03 h3 {
    display: block;
    line-height: 50px;
    background: url("../img/benefit/ttl03_c.png") repeat-x 0 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    text-shadow: 1px 2px 3px white, 1px 2px 3px white, 1px 2px 3px white;
    text-shadow: 2px 2px 0 #aa1111, -2px 2px 0 #aa1111, 2px -2px 0 #aa1111, -2px -2px 0 #aa1111; }

.p-benefit-ttl-03 + .p-benefit-ttl-01 {
  margin-top: 30px; }

.p-benefit-text-01 {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px; }
  .p-benefit-text-01 a {
    text-decoration: underline; }
    .p-benefit-text-01 a:hover {
      text-decoration: none; }

.p-benefit-text-02 {
  position: relative;
  color: #D40000;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  margin-bottom: 20px; }

.p-benefit-img-01 {
  position: relative;
  vertical-align: bottom;
  margin-bottom: 30px; }
  .p-benefit-img-01 img {
    width: 100%; }

.p-benefit-img-modal {
  display: block;
  position: relative;
  vertical-align: bottom;
  margin-bottom: 30px; }
  .p-benefit-img-modal img {
    width: 100%; }
  .p-benefit-img-modal_img {
    position: absolute;
    width: 35.5%;
    padding-top: 20%;
    background: rgba(0, 255, 0, 0);
    cursor: pointer; }
    .p-benefit-img-modal_img-01 {
      left: 0;
      top: 0; }
    .p-benefit-img-modal_img-02 {
      right: 0;
      top: 0; }
    .p-benefit-img-modal_img-03 {
      left: 32%;
      top: 27.5%; }
    .p-benefit-img-modal_img-04 {
      left: 0;
      bottom: 2%; }
    .p-benefit-img-modal_img-05 {
      right: 0;
      bottom: 2%; }

.p-benefit-btn-01 {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 78px; }
  .p-benefit-btn-01 p {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
  .p-benefit-btn-01 a {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    width: 429px;
    height: 78px;
    background: url("../img/benefit/btn_01.png") no-repeat 0 0;
    text-align: center; }

.p-benefit .c-modal__image {
  width: 520px; }

.p-benefit .c-modal__close {
  margin-left: 500px; }

.p-benefit-productinfo {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .p-benefit-productinfo dt {
    color: #7bcfff;
    width: 25%;
    margin-bottom: 10px; }
  .p-benefit-productinfo dd {
    color: #fff;
    width: 75%;
    margin-bottom: 10px; }
  .p-benefit-productinfo table {
    text-align: left; }
    .p-benefit-productinfo table th {
      white-space: nowrap; }

.p-benefit-productHeader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .p-benefit-productHeader_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-benefit-productBody {
  position: relative;
  border-radius: 8px;
  border: solid 2px #a91111;
  background: #2e1315;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px; }
  .p-benefit-productBody *:first-child {
    margin-top: 20px; }
  .p-benefit-productBody .p-benefit-ttl-01 {
    margin-bottom: 20px; }

.p-benefit-ttl-04 {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 20px; }
  .p-benefit-ttl-04 p {
    font-size: 14px;
    font-size: 0.875rem; }
  .p-benefit-ttl-04 h3 {
    font-size: 30px;
    font-size: 1.875rem; }
  .p-benefit-ttl-04 h4 {
    font-size: 24px;
    font-size: 1.5rem; }
  .p-benefit-ttl-04 strong {
    text-shadow: 0 0 6px #049fef, 0 0 6px #049fef; }

.p-benefit-contentinfo {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6; }
  .p-benefit-contentinfo dt {
    font-weight: bold; }
  .p-benefit-contentinfo dd {
    margin: 0 0 1em;
    padding-left: 1em; }

.p-battle-main {
  position: relative;
  background: url("../img/battle/bg_pc.jpg") no-repeat center top;
  background-size: cover; }
  .p-battle-main .l-main-container {
    padding-bottom: 20%; }

.p-battle-kv {
  position: relative;
  margin-top: -250px;
  margin-left: -50px;
  margin-bottom: -100px; }
  .p-battle-kv img {
    vertical-align: bottom; }

.p-battle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }

.p-battle-left {
  position: relative;
  width: 560px;
  border-bottom: solid 1px #aa1111;
  background-color: rgba(170, 17, 17, 0.1);
  margin-left: 10px; }
  .p-battle-left_col {
    position: relative;
    box-sizing: border-box;
    border-top: solid 1px #aa1111;
    border-left: solid 1px #aa1111;
    border-right: solid 1px #aa1111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px; }
  .p-battle-left_arw {
    position: absolute;
    left: 50%;
    top: 0;
    background: url("../img/battle/arw.png") no-repeat center top;
    width: 188px;
    height: 34px;
    margin-left: -94px; }
  .p-battle-left_ttl {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    width: 180px;
    margin-right: 20px; }
    .p-battle-left_ttl strong {
      color: #aa1111;
      font-size: 40px;
      font-size: 2.5rem;
      margin-right: .25em; }

.p-battle-right {
  position: relative;
  width: 310px;
  margin-left: 50px; }
  .p-battle-right_col {
    position: relative;
    margin-bottom: 20px; }
    .p-battle-right_col:last-of-type {
      margin-bottom: 0; }
  .p-battle-right_txt {
    margin-top: .5em;
    font-size: 15px;
    font-size: 0.9375rem; }
    .p-battle-right_txt i {
      margin-right: .5em; }

.u-m-t-5 {
  margin-top: 5px !important; }

.u-m-t-10 {
  margin-top: 10px !important; }

.u-m-t-15 {
  margin-top: 15px !important; }

.u-m-t-20 {
  margin-top: 20px !important; }

.u-m-t-25 {
  margin-top: 25px !important; }

.u-m-t-30 {
  margin-top: 30px !important; }

.u-m-t-35 {
  margin-top: 35px !important; }

.u-m-t-40 {
  margin-top: 40px !important; }

.u-m-t-45 {
  margin-top: 45px !important; }

.u-m-t-50 {
  margin-top: 50px !important; }

.u-m-t-55 {
  margin-top: 55px !important; }

.u-m-t-60 {
  margin-top: 60px !important; }

.u-m-t-65 {
  margin-top: 65px !important; }

.u-m-t-70 {
  margin-top: 70px !important; }

.u-m-t-75 {
  margin-top: 75px !important; }

.u-m-t-80 {
  margin-top: 80px !important; }

.u-m-t-85 {
  margin-top: 85px !important; }

.u-m-t-90 {
  margin-top: 90px !important; }

.u-m-t-95 {
  margin-top: 95px !important; }

.u-m-t-100 {
  margin-top: 100px !important; }

.u-m-t-105 {
  margin-top: 105px !important; }

.u-m-t-110 {
  margin-top: 110px !important; }

.u-m-t-115 {
  margin-top: 115px !important; }

.u-m-t-120 {
  margin-top: 120px !important; }

.u-m-t-125 {
  margin-top: 125px !important; }

.u-m-t-130 {
  margin-top: 130px !important; }

.u-m-t-135 {
  margin-top: 135px !important; }

.u-m-t-140 {
  margin-top: 140px !important; }

.u-m-t-145 {
  margin-top: 145px !important; }

.u-m-t-150 {
  margin-top: 150px !important; }

.u-m-t-155 {
  margin-top: 155px !important; }

.u-m-t-160 {
  margin-top: 160px !important; }

.u-m-t-165 {
  margin-top: 165px !important; }

.u-m-t-170 {
  margin-top: 170px !important; }

.u-m-t-175 {
  margin-top: 175px !important; }

.u-m-t-180 {
  margin-top: 180px !important; }

.u-m-t-185 {
  margin-top: 185px !important; }

.u-m-t-190 {
  margin-top: 190px !important; }

.u-m-t-195 {
  margin-top: 195px !important; }

.u-m-t-200 {
  margin-top: 200px !important; }

.u-m-t-205 {
  margin-top: 205px !important; }

.u-m-t-210 {
  margin-top: 210px !important; }

.u-m-t-215 {
  margin-top: 215px !important; }

.u-m-t-220 {
  margin-top: 220px !important; }

.u-m-t-225 {
  margin-top: 225px !important; }

.u-m-t-230 {
  margin-top: 230px !important; }

.u-m-t-235 {
  margin-top: 235px !important; }

.u-m-t-240 {
  margin-top: 240px !important; }

.u-m-t-245 {
  margin-top: 245px !important; }

.u-m-t-250 {
  margin-top: 250px !important; }

/*
//pcでdisplay:none;
.u-dsp-v--forpc {
  @include setMediaQuery($MEDIA_SP) {
    display: none;
  }
  @include setMediaQuery($MEDIA_PC) {
    display: block;
  }
}
//spでdisplay:none;
.u-dsp-v--forsp {
  @include setMediaQuery($MEDIA_SP) {
    display: block;
  }
  @include setMediaQuery($MEDIA_PC) {
    display: none;
  }
}*/
.u-cf:before, .u-cf:after {
  content: "";
  display: table; }

.u-cf:after {
  clear: both; }
