@charset "UTF-8";

.lp-area{
  --color-theme-yellow: #FDF9DA;
  --font-BIZ-UDP-Gothic: 'BIZ UDPGothic';

  font-family: var(--font-BIZ-UDP-Gothic);
  position: relative;
}

.lp-area img{
  width: 100%;
  height: auto;
  display: block;
}

.lp-area__content{
  padding-bottom: 4rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--color-theme-yellow);
  z-index: 5;
}

.lp-area .floating-button{
  width: 76%;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  translate: -50% 0;
  z-index: 20;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.lp-area .floating-button.hide{
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .lp-area__content{
    margin: 4rem auto 8rem;
    padding-bottom: 2rem;
    width: min(37.5rem, 375px);
    border-radius: 2rem;
    box-shadow: 0 0 2rem rgb(0 0 0 / 0.16);
    translate: 0.7rem 0;
  }

  .lp-area .floating-button{
    width: 28rem;
  }
}

.lp-section{
  position: relative;
}

.lp-section .lp-section__heading{
  position: absolute;
  left: 50%;
  translate: -50% 3rem;
  opacity: 0;
  transition: opacity 1s ease, translate 1s ease;
}

.lp-section .lp-section__heading.show{
  opacity: 1;
  translate: -50% 0;
}

.lp-section--fv{
  margin-bottom: 6.5rem;
  translate: 0 0.5rem;
  scale: 1.035;
}

@media (min-width: 768px) {
  .lp-section--fv{
    margin-bottom: 8.5rem;
  }
}

.lp-section--limited{
  padding: 0 1.5rem;
}

.lp-section--limited .lp-section__heading{
  width: 23.6rem;
  top: 3rem;
}

.lp-section--limited .lp-purchase-button{
  width: 75.6086%;
  position: absolute;
  left: 50%;
  bottom: 4.03rem;
  translate: -50% 0;
}

.lp-section--worries{
  margin-top: 4rem;
  z-index: 2;
}

.lp-section--worries .lp-section__heading{
  width: 31.2rem;
  top: 1.8rem;
}

.lp-section--foryou{
  margin-top: -3.3rem;
}

.lp-section--foryou .lp-section__heading:nth-of-type(1){
  width: 28rem;
  top: 8.2rem;
}

.lp-section--foryou .lp-section__heading:nth-of-type(2){
  width: 21.6rem;
  top: 18.7rem;
}

.lp-section--features{
  position: relative;
}

.lp-section--features .lp-section__heading{
  width: 24rem;
  top: 5rem;
}

.lp-section--howtouse{
  padding-top: 5rem;
}

.lp-section--howtouse .lp-section__heading{
  width: 8.2rem;
  top: 5rem;
}

.lp-section--about-atopico .lp-section__heading{
  width: 18.6rem;
  top: 8.1rem;
}

.lp-section--commitment{
  padding: 0 1.5rem 0;
  position: absolute;
  bottom: 5rem;
}

.lp-section--sample{
  margin: 2rem 0 5rem;
  padding: 0 0.65rem 0 1.5rem;
}

.lp-area__desktop-bg{
  display: none;
}

.lp-cart{
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media (min-width: 768px) {
  .lp-area__desktop-bg{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
  }

  .lp-area__desktop-bg .lp-bg{
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .lp-area__desktop-bg .lp-bg :where(img){
    width: 100%;
    height: 100%;
    aspect-ratio: 14/8;
    object-fit: cover;
  }

  .lp-area__desktop-bg .lp-menu{
    padding: 8.9rem 6.8rem;
    position: fixed;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: min(42rem, 420px);
    background-color: #F9EC92;
    border-radius: 4rem 0 0 4rem;
  }

  .lp-area__desktop-bg .lp-menu__list{
    padding-left: 0.9rem;
    display: grid;
    gap: 1.96rem;
  }

  .lp-area__desktop-bg .lp-menu__item--link{
    padding-left: 3.4rem;
    padding-block: 0.3rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3333;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M1053.641%2C278.824l4.724%2C4.724%2C4.724-4.724%22%20transform%3D%22translate(-1046.141%20-268.324)%22%20fill%3D%22none%22%20stroke%3D%22%235d5d5d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 2.4rem;
    background-position: center left;
    color: #5D5D5D;
  }

  .lp-area__desktop-bg .lp-purchase-button{
    margin-top: 3rem;
    display: block;
  }

  .lp-area__desktop-bg .lp-heading{
    display: grid;
    place-content: center;
    width: calc((100vw - min(37.5rem, 375px)) / 2);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  .lp-area__desktop-bg .lp-heading__logo{
    width: min(29.3rem, 293px);
  }
}

.shipping-form .m-formInputArea-item:has(#shippingService){
  display: none !important;
}