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

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

/* Adobe fonts FuturaPT */
@import url("https://use.typekit.net/yjb3vio.css");
/* 
Medium
font-family: futura-pt,sans-serif;
font-weight: 500;
font-style: normal;

Book イタリック
font-family: futura-pt,sans-serif;
font-weight: 400;
font-style: italic;

Light
font-family: futura-pt,sans-serif;
font-weight: 300;
font-style: normal;
 */

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

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

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

ex.フェードインエフェクト
ex.フェードで画像切り替え

*/

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


/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

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

/* パンくずリスト位置調整 */
/*.fs-c-breadcrumb{
	display: none; 
}*/
/*.fs-c-breadcrumb{
	padding-top:50px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:50px;
	}
}*/

/*共通フッターのマージン調整*/
.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:1em;
	line-height: 2;
	letter-spacing: 0.08em;
	font-family:'Noto Sans JP','Helvetica Neue', Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
	font-weight: 400;
	color:#222222;
}
@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、SP100%*/
.js-container{
	width:980px;
	margin:auto;
}
@media screen and (max-width: 768px){   
	.js-container{
		width:100%;
	}
}


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

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

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



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

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

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

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


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.イントロダクション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-intro{
	margin-top:0;
	margin-bottom:0;
	width:100%;
	background-color: #ededed;
	
	padding-top:4em;
	padding-bottom:3em;
}
/*名前*/
.name_box{
	font-family: 'Amiri', serif;
	color:#000;
	letter-spacing: 0.4em;
}
.name-t{
	font-size:0.8em;
	margin-bottom:-1.5em;
}
.name-m{
	font-size:3em;
}

/*トップテキスト*/
.toptext_box{
	padding-top:3em;
	padding-bottom:2em;
}
/*SP*/
@media (max-width: 768px) {
	.toptext_box{
		padding-top:0em;
		padding-bottom:2em;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.アイテム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-item{
	margin:2em auto;
}
.item-container{
	margin:10em auto 5em;
}
/*SP*/
@media (max-width: 768px) {
	.item-container{
		margin:5em auto 2.5em;
	}
}

/*タイトルエリア*/
.item-title{
	margin-bottom:2em;
}
/*タイトル ○○'s coordinateバナー*/
.coordinate_title img {
	width: 220px;
	justify-content: center;
	margin-bottom: 30px;
}
/*丸数字*/
.item-number{
	position: relative;
	width: 110px;/*幅*/
	height: 110px;/*高さ*/
	border-radius: 50%;/*角丸*/
	background-color: #242424;
	margin:0 auto 1.2em;
}
.item-number-text{
	position: absolute;
	left: 0;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  	width :110px;
  	text-align:center;
	color:white;
}
/*.item-number-text .t01{
	font-size:18px;
	font-family: futura-pt,sans-serif;
	font-weight: 500;
	font-style: normal;
}
*/.item-number-text .t02{
/*	margin-top:-0.7em;
*/	font-size:48px;
	font-family: futura-pt,sans-serif;
	font-weight: 400;
	font-style: italic;
}
/*タイトルテキスト*/
.item-t01{
	font-size:2.5em;
	line-height: 1.3;
}
.item-t02{
	margin-top:1em;
	font-size:1.2em;
}
/*SP*/
@media (max-width: 768px) {
	.item-number{
		width: 90px;/*幅*/
		height: 90px;/*高さ*/
	}
	.item-number-text{
  		width :90px;
	}
	.item-number-text .t01{
		font-size:15px;
	}
	.item-number-text .t02{
/*		margin-top:-0.7em;*/
		font-size:40px;
	}
	
	.item-t01{
		font-size:1.8em;
	}
	.item-t02{
		font-size:0.8em;
	}
}


/*アイテムメイン画像*/
.item-main-img img{
	width:100%;
	margin:0;
	line-height: 0;
	vertical-align:top;
}


/*アイテムコンテンツエリア*/
.item-contents{
	margin: 0 auto 3em;
	padding: 70px 115px ;
	background-color: #ededed;
}
/*SP*/
@media (max-width: 768px) {
	.item-contents{
		padding: 2em 25px ;
	}
}

/*アイテムコメント*/
.item-comment-t{
	margin-bottom:1em;
	padding-bottom:1em;
	text-align: left;
	border-bottom: solid 3px #242424;
}
.check{
	margin-right:1em;
	padding:0.2em 1em;
	color:white;
	background-color: #242424;
}
.item-comment-text{
	margin-bottom:5em;
	text-align: left;
}
/*SP*/
@media (max-width: 768px) {
	.item-comment-text{
		margin-bottom:3em;
	}
}


/*アイテムボックス*/
.item-box{
	margin-bottom:20px;
	padding:30px;
	background-color: white;
}
.item-box_inbox{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;
	
	text-align: left;
}
.item-box_inbox-left{
	width:28%;
}
.item-box_inbox-left img{
	width:100%;
}
.item-box_inbox-right{
	width:72%;
	
	padding-left:2em;
}
/*SP*/
@media (max-width: 768px) {
	.item-box{
		padding:20px;
	}
	.item-box_inbox-left{
		width:25%;
	}
	.item-box_inbox-right{
		width:75%;
		padding-left:1em;
	}
}

/*アイテムボックステキスト*/
.item-box-icon{
	display: inline-block;
	padding:0em 2.5em;
	border:solid 1px #242424;
	font-size:0.8em;	
}
.item-box-name{
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight: bold;
	font-size:1.2em;
	line-height: 1.25;
}
.item-box-data{
	margin-bottom:1em;
	font-size:0.8em;
	line-height: 1.5;
}
/*SP*/
@media (max-width: 768px) {
	.item-box-icon{
		padding:0 2em;
		font-size:0.4em;
	}
	.item-box-name{
		font-size:0.9em;
	}
	.item-box-data{
		font-size:0.7em;
	}
}


/*カラーチップ：色はhtmlのstyleで直接指定*/
.itemcolor-box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: left;

	margin-bottom:1.25em;
}
.itemcolor{
	margin-right:5px;
	height:20px;
	width:20px;
	background-color: #666;
}
/*SP*/
@media (max-width: 768px) {
	.itemcolor{
		height:15px;
		width:15px;
	}
}

/*coming soon*/
.comingsoon{
	font-size:1.2em;
	line-height: 2;
	text-align: center;
}
.comingsoon span {
	font-weight: bold;
}
.comingsoon_btn {
	  width: 209px;
	margin: 20px auto 10px;
	  padding: 14px 0 16px 0;
	  font-size: 16px;
	  text-align: center;
	  text-decoration: none;
	  display: block;
	  /*margin: 0 auto;*/
	  color: #fff;
	  background: #fd9500;
	  line-height: 1;
	  border-radius: 50px;
	  transition: all .2s;
	  border: 2px solid #fd9500;
}
.comingsoon_btn:hover {
  background-color: #fff;
  border-color: #fd9500;
  color: #fd9500;
}


@media (max-width: 768px) {
	.comingsoon{
		font-size:0.9em;
		line-height: 2;
	}
	.comingsoon_btn{
		padding: 0.7em 0 0.9em 0;
		width: 100%;
		font-size: 1em;
	}

}


/*詳しく見るボタン*/
.cv-btn{
  width: 209px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  /*margin: 0 auto;*/
  color: #fff;
  background: #fd9500;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
	
  border: 2px solid #fd9500;
}
.cv-btn:hover {
  background-color: #fff;
  border-color: #fd9500;
  color: #fd9500;
}
@media (max-width: 768px) {
	.cv-btn{
		padding: 0.7em 0 0.9em 0;
		width: 100%;
		font-size: 1em;
	}
}


/*コーディネート*/
.item-coordinate{
	margin-top:30px;
}
.item-coordinate_t{
	display: inline-block;
	margin:1.5em auto;
	font-weight:bold;
	border-bottom: solid 1px #242424;
}
@media (max-width: 768px) {
	.item-coordinate_t{
		margin-top:0;
	}
}

/*コーディネート：フレックスボックス*/
.item-coordinate_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: left;
	
	text-align: left;
}
.item-coordinate_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 30px ) / 2 );
	margin-right: 30px;
}
/*右端のマージンをゼロ設定*/
.item-coordinate_box > div:nth-child( 2n ) {
	margin-right: 0;
}
.item-coordinate_boxitem{
	padding-bottom:30px;
}
.item-coordinate_boxitem img{
	width:100%;
}
.item-coordinate_textitem{
	line-height: 1.2;
	margin-bottom:0.4em;
}
.item-coordinate_text{
	margin-top:0.8em;
	font-size:0.8em;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.item-coordinate_box{
		padding:0;
	}
	.item-coordinate_box > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 1vw ) / 2 );
		margin-right: 1vw;
	}
	.item-coordinate_box > div:nth-child( 2n ) {
		margin-right: 0;
	}
}

/*詳しく見るボタン2*/
.cv-btn2{
	display: inline-block;
	margin-right:1em;
	padding: 0 0.5em 0.1em;
	color:white;
	font-size:0.8em;
	background-color: #fd9500;
}


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

.contents-footer{
	margin:4em auto;
}
.contents_brand_top{
	margin:3em auto;
}
.brand_under-text{
	margin-top:1em;
}

/*SP*/
@media (max-width: 768px) {
	.contents_brand_top{
		width:50%;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
9.リンクエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-link{
	padding-top:50px;
	padding-bottom:50px;
	width:100%;
	background-color: #f0f0f0;
}

.contents-link_t{
	margin-bottom: 2em;
}
.contents-link_t .t01{
	display: inline-block;
	padding: 0 1em;
	background-color: #242424;
	color:white;
	
	font-family: futura-pt,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.contents-link_t .t02{
	padding-top:0.2em;
	font-size:1.2em;
}


/*リンクエリア：フレックスボックス*/
.contents-link_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;
	
	text-align: left;
	margin-bottom: 2em;
}
.contents-link_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 90px ) / 4 );
	margin-right: 30px;
}
/*右端のマージンをゼロ設定*/
.contents-link_box > div:nth-child( 4n ) {
	margin-right: 0;
}
.contents-link_boxitem{
	padding-bottom:30px;
}
.contents-link_boxitem img{
	width:100%;
}
@media (max-width: 768px) {
	.contents-link_box{
		padding:0 4vw;
	}
	.contents-link_box > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 1vw ) / 2 );
		margin-right: 1vw;
	}
	.contents-link_box > div:nth-child( 2n ) {
		margin-right: 0;
	}
}

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