@charset "UTF-8";
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
.spv{display: none;}
#fs_MyPageTop .pageTitle {
  padding-top: 0;
}
.fs-body-my-top .fs-c-wishlistProduct {
  display: none;
}
.pageTitle {
  padding-top: 0;
}
.fs-body-my-orders .fs-c-history {
  display: block;
  margin-top: 20px;
}
.fs-c-history__info {
  background-color: transparent;
}
.fs-body-my-orders .fs-c-price {
  justify-content: flex-start;
}
.fs-body-my-orders .fs-c-pairList {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fs-body-my-orders .fs-c-pairList > *:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.fs-body-my-orders .fs-c-pairList > *:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
.fs-body-my-orders .fs-c-history__total dt,.fs-body-my-orders .fs-c-history__total dd {
  border-top: none;
}
.fs-c-history__term {
  color: #000;
}
.fs-body-my-addressbook .fs-c-button--standard {
  background: url(../DeleteButton.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 29px;
  border: none;
  box-shadow: none;
}
.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange .fs-c-button--secondary {
  background: url(../ModifyButton.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 29px;
  border: none;
  box-shadow: none;
}
.fs-body-my-addressbook-edit .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto 20px auto;
  padding: 0px 0px 8px 0px;
  background: url(../bg_2ndcts_h1.png) repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font-weight: normal;
  font-size: 26px;
}
.fs-body-my-addressbook-edit .fs-c-inputTable > tbody > tr {
  flex-direction: row;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-addressbook-edit .fs-c-inputTable__headerCell {
  width: 25%;
  text-align: right;
  padding: 3px 5px;
  background: #F7F7E7;
  border-bottom: 1px solid #C6B684;
  color: #8C6A37;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  box-sizing: border-box;
}
.fs-body-my-addressbook-edit .fs-c-inputTable__dataCell {
  width: 75%;
  box-sizing: border-box;
  padding: 5px 5px;
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
}
.fs-body-my-addressbook-edit .fs-c-inputTable {
  width: 100%;
  margin-bottom: 10px;
  border-left: 1px solid #C6B684;
  border-top: 1px solid #C6B684;
}
.fs-body-my-addressbook-edit .fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}
.fs-body-my-addressbook-edit .fs-c-requiredMark::before {
  background: url(../icon_require.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 11px;
}
.fs-body-my-addressbook-edit .fs-c-requiredMark {
  width: 24px;
  height: 11px;
}
.fs-body-my-addressbook-edit .fs-c-button--primary {
  color: #4d3423;
  background: #c9b284;
  border: 1px solid #4d3423;
}
.fs-body-my-account-password .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-points .fs-c-pointSummary [class$="--availablePoint"] {
  background-color: transparent;
  padding: 0;
}
.fs-body-my-points .fs-c-pointSummary [class$="--limitedPoint"] {
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .fs-body-my-points .fs-c-history__info {
      max-width: 100%;
  }
}
.fs-body-my-points .fs-c-history__info {
  padding: 0;
}
.fs-body-my-points .fs-c-pointSummary > dd {
  text-align: left;
}
.fs-body-my-points .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  font-size: 16px;
  color: #000;
}
.fs-body-my-points .fs-c-pointSummary__label--limitedPoint {
  grid-row: 2;
  grid-column: 1/1;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
.fs-body-my-points .fs-c-pointSummary__value--limitedPoint {
  grid-column: 2;
  grid-row: 2;
}
.fs-body-my-points .fs-c-listTable {
  border-left: 1px solid #C6B684;
  border-right: 1px solid #C6B684;
}
.fs-body-my-points .system_content {
  width: 100%;
}
@media screen and (min-width: 960px){
  .fs-body-my-wishlist .fs-c-productList__list {
    display: block;
  }
}
.fs-body-my-wishlist .fs-c-productListItem__imageContainer {
  float: left;
  width: 20%;
}
.fs-body-my-wishlist .fs-c-productList__list__item::after {
  display: block;
  content: "";
  clear: both;
}
.fs-body-my-wishlist .system_content {
  width: 100%;
}
.fs-body-register .fs-c-inputTable > tbody > tr {
  flex-direction: row;
}
.fs-body-register .fs-c-inputTable__headerCell {
  width: 30%;
  text-align: right;
  padding: 3px 5px;
  background: #F7F7E7;
  border-bottom: 1px solid #C6B684;
  border-left: 1px solid #C6B684;
  color: #8C6A37;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
}
.fs-body-register .fs-c-inputTable__dataCell {
  width: 70%;
  padding: 5px 5px;
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
}
.fs-body-register .fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}
.fs-body-register .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-register .fs-c-inputTable > tbody > tr:first-child {
  border-top: 1px solid #C6B684;
}
.fs-body-register .fs-c-button--primary {
  background: #cab486;
  border: 1px solid #C6B684;
}
.fs-body-register .fs-c-requiredMark {
  background: url(../icon_require.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 11px;
  font-size: 0;
}
.fs-body-register .fs-c-requiredMark::before {
  display: none;
}
.fs-body-about-shippingPayment .fs-l-main {
  display: none;
}
.fs-body-about-shippingPayment #left {
  margin-top: 0;
}
.fs-body-about-shippingPayment .fs-c-documentArticle__heading {
  background-color: transparent;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #ddd;
  text-align: left;
  color: #000;
  font-size: 14px;
}
.fs-body-about-shippingPayment .fs-c-documentColumn__heading {
  border-width: 0 0 0px 0px;
  padding: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}
.fs-body-about-shippingPayment .fs-c-postage__list > dt {
  background: #F7F7E7;
  border: 1px solid #C6B684;
  color: #8C6A37;
}
.fs-body-about-shippingPayment .FS2_Config_Settle_about {
  padding-left: 16px;
}
.fs-body-about-shippingPayment .FS2_Config_Settle .FS2_Config_Settle_about .pageTitle {
  margin: 0 0 25px 0;
  border-bottom: 2px solid #ddd;
}
.fs-body-about-shippingPayment .fs-c-specTable__headerCell {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
.fs-body-about-shippingPayment .fs-c-specTable,.fs-body-about-shippingPayment .fs-c-specTable__headerCell,.fs-body-about-shippingPayment .fs-c-specTable__dataCell {
  border: none;
}
.fs-body-about-shippingPayment .fs-c-specTable__dataCell {
  padding: 0;
  text-align: left;
}
.fs-body-about-shippingPayment .Definition {
  margin: 20px 0 5px 0;
  border-bottom: 2px dotted #ddd;
}
.fs-body-about-shippingPayment .FS2_Config_DeliveryMethod {
  padding-left: 16px;
}
.fs-body-about-shippingPayment .FS2_Config_DeliveryMethod .pageTitle {
  margin: 0 0 25px 0;
  border-bottom: 2px solid #ddd;
}
.fs-body-about-terms #left {
  margin-top: 0;
}
.fs-body-about-privacyPolicy #left {
  margin-top: 0;
}
.fs-body-cart .fs-c-buttonContainer {
  justify-content: flex-end;
}
.fs-body-cart-login .fs-c-loginForm,.fs-body-cart-login .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-customerDetails .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__title {
  background-color: transparent;
}
.fs-body-checkout .fs-c-checkout-paymentMethod {
  border: none;
}
.fs-body-checkout .fs-c-checkout-delivery__method {
  background-color: transparent;
}
.is-modalOpen .fs-c-inputTable > tbody > tr {
  flex-direction: row;
}
.is-modalOpen .fs-c-inputTable__headerCell {
  width: 30%;
  padding: 3px 5px;
  background: #F7F7E7;
  border-bottom: 1px solid #C6B684;
  border-left: 1px solid #C6B684;
  color: #8C6A37;
  vertical-align: middle;
  /* white-space: nowrap; */
  font-weight: normal;
  border-top: 1px solid #C6B684;
}

.is-modalOpen .fs-c-inputTable__dataCell {
  width: 70%;
  padding: 5px 5px;
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
  border-top: 1px solid #C6B684;
}

.is-modalOpen .fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 0;
}
.is-modalOpen .fs-c-modal__contents .fs-c-inputTable {
  border-top: 1px solid #C6B684;
}
.fs-body-checkout-amazon .fs-c-button--primary {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.4em 1em;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #ffa234;
  box-shadow: 1px 1px 3px #ddd;
}
.fs-body-checkout-amazon .fs-c-button--primary::before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  border: 1px solid #fff;
  border-radius: 3px;
}
.fs-body-checkout-amazon .fs-c-button--standard {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: #999;
  box-shadow: 1px 1px 3px #ddd;
}
.fs-body-checkout-amazon .fs-c-button--standard::before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  border: 1px solid #fff;
  border-radius: 3px;
}
.fs-body-checkout-amazon .fs-c-checkout-delivery__method {
  background-color: transparent;
}
.fs-body-category .fs-c-sortItems__list__item.is-active {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 600px) {
  .fs-body-category .fs-c-sortItems__label {
    border: none;
  }
}
.fs-body-category .fs-c-sortItems__list > li {
  border-right: 1px solid #000;
}
.fs-body-category .fs-c-sortItems__list > li:first-child {
  border-left: 1px solid #000;
}
.fs-body-category .fs-c-productList__controller {
  flex-flow: row-reverse;
}
.fs-body-category .fs-c-listControl {
  justify-content: flex-start;
}
.gift1_selectcat li {
  width: 162px;
  background: url(https://lindt.itembox.design/item/cate_images/gift1/images/arrow_gift1.png) 135px 8px no-repeat;
}
.gift1_list li {
  width: 20%;
}
.wrapping .noshi {
  background: url(https://lindt.itembox.design/item/cate_images/gift1/images/bk_noshi.png) left top no-repeat;
}
.wrapping .shoppingbag {
  background: url(https://lindt.itembox.design/item/cate_images/gift1/images/bk_shoppingbag.png) left top no-repeat;
}
.wrapping .messagecard {
  background: url(https://lindt.itembox.design/item/cate_images/gift1/images/bk_mesagecard.png) left top no-repeat;
}
.wrapping .messagecard2 {
  background: url(https://lindt.itembox.design/item/cate_images/gift1/images/bk_mesagecard2.png) left top no-repeat;
}
.layout_menu {
  vertical-align: top;
}
.flavorBox ul li {
  list-style: none;
  display: inline-block;
  margin: 10px;
}
.flavorBox p {
  margin: 0 0 0 20px;
  color: #543326;
}
.flavorBox {
  margin-bottom: 40px;
}
.fs-body-product .fs-c-productSalesPeriod {
  border: none;
  margin: 10px 0px;
  padding: 5px;
  background: #F6F6F6;
  text-align: center;
}
.fs-body-product .fs-c-productListItem__salesPeriod {
  display: none;
}
.search.search_box input.btn[type=submit] {
  border: 0px;
  width: 35px;
  height: 34px;
  background: url(https://lindt.itembox.design/item/btn_searchL.png) right center no-repeat;
}
.search.search_box input.text[type=text]  {
  width: 150px;
  padding: 0;
}
.fs-body-custom .search.search_box form.search{
  display: flex;
  margin-bottom: 10px;
}
.lcat {
  width: 200px;
}
.menbar_btn_text {
  width: 100%;
  margin: 20px auto;
}
.menbar_btn_text img {
  display: block;
  margin: auto;
}
.fs-c-newUsers.fs-c-subSection::after {
  content: "";
  display: block;
  background: url(../add/login/new_menbar_pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 470px;
  height: 330px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::after,.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::before {
  content: "";
  display: inline-block;
  background: #aaa;
  width: 160px;
  height: 1px;
  vertical-align: middle;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line {
  margin-bottom: 15px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::after {
  margin-left: 15px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::before {
  margin-right: 15px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text {
  position: relative;
  margin-bottom: 16px;
  padding: 0.5em 1em;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  background: rgba(220, 220, 220, 0.3);
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 12px 8px 0;
  border-style: solid;
  border-color: #ccc transparent transparent;
}
.fs-c-subSection__title {
  font-weight: bold;
}
.fs-l-productLayout__item.fs-l-productLayout__item--3 {
   grid-column: 1 / span 2;
}
.layout_table {
  margin-top: 0px!important;
}
.fs-c-productNumber {
  font-size: 13px;
  padding: 0;
  display: block;
}
.fs-c-productPrices.fs-c-productPrices--productDetail {
  display: inline-block;
  vertical-align: middle;
}
.fs-c-productPointDisplay {
  font-size: 13px;
}
.fs-c-productPointDisplay__quantity {
  font-weight: normal;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 20px;
  color: #675237;
}
.fs-c-productQuantityAndWishlist {
  /* display: flex;
  flex-direction: column;
  flex-flow: row-reverse;
  justify-content: flex-end; */
  /* margin-bottom: -15px; */
  max-height: 55px;
}
.fs-c-button--addToCart--detail.fs-c-button--image {
  /* position: relative;
  top: -47px;
  right: -54px; */
}
.fs-body-product .fs-c-quantity::before {
  content: "数量";
  display: inline-block;
  font-size: 13px;
}
.fs-c-productQuantityAndWishlist__wishlist {
  position: relative;
  top: 12px !important;

}
input.fs-c-quantity__number.fs-system-quantity-text {
  border-radius: 0;
  background: #fff;
  padding: 5px 10px;
  float: left;
  position: relative;
  top: -29px;
  left: 35px;
  background-image: url(https://lindt.itembox.design/item/input-arrow-d.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: right 6px center;
}
.fs-body-product .fs-c-quantity {
  border-radius: 0;
  background: #fff:
}
span.fs-c-quantity__message {
  margin-left: 35px;
}
select.fs-c-quantity__select.fs-system-quantity-list {
  border-radius: 0;
    background: #fff;
    padding: 5px 10px;
  background-image: url(https://lindt.itembox.design/item/input-arrow-d.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: right 6px center;
}

.fs-c-productQuantityAndWishlist select.fs-c-quantity__select.fs-system-quantity-list {
  border-radius: 0;
    background: #fff;
    padding: 5px 10px;
    float: left;
    position: relative;
    /* display: inline-block; */
    top: -25px;
    left: 35px;
  background-image: url(https://lindt.itembox.design/item/input-arrow-d.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: right 6px center;
}

select.fs-c-quantity__select.fs-system-quantity-list ::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}


.fs-c-button--inquiryAboutProduct.fs-c-button--image {
  /* position: relative;
  top: -51px;
  left: 159px; */
}
.lcat.second_left {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.lcat.second_left h4 {
  margin: 0;
}
.lcat.second_left .inbox .second_left_title {
  color: #fff;
}
.lcat.second_left .inbox ul {
  border-top: none;
  margin: 0;
}
.lcat.second_left .inbox li {
  position: relative;
  padding: 10px;
}
.lcat.second_left .inbox li::after {
  content: "";
  display: inline-block;
  background: url(https://lindt.itembox.design/item/products/pc/left_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 7px;
  height: 8px;
  vertical-align: middle;
  position: absolute;
  top: 35%;
  right: 10px;
}
.lcat.second_left .inbox .under-sec-subttl {
  background: #512c1a;
  color: #fff;
  padding: 10px;background-image: url(https://lindt.itembox.design/item/products/pc/puls.png);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: right 8px center;

}
.lcat.second_left .inbox .under-sec-subttl.clicked {
  background-image: url(https://lindt.itembox.design/item/products/pc/mainas.png);
  background-repeat: no-repeat;
  background-size: 13px 2px;
  background-position: right 8px center;
}
.fs-c-button--addToCart--list.fs-c-button--plain {
  background: url(https://lindt.itembox.design/item/products/pc/cart_in_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 36px;
}
.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}
.fs-c-button--plain.fs-c-button--addToCart--list .fs-c-button__label {
  font-size: 0;
}
.fs-c-productListItem__control.fs-c-buttonContainer .fs-c-button--viewProductDetail.fs-c-button--plain {
  /* display: none; */
  text-align: center;
}

.fs-c-buttonContainer--authenticatePassword{
text-align: center;
}

.fs-c-button--primary{
background: #BA9D67!important;
border:1px solid #BA9D67!important;
}

.fs-c-button--primary span.fs-c-button__label{
color: #fff!important;
font-size: 1.4rem;
}

.fs-c-productListItem__control.fs-c-buttonContainer .fs-c-button--addToCart--list.fs-c-button--plain {

}

.fs-body-category-lindor .category-text-01 h1 {
  background: url(https://lindt.itembox.design/item/fs2/img02/list_h1_bg_lindor.jpg) no-repeat -150px -25px;
  background-size: 155%;
  height: 250px !important;
}
.fs-body-category-lindor .category-text-01 h1 span {
  display: none;
}
.fs-body-category-lindor .category-text-01 p.visualtxt_lindor {
  width: 680px;
  margin: 0px auto;
}
.fs-body-category-lindor .category-text-01 p.visualtxt_lindor span {
  display: block;
  width: 470px;
  height: 100px;
  margin: -155px 0 20px 5px;
  color: #EAE4CC;
  font: normal 12px MolengoRegular;
  line-height: 1.75em;
}
.fs-body-category-lindor .category-text-01 p.lindor_btn {
    width: 240px;
    margin: 0px auto;
    position: relative;
    top: -40px;
    left: 200px;
}


.fs-body-category-wrapping table.layout_table{
  width: 980px;
  margin: 0 auto;
}

.fs-body-category-pickandmix .category-text-01 h1 {
  background: url(https://lindt.itembox.design/item/fs2/img02/bg_pickandmix_cate.jpg) no-repeat -150px -25px;
  background-size: 155%;
  height: 250px !important;
}
.fs-body-category-pickandmix .category-text-01 h1 span {
  display: none;
}

.panel_area_table table {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.panel_area_table table th {
  background: #fff;
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  border-top: 0px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px dotted #e1e1e1;
  width: 25%;
  padding: 5px 10px;
}
.panel_area_table table th.last {
  border-bottom: 1px solid #e1e1e1;
}
.panel_area_table table td {
  border-top: 0px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px dotted #e1e1e1;
  color: #000;
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
}

.panel_area_table span.chusyaku{
  font-size: 80%;
}

.fs-p-snsArea {
  align-items: center;
  justify-content: flex-end;
}
/*　コマクリ用商品画面：商品グループ：商品一言説明　*/
.fs-c-productList__list__item .fs-c-productListItem__productDescription {
  position:absolute;
    display:none;
  width:100%;
}
.fs-c-productList__list__item .fs-c-productListItem__productDescription a {
  text-decoration:none;
}
.fs-c-productList__list__item .fs-c-productListItem__productDescription span.cmttop {
  display:block;
  padding-top:6px;
  background:url("https://lindt.itembox.design/item/fs2/img02/list_cmt_bg_top.png") no-repeat 50% 0;
}
.fs-c-productList__list__item .fs-c-productListItem__productDescription span.cmtmiddle {
  display:block;
  padding:15px 15px 15px 20px;
  background:url("https://lindt.itembox.design/item/fs2/img02/list_cmt_bg_middle.png") no-repeat 50% 100%;
  color:#7B6632;
  line-height:1.5em;
  text-align:left;
  text-decoration:none;
}
.fs-c-productList__list__item .fs-c-productListItem__productDescription span.cmtbottom {
  display:block;
  padding-top:15px;
  background:url("https://lindt.itembox.design/item/fs2/img02/list_cmt_bg_bottom.png") no-repeat 50% 0;
}
.fs-c-productList__list__item {
  position: relative;
}
.fs-c-inputInformation .fs-c-buttonContainer--sendInquiry .fs-c-button--standard {
  background-image: none;
  border: 1px solid #553b2b;
  width: 200px;
}
.FS2_Recommend2_ranking_horizontal th {
  display: none;
}
.fs-c-salesPeriod {
  width: 80%;
  margin-left: auto;
}
.fs-c-totalAndActions .fs-c-payWithAmazon__button img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.fs-body-cart .fs-c-featuredProduct .fs-c-button--addToWishList--icon.fs-c-button--particular {
  display: none;
}
.fs-body-cart .fs-c-featuredProduct .fs-c-button--addToCart--list.fs-c-button--plain {
  display: none;
}
.mypage_box {
  display: flex;
  justify-content: space-between;
}
.mypage_box .mypage_box_lett {
  width: 57%;
  margin-right: 3%;
}
.mypage_box .mypage_box_lett {
  width: 57%;
  margin-right: 3%;
}
.mypage_box .mypage_box_right {
  width: 40%;
}
.fs-body-my-top .FS2_mypagetop_list {
  margin-left: 0;
}
.fs-body-my-top .fs-l-account {
  margin-left: 0px!important;
  float: none!important;
}
.fs-body-my-top table.layout_table {
  width: 980px;
}
.fs-body-my-addressbook .fs-c-button--myPageTop.fs-c-button--image img {
  margin: auto;
}
.fs-body-my-addressbook .layout_content .system_content .pageTitle {
  margin-bottom: 15px;
}

.fs-body-my-addressbook .fs-c-addressBookList__form {
  margin-top: 20px;
}
.fs-body-product .fs-c-productImageModal__inner{
  position:relative;
  top:10%;
}

 /*===========================
カテゴリ一覧のカートボタンとお気に入りアイコン非表示
===========================*/
.fs-c-productListItem__control ,.fs-c-buttonContainer{
  display: none;
  /*text-align: center;*/
}


#fs_form > div.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--authenticatePassword{
  display: block!important;

}