/** Shopify CDN: Minification failed

Line 254:50 Unexpected "{"
Line 257:3 Expected ":"

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

/*本文テキスト*/
.rich-text__blocks {
  width: 100%;
}

/*テストPC*/
/*見出し*/
.rich-text__heading{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  font-family: "source-han-serif-japanese", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: linear-gradient(to right, #779fa4, #6466a5);
  padding:15px 10px;
}
/*商品名*/
.rich-text__subheading{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-family: "source-han-serif-japanese", "Hiragino Sans", Meiryo, sans-serif;
  padding:15px 0;  
}

.rich-text__catch{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-family: "source-han-serif-japanese", "Hiragino Sans", Meiryo, sans-serif !important;
  padding:0 0 0 0; 
  
}

/*説明テキスト*/
.rich-text__text{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.7rem;
  font-family: "source-han-serif-japanese", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 価格 */
.rich-text__caption{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "source-han-serif-japanese", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


@media (max-width: 768px) {
  .rich-text__text, .rich-text__subheading, .rich-text__caption, .rich-text__heading {
    width: 100%; /* 幅指定を解除 */
  }
    .rich-text__subheading{
    text-align:left;
  }

}
/*テストPCここまで*/

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 1000px) {
  .rich-text__blocks {
    max-width: 1000px;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 180px;
  max-width: 45rem;
  word-break: break-word;
/*追加ボタン設定ここから
  color: #FFFFFF;
  background-color: #333333
  font-size: 1.6rem;
  margin-top:40px;追加ここまで*/
  }
/* ボタンスマホ*/
@media (max-width: 768px) {
  .rich-text__buttons {
    width: 100%; 
  }
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

/*テストSP*/
@media (max-width: 768px) {
  .rich-text__heading {
    width: auto; /* 幅指定を解除 */
    padding: 0 3%;
  }
}
/*テストSPここまで*/

/* -------------------以下タグで制御するところ------------------- */
/* 共通*/
.f_tittle2, .f_pic, .f_product, .f_p, .f_price {
  font-family: "source-han-serif-japanese", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  word-break: break-word;
  padding: 0 3%;
}

/* 大見出し※使わない（背景色がカスタマイズできないため）*/
.f_tittle2 {
  text-align: left;
  font-size: 3rem;
  color: #ffffff;
  background: linear-gradient(to right, #779fa4, #6466a5);
  padding: 10px;
}

/* 商品画像 1枚 */
.f_pic {
  text-align: center;
  padding: 0;
}

/* 商品名 */
.f_product {
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
}

/* 説明 */
.f_p {
  text-align: left;
  font-size: 1.7rem;
}
/* 価格 */
.f_price {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

/* ボタン */
.f_btn {
  margin: 0 auto;
  width: 180px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}

/* 画面幅768pxまで */
@media (max-width: 768px) {
  .f_tittle2, .f_pic, .f_product, .f_p, .f_price, {
    width: auto;
    padding: 0 3%;
　  word-break: break-word;
  }

  .f_btn{
    width: 100%;    
  }
}
/* -------------------タグで制御するところここまで------------------- */