/*oz*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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;
    
}
/* サイト全体に適用 */
* {
    -webkit-tap-highlight-color: transparent;
}

html {
	/*image-rendering: -webkit-optimize-contrast;*/
}

body{
	overflow-y: scroll; /* スクロールバー常に表示 */
    background-image: url(../img/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

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{
--cyan:#00fdfd;
--cyan20: rgba(0,253,253,0.20);
--cyan70: rgba(0,253,253,0.70);
--navy:#0d1642;
--navy70:rgba(13,28,58,0.70);
    
    
--red:#e60012;
--black:#000;
--gray:#555;
--white:#fefeff;
--gold:#c6a36a;
    
--grd1: linear-gradient(90deg,rgba(0,253,253,0.20) 0%, rgba(0,253,253,0.00) 70% , rgba(0,253,253,0.00) 100%);
--darkBlue:#120b1e;
--purple:#81088e;
--blue:#51488a;
--brown:#83623a;
--pink:rgba(207, 14, 255, 1) ;
	
--black50: rgba(0,0,0,0.5);
--black60: rgba(0,0,0,0.6);
--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);
}


/*////////////////////////////////////////////////////////////////////////
基本
////////////////////////////////////////////////////////////////////////*/
/*表示*/
.view_pc{display: block;}
.view_pc_tb{display: block;}
.view_tb{display:none;}
.view_tb_sp{display:none;}
.view_sp{display:none;}

.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: #000;
	background-color: var(--cyan);
}
::-moz-selection {
	color: #000;
	background-color: var(--cyan);
}

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;
}



.txtLink{
	border:solid var(--cyan) 2px;
	letter-spacing: 0.05em;
	padding:0.2em 0.5em;
	display: inline-block;
    color: var(--cyan);
    background-color: var(--navy70);
    margin-bottom: 0.3em;
}

.txtLink:hover{
	color: var(--navy70);
    background-color: var(--cyan);
}

table.cast{
	border-collapse:collapse;
}
.commonBox{
    border-radius: 20px 0 20px 0;
    border: #fff 2px solid;
    background-color: var(--navy70);
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}
#contentWrap{
}
@media (min-width: 800px) {
  .pcBr {
    display: block;
    height: 0;
  }
}
/*////////////////////////////////////////////////////////////////////////
全体ボックス
////////////////////////////////////////////////////////////////////////*/
html{
}

body{
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size:16px;
	color: var(--white);
	min-width: 1300px;
	background-color: var(--black);
}

.topBg{
}

.allBg{
}


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:540px;
}


h3{
	background: var(--navy);
    color: var(--cyan);
    border-bottom: 6px solid var(--cyan);
	margin: 1.0em auto;
	font-size: 120%;
	width: 100%;
	max-width: 1250px;
    padding: 0.5em;
}

h3 span{
	display:block;
	padding: 0.3em 1em;
	letter-spacing: 0.05em;
}

h4{
	margin-bottom: 0.3em;
	font-size: 120%;
}

.fitBg {
    position: relative;
}

.fitBg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}

.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;
}

#backTop{
	width: 10%;
	max-width: 80px;
	z-index: 99;
	position: fixed;
	bottom: 2%;
	right: 1%;
	cursor: pointer;
	border-radius: calc(1px/0);
	overflow: hidden;
	background-color: var(--black);
    border: solid var(--white) 2px;
}

@media (hover: hover) { /*PC*/
	#backTop:hover{
		background-color: var(--black);
	}
}

@media (hover: none) { /*タッチ端末*/
	#backTop:active{
		background-color: var(--black);
	}
}

#backTop img{
	width: 100%;
}


/*////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////*/
#loading{
	width:100%;
	height: 100%;
	position:fixed;
	z-index:99;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	pointer-events: none;
    background-image: url("../img/common/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

#loading p{
	display: block;
	width: 100%;
	padding: 5px;
}

#loading p img{
	width: 60%;
	max-width: 600px;
}

#mainBox{
	width: 100%;
	margin: auto;
	opacity: 0;
	text-align: center;
	position: relative;
	z-index: 0;
    padding-top: 71px;
}

.subBox{
	padding-top: 4em;
}

.inBox{
	max-width: 1300px;
	padding:0 3% 5em;
	margin: auto;
}

.indent{
	padding-left: 1em;
}

.indent li{
	text-indent: -1em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

/*////////////////////////////////////////////////////////////////////////
ヘッダー
////////////////////////////////////////////////////////////////////////*/
header{
	width: 100%;
	position: fixed;
	background-color: var(--black);
	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;
	position: relative;
	vertical-align: middle;
	width: calc(100% - var(--nLogo) - var(--iconBox));
	font-size:min(1vw,17px);
    text-align: center;
}

header nav ul{
	margin: auto;
}

header nav ul li{
	position: relative;
	display: inline-block;
	margin: 0.1em;
    border-top: 10px solid;
	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;
    font-weight: bold;
}

header nav ul li.select,
header nav ul li:hover{
    
}
header nav ul li.select a,
header nav ul li:hover a{
    color: var(--cyan);
    background-color: var(--cyan20);
}

header .iconBox{
	width: var(--iconBox);
	display: inline-block;
	text-align: right;
}

header .iconBox p{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

header nav ul li span{
	display: none;
}


/* ------------------------------
ナビボタン
------------------------------*/
 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-color: var(--red);
}

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;
}

.nomalNavi ul li{
	display: inline-block;
	margin: 0.2%;
	position: relative;
	width: 48%;
	max-width:250px;
    background: var(--navy);
	font-size: 110%;
	vertical-align: middle;
    border: 2px solid var(--cyan);
}

.nomalNavi ul li a{
	display: block;
	padding: 1em 0.3em;
	vertical-align: middle;
	line-height: 1em;
    color: var(--cyan);
    font-weight: bold;
}
.nomalNavi ul li.select a{
    color: var(--black);
}

.sub_nav{
    padding-top: 0.5em;
    border-top: 3px solid var(--cyan);
    max-width: 1300px;
    margin: 1.0em auto 0 auto;
    
}


@media (hover: hover) { /*PC*/
	.nomalNavi ul li.select, .nomalNavi ul li:hover{
	background: var(--cyan);
        color: var(--black);
}
    .nomalNavi ul li.select a, .nomalNavi ul li:hover a{
	background: var(--cyan);
        color: var(--black);
}
}

@media (hover: none) { /*タッチ端末*/
	.nomalNavi ul li.select, .nomalNavi ul li:active{
	background: var(--cyan);
        color: var(--black);
}
}



.nomalNavi .product{
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.nomalNavi .product li{
	flex: 1; 
	display: flex; 
	align-items: stretch;
}

.nomalNavi .product li a{
	flex: 1;
	display: flex;
	align-items: center; 
	justify-content: center;
	text-align: center;
	height: 100%; 
	padding: 1.0em 0.3em;
}

/*////////////////////////////////////////////////////////////////////////
トップ
////////////////////////////////////////////////////////////////////////*/
.moreBtn{
    font-size: 120%;
    text-align: center;
}
.moreBtn a{
    margin-top: 1.0em;
    background-color: var(--navy);
    color: var(--cyan);
    display: inline-block;
    padding: 1.0em 2em;
    letter-spacing: 0.05em;
    border: solid 3px var(--cyan);
    width: 90%;
    max-width: 280px;
    font-weight: bold;
    transition: all 0.3s ease-out;
    transform: skewX(-10deg);
    box-shadow: none;
}
.moreBtn a span,
.moreBtn a::before {
    display: inline-block;
    transform: skewX(10deg);
}
.moreBtn.color{
    text-align: center;
}
.moreBtn.wide{
    width: 100%;
    line-height: 2em;
}
.moreBtn a:hover{
    text-decoration: none;
    /*opacity: 0.8;
    transform: skewX(-10deg) translateY(2px);*/
    background-color: var(--cyan);
    color: var(--navy);
}


/* ------------------------------
キービジュ
------------------------------*/
#keyBox{
	position: relative;
	pointer-events: none;
}

#keyBox .key{
	position: relative;
	z-index: 0;
	opacity: 0;
}
#keyBoxSp .key{
	position: relative;
	z-index: 0;
	opacity: 0;
}

/* ------------------------------
releaseDay
------------------------------*/
#releaseDay{
    background-color: var(--black);
    padding: 1.3em 0 1.0em 0;
}

#releaseDay img{
	width: 50%;
	max-width: 689px;
}


/* ------------------------------
バナー
------------------------------*/
#topBanner{
	text-align: center;
	padding: 3em 0 0;
}
#topBanner .inBox{
    padding: 0 3% 0em;
}

#topBanner img{
	width: 48%;
	max-width: 600px;
	margin: 1%;
	transition: 0.2s;
}

#topBanner img:hover{
	transition: 0.2s;
}


/* ------------------------------
動画
------------------------------*/
#topMovie {
	padding:4em 2em;
}

#topMovie .thum{
	width: 670px;
	margin: auto;
	position: relative;
	border: solid 3px 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: 3em 0;
}

#overview h3{
	font-size: 160%;
}

.catch{
	font-size: 140%;
	padding: 1em 0;
}

/* ------------------------------
ストーリー
------------------------------*/
#overview .tagline{
    padding-top: 2.0em;
}
#overview .tagline .txt{
    font-size: 160%;
}

.tagline .txt {
    position: relative;
    display: inline-block; 
    padding: 2em 3em;
    color: #fff;
    z-index: 1;
    width: 100%;
}
.tagline .txt h2{
    width: 100%;
    text-align: center;
    margin: 1.0em 0 ;
    font-size: clamp(1.45rem, 3.2vw, 2rem);
}
.tagline .txt::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 1.00);
    transform: skewY(-5deg);
    z-index: -1;
}

#overview #topStory{
	display: inline-block;
	margin: auto;
	text-align: center;
	padding: 4em 0 5em 0;
	line-height: 1.8em;
    width: 100%;
}
#overview #topStory .commonBox{
    padding: 4.0em 0.5em;
    background-image: url("../img/story/story_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#overview #topStory .txt{
	font-size: 120%;
    font-weight: bold;
}
#overview #topStory .txt span{
    font-size: 1.2em;
    display: inline-block;
    text-shadow: 2px 2px 0 #000;
}
#overview #topStory .txt span.red{
    color: #DC6F71;
}
#overview #topStory .txt span.purple{
    color: #D7A3FF;
}

#overview #topStory .txt strong{
    font-size: 1.2em;
    background-color: var(--cyan);
    color: var(--black);
    padding: 0 0.3em;
}
/**/
.news_box {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
}
.news_box dl {
	padding: 1em;
	text-align: left;
	margin: 1em auto;
    background-color: #0f2141;
}

.news_box dl dt{
	width: 6em;
	display: inline-block;
    color: #a3ccfc;
}

.news_box dl dd{
	width:calc(100% - 6em);
	display: inline-block;
}

.news_box dl dd a{
	display: inline-block;
	/*vertical-align: middle;*/
    color: var(--cyan);
}
.news_box dl dd a:hover{
    opacity: 0.7;
}
/* ------------------------------
システム
------------------------------*/
#topSystem .commonBox {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 2.0em ;
}

.systemSlider {
    width: 55%;
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    min-width: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}

.systemSlider .swiper-slide {
    height: auto;
}

.systemSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.systemSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.systemSlider .swiper-pagination-bullet-active {
    background: var(--cyan, #00e5ff);
}

.systemTxt {
    padding: 2em 2.5em;
    line-height: 1.9;
    color: #fff;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    text-align: left;
}

@media screen and (max-width: 800px) {
    #topSystem .commonBox {
        flex-direction: column;
    }
    .systemSlider {
        width: 100%;
    }
    .systemTxt {
        text-align: center;
        padding: 1.0em 0;
    }
}

/* ------------------------------
キャラ
------------------------------*/
#overview #topChara{
	margin: auto;
	text-align: left;
	padding: 4em 0 5em;
}

#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 #topProduct{
	margin: auto;
	padding: 4em 0;
	font-size:140%;
}

#overview #topProduct .productBox{
	max-width: 1500px;
	margin: auto;
}

#overview #topProduct .productBox .set{
	width: 48%;
    margin: 1%;
	display: inline-block;
	text-align: center;
    padding: 0 0.5em 1.0em 0.5em;
}

#overview #topProduct .productBox .set img{
	display: block;
    max-width: 500px;
    margin: 0 auto;
}

#overview #topProduct .productBox .special,
#overview #topProduct .productBox .nomal,
#overview #topProduct .productBox .dl{
	margin-bottom: 0.5em;
}

#overview #topProduct .productBox .dlSet{
	margin-top: 2em;
	max-width: 800px;
}
#overview #topProduct .productBox .set h3{
    font-size: 100%;
}
#overview #topProduct .storeBtn{
    font-size: 110%;
}
.moreBtn a.storeBtn{
    margin-top: 1em;
    max-width: 380px;
    /*max-width: 360px;*/
    padding: 0.5em 1.0em;
    /*width: 90%;*/
    width: 80%;
    font-size: 160%;
}
/* ------------------------------
プレオーダー
------------------------------*/
#set1_box, #set2_box,
#set1,#set2{
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slide-out {
    animation-name: fadeOut;
}

.slide-in {
    animation-name: fadeIn;
}
#overview #pre{
	margin: auto;
	padding: 0 0;
}

#overview #pre .box{
	width: 50%;
	display: inline-block;
	text-align: left;
    padding: 1.0em;
}

#overview #pre .img{
    padding: 1.5em;
}

#overview #pre .box .txt{
	text-align: left;
	line-height: 1.3em;
	padding: 1.0em;
}

#overview #pre .box ul{
	padding-top: 0.5em;
}

#overview #pre .box h4{
	text-align: center;
    background-color: var(--navy);
    color: var(--cyan);
    padding: 0.5em;
}

#overview #pre .box dl dt{
	background-color: var(--purple);
	padding: 0.5em 1em;
	margin: 1em auto 0.1em;
	text-align: center;
}

#overview #pre .box dl dd span{
	background-color: var(--gray);
	display: inline-block;
	padding: 0.2em 0.5em;
	margin: 0.2em auto;
}

#overview #pre .box  .indent{
	font-size: 85%;
}
#overview #pre .pre_select{
    margin-bottom: 1.5em;
}
#set1_box, #set2_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#set1_box h3, #set2_box h3 {
    width: 96%;
    
}

#set1_box .box, #set2_box .box {
    width: 50%;
}

#set1_box .box.img, #set2_box .box.img {
    padding-right: 2%;
}
/* ------------------------------
スペック
------------------------------*/
#spec{
    background-color: var(--black);
}
.topSpec{
    background-color: var(--black);
}
#spec .box{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
#spec .box{
    max-width: 600px;
}

#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;
	font-size: 100%;
}

#news dl {
	padding: 1em;
	text-align: left;
	margin: 1em auto;
    background-color: #0f2141;
}

#news dl dt{
	width: 6em;
	display: inline-block;
    color: #a3ccfc;
}

#news dl dd{
	width:calc(100% - 6em);
	display: inline-block;
}

#news dl dd a{
	display: inline-block;
	/*vertical-align: middle;*/
    color: var(--cyan);
}
#news dl dd a:hover{
    opacity: 0.7;
}

/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
#story{
    padding-bottom: 3.0em;
}

#story .storyBox {
	position: relative;
	padding: 2.0em 0;
	line-height: 1.5em;	
}
#story .commonBox{
    padding: 4.0em 0.5em;
    background-image: url("../img/story/story_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 1100px;
}
#story .txt{
	font-size: 120%;
    font-weight: bold;
}
#story .image{
    width: 96%;
    max-width: 718px;
}

/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/
#chara{
}

#chara .charaBox{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1905px;
	margin-top: -15em;
}

#chara .inBox{
	padding-top: 15em;
    padding-bottom: 5em;
    max-width: 1500px;
}

/* ------------------------------
ナビ
------------------------------*/
#chara .slideBox{
	position: relative; 
}

/*---------------------
スライダーカスタム
---------------------*/
#chara .slideBox{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom:5em;
    margin-top: 16em;
}
	
#chara .swiper-slide{
	transition: transform 0.6s;
	transform: scale(0.95);
	padding: 2% 0.3%;
}

#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: 4;
}

#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 .charaImg .target{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
#chara .charaImg .viewImg{
    opacity: 1;
}
#chara .inBox .cCos-bt{
    display: inline-block;
    /*width: 30%;
    max-width: 120px;*/
    width: 45%;
    max-width: 200px;
    background-color: var(--navy70);
    cursor: pointer;
    z-index: 2;
}
#chara .inBox .cCos-bt:hover{
    background-color: var(--cyan70);
}
#chara .inBox .cCos-bt.selected{
    z-index: 1;
    background-color: var(--cyan70);
}
a.cCos-bt.click_non {
    pointer-events: none;
}
#chara .selif{
	width: 25%;
	padding: 14em 0 0 2em;
    z-index: 3;
}

#chara .selif img{
	width: 100%;
}
#chara .chara_intro_box{
    background-color: var(--navy70);
    border-radius: 20px 0 20px 0;
    border: #fff 2px solid;
}
/* ------------------------------
差分
------------------------------*/


/* ------------------------------
テキストセット
------------------------------*/
#chara .sub{}

#chara .txtAria{
	width: 42%;
	display: inline-block;
	text-align: left;
	position: relative;
	padding-top: 8.5em;
    max-width: 660px;
}

#chara .txtAria .charaName{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
    margin-top: 1.0em;
}

#chara .txtAria .charaName .hiroMark{
	width: 50%;
}

#chara .txtAria .name{
	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{
	font-size: 100%;
}
#chara .txtAria .txtBox .in_box{
    margin: 3px;
    padding: 0 1.5em 1.5em 1.5em;
}
#chara .charaVoice{
    text-align: center;
    margin-bottom: 1.0em;
}
#chara .charaVoice p{
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
}
#chara .charaVoice a{
    width: 30%;
    display: inline-block;
    max-width: 80px;
    margin: 1%;
    cursor: pointer;
}
#chara .charaVoice a img{
    width: 100%;
    border-radius: 50%;
}
#chara .charaVoice a:hover img,
#chara .charaVoice a.play_voice img{
    /*background-color: var(--purple);*/
}
#chara .charaVoice a:not(.play_voice) > img {
    /*background-color: var(--black);*/
}

/*---------------------------------------------
ボタン
---------------------------------------------*/
.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;
	}
}
/*////////////////////////////////////////////////////////////////////////
システム
////////////////////////////////////////////////////////////////////////*/
#system{
}

#system .nomalNavi ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4%;
    justify-content: center;
    max-width: 100%;
}

#system .nomalNavi ul li {
    display: flex;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

#system .nomalNavi ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1em 0.3em;
    line-height: 1.2em;
}

#system h3 span{
    background-color: var(--black);
    font-size: 0.6em;
}

.systemWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 1.5em;
}

.systemBox {
    width: calc(50% - 10px);
    box-sizing: border-box;
    background-color: var(--navy70);
    padding: 0 0.5em 0.5em 0.5em;
}
.systemBox p{
    padding: 0.3em;
    text-align: left;
}

/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/
#gallery{
}

#gallery ul {
	text-align: left;
}

#gallery ul li{
	width:24%;
	margin: 0.5%;
	display: inline-block;
	border: 1px solid var(--brown);
	overflow: hidden;
}

#gallery ul li img{
	width: 100%;
	transition:0.3s all;
}

#gallery ul li:hover img{
	transform: scale(1.1);
	transition:0.3s all;
}

.galleryBox{
	padding: 2em 2em 5em;
	text-align: left;
	max-width: 1000px;
	margin: auto;
    background-color: var(--black60);
}

.galleryBox .img img{
	width: 100%;
	max-width: 1000px;
	margin-bottom: 2em;
	display: block;
	border: 1px solid var(--brown);
}

.galleryBox .txt{
	padding: 0 1em;
	font-size: 110%;
}

.galleryBox .txt p{
	margin-bottom: 2em;
}

.galleryBox .txt .name{
	margin-bottom: 0;
    display: inline-block;
    margin-left: -1.0em;
    padding: 0 0.3em;
    color: var(--white);
}

.galleryBox .txt .selif{
	text-indent: -1em;
}

.galleryBox .txt .mono{
	margin-left: -1em;
}

.galleryBox .txt .c0{
    background-color: var(--c0);
    color: var(--black);
}
.galleryBox .txt .c1{background-color: var(--c1);}
.galleryBox .txt .c2{background-color: var(--c2);}
.galleryBox .txt .c3{background-color: var(--c3);}
.galleryBox .txt .c4{background-color: var(--c4); color: var(--black);}
.galleryBox .txt .c5{background-color: var(--c5);}
.galleryBox .txt .c6{background-color: var(--c6); color: var(--black);}
.galleryBox .txt .c7{background-color: var(--c7);}
.galleryBox .txt .c8{background-color: var(--c8);}
.galleryBox .txt .c9{background-color: var(--c9); color: var(--black);}
.galleryBox .txt .c10{background-color: var(--c10); color: var(--black);}
.galleryBox .txt .c11{background-color: var(--c11);}
.galleryBox .txt .c12{background-color: var(--c12);}


/*////////////////////////////////////////////////////////////////////////
ムービー
////////////////////////////////////////////////////////////////////////*/
#movie{
}

#movie .movieBox{
	width:45%;
	display: inline-block;
	margin: 2.5%;
	padding: 1em;
	background-color: var(--navy);
}

#movie .movieBox .title{
	padding-top: 1em;
    color: var(--cyan);
    font-weight: bold;
}

#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);
}

/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/
#sound h3{
	margin-bottom:2em;
}

#sound .soundBox{
    padding: 0 1.0em 1.0em 1.0em;
    margin-top: 1.5em;
}

#sound .soundBox .harf{
	width: 50%;
	display: inline-block;
}

#sound .soundBox .image{
	padding: 0 2em;
}

#sound .soundBox .txt{
	line-height: 1.8em;
}

#sound .soundBox .image img{
	border: 1px solid var(--white);
}

#sound .songBox{
	margin: 0 auto 3em;
}

#sound .soundBox .mds{
	font-size: 110%;
	background-color: var(--navy);
    color: var(--cyan);
	padding:0.2em 0.3em;
    font-weight: bold;
}

#sound .soundBox .title{
	font-size: 180%;
	border-bottom: 2px solid var(--white);
	padding: 0.8em 0;
	margin-bottom: 0.5em;
}

#sound .soundBox .artist{
	font-size: 150%;
}

#sound .soundBox .intxt{
	margin-top: 2em;
	text-align: center;
}

#sound .soundBox .comment{
	text-align: left;
	margin: 1em auto 3em;
}
/*////////////////////////////////////////////////////////////////////////
アイテム
////////////////////////////////////////////////////////////////////////*/
#item .itemBox{
	padding-top: 3em;
	text-align: left;
}

#item .itemBox .icon li{
	width: 24%;
	margin: 1.5% 0.5%;
	display: inline-block;
}
#item .itemBox li img{
    border: 1px solid var(--brown);
}

#item .itemBox li p{
	background-color: var(--purple);
	padding:0.5em 0.2em;
	text-align: center;
	margin-top: 0.5em;
}

#item .itemBox li p:hover{
	opacity: 0.6;
}

#item .itemBox .header li{
	width: 49%;
	margin: 1% 0.5%;
	display: inline-block;
}

/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////
インフォ
////////////////////////////////////////////////////////////////////////*/
#product h3, #product h4{
	text-align: center;
	margin-bottom: 1.5em;
}

#product h4{
}

#product h4 small{
	font-weight: normal;
}

#product .mds{
	width: 50%;
	max-width: 400px;
	margin: auto;
}

#product .inBox{
	padding: 3em 1em 0;
	text-align: left;
}
#product .inBox .setBox{
    padding: 0.5em 2em 2em 2em;
    margin-bottom: 5em;
    border-radius: 20px 0 20px 0;
    border: #fff 2px solid;
    background-color: var(--navy70);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#product .setBox .half{
    width: 50%;
    text-align: center;
}
#product .setBox .half img{
	padding:0 1em;
}

#product .setBox .half img.dlImg{
	width: 100%;
	display: block;
	margin: auto;
}


#product .setBox .half .price{
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	font-size: 140%;
}

#product .setBox .half .txt dl,
.inlineShopItem .txt{
}
#product .setBox .half .txt dd{
    text-align: left;
}
#product h4.read{
    background-color: var(--navy);
    color: var(--white);
    display: inline-block;
    margin: 0.5em auto;
    padding: 0.3em 1.5em;
}
#product .setBox .half dl dt{
	background-color: var(--navy);
    color: var(--cyan);
	padding: 0.5em 1em;
	margin: 0 auto 0.3em;
    font-weight: bold;
}

#product .setBox .half .txt .indent,
.inlineShopItem .indent{
	margin-top: 2em;
	font-size: 85%;
    text-align: left;
}
#product dl p,
.inlineShopItem dl p{
    padding: 0.5em;
    border: var(--cyan) 1px solid;
}

#product dl span,
.inlineShopItem dl span{
	background-color: var(--cyan);
    color: var(--black);
	display: inline-block;
	padding: 0.2em 0.5em 0.25em;
	margin: 0.2em auto;
}
.infoBox{
    display: flex;
    gap: 20px;
    align-items: stretch;
}
#product .infoBox .half{
    flex: 1;
    display: flex;
    flex-direction: column;
}
#product #bonusWideBox .half{
    width: 100%;
}
#product .moreBtn a.storeBtn{
    font-size: 120%;
}
/*---------------------------------------------
店舗特典
---------------------------------------------*/
#product .shop{
	padding: 0.5em 2em 2em 2em;
	margin-bottom: 5em;
    border-radius: 20px 0 20px 0;
    border: #fff 2px solid;
    background-color: var(--navy70);
}

#product .shopCaution{
	padding:0 2em 1em;
	font-size: 80%;
}

#product .shop .box{
}

#product .shop .box dl dt,
.inlineShopItem dl dt{
	background-color: var(--navy);
    color: var(--cyan);
	padding: 0.5em 1em;
	margin: 0 auto 1em;
    font-weight: bold;
}

#product .shop .box dl dd,
.inlineShopItem dl dd{
	margin: 0 auto 1em;
}

#product .shop .box dl.mini{
	width: 48%;
	margin: 0 1%;
	display: inline-block;
}

#product .shop .box dl.solo{
	width: 48%;
	margin: 0 auto;
	display: block;
}

#product .shop .shopName{
	background: var(--grd1);
	text-align: center;
}

#product .shop .half{
	width: 48%;
	margin: 1%;
	display: inline-block;
}

#product .shop .box .set{
	border: solid 1px var(--cyan);
	padding: 1em 1em 0;
	margin-bottom: 1em;
}

#product .shop .box dl img,
.inlineShopItem .inTxt dl img{
	max-width: 700px;
	margin: 0 auto 0.5em;
	padding:0 !important;
}

#product .shop .moreBtn{
	margin:0 auto 0.5em;
	/*display: inline-block;*/
}

#product .shop .box .moreBtn{
	text-align: center;
	margin: 1em auto 1.5em;
	display: block;
	font-size: 100%;
}

#product .shop .setName,
.inlineShopItem .setName{
	background:  var(--purple);
	padding: 0.5em;
	text-align: center;
}

#product .shop .indent{
	margin: 2em auto;
	border-top: 1px dashed var(--white);
	padding-top: 1em;
	font-size: 85%;
}

#product .shop .btnSet{
	text-align: center;
}

.inlineShopItem{
	padding: 2em;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.inlineShopItem h4{
	text-align: center;
}

.inlineShopItem .txt{
 	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start; 
}

.inlineShopItem .inTxt{
	width: 48%;
	margin: 1% auto;
	border: solid 1px var(--cyan);
	padding: 1em;
	display: inline-block;
	background-color:var(--navy);
}

.inlineShopItem .inTxt dl dd p{
	border: 1px solid var(--cyan);
	padding: 0.2em;
	margin-bottom: 0.5em;
}

/*######################################################################
メディアクエリ
######################################################################*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1300px) {
/*//////////////////////////////////////////////////////////////////////*/
header nav{
	font-size:13.5px;
}

	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 1000px) {
/*//////////////////////////////////////////////////////////////////////*/
	
	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 800px) {
/*//////////////////////////////////////////////////////////////////////*/
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: block;}
.view_tb{display:block;}
.view_tb_sp{display:block;}
.view_sp{display:none;}
    .tbBr{
        display: block;
    }
    .subBox{
	padding-top: 5em;
}
    
#contentWrap{
    background-size: 50% , 20% ,auto;
}	
body{
	font-size:12px;
	min-width: inherit;
}
	
br.txtCut{display:none;}
br.txtCutNone{display:block;}

#loading{
}

#mainBox{
	padding-top:3.5em;
}
	
.inBox{
	max-width: inherit;
	padding:0 1em 5em;
}
	
h2{
	margin: 0 auto;
    width: 80%;
}


h3{
	line-height: 1.3em;
}

h4{
	margin-bottom: 0.3em;
}
	
.topBg{
	background-position: center top !important;
}

.bg{
   background-size: cover;
   background-position: 0 0;
}
	
#backTop{
	bottom: 6em;
	right: 2%;
	width: 11%;
}
	
/*////////////////////////////////////////////////////////////////////////
ヘッダー
////////////////////////////////////////////////////////////////////////*/
/* ------------------------------
ナビ
------------------------------*/
:root{
	--nLogo:35%;
	--nShop:35%;
	--nOther:20%;
	--iconBox:65%;
}

/* ------------------------------
ナビボタン
------------------------------*/
header .logo img{
    width: 75% !important;
}

header{
	position: fixed;
	width: 100vw;
	z-index: 10;
	background-color: var(--black);
	min-width: inherit;
}

header nav{
	position: absolute;
	overflow-y: scroll;
	width: 100%;
	height: 100vh;
	padding-bottom: 5em;
	left: 0;
	top: 100%;
	z-index: 10;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: var(--black);
}
.nav_bg1{background-image: url("../img/common/nav1.jpg");}
.nav_bg2{background-image: url("../img/common/nav2.jpg");}
.nav_bg3{background-image: url("../img/common/nav3.jpg");}
.nav_bg4{background-image: url("../img/common/nav4.jpg");}

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;
    border-top: 0;
}
header nav ul li.select a, header nav ul li:hover a{
    background-color: transparent;
}
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;
}
	
header .iconBox{
	padding-right: 2%;
}
	
header .iconBox .youtubeBtn{
	/*display: none;*/
}
	
header nav ul li span{
	display: inline-block;
	/*position: absolute;*/
	/*right: 1em;*/
    margin-left: 1.0em;
}

	
/* ------------------------------
バーガーメニュー
------------------------------*/
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(--cyan);
    border-radius: 2px;
    width: 50%; /* アイコンの幅を調整 */
    height: 3%;  /* アイコンの高さを調整 */
}

header .navBtn:hover:after{
	color: var(--white);
}
	
header .navBtn:hover span{
	color: var(--white);
}
	
header .navBtn:after{
	content: "MENU";
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 65%;
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: 0.1em;
}
	
header .navBtn.active:after{
	content: "CLOSE";
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 65%;
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	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: 90%;
	 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;
}
	
#bottomNavi ul li{
	width: 20%;
	display: inline-block;
	background-color:var(--black);
	text-align: center;
	border-right: 1px solid var(--white);
}
	
#bottomNavi ul li:last-child{
	border-right:none;
}
	
#bottomNavi ul li img{
	width: 35%;
	max-width: 25px;
}
	
#bottomNavi ul li a{
	display: block;
	padding: 1em 0;
}
	
/* ------------------------------
サブナビ
------------------------------*/
#subNavi{
	padding: 0 1em;
}

.nomalNavi ul li{
	margin: 0.5% 0.5%;
	font-size:min(3vw,14px);
}
.nomalNavi .product{
	flex-wrap: wrap;
}
.nomalNavi .product li{
	width: 48%;
	flex: none;
	max-width: none;
}
/*////////////////////////////////////////////////////////////////////////
トップ
////////////////////////////////////////////////////////////////////////*/

/* ------------------------------
キービジュ
------------------------------*/
#keyBox{
	padding-top:0;
}

#keyBox .key{
	padding-top: 12%;
}

/* ------------------------------
releaseDay
------------------------------*/
#releaseDay{
	background-position: -6em center;
	background-size: 250%;
}

#releaseDay img{
	width: 90%;
	max-width: inherit;
}


/* ------------------------------
バナー
------------------------------*/
    #topBanner img{
        width: 90%;
        max-width: 800px;
    }

/* ------------------------------
動画
------------------------------*/
#topMovie{
	padding: 4em 1em;
}
	
#topMovie .thum{
	width:100%;
}

#topMovie .thum::after {
	background-size:100%;
}

/* ------------------------------
overview
------------------------------*/
#overview{
	padding: 4em 0 2em;
}

#overview .catch{
	font-size: 120%;
	padding: 1em 2em;
}

/* ------------------------------
ストーリー
------------------------------*/
    .tagline .txt{
        width: 100%;
        padding: 2em 0;
    }
#overview #topStory{
	display: block;
	padding: 3em 0;
}
	
#overview #topStory .txt{
	padding: 0;
	font-size: 110%;
    
}
	
#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 .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 #topProduct{
	font-size:min(4.8vw,18px);
}
#overview #topProduct .txt{
    font-size: 80%;
}
    #overview #topProduct .txt small{
        font-size: 2.5vw;
    }
    
#overview #topProduct .productBox{
	width: 100%;
	max-width: 640px;
}

#overview #topProduct .productBox .set{
	width: 90%;
	display: block;
	text-align: center;
	margin-bottom: 1em;
    margin: 1.0em auto;
}
	
#overview #topProduct .productBox .set .mds{
	width: 50%;
	max-width: 400px;
	margin: auto;
}
	
#overview #topProduct .productBox .set img{
	width: 80%;
	margin: 0 auto 0.5em;
}

#overview #topProduct .productBox .set .dl{
	width: 65%;
}
    .moreBtn .storeBtn{
        margin-top: 0;
        font-size: 100%;
        width: 70%;
    }
/* ------------------------------
プレオーダー
------------------------------*/
#overview #pre .box{
	width: 100%;
	display: block;
}

#overview #pre .img{
	padding: 0 1.5em;
}

#overview #pre .box dl dt{
	margin: 1em auto;
}

#overview #pre .box  .indent{
}
#set1_box .box, #set2_box .box {
    width: 100%;
}

#set1_box .box.img, #set2_box .box.img {
    padding-right: 0;
    margin: 0;
    padding: 0;
}

/* ------------------------------
スペック
------------------------------*/

#spec .box{
	width: 100%;
	display: block;
}
	
#spec .box table th {
	text-align: left;
	width: 5.5em;
	padding-right: 0.5em;
}

/*////////////////////////////////////////////////////////////////////////
新着
////////////////////////////////////////////////////////////////////////*/
#news{
	min-height: 500px;
}


/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
#story{
}

#story .storyBox {
	padding: 2em 0 0;
	font-size:120%;
}
	
/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/
#chara{
}

#chara .charaBox{
	background-position: 30% top;
	background-size: 340%;
	margin-top: -50%;
}

#chara .inBox{
	/*padding:0;*/
    padding: 55% 0 0 0;
}

/* ------------------------------
ナビ
------------------------------*/
#chara .slideBox{
	position: relative; 
    margin-top: 5em;
}

#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;
    /*margin-top: 55%;*/
    margin-top: 0;
    margin-bottom: 20%;
}

#chara .selif{
	width: 30.0%;
	padding: 50% 0 0 10%;
}

/* ------------------------------
差分
------------------------------*/
#chara .inBox .cCos-bt{
}
#chara .inBox .cos_bt_box{
    }
/* ------------------------------
テキストセット
------------------------------*/
#chara .txtAria{
	/*display: block;*/
    z-index: 3;
    display: inline-flex;
	padding-top: 5em;
    max-width: none;
    margin: 0 auto;
    font-size: 110%;
    position: inherit;
    width: 100%;
}
#chara .chara_intro_box{
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

/*---------------------------------------------
ボタン
---------------------------------------------*/
/*////////////////////////////////////////////////////////////////////////
システム
////////////////////////////////////////////////////////////////////////*/
.systemBox {
    width: 96%;
    margin: 0 auto;
}
/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/
#gallery ul li{
	width:48%;
	margin: 1%;
}

.galleryBox{
	padding: 6em 2em 4em 2em;
}

	


	
/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/
#sound .soundBox .harf{
	width: 100%;
	display: block;
}
	

#sound .soundBox .image{
	padding:0;
	margin-bottom: 3em;
}

	
/*////////////////////////////////////////////////////////////////////////
ムービー
////////////////////////////////////////////////////////////////////////*/
#movie .movieBox{
	width:100%;
	display: block;
	margin: 2.5% auto;
	padding: 1em;
}

#movie .movieBox .thum::after {
	background-size:100%;
}

/*////////////////////////////////////////////////////////////////////////
アイテム
////////////////////////////////////////////////////////////////////////*/
#item .itemBox .icon li{
	width: 48%;
	margin:0 1% 4%;
}

#item .itemBox .header li{
	width: 100%;
	margin: 0 auto 5%;
	display: block;
}
/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/

	
/*////////////////////////////////////////////////////////////////////////
インフォ
////////////////////////////////////////////////////////////////////////*/
#product .inBox .setBox{
	padding:0 1em 2em 1em;
}
	
#product .setBox .half{
	display: block;
	width: 100%;	
}

#product .setBox .half img{
	padding:0;
	margin-bottom: 2em;
}
	
#product .setBox .half.dl{
	padding: 4em 0 2em;
}
	
#product .setBox .half .mds{
	margin-bottom: -2em;
}
	
#product .setBox .half .price{
	font-size:min(4.8vw,18px);
}
	
#product h3{
	font-size:min(4.8vw,18px);
}	
	
#product h4{
	font-size: 110%;
}	

#product dl span,
.inlineShopItem dl span{
	padding: 0.2em 0.5em 0.35em;
}
	
/*---------------------------------------------
店舗特典
---------------------------------------------*/
#product .shop{
	padding:2em 1em;
}
	
#product .shop .box dl.mini{
	width: 48%;
	margin: 0 1%;
	display: inline-block;
}
	
#product .shop .box dl.mini2{
	width: 100%;
	margin: 0 auto;
	display: block;
}

#product .shop .box dl.solo{
	width: 100%;
	margin: 0 auto;
	display: block;
}

#product .shop .half{
	width: 100%;
	margin: 1% auto;
	display: block;
}
.inlineShopItem .inTxt{
	width: 100%;
	margin: 1em auto;
	display: block;
}

.infoBox {
    flex-direction: column;
  }
	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 480px) {
/*//////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/
}