@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
Mポイント[共通]
-------------------------------------------*/
#point-read .contents-wrapper {
  margin-bottom: 0;
}

.contents-inner.point {
  max-width: 1094px;
}
@media screen and (max-width: 1024px) {
  .contents-inner.point {
    max-width: 100%;
  }
}
.contents-inner.point .l-tab .l-tab-panel {
  padding: 60px 100px 0;
}
@media screen and (max-width: 1024px) {
  .contents-inner.point .l-tab .l-tab-panel {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner.point .l-tab .l-tab-panel {
    padding: 40px 0 0;
  }
}

.c-point-read {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .c-point-read {
    grid-template-columns: 1fr 420px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-point-read {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.c-point-read .c-txt .c-title__h2 {
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-point-read .c-txt .c-title__h2 {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-point-read .c-txt .c-read p {
  text-align: left;
}
.c-point-read .c-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .c-point-read .c-list {
    gap: 6px;
  }
}
.c-point-read .c-list .c-box {
  background: #fff;
  border: var(--gray2) 1px solid;
  border-radius: 10px;
  padding: 6px 6px 20px;
}
.c-point-read .c-list .c-box .c-ttl {
  background: var(--blk1);
  border-radius: 3px;
  color: #fff;
  font-size: clamp(1.3rem, 0.97vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .c-point-read .c-list .c-box .c-ttl {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
  }
}
.c-point-read .c-list .c-box .c-ttl > span {
  font-size: clamp(1.8rem, 1.38vw, 2rem);
  font-family: "Inter", sans-serif;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .c-point-read .c-list .c-box .c-ttl > span {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
  }
}
.c-point-read .c-list .c-box .c-img {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .c-point-read .c-list .c-box .c-img {
    padding: 5px 0;
  }
}
.c-point-read .c-list .c-box .c-img img {
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .c-point-read .c-list .c-box .c-img img {
    width: 64px;
  }
}
.c-point-read .c-list .c-box .c-stl {
  border-bottom: var(--gray2) 1px dotted;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .c-point-read .c-list .c-box .c-stl {
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .c-point-read .c-list .c-box .c-stl {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
    min-height: 3.6em;
  }
}
.c-point-read .c-list .c-box > p {
  font-size: clamp(1.1rem, 0.83vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .c-point-read .c-list .c-box > p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
  }
}

/*-------------------------------------------
Mポイントステージとは
-------------------------------------------*/
.c-img-stage {
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  .c-img-stage {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-img-stage {
    margin: 35px 0;
  }
}

/* common.css
.c-table-stage {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;

  tr {
    border-bottom: var(--blk1) 1px solid;

    > * {
      color: var(--blk1);
      font-weight: 700;
      text-align: center;
      vertical-align: middle;
      padding: 20px 10px;

      @include tb() {
        padding: 15px 5px;
      }

      @include sp() {
        padding: 10px 5px;
      }
    }
  }

  thead tr {
    > th {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: clamp(3.4rem, 2.5vw, 3.6rem);
      line-height: 1;
      padding: 20px 10px 5px;

      @include tb() {
        font-size: clamp(2.8rem, 2.9vw, 3rem);
      }

      @include sp() {
        font-size: clamp(1.8rem, 5.12vw, 2rem);
      }
    }
  }

  tbody tr {
    > th {
      width: 18%;
      font-size: clamp(1.2rem, 0.97vw, 1.4rem);
      text-align: left;

      @include tb() {
        font-size: clamp(1.1rem, 1.26vw, 1.3rem);
      }

      @include sp() {
        width: 100%;
      }
    }

    > td {
      position: relative;
      width: calc(82% / 6);
      font-family: "Inter", sans-serif;
      font-size: clamp(1.6rem, 1.25vw, 1.8rem);
      line-height: 1.2;

      @include tb() {
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
      }

      @include sp() {
        width: calc(100% / 6);
        font-size: clamp(0.9rem, 2.82vw, 1.1rem);
      }

      &:before {
        position: absolute;
        display: inline-block;
        content: "";
        top: 15%;
        left: 0;
        width: 2px;
        height: 70%;
        border-left: var(--gray2) 2px dotted;
      }

      &:first-of-type:before {
        border-left: var(--gray2) 2px solid;

        @include sp() {
          border-left: none;
        }
      }

      .u-stage {
        border-radius: 30px;

        @include sp() {
          font-size: clamp(0.8rem, 2.56vw, 1rem);
        }

        &.black {
          background: var(--blk1);
          color: #fff;
        }

        &.white {
          background: #fff;
          border: var(--blk1) 1px solid;
          color: var(--blk1);
        }

        &.junior {
          background: var(--gray2);
          color: #fff;
          margin-top: 5px;
        }
      }

      .u-sale {
        width: 90%;
        background: var(--blk1);
        border-radius: 30px;
        color: #fff;
        padding: 5px;
        margin: 0 auto;

        @include sp() {
          padding: 3px;
        }
      }

      .u-times {
        font-size: clamp(3.4rem, 2.5vw, 3.6rem);
        margin: 0 0.1em;

        @include tb() {
          font-size: clamp(2.8rem, 2.9vw, 3rem);
        }

        @include sp() {
          font-size: clamp(1.8rem, 5.12vw, 2rem);
        }
      }

      &.u-line {
        position: relative;

        &:after {
          position: absolute;
          content: "";
          width: 60%;
          height: 1px;
          background: var(--blk1);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
    }

    &.forSPSE {
      @include sp() {
        display: table-row!important;
        border-bottom: var(--gray2) 1px dotted;
      }

      > th {
        text-align: center;
      }
    }
  }
}
*/
.c-flow-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .c-flow-stage {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-flow-stage {
    gap: 20px;
  }
}
.c-flow-stage .c-flowbox + .c-flowbox {
  position: relative;
}
.c-flow-stage .c-flowbox + .c-flowbox:before {
  position: absolute;
  content: "";
  top: 48%;
  left: -26px;
  height: 16px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--blk1);
}
@media screen and (max-width: 1024px) {
  .c-flow-stage .c-flowbox + .c-flowbox:before {
    left: -20px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-flow-stage .c-flowbox + .c-flowbox:before {
    left: -12px;
    height: 8px;
  }
}

/*-------------------------------------------
Mポイントの使い方
-------------------------------------------*/
.c-exchg-itemlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-exchg-itemlist {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-exchg-itemlist > dl {
  border: #000 1px solid;
}
.c-exchg-itemlist > dl > dt {
  display: grid;
  place-content: center;
  background: #dcdddd;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 1em 5px;
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist > dl > dt {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-exchg-itemlist > dl > dt .c-item-notes {
  font-size: 80%;
  font-weight: normal;
}
.c-exchg-itemlist > dl > dd .c-item-point {
  position: relative;
  font-size: clamp(1.5rem, 1.1vw, 1.6rem);
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist > dl > dd .c-item-point {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-exchg-itemlist > dl > dd .c-item-point:before {
  display: inline-block;
  content: "交換ポイント";
  background: #000;
  color: #fff;
  font-size: clamp(1.2rem, 0.9vw, 1.3rem);
  line-height: 1;
  padding: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-exchg-itemlist > dl > dd .c-item-point:before {
    padding: 3px 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist > dl > dd .c-item-point:before {
    font-size: clamp(1.2rem, 3.3vw, 1.3rem);
    margin-right: 8px;
  }
}
.c-exchg-itemlist > dl > dd .c-item-point.end {
  text-decoration: line-through;
}
.c-exchg-itemlist > dl > dd .c-item-point.end:after {
  display: inline-block;
  content: "交換終了";
  color: var(--red3);
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .c-exchg-itemlist > dl > dd .c-item-point.end:after {
    font-size: 1.3rem;
  }
}
.c-exchg-itemlist > dl > dd .c-item-notes {
  margin: 10px;
}
.c-exchg-itemlist > dl > dd .c-item-notes * {
  font-size: 1.3rem;
}
.c-exchg-itemlist > dl > dd .c-item-notes li + li {
  margin-top: 0;
}
.c-exchg-itemlist > dl > dd .c-item-notes .c-link-text {
  font-size: clamp(1.5rem, 1.1vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist > dl > dd .c-item-notes .c-link-text {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-exchg-itemlist.signball {
  display: block;
}
.c-exchg-itemlist.signball > dl > dd {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-exchg-itemlist.signball > dl > dd {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .c-exchg-itemlist.signball > dl > dd figure {
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist.signball > dl > dd figure {
    max-width: 100%;
  }
}
.c-exchg-itemlist.signball > dl > dd .c-detail .c-dl-block > dl > * {
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist.signball > dl > dd .c-detail .c-dl-block > dl > * {
    padding: 10px;
  }
}
.c-exchg-itemlist.signball > dl > dd .c-detail .c-dl-block > dl > dt {
  font-size: clamp(1.4rem, 0.97vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .c-exchg-itemlist.signball > dl > dd .c-detail .c-dl-block > dl > dt {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
    padding-bottom: 0;
  }
}
.c-exchg-itemlist.signball > dl > dd .c-detail > *:last-child, .c-exchg-itemlist.signball > dl > dd .c-detail *:last-child > * {
  margin-bottom: 0;
}

/*-------------------------------------------
Mメダル
-------------------------------------------*/
#medal-read .contents-wrapper {
  margin-bottom: 0;
}

.contents-inner.medal {
  max-width: 1094px;
}
@media screen and (max-width: 1024px) {
  .contents-inner.medal {
    max-width: 100%;
  }
}
.contents-inner.medal .c-read .c-list-memo li {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contents-inner.medal .c-read .listForSP {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.contents-inner.medal .c-read .listForSP + .listForSP {
  margin-top: 0;
}
.contents-inner.medal .l-tab .l-tab-panel {
  padding: 60px 100px 0;
}
@media screen and (max-width: 1024px) {
  .contents-inner.medal .l-tab .l-tab-panel {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner.medal .l-tab .l-tab-panel {
    padding: 40px 0 0;
  }
}

.c-medal-read {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read {
    grid-template-columns: 1fr 420px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.c-medal-read .c-txt .c-title__h2 {
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-medal-read .c-txt .c-title__h2 {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-medal-read .c-txt .c-read p {
  text-align: left;
}
.c-medal-read .c-txt .c-read .c-list-memo li {
  text-align: left;
}
.c-medal-read .c-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read .c-list {
    gap: 6px;
  }
}
.c-medal-read .c-list .c-box {
  background: #fff;
  border: var(--gray2) 1px solid;
  border-radius: 10px;
  padding: 6px 6px 20px;
}
.c-medal-read .c-list .c-box .c-ttl {
  background: var(--blk1);
  border-radius: 3px;
  color: #fff;
  font-size: clamp(1.3rem, 0.97vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .c-medal-read .c-list .c-box .c-ttl {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
  }
}
.c-medal-read .c-list .c-box .c-ttl > span {
  font-size: clamp(1.8rem, 1.38vw, 2rem);
  font-family: "Inter", sans-serif;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .c-medal-read .c-list .c-box .c-ttl > span {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
  }
}
.c-medal-read .c-list .c-box .c-img {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .c-medal-read .c-list .c-box .c-img {
    padding: 5px 0;
  }
}
.c-medal-read .c-list .c-box .c-img img {
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read .c-list .c-box .c-img img {
    width: 64px;
  }
}
.c-medal-read .c-list .c-box .c-stl {
  border-bottom: var(--gray2) 1px dotted;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .c-medal-read .c-list .c-box .c-stl {
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read .c-list .c-box .c-stl {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
    min-height: 3.6em;
  }
}
.c-medal-read .c-list .c-box > p {
  font-size: clamp(1.1rem, 0.83vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .c-medal-read .c-list .c-box > p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
  }
}

.c-medal-read_kv {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read_kv {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read_kv {
    margin: 0 auto 20px;
  }
}
.c-medal-read_kv img {
  width: 740px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read_kv img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read_kv img {
    width: 100%;
  }
}

.c-medal-read_tutorial {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read_tutorial {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read_tutorial {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-medal-read_tutorial .c-box {
  background: var(--gray3);
  border-radius: 3px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read_tutorial .c-box {
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read_tutorial .c-box {
    padding: 0 20px 20px;
  }
}
.c-medal-read_tutorial .c-box .c-ttl {
  background: var(--blk1);
  color: #fff;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  margin: 0 -20px 20px;
}
@media screen and (max-width: 1024px) {
  .c-medal-read_tutorial .c-box .c-ttl {
    margin: 0 -15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-medal-read_tutorial .c-box .c-ttl {
    font-size: clamp(1.4rem, 3.5vw, 1.5rem);
    padding: 8px;
    margin: 0 -20px 20px;
  }
}
.c-medal-read_tutorial .c-box .c-img {
  margin: 0 auto 20px;
}
.c-medal-read_tutorial .c-box .c-txt * {
  font-size: clamp(1.2rem, 0.9vw, 1.3rem);
}
@media screen and (max-width: 768px) {
  .c-medal-read_tutorial .c-box .c-txt * {
    font-size: clamp(1.2rem, 3.05vw, 1.4rem);
  }
}
.c-medal-read_tutorial .c-box .c-txt > * + * {
  margin-top: 10px;
}

.c-medal-function {
  width: calc(100% - 30px);
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-medal-function {
    width: calc(100% - 10px);
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-medal-function .c-txt {
  background: var(--gray3);
  border-radius: 10px;
  padding: 30px;
}
.c-medal-function .c-txt .c-list li {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-medal-function .c-txt .c-list li {
    font-size: clamp(1.4rem, 3.5vw, 1.5rem);
  }
}
.c-medal-function .c-txt .c-list li + li {
  margin-top: 1em;
}/*# sourceMappingURL=groupE.css.map */