/*oz*/
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap'); 
/*////////////////////////////////////////////////////////////////////////
reset
////////////////////////////////////////////////////////////////////////*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

html {
	/*image-rendering: -webkit-optimize-contrast;*/
}

body{
	overflow-y: scroll; /* スクロールバー常に表示 */
}

html,body {
	font-size-adjust:100%;
	-webkit-font-size-adjust: 100%;
}

body,h1,h2,h3,h4,h5,h6,p,img,
hr,li,ul,dl,dt,dd
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

table th{font-weight:normal;}

img{
	width: 100%;
	border:0px;
	image-rendering:auto;
}

.clear{clear:both;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.e_shop_Bt{
	display: block;
	position: relative;
	margin: 0.5em 0 0;
	max-width: 256px;
	transition: all 200ms 0s ease-out;
	transform: scale(1);
}
.e_shop_Bt:hover{
	transform: scale(1.1);
}

/*////////////////////////////////////////////////////////////////////////
基本カラー
////////////////////////////////////////////////////////////////////////*/
:root{
--red:#8e0000;
--black:#181818;
--gray:#555;
--white:#fefeff;
--gold:#c6a36a;
	
--grd1: linear-gradient(70deg,rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1) 100%);
--darkBlue:#120b1e;
--purple:#74488a;
	
--black50: rgba(0,0,0,0.5);
--black70: rgba(0,0,0,0.7);
--white10: rgba(255,255,255,0.1);
--white30: rgba(255,255,255,0.3);
--white50: rgba(255,255,255,0.5);
--white70: rgba(255,255,255,0.7);
	
--c0:#ac3241;
--c1:#00629f;
--c2:#bc9a36;
--c3:#ff7e90;
--c4:#aaaaaa;
--c5:#333333;
--c6:#865898;
--c7:#ee7c4a;
--c8:#04c0ff;
--c9:#007d50;
--c10:#84393d;
--c99:#9b9b9b;
	
}


/*////////////////////////////////////////////////////////////////////////
基本
////////////////////////////////////////////////////////////////////////*/
.non{
	opacity:0.3;
	cursor:default;
	pointer-events: none;
}

ruby {
        display: inline-table;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        border: none;
        white-space: nowrap;
        text-indent: 0;
        vertical-align: bottom;
        text-decoration: inherit;
        text-align: center;
        }
ruby>rt {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0 0.125em;
    border: none;
    font: inherit;
    line-height: 1.1em;
	text-align: center;
	font-size: 50%;
	position: relative;
	transform: translateY(0.5em);
    }

br.txtCutNone{display:none;}

a{
	color: var(--white);
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: none;
}

::selection {
	color: #fff;
	background-color:#00b4c8;
}
::-moz-selection {
	color: #fff;
	background-color:#00b4c8;
}

hr.solidLine{
	border-top: solid 1px var(--gray);
}

.txtCutNone{
	display: none;
}

.fadeUp{
	opacity: 0;
	position: relative;
	bottom: -20px;
}

.lSpace{
	letter-spacing: -0.5em;
}

.gothic{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@keyframes bgAnime {
  0%   { background-position: 0 0; } 
  100% { background-position: 1920px 1920px; }
}

.cover{
	background-image: url("../img/line.png");
	width:100%;
	height: 100%;
	position:fixed;
	z-index:99;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	pointer-events: none;
	animation: bgAnime 5s infinite linear;
}

/*////////////////////////////////////////////////////////////////////////
全体ボックス
////////////////////////////////////////////////////////////////////////*/
html{
}

body{
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size:18px;
	color: var(--white);
	min-width: 1300px;
	background-color: var(--black);
}

/*
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-3;
	width:100%;
	height:100vh;
	background-image: url("../img/bg_3.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
*/

.topBg{
	background-image: url("../img/bg_3.jpg");
}

.allBg{
	background-image: url("../img/bg_2.jpg");
}


html, body {
	width: 100%;
	height: 100%;
	position: relative;
}

h1{
	padding: 5% 0 3%;
	position: relative;
	z-index: 1;
}

h1 img{
	width: 70%;
	max-width: 550px;
}


h2{
	margin: 0.5em auto 2em;
	text-align: center;
	position: relative;
	z-index: 1;
}

h2 img{
	max-width:600px;
}


h3{
	background: var(--grd1);
	transform: skewX(-10deg);
	margin:auto;
	font-size: 30px;
	width: 100%;
	max-width: 1250px;
}

h3 span{
	display:block;
	padding: 0.8em 1em;
	transform: skewX(10deg);
	letter-spacing: 0.05em;
}

h4{
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1)) 1;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
	font-size: 24px;
}

.fitBg{
   position: relative;
}

.fitIn{
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
}

.bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-size: cover;
   background-position: center center;
   z-index: -1;
}


/*////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////*/
#loading{
	width:100%;
	height: 100%;
	position:fixed;
	z-index:99;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	pointer-events: none;
}

#loading p{
	display: block;
	width: 100%;
	padding: 5px;
}

#loading p img{
	width: 50%;
	max-width: 300px;
}

#mainBox{
	width: 100%;
	margin: auto;
	opacity: 0;
	text-align: center;
	position: relative;
	z-index: 0;
}

.subBox{
	padding-top: 7em;
}

.inBox{
	max-width: 1300px;
	padding:0 3% 5em;
	margin: auto;
}

.indent{
	padding-left: 1em;
}

.indent li{
	text-indent: -1em;
	margin-bottom: 5px;
}

/*////////////////////////////////////////////////////////////////////////
ヘッダー
////////////////////////////////////////////////////////////////////////*/
header{
	width: 100%;
	position: fixed;
	background-color: var(--black70);
	z-index: 999;
	top: 0;
	left: 0;
	min-width: 1300px;
}

/* ------------------------------
ナビ
------------------------------*/
:root{
	--nLogo:10.5%;
	--nShop:46%;
	--nOther:27%;
	--iconBox:20%;
}

header nav{
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: middle;
	width: calc(100% - var(--nLogo) - var(--iconBox));
	font-size:min(1vw,17px);
}

header nav ul{
	margin: auto;
}

header nav ul li{
	position: relative;
	display: inline-block;
	margin: 0.1em;
	border-bottom: 10px solid;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 0) 0%, rgba(95, 40, 219, 0) 50%, rgba(207, 14, 255, 0)) 1;
}

header nav ul li a{
	color: var(--white);
	display: inline-block;
	padding:0em 0.9em;
}

header nav ul li.select,
header nav ul li:hover{
	border-bottom: 10px solid;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1)) 1;
}

header .iconBox{
	width: var(--iconBox);
	display: inline-block;
	text-align: right;
}

header .iconBox p{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

/* ------------------------------
ナビボタン
------------------------------*/
 header .navBtn,
 header .spArea{
	display: none !important;
}

header .logo{
	width: var(--nLogo);
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

header  .shopBtn{
	width: var(--nShop);
	background: var(--grd1);
}

header  .youtubeBtn,
header  .snsBtn,
header  .navBtn{
	width: var(--nOther);
	transition: transform .5s ease;
}

header  .shopBtn img:hover,
header  .youtubeBtn img:hover,
header  .snsBtn img:hover{
	transform: scale(1.2);
	transition: transform .5s ease;
}


/* ------------------------------
ボトムナビ
------------------------------*/
#bottomNavi{
    display: none;
}

/* ------------------------------
サブナビ
------------------------------*/
#subNavi{
	width: 100%;
	margin: auto;
	font-size: 24px;
}

.nomalNavi ul li{
	display: inline-block;
	margin: 0.5%;
	position: relative;
	width: 48%;
	max-width:230px;
	background: var(--gray);
	transform: skewX(-15deg);
}

.nomalNavi ul li a{
	display: block;
	padding: 0.3em;
	transform: skewX(15deg);
}

.nomalNavi ul li.select, .nomalNavi ul li:hover{
	background: var(--grd1);
}



/*////////////////////////////////////////////////////////////////////////
トップ
////////////////////////////////////////////////////////////////////////*/
.moreBtn{
	background-color: var(--darkBlue);
	transform: skewX(-15deg);
	width: 15em;
	margin:2em auto 0;
}

.moreBtn a{
	display:block;
	padding: 0.8em 1em;
	transform: skewX(15deg);
	letter-spacing: 0.05em;
}

.moreBtn.color{
	background: var(--grd1);
	text-align: center;
}

.moreBtn.wide{
	width: 100%;
	font-size: 24px;
	line-height: 2em;
}

.moreBtn:hover{
}

.moreBtn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.moreBtn::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--grd1);
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
}

.moreBtn.color::before {;
	background: var(--black) !important;
}


/* ------------------------------
キービジュ
------------------------------*/
#keyBox{
	position: relative;
	pointer-events: none;
}

#keyBox .key{
	position: relative;
	z-index: 0;
	opacity: 0;
}

#keyBox .logo{
	position: absolute;
	top: 58%;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 2;
	opacity: 0;
}

#keyBox .logo img{
	width: 32%;
	max-width: 1000px;
}

/* ------------------------------
releaseDay
------------------------------*/
#releaseDay{
	background-image: url("../img/top/day_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

#releaseDay img{
	width: 40%;
	max-width: 472px;
}


/* ------------------------------
バナー
------------------------------*/
#topBanner{
	text-align: center;
	padding: 3em 0 0;
}

#topBanner img{
	width: 48%;
	max-width: 400px;
	margin: 1%;
	transition: 0.2s;
}

#topBanner img:hover{
	transition: 0.2s;
}


/* ------------------------------
動画
------------------------------*/
#topMovie {
	padding:4em 2em;
	border-top: solid 6px;
	border-bottom: solid 6px;
	border-image: linear-gradient(to top, rgba(0, 126, 255, 1), rgba(207, 14, 255, 1)) 1;
	background-image: url("../img/top/movie_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#topMovie .thum{
	width: 650px;
	margin: auto;
	position: relative;
	border: solid 5px var(--black);
	overflow: hidden;
	display: inline-block;
}

#topMovie .thum::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	background-image: url("../img/movie/icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80%;
	z-index: 2;
	transition: transform .5s ease;
}

#topMovie .thum:hover::after {
  transform: scale(1.2);
}

/* ------------------------------
overview
------------------------------*/
#overview{
	padding: 6em 0;
	font-size: 20px;
}

.catch{
	font-size: 24px;
	padding: 1em 0;
}

/* ------------------------------
ストーリー
------------------------------*/
#overview #topStory{
	display: inline-block;
	margin: auto;
	text-align: left;
	padding: 4em 0 5em 0;
	background-image: url("../img/top/story_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 1.8em;
}

#overview #topStory span{
	background-color: var(--purple);
	padding: 0 0.2em;
}

/* ------------------------------
キャラ
------------------------------*/
#overview #topChara{
	margin: auto;
	text-align: left;
	padding: 4em 0 5em;
	background-image: url("../img/chain.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13%;
}

#overview #topChara .slideBox{
	position: relative; 
}

#overview #topChara .swiper-container{
	margin-left: 12.5%;
	padding-right: 1%;
}

/*---------------------
スライダーカスタム
---------------------*/
#overview #topChara .swiper-slide{
	transition: transform 0.6s;
	transform: scale(0.9);
}

#overview #topChara .swiper-slide:hover{
	transition: transform 0.6s;
	transform: scale(0.95);
}

#overview #topChara .swiper-button-prev,
#overview #topChara .swiper-container-rtl .swiper-button-next {
  left: 6vw;
}

#overview #topChara .swiper-button-next,
#overview #topChara .swiper-container-rtl .swiper-button-prev {
  right: 13.8vw;
}

#overview #topChara .swiper-button-prev,
#overview #topChara .swiper-button-next {
  color: var(--white);
}


/* ------------------------------
product
------------------------------*/
#overview #product{
	margin: auto;
	padding: 4em 0;
	font-size: 24px;
}

#overview #product .jacket{
	width: 650px;
	margin: auto;
}

#overview #product .jacket .set{
	width: 50%;
	display: inline-block;
	text-align: center;
}

#overview #product .storeBtn{
	font-size: 28px;
	width: 100%;
	max-width: 380px;
}


/* ------------------------------
プレオーダー
------------------------------*/
#overview #pre{
	margin: auto;
	padding: 4em 0 0;
}

#overview #pre .box{
	width: 50%;
	display: inline-block;
}

#overview #pre .img{
	padding-right: 5%;
}

#overview #pre .img img{
	border: solid 1px var(--white);
}

	
#overview #pre .box .txt{
	text-align: left;
	line-height: 1.3em;
	padding: 1.5em 0;
}

#overview #pre .box ul{
	padding-top: 0.5em;
}

/* ------------------------------
スペック
------------------------------*/
#spec{
	padding: 4em 0 0;
	border-top:3em solid #fff;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1)) 1;
}

#spec .box{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

#spec .box table{
	width: 100%;
	text-align: left;
	border-spacing: 0.5em;
}

#spec .box table tr {
	border-bottom: 1px solid var(--white);
	display: block;
	padding: 0.5em;
}

#spec .box table th {
	text-align: left;
	width: 6em;
	padding-right: 1em;
}

/*////////////////////////////////////////////////////////////////////////
新着
////////////////////////////////////////////////////////////////////////*/
#news{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	min-height: 700px;
}

#news dl {
	border: solid 1px var(--white);
	padding: 1em;
	text-align: left;
	margin: 1em auto;  
}

#news dl dt{
	width: 7em;
	display: inline-block;
}

#news dl dd{
	width:calc(100% - 7em);
	display: inline-block;
}


/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
#story{
}

#story .storyBox {
	background-image: url("../img/story/bg.png");
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	font-size: 20px;
	padding: 2em 0 10%;
	line-height: 1.5em;
	
	text-shadow: 
    var(--darkBlue) 2px 0px 0px, var(--darkBlue) -2px 0px 0px,
    var(--darkBlue) 0px -2px 0px, var(--darkBlue) 0px 2px 0px,
    var(--darkBlue) 2px 2px 0px, var(--darkBlue) -2px 2px 0px,
    var(--darkBlue) 2px -2px 0px, var(--darkBlue) -2px -2px 0px,
    var(--darkBlue) 1px 2px 0px, var(--darkBlue) -1px 2px 0px,
    var(--darkBlue) 1px -2px 0px, var(--darkBlue) -1px -2px 0px,
    var(--darkBlue) 2px 1px 0px, var(--darkBlue) -2px 1px 0px,
    var(--darkBlue) 2px -1px 0px, var(--darkBlue) -2px -1px 0px,
    var(--darkBlue) 1px 1px 0px, var(--darkBlue) -1px 1px 0px,
    var(--darkBlue) 1px -1px 0px, var(--darkBlue) -1px -1px 0px;
}

#story .storyBox span{
	background-color: var(--purple);
	padding: 0 0.2em;
	text-shadow: none;
}

#story .storyBox .catch{
	margin-bottom: 1em;
}

#story .storyBox .catch img{
	max-width: 750px;
}


/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/
#chara{
}

#chara .charaBox{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1905px;
	margin-top: -15em;
}

#chara .inBox{
	padding-top: 15em;
}

/* ------------------------------
ナビ
------------------------------*/
#chara .slideBox{
	position: relative; 
}

/*---------------------
スライダーカスタム
---------------------*/
#chara .slideBox{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom:5em;
}
	
#chara .swiper-slide{
	transition: transform 0.6s;
	transform: scale(0.95);
	padding: 2% 0;
}

#chara .swiper-slide img{
	filter: brightness(60%);
}

#chara .swiper-slide-active{
	transform: scale(1.1);
}

#chara .swiper-slide-active img{
	filter: brightness(1);
}

#chara .swiper-button-prev,
#chara .swiper-container-rtl .swiper-button-next {
	left: 12%;
	transform: translateY(-1em);
}

#chara .swiper-button-next,
#chara .swiper-container-rtl .swiper-button-prev {
	right: 12%;
	transform: translateY(-1em);
}

#chara .swiper-pagination{
	right: 0;
	top:0;
	text-align: right;
	z-index: 0;
}

#chara .swiper-pagination span{
	vertical-align: baseline;
}

#chara .swiper-pagination .swiper-pagination-current{
	font-size: 130%;
}


/* ------------------------------
矢印
------------------------------*/
#chara .charaBox .next,
#chara .charaBox .prev{
	position: absolute;
	top: 30%;
	width: 40px;
	z-index: 1;
}

#chara .charaBox .next:hover,
#chara .charaBox .prev:hover{
	opacity: 0.5;
}

#chara .charaBox .next{
	right: 2%;
}

#chara .charaBox .prev{
	left: 2%;
}

/* ------------------------------
立ち絵
------------------------------*/
#chara .charaImg{
	width: 50%;
	display: inline-block;
	position: relative;
}

#chara .charaImg img{
	width: 82%;
	position: relative;
	z-index: 0;
	max-width:800px;
	pointer-events: none;
	opacity: 1;
	left: -5%;
	top: 0;
}

#chara .selif{
	width: 26.2%;
	padding: 10em 0 0;
}

#chara .selif img{
	width: 100%;
}

/* ------------------------------
差分
------------------------------*/


/* ------------------------------
テキストセット
------------------------------*/
#chara .txtAria{
	width: 50%;
	display: inline-block;
	text-align: left;
	position: relative;
	padding-top: 3em;
}

#chara .txtAria .charaName{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#chara .txtAria .charaName .hiroMark{
	width: 50%;
}

#chara .txtAria .name{
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1)) 1;
	padding-bottom: 0em;
	margin-bottom: 0.5em;
}

#chara .txtAria .ruby_acter .ruby{
	width: 45%;
	display: inline-block;
}

#chara .txtAria .ruby_acter .voiceActer{
	width: 35%;
	display: inline-block;
	float: right;
}

#chara .txtAria .txtBox{
	margin: 5em auto 3em;
	text-shadow: 
    var(--darkBlue) 2px 0px 0px, var(--darkBlue) -2px 0px 0px,
    var(--darkBlue) 0px -2px 0px, var(--darkBlue) 0px 2px 0px,
    var(--darkBlue) 2px 2px 0px, var(--darkBlue) -2px 2px 0px,
    var(--darkBlue) 2px -2px 0px, var(--darkBlue) -2px -2px 0px,
    var(--darkBlue) 1px 2px 0px, var(--darkBlue) -1px 2px 0px,
    var(--darkBlue) 1px -2px 0px, var(--darkBlue) -1px -2px 0px,
    var(--darkBlue) 2px 1px 0px, var(--darkBlue) -2px 1px 0px,
    var(--darkBlue) 2px -1px 0px, var(--darkBlue) -2px -1px 0px,
    var(--darkBlue) 1px 1px 0px, var(--darkBlue) -1px 1px 0px,
    var(--darkBlue) 1px -1px 0px, var(--darkBlue) -1px -1px 0px;
}

#chara .txtAria .txtBox dl{
	border-top: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
	padding: 1.5em 1em;
	margin: 2em auto;
}

#chara .txtAria .txtBox dt{
	width: 5em;
	background-color: var(--purple);
	padding: 0.1em;
	text-align: center;
	margin-bottom: 0.2em;
	display: inline-block;
	text-shadow: none;
}

#chara .txtAria .txtBox dd{
	width: calc(100% - 5em);
	padding: 0 1em;
	margin-bottom: 0.2em;
	display: inline-block;
}


/*---------------------------------------------
ボタン
---------------------------------------------*/
.btnBox{
	margin: 3em auto;
	text-align: center;
}

.btnBox .svAria{
}

.btnBox .svAria .sv{
	cursor: pointer;
	color: #fff;
	position: relative;
	display: inline-block;
	width: 18%;
	margin: 0.2%;
}

.btnBox .svAria .sv img{
	z-index: 1;
	position: relative;
	padding: 2% 0;
}

.btnBox .svAria  .play-bt,
.btnBox .svAria  .stop-bt{
	display:block;
	cursor: pointer;
	background-image: url("../img/chara/sv_off.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.btnBox .svAria  .stop-bt{
	background-image: url("../img/chara/sv_on.png?ver=3");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

@media (hover: hover) {
.btnBox .svAria  .play-bt:hover{
		background-image: url("../img/chara/sv_on.png?ver=3");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}
}

@media (hover: none) {
.btnBox .svAria  .play-bt:active{
		background-image: url("../img/chara/sv_on.png?ver=3");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		-webkit-tap-highlight-color: transparent;
	}
}


/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////
システム
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////
ムービー
////////////////////////////////////////////////////////////////////////*/
#movie{
}

#movie .movieBox{
	width:45%;
	display: inline-block;
	margin: 2.5%;
	padding: 1em;
	background-color: var(--black);
	border: 1px solid;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1)) 1;
}

#movie .movieBox .title{
	padding-top: 1em;
}

#movie .movieBox .thum{
	position: relative;
}

#movie .movieBox .thum::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	background-image: url("../img/movie/icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80%;
	z-index: 2;
	transition: transform .5s ease;
}

#movie .movieBox .thum:hover::after {
  transform: scale(1.2);
}

/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////
インフォ
////////////////////////////////////////////////////////////////////////*/


/*######################################################################
メディアクエリ
######################################################################*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1300px) {
/*//////////////////////////////////////////////////////////////////////*/
header nav{
	font-size:13.5px;
}

	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 1000px) {
/*//////////////////////////////////////////////////////////////////////*/
	
	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 800px) {
/*//////////////////////////////////////////////////////////////////////*/
.cover{
	background-size: cover;
	animation: bgAnime 10s infinite linear;
}
	
body{
	font-size:16px;
	min-width: inherit;
}
	
br.txtCut{display:none;}
br.txtCutNone{display:block;}

#loading{
	background-image: url("../img/bg_2.jpg");
	background-size: cover;
	background-position: center center;
}

#mainBox{
	padding-top:0;
}
	
.inBox{
	max-width: inherit;
	padding:0 1em 5em;
}
	
h2{
	margin: 0 1em 1em;
}
	
h2 img{
	max-width:inherit;
}

h3{
	font-size: 120%;
	line-height: 1.3em;
}

h4{
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, rgba(0, 126, 255, 1) 0%, rgba(95, 40, 219, 1) 50%, rgba(207, 14, 255, 1)) 1;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
	font-size: 24px;
}
	
.topBg{
	background-position: center top !important;
}

.bg{
   background-size: cover;
   background-position: 0 0;
}
	
/*////////////////////////////////////////////////////////////////////////
ヘッダー
////////////////////////////////////////////////////////////////////////*/
/* ------------------------------
ナビ
------------------------------*/
:root{
	--nLogo:50%;
	--nShop:46%;
	--nOther:27%;
	--iconBox:50%;
}

/* ------------------------------
ナビボタン
------------------------------*/
header .logo img{
	width: 50% !important;
}

header{
	position: fixed;
	width: 100vw;
	z-index: 10;
	background-color: var(--black);
	min-width: inherit;
}

header nav{
	display: block;
	position: absolute;
	overflow-y: scroll;
	width: 100%;
	height: 100vh;
	padding-bottom: 5em;
	font-size:100%;
	left: 0;
	top: 100%;
	z-index: 10;
	background-image: url("../img/bg_2.jpg");
	background-position: right bottom;
	background-size: cover;
	background-color: var(--black);
}

header nav ul{
	margin-bottom: 0;
	width: 100%;
	max-width: inherit;
}

header nav ul li{
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: left;
	box-sizing:border-box;
	position: relative;
	border-bottom: none;
}
	
header nav ul li.select,
header nav ul li:hover{
	background: var(--grd1);
	border-bottom: 1px;
}
	
header nav ul li  a{
	display: block;
	padding:1em 1.5em;
}

header nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff; /* 疑似的な border-bottom */
}
	
header .iconBox{
	padding-right: 2%;
}
	
header .iconBox .youtubeBtn{
	display: none;
}
	
/* ------------------------------
バーガーメニュー
------------------------------*/
header .navBtn {
	display: inline-block !important;
    position: relative;
    cursor: pointer;
    height: 13vw; /* ビューポートの幅に基づいた高さ */
    padding: 1vw; /* ビューポートの幅に基づいたパディング */
    box-sizing: border-box; /* paddingとborderを含める */
}
	
header .navBtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    background: var(--white);
    border-radius: 2px;
    width: 50%; /* アイコンの幅を調整 */
    height: 3%;  /* アイコンの高さを調整 */
}

header .navBtn:hover:after{
	color: var(--white);
}
	
header .navBtn:hover span{
	background: var(--white);
}
	
header .navBtn:after{
	content: "MENU";
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 65%;
	font-size: 2vw;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 0.2em;
}
	
header .navBtn.active:after{
	content: "CLOSE";
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 65%;
	font-size: 2vw;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: var(--white);
}
	
header .navBtn span:nth-of-type(1) {
    top:30%; /* アイコンの位置調整 */
    left: 25%; /* アイコンの位置調整 */
    transform: rotate(0deg);
}

header .navBtn span:nth-of-type(2) {
    top: 43%; /* アイコンの位置調整 */
    left: 25%; /* アイコンの位置調整 */
    transform: rotate(0deg);
}

header .navBtn span:nth-of-type(3) {
    top: 55%; /* アイコンの位置調整 */
    left: 25%; /* アイコンの位置調整 */
    transform: rotate(0deg);
}

header .navBtn.active span:nth-of-type(1) {
    top: 45%;
    left: 50%;
    width: 50%;
    height: 5%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

header .navBtn.active span:nth-of-type(2) {
    opacity: 0;
}

.navBtn.active span:nth-of-type(3) {
    top: 45%;
    left: 50%;
    width: 50%;
    height: 5%;
    transform: translate(-50%, -50%) rotate(45deg);
}

 header .spArea{
	 display: block !important;
	 text-align: right;
	 font-size: 80%;
	 padding: 0 1em;
}
	
 header .spArea span{
	  vertical-align: middle;
	 display: inline-block;
}
	
 header .spArea img{
	 width: 50px !important;
}
	
/* ------------------------------
ボトムナビ
------------------------------*/
#bottomNavi{
	position: fixed;
    bottom: 0;
	background-color: var(--black);
	display: block;
    width: 100%;
    left: 0;
    z-index: 9;
	border-top: 1px solid var(--white);
	font-size:min(2.2vw,12px);
	letter-spacing: -0.05em;
}
	
#bottomNavi ul{	
	text-align: center;
	margin-right: 10%;
}
	
#bottomNavi ul li{
	width: 20%;
	display: inline-block;
	background-color:var(--black);
	text-align: center;
	border-right: 1px solid var(--white);
}
	
#bottomNavi ul li img{
	width: 35%;
	max-width: 25px;
}
	
#bottomNavi ul li a{
	display: block;
	padding: 1em 0;
}
	
/* ------------------------------
サブナビ
------------------------------*/
#subNavi{
	padding: 0 1em;
	font-size: 150%;
}

.nomalNavi ul li{
	margin: 0.5% 2%;
	width: 46%;
}

/*////////////////////////////////////////////////////////////////////////
トップ
////////////////////////////////////////////////////////////////////////*/
.moreBtn{
	background-color: var(--darkBlue);
	transform: skewX(-15deg);
	width: 100%;
	margin:1em auto 0;
	font-size: 20px;
}

.moreBtn a{
	display:block;
	padding: 0.8em 1em;
	transform: skewX(15deg);
	letter-spacing: 0.05em;
}

.moreBtn.color{
	background: var(--grd1);
	text-align: center;
}

.moreBtn.wide{
	width: 100%;
	font-size: 20px;
	line-height: 2em;
}

/* ------------------------------
キービジュ
------------------------------*/
#keyBox{
	padding-top:0;
}

#keyBox .key{
	padding-top: 12%;
}
	
#keyBox .logo{
	top: inherit;
	bottom: 0;
}

#keyBox .logo img{
	width: 75%;
	max-width: inherit;
}

/* ------------------------------
releaseDay
------------------------------*/
#releaseDay{
	background-position: -6em center;
	background-size: 250%;
	margin-top: 1em;
}

#releaseDay img{
	width: 65%;
	max-width: inherit;
}


/* ------------------------------
バナー
------------------------------*/


/* ------------------------------
動画
------------------------------*/
#topMovie{
	padding: 4em 1em;
}
	
#topMovie .thum{
	width:100%;
}

#topMovie .thum::after {
	background-size:100%;
}

/* ------------------------------
overview
------------------------------*/
#overview{
	padding: 4em 0 2em;
	font-size: inherit;
}
	
#overview h3{
	width: 90%;
}

#overview .catch{
	font-size: inherit;
	padding: 1em 2em;
}

/* ------------------------------
ストーリー
------------------------------*/
#overview #topStory{
	display: block;
	padding: 3em 0;
}
	
#overview #topStory .txt{
	padding: 0 1em;
}
	
#overview #topStory .txt span{
	padding: 0 0.2em;
}

/* ------------------------------
キャラ
------------------------------*/
#overview #topChara{
	background-image: none;
	padding: 4em 0;
}

#overview #topChara .slideBox{
	margin-top: -3em;
	margin-bottom: 0;
}

#overview #topChara .swiper-container{
	margin-left: 0;
	padding-right: 0;
}
	
#overview #topChara .moreBtn{
	width: 85%;
}

/*---------------------
スライダーカスタム
---------------------*/
#overview #topChara .swiper-button-prev,
#overview #topChara .swiper-container-rtl .swiper-button-next {
  left: 14%;
}

#overview #topChara .swiper-button-next,
#overview #topChara .swiper-container-rtl .swiper-button-prev {
  right: 14%;
}

#overview #topChara .swiper-slide,
#overview #topChara .swiper-slide:hover{
	transition:none;
	transform: scale(0.85);
}

/* ------------------------------
product
------------------------------*/
#overview #product{
	font-size: 100%;
}

#overview #product .jacket{
	width: 100%;
	max-width: 640px;
}

#overview #product .jacket .set{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
	
#overview #product .jacket .set img{
	width: 80%;
}

#overview #product .storeBtn{
	font-size: 28px;
	width: 100%;
	max-width: 380px;
}


/* ------------------------------
プレオーダー
------------------------------*/

/* ------------------------------
スペック
------------------------------*/
#spec{
	border-top:1em solid #fff;
}

#spec .box{
	width: 100%;
	display: block;
	font-size:inherit;
}
	
#spec .box table th {
	text-align: left;
	width: 5.5em;
	padding-right: 0.5em;
}

/*////////////////////////////////////////////////////////////////////////
新着
////////////////////////////////////////////////////////////////////////*/
#news{
	min-height: 500px;
}


/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
#story{
}

#story .storyBox {
	background-image: url("../img/story/bg.png");
	background-position: 80% bottom;
	background-size: 210%;
	padding: 2em 0 0;
	font-size:inherit;
	margin-bottom: -5em;
}

#story .storyBox span{
	background-color: var(--purple);
	padding: 0 0.2em;
	text-shadow: none;
}

#story .storyBox .catch{
	margin-bottom: 1em;
}

#story .storyBox .catch img{
	max-width: inherit;
}
	
#story .storyBox .inBox{
	padding-bottom: 140%;
}

	
/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/
#chara{
}

#chara .charaBox{
	background-position: 30% top;
	background-size: 340%;
	margin-top: -50%;
}

#chara .inBox{
	padding:0 1em;
}

/* ------------------------------
ナビ
------------------------------*/
#chara .slideBox{
	position: relative; 
}

#chara .swiper-pagination{
	top:-1em;
	left: inherit;
	right: 2em;
}
	
#chara .swiper-button-prev,
#chara .swiper-container-rtl .swiper-button-next {
	left: 16%;
	width: 5%;
}

#chara .swiper-button-next,
#chara .swiper-container-rtl .swiper-button-prev {
	right: 16%;
	width: 5%;
}
	
/* ------------------------------
矢印
------------------------------*/
#chara .charaBox .next,
#chara .charaBox .prev{
	width: 25%;
}

/* ------------------------------
立ち絵
------------------------------*/
#chara .charaImg{
	width: 100%;
	display: block;
}

#chara .selif{
	width: 26.2%;
	padding: 100% 0 0;
}

/* ------------------------------
差分
------------------------------*/


/* ------------------------------
テキストセット
------------------------------*/
#chara .txtAria{
	width: 100%;
	display: block;
	padding-top: 2em;
}

#chara .txtAria .charaName .hiroMark{
	width: 60%;
}

#chara .txtAria .ruby_acter .ruby{
	width: 58%;
}

#chara .txtAria .ruby_acter .voiceActer{
	width: 42%;
}

#chara .txtAria .txtBox dl{
	padding: 1.5em 0;
}


/*---------------------------------------------
ボタン
---------------------------------------------*/

	
/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/

	
/*////////////////////////////////////////////////////////////////////////
システム
////////////////////////////////////////////////////////////////////////*/

	
/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/

	
/*////////////////////////////////////////////////////////////////////////
ムービー
////////////////////////////////////////////////////////////////////////*/

#movie .movieBox{
	width:100%;
	display: block;
	margin: 2.5% auto;
	padding: 1em;
}

#movie .movieBox .thum::after {
	background-size:100%;
}

/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/

	
/*////////////////////////////////////////////////////////////////////////
インフォ
////////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 480px) {
/*//////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/
}