.fs-preview-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.login.my-false,
.logout.my-true {
  display: none !important;
}

.fs-c-agreementConfirmationArea__message img{
max-width:50%;
margin:auto;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
max-width:90%;
}


/* 注文内容確認 */
.fs-c-totalAndActions,
.fs-c-checkout-shippingInfo,
.fs-c-checkout-buyerInfo,
.fs-c-checkout-paymentInfo,
.fs-c-checkout-couponInfo,
.fs-c-checkout-orderInfo,
.fs-c-checkout-communicationInfo {
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.fs-c-checkout-shippingDetail__parcel,
.fs-c-checkout-shippingDetail__shippingCarrier__comment,
.fs-c-checkout-shippingDetail__deliveryDetail,
.fs-c-checkout-shippingOptionPreview,
.fs-c-checkout-paymentMethod__title,
.fs-c-checkout-couponCodeInput,
.fs-c-checkout-previewAndEdit__info,
.fs-c-cartTable__dataCell {
  background-color: #fff;
}
.fs-c-cartTable__headerCell {
  background-color: #f7f7f7;
}

/* ========================================
   TOP めいひんポイント相互利用バナー
======================================== */

.top-point-mutual-banner {
  width: 100%;
  max-width: 1000px;
  margin: 72px auto 88px;
  padding: 0 24px;
  box-sizing: border-box;
}

.top-point-mutual-banner__link {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.top-point-mutual-banner__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.top-point-mutual-banner__link:focus-visible {
  outline: 3px solid #0b4da2;
  outline-offset: 5px;
}

@media (hover: hover) {
  .top-point-mutual-banner__link:hover {
    opacity: 0.9;
  }
}

@media screen and (max-width: 767px) {
  .top-point-mutual-banner {
    margin: 40px auto 48px;
    padding: 0 12px;
  }
}