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

/* フレームサイズ共通 */
/*-------------------------------------------------------*/
.header_fabric, .header_leather, .content_area{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 150px auto;
}

/* 見出し共通 */
/*-------------------------------------------------------*/
.heading, .heading_le{
	width: 100%;
	margin-bottom: 60px;
	padding: 10px;
	position: relative;
	border-top: 1px solid #cccccc;
	font-weight: 800;
}
.heading::before, .heading_le::before{
	content: "";
	width: 300px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.heading::before{
	background: #00471d;
}
.heading_le::before{
	background: #6f194c;
}

/*中見出し*/
.m_heading, .m_heading_le{
    padding: 10px 50px;
	display: inline-block;
	position: relative;
    font-weight: 800;
    text-align: center;
}
.m_heading::before, .m_heading::after,
.m_heading_le::before, .m_heading_le::after{
    content: "";
    width: 30px;
    height: 100%;
	position: absolute;
}
.m_heading::before{
    top: 0;
    left: 0;
    border-top: 5px solid #00471d;
    border-bottom: 5px solid #00471d;
    border-left: 5px solid #00471d;
}
.m_heading::after{
    top: 0;
    right: 0;
    border-top: 5px solid #00471d;
    border-bottom: 5px solid #00471d;
    border-right: 5px solid #00471d;
}
.m_heading_le::before{
    top: 0;
    left: 0;
    border-top: 5px solid #6f194c;
    border-bottom: 5px solid #6f194c;
    border-left: 5px solid #6f194c;
}
.m_heading_le::after{
    top: 0;
    right: 0;
    border-top: 5px solid #6f194c;
    border-bottom: 5px solid #6f194c;
    border-right: 5px solid #6f194c;
}
.m_heading_fs_l{font-size: 1.6rem;}
.m_heading_fs_m{font-size: 1.3rem;}
.m_heading_fs_s{font-size: 1rem;}

.m_heading span, .m_heading_le span{
    display: block;
    font-size: 1rem;
    color: #333333;
}
.m_heading_pa{
    padding: 10px 18%;
}

/*小見出し*/
.subheading{
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px solid #cccccc;
}
.subheading span{
	width: 160px;
	padding: 3px 0;
	margin: -16px auto 0 auto;
	display: block;
	background: #ffffff;
	text-align: center;
}

/* TOP-IMG部分 */
/*-------------------------------------------------------*/
.top_img{
	width: 100%;
	height: 95vh;
    margin: 20px 0 200px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background-image: url("../images/main_img.jpg");
	background-size: cover;
}
.top_img h1{
	width: 60%;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 50px;
	opacity: 0.4;
}
.top_img h1 img{
	width: 100%;
	height: auto;
}
.top_img .heading_top{
	width: 100%;
	display: flex;
	justify-content: center;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
}
.top_img .heading_top .box{
	width: 50%;
	max-width: 550px;
	position: relative;
	text-align: center;
	opacity: 1;
	transition: all 0.3s
}
.top_img .heading_top .box:nth-child(1)::after{
	content: "";
	width: 1px;
	height: 70%;
	background: #666666;
	position: absolute;
	top: 15%;
	right: 0;
}
.top_img .heading_top .box a{
	display: block;
	padding: 15px 0;
}
.top_img .heading_top .box:hover{
	opacity: 0.5;
}

.top_img .heading_top .box .logo{
	width: 115px;
	display: inline-block;
	margin-bottom: 10px;
}
.top_img .heading_top .box .logo img{
	width: 100%;
	height: auto;
}
.top_img .heading_top .box h2{
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: #cccccc;
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}
.top_img .heading_top .box h3{
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #ffffff;
}
.top_img .heading_top .box .arrow_top{
	width: 54px;
	display: inline-block;
}
.top_img .heading_top .box .arrow_top img{
	width: 100%;
	height: auto;
}


/*HEADER FABRIC LEATHER*/
/*-------------------------------------------------------*/

/*--LOGO--*/
.header_fabric .logo, .header_leather .logo{
	width: 120px;
	margin: 0 auto 20px auto;
}
.header_fabric .logo img, .header_leather .logo img{
	width: 100%;
	height: auto;
}

/*--TITLE--*/
.header_fabric h2, .header_leather h2{
	margin-bottom: 50px;
	padding-top: 20px;
}
.header_fabric h2{
	background: url("../images/box _back.png");
	text-align: center;
}
.header_leather h2{
	background: url("../images/box _back.png");
	text-align: center;
}
.header_fabric h2 span, .header_leather h2 span{
	padding: 15px 20px 0 20px;
	display: inline-block;
	background: #ffffff;
	font-size: 1.5rem;
	font-weight: 800;
}
.header_fabric h2 span{
	color: #00471d;
}
.header_leather h2 span{
	color: #6f194c;
}

/*--TITLE LOGO--*/
.header_fabric .fb_bar_logo, .header_leather .fb_bar_logo{
	width: 90%;
	max-width: 738px;
	margin: 0 auto 120px auto;
}
.header_fabric .fb_bar_logo img, .header_leather .fb_bar_logo img{
	width: 100%;
	height: auto;
}
.header_fabric .fb_bar_logo span{
	display: block;
	font-size: 1.3rem;
	text-align: center;
}


/*--FABRIC--*/
.header_fabric .header_top_list{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.header_fabric .header_top_list li{
	width: 31%;
	padding: 35px 0 15px 0;
	position: relative;
	font-weight: 800;
	text-align: center;
}
.header_fabric .header_top_list li::after{
	content: "";
	width: 60%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #00471d;
}
.header_fabric .header_top_list li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.header_fabric .header_top_list li:nth-child(1)::before{
	width: 33px;
	height: 25px;
	background: url("../images/fabric_ic01.svg");
	background-size: cover;
}
.header_fabric .header_top_list li:nth-child(2)::before{
	width: 32px;
	height: 30px;
	background: url("../images/fabric_ic02.svg");
	background-size: cover;
}
.header_fabric .header_top_list li:nth-child(3)::before{
	width: 40px;
	height: 29px;
	background: url("../images/fabric_ic03.svg");
	background-size: cover;
}

.header_fabric .header_top_list li span{
	display: block;
	margin-bottom: 7px;
}

.header_fabric .catch{
	margin-bottom: 80px;
	padding: 0 20px 60px 20px;
	position: relative;
	border: 5px solid #cccccc;
	text-align: center;
}
.header_fabric .catch h3{
	margin: -40px 0 15px 0;
	padding: 0 30px;
	display: inline-block;
	background: #ffffff;
	font-size: 1.8rem;
	font-weight: 600;
}
.header_fabric .catch .img{
	width: 94%;
	max-width: 794px;
	margin: 0 auto;
}
.header_fabric .catch .img img{
	width: 100%;
	height: auto;
}
.header_fabric .catch .catch_list{
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: -30px;
	left: 0;
}
.header_fabric .catch .catch_list li{
	width: 30%;
	padding: 25px 10px;
	border: 3px solid #1c9001;
	background: #ffffff;
	text-align: center;
	font-weight: 800;
}

.header_fabric .feature{
	margin-bottom: 20px;
	padding: 25px 10px;
	background: url("../images/box _back.png");
}
.header_fabric .feature .feature_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header_fabric .feature .feature_list li{
	width: 32%;
	padding: 30px 10px 30px 40px;
	position: relative;
	background: #ffffff;
	border: 0;
    text-align: center;
}
.header_fabric .feature .feature_list li::before{
	content: "";
	width: 30px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 45%;
	background: #00471d;
}
.header_fabric .feature .feature_list li span{
	margin-bottom: 10px;
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: #00471d;
}

/*--LEATHER--*/
.header_leather .header_top_list{
	margin-bottom: 80px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.header_leather .header_top_list li{
	width: 31%;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ab9a45;
	border-radius: 20px;
	font-weight: 800;
	color: #6f194c;
	text-align: center;
}

.header_leather .feature{
	margin-bottom: 80px;
	padding: 0 30px 60px 30px;
	position: relative;
	border: 5px solid #cccccc;
	text-align: center;
}
.header_leather .feature h3{
	margin: -45px 0 50px 0;
	padding: 0 30px;
	display: inline-block;
	background: #ffffff;
	font-size: 1.8rem;
	font-weight: 600;
}
.header_leather .feature .box{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header_leather .feature .box .img{
	width: 34%;
}
.header_leather .feature .box .img img{
	width: 100%;
	height: auto;
}
.header_leather .feature .box ul{
	width: 64%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header_leather .feature .box ul li{
	width: 48%;
	margin-bottom: 2%;
	padding: 15px 5px;
	flex-wrap: wrap;
	font-weight: 800;
	background: #ebebeb;
}
.header_leather .feature .box ul li span{
	width: 100%;
	display: block;
	color: #6f194c;
}
.header_leather .feature p{
	text-align: left;
}


/* 真ん中リード */
/*-------------------------------------------------------*/
.m_lead_fabric{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 100px auto;
	padding: 0 20px;
	font-size: 1.8rem;
	font-weight: 800;
}

/* イメージ図、電子顕微鏡による繊維の写真 */
/*-------------------------------------------------------*/
.half{
	display: flex;
	justify-content: space-between;
}
.section1_fab{
	width: 48%;
}
.section1_fab .img{
	width: 100%;
	margin-bottom: 20px;
}
.section1_fab .img img{
	width: 100%;
	height: auto;
}


/*-------------------------------------------------------*/
.section1_fab, .section2_fab, .section_lea{
	padding: 0 20px;
}

/* CONTENT FABRIC LEATHER*/
/*-------------------------------------------------------*/

/*--FABRIC--*/
.section2_fab h3{
	margin-bottom: 80px;
	font-size: 1.3rem;
	font-weight: 800;
	text-align: center;
}
.section2_fab h4{
	margin-bottom: 50px;
	font-size: 1.1rem;
	font-weight: 800;
	color: #1c9001;
	text-align: center;
}
.section2_fab .txt{
	text-align: center;
}
.section2_fab .box{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.section2_fab .box .img{
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.section2_fab .box .arrow{
	width: 10px;
	padding-top: 12%;
}
.section2_fab .box .arrow2{
	width: 10px;
	padding-top: 19%;
}
.section2_fab .box .img img, .section2_fab .box .arrow img, .section2_fab .box .arrow2 img{
	width: 100%;
	height: auto;
}
.section2_fab .box .img p{
	margin-top: 20px;
	padding: 0 20px;
	height: 4rem;
}

.section2_fab .box .img span{
	display: block;
	font-size: 0.9rem;
}

/* 区切り線 */
.delimiter{
	width: 90%;
	height: 1px;
	margin: 80px auto;
	background: #cccccc;
}

/*--LEATHER--*/
.section_lea .img_figure{
	width: 90%;
	max-width: 755px;
	margin: 0 auto 50px auto;
	position: relative;
}
.section_lea .img_figure::before{
	content: "※イメージ図";
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 0.7rem;
}
.section_lea .img_figure img, .section_lea .img img{
	width: 100%;
	height: auto;
}
.section_lea .lead_img{
	margin-bottom: 30px;
	text-align: center;
	font-weight: 800;
}
.section_lea .img{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.section_lea .result_titl{
	margin-bottom: 15px;
	padding: 3px 30px;
	display: inline-block;
	font-weight: 800;
	background: #6f194c;
	text-align: center;
	color: #ffffff;
}
.section_lea .txt_lea{
	margin-bottom: 80px;
	text-align: center;
}
.section_lea .result{
	text-align: left;
}

.section_lea .arrow_le{
	width: 110px;
	margin: 50px auto 50px auto;
}
.section_lea .arrow_le img{
	width: 100%;
	height: auto;
}


@media screen and (min-width: 0px) and (max-width: 1100px) {

/* フレームサイズ共通 */
/*-------------------------------------------------------*/
.header_fabric, .content_area{
	padding: 0 20px;
}

/*HEADER FABRIC LEATHER*/
/*-------------------------------------------------------*/

/*--FABRIC--*/
.header_fabric .header_top_list li{
	text-align: left;
}
.header_fabric .header_top_list li br{
	display: none;
}
.header_fabric .header_top_list li span{
	text-align: center;
}
.header_fabric .catch .catch_list li br{
	display: none;
}
.header_fabric .feature .feature_list li:nth-child(1) br{
	display: none;
}
	
/* 真ん中リード */
/*-------------------------------------------------------*/
.m_lead_fabric br{
	display: none;
}
	
/* CONTENT FABRIC LEATHER*/
/*-------------------------------------------------------*/

/*--FABRIC--*/
.section2_fab h3{
	text-align: left;
}
.section2_fab .txt{
	text-align: left;
}


}

@media screen and (min-width: 0px) and (max-width: 780px) {
/* フレームサイズ共通 */
/*-------------------------------------------------------*/
.header_fabric, .content_area{
	margin: 0 auto 100px auto;
}
	
/* 見出し共通 */
/*-------------------------------------------------------*/
	
/*小見出し*/
.subheading::before{
	width: 25px;
	left: -35px;
}
.subheading::after{
	width: 25px;
	right: -35px;
}
/*中見出し*/
.m_heading_fs_l{font-size: 1.3rem;}
.m_heading_fs_m{font-size: 1.1rem;}
.m_heading_fs_s{font-size: 1rem;}



/* TOP-IMG部分 */
/*-------------------------------------------------------*/

.top_img{
	height: 80vh;
    margin: 20px 0 150px 0;
	background-position: top right;
}
.top_img .heading_top .box .logo{
	width: 85px;
}
.top_img .heading_top .box h2{
	font-size: 0.8rem;
}
.top_img .heading_top .box h3{
	font-size: calc(100vw / 35);
}
.top_img .heading_top .box .arrow_top{
	width: 40px;
}

/*HEADER FABRIC LEATHER*/
/*-------------------------------------------------------*/

/*--LOGO--*/
.header_fabric .logo, .header_leather .logo{
	width: 100px;
}

/*--TITLE--*/
.header_fabric h2, .header_leather h2{
	padding: 20px 30px 0 30px;
}
.header_fabric h2 span, .header_leather h2 span{
	padding: 15px 10px 0 10px;
	font-size: 1.2rem;
}

/*--TITLE LOGO--*/
.header_fabric .fb_bar_logo, .header_leather .fb_bar_logo{
	margin: 0 auto 100px auto;
}

	
/*--FABRIC--*/
.header_fabric .header_top_list{
	margin-bottom: 70px;
	display: block;
}
.header_fabric .header_top_list li{
	width: 74%;
	margin: 0 auto 20px auto;
	padding: 35px 15px 15px 15px;
	text-align: left;
}
.header_fabric .header_top_list li br{
	display: none;
}
.header_fabric .header_top_list li::after{
	content: "";
	width: 74%;
	height: 3px;
}
.header_fabric .header_top_list li span{
	text-align: center;
}

.header_fabric .fb_bar_logo span{
	font-size: 1.1rem;
}

.header_fabric .catch{
	padding: 0 20px 30px 20px;
}
.header_fabric .catch h3{
	padding: 0 20px;
	font-size: 1.3rem;
}
.header_fabric .catch h3 br{
	display: none;
}
.header_fabric .catch .img{
	margin: 0 auto 30px auto;
}
.header_fabric .catch .catch_list{
	padding: 0;
	display: block;
	position: static;
}
.header_fabric .catch .catch_list li{
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.header_fabric .feature{
	padding: 25px 10px;
	background: url("../images/box _back.png");
}
.header_fabric .feature .feature_list{
	display: block;
}
.header_fabric .feature .feature_list li{
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 10px 30px 40px;
}
.header_fabric .feature .feature_list li:nth-child(1) br{
	display: block;
}
	
/*--LEATHER--*/
.header_leather .header_top_list{
	margin-bottom: 70px;
	display: block;
}
.header_leather .header_top_list li{
	width: 76%;
	height: 3rem;
	margin: 0 auto 20px auto;
	padding: 40px 10px;
	text-align: left;
}
.header_leather .header_top_list li br{
	display: none;
}
	
.header_leather .feature{
	padding: 0 20px 60px 20px;
}
.header_leather .feature h3{
	margin: -45px 0 40px 0;
	padding: 30px 20px;
	font-size: 1.3rem;
}
.header_leather .feature br{
	display: none;
}
.header_leather .feature .box{
	display: block;
}
.header_leather .feature .box .img{
	width: 80%;
	margin: 0 auto;
}
.header_leather .feature .box ul{
	width: 100%;
	margin-bottom: 20px;
}
.header_leather .feature .box ul li{
	width: 100%;
}
	

/* 真ん中リード */
/*-------------------------------------------------------*/
.m_lead_fabric{
	font-size: 1.3rem;
}

/*-------------------------------------------------------*/
.section1_fab, .section2_fab, .section_lea{
	padding: 0;
}
	
/* イメージ図、電子顕微鏡による繊維の写真 */
/*-------------------------------------------------------*/
.half{
	display: block;
}
.half div:nth-child(1){
	margin-bottom: 100px
}
.section1_fab{
	width: 100%;
}
.section1_fab .img{
	width: 92%;
	margin: 0 auto 20px auto;
}

/* CONTENT FABRIC LEATHER*/
/*-------------------------------------------------------*/
.section2_fab h3{
	margin-bottom: 60px;
	font-size: 1.1rem;
}
.section2_fab h4{
	margin-bottom: 50px;
	font-size: 1rem;
}
.section2_fab .box{
	margin-bottom: 20px;
	display: block;
}
.section2_fab .box .img{
	width: 92%;
	margin: 0 auto;
}
.section2_fab .box .img:first-child{
	margin-bottom: 30px;
}
.section2_fab .box .arrow{
	width: 16px;
	margin: 0 auto 20px auto;
	padding-top: 0;
	transform: rotate(90deg)
}
.section2_fab .box .arrow2{
	width: 16px;
	margin: 0 auto 20px auto;
	padding-top: 0;
	transform: rotate(90deg)
}
.section2_fab .box .img p{
	text-align: left;
}
	
/* 区切り線 */
.delimiter{
	margin: 60px auto;
}

.section_lea .arrow_le{
	width: 80px;
	margin: 50px auto 50px auto;
}

}
