/* 共通 */
.wrapper {
  max-width: 86rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.member-wrapper {
  max-width: 98rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 3rem;
  padding-right: 3rem; */
  padding: 0;
}


/* index.html */
.top-title {
  padding-top: 4.2rem;
  padding-bottom: 3.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.top-title img {
  margin-left: auto;
  margin-right: auto;
  max-width: 63.7rem;
  width: 100%;
}

.page-text {
  margin-top: 2.4rem;
  color: #525865;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.top-content {
  margin-top: 8.2rem;
}

.top-promise {
  margin-top: 2.5rem;
  text-align: center;
}

.top-button__bottom {
  max-width: 80rem;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.top-button {
  margin-top: 5.1rem;
  margin-bottom: 9.3rem;
  text-align: center;
  width: calc(34.3333% - 1rem * 2 / 3);
  max-width: 100%;
}

.top-button__space {
  margin-left: 2.6rem;
  margin-right: 2.6rem;
}

.top-button__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #525865;
}

.top-button__block {
  margin-top: 2.5rem;
}




/* ボタン */
.button {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.button img {
  max-width: 100%;
  width: 15.7rem;
  margin-left: auto;
  margin-right: auto;
}

.button-promise {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(272.04deg, #14ADB8 21.31%, #38D3BC 77.29%);
  border-radius: 100vh;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}




/* member.html */

/* スライダー */
.container {
  width: 100%;
  position: relative;
}

.container .swiper {
  max-width: 160rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-items {
  margin-top: 11.4rem;
  /* margin-top: 8.4rem; */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* スライドできる領域調整 */
.swiper-backface-hidden .swiper-slide {
  height: 80vh;
}

/* OFFの時 */
.swiper-card {
  position: relative;
  /* width: calc(18.3% - 1.5rem * 3 / 4); */
  width: calc(16.021% - 0rem * 3 / 4);
  z-index: 1;
  margin-left: 3.4rem;
  /* margin-right: 1rem; */
}

.swiper-card:nth-child(1) {
  margin-left: 3rem;
}

.swiper-card:nth-child(6) {
  margin-left: 3rem;
}

.swiper-card:nth-child(n+6) {
  margin-top: 4.2rem;
}


/* カードbody */
.swiper-card__body {
  text-align: center;
  color: #525865;
}

.swiper-card__category {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.swiper-card__member {
  margin-top: .1rem;
  font-size: 1.9rem;
  font-weight: 500;
}

/* ページネーション */
.container .swiper-pagination {
  bottom: 0rem !important;
}

.container .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(278.67deg, #14ADB8 0%, #38D3BC 90.33%);

}

.container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 1.7rem;
  margin-right: 1.7rem;
}

/* 矢印ボタン */
.container .swiper-button-next,
.container .swiper-button-prev {
  color: #14ADB8;
  display: block;
  width: 5rem;
  height: 14rem;
  top: 44%;
  text-align: center;
  outline: none;

  /* スライダー矢印ボタンをタップした時に実機では薄くタップした枠が表示されていますが、以下のコードで表示させないようにできる */
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* iOS Safari */
}

.container .swiper-button-next:after,
.container .swiper-button-prev:after {
  font-size: 2.5rem;
  position: absolute;
  top: 36%; /* 矢印ボタン位置調整 */
  right: 55%;
}

.container .swiper-button-prev:after,
.container .swiper-rtl .swiper-button-next:after {
  font-size: 2.5rem;
  position: absolute;
  top: 36%; /* 矢印ボタン位置調整 */
}

.container .swiper-button-prev {
  left: -4.6%;
  display: flex;
  border: none;
  top: 48%; /* クリック領域の位置変更 */
}

.container .swiper-button-next {
  right: -4.6%;
  display: flex;
  border: none;
  top: 48%; /* クリック領域の位置変更 */
}

/* TOPへ戻るボタン */
.to-top-button {
  text-align: center;
  margin-top: 3.6rem;

}

.to-top {
  width: 27.7rem;
  margin: auto;
  display: block;
  background: linear-gradient(272.04deg, #14ADB8 21.31%, #38D3BC 77.29%);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  border-radius: 100vh;
}


/* positionでベル画像をswiper-card__buttonと重ねる調整 */
.swiper-card__button {
  margin: auto;
  width: 100%;
  border-radius: 100%;
  padding: 0;
  /* position: absolute; */
  position: relative;
  /* top: 36%;
  left: 50%;
  transform: translate(-50%, -50%); */
}




/* 波紋ボタン(呼び出しボタン) */

.anime {
  /* position: relative; */
  width: 157px;
  height: 157px;
  display: block;
  border-radius: 50%;
  top: 35%;
  outline: none;
}

/*波形を2つ設定*/
.anime::after{
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -2.6%;
  top: -2.6%;
  /*波形の形状*/
  border: 1px solid #14ADB8;
  width: 105%;
  height: 105%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation: circle 1.2s linear infinite;
  -webkit-animation: circle 1.2s linear infinite;
}

.anime::before {
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 0%;
  top: 0%;
  /*波形の形状*/
  border: 1px solid #14ADB8;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation: circle 1.2s linear infinite;
  -webkit-animation: circle 1.2s linear infinite;
}


/*波形の2つ目は0.6秒遅らせてアニメーション*/
.anime::before {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}


/* TOPのボタンの波紋 */
.button.change {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  top: 50%;
  outline: none;

}

/*波形を2つ設定*/
.change::after {
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -2.6%;
  top: -2.6%;
  /*波形の形状*/
  border: 1px solid #14ADB8;
  width: 105%;
  height: 105%;
  border-radius: 50%;

  /*ループするアニメーションの設定*/
  animation: circle 1.2s linear infinite;
  -webkit-animation: circle 1.2s linear infinite;
}

.change::before {
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -1%;
  top: -1%;
  /*波形の形状*/
  border: 1px solid #14ADB8;
  width: 102%;
  height: 102%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation: circle 1.2s linear infinite;
  -webkit-animation: circle 1.2s linear infinite;
}



/*波形の2つ目は0.5秒遅らせてアニメーション*/
.button.change::before {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

/*波形のアニメーション*/
@keyframes circle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(0.94);
  }

  100% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    opacity: 0;
  }
}


/* memberのベルボタン表示切り替え */
.a {
  display: none;
}

.b {
  display: none;
}

.selected {
  display: block;
}

.move {
  display: block;
  position: absolute;
  top: 0;
}


/* // TOPのボタン画像切り替え */
.d {
  display: none;
  position: absolute;
  top: 0;
}

.block {
  display: block;
}


/* 画面遷移アニメーション */
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  z-index: 9999999;
  color: #38D3BC;
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}


@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
