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

html {
  overscroll-behavior: none;
}

@font-face {
  font-family:'NewYork'; 
  src: url('https://pimil.itembox.design/item/NewYork.otf') format('otf'); 
}


body {
  margin: 0;
}

.jp-font {
  font-family: sans-serif, "Meiryo", "Noto Sans JP" !important;
}

.en-font {
  font-family: "NewYork", Georgia, "Times New Roman", serif !important;
  letter-spacing: 0.06em;
  word-spacing: 0.1em;
}
.num-font {
  font-family: "NewYork", Georgia, "Times New Roman", serif !important;
}
.default-font {
  font-family: inherit;
}






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





/*--------  回り込みを防ぐ -------- */
.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;
}

.container_A {
  background-color: #c3afd2;
  padding-bottom: 3%;
  width: 100%;
  border-radius: 0 0 120px;
 }

.top_title_2 {
  color: #ffffff !important;
} 

.container_b {
  padding: 15px;
  max-width: 1216px;
  margin: 0 auto;
}

h2 {
  font-size: clamp(30px, 3vw, 3vw);
  margin: 3% 1%;
  color: #C7B2D6;
}

@media screen and (max-width: 767px) {
  h2 {
    margin: 6% 1%;
  }
}


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

.view_more_kyotsu_2 a{
color: #ffffff;
border: #ffffff 1px solid;
}

.view_more_kyotsu_2 a:hover {
color: #996699; 
background: #ffffff;
}



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

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

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

/*--------  マウスホバー時に透過させる -------- */
.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); /* 拡大 */
}


/*--------  「会員価格あり」アイコン装飾 -------- */
.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;
}


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





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

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




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

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


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

