@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html ::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: inherit;
  margin: 0 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #222222;
}

a:active,
a:hover {
  outline-width: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ol,
ul {
  list-style-type: none;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@font-face {
  font-family: "JosefinSans";
  src: url("../fonts/JosefinSans-Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
body main {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #333333;
}

.u-forPc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .u-forPc {
    display: block !important;
  }
}

.u-forSp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .u-forSp {
    display: none !important;
  }
}

.u-forPc-tab {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .u-forPc-tab {
    display: block !important;
  }
}

.u-forSp-tab {
  display: block !important;
}
@media only screen and (min-width: 992px) {
  .u-forSp-tab {
    display: none !important;
  }
}

.c-contentInner {
  padding: 0 clamp(1.875rem, 7.69vw, 2.5rem);
}

.banner {
  position: absolute;
  z-index: 2;
  top: 0;
}

.mainContents__wrapper {
  z-index: 4;
  position: relative;
  background: #F7F8F8;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainContents__wrapper {
    width: 520px;
    margin: auto;
  }
}

.contentTtl01 {
  color: #fff;
  margin-bottom: clamp(2rem, -0.063rem + 8.46vw, 2.688rem);
}
.contentTtl01__main {
  font-size: clamp(2.813rem, 11.54vw, 3.75rem);
  font-family: "JosefinSans", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 5px;
}
.contentTtl01__main span {
  font-size: clamp(2.5rem, 0.625rem + 7.69vw, 3.125rem);
}
.contentTtl01__sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentTtl01__sub__icon {
  width: clamp(1.875rem, 7.69vw, 2.5rem);
  margin-right: clamp(0.625rem, -0.125rem + 3.08vw, 0.875rem);
}
.contentTtl01__sub__icon img {
  width: 100%;
  height: auto;
}
.contentTtl01__sub__txt {
  font-size: clamp(1.063rem, 0.125rem + 3.85vw, 1.375rem);
  letter-spacing: 2px;
}
.contentTtl02 {
  position: relative;
  padding-bottom: clamp(2.688rem, 1rem + 6.92vw, 3.25rem);
}
.contentTtl02 p {
  font-size: clamp(1.313rem, 5.38vw, 1.75rem);
  letter-spacing: 1px;
  line-height: 1.5;
  padding-left: clamp(2.813rem, 11.54vw, 3.75rem);
  font-weight: 400;
}
.contentTtl02 p span {
  font-family: "JosefinSans", sans-serif;
  letter-spacing: 0px;
  font-size: clamp(1.313rem, 5.38vw, 1.75rem);
  font-weight: 400;
}
.contentTtl02:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: clamp(1.875rem, -0.188rem + 8.46vw, 2.563rem);
  background: #000000;
}
.contentTtl02::after {
  content: "";
  display: inline-block;
  width: clamp(22.5rem, -0.188rem + 93.08vw, 30.063rem);
  height: 1px;
  position: absolute;
  bottom: clamp(2.188rem, 1.25rem + 3.85vw, 2.5rem);
  left: 0;
  background: #000000;
}

.p-button01 a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-button01 a:hover {
  opacity: 0.6;
}
.p-button01 a img {
  width: 100%;
}
.p-button02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-button02 a:hover {
  opacity: 0.6;
}
.p-button02 a img {
  width: 100%;
}
.p-button03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333333;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.875rem, 0.125rem + 3.08vw, 1.125rem);
  position: relative;
  padding: clamp(1.25rem, -0.25rem + 6.15vw, 1.75rem) 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-button03 a:hover {
  opacity: 0.6;
}
.p-button03 p {
  position: relative;
  width: clamp(15rem, 1.5rem + 55.38vw, 19.5rem);
  letter-spacing: 1px;
}

.p-button03 + .p-button03 {
  margin-top: 1rem;
}

.floatBtn {
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 10px;
  width: 55.1282051282vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .floatBtn {
    width: clamp(12.5rem, 2.478rem + 16.16vw, 21.875rem);
    height: 160px;
    position: fixed;
    top: 50%;
    left: inherit;
    right: clamp(1.25rem, -9.573rem + 17.46vw, 11.375rem);
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
  }
}
.floatBtn.floatOn {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .floatBtn__li:not(:last-of-type) {
    margin-bottom: clamp(0.938rem, -0.065rem + 1.62vw, 1.875rem);
  }
}
.floatBtn__li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.floatBtn__li a:hover {
  opacity: 0.6;
}

.floatMenu {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: clamp(1.25rem, -14.584rem + 25.54vw, 16.063rem);
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.floatMenu.floatOn {
  opacity: 1;
  pointer-events: auto;
}
.floatMenu__li {
  position: relative;
  opacity: 0.6;
  padding-left: clamp(0.938rem, 0.537rem + 0.65vw, 1.313rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.floatMenu__li a {
  color: #fff;
  display: block;
}
.floatMenu__li__en {
  font-family: "JosefinSans", sans-serif;
  font-weight: 100;
  font-size: clamp(1.25rem, 1.116rem + 0.22vw, 1.375rem);
  letter-spacing: 2px;
  display: inline-block;
}
.floatMenu__li__jp {
  font-size: clamp(0.625rem, 0.358rem + 0.43vw, 0.875rem);
  display: block;
  letter-spacing: 1px;
  margin-top: 2px;
}
.floatMenu__li:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.floatMenu__li.now {
  opacity: 1;
}
.floatMenu__li.now:before {
  opacity: 1;
}
.floatMenu__li:hover {
  opacity: 1;
}
.floatMenu__li:not(:last-of-type) {
  margin-bottom: clamp(1.25rem, 0.582rem + 1.08vw, 1.875rem);
}

.footer {
  background: #E8E8E8;
  padding: clamp(2.813rem, 11.54vw, 3.75rem) 0;
}
.footer__btn {
  margin: 0 auto clamp(1.875rem, -0.375rem + 9.23vw, 2.625rem);
  width: clamp(13.125rem, 53.85vw, 17.5rem);
}
.footer__btn a {
  display: block;
}
.footer__btn a img {
  width: 100%;
}
.footer__copyright {
  text-align: center;
  font-size: clamp(0.625rem, -0.125rem + 3.08vw, 0.875rem);
  color: #7A7A7B;
  font-family: "JosefinSans", sans-serif;
  font-weight: 100;
}

.mainVisual {
  position: relative;
  height: 100vh;
  height: calc(env(safe-area-inset-bottom, 0) + 100vh);
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainVisual {
    overflow: hidden;
  }
}
.mainVisual__logo {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(16.063rem, 8.243rem + 32.08vw, 36.313rem);
}
.mainVisual__logo img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mainVisual__logo img {
    max-height: 70vh;
  }
}
.mainVisual__bg {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.mainVisual__bg video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__inner {
  padding: 0 clamp(1.25rem, -0.25rem + 6.15vw, 1.75rem);
  margin-bottom: clamp(-21.563rem, -22.5rem + 3.85vw, -21.25rem);
  position: relative;
  z-index: 2;
}
.about__main {
  background: #333333;
  border-radius: 10px;
  padding: clamp(3.125rem, -1.563rem + 19.23vw, 4.688rem) clamp(2.188rem, -0.25rem + 10vw, 3rem) clamp(3.125rem, 1.25rem + 7.69vw, 3.75rem);
}
.about__ttl {
  text-align: center;
  width: clamp(12.188rem, -1.688rem + 56.92vw, 16.813rem);
  margin: 0 auto clamp(3.688rem, 2rem + 6.92vw, 4.25rem);
}
.about__ttl img {
  width: 100%;
}
.about__txt {
  font-size: clamp(0.875rem, 0.5rem + 1.54vw, 1rem);
  line-height: 28px;
  color: #fff;
}
.about__txt:not(:last-of-type) {
  margin-bottom: clamp(1.25rem, -0.625rem + 7.69vw, 1.875rem);
}
.about__bg img {
  width: 100%;
}

.coupon__inner {
  padding: clamp(1.25rem, -0.813rem + 8.46vw, 1.938rem) clamp(1.25rem, -0.25rem + 6.15vw, 1.75rem) clamp(1.25rem, -2.5rem + 15.38vw, 2.5rem);
}
.coupon img {
  width: 100%;
  height: auto;
  margin-bottom: clamp(0.875rem, 0.313rem + 2.31vw, 1.063rem);
}

.howto {
  padding: clamp(3.75rem, -1.875rem + 23.08vw, 5.625rem) 0 clamp(5.25rem, -0.375rem + 23.08vw, 7.125rem);
  background: #333;
}
.howto__ul {
  margin-bottom: clamp(3.125rem, -0.063rem + 13.08vw, 4.188rem);
}
.howto__li:not(:last-of-type) {
  margin-bottom: clamp(1.875rem, 7.69vw, 2.5rem);
}
.howto__li__inner {
  background: #F7F8F8;
  padding: clamp(2rem, -0.063rem + 8.46vw, 2.688rem) clamp(1.563rem, 0.25rem + 5.38vw, 2rem) clamp(2.688rem, 0.25rem + 10vw, 3.5rem);
  border-radius: 10px;
}
.howto__li__step {
  font-size: clamp(0.875rem, 0.125rem + 3.08vw, 1.125rem);
  margin-bottom: 10px;
  font-family: "JosefinSans", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
}
.howto__li__ttl {
  font-size: clamp(1.438rem, 0.125rem + 5.38vw, 1.875rem);
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}
.howto__li__img {
  margin-bottom: 10px;
}
.howto__li__img img {
  width: 100%;
  height: auto;
}
.howto__li__txt {
  font-size: clamp(0.875rem, 0.125rem + 3.08vw, 1.125rem);
  line-height: clamp(1.313rem, 5.38vw, 1.75rem);
  letter-spacing: 1px;
}
.howto__li__txt__underline {
  text-decoration: underline;
}
.howto__li__txt-strong {
  position: relative;
  display: inline-block;
  margin-top: clamp(0.938rem, 3.85vw, 1.25rem);
  letter-spacing: 1px;
  font-weight: 400;
}
.howto__li__txt-strong span {
  font-size: clamp(1.125rem, 4.62vw, 1.5rem);
  position: relative;
  z-index: 2;
  letter-spacing: 0;
}
.howto__li__txt-strong:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: clamp(0.625rem, 0.063rem + 2.31vw, 0.813rem);
  background: #E0D2B7;
  position: absolute;
  bottom: 0;
}

.mechanism {
  padding-bottom: clamp(5rem, -0.063rem + 20.77vw, 6.688rem);
}
.mechanism .contentTtl02 {
  margin-top: clamp(5rem, -0.25rem + 21.54vw, 6.75rem);
}
.mechanism__img {
  margin-bottom: clamp(1.063rem, -0.438rem + 6.15vw, 1.563rem);
}
.mechanism__img img {
  width: 100%;
}
.mechanism__box {
  background: #FFFFFF;
  padding: clamp(1.875rem, -0.563rem + 10vw, 2.688rem) clamp(1.25rem, -0.438rem + 6.92vw, 1.813rem);
}
.mechanism__txt {
  font-size: clamp(0.875rem, 0.5rem + 1.54vw, 1rem);
  line-height: 28px;
}
.mechanism__txt:not(:last-of-type) {
  margin-bottom: clamp(1.25rem, -0.625rem + 7.69vw, 1.875rem);
}
.mechanism__txt .span__attention {
  color: #000000;
}

.faq {
  background: #333333;
  padding: clamp(4.313rem, 0.375rem + 16.15vw, 5.625rem) 0 clamp(5.625rem, -0.75rem + 26.15vw, 7.75rem);
}
.faq .contentTtl01__main {
  letter-spacing: -1px;
}
.faq .contentTtl01__sub__icon {
  margin-right: clamp(0.313rem, -0.25rem + 2.31vw, 0.5rem);
}
.faq__box:not(:last-of-type) {
  margin-bottom: clamp(1.938rem, 0.25rem + 6.92vw, 2.5rem);
}
.faq__box__q {
  background: #BBA88B;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.faq__box__a {
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
}
.faq__box__inner {
  padding: clamp(1.563rem, 0.063rem + 6.15vw, 2.063rem) clamp(0.938rem, 3.85vw, 1.25rem);
  position: relative;
}
.faq__box__icon {
  font-size: clamp(1.313rem, 0.375rem + 3.85vw, 1.625rem);
  font-family: "JosefinSans", sans-serif;
  position: absolute;
  left: clamp(0.938rem, 3.85vw, 1.25rem);
  top: clamp(1.563rem, 0.063rem + 6.15vw, 2.063rem);
}
.faq__box__txt {
  font-size: clamp(1rem, 0.063rem + 3.85vw, 1.313rem);
  padding-left: clamp(2rem, -0.438rem + 10vw, 2.813rem);
  line-height: 1.6;
}
.faq__box__txt .span__attention {
  color: #000;
  display: block;
}

.infomation {
  padding: clamp(3.75rem, 15.38vw, 5rem) 0;
}
.infomation__img {
  margin-bottom: clamp(1.25rem, 0.313rem + 3.85vw, 1.563rem);
}
.infomation__img img {
  width: 100%;
}
.p-button03 + .infomation__txt{
  margin-top: 50px;
}
.infomation__txt {
  font-size: clamp(1.25rem, -0.25rem + 6.15vw, 1.75rem);
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: clamp(1.25rem, 0.313rem + 3.85vw, 1.563rem);
  font-weight: 400;
}
.infomation__txt-sub {
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: clamp(1.25rem, 0.313rem + 3.85vw, 1.563rem);
  font-weight: 400;
}
.infomation__txt-attention {
  font-size: clamp(0.625rem, 2vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: clamp(1.25rem, 0.313rem + 3.85vw, 1.563rem);
  font-weight: 400;
  margin-top: 15px;
}

.span__attention {
  font-size: clamp(0.625rem, 0.25rem + 1.54vw, 0.75rem);
  color: #707070;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .span__attention {
    line-height: 1.7;
  }
}
.span__attention:not(:last-of-type) {
  margin-bottom: 2.0512820513vw;
}
@media only screen and (min-width: 768px) {
  .span__attention:not(:last-of-type) {
    margin-bottom: 0.3645833333vw;
  }
}