@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.list_wrapper {
    position: relative;
}





/* mv */

.mv_wrap {
    position: relative;
}

.header_rogo {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 5%;
    left: 2%;
}

.header_rogo img {
    width: 100%;
    object-fit: cover;
}


.mv_image {
    max-width: 1440px;
    margin: 0 auto;
    border-top: solid 15px #F24335;
    position: relative;
}

.mv_image img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    object-position: 0% 100%;
}


.mv_circle {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 2%;
    right: 0;
}

.mv_circleTxt {
    font-size: 22px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 25px;
}

.mv_circle img {
    width: 100%;
}


.chatchEria {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 25%;
    right: 0%;
}



.omakase {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

.omakase_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.omakase_box::before,
.omakase_box::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 25px 4px 4px;
}

.omakase_box::before {
    transform: rotate(60deg);
}

.omakase_box::after {
    transform: rotate(-60deg);
}



.sub_chatch p {
    font-size: 28px;
    letter-spacing: 0.3em;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

.chatch {
    margin-top: 2em;
}



.main_catch {
    margin-top: 1em;
    font-weight: bolder;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

.shun {
    font-size: 95px;
    color: #FA7808;
    position: relative;
}

.shun::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/leaf.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: -10px;
}

.little {
    font-size: 60px;

}

.greenText {
    font-size: 95px;
    color: #2D8B04;
}

.sp_br {
    display: none;
}


.teikibinWrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.teikibin {
    margin: 1em;
    padding: 0.1em;
    color: #fff;
    background-color: #fba10ffc;
    border: solid 5px #f0d86d;
}

.teikibin p {
    font-size: 85px;
    font-weight: bold;
}

.teikibinWrapWrap {
    position: relative;
}

.hukidashi {
    width: 260px;
    position: absolute;
    top: 40%;
    left: 10%;
}

.hukidashiTxt {
    width: 100%;
    background-color: #DCEBBD;
    padding: 2em 2em;
    border-radius: 42% 39% 45% 43% / 43% 45% 47% 49%;
}

.hukidashi p {
    font-size: 16px;
    line-height: 1.8em;
    color: #173C07;
    position: relative;
    z-index: 999;
}

.hukidashi_sp {
    display: none;
}



/* .hukidashi_image {
    width: 100%;
    transform: translate(0%, -25%)
}

.hukidashi_image img {
    width: 100%;
} */

/* プライスエリア  */


.section_price {
    background-color: #FAF6D5;
}


.price_content {
    padding-bottom: 1%;
    position: relative;
}

/* リボンタイトル周り */



.price_title {
    max-width: 700px;
    /* width: 60%; */
    text-align: center;
    margin: 0 auto;
    position: relative;
    transform: translate(0, 125px);

}

.ribbon_image {
    width: 100%;
    margin: 0 auto;
}

.ribbon_image img {
    width: 100%;
}



.ribbonTxtWrap {
    position: relative;
    z-index: 9999;
    margin: -6.3% auto;

}

.ribbonTxt {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #fff;
    /* position: absolute;
    top: 30%;
    right: 15%; */
}


/* タイトル終わり */



.price_wrap {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 85%;
    margin: 5em auto;
    border-radius: 40px;
    background-color: #fff;
}

.price_container {
    width: 87%;
    display: flex;
    justify-content: space-between;
    padding-top: 4em;
    padding-bottom: 1em;
    margin: 0 auto;
}



.vegetable_set {
    width: 470px;
    display: flex;
}

.vegetable_set img {
    width: 100%;
    object-fit: contain;
}

.priceEria {
    width: 60%;
    position: relative;
}

.priceEriaTtle {
    width: 100%;
    margin-top: 2em;
}

.priceEriaTtle p {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.gentei {
    font-size: 20px;
    text-align: center;
    padding-top: 1em;
}


.yellowline {
    background: linear-gradient(transparent 60%, #ff6 60%);
}


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

.red_square {
    width: 50px;
    height: 50px;
    background-color: #F24335;
}

.red_square p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 0.2em;
    color: #fff;
}


.price {
    font-size: 80px;
    font-family: 'Renner', sans-serif;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #F24335;
    margin-left: 0.1em;
}

.price_small {
    font-size: 32px;
    font-weight: bold;
    line-height: 0.8em;
    color: #000;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
}

.zeikomi {
    font-size: 14px;
    font-weight: normal;
    color: #F24335;

}


.price_deco {
    max-width: 70px;
    max-height: 70px;
    position: absolute;
    top: 30%;
    right: 5%;
}

.price_deco img {
    width: 100%;
}

/* 注文ボタン */


.button_order {
    width: 95%;
    display: flex;
    justify-content: center;
    padding: 1em 1em;
    margin: 0em auto;
    background-color: #F24335;
    border-radius: 35px;
    position: relative;
}

.order_image {
    position: absolute;
    top: 20%;
    left: 15%;
}

.order_image img {
    width: 30px;
    height: 30px;
}

.button_txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-left: 2em;
}







/* お届け */

.section_title {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #fff;
    background-color: #EFB95D;
    padding: 0.5em 3em;
}

.orange_band {
    position: relative;
}

.orange_band::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #EFB95D;
    transform: rotate(45deg);
    position: absolute;
    bottom: -10px;
    right: 50%;
    z-index: -1;
}

/* ベジタブルコンテナー */

.vegetable_container {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 5em;
    column-gap: 3em;
    margin: 7em auto;
}

.vegetable_block {
    width: 194px;
    padding-left: 1%;
}

.vegetable_name {
    letter-spacing: 0.2em;
}

.vegetable_name.mini {
    letter-spacing: 0em;
}

.vegetable_nameEria {
    width: 100%;
    height: 50px;
}

.vegetable_circle {
    position: relative;
}

.vegetable_circle img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 7px #DCEBBD;
    position: relative;

}

.vegetable_circle::after {
    content: "";
    display: block;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    border: solid 2px #F2FAD7;
    position: absolute;
    bottom: -8px;
    left: -7px;
}

.vegetable_name {
    text-align: center;
    position: relative;
    padding-bottom: 2em;
}

.vegetable_name::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-left: solid 1px #000;
    transform: rotate(-30deg);
    position: absolute;
    top: -20px;
    left: 25px;
}

.vegetable_name::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-left: solid 1px #000;
    transform: rotate(30deg);
    position: absolute;
    top: 0;
    right: 0;
}



/* レシピブック */


.recbook_back {
    width: 100%;
}

.recbook_back img {
    width: 100%;
    object-fit: contain;
}

.recbook_banner {
    max-width: 900px;
    /* min-width: 450px; */
    margin: 0 auto;
    /* border: solid 7px #fff; */
}

.recbook_back {
    width: 100%;
    background-image: url(../img/present_back.jpg);
    padding: 10%;
}


/* 利用者様の声 */

.voice_Eria {
    width: 100%;
    height: 500px;

}

.dot_deco {
    position: relative;
    z-index: -999;
}

.dot_deco img {
    widows: 350px;
    height: 500px;
    object-fit: cover;
}


.voice_container {
    width: 60%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: -500px;
}



.voiceTxtEria {
    width: 45%;
    position: relative;
}

.clip_image {
    position: absolute;
    top: 3%;
}



.voice_txtWrap {
    width: 97%;
    margin: 2em auto;
    width: 100%;
    padding: 3em 3em;
    background-color: #fff;
    border: solid 3.5px #EBEAE4;
}

.note {
    background-color: #fff;
    /* 背景色 */
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    /* 罫線の色と太さ  */
    background-size: 90% 3em;
    /* 行の高さ */
    line-height: 2em;
    /* 文字の高さ */
    /* padding-bottom: 1px;
    最終行の下にも罫線を引く */
}

.voice_txtWrap p {
    font-family: 'しっぽり明朝', serif;
    font-size: 18px;
    line-height: 2.7em;
    letter-spacing: 0.1em;
    color: #645d36;
}

.voice_txtWrap p span {
    font-size: 22px;
    color: #FA7808;
}


.voice_image_circle {
    width: 350px;
}

.voice_image_circle img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;

}



.voice_Eria.B {
    width: 100%;
    height: 500px;
    background-color: #F5F3E5;
    position: relative;
    z-index: -999;
}




.dot_deco.B {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 500px;

}





/* フロー */

.flow_contaner {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 3em auto;
    padding-bottom: 3em;
}

.flow_box {
    width: 28%;
    padding: 1.8em;
    background-color: #EDEBDC;
}

.flow_image {
    width: 85px;
    height: 85px;
    padding: 1em;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #546A49;
}

.flow_image img {
    width: 100%;
}

.flow_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #546A49;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.flow_txtEria {
    width: 100%;
    margin: 0 auto;
}



.flow_txtEria p {
    font-size: 16px;
    line-height: 2em;
}

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

}

.yajirushi {
    width: 15px;
    height: 15px;
    background-color: #647959;
    position: relative;
}

.yajirushi::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #647959;
    border-left: 15px solid transparent;
    transform: rotate(90deg);
    position: absolute;
    top: 0px;
    left: 5px;
}


/* FAQ */


.section_FAQ {
    background: #F7FDED;
    position: relative;
    z-index: -1;
}

.FAQ_content {
    margin-top: 7%;
    padding-bottom: 10%;
    ;

}

.FAQ_box {
    max-width: 900px;
    width: 90%;
    margin: 2% auto;
    padding: 2em 3em;
    background-color: #fff;
    position: relative;
}

.FAQ_box::after {
    content: "";
    display: block;
    width: 90%;
    border-bottom: dotted 2px #808080;
    position: absolute;
    top: 75px;
    right: 5%;
}

.question {
    display: flex;
}


.question::after {
    content: "";
    display: block;

}

.answer {
    display: flex;
}

.Q_Wrap {
    width: 30px;
    height: 30px;
    margin-right: 1em;
}

.Q_Wrap p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #EFB95D;
}

.q_txtWrap {
    font-size: 20px;
    letter-spacing: 0.1em;
}





.A_Wrap {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 1em;
}

.A_Wrap p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #81A76C;
}

.answer {
    margin-top: 2em;
}


.a_txtWrap {
    width: 100%;
}

.a_txtWrap p {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

/* フッター */

.footer_image {
    max-width: 1440px;

}

.footer_image img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    object-position: 0% 90%;
}

.footer_inner {
    max-width: 1000px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3% auto;
}

.footer_logo {
    width: 200px;
    margin-right: 3%;
}

.footer_logo img {
    width: 100%;
    object-fit: cover;
}


.tel_icon img {
    width: 40%;
    object-fit: cover;

}

/* .contact {
    width: 100%;
    display: flex;
} */

.tel_eria {
    display: flex;
    margin-right: 5%;
}

.tel_box {
    display: flex;
}

.tel_box::before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/tel_icon.png);
    background-size: cover;
    margin-top: 12%;
}

.explaine {
    display: flex;
    font-size: 12px;
    text-align: center;
    margin-right: 1em;
    align-items: flex-end;
}


.tel_num {
    font-size: 20px;
}

.tel_box span {
    font-size: 12px;
}

.mail_eria {
    display: flex;
    margin-right: 5%;
    margin-top: 30px;
}

.mail_box {
    display: flex;
    padding-top: 1px;
}

.mail_box::before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 18px;
    background-image: url(../img/mail.icon.png);
    background-size: cover;
}

.mail_num {
    padding-left: 0.5em;
}

.footer_bar {
    background-color: #E0DED0;
}

.footer_bar p {
    font-size: 12px;
    padding-right: 7em;
    letter-spacing: 0.1em;
}

.footer_bar_inner {
    display: flex;
    justify-content: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

/* .mail_num {
    padding-top: 10px;
} */



/* スマホ */

@media screen and (max-width:1080px) {
    .hukidashi {
        position: absolute;
        top: 40%;
        left: 3%;
    }


    .voice_container {
        width: 80%;
        height: 500px;
        display: flex;
        justify-content: space-between;

    }

    .flow_contaner {
        width: 96%;
    }




}

@media screen and (max-width:960px) {
    .sub_chatch p {
        font-size: 20px;
    }

    .omakase {
        font-size: 35px;
    }

    .shun {
        font-size: 85px;
    }

    .little {
        font-size: 55px;
    }

    .greenText {
        font-size: 85px;
    }

    .teikibin p {
        font-size: 75px;
    }

    .hukidashiTxt {
        width: 80%;
    }

    .hukidashi p {
        font-size: 14px;
    }

    .priceEriaTtle p {
        font-size: 30px;
    }

    .price_container {
        padding-bottom: 2em;
    }


    .vegetable_container {
        width: 90%;
    }

    .price_deco {
        max-width: 50px;
        max-height: 50px;
    }

    .footer_logo {
        width: 150px;
    }

    .footer_inner {
        flex-direction: column;
    }

    .footer_logo {
        margin-top: 1em;
        margin-bottom: 1em;
    }


    .mv_image img {
        object-position: 100% 0%;
    }

}


@media screen and (max-width:810px) {
    .price_title {
        /* max-width: 600px; */
        width: 80%;
    }

    .ribbonTxt {
        font-size: 22px;
    }

    .button_txt {
        font-size: 14px;
    }

    .order_image {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .order_image img {
        width: 25px;
        height: 25px;
    }

    .priceEriaTtle p {
        font-size: 25px;
    }

    .price_wrap {
        width: 95%;
    }

    .gentei {
        font-size: 16px;
    }

    .red_square {
        width: 36px;
        height: 36px;
    }

    .red_square p {
        font-size: 14px;
        padding-top: 0.1em;
    }

    .price {
        font-size: 75px;
    }


    .zeikomi {
        font-size: 12px;
    }

    /* .vegetable_set img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    } */

}

@media screen and (max-width:740px) {
    .price_container {
        padding-top: 2em;

    }

    .ribbonTxtWrap {
        margin: -7.3% auto;
    }


    .q_txtWrap {
        font-size: 18px;
    }

    .a_txtWrap p {
        font-size: 12px;
    }

    .Q_Wrap {
        width: 25px;
        height: 25px;
        margin-right: 1em;
    }

    .Q_Wrap p {
        font-size: 20px;
    }

    .A_Wrap {
        width: 25px;
        height: 25px;
    }

    .A_Wrap p {
        font-size: 20px;

    }

}




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

    .hukidashiTxt {
        display: none;
    }

    .hukidashiTxt_sp {
        font-size: 14px;
        line-height: 1.5em;
        text-align: center;
        padding: 1em 2em;
        color: #173C07;
        background-color: #DCEBBD;
        position: relative;
        z-index: 999;
    }

    .hukidashi_sp {
        display: block;
    }

    .priceEria {
        width: 45%;
        align-items: center;
    }

    .priceEriaTtle p {
        font-size: 28px;
    }

    .vegetable_set {
        width: 60%;
        display: flex;
        align-items: center;
    }



    .button_txt {
        font-size: 14px;

    }

    .button_order {
        width: 100%;
        padding: 1em 0em;
    }

    .red_square {
        width: 40px;
        height: 40px;
    }

    .red_square p {
        font-size: 14px;
    }

    .ribbon_image {
        width: 70%;
        margin: 0 auto;
    }

    .ribbon_image img {
        width: 100%;
    }

    .ribbonTxt {
        font-size: 22px;
    }

    .voice_image_circle {
        width: 300px;
    }

    .voice_image_circle img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
    }

    .voice_txtWrap {
        padding: 2em 2em;
    }

    .voice_txtWrap p {
        font-size: 16px;
    }

    .voice_txtWrap p span {
        font-size: 20px;
    }

    .note {
        background-color: #fff;
        /* 背景色 */
        background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
        /* 罫線の色と太さ  */
        background-size: 90% 2.7em;
        /* 行の高さ */
        line-height: 1em;
        /* 文字の高さ */
        /* padding-bottom: 1px;
    最終行の下にも罫線を引く */
    }



    .flow_contaner {
        gap: 1em;


    }

    .flow_title {
        font-size: 18px;
    }

    .flow_txtEria p {
        font-size: 14px;
    }


    .footer_bar_inner p {
        padding-right: 3em;
    }


}

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


    .price_title {
        width: 95%;
    }

    .price_title {
        width: 85%;
    }

}

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

    .mv_circle {
        width: 120px;
        height: 120px;
    }

    .mv_circleTxt {
        font-size: 18px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .header_rogo {
        width: 170px;
        height: 30px;
    }

    .chatchEria {
        width: 100%;
    }

    .sub_chatch p {
        font-size: 16px;
    }

    .omakase {
        font-size: 30px;
    }

    .shun {
        font-size: 75px;
    }

    .little {
        font-size: 55px;
    }

    .greenText {
        font-size: 75px;
    }

    .teikibin p {
        font-size: 65px;
    }


    .section_price {
        padding-top: 7%;
    }

    .price_wrap {
        max-width: 500px;

    }

    .price_container {
        width: 100%;
        flex-direction: column;
        margin-top: 2em;
    }

    .vegetable_set {
        width: 80%;
        margin: 0 auto;
    }

    .vegetable_set img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

    .priceEria {
        width: 80%;
        margin: 0 auto;
        margin-top: -1em;
    }


    .button_txt {
        font-size: 16px;
    }

    .button_order {
        width: 100%;
        padding: 1em 0em;
    }

    .gentei {
        padding-top: 0.5em;
    }

    .price_title {
        max-width: 460px;
    }

    .ribbonTxtWrap {
        width: 80%;
        margin: -15% auto;
    }

    .ribbon_image {
        width: 70%;
        margin: 0 auto;
    }

    .ribbon_image img {
        width: 100%;
    }

    .ribbonTxt {
        font-size: 20px;
    }

    .voice_Eria {
        width: 100%;
        height: 550px;
    }

    .voice_Eria.B {
        width: 100%;
        flex-direction: column;
        height: 550px;
        background-color: #F5F3E5;
    }

    .voice_container.B {
        flex-direction: column;
    }

    .voiceTxtEria.B {
        order: 1;
    }

    .dot_deco img {
        width: 100%;
        height: 550px;
    }


    .voice_container {
        width: 60%;
        height: 500px;
        flex-direction: column;
        justify-content: center;
    }

    .voice_image_circle {
        margin-top: 1em;
    }

    .voiceTxtEria {
        width: 100%;
    }


    .ribbonTxtWrap {
        transform: translate(0 15px);
    }

    .vegetable_container {
        width: 90%;
        row-gap: 3em;
        column-gap: 1em;
        margin-top: 3em;
    }

    .section_title {
        font-size: 20px;
    }


    .voice_image_circle {
        width: 250px;
    }

    .voice_image_circle img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        object-fit: cover;
    }

    .voice_txtWrap p {
        line-height: 2em;
    }

    .voice_txtWrap {
        padding: 1.7em 1.7em;
    }

    .note {
        background-color: #fff;
        /* 背景色 */
        background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
        /* 罫線の色と太さ  */
        background-size: 90% 2em;
        /* 行の高さ */
        line-height: 0.3em;
        /* 文字の高さ */
        /* padding-bottom: 1px;
    最終行の下にも罫線を引く */
    }

    .flow_contaner {
        width: 60%;
        flex-direction: column;
    }



    .flow_box {
        width: 100%;
        margin: 0 auto;
    }


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

    }

    .yajirushi {
        width: 15px;
        height: 15px;
        background-color: #647959;
        position: relative;
    }

    .yajirushi::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #647959;
        border-left: 15px solid transparent;
        transform: rotate(180deg);
        position: absolute;
        top: 15px;
        left: -8px;
    }

    .flow_contaner {
        row-gap: 1em;
    }

    .flow_txtEria p {
        text-align: center;
    }

    .recbook_back {
        padding: 5%;
    }


    .footer_bar_inner {
        flex-direction: column;
    }

    .footer_bar_inner p {
        text-align: center;
        padding-top: 0.5em;
        font-size: 10px;
    }

    .voice_container.B {
        margin-top: -460px;
    }



    .footer_image img {
        width: 100%;
        height: 100px;
    }
}

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

    .vegetable_container {
        width: 95%;

    }

    .vegetable_block {
        width: 150px;
        padding-left: 1%;
    }

    .vegetable_name {
        letter-spacing: 0.2em;
        font-size: 14PX;
        padding-right: 0.5em;
    }

    .vegetable_name.mini {
        letter-spacing: -0.05em;
        font-size: 13px;
        padding-right: 0.5em;
    }

    .vegetable_nameEria {
        width: 100%;
        height: 50px;
    }

    .vegetable_circle {
        position: relative;
    }

    .vegetable_circle img {
        width: 148px;
        height: 148px;
        border-radius: 50%;
        object-fit: cover;
        border: solid 7px #DCEBBD;
        position: relative;

    }

    .vegetable_circle::after {
        content: "";
        display: block;
        width: 158px;
        height: 158px;
        border-radius: 50%;
        border: solid 2px #F2FAD7;
        position: absolute;
        bottom: -5px;
        left: -5px;
    }

    .vegetable_name {
        text-align: center;
        position: relative;
        padding-bottom: 2em;
    }

    .vegetable_name::before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        border-left: solid 1px #000;
        transform: rotate(-30deg);
        position: absolute;
        top: -20px;
        left: 25px;
    }

    .vegetable_name::after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        border-left: solid 1px #000;
        transform: rotate(30deg);
        position: absolute;
        top: 0;
        right: 0;
    }

    .ribbonTxtWrap {
        margin: -17% auto;
    }


    .voice_Eria {
        height: 580px;
    }

    .voice_Eria.B {
        height: 580px;
    }

    /* .FAQ_box::after {
        position: absolute;
        top: 30%;
    } */


}



@media screen and (max-width:550px) {
    .sp_br {
        display: block;
    }

    .chatchEria {
        position: absolute;
        top: 15%;
        right: 0%;
    }

    .chatch {
        margin-top: 1em;
        line-height: 3.7em;
    }

    .recbook_bannerWrap {
        max-width: 430px;
        margin: 4em auto;
        margin-bottom: 5em;
    }

    .recbook_bannerWrap img {
        width: 100%;
    }

}



@media screen and (max-width:375px) {
    .mv_circle {
        width: 100px;
        height: 100px;
    }

    .mv_circleTxt {
        font-size: 14px;
        position: absolute;
        top: 15px;
        left: 20px;
    }



    .voice_container {
        width: 85%;
    }


    .ribbonTxt {
        font-size: 18px;
    }

    .ribbonTxtWrap {
        margin: -16% auto;
    }


    .vegetable_set {
        width: 100%;
        margin: 0 auto;
    }

    .vegetable_set img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

    .flow_contaner {
        width: 80%;
        margin: 5em auto;
    }

    .section_price {
        padding-top: 3%;
    }

    .price_wrap {
        width: 95%;
    }

    /* .price_content {
        padding-bottom: 0.1em;
    } */

    .mv_image img {
        object-position: 95% 0%;
    }

    .flow_contaner {
        margin-bottom: 1em;
    }

    .mail_eria {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:320px) {}