@charset "UTF-8";

/* ------------------------
 for Wordpress styles
------------------------ */

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
h1 {font-size: 30px;}
h2 {font-size: 21px;}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
}

.ifsp {display: none;}

/* --------------
 modules css
-------------- */
/* ---------- 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;}

.wd600p {max-width: 600px !important;}
.wd640p {max-width: 640px !important;}
.wd800p {max-width: 800px !important;}
.wd1200p {max-width: 1200px !important;}


/* ---------- margin,padding */
.ml40 {	margin-left: 40px !important;}
.ml50 {	margin-left: 50px !important;}

.mt40 {	margin-top: 40px !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: .5rem !important;
	margin-bottom: .5rem !important;
}
.imgR {
	float: right;
	margin-left: .5rem !important;
	margin-bottom: .5rem !important;
}

.wp-block-image:after {
	display: none;
}

/* ----- base width */
.in {
	max-width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width: 1000px) { /*以下の時*/
.in {
	padding: 0 .5%;
}
}

/* ----- table */

/* ----- text */
.textL {
	width: 200px;
	padding: 5px 0 3px;
	font-size: 130%;
	/* gekijyo */
	position: absolute;
	left: 0;
	top: 180px;
}
/* gekijyo */
.textR {
	position: absolute;
	left: 0;
	top: 140px;
}



.btnC:not(.active) a {
	opacity: .3;
}

.btnC a:hover {
	opacity: 1;
}
/* --------------
 common
-------------- */

body {
	/*min-width: 768px;*/
}


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

/* =header
-------------------------------------------------------------- **/
#headWrap {
	width: 100%;
}



/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	position: relative;
}
.logoBox {
	width: 22%;
	float: left;
}
.navBox {
	width: 77%;
	float: right;
	margin-top: 50px;
}

.snsBox {
	position: absolute;
	top: 0;
	right: 0;
}
.infoTxt {
	position: absolute;
	top: 5px;
	left: 23%;
}


#header.new .logoBox {
	width: 18%;
}
#header.new .navBox {
	width: 80%;
	letter-spacing: -.05em;
	margin-top: 35px;
}
#header.new .infoTxt {
	left: 20%;
}
#header.new .infoTxt img {
	max-height: 40px;
}

@media screen and (max-width: 1000px) { /*以下の時*/
	.navBox {
		width: 98%;
		float: none;
		margin: auto;
		margin-top: 10px;
		clear: both;
	}
	.infoTxt {
		top: 2.5em;
	}
	#header.new .navBox {
		font-size: .95em;
		width: 98%;
	}
	#header.new .infoTxt {
		top: 1em;
	}
}




.snsBox ul {
	background: #eee;
	border-radius: 0 0 10px 10px;
	padding: 5px 10px;
	line-height: 1;
}
.snsBox ul li {
	display: inline-block;
}
.snsBox ul li a {
	display: block;
	padding: .2em;
}


/* =globalNav
---------------------------------------------------- */
#globalNav {
	overflow: hidden;
}
#globalNav a {
	color: #000;
	transform: skewX(-20deg);
	font-weight: bold;
	display: block;
	padding: .8em .3em;
	line-height: 1;
	text-align: center;
}

#mainNav {
	display: flex;
	justify-content: space-between;
}
#mainNav:after {
	display: none;
}
#mainNav li {
	position: relative;
}


@media screen and (min-width: 1200px) { /*以上の時*/
	
	#mainNav {
		font-size: 1.1em;
	}
}


/* =contents
-------------------------------------------------------------- **/

#main {
	position: relative;
/*	min-height: 450px;*/
}
.contents {
}

.clm2, .clm3, .clm4, .clm5, .clm6, .clm7, .homeclm2 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	margin-left: -20px;
}
.homeclm2 {
	margin: 0;
}
.clm2 > * {
	width: calc((100% / 2) - 20px );
}
*::-ms-backdrop, .clm2 > * {
  width: calc(50% - 20px); /* IE11 */
}
.homeclm2 > * {
	width: calc((100% / 2));
}
.clm3 > * {
	width: calc((100% / 3) - 20px );
}
*::-ms-backdrop, .clm3 > * {
  width: calc(33.33% - 20px); /* IE11 */
}
.clm4 > * {
	width: calc((100% / 4) - 20px );
}
*::-ms-backdrop, .clm4 > * {
  width: calc(25% - 20px); /* IE11 */
}
.clm5 > * {
	width: calc((100% / 5) - 20px );
}
*::-ms-backdrop, .clm5 > * {
  width: calc(20% - 20px); /* IE11 */
}
.clm6 > * {
	width: calc((100% / 6) - 20px );
}
*::-ms-backdrop, .clm6 > * {
  width: calc(16.66% - 20px); /* IE11 */
}
.clm7 > * {
	width: calc((100% / 7) - 20px );
}
*::-ms-backdrop, .clm7 > * {
  width: calc(14.28% - 20px); /* IE11 */
}

.clm2 > *, .clm3 > *, .clm4 > *, .clm5 > *, .clm6 > *, .clm7 > *{
	margin-left: 20px;
}

.clm2 > * >a, .clm3 > * >a, .clm4 > * >a, .clm5 > * >a, .clm6 > * >a, .clm7 > * >a, .homeclm2 > * >a {
	position: relative;
	display: block;
}

.clm2:after, .clm3:after, .clm4:after, .clm5:after, .clm6:after, .clm7:after, .homeclm2:after{
	display: none;
}



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

.postTxt h2,
.postTxt h3,
.postTxt h4 {
	clear: both;
}


/* =list
---------------------------------------------------- */

@media screen and (max-width: 1120px) { /*以下の時*/
	#homeNews	.newsList {
	/*	font-size: .8em;*/
	}
}

/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */

.footerNav {
	text-align: center;
}
.footerNav li {
	display: inline-block;
}
.footerNav li a {
	display: block;
	padding: .3em .5em;
}



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

/* =pageTop
---------------------------------------------------- */
#pageTop {
	bottom: 50px;
}
@media screen and (max-width: 1100px) { /*以下の時*/
#pageTop {
	right: 10px;
}
}
@media screen and (min-width: 1101px) { /*以上の時*/
#pageTop {
	right: 60px;
}
}

#pageTop a {
}


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


/* =teaser
---------------------------------------------------- */
#teaser-visual img {
	max-height: 98vh;
}
body#teaser {
	font-size: 18px;
}


/* =visual
---------------------------------------------------- */

#home-visual.renew .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home-visual.renew .visual-img {
	width: 49%;
}
#home-visual.renew .visual-movie {
	width: 35%;
}



/* =broadcast
---------------------------------------------------- */
.broadcastBox {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.broadcastBox:after {
	display: none;
}
.broadcast-first {
	width: 68%;
}
.broadcast-first.renew {
	width: 100%;
}
.broadcast-others {
	margin-left: 2%;
	width: 30%;
	margin-top: 45px;
/*	max-height: 385px;
	overflow-y: auto;*/
	padding-right: 2px;
}
.broadcast-others:after {
	display: none;
}
.broadcast-others:empty {
	display: none;
}
.broadcast-others::-webkit-scrollbar{
  width: 12px;
}
.broadcast-others::-webkit-scrollbar-track{
  background: rgba(0,0,0,.2);
  border: none;
  border-radius: 10px;
}
.broadcast-others::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.8);
  border-radius: 10px;
  box-shadow: none;
}

.broadcast-others {
	margin-bottom: 3rem;
}

.broadcast-others dl {
	display: flex;
}

.broadcast-others dl:last-of-type {
	margin-bottom: 0;
}
.broadcast-others dt {
	width: 2em;
	padding: .3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	background-color: #c90000;
	color: #fff;
}
.broadcast-others dd {
	width: 100%;
}




/* ------------------------------------------------------------------------------------
 cast
------------------------------------------------------------------------------------ */

.castList {
}

.charaTxt {
	width: 65%;
	float: right;
}
.charaTxt h2 {
	margin-top: 0;
}
.charaTxt p {
	line-height: 1.8;
}
.charaImg {
	width: 33%;
	float: left;
}

.itemBox {
	clear: both;
}


.cat-team .charaTxt {
	width: 55%;
	float: left;
}
.cat-team .charaImg {
	width: 43%;
	float: right;
}



/* ------------------------------------------------------------------------------------
 hero
------------------------------------------------------------------------------------ */

.heroList {
}

.heroList .charaTxt h2 img {
	max-height: 150px;
}



/* ------------------------------------------------------------------------------------
 kaiju
------------------------------------------------------------------------------------ */

.kaijuList.listCover .expandField .selfRepInner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 40vh;
}
.kaijuList.listCover .expandField .selfRepInner:after {
	display: none;
}
.kaijuList.listCover .expandField .selfRepInner .secLeft {
	width: 45%;
}
.kaijuList.listCover .expandField .selfRepInner .secRight {
	width: 53%;
}
.kaijuList.listCover .expandField .selfRepInner .secRight .charaTxt {
	float: none;
	width: auto;
}


/* ------------------------------------------------------------------------------------
 story
------------------------------------------------------------------------------------ */

/*.storyBox.latest  .storyMovie {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}*/

.storyBox/*:not(.latest)*/ .storyMovie,
.storyBox/*:not(.latest)*/ .storyImg {
	width: 45%;
	float: left;
}
.storyBox/*:not(.latest)*/ .storyText{
	width: 53%;
	float: right;
}

.storyImg img {
	max-height: 50vh;
}

.storyImg.clm1 .fll {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

