/************************

base

************************/
html {
  font-size: clamp(0.938rem, 0.852rem + 0.36vw, 1.125rem);
}

body {
  color: #373737;
  background-color: #FCFCFC;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2 {
  font-size: clamp(1.625rem, 1.341rem + 1.21vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
}

h4 {
  font-size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem);
}

a {
  color: #373737;
  text-decoration: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li,
summary {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
}

small {
  display: block;
  text-align: center;
}

/************************

shape

************************/
.custom-shape-divider-top-1760344182 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1760344182 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .custom-shape-divider-top-1760344182 svg {
    height: 60px;
  }
}

.custom-shape-divider-top-1760344182 .shape-fill {
  fill: #FCFCFC;
}

.custom-shape-divider-top-1760344819 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1760344819 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .custom-shape-divider-top-1760344819 svg {
    height: 60px;
  }
}

.custom-shape-divider-top-1760344819 .shape-fill {
  fill: #F4F4F4;
}

.custom-shape-divider-top-1760346254 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1760346254 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .custom-shape-divider-top-1760346254 svg {
    height: 60px;
  }
}

.custom-shape-divider-top-1760346254 .shape-fill {
  fill: #00C9A7;
}

.custom-shape-divider-bottom-1760350268 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1760350268 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .custom-shape-divider-bottom-1760350268 svg {
    height: 50px;
  }
}

.custom-shape-divider-bottom-1760350268 .shape-fill {
  fill: #00C9A7;
}

.custom-shape-divider-top-1760350875 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1760350875 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}

.custom-shape-divider-top-1760350875 .shape-fill {
  fill: #00C9A7;
}

/************************

component - typography

************************/
.headline {
  text-align: center;
  color: #00C9A7;
  line-height: 1.4;
  margin-bottom: 1.25em;
}
.headline--sm {
  font-size: 1rem;
  display: block;
  color: #FF914D;
}

.copy {
  text-align: center;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 1.5em;
  font-size: 2.3rem;
}

/************************

utility - color

************************/
.bg-green {
  background-color: #00C9A7;
}

.bg-coral {
  background-color: #FF6B6B;
}

.bg-pink {
  background-color: #FFF4F4;
}

.bg-gray {
  background-color: #F4F4F4;
}

.bg-yellow {
  background-color: #fff6aa;
}

.clr-white {
  color: #FFFFFF;
}

.clr-coral {
  color: #FF6B6B;
}

.mb-sm {
  margin-bottom: 1rem;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.md {
  display: none;
}
@media screen and (min-width: 768px) {
  .md {
    display: block;
  }
}

/************************

layout - common

************************/
.main {
  padding-top: 60px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

.section {
  padding: 4rem 0 3rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 6rem 0 5rem;
  }
}

.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .flex--column {
    flex-direction: row;
  }
}

.flex-item-2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .flex-item-2 {
    width: 50%;
  }
}

.flex-item-3 {
  width: 33.3%;
}

.flex--column .flex-item-3 {
  width: 100%;
}

.gap-col-2 {
  gap: 1.5rem;
}

.gap-col-3 {
  gap: 1.25rem;
}

/************************

layout - header

************************/
.header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}
.header__logo {
  height: 40px;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo a,
.header__logo img {
  height: 100%;
}
.header__nav {
  position: fixed;
  top: 60px;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100vh;
  background-color: #FFF38B;
  z-index: 90;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    position: relative;
    top: initial;
    right: initial;
    transform: translateX(0);
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: 0;
    transition: 0s;
  }
}
.header__nav-list {
  padding: 4rem 2rem 0;
}
@media screen and (min-width: 1024px) {
  .header__nav-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
  }
}
.header__nav-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #373737;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .header__nav-item:last-child {
    padding: 0.25em 1rem;
    background-color: #FF6B6B;
    border-radius: 50px;
  }
  .header__nav-item:last-child a {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.header__nav-item a {
  font-weight: 500;
  transition: 0.3s;
}
.header__nav-item a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .header__nav-item a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.header__menu {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.header__menu-line {
  position: absolute;
  width: 28px;
  height: 2px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  translate: -50% -50%;
  background-color: #FF6B6B;
  transition: 0.3s;
}
.header__menu-line:first-child {
  top: calc(50% - 7px);
}
.header__menu-line:last-child {
  top: calc(50% + 7px);
}
@media screen and (min-width: 1024px) {
  .header__menu {
    display: none;
  }
}

.is-active:first-child {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}

.is-active:nth-child(2) {
  opacity: 0;
}

.is-active:last-child {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}

.is-open {
  transform: translateX(0);
}

/************************

conponent - btn

************************/
.btn-container {
  text-align: center;
}

.btn-fixed-container {
  position: fixed;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 150;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .btn-fixed-container {
    display: none;
  }
}

.btn {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 520px;
  color: #FFFFFF;
  background-color: #FF6B6B;
  font-weight: 700;
  padding: 1em;
  border-radius: 50px;
}
.btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/arrow-right.svg) center center no-repeat;
  background-size: cover;
}
.btn--fixed {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.btn--contact {
  width: 90%;
  position: relative;
  z-index: 2;
  background-color: #FF6B6B;
  transition: 0.3s;
}
.btn--contact:hover {
  background-color: #f06060;
}

.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/************************

fv

************************/
.fv {
  position: relative;
  padding: 2rem 0;
}
@media screen and (min-width: 540px) {
  .fv {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    padding: 5rem 0;
  }
}
.fv__inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    flex-direction: row;
  }
}
.fv__img {
  position: relative;
  width: 95%;
  top: 0;
  margin-inline: auto;
  text-align: center;
  opacity: 0;
  animation: inview 0.6s ease 0.3s forwards;
}
@media screen and (min-width: 540px) {
  .fv__img {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__img {
    position: absolute;
    top: 4rem;
    right: 5%;
    width: 45%;
    z-index: -1;
  }
}
@keyframes inview {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #FFF38B;
  z-index: -1;
  rotate: 0deg;
  border-radius: 10px;
  animation: rotate 0.6s ease 0.61s forwards;
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 5deg;
  }
}
.fv__img img {
  position: relative;
  width: 100%;
  rotate: 0;
  border-radius: 10px;
  animation: rotateLeft 0.61s ease 0.61s forwards;
}
.fv__img img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #FFF38B;
  z-index: -1;
  rotate: 0deg;
  border-radius: 10px;
  animation: rotate 0.6s ease 0.61s forwards;
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 5deg;
  }
}
@keyframes rotateLeft {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -3deg;
  }
}
.fv__container {
  position: relative;
  z-index: 2;
  opacity: 0;
  margin-top: -60px;
  animation: inview 0.6s ease 0.6s forwards;
}
@keyframes inview {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 540px) {
  .fv__container {
    margin-top: -180px;
  }
}
@media screen and (min-width: 768px) {
  .fv__container {
    margin-top: -240px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__container {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .fv__container {
    width: 80%;
  }
}
.fv__sub-tagline {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 540px) {
  .fv__sub-tagline {
    margin-bottom: 1rem;
  }
}
.fv__sub-tagline img {
  width: 70%;
  max-width: 500px;
}
.fv__tagline {
  line-height: 1;
  margin-bottom: 1rem;
  white-space: nowrap;
  font-weight: 900;
  font-size: clamp(1.125rem, -0.536rem + 7.09vw, 3rem);
}
@media screen and (min-width: 540px) {
  .fv__tagline {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .fv__tagline {
    -webkit-text-stroke: 2px #FFFFFF;
  }
}
.fv__tagline span {
  display: inline-block;
  font-size: clamp(3rem, 1.267rem + 7.4vw, 5rem);
  padding: 0.2em;
  color: #FFFFFF;
  margin-right: 0.1em;
  margin-bottom: 0.2em;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .fv__point-list {
    width: 60%;
  }
}
.fv__point img {
  width: 90%;
}
.fv__campaign {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fv__campaign {
    display: block;
    position: absolute;
    bottom: 5rem;
    right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv__campaign {
    bottom: 8rem;
  }
}

/************************

problem

************************/
.problem {
  position: relative;
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .problem {
    padding-top: 8rem;
  }
}
.problem__list {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .problem__list {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .problem__list {
    position: relative;
    max-width: 100%;
    padding-top: 25%;
  }
}
.problem__item {
  position: relative;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .problem__item {
    position: absolute;
    width: 40%;
    margin-bottom: 0;
  }
  .problem__item:first-child {
    top: 0;
    left: 5%;
  }
  .problem__item:nth-child(2) {
    top: 0;
    right: 5%;
  }
  .problem__item:nth-child(3) {
    left: 0;
    bottom: 0;
  }
  .problem__item:last-child {
    right: 0;
    bottom: 0;
  }
}
.problem__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: url(../images/check.svg) center center no-repeat;
  background-size: cover;
}
.problem__item:last-child {
  margin-bottom: 0;
}
.problem__img {
  text-align: center;
}
.problem__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem__img img {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .problem__img img {
    width: 60%;
  }
}

/************************

about

************************/
.about {
  position: relative;
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .about {
    padding-top: 8rem;
  }
}
.about__item {
  background-color: #FFFFFF;
  padding: 1.8rem 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.about__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .about__item {
    padding: 2.2rem 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__txt {
    width: 50%;
  }
}
.about__title {
  position: relative;
  color: #FF6B6B;
  margin-bottom: 1em;
  padding-left: 1rem;
}
.about__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.35rem;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #FFF38B;
}
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .about__inner {
    flex-direction: row;
  }
}
.about__img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .about__img {
    width: 50%;
  }
}
.about__img img {
  border-radius: 10px;
  width: 100%;
}

/************************

feature

************************/
.feature {
  position: relative;
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .feature {
    padding-top: 8rem;
  }
}
.feature .headline {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .feature__list {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .feature__list {
    display: flex;
    gap: 1.5rem;
    max-width: 100%;
  }
}
.feature__item {
  position: relative;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .feature__item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .feature__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.feature__item:last-child {
  margin-bottom: 0;
}
.feature__item::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 2.5rem;
  height: 2.5rem;
  color: #FFFFFF;
  background-color: #FF914D;
  border: 4px solid #fff6aa;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}
.feature__item:first-child::before {
  content: "1";
}
.feature__item:nth-child(2)::before {
  content: "2";
}
.feature__item:last-child::before {
  content: "3";
}
.feature__title {
  text-align: center;
  color: #FF914D;
  margin-bottom: 0.85em;
}
@media screen and (min-width: 1200px) {
  .feature__title {
    font-size: 1.15rem;
  }
}
.feature__descri {
  flex-grow: 1;
}

/************************

price

************************/
.price {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .price {
    padding-top: 5rem;
  }
}
.price__box {
  text-align: center;
  margin-bottom: 0.5rem;
  background-color: #FFFFFF;
}
.price__title {
  background-color: #00C9A7;
  color: #FFFFFF;
  padding: 0.5em 0;
  border-radius: 10px 10px 0 0;
}
.price__amount {
  padding: 1em;
  border: 2px solid #00C9A7;
  color: #00C9A7;
  font-weight: 500;
  border-radius: 0 0 10px 10px;
}
.price__amount strong {
  font-size: 3rem;
}
.price__list {
  margin-bottom: 1rem;
}
.price__item {
  font-weight: 500;
  line-height: 1.8;
}
.price__item:last-child {
  color: #FF6B6B;
  font-size: 1.15rem;
}
.price__note-item {
  color: #666666;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.4em;
  line-height: 1.5;
}

/************************

benefit

************************/
.benefit {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .benefit {
    padding-top: 5rem;
  }
}
.benefit .headline {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .benefit__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.benefit__item {
  background-color: #FFFFFF;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  border: 2px solid #FF6B6B;
}
@media screen and (min-width: 1024px) {
  .benefit__item {
    margin-bottom: 0;
  }
}
.benefit__title {
  text-align: center;
  color: #FF6B6B;
  line-height: 1.4;
  margin-bottom: 1em;
}

/************************

voice

************************/
.voice {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .voice {
    padding-top: 5rem;
  }
}
.voice__item {
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
}
.voice__item:last-child {
  margin-bottom: 0;
}
.voice__descri {
  padding: 1em;
}
.voice__title {
  color: #FFFFFF;
  background-color: #00C9A7;
  padding: 0.5em;
  border-radius: 5px 5px 0 0;
  font-size: 1.25rem;
}

/************************

accordion

************************/
.faq {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion {
    max-width: 680px;
    margin-inline: auto;
  }
}
.accordion dl {
  margin-bottom: 1rem;
}
.accordion__summary {
  position: relative;
  background-color: #FFF38B;
  padding: 1em 2.5em;
  font-weight: 500;
  border-radius: 5px;
}
.accordion__summary:hover {
  cursor: pointer;
}
.accordion__summary::before {
  content: "Q";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 1.25em;
  translate: -50% -50%;
  padding: 0.75em;
  background-color: #FF914D;
  color: #FFFFFF;
  border-radius: 50%;
}
.accordion__summary::after {
  content: "+";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0.25em;
  translate: -50% -50%;
  color: #373737;
  border-radius: 50%;
  font-weight: 700;
}
.accordion__answer {
  position: relative;
  padding: 1em 1em 1em 2.5em;
  display: none;
}
.accordion__answer::before {
  content: "A";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  top: 1em;
  left: 1.25em;
  transform: translateX(-50%);
  padding: 0.75em;
  background-color: #00C9A7;
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: 700;
}

.is-accordion-active::after {
  content: "-";
}

/************************

contact

************************/
.contact {
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-color: #00C9A7;
  z-index: -10;
}
.contact__descri {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__descri {
    margin-bottom: 2.5rem;
  }
}

/************************

footer

************************/
.footer {
  position: relative;
  background-color: #FFF38B;
  padding: 60px 0 100px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 80px 0 100px;
  }
}
.footer__logo {
  margin-bottom: 2.5rem;
}
.footer__txt {
  font-size: 0.85rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 2rem;
}
.footer__txt a {
  color: #666666;
  text-decoration: underline;
}
.footer__txt--sm {
  font-size: 0.65rem;
}

.js-scroll-target {
  opacity: 0;
  transform: translateY(20px);
}

.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}/*# sourceMappingURL=style.css.map */