@charset "UTF-8";
.pc-hide {
  display: none;
}

html {
  min-height: 100%;
}

.sns_btn {
  position: absolute;
  top: 70px;
  left: calc(50% + 520px);
  z-index: 9100;
}

.sns_btn #tweet {
  margin: 0 0 2px;
}

article header {
  margin: 0 0 54px;
}

article h1 {
  height: 129px;
  padding: 13px 0 0;
}

#contents {
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6;
}

#contents #singleBox {
  position: relative;
  right: 0;
  margin: 0 auto;
  width: 988px;
  z-index: 3;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

#contents #singleBox .frame {
  position: relative;
  width: 988px;
  padding: 20px 56px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  margin: 0 auto 0;
}

#contents div[id$="Box"] .frame p:last-child {
  margin-bottom: 0 !important;
}

/***********************************
本文内
***********************************/
#newsList {
  width: 856px;
  padding: 0 0 14px;
  font-size: 20rem;
}

#newsList li {
  padding: 0 1em;
  line-height: 1.2;
}

#newsList li:not(:last-child) {
  padding: 0 1em 28px;
  margin: 0 0 21px;
  background: url(img/line.png) 0 100% no-repeat;
}

#newsList .date {
  display: block;
  margin: 0 0 0.3em;
}

.ps4switch_btn {
  width: 640px;
  height: 40px;
  padding: 5px;
}

.ps4switch_btn:hover {
  background: #dc8641;
}

/***********************************
フッター
***********************************/
footer {
  position: relative;
  width: 950px;
  padding: 14px 0 0;
  margin: 0 auto;
  text-align: left;
}

footer .share {
  display: none;
}

.site_top_btn {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
}

footer .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7px 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .btns li {
  margin: 0 0 0 8px;
}

.copy {
  text-align: right;
  font-size: 11rem;
  line-height: 1.3;
}

#pagetop {
  position: fixed;
  left: calc(50% + 480px);
  bottom: -1000px;
  display: block;
  width: 160px;
  height: 263px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  z-index: 9000;
}

#pagetop.show {
  opacity: 1;
  bottom: 30px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}

#pagetop img {
  display: block;
  width: 160px;
  height: 263px;
  background: url(../img/pagetop.png) 0 0 no-repeat;
}

#pagetop:hover img {
  background-position: 0 100%;
}

/* ---------------------------------
  プロダクト
---------------------------------- */
#product ul.info {
  width: 910px;
}

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

#product [data-ua="sp"] {
  display: none;
}

/* 店舗特典 */
.benefits_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 89%;
  margin: 0 auto 0;
}

.benefits .benefits_box {
  display: block;
  position: relative;
  width: 410px;
  min-height: 365px;
  margin-bottom: 15px;
}

.benefits .goods_list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.benefits .store_button {
  margin: 0 auto 0;
}

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

.btn_switch:hover {
  background: #f93d2d;
}

.btn_ps4_switch:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
