body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg__logo {
  position: absolute;
  display: none;
  top: 20px;
  left: 20px;
  width: 60px;
}
@media screen and (min-width: 600px) {
  .bg__logo {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .bg__logo {
    width: 67px;
    top: 40px;
    left: 60px;
  }
}
.bg__heading {
  position: absolute;
  top: 40px;
  left: 50%;
  display: none;
}
@media screen and (min-width: 1000px) {
  .bg__heading {
    display: block;
    width: 150px;
    -webkit-transform: translateX(330px);
            transform: translateX(330px);
  }
}
@media screen and (min-width: 1300px) {
  .bg__heading {
    width: 190px;
    -webkit-transform: translateX(450px);
            transform: translateX(450px);
  }
}
.bg__title {
  position: absolute;
  bottom: 20%;
}
@media screen and (min-width: 1000px) {
  .bg__title {
    display: block;
    left: 60px;
    width: 300px;
  }
}
@media screen and (min-width: 1300px) {
  .bg__title {
    left: 200px;
    width: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .bg__title {
    left: 250px;
    width: 380px;
  }
}
.bg__woman {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1300px) {
  .bg__woman {
    display: block;
    width: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .bg__woman {
    width: 270px;
  }
}

.wrapper {
  position: relative;
  z-index: 2;
  background-color: white;
  margin-inline: auto;
  width: 100%;
  max-width: 430px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

/* mv
----------------------------------------------------------------------*/
.mv {
  background-color: #EAEAEA;
  position: relative;
}
.mv__heading {
  position: absolute;
  width: 30%;
  top: 0;
  right: 5%;
}
.mv__merit {
  position: absolute;
  width: 48%;
  top: 51%;
  right: 5%;
}
.mv__logo {
  position: absolute;
  width: 36px;
  top: 10px;
  left: 20px;
}

/* limited
----------------------------------------------------------------------*/
.limited {
  padding: 24px 20px;
  background-color: white;
}
.limited__content {
  padding-block: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E29AA8), to(#E8AEBA));
  background-image: linear-gradient(#E29AA8, #E8AEBA);
  border-radius: 16px;
}
.limited__text1 {
  padding: 4px;
  background-color: white;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.12em;
}
.limited__text1 .is-highligh {
  color: #D1657A;
  font-size: 1.1666666667em;
}
.limited__text2 {
  padding: 24px 20px 8px;
}
.limited__text3 {
  background-color: white;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
}
.limited__text4 {
  margin-top: 8px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.limited__copyBtn {
  position: relative;
  margin: 16px 20px 0;
  border-radius: 8px;
  background-color: #F8E7EA;
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.limited__copyBtn p {
  padding: 6px;
}
.limited__copyBtn-code {
  background-color: white;
  border-radius: 6px 6px 0 0;
}
.limited__copyBtn-code .code {
  color: #D1657A;
  font-size: 1.25em;
}
.limited__copyBtn-copied {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #D1657A;
  border-radius: 2px;
  color: white;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  z-index: 2;
}
.limited__copyBtn-copied::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #D1657A;
  top: 99%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
.limited__copyBtn-copied.is-show {
  display: block;
}

/* point
----------------------------------------------------------------------*/
.point {
  background-color: white;
}
.point__head {
  position: relative;
}
.point__title {
  position: absolute;
  top: 35%;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: #D1657A;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.point__title-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
.point__title-text2 img {
  width: 62px;
}
.point__title-text2 span {
  display: inline-block;
  padding-bottom: 0.2em;
}
.point__title-text2 .is-large {
  font-size: 1.1666666667em;
}
.point__body {
  background-color: #F8E7EA;
  padding-bottom: 40px;
}
.point__list {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.point__item {
  margin-top: 35px;
  background-color: white;
  border-radius: 16px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: relative;
}
.point__item-img {
  position: absolute;
  top: -35px;
  right: -20px;
  width: 260px;
}
.point__item-label {
  width: 40px;
}
.point__item-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.point__item-title .is-accent {
  color: #D1657A;
}
.point__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* about
----------------------------------------------------------------------*/
.about {
  position: relative;
}
.about__head {
  position: absolute;
  top: 24px;
  left: 20px;
  width: calc(100% - 40px);
}
.about__title {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
}
.about__item1 {
  position: absolute;
  width: 44%;
  top: 14%;
  right: 12px;
}
.about__item2 {
  position: absolute;
  width: 40%;
  top: 30%;
  right: 28%;
}
.about__item3 {
  position: absolute;
  width: 50%;
  top: 44%;
  right: 12px;
}
.about__item4 {
  position: absolute;
  width: 50%;
  top: 67%;
  right: 23%;
}

/* worries
----------------------------------------------------------------------*/
.worries {
  position: relative;
}
.worries__title {
  position: absolute;
  width: 166px;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worries p {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.worries__item1 {
  position: absolute;
  top: 26%;
  left: 59%;
}
.worries__item2 {
  position: absolute;
  top: 33%;
  left: 14%;
}
.worries__item3 {
  position: absolute;
  top: 75%;
  left: 15%;
}

/* aboutManjaro
----------------------------------------------------------------------*/
.aboutManjaro {
  padding: 24px 20px 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.aboutManjaro__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 29%;
}
.aboutManjaro__title {
  position: relative;
}
.aboutManjaro__title h2 {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  top: 12%;
  left: 0;
}
.aboutManjaro__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* reason
----------------------------------------------------------------------*/
.reason {
  background-color: white;
}
.reason__head {
  position: relative;
}
.reason__title {
  position: absolute;
  top: 25%;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.reason__title-text2 {
  font-size: 1.2em;
}
.reason__body {
  padding-bottom: 40px;
}
.reason__list {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.reason__item {
  margin-top: 35px;
  background-color: white;
  border: 2px solid #D1657A;
  border-radius: 16px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: relative;
}
.reason__item-img {
  position: absolute;
  top: -35px;
  right: -20px;
  width: 260px;
}
.reason__item-label {
  width: 54px;
}
.reason__item-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #D1657A;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reason__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* difference
----------------------------------------------------------------------*/
.difference {
  background-color: #F2F2F2;
  padding: 24px 0 0;
}
.difference__head {
  position: relative;
  padding-inline: 20px;
}
.difference__title {
  position: absolute;
  width: 100%;
  top: 8%;
  left: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.difference__title .underline {
  border-bottom: 1px solid;
}
.difference__title .is-large {
  font-size: 1.2em;
}
.difference__body {
  margin-top: 24px;
}
.difference__item {
  position: relative;
}
.difference__item.is-bg-gray {
  background-color: #F2F2F2;
}
.difference__item.is-bg-white {
  background-color: white;
}
.difference__item:last-child::after {
  position: absolute;
  content: "";
  width: 37%;
  aspect-ratio: 175/308;
  background: url("../img/difference_bg2.webp") no-repeat bottom left/contain;
  bottom: 0;
  left: 0;
}
.difference__item-title1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 60px;
  padding-top: 4%;
  background-color: #333;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.difference__item-text1 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.difference__item-text2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
.difference__item-title2 {
  margin-inline: auto;
  width: calc(100% - 60px);
  height: 60px;
  background-color: #D1657A;
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.difference__item-text3 {
  margin-top: 16px;
  margin-left: auto;
  padding-right: 20px;
  width: 75%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.difference__item-text3 .highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #D1657A;
  font-size: 32px;
  font-weight: bold;
}
.difference__item-text3 .highlight .kirakira1,
.difference__item-text3 .highlight .kirakira2 {
  width: 42px;
}
.difference__item-text3 .highlight .kirakira2 {
  position: relative;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.difference__item-text3 .is-accent {
  color: #D1657A;
  font-weight: bold;
}

/* price
----------------------------------------------------------------------*/
.price {
  background-color: #E7F2F8;
  padding: 24px 20px;
}
.price__title {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #43A7DD;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.price__title::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 2px;
  background-color: #43A7DD;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}
.price__title::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 2px;
  background-color: #43A7DD;
  top: 50%;
  right: 0;
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
}
.price__content {
  margin-top: 24px;
}
.price__content-title {
  width: 200px;
  height: 40px;
  background-color: #43A7DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 25px 25px 0 0;
}
.price__list {
  position: relative;
  border: 2px solid #43A7DD;
  border-radius: 0 8px 8px 8px;
  background-color: white;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.price__img {
  position: absolute;
  width: 44px;
  height: 100px;
  top: -58px;
  right: 9px;
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.price__item-label {
  width: 118px;
  height: 42px;
  background: url("../img/price_label_bg.webp") no-repeat center center/100% 100%;
  padding: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.price__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
.price__item-price .num {
  color: #D1657A;
  font-size: 32px;
  font-weight: bold;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.price__item-price .unit {
  color: #D1657A;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.3em;
}
.price__item-price .tax {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 0.7em;
}
.price__note {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

/* flow
----------------------------------------------------------------------*/
.flow {
  padding: 24px 0;
  background-color: white;
}
.flow__head {
  position: relative;
  padding-inline: 20px;
}
.flow__title {
  position: absolute;
  width: 100%;
  top: 7%;
  left: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.flow__body {
  margin-top: 16px;
}
.flow__list {
  padding-inline: 20px;
  position: relative;
}
.flow__item {
  position: relative;
  z-index: 3;
}
.flow__item:nth-child(2) {
  margin-top: -10%;
  z-index: 2;
}
.flow__item:nth-child(3) {
  margin-top: -10%;
  z-index: 1;
}
.flow__item-content {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.flow__item-content.is-lg {
  top: calc(20px + 13%);
}
.flow__item-img01 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 60px;
}
.flow__item-img02 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 48px;
}
.flow__item-img03 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 45px;
}
.flow__item-label {
  width: 62px;
  height: 62px;
}
.flow__item-text h3 {
  color: #D1657A;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.08;
}
.flow__item-text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.flow__item-text p .is-pink {
  color: #D1657A;
}
.flow__message {
  margin-top: -10%;
  position: relative;
  z-index: 3;
}

/* faq
----------------------------------------------------------------------*/
.faq {
  margin-top: -17%;
  padding: 70px 0;
  background-color: #F8E7EA;
}
.faq__head {
  position: relative;
  padding-inline: 20px;
}
.faq__title {
  position: absolute;
  width: 100%;
  top: 7%;
  left: 0;
  color: #D1657A;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.faq__body {
  padding-inline: 20px;
}
.faq__item {
  margin-top: 24px;
  border: 2px solid #D1657A;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}
.faq__question {
  position: relative;
  background-color: #D1657A;
  border-radius: 0 0 8px 8px;
  padding: 10px 35px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.faq__question::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url("../img/icon_arrow.webp") no-repeat center center/contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-open .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__question .text {
  color: white;
  font-weight: 500;
}
.faq__icon {
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.faq__answer {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  gap: 8px;
  max-height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  padding: 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* notes
----------------------------------------------------------------------*/
.notes {
  padding: 24px 20px;
  background-color: white;
}
.notes__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.notes__lead {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.notes__table {
  margin-top: 16px;
  border: 1px solid #333333;
}
.notes__table-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 8px;
  background-color: #C8C8C8;
}
.notes__table-content {
  padding: 0 10px;
}
.notes__table-content h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.notes__table-content p {
  padding: 8px 0 16px;
  font-size: 14px;
  font-weight: 300;
}
.notes__table-content p:not(:last-child) {
  border-bottom: 1px solid #C8C8C8;
}
.notes__supplement h4 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.notes__supplement p {
  padding-left: 1em;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

/* sticky btn
----------------------------------------------------------------------*/
.sticky {
  padding: 20px;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.sticky .btn {
  display: block;
  position: relative;
  border-radius: 35px;
  -webkit-animation: btn_animation 1s infinite;
          animation: btn_animation 1s infinite;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
.sticky .btn:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sticky .btn__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.sticky .btn__text .icon {
  width: 42px;
}
.sticky .btn__text .is-large {
  font-size: 24px;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}

@keyframes btn_animation {
  0% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
/* footer
----------------------------------------------------------------------*/
.footer {
  padding: 16px 20px;
  background-color: #D1657A;
}
.footer__inner {
  margin-inline: auto;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 16px;
}
.footer__inner a {
  color: white;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */