@media screen and (max-width: 1280px) {
	/* 960px～1280px以下用（PC用）の記述 */
}	
		
	
@media screen and (max-width: 959px) {
	/* 600px～959px以下用（タブレット用）の記述 */
}

@media screen and (max-width: 768px) {
	/* 600px～959px以下用（タブレット用）の記述 */
}

@media screen and (max-width: 599px) {
	/* 599px以下用（スマートフォン用）の記述 */
}


/*全要素へbox-sizing */
 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	color: #E9E9E9;	
	
	/*font表示最適化*/
	 -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

	
	background-color: #000000;
}

body {
  line-height: 1.5;  /*全ての要素にline-height設定*/
  }
  
    a {
    text-decoration: none;
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}

.pc2{
	display:block;
}

.sp2{
	display:none;
}

@media screen and (max-width: 599px) {
.pc2{
	display:none;
}

.sp2{
	display:block;
	
}
}


  /*_____________________________________________ loader*/

.loader{
  /*margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;  vertical-align: top;*/
  display: inline-block;

}

svg path,
svg rect{
  fill: #d8000f;
}

#contentsArea{
	
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
	-ms-transition: all 1s !important;
	-o-transition: all 1s !important;
	transition: all 1s !important;
	/*opacity: 0;*/
	width: 100%;
	
}


.wrapper {
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
	-ms-transition: all 1s !important;
	-o-transition: all 1s !important;
	transition: all 1s !important;
	opacity: 0 !important;
	width: 100%;
	/*background-image: url(../img/top_base.jpg);*/
	
   }
   


.loadingicon{
	position: fixed;
	width: 24px;
	height:30px;
	margin-top: -15px;
	margin-left: -12px;
	top: 50%;
	left: 50%;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	display: none;
}

.fadeOut {
      opacity: 0;
      }
	  
.fadeIn {
      opacity: 1 !important;
      }



  
  /*_____________________________________________layout*/
  


.container{
	position: absolute;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	transition: all 0.5s !important;
	opacity: 0;
	padding-bottom: 60px;	
}

.container-top{
	height: 100%;
}

@media screen and (max-width: 599px) {
	.container-top{
	margin-top:60px;
}
}



  /*_____________________________________________menu common*/


#gMenu{
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 8888;
	left: 10px;
	top: 150px;
	
	padding-bottom:150px;　/*top:150pxに対応・これは最後に書く*/
	
	}
	
	#gMenuInnter{
	position:relative; 
	height: 100%;
	overflow: auto; 
	
	}
	
	#menuList {	 
	/*left: 50%;*/
	position: relative;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#menuList li {
	font-family: "almaq-rough";
	font-size: 1.4em;
	line-height: 1.1;
	color: #656565;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#menuList li a{
	color: #BBBBBB;
}

#menuList li a:hover{
	color: #fff;
}


.btTop{
	position: fixed;
	right: 15px;
	bottom: 10px;
	font-size: 1.8em;
	z-index: 1000;
}


/*_____________________________サウンドtoggleボタン*/


.soundBt{
	font-size: 1.5em;
	line-height: 0;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
}

.sBtn {
  position: relative;
  width: 40px;
	height: 40px;
	cursor: pointer;	

	 
}
.sBtn:before {
	position: absolute;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: "\f026";
	color: #D6000F;
	top: 20px;
	left: 10px;	
}

.sBtnOff:before{
	content: "\f028" !important;
}



/*burger*/





     .burger-menu {
	position: fixed;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: 20px;
	top: 15px;
	z-index: 8888;
	display: none;
}

  .burger-menu.fixed2 {
	opacity: 1;
}

.burger {
	position: absolute;
	background-color: #B80000;
	width: 100%;
	height: 4px;
	top: 50%;
	right: 0px;
	opacity: 1;
}
.burger::before {
  position: absolute;
  background-color: #B80000;
  width: 40px;
  height: 4px;
  top: 13px;
  content: "";
  display: block;
}
.burger::after {
  position: absolute;
 background-color: #B80000;
  width: 40px;
  height: 4px;
  bottom: 13px;
  content: "";
  display: block;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.burger-menu.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.burger-menu.menu-on .burger{
	background-color: hsla(0,0%,89%,0.00);
}
/* useless css */
.burger-menu {
/*  margin-left:auto;
  margin-right: auto;*/
}




@media screen and (max-width: 599px) {
	
 .burger-menu {
	display: block;
}

	#gMenu{
	position: fixed;
	overflow: hidden;
	z-index: 8888;
	background-color: #000;
	top: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	left: -300px;
	height: 100%;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	transition: all 0.5s !important;
	}
	
	#menuList li {
	
	font-size: 1.8em;
}
	
	.closeMenu{
		
	}
	
	#gMenu.show-gMenu{
		left:0px;
	}
}



  /*_____________________________________________　button*/



.button a{
	font-family: "almaq-rough";
	color: #BBBBBB;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.button a:hover{
	color: #fff;
}



[class^="hvr-"] {
	/*display: inline-block;*/
  /*vertical-align: middle;*/
	margin: .0em;
	padding-top: 0em;
	/*padding-right: 2em;
	padding-left: 2em;*/
	padding-bottom:  3px;
	cursor: pointer;
/*	background: #e1e1e1;*/
	text-decoration: none;
	color: #666;
	/* Prevent highlight colour when element is tapped */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
3}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background-color: #E8000F;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

	
	
	



  /*_____________________________________________ SNS*/
	
	#sns {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}

#sns ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#sns li {
	position: relative;
	/*left: -50%;*/
/*	float: left;*/
	margin-top: 5px;
	margin-bottom: 5px;

}



li.fb-like{


}
li.tw{
	margin: 0px;
	padding: 0px;
	
}

li.fb{
	top: -10px;
	margin: 0px;
	padding: 0px;
	
}

li.eiga{
	top: -8px;
	margin: 0px;
	padding: 0px;
	
}

li.bnr{
	width:130px;
	top: 5px;
	padding: 0px;
}

li.bnr img{
	width:100%;
}

.bnr2{
	width:200px;
}

.bnr2 img{
	width:100%;
}
	



/*twitterBT*/

.social-share{
	top: 0px;
	position: relative;
	margin: 0px;
}

     .social-share a.twitter-share {
	height: 32px;
	width: 32px;
	background-color: hsla(0,0%,100%,0.70);
	border-radius: 3px;
	font-size: 19px;
	display: inline-block;
	text-align: center;
	color: #000 !important;
	
	-webkit-transition: all 0.2s !important;
	-moz-transition: all 0.2s !important;
	-ms-transition: all 0.2s !important;
	-o-transition: all 0.2s !important;
	transition: all 0.2s !important;
	
      }
     .social-share a.twitter-share:hover,.social-share a.twitter-share:focus {
	background-color: hsla(0,0%,100%,1);
}
     .social-share a.facebook-share:hover,.social-share a.facebook-share:focus {
      background-color: #E6000E; }
     .social-share a.facebook-share {
      height: 50px;
      width: 50px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 21px;
      display: inline-block;
      text-align: center; }
     .social-share a {
      color: #fff; }
     .social-share a:hover {
      color: #fff; }
     .social-share a i {
      margin-top: 8px; }


.socialLinkBox{
	
	
	}


.socialLink{
	padding-top:0px;
	display: inline-block;
	margin: 0px 1px 0px 1px;ｓ
}

/*_____________________________________________top Masthead*/

.masthead {
	position: absolute;
	background-image: url(../img/sp_base.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
.masthead-video {
	z-index: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
	
}


/* ____________________________________  ビデオのblur*/
#baseVideo{
	-webkit-filter: blur(10px) !important;
	-moz-filter: blur(10px) !important;
	-ms-filter: blur(10px) !important;
	-o-filter: blur(10px) !important;
	filter: blur(10px) !important;
	
	/* -webkit-filter: brightness(0.8);
     -moz-filter: brightness(0.8);
     -o-filter: brightness(0.8);
     -ms-filter: brightness(0.8);
     filter: brightness(0.8);*/

}





.masthead-overlay {
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../vid/line-pattern.png);
}
.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}


#centerDiv {
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 110px;
    text-align: center;
    height: 120px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}



#topContents{

}

#topLogo {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	text-align: center;
}

#topBnr {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
	z-index: 888;/*   -webkit-justify-content: space-around;
  justify-content:         space-around;*/
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

.topBnr{
	/*width:240px;*/
	height:50px;
	margin-right:10px;
}

.topBnr img{
	/*width:100%;*/
	height:100%;
}

@media screen and (max-width: 959px) {
	.topBnr{
	height:35px;
	margin-right:5px;
	margin-bottom:3px;
}
}

@media screen and (max-width: 599px) {
	
	#topBnr {
	position: absolute;
	bottom: -200px;
	overflow: hidden;
	}
	
	
	
}








@media screen and (max-width: 959px) {
#topLogo {
	width: 70%;
	margin-right:10%;
}

}

#topLogo img{
	width: 100%;
	max-width: 769px;
	
}


#topCopy {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	text-align: center;	
}


#topCopy img{
	width:100%;
	max-width:800px;
}

#topCast {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%;
	text-align: center;	
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


#topCast img{
	width:100%;
	max-width:1400px;
}


#masthead-poster{
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	z-index: 5;
	position: absolute;
	background-color: #000000;
	height:100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
}

#masthead-poster img{
	width:100%;
}

#masthead-noMovie{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
	z-index: -1;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/sp_base.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}

#masthead-noMovie img{
	width:100%;
}


@media screen and (max-width: 599px) {
	
	#masthead-poster{
		top:80px;
	}
	
	#topLogo {
    position: absolute;
    width: 90%;
    text-align: center;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
}

@media screen and (max-width: 599px) {
	
	

}


  
  /*_____________________________________________ enter common*/
	
	.enterTextBox{
	width: 60%;
	margin: auto;
	left: 100px;
	position: relative;
margin-top:10%;
	overflow: hidden;/*  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/

	}
	
	.enterTitle{
	font-family: "almaq-rough";
	font-size: 3.5em;
	/*width: 100%;*/
	color: #fff;
	margin-bottom: 20px;
	}
	
	.enterCopy{
	font-size: 1.5em;
	/*width: 100%;*/
	color: #fff;
	
	font-weight: 600;
	}
	
	.enterText{
	font-size: 0.95em;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 600;	
	}
	
	.enterText.pronote{
		margin-bottom:60px;
	}

@media screen and (max-width: 599px) {
	
		.enterTextBox{
	width:100%;
	margin: auto;
	left: 0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:130px;

	}
	
	.enterTitle{
	font-size: 2.5em;
	margin-bottom: 20px;
	}
	
	.enterCopy{
	font-size: 1.3em;
	}
}


/*_____________________________________________introcution*/

#enterLogo {
	position: fixed;
	top: 10px;
	left: 5px;
	margin: auto;
	max-width: 250px;
	z-index: 888;
	}

#enterLogo img{
	width:100%;

}

@media screen and (max-width: 599px) {
	#enterLogo {
		width:200px;
		}
}

@media screen and (max-width: 599px) {
	#enterLogo {
		width:150px;
		}
}



/*_____________________________________________cast*/

.castTextBox{
	margin: auto;

	overflow: hidden;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	
	}
	
	.castImg{
		
	}
	
	.castImg img{
		width: 100%;
		margin-top:-20px;
	}
	

	.castBox{
	width: 49%;
	overflow: hidden;
	margin-bottom:30px;
	}
	
	.castBox.staff{
	width: 100%;
	}
	
	@media screen and (max-width: 959px) {
		
		.castTextBox{

	  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
	}
	
		.castBox{
		width: 100%;
		margin-bottom:40px;
	}
	}
	
	.castEng{
	font-family: "almaq-rough";
	font-size: 2em;
	line-height: 0.8em;
	color: #fff;
	
	position: relative;
	
	}
	
	.castEng2{
	font-family: "almaq-rough";
	font-size: 1.3em;
	line-height: 1.2;
	color: #fff;
	
	position: relative;
	
	text-align: right;	
	}
	
	.castEng3{
	
			font-size: 0.7em;
	}
	
	.castName{
	position: relative;
	font-size: 1.1em;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	.castCopy{
		position: relative;
	
		font-size: 1em;
			-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 600;	
	
	
	}
	
	.enterText.cast{
	position: relative;
	
	/*color: hsla(0,0%,70%,1.00);*/
	font-size: 0.8em;

	}
	

	  
	/*  staff*/
	
	.staffTitle{
	font-family: "almaq-rough";
	font-size: 1.3em;
	line-height: 1.2;
	color: #fff;
	position: relative;
	
	}
	
	.staffName{
	position: relative;
	font-size: 1em;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 600;
	margin-bottom: 20px;
	}
	  
	  
	
/*map*/

.mapImg{
	padding:20px;
}

.mapImg img{
	width:100%;
}

/*comment*/

.commentImg{
	padding:20px 20px 50px 20px;
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.commentImg img{
	width:100%;
}

#rightBnr{
	bottom:100px;
	right:10px;
	position: absolute;
	z-index: 999;
}


/*CP*/

.cpImg{
	padding:20px 20px 50px 20px;
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.cpImg img{
	width:100%;
}

.cpTitle{
	font-size: 120%;
	padding: 10px 20px 10px 20px;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	color: hsla(359,100%,50%,1.00);
}

.cpText{
	padding: 10px 20px 10px 20px;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 1.7em;	
}

.cpText p{
	width:48%;
}

.af50{
	margin-bottom:50px;
}


	@media screen and (max-width: 959px) {
		
		
		#rightBnr li{
width:100px;	
}
	}

