@charset "utf-8";

.text-left {
  text-align: left;
}


/* マイページ */
.block-mypage--top-area-wrapper {
  width: 860px;
}
.block-mypage--customer-info {
  --customer-stage-color-1: rgba(178, 127, 103, 1);
  --customer-stage-color-2: rgba(178, 127, 103, 0.37);
  --customer-stage-color-bg: #FBF8F7;
  
  position: relative;
  padding: 25px 0 25px 42px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}
.block-mypage--customer-info.block-mypage--customer-stage--bronze {
  --customer-stage-color-1: rgba(178, 127, 103, 1);
  --customer-stage-color-2: rgba(178, 127, 103, 0.37);
  --customer-stage-color-bg: #FBF8F7;
}
.block-mypage--customer-info.block-mypage--customer-stage--silver {
  --customer-stage-color-1: rgba(163, 163, 173, 1);
  --customer-stage-color-2: rgba(163, 163, 173, 0.37);
  --customer-stage-color-bg: #FAFAFB;
}
.block-mypage--customer-info.block-mypage--customer-stage--gold {
  --customer-stage-color-1: rgba(220, 180, 97, 1);
  --customer-stage-color-2: rgba(220, 180, 97, 0.37);
  --customer-stage-color-bg: #FBF8F7;
}
.block-mypage--customer-info.block-mypage--customer-stage--platinum {
  --customer-stage-color-1: rgba(162, 177, 214, 1);
  --customer-stage-color-2: rgba(162, 177, 214, 0.37);
  --customer-stage-color-bg: #FAFBFD;
}
.block-mypage--customer-info.block-mypage--customer-stage--diamond {
  --customer-stage-color-1: rgba(70, 71, 95, 1);
  --customer-stage-color-2: rgba(70, 71, 95, 0.37);
  --customer-stage-color-bg: #F5F6F7;
}

.block-mypage--customer-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 100%;
  background: var(--customer-stage-color-1);
}
.block-mypage--customer-stage-label {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform-origin: center center;
  rotate: -90deg;
  letter-spacing: .2em;
  font-size: 15px;
  color: #fff;
}
.block-mypage--barcode {
  flex: 0 0 190px;
  padding: 0;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-mypage--customer-name-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #2d2d2d;
}
.block-mypage--customer-name {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: bold;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.block-mypage-customer-name-title {
  font-size: 12px;
  margin-left: 6px;
  font-weight: normal;
}
.block-mypage--barcode img {
  width: 133px;
  height: 50px;
  font-size: 10px;
  margin-top: 5px;
}
.block-mypage--customer-number {
  font-size: 11px;
  letter-spacing: 0.11em;
  line-height: 1;
}
.block-mypage--barcode-img-load-error {
  width: auto;
  font-size: 11px;
  margin-top: .25em;
}
.block-mypage--point-rate {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: .2em 1em;
  border-left: none;
  font-size: 11px;
  color: var(--customer-stage-color-1);
  background: var(--customer-stage-color-bg);
}
.block-mypage--point-rate-value {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: var(--customer-stage-color-1);
}
.block-mypage--point-rate-value-unit {
  margin-left: .1em;
  font-size: 11px;
  font-weight: bold;
  color: var(--customer-stage-color-1);
}
.block-mypage--point {
  flex: 0 0 220px;
  background: var(--customer-stage-color-bg);
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1em;
}
.block-mypage--mypoint {
  border: none;
  display: block;
  margin-block: auto;
  text-align: center;
  flex-grow: unset;
  padding: 0;
  word-break: break-all;
  font-size: 12px;
}
.block-mypage--mypoint-header {
  display: block;
  font-size: 12px;
}
.block-mypage--mypoint-point {
  display: block;
  font-size: 20px;
  color: #222;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0;
}
.block-mypage--mypoint-point-unit {
  font-size: 12px;
}
.block-mypage--expire {
  margin-top: .25em;
  color: #555;
}
.block-mypage--card-subheader {
  color: #555;
  font-size: 11px;
}
.block-mypage--expire-value {
  font-size: 13px;
  border: none;
  padding: 0 0 0 .25em;
  font-weight: bold;
  margin: 0;
}
.block-mypage--customer-info-button {
  display: block;
  min-width: 110px;
  margin: auto auto 0;
  border: 1px solid #CE1032;
  color: #CE1032;
  background: #FFFFFF;
  font-size: 12px;
  padding: .5em;
  text-align: center;
  border-radius: 3px;
}
.block-mypage--mile {
  flex: 0 0 290px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.block-mypage--mile-chart {
  flex: 0 0 134px;
  color: #222;
  display: flex;
  align-items: center;
}
.block-mypage--mile-graph {
  
  --outer-radius-val: 67;
  --graph-border-width-val: 12;
  
  --outer-radius: calc(var(--outer-radius-val) * 1px);;
  --graph-radius-val: calc(var(--outer-radius-val) - var(--graph-border-width-val) / 2);
  --graph-radius: calc(var(--graph-radius-val) * 1px);
  --graph-border-width: calc(var(--graph-border-width-val) * 1px);
  --inner-percent: calc((var(--outer-radius-val) - var(--graph-border-width-val)) / (var(--outer-radius-val) / cos(45deg)) * 100%);
  --inner-percent2: calc((var(--outer-radius-val) - var(--graph-border-width-val) - 1) / (var(--outer-radius-val) / cos(45deg)) * 100%);
  --current-ratio: calc(var(--mile-current, 0) / var(--mile-goal, 1));
  --current-percent: calc(var(--current-ratio) * 100%);
  --current-angle: calc(var(--current-ratio) * 360deg);
  --current-dx: calc(cos(calc(var(--current-angle) - 90deg)) * var(--graph-radius));
  --current-dy: calc(sin(calc(var(--current-angle) - 90deg)) * var(--graph-radius));

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--outer-radius) * 2);
  height: calc(var(--outer-radius) * 2);
  margin: 0 auto;
  border-radius: 50%;
  background-image:
    radial-gradient(#fff calc(var(--inner-percent) - 1%),transparent var(--inner-percent)),
    conic-gradient(var(--customer-stage-color-1) var(--current-percent), var(--customer-stage-color-2) var(--current-percent) 100%);
}
.block-mypage--mile-graph::before,
.block-mypage--mile-graph::after {
  content: '';
  position: absolute;
  width: var(--graph-border-width);
  height: var(--graph-border-width);
  background: var(--customer-stage-color-1);
  border-radius: 50%;
  transform-origin: center center;
}
.block-mypage--mile-graph::before {
  translate: 0 calc(var(--graph-radius) * -1);
}
.block-mypage--mile-graph::after {
  translate: var(--current-dx) var(--current-dy);
}

.block-mypage--mile-status {
}
.block-mypage--mile-status-header {
  display: block;
  font-size: 9px;
}
.block-mypage--mile-status-current {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.block-mypage--mile-status-next {
  display: block;
  font-size: 9px;
}
.block-mypage--mile-info {
  flex: 0 0 140px;
  font-size: 11px;
  color: #555;
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1em 0;
}
.block-mypage--mile-info-condition {
  margin-block: auto;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5;
}
.block-mypage--mile-info-deadline {
}
.block-mypage--mile-info-goal {
  font-size: 14px;
  font-weight: bold;
}
.block-mypage--mile-info-next-stage {
  font-size: 14px;
  font-weight: bold;
  padding: 0 .1em;
}
.block-mypage--mile-error {
  margin-block: auto;
  width: 100%;
  font-size: 11px;
  color: #555;
}
.block-mypage--detail-link {
}
.block-mypage--detail-link a:first-of-type {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.block-mypage--detail-link a:not(:first-of-type) {
  padding-left: 15px;
  border-left: 1px solid #C9C9C9;
  margin-left: 15px;
}


/* マイル履歴 */
.page-mile-history {
}
.page-mile-history-title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 50px 0px;
}
.block-mile-history-bottom {
}
.page-mile-history .pager-scope,
.page-mile-history .pager-total {
  display: none;
}
.page-mile-history .pager {
  padding: 0;
  margin: 80px auto 40px;
}

.block-mile-history {
  position: relative;
}
.block-mile-history__header {
  position: sticky;
  width: 100%;
  top: 60px;
  z-index: 1;
}

.mile-info {
  padding: 20px 20px;
  background-color: #F8F8F8;
  line-height: 1.2;
}
.mile-info__container {
  display: flex;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.mile-info-unit {
  display: inline-block;
  margin-left: .1em;
  vertical-align: text-bottom;
  font-weight: 600;
  font-size: 12px;
}
.mile-info-note {
  margin-top: 16px;
  text-align: right;
  font-size: 12px;
}
.mile-info-note a {
  color: #CE1032;
  text-decoration: underline;
}
.mile-info-balance-wrapper {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  &::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #EDEDED;
  }
}
.mile-info-balance {
}
.mile-info-balance__label {
  display: block;
  margin-bottom: .5em;
  color: #888;
  font-size: 11px;
}
.mile-info-balance__value {
  display: inline-block;
  color: #CE1032;
  font-size: 24px;
  font-weight: 700;
}
.mile-info-next {
  padding: .5em 1em;
  background-color: #F2F2F2;
}
.mile-info-next__label {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .2em;
  color: #888;
  font-size: 12px;
}
.mile-info-next__value {
  display: inline-block;
  color: #CE1032;
  font-size: 15px;
  font-weight: 700;
}
.mile-info-breakdown {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  justify-content: space-around;
  &::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #EDEDED;
  }
}
.mile-info-breakdown-buy {
}
.mile-info-breakdown-buy__label {
  display: block;
  margin-bottom: .5em;
  color: #888;
  font-size: 11px;
}
.mile-info-breakdown-buy__value {
  display: inline-block;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}
.mile-info-breakdown-action {
}
.mile-info-breakdown-action__label {
  display: block;
  margin-bottom: .5em;
  color: #888;
  font-size: 11px;
}
.mile-info-breakdown-action__value {
  display: inline-block;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.mile-mission {
  width: 100%;
  margin-top: 50px;
  line-height: 1.5;
}
.mile-mission-tab {
  width: 390px;
  display: flex;
  
}
.mile-mission-tab__item {
  flex: 1 1 50%;
  padding: .5em;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  font-size: 15px;
  color: #D0D0D0;
  text-align: center;
  cursor: pointer;
  
  &.is-active {
    color: #CE1032;
    border-color: #CE1032;
  }
}
.mile-mission-contents {
  position: relative;
  width: 100%;
}
.mile-mission-content {
  width: 100%;
  display: none;
  
  &.is-active {
    display: block;
  }
}

.mile-mission-pending {
}
.mile-mission-pending__item {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  border-top: 1px solid #EFEFEF
}
.mile-mission-pending__task {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mile-mission-pending__icons {
  flex: 0 0 100px;
  position: relative;
}
.mile-mission-pending__icon {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: visible;
}
.mile-mission-pending__icon:not(:has(img)) {
  background-color: #FAFAFA;
  border: 1px dashed #D2D2D2;
  border-radius: 50%;
}
.mile-mission-pending__icon img {
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
.mile-mission-pending__label {
  position: absolute;
  top: 5px;
  left: -10px;
  background-color: #3297D1;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  padding: .25em .5em;
  scale: .8;
  transform-origin: top left;
}
.mile-mission-pending__info {
  flex: 1 1 auto;
  padding-inline: 1.5em;
}
.mile-mission-pending__title {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
  font-size: 16px;
  font-weight: bold;
  
  &::before,
  &::after {
    position: absolute;
    content: '';
    right: .25em;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #CE1032;
    border-radius: 2px;
    transform-origin: 7px center;
    translate: 0 -50%;
  }
  &::before {
    rotate: 45deg;
  }
  &::after {
    rotate: -45deg;
  }
}
.mile-mission-pending__description {
  display: block;
  margin-top: .75em;
  font-size: 13px;
}
.mile-mission-pending__mile-subtotal {
  display: block;
  margin-top: .5em;
  font-size: 13px;
  color: #888;
}
.mile-mission-pending__mile-subtotal-value {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.mile-mission-pending__mile-subtotal-unit {
  display: inline-block;
  margin-left: .2em;
  font-size: 12px;
  color: #222;
}
.mile-mission-pending__ctrl {
  flex: 0 0 180px;
}
.mile-mission-pending__mile-available {
  display: block;
  margin-bottom: .3em;
  color: #CE1032;
  text-align: center;
}
.mile-mission-pending__mile-aveilable-value {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
}
.mile-mission-pending__mile-rate {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.mile-mission-pending__mile-available-unit {
  display: inline-block;
  margin-left: .2em;
  font-size: 13px;
}
.mile-mission-pending__link {
  display: block;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-block: .75em;
  background-color: #CE1032;
}
.mile-mission-pending__link--disabled {
  color: #A9A9A9;
  background-color: #DBDBDB;
}

.mile-mission-completed {
}
.mile-mission-pending__item {
}
.mile-mission-completed__item-header {
  display: flex;
  justify-content: space-between;
  padding: .75em 20px;
  background-color: #F8F8F8;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-family: "Noto Sans JP", "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mile-mission-completed__date {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
.mile-mission-completed__order {
  font-size: 12px;
  color: #888;
  
  span {
    color: #222;
    font-weight: 600;
  }
}
.mile-mission-completed__info {
  display: flex;
  gap: 1em;
  align-items: center;
  padding: 2em 20px;
}
.mile-mission-completed__title {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.mile-mission-completed__mile {
  flex: 1 0 7em;
  text-align: right;
}
.mile-mission-completed__mile-value {
  font-size: 24px;
  font-weight: 700;
}
.mile-mission-completed__mile-unit {
  margin-left: .5em;
  font-size: 14px;
  font-weight: 500;
}


.mile-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: rgba( 0, 0, 0, .667 );
  visibility: hidden;
  opacity: 0;
  transition: opacity .336s, visibility .336s;
}
.mile-modal-wrapper.is-open  {
  visibility: visible;
  opacity: 1;
}

#mile-modal-canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
#mile-modal-canvas.is-active {
  display: block;
}

.mile-modal {
  position: rerative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0 0 20px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 101;
  line-height: 1.5;
  font-size: 13px;
  border: none;
  background: transparent no-repeat;
  display: none;
  opacity: 0;
}
.mile-modal.is-active {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity .336s, visibility .336s;
}
.mile-modal.is-active.is-show {
  visibility: visible;
  opacity: 1;
}
.mile-modal__container {
  background-color: transparent;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  max-height: none;
  width: auto;
  border-radius: 0;
  overflow-y: auto;
  box-sizing: border-box;
}

.mile-modal__container {
  border-radius: 5px;
  overflow: visible;
}
.mile-modal__background {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.mile-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 11px;
  cursor: pointer;
  img {
    display: block;
    height: auto;
  }
}

.mile-modal {
    width: 320px;
}
.mile-modal__container {
  padding: 0 15px 15px;
  background-color: #F1F3F4;
}
.mile-modal__header {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.mile-modal__icon {
  position: relative;
  width: 128px;
  height: 128px;
  aspect-ratio: 1 / 1;
  margin: -115px auto 25px;
  overflow: visible;
}
.mile-modal__icon:not(:has(img)) {
  background-color: #fff;
  border: 2px dashed #E8E8E8;
  border-radius: 50%;
}
.mile-modal__icon img {
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
.mile-modal__title {
  font-size: 22px;
  font-weight: 500;
  word-break: auto-phrase;
}
.mile-modal__description {
  margin-top: .75em;
  font-size: 14px;
  
  .highlight {
    font-weight: bold;
    color: #CE1032;
  }
}
.mile-modal__result {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 220px;
  padding-inline: 1em;
  height: 46px;
  margin: 2em auto;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #3297D1;
  border-radius: 100px;
}
.mile-modal__result--disabled {
  color: #A9A9A9;
  background-color: #DBDBDB;
}
.mile-modal__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 220px;
  padding-inline: 1em;
  height: 46px;
  margin: 2em auto 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #CE1032;
  border-radius: 100px;
  text-decoration: none;
}
.mile-modal__content {
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  background-color: #fff;
}
.mile-modal__content dl {
  display: flex;
  align-items: baseline;
}
.mile-modal__content dl + dl {
  margin-top: .75em;
}
.mile-modal__content dt {
  flex: 0 0 8em;
  font-size: 11px;
  font-weight: 700;
}
.mile-modal__content dd {
  flex: 1 1 auto;
  font-size: 12px;
}
.mile-modal__mile-value {
  color: #CE1032;
  font-size: 13px;
  font-weight: 700;
}
.mile-modal__mile-unit {
  color: #CE1032;
  font-size: 13px;
}
.mile-modal__mile-subtotal {
  display: block;
}
.mile-modal__mile-subtotal-value {
  font-weight: 700;
}

.mile-modal--onetime {
  .mile-modal__container {
    background-color: #E7EFF3;
    background-image: url(../../img/usr/loyalty/modal_bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
  }
}
.mile-modal--repeatable {
  .mile-modal__description {
    color: #CE1032;
    font-size: 16px;
    font-weight: 700;
    word-break: auto-phrase;
  }
}
.mile-modal--condition {
}

.buy-category-item-list {
  margin: 30px 0 0;
  
  dl {
    display: flex;
    width: 100%;
    gap: 5px;
  }
  dl + dl {
    margin-top: 10px;
  }
  dt {
    flex: 0 0 22px;
    color: #fff;
    border-radius: 3px;
    background: #E0646B;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  dd {
    flex: 1 1 auto;
    text-align: left;
  }
  a {
    position: relative;
    display: block;
    padding: .5em .75em;
    border-radius: 3px;
    background: #fff;
    
    &::before,
    &::after {
      position: absolute;
      content: '';
      right: .75em;
      top: 50%;
      width: 8px;
      height: 2px;
      background: #CE1032;
      border-radius: 2px;
      transform-origin: 7px center;
      translate: 0 -50%;
    }
    &::before {
      rotate: 45deg;
    }
    &::after {
      rotate: -45deg;
    }
  }
  a + a {
    margin-top: 2px;
  }
}


/* 友達招待コード */
.page-mile-invite-friends {
  .pane-contents {
    padding-bottom: 0;
  }
}
.mile-invite-friends {
  --padding-inline: 20px;
  line-height: 1.8;
  h1, h2, h3 {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.mile-invite-friends__section {
}
.mile-invite-friends__section-container {
  margin-inline: auto;
}
.mile-invite-friends__title {
  font-family: "dnp-shuei-mgothic-std", "Lato", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mile-invite-friends__header {
  background-color: #FEF8B1;
}
.mile-invite-friends__header h1 {
  text-align: center;
}
.mile-invite-friends__header img {
  min-width: auto;
  width: auto;
  height: auto;
}
.mile-invite-friends__code-block {
  padding: 40px var(--padding-inline);
  background-color: #3297D1;
}
.mile-invite-friends__code-block .mile-invite-friends__section-container {
  width: 440px;
}
.mile-invite-friends__code-block .mile-invite-friends__title {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.mile-invite-friends__code-wrapper {
  position: relative;
  padding: .75em 0;
  margin-top: 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}
.mile-invite-friends__code {
  font-size: 30px;
  font-weight: bold;
  color: #FF4040;
  letter-spacing: .1em;
}
.mile-invite-friends__code-copy-button {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  color: #B1B0B0;
  font-size: 15px;
  font-weight: bold;
}
.mile-invite-friends__code-share {
}
.mile-invite-friends__code-share-button {
  display: block;
  margin-top: 1.5em;
  padding: .75em 0;
  background-color: #0071AF;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-family: "dnp-shuei-mgothic-std", "Lato", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
}

.mile-invite-friends__steps {
  background-color: #9BD3F3;
  padding: 40px var(--padding-inline);
}
.mile-invite-friends__steps .mile-invite-friends__section-container {
  width: 800px;
  padding: 30px 48px;
  background-color: #fff;
  border-radius: 5px;
}
.mile-invite-friends__steps .mile-invite-friends__title {
  font-size: 22px;
  color: #3297D1;
  text-align: center;
}
.mile-invite-friends__step-list {
  margin-top: 2em;
  display: flex;
  gap: 34px;
}
.mile-invite-friends__step {
  width: 212px;
  width: calc((100% - 68px) / 3);
}
.mile-invite-friends__step h3 {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.mile-invite-friends__step h3 span:not(.mile-invite-friends__step-number) {
  width: 100%;
  margin-top: 1em;
}
.mile-invite-friends__step img {
  margin-inline: 24px auto;
}
.mile-invite-friends__step-number {
  height: 28px;
  width: 28px;
  background-color: #3297D1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  line-height: 28px;
}
.mile-invite-friends__step p {
  margin-top: 1em;
  font-size: 12px;
}
.mile-invite-friends__step p em {
  padding-inline: .25em;
  color: #3297D1;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: .05em;
}

.mile-invite-friends__description {
  padding: 56px var(--padding-inline);
  background-color: #F4F4F4;
}
.mile-invite-friends__description .mile-invite-friends__section-container {
  width: 800px;
}
.mile-invite-friends__description .mile-invite-friends__title {
  font-size: 22px;
  text-align: center;
}
.mile-invite-friends__description h3 {
  margin-top: 2em;
  font-size: 15px;
}
.mile-invite-friends__description ul {
  margin-top: 1em;
  font-size: 13px;
}
.mile-invite-friends__description ul li {
  margin-top: .75em;
  text-indent: -1em;
  padding-left: 1em;
}
