:root {
  --main-color: #004478;
  --base-color: #F1F5F6;
  --accent-color: #FF5577;
  --accent-color2: #009FC9;
}

html {
  font-size: 62.5%;
}
main {
  font-size: 1.6rem;
}

main * {
  box-sizing: border-box;
}

main h1,
main h2,
main h3 {
  margin: 0;
  padding: 0;
  background: none;
}

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

/*
* 共通
*/
.lp-column {
  max-width: 960px;
  margin: 0 auto;
}

/* ボタン */
.lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent-color);
  border-radius: 1rem;
  height: 85px;
}

.lp-btn--secondary {
  background: #fff;
  color: var(--main-color);
  border: solid 1.5px var(--main-color)
}

/* 共通タイトル */
.lp-headline {
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}

.lp-headline::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: var(--accent-color2);
  margin: 27px auto 0;
}

.lp-headline-2 {
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

/* モジュール */
.lp-m-contact {
  background: var(--main-color);
  overflow: hidden;
}

.lp-m-contact__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 132px 77px 350px;
  position: relative;
}

.lp-m-contact__headline {
  font-size: 2.2rem;
  color: #fff;
  margin: 0 0 20px;
}

.lp-m-contact__headline strong {
  font-size: 2.6rem;
}

.lp-m-contact__headline span {
  letter-spacing: -0.04em;
}

.lp-m-contact__headline span strong {
  letter-spacing: -0.24em;
}

.lp-m-contact__image {
  position: absolute;
  top: 44px;
  left: -14px;
}

.lp-m-contact__image::before {
  content: "";
  display: block;
  width: 81px;
  height: 115px;
  background: url(https://www.sakura.ad.jp/appliva/images/bg_contact.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -17px;
  left: -55px;
}

/* ヘッダー */
.lp-header {
  background: var(--main-color);
  text-align: right;
  padding: 13px 0;
}

.lp-header__login {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

.lp-header__login::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background: url(https://www.sakura.ad.jp/appliva/images/icon_blank.svg) no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-2px);
}

.lp-floating-bar {
  width: 100%;
  background: #fff;
  padding: 6px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.lp-floating-bar.is-show {
  opacity: 1;
  visibility: visible;
}

.lp-floating-bar__list {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 2rem;
}

.lp-floating-bar__list li a {
  font-size: 1.8rem;
  height: 42px;
  padding: 0 25px;
  border-width: 2px;
  border-radius: 4px;
}

/* hero */
.lp-hero {
  position: relative;
  height: 594px;
}

.lp-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.lp-hero__headline {
  font-size: 4.4rem;
  color: var(--main-color);
  margin: 0 0 18px;
}

.lp-hero__headline span {
  display: block;
  font-size: 4.9rem;
}

.lp-hero__headline strong {
  font-size: 3.5rem;
  line-height: 1.4;
}

.lp-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lp-hero__lead {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.1;
}

.lp-hero__btn {
  width: 380px;
  margin: 32px 0 0;
}

.lp-hero__powerdby {
  font-size: 1.2rem;
  font-weight: 500;
  color: #123257;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 52px 0 0;
}

.lp-hero__powerdby img {
  width: 138px;
}

.lp-hero__bg {
  width: 38.571428571%;
  height: 100%;
  margin: 0 0 0 auto;
  background: url(https://www.sakura.ad.jp/appliva/images/bg_hero_pc.webp) no-repeat left center;
  background-size: cover;
  position: relative;
}

.is-no-webp .lp-hero__bg {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_hero_pc.png);
}

.lp-hero__bg::before {
  content: "";
  display: block;
  width: 18.518518518%;
  height: 100%;
  background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.lp-hero__image {
  width: 267px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -95px;
  transform: translateY(-50%)
}

.lp-hero__image img {
  width: 100%;
}

/* 課題解決 */
.lp-resolution {
  padding: 116px 0 0;
}

.lp-resolution__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lp-resolution__headline {
  font-size: 3.0rem;
  text-align: center;
  line-height: 1;
  margin: 0 0 100px;
}

.lp-resolution__headline span {
  display: block;
  font-size: 3.2rem;
  line-height: 1.25;
  margin: 37px 0 0;
}

.lp-resolution__headline strong {
  font-family: Haru TP B;
  font-size: 6.0rem;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 12px 0 0;

}

.lp-resolution__problem {
  display: flex;
  justify-content: space-between;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
}

.lp-resolution__problem li {
  width: 307px;
}

.lp-resolution__problem p {
  line-height: 1.6;
}

.lp-resolution__problem-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 85px;
  margin: 0 0 45px;
}

.lp-resolution__problem-icon.-icon01 img {
  width: 102px;
}

.lp-resolution__problem-icon.-icon02 img {
  width: 200px;
}

.lp-resolution__problem-icon.-icon03 img {
  width: 80px;
}

.lp-resolution__list {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}

.lp-resolution__list li {
  width: 307px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  position: relative;
}

.lp-resolution__list li::before {
  content: "";
  display: block;
  width: 31px;
  height: 38px;
  background: url(https://www.sakura.ad.jp/appliva/images/icon_arrow_bottom.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}

.lp-resolution__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 314px;
  margin: 0 0 47px;
}

.lp-resolution__icon.-icon01 img {
  width: 240px;
}

.lp-resolution__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--main-color);
  text-align: center;
  margin: 0 0 20px;
}

.lp-resolution__list li p {
  max-width: 260px;
  margin: 0 auto;
}


/* 機能 */
.lp-feature {
  padding: 155px 0 160px;
}

.lp-feature .lp-headline {
  margin: 0 0 200px;
}

.lp-feature__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-feature__item + .lp-feature__item {
  margin-top: 270px;
}

.lp-feature__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.lp-feature__item:nth-of-type(odd) .lp-feature__image::after {
  background: var(--accent-color2);
  border-radius: 34px 0 0 34px;
  left: auto;
  right: 0;
}

.lp-feature__item:nth-of-type(odd) .lp-feature__text-inner {
  margin: 0 0 0 auto;
}

.lp-feature__item:nth-of-type(even) .lp-feature__image {
  text-align: right;
}

.lp-feature__item:first-of-type .lp-feature__image {
  padding: 107px 7px 42px 80px;
}

.lp-feature__item:first-of-type .lp-feature__image::before {
  width: 44%;
  padding-top: 39.714285714%;
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_feature_01.svg);
  top: -95px;
  left: -30px;
}

.lp-feature__item:nth-of-type(2) .lp-feature__image {
  padding: 68px 110px 83px 26px;
}

.lp-feature__item:nth-of-type(2) .lp-feature__image::before {
  width: 46%;
  padding-top: 41.571428571%;
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_feature_02.svg);
  top: -174px;
  right: 50px;
}

.lp-feature__item:nth-of-type(3) .lp-feature__image {
  padding: 30px 38px 68px 122px;
}

.lp-feature__item:nth-of-type(3) .lp-feature__image img {
  width: 540px;
}

.lp-feature__item:nth-of-type(3) .lp-feature__image::before {
  width: 36.857142857%;
  padding-top: 36.857142857%;
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_feature_03.png);
  top: -80px;
  left: 66px;
  z-index: 2;
}

.lp-feature__image {
  position: relative;
  width: 50%;
}

.lp-feature__image img {
  position: relative;
  z-index: 1;
}

.lp-feature__image picture {
  position: relative;
  z-index: 1;
  min-width: 100%;
}

.lp-feature__image::before {
  content: "";
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
}

.lp-feature__image::after {
  content: "";
  display: block;
  width: calc(100% - 425px);
  min-width: 100px;
  height: 100%;
  background: var(--main-color);
  border-radius: 0 34px 34px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-feature__text {
  width: 50%;
}

.lp-feature__text-inner {
  max-width: 462px;
}

.lp-feature__title {
  font-size: 4.5rem;
  line-height: 1.5;
  margin: 0 0 35px;
}

.lp-feature__text p {
  font-size: 1.7rem;
  line-height: 2.1;
}

/* お客様事例 */
.lp-case {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.lp-case__headline {
  width: 100%;
  margin: 0 0 95px;
}

.lp-case__item {
  height: 100vh;
}

.lp-case__sticky {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}

.lp-case__image {
  width: calc(100% - 115px);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.lp-case__image:first-child {
  opacity: 1;
}

.lp-case__image.is-inview {
  opacity: 1;
}

.lp-case__image img {
  width: 408px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -165px;
  margin: auto;
}

.lp-case__image:first-of-type  {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_01_pc.webp);
}

.is-no-webp .lp-case__image:first-of-type  {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_01_pc.png);
}

.lp-case__image:nth-of-type(2) {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_02_pc.webp);
}

.is-no-webp .lp-case__image:nth-of-type(2) {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_02_pc.png);
}

.lp-case__image:nth-of-type(3) {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_03_pc.webp);
}

.is-no-webp .lp-case__image:nth-of-type(3) {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_03_pc.png);
}

.lp-case__image:nth-of-type(4) {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_04_pc.webp);
}

.is-no-webp .lp-case__image:nth-of-type(4) {
  background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_04_pc.png);
}

.lp-case__body {
  width: 50%;
}

.lp-case__body .lp-case__image {
  display: none;
}

.lp-case__text {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px 0 74px;
  font-size: 1.6rem;
}

.lp-case__text-inner {
  max-width: 406px;
  padding: 124px 0;
}

.lp-case__item__headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 14px;
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.lp-case__item__headline span {
  font-size: 1.9rem;
  line-height: 1;
  padding: 7px 10px;
  border: solid 1px var(--main-color);
  border-radius: 5px;
}

.lp-case__list {
  margin: 42px 0 0;
}

.lp-case__list li {
  padding: 20px 12px 20px 28px;
  background: #323232;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

.lp-case__list li + li {
  margin-top: 14px;
}

.lp-case__list li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 27px 10.5px 0;
  border-color: transparent #323232 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27px;
  margin: auto;
}

/* アプリの作り方 */
.lp-how {
}

.lp-how__top {
  padding: 130px 0 135px;
  background: var(--base-color);
}

.lp-how__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-how__headline {
  margin: 0 0 45px;
}

.lp-how__lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.9;
  margin: 0 0 100px;
}

.lp-how__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lp-how__list li {
  width: 23.75%;
  padding: 63px 0 50px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  background: #fff;
  counter-increment: number;
  position: relative;
}

.lp-how__list li::before {
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.9rem;
  font-weight: 700;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lp-how__list li:first-child .lp-how__icon img {
  width: 183px;
}

.lp-how__list li:nth-child(2) .lp-how__icon img {
  width: 124px;
}

.lp-how__list li:nth-child(3) .lp-how__icon img {
  width: 170px;
}

.lp-how__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 141px;
  margin: 0 0 30px;
}

.lp-how__movie  {
  text-align: center;
  padding: 98px 0 120px;
}

.lp-how__movie video {
  max-width: 786px;
  margin: 0 auto;
}

.lp-how__movie .lp-headline-2 {
  margin: 0 0 38px;
}

/* 料金プラン */
.lp-plan {
  padding: 100px 0 100px;
  background: var(--base-color);
}

.lp-plan__headline {
  margin: 0 0 57px;
}

.lp-plan__list {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.lp-plan__item {
  width: 325px;
}

.lp-plan__item dt {
  padding: 15px;
  background: #4E4E4E;
  border-radius: 5px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin: 0 0 57px;
  position: relative;
}

.lp-plan__item dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10.5px 0 10.5px;
  border-color: #4E4E4E transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lp-plan__item dt strong {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.lp-plan__item dd {
  display: flex;
  flex-direction: column;
  height: calc(100% - 114px);
  padding: 56px 25px 40px;
  background: #fff;
  color: var(--main-color);
  position: relative;
  text-align: center;
}

.lp-plan__item--free .lp-plan__label {
  background: var(--main-color);
}

.lp-plan__item--standard .lp-plan__label {
  background: var(--accent-color2);
}

.lp-plan__item--standard .lp-plan__price strong {
  font-size: 4.5rem;
  font-weight: 600;
}

.lp-plan__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  padding: 14px 0;
  font-size: 2.3rem;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 50px;
}

.lp-plan__price {
  height: 130px;
  font-size: 2.2rem;
  margin: 0 0 10px;
}

.lp-plan__price span {
  display: block;
  font-size: 2.0rem;
  line-height: 2.5;
  margin: 0 0 14px;
}

.lp-plan__price strong {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.lp-plan__user {
  font-size: 2.0rem;
  line-height: 1;
  margin: 0 0 50px;
}

.lp-plan__check-list {
  margin: 0 0 34px;
}

.lp-plan__check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: left;
}

.lp-plan__check-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 21px;
  height: 16px;
  background: url(https://www.sakura.ad.jp/appliva/images/icon_check.svg) no-repeat center center;
  background-size: 100% 100%;
}

.lp-plan__check-list li + li {
  margin: 12px 0 0;
}

.lp-plan__btn {
  margin: auto 0 0;
  font-size: 1.9rem;
  height: 68px;
}

.lp-plan__option {
  margin: 100px 0 0;
}

.lp-plan__option .lp-headline-2 {
  margin: 0 0 30px;
  font-weight: 700;
  text-align: center;
}

.lp-plan__option-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0 auto 20px;
}

.lp-plan__option-table th {
  width: 282px;
  height: 80px;
  font-size: 1.9rem;
  line-height: 1.5;
  background: var(--accent-color2);
  color: #fff;
}

.lp-plan__option-table td {
  font-size: 1.8rem;
  background: #fff;
  text-align: center;
}

.lp-plan__option-table td small {
  font-size: 1.4rem;
}

.lp-plan__option-table td:nth-child(2) {
  width: 199px;
}

.lp-plan__option-table td:nth-child(3) {
  width: 308px;
}

.lp-plan__option-note {
  max-width: 685px;
  margin: 40px auto 0;
  font-size: 1.4rem;
}

.lp-plan__option-note dl dt {
  margin: 0 0 10px;
}

.lp-plan__option-note dl + dl {
  margin: 20px 0 0;
}

.lp-support {
  display: flex;
  justify-content: center;
  gap: 125px;
  padding: 50px 0;
  text-align: center;
}

.lp-support dl dt {
  font-size: 1.7rem;
  line-height: 1;
  margin: 0 0 33px;
}

.lp-support__link {
  color: var(--accent-color2);
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 1401px) {
  .lp-feature__item:first-of-type .lp-feature__image::before {
    width: 308px;
    padding-top: 278px;
  }
  .lp-feature__item:nth-of-type(2) .lp-feature__image::before {
    width: 322px;
    padding-top: 291px;
  }
  .lp-feature__item:nth-of-type(3) .lp-feature__image::before {
    width: 258px;
    padding-top: 258px;
  }
}

@media screen and (min-width: 769px) {
  .for-sp {
    display: none;
  }
  .lp-btn {
    transition: background-color .3s,color .3s;
  }
  .lp-btn:hover {
    background-color: #FFA59E;
  }
  .lp-btn--secondary:hover {
    background: var(--main-color);
    color: #fff;
  }
  .lp-support a {
    transition: color .3s;
  }
  .lp-support__link:hover {
    color: #00B8E9;
    text-decoration: none;
  }
  .lp-support__link-support {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
  .lp-hero__text {
    padding: 30px 20px;
  }

}

@media screen and (max-width: 959px) {
  .lp-btn {
    font-size: 2.2rem;
    height: 70px;
  }

  .lp-hero__headline {
    font-size: 3.2rem;
    margin: 0 0 13px;
  }

  .lp-hero__headline span {
    font-size: 3.5rem;
  }

  .lp-hero__headline strong {
    font-size: 3.8rem;
  }

  .lp-hero__lead {
    font-size: 1.5rem;
    line-height: 2.2;
  }

  .lp-feature__title {
    font-size: 3.7rem;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp-column {
    margin: 0 25px;
  }

  .for-pc {
    display: none;
  }

  .lp-headline {
    font-weight: 500;
  }

  .lp-headline-2 {
    font-size: 2.7rem;
  }

  .lp-m-contact__inner {
    padding: 32px 12px 44px;
  }

  .lp-m-contact__headline {
    text-align: center;
  }

  .lp-m-contact__headline span {
    letter-spacing: 0;
  }

  .lp-m-contact__headline span strong {
    letter-spacing: -0.17em;
  }

  .lp-m-contact__image {
    display: none;
  }

  .lp-m-contact__image::before {
    display: none;
  }

  .lp-floating-bar__list {
    justify-content: center;
    gap: 15px;
  }

  .lp-floating-bar__list li {
    flex: 1;
  }

  .lp-floating-bar__list li a {
    font-size: 1.6rem;
    padding: 0 5px;
  }

  .lp-hero {
    height: auto;
    padding: 50px 0 112px;
    position: relative;
  }

  .lp-hero__inner {
    flex-direction: column;
    margin: 0;
    padding: 0 20px;
    position: static;
  }

  .lp-hero__text {
    width: 100%;
  }

  .lp-hero__bg {
    width: 100%;
    height: 170px;
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_hero_sp.webp);
    margin: 52px 0 0;
  }

  .is-no-webp .lp-hero__bg {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_hero_sp.png);
  }

  .lp-hero__bg::before {
    display: none;
  }

  .lp-hero__image {
    width: 137px;
    top: -43px;
    left: 0;
    right: -100px;
    transform: none;
    margin: 0 auto;
  }

  .lp-hero__btn {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px;
  }

  .lp-hero__powerdby {
    margin: 10px 0 0;
    font-size: 1.0rem;
  }

  .lp-hero__powerdby img {
    width: 108px;
  }

  .lp-resolution {
    padding: 68px 0 0;
  }

  .lp-resolution__inner {
    margin: 0 25px;
  }

  .lp-resolution__headline {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1;
    margin: 0 0 100px;
  }

  .lp-resolution__headline span {
    font-size: 2.5rem;
    margin: 29px 0 0;
  }

  .lp-resolution__headline strong {
    font-size: 4.0rem;
    margin: 0 6px 0 0;

  }

  .lp-resolution__problem {
    flex-direction: column;
    gap: 58px;
  }

  .lp-resolution__problem li {
    width: 100%;
  }

  .lp-resolution__problem-icon {
    height: auto;
    margin: 0 0 25px;
  }

  .lp-resolution__list {
    flex-direction: column;
    margin: 167px 0 0;
    position: relative;
  }

  .lp-resolution__list::before {
    content: "";
    display: block;
    width: 48px;
    height: 58px;
    background: url(https://www.sakura.ad.jp/appliva/images/icon_arrow_bottom.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .lp-resolution__list li {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    position: relative;
  }

  .lp-resolution__list li::before {
    display: none;
  }

  .lp-resolution__list li:last-child {
    margin: 62px 0 0;
  }

  .lp-resolution__icon {
    height: auto;
    margin: 0 0 28px;
  }

  .lp-resolution__icon.-icon01 img {
    width: 198px;
  }

  .lp-resolution__icon.-icon02 img {
    width: 282px;
  }

  .lp-resolution__icon.-icon03 img {
    width: 233px;
  }

  .lp-resolution__title {
    height: auto;
    margin: 0 0 12px;
  }

  .lp-resolution__list li p {
    max-width: inherit;
  }

  .lp-feature {
    padding: 94px 0 0;
    overflow: hidden;
  }

  .lp-feature .lp-headline {
    margin: 0 0 95px;
  }

  .lp-feature__item {
    flex-direction: column;
  }

  .lp-feature__item + .lp-feature__item {
    margin-top: 100px;
  }

  .lp-feature__item:nth-of-type(odd) {
    flex-direction: column;
  }

  .lp-feature__item:nth-of-type(odd) .lp-feature__image {
    text-align: right;
  }

  .lp-feature__item:nth-of-type(odd) .lp-feature__image::after {
    border-radius: 18px 0 0 18px;
  }

  .lp-feature__item:nth-of-type(even) .lp-feature__image {
    text-align: left;
  }

  .lp-feature__item:first-of-type .lp-feature__image {
    padding: 37px 0 16px;
  }

  .lp-feature__item:first-of-type .lp-feature__image picture {
    width: 90.076335877%;
    margin-right: -14.249363867%;
  }

  .lp-feature__item:first-of-type .lp-feature__image::before {
    width: 42.748091603%;
    max-width: inherit;
    padding-top: 37.404580152%;
    top: -50px;
    left: 17px;
  }

  .lp-feature__item:nth-of-type(2) .lp-feature__image {
    padding: 34px 0 33px;
  }

  .lp-feature__item:nth-of-type(2) .lp-feature__image picture {
    width: 89.567430025%;
    margin-left: -8.39646564%;
  }

  .lp-feature__item:nth-of-type(2) .lp-feature__image::before {
    width: 46.310432569%;
    max-width: inherit;
    padding-top: 41.984732824%;
    top: -118px;
    right: 14px;
  }

  .lp-feature__item:nth-of-type(3) .lp-feature__image {
    padding: 19px 8px 43px 0;
  }

  .lp-feature__item:nth-of-type(3) .lp-feature__image img {
    width: 88.040712468%;
  }

  .lp-feature__item:nth-of-type(3) .lp-feature__image::before {
    width: 41.984732824%;
    max-width: inherit;
    padding-top: 41.984732824%;
    top: -47px;
    left: 11px;
    z-index: 2;
  }

  .lp-feature__image {
    width: 100%;
    height: auto;
    margin: 0 0 33px;
  }

  .lp-feature__image picture {
    display: inline-block;
    min-width: inherit;
  }

  .lp-feature__image::after {
    width: 123px;
    height: 100%;
    background: var(--main-color);
    border-radius: 0 18px 18px 0;
  }

  .lp-feature__text {
    width: auto;
    margin: 0 25px;
    padding: 0;
  }

  .lp-feature__text-inner {
    max-width: 100%;
  }

  .lp-case {
    padding: 85px 0 60px;
  }

  .lp-case__headline {
    margin: 0 0 73px;
  }

  .lp-case__sticky {
    display: none;
  }

  .lp-case__item {
    flex-direction: column;
    height: auto;
  }

  .lp-case__item + .lp-case__item {
    margin-top: 53px;
  }

  .lp-case__item:first-of-type .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_01_sp.webp);
  }

  .is-no-webp .lp-case__item:first-of-type .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_01_sp.png);
  }

  .lp-case__item:nth-of-type(2) .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_02_sp.webp);
  }

  .is-no-webp .lp-case__item:nth-of-type(2) .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_02_sp.png);
  }

  .lp-case__item:nth-of-type(3) .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_03_sp.webp);
  }

  .is-no-webp .lp-case__item:nth-of-type(3) .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_03_sp.png);
  }

  .lp-case__item:nth-of-type(4) .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_04_sp.webp);
  }

  .is-no-webp .lp-case__item:nth-of-type(4) .lp-case__image {
    background-image: url(https://www.sakura.ad.jp/appliva/images/bg_case_04_sp.png);
  }

  .lp-case__body {
    width: 100%;
  }

  .lp-case__body .lp-case__image {
    display: block;
  }

  .lp-case__image {
    width: 100%;
    height: 270px;
    position: relative;
  }

  .lp-case__image img {
    width: 234px;
    top: auto;
    bottom: -76px;
    right: 0;
    left: 0;
  }

  .lp-case__text {
    width: 100%;
    padding: 0 15px;
    font-size: 1.6rem;
  }

  .lp-case__text-inner {
    width: 100%;
    max-width: inherit;
    padding: 90px 0 0;
  }

  .lp-case__item__headline {
    gap: 13px;
    margin: 0 0 14px;
    font-size: 2.9rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .lp-case__item__headline span {
    font-size: 1.7rem;
    padding: 7px 10px;
  }

  .lp-case__list {
    margin: 17px 0 0;
  }

  .lp-case__list li {
    padding: 20px 12px 20px 28px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .lp-case__list li + li {
    margin-top: 12px;
  }

  .lp-case__list li::before {
    display: none;
  }

  .lp-how__top {
    padding: 73px 0 30px;
  }

  .lp-how__inner {
    margin: 0 15px;
  }

  .lp-how__headline {
    margin: 0 0 40px;
  }

  .lp-how__lead {
    font-size: 1.7rem;
    line-height: 2;
    margin: 0 0 45px;
  }

  .lp-how__list {
    gap: 33px 0;
  }

  .lp-how__list li {
    width: 48.209366391%;
    padding: 40px 0 30px;
    font-size: 1.1rem;
  }

  .lp-how__list li::before {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    top: -12px;
  }

  .lp-how__list li:first-child .lp-how__icon img {
    width: 112px;
  }

  .lp-how__list li:nth-child(2) .lp-how__icon img {
    width: 76px;
  }

  .lp-how__list li:nth-child(3) .lp-how__icon img {
    width: 104px;
  }

  .lp-how__list li:nth-child(4) .lp-how__icon img {
    width: 94px;
  }

  .lp-how__icon {
    height: 86px;
    margin: 0 0 20px;
  }

  .lp-how__movie  {
    padding: 42px 0 76px;
  }

  .lp-how__movie .lp-how__inner {
    margin: 0 5px;
  }

  .lp-how__movie video {
    max-width: 100%;
  }

  .lp-how__movie__headline {
    font-size: 2.7rem;
    line-height: 2;
    margin: 0 0 15px;
  }

  .lp-plan {
    padding: 75px 0 55px;
  }

  .lp-plan__list {
    flex-direction: column;
    gap: 43px;
  }

  .lp-plan__item {
    width: 94.752186588%;
    margin: 0 auto;
  }

  .lp-plan__option {
    margin: 50px 0 0;
  }

  .lp-plan__option-table {
    width: 100%;
    border-spacing: 2px;
    margin: 0 auto 10px;
  }

  .lp-plan__option-table th {
    width: 33%;
    font-size: 1.5rem;
  }

  .lp-plan__option-table td {
    font-size: 1.5rem;
  }

  .lp-plan__option-table td small {
    font-size: 1.3rem;
  }

  .lp-plan__option-table td:nth-child(2) {
    width: 33%;
  }

  .lp-plan__option-table td:nth-child(3) {
    width: 33%;
  }

  .lp-support {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
}

[data-fadeIn] {
  opacity: 0;
  transform: translate3d(0,100px,0);
  transition: opacity .4s ease , transform .4s ease;
}

[data-fadeIn].is-in {
  opacity: 1;
  transform: translateZ(0);
}

[data-fadeIn="delay"] {
  transition-delay: .4s;
}

@media screen and (max-width: 768px) {
  [data-fadeIn="delay"] {
    transition-delay: 0s;
  }
}

@media screen and (max-width: 393px) {
  .lp-floating-bar__list li a {
    font-size: 4.071246819vw;
  }
  .lp-hero__headline {
    font-size: 8.142493638vw;
  }
  .lp-hero__headline span {
    font-size: 8.905852417vw;
  }
  .lp-hero__headline strong {
    font-size: 9.669211195vw;
  }

  .lp-feature__title {
    font-size: 9.414758269vw;
  }
}