@charset "UTF-8";
/* CSS Document */

@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');

html, body {
width: 100%;
height: 100%;
}
html{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	font-weight: 300;
	line-height: 16pt;
	color: #000;
	text-align: center;
	background-color:#c8cfd0;
}
a,a:visited {
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, a:active, a.active { color: #FFCC00; }
/* for bg image */
h1,h2,h3 span,h4,#news li a,.btn a,.btn span{
	text-align:left;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
}
ul#menu-main li a,#menu-main dt,.btn a,.btn span{ cursor: pointer; }

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { display: none; }

#loading{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 9999;
}

#bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#bg #bgvideo{
 position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

#visual{
	text-align: center;
	width: 100%;
	min-width: 1040px;
	height: 100vh;
	min-height: 600px;
	background-image: url(../images/bg.png);
	position: relative;
	box-sizing: border-box;
	opacity: 0;
	z-index: 7777;
	overflow: hidden;
}
#visual .inner{
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top:0px;
z-index: 3333;
overflow: hidden;
}
#visual .inner h1{
width: 620px;
height: 190px;
margin: -190px 0 0 -310px;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 50%;
top:50%;
z-index: 999;
overflow: hidden;
}
#visual .inner h2{
width: 375px;
height: 60px;
margin: -235px 0 0 -95px;
background-image: url(../images/body.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 50%;
top:50%;
z-index: 1111;
overflow: hidden;
}
h3.announce{
width: 100%;
margin: 0px;
padding: 0px;
box-sizing: border-box;
position: fixed;
left: 0;
bottom:0;
z-index: 9999;
}
h3.announce span{
background-color: #000;
background-color: rgba(50,0,0,0.8);
background-image: url(../images/announce.png);
background-repeat: no-repeat;
background-position: center center;
height: 66px;
}
#visual .inner h4{
width: 400px;
height: 75px;
margin: -250px 0 0 -450px;
padding: 0px;
background-image: url(../images/lead.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
box-sizing: border-box;
position: absolute;
left: 50%;
top:50%;
z-index: 9999;
display: none;
}
#visual .inner #news{
width: 187px;
margin: 0px;
position: absolute;
left: 20px;
top:20px;
z-index: 9999;
}
#visual .inner #news li{
width: 117px;
float: left;
}
#visual .inner #news li a{
background-image: url(../images/btn_news.png);
background-size: 117px 80px;
background-position: 0px 0px;
height: 40px;
border-radius: 3px;
cursor: pointer;
}
#visual .inner #news li a:hover{ background-position: 0px -40px; }
#visual .inner #sns{
	position: absolute;
	right:20px;
	top:20px;
	z-index: 5555;
}
#visual .inner #sns li{
margin: 0 0 0 5px;
float: left;
display: inline-block;
}
#visual .inner #sns li:first-child{ margin: 0px; }

#visual .cast{
width: 100%;
margin: 20px 0 0 0;
position: absolute;
left: 0;
top: 50%;
z-index: 999;
overflow: hidden;
}
#visual .cast .cast1{
width: 322px;
margin: 0 auto 30px auto;
}
#visual .cast .cast2{
width: 750px;
margin: 0 auto;
}
#visual .cast img{
width: 100%;
height: auto;
vertical-align: bottom;
}
#visual .inner .banner.major{
	width: 245px;
	height: 100px;
	position: absolute;
	left: 20px;
	top:59px;
	z-index: 9999;
}
#visual .inner .banner.major a:hover{ opacity: 0.8; }
#visual .inner .banner.major img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#visual .inner .banner.present{
	width: 245px;
	height: 85px;
	position: absolute;
	left: 20px;
	top:169px;
	z-index: 9999;
}
#visual .inner .banner.present a:hover{ opacity: 0.8; }
#visual .inner .banner.present img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.menu.btn{ display: none; }
#menu{
	width: 100%;
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 9999;
}
#menu ul{
	padding: 15px 0;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#menu.active ul{ background-color: rgba(0,0,0,0.8); }

#menu ul li{
	color: #666;
	font-family: 'Noto Serif', serif;
	font-size: 1.3em;
	display: inline-block;
}
#menu ul li.m3{ }
#menu ul li.m6{ display: none; }

#menu ul li a{
	text-decoration: none;
	padding: 0 10px;
	display: block;
}
#menu ul li a:hover{ color: #b25a21; }


/* tweet */
.tweet{
width: 360px;
height: 400px;
margin: -200px 0 0 0;
padding: 0 0 0 40px;
position: fixed;
right:-320px;
top:50%;
box-sizing: border-box;
z-index: 9999;
}
.tweet .wraptweet{
padding: 5px;
background-color: #3399cc;
box-sizing: border-box;
}
.tweet .intweet{
width: 100%;
height: 500px;
overflow: scroll;
}
.tweet .btn{
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.tweet .btn a{
	width: 100%;
	height: 100%;
	background-image: url(../images/text_tweet.png);
	background-position: center center;
}
#trailer{ display: none; }

/* footer */
#footer{
	background-color: rgba(0,0,0,0.7);
	padding: 40px 0 120px 0;
}
#footer .billing{
width: 800px;
margin: 0 auto;
}
#footer .billing img{
width: 100%;
height: auto;
vertical-align: bottom;
}
#footer .credit{
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	width: 800px;
	margin: 0 auto 20px auto;
}





/* margin */
.nm { margin: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

/* clearfix */
.package:after,ul.link:after,dl.menu:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.package,ul.link,dl.menu{ zoom: 100%; }
.package,ul.link,dl.menu{
	display: inline-table;
	overflow:hidden;
}
/* Hides from IE-mac ￥*/
* html .package,* html ul.link,* html dl.menu{ height: 1%; }
.package,ul.link,dl.menu{ display: block; }
/* End hide from IE-mac */



/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 414px) and (orientation: portrait){
	

html{ font-size: 65%; }
body {
	font-size: 1rem;
	line-height: 1.6rem;
	-webkit-text-size-adjust: 100%;
	background-color:#000;
}
#loading{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 9999;
}

#bg{
	width: 100%;
	height: 100%;
	background-image: url(../images_sp/visual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
#bg #bgvideo{ display: none; }


h3.announce{
margin: 0 auto 20px auto;
position: static;
}
h3.announce span{
text-indent: 100%;
white-space: nowrap;
width: 100%;
height: 34px;
background-color: transparent;
background-image: url(../images_sp/announce_sp.png?171215);
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
overflow: hidden;
}

#visual{
	padding: 0;
	min-width: 100%;
	height: auto;
	min-height: auto;
	background-size: 1px;
}
#visual .inner{
	padding: 75vw 0 0 0;
	height: auto;
	position: static;
}
#visual .inner h1{
width: 300px;
height: 92px;
background-image: url(../images/logo.png);
margin: 0 auto 10px auto;
position: static;
}
#visual .inner h2{
width: 200px;
height: 32px;
margin: -22px 0 0 -80px;
top:75vw;
left: 50%;
}
#visual .inner #news{
width: 59px;
left: auto;
right: 10px;
top:10px;
}
#visual .inner #news li{ width: 59px; }
#visual .inner #news li a{
background-size: 59px 40px;
background-position: 0px 0px;
height: 20px;
}
#visual .inner #news li a:hover{ background-position: 0px 0px; }
#visual .inner #sns{
	margin: 0 auto 40px auto;
	position: static;
	left: auto;
	right:auto;
	top:auto;
}
#visual .inner #sns li{
margin: 0 0 0 5px;
float: none;
display: inline-block;
}
#visual .inner #sns li:first-child{ margin: 0px; }
.fb_iframe_widget > span { vertical-align: baseline !important; }

#visual .cast{
height: auto;
margin: 0 auto 20px auto;
position: static;
}
#visual .cast img{ display: none; }
#visual .cast .cast1{
	width: 129px;
	height: 24px;
	background-image: url(../images_sp/cast_sp1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin: 0 auto 10px auto;
}
#visual .cast .cast2{
	width: 345px;
	height: 22px;
	background-image: url(../images_sp/cast_sp2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin: 0 auto;
}

#visual .billing{
width: 100%;
padding: 0 10px;
margin: 0px;
left: 0;
top: 430px;
box-sizing: border-box;
}
#visual .credit{
color: #FFF;
font-size: 0.7rem;
line-height: 1.2rem;
padding: 0 10px;
margin: 0px;
position: absolute;
left: 0;
top: 470px;
box-sizing: border-box;
display: block;
}
#visual .inner .tweet{
width: 320px;
height: 80px;
margin: 0;
padding: 0 0 0 20px;
position: absolute;
right:-300px;
top:60px;
box-sizing: border-box;
}
#visual .inner .tweet .wraptweet{ display: none; }
#visual .inner .tweet .intweet{
width: 100%;
height: 500px;
overflow: scroll;
display: none;
}
#visual .inner .tweet .btn{
	width: 20px;
	height: 80px;
	position: absolute;
	left: 0px;
	top:0px;
}
#visual .inner .tweet .btn a{
	width: 100%;
	height: 100%;
	background-image: url(../images/text_tweet.png);
	background-position: center center;
	background-size: 20px 80px;
}
#visual .inner .banner.major{
	width: 100%;
	height: auto;
	position: static;
	padding: 0 40px;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
}
#visual .inner .banner.major a:hover{ opacity: 1; }
#visual .inner .banner.present{
	width: 100%;
	height: auto;
	position: static;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.menu.btn{
	width: 30px;
	position: fixed;
	left: 20px;
	top:10px;
	display: block;
	z-index: 9999;
}
.menu.btn a{
	background-image: url(../images_sp/menu.png);
	background-size: 30px;
	height: 30px;
}
.menu.active.btn a{ background-image: url(../images_sp/close.png); }
#menu{
	width: 1px;
	height: 100vh;
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 7777;
	overflow: hidden;
}
#menu ul{
	width: 100%;
	height: 100%;
	padding: 60px 0 0 0;
	background-color: rgba(0,0,0,0.8);
	display: block;
	position: relative;
	left: -100%;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#menu.active{ width: 100%; }
#menu.active ul{ left: 0px; }

#menu ul li{
	font-family: 'Noto Serif', serif;
	font-size: 2rem;
	text-align: left;
	padding: 20px;
	display: block;
}
#menu ul li:nth-child(2){ background-color: rgba(51,0,0,0.9); }
#menu ul li:nth-child(4){ background-color: rgba(51,0,0,0.9); }


#menu ul li.m5{ display: none; }
#menu ul li.m6{ display: block; }
#menu ul li:last-child{ margin: 0px; }

#menu ul li a{
	text-decoration: none;
	padding: 0px;
	display: block;
}
#menu ul li a:hover{ color: #b25a21; }

#trailer{
	width: 100%;
	padding: 40px 20px;
	background-color: #222;
	display: block;
	box-sizing: border-box;
}
#trailer h3{
	color: #FFF;
	font-family: 'Noto Serif', serif;
	font-size: 2rem;
	margin: 0 auto 30px auto;
}
#trailer iframe{
	width: 100%;
	height: 56vw;
}
.tweet{
	height: 80px;
	margin: -40px 0 0 0;
	padding: 0 0 0 20px;
	top:50%;
	right:-340px;
}
.tweet .btn{ width: 20px; }
.tweet .btn a{ background-size: contain; }

#footer{
width: 100%;
padding: 40px 20px 80px 20px;
box-sizing: border-box;
}
#footer .credit{
	font-size: 0.8rem;
	width: 100%;
	margin: 0 auto 10px auto;
}
#footer .billing{ width: 100%; }
#footer .billing img{
	width: 100%;
	height: auto;
}
	
}

@media only screen and (max-width: 320px) and (orientation: portrait){

#visual .inner h1{
margin: 0 auto 10px 0;
}
#visual .inner h3{
width: 300px;
margin: 0 auto 20px auto;
}
#visual .inner h3 span{
	height: 31px;
}
#visual .cast .cast2{
	width: 300px;
	height: 19px;
}
#visual .inner #news{
margin: 0 auto;
padding: 0 0 40px 0;
position: static;
display: block;
}

}