/* Shopify */
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;
}