/* メンテナンス画面 リニューアルのお知らせ用レイアウト */
.fs-body-closed .fs-l-pageMain.rw-con {
    display: unset;
    text-align: center;
}
.fs-c-heading--page.rw_close{
    background-color: #dc4a26;
    border-bottom: none;
}
.rw-news {
    background-color: #fbf9f7;
    padding: 1% 3%;
}
.mt-time {
    background-color: #FFF;
    font-size: 1.8rem;
    padding: 1%;
    margin-top:2%;
}
.mt-time span.mt-att {
font-size: 1.2rem;
}

/* 商品詳細の説明エリア　この商品のレビュー　要素のclass非表示 */ 
.revue_st {
display:none;
}

/*  カート画面「あと〇〇で送料無料です」の補足文章の非表示 */
#fs_ShoppingCart .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note {
    display: none;
}

/*  商品詳細ページ_パーツ順序変更_20230711 */
#free_shipping_line .postage {
    font-size: 1.6rem;
    font-weight: 700;
    color: #dc4a26;
    margin-bottom: 8px;
}

/* たべはじめLP_追加ボタンサイズ制御_20230724 */
.What .bnrlink {
    max-width: 545px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.What .inner .bnrlink .pc {
    margin-top: 10px;
    width: 100%;
}

.What .inner .bnrlink .sp {
    margin-top: 20px;
}


/* 20230809_HTMLカートボタン設置 */

@media screen and (min-width: 1300px) {
#html_cart_btn_area {
    display: block;
    max-width: 1200px;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    margin: auto;
  }
#html_cart_btn_area .html_cart_left {
    width: 53%;
  }
#html_cart_btn_area .html_cart_right {
    width: 42%;
  }
}

@media only screen and (min-width: 1020px) and (max-width:1299px) {
    #html_cart_btn_area {
        display: block;
        width: 100%;
        padding: 0;
        justify-content: space-between;
        margin: auto;
      }
    #html_cart_btn_area .html_cart_left {
        width: 53%;
      }
    #html_cart_btn_area .html_cart_right {
        width: 42%;
      }
}

@media screen and (min-width: 960px) and (max-width:1019px) {
    #html_cart_btn_area {
        padding: 20px 5% 20px 5%;
      }
}

@media screen and (min-width: 768px) and (max-width:959px) {
    #html_cart_btn_area {
        padding: 20px 5% 20px 5%;
      }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    #html_cart_btn_area {
        padding: 20px 5% 20px 5%;
      }
}

#html_cart_btn_area
#html_cart_btn
.html_cart_btn_title {
    background: #fbf9f7;
    padding: 12px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4em;
    border-radius: 6px;
    margin-bottom: 15px;
}

#html_cart_btn
.html_cart_btn_blc {
    margin-bottom: 20px;
}

.kinds_bold {
    font-weight: bold;
}

.html_cart_btn_flx {
    display: flex;
    justify-content: center;
}

.put_together_btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #dc4a26 url(https://dotwan.itembox.design/item/img/common/icon_cart.svg) no-repeat right 10px center/16px;
    height: 50px;
    min-width: 250px;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    text-indent: -10px;
    color: #fff;
    margin-bottom: 0;
    border: none;
}

/* 20230809_HTMLカートボタン設置_デフォルトCSSリセット */
  input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* 20230809_HTMLカートボタン設置_チェックボックスデザイン */
  input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }

  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }

  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }

  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -4px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }

  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

/* 20230809_HTMLカートボタン設置 */


@media screen and (min-width: 1300px) {
.member-intro-besidebnr-box {
  padding: 20px;
  display: flex;
  justify-content: center;
  }

.member-intro-beside-bnr {
  max-width: 500px;
  }
}

@media only screen and (min-width: 1020px) and (max-width:1299px) {
.member-intro-besidebnr-box {
  padding: 20px;
  display: flex;
  justify-content: center;
  }

.member-intro-beside-bnr {
  max-width: 440px;
  }
}

@media screen and (min-width: 960px) and (max-width:1019px) {
.member-intro-besidebnr-box {
  padding: 20px;
  display: flex;
  justify-content: center;
  }

.member-intro-beside-bnr {
  max-width: 440px;
  }
}

@media screen and (min-width: 768px) and (max-width:959px) {
.member-intro-besidebnr-box {
  padding: 20px;
  display: flex;
  justify-content: center;
  }

.member-intro-beside-bnr {
  max-width: 440px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.member-intro-besidebnr-box {
  padding: 20px;
  display: flex;
  justify-content: center;
  }

.member-intro-beside-bnr {
  width: 100%;
  }
}

/* 20231011_アマゾンペイFAQ遷移リンク挿入 */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}


/* 20231013_ごはん合わせ買いパーツ挿入 */
.awase_wrapper {
  width: 100%;
  display: flex;
  justify-content: center
}

.awase_container {
  display: inline-block;
  max-width: 675px;
  margin: 0 auto;
}

.awase_flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.awase_flexinner {
  flex: 33%;
}

.awase_heading_img {
  margin-top: 40px;
}

.awase_headline_dwgohan {
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  background-color: #d32828;
  max-width: 675px;
}

.awase_headline_trgohan {
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  background-color: #e982ab;
  max-width: 675px;
}

.awase_headline_btgohan {
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  background-color: #e9822d;
  max-width: 675px;
}

.awase_headline_skgohan {
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  background-color: #edcaae;
  max-width: 675px;
}

.awase_omake_setbnr {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 10px;
}


/* 20231025_いつも提案_たべはじめに本品へのリンクボタン追加 */
.honpin_link_area {
  display: block;
}

.honpin_link_area_itemize {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.honpin_link_btn {
    background-color: #08AB47;
    border-radius: 10px;
    padding: 0 12px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}

.honpin_link_area a:hover {
  opacity: 0.6;
}



/* 20231025_スマホメニューに特集コーナー新設 */
.seasonal_topics_corner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  width: 100%; 
  margin-top: 20px;
}

.seasonal_topics_inner {
  width: calc((100% - 20px) / 2);
  height: auto;
  flex-direction: column;
  margin-bottom: 20px;
}

.seasonal_topics_index {
  background-color: #fff;
  font-size: smaller;
  display: inline-block;
  color: #dc4a26;
  margin-top: 10px;
  padding: 2px 8px;
  border-radius: 5px;
}

.seasonal_topics_title {
  color: #fff;
  padding-top: 5px;
}

.recommend_item_corner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  width: 100%;
  margin-top: 20px;
}

.recommend_item_inner {
  width: calc((100% - 20px) / 2);
  height: auto;
  flex-direction: column;
  margin-bottom: 20px;
}

.recommend_item_headline ,
.seasonal_topics_headline {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #fff;
  font-weight: bold;
}

.seasonal_topics_headline {
  margin-top: 40px;
}

.recommend_item_headline {
  margin-top: 20px;
}

.about,.started-kit {
    margin-top: 30px;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .about,.started-kit{
        margin-top: 60px;/*150px;*/
        position: relative;
    }
}

//240808add
.started-kit.started-kit--re:before {
  right: 0;
  left: auto;
  border-radius: 40px 0 0 40px;
}
.started-kit.started-kit--re:before .txt,
.started-kit.started-kit--re:before .pht {
  padding-left: 5%;
  padding-right: 0%;
}
@media only screen and (min-width: 1024px) {
  .started-kit.started-kit--re:before {
    border-radius: 0 80px 80px 0;
    right: 50px;
    left: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .started-kit.started-kit--re:before {
    right: 100px;
  }
}

/* 240826追記 */
.p-topBnrArea{
    padding-top: 30px;
    margin-bottom: 00px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
.p-topBnrArea{
        padding-top: 60px;
        margin-bottom: 00px;
}
}

.al-top-bnr.fs-pt-column{
display:flex;
flex-direction: column;
align-items:center;
row-gap: 15px;
}
.al-top-bnr.fs-pt-column a{
overflow:hidden;
padding:0;
border-radius: 10px;
display:block;
text-align:center;
}
.al-top-bnr.fs-pt-column a .fs-pt-column__heading,
.al-top-bnr.fs-pt-column a .fs-pt-column__description{
display:none;
}
 