/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 {
  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"] {
  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;
}

.wb-app {
  margin: 0;
}

.wb-app * {
    box-sizing: border-box;
  }

.wb-app *::before,
    .wb-app *::after {
      box-sizing: inherit;
    }

.wb-app img {
    max-width: 100%;
    height: auto;
  }

.wb-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.wb-container--wide {
  max-width: 960px;
}

.wb-title {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.025rem;
  line-height: 1.5;
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  white-space: pre-line;
}

@media (min-width: 768px) {

.wb-title {
    white-space: normal;
    font-size: 1.8rem
}
  }

.wb-catchphrase {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.025rem;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
}

.wb-note {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.025rem;
  line-height: 1.375;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  white-space: pre-line;
}

.wb-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 2px solid #f96363;
  border: 2px solid var(--color-secondary);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.075rem;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: #f96363;
  color: var(--color-secondary);
  transition: 0.23s ease-out;
}

.wb-btn:hover {
    color: white;
    background-color: #f96363;
    background-color: var(--color-secondary);
  }

.wb-kv {
  background-color: #30a2ab;
  background-color: var(--color-primary);
}

.wb-kv__container {
  display: flex;
  flex-flow: column-reverse;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {

.wb-kv__container {
    flex-flow: row;
    height: 50vh;
    min-height: 500px;
    padding: 1.5rem 1rem
}
  }

.wb-kv__media {
  position: relative;
  flex: 1;
  height: 100%;
}

@media (min-width: 768px) {

.wb-kv__media {
    margin-right: 100px;
    padding-bottom: 1rem;
    text-align: left
}
  }

.wb-kv__media img {
    vertical-align: bottom;
  }

@media (min-width: 768px) {

.wb-kv__media img {
      max-height: 100%
  }
    }

.wb-kv__content {
  -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}

@media (min-width: 768px) {

.wb-kv__content {
    width: 40%;
    max-width: 280px;
    margin-left: auto
}
  }

.wb-kv__title {
  position: absolute;
  top: 2rem;
  right: 0;
  left: 0;
  max-width: 70vw;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {

.wb-kv__title {
    position: static;
    margin-top: 0;
    margin-bottom: 0
}
  }

.wb-kv__apps {
  display: none;
  margin-top: 30px;
}

@media (min-width: 768px) {

.wb-kv__apps {
    display: block
}
  }

.wb-kv__apps a {
    transition: 0.2s cubic-bezier(0, 0.55, 0.45, 1);
    transition: var(--animate-fast);
  }

.wb-kv__apps a:hover {
      opacity: 0.7;
    }

.wb-kv__apps__title {
  position: relative;
  margin: 0;
  text-align: center;
}

.wb-kv__apps__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: white;
  }

.wb-kv__apps__title__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: white;
  background-color: #30a2ab;
  background-color: var(--color-primary);
}

.wb-kv__apps__list {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.wb-kv__apps__item:not(:first-child) {
    margin-left: 1rem;
  }

.wb-points__container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1.75rem auto 1.75rem auto;
      grid-template-areas: "header" "media" "body";
  grid-gap: 1.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

.wb-points__container {
    -ms-grid-columns: 220px 1.75rem 1fr;
    grid-template-columns: 220px 1fr;
    -ms-grid-rows: auto 1.75rem auto;
        grid-template-areas: "media header" "media body"
}
  }

.wb-points__item {
  position: relative;
  overflow: hidden;
  background-color: white;
}

@media (max-width: 767px) {

.wb-points__item:nth-of-type(odd) {
      background-color: #f8f8f8;
      background-color: var(--color-light-gray)
  }
    }

@media (min-width: 768px) {

.wb-points__item:nth-of-type(even) {
      background-color: #f8f8f8;
      background-color: var(--color-light-gray)
  }

      .wb-points__item:nth-of-type(even) .wb-points__container {
        -ms-grid-columns: 1fr 1.75rem 220px;
        grid-template-columns: 1fr 220px;
        -ms-grid-rows: auto 1.75rem auto !important;
            grid-template-areas: "header media" "body media" !important;
      }

      .wb-points__item:nth-of-type(even) .wb-points__marquee {
        text-align: right;
        -webkit-animation-name: marquee-x-reverse;
                animation-name: marquee-x-reverse;
      }
    }

.wb-points__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  -ms-grid-row-align: end;
      align-self: end;
  text-align: center;
}

.wb-onetime__container > .wb-points__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wb-points__number {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: white;
  background-color: #f96363;
  background-color: var(--color-secondary);
}

.wb-points__title {
  margin-top: 1.75rem;
  color: #30a2ab;
  color: var(--color-primary);
}

.wb-points__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: body;
}

.wb-onetime__container > .wb-points__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.wb-points__catchphrase,
.wb-points__note,
.wb-points__cta {
  text-align: center;
}

.wb-points__catchphrase {
  color: #222;
  color: var(--text-primary);
}

.wb-points__note {
  margin-top: 1.75rem;
  color: #30a2ab;
  color: var(--color-primary);
}

.wb-points__cta {
  margin-top: 3rem;
}

.wb-points__media {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: media;
  max-width: 50%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wb-onetime__container > .wb-points__media {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

@media (min-width: 768px) {

.wb-points__media {
    max-width: 100%
}
  }

.wb-points__marquee {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
  /* animation-name: marquee-y; JSにて制御 */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 768px) {

.wb-points__marquee {
    position: static;
    -webkit-animation-name: marquee-x;
            animation-name: marquee-x
}
  }

.wb-points__marquee img {
    vertical-align: bottom;
  }

@-webkit-keyframes marquee-y {
  0% {
    transform: translateY(-50%);
  }

  99%,
  100% {
    transform: translateY(100%);
  }
}

@keyframes marquee-y {
  0% {
    transform: translateY(-50%);
  }

  99%,
  100% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes marquee-y-reverse {
  0% {
    transform: translateY(50%);
  }

  99%,
  100% {
    transform: translateY(-100%);
  }
}

@keyframes marquee-y-reverse {
  0% {
    transform: translateY(50%);
  }

  99%,
  100% {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes marquee-x {
  0% {
    transform: translateX(-50%);
  }

  99%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes marquee-x {
  0% {
    transform: translateX(-50%);
  }

  99%,
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes marquee-x-reverse {
  0% {
    transform: translateX(50%);
  }

  99%,
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-x-reverse {
  0% {
    transform: translateX(50%);
  }

  99%,
  100% {
    transform: translateX(-100%);
  }
}

.wb-onetime {
  background-color: #f8f8f8;
  background-color: var(--color-light-gray);
}

@media (min-width: 768px) {

.wb-onetime {
    background-color: white
}
  }

.wb-onetime__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1.75rem auto 1.75rem auto;
      grid-template-areas: "header" "media" "body";
  grid-gap: 1.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

.wb-onetime__container {
    -ms-grid-columns: 220px 1.75rem 1fr;
    grid-template-columns: 220px 1fr;
    -ms-grid-rows: auto 1.75rem auto;
        grid-template-areas: "header header" "media body"
}

.wb-onetime__container > .wb-points__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
}

.wb-onetime__container > .wb-points__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.wb-onetime__container > .wb-points__media {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
}
  }

.wb-onetime__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  text-align: center;
}

.wb-onetime__container > .wb-onetime__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wb-onetime__title {
  color: #30a2ab;
  color: var(--color-primary);
}

.wb-onetime__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: body;
  -ms-grid-row-align: center;
      align-self: center;
}

.wb-onetime__container > .wb-onetime__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.wb-onetime__catchphrase,
.wb-onetime__note,
.wb-onetime__media {
  text-align: center;
}

.wb-onetime__catchphrase {
  color: #222;
  color: var(--text-primary);
}

.wb-onetime__note {
  margin-top: 0.75rem;
  color: #222;
  color: var(--text-primary);
}

.wb-onetime__media {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: media;
  max-width: 50%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wb-onetime__container > .wb-onetime__media {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

@media (min-width: 768px) {

.wb-points__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

      .wb-points__item:nth-of-type(even) .wb-points__container > .wb-points__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
      }

.wb-points__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

      .wb-points__item:nth-of-type(even) .wb-points__container > .wb-points__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
      }

.wb-points__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
}

      .wb-points__item:nth-of-type(even) .wb-points__container > .wb-points__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
      }

.wb-onetime__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

      .wb-points__item:nth-of-type(even) .wb-points__container > .wb-onetime__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
      }

.wb-onetime__container > .wb-onetime__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
}

.wb-onetime__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

      .wb-points__item:nth-of-type(even) .wb-points__container > .wb-onetime__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
      }

.wb-onetime__container > .wb-onetime__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.wb-onetime__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
}

      .wb-points__item:nth-of-type(even) .wb-points__container > .wb-onetime__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
      }

.wb-onetime__container > .wb-onetime__media {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
}
}

@media (min-width: 768px) {

.wb-onetime__media {
    max-width: 100%
}
  }

.wb-onetime__password {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.5rem;
}

.wb-onetime__password__input {
  flex: 1;
  min-width: 200px;
  padding: 1rem 0.5rem;
  border: 1px solid #cccccc;
  border: 1px solid var(--color-border);
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: #222;
  color: var(--text-primary);
}

.wb-onetime__password__copy {
  flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 0.5rem;
  padding: 1rem 0.5rem;
  border: 5px solid #222;
  border: 5px solid var(--text-primary);
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: white;
  background-color: #222;
  background-color: var(--text-primary);
  box-shadow: none;
  cursor: pointer;
}

.wb-onetime__password__message {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  color: #30a2ab;
  color: var(--color-primary);
  transition: var(--transition-normal);
}

.wb-onetime__password__message.is-active {
    opacity: 1;
    visibility: visible;
  }

.wb-footer {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #30a2ab;
  background-color: var(--color-primary);
}

.wb-footer__title {
  position: relative;
  line-height: 1.25;
  letter-spacing: 0.125rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: white;
}

.wb-footer__apps {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
}

.wb-footer__apps__item {
  list-style: none;
}

.wb-footer__apps__item:not(:first-child) {
    margin-left: 1rem;
  }

.wb-footer__apps__item a {
    transition: 0.2s cubic-bezier(0, 0.55, 0.45, 1);
    transition: var(--animate-fast);
  }

.wb-footer__apps__item a:hover {
      opacity: 0.7;
    }

.wb-footer__notes {
  margin-top: 1.375rem;
  margin-bottom: 0;
  padding-left: 0;
}

.wb-footer__notes__item {
  position: relative;
  padding-left: 1rem;
  list-style: none;
  line-height: 1.6;
  font-size: 0.625rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: white;
  white-space: pre-line;
}

@media (min-width: 768px) {

.wb-footer__notes__item {
    font-size: 0.75rem;
    white-space: normal
}
  }

.wb-footer__notes__item::before {
    content: '\00203b';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 0.125rem;
  }

.wb-float {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 768px) {

.wb-float {
    display: none
}
  }

.wb-float__btn {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--family-sans);
  color: white;
  background-color: #f96363;
  background-color: var(--color-secondary);
  border-radius: 3em;
}

.wb-float__btn em {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
  }

.wb-phone-mock {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 200.9456%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/phone-mock.png");
}

.wb-phone-mock__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 88%;
  transform: translate(-51%, -52%);
}

.wb-anime-fade-in {
  opacity: 0;
  transition: 1.5s cubic-bezier(0, 0.55, 0.45, 1);
  transition: var(--animate-slow);
}

.wb-anime-fade-in.is-animated {
    opacity: 1;
  }

@media (max-width: 767px) {

.wb-anime-fade-in--not-sm {
    opacity: 1
}
  }

.wb-anime-clip-in {
  /* clip-path: inset(100% 0 0 0); */
  transition: 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: var(--animate-normal);

  /* &.is-animated { */
  /*   clip-path: inset(0); */
  /* } */
}

@media (max-width: 767px) {

.wb-anime-clip-in--not-sm {
    /* clip-path: none; */

/*     &.is-animated { */
/*       clip-path: none; */
/*     } */
}
  }

@media (min-width: 768px) {

.wb-anime-clip-in--not-lg {
    /* clip-path: none; */

    /* &.is-animated { */
    /*   clip-path: none; */
    /* } */
}
  }

.wb-anime-landing {
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: var(--animate-normal);
}

.wb-anime-landing.is-animated {
    opacity: 1;
    transform: translateY(0);
  }

:root {
  --color-primary: #30a2ab;
  --color-secondary: #f96363;
  --color-light-gray: #f8f8f8;
  --color-border: #cccccc;
  --color-gold: #fdc24d;

  --text-primary: #222;

  --family-sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;

  --animate-fast: 0.2s cubic-bezier(0, 0.55, 0.45, 1);
  --animate-normal: 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  --animate-slow: 1.5s cubic-bezier(0, 0.55, 0.45, 1);
}

:root {
  scroll-behavior: smooth;
}
