.input-prepend.input-append input {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100px;
    text-align: right;
  }
  

.LOGIN_link{
    width: 100%;
    padding: 20px 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    background: #ffab00;
    color: #fff;
    margin-top: 20px;
}
  
  
  /*** custom ***/
  .product-image{
      display: flex;
      flex-wrap: nowrap;
  }
  .product-image li{
    max-width: 180px;
    transition: 0.3s ease-in-out;
  }
  .product-image li:hover{
    cursor: pointer;
    opacity:0.5;
  }
#productMainImage img{
    width: auto;
    max-height: 550px;
}

.priceBox table{
    border: 1px solid #a29d95;
    border-radius: 4px;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    margin: 0; padding: 0;
}
.priceBox table th{
    background-color: #a29d95; text-align: center;
    font-size: 18px; color: #fff;
    padding: 20px 10px;
    border-bottom: #fff solid 1px;
}
.priceBox table td{
    text-align: center;
    font-size: 20px; font-weight: bold;
    padding: 20px 10px;
    border-bottom: #a29d95 solid 1px;
}
.priceBox table tr:last-of-type th{
    border-bottom: none;
}
.priceBox table tr:last-of-type td{
    border-bottom: none;
}

/*------------------------------------------------set*/
.product_orderSet{
    width: 100%;
    display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center;
}
.product_orderCount{
    width: 150px;
  margin: 50px 50px 150px 0;
}
.product_orderCart{
    width: calc(100% - 150px - 50px);
  margin: 50px 0 150px;
}
.product_orderSoldout{
    width: 100%;
}
.product_orderCartBox{
    width: 100%;
    border: 1px solid #007440;
    background-color: #007440;
    color: #fff;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.product_orderCartBox i{
    margin-right: 10px;
    background-position: -264px -96px;
}
.product_orderCartBox:hover{
    color: #fff;
    background-color: #007440;
    opacity: 0.5;
}
.product_orderCountBox{
    width: 100%; margin: 0 !important;
    display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;
}
.product_orderCountBox dt{
    width: 100px;
}
.product_orderCountBox dt input{
    width: 100%; height: 100%;
    border-radius: 5px;
    text-align: center !important;
    padding: 0 !important;
}
.product_orderCountBox dd{
    width: 50px;
}
.product_orderCountBox dd a{
    display: block;
    width: 50px; margin: 0 !important;
    border-radius: 0 !important;
    border: none; background-color: #fff;
    padding: 0 !important;
}


/************************************************************/
/*   商品詳細   */
/************************************************************/
    /* チャート */
    .chartWrap{
        width: 80%;
    }
    .chartBox{
        width: 100%; margin-bottom: 60px;
    }
    .chartBox img{
        width: 100%; height: auto;
    }
    .chart_name{
        width: 100%; margin-bottom: 20px;
        text-align: center; padding: 5px 10px;
        background-color: #a29d95;
        font-size: 18px; font-weight: bold; color: #fff;
    }

    /* テキスト */
    .products_textBox{
        width: 100%; margin-bottom: 60px;

        max-width: 710px;
    }
    .products_keyBox{
        width: 100%; margin-bottom: 30px;
    }
    .products_key01{
        font-size: 20px; font-weight: bold; line-height: 50px;
        display: inline;
        background-image: url(https://img21.shop-pro.jp/PA01466/841/etc/line_img02.png?cmsp_timestamp=20210610163121);
        background-repeat: repeat-x;
        background-position: 0 10px;
        background-size: auto 30px;
    }
    .products_key02{
        display: inline-block; padding: 10px 30px;
        text-align: center;
        background-color: #e60012; border-radius: 10px;
        font-size: 18px; font-weight: bold; color: #fff;
    }

    /* 商品詳細 */
    .featureSet{
        width: 100%; max-width: 400px;
        margin-bottom: 40px;
    }
.featureBox{
    width: 100%;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 30px 10px;
    align-items: start;
}
.featureBox dt{
    padding-left: 5px;
    border-left: 7px solid #a29d95;
    border-bottom: 1px solid #a29d95;
}
.featureBox dd{
}
    .featureBox dd p{
        width: 100%; padding: 0 5px;
        border-bottom: 1px solid #a29d95;
    }
    .featureBox dd span{
        display: block; padding-top: 5px;
        font-size: 12px;
    }

    /* おすすめ料理 */
    .products_cookBox{
        width: 100%; margin-bottom: 80px;
    }
    .products_cookBox dl{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;
        border: 3px solid #9cccda; border-radius: 10px;
        overflow: hidden;
    }
    .products_cookBox dl dt{
        padding: 10px; width: 150px;
        background-color: #9cccda; color: #fff; font-weight: bold;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .products_cookBox dl dd{
        width: calc(100% - 150px); padding: 10px;
    }

/* リンク */
.products_link01{
    display: inline-block;
    text-decoration: underline;
}
.products_link01:hover{
    text-decoration: none;
}

/* 300ｇ×2袋（ギフト箱入）についての配送方法 */
    .products_listSet01{
        width: 100%;
    }
    .products_listKey01{
        font-size: 18px; font-weight: bold;
        margin-bottom: 10px;
    }
    .products_listText01{
        margin-bottom: 30px;
    }
    .products_listBox01{
        width: 100%;
    }
    .products_listBox01 table{
        width: 100%; margin-bottom: 10px;
        border-collapse: collapse;
    }
    .products_listBox01 table,
    .products_listBox01 table th,
    .products_listBox01 table td{
        border: 1px solid #a29d95;
        text-align: center;
    }
    .products_listBox01 table th,
    .products_listBox01 table td{
        padding: 10px !important;
    }
    .products_listBox01 table thead th{
        background-color: #efe8dc;
    }
    .products_listBox01 table tbody th{
        background-color: #fbf3d6;
    }
    .products_listBox01 table td span{
        display: block; text-align: center;
        font-size: 12px;
    }

.original_price_box{
    width: 100%; margin-bottom: 5px;
}
.original_price_box p{
    font-size: 16px;
}
.original_price_box p span{
    display: inline-block; margin: 0 5px;
    font-size: 20px; font-weight: bold;
}


/* 食品表示 */
    .products_label_listWrap{
        width: 100%;
    }
    .products_label_listSet{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
    }
    .products_label_listBox{
        width: 150px; margin: 0 20px 30px 0;
        display: block; text-align: center;
        text-decoration: none; font-weight: bold; font-size: 12px;
    }
    .products_label_listBox img{
        width: 100%; max-width: auto;
    }

/*説明文エリア　2カラムブロック*/
.product_row_col2{
    width: 100%;
    margin: 10px 0 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px 40px;
}

/*オプション情報*/
.prduct-option{
  margin: 0 0 60px
}

/*** MODAL WINDOW ***/
    #modal-win {
        opacity: 0.0;
    	  z-index: -1000;
        width: 100%; height: 100%;
        position: fixed;
        top: 0; left: 0;
    transition: 0.3s ease;
    }
    #modal-bg {
        opacity: 0.0;
        width: 100%; height: 100%;
        background-color: #000000;
        position: fixed; z-index: 50001;
        top: 0; left: 0;
        cursor: pointer;
    transition: 0.3s ease;
    }
    #modal-win-inner {
        opacity: 0.0;
        position: fixed; z-index: 50002;
        top: 0; left: 0; right: 0; bottom: 0; margin: auto;
        display: flex; justify-content: center; align-items: center;
    transition: 0.3s ease;
    }

    .modalInner{
        background-color: #fff;
        padding: 10px; text-align: center;
        position: relative;
    }
    .modalInner img{
        width: auto; height: auto;
        max-width: 70vw; max-height: 80vh;
    }

    .modal-close{
        position: absolute;
        top: 0px; right: -60px;
        display: block;
        width: 50px; height: 50px;
        border: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .modal-close span{
        display: block;
        position: relative;
    }
    .modal-close span::before{
        content: ""; position: absolute;
        top: 25px; left: 4px;
        width: 40px; height: 1px;
        background-color: #fff;
        transform: rotate(45deg);
    }
    .modal-close span::after{
        content: ""; position: absolute;
        top: 25px; left: 4px;
        width: 40px; height: 1px;
        background-color: #fff;
        transform: rotate(-45deg);
    }
    .modal-close:hover{
        cursor: pointer;
    }
.modal-open{
  display: block;
}
.modal_iconBox {
    position: relative;
}
.modal_iconBox::before {
    content: ''; position: absolute;
    bottom: 0; right: 0;
    width: 50px; height: 50px;
    background-image: url(https://img21.shop-pro.jp/PA01466/841/etc/modalIcon.png?cmsp_timestamp=20210616182650);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.modal-open:hover{
  opacity: 1 !important;
}

.modal_active#modal-win{
    opacity: 1;
    z-index: 50000;
}
.modal_active #modal-bg{
    opacity: 0.8;
}
.modal_active #modal-win-inner{
    opacity: 1;
}