/* Shopify */

.kv__heading {
  margin-bottom: 5rem;
  padding-inline: 2rem;

  font-family: var(--font-en);
  font-size: 5.6rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .kv__heading {
    margin-bottom: 6.6rem;
    padding-inline: 6rem;

    font-size: 16rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  /* html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(70 * 100vw / 375);
  } */

  /* a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  } */

  /* a:hover {
    opacity: 0.5;
  } */

  .service-shopify {
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(40 * 100vw / 375);
  }

  /* .service-shopify .service-shopify-wrap {
    width: 100%;/
    margin: 0 auto;
  } */

  .service-shopify .service-shopify-nav {
    margin: 0 calc(30 * 100vw / 375) calc(50 * 100vw / 375);
  }

  .service-shopify .service-shopify-nav__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: calc(20 * 100vw / 375) calc(25 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__block {
    margin: calc(30 * 100vw / 375) 0 calc(40 * 100vw / 375);
    padding: 0 calc(20 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__block:last-of-type {
    margin-bottom: calc(50 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__block .service-shopify-contents+.service-shopify-contents {
    margin-top: calc(30 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__block .service-shopify-work__list {
    display: grid;
    grid-gap: calc(30 * 100vw / 375);
  }

  .service-shopify .contents-block__title {
    margin-bottom: calc(15 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__price {
    margin-top: calc(30 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__price .contents-block__title {
    padding: 0 calc(20 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__scroll {
    overflow: scroll;
    margin-left: calc(20 * 100vw / 375);
    padding-right: calc(20 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__scroll img {
    width: calc(602 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__price--block:nth-of-type(3) .service-shopify-contents__scroll img {
    width: calc(715 * 100vw / 375);
  }

  .service-shopify .service-shopify-contents__contact {
    width: calc(315 * 100vw / 375);
    margin: 0 auto calc(80 * 100vw / 375);
  }
}


@media (min-width: 768px) {
  /* html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
  } */

  /* a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  } */

  /* a:hover {
    opacity: 0.5;
  } */

  .service-shopify {
    padding-top: 155px;
  }

  /* .service-shopify .service-shopify-wrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
  } */

  .service-shopify .service-shopify-nav {
    margin-bottom: 80px;
  }

  .service-shopify .service-shopify-nav__list {
    display: grid;
    grid-template-columns: repeat(3, 28.7066666667%);
    grid-gap: 30px min(6.94%, 75px);
  }

  .service-shopify .service-shopify-contents__block {
    margin: 30px 0 60px;
  }

  .service-shopify .service-shopify-contents__block:last-of-type {
    margin-bottom: 100px;
  }

  .service-shopify .service-shopify-contents__block .contents-block__title {
    margin-bottom: 20px;
  }

  .service-shopify .service-shopify-contents__block .service-shopify-contents+.service-shopify-contents {
    margin-top: 60px;
  }

  .service-shopify .service-shopify-contents__block .service-shopify-work__list {
    display: grid;
    grid-template-columns: repeat(2, 47.2225%);
    grid-gap: 40px min(5.555%, 60px);
  }

  .service-shopify .service-shopify-contents__contact {
    width: 360px;
    margin: 0 auto;
  }
}
