@charset "UTF-8";


#fs_form > button
{
background-color :#f5cc8f;
}

#fs_ProductDetailsSubscribe > aside > div > div.fs-c-modal__contents > div.fs-c-inputInformation > form > div > button{

background-color :#f5cc8f;
}


#fs_form > div > div.fs-l-productLayout__item.fs-l-productLayout__item--2 > div.fs-c-productPrices.fs-c-productPrices--productDetail > div.fs-c-productPrice.fs-c-productPrice--listed > span.fs-c-productPrice__main > span.fs-c-productPrice__main__price.fs-c-price{
color:#c0c0c0;

}


#fs_ProductCategory > div > main > section > div.cat_text{
    color: #3d3d3d;
    font-family: "Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
    font-size: 22px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;

}

#fs_ProductCategory > div > main > section > center > div{
    color: #3d3d3d;
    font-family: "Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
    font-size: 22px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;

}

#fs_ProductCategory > div > nav.fs-c-breadcrumb > ol
    font-size: x-large;

}


/* add switch start */
.fs-l-header .topareaCenter {
  max-width: 515px;
  width: 50%;
  margin-top: 7px;
  margin-right: -80px;
}

@media screen and (max-width: 1200px) {
  .fs-l-header .topareaCenter {
    max-width: 350px;
    width: 50%;
    height: 30px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .fs-l-header .topareaCenter {
    display: none;
  }
}

/* cart */
[class^="fs-body-checkout"] .fs-l-checkout {
  display: block;
}
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
  max-width: none;
  padding-right: 0;
}
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  flex-basis: unset;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    max-width: 100%;
  }
}
.fs-c-checkout-preview__title {
  text-align: left;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .fs-c-checkout-preview__title {
    text-align: center;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
}
/* add switch end */


#fs_form > div.fs-c-inputInformation__field > fieldset.fs-c-syncDestinationInfoField.fs-c-additionalCheckField > div > div > span > label > span.fs-c-checkbox__labelText{
    font-size: x-large;
    background: yellow;
}


#fs_MySubscriptions > div > main > section > div.fs-c-history > div > div.fs-c-orderHistory > div:nth-child(1) > div.fs-c-orderHistoryItem__header > div.fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail > a > span{
    font-size: larger; !important;
    font-weight: bold; !important;
    background-color: bisque; !important;
}


#fs_MySubscriptions > div > main > section > div.fs-c-history > div > div.fs-c-orderHistory > div:nth-child(2) > div.fs-c-orderHistoryItem__header > div.fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail > a > span{
    font-size: larger; !important;
    font-weight: bold; !important;
    background-color: bisque; !important;
}


#fs_MySubscriptions > div > main > section > div.fs-c-history > div > div.fs-c-orderHistory > div:nth-child(3) > div.fs-c-orderHistoryItem__header > div.fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail > a > span{
    font-size: larger; !important;
    font-weight: bold; !important;
    background-color: bisque; !important;
}


#fs_MySubscriptionDetails > div.fs-l-page > main > section > div.fs-c-orderDetail > section:nth-child(4) > dl > dd:nth-child(8) > div > button{
    background-color: #f5cc8f;

}