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


/*Adobefonts*/
@import url("https://use.typekit.net/jme5pcg.css");
/*
font-family: "goudy-old-style", serif;
font-weight: 400;
font-style: normal;
*/


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

■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;
	background-color: #fff;
}
@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;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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: #e5e0da;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	/*font-size:1.3rem;*/
	line-height: 2;
	letter-spacing: 0.07em;
	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:#222;
}
.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;
	}
}

/*PC1200px、SP100%*/
.js-container{
	width:95%;
	max-width: 780px;
	margin:auto;
}


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

/*ボタン*/
.btn01 a{
  display: block;
  width: 80%;
  max-width:300px; 
  padding: 0.8em 0 0.7em 0;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 1em auto;
  color: #fff;
  background: #977049;
  line-height: 1;
  /*border-radius: 50px;*/
  transition: all .2s;
	
  border: 1px solid #000;
}
.btn01 a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity = 100);
}

/*ボタン019*/
.button019 a {
	display: block;
    background: transparent;
    /*border-radius: 3px;*/
    /*position: relative;*/
   /* display: flex;*/
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	width:95%;
    max-width: 350px;
    padding: 5px 10px;
    color: #977049;
    transition: 0.3s ease-in-out;
	font-size:1em;
    /*font-weight: 500;*/
	border:solid 1px #000;
	letter-spacing: 0.1em;
	line-height:1.2;
}
/*.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(135deg);
}*/
.button019 a:hover {
 	background: #977049;
 	color: #FFF;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity = 100);
}
.button019 a:hover:after {
 /* right: 1.4rem;*/
}
.button019 span{
	font-size:0.5em;
}

/*ボタン*/
/*ボタン020*/
.button020 a {
	display: block;
    background: #fff;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	width:100%;
   /* max-width: 500px;*/
    padding: 5px 10px;
    color: #977049;
    transition: 0.3s ease-in-out;
	font-size:0.9em;
    font-weight: 500;
	border:solid 1px #977049;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.button020 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(135deg);
}
.button020 a:hover {
 	background: #977049;
 	color: #FFF;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity = 100);
}
.button020 a:hover:after {
  /*right: 1.4rem;*/
}

/*ボタン021*/
.button021 a {
	display: block;
    background: #977049;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	width:90%;
    max-width: 350px;
    padding: 10px 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-size:1em;
    /*font-weight: 500;*/
	border:solid 1px #977049;
	letter-spacing: 0.1em;
	line-height:1.2;
}
.button021 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);
}
.button021 a:hover {
 	background: #000;
	border-color:#000;
 	color: #FFF;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity = 100);
}
.button021 a:hover:after {
  right: 1.4rem;
}
.button021 span{
	font-size:0.5em;
}


/*背景色*/
.contents_bgcolor{
	width:100%;
	background-color: #fff;
}

/*共通マージン設定*/
.main-margin{
	margin: 100px auto;
}
.main-margin2{
	margin: 150px auto;
}

/*共通padding設定*/
.main-padding{
	padding: 5em 0;
}

/*共通タイトル設定*/
.main-title{
	display:inline-block;
	margin-bottom:1.5em;
}
.main-title_01{
	font-size:1.5em;
	border-bottom:1px solid #000;
	line-height:1.2;
}
.main-title_02{
	font-size:0.7em;
	line-height:1.2;
	margin-top:0.5em;
}


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

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



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

.main-visual{
	margin-bottom:0;
	width:100%;
	background-color: #cbb9a3;
	line-height: 0;
}
.main-visual img {
	width:100%;
	max-width: 980px;
}

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


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

.main-intro{
	/*margin-top:80px;*/
}

.intro_text01{
	margin-bottom:1em;
	font-size:1.5em;
	line-height:1.3;
	color:#977049;
}
.intro_text02{
	font-size:0.8em;
}

.intro_text03{
	font-size:0.8em;
	margin-top:2em;
	color:#977049;
	font-weight:700;
}
.intro_text03 a{
	text-decoration: underline;
}

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

.main-menu{

}

.main-menu_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;
	align-items: center;
}
.main-menu_in{
	width:33%;
}
@media screen and (max-width: 768px){
	.main-menu_in{
		width:33%;
	}
}




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

.main-item_box{
	background-color: #fff;
	padding:50px;
	
	text-align: left;
}
@media screen and (max-width: 768px){
	.main-item_box{
		padding:5%;
	}
}


.main-item_head{
	font-size:2em;
	border-bottom:1px solid #000;
	line-height:1.4;
	margin-bottom:1em;
}
.main-item_head span{
	font-size:0.6em;
}

.main-item_img{
	margin-bottom:1.5em;
}
.main-item_img img{
	width:100%;
	max-width:500px;
}

.main-item_text_set{
	margin-top:2em;
}
.text_head{
	font-weight:700;
}
.text_inner{
	font-size:0.8em;
	line-height:1.7;
}

.main-item_text_set > .button020{
	margin-top:1em;
}



/*枠あり*/
.main-item_box_set{
	margin: 2em auto;
	padding:50px 50px 50px 50px ;
	border-radius: 10px;
	
	background-color: #f7f2f0;
}
@media screen and (max-width: 768px){
	.main-item_box_set{
		padding:40px 20px 40px 20px ;
	}
}

.box_head{
	margin-bottom:1em;
	font-size:1.25em;
	border-bottom:1px solid #000;
}
.box_head span{
	font-size:0.6em;
}

.box_head_text{
	margin-bottom:2em;
	font-size:0.8em;
	line-height:1.7;
}


/*写真セット*/
.box_img_set{
	margin:3em auto;
}

.box_img_set_img{
	width:90%;
	max-width:400px;
	margin:0 auto 1em;
}
.box_img_set_img img{
	border-radius: 500px;
	width:100%;	
}
.box_img_set_text{
	text-align: center;
}
.box_img_set_text01{
	font-size:1.25em;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom:1em;
}
.box_img_set_text01 span{
	font-size:0.7em;
	font-weight: 400;
}

.box_notice{
	margin-bottom:3em;
	text-align: center;
	font-size:0.6em;
}


@media screen and (min-width: 769px){
	
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.他コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*appearance　アピアランス*/
.appearance_head_img
{
	width:100%;
	max-width:350px;
	margin: 0 auto 2em;
}
.appearance_head_img img
{
	width:100%;	
}
.shopevent_head_img img{
	border-radius: 1000px;
}
.appearance_head_text01
{
	font-size:1em;
	line-height:1;
}
.appearance_head_text02{
	font-size:1.8em;
}

.main-innner_contents{
	margin:1em auto 0;
	width:100%;
	max-width:350px;
}
.main-innner_contents > div{
	margin-bottom:1em;
}
.main-innner_contents > div:last-child{
	margin-bottom:0em;
}
.main-innner_contents_set{
	border:solid 1px #666;
	border-radius: 10px;
	padding:20px;
	text-align: left;
}
.main-innner_contents_set_t{
	border-bottom: dotted 2px #666;
	line-height:1.7;
	margin-bottom:0.5em;
	font-weight:700;
}


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


.main-innner_wrapper2{
	width:100%;
	max-width:350px;
	background-color: #eeece7;
	padding:25px;
	margin: 1em auto 0;
}
.wrapper2_head{
	display: inline-block;
	border-bottom:solid 1px #000;
	padding-bottom:0.25em;
	line-height:1.5;
	margin-bottom:1em;
}
.wrapper2_text{
	font-size:0.8em;
	text-align: left;
}


/*Novelty　ノベルティ*/
.contents_set{
	width:100%;
	max-width:350px;
	margin: 0 auto 3em;
}

.contents_set_img{
	margin: 0 auto 1em;
}
.contents_set_img img{
	width:100%;
}
.contents_set_head{
	margin-bottom:0.5em;
}
.contents_set_head .head_text01{
	display: inline-block;
	background-color: #977049;
	color: #fff;
	padding: 0.1em 1em 0;
	line-height:2;
	margin-bottom:1em;
	border-radius: 5px;
}
.contents_set_head .head_text02{
	font-size:1.7em;
	/*letter-spacing: 0;*/
	line-height: 1.2;
	margin-bottom:0.8em;
}
.contents_set_text{
	text-align: left;
	font-size:0.9em;
	line-height: 1.7;
}

.main-innner_wrapper > .contents_set:last-child{
	margin-bottom:0;
}



/*Lineup*/
.main-itemlist{
	
}

.main_list_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: flex-start;
	
	width:100%;
	
	text-align: left;
	font-size:0.6em;
}
.main_list_box img{
	width:100%;
}
.main_list_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 120px ) / 4 );
	margin-right: 40px;
	margin-bottom:40px;
}
/*右端のマージンをゼロ設定*/
.main_list_box > div:nth-child( 4n ),
.main_list_box > div:last-child{
	margin-right: 0;
}
/*SP*/
@media (max-width: 768px) {
	.main_list_box > div {
		width: calc( ( 100% - 5% ) / 2 );
		margin-right: 5%;
	}
	/*右端のマージンをゼロ設定*/
		.main_list_box > div:nth-child( 2n ),
		.main_list_box > div:last-child{
			margin-right: 0;
	}
}

.list_item_text_box{
	margin-top:0.8em;
	line-height:1.2;
}
.list_item_text01,
.list_item_text02{
	margin-bottom:0.5em;
}

.list_item_text02{
	color:#c0c0c0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.ATTENTION　アテンション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-attention{

}

.main-list{
	text-align: left;
	font-size:0.8em;
}
.main-list_box{
	width:100%;
	max-width:500px;
	margin: 0 auto 2.5em;
}
.main-list_head{
	font-weight: bold;
	margin-bottom:-0.5em;
	letter-spacing: 0;
}
.main-list_head::before{
	content: "■";
	margin-right:0.2em;
}
.main-list_box ul{
	padding-inline-start:20px;
}
.main-list_box li{
	line-height:1.8;
	margin-bottom:0.8em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.一覧（FS）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-fs-all{
	
}
.contents-fs-all .fs-all_title{
	margin:auto;
}
.contents-fs-all .fs-all_title_text {
	margin:auto;
	display: inline-block;
	/*color:#fff;*/
	font-family: serif;
	padding: 0 2em;
}
.contents-fs-all .fs-all_title img{
	width:412px;
}
/*SP*/
@media (max-width: 768px) {
	.contents-fs-all .fs-all_title img{
		width:90%;
	}
}




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

.contents-footer{
	margin:0 auto;
	padding:4em 0;
	/*background-color: #fff;*/
}
.contents_brand_top{
	margin:3em auto;
}
.brand_under-text{
	margin-top:1em;
}

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

/*タイトル画像部分*/
.footer-title{
	margin:0 auto;
	padding:2em;
}
.vertical-line{ /*線*/
	width:1px;
	height:100px;
	background-color: #222;
	margin:1em auto;
}
.footer-text01{
	font-size:3em;
}
.footer-text02{
	font-size:0.8em;
}
/*SP*/
@media (max-width: 768px) {
	.footer-title img{
		width:50%;
	}
	.vertical-line{ /*線*/
		height:50px;
	}
	.footer-text01{
		font-size:1.5em;
	}
	.footer-text02{
		font-size:0.7em;
	}
}


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


