
.main-visual-area{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;	

	.pc-copy{ display:block;}
	.sp-copy{ display:none;}

	@media screen and (max-width: 767px){ 
		margin-top: 0;
		display: block;
		margin-bottom: 80px;		

		.pc-copy{ display:none;}
		.sp-copy{ display:block; margin: 30px 0 15px;}
	}

}
.main-visual-copy{
	width: calc( 100% - 1130px);
	display: flex;
	justify-content: center;

	@media screen and (max-width: 1400px){
		width: 20%;
	}
	@media screen and (max-width: 767px){ 
		width: 100%;
	}
	
}

.main-visual{
	max-width: 1129px;
	width: 80%;
	
	@media screen and (max-width: 767px){ 
		width: 100%;
	}
}

.main-visual-slider{
	margin: 50px 0 0;
}

.main-visual-read{
	font-size: 14px;
	line-height: 2.2;
	margin: 75px 0;
	@media screen and (max-width: 767px){
	    width: 94%;
    	margin: 0 auto;
	}
}

.index-h2-style{ font-size: 36px; font-weight: 400; letter-spacing: 5px;
	@media screen and (max-width: 767px){ 
		font-size: 24px;
		}
}

#about-us {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  
  	@media screen and (max-width: 1200px){
		.photo-area{ 
			width: 50%;
			margin-right: 30px;
		}
  	}

	@media screen and (max-width: 767px){
		margin: 50px auto 100px;
	
		.photo-area{ 
			width: 25%;
			margin: 0 2% 0 0;
			background-image: url("../images/index/photo-aboutus.png");
			background-position: center center;
			background-size: cover;
		
			& img{ display: none;}
		}
	}
  
  .index-h2-style{ margin-bottom: 30px;
    		@media screen and (max-width: 767px){ 
    			margin-bottom: 0;
    		}
  }
  
  .text-area{
  		padding-top: 100px;

	  	@media screen and (max-width: 1200px){
	  		padding-top: 50px;
	  	}
  		
  		@media screen and (max-width: 767px){
  			padding-top: 0;
  		}
  		& p{ line-height: 2.2;}
	}

  .photo-area2{
  	margin: 30px auto;
    position: relative;
    	& img{ display: block;}
    	& span{
			background-color: #000;
			color: #fff;
			font-size: 12px;
			position: absolute;
			width: 70px;
			text-align: center;
			bottom: 0;
			right: 0;
			line-height: 1;
			height: 15px;    	
    	}
  }
  
}

.sample-back{
	position: relative;
	
	&:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background-color: #efefef;
		width: 70%;
		height: 365px;
		z-index: 1;
	}
}

#samplebooks{
	position: relative;
	z-index: 2;
	
	.samplebooks-list {
	    display: flex;
	    justify-content: space-between;
	    max-width: 846px;
	    width: 100%;
	    margin: 30px auto 130px;

		@media screen and (max-width: 1200px){
			& a{ width: 48%;}
		}

	    @media screen and (max-width: 767px){
	    	width: 100%;
	    	
	    	& a{ width: 48%;}
	    	
	    }
	    
	    & h3{ font-size: 24px; text-align: center; margin: 15px auto 20px; line-height: 1.4;
	    	color: #3f3f3f;
	    	 @media screen and (max-width: 767px){
	    	 	font-size: 18px;
	    	 	margin: 10px auto 5px;
	    	 }
	    }
	    & p{ letter-spacing: 0; color: #3f3f3f;}
	    
	  }
}



.apparel-back{
	position: relative;
	
	&:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background-color: #efefef;
		width: 50%;
		height: 365px;
		z-index: 1;
	}
}
#apparel{
	position: relative;
	z-index: 2;
	
	.apparel-photo {
	    display: flex;
	    justify-content: space-between;
	    max-width: 370px;
	    width: 100%;
	    margin: 30px auto 130px;
	  }
}


#news{
  .index-h2-style{ marig: 0 0 30px; text-align: center;}
}

.news-list{
	width: 100%;
	max-width: 1100px;
	margin:0 auto 60px;
	& li{
		border-bottom:
		1px solid #3f3f3f;
		padding: 25px 0;
		letter-spacing: 1px;
		@media screen and (max-width: 767px){
			padding: 5px 0;
		}
		
			& time{
				display: inline-block;
				margin: 0 2em 0 0;
				@media screen and (max-width: 767px){ display: block;}
			}
			& a{
				text-decoration: underline;
			}
		
		}
}

.page-link{
	letter-spacing: 0;
	padding-bottom: 75px;
    text-align: center;	
    position: relative;
	& a{
		color: #3f3f3f;
	}
		&:before{	
			content: "";
			position: absolute;
			bottom: 0px;
			right: 50%;
			background-color: #3f3f3f;
			width: 1px;
			height: 65px;
		}
}

.gray-back{
	background-color: #efefef;
}

#onlineshop{
	padding: 60px 0 20px;
}

.onlineshop-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 30px;
		overflow: hidden;
		max-height: 50vh;
		z-index: 1;
		position: relative;
		padding: 10px;
		transition: max-height .2s;
		
		@media screen and (max-width: 767px){
			width : 100%;
			max-width: 500px;
			margin: 0 auto 30px;
			max-height: 100vh;
		}
		
		& li{
			width: 19%;
			margin: 0 0 30px;
			@media screen and (max-width: 767px){
				width: 48%;
			}
		}
		.item-link{
			color: #3f3f3f;
			.img{ 
				padding-top: 100%;
				overflow: hidden;
				background-size: cover;
				background-position: center center;
				margin: 0 0 5px;
			}
			& span{
				display: block;
				letter-spacing: 0px;
				line-height: 1.4;
		    }
		}
		.shop-link{
			letter-spacing: 0;
			display: inline-block;
			background-color: #fff;
			padding: 2px 10px 0 10px;
			color: #555;
			border-radius: 5px;
			border: 1px solid #999;
			font-size: 12px;
			line-height: 1.6;
			margin-right: 1em;
		    
		    &:before{
				content: "";
				background-image: url("../images/common/onlineshop-icon.png");
				width: 1em;
				height: 1em;
				display: inline-block;
				background-size: contain;
				background-repeat: no-repeat;
				margin: 0 6px 0 0;
				vertical-align: inherit;
		    }
		}
}

.onlineshop-list.open{
	max-height: inherit;
		@media screen and (max-width: 767px){
			max-height: inherit;
		}
}

.onlineshop-list-accordion{
		background: linear-gradient(to bottom,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 50%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		margin: -110px 0 0;
		z-index: 5;
		position: relative;
  & a{
		letter-spacing: 0;
		width: 80px;
		height: 80px;
		background-color: #222;
		color: #fff;
		text-align: center;
		padding: 26px 0 0;
		border-radius: 50%;
		margin: 0 auto;
	}
	
	.more{ display: block;}
	.close{ display:none;}
}

.onlineshop-list-accordion.open{
		margin: -50px 0 50px;
  		background: none;
	.more{ display: none;}
	.close{ display:block;}
}

.onlineshop-title{
	text-align: center;
	margin: 0 0 45px;
}


#contact{
	.index-h2-style{ text-align: center; margin: 60px 0 0;}
	.index-h2-style + p{ text-align: center; font-size: 16px;}
	
}

.contact-contents{
  width: 100%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 120px;
	  @media screen and (max-width: 767px){
	  	display: block;
	  }
  
  & h3{ 
  	font-size: 18px;
  	margin: 0 0 35px;
  }
  
  .tel-box{
  	text-align: center;
  	line-height: 1.4;
  	.tel-number{ font-size: 30px;}
  	.fax-number{ font-size: 18px;}
  }
  
  .mail-box{
  	text-align: center;
  	width: 48%;
  	@media screen and (max-width: 767px){
  		width: 100%;
  		margin: 50px 0 0;
  	}
  }
}




#company{
	.google-map{
		margin-bottom: 75px;
	}

	.map{
		margin-bottom: 75px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		.img{
			max-width: 500px;
			@media screen and (max-width: 1400px){
				width: 45%;
			}
			@media screen and (max-width: 767px){
				width: 100%;
				margin: 0 auto 15px;
			}
		}
		.text{
			width: calc( 100% - 530px);
			@media screen and (max-width: 1400px){
				width: 52%;
			}
			@media screen and (max-width: 767px){
				width: 100%;
			}
			
			& p{ margin: 0 0 30px;}

		}
	}
}

#customers{

	.read{
		font-size: 18px;
		margin: 30px auto 60px;

			@media screen and (max-width: 767px){
				font-size: 16px;
			}
	}

	.tell{
		margin: 50px auto 100px;
		font-size: 24px;

			@media screen and (max-width: 767px){
				font-size: 18px;
			}

		
		& dl{
			display: flex;
			align-items: baseline;
			flex-wrap: wrap;
			}
		& dt{ font-size: 36px;

			@media screen and (max-width: 767px){
				font-size: 20px;
			}

			&.separator:before{
				content:"/";
				padding: 0 0.5em;
			}
		}
		
	}
	.mailform{ margin: 50px auto 100px;}

}


#contact{

	.read{
		font-size: 18px;
		margin: 30px auto 60px;

			@media screen and (max-width: 767px){
				font-size: 16px;
			}
	}
	.tell{
		margin: 50px auto 100px;
		font-size: 24px;

			@media screen and (max-width: 767px){
				font-size: 18px;
			}

		
		& dl{
			display: flex;
			align-items: baseline;
			flex-wrap: wrap;
			}
		& dt{ font-size: 36px;

			@media screen and (max-width: 767px){
				font-size: 20px;
			}

			&.separator:before{
				content:"/";
				padding: 0 0.5em;
			}
		}
	}
	
	.mailform{
	
		width: 100%;
		max-width: 1000px;
		margin: 50px auto;
		font-size: 16px;
			.required{
					background-color: #c55757;
				    color: #fff;
				    font-size: 12px;
				    letter-spacing: 0;
				    padding: 2px 4px;
				    border-radius: 3px;
				    line-height: 1;
				    margin: 0 0 0 5px;
				  }
				 
			& th{
					letter-spacing: 0;
					width: 220px;
					vertical-align: top;
					padding: 20px 0 0;
				}
			& td{
					letter-spacing: 0;
			}
			
		}
		
		& input[type="text"],
		& input[type="mail"]{
			border: 1px solid #3f3f3f;
			width: 100%;
			margin: 20px 0;
			padding: 0 5px;
			letter-spacing: 0;
			
			&.item-postcode{
				width: 10em;
			}
			
		}
		
		& textarea{
			border: 1px solid #3f3f3f;
			width: 100%;
			margin: 20px 0;		
			padding: 0 5px;
			min-height: 175px;
			letter-spacing: 0;

		}
		
		.privacy{
			background-color: #efefef;
			padding: 1em;
			letter-spacing: 0;
			
			& p + p{ margin-top: 1em;}
		}
		
		.privacy-check{
			letter-spacing: 0;
			font-size: 18px;
			margin: 30px auto;
			text-align: center;
			
			& input[type="checkbox"] +label{
				position: relative;
				cursor: pointer;
			}
			& input[type="checkbox"] +label:before{ 
				cursor: pointer;
				content: "";
				display: inline-block;
				border: 1px solid #3f3f3f;
				width: 20px;
				height: 20px;
				position: absolute;
				left: -25px;
			    top: 2px;
			}
			& input[type="checkbox"]:checked  +label{
				font-weight: 700;
			}
			& input[type="checkbox"]:checked  +label:after{ 
				content: "";
				display: inline-block;
				background-color: #3f3f3f;
				width: 16px;
				height: 16px;
				position: absolute;
				left: -23px;
			    top: 4px;
			 }
		}
		
		.operation-buttonset{
			margin: 50px auto 75px;
		}
		
		.operation-buttonset.confirm{
			display: flex;
			justify-content: space-around;
		}


		@media screen and (max-width: 767px){
			display: block;
			
			& tr,& th,& td{
				display: block;			
			}

			& th{
				padding: 0;
			}
			
			& input[type="text"], & input[type="mail"],& textarea{
				margin: 0;
			}
			
			.privacy-check{
				font-size: 16px;
				width: 80%;
			}
			
		}


	.requiredtext{
		margin: -20px 0 0;
		color: #c55757;
		font-weight: bold;
		font-size: 14px;	
	}
	
	.requiredborder{

		& input[type="text"],
		& input[type="mail"],
		& textarea{
			border: 2px solid #c55757;
		}
	
	}
	
	.privacy-check + .requiredtext{
		text-align:center;
	}


}


#news-detail{
	border: 1px solid #333;
	display: block;
	padding: 25px;
	letter-spacing: 0;
	margin: 30px 0 45px;
	
	@media screen and (max-width: 767px){
		padding: 15px;
	}
	
	& h4{
		font-size: 28px;
		border-bottom: 1px solid #333;
		margin-bottom: 15px;
		letter-spacing: 0;

		@media screen and (max-width: 767px){
				font-size: 18px;
		}

	}
	.time{
		font-size: 12px;
		text-align: right;
	}
	.detail + .file-link{ margin-top: 1em;}
	
}



.material-h3-style{
	text-align: center;
	font-size: 24px;
	margin: 50px auto;
}



.material-h4-style{ 
					font-size: 18px;
					position: relative;
					margin: 0 auto 30px;
					
				& span{
					background-color: #fff;
					z-index: 2;
					position: relative;
					padding-right: 0.5em;
					}
				
				&:after{ 
					content: "";
					background-color: #efefef;
					width: 100vw;
					height: 18px;
					display: block;
					position: absolute;
					top: 10px;
					left: 0;
					}
					
}

#materialbook{

	.category-list{
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 90px;
		
		@media screen and (max-width: 767px){
			display: flex;
			flex-wrap: wrap;
		}

		& li{ 
			width: 30%;
			margin: 0 3.3% 30px 0;
			
			@media screen and (max-width: 767px){
				margin: 0px 2em 10px 0;
				width: auto;
			}
			
			&:nth-child(3n){
				margin: 0 0 30px 0;
				@media screen and (max-width: 767px){
					margin: 0px 2em 10px 0;
				}
			}

			& a{
				color : #3f3f3f;
				& img{
					vertical-align: middle;
					border: 1px solid #ddd;
					@media screen and (max-width: 767px){
						width: 20px;
					}
					
					}
				& span{ vertical-align: middle;
						margin: 0 0 0 20px;
							@media screen and (max-width: 767px){
								margin: 0 0 0 5px;
							}
						}
			}
		}

		
	}

	.material-list{
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 90px;
		
		& li{ 
			width: 18%;
			margin: 0 2.25% 30px 0;
			
			@media screen and (max-width: 767px){
				width: 31%;
				margin: 0 3% 30px 0;
			}
			
			&:nth-child(5n){
				margin: 0 0 30px 0;
				@media screen and (max-width: 767px){
					margin: 0 3% 30px 0;
				}
			}

			&:nth-child(3n){
				@media screen and (max-width: 767px){
					margin: 0 0 30px 0;
				}
			}

			
			& a{
				color : #3f3f3f;
				& img{
					display: block;
					border: 1px solid #ddd;
				}
				& span{ display: block;}
			}
		}
	}



	.urethan-list{
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 90px;
		
		& li{ 
			width: 18%;
			margin: 0 2.25% 30px 0;
			
			@media screen and (max-width: 767px){
				width: 31%;
				margin: 0 3% 30px 0;
			}
			
			&:nth-child(5n){
				margin: 0 0 30px 0;
				@media screen and (max-width: 767px){
					margin: 0 3% 30px 0;
				}
			}

			&:nth-child(3n){
				@media screen and (max-width: 767px){
					margin: 0 0 30px 0;
				}
			}

			
			& a{
				color : #3f3f3f;
				position: relative;
				display: block;
				padding-bottom: 25px;
			}
			
			& a:before{
				content: "詳細あり";
				display: block;
				position: absolute;
				z-index: 1;
				width: 70px;
				background: #333;
				text-align: center;
				color: #fff;
				font-size: 12px;
				letter-spacing: 0;
				bottom: 0;
				
			}
			
			& img{
				display: block;
				border: 1px solid #ddd;
			}
			& span{ display: block;}


		}
	}


}

#materialbook-lower{
	.lower-h2-style{
		margin: 0px auto 30px;
	}
}

.material-about{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	
	@media screen and (max-width: 767px){
		display: block;
	}
	
	.img{ width: 45%;
		@media screen and (max-width: 767px){
			width: 100%;
		}		
	}
	.text{ width: 50%; letter-spacing: 0;
		@media screen and (max-width: 767px){
			margin-top: 20px;
			width: 100%;
		}	
	}

	& h3{
		font-size: 36px;
		line-height: 1.4;
		margin: -10px 0 10px;
	}
	
	& h3 + p{
		margin: 0 auto 20px;
	}
	
	.type-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		
		& li{ width: 46%;
			& a{ display: block;}
			& img{ display: block; border: 1px solid #eee;}
			& span{ 
				display: block;
				font-size: 16px;
				color: #000000;
				text-decoration: underline;
				margin: 0 auto 15px;
			}
		}
	}


	.type-list-mini{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		
		& li{ width: 22%;
			  margin-right: 4%;
			& a{ display: block;}
			& img{ display: block; border: 1px solid #eee;}
			& span{ 
				display: block;
				font-size: 16px;
				color: #000000;
				text-decoration: underline;
				margin: 0 auto 15px;
			}
		}
		& li:nth-child(4n){
			margin-right: 0;
		}


	}

}

.material-derail{
	& h4{ 
		font-size: 24px;
		position: relative;
		margin: 0 auto 30px;
		
		& span{
			background-color: #fff;
			z-index: 2;
			position: relative;
			padding-right: 0.5em;
			}
		
		&:after{ 
			content: "";
			background-color: #efefef;
			width: 100vw;
			height: 80px;
			display: block;
			position: absolute;
			bottom: -80px;
			left: -40px;
			z-index: 1;
			}
	}		
}

.however{
	font-size: 12px;
	color: #b10505;
}
		

.material-detail-set{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		z-index:2;
		position: relative;
		margin: 0 0 50px;

		@media screen and (max-width: 767px){
			display: block;
		}
		
		.detal-slider{ width: 50%;
				@media screen and (max-width: 767px){
					width: 100%;;
				}
		}



		.slick-img{
			position: relative;
			border-bottom: 1px solid #ddd;

			& img{ border: 1px solid #ddd;}
			& span{
				position: absolute;
				background: #3f3f3f;
				bottom: 0;
				right: 0;
				text-align: center;
				color: #fff;
				font-size: 12px;
				letter-spacing: 0;
				padding: 0 5px;			
			}
		}
		
		.thumbnail{
			margin: 10px 0 0;
			position: relative;
		}

		
		.slick-arrow{
				position: absolute;
		}
		
		.slick-next{
				position: absolute;
				top: 50%;
				right: -10px;
				font-size: 0;
				background: #fff;
				width: 24px;
				height: 30px;
				border: 1px solid #ddd;
				cursor: pointer;
				z-index: 10;
				margin-top: -30px;
			&:before{
				content: "";
				position: absolute;
				height: 20px;
				width: 10px;
				background-color: #222;
				clip-path: polygon(0 0, 100% 50%, 0 100%);
				top: 4px;
				left: 7px;
			}
		}

		.slick-prev{
				position: absolute;
				top: 50%;
				left: -10px;
				font-size: 0;
				background: #fff;
				width: 24px;
				height: 30px;
				border: 1px solid #ddd;
				cursor: pointer;
				z-index: 10;
				margin-top: -30px;
			&:before{
				content: "";
				position: absolute;
				height: 20px;
				width: 10px;
				background-color: #222;
				clip-path: polygon(0 50%, 100% 0, 100% 100%);
				top: 4px;
				left: 7px;
			}
		}
		

		.thumbnail-img{
			cursor: pointer;
			& img{ 
				border: 1px solid #ddd; display: block;}
			& span{ 
				letter-spacing: 0;
				font-size: 10px;
				line-height: 1.2;
				display: block;
				margin: 5px 0 0;
			}
		}
		
		.detail-tag{
				margin: 10px 0;
			& li{
				background-color: #eee;
				display: inline-block;
				padding: 0 10px;
				border-radius: 5px;
				font-weight: bold;
				border: 1px solid #ccc;
				margin: 0 5px 5px 0;			
			 }
		}


		.detail-info{ width: 47%; padding: 80px 0 0;


				@media screen and (max-width: 767px){
					width: 100%;
					padding: 30px 0 0;
				}

			.info-text{ font-size: 16px; margin: 0 0 15px; letter-spacing: 0;}
			
			.detail-table{
				margin: 0 0 15px; letter-spacing: 0;
				& p{ font-weight: 700;}
				& table{ width: 100%;}
				& th{}
				& td{}
				& th, & td{ border: 1px solid #dbdbdb;
							padding: 8px 5px;
					        line-height: 1.6;
					         min-width: 50px;
					       }

				.however:before{
					content: "※";
					padding: 0 3px 0 0;
				}
			
			}
		}

}

#same-category{
	  background: #f3f3f3;
	  padding: 30px 0px;
	  
	  	& h5{ font-size: 24px;
	  			}

		.material-list{
			display: flex;
			flex-wrap: wrap;
			margin: 10px auto 0px;
			
			& li{ 
				width: 12%;
				margin: 0 2% 20px 0;
				
				@media screen and (max-width: 767px){
					width: 23%;
				}
				
				&:nth-child(8n){
					margin: 0 20px 0 0;
				}
				@media screen and (max-width: 767px){
					&:nth-child(4n){
						margin: 0 1% 0  0;
					}
				}


				
				& a{
					color : #3f3f3f;
					& img{
						display: block;
						border: 1px solid #ddd;
					}
					& span{ display: block;}
				}
			}
		}

}

#news-detail .detail font{
	color: #fff;

}