@charset "UTF-8";
.new:after {
  content: "";
  position: absolute;
  /*top: -20px;*/
  /*right: -20px;*/
  top: -15px;
  right: -15px;
  display: block;
  width: 78px;
  height: 40px;
  background: url(img/new.png) 0 0/100% auto no-repeat;
  -webkit-animation: blink 1.8s infinite;
  animation: blink 1.8s infinite;
  width: 78px;
  height: 40px;
}

@-webkit-keyframes blink {
  to, from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  to, from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #f2b342;
}

a:visited {
  display: block;
  text-decoration: none;
  outline: none;
  color: #f2b342;
}

a:hover {
  color: #f28302;
  outline: none;
}

a[href*="tel:"] {
  cursor: default;
}

button {
  outline: none;
}

p {
  margin: 0 0 18px;
  background: url(../img/transparent.png);
}

p a {
  text-decoration: underline;
}

td {
  background: url(../img/transparent.png);
}

html {
  position: relative;
  font-size: 6.25%;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
}

body {
  font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  background: black;
}

.mac body, .safari body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

div, article, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:active, button:focus {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

em {
  font-style: normal;
}

b {
  color: #d9400e;
}

strong {
  color: #c00;
}

h2 {
  font-size: 32rem;
  color: #d9400e;
  text-align: center;
  margin: 0 0 0.7em;
}

h3 {
  margin: 0 0 0.3em;
  color: #d9400e;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.screenshot {
  width: 48%;
}

.brackets_mgn {
  margin: 0 -0.45em;
}

.small {
  font-size: 85%;
  line-height: 1.5;
}

article h1 {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/title_bg.png) 50% 0 no-repeat;
  border-bottom: 0.5px solid rgba(200, 200, 200, 0.2);
  z-index: 3;
}

.title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4em;
  padding-top: 70px;
  color: #e6ede8;
  text-shadow: 1px 1px 0 #2a5e2d, -1px -1px 0 #2a5e2d, -1px 1px 0 #2a5e2d, 1px -1px 0 #2a5e2d, 0px 1px 0 #2a5e2d, 0 -1px 0 #2a5e2d, -1px 0 0 #2a5e2d, 1px 0 0 #2a5e2d;
}

.bg {
  background: url(../img/subbg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

/* フレーム */
/***********************************
本文内
***********************************/
#contents {
  padding: 0 0 210px;
}

#contents .singleBox {
  position: relative;
  z-index: 1;
}

#contents #singleBox {
  -webkit-animation: fadeIn 0.6s linear backwards;
  animation: fadeIn 0.6s linear backwards;
}

#contents #singleBox .frame ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents #singleBox .frame ul li {
  max-width: 100%;
  padding: 5px;
}

#contents #singleBox .frame ul li a img {
  width: 100%;
}

#newsList {
  margin: 0 auto;
}

hr {
  border: none;
  display: block;
  width: 647px;
  height: 18px;
  margin: 0 0 15px;
  background: url(img/line.png) 0 0/100% auto no-repeat;
}

.ps4switch_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

.ps4switch_btn {
  background: #ca6330;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/***********************************
フッター
***********************************/
.footer_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  width: 100%;
  background: black;
  color: #fff;
}

.site_top_btn {
  display: block;
  width: 247px;
  height: 86px;
  margin: 0 0 9px;
  background: url(img/bnr_official.png) 0 0 no-repeat;
}

.site_top_btn img {
  display: block;
  width: 247px;
  height: 86px;
  background: url(img/bnr_official.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.site_top_btn:hover img {
  opacity: 1;
}

.copy {
  position: relative;
}

#cboxLoadedContent {
  -webkit-box-shadow: 0 0 16px 4px rgba(28, 13, 15, 0.75);
          box-shadow: 0 0 16px 4px rgba(28, 13, 15, 0.75);
}

#cboxPrevious {
  left: -56px;
  top: calc(50% - 33px);
  width: 45px;
  height: 65px;
  -webkit-transform-origin: 85% 50%;
          transform-origin: 85% 50%;
  background: url(../img/arrow_prev.png) 100% 0 no-repeat;
}

#cboxNext {
  right: -56px;
  top: calc(50% - 33px);
  width: 45px;
  height: 65px;
  -webkit-transform-origin: 15% 50%;
          transform-origin: 15% 50%;
  background: url(../img/arrow_next.png) 0 0 no-repeat;
}

#cboxClose {
  right: 0px;
  top: -68px;
  width: 60px;
  height: 60px;
  background: url(../img/close.png) 0 0 no-repeat;
}

#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  opacity: 1;
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
  -webkit-animation: hoverAnim 0.22s ease infinite alternate both;
  animation: hoverAnim 0.22s ease infinite alternate both;
}

.pswp__button--close {
  background-position: -14px -72px;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-size: 396px 132px;
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　Clearfix
========================================================================== */
/* For modern browsers */
.cf {
  zoom: 1;
}

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  [class|="pc"] {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .title {
    padding-top: 55px;
  }
}

/* product pageから無理やり移植 */
/* 店舗特典 */
.benefits {
  text-align: center;
  margin-top: 50px;
}

.benefits li {
  position: relative;
}

.benefits .benefits_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  border: 1px solid white;
  border-radius: 2px;
  padding: 25px;
}

.benefits .benefits_box[data-store="none_link"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.benefits .benefits_box[data-store="none_link"] .goods_name {
  margin-bottom: 0;
}

.benefits .goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.benefits .goods_list li {
  width: 247px;
  height: 247px;
  position: relative;
}

.benefits [data-note="img"]:after {
  content: "";
  background: url("../img/product/note_img.png");
  width: 165px;
  height: 24px;
  position: absolute;
  left: 95px;
  bottom: 0px;
}

.benefits .no_image {
  width: 150px;
  height: 212px;
}

.benefits .goods_list img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  max-width: 100%;
}

.benefits .goods_name {
  margin-bottom: 10px;
}

.benefits .store_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40vw;
  height: 55px;
  max-width: 265px;
  max-height: 55px;
  margin: 0 auto;
}

.benefits .store_button .btn_ps4, .benefits .store_button .btn_switch {
  width: 155px;
  height: 55px;
  border: 1px solid white;
  border-radius: 3px;
}

.benefits .store_button .btn_ps4_switch {
  width: 300px;
  height: 55px;
  border: 1px solid white;
  border-radius: 3px;
}

.benefits .store_button .btn_ps5 {
  width: 300px;
  height: 55px;
  max-height: 55px;
  border: 1px solid white;
  border-radius: 3px;
}

.store_button .btn_ps4 a, .store_button .btn_switch a, .store_button .btn_ps4_switch a, .store_button .btn_ps5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
}

.store_button .btn_ps4 img, .store_button .btn_switch img, .store_button .btn_ps4_switch img {
  height: 55px;
}

.store_button .btn_ps5 img {
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_ps4 {
  background: #0085d0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.btn_switch {
  background: #e62013;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.btn_ps4_switch {
  background: linear-gradient(45deg, #0085d0 0%, #0085d0 50%, #e62013 50%, #e62013 100%);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.btn_ps5 {
  border: 1px solid white;
  background: #023e61;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.btn_ps5:hover {
  background: #00b0e0;
}

/* 汎用 */
.product--now_printing {
  top: 0;
  -webkit-box-shadow: 0 0 5px 1px #90e84e;
          box-shadow: 0 0 5px 1px #90e84e;
  width: 100%;
  height: 100%;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product--now_printing img {
  max-width: 294px;
  width: 90%;
}

.product--bigButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 630px;
  margin: 0 auto;
}

.product--bigButton li {
  margin: 0 auto 10px;
}

.product--bigButton a {
  display: block;
  width: 285px;
  height: 85px;
  border: 1px solid white;
  border-radius: 3px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 製品情報 */
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
}

.info img.visual {
  -webkit-box-shadow: 0 0 5px 0 #90e84e;
          box-shadow: 0 0 5px 0 #90e84e;
}

/* 限定版*/
.limited--image {
  position: relative;
  margin: 0 auto 10px;
  width: 560px;
  height: 373px;
  -webkit-box-shadow: 0 0 5px 0 #90e84e;
          box-shadow: 0 0 5px 0 #90e84e;
}

.limited--text {
  position: relative;
  display: block;
  left: 20px;
}
