@charset "UTF-8";
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*
media query
*/
/* --------------------------------
p-membership
----------------------------------- */
.p-membership {
  color: var(--primary-color);
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0;
}
@media only screen and (max-width: 718px) {
  .p-membership {
    padding-bottom: 60px;
  }
}

/* --------------------------------
p-fv
----------------------------------- */
.p-fv__img {
  margin-top: 46px;
}
@media only screen and (max-width: 718px) {
  .p-fv__img {
    margin-top: 33px;
  }
}

/* --------------------------------
p-conditions
----------------------------------- */
.p-conditions {
  padding-top: 110px;
  padding-bottom: 74px;
  padding-block: 110px 74px;
}
@media only screen and (max-width: 718px) {
  .p-conditions {
    padding-top: 43px;
    padding-bottom: 36px;
    padding-block: 43px 36px;
  }
}

.p-conditions__message {
  text-align: center;
}

.p-conditions__head {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .p-conditions__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 718px) {
  .p-conditions__head {
    margin-top: 44px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
  }
}

.p-conditions__title {
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 38px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-conditions__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 718px) {
  .p-conditions__title {
    font-size: 18px;
    padding-left: 26px;
  }
}
.p-conditions__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 36px;
  background-image: url(../img/common/icon_ashiato-brown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 718px) {
  .p-conditions__title::before {
    width: 20px;
    height: 21px;
  }
}

.p-conditions__body {
  margin-top: 34px;
}
@media only screen and (max-width: 718px) {
  .p-conditions__body {
    margin-top: 23px;
  }
}

.p-conditions__table {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-conditions__table {
    font-size: 10px;
  }
}
.p-conditions__table th {
  height: 80px;
}
@media only screen and (max-width: 718px) {
  .p-conditions__table th {
    height: 55px;
  }
}
.p-conditions__table th span {
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 12px;
  width: 50px;
  border-radius: 137px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  padding-block: 3.5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-inline: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  margin-bottom: 4px;
}
@media only screen and (max-width: 718px) {
  .p-conditions__table th span {
    font-size: 8px;
    border-radius: 90px;
    padding-left: 2px;
    padding-right: 2px;
    padding-inline: 2px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-block: 3px 2px;
    width: 33px;
    margin-bottom: 2px;
  }
}
.p-conditions__table td {
  height: 80px;
  background-color: var(--beige-color);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 718px) {
  .p-conditions__table td {
    height: 55px;
    border-width: 1px;
  }
}
.p-conditions__table td:nth-of-type(1) {
  border-left: 3px solid #fff;
}
@media only screen and (max-width: 718px) {
  .p-conditions__table td:nth-of-type(1) {
    border-width: 2px;
  }
}
.p-conditions__table td span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1.52px solid var(--primary-color);
  border-radius: 50%;
}
.p-conditions__table thead th {
  height: auto;
}
.p-conditions__table tbody th {
  border-bottom: 2px solid #C5B3AD;
}
@media only screen and (max-width: 718px) {
  .p-conditions__table tbody th {
    border-width: 1px;
  }
}
.p-conditions__table tbody th:nth-child(1) {
  border-top: 2px solid #C5B3AD;
}
@media only screen and (max-width: 718px) {
  .p-conditions__table tbody th:nth-child(1) {
    border-width: 1px;
  }
}

.p-conditions__note {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-conditions__note {
    margin-top: 26px;
    text-align: left;
    font-size: 12px;
  }
}

/* --------------------------------
p-benefits
----------------------------------- */
.p-benefits__heading {
  width: 100%;
  height: 80px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-benefits__heading {
    font-size: 24px;
    height: 60px;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits__heading {
    font-size: 14px;
    height: 27px;
  }
}

.p-benefits__body {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-block: 60px;
}
@media only screen and (max-width: 718px) {
  .p-benefits__body {
    padding-top: 20px;
    padding-bottom: 34px;
    padding-block: 20px 34px;
  }
}

.p-benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6875%;
}
@media only screen and (max-width: 718px) {
  .p-benefits__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-benefits__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.p-benefits__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 718px) {
  .p-benefits__contents {
    width: 100%;
    padding-top: 20px;
  }
}

.p-benefits__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 718px) {
  .p-benefits__badge {
    gap: 5px;
  }
}
.p-benefits__badge li {
  width: 31px;
}
@media only screen and (max-width: 718px) {
  .p-benefits__badge li {
    width: 23px;
  }
}

.p-benefits__title {
  margin-top: 20px;
  font-size: 32px;
  font-family: var(--font-zen);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-benefits__title {
    font-size: 28px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits__title {
    margin-top: 14px;
    font-size: 24px;
  }
}

.p-benefits__text {
  margin-top: 18px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-benefits__text {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits__text {
    margin-top: 8px;
  }
}

.p-benefits__caption {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 718px) {
  .p-benefits__caption {
    margin-top: 7px;
    font-size: 12px;
  }
}

.p-benefits:nth-child(even) {
  background-color: var(--beige-color);
}
.p-benefits:nth-child(even) .p-benefits__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 718px) {
  .p-benefits:nth-child(even) .p-benefits__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-benefits__badge .p-benefits__badge--royal {
  width: auto;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  padding-inline: 18px;
  border-radius: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-benefits__badge .p-benefits__badge--royal {
    font-size: 16px;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits__badge .p-benefits__badge--royal {
    font-size: 14px;
    border-radius: 90px;
    gap: 6px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-inline: 15px;
  }
}
.p-benefits__badge .p-benefits__badge--royal img {
  width: 23px;
}
@media only screen and (max-width: 718px) {
  .p-benefits__badge .p-benefits__badge--royal img {
    width: 19px;
  }
}

/* --------------------------------
p-benefits-event
----------------------------------- */
.p-benefits__event {
  margin-top: 60px;
}
@media only screen and (max-width: 718px) {
  .p-benefits__event {
    margin-top: 25px;
  }
}

.p-benefits-event__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 900px) {
  .p-benefits-event__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__items {
    gap: 10px;
  }
}

.p-benefits-event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.p-benefits-event__item:nth-child(1) .p-benefits-event__body {
  background-color: var(--beige-color);
}

.p-benefits-event__item:nth-child(2) .p-benefits-event__body {
  background-color: #dbdee9;
}

.p-benefits-event__item:nth-child(3) .p-benefits-event__body {
  background-color: #ecf2f5;
}

.p-benefits-event__img img {
  border-radius: 20px 20px 0 0;
}

.p-benefits-event__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 20px 40px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 901px) and (max-width: 1024px) {
  .p-benefits-event__body {
    padding: 20px 12px;
  }
}
@media (max-width: 900px) {
  .p-benefits-event__body {
    width: 100%;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__body {
    padding: 20px 20px 26px;
  }
}

.p-benefits-event__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__badge {
    gap: 5px;
  }
}
.p-benefits-event__badge li {
  width: 26px;
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__badge li {
    width: 23px;
  }
}

.p-benefits-event__badge li.p-benefits-event__badge--royal {
  width: auto;
  height: 34px;
  padding-left: 18px;
  padding-right: 18px;
  padding-inline: 18px;
  border-radius: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1100px) {
  .p-benefits-event__badge li.p-benefits-event__badge--royal {
    font-size: 14px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-inline: 15px;
    gap: 6px;
  }
}
.p-benefits-event__badge li.p-benefits-event__badge--royal img {
  width: 23px;
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__badge li.p-benefits-event__badge--royal img {
    width: 19px;
  }
}

.p-benefits-event__title {
  margin-top: 14px;
  font-family: var(--font-zen);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 719px) and (max-width: 1100px) {
  .p-benefits-event__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__title {
    font-size: 22px;
  }
}

.p-benefits-event__text {
  margin-top: 11px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-benefits-event__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 718px) {
  .p-benefits-event__text {
    margin-top: 8px;
  }
}

/* --------------------------------
p-mypage
----------------------------------- */
.p-mypage {
  margin-top: 0;
  padding-top: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 718px) {
  .p-mypage {
    padding-top: 40px;
  }
  .p-mypage p {
    text-align: center;
  }
}

.p-mypage__btn {
  margin-top: 20px;
}
@media only screen and (max-width: 718px) {
  .p-mypage__btn {
    margin-top: 15px;
  }
}