@charset "UTF-8";
a {
  color: #434343;
}

input, textarea, select {
  color: #434343;
}

textarea {
  padding: 3px 5px;
}

th {
  font-weight: normal;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  border-color: #E5E5E5;
}

.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border-color: #E5E5E5;
}

.item-icon-new {
  background: #D47D7D;
}

.item-icon-haiso {
  background: #6aaebb;
}

.fw-bold {
  font-weight: bold;
}

/*ボタン*/
.fs-c-button--primary, .fs-cart-base-total .fs-c-button--secondary,
.fs-c-button--topPage {
  font-size: 16px;
  color: #fff;
  width: 350px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #666666;
  padding: 0;
  box-shadow: none;
  letter-spacing: 0.8px;
  border: none;
  text-decoration: none;
}
.fs-c-button--primary:hover, .fs-cart-base-total .fs-c-button--secondary:hover,
.fs-c-button--topPage:hover {
  text-decoration: none;
}
.fs-c-button--primary span.fs-c-button__label, .fs-cart-base-total .fs-c-button--secondary span.fs-c-button__label,
.fs-c-button--topPage span.fs-c-button__label {
  color: #fff;
  text-decoration: none;
}

/*ボタン（マイページ）*/
.fs-c-button--myPageTop, .fs-cart-base-total .fs-c-continueShopping a.fs-c-button--continueShopping.fs-c-button--standard {
  font-size: 13px;
  width: 345px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: 0.8px;
  background: #F9F9F9;
  color: #434343;
  padding: 0;
  box-shadow: none;
  border: 1px solid #666666;
  text-decoration: none;
}
.fs-c-button--myPageTop:hover, .fs-cart-base-total .fs-c-continueShopping a.fs-c-button--continueShopping.fs-c-button--standard:hover {
  text-decoration: none;
}
.fs-c-button--myPageTop span.fs-c-button__label, .fs-cart-base-total .fs-c-continueShopping a.fs-c-button--continueShopping.fs-c-button--standard span.fs-c-button__label {
  color: #434343;
  text-decoration: none;
}

.fs-c-button--plain {
  color: #666666;
}

.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-resetPassword .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-review-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field {
  max-width: 100%;
  width: 100%;
  padding: 30px 110px 40px;
  background: #F5F5F5;
  border-radius: 12px;
}
.fs-body-forgotPassword .fs-c-inputInformation__message,
.fs-body-resetPassword .fs-c-inputInformation__message,
.fs-body-my-account-password .fs-c-inputInformation__message,
.fs-body-login .fs-c-inputInformation__message,
.fs-body-newsletter-subscribe .fs-c-inputInformation__message,
.fs-body-cart-login .fs-c-inputInformation__message,
.fs-body-review-login .fs-c-inputInformation__message,
.fs-body-wishlist-login .fs-c-inputInformation__message {
  padding: 0 110px;
}

/*ログイン*/
.fs-body-login .fs-c-loginForm,
.fs-body-newsletter-subscribe .fs-c-loginForm,
.fs-body-cart-login .fs-c-loginForm,
.fs-body-review-login .fs-c-loginForm,
.fs-body-wishlist-login .fs-c-loginForm {
  display: block;
}
.fs-body-login .fs-c-loginForm .fs-c-subSection__title,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-subSection__title,
.fs-body-cart-login .fs-c-loginForm .fs-c-subSection__title,
.fs-body-review-login .fs-c-loginForm .fs-c-subSection__title,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-subSection__title {
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #434343;
}
.fs-body-login .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-cart-login .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-review-login .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-buttonContainer {
  padding: 0;
  display: block;
  width: 345px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fs-body-login .fs-c-loginForm div#AmazonPayButton,
.fs-body-newsletter-subscribe .fs-c-loginForm div#AmazonPayButton,
.fs-body-cart-login .fs-c-loginForm div#AmazonPayButton,
.fs-body-review-login .fs-c-loginForm div#AmazonPayButton,
.fs-body-wishlist-login .fs-c-loginForm div#AmazonPayButton {
  width: 100%;
  text-align: center;
}
.fs-body-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-newsletter-subscribe .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-cart-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-review-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-wishlist-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0 {
  width: 174px;
  height: auto;
  max-height: initial;
}
.fs-body-login .fs-c-loginForm .fs-c-button--login,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-button--login,
.fs-body-cart-login .fs-c-loginForm .fs-c-button--login,
.fs-body-review-login .fs-c-loginForm .fs-c-button--login,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-button--login {
  background: #D47D7D;
}
.fs-body-login .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-cart-login .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-review-login .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-inputInformation__link {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.fs-body-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-cart-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-review-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message {
  text-align: center;
  font-size: 14px;
  width: 575px;
  margin: 0 auto 20px;
  display: block;
  line-height: 1.6;
}
.fs-body-login .fs-c-loginForm .fs-c-newUsers,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-newUsers,
.fs-body-cart-login .fs-c-loginForm .fs-c-newUsers,
.fs-body-review-login .fs-c-loginForm .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers {
  margin: 0;
  border-top: 1px solid #E5E5E5;
  padding: 40px 0 0;
}
.fs-body-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-cart-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-review-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title {
  margin-bottom: 24px;
}
.fs-body-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-cart-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-review-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}

/*カートレイアウト*/
.fs-cart-base-item {
  /*グリッド*/
  /*カートの商品リスト*/
  /*送料無料案内*/
}
.fs-cart-base-item .fs-l-cart__contentsArea {
  grid-template-columns: 1fr 390px;
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}
.fs-cart-base-item .fs-c-cartTableContainer {
  border: none;
  padding: 0;
}
.fs-cart-base-item .fs-c-cartTable {
  table-layout: fixed;
  /*width: auto;*/
}
.fs-cart-base-item .fs-c-cartTable__headerCell {
  background-color: #F5F5F5;
  font-size: 13px;
  color: #666666;
}
.fs-cart-base-item .fs-c-cartTable__headerCell, .fs-cart-base-item .fs-c-cartTable__dataCell {
  border-color: #E5E5E5;
  padding: 15px 8px;
}
.fs-cart-base-item .fs-c-cartTable__headerCell {
  text-align: center;
  font-size: 14px;
}
.fs-cart-base-item .fs-c-cartTable__headerCell:nth-child(1) {
  width: 450px;
}
.fs-cart-base-item .fs-c-cartTable__headerCell:nth-child(2) {
  width: 48px;
}
.fs-cart-base-item .fs-c-cartTable__headerCell:nth-child(3) {
  width: 100px;
}
.fs-cart-base-item .fs-c-cartTable__headerCell:nth-child(4) {
  width: 100px;
}
.fs-cart-base-item .fs-c-cartTable__headerCell:nth-child(5) {
  width: 46px;
}
.fs-cart-base-item .fs-c-cartTable__dataCell {
  text-align: center;
  vertical-align: middle;
}
.fs-cart-base-item .fs-c-cartTable__dataCell:first-child {
  vertical-align: top;
  text-align: left;
}
.fs-cart-base-item .fs-c-cartTable__product {
  grid-template-columns: 100px 1fr;
}
.fs-cart-base-item .fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding-right: 0;
}
.fs-cart-base-item .fs-c-listedProductName {
  margin-bottom: 10px;
}
.fs-cart-base-item a.fs-c-listedProductName__name {
  display: block;
}
.fs-cart-base-item .fs-c-listedProductName__variation, .fs-cart-base-item .fs-c-listedProductName__selection {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.fs-cart-base-item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 13px;
  font-weight: 500;
  color: #434343;
  letter-spacing: 1.2px;
}
.fs-cart-base-item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price span.fs-c-price__currencyMark {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
}
.fs-cart-base-item .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 12px;
}
.fs-cart-base-item .fs-c-cartTable__quantity {
  max-width: 2em;
  margin: 0 auto;
}
.fs-cart-base-item select.fs-c-quantity__select.fs-system-quantity-list {
  border: none;
}
.fs-cart-base-item span.fs-c-price__currencyMark {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}
.fs-cart-base-item span.fs-c-price__value {
  font-size: 15px;
}
.fs-cart-base-item .fs-c-price {
  font-weight: 500;
  letter-spacing: 1.2px;
}
.fs-cart-base-item button.fs-c-button--cancel--cart.fs-c-button--plain {
  font-size: 13px;
  color: #434343;
}
.fs-cart-base-item .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  display: none;
}
.fs-cart-base-item .fs-c-cartDiscountInfo {
  margin-bottom: 0;
}
.fs-cart-base-item .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info {
  color: #D47D7D;
  font-size: 20px;
  align-items: baseline;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more {
  display: inline-block;
  padding: 0 5px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price {
  color: #D47D7D;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__currencyMark {
  font-size: 25px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__value {
  font-size: 28px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note {
  display: none;
}

.fs-cart-base-total {
  /*合計金額表示エリア*/
  /*amazonボタン*/
}
.fs-cart-base-total .fs-c-orderTotalTable > thead > tr > th, .fs-cart-base-total .fs-c-orderTotalTable > tfoot > tr > th, .fs-cart-base-total .fs-c-orderTotalTable > tbody > tr > th {
  font-size: 14px;
}
.fs-cart-base-total .fs-c-orderTotalTable > thead > tr > th, .fs-cart-base-total .fs-c-orderTotalTable > thead > tr td, .fs-cart-base-total .fs-c-orderTotalTable > tfoot > tr > th, .fs-cart-base-total .fs-c-orderTotalTable > tfoot > tr td, .fs-cart-base-total .fs-c-orderTotalTable > tbody > tr > th, .fs-cart-base-total .fs-c-orderTotalTable > tbody > tr td {
  padding: 15px 8px;
  border-top-color: #E5E5E5;
}
.fs-cart-base-total .fs-c-orderTotalTable > thead > tr:last-of-type, .fs-cart-base-total .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-cart-base-total .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom-color: #E5E5E5;
}
.fs-cart-base-total span.fs-c-price {
  font-size: 28px;
  color: #D47D7D;
  position: relative;
  top: 3px;
  font-weight: 500;
}
.fs-cart-base-total tr.fs-c-orderTotalTable__getPoint td:after {
  content: "ポイント";
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
}
.fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary, .fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-c-button--secondary {
  background: #D47D7D;
}
.fs-cart-base-total span.fs-c-price__currencyMark {
  font-size: 24px;
  display: inline-block;
  font-weight: normal;
  padding: 0 5px 0 0;
}
.fs-cart-base-total .fs-c-buttonContainer + .fs-c-buttonContainer {
  padding: 0;
}
.fs-cart-base-total .fs-c-cartPayment p, .fs-cart-base-total .fs-c-payWithAmazon p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #666666;
}
.fs-cart-base-total .fs-c-cartPayment p + p, .fs-cart-base-total .fs-c-payWithAmazon p + p {
  margin-bottom: 0;
}
.fs-cart-base-total div#AmazonPayButton {
  margin-top: 25px;
}
.fs-cart-base-total .fs-c-continueShopping {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: -90px;
  left: 0;
  right: 0;
}
.fs-cart-base-total .fs-c-continueShopping a.fs-c-button--continueShopping.fs-c-button--standard {
  width: 100%;
}

/*レビュー*/
.fs-review-base h1.fs-c-heading--page {
  font-size: 18px;
  padding: 35px 0 20px;
}
.fs-review-base .fs-c-listControl {
  font-size: 13px;
  color: #434343;
}
.fs-review-base .fs-c-reviewList__item {
  grid-template-columns: 135px 110px 1fr;
  padding: 35px 0;
  border-color: #E5E5E5;
  grid-column-gap: 12px;
}
.fs-review-base .fs-c-productName {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.fs-review-base .fs-c-reviewRating {
  margin-bottom: 5px;
}
.fs-review-base .fs-c-reviewRating .fs-c-reviewStars::before {
  color: #CEC078;
  font-size: 22px;
}
.fs-review-base .fs-c-reviewInfo__reviewer,
.fs-review-base .fs-c-reviewer__profile {
  font-size: 12px;
  color: #999;
}
.fs-review-base .fs-c-reviewInfo__reviewer a,
.fs-review-base .fs-c-reviewer__profile a {
  color: #999;
}
.fs-review-base .fs-c-reviewInfo__reviewer .fs-c-reviewerStatus,
.fs-review-base .fs-c-reviewer__profile .fs-c-reviewerStatus {
  min-width: 7em;
  font-size: 12px;
  margin: 3px 0;
  background-color: #D47D7D;
}
.fs-review-base .fs-c-reviewInfo__date {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.fs-review-base .fs-c-reviewInfo__date dt {
  display: none;
}
.fs-review-base .fs-c-reviewStatus {
  background-color: #D47D7D;
  border-radius: 9999px;
}
.fs-review-base .fs-c-reviewBody {
  border: none;
}
.fs-review-base .fs-c-reviewList__item__body {
  margin: 0;
  padding: 0 0 0 50px;
  font-size: 13px;
  line-height: 1.8;
}
.fs-review-base .fs-c-listControl__status {
  margin-right: auto;
}
.fs-review-base .fs-c-listControl:nth-of-type(1) .fs-c-pagination {
  display: none;
}
.fs-review-base .fs-c-listControl:nth-of-type(2) {
  justify-content: center;
  margin-top: 20px;
}
.fs-review-base .fs-c-listControl:nth-of-type(2) .fs-c-listControl__status {
  display: none;
}
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice--listed {
  margin-bottom: 3px;
}
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice.fs-c-productPrice--selling,
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 15px;
}
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed),
.fs-review-base .fs-c-productReviewed__prices span.fs-c-price__currencyMark {
  font-size: 12px;
}
.fs-review-base .fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 100%;
  margin: 18px auto 5px;
}
.fs-review-base .fs-c-aggregateRating__rating {
  flex: 1;
  width: 100%;
  align-items: center;
}
.fs-review-base .fs-c-aggregateRating__rating:before {
  content: "総合評価";
  font-size: 13px;
  flex: 0 0 5em;
}
.fs-review-base .fs-c-aggregateRating__rating .fs-c-reviewStars {
  display: flex;
  justify-content: flex-end;
  order: 3;
  flex: 1;
}
.fs-review-base .fs-c-aggregateRating__rating .fs-c-reviewStars:before {
  color: #CEC078;
  font-size: 22px;
}
.fs-review-base .fs-c-aggregateRating__rating .fs-c-rating__value {
  font-size: 18px;
  color: #CEC078;
  font-weight: 500;
}
.fs-review-base .fs-c-aggregateRating__count {
  display: none;
}
.fs-review-base .fs-c-reveiwNotes {
  border-top: 2px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 40px 40px 30px;
}
.fs-review-base .fs-c-reveiwNotes h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.fs-review-base .fs-c-reveiwNotes p {
  font-size: 13px;
  line-height: 1.8;
}
.fs-review-base .fs-c-inputInformation__field {
  max-width: 530px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable__label {
  font-size: 13px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputField__explanation {
  font-size: 13px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputField__field + .fs-c-inputField__explanation {
  padding-top: 3px;
}
.fs-review-base .fs-c-inputInformation__field span.fs-c-requiredMark {
  font-size: 12px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable__comment {
  font-size: 13px;
  margin-bottom: 3px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child {
  background: #F5F5F5;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child tbody {
  width: 100%;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child tr:nth-child(1) th, .fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child tr:nth-child(1) td {
  padding-top: 20px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child tr:nth-child(3) th, .fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child tr:nth-child(3) td {
  padding-top: 10px;
  padding-bottom: 20px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child th.fs-c-inputTable__headerCell {
  padding-top: 20px;
  padding-left: 20px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child th.fs-c-inputTable__headerCell .fs-c-inputField .fs-c-inputField__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child td.fs-c-inputTable__dataCell {
  padding-top: 20px;
  padding-right: 40px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child span.fs-c-checkbox__labelText {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radio__label {
  font-size: 13px;
}
.fs-review-base #fs_form > div.fs-c-inputInformation__field > fieldset > table > tbody > tr:nth-child(3) > td > div > div.fs-c-inputField__field.fs-system-assistTarget {
  height: 100px;
}
.fs-review-base #fs_form > div.fs-c-inputInformation__field > fieldset > table > tbody > tr:nth-child(3) > td > div > div.fs-c-inputField__field.fs-system-assistTarget .fs-c-textarea {
  height: 100%;
  border-radius: 0;
}
/*スライダー*/
.fs-slider-base .fs-c-productListCarousel .fs-c-button--carousel:before {
  font-size: 40px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListCarousel__list__item {
  flex-basis: 180px;
  max-width: 180px;
  min-width: 180px;
  margin: 0 15px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__productName {
  font-size: 12px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices:after {
  display: none;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed {
  line-height: 15px;
  font-size: 13px;
  margin-bottom: 5px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main {
  text-decoration: line-through;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  font-size: 13px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__label {
  text-decoration: none;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__price {
  font-size: 15px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling {
  font-size: 13px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main {
  text-decoration: none;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-price {
  color: #D47D7D;
  font-weight: 500;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
  color: #D47D7D;
  font-size: 10px;
  font-weight: 500;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  padding: 0;
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 5px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}
.fs-slider-base .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__x {
  display: none;
}
.fs-slider-base .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__y {
  padding-top: 3px;
  display: block;
}

/*フォーム*/
[type=hidden]:focus, [type=text]:focus, [type=search]:focus, [type=tel]:focus, [type=url]:focus, [type=email]:focus, [type=password]:focus, [type=datetime]:focus, [type=date]:focus, [type=month]:focus, [type=week]:focus, [type=time]:focus, [type=datetime-local]:focus, [type=number]:focus, select:focus, textarea:focus {
  box-shadow: none;
}

[type=hidden].is-error, [type=text].is-error, [type=search].is-error, [type=tel].is-error, [type=url].is-error, [type=email].is-error, [type=password].is-error, [type=datetime].is-error, [type=date].is-error, [type=month].is-error, [type=week].is-error, [type=time].is-error, [type=datetime-local].is-error, [type=number].is-error, select.is-error, textarea.is-error {
  border-color: #D47D7D;
  background-color: #FFF9F9;
}

.fs-c-inputTable {
  font-size: 14px;
}

.fs-c-inputTable__label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #434343;
}
.fs-c-inputTable__label .fs-c-requiredMark {
  text-indent: 0;
  overflow: visible;
  font-size: 80%;
  font-weight: normal;
  margin: 0 0 0 5px;
  color: #D47D7D;
  width: auto;
}
.fs-c-inputTable__label .fs-c-requiredMark:before {
  display: none;
}

.fs-c-inputField__field {
  height: 40px;
}
.fs-c-inputField__field input {
  height: 100%;
}

.fs-c-inputGroup {
  height: 40px;
  border-color: #E5E5E5;
}
.fs-c-inputGroup__item {
  height: 100%;
}
.fs-c-inputGroup input {
  height: 100%;
}
.fs-c-inputGroup .fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-inputGroup .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 22px;
}

.fs-c-inputTextGroup {
  height: 40px;
}
.fs-c-inputTextGroup__item {
  height: 100%;
}

.fs-c-inputTextGroup > * + * {
  margin-left: 15px;
}

input#fs_input_zipCode {
  max-width: 100%;
  flex-basis: 100%;
  margin-right: 0;
}

.fs-c-dropdown {
  height: 100%;
}
.fs-c-dropdown .fs-c-dropdown__menu {
  height: 100%;
}
.fs-c-dropdown:after {
  border-left: none;
  visibility: visible;
  height: auto;
  background: #707070;
  color: #fff;
  font-size: 20px;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #666666;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #666666;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-color: #666666;
  background: #666666;
}

select#fs_input_birthdayYear,
select#fs_input_birthdayMonth,
select#fs_input_birthdayDay {
  width: 110px;
}

.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 15px;
}

.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-right: 15px;
}

.fs-c-birthdayOnceMessage {
  font-size: 13px;
  padding-top: 5px;
}

.fs-c-inputField__explanation {
  font-size: 14px;
}

span.fs-c-checkbox__labelText {
  font-size: 14px;
  color: #000;
}
span.fs-c-checkbox__labelText a {
  text-decoration: underline;
  color: #000;
}

body {
  color: #333;
}

/* MV */
.top__mvSlide {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top__mvSlide {
    padding-bottom: 40px;
  }
}
.top__mvSlide .swiper-slide {
  width: 800px;
  opacity: 0.3;
  transition: 0.4s;
}
.top__mvSlide .swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top__mvSlide .swiper-slide {
    width: 100%;
  }
}
.top__mvSlide .swiper-pagination-bullet {
  margin: 0 10px !important;
  background: #666;
  opacity: 1 !important;
}
.top__mvSlide .swiper-pagination-bullet-active {
  background: #ccc;
}

/* MV */
/* CampaignBanner */
.top__cpBnr {
  padding: 80px 0 130px;
}
@media screen and (max-width: 767px) {
  .top__cpBnr {
    padding: 20px 0 40px;
  }
}
.top__cpBnr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top__cpBnr-body li {
  width: 475px;
}

/* CampaignBanner */
/* Ranking */
.cmn__ranking-body {
  position: relative;
  padding-top: 0 !important;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-body {
    padding-top: 0 !important;
  }
}
.cmn__ranking-body:after {
  display: none !important;
}
.cmn__ranking-body .swiper-container {
  padding: 10px 20px 10px;
  margin: 0 -20px 0;
}
.cmn__ranking-body .swiper-container .swiper-button-next, .cmn__ranking-body .swiper-container .swiper-button-prev {
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-body .swiper-container .swiper-button-next, .cmn__ranking-body .swiper-container .swiper-button-prev {
    display: block;
    top: -55px;
  }
}
.cmn__ranking-body .swiper-container .swiper-button-next {
  background-image: url(../img/common/slider-next.svg);
}
.cmn__ranking-body .swiper-container .swiper-button-prev {
  background-image: url(../img/common/slider-prev.svg);
}
@media screen and (min-width: 768px) {
  .cmn__ranking-body .swiper-container .swiper-slide .cmn__parts-btn {
    margin-bottom: 6px;
  }
}
.cmn__ranking-body-products {
  display: flex !important;
  margin-top: 0 !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-body-products {
    margin: 0 !important;
    padding: 0 3%;
  }
}
.cmn__ranking-body-product {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-body-product {
    width: calc((100% - 20px) / 3) !important;
    margin-bottom: 0;
  }
  .cmn__ranking-body-product:nth-child(n+4) {
    display: none;
  }
}
.cmn__ranking-body-product + .cmn__ranking-body-product {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-body-product + .cmn__ranking-body-product {
    margin-left: 10px !important;
  }
}
.cmn__ranking-navi {
  margin-bottom: 50px;
  line-height: 1;
  border-top: 1px solid #3a3837;
  border-bottom: 1px solid #3a3837;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-navi {
    margin: 0 -20px 30px;
  }
}
.cmn__ranking-navi .swiper-slide {
  color: #aeaeae;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  padding: 18px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-navi .swiper-slide {
    font-size: 13px;
  }
}
.cmn__ranking-navi .swiper-slide:after {
  content: "";
  display: block;
  transform: scaleX(0);
  width: 100%;
  height: 3px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  transform-origin: center;
}
.cmn__ranking-navi .swiper-slide.swiper-slide-active {
  color: #333;
}
.cmn__ranking-navi .swiper-slide.swiper-slide-active:after {
  transform: scaleX(1);
}

/* Ranking */
/* Recommend */
.top__recommend {
  background-color: #efd5c9;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .top__recommend {
    padding: 60px 0 30px;
  }
}
.top__recommend-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top__recommend-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top__recommend-body li {
  width: 475px;
}
@media screen and (max-width: 767px) {
  .top__recommend-body li + li {
    margin-top: 20px;
  }
}
.top__recommend-body li a {
  display: flex;
  padding: 40px 25px;
}
@media screen and (max-width: 767px) {
  .top__recommend-body li a {
    padding: 20px 15px;
  }
}
.top__recommend-body li a .img {
  width: 170px;
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top__recommend-body li a .img {
    width: 32%;
    margin-right: 10px;
  }
}
.top__recommend-body li a .txt {
  padding: 0;
}
.top__recommend-body li a .txt .ttl {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top__recommend-body li a .txt .ttl {
    font-size: 11px;
  }
}
.top__recommend-body-hide {
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top__recommend-body-hide {
    margin-top: 20px;
  }
}
.top__recommend-more {
  margin-bottom: -27px;
}

/* Recommend */
/* Review */
.top__review {
  padding: 170px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top__review {
    padding: 80px 0 0;
  }
}
.top__review-bg {
  outline: 20px solid #f7f6fb;
  padding: 80px 47px;
}
@media screen and (max-width: 767px) {
  .top__review-bg {
    padding: 30px 10px;
  }
}
.top__review-body li {
  margin-top: 20px;
}
.top__review-body li:before {
  content: "";
  display: block;
  width: 906px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .top__review-body li:before {
    width: 100%;
    height: 15vw;
    background-size: contain;
  }
}
.top__review-body li:nth-child(odd):before {
  background-image: url("../img/top/review-fuki_l.png");
}
@media screen and (max-width: 767px) {
  .top__review-body li:nth-child(odd):before {
    background-image: url("../img/top/sp_review-fuki_l.png");
  }
}
.top__review-body li:nth-child(even):before {
  background-image: url("../img/top/review-fuki_r.png");
}
@media screen and (max-width: 767px) {
  .top__review-body li:nth-child(even):before {
    background-image: url("../img/top/sp_review-fuki_r.png");
  }
}
.top__review-body li:nth-child(odd) .img {
  float: left;
  margin-left: 43px;
}
.top__review-body li:nth-child(odd) .ttl,
.top__review-body li:nth-child(odd) .star,
.top__review-body li:nth-child(odd) .txt {
  float: right;
  margin-right: 57px;
}
.top__review-body li:nth-child(even) .img {
  float: right;
  margin-right: 57px;
}
.top__review-body li:nth-child(even) .ttl,
.top__review-body li:nth-child(even) .star,
.top__review-body li:nth-child(even) .txt {
  float: left;
  margin-left: 43px;
}
.top__review-body li a {
  overflow: hidden;
  display: block;
}
.top__review-body li a .img {
  width: 180px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top__review-body li a .img {
    float: left !important;
    width: 120px;
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.top__review-body li a .ttl,
.top__review-body li a .star,
.top__review-body li a .txt {
  width: 600px;
}
.top__review-body li a .ttl {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top__review-body li a .ttl {
    float: right !important;
    width: calc(100% - 120px) !important;
    margin-top: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.top__review-body li a .star {
  margin-top: 10px;
  font-size: 16px;
  color: #e6cf8a;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top__review-body li a .star {
    float: right !important;
    width: calc(100% - 120px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 5px;
  }
}
.top__review-body li a .txt {
  margin-top: 20px;
  line-height: 2;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .top__review-body li a .txt {
    float: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}

/* Review */
/* COLUMN */
.cmn__column {
  background: #f7f6fb !important;
  padding-bottom: 130px !important;
}
@media screen and (max-width: 767px) {
  .cmn__column {
    padding-bottom: 70px !important;
  }
}
.cmn__column .updatetime {
  font-size: 12px;
  letter-spacing: 0.22em;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .cmn__column .updatetime {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__column .cmn__feature-body li:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cmn__column .cmn__feature-body {
    margin: 0 -8px;
  }
  .cmn__column .cmn__feature-body li {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .cmn__column .cmn__feature-body li:nth-child(n+3) {
    margin-top: 16px;
  }
  .cmn__column .cmn__feature-body li .txt {
    padding: 12px 10px;
  }
}
.cmn__column .cmn__feature-body p.desc {
  display: none;
}
.cmn__column .cmn__feature-more a {
  background-color: #f7f6fb;
}

/* COLUMN */
/* Feature */
.cmn__feature {
  background-color: #fff;
}
.cmn__feature .under__feature-more a {
  background-color: #fff;
}

/* Feature */
/* Ranking */
.cmn__ranking-body-product a .price {
  color: #cc0000;
}
@media screen and (max-width: 767px) {
  .cmn__ranking-body-product a .price {
    font-size: 12px;
  }
}

/* Ranking */
/* NEWS */
.top__news {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .top__news {
    padding: 0 0 40px;
  }
}
.top__news-bg {
  outline: 20px solid #f7f6fb;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .top__news-bg {
    padding: 50px 15px 40px;
  }
}
.top__news .cmn__parts-ttl {
  flex: 0 0 300px;
  margin-bottom: 0;
}
.top__news-body {
  width: 100%;
  padding: 50px 80px 10px;
  border-left: 2px solid #f7f6fb;
}
@media screen and (max-width: 767px) {
  .top__news-body {
    margin-top: 20px;
    padding: 20px 0;
    border-left: none;
    border-top: 2px solid #f7f6fb;
  }
}
.top__news-body li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top__news-body li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #f7f6fb;
  }
}
.top__news-body li a {
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .top__news-body li a {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .top__news-body li a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.top__news-body li a .date {
  display: flex;
  margin-right: 15px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top__news-body li a .date {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.top__news-body li a .date-time {
  display: inline-block;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top__news-body li a .date-time {
    min-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .top__news-body li a .date-time {
    min-width: 55px;
    font-size: 11px;
  }
}

/* NEWS */
/* NEW ARRIVALS */
.top__new-arrivals {
  background-color: #fff;
  padding: 100px 0 130px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__new-arrivals {
    padding: 60px 0 70px;
  }
}
.top__new-arrivals-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__new-arrivals-product {
  width: 180px;
  margin-left: 0px !important;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .top__new-arrivals-product {
    width: 48%;
  }
}
.top__new-arrivals .cmn__parts-btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top__new-arrivals .cmn__parts-btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .top__new-arrivals .cmn__ranking-body-product {
    display: block !important;
  }
  .top__new-arrivals .cmn__ranking-body-product:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .top__new-arrivals .cmn__ranking-body-product:nth-child(n+4) {
    margin-top: 10px;
  }
  .top__new-arrivals .cmn__ranking-body-product:nth-child(n+10) {
    display: none !important;
  }
  .top__new-arrivals .cmn__ranking-body-product a {
    padding: 0px;
  }
}
.top__new-arrivals .top__new-arrivals-product .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__new-arrivals .top__new-arrivals-product .name {
    -webkit-line-clamp: 2;
  }
}

/* brand */
.cmn__brand-body-lg li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cmn__brand-body-lg li {
    margin-bottom: 20px;
  }
}
.cmn__brand-body li a {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmn__brand-body li:nth-child(1), .cmn__brand-body li:nth-child(2) {
    margin-top: 10px;
  }
}

.fs-c-panelContainer {
  margin-top: 0px;
}