html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
body {
    -webkit-text-size-adjust: 100%;
	background: #000;
}
#toggle {
    z-index: 600;
}
#gNavWrapper {
    z-index: 400;
}
body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #FFF;
    background: #000 url(../common/img/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
body#index {
	/*background-image: none;*/
    background: #000 url(../common/img/bg_top.jpg) no-repeat center top;
}

#container{
    background: url(../common/img/bg_over.png);
	position: relative;
}
/*#contents::before{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 65px;
	height: 3%;
	content: "";
	background: url(../common/img/bg_top.png) no-repeat left bottom;
	background-size: 100% auto;
	z-index: 100;
}*/
/*#overImg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	margin-top: 75px;
}*/
img {
    width: 100%;
    vertical-align: top;
}
a {
    color: #e60012;
    -webkit-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 500;
	/*background: url(../common/img/bg_top.png) no-repeat center bottom;*/
	padding-bottom: 8%;
	background-size: 100% auto;
}
#headerIn {
	background: #000;
}
#header .site_ttl {
    height: 65px;
    text-align: center;
	padding-top: 18px;
}
#header .site_ttl img {
    width: auto;
    height: 55px;
	margin:-4px 0 0;
}




#nav::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: fixed;
  left: 0;
  top: 0;
  background: #222;
}

#gNavWrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh !important;
  padding: 15% 0 10% 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(100%, 0);
	  -ms-transform: translate(100%, 0);
	  transform: translate(100%, 0);
}
#gNavWrapper a {
  display: block;
}
#gNavWrapper li {
	padding-bottom: 5%;
	margin-bottom: 5%;
	position: relative;
}
#gNavWrapper li::after {
	position: absolute;
	bottom:0;
	left: 50%;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	content: "";
	display: block;
	border-bottom: dotted 1px #ea0057;
	width: 4px;
	height: 1px;
	
}
#gNavWrapper li.invalid img {
  opacity: 0.4;
}

#toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 80px;
    box-sizing: border-box;
    cursor: pointer;
}
#toggle .toggleInner {
    position: relative;
    left: 0;
    top: 50%;
    width: 22px;
    height: 14px;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#toggle i {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#toggle i.first {
    top: 0;
}
#toggle i.second {
    top: 50%;
}
#toggle i.third {
    top: 100%;
}
.no-touch #toggle:hover .first {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
}
.no-touch #toggle:hover .second {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
}
.no-touch #toggle:hover .third {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
}
.on #toggle:hover .first {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.on #toggle:hover .second {
    opacity: 0;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-25px, 0);
}
.on #toggle:hover .third {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





#contents {
    position: relative;
	color: #FFF;
}
#index .hero {
	padding-top: 80px;
}

#index .hero .bnr {
	padding-bottom: 10px;
}

#contentsInner {
	padding: 5% 5% 0;
}

#contentsInner .twicon {
	overflow:auto;
	padding:0 0 30px;
}

#contentsInner .twicon li.first {
	width:48%;
	float:left;
	padding:0 2% 2% 0;
}

#contentsInner .twicon li.second {
	width:48%;
	float:left;
	padding:0 0 2% 0;
}


.page_ttl{
	padding: 80px 5% 10% 5%;
}
.page_ttl img{
	display: block;
    padding-top: 20%;
}

.page_ttl2{
	padding: 0 5% 2% 5%;
}


.tobuy {
	padding: 0 0 8%;
}

#toTop {
	padding: 40px 0 20px;
}

#footer {
    padding: 20px 0 10px;
}
.share {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0 30%;
	box-sizing: border-box;
}
.share li {
	display: table-cell;
    width: 25%;
	text-align: center;
}
.share li img{
	width: 60%;
	height: auto;
	margin: 0 auto;
}
#footer .copyright {
    display: block;
    width: 40%;
    margin: 15px auto 0;
}
#index .hero {
    position: relative;
}
.hero .site_ttl {
    position: absolute;
    left: 0;
    top: 4%;
}
.topics{
	margin-bottom: 30px;
}
.topics ul li a{
	display: block;
	background: #151515;
	padding: 15px;
	margin-bottom: 2px;
	color: #FFF;
	overflow: hidden;
}
.topics ul li .date{
	color: #e60012;
	display: block;
}

.topics ul li .img{
	float: left;
	width: 30%;
	height: 80px;
	box-sizing: border-box;
	padding-top: 1%;
}
.topics ul li .ttl{
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding:0 20px;
	background: url(../common/img/news_icon.png) no-repeat right center;
}
.topics ul li .body{
	display: none;
}
.bnrArea{
	background: #151515;
	padding: 30px 40px;
}
.bnrArea ul{
	overflow: hidden;
}
.bnrArea ul li{
	width: 50%;
	box-sizing: border-box;
	padding: 2px 2px;
	float: left;
}
.bnrArea ul li img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

#news #contentsInner {
	padding: 5% 0 0 !important;
}
#news #contentsInner .page_ttl {
	margin: 30% 5%!important;
}

.txtBox{
	margin-bottom: 40px;
	line-height: 1.8;
}
.txtBox p{
	margin-bottom: 20px;
}
.txtBox:last-child p:last-child{
	margin-bottom: 0;
}
.txtBox:last-child{
	margin-bottom: 0;
}

.mvArea {
	margin-bottom: 40px;
}

#reTopMovie,#reTopTopics {
	width: 100%;
	overflow: hidden;
}
.item-video {
	width: 100%;
}



/*trailer*/
.mvIfWrap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.mvIfWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
#trailer .mvArea{
	margin-bottom: 30px;
}

#trailer .mvAreaL{
	margin-bottom: 0;
}
.pageNav ul{
	text-align: center;
	position: relative;
	margin: 30px 5% 0;
}
.pageNav ul li{
	display: inline-block;
}
.pageNav ul li a{
	display: block;
	color: #FFF;
	padding: 10px 12px;
	line-height: 1;
	margin:10px 0 20px;
	text-decoration: none;
}
.pageNav ul li.active a{
	background-color: rgba(230,0,18,0.6);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pageNav ul li.back a{
	padding: 0 10px 10px 10px;
}
.pageNav ul li.next a,
.pageNav ul li.prev a{
	background:none !important;
}
.pageNav ul li.next{
	right: 0;
	position: absolute;
	top: -5px;
}
.pageNav ul li.prev{
	left: 0;
	top: -5px;
	position: absolute;
}


.newsArea{
	padding: 0 5%;
	margin-bottom: 50px;
}
.newsBox{
	margin-bottom: 50px;
	line-height: 1.8;
}
.newsBox .newsTtl{
	color: #e60012;
	margin-bottom: 30px;
}
.newsBox .newsTtl .data{
	color: #898989;
	font-size: 10px;
	font-size: 1rem;
	margin-top: 15px;
}
.newsBox .newsTtl .maker{
	color: #fff;
	font-size: 80%;
}
.newsBox .newsTxt a{
	color: #e60012;
}
.newsBox .newsTxt img{
	max-width: 100% !important;
	display:block;
	margin: 0 auto 15px auto;
}

/**/

.vs {
	position: absolute;
	bottom:44%;
	width: 24%;
	right: 0px;
}
.group1{
	display:none;
}

/*------
Story
--------*/

#intro h3 {
	padding:0 0 30px;
}

#intro h5 {
	padding:0 0 20px;
}

#intro .staff {
	padding:0 0 25px;
}

.movieC {
	padding-bottom: 25px;
}

.staff_nonM {
	padding-bottom: 25px;
	padding-top: 25px;
}
/*------
Story
--------*/
.reStoryList {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	overflow:auto;
	width:100%;
}

.reStoryList ul {
	padding:0 0 0 2%;
}

.reStoryList li {
	width:32%;
	padding-right: 1.9%;
	padding-bottom: 1.9%;
	float:left;
}

.reStoryList li.next {
	width:32%;
	padding-right: 0;
	padding-bottom: 1.9%;
	float:left;
}


.reStoryList a {
	display: block;
	background-size:cover;
}

.reStoryList span {
	display: none;
}

.sbox ul {
	margin-top: 1%;
	margin-bottom: 0;
	overflow:auto;
}

.sbox li {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
}
.sbox li.next {
	margin-right:0px;
}

.sbox li.title {
	width: 49.5%;
}

.st0 a {
	background-image: url(../images/st0.png);
}
.st1 a {
	background-image: url(../images/st1.png);
}
.st2 a {
	background-image: url(../images/st2.png);
}
.st3 a {
	background-image: url(../images/st3.png);
}
.st4 a {
	background-image: url(../images/st4.png);
}
.st5 a {
	background-image: url(../images/st5.png);
}
.st6 a {
	background-image: url(../images/st6.png);
}
.st7 a {
	background-image: url(../images/st7.png);
}
.st8 a {
	background-image: url(../images/st8.png);
}
.st9 a {
	background-image: url(../images/st9.png);
}
.st10 a {
	background-image: url(../images/st10.png);
}
.st11 a {
	background-image: url(../images/st11.png);
}
.st12 a {
	background-image: url(../images/st12.png);
}
.st13 a {
	background-image: url(../images/st13.png);
}
.reStoryList a:hover,
.reStoryList a.active {
	background-position: center center;
}
.reStoryList a.soon,
.reStoryList a.soon:hover {
	background-position: bottom center;
	cursor:default;
}

#s1 {
	background-image: url(../story/img/btn_01_a.png);
}
#s1.active {
	background-image: url(../story/img/btn_01_b.png);
}
#s2 {
	background-image: url(../story/img/btn_02_a.png);
}
#s2.active {
	background-image: url(../story/img/btn_02_b.png);
}
#s3 {
	background-image: url(../story/img/btn_03_a.png);
}
#s3.active {
	background-image: url(../story/img/btn_03_b.png);
}
#s4 {
	background-image: url(../story/img/btn_04_a.png);
}
#s4.active {
	background-image: url(../story/img/btn_04_b.png);
}
#s5 {
	background-image: url(../story/img/btn_05_a.png);
}
#s5.active {
	background-image: url(../story/img/btn_05_b.png);
}
#s6 {
	background-image: url(../story/img/btn_06_a.png);
}
#s6.active {
	background-image: url(../story/img/btn_06_b.png);
}
#s7 {
	background-image: url(../story/img/btn_07_a.png);
}
#s7.active {
	background-image: url(../story/img/btn_07_b.png);
}
#s8 {
	background-image: url(../story/img/btn_08_a.png);
}
#s8.active {
	background-image: url(../story/img/btn_08_b.png);
}
#s9 {
	background-image: url(../story/img/btn_09_a.png);
}
#s9.active {
	background-image: url(../story/img/btn_09_b.png);
}
#s10 {
	background-image: url(../story/img/btn_10_a.png);
}
#s10.active {
	background-image: url(../story/img/btn_10_b.png);
}
#s11 {
	background-image: url(../story/img/btn_11_a.png);
}
#s11.active {
	background-image: url(../story/img/btn_11_b.png);
}
#s12 {
	background-image: url(../story/img/btn_12_a.png);
}
#s12.active {
	background-image: url(../story/img/btn_12_b.png);
}
#s13 {
	background-image: url(../story/img/btn_13_a.png);
}
#s13.active {
	background-image: url(../story/img/btn_13_b.png);
}
#s0 {
	background-image: url(../story/img/btn_intro_a.png);
}
#s0.active {
	background-image: url(../story/img/btn_intro_b.png);
}



/*------
Character
--------*/
#character .characterBox{
	margin-bottom: 0;
	overflow: hidden;
	line-height:2em;
}

#character .characterBox ul{
	overflow: auto;
}

#character .characterBox li{
	width: 47%;
	float:left;
	margin:0 6% 8% 0;
}

#character .characterBox li.se{
	width: 47%;
	float:left;
	margin:0 0 8% 0;
}

.characterBox .first {
	font-size:16px;
	padding:20px 0 0;
}

.characterBox .second .f26 {
	font-size:16px;
}

.characterBox .second .f20 {
	font-size:16px;
}

.characterBox dl {
	padding:0 0 5px;
}

.characterBox .pink {
	color:#e60012;
}

.characterBox .textEach {
	padding:20px 2% 0 2%;
}

.characterBox .voice {
	padding:20px 0 0;
}

.characterBox .pic {
	padding:2px 0 0;
}
.reCharacterList {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	display: table;
	width:79%;
}

.reCharacterList2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom:50px;
	display: table;
	width:79%;
}

.reCharacterList li,.reCharacterList2 li {

	display: table-cell;
	padding-right: 3px;
	padding-left: 3px;
}
.reCharacterList a,.reCharacterList2 a {
	display: block;
	background-size:cover;
}

.reCharacterList span,.reCharacterList2 span {
	display: none;
}
.reCharacterList #c1,.reCharacterList2 #c1 {
	background-image: url(../character/img/btn_chara01_a.png);
}
.reCharacterList #c1.active,.reCharacterList2 #c1.active {
	background-image: url(../character/img/btn_chara01_b.png);
}
.reCharacterList #c2,.reCharacterList2 #c2 {
	background-image: url(../character/img/btn_chara02_a.png);
}
.reCharacterList #c2.active,.reCharacterList2 #c2.active {
	background-image: url(../character/img/btn_chara02_b.png);
}

/*------
cast
--------*/
#cast .castBox{
	margin-bottom: 40px;
	overflow: hidden;
	line-height:2em;
}

#cast .castBox:last-child{
	margin-bottom: 0;
}
#cast .castBox .img{
	float: left;
	padding-right: 15px;
	width: 35%;
	box-sizing: border-box;
}
#cast .castBox .img img{
	width: 100%;
	height: auto;
}

.castBox .each {
	padding:0 0 25px;
}


.castBox .first {
	font-size:16px;
}

.castBox .first .f26,
.castBox .second .f26 {
	font-size:20px;
}

.castBox .first .f20,
.castBox .second .f20 {
	font-size:12px;
}

.castBox .pink {
	color:#e60012;
}

.castBox .third {
	font-size:14px;
	color:#8f8f8f;
}

.castBox .thirds {
	font-size:14px;
	color:#fff;
}

.castBox h3 {
	margin:0 0 40px;
}

.castBox p {
	font-size:14px;
}

.castBox .message {
	padding:8px 0 0;
}

.castBox dd {
	padding:20px 0 0;
}


#cast .page_ttlC{
	padding: 80px 5% 10% 5%;
}
.page_ttlC img{
	display: block;
    padding-top: 20%;
}
#cast .page_ttlS{
	padding: 20px 5% 10% 5%;
}

/*Onair*/
#onair .txtBox p{
	margin-bottom: 50px;
}

.reOnairList {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	display: table;
	width:79%;
}
.reOnairList li {

	display: table-cell;
	padding-right: 3px;
	padding-left: 3px;
}
.reOnairList a {
	display: block;
	background-size:cover;
}

.reOnairList span {
	display: none;
}
#o1 {
	background-image: url(../onair/img/btn_onair_a.png);
}
#o1.active {
	background-image: url(../onair/img/btn_onair_b.png);
}
#o2 {
	background-image: url(../onair/img/btn_haishin_a.png);
}
#o2.active {
	background-image: url(../onair/img/btn_haishin_b.png);
}
/*.reOnairList a:hover,
.reOnairList a.active {
	background-position: center bottom;
}*/

.timetable {
	padding:0 0 30px;
}

.timetable .tv {
	font-size:110%;
	color:#e60012;
	font-weight:bold;
	padding:0 0 12px;
}

.timetable .each {
	padding:0 0 12px;
}

.timetable .date,
.notice {
	font-size:90%;
	color:#fff;
	padding:0 0 5px;

}


#movieBox {
	width:100%;
	padding:0 0 5px;
}

#bnrBox {
	width:100%;
	padding:0 0 5px;
}
#bnrBox a{
	outline: none;
}

#topicsBox {
	width:100%;
	padding:0 0 20px;
}

#twBox {
	width:88%;
	padding:0 0 20px;
	margin:0 0 0 5%;
	text-align:center;
}

/*Goods*/
.goods {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.goods-item {
	width: 47%;
	font-size: 1.3rem;
	margin-bottom: 15.5px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.goods-item a {
	color: #fff;
	font-size:85%;
}

.goods-item {
	margin-left: 1.5%;
}

.goods-image {
  background: no-repeat center top #FFF;
  -webkit-background-size: contain;
  background-size: contain;
}

.goods-image > a {
  display: block;
  width: 100%;
  padding-top: 100%;
}

.goods-info {
  margin-top: 10px;
  font-size:60%;
}

.goods-published-date {
  color: #888;
}

.goods-categories {
  color: #888;
}

.goods-published-date + .goods-categories {
  margin-left: 4px;
  padding-left: 4px;
  border-left: 2px solid #292929;
}

.goods-name {
  margin-top: 10px;
  line-height: 1.5;
}
.goods-images {
  margin-top: 10px;
  margin-bottom: 29px;
}

.goods-images-main {
  position: relative;
}

.goods-images-main img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.goods-images-main img:first-child {
  position: relative;
  opacity: 1;
}

.goods-thumb-item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top:10px;
}
.goods-thumb-item:nth-child(3n) {
	margin-right: 0px;
}

.goods-thumb-item img {
  width: 100%;
  height: auto;
}
.goodsTxt {
	clear:both;
	padding-top:20px;
}


#music .pink {
	color:#e60012;
	font-weight:bold;
}

#intro .pink {
	color:#e60012;
	font-weight:bold;
}

#music h4 {
	color:#e60012;
	font-weight:bold;
	padding:10px 0 0;
	margin:0;
}

/*------
BDDVD
--------*/
#bddvd .bddvdBox{
	margin-bottom: 30px;
	overflow: hidden;
	line-height:2em;
}

#bddvd .bddvdBox ul{
	overflow: auto;
}

#bddvd .bddvdBox li{
	width: 47%;
	float:left;
	margin:0 6% 8% 0;
}

#bddvd .bddvdBox li.se{
	width: 47%;
	float:left;
	margin:0 0 8% 0;
}

.txtBox #each .tokuten_img {
	text-align: center;
}
.txtBox #each .tokuten_img img {
	width: 60%;
}

.bddvdBox .first {
	font-size:16px;
	padding:10px 0 0;
}

.bddvdBox .second .f26 {
	font-size:16px;
}

.bddvdBox .second .f20 {
	font-size:16px;
}

.bddvdBox .pink {
	color:#e60012;
	font-weight:bold;
}

#bddvd h4 {
	color:#e60012;
	font-weight:bold;
	padding:0 0 15px;
	margin:0;
	font-size:18px;
}

#bddvd .txtBox .pink {
	color:#e60012;
	font-weight:bold;
	font-size:16px;
}


#bddvd .txtBox .green {
	color:#00FF84;
	font-weight:bold;
	font-size:14px;
}

#bddvd #tokutenB {
	overflow:auto;
	padding:0 0 20px;
}

#bddvd #tokutenB .tokuten {
	width: 47%;
	float:left;
	margin:0 6% 0 0;
}

#bddvd #tokutenB .tokutenE {
	width: 47%;
	float:left;
	margin:0 0 0 0;
}

/* Google Code */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

#colorbox{
	width: 100% !important;
	height: auto !important;

}
#cboxWrapper{
	width: 100% !important;
	height: auto !important;
}
#cboxMiddleLeft{
	height: auto !important;
}
#cboxContent{
	width: 100% !important;
	height: auto !important;
}
#cboxLoadedContent{
	width: 100% !important;
	height: auto !important;
}
.cboxPhoto{
	width: 100% !important;
	height: auto !important;
}

.owabi img{
	padding:8% 16% 0;
	width: 68%;
	outline: none;
}
.owabi a{
	outline: none;
}