@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"), local('YuMincho-Demibold');
  font-weight: bold;
}
@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');

::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* {
	outline:none;
}
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
a { color: #fff; }
a:hover { text-decoration: none; }
.sp {display:none;}
@keyframes glitch {  0%, 20%, 33%, 60%, 64%, 66%, 69%, 73%, 75%, 90%, 93%, 100% {
 transform: skew(0deg);
}
 21%, 81% {
 transform: skew(30deg, 0deg);
}
 22%, 82% {
 transform: skew(-30deg, 0deg);
}
 61% {
 transform: skew(35deg);
}
 62% {
 transform: skew(-15deg, -8deg);
}
 65% {
 transform: skew(15deg, -8deg);
}
 70% {
 transform: skew(-65deg);
}
 74% {
 transform: skew(15deg, -15deg);
}
}
@keyframes flash {

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

  20%,65%,100%{
    opacity: 1;
  }
}
/* 共通*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

body#index {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
#fullwrap {
	width: 100%;
	height: 100%;
	min-width: 1240px;
	min-height: 640px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* FONT Roboto */
.f_rb{ font-family: 'Roboto', sans-serif; }
/* loading */
#loading{
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.mv{
	width: calc(100% - 280px);
	height: auto;
	/*overflow: hidden;*/
	position: relative;
	/*background-image: url("../images/top/bg_godzilla.jpg");
	background-size: cover;
	background-repeat: no-repeat;*/

}
.mv_in{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.mv2{
	width: 100%;
	width: 940px;
	height: 581px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bnr_game{
	position: absolute;
	top: 70px;
	right: 0;
	width: 240px;
	height: 184px;
	background: url(../images/top/bnr_game.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
	transition: all .3s ease;
}
.bnr_game:hover{
	opacity: 0.7;
}

/* FOOT BNR */
.top__footbnrLists{
	width: 100%;
	height: 280px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	background: #000;
}
.top__footbnrLists li{
	z-index: 2;
}
.top__footbnrLists li a{
	display: block;
	transition: all 0.3s ease;
}
.top__footbnrLists li a:hover{
	opacity: 0.7;
}

.tfbnr_01y{
	width: 640px;
	height: 200px;
}
.tfbnr_01y a{
	width: 640px;
	height: 200px;
	background: url(../images/top/bnr_special.jpg) no-repeat center center / contain;
}

/*--------------------------------------------------*/
/*====================  header  ====================*/
/*--------------------------------------------------*/
header{
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	width:100%;
}
.share{
	width: 140px;
	height: 40px;
	position: absolute;
	top: 6px;
	right: 280px;
	padding-bottom:8px;
	background: url(../images/top/txt3_share.png) no-repeat center bottom;
	z-index:5000;
}
.share ul{
	display: -webkit-flex;
	display: flex;
	margin-left: 20px;
	margin-right: 20px;
}
.share li{
	width: 18px;
	height: 18px;
	padding: 10px 0px;
	margin-right: 23px;
}
.share li:last-child{
	margin-right:0px;
}
.share li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.share li a:hover{
	opacity: 0.7;
}
#share_tw a {
	background-image: url(../images/common/btn_twi.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 16px;
	z-index: 100;
}
#share_fb a {
	background-image: url(../images/common/btn_fb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 16px;
	z-index: 100;
}
#share_ln a {
	background-image: url(../images/common/btn_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 16px;
	z-index: 100;
}
.sharetxt{
	width:140px;
	height: 12px;
	position: absolute;
	top:50px;
}
.sharetxt p {
	width: 26px;
	height: 12px;
	background: url(../images/common/txt3_share.png) no-repeat center;
	margin: 0 auto;
    /*left: 156px;
    background-size: 44px;*/
}

/*--------------------------------------------------*/
/*=================== COMMON =======================*/
/*--------------------------------------------------*/
#contWrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 105px;
    padding-bottom: 105px;
}
.InP_bg{
	background-image: url(../images/common/bg_inPage.jpg);
}

.modal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
.modalin {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
}
#movieModal { background-color: #000; }
#movieModal iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modalClose {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1;
	background-color: #000;
}
.modalClose a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: all .4s ease-in-out;
}
.modalClose a:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50px;
	left: 20px;
	transform: rotate(30deg);
	transition: all .4s ease-in-out;
}
.modalClose a:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50px;
	left: 20px;
	transform: rotate(-30deg);
	transition: all .4s ease-in-out;
}
.modalClose a:hover { transform: rotateX(360deg); }
.modalClose a:hover:before,
.modalClose a:hover:after { background: #fe0048; }
#ytLink_top {
	width: 280px;
	height: 156px;
	background-color: #e4000d;
	/*position: absolute;*/
	position: absolute;
	left: 0;
	z-index: 10;
	bottom:50px;
}
#ytLink {
	width: 100%;
	height: 100%;
	background-color: #e4000d;
	/*position: absolute;*/
	position: relative;
	margin-top:100px;
	top:380px;
	left: 0;
	z-index: 10;
}
#ytLink,
#ytLink_top {
	background: url(http://img.youtube.com/vi/xVv3kouh4is/mqdefault.jpg) center center;
	background-size: 100%;
}
#ytLink a,
#ytLink_top a {
	display: block;
	height: 141px;
}
#ytLink a >span:before,
#ytLink_top a > span:before {
	content: "";
	background-image: url(../images/common/circle_mv.png);
    width: 64px;
    height: 64px;
    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: 12px;
	height: 13px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 5px;
	transition: all .4s ease-in-out;
}
#ytLink a:hover > span:after,
#ytLink_top a:hover > span:after { transform: rotateX(360deg); }
#ModalWrap {
	position: relative;
	bottom: 0;
	top: 0;
	height: 100%;
	overflow: auto;
}
/*--------------------------------------------------*/
/*====================  TOP  ====================*/
/*--------------------------------------------------*/
#index #fullwrap{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	position: relative;
	background:#000;
}
#main{
	width: 100%;
	height: 468px;
	position: relative;
	margin:auto;
}
#txt_newseries p{
	width: 100%;
	height:28px;
	background: url(../images/top/txt_newseries.png) no-repeat center;
	position: absolute;
	background-size: 365px 28px;
}
#logo_top{
	width: 100%;
	height:260px;
	background: url(../images/top/logo.png) no-repeat center;
	position: absolute;
	top:54px;
	background-size: 640px auto;
}
#h3_onairtxt p{
	width: 100%;
	height:94px;
	background: url(../images/top/h3_onairtxt_pc.png) no-repeat center;
	position: absolute;
	top:330px;
	background-size: 562px auto;
}
#txt_netflix p{
	width: 100%;
	height:28px;
	background: url(../images/top/txt_netflix.png) no-repeat center;
	position: absolute;
	top:440px;
	background-size: 481px auto;
}
#staff{
	width: 100%;
	position: relative;
	margin:auto;
}

#staff li{
	height: 49px;
	position: relative;
	margin-right: 30px;
}
#staff li:last-child {
	margin-right: 0;
}

ul.staff_li{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 113px;
}
#txt2_director {
	width: 109px;
	background:url(../images/top/txt2_director.png) no-repeat center;
	background-size: 109px 48px;
}
#txt2_series {
	width: 115px;
	background:url(../images/top/txt2_series.png) no-repeat center;
	background-size: 115px 48px;
}
#txt2_charad {
	width: 165px;
	background:url(../images/top/txt2_charad.png) no-repeat center;
	background-size: 165px 48px;
}
#txt2_mond2 {
	width: 108px;
	background:url(../images/top/txt2_mond2.png) no-repeat center;
	background-size: 108px 48px;
}
#txt2_music {
	width: 80px;
	background:url(../images/top/txt2_music.png) no-repeat center;
	background-size: 80px 48px;
}
#txt2_production {
	width: 213px;
	background:url(../images/top/txt2_production.png) no-repeat center;
	background-size: 213px 48px;
}
#mv3{
	width: calc(100% - 220px);
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
.linklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 526px;
    height: 36px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.linklist li {
    background-color: #000;
    height: 36px;
    width: 258px;
    margin-right: 10px;
    overflow: hidden;
    /*position: absolute;*/
    /*bottom: 0;*/
}
.linklist li:last-child{
	margin-right: 0;
}
.linklist li a{
	background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.linklist li.staffcomment a {
    background-image: url(../images/top/btn_staffcomment.png);
    background-size: 187px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.linklist li.twitterlink a {
    background-image: url(../images/top/btn_officialtwi.png);
    background-size: 235px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.linklist li a:hover{
	background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
}
.linklist li.staffcomment a:hover {
    background-image: url(../images/top/btn_staffcomment_on.png);
    background-size: 187px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.linklist li.twitterlink a:hover {
    background-image: url(../images/top/btn_officialtwi_on.png);
    background-size: 235px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

#copyright_top{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 280px;
}
#copyright_top p{
	font-size: 9px;
    /*line-height: 30px;*/
    letter-spacing: 0.12em;
    text-align: center;
/*    position: absolute;
    height: 42px;
    bottom: 20px;*/
    color: #fff;
    z-index: 50;
}
#twiarea{
  	width: 100%;
  	position: fixed;
  	top: 0;
  	left: : 0;
  	bottom: 0;
  	height: auto;
  	min-width: 1240px;
  	opacity: 0;
}

.topTwWidget{
    position: absolute;
    width: 280px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #84000b;
}
.topTwWidget__in{
    background: #84000b;
    position: absolute;
    top:35px;
    left: 0;
    right: 0;
    bottom: 208px;
    margin: 16px 0;
}
h2.topTw_title a{
	display: block;
	width: 147px;
	height:35px;
	background:url(../images/top/txt3_twitter.png)no-repeat center;
	background-color: #d00000;
	padding: 0;
	margin:0 auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
h2.topTw_title a:hover{
	display: block;
	width: 147px;
	height:35px;
	background:url(../images/top/txt3_twitter_on.png)no-repeat center;
	background-color: #fff;
	padding: 0;
	margin:0 auto;
}

#top_nav{
	left:145px;
	right:0;
	height: 70px;
	position: absolute;
	top: 0px;
	z-index: 2;
	display: flex !important;
	align-items: center;
}
.top_nav00{
	width: 24px;
	height: 11px;
}
#top_nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height:48px;
	margin-bottom:4px;
}
#top_nav ul li{
	margin:2px 0;
	height:23px;
}
#top_nav ul li a {
	position: relative;
	display: block;
}
#top_nav ul li a img {
	height:23px;
	display:block;
	position: relative;
	width:auto;
}
#top_nav ul li a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 0%;
	background-position: left center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	background:#000;
}
#top_nav ul li a:hover:before {
	width:calc(100% - 20px);
}
#top_nav ul li a img { display: block; }

#top_logo{
	position: absolute;
	top: 14px;
	left: 20px;
}
#top_onair{
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 100;
}
#top_catch{
	position: absolute;
	top: 84px;
    right: 30px;
}
#top_bg_g{
	position: absolute;
	bottom: 0;
	right: 0;
}

#top_staffname{
	position: absolute;
	top:20px;
	width: 60%;
	left: calc(50% + 30px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
}
#top_chara{
	position: absolute;
	bottom: 0;
	height: 90%;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top_bg_godzilla{
	width: 100%;
	height:auto;
	opacity: 0;
	transform: scale(1.25);
}
.top_bg_chara{
	position: absolute;
    bottom: 0;
    /*left: 50%;*/
    left:30%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 52%;
    z-index: 2;
    transform: scale(1.25);
}
#kv{
	min-height: 100vh;
	display: flex !important;
	align-items: flex-end;
}
.top_infoarea{
	z-index: 1001;
	position: relative;
}

/* ANIMATION */
#top_pc_nav,
#top_infoarea,
#shareWrap{
	opacity: 0;
}
#kvani{
	min-height: 100vh;
	display: flex !important;
	align-items: flex-end;
}
/*#topMain{
	width: 100%;
	min-height: 100vh;
	display: flex !important;
	align-items: flex-end;
	overflow: hidden;
}*/
#fullwrap .anie #topMain{
	position: relative;
}

#topMain:before,
#topMain:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
#topMain:before{
	width: calc(100% - 280px);
	height: 100%;
	background:url(../images/top/bg_godzilla2.png) no-repeat center center / cover;
	transition: all 1s ease;
	opacity: 0;
}
#topMain:after{
	background:url(../images/top/bg_chara.png) no-repeat center center / cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 52%;
    z-index: 2;
    transform: scale(1.25);
    transition: all 1s ease;
    opacity: 1;
}
#topMain.ani1:before{
	opacity: 0;
}
#topMain.ani1:after{
	opacity: 1;
	transform: scale(1.25);
}
#topMain.ani2:after{
	transform: scale(1);
}
/*1_キャラを*/
/*.top_bg_chara.ami1{ 
	opacity: 1;
	animation:.2s linear .3s flash;
	transform: scale(1.25);
}*/
/*2_キャラを小さく（元のサイズへ）*/
.top_bg_chara.ani2{
	transform: scale(1);
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all 1s ease;
}
/*3_ロゴやTwitterなどを表示*/
#top_pc_nav.ani,
#shareWrap.ani,
#twiarea.ani,
#top_staffname.ani{
	opacity: 1;
	transition: all .3s ease;
}
#top_infoarea.ani{
	opacity: 1;
	transition: .3s ease;
	z-index: 1001;
}
/*最後にゴジラを表示させる*/

.top_bg_godzilla.ani{
	transition-delay: .2s;
	opacity: 1;
	transform: scale(1);
	transition: all 1s ease;
}
#twiarea.end{
	animation-play-state: paused;
}

#topMain.ani3:before{
	opacity: 1;
}


/*---------------------------------------------------*/
/*=================  STAFF COMMENT  =================*/
/*---------------------------------------------------*/
#sc {
	width: 100%;
	background-image: url("../images/staffcomment/bg_sc_pc.jpg") ;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #a80d0d;
}

#staffcomment{
	width: 1060px;
	height: 100%;
	margin:0 auto;
	font-family: "Yu Mincho", YuMincho, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
#sc_header{
	margin-top:50px;
}
#sc_header h1 a{
	display: block;
	width: 350px;
	height: 141px;
	background: url(../images/top/logo.png) no-repeat center;
	background-size: 350px;
	margin:0 auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#sc_header h1 a:hover{
	opacity: 0.7;
}
#sc_stafflist{
	width: 1060px;
	height: 54px;
	position: relative;
	margin:0 auto;
	margin-top:44px;
}
#sc_stafflist ul{
	display: -webkit-flex;
	display: flex;	
}
#sc_stafflist li{
	width: 200px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	border: 2px #fff solid;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#sc_stafflist li:last-child{
	margin-right: 0;
}
#sc_stafflist li a{
	width: 200px;
	height: 50px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#sc_stafflist li:hover{
	width: 200px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 2px #000 solid;
	font-weight: bold;
}
#sc_stafflist li a:hover{
	width: 200px;
	height: 50px;
	display: block;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}


.sc__txt__min{
	font-size:14px;
	vertical-align: 1em;
}

#sc_commentWrap{
	margin-top:12px;
	margin-bottom:80px;
	line-height: 32px;
}
.sc_comment{
	width: 100%;
	height: 100%;
	margin-top:40px;
	color: #fff;
}
.sc_comment_name{
	margin-bottom: 16px;
}
.sc_comment_name span{
	font-family: 'Noto Serif JP', serif;
	background-color: #000;
	font-size: 18px;
	font-weight:500;
	letter-spacing:1px;
	padding-left: 4px;
}
.sc_comment_name span.txt__min2{
	font-size: 12px;
}
/*.sc_comment_text{
	padding-bottom: 40px;
	border-bottom: 1px #000 solid;
}*/
.sc_comment_text p{
	width: 850px;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.2;
    font-size: 16px;
}
.sc_comment_text p img{
	width: 640px;
	padding-top:40px;
}

#backtotop{
	width: 100%;
	margin:0 auto;
	text-align: center;
	margin-bottom: 100px;
	letter-spacing:1px;
	font-family: "Yu Gothic", YuGothic, sans-serif;
}
#backtotop a{
	text-decoration: none;
	background-color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 2px;
	letter-spacing:1px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#backtotop a:hover{
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 2px;
	letter-spacing:1px;
}


#bdinfo{
	width: 100%;
	margin-bottom: 40px;
	letter-spacing:1px;
	font-family: "Yu Gothic", YuGothic, sans-serif;
}
#bdinfo a{
	text-decoration: none;
	background-color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	letter-spacing:1px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#bdinfo a:hover{
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	letter-spacing:1px;
}


.copyright_common{
	width: 130px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	font-weight: 500;

}

/*---------------------------------------------------*/
/*================== IN PAGE TEMP  ==================*/
/*---------------------------------------------------*/
.head_r_Wrap{
	width: 100%;
  	position: absolute;
  	top: 0;
  	left: : 0;
  	bottom: 0;
  	height: auto;
  	min-width: 1240px;
}
.head_r{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.share_r{
	width: 140px;
	height: 40px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
}
.share_r ul{
	display: -webkit-flex;
	display: flex;
	margin-left: 20px;
	margin-right: 20px;
}
.share_r li{
	width: 18px;
	height: 18px;
	padding: 10px 0px;
	margin-right: 23px;
}
.share_r li:last-child{
	margin-right:0px;
}
.share_r li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.share_r li a:hover{
	opacity: 0.7;
}
.sharetxt_r{
	width:140px;
	height: 12px;
	position: absolute;
	top:50px;
	right: 0;
}
.sharetxt_r p {
	width: 26px;
	height: 12px;
	background: url(../images/common/txt3_share.png) no-repeat center;
	margin: 0 auto;
    /*left: 156px;
    background-size: 44px; */
}

#sub_fullwrap{
	min-width: 1240px;
	min-height: 100%;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	padding-left: 250px;
	/*padding-right: 350px;*/
	/*background: #000;*/
}

#navi{
	width: 100%;
  	position: fixed;
  	top: 0;
  	left: 0;
  	/*bottom: 0;*/
  	max-height: 100vh;
  	min-height: 620px;
  	height:100%;
}
.nav_logo{
	margin:36px auto;
    width: 212px;
    height: auto;
}
#nav_list{
	z-index: 2;
}
#nav_list li{
	margin-bottom: 4px;
}
#nav_list li a{
	display: table;
	position: relative;
	transition: .3s;
}

#n1 a { background-image: url(../images/common/nav01.png);width:120px;height: 30px;  }
#n2 a { background-image: url(../images/common/nav02.png);width:218px;height: 30px;  }
#n3 a { background-image: url(../images/common/nav03.png);width:220px;height: 30px;  }
#n4 a { background-image: url(../images/common/nav04.png);width:219px;height: 30px;  }
#n5 a { background-image: url(../images/common/nav05.png);width:138px;height: 30px; }
#n6 a { background-image: url(../images/common/nav06.png);width:235px;height: 30px; }
#n7 a { background-image: url(../images/common/nav07.png);width:164px;height: 30px; margin-right:40px;}
#n8 a { background-image: url(../images/common/nav08.png);width:164px;height: 30px; }
#n9 a { background-image: url(../images/common/nav09.png);width:122px;height: 30px; }
#n10 a { background-image: url(../images/common/nav10.png);width:114px;height: 30px; }
#n11 a { background-image: url(../images/common/nav11.png);width:90px;height: 30px; }
#n12 a { background-image: url(../images/common/nav12.png);width:114px;height: 30px; margin-right:80px; }
#n13 a { background-image: url(../images/common/nav13.png);width:174px;height: 30px; margin-right:80px; }
#nav_list li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background-position: left center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

#nav_list li a:hover:before { width: 100%; }
#n1 a:before { background-image: url(../images/common/nav01_hv.png);width:120px;height: 30px;  }
#n2 a:before { background-image: url(../images/common/nav02_hv.png);width:218px;height: 30px;  }
#n3 a:before { background-image: url(../images/common/nav03_hv.png);width:220px;height: 30px;  }
#n4 a:before { background-image: url(../images/common/nav04_hv.png);width:219px;height: 30px;  }
#n5 a:before { background-image: url(../images/common/nav05_hv.png);width:138px;height: 30px; }
#n6 a:before { background-image: url(../images/common/nav06_hv.png);width:235px;height: 30px; }
#n7 a:before { background-image: url(../images/common/nav07_hv.png);width:164px;height: 30px; }
#n8 a:before { background-image: url(../images/common/nav08_hv.png);width:164px;height: 30px; }
#n9 a:before { background-image: url(../images/common/nav09_hv.png);width:122px;height: 30px; }
#n10 a:before { background-image: url(../images/common/nav10_hv.png);width:114px;height: 30px; }
#n11 a:before { background-image: url(../images/common/nav11_hv.png);width:70px;height: 30px; }
#n12 a:before { background-image: url(../images/common/nav12_hv.png);width:114px;height: 30px; }
#n13 a:before { background-image: url(../images/common/nav13_hv.png);width:174px;height: 30px; }
#nav_list li a{ display: block; }

.n_active{background-color:#e4000d;}

#copyright{
	width: 250px;
	height: 16px;
	position: absolute;
	top:500px;
}
#copyright p{
	color: #fff;
	font-size: 9px;
    letter-spacing: 0.12em;
    text-align: center;
}

#contIn{
	width: 850px;
	margin:auto;
	height: 100%;
/*	margin-left: 250px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;*/
}
/*#contMain{
	width: 850px;
	margin: 0 auto;
}*/
.contTitle{
	margin-bottom: 50px;
}

#sub__bg{
    background-image: url(../images/common/bg_inPage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    min-height: 620px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

nav {
	position: absolute;
	left: 0;
	top: 150px;
	right: 0;
}
nav ul {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 0;
}

/* ---- */
/*section {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding-bottom: 105px;
	width: 100%
}*/
.contIn{
	width: 850px;
	margin: auto;
}
.contIn h2 {
	width: 100%;
	background-repeat: no-repeat;
}
#sub section {
	/***padding-top: 180px;***/
	padding-bottom: 180px;
}
#sub section .contIn article{
	margin-top: -130px;
}


/** from FF **/
#sub #fullWrap { padding-right: 0; }
#left {
	width: 250px;
	position: fixed;
	left: 0;
	top: 0;
	max-height: 100vh;
	background: #000;
	min-height: 620px;
	height: 100%;
	z-index: 1000;
}
#left header h1 {
	position: absolute;
	height: 85px;
	width: 212px;
	left: 19px;
	top: 36px;
}
#left header h1 a {
	display: block;
	height: 85px;
	width: 212px;
	background: url(../images/common/logo.png) no-repeat center center / contain;
	transition: all .3s ease;
}
#left header h1 a:hover { opacity: 0.7; }

#sub_head {
	width: 850px;
    margin: 0 auto;
    padding: 45px;
    position: relative;
    margin-top: 45px;
}
#sub_head h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 45px;
}
#sub footer {
	height: 48px;
	background: #e60012;
}
#sub_CR {
	color: #FFF;
	text-align: center;
	line-height: 48px;
}
#sub section {
	padding-bottom: 0px; 
	/*padding-bottom: 50px;*/
	/*min-height: calc(100vh - 98px);*/
	min-height: 100vh;
}
#sub section article {
	width: 850px;
	margin: auto;
}
#subcont{
	width: 850px;
	margin: auto;
	padding: 45px;
}

#sub #news article,
#sub #introduction article,
#sub #story article,
#sub #Instaff article,
#sub #onair article,
#sub #movie article,
#sub #music article {
	width: 850px;
	margin: auto;
	padding:45px;
}

#sub section {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top 130px center;
}

.subBg{
	background-image: url(../images/common/bg_inPage.jpg);
}

/*---------------------------------------------------*/
/*================== INTRODUCTION  ==================*/
/*---------------------------------------------------*/
#introduction{
	font-family: 'Noto Serif JP', serif;
}
#introduction h3 {
	line-height: 50px;
	color: #000;
	font-size: 30px;
	padding-bottom: 50px;
	text-align: justify;
	letter-spacing: 0.1em;
	font-weight: bold !important;
}
#introduction h3 span { font-size: 20px; }
#introduction p {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 2px;
	font-weight: 900 !important;
}
#introduction strong{
	font-weight: 900;
}

.intro{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
.intro h2{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}
.intro p{
	font-size: 16px;
	letter-spacing: 2px;
    line-height: 2.2;
    font-weight: 500;
}
#introduction strong{
	font-weight: 900;
}
#intro__start_catch{
	font-weight: bold !important;
	font-size: 30px !important;
	margin-bottom: 30px;
	line-height: 1.7 !important;
}
#intro__end_txt{
	font-size: 40px !important;
	margin-top:20px;
	font-weight: bold !important;
	margin-bottom: 0;
}

/*---------------------------------------------------*/
/*================== STORY  ==================*/
/*---------------------------------------------------*/
#story{
	font-family: 'Noto Serif JP', serif;
}
#story h3 {
	line-height: 50px;
	color: #000;
	font-size: 30px;
	padding-bottom: 50px;
	text-align: justify;
	letter-spacing: 0.1em;
	font-weight: bold !important;
}
#story h3 span { font-size: 20px; }
#story p {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 2px;
	font-weight: 900 !important;
}
#story strong{
	font-weight: 900;
}

#story strong{
	font-weight: 900;
}

/*---------------------------------------------------*/
/*====================== STAFF ======================*/
/*---------------------------------------------------*/
#Instaff{
	font-family: 'Noto Serif JP', serif;
}
.staff__In{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
.bld_staffname{
	font-size: 24px;
	font-weight: bold;
	padding-left: 2px;
}

.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: 14px;
    margin-bottom: 9px;
    top: -4px;
}

#commentModalin {
	position: absolute;
	padding: 95px 0;
	min-height: 100%;
	min-width: 1200px;
	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: 850px;
	margin: 0 auto;
	display: none;
	font-family: 'Noto Serif JP', serif;
}

/*---------------------------------------------------*/
/*====================== MOVIE ======================*/
/*---------------------------------------------------*/
.movie__title{
	max-width: 850px;
	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: #e4000d;
    color: #fff;
}
.movie_in{
	margin-bottom: 80px;
}
.movie_in iframe{
	width: 850px;
	height: 478px;
}
/*---------------------------------------------------*/
/*====================  ON AIR  =====================*/
/*---------------------------------------------------*/
.onair__txt{
	width: 100%;
	min-height: 450px;
}

/*---------------------------------------------------*/
/*====================== NEWS =======================*/
/*---------------------------------------------------*/
.news{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	min-height: 450px;
}
.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: 40px 0;
    position: relative;
    font-weight: 500;
}
.subNews__list__link:before{
    content: "";
    background-color: #e4000d;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);    
    z-index: 0;
}
.subNews__list__link:after{
    content: "";
    background-color: #e4000d;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1); 
    z-index: 0;
}
.subNews__list__link:hover:before,
.subNews__list__link:hover:after{
	color: #000;
    width: 100%;
}
.subNews__list__link--date{
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 17px;
    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-size: 16px;
    font-weight: bold;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 146px);
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__list__link--title br{
    display: none;
}
.subNews__list__link:hover .subNews__list__link--date,
.subNews__list__link:hover .subNews__list__link--title{
    color: #fff;
}

/*.subNews__list__link:hover{
	color: #fff
}*/

.subNews__detal__title {
    border-top: 1px solid #e4000d;
    border-bottom: 1px solid #e4000d;
    width: 802px;
    margin-bottom: 50px;
    padding: 30px 24px;
    background-color: #e4000d;
}
.subNews__datal__date__text{
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    position: relative;
    width: 146px;
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__detal__title__text{
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-top: -3px;
    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: 16px;
    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: 16px;
    padding: 0 4px;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
    transition: background-color 0.2s;
}
.backTo a:hover{
	background-color: #fff;
	color: #000;
	transition: color 0.2s;
	transition: background-color 0.2s;
}

/*-----------------------------------------------
 * History
-------------------------------------------------*/
#sub__cont{
	width: 854px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.sub__title{
	width: 854px;
    margin: 50px auto;
}
.sub__title > span{ display: block; }
.history__title > span{
	background: url(../images/history/title.png) no-repeat 0 0 / 100%;
	width: 527px;
	height: 51px;
}
.goods__title > span{
	background: url(../images/goods/h1_title.png) no-repeat 0 0 / 100%;
	width: 206px;
	height: 47px;
}
.history__one{
	margin-bottom: 30px;
}
.history__one__title{
	background-color: #ca0000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 24px;
	padding: 4px 20px;
	text-align: center;
}
.history__one__lists{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.history__one__lists > li{
	background-color: #ca0000;
	width: 272px;
	margin-right: 19px;
	margin-bottom: 19px;
}
.history__one__lists > li:nth-child(3n){
	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%;
	transition: transform .3s ease-in-out;
}
.history__one__lists > li > a:hover .history__one__lists__thumb img{
	transform: scale(1.1);
}
.history__one__lists__name{
	background-color: #ca0000;
	color: #fff;
	font-size: 18px;
	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%;
    min-width: 1200px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.historyModal__close a{
    display: block;
	width: 100px;
	height: 100px;
    pointer-events: auto;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s ease-in-out;
}
.historyModal__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;
}
.historyModal__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;
}
.historyModal__close a:hover { transform: rotateX(360deg); }
.historyModal__close a:hover:before,
.historyModal__close a:hover:after { background: #fe0048; }
.historyModal__one {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.historyModal__one__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}
.historyModal__one__in__cont{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 1020px;
	margin: 50px 0;
}
.historyModal__poster{
	width: 424px;
}
.historyModal__poster img{
	width: 100%;
}
.historyModal__textWrap{
	width: calc(100% - 424px);
	padding-left: 30px;
}
.historyModal__textWrap__title{
	background-color: #ca0000;
    color: #fff;
    font-size: 24px;
    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: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 50px;
}
.historyModal__textWrap__detail__item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.historyModal__textWrap__detail__item:last-child{
	margin-bottom: 0;
}
.historyModal__textWrap__detail__item > dt.his__direction{
	min-width: 62px;
}
.historyModal__textWrap__detail__item > dt.his__script{
	min-width: 62px;
}
.historyModal__textWrap__detail__item > dt.his__cast{
	min-width: 104px;
}
.historyModal__textWrap__detail__item > dt,
.historyModal__textWrap__detail__item > dd{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
/*-----------------------------------------------
 * Character
-------------------------------------------------*/
.character__title > span{
	background: url(../images/character/title.png) no-repeat 0 0 / 100%;
	width: 313px;
	height: 47px;
}
.kaiju__title > span{
	background: url(../images/kaiju/h1_title.png) no-repeat 0 0 / 100%;
	width: 105px;
	height: 50px;
}
.charaLists{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    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%;
	overflow: hidden;
}
.charaLists__thumb img{
	width: 100%;
	transition: transform .3s ease-in-out;
}
.charaLists > li > a:hover .charaLists__thumb img{
	transform: scale(1.1);
}
/* 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%;
    min-width: 1200px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}
.characterModal__one__in__cont{
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
	position: relative;
}
.characterModal__name{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.characterModal__name span{
	position: absolute;
	top: 146px;
	left: 90px;
}
.characterModal__faceWrap{
	background-color: #fff;
	width: 100%;
	height: 415px;
	overflow: hidden;
	position: absolute;
	top: 586px;
	left: 0;
	z-index: 1;
}
.characterModal__face{
	width: 1200px;
	margin: 0 auto;
}
.characterModal__full{
	width: 1200px;
	margin: 0 auto 68px;
	position: relative;
	z-index: 2;
}
.characterModal__textWrap{
	width: 1200px;
	margin: 0 auto;
	padding: 0 74px;
}
.characterModal__text{
	color: #fff;
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 42px;
}

.commBox {
	padding-bottom: 20px;
}

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

.commL {
	float: left;
	width: 365px;
}
.commL2 {
	float: left;
	width: 365px;
	margin-left: 60px;
}
.commR {
	float: left;
	width: 365px;
	margin-left: 20px;
	border: 2px solid #000;
	background: #fff;
	line-height: 2em;
	padding: 20px;
}
.f12 {
	font-size: 16px;
}

.comA{
    background: #000;
    color: #fff;
}
.comB{
	text-decoration: underline;
}

/*RE*/
.mv__re {
	height:0;
	width:100%;
	padding-top:142.671009771987%;
	background: url(../images/top/rmv.jpg) no-repeat center center / cover;
}
#navgationWrap_top {
	height:70px;
	position:absolute;
	left:0;
	top:0;
	background:#db0012; 
	width:calc(100% - 280px);
}

/*---------------------------------------------------*/
/*================== MUSIC  ==================*/
/*---------------------------------------------------*/
#music{
	font-family: 'Noto Serif JP', serif;
}
.artist__each {
	margin-bottom:70px;
}
#music h3 {
	line-height: 46px;
	color: #FFF;
	font-size: 34px;
	padding: 23px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold !important;
	background: #e4000d;
}

#music h4 {
	line-height: 16px;
	color: #FFF;
	font-size: 24px;
	padding: 23px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold !important;
	background: #e4000d;
}

#music h3 span { font-size: 24px; }
#music p {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0.1em;
	font-weight: 900 !important;
	margin-bottom:2em;
}
#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;
	margin:0 -9px 40px;
	flex-wrap: wrap;
}
#storyList li {
	width:272px;
	margin:0 8px 24px 9px;
}
#storyList li a {
	display: block;
	height:100%;
	background:#ca0000;
	border:2px solid #ca0000;
	color:#FFF;
	text-decoration: none;
}
.storyThumb {
	width:268px;
	margin-bottom:8px;
	overflow: hidden;
}
.storyThumb img {
	width:268px;
	display: block;
	transition: all 0.3s ease
}
#storyList li a:hover img {
	transform: scale(1.1);
}
#story .storyTitle {
	font-size:18px;
	font-weight: bold;
	line-height:1.4;
	padding:5px 10px;
}
.storyArticle {
	width:850px;
}
#story .storyArticle h3 {
	font-size:24px;
	line-height:36px;
	padding:28px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	background:#ca0000;
}
#storyImg {
	margin-bottom: 12px;
}
#storyImg img {
	display: block;
	width:850px;
	height:auto;
}
.storyImgs {
	display: flex;
	flex-wrap: wrap;
}
.storyImgs li {
	width: 205px;
	margin-right:10px;
	margin-bottom:10px;
	background:#000;
}
.storyImgs li:nth-child(4n) {
	margin-right:0;
}
.storyImgs li img {
	display: block;
	width: 205px;
	height:auto;
	cursor: pointer;
	transition:all 0.3s ease;
}
.storyImgs li img:hover,
.storyImgs li img.active {
	opacity:0.8;
}
.storyText {
	padding-top:24px;
	line-height: 2;
}
.pcf {
	font-size: 20px;
}