
/*パンくずリストを一部のみ表示するCSS*/
.fs-c-breadcrumb__list {
  display:none;
}
.fs-c-breadcrumb__list:first-child {
  display:block;
}



/* 
------------------------------------*/

@media screen and (max-width: 768px) {
  /* ヘッダー内の固定幅を解除して余白をなくす */
  .header_inner,
  .header_logo_area ul {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 10px !important;  /* 好きな左右余白に調整 */
    box-sizing: border-box;
  }

  /* キャッチコピーと検索窓を非表示 */
  .header_logo_area .hitokoto,
  .header_logo_area .head-search {
    display: none !important;
  }
}



/* 
------------------------------------*/
.fs-c-continueShopping{}
.fs-c-button--continueShopping{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    height: 44px;
    border: #707070 1px solid;
    color: #707070;
    font-size: 1.4rem;
    margin: 0 auto;
    background-color: #fff;
}
.fs-c-button--continueShopping:hover{
    background-color: #f5f5f5;
}
.fs-c-button--continueShopping::after{
    content: none;
}


