@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
.section-theme-green {
  background-color: #F3FFF4;
}
.section-theme-green .btn-arrow {
  color: #478452;
  border: 1px solid #478452;
}
.section-theme-green .btn-arrow::after {
  background-color: #478452;
}
.section-theme-green .badge {
  background-color: #5DAE64;
}

.pickup-carousel:has(.section-theme-green.is-active) .splide__arrows svg,
.store-feature.section-theme-green .splide__arrows svg {
  color: #478452;
  fill: #478452;
}

.section-theme-blue {
  background-color: #DFF6F5;
}
.section-theme-blue .btn-arrow {
  color: #3BA494;
  border: 1px solid #3BA494;
}
.section-theme-blue .btn-arrow::after {
  background-color: #3BA494;
}
.section-theme-blue .badge {
  background-color: #3BA494;
}

.pickup-carousel:has(.section-theme-blue.is-active) .splide__arrows svg,
.store-feature.section-theme-blue .splide__arrows svg {
  color: #3BA494;
  fill: #3BA494;
}

.section-theme-pink {
  background-color: #FFF3F3;
}
.section-theme-pink .btn-arrow {
  color: #C74675;
  border: 1px solid #C74675;
}
.section-theme-pink .btn-arrow::after {
  background-color: #C74675;
}
.section-theme-pink .badge {
  background-color: #EC739F;
}

.pickup-carousel:has(.section-theme-pink.is-active) .splide__arrows svg,
.store-feature.section-theme-pink .splide__arrows svg {
  color: #C74675;
  fill: #C74675;
}

.section-theme-yellow {
  background-color: #FFFCED;
}
.section-theme-yellow .btn-arrow {
  color: #DBA643;
  border: 1px solid #DBA643;
}
.section-theme-yellow .btn-arrow::after {
  background-color: #DBA643;
}
.section-theme-yellow .badge {
  background-color: #DBA643;
}

.pickup-carousel:has(.section-theme-yellow.is-active) .splide__arrows svg,
.store-feature.section-theme-yellow .splide__arrows svg {
  color: #DBA643;
  fill: #DBA643;
}

.section-theme-orange {
  background-color: #FFFCED;
}
.section-theme-orange .btn-arrow {
  color: #F88352;
  border: 1px solid #F88352;
}
.section-theme-orange .btn-arrow::after {
  background-color: #F88352;
}
.section-theme-orange .badge {
  background-color: #F88352;
}

.pickup-carousel:has(.section-theme-orange.is-active) .splide__arrows svg,
.store-feature.section-theme-orange .splide__arrows svg {
  color: #F88352;
  fill: #F88352;
}

.section-theme-purple {
  background-color: #F4F4FF;
}
.section-theme-purple .btn-arrow {
  color: #9191D4;
  border: 1px solid #9191D4;
}
.section-theme-purple .btn-arrow::after {
  background-color: #9191D4;
}
.section-theme-purple .badge {
  background-color: #9191D4;
}

.pickup-carousel:has(.section-theme-purple.is-active) .splide__arrows svg,
.store-feature.section-theme-purple .splide__arrows svg {
  color: #9191D4;
  fill: #9191D4;
}

.standard {
  background-color: #fff;
}
.standard .section {
  width: min(calc(100% - 1.6rem * 2), 114rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .standard .section {
    width: min(calc(100% - 4rem * 2), 114rem);
  }
}
.standard .section-main {
  margin-top: 6.4rem;
}
@media (min-width: 600px) {
  .standard .section-main {
    margin-top: 6.4rem;
  }
}

.apps > li {
  border-top: 1px solid #D9D9D9;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.apps > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 600px) {
  .apps > li:last-child {
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 992px) {
  .apps > li {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .apps dl {
    display: grid;
    grid-template-columns: 35.2rem 1fr;
    align-items: center;
    margin-bottom: 3rem;
    gap: 3.2rem;
  }
}
.apps dt {
  display: grid;
  grid-template-columns: 9.4rem 1fr;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .apps dt {
    gap: 2.6rem;
    margin-bottom: initial;
  }
}
.apps dd {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .apps dd {
    min-height: 5em;
  }
}

.splide__slide {
  border-radius: 1.6rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}

.download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: min(100%, 30rem);
}
@media (min-width: 992px) {
  .download {
    gap: 1.6rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 600px) {
  .title {
    margin-bottom: 6.4rem;
  }
}
.title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

.icon {
  border-radius: 1rem;
  overflow: hidden;
}

.splide__arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.splide__arrows {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.splide__arrow {
  pointer-events: all;
  position: relative;
  width: 4rem;
  height: 4rem;
}
.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
  left: -6rem;
}
.splide__arrow.splide__arrow--next {
  right: -6rem;
}
.splide__arrow[disabled] {
  pointer-events: none;
  opacity: 0.1;
}/*# sourceMappingURL=style.css.map */