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

/*google fonts*/

/*Adobe fonts*/
@import url("https://use.typekit.net/taq6evn.css");
/*
font-family: "kumlien-pro", serif;
font-weight: 500;
font-style: normal;
*/

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

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

@media screen and (max-width:768px) {
	.fs-l-main{
		padding-top:0!important;
	}
}

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

/*フッターの色変更*/
#footer.second-page .footer-sp,
#footer.second-page .footer__follow{
	background-color: #e69d8e ; 
}
#footer.second-page .footer__info{
	background-color: #fcf5f5 ; 
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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:#785d56;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:50px;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#785d56;
}
.js-main a:hover,a:hover img{
	opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}


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

/*PC858px、SP100%*/
.js-container{
	width:100%;
	max-width:858px;
	margin:auto;
}


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

/*ボタン*/
.button019 a {
    background: #fff;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color:#785d56;
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
	border:solid 1px #785d56;
}
.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: #785d56;
  color: #FFF;
  opacity: 1;
}
.button019 a:hover:after {
  right: 1.4rem;
}


/*共通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: 6em auto;
	}
}

/*見出し*/



/*テキスト色*/

/*フォント*/
/*フォント指定*/
.font-01{ /*明朝系*/
	font-family: 'ヒラギノ明朝 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;
}
.font-03{ /*見出し用*/
	font-family: "kumlien-pro", serif;
	font-weight: 500;
	font-style: normal;
}

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


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

.main-visual{
	margin: 0 auto;
	width:100%;
	max-width: 800px;
}
.main-visual img{
	width:100%;
}
h1{
	margin:0;
	line-height: 0;
}


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

.item_wrapper img{
	width:100%;
}

.itemset{
	width: 100%;
	height: 0;
	position: relative;
}
@media screen and (max-width: 858px){
	.itemset{
		overflow: hidden;
	}
}

.itemset > div{
	position: absolute;
	height: auto;
}
.itemset img{
	width:100%;
}

.item_textlink{
	margin-top:8em;
}
.item_textlink_img{
	width:46%;
	margin:auto;
}
.item_textlink_text{
	margin-top:2em;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	.item_textlink{
		margin-top:3em;
	}
}





/*item01~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.item01-01{
	padding-top: 170.16317%;/*横858*縦1460*/
}
.item01-01 .itemset_item01{/*ふわふわ*/
	width:96.85315%;
	top:35.8904%;
	right:22.14452%;
}
.item01-01 .itemset_item02{
	width:80%;
	top:0;
	right:3.4965%;
}
.item01-01 .itemset_item03{
	width:78.0886%;
	bottom:0;
	left:0;
}


.item01-02{
	margin-top:8em;
	padding-top: 165.03497%;/*横858*縦1416*/
}
.item01-02 .itemset_item01{/*ふわふわ*/
	width:96.85315%;
	top:17.86723%;
	left:22.37762%;
}
.item01-02 .itemset_item02{
	width:42.8904%;
	top:0;
	right:50.6993%;
}
.item01-02 .itemset_item03{
	width:42.8904%;
	top:0;
	right:6.41026%;
}
.item01-02 .itemset_item04{
	width:69.9301%;
	bottom:0;
	left:15.151515%;
}


@media (max-width: 768px) {
	.item01-02{
		margin-top:4em;
	}
}


/*item02~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.item02-01{
	padding-top: 156.75991%;/*横858*縦1345*/
}
.item02-01 .itemset_item01{/*四角*/
	width:79.25408%;
	padding-top:70%;
	top:40.4461%;
	left:6%;
	background-color: #f5f2f1;
}
.item02-01 .itemset_item02{
	width:81.46853%;
	top:0;
	right:9.3%;
}
.item02-01 .itemset_item03{
	width:67.13287%;
	bottom:0;
	left:0;
}


.item02-02{
	margin-top:8em;
	padding-top: 135.66434%;/*横858*縦1164*/
}
.item02-02 .itemset_item01{/*四角*/
	width:45%;
	padding-top:45%;
	top:9.0206%;
	left:6%;
	background-color: #f5f2f1;
}
.item02-02 .itemset_item02{
	width:67.13287%;
	top:0;
	right:0;
}
.item02-02 .itemset_item03{
	width:66.8998%;
	bottom:0;
	left:16.43357%;
}


@media (max-width: 768px) {
	.item02-02{
		margin-top:4em;
	}
}


/*item03~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.item03-01{
	padding-top: 210%;/*横858*縦1600*/
}
.item03-01 .itemset_item01{/*ふわふわ*/
	width:96.85315%;
	top:0%;
	right:-25%;
}
.item03-01 .itemset_item02{/*ふわふわ*/
	width:96.85315%;
	top:43%;
	left:-22.14452%;
}
.item03-01 .itemset_item03{
	width:74.24242%;
	top:20%;
	left:13.28671%;
}
.item03-01 .itemset_item04{
	width:92.277389%;
	bottom:0;
	right:0;
}


.item03-02{
	margin-top:5em;
	padding-top: 153.84615%;/*横858*縦1320*/
}
.item03-02 .itemset_item01{/*ふわふわ*/
	width:96.85315%;
	top:0%;
	right:-22.14452%;
}
.item03-02 .itemset_item02{
	width:74.12587%;
	top:0;
	left:0;
}
.item03-02 .itemset_item03{
	width:73%;
	bottom:0%;
	left:13.28671%;
}

@media (max-width: 768px) {
	.item03-02{
		margin-top:3em;
	}
}


.item03.main-margin{
	margin-top:-250px;
}
@media screen and (max-width: 768px){
	.item03.main-margin{
		margin-top:-10em;
	}
}



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

.contents-footer{
	
}
.contents-footer img{
	width:100%;
}

.footer-brandlogo{
	width:50%;
	max-width: 200px;
}
.footer-brandlogo_img{
	padding-bottom:1.5em;
	border-bottom: solid 1px #785d56;
}
.footer-brandlogo_text{
	font-size:0.8em;
	margin-top:0.5em;
}

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




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


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

}


/*animation_blur-じわっと出現*/
/* 基本のスタイル */
.animation_blur.delighter {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* スタート時のスタイル */
.animation_blur.delighter.started {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
/* エンド時のスタイル */
.animation_blur.delighter.started.ended {

}
/* アニメーション設定 */
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
