@charset "UTF-8";
/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #310;
  line-height: 1.4;
  font-size: 16px;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic Pr6, 游ゴシック体 Pr6, YuGothic, 游ゴシック体, Noto Sans JP, sans-serif;
}
@media (max-width: 750px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 751px) and (max-width: 1359px) {
  html {
    font-size: 1.1764705882vw;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-no-underline {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-300 {
  font-weight: 300;
}
.text-400 {
  font-weight: 400;
}
.text-500 {
  font-weight: 500;
}
.text-600 {
  font-weight: 600;
}
.text-700 {
  font-weight: 700;
}

.section-ttl {
  font-size: 3rem;
  color: #fff;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .section-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.06rem;
  }
}

.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none;
  }
}

.wrapper_small {
  margin: 0 auto;
  padding: 0 2.5rem;
  max-width: 69.875rem;
  width: 100%;
}
@media (max-width: 750px) {
  .wrapper_small {
    padding: 0 0.5rem;
    max-width: 100%;
  }
}
.wrapper_big {
  margin: 0 auto;
  padding: 0 1.875rem;
  max-width: 81.25rem;
  width: 100%;
}
@media (max-width: 750px) {
  .wrapper_big {
    padding: 0 0.5rem;
    max-width: 100%;
  }
}

body.m-ovfy_hidden {
  overflow: unset !important;
}

.serumIndex.is-fixedBtnHide .btmFixedBtn {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.serumIndex .pageTopBtn {
  opacity: 1;
  pointer-events: auto;
}

.btn {
  border: none;
}
.btn:disabled {
  cursor: default !important;
}
.btn:not(:disabled) {
  cursor: pointer !important;
}

a, button {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}
@media (min-width: 751px) and (hover: hover) {
  a:hover, button:hover {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0.85;
  }
}

.btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .btn {
    width: 20.375rem;
    height: 3rem;
  }
}
.btn .txt {
  line-height: 4rem;
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .btn .txt {
    line-height: 3rem;
  }
}
.btn-yellow {
  padding-left: 1rem;
  gap: 0.5rem;
  border-radius: 99px;
  border: 2px solid var(--Color-White, #FFF);
  background: -webkit-gradient(linear, left top, right top, from(#E4B85A), color-stop(50%, #FBF1D6), to(#DDAE60));
  background: linear-gradient(90deg, #E4B85A 0%, #FBF1D6 50%, #DDAE60 100%);
  text-decoration: none;
}
@media (max-width: 750px) {
  .btn-yellow {
    gap: 0;
  }
}
.btn-yellow .txt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .btn-yellow .txt {
    font-size: 0.875rem;
  }
}
.btn-yellow .icon {
  margin-left: 0.5625rem;
  width: 0.75rem;
}
.btn-transparent {
  padding-left: 1.3125rem;
  border-radius: 99px;
  border: 1px solid var(--Color-Brown, #310);
}
@media (max-width: 750px) {
  .btn-transparent {
    padding-left: 1.1875rem;
  }
}
.btn-transparent .txt {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 750px) {
  .btn-transparent .txt {
    font-size: 0.875rem;
  }
}
.btn-transparent .icon {
  margin-left: 0.375rem;
  width: 1.5rem;
}
@media (max-width: 750px) {
  .btn-transparent .icon {
    margin-left: 0.1875rem;
  }
}
.btn-white {
  padding-left: 0.375rem;
  border-radius: 99px;
  border: 1px solid var(--Color-Brown, #310);
  background: var(--Color-White, #FFF);
}
@media (max-width: 750px) {
  .btn-white {
    padding-left: 0.5625rem;
    width: 21.25rem;
  }
}
.btn-white .txt {
  font-size: 1.25rem;
  font-weight: 400;
  color: #310;
}
@media (max-width: 750px) {
  .btn-white .txt {
    font-size: 0.875rem;
  }
}
.btn-white .icon {
  margin-left: 0.9375rem;
  width: 0.75rem;
}
@media (max-width: 750px) {
  .btn-white .icon {
    margin-left: 1.4375rem;
    width: 0.625rem;
  }
}

.btn-top-modal {
  margin: 0.625rem auto 2.5rem;
  padding: 0 1.875em 0 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--colorBrn);
  border: 1px solid var(--colorBrn);
  border-radius: 5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-decoration: none;
}
@media (min-width: 751px) {
  .btn-top-modal {
    margin-left: auto;
    width: 20rem;
  }
}
@media (max-width: 750px) {
  .btn-top-modal {
    margin: 2.5rem auto 2.5rem;
    padding: 0;
    height: 2.8571428571em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn-top-modal:before, .btn-top-modal:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 1.6666666667em;
  position: absolute;
  right: 0.5555555556em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6666666667em;
}
.btn-top-modal:after {
  background: var(--colorBrn);
  -webkit-mask: url(../../img/icon_blank.svg) no-repeat center center/contain;
          mask: url(../../img/icon_blank.svg) no-repeat center center/contain;
}

.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10000;
}
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.modal-campaign {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.13rem;
  margin: 3.5rem;
  max-width: 57.75rem;
  padding: 0;
  position: relative;
  width: calc(100% - min(160px, 13.3333333333%));
}
@media (max-width: 750px) {
  .modal-campaign {
    font-size: 3.7333333333vw;
    margin: 1.5rem auto;
    width: 22.875rem;
  }
}
.modal-campaign .remodal-closeSticky {
  height: 0;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal-campaign .remodal-close {
  background-color: transparent;
  cursor: pointer;
  height: 3.75rem;
  margin: 10px;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 3.75rem;
}
.modal-campaign .remodal-close > span {
  background-color: #331100;
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 2rem;
  width: 2rem;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: -0.1875rem;
  top: -0.1875rem;
}
.modal-campaign .remodal-close > span:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 46.6666666667%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-campaign .remodal-close > span:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 46.6666666667%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-campaign .remodal-close:after {
  display: none;
}
.modal-campaign .remodal-close:before {
  display: none;
}
@media (max-width: 750px) {
  .modal-campaign .remodal-close {
    height: min(96px, 12.8vw);
    margin: 0;
    width: min(96px, 12.8vw);
  }
  .modal-campaign .remodal-close > span:after {
    height: min(2px, 0.2666666667vw);
    width: 41.6666666667%;
  }
  .modal-campaign .remodal-close > span:before {
    height: min(2px, 0.2666666667vw);
    width: 41.6666666667%;
  }
}
.modal-campaign .modal-content {
  background-color: transparent;
  overflow: visible;
  position: relative;
}
.modal-campaign .modal-inner {
  background-color: #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  padding: 0;
  position: relative;
  width: 100%;
}
.modal-campaign .remodal__main__inner {
  background: #fff;
  border: 0;
  border-radius: 1rem;
  padding: 2.5rem 3rem 2.9375rem;
}
@media (max-width: 750px) {
  .modal-campaign .remodal__main__inner {
    padding: 2rem 1rem 2.5rem;
  }
}
.modal-campaign_inner {
  margin: 0 auto;
  max-width: 47.75rem;
  color: var(--Color-Brown, #310);
}
.modal-campaign_item {
  text-align: left;
}
@media (max-width: 750px) {
  .modal-campaign_item--sp {
    margin-top: 4rem;
  }
  .modal-campaign_item--sp .modal-campaign_content {
    margin-top: 1.5625rem;
  }
  .modal-campaign_item--sp .modal-campaign_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .modal-campaign_item--sp .modal-campaign_content_list_item:nth-child(2) {
    width: 100%;
  }
  .modal-campaign_item--sp .modal-campaign_content_list_item:nth-child(3) {
    width: 100%;
  }
  .modal-campaign_item--sp .modal-campaign_content_list_item:nth-child(3) .plus {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    display: block;
  }
  .modal-campaign_item--sp .modal-campaign_content_list_item:nth-child(3) small {
    display: block;
    margin-top: 0;
  }
}
.modal-campaign__mainTitle {
  padding-bottom: 0.1875rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75; /* 35px */
  letter-spacing: 0.1rem;
  border-bottom: 1px solid var(--Color-Brown, #310);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal-campaign__subTitle {
  margin-top: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75; /* 28px */
  letter-spacing: 0.08rem;
}
@media (max-width: 750px) {
  .modal-campaign__subTitle {
    letter-spacing: 0.02rem;
    white-space: nowrap;
  }
}
.modal-campaign_content_list {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 750px) {
  .modal-campaign_content_list {
    gap: 1rem;
  }
}
.modal-campaign_content_list_item:nth-child(1) {
  width: 21.25rem;
}
.modal-campaign_content_list_item:nth-child(2) {
  width: 25rem;
}
.modal-campaign_content_list_item:nth-child(3) {
  width: 100%;
}
@media (max-width: 750px) {
  .modal-campaign_content_list_item .head {
    width: 100%;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 700;
    background: #BFAA7E;
    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;
    letter-spacing: 0.06rem;
  }
  .modal-campaign_content_list_item .txt {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.03rem;
    text-align: center;
  }
  .modal-campaign_content_list_item .txt small {
    margin-top: 0.5rem;
    display: block;
    font-size: 0.75rem;
  }
  .modal-campaign_content_list_item .note {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.modal-campaign_list-note {
  max-width: 37.5rem;
}
@media (min-width: 751px) {
  .modal-campaign_list-note {
    margin: -17.0625rem auto 0;
    padding-bottom: 4.25rem;
  }
}
@media (max-width: 750px) {
  .modal-campaign_list-note {
    margin-top: 1.5rem;
  }
}
.modal-campaign_list-note .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.modal-campaign_list-note .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.75rem;
  height: 4.875rem;
  padding: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid var(--Color-Brown, #310);
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item .ttl {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
.modal-campaign_list-note .item .cont {
  text-align: left;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item .cont {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.modal-campaign_list-note .item .cont p {
  letter-spacing: 0.05em;
}
.modal-campaign_list-note .item .cont p.last-child {
  margin-top: 0.4375rem;
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item .cont p.last-child {
    margin-top: 2rem;
    padding-left: 0;
    text-indent: 0;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.modal-campaign_list-note .item .cont p.last-child span {
  display: block;
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item .cont p.last-child span {
    margin-top: 0.5rem;
  }
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item .cont p {
    padding-left: 1.25rem;
    text-indent: -1.25rem;
  }
  .modal-campaign_list-note .item .cont p + p {
    margin-top: 0.5rem;
  }
}
.modal-campaign_list-note .item + .item {
  margin-top: 1rem;
}
@media (max-width: 750px) {
  .modal-campaign_list-note .item + .item {
    margin-top: 2.4375rem;
  }
}
.modal-campaign_contact {
  margin-top: 0.8125rem;
  text-align: left;
}
@media (max-width: 750px) {
  .modal-campaign_contact {
    margin-top: 3.75rem;
  }
}
.modal-campaign_contact_txt {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.015rem;
  color: #000;
}
.modal-campaign_contact_txt sub {
  font-size: 0.5rem;
  vertical-align: baseline;
  position: relative;
  bottom: -0.1875rem;
}
.modal-campaign_contact .note {
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .modal-campaign_contact .note {
    margin-bottom: 3.75rem;
    line-height: 2.15;
  }
}
.modal-campaign__list-num {
  margin: 2.0625rem 0 1.9375rem;
}
@media (max-width: 750px) {
  .modal-campaign__list-num {
    margin: 1.625rem 0 3rem 0.5625rem;
  }
}
.modal-campaign__list-num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .modal-campaign__list-num li {
    line-height: 1.375rem;
  }
}
.modal-campaign__list-num li span {
  width: 1.9375rem;
  font-size: 1.5rem;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #BFAA7E;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 750px) {
  .modal-campaign__list-num li span {
    margin-top: -0.0625rem;
  }
}
@media (max-width: 750px) {
  .modal-campaign__list-num li small {
    font-size: 0.75rem;
  }
}
.modal-campaign__list-num li + li {
  margin-top: 1.0625rem;
}
@media (max-width: 750px) {
  .modal-campaign__list-num li + li {
    margin-top: 0.875rem;
  }
}