@charset "UTF-8";

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: -9999;
  color: #fff;
}

body::before {
  background-image: linear-gradient( 90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/main_back.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  width: 100%;
  height: 100vh;
}
.body-wrapper::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../img/main_back.jpg);
  background-size:cover;
  }
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
@media screen and (max-width: 640px) {
	body{
    font-size: 0.85rem;
  }
}
/*////////////////////////////////////////////////////////*/
/*//////////////////// show-hide /////////////////////////*/
/*////////////////////////////////////////////////////////*/

.show1200,.show1380,.show1300,.show1080,.show980,.show860,.show768,.show640,.show540,.show480,.show400{
	display: none;
}
@media screen and (max-width: 1380px) {
	.show1380{
		display:block;
	}
	.hide1380{
		display:none;
	}
}
@media screen and (max-width: 1300px) {
	.show1300{
		display:block;
	}
	.hide1300{
		display:none;
	}
}
@media screen and (max-width: 1200px) {
	.show1200{
		display:block;
	}
	.hide1200{
		display:none;
	}
}
@media screen and (max-width: 1080px) {
	.show1080{
		display:block;
	}
	.hide1080{
		display:none;
	}
}
@media screen and (max-width: 980px) {
	.show980{
		display:block;
	}
	.hide980{
		display:none;
	}
}
@media screen and (max-width: 860px) {
	.show860{
		display:block;
	}
	.hide860{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.show768{
		display:block;
	}
	.hide768{
		display:none;
	}
}
@media screen and (max-width: 640px) {
	.show640{
		display:block;
	}
	.hide640{
		display:none;
	}
}
@media screen and (max-width: 540px) {
	.show540{
		display:block;
	}
	.hide540{
		display:none;
	}
}
@media screen and (max-width: 480px) {
	.show480{
		display:block;
	}
	.hide480{
		display:none;
	}
}
@media screen and (max-width: 400px) {
	.show400{
		display:block;
	}
	.hide400{
		display:none;
	}
}

/*----------------- 雪 -----------------*/
#snow_particlesjs{
  position: absolute;
  top:0;
  left: 0;
  z-index: -90;
  width: 100%;
  height: 100%;
}


/*----------------- SP/PC表示切替 -----------------*/
.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}



/*----------------- z-index -----------------*/
.header {
  z-index: 999;
}

.drawer-menu {
  z-index: 9700;
}

.hamburger {
  z-index: 9800;
}


/*----------------- ヘッダー -----------------*/
.header_logos {
  position: relative;
  background: #000;
  padding: 30px 40px 20px;
  z-index: 999;
}
.header_logos a {
  display: block;
  margin-right: 25px;
  float: left;
}
.header_logos a img {
  height: 35px;
  width: auto;
}
.header_logos a.head_twitter {
  float: right;
  margin-right: 0;
}
.header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__list a {
  font-size: 16px;
  display: inline-block;
}

.header-nav__text {
  color: #343a40;
  line-height: 50px;
}
.header-nav__text img{
  height: 27px;
  width: auto;
}
.header-nav__list:not(:last-child) {
  margin-right: 40px;
}

.header-nav__list.header-nav__list--blog {
  margin-right: 24px;
}

.header-nav__list.contact {
  background-color: #fff;
}

.header-nav__list.contact a {
  color: #111;
  padding: 0 32px;
}

.header {
  padding: 14px 20px;
  background-color: #000;
  width: 100%;
  position: fixed;
}
.top_menu.fixed {
  position: fixed;
  top: 0;
}


.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 120px;
}

.header {
  margin-left: auto;
}
.header__hamburger-btn {
  position: absolute;
  top: 18px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 20px;
  }
  .header__logo {
    width: 80px;
  }
}
@media screen and (max-width: 540px) {
  .header_logos {
    padding: 10px;
  }
  .header_logos a img{
    height: 25px;
  }
}





/*----------------- ハンバーガーボタン -----------------*/
.hamburger {
  padding: 10px;
  background: #fff;
  position: fixed;
  right: 0;
  height: 37px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}

.hamburger__top {
  display: block;
  height: 2px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger__mid {
  display: block;
  height: 2px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.hamburger__bottom {
  display: block;
  height: 2px;
  width: 30px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger.cross .hamburger__top {
  background: #555;
  -webkit-transform: rotate(45deg) translate(4px, 7px);
  transform: rotate(45deg) translate(4px, 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger.cross .hamburger__mid {
  opacity: 0;
}

.hamburger.cross .hamburger__bottom {
  background: #555;
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
  transform: rotate(-45deg) translate(3px, -6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.cross {
  overflow: hidden;
}



/*----------------- ハンバーガーメニュー -----------------*/
.drawer-menu {
  background: rgba(0,0,0,0.9);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.drawer-menu__lists{
  margin-top: 50px;
}
.drawer-menu__list {
  text-align: center;
}
.drawer-menu__list a{
  display: inline-block;
  text-align: center;
}
.drawer-menu__list img {
  height: 25px;
  width: auto;
}

.drawer-menu__list.btn {
  display: block;
}

.drawer-menu__list.contact-btn a {
  color: #fff;
}
.drawer-menu__list:not(:last-child) {
  margin-bottom: 17px;
}

/*----------------- フッター -----------------*/
footer{
  position: relative;
}
#topBtn {
  width: 50px;
  height: auto;
  border: none;
  padding: 0px;
  background: none;
  z-index: 50;
}
#share {
  text-align: center;
}
.sharetext {
  display: inline-block;
}
.sharetext img {
  height: 50px;
  width: auto;
}
#share a {
  display: inline-block;
  margin-left: 20px;
}
#share a img {
  height: 40px;
  width: auto;
}

.snow_area{
  padding: 70px 0;
  color: #000;
  background-color: #d1dfea;
}
.footerlogo_area {
  margin: 30px 0;
}
.footerlogos {
  text-align: center;
}
.footerlogos a {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.footerlogos a img{
  width: auto;
  height: 40px;
}
.footerlogos a.tatelogo img {
  height: 65px;
  width: auto;
}
.footer_atc{
  text-align: center;
}
.footer_atc img {
  margin: 1.5em auto;
  max-width: 750px;
  width: 100%;
}
.footer__links-wrapper {
	margin-bottom: 40px;
}
.footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer__link {
	padding-right: 8px;
	padding-left: 8px;
}
.footer__link a {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .footerlogos a img{
    height: 33px;
  }
  .footerlogos a{
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  #share a {
    margin-left: 10px;
  }
  .footerlogo_area {
    margin: 10px 0;
  }
}

/*----------------- 共通項目 -----------------*/
#characters,
#store{
  margin-bottom: 170px;
}

.section-title{
  width: 70%;
  margin-bottom: 30px;
}
.section-title-r{
  margin: 0 0 30px auto;
}
.inner {
  max-width: 1280px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.youtube_ctrl {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 56.25%;
}
.youtube {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube:before{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.youtube img {
  width: 100%;
}
.youtube_ctrl iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_play {
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  z-index: 11;
  cursor: pointer;
  width: 52px!important;
  height: 52px!important;
}
@media screen and (max-width: 480px) {
  #characters,
  #store{
  margin-bottom: 100px;
}
}

/*==================================================
雪２
===================================*/
.snow {
  padding-left: 30px;
  /*雪の色*/
  color: #d1dfea;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 8s linear infinite;
}
@media screen and (max-width: 480px) {
  .snow{
    /*雪の大きさ*/
    font-size: 6px;
  }
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}




/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(150px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
 

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-trailer, #characters, #system, #spec{
    margin-bottom: 70px;
  }
  .section-title{
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  
  .news_contents{
    margin-bottom: 20px;
  }
  #characters{
    margin-bottom: 50px;
  }
  .spec__contents {
    margin: 20px auto 0;
  }
}


/*-----------------　Swiper矢印 -----------------*/

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-button-prev:after {
  background-image: url(../img/to.png);
  content:''!important;
}
.swiper-button-next:after {
  background-image: url(../img/to.png);
  transform: scale(-1, 1);
  content:''!important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

/*-----------------　NEWS / TRAILER -----------------*/
.news-trailer {
  padding-top: 70px;
  margin-bottom: 30px;
}
.blood {
	position: relative;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}
.blood_s{
  width: 90%;
  height: 50%;
  margin: 0 auto 30px;
}
.blood_system{
  width: 100%;
	height: 160px;
}
.blood_l{
  width: 75%;
	height: 240px;
}
.blood_store{
  width: 55%;
  height: 300px;
}
.blood img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.blood:hover img:nth-of-type(2) {
	opacity: 0;
}

.news-trailer__body {
  display: flex;
  flex-wrap: wrap;
}
#news {
  width: 35%;
  margin-right: 30px;
}
.news_day{
  background-color: #fff;
  opacity: 0.7;
  width: 130px;
  padding-left: 5px;
  color: #000;
}
.news-ttl_area{
  margin: 0 auto 15px 15px;
}
.news_ttl{
  background: linear-gradient(transparent 0%, #fff 0%);
  color: #000;
  display: inline;
  padding: 0 1px 0px;
}
#trailer {
  width: 59%;
  position: relative;
}
.trailer__first-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.trailer__first-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trailer__slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30px;
}
.trailer__slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .swiper-button-prev{
  left: -15px;
  bottom: 5%;
  top:auto;
}
#trailer .swiper-button-next{
  right: -15px;
  bottom: 5%;
  top:auto;
}
@media screen and (max-width: 980px) {
  .blood_l{
    height: 170px;
  }
  .blood_store{
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .news-trailer {
    padding: 50px 0 0;
  }
  #news {
    width: 100%;
    margin-right: 0;
  }
  .news-title {
    width: 50%;
  }
  #trailer {
    width: 100%;
  }
  .blood_store{
    width: 70%;
    height: 210px;
  }
  .blood_l{
    width: 100%;
    height: 180px;
  }
  .blood_s{
    width: 180px;
    height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .news_day {
    background-color: transparent;
    opacity: 1;
    font-weight: bold;
    color: #fff;
  }
  .news_ttl{
    background: transparent;
    color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .news_day {
    width: 113px;
  }
  .blood_system {
    height: 107px;
  }
}
@media screen and (max-width: 540px) {
  .news-trailer {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .blood_l{
    height: 125px;
  }
  .blood_store{
    width: 80%;
    height: 130px;
  }
}

/*-----------------　NEWS / 詳細 -----------------*/

.news-single__body {
  text-align: center;
  border: 5px solid #000;
  margin-bottom: 120px;
  padding: 40px 60px;
  border: 0.15rem solid #fff;
    color: #fff;
  box-shadow:  0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 0.5rem #8c46ff, 0 0 0.5rem #8c46ff, 0 0 0.5rem #8c46ff, inset 0 0 0.5rem #8c46ff;
}
.news-single__head {
  text-align: center;
  margin-bottom: 20px;
}
.news-single__date {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.news_contents{
  padding-right: 10px;
  height: 262px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .news_contents {
    margin-bottom: 20px;
    height: 120px;
  }
  .news-single__body{
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news_contents {
    height: 100px;
  }
  .news-single__body{
    padding: 10px;
  }
}
/*-----------------　音を立てず、、  -----------------*/

.erase_area{
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  padding:100px 20px 10%;
}
.erase_move{
  animation: flash 4s linear infinite;
}
.erase_move img{
  width: 85%;
  margin: auto;
}


@keyframes flash {
  0% {
    opacity: 1;
  }

  
  
50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .erase_area {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .erase_move img{
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .erase_area{
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .erase_area {
    font-size: 1.5rem;
  }
  .erase_move img{
    width: 80%;
  }
}



/*-----------------　STORY  -----------------*/
#story{
  position: relative;
  padding-bottom: 50px;
}
.blood_stain{
  position: absolute;
  bottom: 72%;
  left: 0;
  width: 37%;
  min-width: 170px;
}
.story_text{
  padding-bottom: 100px;
  position: relative;
  text-align: right;
  margin: 0 0 0 auto;
  font-size: 1.25rem;
  line-height: 3.5;
}
#video-area {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.video-grad{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-grad_b{
  background: linear-gradient(to bottom, #000 3%, rgba(0, 0, 0, 0) 10%);
}
.video-grad_5t{
  background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0.2));
}
.video-grad_13t{
  background: linear-gradient(to top, #000 3%, rgba(0, 0, 0, 0.2) 13%);
}
#video {
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
}
.story_text__white{
  position: relative;
}
.story-text__red{
  position: absolute;
  top: 2px;
  right: 0;
  color: red;
  z-index: -1;
}
.story-text__green{
  position: absolute;
  top: -3px;
  right: 0;
  color: green;
  z-index: -2;
}
.gradation{
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.8) 70%);
}

@media screen and (max-width: 860px) {
  #story{
    padding-bottom: 100px;
  }
  .story_text {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 0;
    margin: 0 0 -50px auto;
    font-size: 1rem;
    line-height: 2;
  }
  .video-grad_13t{
    background: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0.2) 30%);
  }
}
@media screen and (max-width: 640px) {
  .story_text {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 540px) {
  #story {
    padding-bottom: 60px;
  }
}

/*-----------------　CHARACTER -----------------*/
#characters{
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
.chara_td{
  background: linear-gradient(transparent 10%, rgba(0,0,0,0.7) 0%);
  display: inline;
  color: #CC99FF;
  font-weight: bold;
}
.chara_td2{
  color: #fff;
  font-weight: normal;
  padding-left: 10px;
  vertical-align: top;
}
.character__box-area{
  margin-bottom: 6%;
}
.character__btn_area {
  justify-content: center;
  padding-bottom: 5%;
	margin:0 10px;
	display: -webkit-box;
	display: flex;
}
.characters_content{
  position: relative;
}
.purple_copy{
  color: #fff;
  background: -moz-linear-gradient(right, #8c46ff, transparent);
  background: -webkit-linear-gradient(right, #8c46ff, transparent);
  background: linear-gradient(to right, #8c46ff, transparent);
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 7px 10px;
}
.character_copy{
  width: 82%;
}
.character__btn {
	width: 23%;
	padding: 8px 0;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
  filter: grayscale(100%);
}
.character__description {
  background: linear-gradient(transparent 10%, rgba(0,0,0,0.7) 0%);
  display: inline;
}
.character__btn.active {
  position: relative;
  z-index: 10;
  transform: scale(1.4);
  filter: grayscale(0%);
}
.character__box {
    display:none;
}

.character__box.active {
    display:block;
}
.character__content {
  width: 50%;
}
.chara-name__area{
  text-align: right;
}
.character__name{
  float: right;
  font-size: 3rem;
  text-align: right;
  letter-spacing: 0.3rem;
  transform: rotate(-10deg);
  font-family: 'Freckle Face', cursive;
}
.chara-name{
  transform: scale(-1, 1);
  float: right;
  width: 80px;
}
.character__img {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: -1;
  transform: translateZ(-2px);
  width: 60%;
}
.character-shadow{
  position: absolute;
  top: 100px;
  width: 70%;
  right: -10%;
  z-index: -2;
  transform: translateZ(-2px);
}
.character-description__area{
  line-height: 1.8;
  width: 80%;
  margin-bottom: 20px;
}
.chara_tx{
  margin-bottom: 4px;
}
.character__movies {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.character__movie {
  position: relative;
  width: calc(50% - 10px);
}
.character__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  .character__movies {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .character_copy {
    width: 100%;
  }
  .character__img{
    top: 18%;
  }
  .character-shadow{
    top: 15%;
  }
}
@media screen and (max-width: 640px) {
  .purple_copy {
    font-size: 1rem;
    padding: 4px 7px;
  }
  .character__content{
    width: 40%;
  }
  .chara-name{
    width: 50px;
  }
  .character__movies {
    width: 100%;
  }
  .character__name{
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .character-shadow{
    top: 15%;
    width: 100%;
  }
  .character__img {
    width: 100%;
  }
  .character-description__area{
    padding-top: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .character-description__area{
    font-size: 0.8rem;
  }
}

/*-----------------　SYSTEM -----------------*/
#system{
  margin-bottom: 70px;
  position: relative;
}
.system{
  position: relative;
  width: 70%;
  margin: auto;
}
.blood_stain2{
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 170px;
  width: 47%;
}
.blood_stain3{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 170px;
  width: 56%;
}
.system-title{
  margin: 0 auto;
}
.system_swiper{
  position: relative;
}
.system .swiper-slide img {
  padding: 43px;
}
.system .swiper-button-prev{
  left: -40px;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 27 * 27);
}
.system .swiper-button-next{
  right: -40px;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 27 * 27);
}
.system_txarea{
  text-align: center;
}
.system_back{
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.system-back_p{
  padding: 20px;
}
.system_tape{
  position: absolute;
  z-index: 2;
  top: -7px;
  right: 0;
}
.system_copy{
  text-align: center;
  display: inline-block;
  padding: 0 80px 0 50px;
  margin: 3% auto 20px;
}

@media screen and (max-width: 900px) {
  .system{
    width: 90%;
  }
  .system .swiper-button-prev{
    left: -20px;
    top: 47%;
    width: calc(var(--swiper-navigation-size)/ 32 * 27);
  }
  .system .swiper-button-next {
    right: -20px;
    top: 47%;
    width: calc(var(--swiper-navigation-size)/ 32 * 27);
  }
}
@media screen and (max-width: 768px) {
  .system .swiper-slide img {
    padding: 36px;
  }
  .system-title {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 540px) {
  #system {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .system-back_p {
    padding: 9px;
  }
  .system .swiper-slide img {
    padding: 20px;
  }
  .system .swiper-button-prev{
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 48 * 27);
  }
  .system .swiper-button-next {
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 48 * 27);
  }
}

/*-----------------　SPEC -----------------*/
#spec{
  position: relative;
  margin-bottom: 20px;
}
.top-spec_table{
  float: left;
  width: 53%;
}
.spec_img{
  float: right;
  position: relative;
  width: 45%;
}
.blood_stain4{
  position: absolute;
  top: 40%;
  right: 0;
  min-width: 170px;
  width: 56%;
  z-index: -1;
}
.spec_td{
  display: inline;
  font-weight: bold;
}
.spec_td2{
  color: #fff;
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 15px;
  vertical-align: top;
}
.special_kochira{
  position: absolute;
  bottom: 95%;
  left: -60px;
  width: 40%;
  min-width: 150px;
}
@media screen and (max-width: 1290px) {
  .top-spec_table{
    margin-top: 30px;
    width: 100%;
  }
  .spec_img {
    width: 100%;
  }
  .spec__contents{
    width: 67%;
    margin: 30px auto 10%;
  }
  .special_kochira{
    width: 33%;
    left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 980px) {
  .spec__contents {
    width: 100%;
  }
  .spec_pkg{
    width: 67%;
    margin: auto;
  }
  .special_kochira {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .spec_pkg {
    width: 86%;
  }
}
@media screen and (max-width: 680px) {
  .spec_table td{
    display: block;
  }
 
  .blood_stain4{
    top: 33%;
    width: 72%;
  }

}
@media screen and (max-width: 540px) {
  #spec{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .spec_td2 {
    padding-left: 0;
  }
}


/*-----------------　STORE -----------------*/
.store_area{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.store-text__area{
  color: #000;
  text-align: center;
  margin: 10px 0;
}
.store_name{
  font-weight: bold;
}
.store_button {
  padding: 10px;
  width: 300px;
}

@media screen and (max-width: 480px) {
  .store_area {
    width: 270px;
  }
  .store_button{
    width: 100%;
  }
}

/*-----------------　中ページ共通  -----------------*/
/*-----------------　NEWS  -----------------*/

.news_contents::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.news_contents::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fff;
}
.news_contents::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset;
}
.news_line{
  margin-bottom: 30px !important;
}
.news-title{
  margin-bottom: 30px;
}
/*-----------------　PRESS KIT  -----------------*/
.pk-system_swiper{
  position: relative;
}
.pk__title{
  width: 240px;
}
.pk__titletx {
  text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    position: relative;
    padding: 5px 25px;
}
.pk__titletx:before,.pk__titletx:after{
  content:'';
  width: 225px;
  height: 45px;
  position: absolute;
  display: inline-block;
}
.pk__titletx:before{
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 5px #8c46ff) drop-shadow(0px 0px 5px #8c46ff);
}
.pk__titletx:after{
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0px 0px 5px #8c46ff) drop-shadow(0px 0px 5px #8c46ff);
}
.pk__titletx p {
  margin: 0;
  padding: 0;
}
.inpage_title img{
  width: 70%;
  margin: 20px auto 50px;
}
#pk_side {
  float: left;
  width: 200px;
}
#pk_side.pk-fixed {
  position: fixed;
  top: 20%;
}
#pk_side.pk-absolute {
  position: absolute;
  bottom: 80px;
}
.pk_submenu img{
  margin-bottom: 30px;
  width: auto;
  height: 45px;
}
.pk_subtitle {
  text-shadow: 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 0px 3px 0 #000, 0-3px 0 #000, -3px 0 0 #000, 3px 0 0 #000;
  font-size: 30px;
  font-family: vdl-logojrblack, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.pk_content{
  padding-bottom: 60px;
  margin-top: 30px;
}
.pk_line{
  margin-bottom: 70px;
  border: solid 1px #fff;
  filter: drop-shadow(0px 0px 5px #8c46ff) drop-shadow(0px 0px 5px #8c46ff);
}
#presskit {
  margin-bottom: 50px;
  float: right;
  width: calc(100% - 230px);
  max-width: 900px;
}
.presskit-wrapper{
  position: relative;
}
.pk_game{
  font-size: 1.8rem;
  font-weight: bold;
}
.pk-game__tx{
  line-height: 2;
}
#pk_movie .swiper-button-prev,
#pk_images .swiper-button-prev
{
  width: calc(var(--swiper-navigation-size)/ 30 * 27);
  left: 40px;
}
#pk_movie .swiper-button-next,
#pk_images .swiper-button-next{
  width: calc(var(--swiper-navigation-size)/ 30 * 27);
  right: 40px;
}

.slideNone.swiper-button-next,
.slideNone.swiper-button-prev {
    display: none;
}


.pk-movie__content{
  padding: 25px 30px 25px;
}
.pk-images__img{
  padding: 25px 30px 25px;
}
.square_btn{
  padding-bottom: 10px;
  display: block;
}
.pk__contact{
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #pk_side {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #pk_side.pk-fixed, #pk_side.pk-absolute {
    position: initial;
  }
  .inpage_title img{
    width: 100%;
    margin: 50px auto 80px;
  }
  #pk_side a{
    display: inline-block;
    text-align: center;
    padding: 0 13px;
  }
  .pk_submenu img {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
  }
  #presskit{
    width: 100%;
  }
  .pk-images__img{
    padding: 15px 20px 15px;
  }
  .pk-movie__content{
    padding: 15px 20px 15px;
  }
}
@media screen and (max-width: 600px) {
  .pk_game {
    font-size: 1.3rem;
    font-weight: bold;
  }
  #pk_movie .swiper-button-prev,
  #pk_images .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 40 * 27);
    left: 25px;
  }
  #pk_movie .swiper-button-next,
  #pk_images .swiper-button-next{
    width: calc(var(--swiper-navigation-size)/ 40 * 27);
    right: 25px;
  }
}
@media screen and (max-width: 540px) {
  .pk__title {
    width: 170px;
  }
  .pk__titletx {
    font-size: 1.3rem;
  }
  .pk__titletx:before,.pk__titletx:after{
    content:'';
    width: 157px;
    height: 32px;
    position: absolute;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .pk_submenu img {
    height: 30px;
  }
  #pk_side a{
    padding: 0 12px;
  }
  .inpage_title img {
    margin: 50px auto 50px;
  }
}

/*-----------------　法人特典  -----------------*/
.store_about{
  padding-top: 50px;
}
.store_contents{
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}
.store_content {
  position: relative;
  padding: 30px 15px 15px;
  margin-bottom: 80px;
  margin-right: 20px;
  width: calc(33.3% - 20px);
  background-image: url(../img/store_back.gif);
  background-repeat: repeat;
}
.store_buttons{
  display: flex;
  justify-content: center;
}
.pk-store_button{
  margin: 0 7px;
  border: 2px solid #8c46ff;
  padding: 3px 0;
  width: 100px;
  text-align: center;
  border-radius: 20px;
}
.pk-sw_button{
  background-color: #8c46ff;
  color: #fff;
}
.pk-ps_button{
  background-color: #fff;
  color: #8c46ff;
}
.tape{
  position: absolute;
  bottom: 91%;
  right: 38%;
  width: 20%;
  min-width: 60px;
}

@media screen and (max-width: 768px) {
  .store_content {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .store_content {
    width: 100%;
  }
}
