/*テキスト共通*/
.pt {
    text-align: justify;
    line-height: 2;
}
 
 /*タイトル*/
 .c-ttl {
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #4C3E3B;
}

/*共通項目_左サイド*/
.thumbnail_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
}
/*商品画像*/
.productk_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.left_sideitem{
    width: 45%;
}
.right_sideitem{
    width: 50%;
    margin-left: 50px;
}

.thumbnail_item {
    margin: 0px 5px;
    width: 22.8%;
    border: solid 1px #f2f2f2;
}

/*ソーシャルボタン*/
.s_btn_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.txt_link a{
    font-size: 16px;
    color: #4D4545;
    margin-bottom: 5px;
}

/*商品情報*/
.pinfo{
    margin-bottom: 30px;
}
.pinfo_flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 25px 0px;
    border-bottom: solid 1px #E2EEE5;
}
.pinfo_iteml{
    width: 30%;
}
.pinfo_itemr{
    width: 70%;
}
.kataban_l p{
    font-size: 20px;
    color: #4C3E3B;
}
.kataban_r p{
    font-size: 20px;
    color: #4C3E3B;
    font-weight: bold;
}
.memberp_l p{
    font-size: 20px;
    color: #ff6600;
    font-weight: bold; 
}
.memberp_r p{
    font-size: 24px;
    color: #ff6600;
    font-weight: bold; 
}
.price_l p{
    font-size: 20px;
    color: #4C3E3B;
}
.price_r p{
    font-size: 16px;
    color: #4C3E3B;
    font-weight: bold;
}
/*カートボタン*/

.product_item .product_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.product_item .product_form2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.cart_btn .product_item {
    width: 100% !important;
    margin: 0px !important;
}
.cart_btn .product_item .product_form {
    margin-bottom: 30px;
}
.cart_btn .product_item .product_form2 {
  margin-bottom: 30px;
}

.cart_btn .button_wrap {
  width: 70%;
}

.wset{
  width: 30%;
}

/*  */
.product_item .product_form2{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

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

.product_item .product_form2 .number_set{
  width: 50%;
  padding: 20px;
  border-radius: 0;
  border: solid 1px #E2EEE5;
}

.product_item .product_form2 .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;
}

.product_item .product_form2 .cart:hover {
  color: #FF6600;
  background: #FFF8E9;
}

@media only screen and (max-width: 768px){

  .wset{
    width: 40%;
  }
  .cart_btn .button_wrap {
    width: 60%;
}
  
}


.cart_btn .button_wrap::before {
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 20px;
}
.cart_btn .product_item .product_form .cart {
    font-size: 24px;
    height: 60px;
    line-height: 0em;
    width: 100%;
    text-align: center;
}

.cart_btn .product_item .product_form .number {
    padding: 8px 10px 14px 10px;
    font-size: 20px;
}
.cart_btn .product_item .product_form .number_set {
    padding: 25px;
}

.cart_btn .product_item .product_form2 .cart {
  font-size: 24px;
  height: 60px;
  line-height: 0em;
  width: 100%;
  text-align: center;
}

.cart_btn .product_item .product_form2 .number {
  padding: 8px 10px 14px 10px;
  font-size: 20px;
}
.cart_btn .product_item .product_form2 .number_set {
  padding: 25px;
}

/*商品説明*/
.product_txt{
    margin-bottom: 20px;
}
.product_txt .m {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #4C3E3B;
}

/*新規登録・ログイン・review*/
.kaiin_flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.btn_k {
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 50px;
    background-color: #FFF8E9;
    border: solid 3px #ff6600;
    color: #ff6600;
    font-size: 24px;
    font-weight: bold;
    border-radius: 100px;
    transition: 0.5s;
}
.btn_k:hover{
    background-color: #ff6600;
    border: solid 3px #ff6600;
    color: #ffffff;
  }
  .rog:before {
    font-family: "Font Awesome 5 Free";
    content: '\f2f6';
    font-weight: 900;
    margin-right: 10px;
  }
  .kai:before {
    font-family: "Font Awesome 5 Free";
    content: '\f044';
    font-weight: 900;
    margin-right: 10px;
  }

  .product_item .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;
  }

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

  .product_item .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?cmsp_timestamp=20220106164523) no-repeat center center/contain;
  }
  .btn_g {
    display: block;
    text-decoration: none !important;
    text-align: center;
    padding: 11px;
    background-color: #E2EEE5;
    border: solid 2px #E2EEE5;
    color: #4C3E3B;
    font-size: 24px;
    font-weight: bold;
    border-radius: 100px;
    transition: 0.5s;
    margin: 10px 0px;
}

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

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

@media only screen and (max-width: 768px){
    .productk_flex {
        display: block;
    }
    .left_sideitem {
        width: 100%;
    }
    .right_sideitem {
        width: 100%;
        margin-left: 0px;
    }
    .thumbnail_item {
        width: 22.3%;
    }
    .cart_btn .button_wrap::before {
        left: 12px;
    }
    .btn_k {
        padding: 10px 30px;
        font-size: 20px;
    }
}

/*お客様の声*/
.list {
    margin-top: 50px;
    padding: 15px;
    background-color: #E2EEE5;
}
@media screen and (min-width: 576px) {
    .list {
      padding: 30px;
    }
  }
  
  .list .item {
    margin-top: 30px;
    padding: 15px;
    background-color: #ffffff;
  }
  .bgc_g{
    background-color: #f2f2f2 !important;

  }
  
  @media screen and (min-width: 576px) {
    .list .item {
      padding: 30px;
    }
  }
  .icon_star {
    width: 75px;
    overflow: hidden;
    zoom: 2;
    margin-bottom: 10px;
}
.icon_star img {
    max-width: inherit;
    width: auto;
}
  .lead--md {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.flex-left {
    display: flex;
    justify-content: flex-start;
}
.txt--thin {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 2.0;
}
.mb-0 {
    margin-bottom: 0;
}
.txt--thin {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 2.0;
}

.listb_flex {
    margin-top: 50px;
}

.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;
    }
  }

  /*レシピボタン*/
  .listb_flex2 {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin: 100px auto 100px auto;
}
.product_list_button:after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    margin-left: 10px;
}
/*カテゴリーセット*/
.category_set{
    padding: 30px;
    background-color: #FFF8E9;
    margin: 0 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;
}
.font_b {
    font-weight: bold;
    font-size: 18px;
}

.lpwidth {
  margin: 100px 0px;
}

@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;
    }
    .lpwidth {
      margin: 100px -20px 100px -20px;
  }
}

/*こんな方におすすめです*/
.osusume_flex{
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.osusume_item{
    margin: 50px 0px;
}
.osusume_item p{
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 768px){
.osusume_item {
    margin: 30px 0px;
    width: 45%;
}
}
/*MOMIKIの黒にんにくの特長*/
.txt--thin {
    text-align: justify;
}

.p-feature {
    font-size: 16px;
    font-weight: 700;
    color: #4C3E3B;
  }
  
  .p-feature .c-ttl {
    margin-top: 58px;
  }
  
  .p-feature-commitment .outer {
    margin-top: 50px;
    padding: 15px 10px;
    background-color: #E2EEE5;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-commitment .outer {
      padding: 30px 20px;
    }
  }
  
  .p-feature-commitment .inner {
    padding: 15px;
    background-color: #ffffff;
    text-align: center;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-commitment .inner {
      padding: 30px;
    }
  }
  
  .p-feature-commitment .lead--lg {
    font-size: 22px;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-commitment .lead--lg {
      font-size: 24px;
    }
  }
  
  .p-feature-commitment .commitment {
    padding-top: 50px;
    max-width: 640px;
  }
  
  .p-feature-difference {
    margin-top: 60px;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference {
      margin-top: 120px;
    }
  }
  
  .p-feature-difference .outer {
    margin-top: 50px;
    padding: 15px 10px;
    background-color: #E2EEE5;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference .outer {
      padding: 30px 20px;
    }
  }
  
  .p-feature-difference .inner {
    padding: 15px;
    background-color: #ffffff;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference .inner {
      padding: 30px;
    }
  }
  
  .p-feature-difference .img-area {
    margin-top: 20px;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference .img-area {
      width: calc(30% - 15px);
      margin-top: 0;
    }
  }
  
  .p-feature-difference .img-area--half {
    width: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference .img-area--half {
      width: calc(100% / 2 - 15px);
    }
  }
  
  .p-feature-difference .txt-area {
    width: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference .txt-area {
      width: calc(70% - 15px);
    }
  }
  
  .p-feature-difference .txt-area--half {
    width: 100%;
    padding: 50px 30px;
    background-color: #ffffff;
    margin-top: 20px;
  }
  
  @media screen and (min-width: 768px) {
    .p-feature-difference .txt-area--half {
      width: calc(100% / 2 - 15px);
      margin-top: 0;
    }
  }
  
  .p-feature-difference .dummy {
    max-width: 275px;
  }
  
  .p-feature-difference .test {
    max-width: 965px;
  }

  .seisekisyo_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .seisekisyo_item{
    transition: 0.5s;
  }
  .seisekisyo_item:hover{
    opacity: 0.5;
  }

  @media screen and (max-width: 768px) {
    .seisekisyo_item{
        width: 100%;
        margin-bottom: 50px;
      }
  }

.fssc_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fssc_iteml{
    width: 30%;
    margin-right: 30px;
}
.fssc_itemr{
    width: 65%;
}

.fssc_itemr img{
    width: 50%;
    margin-bottom: 20px;
}

.mb_30{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .fssc_iteml {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .fssc_itemr {
        width: 100%;
    }
    .fssc_itemr img {
        width: 80%;
        margin-bottom: 20px;
    }
  }

  /***************コピペで簡単!常に表示するカートボタン*************************/
.under-bar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    bottom: 0;
    height: auto;
    position: fixed;
    right: 0;
    top: auto;
    width: 500px;
    z-index: 9999;
}

.title_box{
    background: none repeat scroll 0 0 rgba(76,62,59,0.4);
    padding: 10px;
}
.title_box p{
    font-size: 18px;
    font-weight: bold;
    color:#4C3E3B;
    text-align: center;
}
.uc_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.uc_iteml{
    width: 25%;
}
.uc_itemr{
    width: 70%;
}
.uc_itemr .member {
    font-size: 20px;
    font-weight: bold;
    color: #FF6600;
    text-align: right;
}
.uc_itemr .product_form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.uc_itemr .normal {
    font-size: 16px;
    font-weight: bold;
    color: #4C3E3B;
    text-align: right;
    margin-bottom: 10px;
}

.uc_itemr .product_form .number {
    display: inline-block;
    padding: 10px 10px 11px 10px;
    font-weight: bold;
    background-color: #E2EEE5;
}
.uc_itemr .product_form .number_set {
    width: 50%;
    padding: 20px;
    border-radius: 0;
    border: solid 1px #E2EEE5;
    background: #FFFFFF;
}

.uc_itemr .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;
}
.uc_itemr .product_form .cart:hover {
    color: #FF6600;
    background: #FFF8E9;
}
@media screen and (max-width: 768px) {
    .under-bar {
        background: none repeat scroll 0 0 rgba(255, 255, 255,0.8);
        width: 100%;
    }
    .uc_iteml {
        display: none;
    }
    .uc_itemr {
      width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    }
    .uc_itemr .member {
      font-size: 16px;
      text-align: left;
      margin-bottom: 5px;
  }
  .uc_itemr .normal {
    font-size: 14px;
    text-align: left;
}

.uc_itemr .product_form {
  display: block;
  text-align: right;
}

.button_wrap {
  margin: 10px auto 0px auto;
  text-align: center;
}

.sp_leftbox{
  width: 60%;
}
.title_box {
  padding: 5px;
}

}

.c-breadcrumb-list li:not(:first-child)::before {
  content: "\f054";
  margin-right: 10px;
}


/* 非表示セット */
#topBtn{
  display: none !important;
}

/* カート表示 */
#cart{
  display: block !important;
}

/* パスワードセット */
.password_field {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 15px;
  margin: 5px 0px 30px 0px;
  font-size: 16px;
}