@charset "UTF-8";
/*
|---------------------------------------------------------------
| 会員プログラム概要
|---------------------------------------------------------------
*/
.page-memberProgram {
  --mbs-section-title-font-size: clamp(17.5px, 2.5cqw, 20px);
  display: block;
  width: 100%;
  padding: clamp(20px, 4cqw, 40px) 0;
  font-size: clamp(14px, 2cqw, 16px);
}
.page-memberProgram__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(25px, 4.33cqw, 40px);
}
.page-memberProgram__body {
  display: block;
  width: 100%;
}
.page-memberProgram .mbsc-article-style *:last-child {
  margin-bottom: 0;
}
.page-memberProgram .mbsc-article-style a {
  text-decoration: underline;
}
.page-memberProgram .mbsc-article-style dl dt {
  font-weight: 700;
}
.page-memberProgram .mbsc-article-style dl dl dt {
  font-weight: normal;
}

.page-memberProgram-title {
  display: block;
  width: 100%;
  font-size: clamp(22.5px, 3.9cqw, 36px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 1em;
  padding: 0;
}

.page-memberProgram-lead {
  display: block;
  width: 100%;
  font-size: 1em;
  text-align: left;
}
@media (min-width: 750.02px) {
  .page-memberProgram-lead {
    max-width: 65em;
    margin: 0 auto;
    text-align: center;
  }
}

/*
 * Section
------------------------------------------------*/
.memberProgram-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(20px, 4cqw, 40px) 0;
}
.memberProgram-section__header {
  container-type: inline-size;
  display: block;
  width: 100%;
  margin: 0 0 clamp(5px, 1cqw, 10px);
}
.memberProgram-section__body {
  display: block;
  width: 100%;
  line-height: 1.75;
}

.memberProgram-section-title {
  display: block;
  width: 100%;
  font-size: var(--mbs-section-title-font-size);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*
 * Nav
------------------------------------------------*/
.memberProgram-nav {
  --mbs-border-color: #EFEFEF;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: clamp(15px, 2.07cqw, 16px);
}
.memberProgram-nav__list {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--mbs-border-color);
  border-bottom: 2px solid #000000;
}
.memberProgram-nav__list__item {
  display: flex;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0 -0.5px;
  border-width: 0 1px;
  border-style: solid;
  border-color: var(--mbs-border-color);
}
@media (max-width: 750px) {
  .memberProgram-nav {
    --mbs-container-padding: 0;
  }
  .memberProgram-nav__list {
    width: auto;
    margin: 0 -0.5px;
  }
  .memberProgram-nav__list__item {
    flex-grow: 1;
  }
}

.memberProgram-nav-link {
  display: block;
  width: 100%;
  padding: 0.25em 0.5em 1em;
  color: inherit;
  text-decoration: none !important;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.memberProgram-nav-link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25em;
  z-index: 2;
  margin: auto;
}
@media (min-width: 750.02px) {
  .memberProgram-nav-link {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

/*
 * プレステージクラブへのご参加
------------------------------------------------*/
.memberProgram-main {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 50px) 0 clamp(40px, 5.33vw, 80px);
  color: inherit;
  background: #F6F6F6;
}
@media (min-width: 750.02px) {
  .memberProgram-main {
    --mbs-container-padding: clamp(50px, 6.67vw, 100px);
  }
}

.memberProgram-join {
  display: block;
  width: 100%;
}
.memberProgram-join__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 60px);
}
.memberProgram-join__body {
  display: block;
  width: 100%;
}

.memberProgram-join-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  margin: 0 0 1em;
  padding: 0;
  font-size: clamp(19px, 2.53vw, 20px);
  font-weight: 700;
  text-align: center;
}
.memberProgram-join-title__main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  font-size: 1.8em;
}
.memberProgram-join-title__main::before, .memberProgram-join-title__main::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 2px;
  background: currentColor;
}
.memberProgram-join-title__sub {
  display: block;
  width: 100%;
  font-size: 1em;
}

.memberProgram-join-lead {
  display: block;
  width: 100%;
  font-size: 15px;
  text-align: left;
}
@media (min-width: 750.02px) {
  .memberProgram-join-lead {
    font-size: 14px;
    text-align: center;
  }
}

.memberProgram-join-sections {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 15px 50px;
}

.mpjoin-section {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 15px;
  color: #1e1e1e;
  background: #ffffff;
}
.mpjoin-section::before {
  content: attr(data-index);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1;
  color: #ffffff;
  background: #000000;
  text-align: center;
  font-family: var(--mbs-font-family-en, inherit);
  font-size: 27.5px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
@media (min-width: 750.02px) {
  .mpjoin-section {
    padding: 30px 50px;
  }
  .mpjoin-section::before {
    width: 50px;
    font-size: 30px;
  }
}
.mpjoin-section__body {
  display: block;
  width: 100%;
  text-align: left;
}
@media (min-width: 750.02px) {
  .mpjoin-section__body {
    text-align: center;
  }
}

.mpjoin-section-title {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0.5em 0.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #000000;
}
.mpjoin-section-title__prefix {
  display: block;
}
.mpjoin-section-title__main {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: var(--mbs-color-brand, #E60012);
}
.mpjoin-section-title__main strong {
  font-size: 1.25em;
}
.mpjoin-section-title__main span {
  display: block;
}

.mpjoin-section-nav {
  display: block;
  width: 100%;
  margin: 25px 0 0;
}
.mpjoin-section-nav__note {
  display: block;
  width: 100%;
  margin: 25px 0 0;
  font-size: 1em;
}
.mpjoin-section-nav__note a {
  text-decoration: underline;
}

.mpjoin-section-btn {
  display: block;
  width: 100%;
  padding: 0.75em;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background: #000000;
}
@media (min-width: 750.02px) {
  .mpjoin-section-btn {
    font-size: 16px;
    padding: 1em;
  }
}

/*
 * LINE
------------------------------------------------*/
.mpjoin-line {
  display: block;
  padding: 0 1px;
}
.mpjoin-line__btn {
  display: block;
  width: 100%;
}
.mpjoin-line__btn img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 詳細
------------------------------------------------*/
.memberProgram-detail {
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(35px, 6.33cqw, 60px) 0;
}
.memberProgram-detail__header {
  container-type: inline-size;
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 3cqw, 30px);
}
.memberProgram-detail__body {
  display: block;
  width: 100%;
  line-height: 1.75;
}

.memberProgram-detail-title {
  display: block;
  width: 100%;
  font-size: var(--mbs-section-title-font-size);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 1.75em;
  padding: 0;
}

.memberProgram-detail-content picture {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: clamp(30px, 5.33cqw, 50px) auto;
}
