/* CSS Document */
#mainimg.shopify2026 {
  color: #000;
  background: #0066FF;
  padding: 60px 60px 0;
}
#mainimg.shopify2026 .item-inside {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  border-radius: 30px;
  position: relative;
  padding: 90px 50px 60px;
  box-sizing: border-box;
}
#mainimg.shopify2026 .item-img {
  pointer-events: none;
  position: absolute;
  left: -177px;
  bottom: -90px;
  z-index: 2;
}
#mainimg.shopify2026 .item-img img {
  animation-name: pkun1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
#mainimg.shopify2026 .item-title {
  text-align: center;
  font-size: 80px;
  font-size: 4.7058823529rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 50px;
}
#mainimg.shopify2026 .item-price {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 43px;
}
#mainimg.shopify2026 .item-price dl {
  display: flex;
  line-height: 1;
  gap: 5px;
}
#mainimg.shopify2026 .item-price dl dt {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 900;
  padding: 0 15px;
  border-radius: 5px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  background: #FF006F;
  letter-spacing: 0.5em;
  color: #FFF;
}
#mainimg.shopify2026 .item-price dl dd {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 160px;
  font-size: 9.4117647059rem;
  font-weight: bold;
  color: #FF006F;
  line-height: 0.8;
}
#mainimg.shopify2026 .item-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 35px;
}
#mainimg.shopify2026 .item-list li {
  width: 174px;
  aspect-ratio: 1.1298701299;
  background: url(../img/shopify2026/kv/bg-text.svg) no-repeat center/contain;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#mainimg.shopify2026 .item-list li h3 {
  font-size: 26px;
  font-size: 1.5294117647rem;
  font-weight: 900;
  line-height: 1.1;
}
#mainimg.shopify2026 .item-list li h3 span {
  font-size: 36px;
  font-size: 2.1176470588rem;
}
#mainimg.shopify2026 .item-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainimg.shopify2026 .item-slide {
  pointer-events: none;
  margin-top: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
#mainimg.shopify2026 .item-slide .slick-slide {
  width: 266px;
  margin-right: 15px;
}
#mainimg.shopify2026 .item-slide .slick-slide img {
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 1200px) {
  #mainimg.shopify2026 {
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainimg.shopify2026 .item-inside {
    padding: 90px 40px 60px;
  }
  #mainimg.shopify2026 .item-img {
    max-width: 30%;
    left: -8%;
    bottom: -70px;
  }
  #mainimg.shopify2026 .item-title {
    font-size: min(6vw, 70 + px);
    font-size: min(6vw, 4.1176470588rem);
  }
  #mainimg.shopify2026 .item-price dl {
    display: flex;
    line-height: 1;
    gap: 5px;
  }
  #mainimg.shopify2026 .item-price dl dt {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  #mainimg.shopify2026 .item-price dl dd {
    font-size: min(12vw, 140 + px);
    font-size: min(12vw, 8.2352941176rem);
  }
  #mainimg.shopify2026 .item-list {
    gap: 30px;
  }
  #mainimg.shopify2026 .item-list li {
    max-width: 30%;
  }
  #mainimg.shopify2026 .item-list li h3 {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
  #mainimg.shopify2026 .item-list li h3 span {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  #mainimg.shopify2026 .item-btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mainimg.shopify2026 .item-slide {
    margin-left: -40px;
    margin-right: -40px;
  }
  #mainimg.shopify2026 .item-slide .slick-slide {
    width: 240px;
  }
}
@media screen and (max-width: 700px) {
  #mainimg.shopify2026 {
    padding: 30px 20px 0;
  }
  #mainimg.shopify2026 .item-inside {
    border-radius: 15px;
    padding: 40px 20px;
  }
  #mainimg.shopify2026 .item-img {
    left: -10%;
    bottom: -40px;
    max-width: 30%;
  }
  #mainimg.shopify2026 .item-title {
    font-size: min(8vw, 70 + px);
    font-size: min(8vw, 4.1176470588rem);
    margin-bottom: 30px;
  }
  #mainimg.shopify2026 .item-price {
    gap: 15px;
    margin-bottom: 20px;
  }
  #mainimg.shopify2026 .item-price dl dt {
    font-size: 11px;
    font-size: 0.6470588235rem;
    letter-spacing: 0.2em;
    padding: 5px;
  }
  #mainimg.shopify2026 .item-price dl dd {
    font-size: min(12vw, 100 + px);
    font-size: min(12vw, 5.8823529412rem);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mainimg.shopify2026 .item-list {
    gap: 10px;
    margin-bottom: 25px;
  }
  #mainimg.shopify2026 .item-list li {
    width: 100px;
  }
  #mainimg.shopify2026 .item-list li h3 {
    font-size: 17px;
    font-size: 1rem;
    line-height: 1.2;
  }
  #mainimg.shopify2026 .item-list li h3 span {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
  #mainimg.shopify2026 .item-btn {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #mainimg.shopify2026 .item-slide {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #mainimg.shopify2026 .item-slide .slick-slide {
    width: 140px;
    margin-right: 10px;
  }
}

/* main shopify2026
------------------------------------------------------------*/
main.shopify2026 {
  color: #000;
}
main.shopify2026 .content {
  width: 1200px;
}
main.shopify2026 #recommend {
  padding-top: 80px;
  padding-bottom: 80px;
}
main.shopify2026 #recommend .content {
  display: grid;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
main.shopify2026 #recommend .item-title {
  color: #FFF;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
main.shopify2026 #recommend .item-title:after {
  content: "";
  width: 200px;
  height: 50px;
  background: no-repeat center/auto;
  background-image: url(../img/shopify2026/recommend/arrow.svg);
}
main.shopify2026 #recommend .item-title h2 {
  font-size: 42px;
  font-size: 2.4705882353rem;
  font-weight: 900;
  line-height: 1.2;
  background: url(../img/shopify2026/recommend/icon-hd.svg) no-repeat left top;
  padding-top: 50px;
}
main.shopify2026 #recommend .item-title h2 span {
  font-size: 56px;
  font-size: 3.2941176471rem;
}
main.shopify2026 #recommend .item-list {
  background: #FFF;
  border-radius: 30px;
  padding: 80px;
}
main.shopify2026 #recommend .item-list ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
main.shopify2026 #recommend .item-list ul li:before {
  content: "";
  width: 50px;
  height: 50px;
  background: no-repeat center/auto;
  background-image: url(../img/shopify2026/recommend/icon-check.svg);
}
main.shopify2026 #recommend .item-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #recommend .item-list ul li p {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: 700;
  line-height: 1.3;
}
main.shopify2026 #recommend .item-list ul li p strong {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: 900;
  background: linear-gradient(transparent 80%, #f6ff00 80%);
}
main.shopify2026 #style-padding, main.shopify2026 #contact, main.shopify2026 #form, main.shopify2026 #faq, main.shopify2026 #why, main.shopify2026 #voice, main.shopify2026 #works, main.shopify2026 #support, main.shopify2026 #service, main.shopify2026 #plan, main.shopify2026 #reason {
  padding-top: 100px;
  padding-bottom: 100px;
}
main.shopify2026 #style-title, main.shopify2026 #contact .item-title, main.shopify2026 #form .item-title, main.shopify2026 #faq .item-title, main.shopify2026 #why .item-title, main.shopify2026 #voice .item-title, main.shopify2026 #works .item-title, main.shopify2026 #service .item-title, main.shopify2026 #plan .item-title, main.shopify2026 #reason .item-title {
  text-align: center;
  font-size: 42px;
  font-size: 2.4705882353rem;
  font-weight: 900;
  line-height: 1.3;
}
main.shopify2026 #style-title:not(:last-child), main.shopify2026 #contact .item-title:not(:last-child), main.shopify2026 #form .item-title:not(:last-child), main.shopify2026 #faq .item-title:not(:last-child), main.shopify2026 #why .item-title:not(:last-child), main.shopify2026 #voice .item-title:not(:last-child), main.shopify2026 #works .item-title:not(:last-child), main.shopify2026 #service .item-title:not(:last-child), main.shopify2026 #plan .item-title:not(:last-child), main.shopify2026 #reason .item-title:not(:last-child) {
  margin-bottom: 60px;
}
main.shopify2026 #style-title span, main.shopify2026 #contact .item-title span, main.shopify2026 #form .item-title span, main.shopify2026 #faq .item-title span, main.shopify2026 #why .item-title span, main.shopify2026 #voice .item-title span, main.shopify2026 #works .item-title span, main.shopify2026 #service .item-title span, main.shopify2026 #plan .item-title span, main.shopify2026 #reason .item-title span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
main.shopify2026 #style-title + .item-sub, main.shopify2026 #contact .item-title + .item-sub, main.shopify2026 #form .item-title + .item-sub, main.shopify2026 #faq .item-title + .item-sub, main.shopify2026 #why .item-title + .item-sub, main.shopify2026 #voice .item-title + .item-sub, main.shopify2026 #works .item-title + .item-sub, main.shopify2026 #service .item-title + .item-sub, main.shopify2026 #plan .item-title + .item-sub, main.shopify2026 #reason .item-title + .item-sub {
  text-align: center;
  margin-top: -30px;
  font-size: 17px;
  font-size: 1rem;
}
main.shopify2026 #style-title + .item-sub:not(:last-child), main.shopify2026 #contact .item-title + .item-sub:not(:last-child), main.shopify2026 #form .item-title + .item-sub:not(:last-child), main.shopify2026 #faq .item-title + .item-sub:not(:last-child), main.shopify2026 #why .item-title + .item-sub:not(:last-child), main.shopify2026 #voice .item-title + .item-sub:not(:last-child), main.shopify2026 #works .item-title + .item-sub:not(:last-child), main.shopify2026 #service .item-title + .item-sub:not(:last-child), main.shopify2026 #plan .item-title + .item-sub:not(:last-child), main.shopify2026 #reason .item-title + .item-sub:not(:last-child) {
  margin-bottom: 60px;
}
main.shopify2026 #reason {
  background: #FFF;
}
main.shopify2026 #reason .item-list {
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.shopify2026 #reason .item-li {
  position: relative;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.shopify2026 #reason .item-li:not(:last-child) {
  margin-bottom: 60px;
}
main.shopify2026 #reason .item-icon {
  position: absolute;
  left: -60px;
  top: -40px;
}
main.shopify2026 #reason .item-text {
  position: relative;
}
main.shopify2026 #reason .item-text h3 {
  color: #205CB7;
  font-size: 36px;
  font-size: 2.1176470588rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 35px;
}
main.shopify2026 #reason .item-text p {
  font-size: 17px;
  font-size: 1rem;
}
main.shopify2026 #reason .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.shopify2026 #reason .item-img img {
  border-radius: 30px;
}
main.shopify2026 #plan {
  background: #E5EFF4;
}
main.shopify2026 #plan .content {
  position: relative;
}
main.shopify2026 #plan .item-img {
  position: absolute;
  right: -25px;
  bottom: -100px;
  line-height: 0;
}
main.shopify2026 #plan .item-img img {
  animation-name: pkun2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
main.shopify2026 #plan .item-list {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}
main.shopify2026 #plan .item-plan {
  background: #FFF;
  border-radius: 30px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}
main.shopify2026 #plan .item-plan.half {
  width: calc(50% - 5px);
}
main.shopify2026 #plan .item-option {
  padding: 5px 0;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0066FF;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: bold;
  line-height: 1.3;
  gap: 15px;
}
main.shopify2026 #plan .item-option:after {
  content: "";
  width: 42px;
  height: 42px;
  background: no-repeat center/auto;
  background-image: url(../img/shopify2026/plan/icon-plus.svg);
}
main.shopify2026 #plan .item-price {
  text-align: center;
  color: #FF006F;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 900;
  line-height: 1.2;
}
main.shopify2026 #plan .item-price span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 48px;
  font-size: 2.8235294118rem;
  font-weight: 600;
}
main.shopify2026 #plan .item-price.lg {
  font-size: 42px;
  font-size: 2.4705882353rem;
}
main.shopify2026 #plan .item-price.lg span {
  font-size: 100px;
  font-size: 5.8823529412rem;
}
main.shopify2026 #plan .item-price:not(:last-child) {
  margin-bottom: 50px;
}
main.shopify2026 #plan .item-column {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}
main.shopify2026 #plan .item-dl:not(:last-child) {
  margin-bottom: 20px;
}
main.shopify2026 #plan .item-dl dt {
  color: #FF006F;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
main.shopify2026 #plan .item-dl dd {
  font-size: 17px;
  font-size: 1rem;
}
main.shopify2026 #plan .item-sup {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.shopify2026 #plan .item-sup:not(:first-child) {
  margin-top: 20px;
}
main.shopify2026 #service .item-title {
  color: #FFF;
}
main.shopify2026 #service .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
main.shopify2026 #service .item-li {
  background: #005BE3;
  color: #FFF;
  border-radius: 30px;
  padding: 30px;
}
main.shopify2026 #service .item-hd {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main.shopify2026 #service .item-hd span:nth-child(1) {
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
main.shopify2026 #service .item-text {
  font-size: 17px;
  font-size: 1rem;
}
main.shopify2026 #service .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.shopify2026 #service .item-text p small {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.shopify2026 #support {
  background: #FFF;
}
main.shopify2026 #support .item-title {
  text-align: center;
}
main.shopify2026 #support .item-title:not(:last-child) {
  margin-bottom: 60px;
}
main.shopify2026 #support .item-title h2 {
  display: -moz-inline-box;
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(transparent 80%, #f6ff00 80%);
  font-size: 42px;
  font-size: 2.4705882353rem;
  font-weight: 900;
  line-height: 1.3;
}
main.shopify2026 #support .item-title h2 span {
  color: #FF006F;
  font-size: 56px;
  font-size: 3.2941176471rem;
}
main.shopify2026 #support .item-title h3 {
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: 500;
  line-height: 1.5;
}
main.shopify2026 #support .item-img {
  text-align: center;
}
main.shopify2026 #support .item-img:not(:last-child) {
  margin-bottom: 50px;
}
main.shopify2026 #support .item-comment {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #E5EFF4;
  border-radius: 30px;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
main.shopify2026 #support .item-comment:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 20px 11.5px;
  border-color: transparent transparent #E5EFF4 transparent;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: -20px;
}
main.shopify2026 #support .item-comment:not(:last-child) {
  margin-bottom: 70px;
}
main.shopify2026 #support .item-hd {
  text-align: center;
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: bold;
}
main.shopify2026 #support .item-hd:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #support .item-hd span {
  font-size: 42px;
  font-size: 2.4705882353rem;
  font-weight: 900;
  color: #205CB7;
}
main.shopify2026 #support .item-hd span i {
  font-style: normal;
  position: relative;
}
main.shopify2026 #support .item-hd span i:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -8px;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background: #205CB7;
  border-radius: 50%;
}
main.shopify2026 #support .item-text {
  text-align: center;
}
main.shopify2026 #support .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main.shopify2026 #support .item-bottom {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  text-align: center;
}
main.shopify2026 #works {
  background: #E5EFF4;
}
main.shopify2026 #works .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
main.shopify2026 #works .item-list:not(.show) .item-li:nth-child(n+10) {
  display: none;
}
main.shopify2026 #works .item-list.show ~ .item-more {
  display: none;
}
main.shopify2026 #works .item-li a {
  display: block;
  color: #262630;
}
main.shopify2026 #works .item-li a:hover {
  text-decoration: none;
}
main.shopify2026 #works .item-img {
  margin-bottom: 25px;
}
main.shopify2026 #works .item-img span {
  display: none;
}
main.shopify2026 #works .item-text h3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
main.shopify2026 #works .item-more {
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #205CB7;
  padding: 15px;
  border-radius: 30px;
  line-height: 1.4;
  gap: 20px;
}
main.shopify2026 #works .item-more:after {
  content: "";
  width: 10px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/shopify2026/arrow-more.svg);
  transition: all 0.3s ease;
}
main.shopify2026 #works .item-more:hover:after {
  transform: translateY(5px);
}
main.shopify2026 #works .item-more:not(:first-child) {
  margin-top: 40px;
}
main.shopify2026 #voice .item-title {
  color: #FFF;
}
main.shopify2026 #voice .item-li {
  display: grid;
  grid-template-columns: 500px 1fr;
  background: #FFF;
  border-radius: 30px;
  overflow: hidden;
}
main.shopify2026 #voice .item-li:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #voice .item-img {
  position: relative;
  display: flex;
}
main.shopify2026 #voice .item-img a {
  display: flex;
  width: 100%;
}
main.shopify2026 #voice .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.shopify2026 #voice .item-img div {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 35px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.shopify2026 #voice .item-img div > * {
  background: #0066FF;
  color: #FFF;
  padding: 10px;
  line-height: 1.5;
}
main.shopify2026 #voice .item-img div > *:not(:last-child) {
  margin-bottom: 5px;
}
main.shopify2026 #voice .item-img div p {
  font-size: 17px;
  font-size: 1rem;
  font-weight: bold;
}
main.shopify2026 #voice .item-img div h3 {
  font-size: 22px;
  font-size: 1.2941176471rem;
  font-weight: bold;
}
main.shopify2026 #voice .item-text {
  padding: 50px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.shopify2026 #voice .item-text p:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #voice .item-text .hp {
  color: #A6BBDA;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.shopify2026 #voice .item-text .hp:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #voice .item-text .hp a {
  color: #A6BBDA;
}
main.shopify2026 #voice .item-text h3, main.shopify2026 #voice .item-text h4 {
  color: #205CB7;
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: 900;
  line-height: 1.5;
}
main.shopify2026 #voice .item-text h3:not(:last-child), main.shopify2026 #voice .item-text h4:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #voice .item-text .more {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  gap: 20px;
  color: #205CB7;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.shopify2026 #voice .item-text .more:hover span:nth-child(1):after {
  left: 5px;
}
main.shopify2026 #voice .item-text .more span:nth-child(1) {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
main.shopify2026 #voice .item-text .more span:nth-child(1):after {
  content: "";
  width: 10px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/shopify2026/arrow-more.svg);
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  transform-origin: center center;
  position: relative;
  left: 0;
}
main.shopify2026 #voice .item-text .more span:nth-child(2) img {
  border-radius: 50%;
}
main.shopify2026 #why {
  background: #005BE3;
}
main.shopify2026 #why .item-title {
  color: #FFF;
}
main.shopify2026 #why .item-text {
  color: #FFF;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.shopify2026 #why .item-text p:not(:last-child) {
  margin-bottom: 20px;
}
main.shopify2026 #why .item-text:not(:last-child) {
  margin-bottom: 80px;
}
main.shopify2026 #why .item-img {
  text-align: center;
}
main.shopify2026 #faq .item-title {
  color: #FFF;
}
main.shopify2026 #faq .item-list {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
}
main.shopify2026 #faq .item-list > * {
  padding-left: 50px;
  position: relative;
}
main.shopify2026 #faq .item-list > *:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 36px;
  font-size: 2.1176470588rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
}
main.shopify2026 #faq .item-list dt {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
main.shopify2026 #faq .item-list dt:before {
  content: "Q.";
  margin-top: -5px;
}
main.shopify2026 #faq .item-list dd {
  border-bottom: 1px solid #A6BBDA;
  padding-bottom: 40px;
}
main.shopify2026 #faq .item-list dd:not(:last-child) {
  margin-bottom: 40px;
}
main.shopify2026 #faq .item-list dd:before {
  content: "A.";
}
main.shopify2026 #contact, main.shopify2026 #form {
  background: #E5EFF4;
}
main.shopify2026 #contact:has(.mw_wp_form_complete) .item-img, main.shopify2026 #form:has(.mw_wp_form_complete) .item-img {
  display: none;
}
main.shopify2026 #contact .content, main.shopify2026 #form .content {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  padding: 80px;
  box-sizing: border-box;
}
main.shopify2026 #contact .item-img, main.shopify2026 #form .item-img {
  position: absolute;
  top: 25px;
  transform: translateY(-100%);
  left: 25px;
}
main.shopify2026 #contact .item-img img, main.shopify2026 #form .item-img img {
  animation-name: pkun2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
main.shopify2026 #contact .item-title, main.shopify2026 #form .item-title {
  color: #205CB7;
}
main.shopify2026 #contact .item-list, main.shopify2026 #form .item-list {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.shopify2026 #contact .item-list:not(:last-child), main.shopify2026 #form .item-list:not(:last-child) {
  margin-bottom: 60px;
}
main.shopify2026 #contact .item-list dt, main.shopify2026 #form .item-list dt {
  font-size: 17px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
main.shopify2026 #contact .item-list dt.required:after, main.shopify2026 #form .item-list dt.required:after {
  content: "*";
  color: #ff0000;
  margin-left: 4px;
}
main.shopify2026 #contact .item-list dd:not(:last-child), main.shopify2026 #form .item-list dd:not(:last-child) {
  margin-bottom: 30px;
}
main.shopify2026 #contact .item-list dd textarea, main.shopify2026 #form .item-list dd textarea {
  border: 1px solid #D5DFED;
}
main.shopify2026 #contact .item-list dd input[type=text], main.shopify2026 #contact .item-list dd input[type=email], main.shopify2026 #contact .item-list dd input[type=tel], main.shopify2026 #contact .item-list dd input[type=password], main.shopify2026 #contact .item-list dd input[type=number], main.shopify2026 #contact .item-list dd input[type=search], main.shopify2026 #form .item-list dd input[type=text], main.shopify2026 #form .item-list dd input[type=email], main.shopify2026 #form .item-list dd input[type=tel], main.shopify2026 #form .item-list dd input[type=password], main.shopify2026 #form .item-list dd input[type=number], main.shopify2026 #form .item-list dd input[type=search] {
  border: 1px solid #D5DFED;
}
main.shopify2026 #contact .item-list dd .radio:before, main.shopify2026 #form .item-list dd .radio:before {
  border: 1px solid #D5DFED;
}
main.shopify2026 #contact .item-list dd .radio:after, main.shopify2026 #form .item-list dd .radio:after {
  background-color: #0066FF;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main  shopify2026
  ------------------------------------------------------------*/
  main.shopify2026 #recommend .content {
    gap: 40px;
  }
  main.shopify2026 #recommend .item-title h2 {
    font-size: 34px;
    font-size: 2rem;
  }
  main.shopify2026 #recommend .item-title h2 span {
    font-size: 44px;
    font-size: 2.5882352941rem;
  }
  main.shopify2026 #recommend .item-list {
    padding: 50px;
  }
  main.shopify2026 #recommend .item-list ul li {
    gap: 15px;
  }
  main.shopify2026 #recommend .item-list ul li p {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.shopify2026 #recommend .item-list ul li p strong {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
  main.shopify2026 #style-title, main.shopify2026 #contact .item-title, main.shopify2026 #form .item-title, main.shopify2026 #voice .item-title, main.shopify2026 #works .item-title, main.shopify2026 #service .item-title, main.shopify2026 #plan .item-title, main.shopify2026 #reason .item-title {
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
  main.shopify2026 #style-title:not(:last-child), main.shopify2026 #contact .item-title:not(:last-child), main.shopify2026 #form .item-title:not(:last-child), main.shopify2026 #voice .item-title:not(:last-child), main.shopify2026 #works .item-title:not(:last-child), main.shopify2026 #service .item-title:not(:last-child), main.shopify2026 #plan .item-title:not(:last-child), main.shopify2026 #reason .item-title:not(:last-child) {
    margin-bottom: 50px;
  }
  main.shopify2026 #style-title span, main.shopify2026 #contact .item-title span, main.shopify2026 #form .item-title span, main.shopify2026 #voice .item-title span, main.shopify2026 #works .item-title span, main.shopify2026 #service .item-title span, main.shopify2026 #plan .item-title span, main.shopify2026 #reason .item-title span {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
  }
  main.shopify2026 #reason .item-li {
    gap: 40px;
    grid-template-columns: 1fr 40%;
  }
  main.shopify2026 #reason .item-li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.shopify2026 #reason .item-icon {
    left: -30px;
    top: -20px;
  }
  main.shopify2026 #reason .item-text h3 {
    font-size: 32px;
    font-size: 1.8823529412rem;
    margin-bottom: 25px;
  }
  main.shopify2026 #reason .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #plan .item-img {
    right: -40px;
    max-width: 25%;
  }
  main.shopify2026 #plan .item-plan {
    padding: 30px;
  }
  main.shopify2026 #plan .item-price {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.shopify2026 #plan .item-price span {
    font-size: 42px;
    font-size: 2.4705882353rem;
  }
  main.shopify2026 #plan .item-price.lg {
    font-size: 35px;
    font-size: 2.0588235294rem;
  }
  main.shopify2026 #plan .item-price.lg span {
    font-size: 80px;
    font-size: 4.7058823529rem;
  }
  main.shopify2026 #plan .item-column {
    gap: 40px;
  }
  main.shopify2026 #plan .item-sup {
    padding-right: 20%;
  }
  main.shopify2026 #service .item-list {
    gap: 15px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1080px) and (max-width: 800px) {
  main.shopify2026 #service .item-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  main.shopify2026 #service .item-li {
    padding: 20px;
  }
  main.shopify2026 #service .item-hd {
    font-size: 19px;
    font-size: 1.1176470588rem;
    margin-bottom: 15px;
  }
  main.shopify2026 #service .item-hd span:nth-child(1) {
    width: 20%;
  }
  main.shopify2026 #service .item-text {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #service .item-text p small {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.shopify2026 #works .item-list {
    gap: 40px;
  }
  main.shopify2026 #works .item-img {
    margin-bottom: 15px;
  }
  main.shopify2026 #works .item-text {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #works .item-text h3 {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.shopify2026 #voice .item-li {
    grid-template-columns: 40% 1fr;
  }
  main.shopify2026 #voice .item-img div {
    padding: 20px;
  }
  main.shopify2026 #voice .item-img div p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #voice .item-img div h3 {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.shopify2026 #voice .item-text {
    padding: 40px;
  }
  main.shopify2026 #voice .item-text .hp {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.shopify2026 #voice .item-text .hp:not(:last-child) {
    margin-bottom: 20px;
  }
  main.shopify2026 #voice .item-text h3, main.shopify2026 #voice .item-text h4 {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.shopify2026 #voice .item-text h3:not(:last-child), main.shopify2026 #voice .item-text h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main.shopify2026 #contact .content, main.shopify2026 #form .content {
    padding: 60px;
  }
  main.shopify2026 #contact .item-img, main.shopify2026 #form .item-img {
    width: 120px;
    top: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 700px) {
  /* main shopify2026
  ------------------------------------------------------------*/
  main.shopify2026 #recommend {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.shopify2026 #recommend .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main.shopify2026 #recommend .item-title {
    gap: 15px;
  }
  main.shopify2026 #recommend .item-title:after {
    width: 40px;
    height: 30px;
    background-position: right center;
    background-size: auto 100%;
    transform: rotate(90deg);
    transform-origin: center center;
  }
  main.shopify2026 #recommend .item-title h2 {
    font-size: 24px;
    font-size: 1.4117647059rem;
    background: url(../img/shopify2026/recommend/icon-hd.svg) no-repeat left top;
    background-size: auto 40px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.shopify2026 #recommend .item-title h2 br {
    display: none;
  }
  main.shopify2026 #recommend .item-title h2 span {
    font-size: 35px;
    font-size: 2.0588235294rem;
  }
  main.shopify2026 #recommend .item-list {
    border-radius: 15px;
    padding: 20px;
  }
  main.shopify2026 #recommend .item-list ul li {
    gap: 15px;
  }
  main.shopify2026 #recommend .item-list ul li:before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  main.shopify2026 #recommend .item-list ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.shopify2026 #recommend .item-list ul li p {
    font-size: 17px;
    font-size: 1rem;
    line-height: 1.5;
  }
  main.shopify2026 #recommend .item-list ul li p strong {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
  main.shopify2026 #style-padding, main.shopify2026 #contact, main.shopify2026 #form, main.shopify2026 #faq, main.shopify2026 #why, main.shopify2026 #voice, main.shopify2026 #works, main.shopify2026 #support, main.shopify2026 #service, main.shopify2026 #plan, main.shopify2026 #reason {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.shopify2026 #style-title, main.shopify2026 #contact .item-title, main.shopify2026 #form .item-title, main.shopify2026 #faq .item-title, main.shopify2026 #why .item-title, main.shopify2026 #voice .item-title, main.shopify2026 #works .item-title, main.shopify2026 #service .item-title, main.shopify2026 #plan .item-title, main.shopify2026 #reason .item-title {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.shopify2026 #style-title:not(:last-child), main.shopify2026 #contact .item-title:not(:last-child), main.shopify2026 #form .item-title:not(:last-child), main.shopify2026 #faq .item-title:not(:last-child), main.shopify2026 #why .item-title:not(:last-child), main.shopify2026 #voice .item-title:not(:last-child), main.shopify2026 #works .item-title:not(:last-child), main.shopify2026 #service .item-title:not(:last-child), main.shopify2026 #plan .item-title:not(:last-child), main.shopify2026 #reason .item-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.shopify2026 #style-title span, main.shopify2026 #contact .item-title span, main.shopify2026 #form .item-title span, main.shopify2026 #faq .item-title span, main.shopify2026 #why .item-title span, main.shopify2026 #voice .item-title span, main.shopify2026 #works .item-title span, main.shopify2026 #service .item-title span, main.shopify2026 #plan .item-title span, main.shopify2026 #reason .item-title span {
    margin: 5px;
  }
  main.shopify2026 #style-title span img, main.shopify2026 #contact .item-title span img, main.shopify2026 #form .item-title span img, main.shopify2026 #faq .item-title span img, main.shopify2026 #why .item-title span img, main.shopify2026 #voice .item-title span img, main.shopify2026 #works .item-title span img, main.shopify2026 #service .item-title span img, main.shopify2026 #plan .item-title span img, main.shopify2026 #reason .item-title span img {
    max-width: 260px;
    width: auto;
    height: auto;
  }
  main.shopify2026 #style-title + .item-sub, main.shopify2026 #contact .item-title + .item-sub, main.shopify2026 #form .item-title + .item-sub, main.shopify2026 #faq .item-title + .item-sub, main.shopify2026 #why .item-title + .item-sub, main.shopify2026 #voice .item-title + .item-sub, main.shopify2026 #works .item-title + .item-sub, main.shopify2026 #service .item-title + .item-sub, main.shopify2026 #plan .item-title + .item-sub, main.shopify2026 #reason .item-title + .item-sub {
    margin-top: -15px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #style-title + .item-sub:not(:last-child), main.shopify2026 #contact .item-title + .item-sub:not(:last-child), main.shopify2026 #form .item-title + .item-sub:not(:last-child), main.shopify2026 #faq .item-title + .item-sub:not(:last-child), main.shopify2026 #why .item-title + .item-sub:not(:last-child), main.shopify2026 #voice .item-title + .item-sub:not(:last-child), main.shopify2026 #works .item-title + .item-sub:not(:last-child), main.shopify2026 #service .item-title + .item-sub:not(:last-child), main.shopify2026 #plan .item-title + .item-sub:not(:last-child), main.shopify2026 #reason .item-title + .item-sub:not(:last-child) {
    margin-bottom: 30px;
  }
  main.shopify2026 #reason .item-li {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  main.shopify2026 #reason .item-li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.shopify2026 #reason .item-icon {
    left: -20px;
    top: -20px;
    max-width: 20%;
    z-index: 2;
  }
  main.shopify2026 #reason .item-text {
    position: relative;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  main.shopify2026 #reason .item-text h3 {
    font-size: 25px;
    font-size: 1.4705882353rem;
    margin-bottom: 10px;
  }
  main.shopify2026 #reason .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #reason .item-text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.shopify2026 #reason .item-img {
    margin-left: auto;
    margin-right: auto;
  }
  main.shopify2026 #plan .item-img {
    right: -15px;
    bottom: -60px;
  }
  main.shopify2026 #plan .item-img img {
    height: 90px;
    width: auto;
  }
  main.shopify2026 #plan .item-plan {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  main.shopify2026 #plan .item-plan.half {
    width: 100%;
  }
  main.shopify2026 #plan .item-option {
    font-size: 27px;
    font-size: 1.5882352941rem;
  }
  main.shopify2026 #plan .item-option:after {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  main.shopify2026 #plan .item-price {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #plan .item-price span {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
  main.shopify2026 #plan .item-price.lg {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.shopify2026 #plan .item-price.lg span {
    font-size: 60px;
    font-size: 3.5294117647rem;
  }
  main.shopify2026 #plan .item-price:not(:last-child) {
    margin-bottom: 20px;
  }
  main.shopify2026 #plan .item-column {
    gap: 10px;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.shopify2026 #plan .item-column > * {
    width: 100%;
  }
  main.shopify2026 #plan .item-dl:not(:last-child) {
    margin-bottom: 10px;
  }
  main.shopify2026 #plan .item-dl dt {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 10px;
  }
  main.shopify2026 #plan .item-dl dd {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.shopify2026 #plan .item-sup {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
  main.shopify2026 #plan .item-sup:not(:first-child) {
    margin-top: 0px;
  }
  main.shopify2026 #service .item-list {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-left: -15px;
    margin-right: -15px;
  }
  main.shopify2026 #service .item-li {
    border-radius: 15px;
    padding: 15px;
  }
  main.shopify2026 #service .item-hd {
    gap: 10px;
    font-size: 17px;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.shopify2026 #service .item-hd span:nth-child(1) {
    width: 40px;
  }
  main.shopify2026 #service .item-text {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.shopify2026 #service .item-text p:not(:last-child) {
    margin-bottom: 5px;
  }
  main.shopify2026 #service .item-text p small {
    font-size: 12px;
    font-size: 0.7058823529rem;
  }
  main.shopify2026 #support .item-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.shopify2026 #support .item-title h2 {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.shopify2026 #support .item-title h2 span {
    font-size: 38px;
    font-size: 2.2352941176rem;
  }
  main.shopify2026 #support .item-title h3 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    font-weight: bold;
  }
  main.shopify2026 #support .item-img:not(:last-child) {
    margin-bottom: 30px;
  }
  main.shopify2026 #support .item-comment {
    border-radius: 15px;
    font-size: 16px;
    font-size: 0.9411764706rem;
    padding: 20px;
    text-align: left;
  }
  main.shopify2026 #support .item-comment br {
    display: none;
  }
  main.shopify2026 #support .item-comment:not(:last-child) {
    margin-bottom: 40px;
  }
  main.shopify2026 #support .item-hd {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.shopify2026 #support .item-hd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.shopify2026 #support .item-hd span {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
  main.shopify2026 #support .item-hd span i {
    font-style: normal;
    position: relative;
  }
  main.shopify2026 #support .item-hd span i:before {
    width: 8px;
  }
  main.shopify2026 #support .item-text {
    text-align: left;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #support .item-text br {
    display: none;
  }
  main.shopify2026 #support .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.shopify2026 #support .item-bottom {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.shopify2026 #works .item-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    row-gap: 25px;
  }
  main.shopify2026 #works .item-list:not(.show) .item-li:nth-child(n+9) {
    display: none;
  }
  main.shopify2026 #works .item-img {
    margin-bottom: 10px;
  }
  main.shopify2026 #works .item-text {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
  main.shopify2026 #works .item-text h3 {
    font-size: 16px;
    font-size: 0.9411764706rem;
    margin-bottom: 5px;
  }
  main.shopify2026 #works .item-more {
    padding: 10px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #works .item-more:not(:first-child) {
    margin-top: 30px;
  }
  main.shopify2026 #voice .item-li {
    grid-template-columns: 1fr;
    border-radius: 15px;
    padding: 20px;
  }
  main.shopify2026 #voice .item-img {
    margin-bottom: 20px;
  }
  main.shopify2026 #voice .item-img img {
    border-radius: 15px;
  }
  main.shopify2026 #voice .item-img div {
    padding: 0;
    bottom: -5px;
    left: -15px;
  }
  main.shopify2026 #voice .item-img div > * {
    padding: 5px;
  }
  main.shopify2026 #voice .item-img div p {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.shopify2026 #voice .item-img div h3 {
    font-size: 17px;
    font-size: 1rem;
  }
  main.shopify2026 #voice .item-text {
    padding: 0;
  }
  main.shopify2026 #voice .item-text .hp {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.shopify2026 #voice .item-text .hp:not(:last-child) {
    margin-bottom: 15px;
  }
  main.shopify2026 #voice .item-text p {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.shopify2026 #voice .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.shopify2026 #voice .item-text h3, main.shopify2026 #voice .item-text h4 {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.shopify2026 #voice .item-text h3:not(:last-child), main.shopify2026 #voice .item-text h4:not(:last-child) {
    margin-bottom: 15px;
  }
  main.shopify2026 #voice .item-text .more {
    gap: 15px;
  }
  main.shopify2026 #voice .item-text .more span:nth-child(2) {
    width: 50px;
  }
  main.shopify2026 #why .item-text {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #why .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.shopify2026 #why .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.shopify2026 #faq .item-list > * {
    padding-left: 35px;
  }
  main.shopify2026 #faq .item-list > *:before {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.shopify2026 #faq .item-list dt {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 15px;
  }
  main.shopify2026 #faq .item-list dt:before {
    margin-top: 0;
  }
  main.shopify2026 #faq .item-list dd {
    font-size: 15px;
    font-size: 0.8823529412rem;
    padding-bottom: 20px;
  }
  main.shopify2026 #faq .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.shopify2026 #contact .content, main.shopify2026 #form .content {
    padding: 20px 20px 40px;
    border-radius: 15px;
  }
  main.shopify2026 #contact .item-img, main.shopify2026 #form .item-img {
    width: 100px;
    top: 10px;
    left: 10px;
  }
  main.shopify2026 #contact .item-list:not(:last-child), main.shopify2026 #form .item-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.shopify2026 #contact .item-list dt, main.shopify2026 #form .item-list dt {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.shopify2026 #contact .item-list dd:not(:last-child), main.shopify2026 #form .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
}
