@charset "UTF-8";

/* ------------------------
 for Wordpress styles
------------------------ */
.alignleft, .alignright {
	float: none !important;
	clear: both !important;
	display:block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
img.alignleft, img.alignright {
	float: none !important;
	display:block !important;
	margin:0 auto 10px !important;
}

/* --------------
 reset
-------------- */
input,select,textarea {max-width:95% !important;}
h1 {font-size: 1.3em;}
h2 {font-size: 1.1em;}
h3,h4,h5,h6 {font-size:1.0em;}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

/* --------------
 base
-------------- */
.ifpc {display: none !important;}

@media screen and (max-width: 320px) { /*以下の時*/
}
@media screen and (min-width: 321px) { /*以上の時*/
}


@media all and (orientation: landscape) { /* 横向き */

/* ---------- float */
.fll { float: left;}
.flr { float: right;}
.flc { margin-left: auto; margin-right: auto;}

/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd58 {width: 58% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


.clm2 > .fll,
.clm3 > .fll,
.clm4 > .fll,
.clm5 > .fll,
.clm6 > .fll {
	float: none;
}


}


/* --------------
 modules css
-------------- */
/* ---------- margin,padding */
.mt40 {	margin-top: 30px !important;}

/* ----- base width */
body {
	width: 100%;
	background-size: 500% 100% !important;
	background-attachment: fixed;
}

.in {margin: 0 5px;}

/* ----- images */
.imgL, .imgR {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* ----- base width */

/* ----- text */
.textL {
	width: 120px;
	/* float: right;
	margin-right: 10px; */
	margin-left: 5px;
	padding: 5px 0;
}
.textR img {
	width: 160px;
	margin-top: 5px;
}



/* ---------- order */

.order-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.order1 {
	-webkit-order:1;
	order:1;
}
.order2 {
	-webkit-order:2;
	order:2;
}
.order3 {
	-webkit-order:3;
	order:3;
}
.order4 {
	-webkit-order:4;
	order:4;
}
.order5 {
	-webkit-order:5;
	order:5;
}
.order6 {
	-webkit-order:6;
	order:6;
}
.order7 {
	-webkit-order:7;
	order:7;
}
.order8 {
	-webkit-order:8;
	order:8;
}
.order9 {
	-webkit-order:9;
	order:9;
}
.order10 {
	-webkit-order:10;
	order:10;
}

/* --------------
 common
-------------- */

/* =container
------------------------------------------------------------------------ **/

/* =header
-------------------------------------------------------------- **/
#headWrap {
	position: relative;
	padding-top: 5px;
	margin-top: -5px;
	width: 100%;
}
#header {
}

/* ---------- home */

#logo img {
}



/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	text-align: left;
}
#siteHeader img {
}

#menuBox {
	font-size: .9em;
}

/* =globalNav
---------------------------------------------------- */
#globalNav {
}
#globalNav li {
	
}
#globalNav li a {
}
#globalNav li img {
}

/* =visual
---------------------------------------------------- */
#visual {
	margin: auto;
	margin-bottom: 10px;
}
.slideBox {
	margin: auto;
}
#visual ul {
}

.slick-dots {
	bottom: -50px !important;
}

.slick-dots li button:before {
	font-size: 10px !important;
}

/* =contents
-------------------------------------------------------------- **/
#main {
}

.contents {
	padding-top: 10px;
	padding-bottom: 15px;
}

.spclm2 > .fll {
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
.spclm2 > .fll:nth-child(2n) {
	margin-right: 0;
}
.spclm3 > .fll {
	float: left;
	width: 32%;
	margin-right: 1.9% !important;
}
.spclm3 > .fll:nth-child(3n) {
	margin-right: 0 !important;
}

.spclm2 > .fll:nth-child(2n+1),
.spclm3 > .fll:nth-child(3n+1) {
	clear: both;
}


/* =headline / titles
---------------------------------------------------- */

.contents h1 {
	font-size: 1.5em;
}
.contents h2 {
	font-size: 1.3em;
}
.contents h3 {
	font-size: 1.1em;
}
.contents h4 {
	font-size: 1.0em;
}

/* =table
---------------------------------------------------- */
th,
td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.tblBox {
	overflow: auto;
	white-space: nowrap;
}
.tblBox:before {
	content: '※ スワイプで続きが表示されます。';
	color: #6AA9E3;
}
.tblBox::-webkit-scrollbar{
 height: 5px;
}
.tblBox::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tblBox::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.tblBox th,
.tblBox td {
	display: table-cell;
}

/* =footer
-------------------------------------------------------------- **/
#footer {
}
#footer.nomenu {
	padding-bottom: 0;
}
/* =siteFooter
---------------------------------------------------- */


/* =social button
-------------------------------- */


/* =copyright
------------------------------------------ */

/* =pageTop
---------------------------------------------------- */
#pageTop {
	right: 0;
	bottom: 20px;
}
#pageTop a {
/*	width: 30px;
	height: 30px;
	background-size: 30px;*/
	
	width: 50px;
	height: 50px;
}



/* =pagePortal
---------------------------------------------------- */
#pagePortal {
	display: block;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	width: 100%;
}
#pagePortal a {
	display: block;
	border-top: #342357 solid 3px;
	color: #342357;
	padding: 10px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	background: #fff;
}

#pagePortal a:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

/* --------------
 home container
-------------- */
/* =visual
---------------------------------------------------- */

/* =midashi
---------------------------------------------------- */

.bdrBtm span i+b {
	max-width: 60%;
}


.bdrBtm.new:before {
	top: 1em;
}
.bdrBtm.new span i+b {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-top: -2em;
}


/* =contents
---------------------------------------------------- */
#sideColumn {
	margin: 0 5px 5px;
}


.spclm2 > .fll {
	float: left;
	width: 49.5%;
	margin-right: 1% !important;
}
.spclm2 > .fll:nth-child(2n) {
	margin-right: 0 !important;
}
.spclm2 > .fll:nth-child(2n+1) {
	clear: both;
}


/* -------------------- homeYokoku/見逃し配信 */
#homeYokoku .column {
	text-align: center;
}
/* #homeYokoku h1 {
	position: relative;
} */
#homeYokoku h2 {
	padding-top: 5px;
	background: #000;
}
#homeYokoku h2 img {
	width: 120px;
}

.twitter-timeline {
	width: 100%;
	height: 250px !important;
}

/* -------------------- topics */
#homeTopics {
	margin: 5px;
}

.ulList li {
	padding: 5px 5px 0;
}
.ulList li p {
	float: left;
	width: 15%;
	margin-top: 7px;
}
.ulList li div {
	float: right;
	width: 80%;
}

/* -------------------- banner */
.ulBnr {
	margin: 20px 10px;
}
.ulBnr li {
	width: 49%;
	margin: 0 0.5% 5px;
}

/* -------------------- twitter */

iframe.twitter-timeline {
	margin: 0 auto;
}
#homeTwitter .column {
	width: 90%;
	margin: auto;
}

.clm3 .fll {
	margin-bottom: 20px;
}

.homeHeroList {
	margin-bottom: 20px;
}
.homeHeroList li {
	float: left;
	width: 48%;
	margin-right: 2%;
	border-right: #e8e5d4 solid 1px;
}
.homeHeroList li:nth-child(2n) {
	margin-right: 0;
}

.homeHeroList li img {
  top: 62%;	
}
.homeHeroList li h3 {
	padding: 5px;
}



/* --------------
 subpage container
-------------- */



/* =page story
---------------------------------------------------- */
#storyNav h1 {
	font-size: 1.0em;
	position: relative;
}
#storyNav h1:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: transparent solid 5px;
	border-top-color: #000;
	
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#storyNav ul {
	margin-top: 10px;
	font-size: .8em;
}



/* =page chara geed zero belial
---------------------------------------------------- */


.capsule {
	line-height: 1.3em;
}
.capsule p.fs13 {
	font-size: 5.1vmin;
}


.charaSpecBox {
	font-size: 4.5vmin;
}
@media all and (orientation: landscape) { /* 横向き */

.charaBox h1 img {
	width: 80vw;
}

.capsule p.fs13 {
	font-size: 5vmin;
}
.charaSpecBox {
	font-size: 4vmin;
}
}

/* =page movielist
---------------------------------------------------- */

@media all and (orientation: landscape) { /* 横向き */

#movielist .clm3 li {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}

}


/* =page kaiju
---------------------------------------------------- */

/* .listCover
------------------------- */
.listCover {
	width: 100%;
}

/* .listItem
------------------------- */
.listCover .listItem {
	margin-left: 0;
	margin-right: 0;
}
.listCover .listItem img {
	width: 110px;
}

/* .expandField
------------------------- */
.expandField .selfRepInner {
	padding: 10px;
	background-position: center 10px;
	background-size: 620px auto;
}
.expandField .selfRepInner .secLeft {
  margin: 10px auto;
}
.expandField .selfRepInner .secLeft i {
  top: 5px;
  /* top: 10px; */
}

.boxCF {
	padding: 10px;
}
.boxCF .cf_bnr img {
	width: 73%;
}
.boxCF .cf_bnr b {
	width: 60px;
	height: 50px;
	vertical-align: bottom;
}
.boxCF .cf_bnr b img {
	width: 60px !important;
}
.expandField .btnPrev,
.expandField .btnNext {
	/*top: 15%;*/
}





.eventList.spclm2 li {
	width: 48%;
}

.movie .charaTab li {
	width: 50% !important;
	float: left !important;
}

.movie .charaTab li a {
	margin: 0 3% !important;
}
