body {
  font-family: Montserrat, "Noto Sans JP", sans-serif;
  opacity: 0;
  animation-name: all-visible;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes all-visible {
  to {
    opacity: 1;
  }
}

.fs-l-page {
  overflow-x: hidden;
  background-color: initial;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transition: 1s;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(35, 40, 50, 0.8), rgba(35, 40, 50, 0.8)), url("https://sleep.itembox.design/item/free-page/img/product/atela/space.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .overlay::before {
    background: linear-gradient(rgba(35, 40, 50, 0.8), rgba(35, 40, 50, 0.8)), url("https://sleep.itembox.design/item/free-page/img/product/atela/space-pc.jpg");
  }
}
.overlay .status {
  position: relative;
  width: 100%;
  padding-bottom: 18.333%;
  -webkit-mask-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/overview__shape.png");
          mask-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/overview__shape.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0;
          mask-position: 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.overlay .status::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
}
.overlay .status__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #efcb68;
  transition: 1s;
}
.overlay .status.complete .status__bar {
  animation-name: progress;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes progress {
  to {
    width: 100%;
  }
}
.animated .overlay {
  visibility: hidden;
  opacity: 0;
}

.contents-container {
  color: #ffffff;
  text-align: center;
}
.contents-container::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background: url("https://sleep.itembox.design/item/free-page/img/product/atela/space.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contents-container::before {
    background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/space-pc.jpg");
  }
}

.section:not(:first-of-type) {
  background-color: rgba(35, 40, 50, 0.8);
}
.section__title {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  word-break: keep-all;
  white-space: pre-wrap;
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.inview .section__title {
  opacity: 1;
  transform: translateY(0);
}
.section__title::before {
  position: absolute;
  top: -0.75em;
  left: 50%;
  z-index: -1;
  display: block;
  font-size: clamp(5rem, 4.308rem + 3.077vw, 8rem);
  color: #efcb68;
  text-shadow: 0 0 10px #ffffff;
  white-space: nowrap;
  content: attr(data-sub-title);
  opacity: 0.25;
  transform: translateX(-50%);
}

.fv {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.fv__contents {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-8%);
}
.fv__contents-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: translateY(50px);
}
@media screen and (min-width: 768px) {
  .fv__contents-title {
    transform: translateY(80px);
  }
}
.fv__contents-title .catch-copy {
  position: relative;
  font-size: 2rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .fv__contents-title .catch-copy {
    font-size: clamp(2rem, 4vw, 3rem);
  }
}
.animated .fv__contents-title .catch-copy {
  animation: catch-copy-fade-in 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes catch-copy-fade-in {
  0%, 20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__contents-title .catch-copy::before {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  z-index: -1;
  width: 200%;
  height: 80%;
  content: "";
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 75%);
  transform: translateX(-50%);
}
.fv__contents-title .name {
  font-size: 9rem;
  line-height: 0.8;
  text-align: center;
  text-shadow: 0 0 15px #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv__contents-title .name {
    font-size: 26vw;
    font-size: clamp(2rem, 35vw, 25rem);
  }
}
.fv__contents-title .name span {
  display: inline-block;
  opacity: 0;
}
.animated .fv__contents-title .name span {
  animation: name-fade-in 1s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes name-fade-in {
  0%, 20% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fv__contents-title .name span:nth-of-type(1) {
  animation-delay: 0.5s;
}
.fv__contents-title .name span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.fv__contents-title .name span:nth-of-type(3) {
  animation-delay: 0.9s;
}
.fv__contents-title .name span:nth-of-type(4) {
  animation-delay: 1.1s;
}
.fv__contents-title .name span:nth-of-type(5) {
  animation-delay: 1.3s;
}
.fv__contents-img {
  z-index: 2;
  width: 131.5789473684%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .fv__contents-img {
    width: 90%;
    max-width: 1200px;
  }
}
.animated .fv__contents-img {
  animation: fade-in 2s ease-in-out 2s forwards, swinging 4s ease-in-out 4s infinite;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swinging {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.fv__scroll-guide {
  position: absolute;
  bottom: 18vh;
  left: 50%;
  z-index: 2;
  font-size: 15px;
  color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv__scroll-guide {
    bottom: 4rem;
  }
}
.fv__scroll-guide::before {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #ffffff;
  animation-name: scroll;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.39, 0.83, 0.61, 0.21);
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: top center;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: top center;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: bottom center;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom center;
  }
}
.fv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 150px;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(35, 40, 50, 0.8));
}

.intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120vh;
  word-break: keep-all;
  white-space: pre-wrap;
}
.intro::before, .intro::after {
  position: absolute;
  width: 100%;
  padding-bottom: 70.83333%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: 1s;
}
.intro.inview::before, .intro.inview::after {
  opacity: 0.7;
}
.intro::before {
  top: 0;
  left: -35%;
  z-index: -1;
  background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/intro__bg-left.png");
  transition-delay: 0.5s;
}
.intro::after {
  right: -35%;
  bottom: 0;
  z-index: -2;
  background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/intro__bg-right.png");
  transition-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .intro::before, .intro::after {
    width: 75%;
    padding-bottom: 53.125%;
  }
  .intro::before {
    top: 20%;
    left: -25%;
  }
  .intro::after {
    right: -25%;
    bottom: 8%;
  }
}
.intro__title {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.inview .intro__title {
  opacity: 1;
  transform: translateY(0);
}
.intro__desc {
  line-height: 2.5;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateY(10px);
}
.inview .intro__desc {
  opacity: 1;
  transform: translateY(0);
}
.intro__play-button {
  position: relative;
  display: block;
  width: 60%;
  max-width: 300px;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  overflow: hidden;
  background-color: rgba(35, 40, 50, 0.2);
  border: 1.5px solid #ffffff;
  border-radius: 0.25rem;
  opacity: 0;
  transition: background-color 0.3s, opacity 1s 1s;
}
.inview .intro__play-button {
  opacity: 1;
}
.intro__play-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(0, 1);
}
.intro__play-button:hover {
  background-color: #ffffff;
  opacity: initial;
}
.intro__play-button:hover::before {
  transform: translate(-50%, -50%) scale(1, 1);
}
.intro__play-button:hover img {
  filter: invert(100%);
}

.overview {
  position: relative;
  z-index: 1;
  background-color: rgba(35, 40, 50, 0.8);
}
.overview::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/overview__bg-sp.png");
  background-repeat: no-repeat;
  background-position: center right 20%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .overview::before {
    background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/overview__bg-pc.png");
    background-position: center;
    background-size: 100% auto;
    opacity: 0.8;
  }
}
.overview__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  padding-block: clamp(15rem, 13.846rem + 5.128vw, 20rem);
}
.overview__contents-title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .overview__contents-title {
    font-size: 35px;
  }
}
.overview__contents-title span {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .overview__contents-title span {
    font-size: 100px;
  }
}
.overview__contents-title::before {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 40px;
  content: "";
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(119, 187, 227, 0.5), rgba(0, 0, 0, 0) 75%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .overview__contents-title::before {
    top: 50px;
    left: 50%;
    height: 80px;
  }
}
.overview__contents-desc {
  line-height: 2;
  text-shadow: 0 0 5px #232832;
  letter-spacing: 0.08em;
  white-space: nowrap;
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
@media screen and (min-width: 768px) {
  .overview__contents-desc br {
    display: none;
  }
}
.inview .overview__contents-desc {
  opacity: 1;
  transform: translateY(0);
}
.overview__contents img {
  width: 90%;
  margin-top: 3rem;
  filter: drop-shadow(0 3px 15px #ffffff);
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
  animation: fade-in 2s ease-in-out forwards, swinging 4s ease-in-out 2s infinite;
}
@media screen and (min-width: 768px) {
  .overview__contents img {
    max-width: 1200px;
  }
}

.features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.features__contents {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 8rem clamp(8rem, 6.385rem + 7.179vw, 15rem);
}
.features__contents-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 0 1rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .features__contents-list {
    flex-direction: row;
    gap: 2rem;
    max-width: 1500px;
    font-size: 1.25vw;
  }
}
.features__contents-list li {
  overflow: hidden;
  background-color: #232832;
  border-radius: 0.5rem;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 1s;
  transform: translateY(0.5rem);
}
.inview .features__contents-list li {
  opacity: 1;
  transform: translateY(0);
}
.features__contents-list li:nth-of-type(1) {
  transition-delay: 0.8s;
}
.features__contents-list li:nth-of-type(1) .features__contents-list-name::before {
  content: "01";
}
.features__contents-list li:nth-of-type(2) {
  transition-delay: 1.1s;
}
.features__contents-list li:nth-of-type(2) .features__contents-list-name::before {
  content: "02";
}
.features__contents-list li:nth-of-type(3) {
  transition-delay: 1.4s;
}
.features__contents-list li:nth-of-type(3) .features__contents-list-name::before {
  content: "03";
}
.features__contents-list li img {
  width: 40%;
}
.features__contents-jump-link {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #ffffff;
}
.features__contents-jump-link:hover {
  text-decoration: none;
}
.features__contents-list-name {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.features__contents-list-name::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  font-size: 700%;
  font-weight: 500;
  line-height: 1em;
  color: #efcb68;
  white-space: nowrap;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}
.features__contents-list-name::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="%23ffffff" xmlns="http://www.w3.org/2000/svg"><g><path d="M12.3599 3.95146C12.3042 3.8975 12.238 3.8547 12.1651 3.82549C12.0922 3.79628 12.0141 3.78125 11.9352 3.78125C11.8562 3.78125 11.7781 3.79628 11.7052 3.82549C11.6323 3.8547 11.5661 3.8975 11.5104 3.95146L6.53598 8.75665L1.56153 3.95146C1.44889 3.84267 1.29611 3.78155 1.1368 3.78155C0.977493 3.78155 0.82471 3.84267 0.712063 3.95146C0.599417 4.06024 0.536133 4.20779 0.536133 4.36164C0.536133 4.51549 0.599417 4.66304 0.712063 4.77183L6.11124 9.98604C6.16697 10.04 6.23317 10.0828 6.30605 10.112C6.37893 10.1412 6.45707 10.1562 6.53598 10.1562C6.61488 10.1562 6.69302 10.1412 6.7659 10.112C6.83878 10.0828 6.90498 10.04 6.96071 9.98604L12.3599 4.77183C12.4158 4.71801 12.4601 4.65408 12.4903 4.58369C12.5206 4.5133 12.5361 4.43785 12.5361 4.36164C12.5361 4.28544 12.5206 4.20998 12.4903 4.13959C12.4601 4.06921 12.4158 4.00527 12.3599 3.95146Z"/></g></svg>');
  animation-name: arrow;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(-50%, -80%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
.features__contents-list-name .en {
  font-size: 0.8em;
  color: #efcb68;
}
.features__contents-list-name .en::before {
  content: "- ";
}
.features__contents-list-name .en::after {
  content: " -";
}

.feature__detail {
  position: relative;
  padding: 4rem 1rem;
}
@media screen and (min-width: 768px) {
  .feature__detail {
    display: flex;
    gap: 6vw;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 5rem 3rem;
  }
  .feature__detail#back::before {
    background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/features__bg-back-pc.jpg");
  }
  .feature__detail#leg::before {
    background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/features__bg-leg-pc.jpg");
  }
  .feature__detail#foot::before {
    background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/features__bg-foot-pc.jpg");
  }
}
.feature__detail::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/features__bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.feature__detail-txt {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: 1s;
  transform: translateY(0.5rem);
}
@media screen and (min-width: 768px) {
  .feature__detail-txt {
    min-width: 320px;
    max-width: 480px;
  }
}
.inview .feature__detail-txt {
  opacity: 1;
  transform: translateY(0);
}
.feature__detail-txt::before {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 50px;
  font-weight: 500;
  line-height: 100px;
  color: #efcb68;
  text-shadow: 0 0 10px rgba(45, 60, 90, 0.5);
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(119, 187, 227, 0.5), rgba(0, 0, 0, 0) 75%);
  border-radius: 50%;
}
#back .feature__detail-txt::before {
  content: "01";
}
#leg .feature__detail-txt::before {
  content: "02";
}
#foot .feature__detail-txt::before {
  content: "03";
}
.feature__detail-txt::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0);
  border-left: 5px dotted rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: perspective(200px) translateX(-50%) skewX(-45deg) rotate(0);
  transform-origin: center center;
  animation-name: turn;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes turn {
  to {
    transform: perspective(200px) translateX(-50%) skewX(-45deg) rotate(360deg);
  }
}
.feature__detail-title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .feature__detail-title {
    font-size: 2rem;
  }
}
.feature__detail-desc {
  margin: auto;
  line-height: 2.5;
  text-align: justify;
}
.feature__detail-img {
  margin-top: 1.5rem;
  opacity: 0;
  transition: transform 1s;
  transform: translateY(0.5rem);
}
@media screen and (min-width: 768px) {
  .feature__detail-img {
    min-width: 320px;
    max-width: 640px;
  }
}
.inview .feature__detail-img {
  opacity: 1;
  transform: translateY(0);
}

.spec {
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .spec {
    padding: 15rem 3rem 4rem;
  }
}
.spec__contents {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .spec__contents {
    max-width: 1024px;
  }
}
.spec__contents-table {
  margin: auto;
  text-align: justify;
  opacity: 0;
  transition: 1s;
  transform: translateY(0.5rem);
}
.inview .spec__contents-table {
  opacity: 1;
  transform: translateY(0);
}
.spec__contents-table tr {
  border-top: 1px solid #c8cdd2;
}
.spec__contents-table tr:last-of-type {
  border-bottom: 1px solid #c8cdd2;
}
.spec__contents-table th {
  width: 5rem;
  text-align: center;
  letter-spacing: 5px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .spec__contents-table th {
    width: 10rem;
  }
}
.spec__contents-table td {
  padding: 1rem 0 1rem 0.5rem;
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .spec__contents-table td {
    padding: 2rem 0.5rem;
  }
}

.cta .hidden-parts {
  display: none;
}
.cta__container {
  padding: 5rem 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta__container {
    max-width: 1024px;
    padding-bottom: 15rem;
  }
}
.cta__title {
  font-size: 1.5rem;
}
.cta__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.cta li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  place-content: center;
  place-items: center;
  padding: 1.5rem 0.5rem;
  letter-spacing: 1px;
  background-color: rgba(235, 240, 245, 0.1);
  border-radius: 0.5rem;
}
.cta__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  place-content: center;
  place-items: center;
  font-size: 1.25rem;
}
.cta__text .price {
  font-weight: 600;
  color: #efcb68;
}
.cta__link-button {
  min-width: 200px;
  font-weight: bold;
  color: #2d3c5a;
  background-color: #efcb68;
  border: 1px solid #efcb68;
  border-radius: 30px;
  transition: 0.3s;
}
.cta__link-button:visited {
  color: #2d3c5a;
}
.cta__link-button::after {
  transition: 0.3s;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 20 20" fill="%232d3c5a"><g><path d="M11.265 3.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H2.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566a.753.753 0 0 0-.002-.329a.995.995 0 0 0-.298-.557l-6.418-6.07Z"/></g></svg>');
}
.cta__link-button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  opacity: initial;
}
.cta__link-button:hover::after {
  transform: translateX(0.25rem);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 20 20" fill="%23ffffff"><g><path d="M11.265 3.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H2.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566a.753.753 0 0 0-.002-.329a.995.995 0 0 0-.298-.557l-6.418-6.07Z"/></g></svg>');
}
.cta__link-button-supplement {
  font-size: 0.9em;
}
.cta__link-button-supplement a {
  color: #ffffff;
  text-decoration: underline;
}

.line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 7%;
  content: "";
  background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/overview__shape.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(50%);
}

.planet::after {
  display: block;
  width: 5rem;
  height: 3rem;
  margin: 1.5rem auto;
  content: "";
  background-image: url("https://sleep.itembox.design/item/free-page/img/product/atela/section-planet.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.movie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background-color: rgba(35, 40, 50, 0.8);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  transition: 0.3s;
}
.movie.open {
  visibility: visible;
  opacity: 1;
}
.movie-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.movie-close::before, .movie-close::after {
  position: absolute;
  top: 50%;
  right: -21%;
  width: 141.42%;
  height: 3px;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}
.movie-close::before {
  transform: rotateZ(-45deg);
}
.movie-close::after {
  transform: rotateZ(45deg);
}
@media (hover) {
  .movie-close:hover {
    cursor: pointer;
  }
}
.movie-window {
  position: relative;
  width: 90%;
  max-width: 720px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.movie-window iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=atela.css.map */