@charset "UTF-8";
@font-face {
  font-family: "sce3";
  font-style: normal;
  font-weight: 500;
  src: url("../font/SCE3.7W1.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "ArtegraSansSC";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ArtegraSans-SC-Medium.woff") format("woff"), url("../font/ArtegraSans-SC-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "ArtegraSansSCSemibold";
  font-style: normal;
  font-weight: 600;
  src: url("../font/ArtegraSans-SC-SemiBold.woff") format("woff"), url("../font/ArtegraSans-SC-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "ArtegraSansSCBold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ArtegraSans-SC-Bold.woff") format("woff"), url("../font/ArtegraSans-SC-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "ArtegraSansCoLight";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Artegra_Sans_Condensed_300_Light.woff") format("woff"), url("../font/Artegra_Sans_Condensed_300_Light.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*========================================
*	common
========================================*/
::selection {
  color: #fff;
  background: #171717;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #fff;
  background-color: #fff;
  font-family: "FOT-セザンヌ Pro M", "FOT-マティス Pro M", "FOT-マティス Pro DB", "FOT-セザンヌ Pro DB", "FOT-ニューロダン Pro M";
}

body {
  width: 100%;
}

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

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  body {
    transform: rotate(0.001deg);
  }
}
.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.special-offers {
  position: relative;
}
.special-offers--fix-bg {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/special-offers/webp/fix_ace7.png.webp");
  width: 85.8666666667vw;
  height: 122.2666666667vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) {
  .special-offers--fix-bg {
    width: 29.5833333333vw;
    height: 42.5833333333vw;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--fix-bg {
    width: 355px;
    height: 511px;
  }
}
.special-offers--fix-kv {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/special-offers/webp/kv.png.webp");
  width: 100%;
  height: 120vw;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 767px) {
  .special-offers--fix-kv {
    background-image: url("../images/special-offers/webp/kv_pc.png.webp");
    height: 52.0833333333vw;
  }
}
.special-offers--contents {
  padding: 38vw 0 10vw;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents {
    padding: 16.5vw 0 6.9166666667vw;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents {
    padding: 198px 0 83px;
  }
}
.special-offers--contents-title {
  width: 85.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-title {
    width: 52.0833333333vw;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-title {
    width: 625px;
  }
}
.special-offers--contents-subtit {
  border: 1px solid #bbbbbb;
  background: rgba(255, 255, 255, 0.8);
  width: 85.3333333333vw;
  height: 8.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.8vw;
  margin: 4vw auto 0;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-subtit {
    width: 54.25vw;
    height: 5.5vw;
    padding-left: 0.4583333333vw;
    margin: 2.9166666667vw auto 0;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-subtit {
    width: 651px;
    height: 66px;
    padding-left: 5.5px;
    margin: 35px auto 0;
  }
}
.special-offers--contents-subtit:before {
  display: block;
  content: "";
  background-color: #506d91;
  width: 0.9333333333vw;
  height: 7.7333333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4vw;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-subtit:before {
    width: 0.5833333333vw;
    height: 4.9583333333vw;
    left: 0.2916666667vw;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-subtit:before {
    width: 7px;
    height: 59.5px;
    left: 3.5px;
  }
}
.special-offers--contents-subtit:after {
  display: block;
  content: "";
  background-color: #506d91;
  width: 0.9333333333vw;
  height: 7.7333333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4vw;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-subtit:after {
    width: 0.5833333333vw;
    height: 4.9583333333vw;
    right: 0.2916666667vw;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-subtit:after {
    width: 7px;
    height: 59.5px;
    right: 3.5px;
  }
}
.special-offers--contents-subtit span {
  font-family: "ArtegraSansSCSemibold";
  color: #626262;
  font-size: 6.1333333333vw;
  line-height: 1;
  letter-spacing: 1.6vw;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-subtit span {
    font-size: 3.875vw;
    letter-spacing: 0.9166666667vw;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-subtit span {
    font-size: 46.5px;
    letter-spacing: 11px;
  }
}
.special-offers--contents-list {
  padding: 5.3333333333vw 0 0;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-list {
    width: 83.3333333333vw;
    padding: 3.125vw 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-list {
    width: 1000px;
    padding: 37.5px 0 0;
  }
}
.special-offers--contents-list__item {
  width: 89.0666666667vw;
  margin: 5.7333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-list__item {
    width: 39.4583333333vw;
    margin: 1.6666666667vw 0 0;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-list__item {
    width: 473.5px;
    margin: 20px 0 0;
  }
}
.special-offers--contents-list__item-btn {
  width: 68.2666666667vw;
  margin: -7.3333333333vw auto 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-list__item-btn {
    width: 30.625vw;
    margin: -3.3333333333vw auto 0;
    transition: 0.3s;
  }
  .special-offers--contents-list__item-btn:hover {
    -webkit-filter: brightness(1.25) invert(0.18);
    filter: brightness(1.25) invert(0.18);
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-list__item-btn {
    width: 367.5px;
    margin: -40px auto 0;
  }
}
.special-offers--contents-read {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 28vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.8vw;
  margin: 11.3333333333vw auto 0;
}
@media only screen and (max-width: 767px) {
  .special-offers--contents-read {
    flex-direction: column;
  }
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-read {
    height: 7vw;
    padding-left: 0.25vw;
    margin: 7.7083333333vw auto 0;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-read {
    height: 84px;
    padding-left: 3px;
    margin: 92.5px auto 0;
  }
}
.special-offers--contents-read span {
  font-family: "ArtegraSansSCSemibold";
  color: #e04d4d;
  font-size: 8.4vw;
  line-height: 1.2698412698;
  letter-spacing: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-read span {
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.75vw;
  }
  .special-offers--contents-read span:last-child {
    padding-left: 0.5em;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-read span {
    font-size: 40px;
    letter-spacing: 9px;
  }
}
.special-offers--contents-attention {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 2.9333333333vw;
  color: #626262;
  text-align: center;
  padding: 4vw 0 0;
}
@media only screen and (min-width: 767px) {
  .special-offers--contents-attention {
    font-size: 1vw;
    padding: 1.6666666667vw 0 0;
  }
}
@media only screen and (min-width: 1401px) {
  .special-offers--contents-attention {
    font-size: 12px;
    padding: 20px 0 0;
  }
}

footer {
  background: #191919;
  position: relative;
  z-index: 5;
}
footer .inner {
  padding: 0 2%;
  position: relative;
  box-sizing: border-box;
}
footer .footer-contents {
  padding: 52px 0 45px;
}
@media only screen and (min-width: 767px) {
  footer .footer-contents {
    padding: 52px 0 45px;
  }
}
footer .footer-contents .icon-ace7 {
  width: 12%;
  margin: 0 auto 38px;
}
@media only screen and (min-width: 767px) {
  footer .footer-contents .icon-ace7 {
    width: 57px;
    margin: 0 auto 38px;
  }
}
footer .footer-contents .copyright, footer .footer-contents .agreement {
  font-family: "ArtegraSansCoLight";
  font-size: 12px;
  color: #8d8d8d;
  text-align: center;
  line-height: 1.8;
}
footer .footer-contents .agreement {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
footer .footer-contents .agreement a {
  color: #8d8d8d;
  text-decoration: underline;
}
footer .footer-contents .agreement a:hover {
  text-decoration: none;
}
footer .footer-platform {
  background: #1c2128;
  padding: 35px 0 30px;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform {
    background: #1c2128;
    padding: 35px 0 30px;
  }
}
footer .footer-platform ul {
  text-align: center;
  font-size: 0;
  margin: 0 0 25px;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul {
    max-width: 920px;
    text-align: center;
    font-size: 0;
    margin: 0 auto 5px;
  }
}
footer .footer-platform ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 10px;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li {
    display: inline-block;
    margin: 0 17px 17px;
  }
}
footer .footer-platform ul li.nsw {
  width: 20%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.nsw {
    width: 155px;
  }
}
footer .footer-platform ul li.ps4 {
  width: 20%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.ps4 {
    width: 165px;
  }
}
footer .footer-platform ul li.psvr {
  width: 24%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.psvr {
    width: 186px;
  }
}
footer .footer-platform ul li.xboxone {
  width: 22%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.xboxone {
    width: 120px;
  }
}
footer .footer-platform ul li.steam {
  width: 23%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.steam {
    width: 116px;
  }
}
footer .footer-platform ul li.unreal {
  width: 14%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.unreal {
    width: 63px;
    margin: 0 17px 17px 55px;
  }
}
footer .footer-platform ul li.truesky {
  width: 20%;
}
@media only screen and (min-width: 767px) {
  footer .footer-platform ul li.truesky {
    width: 101px;
  }
}
@media only screen and (min-width: 767px) {
  footer .footer-platform .copyright {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=../maps/special-offers.css.map */
