@charset "UTF-8";
/*共通設定------------------------------------*/
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Arial", sans-serif;
  font-size: 62.5%;
  /* -> 10px */
  color: #424242;
  scroll-behavior: smooth;
}
.no-fouc {
  display: none;
}
.wrapper {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1048px;
}

/*ページ上部へ移動ボタン------------------------------------*/
.scroll-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  background-color: #fff;
  z-index: 1;
  border: solid 2px #945f9e;
  border-radius: 50px;
  color: #945f9e;
  bottom: 50px;
  right: 50px;
}
.scroll-top i {
  font-size: 3rem;
  line-height: 2.6rem;
  padding: 25px;
}
.scroll-top:hover {
  color: #fff;
  background-color: #945f9e;
}
.scroll_opacity {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*ボタン設定------------------------------------*/
.btn-normal--white,
.btn-normal--white-under,
.btn-normal,
.btn-conversion,
.btn-guide {
  width: 100%;
  font-weight: bold;
  transition: 0.5s;
  text-align: center;
  box-sizing: border-box;
}
.btn-normal--white:hover,
.btn-normal--white-under:hover,
.btn-normal:hover,
.btn-conversion:hover {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.btn-normal--white a,
.btn-normal--white-under a,
.btn-normal a,
.btn-guide a,
.btn-conversion a {
  display: block;
  font-size: 2rem;
  line-height: 2.2rem;
  padding: 24px 0;
}
.arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 16px;
}
.btn-normal--white {
  background-color: #fff;
}
.btn-normal--white-under {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.btn-normal--white .arrow::before,
.btn-guide .arrow::before {
  color: #945f9e;
}
.btn-normal--white-under .arrow::before {
  color: #945f9e;
  transform: rotate(90deg);
}
.btn-normal {
  background-color: #945f9e;
  color: #fff;
}
.btn-conversion {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffac40;
  border: solid 2px #ffac40;
  color: #fff;
  transition: 0.5s;
}
.btn-guide {
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #945f9e;
  border-radius: 5px;
}
.btn-guide:hover {
  background-color: #e7cbec;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*フェードイン設定*/
.scroll-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s;
}
.load-fade {
  opacity: 0;
  transition: all 1.5s;
}
.load-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.load-up.done,
.load-fade.done,
.scroll-up.done {
  opacity: 1;
  transform: translate(0, 0);
}

/*ページタイトル------------------------------------*/
.page-title {
  background-color: #945f9e;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title__logo {
  height: 50px;
  background-size: contain;
  margin-right: 32px;
}
.page-title__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

/*案内内容------------------------------------*/
.description {
  padding: 64px 0;
}
.description__text {
  margin: 32px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.description__text:first-child,
.description__text:last-child {
  margin: 0;
}
.description__text .description__text--underline {
  font-weight: bolder;
  -webkit-text-stroke: 0.5px #424242;
  letter-spacing: 0.2rem;
  font-size: 3.2rem;
  line-height: 6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #e7cbec));
  background: linear-gradient(transparent 60%, #e7cbec 40%);
}
.description__text .description__bold-text {
  font-weight: bolder;
  font-size: 1.8rem;
  line-height: 3rem;
}
.container-conversion {
  display: flex;
  margin: 32px auto;
}
.btn-conversion__dot-text {
  font-size: 2.6rem;
  padding-top: 0.4em;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(0.1em 0.1em at center center, #fff, #fff 100%, transparent);
}
.btn-conversion__small-text {
  font-size: 1.4rem;
}
.link-page {
  color: #075eb4;
  border-bottom: solid 1px #075eb4;
  transition: 0.1s;
}
.link-page:hover {
  font-weight: bolder;
  border-bottom: solid 2px #075eb4;
  transition: 0.1s;
}

/*ATBBご利用店限定------------------------------------*/
.member {
  background-color: #e7cbec;
  padding: 64px;
}
.member__title {
  font-size: 2.8rem;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 32px;
}
.member__title span {
  font-size: 2.3rem;
  vertical-align: 10%;
}
.member-list {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}
.member-list .btn-conversion {
  margin-right: 24px;
}
.member__text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 16px auto 0;
  max-width: 1000px;
}

/*はじめてご利用になる方------------------------------------*/
.beginner {
  padding: 64px 0;
}
.beginner__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beginner__title::before {
  fill: #945f9e;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  margin-right: 16px;
  transform: scale(-1, 1);
  vertical-align: -10%;
}
.beginner__title::after {
  fill: #945f9e;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  margin-left: 16px;
  vertical-align: -10%;
}
.beginner__title::before {
  content: "";
  background-image: url(../img/line_color7.png);
  background-size: contain;
}

.beginner__title::after {
  content: "";
  background-image: url(../img/line_color7.png);
  background-size: contain;
}
.summary {
  display: flex;
  justify-content: center;
  margin: 32px auto;
}
.summary__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  background-color: #945f9e;
  padding: 32px;
  border-radius: 10px 0 0 10px;
}
.summary__img {
  width: 100%;
}
.summary__text-container {
  width: 60%;
  background-color: #e7cbec;
  padding: 64px;
  border-radius: 0 10px 10px 0;
}
.summary__text {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
.summary__tittle {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.summary__list-btn {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}
.summary__list-btn li {
  margin-bottom: 16px;
}
.summary__list-btn li:last-child {
  margin-bottom: 0;
}

.info .btn-conversion {
  max-width: 600px;
}
.info__text {
  line-height: 2.2rem;
  font-size: 1.4rem;
  margin-top: 24px;
  text-align: center;
}

/*footer------------------------------------*/
.footer {
  display: flex;
  justify-content: center;
  border-top: solid 0.5px #d6d6d6;
  padding: 20px;
}
.footer__logo {
  height: 15px;
  background-size: contain;
}
.footer__copyright {
  font-size: 1.2rem;
  margin-left: 20px;
}
.footer__copyright span {
  color: #9b9b9b;
}
/*PC------------------------------------*/
@media screen and (min-width: 960px) {
  .sp,
  .tb,
  .summary__br {
    display: none;
  }
}

/*TAB------------------------------------*/
@media screen and (min-width: 590px) and (max-width: 960px) {
  /*共通設定------------------------------------*/
  .sp,
  .pc,
  .summary__br {
    display: none;
  }

  /*ページ上部へ移動ボタン------------------------------------*/
  .scroll-top {
    bottom: 20px;
    right: 20px;
  }
  .scroll-top:active {
    color: #fff;
    background-color: #945f9e;
  }

  /*ボタン設定------------------------------------*/
  .btn-normal--white a,
  .btn-normal--white-under a,
  .btn-normal a,
  .btn-guide a,
  .btn-conversion a {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 16px 0;
  }
  .arrow::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 8px;
  }
  .btn-normal--white:active,
  .btn-normal--white-under:active,
  .btn-normal:active,
  .btn-conversion:active {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
  }
  .btn-guide:active {
    background-color: #e7cbec;
    border: solid 1px #fff;
    transition: 0.2s;
  }

  /*ページタイトル------------------------------------*/
  .page-title {
    padding: 40px 0;
    flex-direction: column;
  }
  .page-title__logo {
    height: 50px;
    margin: 0 0 16px 0;
  }
  .page-title__title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  /*案内内容------------------------------------*/
  .description {
    padding: 40px 0;
  }
  .description__text {
    text-align: start;
    margin: 32px auto;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .description__text:first-child,
  .description__text:last-child {
    margin: 0 auto;
  }
  .description__text .description__text--underline {
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 2.6rem;
    line-height: 5.2rem;
  }
  .description__text .description__bold-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .container-conversion {
    margin: 24px auto;
  }
  .btn-conversion__dot-text {
    font-size: 2rem;
  }
  .btn-conversion__small-text {
    font-size: 1.2rem;
  }
  .link-page:active {
    font-weight: bold;
    transition: 0.3s;
  }

  /*ATBBご利用店限定------------------------------------*/
  .member {
    background-color: #e7cbec;
    padding: 40px;
  }
  .member__title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .member__title span {
    font-size: 1.5rem;
  }

  /*はじめてご利用になる方------------------------------------*/
  .beginner {
    padding: 40px 0;
  }
  .summary__text-container {
    padding: 40px;
  }
  /*footer------------------------------------*/
  .footer {
    flex-direction: column;
  }
  .footer__logo {
    height: auto;
    width: 100px;
    margin: 0 auto;
  }
  .footer__copyright {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    margin: 10px auto;
  }
  .footer__copyright span {
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 590px) {
  /*共通設定------------------------------------*/
  .pc,
  .summary__br {
    display: none;
  }

  /*ページ上部へ移動ボタン------------------------------------*/
  .scroll-top {
    bottom: 40px;
    right: 10px;
  }
  .scroll-top i {
    font-size: 2.5rem;
    line-height: 2.2rem;
    padding: 15px;
  }
  .scroll-top:active {
    color: #fff;
    background-color: #945f9e;
  }

  /*ボタン設定------------------------------------*/
  .btn-normal--white a,
  .btn-normal--white-under a,
  .btn-normal a,
  .btn-guide a,
  .btn-conversion a {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 16px 0;
  }
  .arrow::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 8px;
  }
  .btn-normal--white:active,
  .btn-normal--white-under:active,
  .btn-normal:active,
  .btn-conversion:active {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
  }
  .btn-guide:active {
    background-color: #e7cbec;
    border: solid 1px #fff;
    transition: 0.2s;
  }

  /*ページタイトル------------------------------------*/
  .page-title {
    padding: 24px 0;
    flex-direction: column;
  }
  .page-title__logo {
    height: 35px;
    background-size: contain;
    margin: 0 0 8px 0;
  }
  .page-title__title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  /*案内内容------------------------------------*/
  .description {
    padding: 24px 0 40px 0;
  }
  .description__text {
    margin: 16px auto;
    text-align: start;
    line-height: 2.8rem;
    font-size: 1.4rem;
  }
  .description__text:first-child,
  .description__text:last-child {
    margin: 0 auto;
  }
  .description__text .description__text--underline {
    font-size: 2rem;
    line-height: 3rem;
  }
  .description__text .description__bold-text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .btn-conversion__small-text {
    font-size: 1.2rem;
  }
  .container-conversion {
    flex-direction: column;
    margin: 24px auto;
  }
  .btn-conversion__dot-text {
    font-size: 2rem;
  }
  .link-page:active {
    font-weight: bold;
    transition: 0.3s;
  }

  /*ATBBご利用店限定------------------------------------*/
  .member {
    background-color: #e7cbec;
    padding: 40px 20px;
  }
  .member__title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .member__title span {
    font-size: 1.5rem;
  }
  .member-list {
    flex-direction: column;
  }
  .member-list .btn-conversion {
    margin-right: 0;
    margin-bottom: 16px;
  }

  /*はじめてご利用になる方------------------------------------*/
  .beginner {
    padding: 40px 0;
  }
  .beginner__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .beginner__title::before {
    margin-right: 8px;
  }
  .beginner__title::after {
    margin-left: 8px;
  }
  .summary {
    flex-direction: column;
    margin: 24px auto;
  }
  .summary__img-container {
    width: 100%;
    padding: 24px;
    border-radius: 10px 10px 0 0;
  }
  .summary__text-container {
    width: 100%;
    padding: 24px 16px;
    border-radius: 0 0 10px 10px;
  }
  .summary__text {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
    text-align: center;
  }
  .summary__tittle {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .summary__list-btn {
    width: 100%;
  }
  
  .info {
    flex-direction: column;
  }
  .info__text {
    text-align: left;
  }

  /*footer------------------------------------*/
  .footer {
    flex-direction: column;
  }
  .footer__logo {
    height: auto;
    width: 100px;
    margin: 0 auto;
  }
  .footer__copyright {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 10px auto;
  }
  .footer__copyright span {
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  .summary__br{
    display: block;
  }
}
