@charset "UTF-8";

html {
  font-size: 62.5%;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.preload {
  display: none;
}

i {
  font-style: normal;
}

.l-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  cursor: pointer;
}

.btn a:hover {
  -webkit-box-shadow: 0 0 10px 10px rgba(255,255,255,.2);
  box-shadow: 0 0 10px 10px rgba(255,255,255,.2);
}

.btn a span {
  font-size: 20px;
  line-height: 48px;
  letter-spacing: .8px;
  font-weight: 700;
}

.btn a::after {
  content: '';
  width: 11px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: block;
  right: 4px;
  bottom: 4px;
}

.btn-bk a {
  background-color: #000;
}

.btn-bk a::after {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/btn_ico_w.png);
}

.btn-bk span {
  color: #fff;
}

.btn-w a {
  background-color: #fff;
}

.btn-w a::after {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/btn_ico_bk.png);
}

.btn-w span {
  color: #000;
}

.confirm {
  background-color: #000;
  width: 100%;
  height: 100vh;
}

.confirm__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0,0,0,.9);
}

.confirm__wrap.bgb {
  background-color: #000;
}

.confirm__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.confirm__content h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-top: -20px;
  opacity: 0;
}

.confirm__content p {
  text-align: center;
  opacity: 0;
}

.confirm__content p span {
  font-size: 18px;
}

.confirm__logo {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/index/index_logo.png);
  width: 579px;
  height: 288px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}

.confirm__logo h1 {
  font-size: 0;
}

.confirm__btns {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
}

.confirm__btn {
  max-width: calc(50% - 10px);
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #000;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.footer__copy small {
  display: block;
  text-align: center;
}

.footer__copy small span {
  font-size: 12px;
  font-weight: 400;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  opacity: 0;
}

.header__wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.intro {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.intro__wrap {
  width: 100%;
  height: 100%;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/intro_bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.intro__content {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/intro_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.intro__content h2 {
  padding-bottom: 30px;
}

.intro__content p {
  font-weight: 500;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.intro__content p span {
  font-size: 26px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
}

.loading__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 200px;
  margin: 0 auto;
}

.loading__img {
  margin-bottom: 55px;
  padding: 0 6px;
  width: 100%;
  height: 193px;
}

.progress {
  height: 2px;
  margin: 0 auto;
  width: 100%;
}

.progress__box {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #333;
}

.progress__line {
  position: absolute;
  height: 100%;
  background-color: #fff;
  top: 0;
  -webkit-transition: .75s all ease-out;
  -o-transition: .75s all ease-out;
  transition: .75s all ease-out;
}

.movie {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/movie/bg_01.png);
  background-color: #000;
  background-position: top center;
  background-size: cover;
}

.movie .header {
  position: static;
  opacity: 1;
}

.movie .footer {
  background-color: transparent;
}

.movie__content {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.movie__logo {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/movie/movie_logo.png);
  width: 300px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 50px;
}

.movie__logo h1 {
  font-size: 0;
}

.movie .contents__ttl {
  font-size: 26px;
  border-bottom: 2px solid #fff;
  margin-top: 50px;
}

.movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.movie__list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-top: 40px;
  padding: 0 20px;
}

.movie .btn-b {
  margin: 0 auto;
  max-width: 100%;
}

.movie .btn-b a {
  background-color: #202020;
}

.movie .btn-b a::after {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/movie/btn_ico_black.png);
  width: 10px;
  height: 10px;
}

.movie .btn-b a span {
  line-height: 1.3;
}

.movie__list__item .btn-b {
  margin-top: 10px;
}

.movie__btns {
  margin-top: 60px;
}

.movie__btns .btn-b {
  max-width: 300px;
}

.movie .new {
  color: #ebc36a;
}

.movie .comingsoon {
  pointer-events: none;
}

#particle {
  display: none;
}

.mv {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.mv__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.mv__char-01 {
  z-index: 10;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_char01.png);
}

.mv__char-02 {
  z-index: 9;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_char02.png);
}

.mv__char-03 {
  z-index: 8;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_char03.png);
}

.mv__char-04 {
  z-index: 6;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_char04.png);
}

.mv__char-05 {
  z-index: 5;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_char05.png);
}

.mv__char-06 {
  z-index: 4;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_char06.png);
}

.mv__fog-01 {
  z-index: 11;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_fog01.png);
}

.mv__fog-02 {
  z-index: 7;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_fog02.png);
}

.mv__fog-03 {
  z-index: 3;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_fog03.png);
}

.mv__logo {
  z-index: 13;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/logo.png);
}

.mv__awards {
  z-index: 13;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/mv_awards.png);
}

.mv__guidebook {
  z-index: 13;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/banner_guidebook.png);
}

.mv__trailer {
  width: 100%;
  position: absolute;
  bottom: 16%;
  z-index: 21;
  opacity: 0;
}

.mv__trailer__wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 130px;
}

.mv__trailer__wrap .banner__trailer {
  width: 21.5%;
}

.mv__trailer__wrap .banner__dengeki {
  width: 21.5%;
  margin-bottom: 10px;
}

.mv__spscroll {
  display: none;
}

.mv__btn {
  position: absolute;
  bottom: 60px;
  right: 130px;
  z-index: 15;
  opacity: 0;
}

.mv h1 {
  font-size: 0;
}

.modal-ytplayer-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.modal-ytplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.modal-close[data-izimodal-close] {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.modal-close[data-izimodal-close]::after,
.modal-close[data-izimodal-close]::before {
  content: '';
  height: 1.6px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.modal-close[data-izimodal-close]::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#particle {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
}

.scroll {
  width: 86px;
  height: 91px;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/scroll_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 20;
  opacity: 0;
}

.scroll.is-active {
  -webkit-animation-name: light;
  animation-name: light;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes light {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes light {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.section {
  height: 100vh;
  width: 100%;
}

.spec {
  width: 100%;
}

.spec::before {
  content: '';
  display: block;
  background-color: #000;
  height: 100px;
  width: 100%;
}

.spec__wrap {
  width: 100%;
  height: calc(100vh - 200px);
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/spec_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.spec__content {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spec h2 {
  margin-bottom: 80px;
}

.spec__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spec__text {
  width: calc(50% - 30px);
  display: table;
}

.spec__text dl {
  display: table-row;
}

.spec__text dl dt {
  display: table-cell;
  font-size: 16px;
  white-space: nowrap;
  line-height: 2;
}

.spec__text dl dd {
  display: table-cell;
  line-height: 2;
}

.spec__text dl dd span {
  font-size: 16px;
  padding-left: 2em;
  white-space: nowrap;
  line-height: 2;
}

.story {
  width: 100%;
  height: 100%;
}

.story__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.story__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.story__bg-01 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/story_bg01.jpg);
  -webkit-animation-name: story-01;
  animation-name: story-01;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.story__bg-02 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/story_bg02.jpg);
  -webkit-animation-name: story-02;
  animation-name: story-02;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.story__content {
  padding: 0 20px;
  z-index: 2;
}

.story__text {
  max-width: 800px;
  margin: 0 auto;
}

.story__text h2 {
  padding-bottom: 30px;
}

.story__text p {
  text-align: center;
  padding-bottom: 1em;
}

.story__text p span {
  font-size: 16px;
}

.story__text p:last-child {
  padding-bottom: 0;
}

.story__btn {
  margin: 40px auto 0;
}

.story__detail {
  max-width: 1000px;
  width: 100%;
  margin-top: 55px;
}

.story__detail_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.story__detail_wrap {
  background-color: rgba(0,0,0,.8);
  width: 100%;
  padding: 35px;
}

.story__detail_wrap dt {
  font-size: 30px;
  width: 230px;
}

.story__detail_wrap dd {
  width: calc(100% - 230px);
}

.story__detail_wrap dd span {
  font-size: 14px;
}

@-webkit-keyframes story-01 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes story-01 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes story-02 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes story-02 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sclale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes sclale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.system_head {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.system_head__wrap {
  width: 100%;
  height: 100%;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.system_head__content {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.system {
  width: 100%;
  height: 100%;
}

.system__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.system__container {
  max-width: 1240px;
  padding: 0 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.system__container-l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.system__container-r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.system__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 540px;
  padding: 0 0;
}

.system__content h3 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.system__content p {
  font-size: 14px;
}

.system__img {
  margin-bottom: 55px;
}

.system__item {
  width: 100%;
  height: 305px;
  position: relative;
}

.system__data {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.system__char {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 2;
  background-position: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.system-01 .system__wrap {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system01_bg.jpg);
}

.system-01 .system__char {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system01_char.png);
}

.system-02 .system__wrap {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system02_bg.jpg);
}

.system-02 .system__char {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system02_char.png);
}

.system-03 .system__wrap {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system03_bg.jpg);
}

.system-03 .system__char {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system03_char.png);
}

.system-04 .system__wrap {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system04_bg.jpg);
}

.system-04 .system__char {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system04_char.png);
}

.system__data-1-1 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system01_img01.jpg);
}

.system__data-1-2 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system01_img02.jpg);
}

.system__data-2-1 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system02_img01.jpg);
}

.system__data-2-2 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system02_img02.jpg);
}

.system__data-2-3 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system02_img03.jpg);
}

.system__data-2-4 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system02_img04.jpg);
}

.system__data-3-1 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system03_img01.jpg);
}

.system__data-3-2 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system03_img02.jpg);
}

.system__data-3-3 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system03_img03.jpg);
}

.system__data-3-4 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system03_img04.jpg);
}

.system__data-4-1 {
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/system04_img01.jpg);
}

.slick-dots li {
  width: 40px;
  height: 2px;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots li button {
  width: 40px;
  height: 2px;
  font-size: 0;
  background-color: rgba(255,255,255,.2);
  padding: 0;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.slick-dots li button:before {
  display: none;
}

.slick-next,
.slick-prev {
  width: 75px;
  height: 114px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.slick-next:hover,
.slick-prev:hover {
  opacity: .7;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.slick-next {
  right: -45px;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/slider_next.png);
}

.slick-prev {
  left: -45px;
  background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/slider_prev.png);
}

.ttl {
  text-align: center;
}

.ttl__jp {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

.ttl__en {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: .45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttl__en::after,
.ttl__en::before {
  content: "～";
  font-weight: 700;
  letter-spacing: .22px;
  font-size: 14px;
  padding-top: 18px;
}

.ttl__en::before {
  padding-right: 1em;
}

.ttl__en::after {
  padding-left: 1em;
}

@media (max-width:768px) {
  .l-container {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }

  .btn {
    max-width: 250px;
    height: 50px;
  }

  .btn a span {
    font-size: 17px;
    line-height: 1;
  }

  .btn a::after {
    width: 9px;
    height: 9px;
  }

  .confirm__content {
    padding: 0 40px;
  }

  .confirm__content h2 {
    font-size: 15px;
  }

  .confirm__content p span {
    font-size: 12px;
  }

  .confirm__logo {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/index/sp/index_logo.png);
    width: 290px;
    height: 144px;
  }

  .confirm__btns {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .confirm__btn {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer {
    min-height: 80px;
    height: auto;
    padding: 15px 15px;
  }

  .footer__copy small span {
    font-size: 7px;
  }

  .header__wrap p:nth-child(1) img {
    height: 19px;
  }

  .header__wrap p:nth-child(2) img {
    height: 17px;
  }

  .intro::after {
    content: "";
    display: block;
    height: 50px;
  }

  .intro__wrap {
    background-image: none;
  }

  .intro__content {
    height: 200px;
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/intro_bg.jpg);
  }

  .intro__content h2 {
    padding-bottom: 10px;
  }

  .intro__content p {
    padding: 0 25px;
  }

  .intro__content p span {
    font-size: 12px;
  }

  .movie {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/movie/sp/bg_01.png);
  }

  .movie__logo {
    width: 277px;
    height: 123px;
  }

  .movie .ttl__jp {
    font-size: 25px;
  }

  .movie .contents__ttl {
    font-size: 15px;
    margin-top: 30px;
  }

  .movie__list {
    display: block;
  }

  .movie__list__item {
    max-width: 100%;
  }

  .movie__btns .btn-b {
    max-width: 100%;
  }

  .mv {
    height: calc(100vw * 1.77866);
  }

  .mv__wrap {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_bg.jpg);
  }

  .mv__char-01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_char01.png);
  }

  .mv__char-02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_char02.png);
  }

  .mv__char-03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_char03.png);
  }

  .mv__char-04 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_char04.png);
  }

  .mv__char-05 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_char05.png);
  }

  .mv__char-06 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_char06.png);
  }

  .mv__fog-01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_fog01.png);
  }

  .mv__fog-02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_fog02.png);
  }

  .mv__fog-03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_fog03.png);
  }

  .mv__logo {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/logo.png);
  }

  .mv__awards {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/mv_awards.png);
  }

  .mv__guidebook {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/banner_guidebook.png);
  }

  .mv__trailer {
    bottom: auto;
    top: 9.5%;
  }

  .mv__trailer__wrap {
    padding: 0 5.5%;
  }

  .mv__trailer__wrap .banner__trailer {
    width: 47.7%;
    margin-left: auto;
  }

  .mv__trailer__wrap .banner__dengeki {
    width: 47.7%;
    margin-left: auto;
    margin-bottom: 5px;
  }

  .mv__spscroll {
    display: block;
    z-index: 14;
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/scroll_img.png);
  }

  .mv__btn {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 40px;
  }

  .scroll {
    display: none!important;
  }

  .section {
    height: auto;
  }

  .spec::before {
    height: 50px;
  }

  .spec__wrap {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/spec_bg.jpg);
    min-height: 300px;
    height: 100%;
    padding: 50px 0 30px;
  }

  .spec__content {
    padding: 0 50px;
  }

  .spec h2 {
    margin-bottom: 25px;
  }

  .spec__texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .spec__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .spec__text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .spec__text dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 9em;
    font-size: 10px;
  }

  .spec__text dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 9em);
  }

  .spec__text dl dd span {
    font-size: 10px;
  }

  .story__wrap {
    padding: 40px 0 25px;
  }

  .story__text h2 {
    padding-bottom: 10px;
  }

  .story__text p span {
    font-size: 10px;
  }

  .story__btn {
    margin: 30px auto 0;
  }

  .story__detail {
    margin-top: 40px;
  }

  .story__detail_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story__detail_wrap {
    padding: 30px;
  }

  .story__detail_wrap dt {
    width: 100%;
    font-size: 15px;
  }

  .story__detail_wrap dd {
    width: 100%;
  }

  .story__detail_wrap dd span {
    font-size: 10px;
  }

  .system_head__wrap {
    background: 0 0;
    display: block;
  }

  .system_head__wrap::after,
  .system_head__wrap::before {
    content: "";
    display: block;
    height: 50px;
    background-color: #000;
    width: 100%;
  }

  .system_head__content {
    height: 150px;
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/system_bg.jpg);
  }

  .system__wrap {
    padding: 50px 0;
    min-height: 400px;
  }

  .system__content h3 {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .system__content p {
    font-size: 10px;
  }

  .system__img {
    margin-bottom: 30px;
  }

  .system__item {
    height: 152px;
  }

  .system__char {
    display: none;
  }

  .system-01 .system__wrap {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/system01_bg.jpg);
  }

  .system-02 .system__wrap {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/system02_bg.jpg);
  }

  .system-03 .system__wrap {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/system03_bg.jpg);
  }

  .system-04 .system__wrap {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/divinity2/assets/images/top/sp/system04_bg.jpg);
  }

  .slick-dots {
    bottom: -20px;
  }

  .slick-dots li {
    height: 1px;
  }

  .slick-dots li button {
    height: 1px;
  }

  .slick-next,
  .slick-prev {
    width: 37.5px;
    height: 77px;
  }

  .slick-next {
    right: -22.5px;
  }

  .slick-prev {
    left: -22.5px;
  }

  .ttl__jp {
    font-size: 15px;
  }

  .ttl__en {
    font-size: 15px;
  }

  .ttl__en::after,
  .ttl__en::before {
    font-size: 8px;
    padding-top: 6px;
  }
}

@media (max-width:320px) {
  .spec__content {
    padding: 0 10px;
  }
}
