/* 商品説明文 移行データ調整CSS */
.fs-p-productDescription--full {
    margin-bottom: 50px;
}
.fs-p-productDescription--full table th, .fs-p-productDescription--full table td {
    border: solid 1px #dfdfdf;
    padding: 10px;
}
.fs-p-productDescription--full table th {
    background: #f0f0f0;
}

body#fs_ProductDetails .fs-c-featuredProduct {
    display: none;
}

.itemList__unit .fr3-item__rankContainer {
  display: none;
}
.drawer__itemList .itemList .itemList__unit:nth-of-type(n+4) {
  display: none;
}

/* ひとことマスーズ */
.todaySec .todaysWrap .todays_title small {
  border: solid 3px #393939!important;
  border-radius: 10px!important;
  padding: 35px 40px 20px!important;
}
@media (max-width: 767px) {
  .todaySec .todaysWrap .todays_title {
    min-width: 260px;
  }
}

.todays_titlestyle {
  position: absolute;
}
.todays_titlestyle {
  /* display: inline-block; */
  display: block;
  position: absolute;
  top: -16px;
  /* left: 5px; */
  left: 0;
  right: 0;
  width: fit-content;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
}
.todays_titlestyle:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: 0;
  border: 20px solid #F6DE60;
  border-left-color: transparent;/*山形に切り抜き*/
}
.todays_titlestyle:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: 0;
  border: 20px solid #F6DE60;
  border-right-color: transparent;/*山形に切り抜き*/
}

.todays_titlestyle span {
  /* display: inline-block; */
  display: block;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #f7cd3b;/*真ん中の背景色*/
  margin: auto;
}
.todays_titlestyle span:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #cdaa1c;/*左の折り返し部分*/
}
.todays_titlestyle span:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #cdaa1c;/*右の折り返し部分*/
}