.fs-l-header--min {
  border-bottom: none;
}

/* 会員登録フォーム */
.fs-c-inputInformation .fs-c-inputInformation__field {
  max-width: 1200px;
}
[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 {
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
}
.fs-c-inputTable {
  border-bottom: 1px solid #F0EFF0;
}
.fs-c-inputGroup {
  border-color: #F7F7F7;
}
.fs-c-button--particular.fs-c-button--displayPassword {
  background: #F7F7F7;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  color: #232323;
}
.fs-c-dropdown__menu {
  background: #F7F7F7;
}
.fs-c-dropdown::after {
  background-color: #EAE8E4;
}
.fs-c-inputField__explanation {
  line-height: 2;
  margin-top: 1em;
}
.fs-c-inputInformation__message {
  text-align: center;
  line-height: 2;
}
.fs-c-inputInformation__message p {
  line-height: 1.8;
}
.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField,
.fs-c-memberPolicyAgreeField.fs-c-additionalCheckField {
  margin-bottom: 1em;
}

#tableForm .fs-c-inputInformation__field {
  background: none;
}

@media screen and (min-width: 769px) {
  [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 {
    padding: 15px 20px;
    font-size: 16px;
  }
  .fs-c-dropdown__menu {
    padding: 15px 20px;
    padding-right: 75px;
    background: #F7F7F7;
    font-size: 16px;
  }
  #tableForm .fs-c-inputTable > tbody,
  #fs_CustomerDetails .fs-c-inputTable > tbody,
  #fs_Register .fs-c-inputTable > tbody {
    display: table-row-group;
  }
  #tableForm .fs-c-inputTable > tbody > tr,
  #fs_CustomerDetails .fs-c-inputTable > tbody > tr,
  #fs_Register .fs-c-inputTable > tbody > tr {
    display: table-row;
  }
  #tableForm .fs-c-inputTable__headerCell,
  #tableForm .fs-c-inputTable__dataCell,
  #fs_CustomerDetails .fs-c-inputTable__headerCell,
  #fs_CustomerDetails .fs-c-inputTable__dataCell,
  #fs_Register .fs-c-inputTable__headerCell,
  #fs_Register .fs-c-inputTable__dataCell {
    padding: 30px 0;
    font-size: 15px;
    border-top: 1px solid #F0EFF0;
  }
  #tableForm .fs-c-inputTable__headerCell,
  #fs_CustomerDetails .fs-c-inputTable__headerCell,
  #fs_Register .fs-c-inputTable__headerCell {
    width: 30%;
  }
  fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
  #tableForm .fs-c-inputInformation__button,
  #fs_CustomerDetails .fs-c-inputInformation__button,
  #fs_Register .fs-c-inputInformation__button {
    margin-top: 70px;
  }
  .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField,
  .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField {
    margin-left: 40%;
  }
  .fs-c-modal--inquiry .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .fs-c-radioGroup .fs-c-radio:not(:last-child), .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
    margin-right: 30px;
  }
  .fs-c-inputInformation__message {
    font-size: 15px;
    margin: 100px 0 70px;
  }
  .fs-c-radio__radioMark {
    margin-right: 10px;
  }
  .fs-c-checkbox__checkMark {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  [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 {
    padding: 10px;
    font-size: 16px;
  }
  .fs-c-dropdown__menu {
    padding: 10px;
    padding-right: 45px;
  }
  #tableForm .fs-c-inputTable > tbody > tr,
  #fs_CustomerDetails .fs-c-inputTable > tbody > tr,
  #fs_Register .fs-c-inputTable > tbody > tr {
    border-top: 1px solid #F0EFF0;
    padding: 20px 0;
  }
  #tableForm .fs-c-inputTable > tbody > tr + tr,
  #fs_CustomerDetails .fs-c-inputTable > tbody > tr + tr,

  #fs_Register .fs-c-inputTable > tbody > tr + tr {
    margin-top: 0;
  }
  .fs-c-inputTable__headerCell {
    margin-bottom: 1em;
  }
  .fs-c-radio__radioMark {
    margin-right: 5px;
  }
  .fs-c-checkbox__checkMark {
    margin-right: 10px;
  }
  .fs-c-inputField__explanation {
    font-size: 1.1rem;
  }
  .fs-c-inputInformation__message p {
    font-size: 12px;
  }
}

/* ログインタイトル */
.fs-body-wishlist-login .fs-c-loginForm,
.fs-body-login .fs-c-loginForm {
  max-width: 1200px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-heading--page {
  border: none;
}
.fs-c-heading--page,
.fs-c-linkedServiceLogin__title,
.fs-c-subSection__title {
  text-align: center;
  color: #111;
  font-weight: 700;
  border-bottom: none;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  line-height: 2;
}
.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field {
  padding: 0;
  background: none;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer {
  text-align: center;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer a::before {
  content: ">";
}
#fs_ShoppingCartLogin .fs-c-inputTable__headerCell,
#fs_PasswordReminder .fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-c-inputTable__headerCell,
#fs_Login .fs-c-inputTable__headerCell {
  font-weight: 500;
  margin-bottom: 1em;
}
.fs-c-anotherLogin__message p {
  line-height: 2;
}
.fs-c-anotherLogin__button--amazon {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .fs-c-newUsers__message.fs-c-subSection__message {
    font-size: 14px;
  }
  .fs-c-heading--page,
  .fs-c-linkedServiceLogin__title,
  .fs-c-subSection__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .fs-c-inputInformation__link.fs-c-textLinkContainer {
    margin-top: 30px;
  }
  #fs_WishListLogin .fs-c-buttonContainer--memberRegister,
  #fs_WishListLogin .fs-c-inputInformation__button,
  #fs_Login .fs-c-buttonContainer--memberRegister,
  #fs_Login .fs-c-inputInformation__button {
    margin-top: 50px;
  }
  #fs_WishListLogin .fs-c-inputTable__headerCell,
  #fs_Login .fs-c-inputTable__headerCell {
    font-size: 15px;
  }
  .fs-c-otherServiceLogin:not(:first-child) {
    margin: 100px 0;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-wishlist-login .fs-c-loginForm,
  .fs-body-login .fs-c-loginForm {
    gap: 48px 120px;
    margin-top: 130px;
  }
  .fs-body-login .fs-c-loginForm {
    justify-content: center;
  }
  .fs-body-wishlist-login .fs-c-loginForm > *,
  .fs-body-login .fs-c-loginForm > * {
    flex-basis: calc(50% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .fs-c-heading--page,
  .fs-c-linkedServiceLogin__title,
  .fs-c-subSection__title {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 1.8rem;
  }
  .fs-c-subSection__title,
  .fs-c-linkedServiceLogin__title {
    margin-bottom: 30px;
  }
  .fs-c-anotherLogin__message p {
    font-size: 12px;
    margin-bottom: 1em;
  }
  .fs-body-cart .fs-c-heading--page,
  .fs-body-category .fs-c-heading--page,
  .fs-body-search .fs-c-heading--page {
    margin-top: 30px;
  }
  #fs_WishListLogin .fs-c-buttonContainer--memberRegister,
  #fs_WishListLogin .fs-c-inputInformation__button,
  #fs_Login .fs-c-buttonContainer--memberRegister,
  #fs_Login .fs-c-inputInformation__button {
    margin-top: 30px;
  }
  #fs_WishListLogin .fs-c-subSection,
  #fs_Login .fs-c-subSection {
    margin-bottom: 50px;
  }
  .fs-c-otherServiceLogin:not(:first-child) {
    margin: 60px 0;
  }
  .fs-c-linkService__button > .fs-c-buttonContainer .fs-c-button--linkService--line.fs-c-button--secondary {
    font-size: 13px;
    padding: 15px;
  }
}

.fs-c-lineIdLinkMessage p {
  line-height: 2;
}

.fs-c-anotherLogin__message.fs-c-anotherLogin__message--line a {
  display: inline-block;
}

/* パスワードを忘れた方 */
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation__field {
    padding: 15px 0;
  }
}

.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field {
  background: none;
}

/* お客様情報 */
.fs-c-agreementConfirmation {
  margin: 10px 0;
  padding: 10px 0;
  line-height: 1.6;
}
.fs-c-agreementConfirmation__message {
  margin-bottom: 1em;
}

/* マイページ */
.fs-p-announcement {
  line-height: 2;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border-color: #f7f7f7;
  border-radius: 5px;
  color: #111;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 13px;
  font-weight: 500;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #111;
}
.fs-p-accountInfo {
  padding: 15px 10px 5px;
}
.fs-p-accountInfo__header {
  margin-bottom: 1em;
}
.logout_btn,
.fs-l-account {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fs-p-accountInfo__body {
  padding: 10px;
  letter-spacing: .1em;
}

.fs-p-accountInfo__point__point__available__number {
  color: #B55454;
  font-size: 20px;
}

.fs-c-accountService__page--accountDelete {
  display: none;
}

.logout_btn {
  margin-top: 30px;
}
.logout_btn a {
  text-decoration: underline;
}


/* 買い物かご */
.fs-c-button--plain {
  color: #232323;
}
.fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-c-button--buyItLater.fs-c-button--plain,
.fs-c-button--cancel--cart.fs-c-button--plain {
  background: #B5B5B5;
  min-width: 50px;
  letter-spacing: 0.14em;
  padding: 4px;
  font-size: 13px;
  color: #fff;
}
.fs-c-button--cancel--cart.fs-c-button--plain {
  margin: 0 auto;
  width: 50px;
}
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
  border-color: #C6C6C6;
}
.fs-c-cartTable__headerCell {
  background: #f5f5f5;
  font-weight: 500;
  text-align: center;
}
.fs-c-cartTable__product {
  line-height: 1.8;
}
.fs-c-quantity__select.fs-system-quantity-list {
  text-align: right;
  background: #fff;
  border: 1px solid #C6C6C6;
  padding: 10px;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price,
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-weight: 500;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  color: #1a1a1a;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListItem__image.fs-c-productImage a {
  overflow: hidden;
}
.fs-c-productListItem__prices .fs-c-productPrice {
  justify-content: center;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  display: none;
}
.fs-c-productPrice {
  font-weight: 500;
}
.fs-body-cart .fs-l-cart__sideColumn {
  border: 1px solid #ddd;
}
.fs-c-purchaseHere__message {
  text-align: center;
  font-weight: 700;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td,
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type{
  border-color: #F8F8F8;
}

.cart_text {
  line-height: 2;
  font-size: 13px;
}

.fs-c-orderTotalTable__mainRow > td {
  font-size: 14px;
}
.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
  font-size: 13px;
}

.fs-c-productPrice.fs-c-productPrice--listed {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTableContainer {
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    font-size: 13px;
  }
  .fs-c-cartTable__product {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    grid-gap: 16px;
  }
  .fs-c-quantity__select.fs-system-quantity-list {
    font-size: 13px;
  }
  .fs-c-cartTable__unitPrice {
    font-size: 12px;
    margin: .5em 0;
  }
  .fs-c-productPrice__addon {
    font-size: 12px;
  }
  .fs-c-purchaseHere__message {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .cart_text {
    margin-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    grid-column-gap : 60px;
  }
}
@media screen and (max-width: 599px) {
  .fs-l-main {
    padding: 8px 3%;
    margin-top: 0;
  }
  .cart_text {
    margin-top: 40px;
    font-size: 12px;
  }
  .fs-c-purchaseHere__message {
    margin-bottom: 0.5em;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    padding: 15px;
  }
}

/* 退会手続き */
#fs_DeleteAccount .fs-c-button--cancel.fs-c-button--standard {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 599px) {
  .fs-c-accountService {
    justify-content: center;
  }
  .fs-c-accountService > li {
    margin: 8px;
  }
}

/* ボタン */
.fs-body-my-addressbook-new .fs-c-button--primary,
.fs-c-modal__contents .fs-c-button--primary,
.fs-body-linkRegister .fs-c-button--primary {
  width: 100%;
  max-width: 270px;
}
.fs-body-my-addressbook-new .fs-c-button--standard.fs-c-button--cancel,
.fs-body-checkout aside:not(.fs-c-modal--pickupStoreList):not(.fs-c-modal--pickupStoreDescription):not(.fs-c-modal--addressList) .fs-c-button--standard.fs-c-button--cancel,
.fs-c-button--primary:not(.fs-c-button--addToCart--detail):not(.fs-c-button--confirmRegister):not(.fs-c-button--addToCart--variation),
.fs-c-button--primary:not(.fs-c-button--addToCart--detail):not(.fs-c-button--confirmRegister):not(.fs-c-button--addToCart--variation):visited {
  align-items: center;
  border-radius: 30px;
  border: 1px solid #444A52;
  background-color: #fff;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
  height: 60px;
  position: relative;
  transition-duration: .3s;
}
.fs-body-my-addressbook-new .fs-c-button--standard.fs-c-button--cancel::before,
.fs-body-checkout aside:not(.fs-c-modal--pickupStoreList):not(.fs-c-modal--pickupStoreDescription):not(.fs-c-modal--addressList) .fs-c-button--standard.fs-c-button--cancel::before,
.fs-c-button--primary:not(.fs-c-button--addToCart--detail):not(.fs-c-button--confirmRegister):not(.fs-c-button--addToCart--variation)::before{
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #333;
  border-radius: 50%;
}
.fs-body-my-addressbook-new .fs-c-button--standard.fs-c-button--cancel:hover,
.fs-body-checkout aside:not(.fs-c-modal--pickupStoreList):not(.fs-c-modal--pickupStoreDescription):not(.fs-c-modal--addressList) .fs-c-button--standard.fs-c-button--cancel:hover,
.fs-c-button--primary:not(.fs-c-button--addToCart--detail):not(.fs-c-button--confirmRegister):not(.fs-c-button--addToCart--variation):hover{
  color: #fff;
  background: #333;
  opacity: 1;
}
.fs-body-my-addressbook-new .fs-c-button--standard.fs-c-button--cancel:hover::before,
.fs-body-checkout aside:not(.fs-c-modal--pickupStoreList):not(.fs-c-modal--pickupStoreDescription):not(.fs-c-modal--addressList) .fs-c-button--standard.fs-c-button--cancel:hover::before,
.fs-c-button--primary:not(.fs-c-button--addToCart--detail):not(.fs-c-button--confirmRegister):not(.fs-c-button--addToCart--variation):hover::before{
  background: #fff;
}

.fs-c-checkout-deliveryMethod__option__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.fs-c-checkout-deliveryMethod__option__setting .fs-c-dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fs-c-checkout-deliveryMethod__option__setting .fs-c-dropdown__menu {
  background: #fff;
}
@media screen and (max-width: 1024px){
  .fs-body-my-addressbook-new .fs-c-button--standard.fs-c-button--cancel,
  .fs-body-checkout aside:not(.fs-c-modal--pickupStoreList):not(.fs-c-modal--pickupStoreDescription):not(.fs-c-modal--addressList) .fs-c-button--standard.fs-c-button--cancel,
  .fs-c-button--primary:not(.fs-c-button--addToCart--detail):not(.fs-c-button--confirmRegister):not(.fs-c-button--addToCart--variation){
    height: 60px;
  }
  .fs-body-my-addressbook-new .fs-c-button--primary,
  .fs-c-modal__contents .fs-c-button--primary,
  .fs-body-my-addressbook-new .fs-c-button--standard.fs-c-button--cancel,
  .fs-body-checkout aside:not(.fs-c-modal--pickupStoreList):not(.fs-c-modal--pickupStoreDescription):not(.fs-c-modal--addressList) .fs-c-button--standard.fs-c-button--cancel {
    margin: 0 auto;
  }
  .fs-c-buttonContainer--pair {
    grid-gap: 18px;
  }
}


#fs_PasswordReminder .fs-c-button--primary,
.fs-c-loginForm .fs-c-button--primary {
  max-width: 320px;
  width: 100%;
}

.fs-c-button--secondary,
.fs-c-button--standard {
  background: #fff;
  border: 1px solid #111;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  text-align: center;
  padding: 1.3em;
  box-shadow: 0 0 0;
  width: 100%;
  max-width: 270px;
}
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active {
  color: #232323;
}

@media screen and (min-width: 769px) {
  #fs_CustomerDetails .fs-c-button--primary {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-button--secondary,
  .fs-c-button--standard,
  .animBtn .fs-c-button--primary {
    font-size: 13px;
  }
  .fs-c-cartPayment__button .fs-c-button--secondary {
    max-width: none;
  }
}


/* 決済ベース */
#fs_CouponProductList .fs-c-breadcrumb,
#fs_MyWishList .fs-c-breadcrumb,
.fs-c-breadcrumb {
  padding: 20px 0 30px;
}
@media screen and (min-width: 960px) {
  #fs_ReviewLogin.fs-body-review-login .fs-c-newUsers {
    width: 50%;
  }
}

.fs-body-my-top .fs-l-additionalProduct--wishlist {
  display: none;
}
@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: 28%;
  }
  .fs-body-my-top .fs-c-accountService {
    flex-basis: 70%;
  }
}
.fs-c-accountService__page {
  flex-basis: 150px;
  height: 130px;
}
.fs-p-accountInfo__point {
  line-height: 1.5;
}
#fs_MyPageTop .fs-l-main {
  margin-bottom: 140px;
}
@media screen and (max-width: 640px){
  #fs_MyPageTop .fs-l-main {
    margin-bottom: 70px;
  }
}

.fs-c-cartPayment p, .fs-c-payWithAmazon p {
  font-size: 13px;
  line-height: 1.8;
}
.fs-c-payWithAmazon p {
  line-height: 1.4;
}
#fs_ShoppingCart .fs-c-button--loginAndPurchase.fs-c-button--primary,
#fs_ShoppingCart .fs-c-button--secondary {
  font-weight: 700;
  width: 100%;
  max-width: 270px;
}

.fs-c-purchaseHere__message p {
  text-align: center;
  font-weight: 700;
}

.fs-c-cartDiscountInfo,
.fs-c-cartDiscountInfo__note > li {
  line-height: 1.8;
}
.fs-c-cartDiscountInfo__note > li {
  font-size: 13px;
}
.fs-c-orderTotalTable .fs-c-price {
  font-size: 18px;
}
.fs-c-orderTotalTable > tbody > tr > th,
.fs-c-orderTotalTable > tbody > tr td {
  padding: 15px 10px;
}
.fs-c-birthdayOnceMessage {
  margin-top: 1em;
}
.delete {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .fs-c-continueShopping {
    text-align: center;
  }
  .fs-c-button--continueShopping {
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  #fs-checkout-amazon-container .fs-c-payWithAmazon__button {
    max-width: 270px !important;
  }
}
.fs-l-cart .fs-c-wishlistProduct,
#fs-cartContent-container .fs-c-priceDisplay__memberPrice,
#fs-cartContent-container .fs-c-cartTable__actionButton__container--buyItLater {
  display: none;
}

.fs-c-checkout-customerInfo > li,
.fs-c-checkout-destination__list > li {
  line-height: 1.5;
}
.fs-c-checkout-preview__title {
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.fs-c-checkout-preview {
  padding: 30px 15px;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name {
  font-size: 1.6rem;
  font-weight: 700;
}
.fs-c-buttonContainer--changeSmall,
.fs-c-buttonContainer--moveToOrderHistory,
.fs-c-buttonContainer--moveToStoreOrders,
.fs-c-buttonContainer--resendVerificationCode {
  justify-content: center;
}
.fs-c-checkout-couponCodeInput,
.fs-c-checkout-delivery__method {
  padding: 25px 15px;
}
.fs-c-checkout-delivery__method__title {
  font-size: 1.2rem;
}
.fs-c-checkout-delivery__method__message p {
  line-height: 1.6;
}
.fs-c-checkout-pointInfo__usePoint__number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 1rem;
}
.fs-c-radio__radioLabelText {
  line-height: 1;
}
.fs-c-commissionTable > thead > tr th,
.fs-c-commissionTable > thead > tr td,
.fs-c-commissionTable > tfoot > tr th,
.fs-c-commissionTable > tfoot > tr td,
.fs-c-commissionTable > tbody > tr th,
.fs-c-commissionTable > tbody > tr td {
  padding: 12px;
}
.fs-c-checkout-paymentMethod__title {
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .fs-c-checkout-destination__destination {
    align-items: flex-start;
  }
  .fs-c-checkout-delivery__method {
    padding: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .fs-c-checkout-preview__title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.fs-p-announcement .fs-p-announcement__title {
  font-weight: 700;
  font-size: 1.6rem;
}
.fs-p-announcement .fs-p-announcement__body p,
.fs-p-announcement .fs-c-list > li {
  line-height: 1.8;
}

.fs-c-checkoutSuccess h2 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fs-c-checkoutSuccess p {
  line-height: 1.5;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  font-weight: 700;
  line-height: 1;
}

.fs-c-pointSummary__label--purchasePointExpiration,
.fs-c-pointSummary__label--waitingPoint,
.fs-c-pointSummary__label--purchasePointTotal,
.fs-c-pointSummary__value--purchasePointExpiration,
.fs-c-pointSummary__value--waitingPoint,
.fs-c-pointSummary__value--purchasePointTotal {
  line-height: 1.6;
}
.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
  font-size: 1rem;
}
.fs-c-address {
  line-height: 1.5;
}
.fs-body-my-addressbook .fs-c-listTable th,
.fs-body-my-addressbook .fs-c-listTable td {
  padding: 8px 16px;
}

.fs-body-reviews-product .fs-c-reveiwNotes,
.fs-body-review-write .fs-c-reveiwNotes {
  padding: 1em;
}
.fs-body-reviews-product .fs-c-reveiwNotes h3,
.fs-body-review-write .fs-c-reveiwNotes h3 {
  font-weight: 700;
}
.fs-body-reviews-product .fs-c-reveiwNotes h3,
.fs-body-reviews-product .fs-c-reveiwNotes p,
.fs-body-review-write .fs-c-reveiwNotes h3,
.fs-body-review-write .fs-c-reveiwNotes p {
  line-height: 1.6;
}
.fs-body-reviews-product .fs-c-productName__name,
.fs-body-review-write .fs-c-productName__name {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
}
.fs-c-reviewSuccessComment.fs-c-documentContent,
.fs-c-reviewSuccessComment.fs-c-documentContent p{
  line-height: 1.8;
}
.fs-body-review-success .fs-c-buttonContainer--back {
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-productName__name,
  .fs-body-review-write .fs-c-productName__name {
    font-size: 1.4rem;
  }
  .fs-body-reviews-product .fs-c-productReviewed,
  .fs-body-reviews-product .fs-c-productReviewed + .fs-c-aggregateRating,
  .fs-body-review-write .fs-c-productReviewed,
  .fs-body-review-write .fs-c-productReviewed + .fs-c-aggregateRating {
    max-width: none;
  }
  .fs-body-reviews-product .fs-c-productReviewed,
  .fs-body-review-write .fs-c-productReviewed {
    grid-template-columns: 1fr 1fr;
  }
  .fs-c-productReviewed__name {
    grid-row: 1;
  }
  .fs-c-productReviewed__number {
    grid-row: 2;
  }
  .fs-c-productReviewed__prices {
    grid-row: 3;
  }
  .fs-c-productReviewed {
    grid-gap: 18px;
  }
}

.fs-body-my-reviews .fs-c-reviewList {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fs-c-reviewList__item__body,
.fs-body-my-reviews .fs-c-productName__name {
  line-height: 1.4;
}

.fs-c-orderHistoryItem__orderInfo__info dt,
.fs-c-orderHistoryItem__orderInfo__info dd {
  line-height: 1.8;
}

.fs-body-my-orders .fs-c-priceDisplay__memberPrice {
  display: none;
}
.fs-body-my-orders .fs-p-announcement__body {
  margin-top: 1em;
  margin-bottom: 1em;
}
.fs-body-my-orders .fs-c-price {
  font-weight: 700;
  font-size: 1.28rem;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  line-height: 1.5;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1rem;
}
.fs-body-my-orders .fs-c-history__term {
  font-size: 1rem;
}
.fs-body-my-orders .fs-c-history__total dt,
.fs-body-my-orders .fs-c-history__total dd {
  border-top: none;
}
.fs-body-my-orders .fs-c-orderHistory {
  margin-top: 24px;
}
.fs-body-my-orders .fs-c-dropdown__menu {
  background-color: #fefefe;
}
.fs-body-my-orders .fs-c-history__total dl dt,
.fs-body-my-orders .fs-c-history__total dl dd {
  line-height: 1.8;
}

.fs-c-orderPerAddressee__heading {
  padding: 1em;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > dt,
.fs-body-my-orders-details .fs-c-deliveryInfoList > dd,
.fs-body-my-orders-details .fs-c-orderPaymentTable > tbody > tr th,
.fs-body-my-orders-details .fs-c-orderPaymentTable > tbody > tr td {
  padding: 1em;
}

.fs-c-checkout-couponCodeInput__input #fs_couponCode {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
}
@media screen and (min-width: 1025px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    overflow-x: auto;
  }
}

.favorite_cart .fs-c-button--viewProductDetail,
.favorite_cart .fs-c-button--addToCart--list {
  display: none;
}

.toppage-main .ecbn-selection-page-wrapper #sec_instagram .cont_ttl {
  display: none;
}


/* ãƒ¬ãƒ“ãƒ¥ãƒ¼ */
.fs-c-reviewer__name,
.fs-c-rating__value,
.fs-c-aggregateRating__count,
.fs-c-reviewer__profile,
.fs-c-reviewerStatus {
  font-size: 16px;
}
.fs-c-reviewer__name {
  font-weight: 700;
}
.fs-c-rating__value {
  color: #1a1a1a;
}
.fs-c-reviewStars::before {
  color: #FFCE00;
}
.fs-c-reviewStars {
  font-size: 12px;
  letter-spacing: .2em;
}
.fs-c-reviewerStatus {
  background: none;
  padding: 0 1em;
  color: #1a1a1a;
  min-width: auto;
}
.fs-c-reviewInfo__date * {
  color: #b5b5b5;
}

.fs-c-aggregateRating {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.fs-c-aggregateRating__rating {
  margin-right: 50px;
}
.fs-c-aggregateRating__rating,
.fs-c-aggregateRating__rating *,
.fs-c-aggregateRating__count {
  display: inline-block;
}
.fs-c-aggregateRating__rating::before {
  margin-right: 8px;
}
.fs-c-aggregateRating__count::after {
}

.fs-c-reviewBody {
  padding: 0;
  border: none;
}
.fs-c-reviewBody.fs-c-reviewList__item__body {
  line-height: 2;
  margin-top: 20px;
}
.fs-c-reviewList__item .fs-c-reviewList__item__info {
  display: grid;
  grid-template: auto / auto 1fr;
  grid-gap: 20px;
}
.fs-c-reviewList__item__info .fs-c-reviewStars {
  grid-area: 1;
}
.fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer,
.fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  grid-area: 2;
}
.fs-c-reviewList__item {
  padding: 25px 0;
  border-bottom: none;
}
.fs-c-reviewList__item:first-child {
  border-top: none;
}
@media screen and (max-width: 640px) {
  .fs-c-reviewer__name,
  .fs-c-rating__value,
  .fs-c-aggregateRating__count,
  .fs-c-reviewer__profile,
  .fs-c-reviewerStatus {
    font-size: 14px;
  }
  .fs-c-reviewList__item__info {
    grid-gap: 10px;
  }
  .fs-c-reviewBody.fs-c-reviewList__item__body {
    margin-top: 10px;
  }
  .fs-c-aggregateRating__rating::before {
    font-size: 12px;
  }
  .fs-c-aggregateRating__rating {
    margin-right: 20px;
  }
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__labelText a {
  display: inline-block;
}

#fs_input_pickupStoreKeyword {
  background: #fff;
}
.fs-c-checkout-addressee__data__name {
  font-size: 1.4rem;
}
.fs-c-checkout-addressee__data__openDescription {
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .fs-c-checkout-addressee__data__name {
    font-size: 1.3rem;
  }
}

.cart_button .fs-c-stockSignLegend {
  font-size: 12px;
}
.cart_button .fs-c-stockSignLegend__legend p {
  font-size: 11px;
  line-height: 1.5;
}
.cart_button .fs-c-variationAndActions__stockSignLegend.fs-c-stockSignLegend {
  width: 100%;
  margin-top: 5px;
}
.cart_button .fs-c-productChooseVariation {
  margin-right: auto;
}

.fs-c-checkout-receivingMethod__title {
  padding: 8px;
}
.fs-c-checkout-paymentMethod__disabledMessage {
  padding: 10px;
  margin: 8px 0;
}
.fs-c-checkout-paymentMethod p {
  line-height: 1.5;
  margin: 5px 0;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
  margin-bottom: 5px;
}

.fs-c-checkout-receivingMethod__list > li {
  line-height: 1.5;
}
.fs-c-checkout-receivingMethod__name {
  font-weight: 700;
}
.fs-c-checkout-receivingMethod__name__home {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .fs-c-checkout-receivingMethod__destination {
    align-items: flex-start;
  }
}

ruby > rt {
  transform: translate(0,-3px);
}















