/*非表示セット*/
.pid_149273147,
.pid_149257293,
.pid_149257259,
.pid_149257209,
.pid_149254132,
.pid_149550935,
.pid_152183011,
.pid_152183019,
.pid_152551426,
.pid_152551546,
.pid_155171096,
.pid_155171024,
.pid_155170969,
.pid_155317140,
.pid_155317337,
.pid_155317529,
.pid_163316984,
.pid_163361246,
.pid_163361720,
.pid_163361745,
.pid_163363457,
.pid_163361664,
.pid_163361701,
.pid_166400037,
.pid_166405793,
.pid_175016565,
.pid_175016380,
.pid_175015915,
.pid_178698925,
.pid_178699365,
.pid_182211426,
.pid_182213404,
.pid_182213463
{
	display: none;
}


/* 商品一覧：前 */
.pl_tops{
    margin:50px 0px;
}

.pl_tops p{
    margin-top: 30px;
    text-align: justify;
    line-height: 2em;
}

.teiki_mimg{
    margin-bottom: 50px;
}

.teikit_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px 30px 0px;
}

.teikit_item{
    width: 45%;
}

.teikit_item p{
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 18px;
}

.tokuten {
    text-align: center !important;
    margin-bottom: 100px;
}

.teiki_attention {
    padding: 30px;
    background-color: #FFF8E9;
    margin-bottom: 30px;
}

.ore_m {
    margin: 0px !important;
    text-align: center !important;
    color: #ff6600;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em !important;
}

.teiki_attention ul {
    width: 80%;
    margin: 30px auto 0px auto;
}

.teiki_attention ul li{
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
    counter-increment: cnt;
    text-indent: -1.2em;
}

.teiki_attention ul li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    margin-right: 20px;
}
@media only screen and (max-width: 768px){
    .teikit_item {
        width: 100%;
    }

    .ti_top{
        margin-bottom: 30px;
    }
    .ore_m {
        font-size: 24px;
    }
    .teiki_attention ul {
        width: 100%;
        margin: 20px auto 0px auto;
    }
    .teiki_attention ul li {
    text-indent: -2.2em;
    padding-left: 36px;
}
}
/* //定期便商品 */

/* くろまる */
.orenge{
    color: #ff6600;
}
.listb_flex {
    margin-top: 50px;
}

.pt_k{
    text-align: justify;
    line-height: 2em;
    margin: 50px 0px 30px 0px;
}

.features_button{
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    padding: 20px 40px;
    background-color: #E2EEE5;
    border: solid 3px #E2EEE5;
    color: #4C3E3B;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    transition: 0.5s;
  }
  .features_button:hover{
    background-color: #ffffff;
  }
  .features_button:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    margin-right: 10px;
  }
  @media screen and (min-width: 768px) {
    .features_button {
        padding: 10px 20px;
        font-size: 16px;
    }
  }

/*ISHINSUI*/
.lpwidth {
    margin: 100px 0px;
  }
  @media only screen and (max-width: 768px){
      .lpwidth {
        margin: 100px -20px 100px -20px;
    }
  }

/* 黒にんにく入り調味料 */
.c_mb100{
    margin: 0px 0px 100px 0px !important;
}
.c_mb30{
    margin-bottom: 30px;
}
.chomiryo_m{
    font-size: 32px;
}

.chomiryo_mtxt{
    max-width: 700px;
    margin: 0px auto 30px auto;
    text-align: justify;
    line-height: 2em;
}

.comiryo_kote{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    
}

.w50mr30{
    width: 50% !important;
    margin-right: 30px;
}
@media only screen and (max-width: 768px){

    .w50mr30{
        width: 100% !important;
        margin-right: 0px;
    }

    .chomiryo_img{
        margin: 0px 0px 20px 0px !important;
    }
    

}

.cproduct_item{
    background-color: #FFF8E9;
    padding: 35px;
}
.c_mb50{
    margin-bottom: 55px;
}
.cproduct_name{
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 20px;
}

.product_c_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product_c_iteml{
    width: 45%;
}
.product_c_itemr{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_c_guzai{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.c_plus {
    display: block;
    font-size: 30px;
    margin: 10px auto;
}
.g_txt{
    line-height: 2.0;
    text-align: justify;
}
.c_price {
    text-align: right;
}

.c_price p{
    display: inline-block;
}

.c_price .member{
    font-size: 24px;
    font-weight: bold;
    color: #FF6600;
    text-align: right;
    margin-right: 15px;
}

.c_price .member span{
    font-size: 16px; 
}

.c_price .normal{
    font-size: 24px;
    font-weight: bold;
    color: #4C3E3B;
    text-align: right;
}

.c_price .normal span{
    font-size: 14px;
    
}

.cpb_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.cpb_flex .product_page {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 11px;
    background-color: #E2EEE5;
    border: solid 2px #E2EEE5;
    color: #4C3E3B;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s;
    width: 80%;
}

  .cpb_flex .product_page:hover{
    background-color: #ffffff;
    color: #4C3E3B;
  }

  .cpb_flex .product_page:before {
    content: "";
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    margin-right: 10px;
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/garlic_ico.png) no-repeat center center/contain;
  }

  .cpb_flex .product_form{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cpb_flex .product_form .number{
    display: inline-block;
    padding: 10px 10px 11px 10px;
    font-weight: bold;
    background-color: #E2EEE5;
}

.cpb_flex .product_form .number_set{
    width: 50%;
    padding: 20px;
    border-radius: 0;
    border: solid 1px #E2EEE5;
    background-color: #ffffff;
}

.cpb_flex .product_form .cart{
    font-size: 16px;
    display: block;
    outline: 0;
    cursor: pointer;
    color: #ffffff;
    background: #FF6600;
    font-weight: bold;
    height: 3em;
    line-height: 3.0em;
    width: 100%;
    padding: 0px 20px 0px 45px;
    border-radius: 10px;
    border: solid 2px #ff6600;
    transition: 0.5s;
    text-align: center;
}

.cpb_flex .product_form .cart:hover {
    color: #FF6600;
    background: #FFF8E9;
  }

.button_wrap {
    width: 100%;
}
.cpb_flex .button_wrap::before {
    left: 65px;
}

.cpb_flex .cartjs_box{
    max-width: 419px;
    margin-left: auto !important;

}

@media only screen and (max-width: 768px){
    .cproduct_item {
        background-color: #FFF8E9;
        padding: 30px 10px;
    }
    .product_c_iteml {
        width: 100%;
        margin-bottom: 20px;
    }
    .product_c_itemr {
        width: 100%;
    }
    .c_mb10 {
        margin-bottom: 10px;
    }
    .c_price .member {
        margin-right: 0px;
    }
    .cpb_flex {
        flex-direction: column-reverse;
    }
    .cpb_flex .product_page {
        width: 100%;
        margin-top: 10px;
    }
    .cpb_flex .button_wrap::before {
        left: 22px;
    }
}

/*MOMIKIのVEGAN商品の特徴*/
.category_set {
    padding: 30px;
    background-color: #FFF8E9;
    margin: 50px auto 100px auto;
}

.category_set h4{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4C3E3B;
    margin-bottom: 30px;
}
.category_set_flex{
    padding: 30px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
}
.category_set_iteml{
    width: 70%;
    margin-right: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.pmd{
    font-size: 18px;
    font-weight: bold;
    color: #4C3E3B;
    margin-bottom: 20px;
    text-align: justify;
}

@media only screen and (max-width: 768px){
    .category_set{
        padding: 30px 10px;
    }
    .category_set_flex{
        padding: 10px;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .category_set_itemr{
        margin-bottom: 30px;
    }
    .category_set_iteml{
        width: 100%;
        margin-right: 0px;
    }
}

  /*レシピボタン*/
  .listb_flex2 {
    margin: 50px auto 100px auto;
}

/*商品一覧のみ追加CSS*/
    .p-feature-difference .outer {
      margin-bottom: 50px;
    }

    .pt{
        text-align: justify;
    line-height: 2em;
    }