/*----------------
全体
---------------- */

html {
  overscroll-behavior: none;
}

body {
  font-family:'Marcellus',sans-serif,Assistant;
  margin: 0;
}

/*----------------
フォント
---------------- */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/*--------  回り込みを防ぐ -------- */
.clear{
      clear: both;
    }

.fs-l-main {
 padding: 0;
 margin: 24px 0;
 max-width: 100%;
}

.fs-l-pageMain {
  width: 100%;
 max-width: 100%;
  
}


.section_A {
  background-color: #C7B2D6;
}



/*----------------
view moreボタン
---------------- */

.view_more_kyotsu a {
    background: transparent;
    border-radius: 9999px;
    border: 1px solid #996699;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 170px;
    padding: 8px 25px;
    color: #996699;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-size: 1.2rem;
}
.view_more_kyotsu a:hover {
    background: #996699;
    color: #ffffff;
}

  @media screen and (max-width:767px) {
    .view_more_kyotsu a {
      max-width: 125px;
    padding: 10px 25px;
  }
  }


/*----------------
アイコンの調整
---------------- */
.fs-c-productMark li {
    margin-top: 3px;
}

/*----------------
ヘッダー
---------------- */


/*--------  ヘッダーを固定する -------- */
.fs-l-header {
    position: fixed;/*fixedで固定*/
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;

}


/*--------  ヘッダーの左右の余白 -------- */
.fs-l-header__contents > *{
	 padding: 0;
}


/*--------  ヘッダーカラー -------- */
.fs-l-header {
	padding: 0;
	margin:0;
background: #D8BfD8;
}


/*--------  トップのヘッダーカラー -------- */
.fs-l-header__leftContainer {
	z-index: 2;
	}
.fs-l-header__logo {
    margin-bottom: 5px;
	}


/*--------  ヘッダーメニュー -------- */
.header_news {
 text-align: center;
 text-decoration: none;
 color: #ffffff;
 width: 100%;
 padding:0;
 margin: 0 auto;
 background-color: #D8BfD8;
    　　}


/*--------  ヘッダー固定メニュー -------- */
.pimil_header_menu {
  margin-top: 100px;
  width: 100%;
  height: 32px;
  margin: auto;
  padding-left: -10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #a9a9a9;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);影をつける*/
  font-family: "sans-serif";
}
.pimil_header_menu ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  line-height: 150%;
  padding: 6px 0;
}
.pimil_header_menu ul li {
  flex-basis: 33%;
  text-align: center;
}

.pimil_header_menu li+ li {
  border-left: 1px solid #a9a9a9;/*間に縦線*/
}

/*--  ヘッダーメニューPC左右余白調整 -- */
    @media screen and (min-width:1000px) {
.pimil_header_menu {
	padding: 1px 240px 1px 200px;
}
}

/*--  ロゴサイズ調整 -- */
.fs-p-logo__image {
    max-height: 40px;
	margin-bottom: -6px;
}

/*--  ロゴ下の店舗名調整 -- */
.fs-p-logo p {
	width: 150px;
	font-size: 7px;
	margin: 0;
}
/*--  ロゴ下の店舗名調整 -- */
.fs-p-logo h1 {
	width: 150px;
	font-size: 7px;
}
    .fs-p-logo  {
        padding-bottom: 5px;
    }




/*--------  横幅767px以下ロゴサイズ調整 -------- */
    @media screen and (max-width:767px) {
.fs-p-logo__image {
    max-height: 32px;
	margin-bottom: -6px;
}
}

/*--------  ヘッダーのCATEGORYを左上にして斜体をやめる -------- */
.fs-l-header__leftContainer {
  align-self: start;
}

.fs-l-header__leftContainer i {
  font-style: normal;  font-family: "sans-serif" ;
}

/*--------  横幅500px以下、固定ニュースのフォントサイズ -------- */
@media screen and (max-width:500px) {
  .header_news {
    font-size: 11px;
    padding:3px 0;
  }
}


/* ドロワーメニューアイコン位置調整 */
      .fs-p-drawerButton {
        padding: 12px 12px 0px 12px;
      }

      .fs-p-drawerButton__icon {
        font-size: 1rem;
      }

 new_fs-icon--navCtrl {
       padding-bottom:2px
    }



/*----------------
トップページ その他
---------------- */

/*--------  マウスホバー時に透過させる -------- */
.transparent a:hover img {
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #ffffff;
}


/*--------  マウスホバー時に拡大させる -------- */
.zoom {
  cursor: pointer;
  margin:0;
  overflow: hidden;
  width: 100%;

}
.zoom img {
  height: auto;
  transition: transform .4s ease; /* ゆっくり変化させる */
}
.zoom:hover img {
  transform: scale(1.1); /* 拡大 */
}


/*--------  殿堂入りタイトルバナー位置調整 -------- */

.top_best {
 margin-top:35px;
 margin-bottom:35px;
}

@media screen and (max-width:767px) {
    .top_best {
 margin-top:15px;
 margin-bottom:12px;
    }
    }


/*--------  「会員価格あり」アイコン装飾 -------- */
.kaiinkakaku_icon {
	border: 1px solid #996699;
	color: #996699;
	background-color: #fff;
	margin-top: 2px;
}


/*--------  お気に入りに入れるハート -------- */
.fs-c-button--particular.fs-c-button--addToWishList--icon {
	color: #CFA7CD;
}



/*--------  一覧のタイトル -------- */
.pimil_title {
    letter-spacing: 3px;
    text-align: center;
    font-size: 25px;
	margin-top: 70px;
}

.pimil_title_middle {
	    letter-spacing: 3px;
    text-align: center;
    font-size: 20px;
	margin-top: 70px;
}


/*--------  h2タイトル位置調整 個別 -------- */


#title_best {
margin-top:40px;
margin-bottom:3px;
}

#title_new {
margin-top: 70px;
margin-bottom:20px;
}

.ranking_title {
margin-bottom: 12px;
}

.sale_title{
margin-bottom: 10px;
}

.sub_title {
text-align: center;
 font-size: 11px;
 margin-top:1px;
 margin-bottom: 25px;
}

 @media screen and (max-width:767px) {
.sub_title {
margin-bottom: 10px;
}
}

 @media screen and (max-width:767px) {
#title_best {
margin-top: 65px;
	 }
}


/*--------  バナー2個横並び -------- */
.pimil_event_banner {
  margin-top: 30px;
  width: 100%;
  max-width: 1216px;
  margin: auto;
  padding: 0 15px;
}
.pimil_event_banner ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
	list-style: none;
	padding-left: 0px;
}
.pimil_event_banner ul li {
  flex-basis: 49%;
}
.pimil_event_banner ul li img {
  width: 100%;
}


/*-------- 横4列、横幅767px以下は横スライダー --------*/

.pimil_column {
  margin_bottom: 5px;
}

.pimil_column04 li {
    width: calc(25% - 20px);
}

.pimil_column ul {
    width: calc(100 + 20px);
    margin: 0 -10px;
    margin-left: 1px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	padding: 0;
	position: relative;/*商品画像上、丸の中に文字の表示をするため */
}

.pimil_column li {
    padding: 0 7px 50px;
    text-align: center;
	flex-grow: 1;
}
	
.pimil_column img {
    width: 100%;
}

.pimil_column li a,
.pimil_column li a:visited {
    text-decoration: none;
    color: #5f5f5f;;
}

.pimil_column li p {
    font-size: 9px;;
    margin-bottom: 1px;
    margin-top: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pimil_column li span {
    font-family: "sans-serif";
    font-size: 14px;
    display: block;
}

	
    /* ここ以下が横幅767px以下は横スライダー用 */
    @media screen and (max-width:767px) {
	 .pimil_column {
	width: 100%;
	 overflow-x: scroll;
	 white-space: nowrap;
	margin-bottom: 6px;
	 -webkit-overflow-scrolling: touch;
	 }

      /* 横スクロール時に横一列にする */
	 .pimil_column ul {
	flex-wrap: nowrap;
    width: 98%;
	padding-top: 10px;
	 }

      /* 横スクロール用横幅 */
	 .pimil_column li {
    width: 45%;
	padding: 0 7px 24px;
	flex-shrink: 0;
	 }
	

/*--------  PC横2列、横幅767px以下は横2列 --------*/
.pimil_column2 ul {
    width: calc(100 + 20px);
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	padding: 0;
	position: relative;/*商品画像上、丸の中に文字の表示をするため */
}

.pimil_column2 li {
    padding: 0 7px 50px;
    text-align: center;
	flex-grow: 1;
}
	
.pimil_column2 img {
    width: 100%;
}

.pimil_column2 li a,
.pimil_column2 li a:visited {
    text-decoration: none;
    color: #111;
}

.pimil_column2 li p {
    font-size: 9px;;
    margin-bottom: 1px;
    margin-top: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pimil_column2 li span {
    font-family: "sans-serif";
    font-size: 14px;
    display: block;
}
}
	
    /* ここ以下が横幅767px以下は横スライダー用 */
    @media screen and (max-width:767px) {
	 .pimil_column2 {
		 width: 100%;
	 }
	 .pimil_column2 ul {
    width: 98%;
    margin: 0 auto;
	 }
	 .pimil_column2 li {
      /* 横スクロール用横幅 */
    width: 45%;
	padding: 0 7px 24px;
	 }
		}


/*-------- 　商品画像上、丸の中に文字の表示 -------- */
.circletitle {
	font-family: "sans-serif";
	font-size: 1.2rem;
 color: #996699;
    margin-block-left: 7px;
}	


/*-------- 　商品画像上、大きめの文字の表示 -------- */
.circletitle2 {
	font-size: 24px;
	position:absolute;
    margin-block-start: -18px;
    margin-block-end: 0px;
    margin-inline-start: -6px;
    margin-inline-end: 0px;
	z-index: 1;
}	

    @media screen and (max-width:767px) {
　.circletitle2  {
	font-size: 18px;
	margin-block-start: -20px;
	 }
		 }


　　　/* Newアイテム4の倍数以外の時の調整 */
.aki {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  li.aki {
    display: none !important;
  }
}

/*----------------
ログインページ、マイページ
---------------- */

@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-l-account {
    display: block;
  }
}

/*--------  ログインページの余白調整 -------- */
.fs-c-subSection {
 padding : 15px !important;
}

/*--------  マイページの余白調整 -------- */
.fs-l-account {
 padding: 15px;
}

/*--------  マイページの中身の余白調整 -------- */
.fs-body-my-top .fs-p-accountInfo {
 max-width: 1216px;
 margin: 0 auto;
}

/*--------  マイページのul 調整 -------- */
.fs-c-accountService {
 max-width: 1237px;
 margin: 15px auto
}

.fs-c-accountService__page {
 flex-basis: 189px;
}

    @media screen and (max-width:767px) {
.fs-c-accountService__page {
 flex-basis: 173px;
}
}


/*----------------
ショッピングカートページ 
---------------- */

/*----- ショッピングカートページ全体の設定 ----- */
.fs-l-cart {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 15px;
    font-size: 12px;
}

.fs-c-cartBundleInfo__message {
 margin: 5%;
}

/*----------------
セール価格
---------------- */
.fs-c-productPrice--listed .fs-c-price__value {
	text-decoration: line-through; 
}
/* 通常価格の前に追加 */
.fs-c-productPrice--listed .fs-c-price::before {
  content:"通常価格";
  font-size:10px;
 text-decoration: none;
}
/* 通常価格の後に追加 */
.fs-c-productPrice--listed .fs-c-price::after {
  content: "のところ";
	font-size: 10px;
	text-decoration: none;
}


.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-price__value,
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-price__currencyMark {
	font-weight: bold;
	font-size: 18px;
	color: #D70003;
}


/*--------  ブログスライダー（グリッター）位置調整 -------- */

.blog_grid {
  margin-bottom: 15px;
}

.blog_grid li {
  padding-bottom: 15px;
}


/*-------- 新規優待バナーの位置調整 --------*/
.touroku {
  margin-top: 55px;
}


/*-------- 殿堂入りバナーの位置調整 --------*/
.dendoiri_img {
  margin-top: 30px;
  margin-bottom: -9px;
}


/*----------------
商品一覧
---------------- */

#fs_ProductCategory .fs-l-pageMain {
    margin-top: -20px;
}

#fs_ProductCategory .fs-c-heading {
	color: #CFA7CD;
}


#fs_ProductCategory .is-active {
	background-color: #CFA7CD;
}

#fs_ProductCategory .fs-c-heading--page  {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#fs_ProductCategory .fs-c-productList {
	    margin: 0;
}

#fs_ProductCategory .fs-c-productName__copy {
	display: none;
}

#fs_ProductCategory .fs-c-productName__name {
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

#fs_ProductCategory .fs-c-productListItem__productName
{
	margin: 0;
}


#fs_ProductCategory .fs-l-main {
	margin: 16px auto;
}

#fs_ProductCategory .fs-c-productList__controller {
	max-width: 1200px;
    margin: 20px auto 0 auto;
   padding: 0 15px;
}
}

#fs_ProductCategory .fs-c-productPrice__main__label {
	font-size: 10px;
}

#fs_ProductCategory .fs-c-productPrice__addon {
	font-size: 1.0rem;
}


/*-------- 会員価格 -------- */
#fs_ProductCategory .fs-c-productPrice--member .fs-c-price{
	font-size: 18px;
	color: #996699;
}

#fs_ProductCategory .fs-c-buttonContainer {
	font-family:"sans-serif";
	font-size: 12px;
	padding: 4px 0;
}

  .mojismall {
  font-size: 9px;
  line-height: 11px;
margin:5px auto;
text-align: center;
}


    .topics_moji {
      padding: 0 15px;
    }

  .topics_dete {
    font-size: 10px;
    color: #ffffff;
    line-height: 0;
    margin: 17px 0 0 5px;
    text-align: left;
}

  .topics_item_title {
    font-size: 12.5px;
    color: #ffffff;
    line-height: 0;
    margin: 0px 0 8px 5px;
    text-align: left;
  }


  @media screen and (max-width:767px) {
    .topics_moji {
      padding: 0 30px;
  }
  }
  


/*----------------
商品詳細ページ 
---------------- */

.fs-l-productLayout {
 padding: 15px;
 max-width: 1216px;
 margin: 0 auto;
 }

/*-------- 商品サブ画像スクロール -------- */
.fs-c-productThumbnail  {
overflow-x: scroll;
    flex-wrap: nowrap;
}

 /* 横幅767px以下はパンくずと商品画像を近づける */
    @media screen and (max-width:767px) {
#fs_ProductDetails .fs-l-main {
	margin: 0;
}
		}

/*--------  冒頭のパンくず -------- */

#fs_ProductDetails .fs-c-breadcrumb__list {
	font-size: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0px 5px 0px 5px;
}

#fs_ProductDetails .fs-c-breadcrumb__listItem {
	color: #C6C6C6;
	line-height: 105%;
}


/*--------  コピー -------- */
#fs_ProductDetails .fs-c-productNameHeading__copy {
	font-size: 12px;
	font-weight: normal;
}

/*--------  商品名 -------- */
#fs_ProductDetails .fs-c-productNameHeading__name {
	font-size: 13px;
	font-weight: normal;
}


/*--------  商品番号 -------- */
#fs_ProductDetails .fs-c-productNumber {
	border: none;
	margin-top: -15px;
	padding: 0px;
}


/*--------  当店特別価格 -------- */
#fs_ProductDetails .fs-c-productPrice__main__label {
	font-size: 12px;
}

/*-------- 会員価格 -------- */
#fs_ProductDetails .fs-c-productPrice--member .fs-c-price{
	font-size: 2.4rem;
	color: #996699;
}

/*--------  ログインして会員価格を見る【LOGIN】 -------- */
#fs_ProductDetails .fs-c-productMembersLoginLink {
	font-size: 12px;
	color: #996699;
	font-weight: bold;
}
#fs_ProductDetails .a:visited {
	text-decoration: none;
}

/*-------- color/size -------- */
#fs_ProductDetails .fs-c-variationAndActions__variationLabel{
	display: none;
}
#fs_ProductDetails .fs-c-variationAndActions {
	font-size: 13px;
	margin-top: 10px;
}

/*--------  プルダウン上の文字 -------- */
.details_text1 {
	font-size: 12px;
}

/*--------  プルダウン -------- */
.pimil_details {
    max-width: 100%;
	margin-bottom: 10px;
}

.pimil_details a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #5f5f5f;
}


.pimil_details label {
　　font-family:sans-serif;
	width: 100%;
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#000;
    cursor :pointer;
	border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}
	
	
.pimil_details input {
    display: none;
}

.pimil_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pimil_details li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#pimil_details_bar01:checked ~ #links01 li,
#pimil_details_bar02:checked ~ #links02 li,
#pimil_details_bar03:checked ~ #links03 li,
#pimil_details_bar04:checked ~ #links04 li {
    height: auto;
    opacity: 1;
}

/*--  PCの詳細画像サイズ調整 -- */
    @media screen and (min-width:766px) {
.pimil_details li {
	width: 60%;
	margin: 0 auto;
}
}


/*--------  返品特約について -------- */
#fs_ProductDetails .fs-c-returnedSpecialContract {
    padding: 5px 0 0 0;
	font-size: 12px;
}

/*--------  商品についてのお問合せ -------- */
#fs_ProductDetails .fs-c-buttonContainer {
  padding: 0 0 10px 0;
  font-size: 12px;
}


/*--------  下の方のパンくず -------- */
.fs-c-breadcrumb {
                padding: 10px 15px 0 15px;
                max-width: 1216px;
                margin: 0 auto;
}
.fs-c-breadcrumb__list--subgroup {
	margin-top: 0px;/*パンくず以降下げたものを、フッターのパンくずは戻す*/
	font-size: 0.8em;
	line-height: 100%;
	color: #C6C6C6;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width:767px) {
    div.fs-c-breadcrumb {
        margin-bottom:20px;/*上に戻るの矢印と被るので下を少し空ける*/
        padding: 0 15px;
    }
}


/*----------------
商品検索結果ページ 
---------------- */

.fs-c-productList__list {
    grid-gap: 5px;
    justify-content: center;
    padding: 15px;
    max-width: 1216px;
    margin: 0 auto;
}

.fs-c-productList__list__item {
    padding: 16px 2px;
}

.fs-c-productList__controller,
.fs-c-staffList__controller,
.fs-c-coordinationList__controller {
  margin: 0 15px;
}



/*----------------
特集ページ
---------------- */

/* 特集ページのスライダー */
	 .tokushu_slider {
	width: 100%;
	 overflow-x: scroll;
	 white-space: nowrap;
	margin-bottom: 20px;
	 -webkit-overflow-scrolling: touch;
	 }

      /* 横スクロール時に横一列にする */
	 .tokushu_slider ul {
	flex-wrap: nowrap;
    width: 98%;
	padding-top: 10px;
	 }

      /* 横スクロール用横幅 */
	 .tokushu_slider li {
    width: 45%;
	padding: 0 7px 24px;
	flex-shrink: 0;
	 }


/* 特集ページの下部バナースライダーの位置調整 */
.tokushu_banner ul {
   margin: 0;

@media screen and (max-width:767px) {
.tokushu_banner ul {
  width:100%;
}


/*----------------
フリーページ
---------------- */
      .fs-c-imageContainer__image {
        margin-top: 25px;
      }
      

/*----------------
フッター
---------------- */
/*--------  フッター部分調整 -------- */
.fs-l-footer {
	background-color: #FFFFFF;
	margin-top: 10px;
}


/*----------------
その他
---------------- */

