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

/*googlefonts*/

/*Adobefonts*/
/*

*/

/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.イントロダクション
5.アイテム
6.プロフィール
7.フッター

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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;
}
/*メインエリアの横幅制限解除ここまで*/


.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.1em;
}

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}

/*自動生成商品エリアのマージンゼロ/余白が発生するため*/
.fs-c-productList{
	margin:0;
}

/*パンくずリスト調整*/
.fs-c-breadcrumb{
	padding-top:0;
	background-color: #191919;
	color:#5C5C5C;
}
.fs-c-breadcrumb a{
	color:#5C5C5C;
}
main, .fs-c-breadcrumb__list{
	color:#5C5C5C;
}

/*TOPへボタン消す*/
.footer__pagetop{
	display: none!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:12px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 400;
	color:#000;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#413a3a;
}
.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;
	}
}

/*PC980px、SP100%*/
.js-container{
	width:980px;
	margin:auto;
}
@media screen and (max-width: 768px){   
	.js-container{
		width:100%;
	}
}

/*コンテンツ部分の背景色*/
.main-background{
	background-color: #eff1f2;
}

/*フッターの色調整*/
#footer.second-page .footer-sp{
	background-color: #191919;
}
.second-page .footer__follow{
	background-color: #191919;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
.btn01{
  width: 200px;
  padding: 0.8em 0 0.8em 0;
  font-size: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 1em auto;
  color: #fff;
  background: #225539;
  line-height: 1;
  /*border-radius: 50px;*/
  transition: all .2s;
	
  border: 2px solid #225539;
}
.btn01:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/*ボタン 小さいver*/
.btn-small{
	font-size:0.8em;
	padding: 0.5em 3em;
	margin-top:1em;
}
@media screen and (max-width: 768px){
	.btn01{
		 /*padding: 1em 1em 0.5em;*/
	}
	.btn-small{
		 padding: 0.1em 2em;
	}
}

/*背景色＆テキスト色*/
.bg-color01{
	background-color: #f4f4f4; /*グレー*/
	color:#b6862c; /*黄土色*/
}
.bg-color02{
	background-color: #fff; /*白*/
	color:#b6862c; /*黄土色*/
}
.bg-color03{
	background-color: #b6862c; /*黄土色*/
	color:#fff; /*白*/
}


/*interval*/
.interval{
	/*margin-top:100px;*/
	text-align: center;
}
.interval img{
	width:90px;
}
@media screen and (max-width: 768px){
	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#contents-menu{
	position: fixed;
	width:100%;
	text-align: center;
	z-index:100;
}

#contents-menu .menu-box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素の寄せ*/
	justify-content: center;
	align-items: center;
}

#contents-menu .menu-box div{
	margin:15px;
	font-size:1.25em;
	letter-spacing: 0.2em;
}
#contents-menu .menu-box div a{
	color:white;
	transition: color 0.4s ease-out;
}


@media screen and (max-width:768px) {
	#contents-menu .menu-box div{
		font-size:1em;
		margin:5px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*背景はvegas2使用全面スライドショー*/

.contents-top{
	width:100%;
	height:100vh;
}

.contents-top_container{
	position: relative;
	
	color:white;
}

/*中心タイトル*/
.contents-top_container .title{
	position: absolute;
	top:200px;
    left: 0;
  	right: 0;
  	margin: auto;
}
.contents-top_container .title img{
	width:325px;
}
.contents-top_container .title_under {
	font-size:1.5em;
	letter-spacing: 0.2em;
}
@media screen and (max-width:768px) {
	.contents-top_container .title img{
		width:60%;
	}
}

/*右上テキスト*/
.contents-top_container .sub-text{
	position: absolute;
	top: 20px;
  	right: 20px;
}
@media screen and (max-width:768px) {
	.contents-top_container .sub-text{
		top: 90vh;
		font-size:0.8em;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-wrapper{
	width:100%;
	background-color: #f0f0f0;
}



/*～～～～～イントロ～～～～～*/
/*見出し*/
.intro-box_t{
	/*縦書き*/
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	
	margin:auto;
	font-size:3em;
	font-weight: 500;
}


.intro-box .contents05{
		display: inline-block;
		border:solid 2px #205438;
		font-size:1.25em;
		text-align: left;
	}


/*レイアウトSP*/
@media screen and (max-width:768px) {
	.intro-box_timg{
		width:50%;
		margin:-20px auto 0;
	}	
	.intro-box .contents01-1{
		padding-top:150px;
	}
	.intro-box .contents01-2{
		padding-bottom:150px;
	}
	.intro-box .contents02{
		margin-top:-20px;
		width:60%;
		margin-left:0;
	}
	.intro-box .contents03{
		width:60%;
		margin: -20px auto;
	}
	.intro-box .contents04{
		margin-top:-20px;
		width:60%;
		margin-right:0;
		margin-left:auto;
	}
	.intro-box .contents05{
		margin-top:-20px;
		padding:50px 30px 30px;
	}
}


/*レイアウトPC*/
@media screen and (min-width:769px) {
	.intro-box{
		position: relative;
		width:980px;
		height:970px;
		padding-top:130px;
		margin:auto;
	}
	.intro-box img{
		width:100%;
	}

	.intro-box .contents01-1{
		position: absolute;
		z-index: 5;
		left:780px;
		font-size:1.5em;
	}
	.intro-box .contents01-2{
		position: absolute;
		z-index: 4;
		top:500px;
		left:600px;
		width:310px;
	}
	.intro-box .contents02{
		position: absolute;
		width:315px;
		z-index: 3;

	}
	.intro-box .contents03{
		position: absolute;
		width:315px;
		top:390px;
		left:330px;
		z-index: 2;
	}
	.intro-box .contents04{
		position: absolute;
		width:315px;
		top:660px;
		left:660px;
		z-index: 1;
	}
	.intro-box .contents05{
		position: absolute;
		top:681px;
		left:45px;
		padding:40px 190px 40px 40px;
		z-index: 0;
	}
}




/*～～～～～マテリアル：Airi's message～～～～～*/
.contents-material{
	margin-top:250px;
	text-align: left;
}

/*見出し*/
.contents-material .contents01-1{
	font-size:2.5em;
	line-height: 1.4;
}
.contents-material .contents01-2{
	margin-top:1em;
}
/*メッセージ見出し*/
.contents-material .contents03_title{
	border-bottom:solid 2px #000;
}
.contents-material .contents03_title .box{
	display: inline-block;
	background-color: #000;
	color:white;
	padding: 0 10px;
	margin-right:10px;
}
.contents-material .contents03_text{
	margin-top:2em;
}

/*レイアウトSP*/
@media screen and (max-width:768px) {
	.contents-material .contents01{
		width:100%;
		height: 80vh;
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/material_img01.jpg) ;
		background-size:cover;
		
		text-align: right;
		color:white;
		
		position: relative;
	}
	.contents-material .contents01_inbox{
		position: absolute;
		right:10px;
		bottom:50px;
	}
	
	/*不要なものを消す*/
	.contents-material .contents02,.contents-material .contents04,.contents-material .contents06{
		display: none;
	}
	
	.contents-material .contents03{
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/material_back.png) ;
		background-repeat: repeat-x;
		background-size:contain;
		background-position: center;
		padding:50px 0;
	}
	.contents-material .contents03_inbox{
		width:60%;
		margin:auto;
	}
	
	
	.contents-material .contents05{
		width:100%;
		height: 70vh;
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/material_img02.jpg) ;
		background-size:cover;
		
		text-align: right;
		color:white;
		
		position: relative;
	}
	.contents-material .contents05-1{
		position: absolute;
		right:30px;
		top:50px;
		
		/*縦書き*/
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		
		font-size:1.25em;
		text-align:start;
	}
}


/*レイアウトPC*/
@media screen and (min-width:769px) {
	.material-box01{
		width:100%;
		height:1040px;
		
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/material_back.png) ;
		background-repeat: repeat-x;
		background-size:contain;
		background-position: center;
	}
	.material-box01_inbox{
		width:980px;
		margin:auto;
		
		position: relative;
	}
	.contents-material .contents01{
		position: absolute;
		z-index: 10;
		left:30px;
		top:142px;
	}
	.contents-material .contents01-1{
		font-size:43px;
	}
	.contents-material .contents02{
		position: absolute;
		z-index: 4;
		left:476px;
		top:160px;
	}
	.contents-material .contents02 img{
		width:313px;
	}
	.contents-material .contents03{
		position: absolute;
		z-index: 10;
		left:30px;
		top:380px;
		width:236px;
		
	}
	.contents-material .contents04{
		position: absolute;
		z-index: 2;
		left:338px;
		top:538px;
	}
	.contents-material .contents04 img{
		width:313px;
	}
	.contents-material .contents05{
		position: absolute;
		z-index: 10;
		left:820px;
		top:446px;
	}
	.contents-material .contents05-1{
		/*縦書き*/
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size:33px;
		
		line-height: 1.5;
	}
	.contents-material .contents06{
		position: absolute;
		z-index: 6;
		left:132px;
		top:735px;		
	}
	.contents-material .contents06 img{
		width:233px;
	}
	
}

/*～～～～～マテリアル：生地～～～～～*/

.material-box02{
	margin:140px auto 0;
	width:890px;
	
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素の寄せ*/
	justify-content: center;
	/*align-items: center;*/
}
.material-box02 img{
	width:100%;
}
.material-box02 .item{
	width:20%;
	margin:20px;
}
.material-box02 .catch{
	margin-top:0.5em;
	font-weight: 700;
	font-size:1.3em;
}
.material-box02 .text{
	line-height:1.5;
}

/*SP*/
@media screen and (max-width:768px) {
	.material-box02{
		width:90%;
	}
	.material-box02 .item{
		width:43%;
		margin:3%;
	}
	.material-box02 .catch{
		font-size:1.2em;
	}
}




/*～～～～～インターバル～～～～～*/

.contents-interval{
	margin-top:150px;
	width:100%;
	height: 70vh;
	background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/main_back01_pc.jpg) ;
	background-size:cover;
}
/*SP*/
@media screen and (max-width:768px) {
	.contents-interval{
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/main_back01_sp.jpg) ;
	}
}




/*～～～～～look～～～～～*/

.contents-look{
	width:980px;
	margin: 150px auto;
}
@media (max-width: 768px) {
	.contents-look{
		width:90%;
	}
}

.look-box img{
	width:100%;
}

/*3列：フレックスボックス*/
.look-box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: left;
	
	text-align: left;
	/*margin-bottom: 2em;*/
}
.look-box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 50px ) / 2 );
	margin-right: 50px;
}
/*右端のマージンをゼロ設定*/
.look-box > div:nth-child( 2n ) {
	margin-right: 0;
}
.look-box_item{
	padding-bottom:50px;
}
@media (max-width: 768px) {
	.look-box{
		/*padding:2em 0 0;*/
		margin-bottom: 5vw;
	}
	.look-box > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 5vw ) / 2 );
		margin-right: 5vw;
	}
	.look-box > div:nth-child( 2n ) {
		margin-right: 0;
	}
	/*.look-box > div:nth-child( 3n ) {
		margin-right: 5vw;
	}
	.look-box > div:nth-child( 6n ) {
		margin-right: 0;
	}*/
	.look-box_item{
		padding-bottom:5vw;
	}
}


/*pick*/
.look-pick{
	width:100%;
	height:535px;
	margin-bottom:50px;
	
	color:white;
	text-align: left;
	
	position: relative;
}
.look-pick_text{
	position: absolute;
	
}
.left{
	top: 40%;
    left: 5%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
}
.right{
	top: 40%;
    right: 5%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
}
@media (max-width: 768px) {
	.right_top{
		top: 10%;
	}
	.right_under{
		top: 70%;
	}
}

.look-pick_text .catch{
	font-size:1.85em;
	line-height: 1.4;
}
.look-pick_text .text{
	margin-top:1em;
}

/*背景画像指定*/
.pickback01{
	background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/pick_pc_01.jpg) ;
	background-size:cover;
}
.pickback02{
	background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/pick_pc_02.jpg) ;
	background-size:cover;
}
.pickback03{
	background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/pick_pc_03.jpg) ;
	background-size:cover;
}
@media (max-width: 768px) {
	.pickback01{
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/pick_sp_01.jpg) ;
	}
	.pickback02{
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/pick_sp_02.jpg) ;
	}
	.pickback03{
		background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/pick_sp_03.jpg) ;
	}
}




/*～～～～～lineup～～～～～*/
.contents-lineup{
	width:800px;
	margin:150px auto;
}
@media (max-width: 768px) {
	.contents-lineup{
		width:80%;
	}
}

.line{
	width:1px;
	height:50px;
	background-color: #000;
	margin:20px auto;
}

.lineup_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央*/
	justify-content: center;
	
	text-align: left;
}
.lineup_box img{
	width:100%;
}
.lineup_item{
	width:20%;
	margin:20px;
}
@media (max-width: 768px) {
	.lineup_item{
		width:43%;
		margin:3%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-footer{
	width:100%;
	
	padding-top:100px;
	padding-bottom:100px;
	
	background-image: url(https://www.joint-space.co.jp/category_common/tina/rei/img/main_back01_pc.jpg) ;
	background-size:cover;
	
	color:white;
}

.contents-footer .title_logo{
	width:170px;
	margin:auto;
}
.contents-footer .title_logo img{
	width:100%;
}

.contents-footer .brand_logo{
	margin:auto;
	width:200px;
	margin-top:30px;
}
.contents-footer .brand_logo img{
	width:100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.delighters：スクロールアニメーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*animation-左からぬっと出てくる*/
/* 基本のスタイル */
.animation.delighter {
	  transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .animation.delighter.started {
      transform:none;
	  opacity:1;
   }
 
/* エンド時のスタイル */
   .animation.delighter.started.ended {
      
   }


/*animation02-ふわっと出現*/
/* 基本のスタイル */
.animation02.delighter {
	  transition: all .8s ease-out;
      transform: translateX(0%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .animation02.delighter.started {
      transform:none;
	  opacity:1;
   }
 
/* エンド時のスタイル */
   .animation02.delighter.started.ended {
      
   }

