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


.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
	display: block;
    clear: both;    
}
.container {
    width: 100%;
    margin: 0 auto;
}





/*@FONT-FACE
--------------------------------------------------------------------------------*/
@font-face {
    font-family: WebFont-Light;
    src: url('webfonts/FrutigerLTPro-Light.otf') format("opentype");
}
@font-face {
    font-family: WebFont-Roman;
    src: url('webfonts/FrutigerLTPro-Roman.otf') format("opentype");
}
@font-face {
    font-family: WebFont-Bold;
    src: url('webfonts/FrutigerLTPro-Bold.otf') format("opentype");
}





/*top
--------------------------------------------------------------------------------*/

#top-container {
	text-align: center;
}
.top-cover img {
	width: 100%;
	height: 100%;
}
#top-container h1,
#top-container h1 a {
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
	text-align: center;
	/*-padding: 47% 40%;---------padding problem----------*/
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 27px;
	letter-spacing: 0.5px;
	line-height: 1em;
	color: #000000;
}
#top-container h1 a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 880px) {
	#top-container h1,
    #top-container h1 a {
	font-size: 19px;
	}
}





/*header
--------------------------------------------------------------------------------*/
#top-head {
	top: 0px;
    position: absolute;
    width: 100%;
	padding-top: 24px;
    line-height: 1.5;
    z-index: 999;
}
#top-head .logo a,
#top-head .logo {
    color: #000000;
    text-decoration: none;
	font-family: 'Libre Baskerville', serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 800;
	color: #241714;
	-webkit-font-smoothing: antialiased;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	padding-left: 24px;
	/*position: fixed;*/
}
.title {
    position: relative;
	margin: 0 auto;
	width: 30%;
	text-align: center;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";
	-ms-transform: translateY(-0.5px);
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
}
.menu_btn {
    float: right;
	list-style: none;
    position: absolute;
	right: 28px;
    bottom: 0px;
    font-size: 14px;
	font-weight: 400;
}
.menu_btn a {
	font-family: WebFont-Roman, Arial, Helvetica, "sans-serif";
}
#global-nav ul {
    float: right;
	list-style: none;
    position: absolute;
	right: 85px;
    bottom: 0px;
    font-size: 14px;
	font-weight: 400;
}
#global-nav ul li,
#global-nav ul li a {
    display: inline-block;
	font-family: WebFont-Roman, Arial, Helvetica, "sans-serif";
	color: #241714;
	text-decoration: none;
	padding: 0 6px;
}
#global-nav ul li a:hover {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
@media screen and (max-width: 1124px) {
	.title {
		float: left;
		text-align: left;
		padding-left: 24px;
		-ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
		clear: left;
	}
	#global-nav ul {
	right: 28px;
    		-ms-transform: translate(4px, 24px);
        -webkit-transform: translate(4px, 24px);
        transform: translate(4px, 24px);		
    }
	#global-nav ul li,
#global-nav ul li a {
	padding: 0 3px;
}
}





/* Fixed
--------------------------------------------------------------------------------*/
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.0);
    transition: top 0.2s ease-in;
    -webkit-transition: top 0.2s ease-in;
    -moz-transition: top 0.2s ease-in;
}
@media screen and (max-width: 1124px) {
    #top-head.fixed {
        height: 75px;
		background: rgba(255,255,255,.8);
    }
}





/*M A I N
--------------------------------------------------------------------------------*/
#main-container {
	margin-top: 110px;
}





/* W O R K   L I S T
--------------------------------------------------------------------------------*/
.works-list {
    max-width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
.products {
	margin: 0 auto;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 40px;
	overflow: hidden;
	list-style-type: none;
	}
.products li {	
	    display: inline-block;  /* インラインブロック化 */
	    vertical-align: bottom; /* 下端を揃える */
	    width: 27.7%;
		margin-right: 7.8%;
		margin-bottom: 8%;
	}		
.products li:nth-child(3n) {
		margin-right: 0px;
	}
.products li img {
	padding-bottom: 12px;
	}
.products li a {
	text-decoration: none;
	}
.products a:hover img {
		opacity: 0.7;
	}	
.products-text {
    text-align: left;
	font-family: WebFont-Roman, Arial, Helvetica, "sans-serif";
	font-size: 12px;
	letter-spacing: 1px;
	color: #333333;
	}
/* original-1280px */
@media screen and (min-width: 1440px) {
.works-list {
    max-width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
.products {
	margin: 0 auto;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 40px;
	overflow: hidden;
	}
.products li {	
	    display: inline-block;  /* インラインブロック化 */
	    vertical-align: bottom; /* 下端を揃える */
	    width: 21%;
		margin-right: 4.9%;
		margin-bottom: 8%;
	}
.products li:nth-child(3n) {
		margin-right: 5%;
	}	
.products li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 880px) {
    .works-list {
	    width: 100%;
    }
    .products li {
	    display: block;
		width: 100%;
		margin-bottom: 14%;
    }
	.products li:nth-child(3n) {
		margin-right: 0;
	}	
}




/* W O R K   P H O T O 
--------------------------------------------------------------------------------*/
.works {
    max-width: 780px;/*original 880px*/
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
.photo {
	height: auto;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
	}
.photo li img {
	padding-bottom: 10%;
	}
.photo li p.iframe-space {
	padding-bottom: 10%;
}
.photo li img.long {
	width: 66.6666%;
	margin: 0 auto;
	}
.iframe {
    width: 732px;
    height: 411.75px;
	 }
@media screen and (max-width: 880px) {
	.photo li img.long {
		width: 100%;
     }
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: 0 0 calc(411.75 / 732 * 100%);
  }
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
	margin-top: -5%;
    width: 100%;
    height: 100%;
  }
}




/* W O R K S  D E S C R I P T I O N
--------------------------------------------------------------------------------*/
#works-description {
    max-width: 732px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 40px;
}
@media screen and (max-width: 880px) {
	#works-description {
		float: center;
		height: auto;
		padding-left: 24px;
		padding-right: 24px;
	    margin: 0 auto;
	}
}		
.info {
    text-align: left;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5em;
	color: #241714;
	}
.info a {
	color: #241714;
	text-decoration: underline solid #241714;
	}
.info a:hover {
	color: #999999;
	text-decoration: underline solid;
}
@media screen and (max-width: 880px) {
	.info {
	font-size: 16px;
	}
}






/* W O R K S  S P E C
--------------------------------------------------------------------------------*/
.works-spec {
	max-width: 732px;
	margin: 0 auto;
}
.works-spec:after {
	content: "";
	display: block;
    clear: both;    
}
.fabric-left {
	float: left;
	width: 32%;
}
.detail-right {
	float: right;
	width: 60%;
	height: auto;
}

.detail-right h2 {
	text-align: left;
	font-family: WebFont-Bold, Arial, Helvetica, "sans-serif";
	font-weight: 800;
	font-size: 12px;
	line-height: 1.5em;
}
.detail-right p {
	text-align: left;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";
	font-size: 16px;
	line-height: 1.5em;
	color: #241714;
	word-wrap: break-word;
}
.detail-right p em {
	font-family: WebFont-Bold, Arial, Helvetica, "sans-serif";
	font-size: 13px;
}
.detail-right a {
	color: #241714;
	text-decoration: underline;
}
.detail-right a:hover {
	color: #999999;
	text-decoration: underline;
}
@media screen and (max-width: 880px) {
    .works-spec {
	    float: center;
		height: auto;
		padding-left: 24px;
		padding-right: 24px;
    }
    .fabric-left {
	    width: 45%;
		padding-bottom: 20px;
    }
    .detail-right {
	    width: 100%;
    }
	.detail-right p {
	font-size: 13px;
    }
}





/* N E W S
--------------------------------------------------------------------------------*/
.news-wrapper {
    max-width: 732px;/*original 880px*/
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
.news-img {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
	}
.news-img-long {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 10px;
	}
.article {
	text-align: left;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";
	font-size: 18px;
	line-height: 1.5em;
	color: #241714;
    }
.article a {
	color: #241714;
	text-decoration: underline;
    }
.article a:hover {
	color: #999999;
    }
@media screen and (max-width: 880px) {
    .news-wrapper {
		padding-left: 24px;
	    padding-right: 24px;
}
	.news-img-long {
	    width: 100%;
	}
	.article {
	    font-size: 16px;
    }	
}



/* P R O C E S S  P H O T O
--------------------------------------------------------------------------------*/
.process {
    max-width: 780px;/*original 880px*/
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
.process-photo {
	height: auto;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
	}
.process-photo li {
	padding-bottom: 10%;
	}
.process-photo li img {
	padding-bottom: 1px;
	}
.process-photo li img.long {
	width: 66.6666%;
	margin: 0 auto;
	}
.process-photo p {
	text-align: left;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";
	font-size: 13px;
	line-height: 1.2em;
	color: #000000;
    }
.process-photo p.long {
	margin-left: 121px;
    }
@media screen and (max-width: 880px) {
    .process-photo p {
	    font-size: 11px;
    }
	.process-photo li img.long {
		width: 100%;
     }
	.process-photo p.long {
	margin-left: 0px;
    }
}




/* B I O G R A P H Y  D E S C R I P T I O N
--------------------------------------------------------------------------------*/
#bio-description {
    max-width: 732px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
#bio-description:after {
	content: "";
	display: block;
    clear: both;    
}
#bio-description h3 {
    text-align: center;
	font-family: WebFont-Roman, Arial, Helvetica, "sans-serif";
	font-weight: 600;
	font-size: 22px;
	color: #241714;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	margin-bottom: 24px;
}
#bio-description dl {
    max-width: 732px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 72px;
	background-color: #ffffff;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";
	font-size: 16px;
	line-height: 1.8em;
}
#bio-description dt {
    width: 8%;
    float: left;
	color: #241714;
}
#bio-description dd {
    width: 92%;
    float: left;
	color: #241714;
	word-wrap: break-word;
}
#bio-description dd:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 880px) {
	#bio-description {
		float: center;
		height: auto;
		padding-left: 24px;
		padding-right: 24px;
	    margin: 0 auto;
	}
	#bio-description h3 {
    text-align: left;
	font-size: 16px;
	letter-spacing: 0;
    }
	#bio-description dl {
	font-size: 13px;
	}
	#bio-description dt {
    width: 12%;
	}
#bio-description dd {
    width: 88%;
	}
}		






/* T A G
--------------------------------------------------------------------------------*/
.tag-wrapper {
	max-width: 732px;
	margin: 0 auto 60px;
	background-color: #ffffff;
	text-align: center;
}
.tag-grid li {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	font-family: WebFont-Light, Arial, Helvetica, "sans-serif";
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #241714;
	word-wrap: break-word;
}
.square_btn {
    display: inline-block;
    position: relative;
    padding: 0.6em 2em;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
    color: #241714;
    border: solid 1px #241714;
}

.square_btn:hover {   
    -ms-transform: translate(1.5px,1.5px);
    -webkit-transform: translate(1.5px,1.5px);
    transform: translate(1.5px,1.5px);
	/*border-bottom: solid 1.5px #888888;
	border-right: solid 1.5px #888888;*/
}
@media screen and (max-width: 880px) {
    .tag-wrapper {
		padding-left: 24px;
		padding-right: 24px;
    }
	.tag-grid li {
		font-size: 12px;
	}
}




/* B O X
--------------------------------------------------------------------------------*/
.space p.box {
	border-bottom: 1px solid;
	color: #241714;
	max-width: 732px;
    margin: 60px auto;
}
@media screen and (max-width: 880px) {
	.space p.box {
		margin-left: 24px;
		margin-right: 24px;
	}
}




/*F O O T E R
--------------------------------------------------------------------------------*/
#footer {
    position: relative;
    padding: 60px 0 20px 24px;
    line-height: 1.5;
	font-size: 14px;
	background-color: #ffffff;
	text-align: left;
	clear: both;
}	
#footer p a {
    font-family: WebFont-Roman, Arial, Helvetica, "sans-serif";
	color: #241714;
    text-decoration: none;
}	
#footer a:hover {
    color: #999999;
	text-decoration: underline;
}





/* clearfix
--------------------------------------------------------------------------------*/
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{
	zoom:1;
}