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

/*Adobe fonts*/
@import url("https://use.typekit.net/kya6bwd.css");
/*
Century Gothic Pro Regular
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;

Century Gothic Pro Italic
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: italic;
*/

/*google fonts*/

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

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

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.イントロダクション
5.アイテム
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-c-subgroup { display: none }

/*「商品グループエリア」を非表示*/
/*.fs-c-productList { display: none }*/

/* 文字サイズ調整 */
.fs-l-main{
	font-size:1.1em;
}

/*共通フッターのマージン調整*/
.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:14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	color:#000000;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#fc8065;
}
.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:100%;
	max-width:980px;
	margin:auto;
}


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

/*ボタン*/
.button019 a {
    background: #fff;
    /*border-radius: 3px;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
	border:solid 1px #000;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #587ba3;
  border-color: #587ba3;
  color: #FFF;
  opacity: 1;
}
.button019 a:hover:after {
  right: 1.4rem;
}

/*色変更ver*/
.btn_color01 a{
	border:solid 1px #587ba3;
	background-color:  #587ba3;
	color:#fff;
}
.btn_color01 a:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}



/*共通padding設定*/
.main-padding{
	padding: 100px 0;
}
@media screen and (max-width: 768px){
	.main-padding{
		padding: 3em 0;
	}
}

/*共通margin設定*/
.main-margin{
	margin: 100px auto;
}
@media screen and (max-width: 768px){
	.main-margin{
		margin: 4em auto;
	}
}

/*見出し*/



/*背景色*/
.bg-color01{
	background: #fff;
}


/*テキスト色*/
.font-color01{ /**/
	color:#db7e76;
}

/*フォント*/
/*フォント指定*/
.font-01{ /*明朝系*/
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.font-02{ /*ゴシック系*/
	font-family: 'century-gothic','Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}

.bold{ /*太字*/
	font-weight: bold;
}

/*見出し*/
.head-01 .text01{
	font-family: "century-gothic", sans-serif;
	/*font-style: italic;*/
	font-size:1.5em;
}
.head-01 .text02{
	font-size:0.8em;
}




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

.main-visual{
	margin-bottom:0;
	width:100%;
	background-color: #f6f6f6;
	line-height: 0;
}

h1{
	margin:0;
	line-height: 0;
}

.main-text{
	margin:2em;
	font-size:0.7em;
}



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

.main-menu{
	
}

.main-manu_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;
	
	width:90%;
	max-width:980px;
	margin: auto;
}
.main-manu_item a{
	margin:5px;
	display: block;
	
	padding: 0 15px;
	border: solid 1px #000;
	border-radius: 50px;
	
	color:#000;
	font-size:0.9em;
}
.main-manu_item a:hover{
	background-color: #fc8065;
	border-color:  #fc8065;
	color:#fff;
	opacity: 1;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.イントロ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-intro{
	/*font-style: italic;*/
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.機能性アイコン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#icon {
	background-color: #f4f4f4;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.what is 説明
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-whatis{
	width:100%;
	
	background: no-repeat center/cover url("https://www.joint-space.co.jp/category_common/lialaxpg/lpg_knitseries-2/img/04_back.jpg") ;
}


.contents_head{
	margin-bottom:1em;
}
.contents_head_text01{
	text-decoration: underline;
	margin-bottom:1em;
}
.contents_head_text02{
	font-size:1.6em;
	font-weight:600;
}

.contents_head_undertext{
	font-size:0.9em;
	margin-bottom:3em;
}

.notice_text{
	font-size:0.5em;
	margin-top:5em;
}


/*仮*/
.slider_img{
	width:90%;
	margin:auto;
}
.slider_img img{
	border-radius: 15px;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.LINEUP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main-lineup {
	background-color: #fffcf5;
	padding: 2.5em 0 1.5em;
}

.contents_head2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 400;
	color: #292929;
	/*border-bottom: 1px solid #292929;*/
	line-height: 1.5;
	display: inline-block;
	font-size:1.8em;
	
	/*margin-bottom:1em;*/
}


.lineup_set{
	margin: 20px auto;
	width:90%;
	max-width: 800px;
}

.lineup_head{
	margin-bottom:1em;
}
.lineup_head_undertext{
	margin-top:-2em;
	margin-bottom:3em;
	font-size:0.8em;
}

.lineup_head_text01{
	display: inline-block;
	padding: 0 3em;
	color:#fff;
	background-color: #fc8065;
	font-size:1.4em;
}
.lineup_head_text02{
	font-size:1.2em;
	margin:0.5em auto 2em;
}



.lineup_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	
	width:100%;
}
.lineup_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 80px ) / 5 );
	margin-right: 20px;
	margin-bottom:20px;
}
/*右端のマージンをゼロ設定*/
.lineup_box > div:nth-child( 5n ),
.lineup_box > div:last-child{
	margin-right: 0;
}
/*SP*/
@media (max-width: 768px) {
	.lineup_box > div {
		width: calc( ( 100% - 6% ) / 3 );
		margin-right: 3%;
	}
	.lineup_box > div:nth-child( 3n ),
	.lineup_box > div:last-child{
		margin-right: 0;
	}
}
/*.lineup_box_item {
	width: 40%;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.lineup_box_item {
		width: 60%;
	}
}*/

.lineup_box img{
	width:100%;
}
.lineup_box a{
	color:#000;
}

.item_text{
	font-size:0.8em;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
9.バリエーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-variation{
	background-color: #f6f3f3;
	width:95%;
	max-width: 980px;
	
	padding:60px;
}
/*SP*/
@media (max-width: 768px) {
	.main-variation{
		padding:10% 5%;
	}
}


.variation_set{
	background-color: #fff;
	margin: 2em auto;
	width:100%;
	padding:0;
}

.variation_head{
	font-size:1.5em;
	letter-spacing: 0.2em;
	
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
	
	padding: 10px;
}

.variation_contents{
	padding:30px;
}


.variation_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;
	
	width:100%;
}
.variation_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 25px ) / 6 );
	margin-right: 5px;
	margin-bottom:10px;
}
/*右端のマージンをゼロ設定*/
.variation_box > div:nth-child( 6n ),
.variation_box > div:last-child{
	margin-right: 0;
}
/*SP*/
@media (max-width: 768px) {
	.variation_box > div {
		width: calc( ( 100% - 10% ) / 3 );
		margin-right: 5%;
	}
}


.variation_box img{
	width:100%;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
10.バリエーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.main-snap{
	background-color: #f6f3f3;
	width:100%;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
11.コーディネート
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.item_set{
	width: 100%;
	height: 0;
	position: relative;
	
	text-align: left;
}
.item_set > div{
	position: absolute;
	height: auto;
}

.item_set img{
	width:100%;
}
.item_set .img_under_link{
	color:#a1a1a1;
	margin-top:-0.3em;
	font-size:0.6em;
}
.item_set .img_under_link a{
	text-decoration: underline;
}

/*セットA*/
.item_set_A{
	padding-top: 104.5%;/*横980px 高さ1025px*/
}
.item_set_A_01{
	width: 63.979%;
	top: 0;
	left: 3%;
}
.item_set_A_02{
	width: 57.551%;
	bottom: 0;
	right: 3%;
}

@media (max-width: 768px) {
	.item_set_A{
		padding-top: 104%;/*横980px*/
	}
	.item_set_A_01{
		width: 63%;
		top: 0;
		left: 3%;
	}
	.item_set_A_02{
		width: 57%;
		bottom: 0;
		right: 3%;
	}
}


/*セットB*/
.item_set_B{
	padding-top: 208.979%;/*横980px 高さ2048px*/
}
.item_set_B_01{
	width: 57.551%;
	top: 0;
	left: 7.142%;
}
.item_set_B_02{
	width: 50.204%;
	top: 39.697%;
	right: 0;
}
.item_set_B_03{
	width: 41.938%;
	top: 50.292%;
	left: 0;
}
.item_set_B_04{
	width: 72.959%;
	bottom: 0;
	left: 13.5205%;
}

@media (max-width: 768px) {
	
}





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

.contents-footer{
	
}

/*タイトルロゴ*/
.contents-footer_title{
	
}
/*PC*/
@media (min-width: 769px) {
	.footer_title_box{
		width:90%;
		max-width:980px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_title_box img{
		width:100%;
	}
	.footer_title01{
		width:50%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*SP*/
@media (max-width: 768px) {
	.footer_title_box{
		width:70%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*線*/
.contents-footer_line{
	width:1px;
	height:150px;
	background-color: #ccc;
	margin:auto;
}

/*ロゴ*/
.contents-footer_logo{
	margin-left: auto;
	margin-right: auto;
	width:200px;
	max-width: 40%;
}
.contents-footer_logo img{
	width:100%;
}


/*リンク*/
.contents-footer_link{
	width:80%;
	max-width:500px;
}
.contents-footer_link img{
	width:100%;
}
.contents-footer_link_text{
	font-size:0.9em;
	margin-bottom:0.5em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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(0%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .animation.delighter.started {
      transform:none;
	  opacity:1;
   }
 
/* エンド時のスタイル */
   .animation.delighter.started.ended {
      
   }
