@charset "UTF-8";

/*　コマクリ追加ｃｓｓ　*/
.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.fs-l-header {
  padding-top: 0;
}

.spv {
  display: none;
}
/*20220606_カタログダウンロードボタンcss更新*/
#side_catalog_download {
    background: #fffae0;
    line-height: 0;
}
#side_catalog_download_title {
    line-height: 0;
    margin-bottom: 4%;
}
.side_catalog_download_flex {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 4%;
	margin: 0 2%;
    gap: 4%;
}
.side_catalog_download_right_imgbox1>label>a>img{
    margin-bottom: 12%;
    margin-top: 2%;
}

@media (min-width: 1px) and (max-width: 767px) {
  .spv {
    display: block;
  }

  .pcv {
    display: none;
  }
}

body {
  font-size: 14px;
}

a:visited {
  color: #000;
}

a:hover {
  color: #FFB400;
}

img {
  display: block;
}

#leftbody {
  display: none;
}

.fs-l-main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.fs-l-pageMain {
  max-width: 990px;
  margin: auto;
  background-color: #ffffff;
}

td.layout_content {
  text-align: left;
  overflow-x: hidden;
  /* float: none; */
}

.fs-l-footer {
  border-top: none;
  margin-top: 0;
  background-color: transparent;
}

footer #footerWrap {
  width: 988px;
}

td.layout_right {
  text-align: left;
}

#sub {
  width: 240px;
}

@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-registeredUsers {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  .fs-body-login .fs-c-newUsers {
    width: 50%;
    margin-left: 20px;
  }
}

.fs-c-subSection__title,
.fs-c-subSection__title {
  color: #000;
  border-bottom: 2px solid #FFB400;
}

.fs-c-anotherLogin__message {
  font-size: 0.9em;
  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__message::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-inputTable>tbody>tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell {
  width: 40%;
  padding: 10px 0;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
}

.fs-c-inputTable__dataCell {
  width: 60%;
  padding: 10px;
}

.fs-c-inputTable__dataCell [type="text"] {
  vertical-align: middle;
}

.fs-c-inputTable__headerCell {
  text-align: right;
  background: #FFF6EB;
  border-right: none;
  font-weight: normal;
  padding-top: 15px;
}

.fs-c-inputTable__headerCell .fs-c-inputTable__label {
  vertical-align: middle;
}

.fs-body-login .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 10px 0;
}

[type="text"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"] {
  border-radius: 0px;
}

table.fs-c-inputTable {
  border-collapse: collapse;
  border-spacing: 0;
}

.fs-c-inputTable>tbody>tr+tr {
  margin-top: 0;
}

.fs-c-inputTable>tbody>tr+tr th,
.fs-c-inputTable>tbody>tr+tr td {
  border-top: none;
}

.fs-c-inputInformation__link .fs-c-textLink {
  text-decoration: underline;
}

.fs-c-inputInformation__link .fs-c-textLink:hover {
  text-decoration: none;
}

.fs-c-inputInformation__link .fs-c-textLink::before {
  content: ">>";
  display: inline-block;
}

/* .slick-track {
  width: 100%!important;
} */
.fs-c-noResultMessage {
  background-color: transparent;
  text-align: left;
  padding: 0;
}

.fs-c-featuredProduct__title {
  border-color: rgb(255, 180, 0);
  color: #000;
  margin: 50px 0;
}

.fs-c-featuredProduct__title::before {
  content: "その他";
  display: inline-block;
}

.fs-c-inputInformation__field .fs-c-inputTable .fs-c-requiredMark::before {
  content: "";
  display: block;
  background: url(../icon_require.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 11px;
}

.fs-c-requiredMark {
  width: 28px;
  height: 11px;
}

.fs-c-inputInformation__field {
  max-width: 740px;
}

.fs-c-inputInformation__message {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text_color_red {
  color: #ff0000;
}

.fs-c-registerSuccessMessage {
  text-align: left;
  border-bottom: none;
}

.messeg_imgback {
  background: url(..//img/sp/sp-bnr_guidebook_640x120.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 640px;
  height: 120px;
}

.fs-body-register-success .fs-c-buttonContainer--myPageTop {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-my-top .fs-l-account {
  display: block;
}

.fs-c-memberInfoField .fs-c-inputTable .fs-c-inputTable__headerCell {
  width: 30%;
  padding-right: 10px;
  font-weight: normal;
}

.fs-c-memberInfoField .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: 70%;
}

.fs-body-my-account-password .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0px;
}

.fs-c-inputInformation__button {
  margin-top: 20px;
}

.fs-c-listTable th,
.fs-c-listTable td {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #dddddd;
}

.fs-c-listTable th:first-child,
.fs-c-listTable td:first-child {
  border-left: 1px solid #dddddd;
}

.fs-c-listTable th:last-child,
.fs-c-listTable td:last-child {
  border-right: 1px solid #dddddd;
}

.fs-c-listTable>thead {
  border-top: 1px solid #ddd;
  background: #FFF6EB;
}

.fs-c-listTable>tbody {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.fs-body-my-points .fs-c-history__info {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}

.fs-c-pointSummary [class$="--availablePoint"] {
  background-color: transparent;
  padding: 0px 8px 8px;
}

.fs-c-pointSummary [class$="--limitedPoint"] {
  background-color: transparent;
  padding: 0;
  text-align: left;
}

.fs-c-pointSummary__value--limitedPoint {
  grid-column: 2;
}

.fs-c-pointSummary>dd {
  text-align: left;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.fs-c-pointSummary dd.fs-c-pointSummary__value--limitedPoint span {
  padding: 16px 23px 8px;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number::after {
  content: "ポイント";
  display: inline-block;
}

.fs-c-pointSummary dt.fs-c-pointSummary__label--availablePoint {
  padding-left: 0;
}

.fs-c-list li::before {
  display: none;
}

.fs-c-buttonContainer--deleteChange .fs-c-button--secondary span.fs-c-button__label {
  font-size: 0;
}

.fs-c-button--secondary span {
  color: #000;
}

.fs-c-buttonContainer--deleteChange .fs-c-button--secondary {
  background-color: transparent;
  border: none;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(../ModifyButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 27px;
}

.fs-c-buttonContainer--deleteChange .fs-c-button--secondary span.fs-c-button__label {
  font-size: 0;
}

.fs-c-buttonContainer--deleteChange button.fs-c-button--delete {
  background-color: transparent;
  border: none;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(../DeleteButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 27px;
}

.fs-c-buttonContainer--deleteChange button.fs-c-button--delete span.fs-c-button__label {
  font-size: 0;
}

.fs-c-button--secondary {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-cardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}

.fs-body-forgotPassword .fs-c-inputTable__dataCell {
  width: 60%;
  border-left: none;
}

.fs-c-orderedList>li::before {
  display: none;
}

.fs-c-orderedList>li {
  margin-left: 40px;
}

.fs-body-resetPassword .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.fs-body-resetPassword .fs-c-inputTable__dataCell {
  width: 60%;
  border-left: none;
}

.fs-body-resetPassword .fs-c-inputInformation__message {
  margin-bottom: 0;
  background: #FFB400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;

}

.fs-c-panel--info,
.fs-c-panel--error {
  max-width: 990px;
  width: 100%;
  margin: auto;
}

#attention p {
  width: 900px;
  padding: 7px 15px;
  margin: 10px auto;
  background: #fff;
  border: solid 1px #a60007;
  border-radius: 4px;
}

#attention p span,
#attention02 p span {
  font-weight: bold;
  color: #A65A00;
  font-size: 110%;
}

.fs-c-documentContent {
  text-align: left;
  padding-left: 0;
}

@media screen and (min-width: 960px) {
  .fs-body-wishlist-login .fs-c-newUsers {
    margin-left: 20px;
  }

  .fs-body-wishlist-login .fs-c-registeredUsers {
    -ms-flex-preferred-size: calc(250% - 20px);
    flex-basis: calc(250% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.fs-body-wishlist-login .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}

.fs-c-productList__list {
  display: block;
}

.fs-c-productImage {
  /*width: 31%;*/
  float: left;
}

.fs-c-productListItem__viewMoreImageButton {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-my-wishlist .fs-c-productListItem__viewReview {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.fs-body-my-wishlist article.fs-c-productList__list::after {
  display: block;
  content: "";
  clear: both;
}

.fs-body-my-wishlist .fs-c-productImage {
  width: 20%;
  margin-right: 5%;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 30px;
  font-weight: bold;
}

.fs-c-productListItem__control>*:last-child {
  margin-left: 0;
  margin-right: auto;
}

.fs-c-aggregateRating__rating::before {
  font-size: 14px;
}

.fs-c-productListItem__viewReview.fs-c-buttonContainer.fs-c-buttonContainer--viewReview .fs-c-button__label {
  background: url(../Review.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 108px;
  height: 25px;
  display: block;
  font-size: 0;
}

.fs-c-productName__name {
  text-decoration: underline;
}

.fs-c-productName__name:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .fs-body-review-login .fs-c-newUsers {
    margin-left: 20px;
  }

  .fs-body-review-login .fs-c-registeredUsers {
    -ms-flex-preferred-size: calc(250% - 20px);
    flex-basis: calc(250% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.fs-body-review-login .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;

}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}

.fs-body-newsletter-subscribe .fs-c-button--primary {
  background-color: transparent;
  background: url(../EntryDecideButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 27px;
  margin: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
}

.fs-body-newsletter-subscribe .fs-c-button--primary span {
  font-size: 0;
}

.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}

.fs-body-newsletter-unsubscribe .fs-c-button--primary {
  background-color: transparent;
  background: url(../DeleteDecideButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 27px;
  margin: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
}

.fs-body-newsletter-unsubscribe .fs-c-button--primary span {
  font-size: 0;
}

.fs-body-newsletter-subscribe-success .fs-c-button--topPage {
  background: url(../TopPageButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 111px;
  height: 26px;
}

.fs-body-newsletter-subscribe-success .fs-c-button--secondary span {
  font-size: 0;
}

.fs-body-newsletter-subscribe-success .fs-c-buttonContainer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-newsletter-unsubscribe-sucess .fs-c-button--topPage {
  background: url(../TopPageButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 111px;
  height: 26px;
}

.fs-body-newsletter-unsubscribe-sucess .fs-c-button--secondary span {
  font-size: 0;
}

.fs-body-newsletter-unsubscribe-sucess .fs-c-buttonContainer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-noResultMessage__title {
  color: #d60000;
  background: #fff;
  border-radius: 3px;
  border: solid 2px #d60000;
  font-weight: bold;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 2px 3px 2px #ccc;
  box-shadow: 2px 3px 2px #ccc;
  text-align: center;
}

.fs-body-my-orders .fs-c-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fs-body-my-orders .fs-c-history__info {
  width: 65%;
  background-color: transparent;
  padding: 0;
}

.fs-body-my-orders .fs-c-history__term {
  color: #000;
  font-weight: normal;
}

.fs-body-my-orders .fs-c-history__total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-body-my-orders .fs-c-history__total dt,
.fs-body-my-orders .fs-c-history__total dd {
  border-top: none;
  font-weight: normal;
}

.fs-body-my-orders .fs-c-history__total dt {
  margin-right: 20px;
}

.fs-body-my-orders .fs-c-history__total dd {
  font-weight: bold;
  margin-right: 20px;
}

.fs-body-my-orders .fs-c-buttonContainer--myPageTop {
  margin-top: 0;
}

.fs-body-my-orders .fs-c-productReviewed {
  display: block;
}

@media screen and (min-width: 600px) {
  .fs-body-review-write .fs-c-productReviewed {
    max-width: 100%;
    display: block;
  }
}

.fs-body-review-write .fs-c-productImage {
  width: 20%;
  margin-right: 20px;
}

.fs-body-review-write .fs-c-productReviewed__prices::after {
  display: block;
  content: "";
  clear: both;
}

.fs-body-review-write .fs-c-productNumber {
  border: none;
  padding: 0;
  font-size: 16px;
}

.fs-body-review-write .fs-c-productNumber__number {
  font-weight: normal;
}

.fs-body-review-write .fs-c-productReviewed+.fs-c-aggregateRating {
  max-width: 100%;
  margin: 20px 0;
}

.fs-body-review-write .fs-c-aggregateRating__rating::before {
  border-bottom: 2px solid #FFB400;
  font-size: 18px;
}

.fs-body-review-write .fs-c-reveiwNotes {
  border: none;

}

.fs-body-review-write .fs-c-reveiwNotes h3 {
  border-bottom: 2px dotted #FFB400;
}

.fs-body-review-write .FS2_bottom_btn_left_2 .button_back {
  background-color: transparent;
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
  display: block;
}

.fs-body-review-write .fs-c-reviewStars::before {
  color: #ff0000;
}

.fs-body-review-write .fs-c-rating__value {
  color: #ff0000;
}

.fs-body-about-shippingPayment .fs-c-documentArticle .fs-c-documentArticle__heading {
  background-color: transparent;
  text-align: left;
  color: #000;
  border-bottom: 2px solid #FFB400;
  font-size: 20px;
}

.fs-body-about-shippingPayment .fs-c-documentArticle__content {
  padding: 0;
}

.fs-body-about-shippingPayment .fs-c-documentArticle__content .fs-c-documentColumn__heading {
  color: #000;
  border: none;
  border-bottom: 2px solid #FFB400;
  padding: 0;
  padding-left: 8px;
  font-size: 20px;
  margin-top: 20px;
}

.fs-body-about-shippingPayment .fs-c-postage__list>dt {
  background: #FFF6EB;
}

.fs-body-about-shippingPayment .FS2_bottom_btn_center_1 .button_back {
  background-color: transparent;
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
  display: block;
}

.fs-body-my-account-delete .fs-c-button--primary {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: url(../LiftingDecideButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 27px;
}

.fs-body-my-account-delete .fs-c-buttonContainer--pair>* {
  font-size: 0;
}

.fs-body-my-account-delete .fs-c-button--standard {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-color: transparent;
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 58px;
  height: 26px;

}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-c-cartTableContainer {
    border: none;
    padding: 0;
  }
}

.fs-body-cart .fs-c-cartTable__headerCell {
  background: #FFF6EB;
  border: 1px solid #DDDDDD;
}

.fs-body-cart .fs-c-cartTable__dataCell {
  border: 1px solid #ddd;
}

.fs-body-cart .fs-c-cartTable .fs-c-productImage {
  width: 100%;
}

.fs-body-cart .FS2_Divider_labelText {
  display: block;
  text-align: center;
}

.fs-body-cart .fs-c-productListCarousel__list__item .fs-c-productImage {
  width: 100%;
  float: none;
}

.fs-body-cart .fs-c-slick.slick-slider .slick-track,
.fs-body-cart .fs-c-slick.slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-body-cart .fs-c-slick .slick-slide {
  height: auto;
  width: 33.333%;
}

.fs-body-cart .fs-c-salesPeriod {
  display: none;
}

@media screen and (min-width: 600px) {
  .fs-body-cart .fs-c-productListCarousel__list__item {
    max-width: 197px;
    min-width: 197px;
  }
}

.fs-body-cart .fs-c-button--carousel {
  display: none;
}

.fs-body-cart .fs-c-orderTotalTable>tbody>tr td,
.fs-body-cart .fs-c-orderTotalTable>tbody>tr th {
  border: 1px solid #DDDDDD;
  padding: 4px;
}

.fs-body-cart .fs-c-orderTotalTable>tbody>tr th {
  background: #FFF6EB;
  font-size: 14px;
  text-align: right;
}

.fs-body-cart .fs-c-orderTotalTable__mainRow>td {
  font-size: 14px;
}

.fs-body-cart .fs-cartTotals-container::after {
  content: "";
  display: block;
  clear: both;
}

.fs-body-cart .fs-c-orderTotalTable {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: block;
  }
}

.fs-body-checkout-multi .fs-c-checkout-delivery__method {
  background-color: transparent;
}

.fs-body-checkout-multi .fs-c-checkout-preview__title {
  border-bottom: 1px solid #FFB400;
  text-align: left;
  font-size: 1.9rem;
  font-weight: 600;
}

.fs-body-checkout-multi .fs-c-checkout-multiDestination__title {
  background: #FFF6EB;
}

.fs-body-checkout-multi .fs-c-orderTotalTable>tbody>tr>th {
  background: #FFF6EB;
  border: 1px solid #DDDDDD;
}

.fs-body-checkout-multi .fs-c-orderTotalTable>tbody>tr td {
  border: 1px solid #DDDDDD;
}

.fs-body-checkout-multi .fs-c-orderTotalTable__subtotal {
  border-top: 1px solid #ddd;
}

.fs-body-checkout-multi .fs-c-cartTable__headerCell {
  background: #FFF6EB;
}

.fs-body-checkout-multi .fs-c-checkout-multiDestination__subtitle {
  border-color: #FFB400;
  font-size: 1.5rem;
}

.fs-body-checkout-multi .fs-c-checkout-multiDestination__wrapping__body {
  border-color: #FFB400;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod__title {
  background: #FFF6EB;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod {
  border: 2px solid #FFF6EB;
}

.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  background: #FFF6EB;
}

.fs-c-checkout-deliveryMethod.is-active {
  border: 2px solid #ddd;
}

.fs-body-checkout-multiAddress .fs-c-button--plain {
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
}

.fs-body-checkout-multiAddress .fs-c-button--plain .fs-c-button__label {
  font-size: 0;
}

.fs-body-checkout-multiAddress .fs-c-button--secondary {
  background: #ff8c11;
  border: 1px solid #ff8c11;
  border-radius: 3px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
}

.fs-body-checkout-multiAddress .fs-c-button--secondary span {
  color: #fff;
}

.fs-body-checkout-multiAddress-products .fs-c-checkout-multiDestination__title {
  border-bottom: 2px solid #FFB400;
  background-color: transparent;
  text-align: left;
}

.fs-body-checkout-multiAddress-products .fs-c-button--plain {
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
}

.fs-body-checkout-multiAddress-products .fs-c-button--secondary {
  background: #ff8c11;
  border: 1px solid #ff8c11;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
}

.fs-body-checkout-multiAddress-products .fs-c-button--secondary span {
  color: #fff;
}

.fs-body-checkout-multiAddress-products .fs-c-button--plain span {
  font-size: 0;
}

.fs-body-checkout-multiAddress-confirm .fs-c-button--plain {
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
}

.fs-body-checkout-multiAddress-confirm .fs-c-button--plain span {
  font-size: 0;
}

.fs-body-checkout-multiAddress-confirm .fs-c-button--secondary {
  background: #ff8c11;
  border: 1px solid #ff8c11;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
}

.fs-body-checkout-multiAddress-confirm .fs-c-button--secondary span {
  color: #fff;
}

.fs-body-checkout-multiAddress-options .fs-c-checkout-multiDestination__title {
  background-color: transparent;
  border-bottom: 2px solid #FFB400;
  text-align: left;
  font-size: 20px;
}

.fs-body-checkout-multiAddress-options .fs-c-checkout-delivery__method {
  background-color: transparent;
}

.fs-body-checkout-multiAddress-options .fs-c-checkout-multiDestination__subtitle {
  border-left: none;
  padding-left: 0;
  border-bottom: 1px solid #FFB400;
  font-size: 16px;
}

.fs-body-checkout-multiAddress-options .fs-c-checkout-multiDestination__wrapping__body {
  border: none;
}

.fs-body-checkout-multiAddress-options .fs-c-button--secondary {
  background: #ff8c11;
  border: 1px solid #ff8c11;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
}

.fs-body-checkout-multiAddress-options .fs-c-button--secondary span {
  color: #fff;
}

.fs-body-checkout-multiAddress-options .fs-c-button--plain {
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
}

.fs-body-checkout-multiAddress-options .fs-c-button--plain span {
  font-size: 0;
}

.fs-body-checkout-amazon .fs-c-checkout-preview__title {
  text-align: left;
}

.fs-body-checkout-amazon .fs-c-checkout-delivery__method {
  background-color: transparent;
  padding: 8px 0;
}

.fs-body-checkout-amazon .fs-c-productImage {
  width: 100%;
}

.fs-body-checkout-amazon .fs-c-button--primary {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 1px 1px 3px #ddd;
  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-orderTotalTable__grandTotal {
  background: #eee;
}

.fs-body-cart-login .fs-c-loginForm {
  max-width: 100%;
}

.fs-body-cart-login .fs-c-inputInformation__field {
  padding: 0;
  background-color: transparent;
}
.fs-c-cartTable__product{
	grid-template-columns: 120px 1fr;
}
@media screen and (min-width: 960px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    display: block;
  }
}

.fs-body-my-orders-details .fs-c-cartTable__headerCell {
  background: #FFF6EB;
}

.fs-body-my-orders-details .fs-c-deliveryInfoList>dt,
.fs-body-my-orders-details .fs-c-orderPaymentTable>tbody>tr>th {
  background: #FFF6EB;
}

.fs-body-my-orders-details .fs-c-button--standard {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
}

.fs-body-my-orders-details .fs-c-button--standard span {
  font-size: 0;
}

.fs-body-my-orders-details .fs-c-productImage {
  width: 100%;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background: #FFB400;
}

.fs-body-review-write .fs-c-inputTable--child {
  background-color: transparent;
}

.fs-body-review-write .fs-c-inputTable--child .fs-c-inputTable__headerCell {
  background-color: transparent;
  border: none;
}

.fs-body-review-write .fs-c-inputTable--child .fs-c-inputTable__dataCell {
  border: none;
}

.fs-body-review-write .fs-c-button--standard {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(../shop_img/BackButton.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 26px;
}

.fs-body-review-write .fs-c-button--standard span {
  font-size: 0;
}


@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-productReviewed {
    max-width: 100%;
    grid-template-columns: 1fr 4fr;
  }
}

.fs-body-reviews-product .fs-c-productImage {
  width: 100%;
}

.fs-body-reviews-product .fs-c-productNumber {
  border: none;
  font-size: 16px;
}

.fs-body-reviews-product .fs-c-productNumber__number {
  font-weight: normal;
}

.fs-body-reviews-product .fs-c-aggregateRating__rating::before {
  border-bottom: 2px solid #FFB400;
}

.fs-body-reviews-product .fs-c-productReviewed+.fs-c-aggregateRating {
  margin: 24px 0;
}

.fs-body-reviews-product .fs-c-aggregateRating__count {
  display: none;
}

.fs-body-reviews-product .fs-c-aggregateRating__rating {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.fs-body-reviews-product .fs-c-productReviewed+.fs-c-aggregateRating {
  max-width: 100%;
}

.fs-body-reviews-product .fs-c-reviewStars::before {
  color: #FF0000;
}

.fs-body-reviews-product .fs-c-rating__value {
  color: #FF0000;
}

.fs-body-reviews-product .fs-c-reviewerStatus {
  background: #FF6600;
  border-radius: 0;
  padding: 3px 6px;
  min-width: 50px;
}

.fs-body-reviews-product .fs-c-reviewList__item {
  border-bottom: 1px solid #FF6600;
  display: block;
}

.fs-body-reviews-product .fs-c-reviewList__item .fs-c-reviewInfo__reviewer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-body-reviews-product .fs-c-reviewer__profile {
  padding-top: 3px;
  margin-left: auto;
}

.fs-c-reviewList--product .fs-c-reviewList__item__info {
  background: #FFF6EB;
  padding: 10px;
}

.fs-c-reviewList--product .fs-c-reviewInfo__date {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-reviewList--product .fs-c-reviewBody {
  border: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .fs-body-reviews-reviewer .fs-c-reviewList__item {
    display: block;
  }
}

.fs-body-reviews-reviewer .fs-c-reviewList__item__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-body-reviews-reviewer .fs-c-productImage {
  width: 120px;
  margin-right: 20px;
}

.fs-body-reviews-reviewer .fs-c-reviewList__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 140px;
}

.fs-body-reviews-reviewer .fs-c-reviewBody {
  border: none;
  padding: 0;
}

.fs-body-reviews-reviewer .fs-c-reviewProduct__info {
  margin-top: 20px;
}

.fs-body-reviews-reviewer .fs-c-reviewerStatus {
  background: #FF6600;
  min-width: 50px;
  padding: 4px;
  border-radius: 0;
}

.fs-body-reviews-reviewer .fs-c-reviewStars::before {
  color: #FF0000;
}

@media screen and (min-width: 768px) {
  .fs-body-reviews .fs-c-reviewList__item {
    display: block;
  }
}

.fs-body-reviews .fs-c-productImage {
  width: 120px;
  margin-right: 20px;
}

.fs-body-reviews .fs-c-reviewProduct__info {
  margin-top: 20px;
}

.fs-body-reviews .fs-c-reviewInfo__reviewer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-body-reviews .fs-c-reviewList__item__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-body-reviews .fs-c-reviewList__item__product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-body-reviews .fs-c-reviewRating {
  margin-left: 140px;
}

.fs-body-reviews .fs-c-reviewInfo__date {
  margin-left: 20px;
}

.fs-body-reviews .fs-c-reviewerStatus {
  background: #FF6600;
  min-width: 50px;
  padding: 4px;
  border-radius: 0;
}

.fs-body-reviews .fs-c-reviewBody {
  border: none;
  padding: 0;
}

.fs-body-reviews .fs-c-reviewStars::before {
  color: #FF0000;
}

.fs-body-category .fs-c-productList__controller {
  display: block;
}

.fs-body-category .fs-c-listControl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

}

.fs-body-category .fs-c-productImage,
.fs-body-search .fs-c-productImage {
  float: none;
  width: 100%;
}

.fs-body-category .fs-c-productList__list>*:nth-child(4),
.fs-body-search .fs-c-productList__list>*:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-body-category .fs-c-productList__list>*:nth-child(5),
.fs-body-search .fs-c-productList__list>*:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-body-category .fs-c-productList__list>*:nth-child(6),
.fs-body-search .fs-c-productList__list>*:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-body-category .fs-c-productList__list>*:nth-child(7),
.fs-body-search .fs-c-productList__list>*:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-body-category .fs-c-productList__list>*:nth-child(8),
.fs-body-search .fs-c-productList__list>*:nth-child(8) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-body-category .fs-c-productList__list>*:nth-child(9),
.fs-body-search .fs-c-productList__list>*:nth-child(9) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-body-category .fs-c-productList__list>*:nth-child(10),
.fs-body-search .fs-c-productList__list>*:nth-child(10) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-body-category .fs-c-productList__list>*:nth-child(11),
.fs-body-search .fs-c-productList__list>*:nth-child(11) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-body-category .fs-c-productList__list>*:nth-child(12),
.fs-body-search .fs-c-productList__list>*:nth-child(12) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-body-category .fs-c-productList__list>*:nth-child(13),
.fs-body-search .fs-c-productList__list>*:nth-child(13) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-body-category .fs-c-productList__list>*:nth-child(14),
.fs-body-search .fs-c-productList__list>*:nth-child(14) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-body-category .fs-c-productList__list>*:nth-child(15),
.fs-body-search .fs-c-productList__list>*:nth-child(15) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-body-category .fs-c-productList__list>*:nth-child(16),
.fs-body-search .fs-c-productList__list>*:nth-child(16) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-body-category .fs-c-productList__list>*:nth-child(17),
.fs-body-search .fs-c-productList__list>*:nth-child(17) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-body-category .fs-c-productList__list>*:nth-child(18),
.fs-body-search .fs-c-productList__list>*:nth-child(18) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-body-category .fs-c-productList__list>*:nth-child(19),
.fs-body-search .fs-c-productList__list>*:nth-child(19) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-body-category .fs-c-productList__list>*:nth-child(20),
.fs-body-search .fs-c-productList__list>*:nth-child(20) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-body-category .fs-c-productList__list>*:nth-child(21),
.fs-body-search .fs-c-productList__list>*:nth-child(21) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-body-category .fs-c-productList__list>*:nth-child(22),
.fs-body-search .fs-c-productList__list>*:nth-child(22) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-body-category .fs-c-productList__list>*:nth-child(23),
.fs-body-search .fs-c-productList__list>*:nth-child(23) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-body-category .fs-c-productList__list>*:nth-child(24),
.fs-body-search .fs-c-productList__list>*:nth-child(24) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-body-category .fs-c-productList__list>*:nth-child(25),
.fs-body-search .fs-c-productList__list>*:nth-child(25) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-body-category .fs-c-productList__list>*:nth-child(26),
.fs-body-search .fs-c-productList__list>*:nth-child(26) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-body-category .fs-c-productList__list>*:nth-child(27),
.fs-body-search .fs-c-productList__list>*:nth-child(27) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-body-category .fs-c-productList__list>*:nth-child(28),
.fs-body-search .fs-c-productList__list>*:nth-child(28) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-body-category .fs-c-productList__list>*:nth-child(29),
.fs-body-search .fs-c-productList__list>*:nth-child(29) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-body-category .fs-c-productList__list>*:nth-child(30),
.fs-body-search .fs-c-productList__list>*:nth-child(30) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-body-category .fs-c-productList__list,
.fs-body-search .fs-c-productList__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.fs-body-product .fs-c-productPointDisplay {
  background-color: transparent;
  color: #FF3300;
}

.fs-body-product .fs-c-productNameHeading__copy {
  color: #ff0000;
  display: block;
}

.fs-body-product .fs-c-productNameHeading {
  line-height: 160%;
  letter-spacing: 1.1px;
  border-left: solid 10px #eede91;
  border-bottom: dotted 1px #999;
  padding: 4px 0px 4px 5px;
  margin: 0 0 10px;
}

.fs-body-product .fs-c-productNumber {
  border: none;
  color: #8C8C8C;
  padding-left: 0;
}

.fs-body-product .fs-c-productNumber__number {
  font-weight: normal;
}

.fs-body-search .fs-c-sortItems .fs-c-sortItems__list li.fs-c-sortItems__list__item a {
  border-left: 1px solid #000;
  text-decoration: underline;
}

.fs-body-search .fs-c-sortItems .fs-c-sortItems__list li.fs-c-sortItems__list__item a:hover {
  text-decoration: none;
  color: #FFB400;
}

.fs-body-search .fs-c-sortItems__label {
  border: none;
}

.fs-body-search .fs-c-sortItems .fs-c-sortItems__list li.fs-c-sortItems__list__item:last-child {
  border-right: 1px solid #000;
}

.fs-body-search .fs-c-button--addToWishList--icon {
  display: none;
}

.fs-body-search .fs-c-pagination__item.is-active {
  background-color: transparent;
  color: #000;
}

.fs-body-search a.fs-c-pagination__item {
  text-decoration: underline;
}

.fs-body-search a.fs-c-pagination__item:hover {
  text-decoration: none;
}

.fs-body-search a.fs-c-pagination__item.fs-c-pagination__item--next {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .fs-body-product .fs-l-productLayout {
    grid-template-columns: calc(45% - 16px / 2) calc(55% - 16px / 2);
  }
}

.fs-body-product .fs-c-reviewBody {
  border: none;
  padding: 0;
}

.fs-body-product .fs-c-reviewList__item {
  padding: 0;
}

.fs-body-product .fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
  background: #FFF6EB;
  padding: 5px;
}

.fs-body-product .fs-c-reviewInfo__date {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-body-product .fs-c-reviewerStatus {
  background: #FF6600;
  border-radius: 0;
  padding: 4px;
  min-width: 50px;
}

.fs-body-product div.tradesafe_image_tm_SS3 {
  margin: 0;
}

.fs-body-product .fs-c-reviewList__item:first-child {
  border-top: 1px solid #FFB400;
}

.fs-body-product .fs-c-productSelection__name {
  padding: 10px;
  font-size: 14px;

}

.fs-body-category .fs-c-subgroup {
  /* display: none; */
}

.fs-c-breadcrumb {
  width: 100%;
  max-width: 990px;
  margin: auto;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 294px;
}

.fs-c-breadcrumb__list {
  background: #e1dbc7;
  max-width: 730px;
  margin-left: 15px;
  height: 29px;

}

.fs-body-product .fs-p-heading--lv2 {
  color: #000;
  border-bottom: 2px solid #ffb400;
  font-size: 21px;
}

#layoutBox::after {
  display: block;
  content: "";
  clear: both;
}

#sub #search h3,
#sub .inq h3,
#sub #calendar h3,
#sub .bnrs h3 {
  background-repeat: no-repeat;
}

.fs-body-my-top .fs-c-wishlistProduct {
  display: none;
}

.fs-c-breadcrumb {
  font-size: 11px;
}

.fs-body-product .fs-c-productPointDisplay {
  width: 100%;
  border-bottom: 1px dotted rgb(221, 221, 221);
}

.fs-body-product .fs-c-productOption__name {
  background: rgb(255, 246, 235);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  -o-border-image: initial;
  border-image: initial;
  width: 94px;
  padding: 0 10px;
}

.fs-body-product .fs-c-productSalesPeriod {
  background: #FFF6EB;
  border: solid 1px #ccc;
  padding: 0;
}

.fs-body-product .fs-c-variationList__item__body .fs-c-variationList__item__cart li {
  border-bottom: 1px solid #DDDDDD;
}

.fs-body-product .fs-c-variationCart--withImage .fs-c-variationCart__variationName {
  padding: 14px 0;
  background: #F6F6F6;
}

.fs-body-product .fs-c-variationCart--withImage .fs-c-variationCart__image {
  margin-right: 0;
}

.fs-body-product .fs-c-requiredMark {
  display: none;
}

.fs-body-about-shippingPayment .FS2_PostageSettleList_icons img {
  display: inline-block;
}

.fs-body-cart .fs-c-wishlistProduct {
  display: none;
}

.fs-body-cart .fs-c-productListCarousel__ctrl {
  min-width: 0;
}

.fs-body-product .fs-c-productSelection__name {
  background: #FFF6EB;
}

/* #attention {
  width: 990px;
  margin: auto;
  background: #eee;
  padding: 10px 0;
  margin: 0 auto;
} */
@media screen and (min-width: 960px) {
  .fs-l-product3 .fs-l-productLayout__item--1 {
    grid-column: 1 / 2;
  }
}

div#spec ul li:nth-child(2n) {
  width: 327px;
}

div#recommendStyle {
  width: 730px !important;
}

div#pvStyle {
  width: 730px !important;
}

.fs-body-category .fs-c-productPrice {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 25px;
  font-weight: bold;
}

.fs-body-category .fs-c-productListItem__control {
  display: none;
}

.fs-body-category .fs-c-productPrice__addon {
  font-size: 12px;
}

.fs-body-category .fs-c-productPrice__main__label {
  font-size: 12px;
}

.fs-body-my-top .CrossHead a {
  text-decoration: underline;
}

.fs-body-my-top .CrossHead a:hover {
  text-decoration: none;
}

.fs-body-my-top .FS2_mypage_container_ReviewHistory p a {
  text-decoration: underline;
}

.fs-body-my-top .FS2_mypage_container_ReviewHistory p a:hover {
  text-decoration: none;
}

.fs-body-product .fs-c-reviewer__name__nickname::after {
  content: "さん";
  display: inline-block;
}

.fs-body-category .fs-c-productName__copy {
  display: none;
}

.fs-c-productListItem__lowInStock,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__numberOfStock {
  color: rgb(255, 51, 0);
  text-align: center;
  border-width: 1px;
  border-style: dotted;
  border-color: rgb(255, 51, 0);
  -o-border-image: initial;
  border-image: initial;
  padding: 5px;
  margin: 0px 0px 10px;
}

.fs-body-category .fs-c-productListItem__salesPeriod {
  display: none;
}

.fs-body-category .fs-c-productListItem__productName {
  text-align: center;
}

.fs-body-category .fs-c-productMark {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-body-category .fs-c-productListItem__salesPeriodNotice {
  background-color: transparent;
  color: rgb(255, 51, 0);
  text-align: center;
  border-width: 1px;
  border-style: dotted;
  border-color: rgb(255, 51, 0);
  -o-border-image: initial;
  border-image: initial;
  padding: 5px;
  margin: 0px 0px 10px;
}

.fs-body-category .fs-c-subgroupList__link {
  display: block;
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(33% + 1px);
    flex-basis: calc(33% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
}

.fs-body-category .fs-c-subgroupList__link::after {
  display: none;
}

.fs-body-category .fs-c-subgroupList__label {
  text-align: center;
  text-decoration: underline;
}

.fs-body-category .fs-c-subgroupList__label:hover {
  text-decoration: none;
}

.fs-body-category .fs-c-subgroupList__image>img {
  margin: auto;
}

.fs-body-category .fs-c-subgroupList__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  border-left: 10px solid #ff816a;
}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  display: inline-block;
  margin-right: 15px;
  width: 60px;
  padding-top: 5px;
}

.fs-body-product .fs-c-buttonContainer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-product .fs-c-quantity {
  min-width: 130px;
}

.fs-body-product .fs-c-inquiryAboutProduct {
  background: url(../InquiryButton.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 183px;
  height: 25px;
  text-indent: -9999;
}

.fs-body-product .fs-c-inquiryAboutProduct .fs-c-button__label {
  font-size: 0;
}

.fs-body-product .fs-c-productReview .fs-c-button--addReview--detail {
  background: url(../ReviewEdit.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  height: 25px;
}

.fs-body-product .fs-c-button--plain.fs-c-button--addReview--detail::before {
  display: none;
}

.fs-body-product .fs-c-productReview .fs-c-button--addReview--detail .fs-c-button__label {
  font-size: 0;
}

.fs-body-product .fs-c-productOption {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-body-product .fs-c-productOption__option {
  width: 295px;
}

.fs-c-productThumbnail__image {
  margin: 0 3px 3px 0;
  -ms-flex-preferred-size: 103px;
  flex-basis: 103px;
  min-width: 50px;
}

.fs-c-variationMatrix__radio {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin-top: 15px;
}

.fs-c-variationMatrix__row__variationName,
.fs-c-variationMatrix__col__variationName {
  background: #eee;
  margin: 0;
  padding: 2px 4px;
}

/* バリエーション選択部 */
.fs-c-variationMatrix__item {
  padding: 4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-c-variationMatrix__panel {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

/* バリエーション選択部（選択時） */
.fs-c-variationMatrix__radio:checked+.fs-c-variationMatrix__panel {
  background: none;
  color: inherit;
}

/* 罫線 */
.fs-c-variationMatrix__row__variationName,
.fs-c-variationMatrix__col__variationName,
.fs-c-variationMatrix__item {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0 1px;
}

.fs-c-variationMatrix__row:last-child .fs-c-variationMatrix__row__variationName,
.fs-c-variationMatrix__row:last-child .fs-c-variationMatrix__item,
.fs-c-variationMatrix__col__variationPanels .fs-c-variationMatrix__item:last-child {
  border-bottom-width: 1px;
}

.fs-c-variationMatrix__row__variationPanels .fs-c-variationMatrix__item:last-child,
.fs-c-variationMatrix__col:last-child .fs-c-variationMatrix__col__variationName,
.fs-c-variationMatrix__col:last-child .fs-c-variationMatrix__item {
  border-right-width: 1px;
}

.fs-c-variationMatrix__row__variationPanels .fs-c-variationMatrix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.fs-c-variationMatrix__panel {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-c-productThumbnail__image.is-active>img {
  border: 2px solid #666666;
}

.fs-c-productThumbnail__image img {
  border: 1px solid #ccc;
}

.fs-body-product .fs-c-variationAndActions__stockSignLegend {
  display: none;
}

.fs-body-product .fs-c-variationMatrix__item {
  padding: 0;
}

.fs-body-product .fs-c-variationMatrix__panel {
  background: #F6F6F6;
  border-radius: 0px;
}

.fs-body-product .fs-c-productChooseVariation__variation {
  width: 65%;
}

.fs-body-product .fs-c-variationMatrix__panel .fs-c-variationMatrix__panel__label {
  padding: 10px;
}

.fs-c-productMainImage__expandButton {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 0;
  position: relative;
  top: -30px;
  right: 7px;
}