@charset "utf-8";
/* =====================
common
===================== */
html{
    font-size: 62.5%;
}

body{
    font-family:
        "Noto Sans",
        "Noto Serif JP",
        sans-serif;
        font-style: normal;
        color:#514D4D;
        background-color: #FFFFFF;
        line-height: 1.5;
}

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

/* =====================
header
===================== */
.header{
    padding: 10px 6%;
}

.header_topic{
   width: 111px;
   height: 34px; 
}

.hamburger{
    display: block;
    width: 36px;
    height: 36px;
    background-color: #0F5E38;
    position: relative;
}

.hamburger_bar{
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 5px;
}

.hamburger_bar:nth-child(1){
    top: 7px;
}

.hamburger_bar:nth-last-child(2){
    top: 17px;
    
}

.hamburger_bar:nth-child(3){
    top:27px;
}
    
.hamburger{
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5.3%;
}

.nav{
    display: none;
}

/* header pc */
@media screen and (min-width:769px) {
    .header{
        max-width: 760px;
        padding: 20px 0 49px;
        margin: 0 auto;
    }

    .header_topic{
        margin: 0 auto;
    }
   
    .nav{
        display: block;
        color: #0F5E38;
        font-family: "Noto Sans";
        font-size: 2rem;
        font-weight: 400;
        margin-top: 30px;
    }

    .nav_list{
        display: flex;
        justify-content: space-between;
    }

    li{
        margin-right: 40px;
    }

    li:last-child{
        margin-right: 0;
    }

    .hamburger{
        display: none;
    }

    
}
/* pc 769px */

/* =====================
main visual
===================== */
.mainImg .mainImg__pc{
    display: none;
}

/*  main visual pc*/
@media screen and (min-width:769px){
    .mainImg .mainImg__pc{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .mainImg .mainImg__sp{
        display: none;
    }
}/* pc 769px */

/* =====================
about
===================== */

.about_topic .about_topic-pc{
    display: none;
}

.section--about{
    padding: 40px 5.3% 20px;
}

.about_topic{
    text-align: center;
}

.about_txt{
    margin-top: 30px;
    font-family: "Noto Sans";
    font-size: 1.6rem;
    position: relative;
    z-index:20;
}

.about_txt .pcBr{
    display: none;
}

.about_img{
    position: absolute;
    z-index:-10;
    top: 60%;
    right:0;
    width: 130px;
    height: 79px;
    opacity: 50%;
}

.backYellow{
    background: linear-gradient(transparent 40%, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0.4) 0%, rgba(255, 255, 0, 0.4) 100%);
    font-weight: 700;
}

.btn{
    background-color: #D30A08;
    color:#fff;
    width: 335px;
    font-family: "Noto Sans";
    font-size: 2rem;
    font-weight: 700;
    margin: 30px auto 0;
    border-radius: 10px;
    box-shadow: black 4px 4px 8px;
}

.btn_cart{
    width: 37px;
    height: 37px;
}

.btn_link{
    display: flex;
    padding: 10px 70px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}

/* about pc */
@media screen and (min-width:769px) {
    .section--about{
        padding: 38px 0;
        max-width: 900px;
        margin: 0 auto;

    }

    .about_topic .about_topic-pc{
        display: block;
        margin: 0 auto;
    }

    .about_topic .about_topic-sp{
        display: none;
    }

    .about_img{
        width: 236px;
        height: 148px;
        top: 40px;
        opacity: 100%;
    }

    .about_txt{
        padding: 87px 0;
        max-width: 947px;
        margin: 0 auto;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .about_txt .pcBr{
        display: block;
    }

    .btn{
        width: 383px;
        padding: 16px;
        align-items: center;
    }

    .btn_cart{
        width: 50px;
    }
    
}/*pc 769px */


/* =====================
reasons
===================== */

.section--reasons{
    background-color: #FFF7E7;
    padding: 40px 18px 34px;
}

.reasons_topic{
    color: #0F5E38;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 500;
}

.reasons_topic{
    margin: 0 auto;
}

.reasons_topic-box{
    position: relative;
}

.frame-left{
    position: absolute;
    top: 24px;
    
}

.frame-right{
    position: absolute;
    top: -21px;
    right:0;

}

.frame-left,.frame-right{
    width: 50px;
    height: 60px;
}

.reasons_item{
   border-radius: 50px;
   margin-top: 40px;
   border: 42px #eee solid;
   border-image-source: url(../images/item_background-2x.png);
   border-image-slice: 100 fill;
   border-radius: 50px;
   position: relative;
   z-index: 10;
}

/* トマト */
.reasons_item::before{
    content:'';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/tomato.png);
    background-size: 70px;
    position: absolute;
    z-index: 30;
    top: -46px;
    right:-40px;
}

/* 基準になっている　ブロッコリー */
.reasons_item::after{
    content:'';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/burokkori.png);
    background-size: 70px;
    position: absolute;
    bottom: -35px;
    left:-34px;
}

/* にんじん */
.reasons_list .reasons_item:nth-child(2)::before{
    background-image: url(../images/ninjin.png);
}

/* ナスビ */
.reasons_list .reasons_item:nth-child(2)::after{
    background-image: url(../images/nasubi.png);
}

/* きゅうり */
.reasons_list .reasons_item:nth-child(3)::before{
    background-image: url(../images/kyuuri.png);
}


/*だいこん */
.reasons_list .reasons_item:nth-child(3)::after{
    background-image: url(../images/daikon.png);
}


.reasons_item:first-of-type{
    margin-top: 35px;
}

.background-white{
    border-radius: 50px;
}

.reasons_item-title{
    padding-top: 21px;
    border-radius: 50px 50px 0 0;
    font-family: "Noto Sans";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-bottom: 2px solid #0F5E38;
    width: 195px;
    margin: 0 auto;
}

.reasons_list .reasons_item:nth-child(2) .reasons_item-title{
    width: 240px;
}

.reasons_list .reasons_item:nth-child(3) .reasons_item-title{
    width: 240px;
}

.big{
    font-size: 2.4rem;
}

.reasons_txt{
    padding: 16px 13px 30px;
    border-radius: 0 0 50px 50px;
    font-size: 1.4rem;
    font-family: "Noto Sans";
    font-weight: 400;
    line-height: 1.8;
}

/* reasons pc */

@media screen and (min-width:769px) {

    .section--reasons{
        padding: 70px 0 50px 0;
    }
    .reasons_topic-box{
        max-width: 626px;
        margin: 0 auto;
    }
    .reasons_topic .spBr{
        display: none;
    }

    .frame-left{
        position: absolute;
        top: 5px;
        left:70px;
        width: 90px;
    }

    .frame-right{
        position: absolute;
        right: 70px;
        top: -40px;
        width:90px;
    }

    .reasons_list{
        width: 100%;
        margin: 90px auto 0;
    }

    .reasons_item{
        border-radius: 50px;
        margin-top: 40px;
        border: 42px #eee solid;
        border-image-source: url(../images/item_background-1x.png);
        border-image-slice: 50 fill;
        width: 548px;
        margin: 50px auto;
        transform: translateX(-30%);
    }

    .reasons_item-title{
        margin: 0 0 0 20px;
    }

    .reasons_list .reasons_item:nth-child(3){
        margin: 0 auto;
    }

    .reasons_list .reasons_item:nth-child(2){
        transform: translateX(30%);
    }
}
/* pc 769px */


/* =====================
trial set
===================== */

.section--trialSet{
    max-width: 100%;
    padding: 0 16px 40px;
    background-image: url(../images/trialset_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.trialSet_topic{
    width: 100%;
    text-align: center;
}

.trialSet_list{
    margin-top: 20px;
}

.trialSet_itemImg{
    padding: 20px 38px 15px; 
    background-color: #FFF7E7;
}

.trialSet_itemImg img{
    border-radius: 50px;
}

.item_name{
    background-color: #D30A08;
    color:#FFF;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    padding: 5px 0;
    text-align: center;
}

.tem_name .small{
    font-size: 1.4rem;
    font-family: "Noto Serif JP";
}

.trialSet_content{
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 400;
}

.detail{
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    background-color: #FFF7E7;
}

.detail__producer{
    padding-bottom: 3px;
}

.red_big{
    color: #FF0404;
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 700;
}

.detail__price,.detail__producer{
    padding-left: 33px;
}

.trialSet_item{
    margin-bottom: 20px;
}

/* trial set pc */

@media screen and (min-width:769px) {
    .trialSet_list{
        display: flex;
        justify-content: center;
    }

    .trialSet_list{
        margin: 76px auto 0;
        
    }

    .trialSet_item{
        width:460px;
    }

    .detail{
        text-align: center;
        padding: 20px 0 16px 0; 
        letter-spacing: 1px;
    }
}
/* pc 769px */

/* =====================
Q&A
===================== */

.section--question{
    padding: 40px 20px 0;
    background-color: #916F46;
}

.QandA_topic{
    color: #FFFEFD;
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
}

.QandA{
    margin-top: 20px;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
}

.question{
    display: flex;
    align-items: flex-start;
}

.QandA_list .QandA:nth-child(2) .question{
    align-items: center;    
}

.answer{
    display: flex;
    align-items: flex-start
    
}

.Q_icon{
    color:#0F5E38;
    font-family: "Noto Sans";
    padding: 5px 12px;
    background-color: #FAE9C7;
    border-radius: 50%;
    margin-right: 15px;
    line-height: 1.5;
    font-size: 2rem;
}

.A_icon{
    color: #D30A08;
    font-family: "Noto Sans";
    padding: 5px 12px;
    font-size: 2rem;
    font-weight: 400;
    background-color: #FAE9C7;
    border-radius: 50%;
    margin-right: 15px;
    line-height: 1.5;
}

.answer{
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.QandA_list .QandA:not(:last-child) .answer::before{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    background-color:#fff;
    margin-inline: auto;
}

/* QandA pc*/
@media screen and (min-width:769px) {
    .section--question{
        padding-bottom: 40px;
    }

    .QandA_list{
        display: flex;
        justify-content: center;

    }

    .QandA_list .QandA:nth-child(1){
        margin-left: 0;
    }

    .QandA{
        margin-left: 47px;
    }

    .question{
        align-items: center;
    }

    .answer{
        max-width: 388px;
    }

    .QandA_list .QandA:not(:last-child) .answer::before{
        content:'';
        display: block;
        width: 1px;
        height: 260px;
        position: absolute;
        right:-50px;
        bottom: -5px;
        background-color:#fff;
        margin-inline: auto;
    }   
}/* pc 769px */

/* =====================
footer
===================== */

.footer{
    padding: 0 127px;
}

.copy{
    margin-top: 5px;
    color: #514D4D;
    font-family: "Noto Sans";
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

/* footer pc */
@media screen and (min-width:769px) {
    .footer{
        padding: 0;
    }

    .footer__topic{
        width: 160px;
        margin: 0 auto;
    }
}

























