@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@media screen and (max-width: 374px) {
  .sps-none {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
}

/*---------------------------------------------------------------------------------------------------------
 PAGE: all
----------------------------------------------------------------------------------------------------------*/
a:focus {
  outline: none;
}

.sp {
  display: none;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  width: 100%;
  min-width: 1240px;
  background: url(../../img/bg_img01.jpg) no-repeat center top fixed;
  background-size: cover;
}

body:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../img/bg_img01.jpg) no-repeat center top;
  background-size: cover;
}



@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    min-width: 100%;
  }
}

.wrappOuter {
  position: relative;
}

#wrapp {
  position: relative;
  opacity: 0;
}

@media screen and (min-width: 640px) {
  #wrapp {
    overflow: hidden;
  }
}

@media screen and (max-width: 639px) {
  #wrapp {
    padding: 0;
  }
}

.mt20 {
  margin-top: 20px;
}

/* BACK TOP
========================================== */
.BackTop {
  position: fixed;
  z-index: 10;
  right: 23px;
  bottom: 100px;
  display: none;
  width: 82px;
  height: 97px;
  cursor: pointer;
}

.BackTop:not(.sp):hover p:first-child {
  animation: rot01 .3s linear 0s infinite;
}

@keyframes rot01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@media screen and (max-width: 639px) {
  .BackTop {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 12.5vw;
    background: #ffa400;
  }
  .BackTop p {
    line-height: 0;
    width: 11vw;
    margin: 0 auto;
  }
}

/* FONT
========================================== */
/* CLEARFIX
========================================== */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/*-------------------------------------------------------------------------------------------------------*/
.header_sp {
  display: none;
}

/* HEADER ------------------------------*/
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  height: 40px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 0 3px #000;
}

.reservBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200px;
  height: 40px;
}

.reservBtn a:hover {
  opacity: .7;
}

.header_sp {
  display: none;
}

.ktLogo {
  position: absolute;
  top: 0;
  left: 215px;
  width: 44px;
  height: 40px;
}

.header_lang {
  font-size: 14px; 
  position: absolute;
  top: 0;
  left: 285px;
  display: -ms-flexbox;
  display: flex;
  height: 40px;

  -ms-flex-align: center;

      align-items: center;
}
.header_lang li {
  margin: 0 25px 0 0;
}
.header_lang a {
  padding: 0 0 0 30px;
  text-decoration: none;
  text-decoration: none; 
  color: #000;
  color: #000;
  background: url(../../common/img/sp/icon_arrow.png) center left no-repeat;
  background-size: 22px;
}

.logoBlock {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  text-align: right;
  letter-spacing: -.4em;
}

.logoBlock p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.psLogo {
  width: 296px;
  height: 40px;
  margin: 0 0 0 0;
}

.steamLogo {
  width: 111px;
  height: 40px;
  margin: 0 16px; 0 0;
}

.ntdswLogo {
  width: 64px;
  height: 64px;
}

@media all and (max-width: 639px) {
  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
  }
  header {
    position: relative;
    z-index: 990;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 10vw;
    background: #fff;
  }
  header img {
    width: 100%;
  }
  .reservBtn {
    width: 40.6vw;
    height: 10vw;
  }
  .logoBlock {
    width: 53.5vw;
    height: 10vw;
  }
}

/* GNAVI ------------------------------*/
@media screen and (min-width: 640px) {
  .gnav {
    position: fixed;
    z-index: 99;
    bottom: -5px;
    left: 0;
    width: 100%;
    min-width: 1240px;
    height: 81px;
    background: url(../img/nav_bg_base.png) center bottom repeat-x;
  }
  .gnav_lists {
    display: -ms-flexbox;
    display: flex;
    width: 1160px;
    height: 81px;
    margin: 0 auto;
    padding: 9px 0 0;
    background: url(../img/nav_bg_center.png) center top no-repeat;

    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gnav_lists li {
    position: relative;
    text-align: center;
    background: url(../img/nav_line_vertical.png) center right no-repeat;
  }
  .gnav_lists li:last-child {
    background: none;
  }
  .gnav_lists li span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 10px 0;
    transition: all .2s;
    text-indent: -9999px;
  }
  .gnav_lists li a span:hover:not(.current) {
    transition: all .2s;
    -ms-transform: scale(.95);
  }
  @supports (-ms-ime-align: auto) {
    .gnav_lists li a span:hover:not(.current) {
      transform: scale(.95);
    }
  }
  .gnav_new:before {
    position: absolute;
    top: -20px;
    left: 50%;
    display: block;
    width: 50px;
    height: 17px;
    margin-left: -25px;
    content: "";
    background: url(../img/icon_new.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .gnav_top {
    width: 96px;
  }
  .gnav_top span {
    background: url(../img/nav_top-off.png) no-repeat center center;
  }
  .gnav_top span:hover:not(.current),.gnav_top span.current {
    background: url(../img/nav_top-on.png) no-repeat center center;
  }
  .gnav_intro {
    width: 210px;
  }
  .gnav_intro span {
    background: url(../img/nav_intro-off.png) no-repeat center center;
  }
  .gnav_intro span:hover:not(.current),.gnav_intro span.current {
    background: url(../img/nav_intro-on.png) no-repeat center center;
  }
  .gnav_chara {
    width: 177px;
  }
  .gnav_chara span {
    background: url(../img/nav_chara-off.png) no-repeat center center;
  }
  .gnav_chara span:hover:not(.current),.gnav_chara span.current {
    background: url(../img/nav_chara-on.png) no-repeat center center;
  }
  .gnav_event {
    width: 113px;
  }
  .gnav_event span {
    background: url(../img/nav_event-off.png) no-repeat center center;
  }
  .gnav_event span:hover:not(.current),.gnav_event span.current {
    background: url(../img/nav_event-on.png) no-repeat center center;
  }
  .gnav_system {
    width: 123px;
  }
  .gnav_system span {
    background: url(../img/nav_system-off.png) no-repeat center center;
  }
  .gnav_system span:hover:not(.current),.gnav_system span.current {
    background: url(../img/nav_system-on.png) no-repeat center center;
  }
  .gnav_gallery {
    width: 136px;
  }
  .gnav_gallery span:hover:not(.current),.gnav_gallery span.current {
    background: url(../img/nav_gallery-on.png) no-repeat center center;
  }
  .gnav_gallery span {
    background: url(../img/nav_gallery-off.png) no-repeat center center;
  }
  .gnav_products {
    width: 156px;
  }
  .gnav_products span:hover:not(.current),.gnav_products span.current {
    background: url(../img/nav_products-on.png) no-repeat center center;
  }
  .gnav_products span {
    background: url(../img/nav_products-off.png) no-repeat center center;
  }
	
  .gnav_dlc {
    width: 149px;
	}
	
   .gnav_dlc span:hover:not(.current),.gnav_dlc span.current {
	background: url(../img/nav_dlc-on.png) no-repeat center center;
		}
  
  .gnav_dlc span {
    background: url(../img/nav_dlc-off.png) no-repeat center center;
  }
}

@media screen and (max-width: 639px) {
  /* gnav */
  .gnav {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 12vw 15px;
    background: rgba(255, 255, 255, .8) url(../img/sp/bg_patern_nav.png);
    background-size: 320px;
  }
  .gnav_ttl {
    width: 36.875vw;
    margin: 0 auto 2vw;
  }
  /* .gnav_lists */
  .gnav_lists {
    width: 100%;
    margin: 0 auto 20px;
  }
  .gnav_lists li {
    position: relative;
  }
  .gnav_lists li span {
    display: block;
    text-indent: -9999px;
  }
  .gnav_new:before {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 31px;
    height: 12px;
    margin: -8px 0 0;
    content: "";
    background: url(../img/sp/icon_new.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .gnav_intro.gnav_new::before {
    left: -2vw;
  }
  .gnav_chara.gnav_new::before {
    left: 3vw;
  }
  .gnav_event.gnav_new::before {
    left: 18.5vw;
  }
  .gnav_system.gnav_new::before {
    top: 8.5vw;
    left: 16vw;
  }
  .gnav_gallery.gnav_new::before {
    left: 14vw;
  }
  .gnav_products.gnav_new::before {
    left: 8.5vw;
  }
  .gnav_dlc.gnav_new::before {
    left: 25vw;
  }
  .gnav_lang {
    font-size: 12px;
    font-size: 1.2rem;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;

    -ms-flex-pack: center;
    justify-content: center;
  }
  .gnav_lang li {
    margin: 10px;
  }
  .gnav_lang a {
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #000;
    background: url(../../common/img/sp/icon_arrow.png) center left no-repeat;
    background-size: 22px;
  }
  /* subNav */
  .subNav_list {
    display: flex;
    justify-content: center;
    padding-left: 5.125vw;
    padding-bottom: 7.125vw;
    background: url(../img/sp/nav_bg_deco.png) bottom center no-repeat;
    background-size: 26.875vw auto;
  }
  .subNav_list li {
    border-right: 1px solid #000;
  }
  .subNav_list li a {
    display: block;
    padding: 0.78125vw 15px;
  }
  .subNav_list li:last-child {
    border: none;
  }
  .subNav_list li img {
    width: auto;
    height: 3.75vw;
  }
  .subNav_new:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 31px;
    height: 12px;
    margin: 0;
    content: "";
    background: url(../img/sp/icon_new.png) no-repeat 0 0;
    background-size: 100% auto;
    transform: translate(-50%, 0);
  }
	
	
	.subNav_new_left:before {
    position: absolute;
    top: 50%;
    left: -5.5vw;
    display: block;
    width: 31px;
    height: 12px;
    margin: -8px 0 0;
    content: "";
    background: url(../img/sp/icon_new.png) no-repeat 0 0;
    background-size: 100% auto;
  }
	
	
  .navBtn {
    position: absolute;
    z-index: 999;
    top: 13.125vw;
    right: 3vw;
    width: 13.75vw;
    height: 13.75vw;
    background: rgba(2, 157, 191, .8) url(../../common/img/sp/btn_nav_frame.png) no-repeat center center;
    background-size: 90% 90%;
  }
  .navBtn.active {
    background: rgba(185, 11, 80, .8) url(../../common/img/sp/btn_nav_frame.png) no-repeat center center;
    background-size: 90% 90%;
  }
/*
  .navBtn::before {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    position: absolute;
    z-index: 50;
    top: -4px;
    right: -4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "4"; */ /* sp nav number */
/*  text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #b90b50;
    background-size: 100%;
  } */
  .navLine {
    position: absolute;
    top: 2.8vw;
    left: 50%;
    width: 5vw;
    height: 4vw;
    transform: translate(-50%, 0);
  }
  .navLine p {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all .3s ease-out;
    background: #fff;
  }
  .no-active .navLine p:first-child {
    top: 0;
  }
  .no-active .navLine p:nth-child(2) {
    top: 50%;
  }
  .no-active .navLine p:nth-child(3) {
    top: 100%;
  }
  .active .navLine p:first-child {
    top: 50%;
    transform: rotate(45deg);
  }
  .active .navLine p:nth-child(2) {
    display: none;
  }
  .active .navLine p:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .no-active:after {
    font-size: 9px;
    font-size: .9rem;
    position: absolute;
    bottom: 2.5vw;
    display: block;
    width: 100%;
    content: "MENU";
    text-align: center;
    color: #fff;
  }
  .active:after {
    font-size: 9px;
    font-size: .9rem;
    position: absolute;
    bottom: 2.5vw;
    display: block;
    width: 100%;
    content: "CLOSE";
    text-align: center;
    color: #fff;
  }
}

.footer_sp {
  display: none;
}

footer {
  width: 100%;
  padding: 40px 0 80px;
  background: rgba(255, 255, 255, .8);
}

@media all and (max-width: 639px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: block;
  }
  footer {
    width: 100%;
    padding: 6.25% 0 9.4%;
    background: #fff;
  }
  footer img {
    width: 100%;
  }
}

.koeilink {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: -.4em;
}

.koeilink li {
  line-height: 1.4;
  display: inline-block;
  height: 29px;
  padding: 0 40px;
  vertical-align: middle;
  letter-spacing: normal;
}

.koeilink li:not(:last-child) {
  padding: 0 42px 0 40px;
  background: url(../img/footer_separator02.png) no-repeat 100% 0;
}

.koeilink li p {
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  height: 29px;
  vertical-align: middle;
}

.koeilink a {
  text-decoration: none;
  color: #000;
}

.koeilink a:hover {
  opacity: .6;
}

@media all and (max-width: 639px) {
  .koeilink {
    width: 81.25%;
    margin: 0 auto 6.25%;
  }
  .koeilink li {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
    background-image: url(../img/footer_separator01.png), url(../img/footer_separator01.png);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: auto auto;
  }
  .koeilink li:not(:last-child) {
    margin: 0 0 3.8%;
    padding: 0;
    background-image: url(../img/footer_separator01.png), url(../img/footer_separator01.png);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: auto auto;
  }
  .koeilink li p {
    display: table;
    width: 100%;
    height: 40px;
  }
  .koeilink li a {
    display: table-cell;
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }
  .koeilink li span {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.sns {
  width: 100%;
  height: 40px;
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: -.4em;
}

.sns li {
  display: inline-block;
  width: 40px;
  letter-spacing: normal;
}

.sns li:not(:last-child) {
  margin: 0 20px 0 0;
}

.sns li a:hover {
  opacity: .6;
}

.sns li img {
  width: 100%;
}

@media all and (max-width: 639px) {
  .sns {
    margin: 0 0 6.25%;
  }
}

.reguration {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .reguration {
    width: 90.6%;
    margin: 0 auto 6.25%;
  }
}

footer p {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

footer p.sp {
  display: none;
}

.attention {
  margin: 0 0 20px;
}

@media all and (max-width: 639px) {
  footer p {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
  }
  footer p.sp {
    display: block;
  }
  footer p.pc {
    display: none;
  }
  .attention {
    width: 100%;
    margin: 0 0 5.6%;
  }
  .copyright {
    width: 100%;
  }
}