/** Shopify CDN: Minification failed

Line 507:0 Expected "}" to go with "{"

**/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #050505;
  word-break: break-all;
  overflow-x: hidden;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000 !important;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Nunito", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}


.header-sns {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding-top:10px;
  gap:15px;
  margin-bottom:-40px;
}
.header-sns__title{
  font-size:14px;
  font-weight:500;
  font-family: "Noto Sans JP", sans-serif;
  color:#000;
}
@media screen and (max-width: 768px) {
.header-sns {
display:none !important;
}
}

.howtobuy a {
  text-decoration:underline;
}

.howto.page {
  background-repeat: repeat;
  background-size: contain;
}
.howto__step {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .howto__step {
    margin-top: 8vw;
  }
}
.howto__step .box {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 3px solid #30A6EA;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 20px;
  align-items: center;
}
.howto__step .box span {
  font-weight: bold;
  font-size: 20px;
  color: #30A6EA;
}
@media screen and (max-width: 768px) {
  .howto__step .box span {
    font-size: 4.2666666667vw;
  }
}
.howto__step .box p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .howto__step .box p {
    font-size: 3.7333333333vw;
  }
}
.howto__step--title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004166;
  font-weight: bold;
  font-size: 25px;
  border-radius: 100px;
  background: #D1E8FF;
  padding: 10px 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .howto__step--title {
    font-size: 3.2666666667vw;
    display: block;
    text-align: center;
    margin-bottom: 5.3333333333vw;
    padding: 15px 0;
  }
}
.howto__step--title span {
  font-weight: 900;
  font-size: 37px;
  margin-right: 10px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0;
  display: block;
  line-height:1;
}
@media screen and (max-width: 768px) {
  .howto__step--title span {
    margin-bottom: 5px;
    font-size: 5.4vw;
  }
}
.howto__step--text {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto__step--text {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.howto__step--free {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blue {
  color:#30A6EA;
  font-weight:bold;
}
span.bg {
  padding:10px;
  background:#FCF2D1;
}
@media screen and (max-width: 768px) {
  .howto__step--free {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.howto__step--info {
  border: 3px solid #30A6EA;
  background: #fff;
  border-radius: 4px;
}
.howto__step--info h3 {
  padding: 14px 0;
  text-align: center;
  color: #fff;
  background: #30A6EA;
  font-size: 25px;
  font-weight: bold;
  margin:0;
}
.howto__step--info .imgBox {
  padding: 40px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .howto__step--info .imgBox {
    padding: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.howto__step .selectBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .howto__step .selectBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.howto__step .selectBox__item {
  background: #F4FAFF;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.howto__step .selectBox__contents {
  text-align: center;
  padding: 20px 10px;
}
.howto__step .selectBox__contents img {
  width: 154px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .howto__step .selectBox__contents img {
    width: 120px;
    margin-bottom: 15px;
  }
}
.howto__step .selectBox__contents p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .howto__step .selectBox__contents p {
    font-size: 3.2vw;
  }
}
.howto__step .selectBox__title {
  background: #30A6EA;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 12px 10px;
}
@media screen and (max-width: 768px) {
  .howto__step .selectBox__title {
    font-size: 3.8666666667vw;
    padding: 7px 5px;
  }
}
.howto__step .selectBox__title span {
  font-size: 12px;
  display: block;
}

.cta {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: 13.3333333333vw;
  }
}
.cta__text {
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
  font-size: 23px;
  font-weight: bold;
  color: #30A6EA;
}
@media screen and (max-width: 768px) {
  .cta__text {
    line-height: 1.4;
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cta__text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 20px;
  height: 30px;
  transform: translateY(-50%);
  background: url(/cdn/shop/files/ashirai01.svg) no-repeat;
  background-size: 20px;
}
.cta__text::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  width: 20px;
  height: 30px;
  transform: translateY(-50%);
  background: url(/cdn/shop/files/ashirai02.svg) no-repeat;
  background-size: 20px;
}
.cta__btn {
  width: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 67px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    max-width: 100%;
    background:#30A6EA !important;
    color:#fff !important;
    width:100% !important;
  }
  .cta__btn::after {
    right: 10% !important;
  }
}/*# sourceMappingURL=top.css.map */

.price-box {
  display:flex;
  align-items:center;
}

.product__title h1 {
  font-size:24px;
}

.product__info-container .howtobuy {
  text-align:right;
      max-width: 44rem;
}

.info {
  font-size:12px;
  text-align:left;
}


.faq {
  padding: 50px 40px 100px;
    background: url(/cdn/shop/files/bg_white.png) no-repeat;
    background-repeat: repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  padding: 30px 0;
  border-bottom: 1px solid #30A6EA;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 5.3333333333vw 0;
  }
}
.faq__item--title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.faq__item--title > span {
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #30A6EA;
  color: #fff;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq__item--title > span {
    width: 32px;
    font-size: 16px;
    height: 32px;
  }
}
.faq__item--title p {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 3.7333333333vw;
  }
}
.faq__item--text {
  display: flex;
  gap: 20px;
}
.faq__item--text > span {
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #30A6EA;
  color: #fff;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq__item--text > span {
    width: 32px;
    font-size: 16px;
    height: 32px;
  }
}
.faq__item--text p {
  line-height: 1.5;
  font-size: 18px;
  max-width: 90%;
  margin:0;
}
@media screen and (max-width: 768px) {
  .faq__item--text p {
    max-width: 80%;
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=top.css.map */
.faq__item--text p span {
  font-weight:bold;
}
.faq__text {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq__text {
    margin-top: 40px;
  }

