body.swiper-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.mainvisual {
  width: 100%;
  max-width: 980px;
}

.swiper-cnt-h {
  font-size: 20px;
}

.fs-c-button--primary {
  border-radius: 25px;
}

@media screen and (max-width:768px) {
  .fs-l-main {
    margin: 0;
    padding: 0;
  }

  .fs-c-heading--page,
  .fs-p-headertext {
    display: none;
  }

  .fs-p-logo__lead {
    display: none;
  }

  /* 横スワイプ用 */
  .swiper {
    width: 100%;
    height: 100vh;
  }

  /* 縦スワイプ用 */
  .vertical-slider {
    width: 100%;
    height: 100%;
  }

  .page {
    width: 100%;
    /* width: 100vw; */
    height: 100vh;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
    text-align: center;
  }

  .page-number {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
    z-index: 20;
  }

  .item_box {
    margin-bottom: 1em;
  }

  .fs_cs__sp_cta,
  .fs_cs__sp_cta_2gr,
  .fs-p-footerCopyright {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-p-footerCopyright {
    position: absolute;
    bottom: 0;
  }

  .fs_cs__sp_cta,
  .fs_cs__sp_cta_2gr {
    position: fixed;
    bottom: 52px;
    justify-content: center;
    z-index: 1;
  }

  .fs_cs__sp_cta_2gr {
    padding-left: 8px;
    gap: 8px;
  }

  /* .fs-c-buttonPlaceholder {
    height: 52px;
  } */

  .fs_cs__sp_cta_2gr .fs-m-app_button_right {
    padding-right: 12px;
  }

  .fs_cs__sp_cta_2gr .fs-c-button--primary {
    /* margin: 8px 0; */
    min-width: 172px;
  }

  /* フッター調整 */
  .fs_m_normal_footer {
    display: none;
  }

  .fs-l-footer__utility {
    margin: 0;
    text-align: left;
  }

  .fs-l-col--3 {
    padding: 0 8px;
    grid-template-rows: auto auto auto 1fr;
  }

  .fs-p-footerNavigation {
    grid-template-rows: auto auto 1fr;
  }

  /* .fs-p-banner--registration,
  .fs-l-footer__utility {
    max-height: fit-content;
  } */

  .main-col {
    padding: 0 8px;
  }

  .fs-p-footerNavigation {
    width: 100%;
  }

  /* .fs-p-footerNavigationItem {
    border: 1px solid #e5e5e5;
  } */

  [class*='swiper-footer_'] {
    background-color: rgba(126, 126, 126, 0.08);
  }

  .content__center,
  .content__center_onBtn {
    justify-content: center;
  }

  .content__center_onBtn>*:not(:last-child) {
    transform: translateY(-8%);
  }

  .fs-p-footerCopyright {
    margin-top: 1.8em;
  }

  .swiper-pagination {
    right: 0 !important;
    height: 100%;
    width: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.1);
  }

  .swiper-pagination-bullet {
    flex: 1;
    width: 3px;
    border-radius: 0;
    margin: 0 !important;
  }

  .swiper-pagination-bullet-active {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  }

  .fs-l-footer__utility_sub {
    position: absolute;
    bottom: 32px;
  }

  .swiper-footer_1 .cal_text {
    padding-left: 100px;
    text-align: left;
  }
}

@media screen and (min-width:768px) {

  .fs_cs__sp_cta_2gr,
  [class*=swiper-footer_] {
    display: none;
  }

  .swiper-wrapper {
    text-align: center;
  }

  .item_box {
    max-width: 990px;
    margin: 48px auto;
  }
}

@media screen and (max-width:375px) {

  .fs-l-header__contents {
    display: none;
  }

  .content__center_onBtn>*:not(:last-child) {
    transform: translateY(-24px);
  }

  .fs_cs__sp_cta,
  .fs_cs__sp_cta_2gr {
    bottom: 44px;
  }

  .fs_cs__sp_cta_2gr .fs-c-button--primary {
    min-width: 148px;
    font-size: 1.2rem;
  }

    .swiper-footer_1 .cal_text {
    padding-left: 60px;
    text-align: left;
  }

  .fs-l-footer__utility_sub {
    display: none;
  }

  .fs-p-footerNavigationItem__body {
    font-size: 1rem;
  }

  .fs-p-footerNavigationItem__txt,
  .fs-p-footerCopyright__text {
    font-size: .9rem;
  }

  .fs-p-footerNavigationItem__snsH {
    margin-top: 24px;
  }
}
