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

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

@import url("https://use.typekit.net/pgi6ktg.css");

/*
-FUTURA BOOK
font-family: futura-pt,sans-serif;
font-weight: 400;
font-style: normal;

-FUTURA DEMI
font-family: futura-pt,sans-serif;
font-weight: 600;
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: #faf6f3;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	font-size:0.8em;
	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:#393939;
}
@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 {
  display: inline-block;
  padding: 0.5em 1em 0.1em;
  color: #fff;
  /*border-radius: 25px;*/
  background-color: #4d4a4d;
  border: none;
  cursor: pointer;
  margin: 0.8em 5px;
  font-size:1.5em;
	font-family: "adobe-caslon-pro", serif;
	font-weight: 400;
	font-style: normal;
}
/*小さいver*/
.btn-small{
	font-size:0.8em;
	padding: 0.5em 3em;
	margin-top:1em;
}
@media screen and (max-width: 768px){
	.btn01{
		 padding: 0.4em 2em 0.1em;
	}
	.btn-small{
		 padding: 0.1em 2em;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main-visual{
	margin-bottom:20px;
	width:100%;
	background-color: #fdfaf4;
	line-height: 0;
	
	/*position: fixed;*/
}
/*.main-visual img {
	width: 100%;
}*/
h1{
	margin:0;
	line-height: 0;
}

.main-text{
	margin:5em 1em;
	font-size:0.9em;
	line-height: 2;
}
@media screen and (max-width: 768px){
	.main-visual{
		margin-bottom:0;
	}
}



/*ビジュアル用背景画像の設定/iPhone対応版*/
body {
	background-color: #fdfaf4;
}
/*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;
}*/
/*@media screen and (max-width: 768px){
	body:before{
		width:100%;
  		height:100vh;
		background:url("../img/main_back_sp.jpg") center no-repeat;
		background-size:cover;
	}
}*/
/*要素上下左右中央寄せ*/
/*.main-visual{
	display: flex;
  	justify-content: center;
  	align-items: center;
	min-height: 100vh;
	
	
	text-align: center;
}

.main-title{
	padding-top: 10em;
}
@media screen and (max-width: 768px){
	.main-title{
		padding-top: 1.5em;
	}
	.main-title .title-text{
		font-size: 1.5em;
	}
}
.main-title .title-logo img{
	width:400px;
	margin:2em auto;
}
@media screen and (max-width: 768px){   
	.main-title .title-logo img{
		width:70%;
	}
}
.scroll img{
	width:65px;
	margin:auto;
}
@media screen and (max-width: 768px){   
	.scroll img{
		width:15%;
	}
}*/

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

.contents-intro{
	margin-top:0;
	margin-bottom:0;
	width:100%;
	background-color: #f9eeea;
	
	padding-top:4em;
	padding-bottom:3em;
}
/*名前*/
.name_box{
	font-family: futura-pt,sans-serif;
	font-weight: 400;
	font-style: normal;
	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:2em;
	padding-bottom:2em;
}
.toptext_box .text01{
	margin-bottom:1em;
	font-size:2em;
	line-height: 1.2;
	color:#db8083;
		
	font-family: "adobe-caslon-pro", serif;
	font-weight: 400;
	font-style: normal;
	
}


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

.contents-item{
	margin-top:0;
	margin-bottom:0;
	width:100%;
	background-color: #fff;
	
	padding:4em 0 3em;
}
@media screen and (max-width: 768px){   
	.contents-item{
		padding:4em 5% 3em;
	}
}

/*タイトル*/
.contents-item-t{
	margin-bottom:2em;
	font-size:1.5em;
	line-height: 1.2;
	
	font-family: "adobe-caslon-pro", serif;
	font-weight: 600;
	font-style: normal;
	color: #4d4a4d;
}


/*終了イベント*/
.event-fin{
	opacity: 0.6;
}


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

.contents-footer{
	margin:4em auto;
}
.contents_footer-logo{
	margin:10em auto 2em;
}
.contents_footer-logo img{
	width:300px;
}
.brand_under-text{
	margin-top:1em;
	font-family: futura-pt,sans-serif;
	font-weight: 400;
	font-style: normal;
}

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





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
10.archive
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-archive{
	margin:3em auto;
	padding: 3em 0;
	background-color: #ededed;
	width:100%;
}
.contents-archive_t{
	font-size:1.3em;
	font-family: futura-pt,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.archive_flexbox{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;
}
.archive_flexbox img{
	width:100%;
}
.archive_flexitem{
	width:25%;
	margin:3%;
}
@media (max-width: 768px) {
	.archive_flexbox{
		padding:3%;
	}
	.archive_flexitem{
		width:40%;
		margin:3%;
	}
}



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