@charset "UTF-8";

:root {
  --key-1: #d74765;
  --key-2: #8f8240;
  --key-3: #6969a3;
  --key-4: #e2e64d;
  --key-1-back: #f4edef;
  --key-2-back: #f4f2ec;
  --key-3-back: #f0f0f6;
  --key-4-back: #fcfced;
  --line: #8f8f8e;
}

main {
  font-feature-settings: "palt";
}
.container {
  overflow: hidden;
}
.members-container {
  width: calc(90% + 30px);
  max-width: 950px;
  padding-inline: 15px;
  margin-inline: auto;
}
.members-heading {
  font-size: min(25px, 2.5vw);
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #d74765;
  padding: 0.55em;
  margin-top: 9.1%;
  position: relative;
  z-index: 1;
}
.members-heading::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 999px;
  z-index: -1;
}
.m-text-l {
  font-size: min(21px, 2vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.3%;
}
.m-text-m {
  font-size: min(18px, 1.6vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-text-s {
  font-size: min(15px, 1.45vw);
  font-weight: normal;
  letter-spacing: 0.1em;
}

/*--------------------------------------
リード文
--------------------------------------*/
.menbers-lead {
  text-align: center;
  margin-top: 60px;
  line-height: 1.75;
}
.menbers-lead.m-text-m {
  font-size: min(20px, 1.6vw);
}
.menbers-lead-line {
  color: #d74765;
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

/*--------------------------------------
会員特典
--------------------------------------*/
.benefit .members-heading {
  margin-top: 50px;
}
.benefit-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6%;
  row-gap: 8px;
  margin-top: 30px;
}
.benefit-inner li {
  text-align: center;
  height: min(240px, 20.87vw);
  background-image: url(../img/members/benefit-frame@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefit-inner li:nth-child(1) .benefit-img {
  width: 21.8%;
  margin-top: -5%;
  margin-bottom: 6%;
}
.benefit-inner li:nth-child(2) .benefit-img {
  width: 26%;
  margin-bottom: 3%;
}
.benefit-inner li:nth-child(3) .benefit-img {
  width: 26%;
  margin-left: 13%;
  margin-bottom: 3%;
}
.benefit-inner li:nth-child(4) .benefit-img {
  width: 16.3%;
  margin-left: 6%;
  margin-bottom: 4%;
}
.benefit-inner li:nth-child(1),
.benefit-inner li:nth-child(3) {
  position: relative;
}
.benefit-inner li:nth-child(1) p + p,
.benefit-inner li:nth-child(3) p + p {
  position: absolute;
  bottom: 2%;
}
.benefit-star {
  font-size: 0.6em;
  vertical-align: 25%;
}

/*--------------------------------------
会員登録方法
--------------------------------------*/
.register-heading-sub {
  text-align: center;
  margin-top: 5px;
}
.register-inner {
  display: grid;
  grid-template-columns: 46.3% 26.7% 1fr;
  column-gap: 5px;
  margin-top: 30px;
}
.register-inner li {
  padding: 15px 20px 25px 15px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.register-inner li:nth-child(1) {
  background-image: url(../img/members/register-frame-1.png);
}
.register-inner li:nth-child(2) {
  background-image: url(../img/members/register-frame-2.png);
}
.register-inner li:nth-child(3) {
  background-image: url(../img/members/register-frame-3.png);
}
.register-number {
  height: min(16px, 1.55vw);
}
.register-number img {
  height: 100%;
}
.register-text {
  padding-bottom: 15px;
  margin-top: 25px;
}
.register-text .m-text-m {
  text-align: left;
  margin-bottom: 5px;
}
.register-text .m-text-s {
  line-height: 1.8;
  text-align: justify;
}
.register-img {
  height: min(190px, 15.6vw);
  margin-top: auto;
  align-self: center;
}
.register-img img {
  height: 100%;
}
.register-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: auto;
}
.register-line-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-line-link a {
  display: block;
  width: min(65px, 6vw);
}
.register-line-link p {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
.register-triangle {
  width: min(15px, 1.6vw);
}
.register-img-container .register-img {
  margin-top: 0;
}
.register-note {
  text-align: right;
  margin-top: 5px;
}

/*--------------------------------------
バナー
--------------------------------------*/
.members-banner-area {
  margin-top: 2.5%;
}

/*--------------------------------------
ポイントの貯め方
--------------------------------------*/
.howto-required {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.howto-required li {
  color: #fff;
  background-color: #d74765;
  padding: 0 1em;
}
.howto-note {
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
}
.howto-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5px;
  row-gap: 20px;
  margin: 20px 0 10px;
}
.howto-inner li {
  padding: 15px 15px 25px 15px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.howto-inner li:not(:last-child) {
  background-image: url(../img/members/howto-frame-1.png);
}
.howto-inner li:last-child {
  background-image: url(../img/members/howto-frame-2.png);
}
.howto-number {
  height: min(16px, 1.55vw);
}
.howto-number img {
  height: 100%;
}
.howto-text {
  height: min(124px, 13vw);
  margin-top: 25px;
  margin-bottom: 25px;
}
.howto-text .m-text-m {
  text-align: left;
}
.howto-img {
  height: min(190px, 15.6vw);
  margin-top: auto;
  align-self: center;
}
.howto-img img {
  height: 100%;
}
.howto-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: auto;
}
.howto-triangle {
  width: min(15px, 1.6vw);
}
.howto-img-container .howto-img {
  margin-top: 0;
}
.howto-inner li:last-child .howto-img {
  margin-right: -120px;
}
.howto-inner li:nth-child(2) .howto-img img {
  padding: 8%;
}
.howto-inner li:nth-child(3) .howto-img img {
  padding: 0 0 4% 4%;
}
.howto-inner li:nth-child(5) .howto-img img {
  padding-bottom: 5%;
}
.howto-completed {
  position: absolute;
  width: 85%;
  left: 82%;
  top: 45%;
}
.howto-present {
  position: absolute;
  width: 125%;
  left: 220%;
  top: -5%;
}
.howto-completed img,
.howto-present img {
  width: 100%;
}
.howto-step-note {
  font-size: 15px;
  text-align: center;
}

/*--------------------------------------
ポイントの確認方法
--------------------------------------*/
.confirm-inner {
  border: 1px solid var(--line);
  width: 50%;
  padding: 20px 20px 35px;
  margin: 30px auto 0;
}
.confirm-inner .m-text-m {
  text-align: left;
}
.confirm-img-container {
  margin-top: 40px;
}
.confirm-img {
  width: 70%;
  margin: 0 auto;
}
.confirm-triangle {
  width: min(15px, 1.6vw);
}
.confirm-text {
  position: relative;
  padding-left: 19%;
  margin-top: 50px;
}
.confirm-text .m-text-m {
  text-align: left;
}
.confirm-text .m-text-s {
  margin-top: 10px;
}
.confirm-badge {
  position: absolute;
  width: 11.5%;
  right: 17%;
  top: 5%;
}
.confirm-badge img {
  width: 100%;
}

/*--------------------------------------
共通の見出し（交換できる商品・獲得できる商品）
--------------------------------------*/
.series-heading {
  height: 2.8em;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
}
.series-heading.lueur {
  color: var(--key-1);
  border: 1px solid var(--key-1);
  background-color: var(--key-1-back);
}
.series-heading.geleerich {
  color: var(--key-2);
  border: 1px solid var(--key-2);
  background-color: var(--key-2-back);
}
.series-heading.etin {
  color: var(--key-3);
  border: 1px solid var(--key-3);
  background-color: var(--key-3-back);
}
.series-heading.reali {
  border: 1px solid var(--key-4);
  background-color: var(--key-4-back);
}
.series-heading.others {
  border: 1px solid #0071bc;
  background-color: #e5f1f8;
}
.series-heading h3 {
  font-size: min(18px, 1.6vw);
}
.series-heading .series-logo {
  height: min(23px, 2.4vw);
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.25em;
}
.series-heading .series-logo img {
  height: 100%;
}
.series-heading::before,
.series-heading::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #201f1e;
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transition: transform 0.3s ease;
}
.series-heading::after {
  transform: rotate(-90deg);
}
.get-inner.open .series-heading::after {
  transform: initial;
}
.exchange-inner.open .series-heading::after {
  transform: initial;
}

/*--------------------------------------
ポイントで交換できる商品について
--------------------------------------*/
.exchange-inner {
  margin-top: 25px;
}
.exchange-none {
  display: none;
}
.exchange-list-area {
  display: grid;
  grid-template-columns: 53% 1fr;
  margin-top: 20px;
}
.exchange-list {
  padding-inline: 10px;
}
.exchange-list li {
  font-size: min(15px, 1.4vw);
  line-height: 1.87;
  position: relative;
  padding-left: 0.6em;
}
.exchange-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
:nth-child(1 of .exchange-inner) li::before {
  background-color: var(--key-1);
}
:nth-child(2 of .exchange-inner) li::before {
  background-color: var(--key-2);
}
:nth-child(3 of .exchange-inner) li::before {
  background-color: var(--key-3);
}
:nth-child(4 of .exchange-inner) li::before {
  background-color: var(--key-4);
}
:nth-child(5 of .exchange-inner) li::before {
  background-color: #0071bc;
}

/*--------------------------------------
会員ステージについて
--------------------------------------*/
.stage .stage-img {
  margin-top: 25px;
}
.stage :nth-child(2 of .m-text-l) {
  margin-top: 100px;
}
.stage-text .m-text-s {
  letter-spacing: 0.08em;
}
.stage :nth-child(1 of .stage-text) {
  margin-top: 35px;
}
.stage :nth-child(2 of .stage-text) {
  margin-top: 30px;
}

/*--------------------------------------
ポイント獲得できる商品について
--------------------------------------*/
.get-inner {
  margin-top: 30px;
}
.get-table-area {
  display: none;
}
.get table {
  font-size: min(15px, 1.5vw);
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--line);
  margin-top: 15px;
}
.get table col:nth-child(1){
  border-right: 1px solid var(--line);
}
.get table col:nth-child(2),
.get table col:nth-child(3),
.get table col:nth-child(4){
  width: 11.4%;
  border-right: 1px solid var(--line);
}
.get table col:nth-child(5){
  width: 11.4%;
}
.get table th {
  font-weight: normal;
  text-align: center;
  padding: 0.25em 0.5em;
}
.get table thead th {
  border-bottom: 1px solid var(--line);
}
.get table thead tr:first-child th:first-child {
  text-align: left;
  padding-left: 2em;
}
.get-inner:nth-of-type(1) table thead {
  background-color: var(--key-1-back);
}
.get-inner:nth-of-type(2) table thead {
  background-color: var(--key-2-back);
}
.get-inner:nth-of-type(3) table thead {
  background-color: var(--key-3-back);
}
.get-inner:nth-of-type(4) table thead {
  background-color: var(--key-4-back);
}
.get table tbody th {
  text-align: left;
}
.get table tbody td {
  text-align: center;
}
.get table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

/*--------------------------------------
よくあるご質問
--------------------------------------*/
.faq-heading {
  font-size: min(21px, 1.83vw);
  text-align: center;
  background-color: #e9e9e8;
  padding: 0.6em;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}
.faq dl {
  display: none;
  padding-bottom: 20px;
}
.faq dt {
  font-size: min(18px, 1.6vw);
  font-weight: bold;
  border: 1px solid var(--line);
  border-radius: 1.3em;
  padding: 0.5em 1.5em;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}
.faq dd {
  font-size: min(15px, 1.5vw);
  letter-spacing: 0.05em;
  line-height: 1.73;
  text-align: justify;
  margin-top: 15px;
  display: none;
}
.faq dd a {
  text-decoration: underline;
}
.faq-heading::before,
.faq-heading::after,
.faq dt::before,
.faq dt::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #201f1e;
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  z-index: 5;
  transition: transform .3s ease;
}
.faq-heading::after,
.faq dt::after {
  transform: rotate(-90deg);
}
.faq section.open .faq-heading::after,
.faq dl div.open dt::after {
  transform: initial;
}

/*--------------------------------------
会員規約
--------------------------------------*/
.agreement-container {
  font-size: min(15px, 1.5vw);
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: justify;
  border: 1px solid var(--line);
  width: 100%;
  height: 530px;
  overflow: auto;
  padding: 2.2% 3.2%;
  margin-top: 30px;
}
.agreement-container h3 {
  font-size: min(15px, 1.5vw);
}
.agreement-list > li {
  margin-top: 1.6em;
}
.agreement-newline {
  margin-top: 1.6em;
}

/*--------------------------------------
お問い合わせ
--------------------------------------*/
.contact {
  margin-bottom: 80px;
}
.contact-tel {
  font-size: min(19px, 2vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
}
.contact-time {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.contact-time img {
  width: 5%;
  vertical-align: -0.1em;
  display: inline-block;
  margin-inline: 0.3em;
}

/* Youtube */
.youtube-area {
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: 80px auto 0;
}
.youtube-area .youtube-text {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 2px #d74765;
  border-bottom: solid 2px #d74765;
}
.youtube-area .youtube-text img {
  width: 45px;
}
.youtube-area .youtube-text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 10px;
  text-align: center;
}
.youtube-area .youtube {
  width: 48%;
}
.youtube-area .youtube iframe {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16/9;
}

/* レシート */
.about-receipt {
  margin-bottom: 40px;
}
.about-receipt-title {
  font-size: 21px;
  margin: 40px 0 30px;
  text-align: center;
}
.about-receipt .flex {
  display: flex;
}
.about-receipt .flex .about-list {
  width: 55%;
  font-size: 18px;
  margin-right: 5%;
}
.about-receipt .flex .about-list li {
  margin-bottom: 5px;
}
.about-receipt .flex .about-list li::before {
  content: "■";
  margin-left: -17px;
}
.about-receipt .flex .about-img {
  width: 40%;
}
.about-receipt .flex .about-img img {
  width: 100%;
}
.example-receipt {
  background-color: #fbedf0;
  border-radius: 10px;
  padding: 20px 5%;
  margin-bottom: 60px;
}
.example-receipt-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.example-receipt-title img {
  width: 47px;
  margin-right: 10px;
}
.example-receipt-title span {
  color: #d74765;
  font-size: 21px;
  font-weight: bold;
}
.example-receipt-title2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.example-receipt .example-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 4.5%;
}
.example-receipt .example-list li {
  width: calc(77.5% / 6);
}
.example-receipt .example-list li:nth-child(10) {
  position: relative;
}
.example-receipt .example-list li:nth-child(10)::after {
  content: url(../img/members/howto-receipt-arrow.svg);
  width: 20px;
  position: absolute;
  top: 33%;
  right: -27px;
}
.example-receipt .example-list li:nth-child(11) {
  width: calc((77.5% / 6 * 2) + 4.5%);
  display: flex;
  align-items: flex-end;
}
.example-receipt .example-list li:nth-child(11) img:nth-child(1) {
  width: 42.5%;
  margin-right: 3.5%;
}
.example-receipt .example-list li:nth-child(11) img:nth-child(2) {
  width: 54%
}
.example-receipt .example-list li:nth-child(12) {
  width: 0;
}
.example-receipt .example-list li p {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 7px;
  text-align: center;
}
.example-receipt .example-list li img {
  width: 100%;
}

/*--------------------------------------
SP
--------------------------------------*/
@media screen and (max-width: 767px) {
  .members-container {
    width: 100%;
    padding-inline: 10px;
  }

  .members-heading {
    font-size: min(22px, 4.69vw);
    padding: 0.4em;
    margin-top: 45px;
  }
  .m-text-l {
    font-size: min(19px, 4.1vw);
    margin-top: 20px;
  }
  .m-text-m {
    font-size: min(18px, 3.75vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .m-text-s {
    font-size: min(15px, 3.26vw);
    letter-spacing: 0;
  }
  .m-text-s.m-text-sp {
    font-size: 14px;   
  }
  .nowrap {
    white-space: nowrap;
  }
  
  /* リード文
  --------------------------------------*/
  .menbers-lead {
    margin-top: 35px;
    letter-spacing: 0;
    line-height: 1.85;
  }
  .menbers-lead.m-text-m {
    font-size: min(18px, 3.75vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .menbers-lead-line {  
    font-size: 20px;
  }
  
  /* 会員特典
  --------------------------------------*/
  .benefit .members-heading {
    margin-top: 40px;
  }
  .benefit .members-container {
    max-width: 500px;
    margin-inline: auto;
  }
  .benefit-inner {
    display: block;
    margin-top: 20px;
  }
  .benefit-inner li {
    height: min(180px, 35.5vw);
    background-image: url(../img/members/benefit-frame-sp@2x.png);
    flex-direction: row;
    margin-bottom: 10px;
  }
  .benefit-inner li .m-text-m {
    line-height: 1.55;
  }
  .benefit-inner li:nth-child(1) {
    padding-bottom: 4%;
  }
  .benefit-inner li:nth-child(1) .benefit-img {
    width: 40%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .benefit-inner li:nth-child(1) .m-text-m {
    margin-right: 8%;
  }
  .benefit-inner li:nth-child(2) .benefit-img {
    width: 30%;
    margin-right: 7%;
    margin-bottom: 0;
  }
  .benefit-inner li:nth-child(3) .benefit-img {
    width: 35%;
    margin-left: 0;
  }
  .benefit-inner li:nth-child(4) .benefit-img {
    width: 22%;
    margin-right: 8%;
    margin-bottom: 3%;
  }
  .benefit-inner li:nth-child(1) p + p {
    font-size: min(15px, 2.8vw);
  }
  
  /* 会員登録方法
  --------------------------------------*/
  .register .members-container {
    max-width: 500px;
    margin-inline: auto;
  }
  .register-heading-sub {
    text-align: center;
    margin-top: 5px;
  }
  .register-inner {
    display: block;
    margin-top: 20px;
  }
  .register-inner li {
    padding: 15px 15px 40px 15px;
    margin-bottom: 5px;
  }
  .register-inner li:nth-child(1) {
    background-image: url(../img/members/register-frame-1-sp.png);
  }
  .register-inner li:nth-child(2) {
    background-image: url(../img/members/register-frame-2-sp.png);
  }
  .register-inner li:nth-child(3) {
    background-image: url(../img/members/register-frame-3-sp.png);
    padding-bottom: 25px;
  }
  .register-number {
    width: 19%;
    height: auto;
  }
  .register-text .m-text-s {
    line-height: 2;
  }
  .register-img {
    height: min(180px, 36vw);
  }
  .register-line-link a {
    width: min(65px, 12.5vw);
    margin-top: 10px;
  }
  .register-line-link p {
    line-height: 1.1;
    margin-top: 5px;
  }
  .register-triangle {
    width: min(15px, 3vw);
  }
  .register-note {
    font-size: min(13px, 2.73vw);
  }

  /* バナー
  --------------------------------------*/
  .members-banner-area {
    width: calc(100% + 70px);
    margin-inline: -35px;
    margin-top: 50px;
  }

  /* ポイントの貯め方
  --------------------------------------*/
  .howto .members-container {
    max-width: 500px;
    margin-inline: auto;
  }
  .howto-required {
    flex-direction: column;
    gap: 5px;
    width: 84%;
    margin-top: 15px;
    margin-inline: auto;
  }
  .howto-required li {
    letter-spacing: 0;
    padding: 0.1em 0.5em;
  }
  .howto-note {
    font-size: min(13px, 2.73vw);
    width: 100%;
    margin-top: 15px;
  }
  .howto-inner {
    display: block;
    margin-top: 30px;
  }
  .howto-inner li {
    padding: 15px 15px 40px 15px;
    margin-bottom: 5px;
  }
  .howto-inner li:nth-child(1) {
    background-image: url(../img/members/howto-frame-1-sp.png);
  }
  .howto-inner li:nth-child(2) {
    background-image: url(../img/members/howto-frame-2-sp.png);
  }
  .howto-inner li:nth-child(3) {
    background-image: url(../img/members/howto-frame-3-sp.png);
  }
  .howto-inner li:nth-child(4) {
    background-image: url(../img/members/howto-frame-4-sp.png);
  }
  .howto-inner li:nth-child(5) {
    background-image: url(../img/members/howto-frame-5-sp.png);
    padding-bottom: 25px;
  }
  .howto-number {
    width: 19%;
    height: auto;
  }
  .howto-text {
    height: auto;
    margin-bottom: 20px;
  }
  .howto-text .m-text-m {
   letter-spacing: 0;
  }
  .howto-text .m-text-s {
    font-size: min(14px, 3.6vw);
  }
  .howto-img {
    height: min(220px, 46vw);
  }
  .howto-triangle {
    width: min(15px, 3vw);
  }
  .howto-inner li:last-child {
    margin-right: 0;
  }
  .howto-inner li:last-child .howto-img {
    margin-right: 0;
  }
  .howto-inner li:nth-child(2) .howto-img img {
    padding: 2%;
  }
  .howto-inner li:nth-child(3) .howto-img img {
    padding: 1%;
    margin-left: 19%;
  }
  .howto-inner li:nth-child(5) .howto-img img {
    padding: 1%;
    margin-left: 22%;
  }
  .howto-completed {
    left: -70%;
    top: 47%;
  }
  .howto-present {
    width: 122%;
    left: 108%;
    top: 7%;
  }
  .howto-step-note {
    font-size: 14px;
    text-align: left;
  }
  
  /* ポイントの確認方法
  --------------------------------------*/
  .confirm .members-container {
    max-width: 500px;
    margin-inline: auto;
  }
  .confirm-inner {
    width: 100%;
    padding: 20px 15px;
    margin: 25px auto 0;
  }
  .confirm-inner .m-text-m {
    letter-spacing: 0;
  }
  .confirm-img-container {
    gap: 20px;
    margin-top: 20px;
  }
  .confirm-img {
    width: 80%;
  }
  .confirm-triangle {
    width: min(15px, 3vw);
  }
  .confirm-text {
    text-align: justify;
    width: 62%;
    padding-left: 0;
    margin-top: 20px;
  }
  .confirm-badge {
    width: min(100px, 40%);
    right: -55%;
    top: initial;
    bottom: 10%;
  }
  
  /* 共通の見出し（交換できる商品・獲得できる商品）
  --------------------------------------*/
  .series-heading {
    font-size: min(18px, 4.16vw);
    height: 4.5em;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center start;
    padding-block: 0.4em;
    padding-left: 2em;
  }
  .series-heading h3 {
    font-size: min(18px, 4.16vw);
  }
  .series-heading .series-logo {
    height: min(19px, 4.5vw);
    margin-right: 0;
  }
  .series-heading::before,
  .series-heading::after {
    width: 11px;
  }
  
  /* ポイントで交換できる商品について
  --------------------------------------*/
  .exchange-inner {
    margin-top: 30px;
  }
  .exchange-list-area {
    display: block;
    margin-top: 15px;
  }
  .exchange-list li {
    font-size: min(16px, 3.5vw);
    line-height: 1.55;
  }
  .exchange-list li::before {
    top: 0.45em;
  }
  
  /* 会員ステージについて
  --------------------------------------*/
  .stage .stage-img {
    width: calc(100% + 30px);
    margin-top: 15px;
    margin-inline: -15px;
  }
  .stage :nth-child(2 of .m-text-l) {
    margin-top: 40px;
  }
  .stage-text .m-text-s {
    font-size: min(13px, 2.73vw);
    line-height: 1.55;
  }
  .stage :nth-child(1 of .stage-text) {
    margin-top: 20px;
  }
  .stage :nth-child(2 of .stage-text) {
    margin-top: 20px;
  }
  
  /* ポイント獲得できる商品について
  --------------------------------------*/
  .get-inner {
    margin-top: 30px;
  }
  .get table {
    font-size: min(15px, 2.5vw);
    margin-top: 15px;
  }

  .get table col:nth-child(2),
  .get table col:nth-child(3),
  .get table col:nth-child(4),
  .get table col:nth-child(5){
    width: 12.7%;
  }
  .get table th {
    padding: 0.1em 0.3em;
  }
  .get table thead tr:nth-child(2) {
    font-size: 0.9em;
    letter-spacing: -0.1em;
    padding-inline: 0;
  }
  .get table thead tr:first-child th:first-child {
    padding-left: 0.5em;
  }
  .get table tbody th {
    letter-spacing: -0.05em;
    line-height: 1.6;
  }
  .get-inner:nth-child(3) tbody th {
    padding-block: 1.14em;
  }
  .get table tbody td {
    font-size: clamp(12px, 2.5vw, 15px);
  }
  
  /* よくあるご質問
  --------------------------------------*/
  .faq-heading {
    font-size: min(21px, 4.43vw);
    padding: 0.2em;
  }
  .faq dl > div:first-child{
    margin-top: 15px;
  }
  .faq dl > div:not(:first-child){
    margin-top: 25px;
  }
  .faq dt {
    font-size: min(18px, 3.9vw);
    height: 5.32em;
    border-radius: 999px;
    display: grid;
    align-items: center;
    padding: 0.2em 1.5em;
    margin-top: 0;
  }
  .faq dd {
    font-size: min(15px, 3.3vw);
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin-top: 10px;
  }
  .faq-heading::before,
  .faq-heading::after,
  .faq dt::before,
  .faq dt::after {
    width: 11px;
    right: 1.2em;
  }
  .faq-4lines dt {
    line-height: 1.35;
    height: 6.5em;
  }
 
  /* 会員規約
  --------------------------------------*/
  .agreement-container {
    font-size: min(15px, 2.9vw);
    letter-spacing: 0;
    line-height: 1.7;
    height: 340px;
    padding: 20px 15px;
    margin-top: 30px;
  }
  .agreement-container h3 {
    font-size: min(15px, 2.9vw);
  }
  
  /* お問い合わせ
  --------------------------------------*/
  .contact {
    margin-bottom: 30px;
  }
  .contact-tel {
    font-size: min(14px, 4.1vw);
    margin-top: 8px;
  }
  .contact-time {
    font-size: min(15px, 2.95vw);
    margin-top: 5px;
  }


  .youtube-area {
    flex-direction: column;
    margin: 50px auto 0;
  }
  .youtube-area .youtube-text {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
  }
  .youtube-area .youtube-text p {
    font-size: 16px;
  }
  .youtube-area .youtube-text img {
    width: 25px;
  }
  .youtube-area .youtube {
    width: 90%;
    margin: 0 auto;
  }

  /* レシート */
  .about-receipt {
    margin-bottom: 30px;
  }
  .about-receipt-title {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .about-receipt .flex {
    flex-direction: column;
  }
  .about-receipt .flex .about-list {
    width: 100%;
    font-size: 16px;
    margin: 0 0 20px 10px;
  }
  .about-receipt .flex .about-img {
    width: 100%;
  }
  .example-receipt {
    margin-bottom: 40px;
  }
  .example-receipt-title img {
    width: 30px;
  }
  .example-receipt-title span {
    font-size: 20px;
  }
  .example-receipt-title2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .example-receipt .example-list {
    gap: 25px 5%;
  }
  .example-receipt .example-list li {
    width: calc(90% / 3);
  }
  .example-receipt .example-list li:nth-child(11) {
    width: calc((90% / 3 * 2) + 5%);
    position: relative;
  }
  .example-receipt .example-list li:nth-child(11) img:nth-child(1) {
    width: 46%;
    margin-right: 0
  }
  .example-receipt .example-list li:nth-child(11) img:nth-child(2) {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .example-receipt .example-list li p {
    font-size: 13px;
  }
}