@charset "utf-8";

/* --------------------------------
blend series
-------------------------------- */

.blendPage{
    margin: 0px auto 20px;
    padding: 0px 0px 40px 0px;
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* メインビジュアル */
.blendMvBox{
    margin: 0px auto 0px;
    padding: 32px 0px 0px 0px;
    max-width: 600px;
    width: 100%;
}

.blendMvBox .tit{
    margin: 0px auto 14px auto;
    padding: 0px 0px 0px 0px;
    max-width: 540px;
    width: 90%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

.blendMvBox .txt{
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 540px;
    width: 96%;
    font-size: 15px;
    line-height: 2;
    text-align: left;
    color: #4b4b4b;
}

.blendMvBox .pic{
    margin: 26px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 560px;
    width: 92%;
}

.blendMvBox .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* リード */
.blendLeadBox{
    margin: 0px auto 0px;
    padding: 34px 0px 0px 0px;
    max-width: 600px;
    width: 100%;
}

.blendLeadBox .tit{
    margin: 0px auto 14px auto;
    padding: 0px 0px 0px 0px;
    max-width: 540px;
    width: 90%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

.blendLeadBox .txt{
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 500px;
    width: 86%;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #555555;
}

/* 商品カード共通 */
.material{
    margin: 0px 0px 0px 0px;
    padding: 16px 16px 18px 16px;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #e1e7e2;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
}

.material.selected{
    border: solid 1px #0f6022;
    box-shadow: 0px 8px 24px rgba(15,96,34,0.10);
}

.material.pop{
    animation: popSelect 0.25s ease;
}

@keyframes popSelect{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.03);
    }
    100%{
        transform: scale(1);
    }
}

.material .pic-wrap{
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
}

.material .pic-wrap img{
    width: 100%;
    display: block;
    border-radius: 16px;
}

.material .limited-label{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    color: #8a5a00;
    background-color: #fff0c7;
    border-radius: 999px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.material .material-name{
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #191919;
}

.material .material-desc{
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 48px;
    font-size: 13px;
    line-height: 1.8;
    color: #5a5a5a;
}

.material .price-wrap{
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
}

.material .price-wrap .price{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #0f6022;
}

.material .cart-control{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.material .size-add-wrap{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
}

.material .cart-btn{
    margin: 0px 0px 0px 0px;
    padding: 14px 12px 14px 12px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    background-color: #0f6022;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    appearance: none;
    transition: 0.3s;
}

.material .qty-control-inline{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.material .qty-control-inline .qty-btn{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 38px;
    height: 38px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #0f6022;
    background-color: #eef5f0;
    border: solid 1px #cadecf;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.material .qty-control-inline .qty-number{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    min-width: 28px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

.material .item-subtotal{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #0f6022;
}

/* 下部合計欄 */
.totalWrap{
    margin: 34px auto 0px auto;
    padding: 22px 18px 22px 18px;
    max-width: 560px;
    width: 92%;
    background-color: #f6f8f6;
    border: solid 1px #dde6df;
    border-radius: 18px;
    box-sizing: border-box;
}

#totalPrice{
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #0f6022;
}

#selectedList{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#selectedList ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#selectedList li{
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.8;
    color: #4f4f4f;
}

/* 購入比較ボックス */
.seriesPriceBox{
    margin: 20px auto 0px auto;
    padding: 18px 16px 18px 16px;
    max-width: 560px;
    width: 92%;
    background-color: #ffffff;
    border: solid 1px #dde6df;
    border-radius: 18px;
    box-sizing: border-box;
}

.resultTotalPrice{
    margin: 0px 0px 4px 0px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #0f6022;
}

.resultRegularPrice{
    margin: 0px 0px 6px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #191919;
}

.resultSubscriptionNote{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
    color: #666666;
}

.resultSinglePrice{
    margin: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #333333;
}

.resultBtnBox{
    margin: 16px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 560px;
    width: 92%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resultSubCartBtn,
.resultAddCartBtn{
    width: 100%;
    border-radius: 999px;
    padding: 15px 16px 15px 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    appearance: none;
    transition: 0.3s;
}

.resultSubCartBtn{
    color: #0f6022;
    background-color: #ffffff;
    border: solid 2px #0f6022;
}

.resultAddCartBtn{
    color: #ffffff;
    background-color: #d66d1f;
    border: none;
}

.resultSubCartBtn:disabled,
.resultAddCartBtn:disabled{
    opacity: 0.45;
    cursor: default;
}

/* フロートカート */
.float-cart{
    margin: 0px 0px 0px 0px;
    padding: 14px 20px 14px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background-color: #d66d1f;
    box-shadow: 0px -6px 20px rgba(0,0,0,0.10);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.float-cart.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.float-cart .cart-icon-wrap{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 34px;
    position: relative;
    flex-shrink: 0;
}

.float-cart .cart-icon-wrap img{
    width: 100%;
    display: block;
}

#cart-count{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    background-color: #0f6022;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -8px;
}

#cart-count.bump{
    animation: cartBump 0.3s ease;
}

@keyframes cartBump{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.25);
    }
    100%{
        transform: scale(1);
    }
}

.float-cart .cart-text{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}

/* 選択中ポップアップ */
.cart-popup{
    margin: 0px 0px 0px 0px;
    padding: 20px 16px 20px 16px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1200;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
}

.cart-popup-inner{
    margin: 50px auto 50px auto;
    padding: 24px 20px 24px 20px;
    max-width: 520px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 22px;
    box-sizing: border-box;
}

.cart-popup-inner h2{
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

#cart-items{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.cart-item{
    margin: 0px 0px 12px 0px;
    padding: 16px 14px 16px 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background-color: #f7f9f7;
    border: solid 1px #dfe7e0;
    border-radius: 16px;
    box-sizing: border-box;
}

.cart-item-name{
    margin: 0px auto 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: #191919;
}

.cart-item .qty-control{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cart-item .qty-control .qty-btn{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #0f6022;
    background-color: #eef5f0;
    border: solid 1px #cadecf;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.cart-item .qty-control .qty-number{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    min-width: 24px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

#popup-summary{
    margin: 16px 0px 0px 0px !important;
    padding: 16px 0px 0px 0px !important;
    border-top: solid 1px #e5ebe6;
}

#popup-total{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 1.4;
    text-align: right;
    color: #0f6022;
}

.popup-close{
    margin: 16px 0px 0px 0px;
    padding: 14px 18px 14px 18px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #555555;
    background-color: #f1f1f1;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    appearance: none;
}

/* 購入確認ポップアップ */
.purchasePopup{
    position: fixed;
    inset: 0px;
    z-index: 1300;
    display: none;
}

.purchasePopupBg{
    position: absolute;
    inset: 0px;
    background-color: rgba(0,0,0,0.45);
}

.purchasePopupBox{
    margin: 40px auto 40px auto;
    padding: 24px 20px 20px 20px;
    max-width: 520px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    border-radius: 22px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.purchasePopupClose{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 1;
    color: #333333;
    background-color: #f1f1f1;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popupTit{
    margin: 0px 0px 16px 0px;
    padding: 0px 24px 0px 0px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

.popupList{
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.popupList li{
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 8px 0px;
    border-bottom: solid 1px #e6ebe7;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

.popupItemLabel{
    margin: 0px 6px 0px 0px;
    padding: 3px 8px 3px 8px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    background-color: #0f6022;
    border-radius: 999px;
}

.popupItemLabel.single{
    background-color: #999999;
}

.popupPriceBox{
    margin: 0px 0px 16px 0px;
    padding: 16px 14px 16px 14px;
    background-color: #f6f8f6;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
}

.popupMainPrice{
    margin: 0px 0px 4px 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #0f6022;
}

.popupSubPrice{
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #191919;
}

.popupNote{
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 1.7;
    color: #666666;
}

.popupActionBtn{
    width: 100%;
    border-radius: 999px;
    padding: 16px 16px 16px 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    background-color: #0f6022;
    border: none;
    cursor: pointer;
}

.popupActionBtn.single{
    background-color: #d66d1f;
}

/* hover */
@media (min-width: 768px){

    .material .cart-btn:hover,
    .popup-close:hover,
    .float-cart:hover,
    .resultSubCartBtn:hover,
    .resultAddCartBtn:hover,
    .popupActionBtn:hover{
        opacity: 0.85;
    }

    .material:hover{
        transform: translateY(-2px);
        box-shadow: 0px 8px 22px rgba(0,0,0,0.05);
    }

}

/* sp */
@media (max-width: 767px){

    .blendPage{
        padding: 0px 0px 110px 0px;
    }

    .blendMvBox{
        padding: 24px 0px 0px 0px;
    }

    .blendMvBox .tit{
        width: 90%;
        font-size: 25px;
    }

    .blendMvBox .txt{
        width: 90%;
        font-size: 14px;
        line-height: 1.9;
    }

    .blendMvBox .pic{
        width: 90%;
        margin: 20px auto 0px auto;
    }

    .blendLeadBox{
        padding: 26px 0px 0px 0px;
    }

    .blendLeadBox .tit{
        width: 90%;
        font-size: 20px;
    }

    .blendLeadBox .txt{
        width: 90%;
        font-size: 14px;
        line-height: 1.9;
    }

    .material{
        padding: 14px 14px 16px 14px;
        border-radius: 18px;
    }

    .material .pic-wrap{
        margin: 0px 0px 12px 0px;
    }

    .material .material-name{
        font-size: 17px;
    }

    .material .material-desc{
        margin: 0px 0px 12px 0px;
        min-height: auto;
        font-size: 13px;
    }

    .material .price-wrap{
        margin: 0px 0px 12px 0px;
    }

    .material .price-wrap .price{
        font-size: 20px;
    }

    .material .cart-btn{
        padding: 13px 10px 13px 10px;
        font-size: 14px;
    }

    .material .qty-control-inline .qty-btn{
        width: 36px;
        height: 36px;
    }

    .material .qty-control-inline .qty-number{
        font-size: 17px;
    }

    .totalWrap{
        margin: 28px auto 0px auto;
        width: 90%;
        padding: 18px 14px 18px 14px;
        border-radius: 16px;
    }

    #totalPrice{
        font-size: 22px;
    }

    #selectedList li{
        font-size: 13px;
        line-height: 1.8;
    }

    .seriesPriceBox{
        width: 90%;
        padding: 16px 12px 16px 12px;
    }

    .resultTotalPrice{
        font-size: 20px;
    }

    .resultRegularPrice{
        font-size: 13px;
    }

    .resultSubscriptionNote{
        font-size: 11px;
    }

    .resultSinglePrice{
        font-size: 14px;
    }

    .resultBtnBox{
        width: 90%;
    }

    .resultSubCartBtn,
    .resultAddCartBtn{
        font-size: 14px;
        padding: 14px 14px 14px 14px;
    }

    .float-cart{
        padding: 12px 14px 12px 14px;
        width: 100%;
        right: auto;
        left: 0px;
        bottom: 0px;
        gap: 10px;
        border-radius: 0px;
    }

    .float-cart .cart-icon-wrap{
        width: 30px;
    }

    .float-cart .cart-text{
        font-size: 14px;
    }

    .cart-popup{
        padding: 14px 10px 14px 10px;
    }

    .cart-popup-inner{
        margin: 20px auto 20px auto;
        padding: 20px 16px 20px 16px;
        border-radius: 18px;
    }

    .cart-popup-inner h2{
        font-size: 20px;
    }

    .cart-item{
        padding: 14px 12px 14px 12px;
        align-items: center;
    }

    .cart-item-name{
        font-size: 14px;
        line-height: 1.6;
    }

    .cart-item .qty-control .qty-btn{
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .cart-item .qty-control .qty-number{
        font-size: 16px;
    }

    #popup-total{
        font-size: 21px !important;
    }

    .popup-close{
        padding: 13px 16px 13px 16px;
        font-size: 14px;
    }

    .purchasePopupBox{
        margin: 20px auto 20px auto;
        padding: 20px 16px 16px 16px;
        width: calc(100% - 16px);
        border-radius: 18px;
    }

    .popupTit{
        font-size: 19px;
    }

    .popupMainPrice{
        font-size: 21px;
    }

    .popupSubPrice{
        font-size: 13px;
    }

    .popupNote{
        font-size: 11px;
    }

    .popupActionBtn{
        font-size: 14px;
        padding: 15px 14px 15px 14px;
    }

}

/* --------------------------------
days
-------------------------------- */

.daysBox{
    margin: 30px auto 0px;
    padding: 0px 0px 0px 0px;
    max-width: 600px;
    width: 100%;
}

.daysBox .inner{
    margin: 0px auto 0px auto;
    padding: 24px 20px 24px 20px;
    max-width: 560px;
    width: 92%;
    background-color: #f6f8f6;
    border: solid 1px #dde6df;
    border-radius: 20px;
    box-sizing: border-box;
}

.daysBox .tit{
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #191919;
}

.daysBox .txt{
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
    color: #555555;
}

.daysBox .form{
    margin: 0px auto 18px auto;
    padding: 0px 0px 0px 0px;
    max-width: 260px;
    width: 100%;
}

.daysBox .select{
    margin: 0px 0px 0px 0px;
    padding: 14px 16px 14px 16px;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    color: #191919;
    background-color: #ffffff;
    border: solid 1px #cfd8d1;
    border-radius: 12px;
    box-sizing: border-box;
    appearance: none;
}

.daysBox .result{
    margin: 0px 0px 0px 0px;
    padding: 18px 16px 18px 16px;
    background-color: #ffffff;
    border: solid 1px #dbe5dd;
    border-radius: 16px;
    box-sizing: border-box;
}

.daysBox .result .lead{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #666666;
}

.daysBox .result .main{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #191919;
}

.daysBox .result .sub{
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #555555;
}

.daysBox .result .day{
    font-weight: bold;
    color: #0f6022;
}

@media (max-width: 767px){

    .daysBox{
        margin: 24px auto 0px;
    }

    .daysBox .inner{
        width: 90%;
        padding: 20px 14px 20px 14px;
        border-radius: 18px;
    }

    .daysBox .tit{
        font-size: 20px;
    }

    .daysBox .txt{
        font-size: 13px;
        line-height: 1.8;
    }

    .daysBox .form{
        max-width: 100%;
    }

    .daysBox .select{
        font-size: 15px;
        padding: 13px 14px 13px 14px;
    }

    .daysBox .result{
        padding: 16px 12px 16px 12px;
    }

    .daysBox .result .main{
        font-size: 15px;
    }

    .daysBox .result .sub{
        font-size: 13px;
    }

}

/* --------------------------------
LP
-------------------------------- */

.keyBlock{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    background-color: #f9f8fd;
}

.keyBlock .pic{
    margin: 0px 0px 110px 0px;
}

.buybox{
    margin: 0px auto 30px;
    width: 94%;
    border: solid 1px #414141;
    background-color: #ffffff;
}

.buybox .package{
    margin: -20% auto 2px;
    width: 80%;
}

.buybox .p01{
    margin: 0px 0px 10px 0px;
    text-align:center;
    font-size: 20px;
}

.buybox .p01 em{
    font-style: normal;
    color: #be1724;
}

.buybox .p01 span{
    font-size: 2em;
    font-weight: bold;
    color: #be1724;
}

.buybox .pm{
    margin: 0px 0px 6px 0px;
    text-align:center;
    font-size: 18px;
}

.buybox .btn{
    margin: 0px auto 15px;
    width: 86%;
}

.section{
    padding: 0px 0px 50px 0px;
    background-color: #f9f8fd;
}

.section .label{
    margin: 0px 0px 20px 0px;
    text-align:center;
    font-size: 18px;
    font-weight: bold;
}

.section .label span{
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    background-color: #0f6022;
}

.section h2{
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0f6022;
}

.section .txt{
    margin: 0px auto 10px;
    width: 86%!important;
}

.section .txtC{
    margin: 0px 0px 14px 0px;
    text-align:center;
}

.section .pic{
    margin: 0px auto;
    width: 96%;
}

.lineup .box{
    margin: 0px auto 30px;
    padding: 15px 4px 15px 4px;
    width: 90%;
    border: solid 1px #0d0d0d;
    border-radius: 10px;
    background-color: #ffffff;
}

.lineup .box .recommend{
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    background-color: #f4e9d0;
}

.lineup .box.box01 .recommend{
    background-color: #f4e9d0;
}

.lineup .box.box02 .recommend{
    background-color: #f6e7e7;
}

.lineup .box.box03 .recommend{
    background-color: #dcebf7;
}

.lineup .box.box04 .recommend{
    background-color: #e9dedf;
}

.lineup .box.box05 .recommend{
    background-color: #e2eeec;
}

.lineup .box .recommend dl{
    margin: 0px auto;
    width: 90%;
}

.lineup .box .recommend dl dt{
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.lineup .box .recommend dl dd ul li{
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
    display:inline-block;
    background-color: #ffffff;
    font-size: 0.8em;
}

.lineup .box .pbox{
    display: block;
}

.lineup .box .pbox .price{
    margin: 0px 0px 12px 0px;
    width: 100%;
    text-align: center;
    color: #be1724;
    font-size: 24px;
    font-weight: bold;
}

.lineup .box .pbox .price span{
    font-size: 14px;
}

.compare table,
.compare table th,
.compare table td{
    border: solid 1px #1a1a1a;
}

.compare table{
    margin: 0px auto;
    width: 96%;
}

.compare table th,
.compare table td{
    padding: 10px 10px 10px 10px;
}

.compare table th{
    background-color: #e0e5e8;
    width: 16%;
    font-size: 12px;
}

.compare table th.th01{
    width: 20%;
}

.compare table td{
    background-color: #ffffff;
    text-align:center;
}

.compare table td.td01{
    font-size: 12px;
}

.how ul li{
    margin: 0px auto 10px;
    width: 90%;
}

.rotation .pic{
    margin: 0px auto 20px;
    width: 96%;
}

@media (max-width: 767px){

    .lineup .box{
        margin: 0px auto 30px;
        padding: 15px 4px 15px 4px;
        width: 96%;
    }

}


/* --------------------------------
summary (finder合わせ)
-------------------------------- */

.summaryBox{
    margin: 0px auto 0px auto;
    padding: 24px 18px 22px 18px;
    background-color: #f6f8f6;
    border: solid 1px #dde6df;
    border-radius: 20px;
    box-sizing: border-box;
}

.summaryTit{
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #191919;
}

#selectedList{
    margin: 0px 0px 16px 0px;
}

#selectedList li{
    font-size: 15px;
    line-height: 1.8;
}

/* 価格エリア */
.summaryPriceBox{
    margin: 0px 0px 18px 0px;
    text-align: center;
}

.resultTotalPrice{
    margin: 0px 0px 6px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #0f6022;
}

.resultRegularPrice{
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.resultSubscriptionNote{
    margin: 0px 0px 16px 0px;
    font-size: 13px;
    line-height: 1.8;
    color: #666666;
}

.resultSinglePrice{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

/* ボタン */
.resultBtnBox{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resultSubCartBtn{
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #4f7f5b;
    border: none;
    border-radius: 14px;
}

.resultAddCartBtn{
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #4f7f5b;
    background-color: #ffffff;
    border: solid 2px #4f7f5b;
    border-radius: 14px;
}



