/** Shopify CDN: Minification failed

Line 526:1 Expected "}" to go with "{"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}


/*  以下独自コードを追加 */
/* ブログ記事はsection-blog-post.cssに追記  */


/* FVテキスト */
  .rte {
  max-width: 720px;
  img {
    margin: 20px 0;
    }
  }
  h2 {
    margin-top: 64px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
  }
  p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 175%;
    color: #121212;
  }

  .fv-content-h2 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 150%;
  }
  .fv-content-p-large {
    font-size: 24px;
    line-height: 200%;
    margin-top: 0;
  }
  .fv-content-p-medium {
    font-size: 20px;
    line-height: 220%;
  }

  /* ページ内 LINE追加セクション */
  .line-register-section {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
  .line-register-section img {
    margin: 0;
  }
.line-register-section .content-1 {
  width: 100%;
  max-width: 840px;
  padding: 40px 0;
  background-color: #F7F4F0;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto 16px;
}
.line-register-section .content-1 .heading2-line-register {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.line-register-section .content-1 .heading2-line-register h2 {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  margin: 0;
}
.line-register-section .content-1 p {
  font-size: 16px;
  color: #614E35;
  margin: 16px 0 24px;
}
.line-register-section .content-1 .line-register-btn-wrapper {
  display: inline-block;
}
.line-register-section .content-1 .line-register-btn {
  display: flex;
  justify-content: center;
  gap: 8px;
  background-color: #06C755;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 20px 40px;
  border-radius: 8px;
}
.line-register-section .content-1 .line-register-btn img {
    border: none;
}

.line-register-section .content-1 .line-register-btn:hover {
  background-color: #26DA6F;
  transition: 0.25s;
}
.line-register-section .content-2 {
  display: flex;
  justify-content: center;
  max-width: 840px;
  background-color: #F7F4F0;
  border-radius: 8px;
  margin: 0 auto;
  padding: 24px;
  gap: 16px;
  box-sizing: border-box;
}
.line-register-section .content-2 .col-1 {
  flex: 1;
  border-radius: 4px;
}
.line-register-section .content-2 .col-1 img {
  width: 100%;
  border: none;
}
.line-register-section .content-2 .col-2 {
  flex: 1;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px 32px;
}
.line-register-section .content-2 .col-2 h3 {
  font-size: 20px;
  color: #614E35;
  margin: 0 0 16px;
}
.line-register-section .content-2 .col-2 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.line-register-section .content-2 .col-2 ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
  color: #614E35;
  background-color: #F2F5F9;
  margin-bottom: 4px;
  border-radius: 4px;
}
.line-register-section .content-2 .col-2 p {
  font-size: 13px;
  font-weight: 300;
  color: #614E35;
  text-align: left;
}
.line-register-section .content-2 .col-2 .btn-wrapper p {
  font-size: 13px;
  text-align: center;
  margin: 0 0 8px;
}
.line-register-section .content-2 .col-2 .btn-wrapper .line-register-btn-wrapper {
  display: inline-block;
}
.line-register-section .content-2 .col-2 .btn-wrapper .line-register-btn-wrapper .line-register-btn-sm {
  display: flex;
  justify-content: center;
  gap: 8px;
  background-color: #06C755;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 8px;
}
.line-register-section .content-2 .col-2 .btn-wrapper .line-register-btn-wrapper .line-register-btn-sm:hover {
  background-color: #26DA6F;
  transition: 0.25s;
}
.line-register-section .content-2 .col-2 .btn-wrapper .line-register-btn-wrapper .line-register-btn-sm img {
  width: 20px;
  border: none;
}

  @media screen and (max-width: 768px) {
      h2 {
        margin-top: 40px;
        font-size: 20px;
      }
      p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 160%;
      }
      img {
        margin: 12px 0;
      }
      .fv-content-h2 {
        margin-bottom: 8px;
        font-size: 23px;
      }
      .fv-content-p-large {
        font-size: 20px;
      }
      .fv-content-p-medium {
        font-size: 18px;
      }
        .line-register-section {
    padding: 0 8px;
    box-sizing: border-box;
  }
  .line-register-section .content-1 .line-register-btn {
    font-size: 16px;
  }
  .line-register-section .content-1 .line-register-btn img {
    width: 24px;
    border: none;
  }
  .line-register-section .content-2 {
    padding: 16px;
    gap: 8px;
  }
  .line-register-section .content-2 .col-2 {
    padding: 24px 16px;
  }
  .line-register-section .content-2 .col-2 h3 {
    font-size: 18px;
  }
  .line-register-section .content-2 .col-2 ul li {
    padding: 8px 12px;
    font-size: 13px;
  }
  }

@media screen and (max-width: 576px) {
    .line-register-section .content-1 {
      box-sizing: border-box;
      padding: 24px;
    }
    .line-register-section .content-1 p {
      margin: 16px 0;
    }
    .line-register-section .content-1 .heading2-line-register h2 {
      font-size: 18px;
    }
    .line-register-section .content-2 {
      flex-flow: column;
      padding: 16px;
    }
    .line-register-section .content-2 .col-1 img {
      max-width: 420px;
    }
    .line-register-section .content-2 .col-2 {
      max-width: 420px;
    }
    .line-register-section .content-2 .col-2 ul li {
      font-weight: 400;
    }
}

/* LP 商品詳細 横並び  */
.products-purchase-container  {
  margin: 0 auto 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-details-col {
  width: calc(50% - 8px);

.product-details-col-margintop24 {
  margin-top: 24px;
}
  
img {
margin-bottom: 8px;
}

.product-details-title {
font-weight: bold;
margin-top: 0px;
}

.product-details-description p {
font-size: 16px;
margin: 8px 0;
}

a.purchase-button {
display: inline-block;
background-color: #F8DA43;
padding: 16px 24px;
border-radius: 4px;
text-decoration: none;
font-size: 16px;
font-weight: 600;
line-height: 2;
margin-top: 24px;
}

a.purchase-button:hover {
background-color: #ffd500;
transition: 0.25s;
}


@media screen and (max-width: 576px) {
  .products-purchase-container {
      margin: 0 auto 32px;
    flex-direction: column;
    align-items: center;
  }
  
  .product-details-col {
    width: 100%;
margin-bottom: 24px;
      a.purchase-button {
    margin-top: 16px;
  }
  }
}



/* LP内CTA縦並び */
.lp-cta-1 {
  padding: 80px 0;
  .cta-title {
    text-align: center;
    margin-bottom: 40px;
    p {
      font-size: 13px;
      line-height: 100%;
      margin: 0;
    }
    h3 {
       font-size: 32px;
      font-weight: bold;
      line-height: 100%;
      margin: 0;
      margin-top: 12px;
    }
  }
.lp-cta-1-products {
  display: flex;
  flex-wrap: wrap;
gap: 8px;
}
  .product-detail {
    width: 49%;
    border-radius: 8px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    img {
      border-radius: 8px;
margin-top: 0;
    }
    .product-name {
      display: flex;
      align-items:flex-start;
      margin-top: 8px;
      flex-direction: column;
gap: 12px;
      span {
        font-size: 12px;
        color: #FE3F31;
        background-color: #FFECEA;
        padding: 2px 12px;
        border-radius: 46px;
        font-weight: 400;
        display: inline-block;
        text-align: center;
      }
      h4 {
        font-size: 24px;
        font-weight: bold;
height: 64px;
        margin: 0;
      }
    }
    .color-information {
      p {
        margin: 0 auto 4px;
        font-size: 12px;
        font-weight: bold;
        color: rgb(36 36 36 / 50%)
      }
      .color-container {
        display: flex;
        justify-content: flex-start;
        gap: 4px;
      }
      .outer-ring {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #eee; /* 薄いグレーのリング */
        display: flex;
        align-items: center;
        justify-content: center;
      }
  
      .color-circle {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff; /* 白い枠部分 */
        display: flex;
        align-items: center;
        justify-content: center;
      }
  
      .color-inner {
        width: 28px;
        height: 28px;
        border-radius: 50%;
      }
  
      .color-swatch-black { background-color: #111; }
      .color-swatch-red   { background-color: #e94435; }
      .color-swatch-gray  { background-color: #999; }
    }
    p.product-description {
      font-size: 14px;
    }
    .product-price {
      display: flex;
      align-items:end;
      justify-content: right;
      span {
        display: inline-block;
        margin-right: 8px;
        font-size: 12px;
        padding-bottom: 1px;
        
      }
      p {
        font-size: 28px;
        line-height: 100%;
        display: inline-block;
        margin: 0;
        color: #121212;
      }
    }
    a.cta-btn {
      font-size: 16px;
      font-weight: 600;
      background-color: #F9DF5A;
      width: 100%;
      border-radius: 5px;
      display: inline-block;
      padding: 20px 0;
      margin-top: 20px;
      text-align: center;
      text-decoration: none;
      &:hover {
        background-color: #FE3F31;
        color: #ffffff;
        transition: 0.25s;
      }
    }
  }
}

@media (max-width: 750px) {
/* LP内CTA縦並び */
.lp-cta-1 {
  padding: 40px 0;
  .cta-title {
    text-align: center;
    margin-bottom: 24px;
    p {
      font-size: 12px;
    }
    h3 {
       font-size: 24px;
      font-weight: bold;
      line-height: 100%;
      margin: 0;
      margin-top: 12px;
    }
  }
  .lp-cta-1-products {
    flex-direction: column;
  }
.product-detail {
  width: 100%;
    padding: 20px;
    .product-name {
      margin-top: 8px;
      flex-direction: column;
      gap: 12px;
      span {
        padding: 2px 12px;
      }
      h4 {
        font-size: 18px;
        height: auto;
      }
    }
}