/*////////////////////////////////////////////////////////////////////////
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 {
}

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{border:0px;}

.clear{clear:both;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.non{
	opacity:0.5;
	cursor:default;
}

/*////////////////////////////////////////////////////////////////////////
基本カラー
////////////////////////////////////////////////////////////////////////*/
/*


*/


/*////////////////////////////////////////////////////////////////////////
基本
////////////////////////////////////////////////////////////////////////*/
a{
	color:#333;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#333;
	text-decoration: none;
}

::selection {
	color: #000;
	background-color:#800;
	text-shadow: #000 0px 0px 3px;
}
::-moz-selection {
	color: #000;
	background-color:#800;
	text-shadow: #000 0px 0px 3px;
}


/*////////////////////////////////////////////////////////////////////////
全体ボックス
////////////////////////////////////////////////////////////////////////*/
html{
}


body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#fff;
	min-width: 1300px;
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: right top;
}

#loading{
	width:100%;
	height: 100%;
	position:fixed;
	z-index:99;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	font-size: 20px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#wrapper{
}

#mainBox{
	width: 100%;
	display: block;
	margin: auto;
	padding-left: 350px;
	min-height: 700px;
}

#contents{
	padding: 0 25px 0 0;
}

section{
	opacity:0;
}

#secondBox{
	position:relative;
}


/*---------------------------------------------
装飾
---------------------------------------------*/
h1{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: normal;
	color: #fff;
	font-size: 80px;
	text-align: right;
	line-height: normal;
	letter-spacing: 0.1em;
}

h2{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	background-color: #af957c;
	color: #000;
	padding:2px 10px 1px;
	font-size: 18px;
	border: solid 1px #000;
	border-left: solid 10px #000;
	border-bottom:double 4px #000;
	font-weight: bold;
}

h3{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #feb300;
	border-left: 10px solid #feb300;
	margin-bottom: 10px;
	padding: 0 10px;
}

h4{
	background-color: #000;
	border: solid 1px #feb300;
	color: #fff;
	font-size: 15px;
	padding: 10px 10px;
}


h2 small{
	font-size: 12px;
	font-weight: normal;
	vertical-align:middle;
	margin: 0 10px;
}

.pink{color: #ff62dc;}
.blue{color: #9cfaff;}
.oragne{color: #9cfaff;}
.violet{color: #da30ff;}
.scaret{}
.yellow{color: #feb300;}

hr{
	margin: 30px 0;
	border-bottom: 1px solid #5d310a;
}

hr.double{
	margin: 30px 0;
	border-bottom: 3px double #af957c;
}

hr.dash{
	margin: 30px 0;
	border-bottom: 3px double #000;
}


/*---------------------------------------------
NEWマーク
---------------------------------------------*/
.new{
	width: 100%;
	position: absolute;
	top:5%;
	left:1%;
	text-align: left;
}

.new img{
	width: 60px;
	vertical-align: bottom;
}

.new2{
	width: 30%;
	position: absolute;
	top:0%;
	left: 0%;
	text-align: center;
}

.new2 img{
	width: 50px;
	vertical-align: bottom;
}

.new3{
	background-color: #800;
	font-size: 10px;
	padding: 0 3px;
	position: absolute;
}


/*---------------------------------------------
BGM
---------------------------------------------*/
#bgmBox{
	margin-bottom: 30px;
}

#bgm{
	height: 54px !important;
}

#bgmBox .stop-bt{
	background-image: url(../img/bgm_on.png);
	background-repeat: no-repeat;
	display: block;
}

#bgmBox .play-bt{
	background-image: url(../img/bgm_off.png);
	background-repeat: no-repeat;
	display: block;
}

#bgmBox .play-bt:hover,
#bgmBox .stop-bt:hover{
	opacity: 0.6;
}

/*---------------------------------------------
ヘッダー
---------------------------------------------*/
.navBtn{
	width: 50px;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	background-color: #231202;
	border: solid 1px #af957c;
	cursor: pointer;
}

.navBtn img{
	width: 100%;
}

.navBtn:hover{
	opacity: 0.6;
}

header{
	width: 350px;
	display: block;
	z-index: 99;
	position: absolute;
	letter-spacing: 0.1em;
}

nav{
	font-size: 23px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

nav ul li {
	padding:12px 90px 12px 30px;
	color: #fff;
	position: relative;
}

nav ul li a, nav ul li.non{
}

nav ul li.select, nav ul li:hover:not(.non){
	background-image: url(../img/nav_select.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

nav ul li a:hover, nav ul li.select{
	color: #fff;
}


/*---------------------------------------------
フッター
---------------------------------------------*/
footer{
	padding: 20px 0;
	background-color: #000;
	border-top: 1px solid #800;
	text-align: center;
}

footer p{
	background-color: #333;
	margin: 15px auto;
	padding: 5px 0;
	color: #fff;
}

footer a:hover{
	opacity:0.7;
}

#footerBanner{
	padding-top: 15px;
}

#footerBanner img{
	margin: 0 0 5px;
	width: 45%;
	max-width: 160px;
	border: solid 1px #ccc;
}



/*---------------------------------------------
サブナビ
---------------------------------------------*/
#subNavi{
}

#subNavi .nomalNavi{
}

#subNavi .nomalNavi li{
	display:inline-block;
	position: relative;
	margin: 0.2%;
	width: 10%;
	max-width: 100px;
	background-color: #af957c;
	border: solid 2px #000;
}

#subNavi .nomalNavi li img{
	width: 100%;
}


#subNavi .nomalNavi li.select, #subNavi .nomalNavi li:hover{
	opacity: 1;
	background-color: #666;
	border: solid 2px #000;
}



/*キャラナビ*/
.charaNavi{
	padding-top: 80px;
}

#subNavi .charaNavi li{
	display:inline-block;
	position: relative;
	width: 8%;
	max-width:56px;
	margin: 0.2%;
	opacity: 0.6;
}

#subNavi .charaNavi li img{
	width: 100%;
}

.charaNavi li img.heroine{border: solid 1px #df64c3;}
.charaNavi li img.scarlet{border: solid 1px #cc1616;}
.charaNavi li img.violet{border: solid 1px #6e1498;}
.charaNavi li img.orange{border: solid 1px #e4701a;}
.charaNavi li img.nomal{border: solid 1px #999;}

#subNavi .charaNavi li:hover, #subNavi .charaNavi .select{
	opacity: 1;
}


#subNavi .charaNavi li span{

}


/*////////////////////////////////////////////////////////////////////////
トップページ
////////////////////////////////////////////////////////////////////////*/

#key{
	z-index: 0 !important;
	margin-left: -350px;
}

.keyImg{
	pointer-events: none;
	position: relative;
}

.keyImg img{
	width: 100%;
}

.keyImg img.abs{
	position: absolute;
}

/*---------------------------------------------
インフォ
---------------------------------------------*/
.topInfoPC{
	padding:30px 0 10px 25px;
}

.topInfoSmp{
	display:none;
}

/*---------------------------------------------
新着
---------------------------------------------*/
#news{
	width: 100%;
	max-width: 300px;
	font-size: 13px;
	border: solid 1px #666;
	background-color: #000;
	margin-bottom: 10px;
}

#news ul{
	height: 150px;
	overflow-y: scroll;
	padding:0 10px;
}

#news li span.day{
	display:block;
	background: #666;
	padding:1px 5px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 2px;
}

#news li span.txt{
	display:block;
}

#news li a{
	color: #feb300;
}

#news li a:hover{
	color: #000;
	background-color: #feb300;
}

/*---------------------------------------------
バナーエリア
---------------------------------------------*/
.bannerAria p{
	background-color: #feb300;
	color: #000;
	width: 100%;
	max-width: 300px;
	padding: 5px 10px;
	border:double 3px #000;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.bannerAria p:hover{
	background-color: #000;
	color: #feb300;
	border: double 3px #feb300;
}


.bannerAria a{
}

.bannerAria img{
	width: 100%;
	max-width: 300px;
	vertical-align: bottom;
	margin-bottom: 5px;
	border: solid 1px #666;
}

.bannerAria a:not(.non) img:hover{
	opacity: 0.6;
}


/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
.story{
	padding: 50px 0 100px;
	line-height: 1.5em;
	text-align: center;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 
    #000 2px 0px 0px, #000 -2px 0px 0px,
    #000 0px -2px 0px, #000 0px 2px 0px,
    #000 2px 2px 0px, #000 -2px 2px 0px,
    #000 2px -2px 0px, #000 -2px -2px 0px,
    #000 1px 2px 0px, #000 -1px 2px 0px,
    #000 1px -2px 0px, #000 -1px -2px 0px,
    #000 2px 1px 0px, #000 -2px 1px 0px,
    #000 2px -1px 0px, #000 -2px -1px 0px,
    #000 1px 1px 0px, #000 -1px 1px 0px,
    #000 1px -1px 0px, #000 -1px -1px 0px;
	font-weight: bold;
}

.story p{
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
}


/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/
.chara{
	margin-right: -25px;
	font-size: 13px;
	overflow: hidden;
}

.charaAll{
	width: 100%;
	max-width: 1400px;
	position: relative;
	padding-top: 30px;
}

.charaAll img.charaImg{
	pointer-events: none;
	width: 64%;
	max-width: 800px;
	position: relative;
	z-index: 1;
	float: right;
}

.charaAll img.charaSelif{
	pointer-events: none;
	width: 16%;
	max-width: 198px;
	position: absolute;
	z-index: 2;
	right: 12%;
	top: 18%;
}

.charaAll img.charaName{
	width: 50%;
	max-width: 665px;
	display: inline-block;
	position: absolute;
	top: 5%;
	left: 0;
}

.charaBox{
	width: 40%;
	max-width:500px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 32%;
	left: 0;
	margin-left: 10%;
	margin-right: 20px;
}

.charaBox img, .charaBox2 img{
	width: 100%;
}

.charaBox .txt{
	width: 100%;
	background-image: url(../img/black_50.png);
	border: solid 1px #000;
	padding: 3%;
}

.charaBox .txt p{
	border-radius: 50px;
	padding: 2px 10px;
	color: #fff;
}

.sv img{
	width: 100%;
}

.sv{
	width:185px;
	max-width: 32.9%;
	position: relative;
	display: inline-block;
	background-color: #000;
	margin-bottom: 5px;
	border: solid 2px #000;
	margin: 0.2%;
}

.sv .stop-bt,
.sv .play-bt:hover{
	background-color: #800;
	display: block;
	cursor: pointer;
}

.voice{
	margin-bottom:1%;
}

.charaChange li{
	width: 49.6%;
	position: relative;
	display: inline-block;
	max-width: 249px;
	margin: 0.2%;
	background-color: #000;
	border: solid 2px #000;
	cursor: pointer;
}

.charaChange li img{
	width: 100%;
}

.charaChange li:hover, .charaChange li.select{
	background-color: #800;
}



/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/
.gallery{
	padding-bottom: 50px;
}

.galleryNavi li{
	width:10%;
	display: inline-block;
	margin: 0.2%;
	position: relative;
}

.galleryNavi li img{
	width: 100%;
	border: solid 1px #000;
}

.galleryNavi li img:hover, .galleryNavi li.select img{
	border: solid 1px #af957c;
}


.gallery img{
	width: 100%;
	max-width: 1000px;
	border: solid 1px #af957c;
	margin: auto;
	display: block;
}

.gallery .txt{
	width: 100%;
	max-width: 1000px;
	background-image: url(../img/black_50.png);
	border: solid 1px #000;
	margin: auto;
	display: block;
	padding: 2%;
	line-height: 1.8em;
}

.gallery .txt span{
	padding-left: 5px;
}

.c0{border-left: 8px solid #fdc3f3;}
.c1{border-left: 8px solid #292f7d;}
.c2{border-left: 8px solid #f7ec3a;}
.c3{border-left: 8px solid #ff9e2d;}
.c4{border-left: 8px solid #b7983b;}
.c5{border-left: 8px solid #880000;}
.c6{border-left: 8px solid #4ddaec;}
.c7{border-left: 8px solid #f238b7;}
.c8{border-left: 8px solid #2a8601;}
.c9{border-left: 8px solid #9d9d9d;}
.c10{border-left: 8px solid #000000;}
.c11{border-left: 8px solid #0b1c54;}
.c12{border-left: 8px solid #d00405;}
.c13{border-left: 8px solid #6f008a;}

/*////////////////////////////////////////////////////////////////////////
システム
////////////////////////////////////////////////////////////////////////*/
.system{
	margin: auto;
	padding-bottom: 50px;
}

.sysBox{
	width: 100%;;
	margin: auto;
}

.sysBox .Img{
	width: 32.8%;
	max-width: 800px;
	margin: 0.2%;
	display: inline-block;
	padding: 0.5% 0.5%;
	background-color: #000;
	font-size: 12px;
}

.sysBox .Img img{
	width: 100%;
	max-width: 800px;
	border: solid 1px #333;
	margin-bottom: 2%;
}

/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/
.sound{
	padding-bottom: 50px;
}

.soundImg{
	width: 48%;
	margin-right: 2%;
	display: inline-block;
}

.soundImg img{
	width: 100%;
	border: solid 1px #000;
}

.soundTxt{
	width: 50%;
	display: inline-block;
}

.songTitle{
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0;
	border: solid 1px #333;
	border-left:double 3px #feb300;
	display: block;
	background-color: #000;
}


/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/
.special{
	width: 100%;
	padding-bottom: 50px;
}

.movieAria{
	max-width: 1000px;
	width: 49%;
	background-color: #000;
	margin: 0.5%;
	display: inline-block;
	padding: 5px;
	color: #fff;
	border:solid 1px #feb300;
}

.movieAria2{
	max-width: 1000px;
	width: 32.3%;
	background-color: #000;
	margin: 0.5%;
	display: inline-block;
	padding: 5px;
	color: #fff;
	border:solid 1px #feb300;
}

.youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:auto;
	margin-bottom: 5px;
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*---------------------------------------------
ツイッター
---------------------------------------------*/
.twIcon, .twHeder{
	text-align: center;
}

.twIcon img{
	width: 19.6%;
	margin: 0.2%;
	max-width: 200px;
}

.twHeader img{
	width: 49.6%;
	margin: 0.2%;
	border: solid 1px #af957c;
}

/*---------------------------------------------
バックナンバー
---------------------------------------------*/
.backNum .sv{
	width: 48%;
	max-width: 600px;
	display: inline-block;
	margin: 1%;
	opacity: 0.6;
}


.backNum img{
	width: 100%;
}


/*////////////////////////////////////////////////////////////////////////
インフォ
////////////////////////////////////////////////////////////////////////*/

.info{
	padding-bottom: 50px;
}

.info .spec{
	width: 100%;
	max-width: 800px;
	display:block;
	margin: auto;
}

.spec img{
	width: 100%;
	margin-bottom: 20px;
}

.spec img.jacket{
	width: 100%;
	max-width: 800px;
	display: block;
	margin: auto;
}

.info .spec table {
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.info .spec table th, .info table td{
	padding:3px 5px;
	display: block;
}

.info .spec table th{
	font-weight: bold;
	background-color: #000;
	margin-top: 10px;
	color: #fff;
	letter-spacing: 0.1em;
	border: solid 1px #af957c;
}

/*---------------------------------------------
特典情報
---------------------------------------------*/
.shop{
	text-align: center;
	max-width: 1000px;
	margin: auto;
}

.shop img{
	width: 100%;
	max-width: 800px;
}

.shopList{
	background-color: #000;
	width: 49%;
	display: inline-block;
	border: solid 1px #af957c;
	margin: 0.5%;
	padding: 20px;
}

.shopName{
	background-color: #af957c;
	color: #000;
	margin:-20px -20px 20px -20px;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 10px;
}

.bonusImg img{
	width: 100%;
	margin-bottom: 30px;
}

.shopList dt, .shop dt{
	background-color: #000;
	border: solid 1px #feb300;
	border-left: solid 5px #feb300;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.8em;
	margin: 5px auto;
	font-weight: bold;
}

.set{
	padding:20px;
	margin: 15px auto;
	background-color: #111;
	background-image: url(../img/daiya.png);
	border: solid 1px #666;
}

.set strong{
	font-size: 15px;
	background-color: #af957c;
	color: #000; 
	padding: 10px 5px;
	display: block;

}

.setTitle{
	color: #c00;
	font-weight: bold;
	font-size: 16px;
}
	


/*######################################################################
メディアクエリ
######################################################################*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1050px) {
/*//////////////////////////////////////////////////////////////////////*/
	
	


/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 800px) {
/*//////////////////////////////////////////////////////////////////////*/
body{
	overflow-x:hidden;
}
	
br.txtCutNone{display:block;}
br.txtCut{display:none;}
.txtCutNone{display:block;}
.txtCut{display:none;}
.txtCut2{display:none;}

h1{
	font-size: 10vw;
}
	
h2{
	font-size: 2.5vw;
}
	
	
hr{
	margin: 20px 0;
}
	
hr.double{
	margin: 10px 0;
}
	
body{
	font-size:12px;
	min-width:inherit;
	background-color: #000;
}

#wrapper{
}
	
#contents{
	padding:0;
}
	
#mainBox{
	width: 100%;
	display:block;
	padding: 0;
	min-height: inherit;
}
	
#opacityBox{
	width: 100%;
	border:none;
}
	
#secondBox{
	min-height:inherit;
}

	
/*---------------------------------------------
NEWマーク
---------------------------------------------*/
.new{
	top:0;
	left: 0;
	
}

.new img{
	width: 15%;
}
	
	
/*---------------------------------------------
BGM
---------------------------------------------*/
#bgmBox{
	height:25px;
	width: 100px;
	margin-top: -5px;
	margin-bottom: 0;
}
	
#bgm{
	height: 25px !important;
}
	
#bgmBox .stop-bt{
	background-size: 100%;
}

#bgmBox .play-bt{
	background-size: 100%;
}
	
/*---------------------------------------------
ヘッダー
---------------------------------------------*/
header{
	width: 100%;
	top:inherit;
	left:inherit;
	position: relative;
	background-color: #000;
	padding: 5px 0;
	border-bottom: 1px solid #800;
}
	
header nav{
	width: 100%;
	font-size: 2vw;
	margin: auto;
}
	
nav ul li{
	display: inline-block;
	width: 33.3%;
	padding:1% 1% 1% 3%;
}

nav ul li.select, nav ul li:hover:not(.non){
	background-position: bottom left;
}
	
/*---------------------------------------------
サブナビ
---------------------------------------------*/
#subNavi .nomalNavi{
	text-align: center;
}
	
#subNavi .nomalNavi li{
	width: 18%;
}

/*キャラナビ*/
.charaNavi{
	padding-top: 10px;
	text-align: center;
}

#subNavi .charaNavi li{
	width: 12%;
}
	
/*////////////////////////////////////////////////////////////////////////
トップページ
////////////////////////////////////////////////////////////////////////*/
#key{
	margin-left:-35%;
}


/*---------------------------------------------
インフォ
---------------------------------------------*/
.topInfoPC{
	display: none;
}
	
.topInfoSmp{
	display:block;
	text-align: center;
}
	
/*---------------------------------------------
新着
---------------------------------------------*/
#news{
	max-width:inherit;
	text-align: left;
}
/*---------------------------------------------
バナーエリア
---------------------------------------------*/
.bannerAria{
	padding: 10px;
	background-color: #000;
}
	
.bannerAria p{
	width: 100%;
	max-width: 600px;
	margin: auto;
}
	
.bannerAria img{
	width: 100%;
	max-width: 600px;
	vertical-align: bottom;
	margin-bottom: 5px;
	border: solid 1px #666;
}

.bannerAria a:not(.non) img:hover{
	opacity: 0.6;
}


/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
.story{
	margin: 0;
	text-align: left;
	padding:20px 5% 60px;
	background-size: 150%;
	background-position: center top;
}

.story p{
	font-size: 20px;
}

/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/
.chara{
	margin-right: 0;
}

.charaAll{
	width: 100%;
	max-width: 1400px;
	position: relative;
	padding-top: 30px;
}

.charaAll img.charaImg{
	width: 100%;
	float:none;
	padding-top: 35%;
}

.charaAll img.charaSelif{
	pointer-events: none;
	width: 25%;
	max-width: 198px;
	position: absolute;
	z-index: 2;
	right: 10%;
	top: 20%;
}

.charaAll img.charaName{
	width: 100%;
	display: block;
	top: 2%;
}

.charaBox{
	background-color: #000;
	width: 100%;
	max-width:inherit;
	display: block;
	position: relative;
	top:inherit;
	left:inherit;
	margin-left:0;
	margin-top: 0;
	margin-right:0;
	padding: 3%;
}

.charaBox .txt{
	width: 100%;
}

.sv{
	width: 49.6%;
	max-width:185px;
	border: solid 1px #666;
}

.charaChange li{
	border: solid 1px #666;
}


/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/
.gallery{
	padding:5%;
}

	
/*////////////////////////////////////////////////////////////////////////
システム
////////////////////////////////////////////////////////////////////////*/
.system{
	padding:0 5%;
}

.sysBox .Img{
	width:49.6%;
}

	
/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/
.sound{
	padding:0 5%;
}
	
.soundImg, .soundTxt{
	width: 100%;
	margin-right: 0;
	display: block;
	margin-bottom: 20px;
}
	
.songTitle{
	font-size: 18px;
}

	
	
/*////////////////////////////////////////////////////////////////////////
スペシャル
////////////////////////////////////////////////////////////////////////*/
.special{
	padding:0 5%;
}
	
.movieAria, .movieAria2{
	max-width: 1000px;
	width: 100%;
	margin: 0;
	display: block;
	margin-bottom: 10px;
}
	
/*---------------------------------------------
バックナンバー
---------------------------------------------*/
.backNum .sv{
	width: 100%;
	display:block;
	margin: 10px auto;
}

	
/*////////////////////////////////////////////////////////////////////////
インフォ
////////////////////////////////////////////////////////////////////////*/
.info{
	padding:0 5%;
}
	
.shopList{
	width: 100%;
	display: block;
	margin:0 0 50px;
	padding: 20px;
}

.shopList dt, .shop dt{
	font-size: 13px;
	line-height: 1.5em;
}
	
	
/*//////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 480px) {
/*//////////////////////////////////////////////////////////////////////*/

#contents{
}
	

/*////////////////////////////////////////////////////////////////////////
ストーリー
////////////////////////////////////////////////////////////////////////*/
.story{
	font-size: 14px;
	background-size: 200%;
}

.story h1{
	font-size: 30px;
}

.story p{
	font-size: 18px;
}

	

/*////////////////////////////////////////////////////////////////////////
キャラ
////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////
ギャラリー
////////////////////////////////////////////////////////////////////////*/
.galleryNavi li{
	width:19.6%;
}
	
/*////////////////////////////////////////////////////////////////////////
サウンド
////////////////////////////////////////////////////////////////////////*/	


	
/*////////////////////////////////////////////////////////////////////////
製品情報
////////////////////////////////////////////////////////////////////////*/

	
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/
}