@charset "utf-8";

*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 100px 0px;
    overflow-x: hidden;
    font-size: 16px;
    color: #191919;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
    background-color: #edf0e8;
}

body.popup-open{
    overflow: hidden;
}

button,
input,
select,
textarea{
    font-family: inherit;
}

button{
    cursor: pointer;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.salePage{
    margin: 0px auto 0px;
    padding: 0px 0px 60px 0px;
    max-width: 1100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
}

.section{
    margin: 0px auto 60px;
    padding: 0px 30px 0px 30px;
    max-width: 1060px;
}

.section .label{
    margin: 0px auto 12px;
    text-align: center;
}

.section .label span{
    padding: 5px 18px 5px 18px;
    display: inline-block;
    border-radius: 30px;
    background-color: #0f6022;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.18em;
}

.section h2{
    margin: 0px 0px 12px 0px;
    color: #0f6022;
    text-align: center;
    font-size: 30px;
    line-height: 1.4em;
}

.txtC{
    margin: 0px auto 24px;
    text-align: center;
}

.txtC p{
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    line-height: 1.8em;
}


/* key */

.keyBox{
    margin: 0px auto 0px;
    min-height: 470px;
    position: relative;
    overflow: hidden;
    
}

.keyBox:before{
    content: "";
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.20);
    position: absolute;
    right: -100px;
    top: -140px;
}

.keyBox:after{
    content: "";
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-color: rgba(15,96,34,0.12);
    position: absolute;
    left: -140px;
    bottom: -190px;
}

.keyBox .keyIn{
    margin: 0px auto;
    padding: 70px 30px 60px 30px;
    max-width: 900px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.keyBox .sub{
    margin: 0px auto 12px;
    padding: 7px 26px 7px 26px;
    display: inline-block;
    border-radius: 30px;
    background-color: #0f6022;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.keyBox h1{
    margin: 0px 0px 14px 0px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76px;
    line-height: 0.9em;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-shadow: 0px 5px 0px rgba(15,96,34,0.28);
}

.keyBox h1 span{
    color: #0f6022;
    font-size: 1.08em;
    text-shadow: none;
}

.keyBox .date{
    margin: 22px auto 12px;
    padding: 10px 22px 10px 22px;
    width: fit-content;
    border-top: solid 2px #0f6022;
    border-bottom: solid 2px #0f6022;
    color: #0f6022;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.keyBox .lead{
    margin: 0px 0px 0px 0px;
    color: #4a2c14;
    font-size: 20px;
    font-weight: bold;
}


/* status */

.saleStatus{
    margin: 0px auto 50px;
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.saleStatus p{
    margin: 0px 0px 0px 0px;
    line-height: 1.7em;
}

.saleStatus .tit{
    font-weight: bold;
    font-size: 19px;
}

.saleStatus.active{
    background-color: #0f6022;
    color: #ffffff;
}

.saleStatus.before{
    background-color: #fff4cf;
    color: #6e4b00;
}

.saleStatus.ended{
    background-color: #e5e5e5;
    color: #555555;
}


/* benefit */

.benefitBox .box{
    margin: 28px auto 24px;
    display: flex;
    gap: 18px;
}

.benefitBox .benefit{
    padding: 24px 18px 22px 18px;
    width: 50%;
    min-height: 250px;
    position: relative;
    border: solid 2px #0f6022;
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
}

.benefitBox .benefit .num{
    margin: -42px auto 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #0f6022;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 54px;
}

.benefitBox .benefit .tit{
    margin: 0px 0px 12px 0px;
    color: #0f6022;
    font-size: 16px;
    font-weight: bold;
}

.benefitBox .benefit .main{
    margin: 0px 0px 12px 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.benefitBox .benefit .main em{
    color: #e6532e;
    font-size: 1.8em;
    font-style: normal;
}

.benefitBox .benefit .memo{
    margin: 0px 0px 0px 0px;
    color: #666666;
    font-size: 13px;
    line-height: 1.6em;
}

.noticeBox{
    margin: 28px auto 0px;
    padding: 18px 20px 18px 20px;
    border-radius: 8px;
    background-color: #f3f5ef;
}

.noticeBox p{
    margin: 0px 0px 5px 0px;
    color: #555555;
    font-size: 12px;
    line-height: 1.7em;
}

.noticeBox p:last-child{
    margin-bottom: 0px;
}


/* filter */

.filterBox{
    margin: 0px auto 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.filterBox button{
    padding: 9px 16px 9px 16px;
    border: solid 1px #0f6022;
    border-radius: 30px;
    background-color: #ffffff;
    color: #0f6022;
    font-size: 13px;
    font-weight: bold;
}

.filterBox button:hover,
.filterBox button.active{
    background-color: #0f6022;
    color: #ffffff;
}


/* items */

.material-grid{
    margin: 0px auto 0px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.material{
    min-width: 0px;
    overflow: hidden;
    position: relative;
    border: solid 1px #d7ddd1;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.material:hover{
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.10);
}

.material.selected{
    border: solid 3px #0f6022;
}

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

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

.material .pic-wrap{
    padding: 12px 12px 8px 12px;
    min-height: 190px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f3;
}

.material .pic-wrap img{
    object-fit: contain;
}

.sale-label{
    padding: 7px 10px 7px 10px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    border-radius: 4px;
    background-color: #e6532e;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.25em;
}

.subscription-label{
    padding: 6px 9px 6px 9px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    border-radius: 4px;
    background-color: #0f6022;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}

.material-body{
    padding: 14px 14px 16px 14px;
}

.material-name{
    margin: 0px 0px 4px 0px;
    min-height: 48px;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

.material-description{
    margin: -2px 0px 8px 0px;
    min-height: 20px;
    color: #777777;
    font-size: 12px;
    line-height: 1.5em;
}

.material-price{
    margin: 0px 0px 12px 0px;
    min-height: 48px;
    color: #0f6022;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.material-price .first{
    display: block;
    font-size: 19px;
}

.material-price .first em{
    margin-right: 5px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    background-color: #ffedbd;
    color: #7b4c00;
    font-family: inherit;
    font-size: 10px;
    font-style: normal;
}

.material-price .normal{
    display: block;
    color: #777777;
    font-size: 11px;
    font-weight: normal;
}

.material-price.sizes span{
    display: block;
    font-size: 14px;
    line-height: 1.6em;
}

.cart-control{
    margin: auto 0px 0px 0px;
}

.size-add-wrap{
    display: flex;
    gap: 6px;
}

.cart-btn{
    padding: 10px 5px 10px 5px;
    width: 100%;
    border: solid 1px #0f6022;
    border-radius: 5px;
    background-color: #0f6022;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.cart-btn.sub{
    background-color: #ffffff;
    color: #0f6022;
}

.qty-control-inline{
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.qty-control-inline .size-label{
    margin-right: auto;
    color: #0f6022;
    font-size: 12px;
    font-weight: bold;
}

.qty-btn{
    width: 32px;
    height: 32px;
    border: solid 1px #0f6022;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0f6022;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.qty-number{
    min-width: 24px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.item-subtotal{
    margin: 8px 0px 0px 0px;
    color: #0f6022;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}


/* summary */

.totalWrap{
    margin-bottom: 0px;
    padding-top: 36px;
    padding-bottom: 40px;
    border-top: solid 8px #f0f3ea;
}

.selectedEmpty{
    margin: 20px auto 24px;
    padding: 28px 20px 28px 20px;
    border: dashed 1px #b9c2b3;
    border-radius: 8px;
    background-color: #fafbf8;
    text-align: center;
}

.selectedEmpty p{
    margin: 0px 0px 0px 0px;
    color: #777777;
    font-size: 14px;
}

.selectedList{
    margin: 20px auto 24px;
    max-width: 800px;
}

.selectedItem{
    padding: 11px 12px 11px 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: dotted 1px #aaaaaa;
    font-size: 14px;
}

.selectedItemName{
    line-height: 1.6em;
}

.selectedType{
    margin-right: 6px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.selectedType.subscription{
    background-color: #0f6022;
}

.selectedType.single{
    background-color: #888888;
}

.selectedItemPrice{
    color: #0f6022;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.summaryGrid{
    margin: 0px auto 24px;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.summaryBox{
    padding: 24px 22px 22px 22px;
    position: relative;
    border: solid 2px #d5ddd0;
    border-radius: 12px;
    background-color: #ffffff;
}

.summaryBox.subscription{
    border-color: #0f6022;
    background-color: #f7fbf5;
}

.summaryLabel{
    margin: 0px 0px 0px 0px;
    padding: 6px 16px 6px 16px;
    position: absolute;
    top: -15px;
    left: 22px;
    border-radius: 30px;
    background-color: #e6532e;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.summaryBox h3{
    margin: 0px 0px 8px 0px;
    color: #0f6022;
    font-size: 20px;
}

.summaryLead{
    margin: 0px 0px 16px 0px;
    min-height: 48px;
    color: #555555;
    font-size: 13px;
    line-height: 1.7em;
}

.summaryPriceBox{
    margin: 0px 0px 14px 0px;
    padding: 16px 14px 16px 14px;
    border-radius: 8px;
    background-color: #ffffff;
}

.mainPrice{
    margin: 0px 0px 5px 0px;
    color: #0f6022;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.regularPrice{
    margin: 0px 0px 5px 0px;
    color: #555555;
    font-size: 12px;
    line-height: 1.6em;
}

.pointPrice{
    margin: 0px 0px 0px 0px;
    color: #e6532e;
    font-size: 14px;
    font-weight: bold;
}

.shippingBox{
    margin: 0px 0px 14px 0px;
}

.shippingText{
    margin: 0px 0px 7px 0px;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
}

.shippingBox.free .shippingText{
    color: #e6532e;
}

.shippingBar{
    height: 8px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e4e8e0;
}

.shippingBar span{
    display: block;
    height: 100%;
    border-radius: 10px;
    background-color: #0f6022;
    transition: width 0.3s ease;
}

.summaryNote{
    margin: 0px 0px 16px 0px;
    min-height: 36px;
    color: #666666;
    font-size: 11px;
    line-height: 1.6em;
}

.purchaseBtn{
    padding: 14px 10px 14px 10px;
    width: 100%;
    border: none;
    border-radius: 6px;
    background-color: #0f6022;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.purchaseBtn.singleBtn{
    background-color: #e6532e;
}

.purchaseBtn:disabled{
    cursor: not-allowed;
    background-color: #c4c4c4;
    color: #eeeeee;
}

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

.alllink a{
    color: #0f6022;
    font-size: 13px;
    text-decoration: underline;
}


/* float cart */

.float-cart{
    padding: 10px 22px 10px 14px;
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background-color: #0f6022;
    color: #ffffff;
    box-shadow: 0px 5px 18px rgba(0,0,0,0.25);
    transition: bottom 0.4s ease;
    cursor: pointer;
}

.float-cart.show{
    bottom: 20px;
}

.cart-icon-wrap{
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 50%;
    background-color: #ffffff;
}

.cart-icon-wrap img{
    padding: 7px;
    width: 100%;
}

#cart-count{
    min-width: 21px;
    height: 21px;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    background-color: #e6532e;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
}

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

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

.cart-text{
    font-size: 13px;
    font-weight: bold;
}


/* popup */

.purchasePopup{
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.purchasePopupBg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.65);
}

.purchasePopupBox{
    padding: 28px 24px 24px 24px;
    width: calc(100% - 30px);
    max-width: 560px;
    max-height: 86vh;
    overflow-y: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background-color: #ffffff;
}

.purchasePopupClose{
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    background-color: transparent;
    color: #555555;
    font-size: 28px;
    line-height: 30px;
}

.popupTit{
    margin: 0px 0px 18px 0px;
    padding-right: 35px;
    color: #0f6022;
    font-size: 23px;
}

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

.popupList li{
    padding: 9px 0px 9px 0px;
    border-bottom: dotted 1px #aaaaaa;
    font-size: 13px;
    line-height: 1.6em;
}

.popupItemLabel{
    color: #0f6022;
    font-weight: bold;
}

.popupItemLabel.single{
    color: #777777;
}

.popupPriceBox{
    margin: 0px 0px 18px 0px;
    padding: 16px 16px 16px 16px;
    border-radius: 8px;
    background-color: #f4f6f1;
}

.popupMainPrice{
    margin: 0px 0px 5px 0px;
    color: #0f6022;
    font-size: 22px;
    font-weight: bold;
}

.popupSubPrice{
    margin: 0px 0px 6px 0px;
    color: #555555;
    font-size: 12px;
    line-height: 1.6em;
}

.popupPoint{
    margin: 0px 0px 4px 0px;
    color: #e6532e;
    font-size: 14px;
    font-weight: bold;
}

.popupNote{
    margin: 4px 0px 0px 0px;
    color: #666666;
    font-size: 11px;
    line-height: 1.6em;
}

.popupActionBtn{
    padding: 15px 10px 15px 10px;
    width: 100%;
    border: none;
    border-radius: 6px;
    background-color: #0f6022;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

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


/* loading */

.cart-loading{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.90);
}

.cart-loading.show{
    display: flex;
}

.cart-loading-inner{
    text-align: center;
}

.cart-loading-spinner{
    margin: 0px auto 14px;
    width: 46px;
    height: 46px;
    border: solid 5px #dce5d8;
    border-top-color: #0f6022;
    border-radius: 50%;
    animation: loadingSpin 0.8s linear infinite;
}

@keyframes loadingSpin{
    to{
        transform: rotate(360deg);
    }
}

.cart-loading-inner p{
    margin: 0px 0px 0px 0px;
    color: #0f6022;
    font-weight: bold;
}


@media (max-width: 900px){

    .material-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


@media (max-width: 767px){

    body{
        padding-bottom: 80px;
    }

    .salePage{
        width: 100%;
        box-shadow: none;
    }

    .section{
        margin-bottom: 45px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .section h2{
        font-size: 6.2vw;
    }

    .keyBox{
        min-height: 280px;
    }

    .keyBox .keyIn{
        padding: 58px 15px 45px 15px;
    }

    .keyBox .sub{
        font-size: 3.6vw;
    }

    .keyBox h1{
        font-size: 16vw;
    }

    .keyBox .date{
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        font-size: 3.4vw;
    }

    .keyBox .lead{
        font-size: 4.6vw;
    }

    .saleStatus{
        margin-bottom: 42px;
    }

    .saleStatus .tit{
        font-size: 4.5vw;
    }

    .saleStatus p{
        font-size: 3.4vw;
    }

    .benefitBox .box{
        display: block;
    }

    .benefitBox .benefit{
        margin: 0px auto 34px;
        padding-top: 22px;
        width: 100%;
        min-height: 0px;
    }

    .benefitBox .benefit:last-child{
        margin-bottom: 0px;
    }

    .benefitBox .benefit .main{
        font-size: 5vw;
    }

    .filterBox{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .filterBox::-webkit-scrollbar{
        display: none;
    }

    .filterBox button{
        flex: 0 0 auto;
        font-size: 3.2vw;
    }

    .material-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .material .pic-wrap{
        padding: 8px;
        min-height: 145px;
    }

    .material .pic-wrap img{
        max-height: 180px;
    }

    .sale-label{
        padding: 5px 6px 5px 6px;
        max-width: 88px;
        font-size: 2.6vw;
    }

    .subscription-label{
        padding: 4px 5px 4px 5px;
        top: auto;
        right: 6px;
        bottom: 6px;
        font-size: 2.5vw;
    }

    .material-body{
        padding: 10px 8px 12px 8px;
    }

    .material-name{
        min-height: 44px;
        font-size: 3.7vw;
    }

    .material-description{
        min-height: 18px;
        font-size: 2.8vw;
    }

    .material-price{
        min-height: 44px;
    }

    .material-price .first{
        font-size: 4vw;
    }

    .material-price .normal,
    .material-price.sizes span{
        font-size: 2.8vw;
    }

    .size-add-wrap{
        display: block;
    }

    .cart-btn{
        margin-bottom: 5px;
        padding: 9px 3px 9px 3px;
        font-size: 3vw;
    }

    .cart-btn:last-child{
        margin-bottom: 0px;
    }

    .qty-control-inline{
        gap: 5px;
    }

    .qty-control-inline .size-label{
        font-size: 2.8vw;
    }

    .qty-btn{
        width: 28px;
        height: 28px;
        line-height: 24px;
    }

    .selectedItem{
        padding-left: 4px;
        padding-right: 4px;
        font-size: 3.2vw;
    }

    .selectedItem{
        display: block;
    }

    .selectedItemPrice{
        margin-top: 3px;
        text-align: right;
    }

    .summaryGrid{
        display: block;
    }

    .summaryBox{
        margin-bottom: 26px;
    }

    .summaryBox:last-child{
        margin-bottom: 0px;
    }

    .summaryLead{
        min-height: 0px;
        font-size: 3.2vw;
    }

    .mainPrice{
        font-size: 5.6vw;
    }

    .purchaseBtn{
        font-size: 4vw;
    }

    .float-cart{
        padding: 9px 18px 9px 12px;
        right: 10px;
        width: calc(100% - 20px);
        justify-content: center;
    }

    .float-cart.show{
        bottom: 10px;
    }

    .cart-text{
        font-size: 3.5vw;
    }

    .purchasePopupBox{
        padding: 26px 16px 18px 16px;
    }

    .popupTit{
        font-size: 5.5vw;
    }

}



.pointUpBox{
    margin: 0px auto 40px;
    padding: 50px 20px 40px;
    max-width: 920px;
    background-color: #f4faf4;
}

.pointUpBox .label{
    margin: 0px auto 14px;
    text-align: center;
}

.pointUpBox .label span{
    padding: 5px 18px 5px 18px;
    display: inline-block;
    color: #ffffff;
    background-color: #0f6022;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.pointUpBox h2{
    margin: 0px auto 28px;
    color: #0f6022;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
}

.pointCompareBox{
    margin: 0px auto 24px;
    max-width: 820px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.usualPointBox,
.salePointBox{
    padding: 24px 24px 22px 24px;
    width: 43%;
    min-height: 360px;
    border-radius: 18px;
    box-sizing: border-box;
}

.usualPointBox{
    background-color: #ffffff;
    border: solid 2px #c8cec9;
}

.salePointBox{
    background-color: #0f6022;
    border: solid 4px #f5d64a;
    box-shadow: 0px 8px 20px rgba(15,96,34,0.18);
}

.usualPointBox .statusLabel,
.salePointBox .statusLabel{
    margin: 0px auto 14px;
    padding: 6px 12px 6px 12px;
    width: fit-content;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.usualPointBox .statusLabel{
    color: #555555;
    background-color: #eeeeee;
}

.salePointBox .statusLabel{
    color: #0f6022;
    background-color: #f5d64a;
}

.pointMain{
    margin: 0px auto 18px;
    text-align: center;
}

.pointMain em{
    display: block;
    font-size: 54px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1em;
}

.pointMain span{
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.usualPointBox .pointMain{
    color: #555555;
}

.salePointBox .pointMain{
    color: #ffffff;
}

.salePointBox .pointMain em{
    font-size: 76px;
    color: #f5d64a;
    text-shadow: 0px 3px 0px rgba(0,0,0,0.12);
}

.rankList{
    margin: 0px auto;
    padding: 0px;
    max-width: 260px;
    list-style: none;
}

.rankList li{
    margin: 0px 0px 6px 0px;
    padding: 7px 12px 7px 12px;
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    border-radius: 6px;
    font-size: 13px;
}

.rankList li:last-child{
    margin-bottom: 0px;
}

.rankList .rank{
    color: #444444;
}

.rankList .rate{
    color: #0f6022;
    font-weight: bold;
}

.pointArrow{
    width: 12%;
    color: #0f6022;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.pointArrow .sp{
    display: none;
}

.saleCatch{
    margin: 10px 0px 2px 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.saleMemo{
    margin: 0px auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
}

.pointExampleBox{
    margin: 0px auto 16px;
    padding: 18px 20px 18px 20px;
    max-width: 780px;
    background-color: #ffffff;
    border: dashed 2px #0f6022;
    border-radius: 12px;
    box-sizing: border-box;
}

.pointExampleBox .tit{
    margin: 0px 0px 12px 0px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.exampleCompare{
    display: flex;
    justify-content: center;
    align-items: center;
}

.exampleCompare .usual,
.exampleCompare .sale{
    text-align: center;
}

.exampleCompare .labelTxt{
    margin: 0px 0px 3px 0px;
    display: block;
    font-size: 13px;
}

.exampleCompare .pointTxt{
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.exampleCompare .usual .pointTxt{
    color: #777777;
}

.exampleCompare .sale .pointTxt{
    color: #e65326;
    font-size: 30px;
}

.exampleCompare .arrow{
    margin: 0px 24px 0px 24px;
    color: #0f6022;
    font-size: 28px;
    font-weight: bold;
}

.pointNote{
    margin: 0px auto;
    max-width: 780px;
    color: #666666;
    font-size: 12px;
    line-height: 1.7em;
    text-align: left;
}


@media (max-width: 767px){

    .pointUpBox{
        margin: 0px auto 30px;
        padding: 36px 4% 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .pointUpBox h2{
        margin: 0px auto 22px;
        font-size: 5.8vw;
        line-height: 1.45em;
    }

    .pointCompareBox{
        display: block;
    }

    .usualPointBox,
    .salePointBox{
        padding: 20px 5% 20px 5%;
        width: 100%;
        min-height: 0px;
    }

    .pointMain em{
        font-size: 12vw;
    }

    .pointMain span{
        font-size: 4.2vw;
    }

    .salePointBox .pointMain em{
        font-size: 19vw;
    }

    .rankList{
        max-width: 100%;
    }

    .rankList li{
        font-size: 3.4vw;
    }

    .pointArrow{
        padding: 8px 0px 8px 0px;
        width: 100%;
        font-size: 8vw;
    }

    .pointArrow .pc{
        display: none;
    }

    .pointArrow .sp{
        display: inline;
    }

    .saleCatch{
        font-size: 4.2vw;
    }

    .saleMemo{
        font-size: 3.5vw;
    }

    .pointExampleBox{
        padding: 16px 4% 16px 4%;
    }

    .pointExampleBox .tit{
        font-size: 3.7vw;
    }

    .exampleCompare .pointTxt{
        font-size: 5vw;
    }

    .exampleCompare .sale .pointTxt{
        font-size: 6.5vw;
    }

    .exampleCompare .arrow{
        margin: 0px 4% 0px 4%;
        font-size: 6vw;
    }

    .pointNote{
        font-size: 2.8vw;
    }

}




/* footer */

footer{
    position: relative;
    z-index: 200;
}

footer .footerBox{
    background-color: #0f6022;
}


footer .footerBox .flogo{
    margin: 0px auto 14px;
    padding: 14px 0px 14px 0px;
    max-width: 600px;
    width: 90%;
    border-bottom: solid 1px #ffffff;
    text-align:center;
}


footer .footerBox .flogo img{
    
    max-width: 250px;
}

footer .footerBox .flinkBox{
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    display:flex;
    max-width: 600px;
    align-items:flex-start;
}




footer .footerBox .linkbox{
    margin: 0px auto 20px;
    padding: 0px 0px 14px 0px;
    max-width: 400px;
    width: 48%;
    
}

footer .footerBox .linkbox ul.flink{
    margin: 0px 0px 14px 0px;
    border-bottom: solid 1px #ffffff;
}

footer .footerBox .linkbox ul.flink:last-child{
    border:none;
}


footer .footerBox ul.flink li{
    margin: 0px 0px 7px 0px;
    font-size: 14px;
}

footer .footerBox ul.flink li a{
    color: #ffffff;
    text-decoration: none;
}

footer .footerBox ul.flink li a:before{
    content:"・ ";
}


footer .footerBox ul.sns{
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    max-width: 254px;
    display:flex;
}

footer .footerBox ul.sns li{
    margin: 0px 6px 0px 6px;
    width: 30px;
}

footer .footerBox ul.sns li.y{
    margin-top: 8px;
}

footer .footerBox ul.sns li img{
    width: 100%;
}


footer .copyright{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 100px 0px;
    text-align: center;
    font-size: 12px;
}

footer li{
	list-style:none;
}

@media (max-width: 767px){
    
    
    footer{
    
    }

    footer .footerBox{
        background-color: #006835;
    }
    
    footer .footerBox .flinkBox{
        margin: 0px auto;
        width: 90%;
        display:block;
    }
    
    footer .footerBox .linkbox{
        margin:0px 0px 0px 0px; 
        width: 90%;
    }
    
    footer .footerBox .linkbox.left{
        margin:0px;
        padding: 0px;
         
    }
    footer .footerBox .linkbox.left .flink{
        margin:0px 0px 14px 0px;
        padding: 0px 0px 10px 0px;
    }
    
    footer .footerBox .linkbox.left .flink:last-child{
        margin:0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        border-bottom: solid 1px #ffffff;
    }
    
    footer .footerBox ul.flink{
        margin: 0px auto;
        padding: 10px 0px 10px 0px;
        width: 90%;
        border-bottom: solid 1px #ffffff;
    }
    
    footer .footerBox ul.flink li{
        margin: 0px 0px 10px 0px;
        width: 100%;
        font-size: 3vw;
    }
    
    footer .footerBox ul.flink li:last-child{
        margin-bottom:0px;
    }
    
    footer .footerBox ul.flink li a{
        color: #ffffff;
        text-decoration: none;
    }
    
    footer .footerBox ul.flink li a:before{
        content:"・ ";
    }
    
    
    footer .footerBox ul.sns{
        margin: 0px auto;
        padding: 0px 0px 20px 0px;
        width: 70%;
        max-width: 350px;
        display:flex;
    }
    
    footer .footerBox ul.sns li{
        margin: 0px 10px 0px 10px;
        width: 30px;
    }
    
    footer .footerBox ul.sns li.y{
        margin-top: 3px;
    }
    
    footer .footerBox ul.sns li img{
        width: 100%;
    }
    
    
    footer .copyright{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 100px 0px;
        text-align: center;
        font-size: 3vw;
    }
    
}




.summerCareBox{
    margin: 50px auto 0px;
    padding: 50px 20px 60px 20px;
    max-width: 1000px;
    background-color: #f2f7f3;
    box-sizing: border-box;
}

.summerCareBox h2{
    margin: 0px auto 14px;
    color: #0f6022;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
}

.summerCareLead{
    margin: 0px auto 18px;
    max-width: 700px;
}

.summerCareLead p{
    margin: 0px;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
}

.summerCareNotice{
    margin: 0px auto 26px;
    padding: 10px 15px 10px 15px;
    max-width: 700px;
    background-color: #ffffff;
    border: solid 1px #d5dfd7;
    box-sizing: border-box;
}

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

.summerCareGrid{
    margin: 0px auto;
    padding: 0px;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    list-style: none;
}

.summerCareCard{
    margin: 0px;
    padding: 0px;
    min-width: 0px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 3px 12px rgba(15,96,34,0.08);
    overflow: hidden;
}

.summerCareCardLink{
    height: 100%;
    color: #333333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.summerCareCard .pic{
    margin: 0px;
    padding: 16px 12px 10px 12px;
    background-color: #ffffff;
    text-align: center;
}

.summerCareCard .pic img{
    width: 100%;
    max-width: 220px;
    height: auto;
}

.summerCareCard .body{
    padding: 0px 15px 18px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.summerCareCard .careLabel{
    margin: 0px 0px 7px 0px;
    padding: 5px 8px 5px 8px;
    color: #ffffff;
    background-color: #0f6022;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
}

.summerCareCard .name{
    margin: 0px 0px 8px 0px;
    color: #333333;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
}

.summerCareCard .price{
    margin: auto 0px 12px 0px;
    color: #555555;
    font-size: 13px;
    text-align: center;
}

.summerCareCard .price span{
    color: #0f6022;
    font-size: 17px;
    font-weight: bold;
}

.summerCareCard .detailBtn{
    margin: 0px;
    padding: 9px 10px 9px 10px;
    color: #ffffff;
    background-color: #e57b35;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.summerCareCardLink:hover{
    opacity: 0.86;
}

.summerCareAllBtn{
    margin: 30px auto 0px;
    max-width: 400px;
}

.summerCareAllBtn a{
    padding: 14px 20px 14px 20px;
    color: #ffffff;
    background-color: #0f6022;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
}


@media (max-width: 767px){

    .summerCareBox{
        margin: 40px auto 0px;
        padding: 38px 4% 45px 4%;
        width: 100%;
    }

    .summerCareBox h2{
        font-size: 5.6vw;
    }

    .summerCareLead p{
        font-size: 3.5vw;
        text-align: left;
    }

    .summerCareNotice p{
        font-size: 2.9vw;
        text-align: left;
    }

    .summerCareGrid{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .summerCareCard .pic{
        padding: 12px 6px 8px 6px;
    }

    .summerCareCard .body{
        padding: 0px 8px 12px 8px;
    }

    .summerCareCard .careLabel{
        font-size: 2.7vw;
    }

    .summerCareCard .name{
        font-size: 3.2vw;
    }

    .summerCareCard .price{
        font-size: 2.9vw;
    }

    .summerCareCard .price span{
        font-size: 3.8vw;
    }

    .summerCareCard .detailBtn{
        padding: 8px 5px 8px 5px;
        font-size: 3vw;
    }

    .summerCareAllBtn{
        width: 90%;
    }

    .summerCareAllBtn a{
        font-size: 3.7vw;
    }

}


