/** Shopify CDN: Minification failed

Line 1084:9 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
    font-family: 'Hiragino Maru Gothic ProN';
    src: url('../assets/Hiragino_Maru_Gothic_ProN_W4.otf') format('opentype'), /* Modern Browsers */
         url('../assets/Hiragino_Maru_Gothic_ProN_W4.otf') format('opentype'); /* Older Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SawarabiGothic-Regular';
    src: url('../assets/SawarabiGothic-Regular.ttf') format('truetype'); /* Add other formats for compatibility */
    font-weight: normal;
    font-style: normal;
}
.product__title h1{
    font-family: 'Hiragino Maru Gothic ProN', sans-serif;
    font-size: 1.25rem;
    margin: 20px 0 40px 0;
}

body{
    overflow-x: hidden; 
    font-family: 'Noto Sans JP', sans-serif;
}

#shopify-section-template--17834911006884__tohokami-info-section,
#shopify-section-template--17834911006884__tohokami-recommend-section,
#shopify-section-template--17834911006884__tohokami-protein-info,
#shopify-section-template--17834911006884__tohokami-delicious-section,
#shopify-section-template--17834911006884__tohokami-customer-voice,
#shopify-section-template--17834911006884__tohokami-q-and-a-section
{
    margin-top: 0px;
    overflow: hidden; 
  
}


#shopify-section-template--17834911006884__tohokami-protein-info,
#shopify-section-template--17834911006884__tohokami-customer-voice{
    background-color: #F7F3ED;
}



#tohokami-main{
    width: 100%;
}
section{
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    section{
        overflow: hidden;
    }
    #shopify-section-template--17834911006884__tohokami-info-section,
    #shopify-section-template--17834911006884__tohokami-recommend-section,
    #shopify-section-template--17834911006884__tohokami-protein-info,
    #shopify-section-template--17834911006884__tohokami-delicious-section,
    #shopify-section-template--17834911006884__tohokami-customer-voice,
    #shopify-section-template--17834911006884__tohokami-q-and-a-section
    {
        margin-top: 0px;
        overflow: hidden; 
    }
    #tohokami-main{
        width: 100%;
    }
  }
/******************************************/
/************* info-section ***************/
/******************************************/
.cream-curve-bg {
    background-image: url("/cdn/shop/files/beige-wave-bg.png?v=1710139553");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* You can adjust this as needed */
    padding-bottom: 19rem !important;
    margin-bottom: 4px;
}
.info-img-tx-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    margin-right: 25px;
}
.info-img-tx-wrap img {
    width: 410px; 
}
.info-text-wrp{
    margin: 83px 0 0 70px;
}
.info-text-wrp p:first-child{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 26px;
    line-height: 54px;
    color: #070707;
}
.info-text-wrp p:last-child{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #070707;
}
.tohokami-btn-wrap{
    margin: 44px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.tohokami-btn-spacer{
    /* margin-bottom: 90px; */
    margin-bottom: 87px;
    margin-top: 151px;
}
.tohokami-btn-center{
    justify-content: center;
}

.tohokami-btn-wrap .product-form__submit{
    position: relative;
    font-family: 'Sawarabi Gothic', sans-serif;
    background-color: #B4A889;
    border: none;
    width: 330px;
    height: 68px;
    font-size: 16px;
    box-shadow: none;
}
.tohokami-btn-wrap .product-form__submit::after {
    content: "";
    background: url("/cdn/shop/files/icon-cart.png?v=1710142469") no-repeat;
    background-size: cover; /* Ensures the image covers the entire space */
    width: 24px;
    height: 23px;
    top: 30%;
    left: 10%;
    box-shadow: none;
}
.tohokami-btn-wrap .product-form__submit:hover::after,
.tohokami-btn-wrap .product-form__submit:hover::before{
    box-shadow: none; /* Set box-shadow to none on hover */
    border: none;
}


@media only screen and (max-width: 768px) {
    .info-img-tx-wrap{
        flex-direction: column;
        margin: 0 auto;
    }
    .info-text-wrp {
        margin: 83px 35px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-img-tx-wrap img{
        width: 350px;
    }
    .tohokami-btn-spacer{
        margin-top: 0px;
    }
}
/******************************************/
/************* rec-section ****************/
/******************************************/
.rec-section-ttl{
    display: flex;
    justify-content: center;
    margin: 120px 0 0 27px;
}
.rec-section-ttl h1{
    text-align: center;
    font-size: 26px;
    font-family: 'Sawarabi Gothic', sans-serif;
    line-height: 41px;
}

.toho-box-wrap {
    display: flex;
    background-color: #f6f3ed;
    max-width: 1020px;
    width: 100%;
    position: relative;
    margin: 64px auto 0;
}
.toho-box-wrap::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 88%;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
    background: linear-gradient(45deg, #F7F3ED 50%, transparent 50%);
}
.toho-box-img{
    margin: 0 0 0 37px;
    position: absolute;
    width: 256px;
    top: 4%;
}
#woman-waist-img {
    width: 643px;
    height: 366px;
    margin-left: -55px;
}
#uncooked-rice-bowl{
    margin-left: -64px;
    width: 651px;
    height: 370px;
}
.weight-loss-img{
    margin-left: 0;
    position: absolute;
    width: 274px;
    top: 6%;
}
.toho-qa-box-wrp{
    display: flex;
    flex-direction: column;
    margin: 45px auto 50px 29%;
}
.toho-q-a{
    display: flex;
    align-items: center;
}
.toho-q,
.toho-a{
    width: 30px;
    margin: 0 20px 0 0;
}
.toho-answer{
    font-size: 18px;
    color: #383838;
    font-weight: 800;
    margin: 0 44px 0 0;
}

.info-section-wrp {
    margin: 50px 0 0;
}
.info-section-ttl-wrp{
    margin: 0 0 0 27px;
}
.info-section-ttl-wrp h2{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'Naoto Sans', sans-serif;
    color: #5D5B57;
    line-height: 32px;
    margin: auto;
}
.letter-spacing{
  letter-spacing: 3px;
}
.info-point-wrp{
    display: flex;
    padding: 45px 0 0 0;
}
#tohomi-breakfast-curved{
    width: 590px;
    height: 360px;
}
.info-point-lst{
    display: flex;
    flex-direction: column;
    margin: 28px 0 0 40px;
}
.point-item{
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.point-img{
    width: 72px;
    height: 72px;
}
.point-txt{
   color: #383838;
   font-size: 1.6rem;
   padding: 0 0 0 20px;
}

.tip-wrap {
    display: flex;
    max-width: 1006px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 21px auto 75px;
    padding-bottom: 58px;
    border-bottom: 1px solid #C4B89B;
}
/* .tip-wrap:last-child{
    border-bottom: none;
} */
.tip-img{
    width: 60px;
    height: 60px;
}
.tip-txt{
    font-size: 1.4rem;
    padding-left: 16px;
}
@media only screen and (max-width: 768px) {
    .toho-box-wrap{
        flex-direction: column;
        align-items: center;
        width: 95%;
    }
    .toho-box-img,.weight-loss-img {
        margin: 0;
        width: 150px;
        position: relative;
    }
    .toho-qa-box-wrp {
        display: flex;
        flex-direction: column;
        margin: 0px 10px 25px 10px;
    }
    .info-point-wrp{
        flex-direction: column;
    }

    .info-point-lst{
        margin: 28px 20px 0 20px;
    }
    .tip-wrap{
        flex-direction: column;
        width: 95%;
    }
    .toho-answer {
        font-size: 1.4rem;
    }
    #tohomi-breakfast-curved,
    #woman-waist-img,
    #uncooked-rice-bowl{
        width: 350px;
        height: 250px;
        /* margin-left: -55px; */
    }
}
/******************************************/
/************* Protein-section ************/
/******************************************/

.creame-bg{
    background-color: #F7F3ED;
    padding-bottom: 90px;
}
.protein-main-wrp{
    padding-top: 0;
    padding-bottom: 72px;
}
.protein-section-ttl{
    display: flex;
    justify-content: center;
    margin: 110px 0 0 24px;
}
.protein-section-ttl h1{
    text-align: center;
    font-size: 26px;
    font-family: Sawarabi Gothic, sans-serif;
    line-height: 41px;
    letter-spacing: 1.5px;
}
.protein-graph-wrp{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 8px 0 20px;
}
.protein-grph-txt-wrp{
    max-width: 1020px;
    width: 100%;
    margin: 26px 0 36px;
}
.protein-grph-txt-wrp p{
    text-align: center;
    color: #383838;
    font-size: 1.4rem;
}
.protein-nutrients-wrp{
    margin: 37px 0 0 0;
}
.protein-nutrients-ttl{
    display: flex;
    justify-content: center;
    position: relative;
}
.protein-nutrients-ttl h2{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
}
.nutrients-wrap{
    display: flex;
    align-items: stretch;
    margin: 62px 0 0 91px;
    position: relative;;
}
.daily-protein{
    margin: 16px 0 80px 35px;
}
.daily-protein .nutrients-info{
    margin: 42px 97px 0 43px;
}
.wooden-spoon-img{
    position: absolute;
    width: 577px;
    right: -235px;
    top: 33%;
}
.nutrients-info{
   margin: 85px 85px 0 40px;
}
.nutrients-info-ttl{
    color:#5D5B57;
    font-size: 1.8rem;
    font-weight: 700;
}
.nutrients-info-txt{
    font-size: 1.4rem;
    font-weight: 400;
    color: #383838;
    line-height: 34px;
    margin: 0px 0;
}


.nutriion-img-wrp{
    display: flex;
    justify-content: space-evenly;
    margin: 40px 85px;
}
.nutriion-img-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nutriion-img-item-img{
    width: 218px;
}
.nutriion-img-item-ttl{
    color: #070707;
    font-size: 1.8rem;
    font-weight: 400;
}
.nutriion-img-item-type{
    color: #070707;
    font-size: 1.4rem;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .protein-graph-wrp{
        padding: 38px 10px;
    }
    .protein-graph-wrp img{
        width: 100%;
    }
    .nutrients-wrap{
        flex-direction: column;
        margin: 62px 10px 0 10px;
    }
    .nutrients-img-wrp img{
        width: 100%;
    }
    .daily-protein{
        margin: 16px 10px 80px 10px;
    }
    .nutrients-info{
        margin: 85px 10px 0 10px;
    }
    .wooden-spoon-img {
        display: none;
        width: 300px;
        right: -127px;
        top: 22%;
    }
    .nutritnes-img-wrp img{
        width: 100%;
    }
    .daily-protein .nutrients-info {
        margin: 42px 10px 0 10px;
    }
    .nutriion-img-wrp{
        margin:40px auto 0 auto;
        flex-wrap: wrap;
    }
    .nutriion-img-item{
        flex-wrap: wrap;
    }

    .nutriion-img-item-img{
        width: 150px;
    }
}
/******************************************/
/************* Delicious-section **********/
/******************************************/
.delicious-main-wrp{
    position: relative;
    padding-bottom: 168px;
}

.delicious-section-ttl{
    display: flex;
    justify-content: center;
    margin: 84px 0 0 24px;
}
.delicious-section-ttl h1{
    text-align: center;
    font-size: 26px;
    font-family: Sawarabi Gothic, sans-serif;
    line-height: 41px;
    letter-spacing: 1.5px;
}
#spoon-left{
    display: none;
    position: absolute;
    left: -167px;
    top: 23%;
}
.section-sub-ttl{
    display: flex;
    justify-content: center;
}
.section-sub-ttl p{
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    padding: 18px 0 0 0;
}
.delicious-info-wrp{
    display: flex;
    justify-content: center;
    margin: 22px 0 0 117px;
}
.delicious-info-item{
    width: 300px;
    margin-right: 56px;
}
.delicious-info-item-ttl{
    position: relative;
    display: flex;
    padding-left: 55px;
}
.delicious-info-item-ttl img{
    position: absolute;
    width: 55px;
    left: -9%;
    top: -10%;
}
.delicious-info-item-ttl p{
    font-size: 1.6rem;
    color: #333333;
    font-weight: 700;
}
.delicious-info-item-content{
    padding-left: 36px;
    border-left: 2px solid #B4A889;
}
.delicious-info-item-text{
    width: 265px;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 400;
    line-height: 25px;
}
.delicious-item-lst{
    padding: 0 0 0 20px;
}
.delicious-item-lst li{
    font-size: 1.6rem;
    color: #333333;
}
.delicious-item-lst li::marker {
    color: #B4A889;
}
.delicious-second-ttl{
    display: flex;
    justify-content: center;
    margin: 105px 0 0 0;
}
.delicious-second-ttl2{
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
}
.delicious-second-ttl3{
    display: flex;
    justify-content: center;
    margin: 96px 24px 0 0;
}
.delicious-second-ttl3,.delicious-second-ttl2 h2{
    letter-spacing: 3.3px;
}
.delicious-second-ttl h2,
.delicious-second-ttl2 h2,
.delicious-second-ttl3 h2{
    text-align: center;
    font-size: 2.6rem;
    font-family: Sawarabi Gothic, sans-serif;
    line-height: 41px;
    letter-spacing: 1.9px;
}

.delicious-dish-img-wrp{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 118px;
    margin-left: 43px;
}

#dish-image{
    max-width: 874px;
    width: 100%;
}

.delicious-card-wrp{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1040px;
    width: 100%;
    margin: 90px auto 0 auto;
}
.delicious-card{
    width: 327px;
    background-color: #f7f3ed;
    margin: 0 13px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.delicious-card:nth-child(3n) {
    margin-right: 0;
}
.delicious-card-ttl{
    font-size: 2.6rem;
    font-family: Sawarabi Gothic, sans-serif;
    color: #5c4816;
    padding: 14px 0px 0px 19px;
}
.delicious-card img{
    width: 255px;
}
.delicious-card-text{
    font-size: 1.6rem;
    color: #333333;
    padding: 9px 30px 0 30px;
}
.delicious-card-btn-wrp{
    display: flex;
    flex-wrap: wrap;
    width: 265px;
    margin-bottom: 50px;
}
.delicious-card-btn{
    font-size: 1.4rem;
    color: #FFFFFF;
    background-color: #B4A889;
    border-radius: 21px;
    padding: 0 9px;
    margin: 0 2px 2.5px;
}

@media only screen and (max-width: 768px) {
    .delicious-info-wrp{
        margin: 22px 10px 0 10px;
        flex-direction: column;
        align-items: center;
    }
    .section-sub-ttl{
        margin: 0 10px;
    }
    .delicious-second-ttl3{
        margin: 96px 0 0 0;
    }
    .delicious-info-item{
        margin-right: 0;
    }
    #spoon-left{
        position: absolute;
        left: -123px;
        top: 31%;
        width: 270px;
    }
    .delicious-dish-img-wrp{
        margin: 118px 10px 0 10px;
    }
}
/******************************************/
/******* Customer-voices\-section *********/
/******************************************/
.customer-voice-main-wrp{
    padding: 80px 0 8px 0;
}
.customer-section-ttl{
    display: flex;
    justify-content: center;
    margin: 8px 0 0 24px;
}
.customer-section-ttl h1{
    text-align: center;
    font-size: 26px;
    font-family: Sawarabi Gothic, sans-serif;
    line-height: 41px;
    letter-spacing: 1.5px;
}
.customer-review-wrap{
    max-width: 1020px;
    width: 100%;
    margin: auto;
}
.customer-review-item:first-child{
    margin: 33px 0 0 8px;
}
.customer-review-item{
    position: relative;
    margin: 26px 0 0px 8px;
    display: flex;
    flex-direction: row;
}
.customer-review-img-wrp{
    display: flex;
}

.customer-review-box{
    max-width: 885px;
    width: 100%;
    /* background-color: #FFFFFF; */
    margin: -14px 0 10px 40px;
}
.customer-review-ttl{
    font-size: 1.6rem;
    color: #333333;
}
.customer-review{
    background-color: #FFFFFF;
    padding: 37px 30px;
    font-size: 1.6rem;
    color: #333333;
}

/* .customer-recommend-wrp{

} */
.recommend-item{
    display: flex;
    position: relative;
    flex-direction: row;
    margin-bottom: 24rem;
}
.recommend-item2{
    display: flex;
    position: relative;
    flex-direction: row;
    margin-bottom: 3rem;
}
.rec-item-right{
    margin-left: 600px;
    margin-right: 110px;
}
.rec-item-left{
    margin: 0 600px 0 auto;
}
.customer-recommend-txt-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    width: 100%;
    padding: 18rem 0 0 0;
}
.customer-recommend-txt-wrap2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    width: 100%;
    padding: 6rem 0 0 0;
}
.customer-recommend-txt-wrap2 .customer-recommend-txt{
    padding-left: 59px;
}


.recommend-item3 {
    display: flex;
    position: relative;
    flex-direction: row;
    margin-bottom: 32.5rem;
}
.customer-recommend-txt-wrap3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    width: 100%;
    padding: 18rem 0 0 0;
    margin: 0 auto 0 630px;
}

.recommend-main-img{
    position: absolute;
}
.rec-item-1-img{
    position: absolute;
    width: 869px;
    left: -182px;
    top: -1%;
}
.rec-item-2-img {
    position: absolute;
    width: 1104px;
    height: 680px;
    right: -507px;
    top: -42%;
}
.rec-item-3-img{
    position: absolute;
    width: 432px;
    left: 121px;
    top: 15%;
}
.recommend-sescond-img{
    width: 550px;
}
.customer-recommend-txt{
    padding-left: 20px;
    font-size: 1.6rem;
    color: #333333;
}

@media only screen and (max-width: 768px) {
    .customer-review-item:first-child {
        margin: 33px 10px 0 10px;
    }
    .customer-review-item {
        flex-direction: column;
        align-items: center;
        margin: 33px 10px 0 10px;
    }
    .customer-review-box{
        margin: 0 10px;
    }
 
    .rec-item-1-img{
        width: 270px;
        left: -72px;
        top: -6%;
    }
    .recommend-sescond-img{
        width: 350px;
    }
    .customer-recommend-txt-wrap{
        padding: 19rem 0 0;
        margin: 0 10px;
    }
    .rec-item-2-img {
        position: absolute;
        width: 500px;
        height: auto;
        right: -240px;
        top: -71%;
    }
    .rec-item-3-img{
        width: 270px;
        left: 48px;
        top: 1%;
    }
    .recommend-item2{
        justify-content: center;
        margin: auto 10px
    }
    .recommend-item3{
        margin-bottom: 0;
    }
    .customer-recommend-txt-wrap2{
        margin: auto 10px;
    }
    .customer-recommend-txt-wrap2 .customer-recommend-txt{
        padding-left: 0;
    }

    .customer-recommend-txt-wrap3{
        /* padding: 45rem 0 0; */
        padding: 10rem 0;
    }
}   
/******************************************/ 
/******* Cooking-section ******************/
/******************************************/
.cooking-section-ttl{
    display: flex;
    justify-content: center;
    margin: 87px 0 0 12px;
}
.cooking-section-ttl h1{
    text-align: center;
    font-size: 26px;
    font-family: Sawarabi Gothic, sans-serif;
    line-height: 41px;
}
.section-tohokami-cooking-section{
    margin-top: 0 !important;
    padding-bottom: 80px;
}

.coooking-main-wrp{
    position: relative;
    padding-bottom: 8.5rem;
}
.cooking-point-ttl{
    margin: 203px 0 0 0;
}
.cooking-side-img{
    position: absolute;
    top: 15.2%;
    right: -421px;
    transform: rotate(0);
}
.cooking-point-wrp{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.cooking-point-main-img{
    position: absolute;
    left: -125px;
    top: 33px;
    /* margin-left: -275px;
    margin-right: 50px; */
}
.cooking-point-lst{
    display: flex;
    flex-direction: column;
    margin: 192px 106px 0 auto;
}
.cooking-point-lst .point-item{
  width: 510px;
}
.cooking-card-notes-container{
    display: flex;
    flex-direction: column;
    max-width: 1029px;
    width: 100%;
    margin: auto;
}
.cooking-card-wrp{
    margin-top: 110px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.cooking-card{
    display: flex;
    flex-direction: column;
    width: 328px;
    margin-right: 8px;
    margin-left: 12px;
}
.cooking-card-num{
    position: relative
}
.cooking-card-num img{
    position: absolute;
    top: -40px;
    left: 0;
    width: 52px;
}
.cooking-card-num::before{
    content: "";
    position: absolute;
    width: 117px;
    height: 2px;
    border-bottom: 2px solid #B4A889;
    left: -8px;
    top: 17px;
    transform: rotate(132deg);
}
.cooking-card-text {
    height: 448px;
    background-color: #f7f3ed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 27px 15px 27px;
}
.cooking-card-ttl{
    font-size: 1.8rem;
    font-weight: 700;
    color: #8E8161;
    margin: 17px 0 0 0;
}
.cooking-card-sub-ttl{
    font-size: 1.6rem;
    color: #333333;
    margin: 10px 0 0 17px;
    text-align: center;
}
.cooking-card-point-wrp{
    width: 255px;
    display: flex;
    flex-direction: column;
}
.cooking-card-point-ttl{
    color:#8E8161;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 30px 0 0 0;
}
.cooking-card-point-lst{
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.cooking-notes{
    margin: 16px 0 0 11px;
}
.cooking-notes ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.cooking-notes ul li{
    font-size: 1.4rem;
    color:#333333;
    line-height: 22px;
}
.rice-color-info-wrp{
    position: relative;
}
.rice-color-right-img{
    position: absolute;
    right: -95px;
    top: -38%;
}
.rice-color-img-wrp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0 0 0;
}
.rice-color-txt-wrp{
    width: 510px;
    margin-left: 100px;
}
.rice-color-txt-wrp p:first-child{
    font-size: 1.8rem;
    color: #1a1a1a;
    padding-bottom: 6px;
    border-bottom: 2px solid #B4A889;
}
.rice-color-txt-wrp p:last-child{
    padding-top: 19px;
    font-size: 1.6rem;
    color:#1A1A1A;
}
.tohokami-cooking-btn {
    margin: 126px 0 0 12px;
}

@media only screen and (max-width: 768px) {
    .cooking-point-ttl{
        margin: 30px 0;
        z
    }
    .cooking-point-main-img {
        width: 236px;
        left: -63px;
        top: -19px;
    }
    .cooking-point-lst{
        margin: 192px 10px 0 10px;
    }
    .cooking-point-lst .point-item{
        width: 100%;
    }
    .rice-color-right-img{
        display: none;
        /* width: 270px;
        right: -95px;
        top: 0; */
    }
    .cooking-side-img{
        width: 379px;
        top: 19%;
        right: -193px;
        z-index: -1;
    }
    .cooking-card-wrp{
        flex-direction: column;
        align-items: center;
    }
    .cooking-card{
        margin:  10px auto 30px auto;
    }
    .cooking-notes{
        margin: auto;
    }
    .cooking-notes ul{
        margin: 0 22px 0 0;
    }

    .rice-color-img-wrp{
        /* margin: 31rem 0 0 0; */
        margin: 5em 0 0 0;
        flex-direction: column;
    }
    .rice-color-img-wrp img{
        width: 350px;
    }
    .rice-color-txt-wrp{
        width: 100%;
        padding: 0 8px;
        margin-left: 0;
    }
}
/******************************************/ 
/************ q-and-a-section**************/
/******************************************/
#shopify-section-template--17834911006884__tohokami-q-and-a-section{
    background-color: #F7F3ED;
}

.q-and-a-main-wrp{
    padding-bottom: 135px;
}
.qa-section-ttl{
    display: flex;
    justify-content: center;
    margin: 89px 0 0 10px;
}

.qa-section-ttl h1 {
    text-align: center;
    font-size: 26px;
    font-family: Sawarabi Gothic,sans-serif;
    line-height: 41px;
}
.q-and-a-box-wrp{
    max-width: 1020px;
    display: block;
    margin: 40px auto 0 auto;
}

.q-and-a-box{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px 40px;
    margin: 0 0 24px 0;
}
.q-wrp{
    position: relative;
}
.q-wrp::after{
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #B4A889;
    border-left: 2px solid #B4A889;
    transform: rotate(225deg) translateY(-26%);
    cursor: pointer; 
}

.q-wrp.open::after{
    right: -4px;
    top: 61%;
    transform: rotate(45deg) translate(0, -50%);
}

.q-wrp img,
.a-wrp img{
    width: 30px;
}
.q-wrp p,
.a-wrp p{
    padding-left: 30px;
}
.q-wrp{
    display: flex;
    align-items: center;
}
.a-wrp{
    display: flex;
    align-items: center;
}

#shopify-section-sections--17834907140260__footer{
    margin-top: -49px;
}

@media only screen and (max-width: 768px) {
    .q-and-a-box-wrp{
        margin: 40px 10px;
    }
    .q-wrp p, .a-wrp p {
        padding-left: 10px;
    }
}

