body {
    width: 100%;
    height: 100vh;
}

html {
    width: 100%;
    height: 100vh;
}

ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 5%;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	-moz-margin-before: 0;
	-moz-margin-after: 5%;
	-moz-margin-start: 0;
	-moz-margin-end: 0;
	-moz-padding-start: 0;
}

/* Navbar and Section Frame */
.navbar-header {
	margin-top: 0;
}

.intro-section {
    min-height: 60%;
    padding-top: 80px;
    text-align: center;
    background: #fff;

}

.works-section {
    min-height: 40%;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.staff-section {
    min-height: 50%;
    padding-top: 80px;
    text-align: center;
    background: #f8f8f8;
}

.gallery-section {
    min-height: 50%;
    padding-top: 80px;
    text-align: center;
    background: #fff;
}
.contact-section {
    min-height: 50%;
    padding-top: 50px;
    text-align: center;
    background: #f8f8f8;
}

footer {
  	background: #f8f8f8;
  	text-align: center;
 	line-height: 2;
  	font-size: 0.8em;
  	padding-top: 5%;
  	padding-bottom: 5%;
}


/* Intro */

.animation {
	width: 100%;
	margin:0 auto;
	position: relative;
}

.subanimation {
	display: none !important;
    visibility: hidden !important;
}

.description-jp {
	font-family: 'Muli','ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	text-align: left;
	line-height: 2;
	color: #1D1D1F;
	letter-spacing: 2px;
	padding-bottom: 20px;
	list-style: none;
}

.description-en {
	font-family: 'Muli','ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	text-align: left;
	line-height: 2;
	color: #1D1D1F;
	letter-spacing: 2px;
	padding-bottom: 20px;
	list-style: none;
	letter-spacing: 1px;
}

/* Works */
.works-style li {
	list-style: none;
	display: inline-block;
	padding: 20px 0;
	font-size: 1em;
	line-height: 2;
	transition: color 0.3s;

}

.works-style a {
	text-decoration: none;
	color: #434343;
	outline: none;
	opacity: 1;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.works-style a:hover {
	opacity: .5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.works-style img {
	width: 50%;
	height: 50%;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important;
}
.modal-body{
    height: 300px;
    overflow-y: auto;
}

/* Staff */
.staff-style li {
	list-style: none;
	display: inline-block;
}

.staff-style img {
	width: 60%;
	height: 60%;
}

.name {
	color: #9AA575;
}

.title {
	color: #434343;
	padding-bottom: 10px;
}

/* Gallery */

#instafeed {
  display: inline-block;
  position: inherit;;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#instafeed a img{
  padding: 5px;
  width: 25%;
  height: 25%;
  zoom: 1.1;
}


/* Contact */

address {
	display: block;
	font-family:'Muli', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.form-group {
	font-family:'Muli', sans-serif;
	text-align: left;
	margin-bottom: 15px;
}
.divider {
	display: none !important;
    visibility: hidden !important;
}

.antispam {
	display: none;
}

/* Responsive */

@media only screen and (min-width: 768px) {
	.navbar-nav>li>a {
  		padding-top: 20px;
  		padding-bottom: 20px;
  	}
}
@media only screen and (max-width: 767px) {	
    .top-nav-collapse {
        padding: 0;
    }

	.works-style a {
		line-height: 2;
	}

	.staff-section img { 
		width: 50%;
		height: 50%;
	}

	.title {
		padding-bottom: 25px;
	}
	
	.gallery-section img {
		width: 50%;
		height: 50%;
	}

	address {
   		text-align: center;
	}



	.divider {
		display: block !important;
    	visibility: visible !important;
	}
	body.modal-open {
		position: fixed;		
	}

	.modal-open .modal {
  		padding-left: 0px !important;
  		padding-right: 0px !important;
  		overflow-y: scroll;
	}
	.subanimation {
		display: block !important;
		visibility: visible !important;
		width: 100%;
		margin: 0;
  		padding: 0;
  		position: relative;
	}
	#mobile {
		display: none;
	}
}



