@charset "utf-8";
/* CSS Document */

.tokuten_btn_follow {
    display: none;
}

#topMain {
    width: 100%;
    padding: 0;

}

.teiki_topAllWrap {
    width: 100%;
    max-width: 1480px;
    margin: -10px auto 0;
    background: url(../image/monthly-delivery/top.png) no-repeat;
    aspect-ratio: 22 / 10;
    background-size: cover;
    background-position: clamp(40%, 50vw, 50%) center;
}

.teiki_topWraq-cont {
    width: 100%;
    max-width: 960px;
    margin: 10px auto;
    padding: 10px;
}

.topmidashi {
    width: clamp(320px, 60vw, 960px);
    margin: 0 auto;
    display: block;
}


.teiki {
    margin-bottom: 135px;
}

.teikimidashi {
    font-size: clamp(14px, 1.6vw, 22px);
    text-align: center;
    line-height: 160%;
    letter-spacing: 2px;
    margin: auto;
}

.sp-top {
    display: none;
}

.tokutenBtns2 .tokuten {
    width: 100%;
}

.BtnUe::after {
    right: 2.8rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*定期便とは！ -------------------------------------- */

#aboutteiki {
    margin-bottom: 135px;
    position: relative;
    z-index: 2;
}

.teiki_conan {
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 20px;
}

.teiki_conan img {
    width: clamp(240px, 70vw, 400px);
    margin: 0 auto;
    display: block;
}


/*定期便のいいところ！ -------------------------------------- */


.teikihead {
    background: url(../image/top/bg03.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    height: 356px;
    border: unset;
    margin: -400px 0 0 0;
    position: relative;
    z-index: 1;
}

.teikibot {
    background: url(../image/monthly-delivery/bg04.png) no-repeat;
    background-position: right top;
    background-size: contain;
    height: 356px;
    border: unset;
    margin: 0 0 -240px 0;
    position: relative;
    z-index: 1;
}



.teikiarea {
    background: #bae9ff;
    position: relative;
    z-index: 3;
    margin: -2px auto;
    padding: 125px 0px;
}



/*リスト -------------------------------------- */
.circle-grid {
    position: relative;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    width: clamp(350px, 88vw, 1080px);
}

.circle-grid .corner {
    position: absolute;
    width: 160px;
    height: auto;
    pointer-events: none;
    z-index: 0;
    /* 丸より背面 */
}

.circle-grid .circle {
    position: relative;
}

.circle-grid .tl {
    top: -40px;
    left: -30px;
}

.circle-grid .tr {
    top: -90px;
    right: -60px;
}

.circle-grid .bl {
    bottom: -10px;
    left: 100px;
}

.circle-grid .br {
    bottom: 0;
    right: 100px;
}

.corner-sp {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.circle-card {
    width: clamp(160px, 42vw, 300px);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    color: #2A2A2A;
}


.circle-row {
    display: flex;
    gap: 18px;
    justify-content: center;
}



.circle-card__inner {
    width: 86%;
    height: 86%;
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.circle-card__img {
    width: 75%;
    height: auto;
    display: block;
    object-fit: contain;
}

.circle-card__text {
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
    word-break: break-word;
}

/*価格表 -------------------------------------- */


.kakaku-cont {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pricing-table-wrapper {
    width: 100%;
    max-width: 628px;
    margin: 30px auto;
}

/* テーブル全体 */
.pricing-table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
    width: 100%;
}

/* 共通セル */
.pricing-table th,
.pricing-table td {
    border: 1px solid #2A2A2A;
    padding: 12px 8px;
    text-align: center;
    vertical-align: middle;
}

/* 上部ヘッダー（濃い青） */
.pricing-table thead th {
    background-color: #2297d2;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
}

/* 左列（薄い青） */
.pricing-table .row-header {
    background-color: #cfe9ff;
    color: #2A2A2A;
    font-weight: normal;
    font-size: 28px;
}

.col-left {
    width: 20%;
}

/* 価格表示 */
.price {
    text-align: right;
    font-size: 28px;
}

.price-value {
    font-size: 28px;
    font-weight: bold;
}

.yen {
    font-size: 20px;
    margin-left: 2px;
}

.header-sub {
    display: block;
    font-size: 20px;
    margin-top: 2px;
}

.kakaku-note-txt {
    font-size: 17px;
    width: 100%;
    line-height: 1.5;
    margin: 10px auto;
}





/*注意事項 -------------------------------------- */


.h3midashi {
    margin: auto;
    text-align: center;
    font-size: 32px;
    font-family: "corporate-logo-ver2", sans-serif !important;
    padding-bottom: 30px;
}

.teiki-note-cont {
    background: #f1f8ff;
    position: relative;
    z-index: 3;
    margin: 100px auto;
    padding: 80px 0px;
    width: 100%;

}

.teiki-note-txt {
    font-size: 17px;
    width: 100%;
    max-width: 960px;
    line-height: 1.75;
    margin: auto;
    text-align: left;
}


.notelink {
    color: #d00019;
    text-decoration: underline;
}


@media screen and (max-width: 900px) {

    /*トップ -------------------------------------- */
    .teiki_topAllWrap {
        background: unset;
        background-repeat: no-unset;
        aspect-ratio: unset;
        background-size: unset;
    }

    .topmidashi {
        width: clamp(320px, 90vw, 860px);
        margin: 0 auto;
        display: block;
    }

    .teikimidashi {
        font-size: clamp(16px, 1.6vw, 22px);
    }

    .sp-top {
        display: block;
        width: 100%;
    }

    /*いいところ -------------------------------------- */
    .corner-sp img {
        width: 90%;
        margin: -20px auto;
        height: auto;
        pointer-events: none;
    }

    .circle-grid .corner.pc {
        display: none;
    }

    .corner-sp {
        display: flex;
    }


}

@media screen and (max-width: 640px) {

    /*トップ -------------------------------------- */
    .tokuten_btn_follow {
        display: block;
    }

    .general-txt01 {
        text-align: center;
    }

    .teikimidashi {
        letter-spacing: 0px;
    }

    #aboutteiki {
        padding: 13% 20px;
        margin-bottom: 50px;
    }

    .teiki_topWraq-cont {
        width: 95%;
        margin: 20px auto;
        padding: 0px;
    }

    .teiki {
        margin: 6vw auto;
        margin-bottom: 100px;
    }

    .BtnUe {
        margin: 6vw auto;
}

    .teikihead {
        background: url(../image/top/bg03_sp.png) no-repeat;
        background-position: left bottom;
        background-size: 100%;
        padding: 16.9%;
        height: unset;
        margin: -50vw 0 0 0;
    }

    .teikibot {
        background: url(../image/monthly-delivery/bg04_sp.png) no-repeat;
        background-position: right top;
        background-size: 100%;
        padding: 16.9%;
        height: unset;
        margin: 0px 0 -25vw 0;
    }



    /*いいところ -------------------------------------- */
    .teikiarea {
        padding: 55px 10px;
    }

    .circle-grid {
        gap: 10px;
    }

    .circle-card {
        width: 48%;
    }

    .corner-sp .bottom {
        bottom: -10px;
    }




    .circle-card__text {
        font-size: clamp(14px, 2vw, 21px);
    }

    /*価格表 -------------------------------------- */

    .kakaku-cont {
        padding: 13% 20px;
    }

    .pricing-table thead th,
    .pricing-table .row-header,
    .price,
    .price-value {
        font-size: clamp(16px, 2vw, 21px);
    }

    .header-sub,
    .yen {
        font-size: 14px;
    }


    .kakaku-note-txt {
        font-size: 12px;
        margin: 5px auto;
        text-align: left;
    }

    /*注意事項 -------------------------------------- */

    .teiki-note-cont {
        margin: 40px auto;
        padding: 50px 0px;

    }

    .teiki-note-txt {
        font-size: 12px;
        width: 94%;
    }



}