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

/*AnnabelleJF Regular*/
@import url("https://use.typekit.net/mkv1qxj.css");
/*
font-family: annabelle-jf,sans-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;
}
@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;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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:1.3rem;*/
	line-height: 1.8;
	letter-spacing: 0.07em;
	font-family: Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,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:#000000;
}
.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:100%;
	max-width:980px;
	margin:auto;
}
@media screen and (max-width: 768px){
	.js-container{
		width:100%;
	}
}


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

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

  border: 1px solid #000000;
}
.btn01 a{
	display: block;
}
.btn01:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.btn01 a:hover {
	color: #fff;
  opacity:1;
  -moz-opacity:1;
  filter:alpha(opacity = 100);
}

/*小さいver*/
.btn-small{
	width: 200px;
	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;*/
	}
}


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

/*見出し*/
.content-head01{
	margin-bottom:2em;
}
.content-head01_01{
	font-size:2em;
	font-family: serif;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom:0.4em;
}
.content-head01_02{
	font-size:1em;
}


/*ボタン色変更*/
.btn-color01{
	background: #fff;
	border: 1px solid #222;
	color: #222;
}
.btn-color01:hover{
	background-color: #222;
  	border-color: #222;
  	color: #fff;
}

/*背景色*/
.bg-color01{
	background: #fff;
}
.bg-color02{ /*文字色と同じ色*/
	background: #000000;
}

/*テキスト色*/
.font-color01{ /*差し色ピンク*/
	color:#db7e76;
}


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

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

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


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.クーポン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-pickup-bn{
	margin-top:4em;
}
.main-pickup-bn img{
	width:100%;
}
@media screen and (max-width: 768px){
	.main-pickup-bn{
		width:90%;
		margin: 3em auto 0;
	}
}


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

.main-intro{
	font-family: serif;
	margin-top:5em;
}

@media screen and (max-width: 768px){
	.main-intro{
		font-size: 0.8em;
	}
}


/*メニュー*/
.main-menu{
	margin:80px auto;
	width:100%;

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

/*ボタン*/
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  color: #222;
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  border: 1px solid #222;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #54bcd5;
  border-color:#54bcd5;
}

.button03 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}




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

.main-item_container{

}
@media screen and (max-width: 768px){
	.main-item_container{

	}
}

/*見出し*/
.item_head{
	font-family: serif;
	margin-bottom:1.5em;
}
.item_head01{
	margin-bottom:-1.3em;
	color:#000;
	font-size:1.5em;
}
.item_head02{
	font-size:3.5em;
	color:#000;
}
.item_head04{
	font-size:1.8em;
}
.item_head03{
	height:20px;
	width:1px;
	margin:-1em auto 0.5em;
	background-color: #000;
}

/*見出し カラー変更*/
.sode{
	color:#e6b077;
}
.eri{
	color:#f8b7ad;
}
.peplum{
	color:#df80a6;
}

/*見出し サブ*/
.item_head_sub{
	margin-bottom:1.5em;
}
.item_head_sub01{
	font-family: annabelle-jf,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.8em;
}
.item_head_sub02{
	margin-top:-0.5em;
	font-size:0.7em;
}


/*画像*/
.item_main-img{
	width:95%;
	max-width: 500px;
	margin: auto;
}
.item_main-img img{
	width:100%;
}

/*テキスト*/
.item_main-text{
	max-width:90%;
	margin: -0.3em auto 4em auto;
	font-size:0.9em;
	font-family: serif;
}
@media (max-width: 768px) {
	.item_main-text{
		margin: -0.1em auto 3em auto;
		/*text-align: left;*/
	}
}

/*おすすめアイテム*/
.item_recommend{

}
/*おすすめアイテム：フレックスボックス*/
.main_recommend_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;

	text-align: left;
	margin: 0 auto 2em;
	max-width:700px;
	width:100%;
}
.main_recommend_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 60px ) / 3 );
	margin-right: 30px;
}
/*右端のマージンをゼロ設定*/
.main_recommend_box > div:nth-child( 3n ) {
	margin-right: 0;
}
.main_recommend_item{
	padding-bottom:30px;
}
.main_recommend_item img{
	width:100%;
}
@media (max-width: 768px) {
	.main_recommend_box{
		padding:0 4vw;
	}
	.main_recommend_box > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 2vw ) / 3 );
		margin-right: 1vw;
	}
	.main_recommend_box > div:nth-child( 3n ) {
		margin-right: 0;
	}
}

/*2列*/
#item04 .main_recommend_box{
	max-width:430px;
	width:70%;
}
#item04 .main_recommend_box > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 30px ) / 2 );
	margin-right: 30px;
}
/*右端のマージンをゼロ設定*/
#item04 .main_recommend_box > div:nth-child( 2n ) {
	margin-right: 0;
}
@media (max-width: 768px) {
	#item04 .main_recommend_box > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 1vw ) / 2 );
		margin-right: 1vw;
	}
	#item04 .main_recommend_box > div:nth-child( 2n ) {
		margin-right: 0;
	}
}








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




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

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


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.カテゴリリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.contents-link_allitem{
	margin-bottom:5em;
}

.contents-link_allitem_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;
	align-items: center;

	text-align: left;
	margin:0 auto 2em;
	background-color: #d7b8b8;
	width:90%;
}
.contents-link_allitem_img{
	width:30%;
	line-height: 0;
}
.contents-link_allitem_img img{
	width:100%;
	object-fit: cover;
}
.contents-link_allitem_txt{
	width:70%;
	text-align: center;
	color:#fff;
}
.contents-link_allitem_txt .txt01{
	font-family: serif;
	font-size:1.5em;
}
.contents-link_allitem_txt .txt02{
	font-weight: lighter;
	font-size:0.8em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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;
}
.contents-link_t .t02{
	padding-top:0.2em;
	font-size:0.8em;
}


/*リンクエリア：フレックスボックス*/
.contents-link_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: left;

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

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.swiperスライダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*メニュー内*/

.swiper_slider .swiper-slide {
    width: 110px;
}

.swiper_slider .swiper-button-next,
.swiper_slider .swiper-button-prev {
    top: calc( 50% + 43px);
    transform: translateY(-50%);
}

.swiper_slider .swiper-button-prev,
.swiper_slider .swiper-container-rtl .swiper-button-next {
    left: -25px;
    right: auto;
}

.swiper_slider .swiper-button-next,
.swiper_slider .swiper-container-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}

.swiper_slider {
    /*background: #fbfbf9;*/
    padding-top: 1vw;
    padding-bottom: 1vw;
}

@media (max-width: 768px) {
    .swiper_slider {
        /*padding-top: calc(100vw / 770 * 68);*/
       /* padding-bottom: calc(100vw / 770 * 91);*/
    }
}

.swiper_slider .swiper-parentDiv,
.swiper_slider .swiper-container {
    width: 900px;
    min-width: 900px;
}

.swiper_slider .swiper-parentDiv {
    margin: 0 auto;
    overflow: hidden;
}

.swiper_slider .swiper-button-prev,
.swiper_slider .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper_slider .swiper-button-next,
.swiper_slider .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper_slider .swiper-button-prev:after,
.swiper_slider .swiper-button-next:after {
    color: #999999;
    font-size: 26px;
}

@media (max-width: 768px) {
    .swiper_slider .swiper-parentDiv,
    .swiper_slider .swiper-container {
        width: 100%;
        min-width: 100%;
	}
    .swiper_slider .swiper-button-prev,
    .swiper_slider .swiper-button-next {
        display: none;
    }
    .swiper_slider .swiper-slide {
        /*width: calc(100vw / 770 * 394) !important;*/
        /*margin-right: calc(100vw / 770 * 19) !important;*/
    }
}

a.slider_itembox_linkurl {
	display: inline-block;
	text-align: center;
}
.slider_itembox_price {
    font-size: 0.8em;
	text-align-last: left;
}
.slider_itembox_img img{
	width:100%;
}
