.imgFloatButton_wrapper {
  display: block;
  position: relative;
}

.imgFloatButton {
  position: absolute;
  right: 15px;
  bottom: 27px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px !important;
  width: auto !important;
  min-height: auto;
}

.fr-imagePlusTextParent {
  margin-top: 36px;
}

.fr-heading.-h1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {
  .fr-heading.-h1 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}

.lineup-title {
  font-size: 13px;
  line-height: 130%;
}

@media screen and (min-width: 813px) {
  .fr-imagePlusTextParent {
    margin-top: 40px;
  }
}

#globalHeader a:not([href])[data-category="navi"][data-label] {
  display: none !important;
}

#lineupLinkWrapper {
  margin-top: 40px;
}

#lineupLinkWrapper .exclusive-carousel-root {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#lineupLinkWrapper .exclusive-swiper {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* 全体的にスナップを無効化 */
  scroll-snap-type: none !important;
  scroll-behavior: auto;
  touch-action: manipulation;
}

#lineupLinkWrapper .exclusive-swiper::-webkit-scrollbar {
  display: none;
}

#lineupLinkWrapper .exclusive-swiper-wrapper {
  display: flex !important;
  width: max-content;
  padding: 0 15px;
  overflow: visible !important;
  cursor: grab;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
}

/* 768px 付近（タブレットなど）の時：30px */
@media screen and (min-width: 768px) and (max-width: 819px) {
  #lineupLinkWrapper .exclusive-swiper-wrapper {
    padding: 0 30px;
  }
}

/* 820px 〜 1024px の時：0 */
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #lineupLinkWrapper .exclusive-swiper-wrapper {
    padding: 0;
  }
}

.exclusive-slide {
  flex-shrink: 0;
  width: calc((100vw - 30px) / 3.5) !important;
  max-width: none !important;
  list-style: none;
  box-sizing: border-box;
  margin-left: 0 !important;
  scroll-snap-align: none !important;
}

.exclusive-image-ratio {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
}

#lineupLinkWrapper .button-icon {
  position: absolute;
  top: 40%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  outline: none;
  appearance: none;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}

#lineupBtnPrev {
  left: 4px;
}
#lineupBtnNext {
  right: 4px;
}

@media screen and (min-width: 960px) {
  #lineupLinkWrapper .exclusive-swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* PCでのスナップ設定を完全に削除 */
    scroll-snap-type: none !important;
  }
  #lineupLinkWrapper .exclusive-swiper-wrapper {
    padding: 0 2px;
  }
  .exclusive-slide {
    /* PCでのスナップ位置設定を削除 */
    scroll-snap-align: none !important;
    width: 149.867px !important;
    max-width: none;
  }
  .exclusive-slide a:hover .exclusive-image-ratio {
    border: 1px solid #767676;
  }
}

@media screen and (max-width: 959px) {
  #lineupBtnPrev,
  #lineupBtnNext {
    display: none !important;
  }
}

.snsShare_container {
  padding-top: 48px;
  background-color: #fff;
}
.snsShare_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.snsShare_iconBox {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.snsShare_icon {
  width: 42.11px;
  margin-right: 20px;
}
.snsShare_icon:last-child {
  margin-right: 0;
}
