@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  overflow-x: hidden;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
  -webkit-text-size-adjust: 100%;
}

section {
  position: relative;
}

canvas {
  pointer-events: none;
}

.wrapper {
  width: 1024px;
  position: relative;
  margin: auto;
}

.disp-none {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

main {
  display: block;
}

a {
  cursor: pointer;
  outline: none;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  display: inline-block;
}

.fancybox-slide--iframe .fancybox-content {
    margin-top: 5vw;
  }

.fancybox-close-small {
  display: none !important;
}

.close-btn:after {
    display: block;
    background: url(../../resources/img/common/modal_close_7fd186f2ecc4e764f54818d38416582d.png) center top no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
    content: "";
    position: absolute;
    right: 0;
    min-width: auto;
    top: -5vw;
    pointer-events: none;
  }

.shadow,
.frame,
.black,
.star {
  position: absolute;
  top: 0;
  left: 0;
}

.black,
.star {
  pointer-events: none;
}

.star {
  z-index: 25;
}

.black {
  z-index: 20;
}

.frame {
  z-index: 15;
}

.shadow {
  z-index: 5;
}

.visual {
  position: relative;
  z-index: 10;
}

.light-frame .text {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

.light-frame .text.run {
      opacity: 1;
    }

.light-frame .black.hide {
      -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0;
    }

.light-frame canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
  }

.to-mt-btn,
.to-top-btn {
  opacity: 0;
  position: fixed;
  z-index: 98;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.to-mt-btn.show, .to-top-btn.show {
    opacity: 1;
    pointer-events: auto;
  }

.to-mt-btn {
  background: url(../../resources/img/common/to_mt_btn_b8981d1743804d224aa719c530d1f83f.png) no-repeat;
  width: 120px;
  height: 188px;

  bottom: 122px;
  right: 0;
}

.to-top-btn {
  background: url(../../resources/img/common/to_top_btn_e07f1ac28ab13430668b0f511c2fe926.png) no-repeat;
  width: 91px;
  height: 75px;

  bottom: 25px;
  right: 0;
}

.rotate-right {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0;
  -webkit-transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-right.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-left {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  opacity: 0;
  -webkit-transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-left.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-up-right {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-up-right.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-up-left {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-up-left.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.slide-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-left.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

.slide-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-right.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

.slide-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-up.run {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

.fade-in {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-in.run {
    opacity: 1;
  }

.fade-out {
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-out.run {
    opacity: 0;
  }

.shadow-drop {
  top: 0;
  left: 11px;
  opacity: 0;
  -webkit-transform: translate3d(-11px, -6px, 0);
          transform: translate3d(-11px, -6px, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.shadow-drop.show {
    opacity: 1;
  }

.shadow-drop.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

@-webkit-keyframes swingAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  1% {
    -webkit-transform: translate(-5px, -3px) rotate(2deg);
            transform: translate(-5px, -3px) rotate(2deg);
  }

  2% {
    -webkit-transform: translate(5px, -3px) rotate(-2deg);
            transform: translate(5px, -3px) rotate(-2deg);
  }

  3% {
    -webkit-transform: translate(-5px, 3px) rotate(2deg);
            transform: translate(-5px, 3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  5% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  6% {
    -webkit-transform: translate(-5px, 3px) rotate(-2deg);
            transform: translate(-5px, 3px) rotate(-2deg);
  }

  7% {
    -webkit-transform: translate(5px, 3px) rotate(2deg);
            transform: translate(5px, 3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  9% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes swingAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  1% {
    -webkit-transform: translate(-5px, -3px) rotate(2deg);
            transform: translate(-5px, -3px) rotate(2deg);
  }

  2% {
    -webkit-transform: translate(5px, -3px) rotate(-2deg);
            transform: translate(5px, -3px) rotate(-2deg);
  }

  3% {
    -webkit-transform: translate(-5px, 3px) rotate(2deg);
            transform: translate(-5px, 3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  5% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  6% {
    -webkit-transform: translate(-5px, 3px) rotate(-2deg);
            transform: translate(-5px, 3px) rotate(-2deg);
  }

  7% {
    -webkit-transform: translate(5px, 3px) rotate(2deg);
            transform: translate(5px, 3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  9% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

footer {
  position: relative;
  height: 450px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 67px;
  z-index: 20;
}

footer a {
    display: inline-block;
  }

footer .footer-wrapper {
    width: 640px;
    margin: 0 auto;
  }

footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 140px 50px;
  }

footer .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -95px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }

body {
  background: #000;
}

#container,
.wrapper {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.shadow-text {
  position: relative;
  z-index: 10;
}

.open {
  z-index: 30;
}

.new {
  z-index: 30;
}

.title {
  z-index: 28;
}

.name {
  position: absolute;
  z-index: 26;
}

.text-box {
  position: relative;
}

.text-box p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 19px;
    line-height: 1.9;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }

.ss-wrapper {
  position: relative;
}

.ss-wrapper .ss {
    display: inline-block;
    position: relative;
  }

.ss-wrapper .ss .image {
      position: relative;
      z-index: 21;
    }

.ss-wrapper .ss .frame {
      top: 0;
      left: 0;
    }

.ss-wrapper .ss .star {
      top: 0;
      left: 0;
    }

.ss-wrapper .ss .open {
      position: absolute;
      top: 0;
      left: 0;
    }

.ss-wrapper .ss .new {
      position: absolute;
      top: 0;
      left: 0;
    }

.chara-image {
  position: absolute;
}

.chara-image .visual {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

.chara-image .visual.run {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }

.chara-image .shadow {
    top: 0;
    left: 11px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

.chara-image .shadow.show {
      opacity: 1;
    }

.chara-image .shadow.run {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }

.shadow-drop {
  top: 5px;
  left: 8px;
}

main {
  overflow: hidden;
}

main section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }

main #bg-stars {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }

main .bg-black-mask {
    background-color: black;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }

main .bg-red-line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
  }

main .bg-red-line img {
      margin-left: -490px;
    }

main .bg-red-shadow {
    background: url(../../resources/img/gad3/bg_red_dot_8a54f4bfaf05619ed13f64386c296709.png) center top no-repeat;
    width: 100%;
    min-width: 1024px;
    height: 12000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }

main section.first-view {
    position: relative;
    z-index: 20;
    min-height: 835px;
  }

main section.first-view .fv-hero,
    main section.first-view .fv-ps4-logo,
    main section.first-view .fv-copy-star,
    main section.first-view .fv-copy1,
    main section.first-view .fv-copy2,
    main section.first-view h1,
    main section.first-view .game-title,
    main section.first-view .on-sale,
    main section.first-view .pre-order-btn {
      position: absolute;
      z-index: 15;
    }

main section.first-view .fv-hero {
      top: 54px;
      left: -41px;
    }

main section.first-view .fv-hero .shadow {
        top: 4px;
        left: 7px;
      }

main section.first-view .fv-ps4-logo {
      top: 10px;
      left: 4px;
    }

main section.first-view .fv-copy-star {
      top: 0;
      left: 437px;
    }

main section.first-view .fv-copy1 {
      top: 18px;
      left: 567px;
    }

main section.first-view .fv-copy2 {
      top: 124px;
      left: 498px;
    }

main section.first-view h1 {
      top: 338px;
      left: 6px;
    }

main section.first-view .game-title {
      top: 420px;
      left: 512px;
    }

main section.first-view .on-sale {
      top: 508px;
      left: 510px;
    }

main section.first-view .pre-order-btn {
      top: 645px;
      left: 512px;
    }

main section.first-view .pre-order-btn .text {
        -webkit-animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
                animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
      }

main section.sec1 {
    height: 1220px;
    position: relative;
    z-index: 20;
  }

main section.sec1 h2 {
      position: relative;
      margin: 48px 0 0 256px;
      display: inline-block;
      z-index: 20;
    }

main section.sec1 h2 .star {
        top: -38px;
        left: -6px;
      }

main section.sec1 .chara-image {
      position: absolute;
      top: 0;
      left: 657px;
      z-index: 10;
    }

main section.sec1 .sec1-description1 {
      margin: -40px 0 0 3px;
      z-index: 15;
    }

main section.sec1 .sec1-description1 p {
        background: url(../../resources/img/gad3/sec1_text1_bg_6b42f5375497a2f1d5f8cac794662f9e.png) no-repeat center top;
        height: 271px;
        width: 693px;
        padding: 48px 0 0 20px;
        z-index: 10;
        font-size: 21px;
        line-height: 1.55;
      }

main section.sec1 .sec1-description1 p span {
          color: #fddd6e;
          font-size: 25px;
        }

main section.sec1 .sec1-description2 {
      margin: 22px 0 0 58px;
      z-index: 15;
    }

main section.sec1 .sec1-description2 p {
        background: url(../../resources/img/gad3/sec1_text2_bg_e7cef47a95e2f9dec8ff12a7d1f232c2.png) no-repeat center top;
        height: 290px;
        width: 870px;
        padding: 16px 0 0 17px;
        font-size: 21px;
        line-height: 1.55;
      }

main section.sec1 .sec1-description2 p span {
          color: #fddd6e;
          font-size: 25px;
        }

main section.sec1 .sec1-description2 p span.strong-txt {
          font-size: 31px;
          line-height: 2;
          text-shadow: 2px 2px #ff0303;
        }

main section.sec2 {
    margin-top: -226px;
    position: relative;
    z-index: 20;
  }

main section.sec2 h2 {
      position: relative;
      margin-left: 57px;
      display: inline-block;
      z-index: 20;
    }

main section.sec2 h2 .star {
        top: -70px;
        left: 12px;
      }

main section.sec2 h2 .name {
        top: -101px;
        left: -57px;
      }

main section.sec2 .sec2-description {
      margin: -35px 0 0 540px;
      position: relative;
      z-index: 15;
    }

main section.sec2 .sec2-description p {
        background: url(../../resources/img/gad3/sec2_text_bg_dbe0c41e3c2a70fd6057a0a8bbb36316.png) no-repeat center top;
        height: 273px;
        width: 476px;
        padding: 48px 0 0 20px;
      }

main section.sec2 .ss {
      display: block;
    }

main section.sec2 .ss1 {
      margin: -323px 0 0 55px;
    }

main section.sec2 .ss2 {
      margin: -33px 0 0 54px;
    }

main section.sec2 .ss3 {
      margin: -377px 0 0 598px;
    }

main section.sec2 .ss4 {
      margin: -249px 0 0 398px;
    }

main section.sec3 {
    height: 1220px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    z-index: 20;
  }

main section.sec3 .slick-slider .slick-slide {
        opacity: 0;
        -webkit-transition: 0.3s opacity;
        transition: 0.3s opacity;
      }

main section.sec3 .slick-slider .slick-active {
        opacity: 1;
      }

main section.sec3 .slick-slider .slick-list {
        overflow-x: visible;
        overflow-y: visible;
      }

main section.sec3 .slick-slider .slick-arrow.slick-disabled {
          display: none !important;
        }

main section.sec3 .slick-slider .slick-prev {
        background: url(../../resources/img/gad3/sec3_prev_1b60198f1628bba3cb294a818479db05.png) no-repeat;
        width: 62px;
        height: 99px;

        left: 0;
        top: 330px;
        z-index: 1000;
      }

main section.sec3 .slick-slider .slick-prev:before {
          content: none;
        }

main section.sec3 .slick-slider .slick-next {
        background: url(../../resources/img/gad3/sec3_next_212451f61cf37bc54b73851b5a1ab75d.png) no-repeat;
        width: 62px;
        height: 99px;

        right: -6px;
        top: 330px;
        z-index: 1000;
      }

main section.sec3 .slick-slider .slick-next:before {
          content: none;
        }

main section.sec3 .item-container {
      position: relative;
      width: 1024px;
      height: 822px;
    }

main section.sec3 .item-container .item .chara {
          position: relative;
        }

main section.sec3 .item-container .item.item1 .chara {
            top: -147px;
            left: 84px;
          }

main section.sec3 .item-container .item.item2 .chara {
            top: -89px;
            left: 76px;
          }

main section.sec3 .item-container .item.item3 .chara {
            top: -202px;
            left: -6px;
          }

main section.sec3 .item-container .item.item4 .chara {
            top: -172px;
            left: 428px;
          }

main section.sec3 .item-container .item.item5 .chara {
            top: -196px;
            left: 40px;
          }

main section.sec3 .item-container .item.item6 .chara {
            top: -210px;
            left: 104px;
          }

main section.sec3 .item-container .item.item7 .chara {
            top: -101px;
            left: -102px;
          }

main section.sec3 .item-container .item.item8 .chara {
            top: -232px;
            left: 190px;
          }

main section.sec3 .item-container .item.item9 .chara {
            top: -104px;
            left: 247px;
          }

main section.sec3 .item-container .item.item10 .chara {
            top: -207px;
            left: 206px;
          }

main section.sec3 .profile-box {
      position: absolute;
      top: 205px;
      left: 0;
    }

main section.sec3 .profile-box .box {
        position: absolute;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
      }

main section.sec3 .profile-box .box.current {
          opacity: 1;
        }

main section.sec3 .profile-box .box .chara-name-wrapper {
          position: absolute;
        }

main section.sec3 .profile-box .box .chara-name-wrapper .star,
          main section.sec3 .profile-box .box .chara-name-wrapper .chara-name-en,
          main section.sec3 .profile-box .box .chara-name-wrapper .cv {
            position: absolute;
          }

main section.sec3 .profile-box .box .chara-text-wrapper {
          position: absolute;
        }

main section.sec3 .profile-box .box .chara-text-wrapper .shadow {
            top: 5px;
            left: 8px;
          }

main section.sec3 .profile-box .box .chara-text-wrapper p {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative;
            color: #fff;
            font-size: 19px;
            padding: 40px 0 0 31px;
            line-height: 1.95;
            -webkit-font-feature-settings: "palt";
                    font-feature-settings: "palt";
          }

main section.sec3 .profile-box .box.chara1 .chara-name-wrapper {
            top: 261px;
            left: 130px;
          }

main section.sec3 .profile-box .box.chara1 .chara-name-wrapper .star {
              top: -50px;
              left: -23px;
            }

main section.sec3 .profile-box .box.chara1 .chara-name-wrapper .chara-name-en {
              top: -9px;
              left: 65px;
            }

main section.sec3 .profile-box .box.chara1 .chara-name-wrapper .cv {
              bottom: -16px;
              right: -97px;
            }

main section.sec3 .profile-box .box.chara1 .chara-text-wrapper {
            top: 409px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara1 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/hero/chara_txt_bg_c7c27ffd4be80631d42f46f83aa2e0a0.png) no-repeat center top;
              width: 640px;
              height: 234px;
            }

main section.sec3 .profile-box .box.chara2 .chara-name-wrapper {
            top: 247px;
            left: 110px;
          }

main section.sec3 .profile-box .box.chara2 .chara-name-wrapper .star {
              top: -42px;
              left: -44px;
            }

main section.sec3 .profile-box .box.chara2 .chara-name-wrapper .chara-name-en {
              top: -25px;
              left: 57px;
            }

main section.sec3 .profile-box .box.chara2 .chara-name-wrapper .cv {
              bottom: -47px;
              right: -59px;
            }

main section.sec3 .profile-box .box.chara2 .chara-text-wrapper {
            top: 409px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara2 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/ryuji/chara_txt_bg_bc087bc95c02d1c022778dd63fcd0263.png);
              width: 568px;
              height: 230px;
            }

main section.sec3 .profile-box .box.chara3 .chara-name-wrapper {
            top: 247px;
            left: 120px;
          }

main section.sec3 .profile-box .box.chara3 .chara-name-wrapper .star {
              top: -45px;
              left: -44px;
            }

main section.sec3 .profile-box .box.chara3 .chara-name-wrapper .chara-name-en {
              top: -25px;
              left: 44px;
            }

main section.sec3 .profile-box .box.chara3 .chara-name-wrapper .cv {
              bottom: -51px;
              right: -89px;
            }

main section.sec3 .profile-box .box.chara3 .chara-text-wrapper {
            top: 447px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara3 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/anne/chara_txt_bg_750c5958828a42daddc440df5f092ab3.png);
              width: 505px;
              height: 269px;
            }

main section.sec3 .profile-box .box.chara4 .chara-name-wrapper {
            top: 247px;
            left: 120px;
          }

main section.sec3 .profile-box .box.chara4 .chara-name-wrapper .star {
              top: -37px;
              left: -46px;
            }

main section.sec3 .profile-box .box.chara4 .chara-name-wrapper .chara-name-en {
              top: -20px;
              left: 40px;
            }

main section.sec3 .profile-box .box.chara4 .chara-name-wrapper .cv {
              bottom: -30px;
              right: -12px;
            }

main section.sec3 .profile-box .box.chara4 .chara-text-wrapper {
            top: 404px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara4 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/morgana/chara_txt_bg_03c144026fba70516176946c7dd3d2d7.png);
              width: 579px;
              height: 269px;
            }

main section.sec3 .profile-box .box.chara5 .chara-name-wrapper {
            top: 252px;
            left: 128px;
          }

main section.sec3 .profile-box .box.chara5 .chara-name-wrapper .star {
              top: -55px;
              left: -46px;
            }

main section.sec3 .profile-box .box.chara5 .chara-name-wrapper .chara-name-en {
              top: -13px;
              left: 25px;
            }

main section.sec3 .profile-box .box.chara5 .chara-name-wrapper .cv {
              bottom: -65px;
              right: -21px;
            }

main section.sec3 .profile-box .box.chara5 .chara-text-wrapper {
            top: 425px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara5 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/yusuke/chara_txt_bg_a6f1531389a81d2f08e1c53a7d2b1815.png);
              width: 610px;
              height: 232px;
            }

main section.sec3 .profile-box .box.chara6 .chara-name-wrapper {
            top: 252px;
            left: 128px;
          }

main section.sec3 .profile-box .box.chara6 .chara-name-wrapper .star {
              top: -21px;
              left: -28px;
            }

main section.sec3 .profile-box .box.chara6 .chara-name-wrapper .chara-name-en {
              top: -9px;
              left: 57px;
            }

main section.sec3 .profile-box .box.chara6 .chara-name-wrapper .cv {
              bottom: -36px;
              right: -80px;
            }

main section.sec3 .profile-box .box.chara6 .chara-text-wrapper {
            top: 424px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara6 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/makoto/chara_txt_bg_6a732eeb64d17b1806c8c9bec07aa281.png);
              width: 639px;
              height: 232px;
            }

main section.sec3 .profile-box .box.chara7 .chara-name-wrapper {
            top: 252px;
            left: 148px;
          }

main section.sec3 .profile-box .box.chara7 .chara-name-wrapper .star {
              top: -42px;
              left: -57px;
            }

main section.sec3 .profile-box .box.chara7 .chara-name-wrapper .chara-name-en {
              top: -3px;
              left: 27px;
            }

main section.sec3 .profile-box .box.chara7 .chara-name-wrapper .cv {
              bottom: -24px;
              right: -22px;
            }

main section.sec3 .profile-box .box.chara7 .chara-text-wrapper {
            top: 434px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara7 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/futaba/chara_txt_bg_b05c30926556570003dc19e1be0addad.png);
              width: 584px;
              height: 232px;
            }

main section.sec3 .profile-box .box.chara8 .chara-name-wrapper {
            top: 252px;
            left: 150px;
          }

main section.sec3 .profile-box .box.chara8 .chara-name-wrapper .star {
              top: -48px;
              left: -45px;
            }

main section.sec3 .profile-box .box.chara8 .chara-name-wrapper .chara-name-en {
              top: -12px;
              left: 49px;
            }

main section.sec3 .profile-box .box.chara8 .chara-name-wrapper .cv {
              bottom: -29px;
              right: -57px;
            }

main section.sec3 .profile-box .box.chara8 .chara-text-wrapper {
            top: 434px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara8 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/haru/chara_txt_bg_2b6bf44be2d6dd7ca1e836e965913f4d.png);
              width: 579px;
              height: 271px;
            }

main section.sec3 .profile-box .box.chara9 .chara-name-wrapper {
            top: 252px;
            left: 165px;
          }

main section.sec3 .profile-box .box.chara9 .chara-name-wrapper .star {
              top: -28px;
              left: -37px;
            }

main section.sec3 .profile-box .box.chara9 .chara-name-wrapper .chara-name-en {
              top: -15px;
              left: 36px;
            }

main section.sec3 .profile-box .box.chara9 .chara-name-wrapper .cv {
              bottom: -12px;
              right: -83px;
            }

main section.sec3 .profile-box .box.chara9 .chara-text-wrapper {
            top: 426px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara9 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/akechi/chara_txt_bg_62d25e9d1bb2b6e09f40394452012d2d.png);
              width: 655px;
              height: 305px;
            }

main section.sec3 .profile-box .box.chara10 .chara-name-wrapper {
            top: 260px;
            left: 130px;
          }

main section.sec3 .profile-box .box.chara10 .chara-name-wrapper .star {
              top: -42px;
              left: -37px;
            }

main section.sec3 .profile-box .box.chara10 .chara-name-wrapper .chara-name-en {
              top: -29px;
              left: 39px;
            }

main section.sec3 .profile-box .box.chara10 .chara-name-wrapper .cv {
              bottom: -20px;
              right: -40px;
            }

main section.sec3 .profile-box .box.chara10 .chara-text-wrapper {
            top: 406px;
            left: 207px;
          }

main section.sec3 .profile-box .box.chara10 .chara-text-wrapper p {
              background: url(../../resources/img/gad3/kasumi/chara_txt_bg_ee92ecce66ba50cf149d3b17fe347942.png);
              width: 526px;
              height: 158px;
            }

main section.sale-box {
    margin-top: -192px;
    position: relative;
    z-index: 20;
  }

main section.sale-box > .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

main section.sale-box .left-contents {
      margin: 0 15px 0 3px;
    }

main section.sale-box .right-contents .game-title {
        margin-top: 75px;
      }

main section.sale-box .right-contents .on-sale {
        margin: 17px 0 0 2px;
      }

main section.sale-box .right-contents .pre-order-btn {
        width: 509px;
        display: block;
        margin: -7px 0 0 -30px;
      }

main section.sale-box .right-contents .pre-order-btn .text {
          -webkit-animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
                  animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
        }

main section.sec4 h2 {
      position: absolute;
      top: 429px;
      left: 3px;
      z-index: 40;
    }

main section.sec4 .light-frame {
      position: absolute;
      top: 565px;
      left: 48px;
      z-index: 30;
    }

main section.sec4 .light-frame .star {
        top: -52px;
        left: -52px;
      }

main section.sec4 .character-wrapper {
      position: relative;
      top: 281px;
      z-index: 15;
    }

main section.sec4 .character-wrapper .chara-image {
        position: absolute;
      }

main section.sec4 .character-wrapper .chara-image.chara1-image {
          right: -50px;
          top: -166px;
        }

main section.sec4 .character-wrapper .chara-image.chara2-image {
          top: -229px;
          left: -66px;
        }

main section.sec4 .character-wrapper .chara-image.chara3-image {
          top: -110px;
          left: -73px;
        }

main section.sec4 .character-wrapper .chara-image.chara4-image {
          left: 392px;
          top: 41px;
        }

main section.sec4 .sec4-description {
      position: absolute;
      top: 810px;
      left: -5px;
      z-index: 20;
    }

main section.sec4 .sec4-description p {
        background: url(../../resources/img/gad3/sec4_text_bg_b083f438ea32d579af939a0772b6dd94.png) no-repeat center top;
        width: 497px;
        height: 296px;
        padding: 36px 0 0 19px;
      }

main section.sec4 .ss {
      position: relative;
    }

main section.sec4 .ss.ss1 {
        z-index: 50;
        margin: 686px 0 0 470px;
      }

main section.sec4 .ss.ss2 {
        z-index: 51;
        top: -106px;
        left: 504px;
      }

main section.sec4 .ss.ss3 {
        z-index: 52;
        top: -337px;
        left: 170px;
      }

main section.sec5 h2 {
      position: relative;
      margin-top: 175px;
      margin-left: 407px;
      z-index: 60;
    }

main section.sec5 .chara-wrapper {
      position: relative;
      top: -175px;
      z-index: 30;
    }

main section.sec5 .chara-wrapper .chara-image {
        position: absolute;
      }

main section.sec5 .chara-wrapper .chara-image.chara1-image {
          top: -269px;
          left: 178px;
          z-index: 25;
        }

main section.sec5 .chara-wrapper .chara-image.chara2-image {
          top: -320px;
          left: 184px;
          z-index: 26;
        }

main section.sec5 .chara-wrapper .chara-image.chara3-image {
          top: -110px;
          left: -41px;
          z-index: 27;
        }

main section.sec5 .chara-wrapper .chara-image.chara4-image {
          top: 24px;
          left: -181px;
          z-index: 28;
        }

main section.sec5 .light-frame {
      display: inline-block;
      position: relative;
      top: -45px;
      left: 350px;
      z-index: 50;
    }

main section.sec5 .light-frame .star {
        top: -39px;
        left: -54px;
      }

main section.sec5 .sec5-description {
      z-index: 45;
      margin-top: -101px;
      margin-left: 477px;
    }

main section.sec5 .sec5-description p {
        background: url(../../resources/img/gad3/sec5_text_bg_89ab55ce6bf86230c660c34e0cb84793.png) no-repeat center top;
        width: 537px;
        height: 262px;
        padding: 36px 0 0 19px;
        line-height: 1.9;
        font-size: 19px;
      }

main section.sec5 .ss1 {
      position: relative;
      top: -440px;
      left: -77px;
      z-index: 50;
    }

main section.sec5 .ss2 {
      position: relative;
      z-index: 52;
      left: -277px;
      top: -81px;
    }

main section.sec5 .ss3 {
      position: relative;
      z-index: 53;
      margin-top: -367px;
      margin-left: 531px;
    }

main section.sale-box.sale-box2 {
    margin-top: -42px;
  }

main section.sec6 h2 {
      position: relative;
      z-index: 60;
      margin-top: 455px;
      margin-left: 1px;
    }

main section.sec6 .light-frame {
      position: relative;
      z-index: 50;
      top: -34px;
      left: -47px;
    }

main section.sec6 .light-frame .star {
        top: -64px;
        left: -53px;
      }

main section.sec6 .chara-wrapper {
      position: absolute;
      top: 241px;
      left: 0;
      z-index: 30;
    }

main section.sec6 .chara-wrapper .chara1-image {
        top: -764px;
        left: 315px;
      }

main section.sec6 .chara-wrapper .chara2-image {
        top: 3px;
        left: 40px;
      }

main section.sec6 .sec6-description {
      z-index: 45;
      margin-top: -80px;
      margin-left: 6px;
    }

main section.sec6 .sec6-description p {
        background: url(../../resources/img/gad3/sec6_text_bg_1f19bf15ca13dcd9786298616ebd658b.png) no-repeat center top;
        width: 607px;
        height: 314px;
        padding: 17px 0 0 31px;
        line-height: 1.9;
        font-size: 19px;
      }

main section.sec6 .ss1 {
      position: absolute;
      top: 718px;
      left: 560px;
      z-index: 39;
    }

main section.sec6 .ss2 {
      position: relative;
      z-index: 38;
      margin-top: 34px;
      margin-left: -30px;
    }

main section.sec6 .ss3 {
      position: relative;
      z-index: 40;
      top: 121px;
      left: -78px;
    }

main section.footer {
    margin-top: 234px;
    z-index: 50;
  }

main section.footer .copy1 {
      margin-top: 0;
      margin-left: 55px;
    }

main section.footer .copy2 {
      margin-top: -44px;
      margin-left: -4px;
    }

main section.footer .copy3 {
      margin-top: -78px;
    }

main section.spec {
    position: relative;
    z-index: 50;
    margin-bottom: 40px;
  }

main section.spec h2 {
      margin: 219px 0 0 46px;
      position: relative;
    }

main section.spec h2 .star {
        top: -32px;
        left: -60px;
      }

main section.spec .spec-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

main section.spec .spec-wrapper .spec-left .spec-logo {
          margin: 4px 0 0 20px;
        }

main section.spec .spec-wrapper .spec-left .spec-release-date {
          margin-top: 22px;
          margin-left: 21px;
        }

main section.spec .spec-wrapper .spec-left .spec-release-date .release-date {
            margin-top: 16px;
          }

main section.spec .spec-info {
      position: relative;
      margin: 117px 0 0 40px;
    }

main section.spec .spec-info .shadow {
        top: 6px;
        left: 71px;
      }

main section.spec .spec-info .spec {
        background: url(../../resources/img/gad3/spec_info_7f294b94c283b230b4114d877516474d.png) no-repeat center top;
        height: 360px;
        width: 460px;
        position: relative;
        top: 0;
        left: -7px;
        z-index: 10;
      }

main section.spec .spec-cero {
      margin: -22px 0 26px 333px;
    }

main section.spec .pre-order-wrapper {
      text-align: center;
    }

main section.spec .pre-order-wrapper a {
        display: inline-block;
        position: relative;
        top: 0;
        left: -15px;
        -webkit-animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
                animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
      }

footer {
  height: 320px;
}

footer .footer-logos {
    margin: 2px 170px 50px;
  }

@media screen and (min-width: 641px) {
  a {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

    a:hover {
      opacity: 0.6;
    }

    a.non-action:hover {
      opacity: 1;
    }

    a.scale-action {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }

      a.scale-action:hover {
        opacity: 1;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
    .to-mt-btn:hover, .to-top-btn:hover {
      -webkit-animation: swingAnimation 4s both;
              animation: swingAnimation 4s both;
    }
}

@media screen and (max-width: 640px) {
  body,
  .wrapper {
    width: 640px;
  }
  .to-mt-btn {
    background: url(../../resources/img/sp/common/to_mt_btn_638d7663f7f5c6a6c6e738f0fb724d9d.png) no-repeat;
    width: 640px;
    height: 80px;

    bottom: auto;
    top: -100px;
  }

    .to-mt-btn.show {
      top: 0;
    }

  .to-top-btn {
    background: url(../../resources/img/sp/common/to_top_btn_032ba2733e9d37cb96d67585dcaa0cc8.png) no-repeat;
    width: 78px;
    height: 65px;

    bottom: 25px;
    right: 0;
  }
}

@media screen and (min-width: 1680px) {

main .bg-red-shadow {
      background-size: 100% 100%
  }
    }
