@charset "utf-8";
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho bold");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: bold;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
* {
	outline:none;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #000;
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
a { color: #fff; }
a:hover { text-decoration: none; }
#fullwrap { width: 750px;margin:0 auto; }
#index #fullWrap #sc header {
	display: block;
}
@keyframes blackMaskHorizontal {
	0% {
		left:0;
		right:100%;
	}
	33%,66%{
		left:0;
		right:0;
	}
	100% {
		left:100%;
		right:0;
	}
}
@keyframes blackMaskVertical {
	0% {
		top:0;
		bottom:100%;
	}
	33%,66%{
		top:0;
		bottom:0;
	}
	100% {
		top:100%;
		bottom:0;
	}
}

@keyframes flash {

  0%,35%,50%,85%{
    opacity: 0;
  }

  20%,65%,100%{
    opacity: 1;
  }
}
.pc {display:none}
#topMain {
	width: 100%;
	height: 964px;
	position: relative;
	overflow:hidden;
}
#topMain:before,
#topMain:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	opacity:0;
}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block /*!important*/; }
}

/* loading */
#loading{
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
#index{
	width: 100%;
	background-color: #000;
}
/*--------------------------------------------------*/
/*====================  TOP  ====================*/
/*--------------------------------------------------*/
.mv{
	width: 100%;
}
#main{
	width:100%;
	height: 535px;
	position: relative;
	margin:0 auto;
	margin-top:60px;
}
#main_area{
	position:absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden; 
}
#txt_newseries {
	position: absolute;
	top:0;
	right: 130px;
	width:493px;
	height:38px;
	background: url(../images/top/txt_newseries.png) no-repeat center top / 100% auto;
}
#logo_top {
	position: absolute;
	top:54px;
	right: 30px;
	width: 689px;
	height:278px;
	background: url(../images/top/logo.png) no-repeat center top / 100% auto;
}
#h3_onairtxt {
	position: absolute;
	top:350px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 630px;
	height:139px;
	background: url(../images/top/h3_onairtxt_sp.png) no-repeat center top / 100% auto;
}
#txt_netflix {
	position: absolute;
	top:500px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 590px;
	height:34px;
	background: url(../images/top/txt_netflix.png) no-repeat center top / 100% auto;
}
#staff{
	width:100%;
	height: 279px;
	position: relative;
	margin:0 auto;
	margin-top:50px;
}
.staff_img p{
	position: absolute;
	top:0;
	left:52px;
	width: 612px;
	height:279px;
	background:url(../images/top/staff_sp.png) no-repeat center;
}

#linklist{
	width:646px;
	height: 160px;
	position: relative;
	padding-top: 50px;
	margin:0 auto;
}
.linklist li{
	background-color: #000;
	width: 646px;
	height: 70px;
	margin-bottom: 20px;
	overflow: hidden;
}
.linklist li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.linklist li.staffcomment a {
    background-image: url(../images/top/btn_staffcomment.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:248px auto;
}
.linklist li.twitterlink a {
    background-image: url(../images/top/btn_officialtwi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 314px auto;
}

#twiarea{
	width: 100%;
	background:#d00000;
}

h2.topTw_title a{
	display: block;
	width: 202px;
	height: 40px;
	background:url(../images/top/txt3_twitter_on.png)no-repeat center;
	background-size: 202px auto;
	background-color: #d00000;
	margin:30px auto;
	margin-bottom: 30px;
	padding:5px 0;
}
.topTwiwrap{
	background-color: #313131;
	padding: 5px 0;
	width: 100%
}
.topTwWidget{
    border-bottom: 1px solid #8b8b8b;
    display: flex;
    flex-wrap: wrap;justify-content: center
}
.topTwWidget__in{
    height: 750px;
    width: 100%;
    margin: 16px 0;
}
#kv_top{
	width: 100%;
	height: 1134px;
	position: relative;
	overflow: hidden;
}
.top_kv_main{
	width: 100%;
	height: 1034px;
}
.top_kv_maintxt{
	width: 100%;
	height:1034px;
	position: absolute;
	z-index:3;
}
.top_kv_chara{
	position: fixed;
	z-index: 2;
	opacity: 1;
	transform: scale(1.25);
}
.top_kv_godzilla{
	width: 100%;
	height:1034px;
	opacity: 0;
}
.top_kv_onairInfo{
	width: 634px;
	height: 98px;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
}


/** TOP LOADING ANIMATION **/
#navgationWrap_top{
	z-index: 1000;
}

.top_kv_maintxt,
#twiarea,
.ft_top{
	opacity: 0;
}

#navgationWrap_top{
	opacity: 0;
}

.top_kv_chara.ani1{
	position: absolute;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}

#navgationWrap_top.ani{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	opacity: 1;
	transition: all 1s ease;
}


.top_kv_maintxt.ani,
.top_kv_onairInfo.ani,
#twiarea.ani,
.ft_top.ani{
	opacity: 1;
	transition: all 1s ease;
}

#navgationWrap_top.ani{
	z-index: 1000;
}

.top_kv_godzilla.ani1{
	opacity: 1;
	transition: all 1s ease;
}



/*--------------------------------------------------*/
/*====================  HEADER  ====================*/
/*--------------------------------------------------*/
#nav_sp{
	z-index: 1000;
	width: 750px
}
#menuBtn {
    width: 110px;
    height: 110px;
    position: fixed;
    top: 0;
    right: 0;
    background: #d00000;
    z-index: 1000;
}
#menuBtn:before{
	content: "MENU";
    color: #fff;
    font-size: 15px;
	font-weight: bold;
	position: absolute;
	bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#menuBtn a {
	display: block;
	height: 110px;
	position: relative;
}
#menuBtn a div {
	width: 50px;
	height: 35px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -25px;
}
#menuBtn a span {
	width: 50px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -25px;	
	transition: all .3s ease;
}
#menuBtn a span:nth-child(1) {
	top: 0;
}
#menuBtn a span:nth-child(2) {
	top: 50%;
	margin-top: -2.5px;
}
#menuBtn a span:nth-child(3) {
	bottom: 0;
}
#menuBtn a.on{
	background-color: #fff;
}
#menuBtn a.on:before{
	content: "CLOSE";
    color: #d00000;
    font-size: 15px;
    letter-spacing: 0.02em;
	font-weight: bold;
	position: absolute;
	bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#menuBtn a.on span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
	background: #d00000;
}
#menuBtn a.on span:nth-child(2) {
	transform: translateX(20px);
	opacity: 0;
}
#menuBtn a.on span:nth-child(3) {
	bottom: 15px;
	transform: rotate(-45deg);
	background: #d00000;
}
#menuBtn a p {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#menuBtn a.on p {
	color: #d00000;
	background: url(../images/close.png) no-repeat center;
}

#navWrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 900;
	background-image: url(../images/common/nav_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	display: none;
}
.nav_logo_sp{
	position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#nav_list{
	position: absolute;
	top:250px;
	left:60px;
	width: 630px;
/*	padding-top: 50px;
	padding-bottom: 60px;*/
}
#nav_list li {
	height: 55px;
	margin-bottom: 50px;
}
#nav_list li:last-child { margin-bottom: 60px; }
#nav_list li a {
	display: block;
	height: 55px;
	background-repeat: no-repeat;
	/*background-position: center;	*/
}
#nav_list li:last-child a {
	display: block;
	height: 68px;
	background-repeat: no-repeat;
	/*background-position: center;	*/
}

#nav_list li a span {
	display: none;
}
#nav_list li.cs a {
	pointer-events: none;
	opacity: .3;
}
#n1 a { background-image: url(../images/common/nav01_sp.png); }
#n2 a { background-image: url(../images/common/nav02_sp.png); }
#n3 a { background-image: url(../images/common/nav03_sp.png); }
#n4 a { background-image: url(../images/common/nav04_sp.png); }
#n5 a { background-image: url(../images/common/nav05_sp.png); }
#n6 a { background-image: url(../images/common/nav06_sp.png); }
#n7 a { background-image: url(../images/common/nav07_sp.png); }
#n8 a { background-image: url(../images/common/nav08_sp.png); }
#n9 a { background-image: url(../images/common/nav09_sp.png); }
#n10 a { background-image: url(../images/common/nav10_sp.png); }
#n11 a { background-image: url(../images/common/nav11_sp.png); }
#n12 a { background-image: url(../images/common/nav12_sp.png); }
#n13 a { background-image: url(../images/common/nav13_sp.png); }


/*--------------------------------------------------*/
/*====================  FOOTER  ====================*/
/*--------------------------------------------------*/
footer{
	width: 100%;
	height: 670px;
	background-color: #000;
}
.ft_top{
	width: 100%;
	height: 254px !important;
	background-color: #d00000;
}
.sharetxt{
	width: 82px;
	height: 18px;
	padding-top: 40px;
	margin:0 auto;	
}
.sharetxt p{
	width: 100%;
	height: 100%;
	background: url(../images/common/txt3_share_sp.png) no-repeat center;
}
.share {
	width: 360px;
	height: 70px;
	position: relative;
	margin:0 auto;
	margin-top:30px;
}
.share ul{
	display: -webkit-flex;
    display: flex;
}
.share li{
	width: 70px;
	height: 70px;
	margin-right: 75px;
	overflow: hidden;
}
.share li:last-child {
	margin-right: 0;
}
.share li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#share_tw a{
	background-image: url(../images/common/btn_twi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65px auto;
}
#share_fb a{
	background-image: url(../images/common/btn_fb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65px auto;
}
#share_ln a{
	background-image: url(../images/common/btn_line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px auto;
}

.copyright{
	width: 100%;
	margin-top:45px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

/*---------------------------------------------------*/
/*=================  STAFF COMMENT  =================*/
/*---------------------------------------------------*/
#sc{
	width: 100%;
	background-image: url("../images/top/bg_top_sp.jpg") ;
	background-size: cover;
}

#staffcomment{
	width: 630px;
	height: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
#sc_header{
	margin-top:60px;
}
#sc_header h1 a{
	display: block;
	width: 449px;
	height: 181px;
	margin:0 auto;
	background:url(../images/top/logo.png) no-repeat center top / 100% auto;
}
#sc_stafflist{
	width: 630px;
	height: 260px;
	position: relative;
	margin:0 auto;
	margin-top:50px;
}
#sc_stafflist ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
}
#sc_stafflist li{
	width: 306px;
	height: 76px;
	border: 2px #fff solid;
	margin-top:10px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}
#sc_stafflist li:nth-child(2n + 0){
	margin-right: 0;
}
#sc_stafflist li a{
	width: 310px;
	height: 80px;
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}
.sc__txt__min{
	font-size:18px;
	vertical-align: 1em;
}

#sc_commentWrap{
	margin-top:28px;
	margin-bottom:80px;
}
.sc_comment{
	width: 100%;
	height: 100%;
	margin-top:46px;
	font-family: 'Noto Serif JP', serif;
}
.sc_comment_name{
	margin-bottom: 16px;
}
.sc_comment_name span{
	background-color: #000;
	font-size: 30px;
	font-weight:600;
	letter-spacing:1px;
	padding-left: 2px;
}
.sc_comment_name span.txt__min2{
	font-size: 22px;
}
/*.sc_comment_text{
	padding-bottom: 46px;
	border-bottom: 1px #000 solid;
}*/
.sc_comment_text p{
	width: 630px;
	letter-spacing:1px;
}
.sc_comment_text p img{
	width: 630px;
	padding-top:40px;
}
#backtotop{
	width: 630px;
	margin:0 auto;
	margin-bottom: 100px;
	letter-spacing:1px;
	text-align: center;
	 font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#backtotop a{
	text-decoration: none;
	background-color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 0 2px;
	letter-spacing:1px;
}
#bdinfo{
	width: 630px;
	margin-bottom: 30px;
	letter-spacing:1px;
	 font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#bdinfo a{
	text-decoration: none;
	background-color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	letter-spacing:1px;
}

/*---------------------------------------------------*/
/*================== IN PAGE TEMP  ==================*/
/*---------------------------------------------------*/
#inPage{
	background-image: url(../images/common/bg_inPage_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
#sub{
	background-image: url(../images/common/bg_inPage_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.contIn{
	width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #000;
    font-weight: 400;
}

#contMain{
	width: 630px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
}
.contTitle {
    width: 630px;
    margin: 0 auto;
    margin-top: 60px;
}


.modal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
.modalin {
	position: absolute;
	max-width: 750px;
	/*min-height: 620px;*/
	width: 750px;
	height: 422px;
	top: 50%;
  	left: 50%;
 	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
#movieModal { background-color: rgba(0,0,0,0.9); }
#movieModal iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modalClose {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1;
	background-color: #000;
}
.modalClose a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
	/*transition: all .2s ease-in-out;*/
}
.modalClose a:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background: #d00000;
	top: 40px;
	left: 30px;
	transform: rotate(45deg);
	/*transition: all .2s ease-in-out;*/
}
.modalClose a:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background: #d00000;
	top: 40px;
	left: 30px;
	transform: rotate(-45deg);
	/*transition: all .2s ease-in-out;*/
}
.close{
	color: #d00000;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: absolute;
    bottom: 12px;
    left: 25%;
}
/*.modalClose a:hover { transform: rotateX(360deg); }*/
/*.modalClose a:hover:before,
.modalClose a:hover:after { background: #fe0048; }*/
#ytLinkWrap{
	width: 100%;
	padding-top:60px;
}
#ytLink_top {
	position: relative;
	width:750px;
	height:422px;
	order:-1;
	background: url(http://img.youtube.com/vi/xVv3kouh4is/sddefault.jpg) center center / cover;
}
#ytLink_top a {
	display: block;
	height: 422px;
}
#ytLink {
	width: 630px;
	height: 354px;
	background-color: #e4000d;
	position: relative;
	margin: 0 auto;
	/*left: 0;*/
	z-index: 10;
	background: url(http://img.youtube.com/vi/xVv3kouh4is/sddefault.jpg) center center;
}
#ytLink a {
	display: block;
	height: 354px;
}
#ytLink a > span:before,
#ytLink_top a > span:before {
	content: "";
	background-image: url(../images/common/circle_mv_sp.png);
    width: 162px;
    height: 163px;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#ytLink a > span:after,
#ytLink_top a > span:after {
	content: "";
	background: url(../images/common/arrow_mv.svg) no-repeat;
	width: 32px;
	height: 34px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 5px;
	/*transition: all .4s ease-in-out;*/
	background-size: cover;
}
#ModalWrap {
	position: relative;
	bottom: 0;
	top: 0;
	height: 100%;
	overflow: auto;
}

#sub_head{
	width: 630px;
    margin: 0 auto;
    margin-top: 60px;
}

#bnr_game{
	position: relative;
	width: 750px;
	height: 575px;
	background: url(../images/top/bnr_game.png);
	background-size: 100%;
	background-repeat: no-repeat;
	order:-2;
}
.top__footbnrLists{
	width: 750px;
	padding-top: 16px;
	background: #000;
	position: relative;
}
.top__footbnrLists li{
	position: relative;
}
.top__footbnrLists li a{
	display: block;
}
.tfbnr_01y a{
	width: 640px;
	height: 200px;
	background: url(../images/top/bnr_special.jpg) no-repeat center center / 100%;
	margin: 0 auto;
}

/*---------------------------------------------------*/
/*================== INTRODUCTION  ==================*/
/*---------------------------------------------------*/

#intro__start_catch{
	font-weight: 900 !important;
	font-size: 37px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.intro__txt p{
	letter-spacing: 2px;
    line-height: 2.2;
    font-weight: 900;
}
.intro__txt strong{
	font-weight: 900;
}
#intro__end_txt{
	font-weight: 900 !important;
	font-size: 42px;
	margin-top:30px;
}

/*---------------------------------------------------*/
/*====================== MOVIE ======================*/
/*---------------------------------------------------*/
.movie__title{
	max-width: 630px;
	margin-top:15px;
    display: inline-block;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 10px 36px 10px 16px;
    background-color: #d00000;
    color: #fff;
}
.movie_in{
	margin-bottom: 80px;
}
.movie_in iframe{
	width: 630px;
	height: 354px;
}

/*---------------------------------------------------*/
/*===================== ON AIR ======================*/
/*---------------------------------------------------*/
.onair__txt{
	width: 100%;
	min-height: 820px;
}

/*---------------------------------------------------*/
/*===================== STAFF =======================*/
/*---------------------------------------------------*/
.staff__In p{
	font-weight: 500;
	line-height: 60px;
}
.bld_staffname{
	font-size: 29px;
	font-weight: 900 !important;
}
.bld_staffname a{
	color: #000;
}
.cmm{
	width: 116px;
    height: 30px;
    position: relative;
    margin-left: 10px;
    padding: 5px 20px;
    background-color: #e4000d;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 9px;
    top: -4px;
    vertical-align: 1px;
    font-weight: 500;
}

#commentModalin {
	position: absolute;
	padding: 95px 0;
	min-height: 100%;
	max-width: 750px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*	-webkit-justify-content: center;
	justify-content: center;*/
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #e4000d;
}
.commentModalinbox {
	width: 630px;
	margin: 0 auto;
	display: none;
}

/*--------------------------------------------------*/
/*=====================  NEWS  =====================*/
/*--------------------------------------------------*/
.news{
	min-height: 820px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.subNews__lists {
    width: 100%;
}
.subNews__list{
    border-top: 1px solid #000;
    width: 100%;
}
.subNews__list:last-child{
    border-bottom: 1px solid #000;
}
.subNews__list__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 30px 20px;
    position: relative;
}
.subNews__list__link:before{
    content: "";
    background-color: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*transition: width .6s cubic-bezier(0.16, 1, 0.3, 1);   */ 
    z-index: 0;
}
.subNews__list__link:after{
    content: "";
    background-color: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    /*transition: width .6s cubic-bezier(0.16, 1, 0.3, 1); */
    z-index: 0;
}
/*.subNews__list__link:hover:before,
.subNews__list__link:hover:after{
    width: 100%;
}*/
.subNews__list__link--date{
	letter-spacing:0;
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 22px;
    line-height: 1;
    position: relative;
    width: 146px;
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__list__link--title{
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.8;
    margin-top: -9px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    width: calc(100% - 146px);
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__list__link--title br{
    display: none;
}


.subNews__datal__date__text{
	letter-spacing:0;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 22px;
    line-height: 1;
    position: relative;
    width: 146px;
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__detal__title {
    border-top: 1px solid #d00000;
    border-bottom: 1px solid #d00000;
    width: 590px;
    margin-bottom: 50px;
    padding: 30px 20px;
    background-color: #d00000;
}
.subNews__detal__title__text{
    color: #fff;
    display: block;
    font-weight: bold !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-top: -5px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    width: calc(100% - 146px);
    transition: color .3s ease-in-out;
    z-index: 1;
}


/*.subNews__detal__textArea{
    padding: 0 24px;
}*/
.subNews__detal__textArea p{
    color: #000;
    font-size: 22px;
    line-height: 2;
	font-weight: bold;
}
.subNews__detal__textArea > p,
.subNews__detal__textArea > div{
    margin-bottom: 40px;
}
.subNews__detal__textArea p:last-of-type{
    margin-bottom: 0;
}
.subNews__detal__textArea img{
    max-width: 100%;
}
.subNews__detal__textArea p strong{
    background: #e4000d;
    color: #fff;
}
.subNews__detal__textArea p.center{
    text-align: center;
}
.subNews__detal__textArea p.right{
    text-align: right;
}
.subNews__detal__textArea .fLeft{
    float: left;
    margin-right: 26px;
}
.subNews__detal__textArea .fRight{
    float: right;
    margin-left: 26px;
}
.subNews__detal__textArea .inBorder{
    border: 1px solid #000;
    padding: 20px;
}
.subNews__detal__textArea p a{
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.1s;
}
/*.subNews__detal__textArea p a:hover{
    text-decoration: underline;
    background-color: #e4000d;
	transition: background-color 0.2s;
}*/
.subNews__detal__textArea p iframe{
    display: inline-block;
    height: 338px;
    width: 600px;
}
.subNews__detal__textArea p .ifWrap{
    display: inline-block;
    height: 338px;
    width: 600px;
}
.backTo{
    text-align: center;
    margin-top:80px;
}
.backTo a{
    color: #fff;
    background-color: #000;
    font-size: 18px;
    padding: 0 4px;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    /*transition: color 0.2s;
    transition: background-color 0.2s;*/
}

/*-----------------------------------------------
 * History
-------------------------------------------------*/
.sub__title{
    padding: 60px 60px;
}
.sub__title > span{ display: block; }
.history__title > span{
	background: url(../images/history/title_sp.png) no-repeat 0 0 / 100%;
	width: 487px;
	height: 48px;
}
.goods__title > span{
	background: url(../images/goods/h1_title.png) no-repeat 0 0 / 100%;
	width: 206px;
	height: 47px;
}

#sub__cont{
	padding: 0 60px;
}
.history__one{
	margin-bottom: 40px;
}
.history__one__title{
	background-color: #ca0000;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 20px;
	padding: 4px 20px;
	text-align: center;
}
.history__one__lists{
	display: flex;
	flex-wrap: wrap;
}
.history__one__lists > li{
	background-color: #ca0000;
	width: 305px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.history__one__lists > li:nth-child(2n){
	margin-right: 0;
}
.history__one__lists > li > a{
	color: #fff;
	text-decoration: none;
}
.history__one__lists__thumb{
	width: 100%;
	overflow: hidden;
}
.history__one__lists__thumb img{
	width: 100%;
}
.history__one__lists__name{
	background-color: #ca0000;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	padding: 2px 10px;
}
/* Modal */
.historyModal {
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.9);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.js-modalBox{
    display: none;
}
.historyModal__close {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.historyModal__close a{
	background: url(../images/history/m_close.png) no-repeat 0 0 / 100%;
    display: block;
	width: 100px;
	height: 100px;
    pointer-events: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.historyModal__one {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.historyModal__one__in {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}
.historyModal__one__in__cont{
	width: 630px;
	margin: 160px 0;
}
.historyModal__poster{
	width: 100%;
}
.historyModal__poster img{
	width: 100%;
}
.historyModal__textWrap{
}
.historyModal__textWrap__title{
	background-color: #ca0000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 50px;
    padding: 20px 20px;
    text-align: center;
}
.historyModal__textWrap__start{
	color: #ca0000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 50px;
}
.historyModal__textWrap__detail__item{
    display: flex;
    margin-bottom: 30px;
}
.historyModal__textWrap__detail__item:last-child{
	margin-bottom: 0;
}
.historyModal__textWrap__detail__item > dt.his__direction{
	min-width: 74px;
}
.historyModal__textWrap__detail__item > dt.his__script{
	min-width: 74px;
}
.historyModal__textWrap__detail__item > dt.his__cast{
	min-width: 122px;
}
.historyModal__textWrap__detail__item > dt,
.historyModal__textWrap__detail__item > dd{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}
/*-----------------------------------------------
 * Character
-------------------------------------------------*/
.character__title > span{
	background: url(../images/character/title_sp.png) no-repeat 0 0 / 100%;
	width: 290px;
	height: 43px;
}
.kaiju__title > span{
	background: url(../images/kaiju/h1_title.png) no-repeat 0 0 / 100%;
	width: 105px;
	height: 50px;
}
.charaLists{
    display: flex;
    flex-wrap: wrap;
}
.charaLists > li{
	width: 50%;
}
.charaLists > li > a{
	display: block;
	width: 100%;
	position: relative;
}
.charaLists__name{
	position: absolute;
	top: 20px;
	left: 20px;
}
.charaLists__thumb{
	width: 100%;
}
.charaLists__thumb img{
	width: 100%;
}
/* Modal */
.characterModal {
    -webkit-overflow-scrolling: touch;
    background: #e4000d;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.characterModal__close {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.characterModal__close:after{
	content: "";
	background-color: #000;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.characterModal__close a{
    display: block;
	width: 100px;
	height: 100px;
    pointer-events: auto;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s ease-in-out;
	z-index: 2;
}
.characterModal__close a:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50px;
	left: 20px;
	transform: rotate(30deg);
	transition: all .4s ease-in-out;
}
.characterModal__close a:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50px;
	left: 20px;
	transform: rotate(-30deg);
	transition: all .4s ease-in-out;
}
.characterModal__close a:hover { transform: rotateX(360deg); }
.characterModal__close a:hover:before,
.characterModal__close a:hover:after { background: #fe0048; }
.characterModal__one {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.characterModal__one__in {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}
.characterModal__one__in__cont{
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
	position: relative;
}
.characterModal__name{
	position: relative;
	z-index: 2;
}
.characterModal__name span{
	position: absolute;
	top: 180px;
	left: 40px;
}
.characterModal__faceWrap{
	background-color: #fff;
	width: 100%;
	height: 415px;
	overflow: hidden;
	position: absolute;
	top: 586px;
	left: 0;
	z-index: 1;
}
.characterModal__full{
	width: 100%;
	margin: 0 auto 68px;
	position: relative;
	z-index: 2;
}
.characterModal__textWrap{
	padding: 0 40px;
}
.characterModal__text{
	color: #fff;
    font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 44px;
}

.commBox {
	padding-bottom: 50px;
}

.commBox p {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}

.commL {
	width: 640px;
}
.commL2 {
	width: 640px;
	padding-top: 80px;
}
.commR {
	width: 596px;
	border: 2px solid #000;
	background: #fff;
	line-height: 2em;
	padding: 20px;
}
.f12 {
	font-size: 16px;
}

.comA{
    background: #000;
    color: #fff;
}
.comB{
	text-decoration: underline;
}
.mv__re {
	width:100%;
	height:1073px;
	background: url(../images/top/rmv_sp.jpg) no-repeat center center;
}
/*---------------------------------------------------*/
/*================== MUSIC  ==================*/
/*---------------------------------------------------*/
#music{
	font-family: 'Noto Serif JP', serif;
}
.artist__each {
	margin-bottom:70px;
}
#music h3,#music h4 {
	line-height: 46px;
	color: #FFF;
	font-size: 34px;
	padding: 23px 0;
	text-align: center;
	font-weight: bold !important;
	background: #e4000d;
}
#music h3 span { font-size: 24px;display: block;text-align: center }
#music p {
	font-size: 24px;
	line-height: 2.2;
	letter-spacing: 0.1em;
	font-weight: 900 !important;
	margin-bottom:2em;
	word-break: break-all;
}
#music strong{
	font-weight: 900;
}
#music .artist__img {
	margin-bottom:40px;
}
#music .artist__img img {
	display: block;
	max-width:100%;
	height:auto;
}
#music p a {
	color:#000;
}
#storyList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:650px;
	margin:0 auto;
	padding-top:50px;
	margin-bottom:-30px;
}
#storyList li {
	width:310px;
	margin-bottom: 30px;
}
#storyList li a {
	display: block;
	height:100%;
	background:#ca0000;
	border:2px solid #ca0000;
	color:#FFF;
	text-decoration: none;
}
.storyThumb {
	width:306px;
	margin-bottom:10px;
}
.storyThumb img {
	width:306px;
}
.storyTitle {
	font-size:24px;
	font-weight: bold;
	line-height:1.6;
	padding:0 10px;
}
.storyArticle {
	width:630px;
	padding-top:50px;
	margin:0 auto;
	padding-bottom:70px;
}
#story .storyArticle h3 {
	font-size:24px;
	line-height:36px;
	padding:22px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	background:#ca0000;
}
#storyImg {
	margin-bottom: 12px;
}
#storyImg img {
	display: block;
	width:630px;
	height:auto;
}
.storyImgs {
	display: flex;
	flex-wrap: wrap;
}
.storyImgs li {
	width: 150px;
	margin-right:10px;
	margin-bottom:10px;
	background:#000;
}
.storyImgs li:nth-child(4n) {
	margin-right:0;
}
.storyImgs li img {
	display: block;
	width: 150px;
	height:auto;
	cursor: pointer;
	transition:all 0.3s ease;
}
.storyImgs li img.active {
	opacity:0.8;
}
.storyText {
	padding-top:24px;
	line-height: 2;
}