@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  color: #000;
  background-color:#fff;
  font-size:1.6rem;/* 16px*/
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
}
a {
  display:block;
  color: #fff;
  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: #c0c0c0;
}
::-moz-selection {
    background: #c0c0c0;
}

img {
  width: 100%; 
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  overflow: hidden;
  background: #fff url(https://www.e-capcom.com/plus/assets/img/logo_ecap.png) no-repeat center center;
}

.bg_1, .bg_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg_1 {
  background: url(https://www.e-capcom.com/plus/assets/img/bg_1.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 50s linear infinite;
  animation: bgroop 50s linear infinite;
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -2400px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2400px 0;
  }
}
.bg_2 {
  background: url(https://www.e-capcom.com/plus/assets/img/bg_2.png) repeat-x;
  background-position: -0 0;
  -webkit-animation: bgroop 60s linear infinite;
  animation: bgroop2 60s linear infinite;
  z-index: -1;
}
@-webkit-keyframes bgroop2 {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -2300px 0;
  }
}
@keyframes bgroop2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2300px 0;
  }
}

#wrap {
  position: relative;
  z-index: 2;
}

header {
  padding: 140px 0;
}
header h1 {
  max-width: 397px;
  margin: 0 auto;
}

#main {
  position: relative;
  padding: 75px 0;
  background: url(https://www.e-capcom.com/plus/assets/img/bg_dot.png);
}
#main h2 {
  position: absolute;
  top: -25px;
  width: 100%;
}
#main h2 img {
  max-width: 949px;
  width: 90%;
  margin: 0 auto;
}
#main p {
  max-width: 833px;
  width: 90%;
  margin: 0 auto;
}

#bnr {
  padding: 70px 0;
}
#bnr ul li {
  max-width: 680px;
  margin: 0 auto;
}
#bnr ul li {
  border: 5px solid #004c85;
  -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;
}
#bnr ul li:hover {
  border: 5px solid #edb32c;
}

footer {
  padding: 10px;
}
footer .logo_capcom {
  float: left;
  max-width: 130px;
}
footer .copyright {
  float: right;
  font-size: 1.2rem;
  line-height: 22px;
}

@media screen and (max-width:768px){

  header {
    padding: 20% 0 18%;
  }
  header h1 {
    width: 80%; 
  }
  #main {
    padding: 13% 0 8%;
  }
  #main h2 {
    top: -10%;
  }

  #bnr {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }

  footer {
    padding: 0 0 10px;
  }
  footer .logo_capcom, footer .copyright {
    float: none;
  }
  footer .logo_capcom {
    max-width: 187px;
    margin: 0 auto 15px;
  }
  footer .copyright {
    text-align: center;
  }
}