@charset "UTF-8";
/* Common */

@import url("fonts.css");
@import url("globalnavi.css");
@import url("font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,600,400);


/* Base */

html {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
}

body { 
	width: 100%;
	height: 100%;
	margin-bottom: 32em;
	padding: 0;
	background-color: #fff;
}

p {
	line-height: 160%;
}

img {
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}

span.bf {
	visibility: hidden;
	text-indent: -9999px;
	display: none;
}
 
/* Correct overflow not hidden in IE9 */

figure { 
	margin: 0; 
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #0f79df;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: #b52f00;
	text-decoration: underline;
}


/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}


/* Typography == */

address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Lists */

ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0; 
}


/* Contain floats:Clearfix */

/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* === primary styles / Author:IMUCO === */

/*　Breadcrumbs */
.rcrumbs {
  font-size: 85%;
  white-space: nowrap;
  width: 1240px;
	margin: 50px auto 0;
	padding: .5em 10px .3em;
	background-color: #f8f8f8;
	border: 1px solid #ebeced;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.rcrumbs > ul {
  padding: 0;
  list-style: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs a {
  color: #83878b;
  text-decoration: none;
}

.rcrumbs a:hover {
  color: #cd5900;
}

.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}


/* Scroll Navi Part */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 100px;
	right:10px;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border:none;
	text-indent:100%;
	background: url(../images/navi_totop.png) no-repeat 0 0;
}

#toTopHover {
	background: url(../images/navi_totop.png) 0 -32px no-repeat;
	width: 32px;
	height: 32px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/* Fade Transition */

.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.25s ease-in-out;
   -moz-transition: opacity 0.25s ease-in-out;
   -o-transition: opacity 0.25s ease-in-out;
   -ms-transition: opacity 0.25s ease-in-out;
   transition: opacity 0.25s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}



/* Header Part */

header#global {
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 100;
	background-color: rgba(10, 28, 22, .92);
}

header#global.home {
	background-color: rgba(10, 28, 22, .85);
}

header#global > .wrapper {
	position: relative;
	width: 1240px;
	height: 75px;
	padding-right: 10px;
	padding-left: 10px;
}

header#global .logo {
	width: 159px; 
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: table;
	position: relative;
	top: 1px;
}

header#global .logo h1 {
	width: 159px; 
	height: 49px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

header#global h1 a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 49px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/header_logo_white.svg) 0 0 no-repeat;
	background-size: 159px 49px;
}

header#global #header-nav {
	width: 843px;
	height: 100%;
	float: right;
	position: relative;
}

header#global .sub {
	width: 100%;
	height: auto;
	text-align: right;
	position: relative;
}

header#global .sub ul {
	height: auto;
	margin: 10px 0 0;
	padding: 0;
}

header#global .sub ul a {
	font-size: 93%;
	color: #b2b5b8;
	text-decoration: none;
	position: relative;
}

header#global .sub ul a:hover {
	color: #fff;
}

header#global .sub ul a:before {
	content: "\f0da";
	font: 14px "FontAwesome";
	color: rgba(11, 159, 254, 0);
	position: absolute;
	left: 2px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

header#global .sub ul a:hover:before {
	color: #47e9b4;
	left: -7px;
}

header#global .sub ul li {
	margin: 0;
	padding: 0 15px;
	display: inline-block;
}

header#global .sub ul li:first-child {
	padding-left: 0;
}

header#global .sub ul li:last-child {
	padding-right: 0;
}


/* //== Global Navigation Part ==// */
header#global #globalnav {
	width: 510px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 0;
}


/* //== Main Contents Part ==// */

#maincontainer {
	width: 100%;
	margin: 0;
	padding: 0 0 90px;
	background-color: #fff;
	position: relative;
}

#mc-contents {
	padding-top: 75px;
}

#content-container {
	width: 100%;
}

.wrapper {
	width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.wrapper-narrow {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.padtop20 {
	padding-top: 20px;
}

.padtop30 {
	padding-top: 30px;
}


/* //== Footer Part ==// */

footer {
	width: 100%;
	height: 32em;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background-color: #11221c;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	
}

footer a {
	color: #919d96;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer #group {
	background-color: #823e49;
	width: 100%;
	height: 96px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

footer #group h3 {
	color: #fff;
	font-size: 123.1%;
	font-weight: normal;
	font-style: normal;
	width: auto;
	height: 1em;
	margin: auto 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	float: left;
}

footer #group h3:after {
	content: "";
	background: url(../images/footer_group_arrow.png) 100% 50% no-repeat;
	width: 100%;
	height: 96px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 50px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

@-moz-document url-prefix() {
	footer #group h3:after {
	top: -40px;
	}
}

footer #group ul {
	width: 960px;
	height: 36px;
	margin: 0;
	padding: 0;
	letter-spacing: -.4em;
	float: right;
}

footer #group li {
	width: auto;
	margin: 0 70px;
	padding: 0;
	letter-spacing: normal;
	display: inline-block;
}

footer #group ul li:last-child {
	margin-right: 0;
}

footer #group ul li a {
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 36px;
	overflow: hidden;
	display: block;
}

footer #group ul li.studio a {
	width: 87px;
	background: url(../images/footer_logo_soundstudio-m.png) 50% 0 no-repeat;
}

footer #group ul li.recording a {
	width: 132px;
	background: url(../images/footer_logo_recordingstudio.png) 50% 0 no-repeat;
}

footer #group ul li.soundrental a {
	width: 138px;
	background: url(../images/footer_logo_soundrental.png) 50% 0 no-repeat;
}

footer #group ul li.livetheater a {
	width: 90px;
	background: url(../images/footer_logo_livethater.png) 50% 0 no-repeat;
}

footer #footer-nav {
	width: 100%;
	margin-bottom: 18px;
	padding-top: 30px;
}

footer #footer-nav h2 {
	width: 119px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/footer_logo.png) 0 0 no-repeat;
	display: block;
}

footer #footer-nav h2 a {
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 36px;
	display: block;
	overflow: hidden;
	background: url(../images/footer_logo.png) 0 -36px no-repeat;
}

footer #footer-nav #sns {
	width: auto;
	margin: 18px auto 30px;
	text-align: center;
	letter-spacing: -.4em;
}

footer #footer-nav #sns a {
	display: inline-block;
	letter-spacing: normal;
	color: rgba(255, 255, 255, .7);
}

footer #footer-nav #sns a:hover {
	color: rgba(255, 255, 255, 1);
}

footer #footer-nav #sns .twitter {
	font-size: 32px;
	margin: 0 32px 0 0;
	position: relative;
	top: 1px;
}

footer #footer-nav #sns .facebook {
	font-size: 30px;
	margin: 0;
}

footer #footer-nav ul {
	text-align: center;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

footer #footer-nav ul li {
	margin: 0;
	padding: 0 .7em 0 .3em;
	font-size: 100%;
	display: inline-block;
	border-right: 1px solid #5f676a;
}

footer #footer-nav li:last-child {
	margin-right: 0;
	border-right-style: none;
}

footer #footer-nav li a {
	margin: 0;
}

footer #footer-nav li a:hover {
	text-decoration: underline;
}

footer #footer-nav .main li {
	padding: 0 1em 0 .6em;
	font-size: 108%;
	margin-bottom: 15px;
}

footer .copyright { 
	font: 77% 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	color: #6a7a74;
	text-align: center;
	margin: 0;
	padding: 0;
}