@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*Adobe fonts / Futura PT Light*/
@import url("https://use.typekit.net/ahz2rrh.css");

/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.タイトル下テキスト
5.メニュー
6.コンテンツ-説明
7.コンテンツ－item
8.TOPへ戻るボタン

ex:パンくずリスト
ex.フェードインエフェクト
ex.swiper

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}

/*メインエリアの横幅制限解除ここから*/
.fs-l-pageMain {
	max-width: 100%;
}

.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
	margin-bottom: -30px; /*FSの下部の隙間対策*/
}
/*メインエリアの横幅制限解除ここまで*/


.fs-c-breadcrumb{
	padding-top:80px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:80px;
	}
}

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/* 文字サイズ調整 */
/*.fs-l-main{
	font-size:1.4em;
}*/

/* パンくずリスト位置調整 */
.fs-c-breadcrumb{
	display: none;
}

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*例：brタグにclassを追加
PCのみで改行→pc <br class="pc">
SPのみで改行→sp <br class="sp">
※両方共通の改行の場合は<br>のみでOK

他、PCとSPで表示を分けたい部分にも使用可能
*/

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*================================
1.全体
================================*/

body{
/*背景色*/
	background-color: #fff;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	/*font-size:1.3rem;*/
	line-height: 1.5;
	letter-spacing: 0.07em;
	font-family:'Noto Sans JP','Helvetica Neue', Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
	font-weight: 400;
	font-size:12px;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:black;
}
.js-main a:hover,a:hover img{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


/*widthなどの適応範囲をborder基準に変更*/
.js-main *, .js-main *:before, .js-main *:after{
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
}


/*SP版画像サイズ制御*/
@media screen and (max-width:768px) {
    /*　画面サイズが768px以下の時はここを読み込む　*/
	.js-main img{
	width:100%;
	height: auto;
	}
}

/*PC900px、SP95%*/
.js-container{
	width:980px;
	margin:auto;
}
@media screen and (max-width: 768px){   
	.js-container{
		width:95%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
.btn01 {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  /*border-radius: 25px;*/
  background-color: #000;
  border: none;
  cursor: pointer;
  margin: 0.8em 5px;

  font-family: futura-pt,sans-serif;
  font-weight: 300;
  font-style: normal;
}
/*ボタン茶色*/
.btn_brown{
	background-color: #3f2f2f;
}
/*小さいver*/
.btn-small{
	font-size:0.8em;
	padding: 0.5em 3em;
	margin-top:1em;
}
@media screen and (max-width: 768px){
	.btn01{
		 padding: 0.1em 3em;
	}
	.btn-small{
		 padding: 0.1em 2em;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ビジュアル用背景画像の設定/iPhone対応版*/
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../img/main_back_pc.jpg") center no-repeat;
  background-size:cover;
}

/*要素上下左右中央寄せ*/
.main-visual{
	display: flex;
  	justify-content: center;
  	align-items: center;
	min-height: 100vh;
	
	/*margin-top:-100px;*/
	
	text-align: center;
}

.main-title{
	padding-top: 0em;
}
@media screen and (max-width: 768px){
	body:before{
		height:85vh;
	}
	.main-visual{
		min-height: 85vh;
	}
	.main-title{
		padding-top: 1.5em;
	}
	.main-title .title-text{
		font-size: 1.5em;
	}
}
.main-title .title-logo img{
	width:206px;
	margin:2em auto;
	/*filter: drop-shadow(1px 1px 1px #000);*/
}
@media screen and (max-width: 768px){   
	.main-title .title-logo img{
		width:45%;
	}
}

/*Scroll*/
/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.タイトル下テキスト / メディアクエリPC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-intro{
	margin:auto;
	padding-top:100px;
	padding-bottom:100px;
	background-color:white;
}

/*サステナカットソーエリア*/
.intro_area01{
	
}
.intro_area01 .item01{
	display: flex;
  	justify-content: center;
  	align-items: center;
	
	margin-bottom:6em;
}
.intro_area01 .item01 img{
	width:286px;
}
.intro_area01 .item02{
	text-align: left;
}
.intro_area01 .item02 .text01{
	font-size:1em;
}
.intro_area01 .item02 .text02{
	margin-top:1em;
	font-size:1.7em;
}
.intro_area01 .item02 .text03{
	margin-top:0.4em;
	font-size:3.5em;
	line-height: 1.2;
}
/*PC*/
@media screen and (min-width: 768px){
	.intro_area01{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
		/*フレックスボックスの要素を中央寄せ*/
		justify-content: center;
	}
	.intro_area01 .item01{
		width:50%;
		order: 2;
	}
	.intro_area01 .item02{
		width:50%;
		order: 1;
	}
	.intro_area01 .item02 .text01{
		font-size:12px;
	}
	.intro_area01 .item02 .text02{
		margin-top:1em;
		font-size:22px;
	}
	.intro_area01 .item02 .text03{
		margin-top:0.4em;
		font-size:40px;
	}
	
}

/*日本製エリア*/
.intro_area02{
	margin-top:121px;
}
.jp-img img{
	width:116px;
}
.jp-text01{
	font-size:60px;
	
	font-family: futura-pt,sans-serif;
	font-weight: 300;
	font-style: normal;
}
/*SP*/
@media screen and (max-width: 768px){
	.intro_area02{
		margin-top:80px;
	}
	.jp-text01{
		font-size:5em;
		line-height: 1;
	}
	.jp-text02{
		margin-top:1em;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.メニュー  / メディアクエリPC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-menu{
	width:100%;
	background-color: white;
}
.menu_item{
	padding:30px;
    width: 100%;
	
	text-shadow: 1px 2px 3px #808080;
	border-bottom : solid 2px #fff;
}
/*背景画像01*/
.menu_back01{
	background-image: url("../img/menu_back_ecoit.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
}
/*背景画像02*/
.menu_back02{
	background-image: url("../img/menu_back_me.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
}

.menu_text01{
	font-size:3em;
	color:white;
	
	font-family: futura-pt,sans-serif;
	font-weight: 300;
	font-style: normal;
}
.menu_text02{
	color:white;
}
.menu_arrow img{
	margin-top:15px;
	width:10%;
}


/*PC*/
@media screen and (min-width: 768px){
	.main-menu_box{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
		/*フレックスボックスの要素を中央寄せ*/
		justify-content: center;
	}
	.menu_item{
		padding:60px;
		width:50%;
		
		border-right : solid 2px #fff;
		border-left : solid 2px #fff;
	}
	.menu_arrow img{
		width:55px;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.コンテンツ－説明  / メディアクエリPC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_contents{
	padding-top:200px;
	padding-bottom:100px;
	background-color: #fff;
}
/*マテリアル見出し*/
.contents_title{
	
}
.contents_title img{
	width:50%;
}

/*見出しテキスト*/
.contents_inner01{
	
}
.contents_inner01 .text01{
	font-size:4em;
	
	font-family: futura-pt,sans-serif;
	font-weight: 300;
	font-style: normal;
}
/*服画像*/
.contents_inner02{
	margin-top:2em;
}
/*説明テキスト*/
.contents_inner03{
	text-align: left;
	padding:5%;
}
/*アイコン*/
.contents_icon{
	padding-top:2em;
	padding-bottom:2em;
	text-align: center;
}
/*アイコン：マルチエフェクト2段*/
.icon_me .icon02{
	padding-top:1em;
}

.contents_inner03 img{
	width:70%;
}
.contents_point_icon{
	margin-top: 1em;
	
	display: inline-block;
	padding:0.1em 0.75em;
	color:#fff;
	background-color: #000;
	
	font-family: futura-pt,sans-serif;
	font-weight: 300;
	font-style: normal;
}
.contents_point_t{
	padding-top:0.5em;
	font-size:2em;
}
.contents_point_text{
	padding-top:0.8em;
}
/*タグ画像*/
.contents_inner04{
	padding: 1em 5%;
	
}


/*PC*/
@media screen and (min-width: 768px){
	.contents_title img{
		margin:0 auto 50px;
		width:268px;
	}
	
	.contents_inner01{
		padding:0;
		margin:0 4%;
	}
	.contents_inner01 .text01{
		font-size:80px;
	}
	/*マルチエフェクトサイズ調整*/
	.me .text01{
		font-size:60px;
	}
	
	.contents_inner03{
		padding:0;
		margin:0 4%;
	}
	.contents_inner03 .innner_text{
		width:240px;
	}
	.contents_inner03 .contents_icon{
		text-align:left;
	}
	.contents_inner03 .contents_icon img{
		width:220px;
	}
	
	/*アイコン：マルチエフェクト2段*/
	.icon_me{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.icon_me .icon01 img{
		width:170px;
	}
	.icon_me .icon02{
		padding-top:0;
		padding-left:20px;
	}
	.icon_me .icon02 img{
		width:170px;
	}
	
	.contents_point_icon{
		
	}
	.contents_point_t{
		padding-top:0.2em;
	}
	.contents_point_text{
		width:390px;
	}
	
	.contents_inner04{
		padding: 0 4%;
	}
	
	/*配置*/
	.contents_inner{
		position: relative;
		width:1100px;
		height: 843px;
		margin:auto;
		z-index: 30;
	}
	.contents_inner .contents_inner01{
		position: absolute;
		top:0;
		left:0;
		z-index: 30;
	}
	.contents_inner .contents_inner02{
		position: absolute;
		top:0;
		right:0;
		z-index: 10;
	}
	.contents_inner .contents_inner03{
		position: absolute;
		top:120px;
		left:0;
		z-index: 30;
	}
	.contents_inner .contents_inner04{
		position: absolute;
		bottom:0;
		left:0;
		z-index: 20;
	}
	/*マルチエフェクトサイズ調整*/
	.me .contents_inner01{
		top:20px;
	}
	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.コンテンツ－item  / メディアクエリPC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_contents_item{
}

.contents_item{
	background-color: #e7eaee;
	width:100%;
}

.contents_item-box{
	padding:3em 5%;
}

.contents_item-01{
}
.contents_item-02{
	padding-top:5%;
}

.contents_item-logo img{
	margin:auto;
	width:30%;
}
.contents_itemtext01{
	padding-top:0.8em;
}
.contents_itemtext02{
	padding-top:1.5em;
	text-align: left;
}
.contents_itemtext03{
	margin: 1em auto;
	padding-top:1em;
	text-align: left;
	
	border-top:solid 1px #000;
}
.contents_itemtext03 a{
	color:#4159CB;
}

/*スライダー*/
.slider10 img{
	width:100%;
}

/*背景グレー*/
.bgc_02{
	background-color: #f6f6f6;
}

/*PC*/
@media screen and (min-width: 768px){
	.contents_item{
		
	}
	.contents_itemtext01{
		padding-top:2.5em;
	}
	.contents_itemtext02{
		padding-top:3.5em;
		margin:auto;
		width:280px;
	}
	.contents_itemtext03{
		padding-top:1em;
		width:280px;
	}
	
	/*配置*/
	.contents_item-box{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
		/*フレックスボックスの要素を中央寄せ*/
		justify-content: center;
	}
	.contents_item-01{
		order:2;
		width:50%;
	}
	.contents_item-02{
		order:1;
		width:50%;
		
		display: flex;
  		justify-content: center;
  		align-items: center;
		
		padding-top: 0;
		padding-right:100px;
	}
	.contents_item-logo img{
		width:50%;
	}
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.TOPへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_topback{
	background-color: #fff;
	padding: 8em 0;
}

.topback_inner{
	font-size:24px;
	
	font-family: futura-pt,sans-serif;
	font-weight: 300;
	font-style: normal;
}
.topback_inner img{
	width:57px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
9.下部イメージ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_fotterimg{
	width:100%;
	height:284px;
	
	background-image: url("../img/footer_img.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
}
/*SP*/
@media screen and (max-width: 768px){
	.main_fotterimg{
		height:150px;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
10.フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_fotter{
	padding: 5em 0;
	background-color: #fff;
}
.main_fotter .logo img{
	width:162px;
}
.main_fotter .text{
	padding-top:1em;
	font-size:18px;
}
.main_fotter .btn01{
	margin-top:5em;
	font-size:24px;
}
/*SP*/
@media screen and (max-width: 768px){
	.main_fotter .logo img{
		width:30%;
	}
}



/*----------------------------------------
 ex:パンくずリスト　
----------------------------------------*/
.breadcrumb_box {
	width:100%;
	/*margin-top: 60px;*/
	font-size: 0.5em;
	text-align: center;
	/*border-top:black 1px dotted;*/
	background-color: white;
}
.breadcrumb_box .container{
	padding-top:15px;
	padding-bottom:15px;
}

@media (max-width: 768px) {
	.breadcrumb_box{
		margin-top: 0px;
		font-size: 0.5em;
	}
	.breadcrumb_box .container{
		padding-top:15px;
		padding-bottom:15px;
	}
}

.breadcrumb {
	padding-left:0;
	margin-left:0;
}

.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
	/*font-weight: bold;*//*太字*/
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #555;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #000000;/*色*/
}

.breadcrumb li a:hover {
	text-decoration: underline;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.フェードインエフェクト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fadein-top {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*下から*/
.fadein {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1s;
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.swiper
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.swiper-pagination-bullet-active{
	background-color: #000;
}
