.fs-c-noResultMessage {
    background: none;
    padding: 0;
    margin: 0;
}

/**/
._d_spec div:not(:first-child) {
  margin-top: 50px;
}

.-spec_none {
  display: none;
}

.fs-body-product-items_n_re_cp1 ._type-cp,
.fs-body-product-items_n_re_kp1 ._type-pr,
.fs-body-product-items_n_re_cp2 ._type-cp,
.fs-body-product-items_n_re_tb2 ._type-tb,
.fs-body-product-items_n_re_kp2 ._type-pr,
.fs-body-product-items_n_re_tb1cp1 ._type-cp,
.fs-body-product-items_n_re_tb1cp1 ._type-tb,
.fs-body-product-items_n_re_cp1kp1 ._type-cp,
.fs-body-product-items_n_re_cp1kp1 ._type-pr {
  display: block;
}

/* マイページ追加メッセージ */
.fs-c-accountService__page--orderHistoryList {
  .fs-c-string--label::after{
    content: "&レビュー投稿で100pt";
    font-weight:bold;
  }
}
.fs-c-accountService__page--subscriptionHistoryList{
  .fs-c-string--label::after{
  content: "&クレジットカード情報変更";
  font-weight:bold;
  }
}


/* マーカー */
.yellow_under-linemarker {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.img-box-res {
display:flex;
justify-content: center;
margin-bottom: 10px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-onlybnr { display: block !important; }
.sp-onlybnr { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
.pc-onlybnr { display: none !important; }
.sp-onlybnr { display: block !important; }
}

/* 記事LP用CSS */
.cb_comm--txt-center {
font-weight:bold;
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw),2.9rem);
    text-align: center;
line-height: 2.0em;
  }

.cb_comm--txt-left {
font-weight:bold;
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw),2.9rem);
    text-align: left;
line-height: 2.0em;
  }


.red_character_LP{
color:red;
}

/* LP用ボタン */
.LP-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
width:650px;
}

.LP-btn-wrap {
  display:flex;
  justify-content: center;
  align-items:center;
}

a.LP-btn-c {
  font-size: 2.8rem;
  position: relative;
  padding: 0 2rem 3rem 3.5rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.LP-btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -1.25rem;
  display:flex;
  justify-content: center;
  align-items:center;
  width: 90%;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
