@charset "utf-8";

/* Common 
=================================================*/
body {
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: #222;
	background: #FFF;
	font-size:62.5%;
	font-size:18px;
	/*font-size: calc(112.5% + 4 * (100vw - 600px) / 400); IE11で不具合*/
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Malgun Gothic","Gulim", "sans-serif";
	overflow: hidden; /*横いっぱい*/
	word-wrap: break-word; /*折り返し*/
	background-image:none;
 }

html{
	font-size: 100%;
	overflow: auto;/*横いっぱい*/
}

p{
	text-align: left;
}
.center{
	text-align: center !important;
}

.header { 
	width: 100%; 
	margin: 0; 
	padding: 0;
	
}

.logo-box{
	width: 100%;
	height: 40px;
	padding: 0;
}


.main {
	clear: both;
	width: 100%;
	margin: 41px auto 0;
	padding: 0;
	text-align: center;
	overflow-y: hidden;
	overflow-x: hidden;
}

.main img{
	width: 100%;
	height: auto;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

a:link{
	color: #2797BF;
	text-decoration: underline;
}

a:hover{
	color: #8B3D9C;
	text-decoration: none;
}

.M_T20{
	margin-top: 20px;
}
.M_B20{
	margin-bottom: 20px;
}
.M_B5{
	margin-bottom: 5px !important;
}

.MP_B0{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.M_R5{
	margin-right: 5px !important;
}

rt{
	font-size: 9px;
}

strong{
	font-weight: bold;
}

.new{
	width: 60px !important;
	height: 20px !important;
	vertical-align: middle;
}

.strong{
	font-weight: bold;
}

.pink{
	color: #dc02c2;
}

/* 丸背景付き三角矢印アイコン */
.arrow_btn_set{
	display: block;
	text-align: left;

}
.arrow_dramacd{
	width: 240px;
	
}

.arrow_cdpdf{
	width: 330px;
	
}
.arrow_btn_set a{
	display: block;
	color: #FFF;
	background-color: #f326bc;
	padding: 5px 10px 5px 10px;
	margin: 0 auto 15px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.arrow_btn_set a:hover{
	background-color: #aa4dda;
}
.arrow_btn {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow_btn:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.arrow_btn:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #f326bc;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
}


/* pagetop --------------------------------start */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	width: 90px;
	height: 64px;
	text-indent: -9999px;
}
.pagetop a {
    display: block;
	width: 90px;
	height: 64px;
    background-image: url(../img/btn_back.png);
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.pagetop a:hover {
    display: block;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
/* pagetop ----------------------------------end */





/* SP （画面480px以下）
=================================================*/

/* HEADER(SP)
----------------------------------------*/
header{
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	width: 100%; 
	margin: 0; 
	padding: 0;
	height: 41px;
	display: block;
	position: fixed;
	z-index: 9999;
}

.logo-box img.switch,
.logo-box img.sega{
	display: none;
}

/* MENU(SP)
----------------------------------------*/
.spmenu_btn {
    display:block;
    position:absolute;
    top:6px;
    right:10px;
    width:30px;
    height:26px;
    background:#000;
    border-top:11px solid #f6f4f8;/*1段目*/
    border-bottom:10px solid #eae5ee;/*3段目*/
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:5px;
    background:#000;
    top:-10px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:5px;
    background:#000;
    bottom:-10px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#f2eff5;/*2段目*/
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:absolute;
    top:41px;
    left:0;
    width:100%;
	min-width: 320px;
	
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
	height: auto;
}
nav li a {
    display:block;
    width:100%;
    color:#FFF;
    padding:15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #999;
}


nav li{
    width: 100%;
	height: auto;
	color: #FFF;
	font-size: 80%;
	text-indent: 0px;
	margin: 0;
	padding: 0;

  }

nav li a,
nav li a:hover{
	display: block;
	padding: 12px 0 10px 0;
	margin: 0px;
	background-image: none;
	height: auto;
	border-bottom: 1px solid #351d45;
	text-decoration: none !important;
}

nav li a{
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	background: #111;

}
nav li a:hover{
	color: #000 !important;
	background: #ece4f3;

}

li.system_none{
	color: #666 !important;
	text-align: center;
	text-decoration: none;
	background: #111;
	display: block;
	padding: 12px 0 10px 0;
	margin: 0px;
	background-image: none;
	height: auto;
	border-bottom: 1px solid #431315;
	}

nav li.none{
		display: none;
	}

/* FOOTER(SP,Tablet)
----------------------------------------*/
footer{
	width:100%;
	background-color: #222;
}

.bnr_site{
	width:100%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0;
	display: block;
	background-color: #333;
}

.bnr_site ul{
	width: 98%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;	
}

.bnr_site ul li{
	width:32%;
	margin: 0;
	padding: 0;
	display: inline-block;
	
}

.bnr_site img{
	width: 100%;
	height: auto;
}

#footer{
	width:100%;
	padding:1em 0;
	margin: 0 auto;
	word-wrap: break-word;
	box-sizing: border-box;
}

#footer p{
	font-size: 80%;
	line-height: 1.2em;
	color:#FFF;
}


.f_ps4{
	height:18px;
	padding-top:0px;
	vertical-align:middle;
	}


.group1{
	pointer-events: none;
}

/* COMMON(SP,Tablet)
----------------------------------------*/
h1{
	background-image: url(../img/h1_bar.png);
	background-position: left top;
	height: 90px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

h2{
	display: block;
	background: url(../img/h2_bar_purple.png) no-repeat top center;
	height: 70px;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	color:#FFF;
	font-weight: bold;
	font-size: 100%;
	line-height: 1em;
	text-align: center;
	padding: 23px 0 0 0;
	margin: 0 auto;
	font-size: 4vw;/*フォントの横幅自動調節*/
	}

h2.rr{
	padding: 30px 0 0px 0 !important;
}

.sub_logo{
		position: absolute;
		top:50px;
		right: 10px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/h1_bar_logo_sp.png);
		height: 70px;
		width: 115px;
		
	}
	h1 img{
		width: 90%;
		padding: 25px 0 0 0;
		height: auto;
		display: block;
		
	}


.pc_img{
	display: none;
}
.sp_img{
	display: block;
}

h1 span{
		background: #553B6B;
		padding: 8px;
		margin: 0 0 20px 0;
		text-align: center;
		color: #FFF;
		width: 100%;
	display: block;
	}


p{
	padding: 0 10px 1em 10px;
	margin: 0;
}
p.update{
	text-align: right;
	font-size: 90%;
	padding: 0 10px 1em 10px;
	margin: 0;
}

p.small,
span.small{
	font-size: 80% !important;
}

p.bold,
span.bold{
	font-weight: bold;
}

h3{
	display: block;
	background-color: #563760;
	background-image: none;
	color:#FFF;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 15px auto;
	height: auto;
	width: 100%;
}

h4{
	color: #694893;
	font-weight: bold;
	font-size: 105%;
	text-align: left;
	border-bottom: 2px solid #694893;
	margin: 0.5em;
}

h5{
	color: #222;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.2em;
	padding: 0;
}

.txt_box{
	text-align: center;
	width: 90%;
	height: auto;
	margin: 0 auto 20px auto;
	padding: 0;
}

.txt_box table{
	width: 100%;
	border: #B599CD solid 2px;
}

.txt_box th,
.txt_box td{
	font-size: 85%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.txt_box th{
	background-color:#E1D0EC;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 1px;
	width: auto;
}

.txt_box td{
	background-color:#FFF;
	border-bottom: #E1D0EC solid 1px;
	border-right: #E1D0EC solid 1px;
}


.txt_box table .update{
	font-size: 80%;
	color: #590C93;
	font-weight: bold;
}

.txt_box p{
	text-align: left;
}

.txt_box th a{
	color: #cc000a;
}

.txt_box th a:hover{
	color: #006699;
}

span.arrow {
    position: relative;
    display: inline-block;
    padding-left: 14px;
	font-size:65%;
}
span.arrow:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -4px;
}


/* SYSTEM(SP,Tablet)
----------------------------------------*/
.system_box ul li.syste_resonance_arrow{
	width: 100px !important;
	height: auto;
	transform: rotate( 90deg );
	margin: 0 auto;
	
	}
.system_box ul li.syste_resonance_arrow img{
	border: none;
	}

/* MOVIE(SP,Tablet)
----------------------------------------*/
.video_box{
	width: 95%;
	margin: 0 auto 15px;
	padding: 0;
	border: 1px solid #000;
	}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	z-index: 0;
}

/* SPEC(SP,Tablet)
----------------------------------------*/
.spec_txt_box{
		width: 95%;
		margin: 0 auto 30px;
	}
.spec_txt_box .left,
.spec_txt_box .right{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	
.spec_txt_box img{
		width: 100%;
		height: auto;
	}
	
.spec_txt_box p{
		font-size: 100%;
		line-height: 160%;
		padding: 0 0 1em 0;
	}


.spec_txt_box table{
	border: none;
	width: auto;
	text-align: center;
	font-size: 80%;
	margin: 0 auto;
	padding: 0;
}
.spec_txt_box th{
	border: none;
	
}
.spec_txt_box td{
	border: none;
}

.spec_txt_box td.td_right{
	text-align: right;
}
.spec_txt_box td.td_right,
.spec_txt_box td.td_left{
	width: auto !important;
	margin: 0;
	padding: 2px;
}

.spec_txt_box td.td_left{
	text-align: left;
}




/* SPECIAL(SP,Tablet)
----------------------------------------*/
table.limiteditem{
	margin:0 0 10px 0;
}
table.limiteditem th,
table.limiteditem td{
	width: 33.33%;
	height: auto;
	text-align: center;
}
table.limiteditem img{
	width: 100%;
	height: auto;
}
table.limiteditem p {
	font-size: 80%;
	text-align: left;
	margin-top: 5px 0 0 0;
	padding: 0;
}

.M_T_shop{
	margin-top:20px !important;
}

.center{
	text-align: center !important;
}

.wp_box{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.wp_box ul li{
		width: 48%;
		height: auto;
		display: inline-block;
		vertical-align: middle; 
		
	}

.wp_box ul.sp li{
		width: 32%;
		height: auto;
		display: inline-block;
		vertical-align: middle; 
		
	}
.wp_box ul li img{
		width: 100%;
		height: auto;
	border: #999 solid 1px;
	}
.dramacd_box{
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.dramacd_img{
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
}

/* INFO(SP,Tablet)
----------------------------------------*/
.info_box{width: 800px; height: 540px; margin: 0 auto;}
.info_box .left{float: left;}
.info_box .righ{float: right;}

/* Tablet （画面481px以上1023以下）
=================================================*/
@media screen and (min-width:481px) {
	


/* HEADER(Tablet)
----------------------------------------*/
.logo-box img.switch{
	display: none;
	float: left;
	margin: 0;
	width: auto;
	height: 40px;
}
.logo-box img.sega{
	display: block;
	float: right;
	margin: 0 5px 0 0;
	width: auto;
	height: 40px;
}

/* MENU(Tablet)
----------------------------------------*/
.spmenu_btn{ 
	display: none;
}
.spmenu {
    display:block;
}
	

nav ul{
		height: auto;
	}
nav li{
    width: 25%;
	height: auto;
	color: #FFF;
	font-size: 70%;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	float: left;
  }

nav li a,
nav li a:hover{
	display: block;
	padding: 8px 0 8px 0;
	margin: 0px;
	background-image: none;
	height: auto;
	border-bottom: 1px solid #351d45;
}

nav li a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #271237));
	background: -webkit-linear-gradient(#271237, #000);
	background: -moz-linear-gradient(#271237, #000);
	background: -o-linear-gradient(#271237, #000);
	background: -ms-linear-gradient(#271237, #000);
	background: linear-gradient(#271237, #000);

}
nav li a:hover{
	color: #000;
	background: #ece4f3;

}
nav li.none{
	display: block;
	height: 43px !important;
	padding:0;
	margin: 0;
	background-image: none;
	border-bottom: 1px solid #351d45;
	color: #fff;
	text-indent: -9999px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #271237));
	background: -webkit-linear-gradient(#271237, #000);
	background: -moz-linear-gradient(#271237, #000);
	background: -o-linear-gradient(#271237, #000);
	background: -ms-linear-gradient(#271237, #000);
	background: linear-gradient(#271237, #000);
	
	}
/* COMMON(Tablet)
----------------------------------------*/
.main {
	clear: both;
	width: 100%;
	margin: 98px auto 0;/*SW修正*/
	padding: 30px 0 0 0;
	text-align: center;
	overflow-y: hidden;
	overflow-x: hidden;
}

h1{
	height: 140px;
	}
	
h1 img{
	width: 400px !important;
	padding: 30px 0 0 0;	
	}
	
h1 span{
	margin: 16px 0 20px 0;
	}

h2{
	height: 40px;
	font-size: 18px;
	line-height: 1em;
	margin: 0 0 15px 0 !important;
	padding: 25px 0 0 0 !important;
	}
	
.sub_logo{
		position: absolute;
		top:120px;
		right: 15px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/h1_bar_logo.png);
		height: 140px;
		width: 230px;
		
	}

	
.group1{
		pointer-events: none;
}
	
.pc_img{
	display: none;
}
.sp_img{
	display: block;
}
	

	


/* FOOTER(Tablet)
----------------------------------------*/
footer{
	background-color: #333;
	width:100%;
}

#footer{
	width: 100%;
	min-width: 481px;
	color: #FFF;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 70%;
	line-height: 1.2em;
}
	
.f_ps4{
	height:12px;
	width: auto;
	padding-top:0;
	vertical-align:middle;
	}

/* SPECIAL(Tablret)
----------------------------------------*/
.M_T_shop{
	margin-top: 105px !important;
}
span.arrow {
	font-size:85%;
}
}


/* PC 画面サイズ1024px以上
=================================================*/
@media screen and (min-width: 1024px) { 
	header{
		height: 90px;
		background-position: center top;
		background-repeat: no-repeat;
	}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*font-size: calc(120%);* IE11で不具合*/
	background-attachment:fixed;  
 }

/* HEADER(PC)
----------------------------------------*/
.header { 
	width: 100%; 
	max-width: 1000px; 
	margin: 0 auto; 
}
	
.logo-box img.switch{
	display: block;
	float: left;
	margin:0;
	width: auto;
	height: 40px;
}
.logo-box img.sega{
	display: block;
	float: right;
	margin:0;
	width: auto;
	height: 40px;
}

/* MENU(PC)
----------------------------------------*/
.spmenu {
    display:block;
	height: 50px;
	top: 40px;
	overflow: hidden;
}
.spmenu_btn{ 
	display: none;
}
	
nav{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
nav li{
  display: block;
  float: left;
  width: 142px;/* 7個（もと width: 125px; 8個） */
  height:50px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
   }


nav li a,
nav li a:hover{
	display: block;
	padding: 0;
	margin: 0;
	height:50px;
	background-image: url(../img/menu_set.png);
	border-bottom:none;
	
}
nav li.home a{	
	background-position: 0 0;
}
nav li.home a:hover{
	background-position: 0 50px;
}


nav li.spec a{	
	background-position: -142px 0;/* 7個（もと -125px 0; 8個） */
}
nav li.spec a:hover{
	background-position: -142px 50px;/* 7個（もと -125px 50px; 8個） */
}

nav li.story a{	
	background-position: -284px 0;/* 7個（もと -250px 0; 8個） */
}
nav li.story a:hover{
	background-position: -284px 50px;/* 7個（もと -250px 50; 8個） */
}

nav li.chara a{	
	background-position: -426px 0;/* 7個（もと -375px 0; 8個） */
}
nav li.chara a:hover{
	background-position: -426px 50px;/* 7個（もと -375px 50; 8個） */
}
	
nav li.newmode a{	
	background-position: -568px 0;/* 7個（もと -375px 0; 8個） */
}
nav li.newmode a:hover{
	background-position: -568px 50px;/* 7個（もと -568px 50; 8個） */
}

nav li.system a{	
	background-position: -710px 0;/* 7個（もと -625px 0; 8個） */
}
nav li.system a:hover{
	background-position: -710px 50px;/* 7個（もと -625px 50; 8個） */
}

nav li.movie a{	
	background-position: -852px 0;/* 7個（もと -750px 0; 8個） */

}
nav li.movie a:hover{
	background-position: -852px 50px;/* 7個（もと -750px 50; 8個） */
}
	
nav li.movie{
		width: 148px !important;
	}
	
nav li.none{
		display: none;
	}

	/*
nav li.special a{	
	background-position: -875px 0;
}
nav li.special a:hover{
	background-position: -875px 50px;
}*/


nav li.cr a{
	background-color:#8C1E20;
}

	
nav .navnone{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	}

li.system_none{
	background-position: -668px 50px;
	}
	
/* COMMON(PC)
----------------------------------------*/
.main {
	clear: both;
	width: 100%;
	max-width: 1000px; 
	margin: 87px auto 0;
	padding: 0;
	text-align: center;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}
	
.sub_logo{
		position: absolute;
		top:0;
		right: 40px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/h1_bar_logo.png);
		height: 140px;
		width: 230px;
		
	}
	
.sub_logo a{
		display: block;
		height: 140px;
		width: 230px;
	}
	
h1{
		background-image: url(../img/h1_bar.png);
		height: 140px;
		width: 1000px;
		margin: 0;
		padding: 0;
		text-align: left;
		
	}
h1 img{
		width: 400px !important;
		padding: 30px 0 0 0;
		height: auto;
		display: block;
	}
h1 span{
		display: none;
	}



h2{
	height: 40px;
	font-size: 20px;
	line-height: 1em;
	margin: 0 0 15px 0 !important;
	padding: 23px 0 0 0 !important;
	}

h2.rr{
	padding: 18px 0 0px 0 !important;
}
	
h3{
	display: block;
	background-image: url(../img/h3_bar.png);
	background-repeat: no-repeat;
	background-color:transparent;
	color:#FFF;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	text-align: center;
	padding: 17px 0 0 0;
	margin: 0 auto;
	height: 50px;
	width: 100%;
}

.group1{
		pointer-events: all;
}
	
.pc_img{
	display: block;
}
.sp_img{
	display: none;
}


/* FOOTER(PC)
----------------------------------------*/
footer{
	background-color: #222;
	width:100%;
	margin: 0 -200%; /* 横いっぱい */
	padding: 0 200%; /* 横いっぱい */
}

.bnr_site{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	background-color: #333;
}

.bnr_site ul{
	width: 1000px;
	max-width:1000px;
	margin: 0 auto;
	padding: 10px 0;
	
}

.bnr_site ul li{
	width:240px;

}
	
.bnr_site ul li:last-child{
		margin: 0;
}


#footer{
	max-width: 1000px;
	padding: 10px 0px;
	margin: 0 auto;
	color: #FFF;
	font-size: 11px;
	line-height: 1.2em;
}

	
	
/* MOVIE(PC)
----------------------------------------*/
.video_box_switch{
	background-image: url(../img/mov_bg_switch.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 50px 60px 50px 60px;
	height: auto;
	margin: 0 0 2em 0;
	}
	
.video_box_switch .video_box{
		width: 580px;
		height: auto;
		margin: 0 auto 0px;
	}
.video_box{
		width: 720px;
		height: auto;
		margin: 0 auto 30px;
	}
	
/* SPEC(PC)
----------------------------------------*/
.spec_txt_box{
		width: 940px;
		margin: 0 auto 30px;
	}
.spec_txt_box .left{
		width: 460px;
		float: left;
		margin: 0 10px 0 0;
	}
.spec_txt_box .right{
		width: 460px;
		float: right;
		margin: 0 0 0 10px;
	}
	
.spec_txt_box p{
		font-size: 19px;
		line-height: 160%;
		padding: 0 0 1em 0;
	}
.spec_txt_box ul li{
		font-size: 19px;
		line-height: 160%;
		padding: 0;
	}
.spec_txt_box table{
	font-size: 100%;
		
}
.spec_txt_box td.td_right,
.spec_txt_box td.td_left{
	width: auto !important;
	margin: 0;
	padding: 5px;
}
	
.limitededition li{
	font-size: 16px !important;
	
}
	
.limitededition_btn{
	width: 680px !important;
	margin: 10px auto;
}
	
.limitededition_img{
	width: 720px !important;
	margin: 0px auto;
	border: 1px solid #999;
}



	
/* SYSTEM(PC)
----------------------------------------*/
.system_box{

	}
.system_box ul{
		
	}	
.system_box ul li{
		width: 32%;
		height: auto;
		display: inline-block;
		vertical-align: middle; 
		
	}
.system_box ul li img{
		width: 100%;
		height: auto;
	border: #999 solid 1px;
	}
	
.system_box ul li.syste_resonance_arrow{
		width: 100px !important;
		height: auto;
	transform: rotate( 0deg );
	
	}
	.system_box ul li.syste_resonance_arrow img{
		border: none;
	}
	
/* SPECIAL(PC)
----------------------------------------*/
.M_T_shop{
	margin-top: 70px !important;
}

.dramacd_box{
	width: 680px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
	
.dramacd_img{
	width: 840px;
	height: auto;
	margin: 0 auto 20px;
}
}



/* IE11 
=================================================*/
 @media all and (-ms-high-contrast:none){
      *::-ms-backdrop, p.small,span.small{
	font-size: 14px;
		 } 
      *::-ms-backdrop, h2.rr{
	padding: 15px 0 5px 0 !important;
	 }
	 *::-ms-backdrop, h3{
	font-size: 17px;
		 font-weight: bold;
	 }
	 *::-ms-backdrop, span.arrow {
	font-size:16px;
}
    }
/* Firefox 
=================================================*/
@-moz-document url-prefix() {
	h2.rr{
	padding: 11px 0 5px 0 !important;
	}
}

/* Chrome 
=================================================*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	h2.rr {
		padding: 31px 0 0px 0 !important;
	}
}