@charset "utf-8";

/* デフォルト */
html {
  font-size: 62.5%;
}
body {
  color: #fff;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000 url(https://www.e-capcom.com/sp/sf/tgs2019/assets/img/bg.png) center center;
}
img {
  display: block;
  width: 100%;
}
a {
  display: block;
  color: #004274;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.hover a:hover {
  opacity: 0.6;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
::selection {
    background: #f6cf00;
}
::-moz-selection {
    background: #f6cf00;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.red {
  color: #ff0033;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000 url(https://www.e-capcom.com/sp/sf/tgs2019/assets/img/bg.png) center center;
  z-index: 9999;
  overflow: hidden;
}
header {
}
.logo_ecap {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 190px;
}
/* デフォルト */

#wrap {
  min-width: 1024px;
  overflow: hidden;
}

#main {
  position: relative;
}
#main .top_link_list {
  position: absolute;
  right: 10px;
  top: 20px;
}
#main .share_list {
  margin-top: 10px;
}
#main .share_list a {
  max-width: 29px;
  margin: 5px auto 0;
}

#lineup {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
#lineup h2 {
  margin-bottom: 40px;
  font-size: 9rem;
  font-family: 'Anton', sans-serif;
  text-align: center;
}
#lineup h2 p {
  font-size: 1.4rem;
  font-weight: 900;
}
#lineup ul {
  text-align: center;
}
#lineup ul li {
  display: inline-block;
  max-width: 459px;
  width: 33%;
  margin: 0 0 10px 0;
}
#lineup ul li:nth-child(3), #lineup ul li:nth-child(6), #lineup ul li:nth-child(9) {
  margin: 0 0 10px 0;
}
#lineup ul li a {
}

.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;  
}

.goodsdetail {
  padding-top: 50px;
}
.goodsdetail h3 {
  margin-bottom: 20px;
}
.goodsdetail h3 img {
  max-width: 740px;
  margin: 0 auto;
}
.goodsdetail .attention {
  margin: 20px 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
}
.goodsdetail .leadtxt {
  margin-bottom: 20px;
  padding: 0 10px;
  line-height: 1.5;
}
.goodsdetail .leadtxt p {
  margin-bottom: 10px;
}
.goodsdetail .left_box {
  display:table-cell;
  width: 500px;
  font-size: 2.5rem;
  font-weight: 500;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  background: #000;
}
.goodsdetail .schedule {
  max-width: 21em;
  margin: 0 auto;
}
.goodsdetail .schedule dt {
  margin-bottom: 10px;
  color: #f6cf00;
}
.goodsdetail .right_box {
  display:table-cell;
  width: 505px;
}
.goodsdetail .price {
  font-size: 3.2rem;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0;
  transform: scale(0.95, 1);
}
.goodsdetail .price span {
  font-size: 2.2rem;
}
.goodsdetail .btn_buy a {
  display: block;
  position: relative;
  width: 96%;
  margin: 10px 0 0 auto;
  padding: 20px 0;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #f6cf00;
  border-radius: 3px;
}
.goodsdetail .btn_buy a:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -0.5em;
  font-family: 'Material Icons';
  content: "\e8cc";
}
.goodsdetail .btn_buy a:hover {
  background: #ababab;
}
.goodsdetail .spec {
  margin: 30px 0 20px;
  line-height: 2.2rem;
}
.goodsdetail .spec dt, .goodsdetail .spec dd {
  float: left;
  margin-bottom: 10px;
  padding: 15px;
}
.goodsdetail .spec dt {
  width: 97px;
  color: #ababab;
  background: #272727;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.goodsdetail .spec dd {
  width: 840px;
  background: #000;
  border: 1px solid #fff;
}
.goodsdetail .notice dt {
  margin-top: 20px;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  background: #ff0000;
}
.goodsdetail .notice ul {
  padding: 15px;
}
.goodsdetail .notice ul li {
  margin-bottom: 5px;
  padding-left:1em;
  font-size: 1.5rem;
  text-indent:-1em;
  line-height: 1.3;
}

/* デフォルト */
footer {
}
footer .footer_area {
  padding: 25px 20px;
  text-align: center;
}
footer .logo_capcom {
  width: 130px;
  margin: 0 auto 10px;
}
footer .copyright {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
/* デフォルト */
footer {
  margin-top: 70px;
}
footer .link_list {
  text-align: center;
}
footer .link_list li {
  display: inline-block;
  max-width: 240px;
}
.txt_sony {
  margin: 30px 0;
  text-align: center;
}
.txt_sony p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #a8a8a8;
}
.txt_sony img {
  display: inline-block;
}
.txt_sony .mark_ps {
  width: 21px;
}
.txt_sony .mark_ps4 {
  width: 47px;
}
footer .btn_totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
footer .btn_totop a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #000;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #494949;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
footer .btn_totop a:hover {
  border: 1px solid #fff;
  animation: totop 0.4s linear;
}
@keyframes totop {
  0%  { transform: scale(1.1, 1.1);}
  20%  { transform: scale(1, 1);}
  40%  { transform: scale(0.9, 0.9);}
  60%  { transform: scale(1, 1);}
}


@media screen and (max-width:768px){
  header {
    min-width: 100%;
  }
  header .logo_ecap {
    width: 100px;
  }
  #main .top_link_list {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
  #main .link_list li {
    width: 20%;
  }
  #main .share_list {
    margin-top: 0;
  }
  #main .top_link_list li {
    display: inline-block;
    vertical-align: middle;
  }
  #main .top_link_list li {
    display: inline-block;
    vertical-align: middle;
  }
  .content {
    max-width: 96%;
    margin: 0 auto;
    padding: 0 4%;  
  }
  #main {
    min-height: auto;
    background-size: auto 100%;
  }
  #main h1 {
    position: static;
    max-width: 100%;
    margin: 0;
  }
  #wrap {
    min-width: 100%;
  }

  #lineup ul li, #lineup ul li:nth-child(3), #lineup ul li:nth-child(6), #lineup ul li:nth-child(9) {
    display: inline-block;
    max-width: 96%;
    width: 96%;
    margin: 0 1% 2%;
  }
  #lineup ul li a:before {
    max-width: 45px;
    max-height: 45px;
  }
  .goodsdetail {
    padding-top: 30px; 
  }
  .goodsdetail h3 img {
    max-width: 100%;
    margin: 0 auto;
  }
  .goodsdetail .left_box {
    display: block;
    width: 96%;
    padding: 4% 2%;
  }
  .goodsdetail .schedule, .goodsdetail .schedule dt, .goodsdetail .schedule dd {
    max-width: 100%;
    display: block;
  }
  .goodsdetail .schedule dt {
  }
  .goodsdetail .schedule dt:before {
    left: 0;
  }
  .goodsdetail .right_box {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .goodsdetail .price {
    text-align: center;
  }
  .goodsdetail .btn_buy a {
    margin: 20px auto 0;
    width: 100%;
  }
  .goodsdetail .spec dt {
    width: 6em;
    margin-bottom: 0;
    padding: 2%;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .goodsdetail .spec dd {
    width: 96%;
    margin-bottom: 20px;
    padding: 2%;
    line-height: 1.5;
  }
  .goodsdetail .leadtxt {
    padding: 0;
  }
  .goodsdetail .notice ul {
    padding: 2% 0;
  }
  .goodsdetail .attention {
    text-align: left;
    line-height: 1.5;
  }
  
  footer {
  }
  footer .footer_area {
    padding: 4% 2% 80px;
  }
  footer .link_list li {
    max-width: 29%;
  }
  footer .logo_capcom, footer .copyright {
    float: none;
    text-align: center;
  }
  footer .logo_capcom {
    width: 187px;
    margin: 0 auto 5px;
  }
  .txt_sony p {
    text-align: left;
    padding: 0 20px;
  }
  footer .footer_totop {
    width: 60px;
    margin: 0 0 0 auto;
  }
  footer {
    position: relative;
  }

}