@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300);

@font-face {
font-family: 'Honoka';
src:url(‘fonts/fonts/font_1_honokamin.woff’) format(‘woff’);
src:url(‘fonts/fonts/font_1_honokamin.ttf’) format(‘truetype’); /* Safari, Android, iOS */
}

body, html{
  /* 画像ファイルの指定 */
  background-image: url(../img/thankyou.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
}
	font-family: 'Marcellus','Honoka', times, serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555555;
	font-size: 13px;
	letter-spacing: 1pt;
	line-height: 30px;
}


::selection {
    background: #000; /*背景色*/
    color: #fff; /*文字色*/
}

::-moz-selection {

    background: #000; /*背景色*/

    color: #fff; /*文字色*/

}



img {
	max-width: 100%;
	height: auto;
}

h1{
	font-size: 28px;
	letter-spacing: 6pt;

}
h1 strong{
	font-weight: 900;
}
h2{
	font-size: 25px;
	line-height: 30px;
	margin:  0;
	letter-spacing: 3pt;
}


h3{
	font-size: 18px;
	letter-spacing: 2px;

}
h4{
	line-height: 15px ;
	letter-spacing: 2px;
}

h5{
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 30px;
	font-weight: 10;
}
h6{
	font-size: 10px;
	line-height: 20px;
}



.gutter-20{
margin-left:-10px;
margin-right:-10px;
}
.gutter-20 > [class*='col-'] {
padding-left:10px;
padding-right:10px;
}

.gutter-10{
margin-left:-5px;
margin-right:-5px;
}
.gutter-10 > [class*='col-'] {
padding-left:5px;
padding-right:5px;
}


p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: times, serif;
}
a{ color: #777777;}
a:hover,
a:focus{
	text-decoration: none;
	color: #555555;
}

.section-title h2{
	font-size: 22px;
	letter-spacing: 15px;
}
.section-title hr{
	border-color: #cccccc;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#tf-menu {
	padding: 10px 0px 10px 0px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(250, 250, 250, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
font-size: 14px;
letter-spacing: 2px;
color: #555;
font-weight: 0;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	color: #555;
	font-size: 14px;
	letter-spacing: 2px;
}
.on {
	background-color: #ffffff !important;
	padding: 0 !important;
}
.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #555555;
	border-color: #555555;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}


/* Home Style */
#tf-home{
	background: url(../img/top.gif);
	background-color: #cfcfcf;
	padding: 0pt 0pt 0pt 0pt;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
}

#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 400pt;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
}


.intro {
	position: absolute;
	width: 100%;
	top: 250pt;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}



.start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}


.content{
	position: relative;
	padding: 150pt 0% 0;
}

.color{
	color: #555555;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #333333;
	color: #ffffff;
	border: 2px solid #333333;
}

/* Team Section */
#tf-team{
	padding: 0px 0;
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-team .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: cover;
	padding: 10px 0;
}
.section-title.center{
	padding: 40px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 0;
}
.section-title.center .line{
	border-top: 1px solid #cccccc;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 1px solid #aaaaaa;
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #aaaaaa;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #555555;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #555555;
}

/* Services Section */
#tf-services{
	padding: 40px;
}

.space{
	margin-top: 40px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #555555;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #555555;
	color: #ffffff;
}

/* Gallery Section 
==============================*/
#tf-works{
	padding: 50px 20px 50px 20px;

}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 20% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.8s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #cccccc;
	font-size: 20px;
	padding: 5px;
	margin: 3px;
	border-radius: 50%;
	color: #cccccc;
}
#tf-works i.fa:hover{
	background: #aaaaaa;
	border-color: #aaaaaa;
	color: #ffffff;
}



label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #FCAC45;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */

#footer{
	line-height: 25pt;
	letter-spacing: 1pt;
}

nav#footer{
	background: #ffffff;
	color: #aaaaaa;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 10px;
	margin-top: 10px;
}
#footer i.fa {
	height: 23px;
	width: 23px;
	border: 2px solid #dddddd;
	font-size: 14px;
	padding: 3px 2px;
	border-radius: 50%;
	color: #cccccc;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #aaaaaa;
	border-color: #aaaaaa;
	color: #ffffff;
}


.img-responsive-overwrite{
	margin: 0 auto;
}


/* pianismic Style */




#pf-home{
	background: url(../img/pianismicbg.jpg);
	background-color: #cfcfcf;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}

#pf-home .overlay{
	height: 200px;
	background-attachment: fixed;
}
#pf-home p.lead{
	color: #ffffff;
}

#pf-home h2{
	letter-spacing: 10pt;
}


#pf-team{
	padding: 80px 0;
	background-color: #f8f8f8
}



#one-home{
	background: url(../img/items/oneworks.jpg);
	background-color: #cfcfcf;
	background-attachment: fi;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}

#one-home .overlay{
	height: 500px;
	background-attachment: fixed;
}



#one-menu {
	padding: 20px;
	transition: all 0.8s;
}
#one-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#one-menu a.navbar-brand {
font-size: 12px;
letter-spacing: 1.5px;
color: #333333;
font-weight: 0;
}

#one-menu.navbar-default .navbar-nav > li > a {
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 !important;
	background-color: transparent;
	font-weight: 100;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #555555;
	border-color: #555555;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}

.on {
	background-color: #ffffff !important;
	padding: 0 !important;
	}




#kimiuso-home{
	height: 100px;
	background-attachment: fixed;
}

#terminal-home{
	height: 50px;
	background-attachment: fixed;
}



#enlil-home{
	background: url(.jpg);
	background-color: #cfcfcf;
	background-attachment: fi;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}

#enlil-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 400px;
	background-attachment: fixed;
}

#colors-home{
	background: url(../img/colors-top.jpg);
	background-color: #cfcfcf;
	background-attachment: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}

#colors-home .overlay{
height: 650px;
	background-attachment: fixed;
}



#colors-menu {
	padding: 0px;
	transition: all 0.8s;
}
#colors-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#colors-menu a.navbar-brand {
font-size: 12px;
letter-spacing: 1.5px;
color: #eee;
font-weight: 0;
}

#colors-menu.navbar-default .navbar-nav > li > a {
	color: #eee;
	font-size: 10px;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 !important;
	background-color: transparent;
	font-weight: 100;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #555555;
	border-color: #555555;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #555555;
	border-color: #555555;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}

.on {
	background-color: #555555 !important;
	padding: 0 !important;
	}



#colors-1{
	background: url(../img/colors-top1.jpg);
	background-color: #625692;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;

}
#colors-1 img {  
  display: none;  
}  
@media only screen and (max-width: 780px) {  
  #colors-1 {  
    width: auto;  
    height: auto;  
    background: none;  
    background-color: #625692;
  }  
  #colors-1 img {  
    display: block;  
  }  
}  


#colors-1 .overlay{
height: 600px;
	background-attachment: fixed;
}

#colors-2{
	background: url(../img/colors-top2.jpg);
	background-color: #5f815e;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}
#colors-2 img {  
  display: none;  
}  
@media only screen and (max-width: 780px) {  
  #colors-2 {  
    width: auto;  
    height: auto;  
    background: none;  
    background-color: #5f815e;
  }  
  #colors-2 img {  
    display: block;  
  }  
}  

#colors-2 .overlay{
height: 600px;
	background-attachment: fixed;
}

#colors-3{
	background: url(../img/colors-top3.jpg);
	background-color: #70b6ba;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}
#colors-3 img {  
  display: none;  
}  
@media only screen and (max-width: 780px) {  
  #colors-3 {  
    width: auto;  
    height: auto;  
    background: none;  
    background-color: #70b6ba;
  }  
  #colors-3 img {  
    display: block;  
  }  
}  
#colors-3 .overlay{
height: 600px;
	background-attachment: fixed;
}


#colors-4{
	background: url(../img/colors-top4.jpg);
	background-color: #f0d919;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}
#colors-4 img {  
  display: none;  
}  
@media only screen and (max-width: 780px) {  
  #colors-4 {  
    width: auto;  
    height: auto;  
    background: none;  
    background-color: #f0d019;
  }  
  #colors-4 img {  
    display: block;  
  }  
}  
#colors-4 .overlay{
height: 600px;
	background-attachment: fixed;
}



#colors-5{
	background: url(../img/colors-5.jpg);
	background-color: #f0d919;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}
#colors-5 img {  
  display: none;  
}  
@media only screen and (max-width: 780px) {  
  #colors-5 {  
    width: auto;  
    height: auto;  
    background: none;  
    background-color: #a5a5a5;
  }  
  #colors-5 img {  
    display: block;  
  }  
}  
#colors-5 .overlay{
height: 600px;
	background-attachment: fixed;
}


#colors-6{
	background: url(../img/colors-top6.jpg);
	background-color: #f0d919;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}
#colors-6 img {  
  display: none;  
}  
@media only screen and (max-width: 780px) {  
  #colors-6 {  
    width: auto;  
    height: auto;  
    background: none;  
    background-color: #000000;
  }  
  #colors-6 img {  
    display: block;  
  }  
}  
#colors-6 .overlay{
height: 600px;
	background-attachment: fixed;
}



#item-menu {
	padding: 0px;
	transition: all 0.8s;
}
#item-menu.navbar-default {
	background-color: rgba(248, 248, 248, 100);
	border-color: rgba(248, 248, 248, 100);
}
#item-menu a.navbar-brand {
font-size: 12px;
letter-spacing: 1.5px;
color: #333333;
font-weight: 0;
}

#item-menu.navbar-default .navbar-nav > li > a {
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
}
#item-menu.navbar-default .navbar-nav > li > a:hover {
	color: #ccc;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 !important;
	background-color: transparent;
	font-weight: 100;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #555555;
	border-color: #555555;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}

.on {
	background-color: #ffffff !important;
	padding: 0 !important;
	}


/* ------------------------------------- audio.js ------------------------------------- */

.audiojs audio {
}
/*　プレイヤー（再生バー）　*/
.audiojs {
width: 30px;
height: 30px;
background: none;
overflow: hidden;
font-family: monospace;
font-size: 12px; 
-webkit-box-shadow: none;
-moz-box-shadow: none; 
-o-box-shadow: none;
box-shadow: none;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
width: 30px;
height: 30px;
padding: 0;
margin: 0;
float: center;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #BDBDBD; 
border-radius: 15px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
display: none;
width: 30px;
height: 30px;
margin: 0px;
cursor: pointer;
}
.audiojs .play {
display: block;
}
/*　進行状態・ロードの状態を表示する部分（薄いグレー）　*/
.audiojs .scrubber {
position: relative;
float: left;
width: 30px;
background: #CCC;
height: 4px;
margin: 12px 0 0 0px;
border-top: 0;
border-left: 0px;
border-bottom: 0px;
overflow: hidden;
display: none;
}
/*　進行状態を表示するバーの部分(再生ボタンより少し暗い青)　*/
.audiojs .progress {
position: absolute;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #698D9C; 
z-index: 1; 
display: none;
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc)); 
background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 
100%); */
}
/* ロード状態を表示するバーの部分（薄いグレー） */
.audiojs .loaded {
position: absolute;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #CCC; 
display: none;
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
100%); */
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
float: left;
height: 30px;
line-height: 30px;
margin: 0px 0px 0px 8px;
padding: 0px 0px 0px 0px;
border-left: none;
color: #666;
text-shadow: none;
display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
padding: 0px 2px 0px 0px;
color: #666;
font-style: normal;
display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
padding: 0px 0px 0px 2px;
font-weight: normal;
display: none;
}
.audiojs .error-message {
float: left;
display: none;
margin: 0px 10px;
height: 28px;
width: 200px;
overflow: hidden;
line-height: 28px;
white-space: nowrap;
color: #fff; 
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
color: #eee;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;
white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
background: url(../img/play.png) center center no-repeat;　←playボタン
margin-left: 1.45px;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　エラーボタン　*/
.audiojs .error {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
background: url(../img/pause.png) center center no-repeat;　←pauseボタン
}
.playing .play, .playing .loading, .playing .error {
display: none;
}
.playing .pause {
display: block;
}
.loading .play, .loading .pause, .loading .error {
display: none;
}
.loading .loading {
display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
display: none;
}
.error .error {
display: block;
}
.error .play-pause p {
cursor: auto;
}
.error .error-message {
display: block;
}
/*　再生している曲の情報　*/
.track-details {
clear: both;
height: 28px;
width: 200px;
padding: 0px 6px;
background: #FFF;
color: #3A3A3A;
font-size: 10px;
line-height: 28px;
}
.track-details:before {
content: '♬ Now Playing: ';
}


/* --------------------------------- audio.js ここまで --------------------------------- */




	
.switch {
    width:200px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#ccc;
    border:1px solid ;
    border-radius:3px;
}

	
.switch2 {
    width:120px;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0 10px;
    color:#888;
    border:1px solid ;
    border-radius:3px;

}

	
.switch3 {
    width:200px;
    font-size:15px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    border:1px solid ;
    border-radius:3px;
}


.switch4 {
    width:130px;
    font-size:15px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 4px;
    color:#fff;
    border:1px solid ;
    border-radius:3px;
}


.switch5 {
    width:300px;
    font-size:15px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#555;
    border:1px solid ;
    border-radius:3px;
}

.scroll-down {
	position: absolute;
	top: 120%;
	left: 50%;
	bottom: 40px;
	border: 1px solid #ccc;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

.move iframe{
  width: 48%;
  height: 48%;
}



.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.test-animation{
  …
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 4s;
  animation-delay:4s;
  /* 5回繰り返す */
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}




li{
    list-style: none;
}
main {
    position: relative;
    z-index: 1;}

aside{
	font-family: 'Marcellus','Honoka', times, serif;
	background-color: #fff;
    display: none;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 60px 15px 15px;
    line-height: 40px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 2
}
h1 {
    font-size: 1.1em;
}
figure {
    max-width: 320px;
    margin: 20px auto;
}
figure img {
    max-width: 100%;
    margin-bottom: 10px;
}
#menuButton {
    display: block;
    width: 42px;
    height:42px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3;
}
#menuButton span {
    display: block;
    background: #ccc;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}



