@charset "utf-8";

/*-------------------------------

@top

-------------------------------*/
#topTxt {
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: right;
	min-width: 1260px;
	z-index: 50;
	transition: .5s;
}

#topTxt img {
	width: 14.15vw;
	z-index: 50;
	min-width: 179px;
}


#top {
	display: none;
	height: 56.3vw;
	min-height: 100vh;
	background: #000;
	display: block!important;
	position: relative;
	box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.5);
}



#bgtop-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/top_bg.jpg) no-repeat center;
	background-size: cover;
	z-index: 0;
}

#top-chara {
	position: absolute;
	content: "";
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
	margin: auto;
	opacity: 0;
    width: 80%;
    height: auto;
	max-width: 1400px;
	background: url(../img/top/top_chara.png) no-repeat center top;
	background-size: cover;
	z-index: 0;
}

.delayItem {
	opacity: 0;
}


.w100 {
	width: 100%;
}


.center {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: inline-block;
}

#logo {
	width: 26.45vw;
	height: auto;
	bottom: 6vw;
	top: auto;
	margin: 0 auto;
}

@media screen and (max-width:1260px){ 
	#logo {
		width: 333px;
		bottom: 60px;
	}
	
}

#koukai {
	width: 33.9vw;
	height: auto;
	bottom: 2.188vw;
	top: auto;
	margin: 0 auto;
}

#music_bnr {
	position: absolute;
	width: 200px;
	height: auto;
	top: auto;
	right: 15vw;
	top: 80px;
	z-index: 60;
}

#music_bnr img {
	width: 100%;
	transition: .2s;
}

#music_bnr:hover img {
	transform: scale(1.1);
}


@media screen and (max-width:1260px){ 
	#koukai {
		width: 427px;
		bottom: 16px;
	}
	
#music_bnr {
	right: 185px;
	min-width: 200px;
}
	
	
}


/*--------------------
trailer
--------------------*/
#cboxClose {
	width: 40px;
	height: 40px;
	top: -40px;
	background: url(../img/common/closebtn.png) no-repeat;
	background-size: 40px;
	transition: .2s;
}

#cboxContent {
    margin-top: 50px;
    overflow: visible;
}

	#cboxClose{background-position:0px; right:0;}
	#cboxClose:hover{background-position:0;}



#trailer {
	width: 240px;
	height: 120px;
	margin-left: 20px;
	background: #000;
	box-sizing: border-box;
	text-align: center;
	/*opacity: 0;*/
	transition: .2s;
	z-index: 3;
}

#trailer-box {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid #d4071d;
}


#play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.4s;
	opacity: 0.2;
	z-index: 60;
}

#play:hover {
	opacity: 0.9;
}

#play .fa-play-circle-o {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	font-size: 60px;
	color: #fff;
}

#play:hover .fa-play-circle-o {
	color: #d4071d;
	opacity: 0.9;
}

#player {
	margin: 0;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}




/*-------------------------------

@contents

-------------------------------*/
#contents{
	overflow:hidden;
	background: #fff;
	position: relative;
	z-index: 60;
	box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.5);
	background: #000;
	color: #fff;
	min-width: 1260px;
	
}

#contents .inner {
	width: 1260px;
	margin: 0 auto;
}

.activate{
	display:block;
}

.deactivate{
	display:none;
}

.disable-select{
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE10 */
}



/*--****************************************



@movie



*****************************************--*/
#movie {
	height: 100vh;
	width: 100%;
	min-height:600px;
	background-size: cover;
	position: relative;
}

#movie .cover {
	background: url(../img/top/movie_bg.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}


#bgmovie-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
	z-index: -9999;
}

#top-movie {
    position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}





/*--****************************************



@intro



*****************************************--*/
#contents section {
	padding: 40px 0 100px;
}

#intro{
	height: 100vh;
	width: 100%;
	min-height:900px;
	background-size: cover;
	position: relative;
}

.bgintro-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/intro_bg00.jpg) no-repeat center fixed;
	z-index: -9999;
	background-size: cover;
}

.bgintro-container.s01 {
	background: url(../img/top/intro_bg01.jpg) no-repeat center fixed;
	background-size: cover;
}

.bgintro-container.s02 {
	background: url(../img/top/intro_bg02.jpg) no-repeat center fixed;
	background-size: cover;
}

#contents .ttlBox {
	text-align: center;
}

    /* CSSアニメーションの設定 */
    .purun {
      -webkit-animation: purun 0.8s linear 0s 1;
      animation: purun 0.8s linear 0s 1;
    }
    @-webkit-keyframes purun {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
      30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
      50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
      70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
    @keyframes purun {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
      30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
      50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
      70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }

#intro .txtArea ,
#story .txtArea {
	width: 866px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}

#intro .txtArea small {
	font-size: .8em;
}

#intro .txtArea img {
	margin-bottom: 40px;
}



#imgBox {
	display: flex;
	line-height: 0;
}

#imgBox li {
	width: 25%;
}

#imgBox img {
	width: 100%;
}


/*--****************************************



@story



*****************************************--*/
#story{
	height: 100vh;
	width: 100%;
	min-height:600px;
	background-size: cover;
	position: relative;
}

.bgstory-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/story_bg00.jpg) no-repeat center fixed;
	z-index: -9999;
	background-size: cover;
} 


.bgstory-container.s01 {
	background: url(../img/top/story_bg01.jpg) no-repeat center fixed;
	background-size: cover;
}

.bgstory-container.s02 {
	background: url(../img/top/story_bg02.jpg) no-repeat center fixed;
	background-size: cover;
}


.mb20 {
	margin-bottom: 20px;
}
 


/*--****************************************



@chara



*****************************************--*/
#chara{
	width: 100%;
	min-height: 100vh;	
	position: relative;
}

#bgchara-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/chara_bg.png) no-repeat fixed;
	z-index: -9999;
	background-size: cover;
} 

.charaList {
	margin-top: 80px;
}

.charaList li img {
	width: 100%;
}

.charaList li{
	position: relative;
    width: 415px;
    height: 399px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    border-radius: 50%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: inline-block;
	cursor: pointer;
}

.charaList li .on{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: absolute;
    width: 415px;
    height: 399px;
    z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.charaList li .off{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotate3d(0,1,0,180deg);
	-webkit-transform: rotate3d(0,1,0,180deg);	
	position: absolute;
	width: 415px;
	height: 399px;
	border-radius: 50%;
    box-sizing: border-box;
	opacity: 0;
}

.charaList li:hover .on{
	transform: rotate3d(0,1,0,180deg);
	-webkit-transform: rotate3d(0,1,0,180deg);
	opacity: 0;
}

.charaList li:hover .off{
	transform: rotate3d(0,1,0,0);
	-webkit-transform: rotate3d(0,1,0,0);
	opacity: 1;
}

.charadetail {
	display: none;
}

#bg_popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.90);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200!important;
	display: none;
}


.charadetail {
	width: 1022px;
	height: 600px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 210!important;
	display: none;
	overflow: hidden;
}

.charadetail .charaimg {
	float: left;
	margin-right: 32px;
}

.charadetail .voiceArea {
	overflow: hidden;
	margin-top: 28px;
}

.charadetail .voiceArea .pic {
	float: right;
}

.charadetail .voiceArea p {
	width: 422px;
	font-size: 15px;
	line-height: 1.6;
}

.detailBox {
	width: 1022px;
	height: 492px;
	background: #fff;
	border-radius: 5px;
	border: #d4071d solid 3px;
	padding: 26px 36px;
}

.close {
	text-align: center;
	margin-top: 20px;
}

.close img:hover {
	cursor: pointer;
}




/*--****************************************



@staff



*****************************************--*/
#staff{
	width: 100%;
	min-height: 100vh;	
	position: relative;
}

#bgstaff-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/staff_bg.png) no-repeat center fixed;
	z-index: -9999;
	background-size: cover;
} 

#staff .inner {
	width: 866px;
}

.staffBox {
	margin-top: 80px;
	overflow: hidden;
}

.staffBox .pic {
	float: left;
}

.staffBox .rightBox {
	float: right;
	width: 466px;
}

button.com {
	width: 212px;
	height: 50px;
	background: #d4071d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: none;
	border-bottom: #950515 4px solid;
}

button.com:hover {
	cursor: pointer;
}

.staffdetail {
	display: none;
}

.staffdetail {
	width: 1022px;
	height: 600px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 210!important;
	display: none;
	overflow: hidden;
	position: fixed;
}

.staff_inner {
	width: 970px;
	height: 422px;
}

.staff_inner .subttl {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
}


.staff_inner span {
	display: block;
	content: "";
	height: 3px;
	width: 100%;
	background: #d4071d;
	bottom: 18px;
	margin-top: -22px;
	margin-bottom: 40px;
}

.staff_inner p {
	margin-bottom: 1em;
}


/*--****************************************



@prono



*****************************************--*/
#prono{
	width: 100%;
	min-height: 100vh;	
	position: relative;
}

.bgprono-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/prono_bg00.png) no-repeat center fixed;
	z-index: -9999;
	background-size: cover;
	opacity: 0;
	transition: .3s;
}

.bgprono-container.s00 {
	background: url(../img/top/prono_bg00.png) no-repeat center fixed;
	background-size: cover;
}

.bgprono-container.s01 {
	background: url(../img/top/prono_bg01.png) no-repeat center fixed;
	background-size: cover;
}

.bgprono-container.s02 {
	background: url(../img/top/prono_bg02.png) no-repeat center fixed;
	background-size: cover;
}

.bgprono-container.select {
	opacity: 1;
}

#prono .innerWrapper {
	width: 100%;
	height: 100%;
}

#prono .inner {
	margin-top: 80px;
	overflow: hidden;

}

.pronoNav {
	width: 344px;
	margin-left: 20px;
	float: left;
}

.pronoNav li {
	width: 344px;
	height: 64px;
	margin-bottom: 10px;
	transition: .3s;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	margin-top: 50px;
}

.pronoNav li:hover {
	cursor: pointer;
}

.pronoNav li span.nav {
	position: absolute;
	width: 344px;
	height: 64px;
	display: block;
	top: 0;
	right: 0;
	background: url(../img/top/prono_nav00_off.png) no-repeat;
	transition: .3s;
}

.pronoNav li:nth-child(3) {
	height: 36px;
}

.pronoNav li:hover span.nav, .pronoNav li[aria-selected="true"] span.nav{
	opacity: 1;
}

.pronoNav li:nth-child(2) span.nav{
	background: url(../img/top/prono_nav01_off.png) no-repeat;
}

.pronoNav li:nth-child(3) span.nav {
	background: url(../img/top/prono_nav02_off.png) no-repeat;
	height: 36px;
}

.pronoNav li:hover span.nav, .pronoNav li[aria-selected="true"] span.nav {
	background: url(../img/top/prono_nav00_on.png) no-repeat;
}

.pronoNav li:nth-child(2):hover span.nav, .pronoNav li[aria-selected="true"]:nth-child(2) span.nav {
	background: url(../img/top/prono_nav01_on.png) no-repeat;
}

.pronoNav li:nth-child(3):hover span.nav, .pronoNav li[aria-selected="true"]:nth-child(3) span.nav {
	background: url(../img/top/prono_nav02_on.png) no-repeat;
}

.pronoNav li::after {
	content: url(../img/top/prono_nav_on.png);
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	transition: .3s;
	opacity: 0;
}

.pronoNav li:hover::after, .pronoNav li[aria-selected="true"]::after {
	opacity: 1;
}



#pronoBox {
	background: rgba(255,255,255,0.15);
	width: 830px;
	height: 504px;
	float: right;
	border-radius: 5px;
	padding: 50px;
}

.pronoBox li .tab_panel{
	overflow-y: scroll;
	width: 730px;
	height: 404px;
}

.tab_panels p {
	margin-bottom: 1em;
}




#prono .tabs li[aria-selected="true"] img {
  opacity: 1;
transition: .2s;}

#prono .tabs li[aria-selected="false"] img {
	opacity: 0;
}

#prono .tab_panels section {
  padding: 0;
}

#prono .tab_panel[aria-hidden="false"] {
  animation: fade_in 1s ease 0s; }

#prono .tab_panel[aria-hidden="true"] {
  display: none; }

@keyframes fade_in {
  from { opacity: 0; }
  to { opacity: 1; }
}



/*--****************************************



@footer



*****************************************--*/

footer {
	height: 70vw;
	background: #000;
	position: relative;
}


#bgfooter-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/top/foot_bg02.jpg) no-repeat bottom;
	background-size: cover;
}

footer .txtArea {
	background: rgba(212,7,29,0.40);
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 36px 0;
	font-size: 14px;
	
}

footer .txtArea .cc {
	font-size: 12px;
	margin-top: 5px;
}


#pagetop {
	position: fixed;
	z-index: 120;
	width: 90px;
	height: 170px;
	bottom: -200px;
	right: 10px;
}

#pagetop:hover {
	cursor: pointer;
}






