.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%;
}

/* ========================================
   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;
  }
}