@charset "UTF-8";
#app {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .plus-nav-sp {
    display: none;
  }
  .footer {
    padding-bottom: 0;
  }
}
.toppage-stand-size .pt-6 {
  padding-top: 60px;
}

.btn-plus-member {
  font-size: 13px;
  margin-bottom: 10px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.c-btn-login a {
  display: block;
  background: #fff;
  border: 1px solid #fd873d;
  border-radius: 50px;
  line-height: 48px;
  color: #fd873d;
  font-size: 14px;
  height: 50px;
  text-align: center;
  padding: 0 1em;
  margin: 0 auto;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  width: 250px;
}
@media (max-width: 767px) {
  .c-btn-login a {
    padding: 0;
    line-height: 43px;
    height: 45px;
    width: 300px;
    color: #fd873d;
  }
}

.c-btn-login a:hover {
  color: #fff;
  background: #fd873d;
}

.c-bookname {
  min-height: 2.72em;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
  padding: 0px;
}

.next-arrow-profile, .prev-arrow-profile {
  top: 125px; /* 上端からの距離 */
  width: 50px; /* 幅 */
  height: 50px;
}

.prev-arrow-profile {
  left: 170px;
}

.text-truncate2 {
  min-height: 3rem;
}

@media (max-width: 767px) {
  .swiper-slide.c-slider-profile.no-jquery {
    margin-left: 10px;
  }
}