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

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500&subset=latin,greek);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,800,300,100);

html, body {
	width: 100%;
	min-width:1040px;
}
html{
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #111;
	text-align: center;
	background-color:#FFF;
}

a, a:visited {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active, a.active {
	color: #009d95;
}
/* for bg image */
h1 a,h2 a,h3 a,h3 span,h4 span,ul#menu 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 li a,#menu dt,.btn a,.btn span{ cursor: pointer; }

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



/* header */
#header{
	width:100%;
	min-width:881px;
	/*background-color:#000;*/
	background-image: url(../images/bg_black.png);
	position:fixed;
	left:0px;
	top:0px;
	z-index:7777;
}
#header .inner{
padding:0 10px 15px 10px;
}
#header .inner .package{
	width: 100%;
	max-width:1040px;
	padding: 15px 0 0 0;
	margin:0 auto;
	position: relative;
}
#header .inner h1{
	width:132px;
	float:left;
}
#header .inner h1 a{
	background-image:url(../images/logo.png);
	height:60px;
}
#header .inner ul#menu{
	width:809px;
	padding-top:30px;
	display:block;
	float:right;
}
ul#menu li{
	margin: 0 0 0 15px;
	padding: 0 14px 0 0;
	border-right: solid 1px #666;
	box-sizing: border-box;
	float:left;
	display: block;	
}
ul#menu li a{
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
	display: block;
}
ul#menu li a:hover{ background-position: left center; }
ul#menu li.thispage a{ background-position: left bottom; }

ul#menu li.mn1{
width:145px;
margin: 0px;
}
ul#menu li.mn1 a{ background-image: url(../images/menu_video.png); }
ul#menu li.mn2{ width:139px; }
ul#menu li.mn2 a{ background-image: url(../images/menu_release.png); }
ul#menu li.mn3{ width:149px; }
ul#menu li.mn3 a{ background-image: url(../images/menu_production.png); }
ul#menu li.mn4{ width:121px; }
ul#menu li.mn4 a{ background-image: url(../images/menu_sound.png); }
ul#menu li.mn5{
width:95px;
padding: 0px;
border-right: none;
}
ul#menu li.mn5 a{ background-image: url(../images/menu_company.png); }
ul#menu li.mn6{
	width: 30px;
	padding: 0px;
	margin-left: 30px;
	border-right: none;
}
ul#menu li.mn6 a{
	background-image: url(../images/icon_insta.png);
	background-size: contain;
}
ul#menu li.mn7{
	width: 30px;
	margin-left: 10px;
	padding: 0px;
	border-right: none;
}
ul#menu li.mn7 a{
	background-image: url(../images/icon_line.png);
	background-size: contain;
}


#header #subnav{
	color: #999;
	font-size: 0.9em;
	text-align: right;
	position: absolute;
	right: 0px;
	top:5px;
	z-index: 999;
}
#header #subnav a{ color: #CCC; }
#header #subnav a:hover{ color: #009d95; }


#header .arrow{
	width:30px;
	height:15px;
	left:50%;
	top:75px;
	position:absolute;
	z-index:111;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display:none;
}

#header .arrow.a1{ margin-left:-140px; display:block; }/* sm1(-200+75-15) */
#header .arrow.a2{ margin-left:13px; display:block; }/* sm2((-200+151)+77-15) */
#header .arrow.a3{ margin-left:142px; display:block; }/* sm3((-200+151+154)+52-15) */
#header .arrow.a4{ margin-left:247px; display:block; }/* sm4((-200+151+154+105)+52-15) */


/* -----container----- */
#container{
	text-align: left;
	width:100%;
	padding: 90px 0 0 0;
}
#container img{ vertical-align: bottom; }
#container #breadcrumb{
font-size: 0.9em;
width: 100%;
max-width: 1020px;
margin: 0 auto;
padding: 10px;
box-sizing: border-box;
}
#container #breadcrumb a{
text-decoration: underline;
}


/* -----footer----- */
#footer{
	padding:40px 0px;
	background-color:#000;
	background-image: url(../images/bg_black.png);
}
#footer .inner{
width: 80%;
max-width: 1000px;
min-width: 800px;
margin: 0 auto 60px auto;
}
#footer .inner h2{
width:150px;
float: left;
}
#footer .inner h2 a{
background-image: url(../images/logo_foot.png);
height: 68px;
}
#footer .inner .sitemap{
	text-align: left;
	width:500px;
	margin: 0 0 0 40px;
	float: left;
}
#footer .inner .sitemap ul{
min-height: 160px;
padding: 0 20px 0 0;
margin: 0 20px 0 0;
border-right: solid 1px #999;
float: left;
display: block;
}
#footer .inner .sitemap ul li{
margin-bottom: 5px;
}
#footer .inner .sitemap ul li a{ color: #FFF; }
#footer .inner .sitemap ul li a:hover{ color: #009d95; }

/* hide en */
#footer .inner .sitemap ul:first-child li:nth-child(2){ display: none; }


#footer .btn.btn-fb{
	width:30px;
	margin: 0 10px 0 0;
	float: left;
}
#footer .btn.btn-fb a{
	background-image:url(../images/icon_fb.png);
	background-position: left top;
	height:30px;
}
#footer .btn.btn-twit{
	width:35px;
	margin: 0 10px 0 0;
	float: left;
}
#footer .btn.btn-twit a{
	background-image:url(../images/icon_twit.png);
	background-position: left top;
	height:30px;
}
#footer .btn.btn-insta{
	width: 30px;
	margin: 0 10px 0 0;
	float: left;
}
#footer .btn.btn-insta a{
	background-image: url(../images/icon_insta.png);
	background-position: left top;
	background-size: contain;
	height:30px;
}
#footer .btn.btn-line{
	width: 30px;
	float: left;
}
#footer .btn.btn-line a{
	background-image: url(../images/icon_line.png);
	background-position: left top;
	background-size: contain;
	height:30px;
}

#footer .btn.pgtop{
	width:80px;
	float: right;
}
#footer .btn.pgtop a{
	background-image:url(../images/btn_pagetop.png);
	background-position: left top;
	height:50px;
}
#footer .btn.pgtop a:hover{
background-position: left bottom;
}

.cp{
	color:#CCC;
	font-size: 0.9em;
}

/* alert */
#alert{
	text-align: center;
	padding: 200px;
}
#alert h4{
font-family: 'Raleway', sans-serif;
font-size: 3em;
line-height: 2em;
font-weight: 700;
margin-bottom: 20px;
}
#alert p{ margin-bottom: 10px; }
#alert p:last-child{ margin-bottom: 0px; }
#alert p a{ text-decoration: underline; }

/* 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: 736px) {
	

html{ font-size: 65%; }
body {
	font-size: 1rem;
	line-height: 1.6rem;
	-webkit-text-size-adjust: 100%;
}



	
}