@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,500;1,14..32,500&display=swap");


.headline__title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.165em;
  line-height: 1.5;
}
.headline__title + .lead {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headline__title {
    font-size: 21px;
  }
}

.c-line {
  background: linear-gradient(to bottom, transparent, transparent 1em, #f0da84 1em, #f0da84 1.9em, transparent 1.9em, transparent);
  padding-bottom: 5px;
}

.section-benefit {
  margin-top: 0 !important;
  padding-top: 85px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-benefit {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-benefit .benefit-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .section-benefit .benefit-list {
    margin-top: 12px;
  }
}
.section-benefit .benefit-list__item {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-benefit .benefit-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.section-benefit .benefit-list__item .img {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.section-benefit .benefit-list__item .text {
  margin-top: 21px;
}
.section-benefit .benefit-list__item .text .title {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 18px;
}
.section-benefit .benefit-list__item .text p {
  font-size: 14px;
  margin-top: 22px;
  letter-spacing: 0.065em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .section-benefit .benefit-list__item .text p {
    font-size: 0.8125rem;
  }
}

.section-accumulate {
  padding-top: 88px;
  padding-bottom: 80px;
  background: #f6f5f1;
}
@media only screen and (max-width: 767px) {
  .section-accumulate {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-accumulate .accumulate-flow {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-flow {
    margin-top: 0;
    justify-content: space-around;
  }
}
.section-accumulate .accumulate-flow-item {
  border-radius: 50vw;
  border: 2px solid #4b595d;
  width: 142px;
  height: 142px;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #4b595d;
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-flow-item {
    width: 40vw;
    height: 40vw;
    margin-bottom: 26px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-accumulate .accumulate-flow-item:not(:last-of-type) {
    margin-right: 30px;
  }
}
.section-accumulate .accumulate-flow-item .num {
  width: 31px;
  background: #f6f5f1;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-flow-item .num {
    font-size: 4.25vw;
    width: 1.55rem;
  }
}
.section-accumulate .accumulate-flow-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-accumulate .accumulate-flow-item .img {
    min-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-flow-item .img img {
    max-width: 78%;
  }
}
.section-accumulate .accumulate-flow-item .txt {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: block;
  letter-spacing: 0.06em;
  margin-top: 0.275rem;
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-flow-item .txt {
    font-size: 1em;
    letter-spacing: 0;
    margin-top: 0.575rem;
  }
}
.section-accumulate .accumulate-annotation {
  border: 1px solid #4b595d;
  margin-top: 58px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-annotation {
    margin-top: 1.875rem;
  }
}
.section-accumulate .accumulate-annotation > * {
  padding: 18px 40px 18px 46px;
}
@media only screen and (max-width: 767px) {
  .section-accumulate .accumulate-annotation > * {
    padding: 0.9375rem;
  }
}
.section-accumulate .accumulate-annotation-bottom {
  border-top: 1px solid #4b595d;
}

.section-gift {
  padding-top: 84px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-gift {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-gift .gift-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list {
    margin-top: 2.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.section-gift .gift-list__item {
  background: #f6f5f1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .section-gift .gift-list__item {
    min-height: 75px;
    padding-right: 75px;
    max-width: 875px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item {
    min-height: 75px;
    width: 48%;
    align-items: flex-start;
  }
}
.section-gift .gift-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
.section-gift .gift-list__item .pt {
  background-image: url(../images/member/03_bar-bg01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  width: 127px;
  height: 75px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  padding-right: 21px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .pt {
    width: 100%;
    height: auto;
    padding: 0;
    background: #4b595d;
    font-size: 0.875rem;
    padding: 0.75rem 0.625rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .pt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 25vw 0;
    border-color: transparent transparent transparent #f6f5f1;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .pt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1rem 25vw;
    border-color: transparent transparent #f6f5f1 transparent;
    position: absolute;
    bottom: -1px;
    right: 0;
  }
}
.section-gift .gift-list__item .pt span {
  font-size: 31px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .pt span {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-gift .gift-list__item .text {
    flex: 1;
    padding-right: 73px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .text {
    padding-top: 1rem;
    padding: 1rem;
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.section-gift .gift-list__item .text p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .text p {
    font-size: 0.875rem;
  }
}
.section-gift .gift-list__item .text p.font-large {
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .text p.font-large {
    font-size: 1em;
  }
}
.section-gift .gift-list__item .text p span {
  font-size: 12px;
  margin-top: 1px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item .text p span {
    font-size: 0.75rem;
  }
}
.section-gift .gift-list__item .icon {
  width: 90px;
  height: 75px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-gift .gift-list__item .icon {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-gift .gift-list__item.max {
    min-height: 118px;
    max-width: 1000px;
    padding-right: 136px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-gift .gift-list__item.max .pt {
    background-image: url(../images/member/03_bar-bg02.svg);
    width: 170px;
    height: 118px;
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max .pt {
    background: linear-gradient(90deg, #d1913c 0%, #d8b07c 80.57%);
    padding: 1.25rem 0.625rem 1.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max .pt::before {
    border-width: 1.875rem 47vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max .pt::after {
    border-width: 0 0 1.875rem 47vw;
  }
}
.section-gift .gift-list__item.max .pt span {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max .pt span {
    font-size: 2.375rem;
  }
}
.section-gift .gift-list__item.max .text {
  color: #d6a565;
}
@media only screen and (min-width: 768px) {
  .section-gift .gift-list__item.max .text {
    padding-right: 34px;
  }
}
.section-gift .gift-list__item.max .text p {
  font-size: 24px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max .text p {
    font-size: 1.5rem;
  }
}
.section-gift .gift-list__item.max .text p span {
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-gift .gift-list__item.max .text p span {
    margin-top: 0.3125rem;
  }
}
.section-gift .gift-list__item.max .icon {
  width: 136px;
  height: 118px;
}

.section-check {
  padding-top: 103px;
  padding-bottom: 92px;
  background: #f6f5f1;
}
@media only screen and (max-width: 767px) {
  .section-check {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-check .check-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .section-check .check-list {
    padding-top: 1.875rem;
    flex-flow: column wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-check .check-list__item {
    width: 20.1%;
  }
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item {
    position: relative;
  }
}
.section-check .check-list__item:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/common/ic_arrow-b-bk.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.25rem;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.section-check .check-list__item .img {
  width: 163px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item .img {
    width: 12.5rem;
  }
}
.section-check .check-list__item .title {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item .title {
    margin-top: 1.25rem;
  }
}
.section-check .check-list__item .title span {
  background: #4b595d;
  color: #fff;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 164px;
  min-height: 25px;
  font-size: 12px;
  width: 100%;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item .title span {
    font-size: 1rem;
    max-width: 12.5rem;
    min-height: 2.5rem;
  }
}
.section-check .check-list__item .lead {
  margin-top: 11px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .section-check .check-list__item .lead {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.section-register {
  padding-top: 79px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-register {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-register .register-title {
  text-align: center;
}
.section-register .register-title .en {
  font-size: 48px;
  font-family: "Cormorant", serif;
  letter-spacing: 0.125em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .section-register .register-title .en {
    font-size: 1.875rem;
  }
}
.section-register .register-title .ja {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .section-register .register-title .ja {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.section-register .btn-register {
  text-align: center;
  margin-top: 44px;
}
.section-register .btn-register a {
  border: 1px solid #4b595d;
  border-radius: 8px;
  color: #4b595d;
  min-height: 56px;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 16px;
  max-width: 292px;
}
.section-register .btn-register a:hover {
  background:  #4b595d;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .section-register .btn-register a {
    transition: 400ms;
  }
  .section-register .btn-register a:hover {
    color: #fff;
    background: #5f6e74;
  }
}
@media only screen and (max-width: 767px) {
  .section-register .btn-register a {
    font-size: 0.875rem;
    min-height: 3.125rem;
  }
}